@charset "UTF-8";
.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0; }
  .modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: 0.5; }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    display: table;
    content: " "; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    display: table;
    content: " "; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }
  .popover > .arrow {
    border-width: 11px; }
    .popover > .arrow, .popover > .arrow:after {
      position: absolute;
      display: block;
      width: 0;
      height: 0;
      border-color: transparent;
      border-style: solid; }
    .popover > .arrow:after {
      content: "";
      border-width: 10px; }
  .popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0; }
    .popover.top > .arrow:after {
      bottom: 1px;
      margin-left: -10px;
      content: " ";
      border-top-color: #fff;
      border-bottom-width: 0; }
  .popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0; }
    .popover.right > .arrow:after {
      bottom: -10px;
      left: 1px;
      content: " ";
      border-right-color: #fff;
      border-left-width: 0; }
  .popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
    .popover.bottom > .arrow:after {
      top: 1px;
      margin-left: -10px;
      content: " ";
      border-top-width: 0;
      border-bottom-color: #fff; }
  .popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25); }
    .popover.left > .arrow:after {
      right: 1px;
      bottom: -10px;
      content: " ";
      border-right-width: 0;
      border-left-color: #fff; }

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.visually-hidden:not(:focus):not(:active),
input[type="checkbox"].visually-hidden,
input[type="radio"].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden; }

/* cyrillic */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/build/624242ebfd800e3ae7a513c42790d305.woff2) format("woff2"), url(/build/e079a1adc52f1cf4c23d1902f422c573.woff) format("woff"); }

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/build/0c4fa4c622644d97f38d201cba1d30f5.woff2) format("woff2"), url(/build/e15b8743b41a23082780aee5ee1ee9a9.woff) format("woff"); }

@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(/build/a034cc0a5f6aa4d6b639b200fbd4bdce.woff2) format("woff2"), url(/build/391454f0890b0e45ba599308488a341a.woff) format("woff"); }

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/build/ff3904f6c5e421f7a5dc155ab5b225c4.woff2) format("woff2"), url(/build/5d001a17da29c92d711530e2ee617f7e.woff) format("woff"); }

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/build/938432306e7645bc07af52f016fbb087.woff2) format("woff2"), url(/build/213e8c892aa1af1d690179b37b53e35a.woff) format("woff"); }

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/build/fbb2cc15ebfbc224d3708d9a6650cba7.woff2) format("woff2"), url(/build/ca7fe2292b445913488520f6c2c52f10.woff) format("woff"); }

/* latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/build/24f7b0944e9e03a905f9d7701573b2cd.woff2) format("woff2"); }

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/build/33543c5cc5d88f5695dd08c87d280dfd.woff2) format("woff2"); }

@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(/build/b61a9055d92ac56c15cacf4271d4f072.woff2) format("woff2"); }

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/build/819af3d3abdc9f135d49b80a91e2ff4c.woff2) format("woff2"); }

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/build/0edb76284a7a0f8db4665b560ee2b48f.woff2) format("woff2"); }

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/build/ab3e500e7375695d702cff19513e4470.woff2) format("woff2"); }

/* cyrillic */
@font-face {
  font-family: "Montserrat";
  font-weight: 200;
  font-style: normal;
  font-display: swap;
  src: url(/build/916a131b6bd7349fae79a68d32dcf726.woff2) format("woff2"); }

@font-face {
  font-family: "Montserrat";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url(/build/6ef75aa3d31900d5526ef77fe56fab11.woff2) format("woff2"), url(/build/c37ba0f7ed228b62041cd831c3a3a476.woff) format("woff"); }

@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url(/build/298b48e6dfdf7ec4ef8907ff8a7182b1.woff2) format("woff2"), url(/build/b3e1c2f055c2c905173fa58205cd6ddd.woff) format("woff"); }

@font-face {
  font-family: "Montserrat";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url(/build/67b4a56c5d3c35db36c3c7482886f7f2.woff2) format("woff2"), url(/build/fc3fe01e2f69075d2eb3de0728cef839.woff) format("woff"); }

@font-face {
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url(/build/cc01ffb3460a9040eb8e57b114e954cb.woff2) format("woff2"), url(/build/dda8fc164a6a04a69538d3287a3d05e7.woff) format("woff"); }

@font-face {
  font-family: "Montserrat";
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url(/build/bfdfc1b030afe28ea4e0eb485b93b42c.woff2) format("woff2"), url(/build/180cbc975448901234b7ff1d8b939b0d.woff) format("woff"); }

@font-face {
  font-family: "Montserrat";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url(/build/dc640534a09cb5ca71061306e4a7160f.woff2) format("woff2"), url(/build/65bb58dd349103bddf23b1e9053aa0f7.woff) format("woff"); }

/* latin */
@font-face {
  font-family: "Montserrat";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url(/build/7c3daf12b706645b5d3710f863a4da04.woff2) format("woff2"); }

@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url(/build/bc3aa95dca08f5fee5291e34959c27bc.woff2) format("woff2"); }

@font-face {
  font-family: "Montserrat";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url(/build/6fb1b5623e528e27c18658fecf5ee0ee.woff2) format("woff2"); }

@font-face {
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url(/build/39d93cf678c740f9f6b2b1cfde34bee3.woff2) format("woff2"); }

@font-face {
  font-family: "Montserrat";
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url(/build/b7018be9ed6cd94da8b6675b3a468c3b.woff2) format("woff2"); }

@font-face {
  font-family: "Montserrat";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url(/build/58cd789700850375b834e8b6776002eb.woff2) format("woff2"); }

.badge {
  display: inline-block;
  vertical-align: top;
  height: 24px;
  border-radius: 4px;
  background-color: #fdc10a;
  color: #fff;
  font-size: 0;
  padding: 5px 16px;
  white-space: nowrap; }
  .badge__link {
    color: inherit;
    text-decoration: none; }
  .badge__text {
    font-size: 10px;
    font-weight: 700;
    line-height: 14px;
    white-space: nowrap; }
    .badge__text--english-only {
      font-weight: 500; }
    .badge__text--english-only-spain {
      text-transform: uppercase;
      letter-spacing: 3px; }
    .badge__text--new {
      display: inline-block;
      min-width: 35px;
      padding-left: 2px;
      letter-spacing: 3px;
      text-align: center; }
    .badge__text--free {
      font-size: 13px;
      font-weight: 600;
      letter-spacing: 1.1px; }
  .badge__text:not(:first-child) {
    position: relative;
    margin-left: 24px; }
  .badge__text:not(:first-child)::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: -1px;
    left: -13px;
    width: 1px;
    height: 16px;
    background-color: rgba(255, 255, 255, 0.4); }

.breadcrumbs__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  padding: 12px 0; }

.breadcrumbs__item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 8px 0;
  font-size: 14px;
  color: #999; }
  .breadcrumbs__item:not(:last-child) {
    margin-right: 56px;
    vertical-align: middle; }
  .breadcrumbs__item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 12px;
    right: -35px;
    width: 7px;
    height: 12px;
    background: transparent url(/build/a6adc53013988d49c6317c454d5e1db5.svg) no-repeat; }

.breadcrumbs__link {
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
  color: inherit; }
  .breadcrumbs__link:hover, .breadcrumbs__link:focus {
    color: #333; }

.breadcrumbs__item:last-of-type .breadcrumbs__link {
  color: #333;
  cursor: default; }
  .breadcrumbs__item:last-of-type .breadcrumbs__link:hover, .breadcrumbs__item:last-of-type .breadcrumbs__link:focus {
    text-decoration: none; }

.jqclockpicker-header {
  background: #6039aa !important;
  color: #f7f5fa !important;
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important; }

.jqclockpicker-body {
  border-bottom-left-radius: 4px !important;
  border-bottom-right-radius: 4px !important; }

.jqclockpicker-tick-active {
  background-color: #6039aa !important;
  color: #f7f5fa !important; }

.jqclockpicker-plate {
  background-color: #f7f5fa !important; }

.jqclockpicker-canvas-bearing,
.jqclockpicker-canvas-fg {
  fill: #6039aa !important; }

.jqclockpicker-canvas line {
  stroke: #6039aa !important; }

.jqclockpicker-canvas-bg {
  fill: #6039aa !important; }

.jqclockpicker-tick.active,
.jqclockpicker-tick:hover {
  background-color: #e6e6e6 !important; }

.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px; }
  .contact:after {
    content: "";
    display: table;
    clear: both; }
  .contact__heading:after {
    content: "";
    display: table;
    clear: both; }
  .contact__img, .contact__img-wrap {
    width: 55px;
    height: 55px;
    border-radius: 50%; }
  .contact__name {
    margin: 10px 0;
    font-size: 18px;
    font-weight: 500; }
    .contact__name a {
      color: inherit;
      text-decoration: none; }
  .contact__post {
    height: 38px;
    margin: 0;
    font-size: 14px;
    font-weight: 500; }
  .contact__hint {
    margin: 0 0 30px;
    font-size: 16px;
    font-weight: 600;
    color: #999; }
  .contact__text {
    margin: 10px 0; }
  .contact__additional-content {
    margin-top: 20px; }

html.fullscreen-container body {
  pointer-events: none; }

html.fullscreen-container.ios.new-game,
html.fullscreen-container.ios.new-game body {
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

html.fullscreen-container.iphone_5.new-game body {
  overflow: hidden;
  -webkit-overflow-scrolling: auto; }

html.fullscreen-container .game_iframe_container {
  pointer-events: auto; }

.fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100% !important;
  height: 100vh !important;
  z-index: 9999 !important;
  background: #fff;
  overflow: hidden;
  visibility: visible; }

.main-content {
  display: block;
  min-height: calc(100vh - 516px);
  padding: 32px 0 60px;
  color: #333;
  background-color: #f7f5fa; }
  .main-content--new {
    min-height: calc(100vh - 60px); }
  .main-content--testing {
    min-width: 768px; }
    .main-content--testing .main-content__inner {
      width: auto; }
  .main-content--first-session {
    min-height: calc(100vh - 191px);
    padding-top: 10px;
    background-color: #fff; }
  .main-content--pattern {
    background-image: url(/build/717431930b5121c6a98fd8441e861cd6.png);
    background-color: #fff; }
  .main-content--short-footer {
    min-height: calc(100vh - 227px); }
  .main-content--purple {
    background-image: none;
    background-color: #f7f5fa; }
  .main-content--white {
    background-image: none;
    background-color: #fff; }
  .main-content--pink {
    background-image: none;
    background-color: #f9eeff; }
  .main-content--partner {
    min-height: calc(100vh - 584px); }
  .main-content__inner {
    width: 90%;
    min-width: 270px;
    margin: 0 auto; }
    .main-content__inner:after {
      content: "";
      display: table;
      clear: both; }
  .main-content__heading {
    margin: 0 40px;
    padding: 0 0 20px;
    text-align: center; }
  .main-content__title {
    margin: 0 0 0.3em;
    font-size: 24px;
    font-weight: 700; }
  .main-content__title-part {
    display: none; }
  .main-content__text {
    margin: 0 auto;
    font-size: 18px;
    font-weight: 300; }

html[lang="es"] .main-content--purple,
html[lang="de"] .main-content--purple,
html[lang="en"] .main-content--purple,
html[lang="pl"] .main-content--purple {
  min-height: calc(100vh - 411px); }

html[lang="es"] .main-content--new,
html[lang="de"] .main-content--new,
html[lang="en"] .main-content--new,
html[lang="pl"] .main-content--new {
  min-height: calc(100vh - 60px); }

.notification {
  border-radius: 4px;
  text-align: center;
  background: rgba(28, 183, 101, 0.1);
  padding: 20px 0;
  margin-bottom: 30px; }
  .notification__icon {
    display: inline-block;
    vertical-align: middle; }
  .notification__text {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    margin-bottom: 0;
    color: #1cb765;
    font-size: 14px;
    margin-left: 16px; }

.hidden {
  display: none; }

@-webkit-keyframes progress-pulse {
  from {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1); }
  to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); } }

@keyframes progress-pulse {
  from {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1); }
  to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); } }

.progress {
  width: 65%;
  max-width: 720px;
  margin-left: -16px; }
  .progress--to-right {
    margin-left: 28px; }
  .progress--small {
    margin-left: 0; }
  .progress__steps {
    margin: 0;
    padding: 0;
    list-style: none;
    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: center;
    padding-bottom: 10px; }
  .progress__step {
    font-size: 12px;
    color: #999; }
    .progress__step--is-active {
      color: #333; }
  .progress__scale {
    position: relative;
    width: 100%;
    height: 2px;
    background-color: rgba(153, 153, 153, 0.2);
    overflow: hidden; }
  .progress__bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    background-color: #6039aa;
    width: 70px; }
    .progress__bar::after {
      content: "";
      position: absolute;
      top: 0;
      right: -40px;
      height: 2px;
      width: 40px;
      -webkit-transform-origin: 0 0;
          -ms-transform-origin: 0 0;
              transform-origin: 0 0;
      background: -webkit-gradient(linear, left top, right top, from(#6039aa), to(transparent));
      background: -webkit-linear-gradient(left, #6039aa, transparent);
      background: -o-linear-gradient(left, #6039aa, transparent);
      background: linear-gradient(90deg, #6039aa, transparent);
      -webkit-animation: progress-pulse 1.1s ease-in-out infinite;
              animation: progress-pulse 1.1s ease-in-out infinite; }
    .progress__bar.step-1 {
      width: 7.4%; }
    .progress__bar.step-2 {
      width: 14.8%; }
    .progress__bar.step-3 {
      width: 22.2%; }
    .progress__bar.step-4 {
      width: 29.6%; }
    .progress__bar.step-5 {
      width: 37%; }
    .progress__bar.step-6 {
      width: 42%; }
    .progress__bar.step-7 {
      width: 50%; }
    .progress__bar.step-8 {
      width: 62.5%; }
    .progress__bar.step-9 {
      width: 75%; }
    .progress__bar.step-10 {
      width: 87.5%; }
    .progress__bar.step-11 {
      width: 100%; }

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html,
body {
  min-width: 288px;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #333; }

body {
  overflow-x: hidden; }

h1 {
  font-size: 21px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 20px; }

h2 {
  font-size: 16px;
  font-weight: 800;
  margin-top: 0;
  margin-bottom: 20px; }

h3 {
  font-size: 14px;
  font-weight: 800;
  margin-top: 0;
  margin-bottom: 20px; }

p + h2,
p + h3 {
  margin-top: 30px; }

p {
  font-size: 14px;
  line-height: 1.4;
  max-width: 885px;
  margin-top: 0;
  margin-bottom: 20px; }

ol {
  font-size: 14px;
  padding-left: 18px; }

ol li {
  margin-top: 0;
  margin-bottom: 8px; }
  ol li:last-child {
    margin-bottom: 16px; }

button,
a {
  cursor: pointer; }

time {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #b3b3b3; }

textarea,
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime-local"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"] {
  background-color: #fff; }

[hidden] {
  display: none; }

.title {
  line-height: 1.4; }
  .title--xlarge {
    font-size: 64px;
    font-weight: 600; }
  .title--large {
    font-size: 48px;
    font-weight: 600; }
  .title--medium {
    margin: 0 0 32px;
    font-size: 36px;
    font-weight: 600; }
  .title--small {
    font-size: 24px;
    font-weight: 500; }
  .title--xsmall {
    font-size: 21px;
    font-weight: 500; }
  .title--xxsmall {
    font-size: 16px;
    font-weight: 600; }
  .title--light {
    color: #999; }

.subtitle {
  font-size: 16px;
  font-weight: 600; }
  .subtitle--small {
    margin: 10px 0;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 3px;
    text-transform: uppercase; }

.text {
  font-size: 14px;
  font-weight: 500; }
  .text--light {
    color: #999; }
  .text--patch {
    max-width: initial;
    padding: 10px 22px 9px;
    color: rgba(0, 0, 0, 0.54);
    background-color: #f7f5fa;
    border-radius: 4px; }

.caption {
  font-size: 12px;
  font-weight: 500;
  color: #999; }

.link {
  display: inline-block;
  vertical-align: text-bottom;
  padding: 0;
  border: none;
  outline: none;
  font-size: inherit;
  line-height: initial;
  text-decoration: none;
  color: #26aded;
  background-color: transparent;
  cursor: pointer; }
  .link:hover {
    text-decoration: underline;
    -webkit-text-decoration-skip: ink;
            text-decoration-skip: ink; }
  .link--gray {
    color: #999; }
  .link--gray:hover {
    color: #999; }
  .link--white {
    color: #fff; }
  .link--white:hover {
    color: #fff; }
  .link--disabled {
    color: #999;
    text-decoration: none;
    pointer-events: none; }

.list {
  padding: 0;
  font-size: 14px;
  list-style: none;
  line-height: 1.4; }

.list-ol {
  margin-bottom: 30px;
  padding-left: 16px;
  font-size: 14px; }
  .list-ol__item {
    max-width: 885px;
    margin-bottom: 8px; }
    .list-ol__item:last-of-type {
      margin-bottom: 0; }

.list-disc {
  font-size: 14px;
  margin-bottom: 30px;
  padding-left: 20px;
  list-style: none;
  line-height: 1.4;
  max-width: 885px; }
  .list-disc__item {
    position: relative;
    margin-bottom: 8px; }
    .list-disc__item:last-of-type {
      margin-bottom: 0; }
  .list-disc__item::before {
    content: "";
    position: absolute;
    top: 9px;
    left: -17px;
    width: 4px;
    height: 4px;
    background-color: #333;
    border-radius: 50%; }

.content-img {
  width: 100%;
  height: auto;
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 30px; }

.text-success {
  color: #1cb765; }

.text-error {
  color: #db4432; }

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .flex-container__item {
    width: 220px;
    margin: 15px auto; }

.email {
  position: relative;
  padding-left: 36px;
  font-size: 16px;
  font-weight: 600;
  color: #999;
  text-decoration: none; }
  .email:hover, .email:focus {
    text-decoration: underline; }
  .email::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 20px;
    height: 16px;
    background: url(/build/a347197328e20050e631e5e0d4910676.svg) no-repeat; }

.phone {
  position: relative;
  padding-left: 36px;
  font-size: 16px;
  font-weight: 600;
  color: #999;
  text-decoration: none; }
  .phone:hover, .phone:focus {
    text-decoration: underline; }
  .phone::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 18px;
    height: 18px;
    background: url(/build/b749bb283564af4e9dc23ae77cb5f6a9.svg) no-repeat; }

.typography h1 {
  margin-bottom: 32px; }

.typography h2 {
  margin: 28px 0 32px; }

.typography p {
  margin: 21px 0; }

.typography ul {
  margin-bottom: 32px; }

.social-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  padding: 0 19px;
  font-size: 1em; }
  .social-btn::after {
    content: "";
    position: absolute;
    top: calc(50% - 8px);
    right: 0;
    width: 1px;
    height: 16px;
    background-color: rgba(255, 255, 255, 0.3); }
  .social-btn:first-child {
    padding-left: 0; }
  .social-btn:last-child {
    padding-right: 0; }
  .social-btn:last-child::after {
    content: none; }
  .social-btn__icon {
    vertical-align: middle;
    color: rgba(255, 255, 255, 0.4); }
  .social-btn[title="vkontakte"] .social-btn__icon {
    margin-top: 5px; }
  .social-btn[title="vkontakte"]:hover .social-btn__icon,
  .social-btn[title="vkontakte"]:focus .social-btn__icon,
  .social-btn[title="vkontakte"]:active .social-btn__icon {
    color: #2a6dab; }
  .social-btn[title="facebook"]:hover .social-btn__icon,
  .social-btn[title="facebook"]:focus .social-btn__icon,
  .social-btn[title="facebook"]:active .social-btn__icon {
    color: #2652ad; }
  .social-btn[title="twit"]:hover .social-btn__icon,
  .social-btn[title="twit"]:focus .social-btn__icon,
  .social-btn[title="twit"]:active .social-btn__icon {
    color: #0eb7ff; }
  .social-btn[title="mailru"]:hover .social-btn__icon,
  .social-btn[title="mailru"]:focus .social-btn__icon,
  .social-btn[title="mailru"]:active .social-btn__icon {
    color: #0391fb; }
  .social-btn[title="odnoklassniki"]:hover .social-btn__icon,
  .social-btn[title="odnoklassniki"]:focus .social-btn__icon,
  .social-btn[title="odnoklassniki"]:active .social-btn__icon {
    color: #fc8625; }
  .social-btn[title="google"]:hover .social-btn__icon,
  .social-btn[title="google"]:focus .social-btn__icon,
  .social-btn[title="google"]:active .social-btn__icon {
    color: #f33b2b; }
  .social-btn[title="dnevnik"]:hover .social-btn__icon,
  .social-btn[title="dnevnik"]:focus .social-btn__icon,
  .social-btn[title="dnevnik"]:active .social-btn__icon {
    color: white; }
  .social-btn[title="telegram"]:hover .social-btn__icon,
  .social-btn[title="telegram"]:focus .social-btn__icon,
  .social-btn[title="telegram"]:active .social-btn__icon {
    color: #0088cc; }
  .social-btn[title="instagram"]:hover .social-btn__icon,
  .social-btn[title="instagram"]:focus .social-btn__icon,
  .social-btn[title="instagram"]:active .social-btn__icon {
    color: #f01073; }
  .social-btn[title="twitter"]:hover .social-btn__icon,
  .social-btn[title="twitter"]:focus .social-btn__icon,
  .social-btn[title="twitter"]:active .social-btn__icon {
    color: #10a4ff; }

button:hover .tooltip,
a:hover .tooltip,
input:hover .tooltip,
label:hover .tooltip {
  display: block;
  visibility: visible; }

.tooltip {
  display: none;
  visibility: hidden;
  position: absolute;
  z-index: 99;
  left: 50%;
  top: -16px;
  -webkit-transform: translateX(-50%) translateY(-100%);
      -ms-transform: translateX(-50%) translateY(-100%);
          transform: translateX(-50%) translateY(-100%);
  width: 100%;
  min-width: 130px;
  max-width: 200px;
  padding: 8px 12px;
  font-size: 12px;
  background: #fff;
  color: #333;
  -webkit-box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.2);
  pointer-events: none; }
  .tooltip--large-bottom {
    width: 600px;
    max-width: 600px;
    text-align: left;
    -webkit-transform: translateX(-100%) translateY(25%);
        -ms-transform: translateX(-100%) translateY(25%);
            transform: translateX(-100%) translateY(25%); }
    .tooltip--large-bottom::after {
      display: none; }
  .tooltip--show {
    display: block;
    visibility: visible; }
  .tooltip--top {
    top: -16px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-100%);
        -ms-transform: translateX(-50%) translateY(-100%);
            transform: translateX(-50%) translateY(-100%); }
  .tooltip--bottom {
    top: initial;
    bottom: -16px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(100%);
        -ms-transform: translateX(-50%) translateY(100%);
            transform: translateX(-50%) translateY(100%); }
  .tooltip--left {
    top: 50%;
    left: -16px;
    -webkit-transform: translateX(-100%) translateY(-50%);
        -ms-transform: translateX(-100%) translateY(-50%);
            transform: translateX(-100%) translateY(-50%); }
  .tooltip--right {
    top: 50%;
    left: initial;
    right: -16px;
    -webkit-transform: translateX(100%) translateY(-50%);
        -ms-transform: translateX(100%) translateY(-50%);
            transform: translateX(100%) translateY(-50%); }
  .tooltip::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    z-index: 99;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-color: transparent transparent #fff #fff;
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateY(0) translateX(-50%) rotate(-45deg);
        -ms-transform: translateY(0) translateX(-50%) rotate(-45deg);
            transform: translateY(0) translateX(-50%) rotate(-45deg);
    -webkit-box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.05);
            box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.05); }
  .tooltip--top::after {
    top: 100%;
    left: 50%;
    -webkit-transform: translateY(0) translateX(-50%) rotate(-45deg);
        -ms-transform: translateY(0) translateX(-50%) rotate(-45deg);
            transform: translateY(0) translateX(-50%) rotate(-45deg); }
  .tooltip--bottom::after {
    top: 0;
    left: 50%;
    -webkit-transform: translateY(0) translateX(50%) rotate(135deg);
        -ms-transform: translateY(0) translateX(50%) rotate(135deg);
            transform: translateY(0) translateX(50%) rotate(135deg); }
  .tooltip--left::after {
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(50%) translateX(0) rotate(-135deg);
        -ms-transform: translateY(50%) translateX(0) rotate(-135deg);
            transform: translateY(50%) translateX(0) rotate(-135deg); }
  .tooltip--right::after {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%) translateX(0) rotate(45deg);
        -ms-transform: translateY(-50%) translateX(0) rotate(45deg);
            transform: translateY(-50%) translateX(0) rotate(45deg); }

.neuro-widget {
  display: none; }

.js-lazy-load {
  background-image: none !important; }

.icon-skill-round {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80px;
  height: 80px;
  background-color: #f7f5fa;
  border-radius: 50%; }
  .icon-skill-round__icon {
    width: 64%;
    height: 64%;
    color: #fff; }
  .icon-skill-round--attention {
    background-color: #4482eb;
    background-image: -webkit-linear-gradient(315deg, #04befe, #4482eb);
    background-image: -o-linear-gradient(315deg, #04befe, #4482eb);
    background-image: linear-gradient(135deg, #04befe, #4482eb); }
  .icon-skill-round--course-goal {
    background-color: #72afd3;
    background-image: -webkit-linear-gradient(315deg, #37ebba, #72afd3);
    background-image: -o-linear-gradient(315deg, #37ebba, #72afd3);
    background-image: linear-gradient(135deg, #37ebba, #72afd3); }
  .icon-skill-round--detox {
    background-color: #7779ff;
    background-image: -webkit-linear-gradient(315deg, #b075fa, #7779ff);
    background-image: -o-linear-gradient(315deg, #b075fa, #7779ff);
    background-image: linear-gradient(135deg, #b075fa, #7779ff); }
  .icon-skill-round--thinking {
    background-color: #fe6248;
    background-image: -webkit-linear-gradient(315deg, #fbbc2b, #fe6248);
    background-image: -o-linear-gradient(315deg, #fbbc2b, #fe6248);
    background-image: linear-gradient(135deg, #fbbc2b, #fe6248); }
  .icon-skill-round--creative-thinking {
    background-color: #ffa79c;
    background-image: -webkit-linear-gradient(315deg, #fdc10a, #ffa79c);
    background-image: -o-linear-gradient(315deg, #fdc10a, #ffa79c);
    background-image: linear-gradient(135deg, #fdc10a, #ffa79c); }
  .icon-skill-round--emotional-intellect {
    background-color: #00b3ff;
    background-image: -webkit-linear-gradient(315deg, #39f1ff, #00b3ff);
    background-image: -o-linear-gradient(315deg, #39f1ff, #00b3ff);
    background-image: linear-gradient(135deg, #39f1ff, #00b3ff); }
  .icon-skill-round--speed-reading {
    background-color: #32d4c8;
    background-image: -webkit-linear-gradient(315deg, #01fbe8, #32d4c8);
    background-image: -o-linear-gradient(315deg, #01fbe8, #32d4c8);
    background-image: linear-gradient(135deg, #01fbe8, #32d4c8); }
  .icon-skill-round--polyglot {
    background-color: #1df59b;
    background-image: -webkit-linear-gradient(315deg, #00bafd, #1df59b);
    background-image: -o-linear-gradient(315deg, #00bafd, #1df59b);
    background-image: linear-gradient(135deg, #00bafd, #1df59b); }
  .icon-skill-round--prof {
    background-color: #ae2ffe;
    background-image: -webkit-linear-gradient(315deg, #26c3f4, #ae2ffe);
    background-image: -o-linear-gradient(315deg, #26c3f4, #ae2ffe);
    background-image: linear-gradient(135deg, #26c3f4, #ae2ffe); }
  .icon-skill-round--premium {
    background-color: #e9a100;
    background-image: -webkit-linear-gradient(315deg, #fdc10a, #e9a100);
    background-image: -o-linear-gradient(315deg, #fdc10a, #e9a100);
    background-image: linear-gradient(135deg, #fdc10a, #e9a100); }
  .icon-skill-round--mnemonics {
    background-color: #ad64ed;
    background-image: -webkit-linear-gradient(315deg, #d19bff, #ad64ed);
    background-image: -o-linear-gradient(315deg, #d19bff, #ad64ed);
    background-image: linear-gradient(135deg, #d19bff, #ad64ed); }
  .icon-skill-round--profiling {
    background-color: #00c6fb;
    background-image: -webkit-linear-gradient(315deg, #005bea, #00c6fb);
    background-image: -o-linear-gradient(315deg, #005bea, #00c6fb);
    background-image: linear-gradient(135deg, #005bea, #00c6fb); }
  .icon-skill-round--online-school {
    background-color: #00C6FB;
    background-image: -webkit-linear-gradient(315deg, #005BEA, #00C6FB);
    background-image: -o-linear-gradient(315deg, #005BEA, #00C6FB);
    background-image: linear-gradient(135deg, #005BEA, #00C6FB); }
  .icon-skill-round--names {
    background-color: #17cbfb;
    background-image: -webkit-linear-gradient(315deg, #00c0f3, #17cbfb);
    background-image: -o-linear-gradient(315deg, #00c0f3, #17cbfb);
    background-image: linear-gradient(135deg, #00c0f3, #17cbfb); }
  .icon-skill-round--mentalist {
    background-color: #5c0086;
    background-image: -webkit-linear-gradient(315deg, #ac32e4, #5c0086);
    background-image: -o-linear-gradient(315deg, #ac32e4, #5c0086);
    background-image: linear-gradient(135deg, #ac32e4, #5c0086); }
  .icon-skill-round--biz-thinking {
    background-color: #f4039c;
    background-image: -webkit-linear-gradient(315deg, #890057, #f4039c);
    background-image: -o-linear-gradient(315deg, #890057, #f4039c);
    background-image: linear-gradient(135deg, #890057, #f4039c); }
  .icon-skill-round--online-conf-2019 {
    background-color: #1195db;
    background-image: -webkit-linear-gradient(315deg, #00de9a, #1195db);
    background-image: -o-linear-gradient(315deg, #00de9a, #1195db);
    background-image: linear-gradient(135deg, #00de9a, #1195db); }
  .icon-skill-round--programm {
    background-color: #CD01E6;
    background-image: -webkit-linear-gradient(315deg, #7F40FF, #CD01E6);
    background-image: -o-linear-gradient(315deg, #7F40FF, #CD01E6);
    background-image: linear-gradient(135deg, #7F40FF, #CD01E6); }
  .icon-skill-round--games {
    background-color: #62B767;
    background-image: -webkit-linear-gradient(315deg, #B6F453, #62B767);
    background-image: -o-linear-gradient(315deg, #B6F453, #62B767);
    background-image: linear-gradient(135deg, #B6F453, #62B767); }
  .icon-skill-round--critical-thinking {
    background-color: #2EB6E6;
    background-image: -webkit-linear-gradient(315deg, #6E52F3, #2EB6E6);
    background-image: -o-linear-gradient(315deg, #6E52F3, #2EB6E6);
    background-image: linear-gradient(135deg, #6E52F3, #2EB6E6); }
  .icon-skill-round--logic {
    background-color: #FF77D4;
    background-image: -webkit-linear-gradient(315deg, #FF9F22, #FF77D4);
    background-image: -o-linear-gradient(315deg, #FF9F22, #FF77D4);
    background-image: linear-gradient(135deg, #FF9F22, #FF77D4); }
  .icon-skill-round--russian-gramma {
    background-color: #2af598;
    background-image: -webkit-linear-gradient(315deg, #009efd, #2af598);
    background-image: -o-linear-gradient(315deg, #009efd, #2af598);
    background-image: linear-gradient(135deg, #009efd, #2af598); }
  .icon-skill-round--cognitive_test {
    background-color: #30FFE0;
    background-image: -webkit-linear-gradient(315deg, #3B7EBC, #30FFE0);
    background-image: -o-linear-gradient(315deg, #3B7EBC, #30FFE0);
    background-image: linear-gradient(135deg, #3B7EBC, #30FFE0); }
  .icon-skill-round--russian-gramma {
    background-color: #009efd;
    background-image: -webkit-gradient(linear, right top, left top, from(#009efd), to(#2af598));
    background-image: -webkit-linear-gradient(right, #009efd, #2af598);
    background-image: -o-linear-gradient(right, #009efd, #2af598);
    background-image: linear-gradient(to left, #009efd, #2af598); }
  .icon-skill-round--online-school {
    background-image: -webkit-gradient(linear, left bottom, right top, from(#005BEA), to(#00C6FB));
    background-image: -webkit-linear-gradient(bottom left, #005BEA, #00C6FB);
    background-image: -o-linear-gradient(bottom left, #005BEA, #00C6FB);
    background-image: linear-gradient(to top right, #005BEA, #00C6FB); }
    .icon-skill-round--online-school .course__icon {
      top: 28px;
      left: 51px; }
    .icon-skill-round--online-school .price-icon-skill {
      position: relative;
      left: 4px;
      top: -5px;
      width: 45px;
      height: 45px; }
  .icon-skill-round--all-inclusive {
    background-image: -webkit-gradient(linear, left top, right bottom, from(#fdc10a), to(#e9a100));
    background-image: -webkit-linear-gradient(top left, #fdc10a, #e9a100);
    background-image: -o-linear-gradient(top left, #fdc10a, #e9a100);
    background-image: linear-gradient(to bottom right, #fdc10a, #e9a100); }
  .icon-skill-round--neuro .sidenav__icon {
    width: 100%;
    height: 100%; }
  .icon-skill-round--critical-thinking {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#6E52F3), to(#2EB6E6));
    background-image: -webkit-linear-gradient(bottom, #6E52F3, #2EB6E6 100%);
    background-image: -o-linear-gradient(bottom, #6E52F3, #2EB6E6 100%);
    background-image: linear-gradient(to top, #6E52F3, #2EB6E6 100%); }
  .icon-skill-round--cognitive-test {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#3B7EBC), to(#30FFE0));
    background-image: -webkit-linear-gradient(bottom, #3B7EBC, #30FFE0 100%);
    background-image: -o-linear-gradient(bottom, #3B7EBC, #30FFE0 100%);
    background-image: linear-gradient(to top, #3B7EBC, #30FFE0 100%); }
    .icon-skill-round--cognitive-test .course__icon {
      width: 59%;
      height: 59%; }
  .icon-skill-round--cognitive_test {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#3B7EBC), to(#30FFE0));
    background-image: -webkit-linear-gradient(bottom, #3B7EBC, #30FFE0 100%);
    background-image: -o-linear-gradient(bottom, #3B7EBC, #30FFE0 100%);
    background-image: linear-gradient(to top, #3B7EBC, #30FFE0 100%); }
    .icon-skill-round--cognitive_test .course__icon {
      width: 59%;
      height: 59%; }
  .icon-skill-round--biz-thinking svg, .icon-skill-round--biz-thinking .course__icon {
    width: 100%;
    height: 100%; }
  .icon-skill-round--proftest-main {
    background-image: -webkit-radial-gradient(100% 0, circle, #00c6fb, #005bea);
    background-image: -o-radial-gradient(100% 0, circle, #00c6fb, #005bea);
    background-image: radial-gradient(circle at 100% 0, #00c6fb, #005bea); }
    .icon-skill-round--proftest-main .course__icon {
      width: 59%;
      height: 59%; }
  .icon-skill-round--proftest-employee {
    background-image: -webkit-linear-gradient(315deg, #37ebba, #72afd3);
    background-image: -o-linear-gradient(315deg, #37ebba, #72afd3);
    background-image: linear-gradient(135deg, #37ebba, #72afd3); }
    .icon-skill-round--proftest-employee .course__icon {
      width: 59%;
      height: 59%; }
  .icon-skill-round--proftest-teen {
    background-image: -webkit-linear-gradient(315deg, #fbbc2b, #fe6248);
    background-image: -o-linear-gradient(315deg, #fbbc2b, #fe6248);
    background-image: linear-gradient(135deg, #fbbc2b, #fe6248); }
    .icon-skill-round--proftest-teen .course__icon {
      width: 59%;
      height: 59%; }
  .icon-skill-round--thinking {
    background-image: -webkit-gradient(linear, right top, left top, from(#ff2e8d), to(#e72c7b));
    background-image: -webkit-linear-gradient(right, #ff2e8d, #e72c7b);
    background-image: -o-linear-gradient(right, #ff2e8d, #e72c7b);
    background-image: linear-gradient(to left, #ff2e8d, #e72c7b); }
    .icon-skill-round--thinking .course__icon {
      width: 59%;
      height: 59%; }
  .icon-skill-round--online-conf-2019 svg {
    margin-bottom: 5px; }
  .icon-skill-round--logic {
    background-color: #FF9F22;
    background-image: -webkit-gradient(linear, left top, right bottom, from(#FF77D4), to(#FF9F22));
    background-image: -webkit-linear-gradient(top left, #FF77D4, #FF9F22);
    background-image: -o-linear-gradient(top left, #FF77D4, #FF9F22);
    background-image: linear-gradient(to bottom right, #FF77D4, #FF9F22); }
  .icon-skill-round--extended-statistic {
    background-color: #7796FF;
    background-image: -webkit-gradient(linear, left top, right bottom, from(#7796FF), to(#863DFF));
    background-image: -webkit-linear-gradient(top left, #7796FF, #863DFF);
    background-image: -o-linear-gradient(top left, #7796FF, #863DFF);
    background-image: linear-gradient(to bottom right, #7796FF, #863DFF); }

.btn {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: initial;
  height: initial;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  text-align: left;
  padding: 16px 56px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: .5px;
  color: #fff;
  border-radius: 50px;
  -webkit-transition: -webkit-transform .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
  -o-transition: transform .2s ease-in-out, box-shadow .2s ease-in-out;
  transition: transform .2s ease-in-out, box-shadow .2s ease-in-out;
  transition: transform .2s ease-in-out, box-shadow .2s ease-in-out, -webkit-transform .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
  cursor: pointer; }
  .btn:hover, .btn:focus {
    -webkit-box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-1px);
        -ms-transform: translateY(-1px);
            transform: translateY(-1px); }
  .btn:active {
    -webkit-transition: -webkit-transform .1s ease-in-out, -webkit-box-shadow .1s ease-in-out;
    transition: -webkit-transform .1s ease-in-out, -webkit-box-shadow .1s ease-in-out;
    -o-transition: transform .1s ease-in-out, box-shadow .1s ease-in-out;
    transition: transform .1s ease-in-out, box-shadow .1s ease-in-out;
    transition: transform .1s ease-in-out, box-shadow .1s ease-in-out, -webkit-transform .1s ease-in-out, -webkit-box-shadow .1s ease-in-out;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn--transparent {
    padding-top: 1em;
    color: #ec1c24;
    background: transparent;
    border: 2px solid #ec1c24;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear; }
    .btn--transparent:hover, .btn--transparent:focus {
      color: #fff;
      background: #ee4435;
      opacity: 1; }
    .btn--transparent:active {
      outline: none;
      color: shade(#ee4435, 30);
      background: #ee4435;
      opacity: 1; }
  .btn--purple-bordered, .btn--purple {
    background-color: #6039aa; }
    .btn--purple-bordered:hover, .btn--purple-bordered:focus, .btn--purple:hover, .btn--purple:focus {
      color: #fff;
      background-color: #8061bb; }
    .btn--purple-bordered:active, .btn--purple:active {
      background-color: #4d2e88; }
  .btn--yellow {
    background: #fdc10a;
    color: #333; }
    .btn--yellow:hover, .btn--yellow:focus {
      background-color: #fdd047; }
    .btn--yellow:active {
      background-color: #d7a408;
      -webkit-box-shadow: none;
              box-shadow: none; }
  .btn--blue {
    background-color: #03a9f4; }
    .btn--blue:hover, .btn--blue:focus {
      background-color: #35baf6; }
    .btn--blue:active {
      background-color: #028fcf; }
  .btn--secondary {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #f7f5fb;
    color: #6039aa;
    border: 1px solid #6039aa; }
    .btn--secondary:hover, .btn--secondary:focus {
      background-color: #fff;
      color: #8061bb;
      border-color: #8061bb; }
    .btn--secondary:active {
      background-color: #f7f5fb;
      color: #4d2e88;
      border-color: #4d2e88; }
  .btn--green {
    background-color: #1de9b6; }
    .btn--green:hover, .btn--green:focus {
      background-color: #55eec8; }
    .btn--green:active {
      background-color: #18c69a; }
  .btn--orange, .btn--orange-bordered {
    background: #ff9800; }
    .btn--orange:hover, .btn--orange:focus, .btn--orange-bordered:hover, .btn--orange-bordered:focus {
      background: #ffac33; }
    .btn--orange:active, .btn--orange-bordered:active {
      background: #d98100; }
  .btn--red {
    background-color: #ff436b; }
  .btn--disabled {
    background-color: #d8d8d8;
    cursor: default;
    pointer-events: none; }
  .btn--disabled-white {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #fff;
    color: #d8d8d8;
    border: 1px solid #d8d8d8;
    cursor: default;
    pointer-events: none; }
  .btn--warning {
    background-color: #DB4432 !important;
    border: 1px solid #DB4432 !important; }
  .btn--close, .btn--close-gray {
    border: none;
    width: 36px;
    height: 36px;
    font-size: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: center; }
    .btn--close:hover, .btn--close:focus, .btn--close-gray:hover, .btn--close-gray:focus {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      -webkit-box-shadow: none;
              box-shadow: none; }
  .btn--close {
    padding: 8px;
    border-radius: 0;
    background-image: url(/build/3dba22df44d472641aee8d48aa0d7bab.svg) !important; }
    .btn--close:hover, .btn--close:focus {
      opacity: .5; }
  .btn--close-gray {
    background-image: url(/build/cec16a054b5e1d52e72acfe6786741d3.svg) !important;
    opacity: .2; }
    .btn--close-gray:hover, .btn--close-gray:focus {
      opacity: .6; }
  .btn--small {
    font-size: 12px;
    padding: 10px 44px; }
  .btn--shine {
    position: relative; }
    .btn--shine:after {
      content: '';
      position: absolute;
      top: -10px;
      bottom: -10px;
      width: 20%;
      background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0) 100%);
      background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0) 100%);
      background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0) 100%);
      -webkit-transform: translateX(-550%);
          -ms-transform: translateX(-550%);
              transform: translateX(-550%);
      -webkit-filter: blur(15px);
              filter: blur(15px);
      -webkit-animation: slide 1s infinite;
              animation: slide 1s infinite; }

@-webkit-keyframes slide {
  0% {
    -webkit-transform: translateX(-550%);
            transform: translateX(-550%); }
  100% {
    -webkit-transform: translateX(70%);
            transform: translateX(70%); } }

@keyframes slide {
  0% {
    -webkit-transform: translateX(-550%);
            transform: translateX(-550%); }
  100% {
    -webkit-transform: translateX(70%);
            transform: translateX(70%); } }
  .btn[disabled] {
    background-color: #d8d8d8 !important;
    background-image: none !important;
    color: #fff !important;
    cursor: default; }
    .btn[disabled]:hover, .btn[disabled]:focus {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      -webkit-box-shadow: none;
              box-shadow: none; }

.button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .button-group__item {
    padding: 10px 14px;
    margin: 0;
    outline: none;
    text-align: center;
    color: #b3b3b3;
    background-color: #f7f5fa;
    border: 1px solid rgba(179, 179, 179, 0.3);
    border-left: 0;
    text-decoration: none;
    border-radius: 0; }
    .button-group__item:first-child {
      border-radius: 4px 0 0 4px;
      border-left: 1px solid rgba(179, 179, 179, 0.3); }
    .button-group__item:last-child {
      border-radius: 0 4px 4px 0; }
    .button-group__item[data-state="active"] {
      background-color: #fff;
      color: #333;
      -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
              box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
      cursor: default; }
    .button-group__item[data-lock="true"] {
      color: transparent;
      background: #f7f5fa url(/build/8fe2f1d705e3bba6fedea394b927661f.svg) no-repeat;
      background-position: center;
      background-size: 40%;
      line-height: 100%;
      cursor: default; }
    .button-group__item:hover, .button-group__item:focus {
      color: #333; }
    .button-group__item[data-lock="true"]:hover, .button-group__item[data-lock="true"]:focus {
      color: transparent; }
  .button-group__icon {
    width: 44px; }

.btn-info {
  position: relative;
  overflow: visible;
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px;
  padding: 1px;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  overflow: visible; }
  .btn-info:hover .btn-info__icon,
  .btn-info:focus .btn-info__icon {
    opacity: .8; }

@-webkit-keyframes preloader {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes preloader {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.btn--loading {
  position: relative;
  min-width: 195px;
  padding-top: 1em;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: background-color .4s ease-in-out;
  -o-transition: background-color .4s ease-in-out;
  transition: background-color .4s ease-in-out; }
  .btn--loading__text-default {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    vertical-align: top; }
  .btn--loading__icon-preloader, .btn--loading__text-done {
    position: absolute;
    display: inline-block;
    vertical-align: top;
    left: 0;
    top: 0;
    text-align: center;
    line-height: 50px;
    vertical-align: top;
    opacity: 0; }
  .btn--loading__icon-preloader {
    left: calc(50% - 10px);
    top: 15px;
    opacity: 0; }
  .btn--loading__text-done {
    width: 100%;
    height: 100%;
    padding: 0 2.1875em;
    text-align-last: auto; }
    .btn--loading__text-done span {
      line-height: 1; }
  .btn--loading__icon-check {
    width: 0;
    height: 14px;
    margin-right: 5px;
    -webkit-transform: translateY(1px);
        -ms-transform: translateY(1px);
            transform: translateY(1px); }
  .btn--loading:active {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn--loading.btn--preloader .btn--loading__text-default {
    -webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    opacity: 0; }
  .btn--loading.btn--preloader .btn--loading__icon-preloader {
    opacity: 1;
    -webkit-animation: preloader .8s linear infinite;
            animation: preloader .8s linear infinite; }
  .btn--loading.btn--saved {
    background-color: #179a51; }
    .btn--loading.btn--saved .btn--loading__text-done {
      -webkit-transition: opacity .2s ease-in-out;
      -o-transition: opacity .2s ease-in-out;
      transition: opacity .2s ease-in-out;
      opacity: 1; }
    .btn--loading.btn--saved .btn--loading__icon-check {
      -webkit-transition: width .2s ease-out;
      -o-transition: width .2s ease-out;
      transition: width .2s ease-out;
      -webkit-transition-delay: .2s;
           -o-transition-delay: .2s;
              transition-delay: .2s;
      -webkit-transform-origin: left;
          -ms-transform-origin: left;
              transform-origin: left;
      width: 18px; }
    .btn--loading.btn--saved .btn--loading__text-default {
      opacity: 0; }
    .btn--loading.btn--saved .btn--loading__icon-preloader {
      opacity: 0; }

.btn-back {
  position: relative;
  color: #fff;
  font-size: 14px;
  text-decoration: none; }
  .btn-back:hover {
    opacity: .8; }
  .btn-back::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    border-color: inherit;
    -webkit-transform: translateY(-40%) rotate(-45deg);
        -ms-transform: translateY(-40%) rotate(-45deg);
            transform: translateY(-40%) rotate(-45deg);
    opacity: .6; }
  .btn-back--grey {
    color: #999; }
    .btn-back--grey::before {
      border-color: #999; }
  .btn-back--dark-grey {
    color: #333; }
    .btn-back--dark-grey::before {
      border-color: #333; }

.btn--full-width {
  display: block;
  width: 100%; }

.social {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .social li {
    margin-right: 8px; }
    .social li:last-child {
      margin-right: 0; }
  .social__link {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 0;
    border-radius: 50%; }
    .social__link--vk {
      background-color: #3f6c96; }
    .social__link--fb {
      background-color: #3b5998; }
    .social__link--mail {
      background-color: #1c8de2; }
    .social__link--google {
      background-color: #dc4e41; }
    .social__link--twitter {
      background-color: #1da1f2; }
    .social__link:hover {
      opacity: 0.7; }
    .social__link[disabled] {
      background-color: #d8d8d8;
      color: #fff;
      pointer-events: none; }
      .social__link[disabled] svg {
        fill: #fff; }
  .social__icon {
    fill: white; }
    .social__icon--vk {
      width: 22px;
      height: 12px; }
    .social__icon--fb {
      width: 11px;
      height: 21px; }
    .social__icon--mail {
      width: 18px;
      height: 17px;
      fill: #fca930; }
    .social__icon--google {
      width: 27px;
      height: 16px; }
    .social__icon--twitter {
      width: 22px;
      height: 17px; }

.social--mts .social__mts-btn {
  position: relative;
  display: block;
  margin-left: 22px !important; }
  .social--mts .social__mts-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -16px;
    width: 1px;
    height: 100%;
    background-color: #e6e6e6; }
  .social--mts .social__mts-btn .social__icon--mts {
    color: #cf232a; }
  .social--mts .social__mts-btn .social__link[disabled] {
    background-color: transparent; }
  .social--mts .social__mts-btn .social__link[disabled] .social__icon {
    color: #d8d8d8; }

.social-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out; }
  .social-button--long {
    width: 100%;
    height: 56px;
    padding: 0 52px;
    border-radius: 50px; }
  .social-button--vkontakte {
    background-color: #3f6c96; }
  .social-button--facebook {
    background-color: #3b5998; }
  .social-button--mailru {
    background-color: #1c8de2; }
  .social-button--google {
    background-color: #dc4e41; }
  .social-button:hover {
    opacity: 0.7; }
  .social-button[disabled] {
    background-color: #d8d8d8;
    color: #fff;
    pointer-events: none; }
    .social-button[disabled] svg {
      fill: #fff;
      color: #fff; }
  .social-button__icon {
    fill: white; }
    .social-button__icon--vkontakte {
      width: 22px;
      height: 12px; }
    .social-button__icon--facebook {
      width: 11px;
      height: 21px; }
    .social-button__icon--mailru {
      width: 18px;
      height: 17px;
      fill: #fca930;
      color: #fca930; }
    .social-button__icon--google {
      width: 27px;
      height: 16px; }
  .social-button__text {
    margin-left: 18px;
    font-size: 16px;
    font-weight: 500; }

html[lang="de"] .social-button--long.social-button--facebook,
html[lang="es"] .social-button--long.social-button--facebook {
  padding: 0 16px; }

.counter {
  display: inline-block;
  vertical-align: top;
  width: 180px; }
  .counter--light, .counter--bg-dark {
    color: #fff; }
  .counter--dark, .counter--bg-light {
    color: #333; }
  .counter--card {
    width: 182px;
    padding: 0;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.3); }
  .counter__title {
    width: 100%;
    margin: 0 0 9px;
    font-size: 1em;
    line-height: 1.4;
    text-align: center; }
  .counter--bg-light .counter__title {
    color: #fff; }
  .counter--bg-dark .counter__title {
    color: #333; }
  .counter--card .counter__title {
    padding: 7px 0 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 12px; }
    .counter--card .counter__title svg {
      display: inline-block;
      vertical-align: top;
      margin-right: 10px; }
    .counter--card .counter__title span {
      vertical-align: top;
      line-height: 1.6; }
  .counter__items {
    padding: 5px 0;
    border-radius: 4px;
    font-size: 0; }
  .counter--bg-light .counter__items {
    background-color: #fff; }
  .counter--bg-dark .counter__items {
    background-color: #333; }
  .counter__item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 60px;
    height: 30px;
    font-size: 13px;
    text-align: center; }
    .counter__item:last-of-type {
      position: static; }
    .counter__item::after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 1px;
      height: 30px; }
    .counter__item:last-of-type::after {
      content: none; }
  .counter--light .counter__item::after,
  .counter--bg-dark .counter__item::after {
    background-color: rgba(255, 255, 255, 0.6); }
  .counter--dark .counter__item::after,
  .counter--bg-light .counter__item::after {
    background-color: rgba(0, 0, 0, 0.6); }
  .counter__number {
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    color: inherit; }
  .counter__text {
    display: block;
    font-size: 10px;
    line-height: 1;
    color: inherit;
    opacity: .6; }

.counter-fixed {
  position: fixed;
  z-index: 1100;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 90%;
  height: 0;
  min-height: 0;
  min-width: 270px;
  margin: 0; }
  .counter-fixed--prices {
    bottom: 60px; }
  .counter-fixed--hide {
    z-index: -1;
    visibility: hidden; }
  .counter-fixed--show {
    z-index: 10001;
    visibility: visible; }
  .counter-fixed__inner {
    min-width: 130px;
    min-height: 56px;
    margin: 0;
    padding: 7px 8px 8px;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 21px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    background-color: #fcc555;
    background-image: -webkit-linear-gradient(45deg, #fcc555, #fa818b);
    background-image: -o-linear-gradient(45deg, #fcc555, #fa818b);
    background-image: linear-gradient(45deg, #fcc555, #fa818b);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
  .counter-fixed__inner--hellowen-2018 {
    background-color: #9b23ea;
    background-image: -webkit-linear-gradient(45deg, #5f72bd, #9b23ea);
    background-image: -o-linear-gradient(45deg, #5f72bd, #9b23ea);
    background-image: linear-gradient(45deg, #5f72bd, #9b23ea); }
  .counter-fixed__inner--science-2018 {
    background-image: -webkit-linear-gradient(358deg, #37ebba, #72afd3);
    background-image: -o-linear-gradient(358deg, #37ebba, #72afd3);
    background-image: linear-gradient(92deg, #37ebba, #72afd3); }
  .counter-fixed__inner--blackfriday-2018 {
    background-image: -webkit-gradient(linear, left top, right top, from(#fa9e10), to(#dd375a));
    background-image: -webkit-linear-gradient(left, #fa9e10, #dd375a);
    background-image: -o-linear-gradient(left, #fa9e10, #dd375a);
    background-image: linear-gradient(90deg, #fa9e10, #dd375a); }
  .counter-fixed__inner--speed {
    background-image: -webkit-linear-gradient(337deg, #FF9A6C, #FF5050);
    background-image: -o-linear-gradient(337deg, #FF9A6C, #FF5050);
    background-image: linear-gradient(113deg, #FF9A6C, #FF5050); }
  .counter-fixed__text {
    margin: 0;
    font-size: 10px; }
  .counter-fixed__minutes, .counter-fixed__seconds {
    display: inline-block;
    vertical-align: middle;
    -webkit-font-feature-settings: "tnum";
            font-feature-settings: "tnum";
    font-variant-numeric: tabular-nums; }
  .counter-fixed__seconds {
    text-align: left; }
  .counter-fixed__minutes {
    text-align: right; }
  .counter-fixed__link {
    position: relative;
    bottom: 0;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    text-decoration: none; }
  .counter-fixed--russian-day .counter-fixed__inner {
    background-image: none;
    background-color: #ff436b; }
  .counter-fixed--black-thursday-2019 .counter-fixed__inner {
    background-image: none;
    background-color: #000; }
  .counter-fixed--black-thursday-2019 .counter-fixed__text {
    color: #FFFF00; }

.counter-new {
  width: 295px;
  padding: 5px 10px 10px;
  border-radius: 13px; }
  .counter-new--light {
    background-color: #e6e6e6; }
  .counter-new--dark {
    background-color: #4d4d4d; }
  .counter-new__title {
    margin: 0 0 5px;
    font-size: 16px;
    text-align: center;
    color: #999; }
  .counter-new__items {
    font-size: 0; }
  .counter-new__item {
    display: inline-block;
    vertical-align: top;
    width: 60px;
    font-size: 13px;
    text-align: center; }
    .counter-new__item:not(:last-of-type) {
      margin-right: 10px; }
  .counter-new__number {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #4d4d4d;
    background-color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
  .counter-new__text {
    display: block;
    color: #fff;
    background-color: #b3b3b3;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }
  .counter-new--v2 .counter-new__number {
    -webkit-box-shadow: inset 0px 1px 0px #999;
            box-shadow: inset 0px 1px 0px #999;
    border-bottom: 1px solid #e6e6e6; }
  .counter-new--v2 .counter-new__text {
    color: #999;
    background-color: #fff; }
  .counter-new--dark .counter-new__number {
    border-color: #4d4d4d; }
  .counter-new--small {
    width: 290px;
    padding-top: 10px; }

.card {
  margin-bottom: 16px;
  padding: 24px 24px 40px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }
  .card--container {
    padding: 2em; }
  .card--hovered:hover {
    -webkit-transition: -webkit-box-shadow .4s ease-in-out;
    transition: -webkit-box-shadow .4s ease-in-out;
    -o-transition: box-shadow .4s ease-in-out;
    transition: box-shadow .4s ease-in-out;
    transition: box-shadow .4s ease-in-out, -webkit-box-shadow .4s ease-in-out;
    -webkit-box-shadow: 0 6px 8px 2px rgba(0, 0, 0, 0.1);
            box-shadow: 0 6px 8px 2px rgba(0, 0, 0, 0.1); }

.duel-content .card {
  padding: 0; }

.container {
  width: 90%;
  min-width: 270px;
  margin: 0 auto; }
  .container:after {
    content: "";
    display: table;
    clear: both; }

.container-large {
  width: 90%;
  min-width: 270px;
  margin: 0 auto; }

.container-new {
  width: 85%;
  min-width: 240px;
  margin: 0 auto; }

.footer {
  padding: 2.2em 0;
  background-color: #333;
  color: #fff; }
  .footer__section {
    font-size: 13px; }
    .footer__section--copyright {
      padding-top: 1.7em;
      font-size: .8em;
      color: rgba(255, 255, 255, 0.6);
      border-top: 1px solid rgba(255, 255, 255, 0.3); }
  .footer__info-title {
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
    text-align: left;
    margin-bottom: 1.6em;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6); }
  .footer__info-links {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .footer__section-link {
    font-size: 14px;
    font-weight: 500;
    color: inherit;
    text-decoration: none; }
    .footer__section-link:hover, .footer__section-link:focus {
      text-decoration: underline;
      -webkit-text-decoration-skip: ink;
              text-decoration-skip: ink; }
  .footer__section--copyright .footer__section-link {
    font-size: 1em; }
  .footer__info-link {
    margin-bottom: .2em; }
  .footer__text {
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.6); }
    .footer__text--mistake {
      display: none; }
  .footer__contacts-links {
    float: left;
    width: 176px;
    margin: 0 auto;
    font-size: 0; }
  .footer__contacts-text {
    margin-bottom: 2px;
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.6); }

.footer--international .footer__contacts-item--mail {
  color: #fff;
  padding: 0;
  font-size: 14px;
  text-decoration: none; }

.preloader {
  position: relative; }
  .preloader::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    display: block;
    z-index: 9998; }
  .preloader::after {
    content: "";
    position: absolute;
    left: 50%;
    width: 60px;
    height: 60px;
    background: url(/build/0fd6821db33a3e6a48e93f2ac9eb08d3.svg) no-repeat;
    background-size: 100%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
    z-index: 9999;
    margin-top: -30px;
    top: 50%; }
  .preloader--top::after {
    top: 80px; }

.popover {
  border: none;
  border-radius: 1px;
  -webkit-box-shadow: 6px 0 12px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 6px 0 12px 1px rgba(0, 0, 0, 0.2); }

.popover-title {
  padding-top: 12px;
  font-size: 12px;
  font-weight: 600;
  background-color: #fff;
  border-bottom: none;
  border-radius: 1px 1px 0 0; }

.popover-content {
  padding: 9px 14px 12px;
  font-size: 12px;
  line-height: 1.6; }

.popover-content ul {
  list-style: none;
  padding-left: 0; }

.popover.top > .arrow {
  border-top-color: rgba(0, 0, 0, 0.05); }

@-webkit-keyframes slide-privacy-policy {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@keyframes slide-privacy-policy {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

.privacy-policy-message {
  position: fixed;
  z-index: 100;
  right: 0;
  bottom: 0;
  width: 322px;
  height: 160px;
  margin-bottom: 0;
  padding: 24px;
  background-color: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
  opacity: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-animation: slide-privacy-policy .4s ease-in-out;
          animation: slide-privacy-policy .4s ease-in-out;
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }
  .privacy-policy-message__close {
    position: absolute;
    top: 15px;
    right: 13px; }
  .privacy-policy-message__text {
    height: 85px;
    margin-bottom: 12px;
    padding-right: 30px; }

@-webkit-keyframes slide-push {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@keyframes slide-push {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

.push-notification {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: block;
  width: 100%;
  max-width: 400px;
  margin-bottom: 0;
  padding: 24px;
  background-color: #fff;
  border-bottom-right-radius: 4px;
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
  opacity: 0;
  -webkit-animation: slide-push .4s ease-in-out;
          animation: slide-push .4s ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }
  .push-notification--hidden {
    display: none;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-animation: none;
            animation: none; }
  .push-notification__close {
    position: absolute;
    top: 15px;
    right: 13px; }
  .push-notification__text {
    margin-bottom: 32px;
    padding-right: 30px; }
  .push-notification__btn {
    padding: 10px 44px !important;
    font-size: 12px !important; }
    .push-notification__btn:first-child {
      margin-right: 16px;
      padding-top: 9px !important;
      padding-bottom: 9px !important; }

.sub-header {
  padding: 30px 24px 64px;
  color: #fff;
  background-color: #301c55; }
  .sub-header__title {
    margin-bottom: 32px;
    font-weight: 900; }
  .sub-header__text {
    margin: 0;
    max-width: 728px; }
  .sub-header--centered {
    text-align: center; }
    .sub-header--centered .sub-header__text,
    .sub-header--centered .sub-header__title {
      margin-left: auto;
      margin-right: auto; }
  .sub-header--gradient {
    background-image: -webkit-linear-gradient(348deg, #ac32e4, #7918f2 48%, #4801ff);
    background-image: -o-linear-gradient(348deg, #ac32e4, #7918f2 48%, #4801ff);
    background-image: linear-gradient(102deg, #ac32e4, #7918f2 48%, #4801ff); }
    .sub-header--gradient .sub-header__text {
      font-size: 14px; }

.sub-nav {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2; }
  .sub-nav__container {
    padding: 0; }
  .sub-nav__inner {
    position: relative;
    width: 90%;
    min-width: 270px;
    margin: 0 auto; }
    .sub-nav__inner::before, .sub-nav__inner::after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: 3;
      width: 40px;
      opacity: 0;
      background-image: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EArtboard 2%3C/title%3E%3Cpath d='M1.324 0L0 1.4 4.351 6 0 10.6 1.324 12 7 6z' fill='%23999' fill-rule='evenodd'/%3E%3C/svg%3E"), -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(70%, #fff));
      background-image: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EArtboard 2%3C/title%3E%3Cpath d='M1.324 0L0 1.4 4.351 6 0 10.6 1.324 12 7 6z' fill='%23999' fill-rule='evenodd'/%3E%3C/svg%3E"), -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 70%);
      background-image: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EArtboard 2%3C/title%3E%3Cpath d='M1.324 0L0 1.4 4.351 6 0 10.6 1.324 12 7 6z' fill='%23999' fill-rule='evenodd'/%3E%3C/svg%3E"), -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 70%);
      background-image: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EArtboard 2%3C/title%3E%3Cpath d='M1.324 0L0 1.4 4.351 6 0 10.6 1.324 12 7 6z' fill='%23999' fill-rule='evenodd'/%3E%3C/svg%3E"), linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 70%);
      background-repeat: no-repeat;
      background-position: right 49.5%, center;
      background-size: 7px 12px, 100% 100%; }
    .sub-nav__inner::before {
      display: block;
      left: -1px;
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
    .sub-nav__inner::after {
      display: block;
      right: -1px; }
  .sub-nav__title {
    float: left;
    width: 40%;
    margin: 0 0 15px;
    font-size: 24px; }
  .sub-nav__balance {
    float: right;
    width: 40%;
    margin-bottom: 0;
    text-align: right;
    color: #179a51; }
  .sub-nav__balance-text {
    font-size: 13px; }
  .sub-nav__balance-index {
    font-size: 28px;
    font-weight: 500;
    line-height: .9; }
  .sub-nav__balance-currency {
    font-size: 21px; }
  .sub-nav__menu {
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap; }
    .sub-nav__menu::-webkit-scrollbar {
      display: none;
      height: 0; }
  .sub-nav__menu-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    float: left;
    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: center;
    min-width: 100%; }
  .sub-nav__menu-list--centered {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .sub-nav__menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 20px; }
    .sub-nav__menu-item:first-child {
      margin-left: 0; }
    .sub-nav__menu-item:last-child {
      margin-right: 0; }
    .sub-nav__menu-item--neuro-statistic {
      display: none; }
  .sub-nav__menu-pin {
    padding: 2px 7px 3px 8px;
    margin-left: 10px;
    border-radius: 5px;
    background-color: #fbbc2b;
    color: #fff;
    font-weight: 700;
    font-size: 8px;
    text-transform: uppercase;
    letter-spacing: 2.4px; }
  .sub-nav__menu-link {
    width: 100%;
    height: 100%;
    padding: 20px 0 15px;
    font-size: 14px;
    color: #999;
    text-decoration: none;
    cursor: pointer;
    border-bottom: 3px solid transparent; }
    .sub-nav__menu-link:hover, .sub-nav__menu-link:focus {
      text-decoration: none;
      color: #333; }
  .sub-nav__menu-item[data-state="active"] .sub-nav__menu-link {
    cursor: default;
    border-color: #6039aa;
    color: #333; }
  .sub-nav__menu-item[data-state="disabled"] .sub-nav__menu-link {
    cursor: default; }
    .sub-nav__menu-item[data-state="disabled"] .sub-nav__menu-link:hover {
      color: #999; }

[data-overflowing="both"]::after,
[data-overflowing="right"]::after {
  opacity: 1; }

[data-overflowing="both"]::before,
[data-overflowing="left"]::before {
  opacity: 1; }

.video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  border: none;
  overflow: hidden; }
  .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none; }

@-webkit-keyframes notif {
  0% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1); }
  50% {
    -webkit-transform: translateY(-10px) scale(0.75);
            transform: translateY(-10px) scale(0.75); }
  100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1); } }

@keyframes notif {
  0% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1); }
  50% {
    -webkit-transform: translateY(-10px) scale(0.75);
            transform: translateY(-10px) scale(0.75); }
  100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1); } }

@-webkit-keyframes glare {
  0% {
    -webkit-transform: none;
            transform: none; }
  45% {
    -webkit-transform: translateX(300px);
            transform: translateX(300px); }
  100% {
    -webkit-transform: translateX(300px);
            transform: translateX(300px); } }

@keyframes glare {
  0% {
    -webkit-transform: none;
            transform: none; }
  45% {
    -webkit-transform: translateX(300px);
            transform: translateX(300px); }
  100% {
    -webkit-transform: translateX(300px);
            transform: translateX(300px); } }

@-webkit-keyframes point1 {
  0% {
    opacity: 0; }
  24% {
    opacity: 0; }
  25% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes point1 {
  0% {
    opacity: 0; }
  24% {
    opacity: 0; }
  25% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@-webkit-keyframes point2 {
  0% {
    opacity: 0; }
  49% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes point2 {
  0% {
    opacity: 0; }
  49% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@-webkit-keyframes point3 {
  0% {
    opacity: 0; }
  74% {
    opacity: 0; }
  75% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes point3 {
  0% {
    opacity: 0; }
  74% {
    opacity: 0; }
  75% {
    opacity: 1; }
  100% {
    opacity: 1; } }

#point1,
#point2,
#point3 {
  opacity: 0; }

#point1 {
  -webkit-animation: point1 2.5s infinite;
          animation: point1 2.5s infinite; }

#point2 {
  -webkit-animation: point2 2.5s infinite;
          animation: point2 2.5s infinite; }

#point3 {
  -webkit-animation: point3 2.5s infinite;
          animation: point3 2.5s infinite; }

.header {
  padding: 0 !important;
  margin: 0 !important;
  background-color: #6039aa;
  border-bottom: none; }
  .header--white {
    background-color: #fff; }
    .header--white .header__back {
      color: #333; }
  .header--blue {
    color: #fff;
    background-color: #1db4dc; }
  .header--blue .header__login {
    border: 1px solid #fff; }
    .header--blue .header__login:hover, .header--blue .header__login:focus {
      background-color: #fff;
      color: #1db4dc; }
  .header--transparent {
    background-color: transparent; }
  .header--black-friday-2018, .header--black-friday-2019, .header--darker-than-black-2019, .header--black-thursday-2019, .header--3379-chernaya-pyatnica-cherno-ryzhaya, .header--1651-chernaya-pyatnica-rozovaya, .header--halloween-2019 {
    background-color: #000; }
  .header--cyber-monday-2018 {
    background-color: #000; }
  .header--sale-week-2018 {
    background-color: #000; }
  .header--testing {
    min-width: 768px; }
  .header--confirmation-email.header--open .header__burger {
    position: fixed;
    left: 20px; }
  .header--rostelecom {
    background-color: #6541bf; }
    .header--rostelecom .header__logo {
      margin-right: 15px;
      width: auto;
      height: 21px; }
    .header--rostelecom .header__logo-img {
      width: 80px; }
    .header--rostelecom .header__rostelecom {
      position: relative;
      margin-right: auto;
      margin-left: 16px;
      height: 27px; }
      .header--rostelecom .header__rostelecom::before {
        content: '';
        position: absolute;
        left: -16px;
        width: 1px;
        height: 24px;
        background-color: #fff;
        opacity: 0.4; }
    .header--rostelecom .header__notif {
      position: absolute;
      right: 0; }
  .header--business .header__logo, .header--business-standart .header__logo {
    margin-left: 25px;
    margin-right: 25px; }
  .header--business .header__logo-wrapper, .header--business-standart .header__logo-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto; }
  .header--business .header__logo-company, .header--business-standart .header__logo-company {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 25px;
    border-left: 1px solid rgba(255, 255, 255, 0.3); }
    .header--business .header__logo-company .header__logo-img--company, .header--business-standart .header__logo-company .header__logo-img--company {
      width: auto;
      height: 30px;
      max-width: 100px; }
  .header--business .header__premium-btn, .header--business-standart .header__premium-btn {
    display: none; }
  .header--business .header__burger, .header--business-standart .header__burger {
    left: 20px; }
  .header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 60px;
    position: relative;
    width: 90%;
    min-width: 270px;
    margin: 0 auto; }
  .header__nav {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1100;
    min-width: 280px;
    padding: 0;
    padding-left: 20px;
    padding-right: 0;
    background-color: #333;
    -webkit-transform: translateX(-130%);
        -ms-transform: translateX(-130%);
            transform: translateX(-130%);
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    -o-transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    opacity: 0; }
  .header__nav-content {
    height: 100%; }
  .header__lists {
    padding-top: 60px;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
  .header__menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 35px;
    margin-left: -10px;
    margin-right: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .header__logo {
    display: block;
    width: 100px;
    height: 30px;
    margin-left: auto;
    margin-right: auto; }
  .header--short .header__logo {
    margin-left: 0; }
  .header__burger {
    position: absolute;
    top: 21px;
    left: 0;
    z-index: 2000;
    display: block;
    width: 18px;
    height: 18px;
    padding: 6px 0;
    font-size: 0;
    background-color: transparent;
    outline-color: transparent !important;
    outline: none;
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
    text-align: left;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out; }
    .header__burger:active {
      -webkit-transform: none !important;
          -ms-transform: none !important;
              transform: none !important; }
  .header__burger-lines {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 18px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: background-color 0.5s ease-in-out;
    -o-transition: background-color 0.5s ease-in-out;
    transition: background-color 0.5s ease-in-out; }
    .header__burger-lines::before, .header__burger-lines::after {
      content: '';
      position: absolute;
      left: 0;
      display: block;
      width: 18px;
      height: 2px;
      background-color: #fff;
      -webkit-transition: -webkit-transform 0.5s ease-in-out;
      transition: -webkit-transform 0.5s ease-in-out;
      -o-transition: transform 0.5s ease-in-out;
      transition: transform 0.5s ease-in-out;
      transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
      -webkit-transform: rotate(0);
          -ms-transform: rotate(0);
              transform: rotate(0); }
    .header__burger-lines::before {
      top: -6px;
      -webkit-transform-origin: left top;
          -ms-transform-origin: left top;
              transform-origin: left top; }
    .header__burger-lines::after {
      bottom: -6px;
      -webkit-transform-origin: left bottom;
          -ms-transform-origin: left bottom;
              transform-origin: left bottom; }
  .header__item {
    position: relative;
    vertical-align: middle;
    font-size: 11px;
    text-align: left;
    -webkit-transition: background-color 0.4s ease-in-out;
    -o-transition: background-color 0.4s ease-in-out;
    transition: background-color 0.4s ease-in-out;
    outline: none; }
    .header__item[data-state='active'] a,
    .header__item a:hover {
      color: #fff; }
  .header__icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px; }
  .header__link {
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
    padding-left: 10px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.1px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
    .header__link--user::before {
      content: '';
      position: absolute;
      top: 20px;
      left: 30px;
      width: 4px;
      height: 4px;
      background-color: #fff;
      border-radius: 50%; }
    .header__link--arrow {
      color: #999;
      font-size: 16px;
      text-transform: none;
      font-weight: 400;
      padding-left: 24px !important; }
  .header__link:not(.header__link-colorable):hover, .header__link:not(.header__link-colorable):focus {
    color: #fff !important; }
  .header__link--badge {
    position: relative; }
    .header__link--badge::before {
      content: attr(data-badge);
      display: inline-block;
      vertical-align: text-top;
      width: 28px;
      height: 16px;
      margin-right: 8px;
      padding-left: 1px;
      border-radius: 8px;
      padding-top: 4px;
      text-align: center;
      background-color: #fdc10a;
      font-size: 6px;
      font-weight: 800;
      line-height: 8px;
      letter-spacing: 1px;
      text-transform: uppercase;
      text-align: center;
      color: #333; }
  .header__link--courses {
    position: relative;
    padding-right: 17px !important; }
    .header__link--courses[data-value]:after {
      content: attr(data-value);
      position: absolute;
      top: 2px;
      right: -2px;
      width: 18px;
      height: 15px;
      border-radius: 8px;
      text-align: center;
      -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
              box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
      background-color: #fe6248;
      font-size: 10px;
      line-height: 15px;
      color: #fff; }
  .header__link--science {
    padding-top: 7px; }
    .header__link--science::before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      margin-right: 14px;
      margin-left: 5px;
      width: 18px;
      height: 20px;
      background-image: url(/build/548d7f9afd7dd8d94269cbda103ab88b.svg);
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 18px 18px; }
  .header__user {
    padding-bottom: 40px;
    padding-right: 20px; }
  .header__user-btn-inner {
    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: center; }
  .header__user-btn {
    position: relative;
    z-index: 198;
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 0;
    background-color: #333;
    cursor: pointer; }
    .header__user-btn::after {
      content: "";
      position: absolute;
      top: calc(50% - 7px);
      left: initial;
      bottom: initial;
      right: 0;
      height: 0;
      width: 0;
      border-color: transparent;
      border-style: solid;
      border-width: 5px;
      border-bottom-color: rgba(255, 255, 255, 0.6);
      border-bottom-width: 5px;
      right: 5px;
      opacity: 0.6; }
  .header__user-photo {
    display: inline-block;
    vertical-align: middle;
    width: 36px;
    height: 36px;
    margin-right: 14px;
    border-radius: 50%; }
  .header__user-info {
    display: inline-block;
    vertical-align: middle;
    width: 115px;
    font-weight: 500; }
  .header__user-name {
    display: block;
    width: 98px;
    font-size: 13px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.6);
    white-space: nowrap;
    overflow: hidden !important;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis; }
  .header__user-state {
    display: block;
    width: 100%;
    padding-right: 5px;
    font-size: 11px;
    line-height: 15px; }
    .header__user-state--premium {
      color: #32d6bd; }
    .header__user-state--base {
      color: rgba(255, 255, 255, 0.4); }
    .header__user-state--finalize {
      color: #f79231; }
  .header__neuro-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 42px;
    height: 42px;
    padding: 0;
    outline: none;
    border: none;
    color: #fff;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='42px' height='42px' viewBox='0 0 42 42' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3E%3Ctitle%3EOval Copy%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3CradialGradient cx='50%25' cy='50%25' fx='50%25' fy='50%25' r='50%25' id='radialGradient-1'%3E%3Cstop stop-color='%23FDC10A' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23FDC10A' stop-opacity='0' offset='100%25'%3E%3C/stop%3E%3C/radialGradient%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='header-copy-36' transform='translate(-1227.000000, -9.000000)' fill='url(%23radialGradient-1)'%3E%3Cg id='Group-4' transform='translate(1227.000000, 9.000000)'%3E%3Ccircle id='Oval-Copy' cx='21' cy='21' r='21'%3E%3C/circle%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .header__neuro-btn--active {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='42px' height='42px' viewBox='0 0 42 42' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3E%3Ctitle%3EOval Copy 4%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3CradialGradient cx='50%25' cy='50%25' fx='50%25' fy='50%25' r='50%25' id='radialGradient-1'%3E%3Cstop stop-color='%2332D6BD' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%2332D6BD' stop-opacity='0' offset='100%25'%3E%3C/stop%3E%3C/radialGradient%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='header-copy-37' transform='translate(-1227.000000, -9.000000)' fill='url(%23radialGradient-1)'%3E%3Cg id='Group-4' transform='translate(1227.000000, 9.000000)'%3E%3Ccircle id='Oval-Copy-4' cx='21' cy='21' r='21'%3E%3C/circle%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
  .header__neuro-icon-on, .header__neuro-icon-off {
    pointer-events: none; }
  .header__neuro-icon-on {
    display: none; }
  .header__neuro-btn--active .header__neuro-icon-on {
    display: none; }
  .header__neuro-btn--active .header__neuro-icon-off {
    display: block; }
  .header__neuro-btn--on .header__neuro-icon-on {
    display: block; }
  .header__neuro-btn--on .header__neuro-icon-off {
    display: none; }
  .header__user-menu {
    position: relative;
    z-index: 40;
    top: 0;
    margin: 0;
    margin-left: 45px;
    padding: 0;
    list-style: none;
    font-size: 0;
    -webkit-transition: top 0.5s ease-in-out;
    -o-transition: top 0.5s ease-in-out;
    transition: top 0.5s ease-in-out;
    contain: layout; }
  .header__user-link {
    display: inline-block;
    width: 100%;
    height: 34px;
    font-size: 13px;
    font-weight: 500;
    line-height: 30px;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.6); }
    .header__user-link:hover {
      color: #fff; }
  .header__user-item:nth-last-of-type(2) .header__user-link {
    margin-bottom: 4px; }
  .header__user-item:last-of-type .header__user-link {
    padding-top: 6px;
    border-top: 1px solid rgba(255, 255, 255, 0.1); }
  .header__user--closed .header__user-menu {
    display: none;
    top: -400px; }
  .header__user--closed .header__user-btn::after {
    -webkit-transform: rotate(180deg) translateY(-3px);
        -ms-transform: rotate(180deg) translateY(-3px);
            transform: rotate(180deg) translateY(-3px); }
  .header__premium-btn {
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    min-height: 60px;
    z-index: 197;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background-color: #333;
    text-align: right; }
    .header__premium-btn a {
      max-width: 100%;
      padding: 11px 24px;
      height: auto;
      font-size: 11px;
      font-weight: 700;
      border: none;
      -webkit-transform: translateY(-1px);
          -ms-transform: translateY(-1px);
              transform: translateY(-1px); }
  .header__premium-btn--animation .btn {
    position: relative;
    overflow: hidden; }
    .header__premium-btn--animation .btn::before {
      content: '';
      position: absolute;
      top: -39px;
      left: -110px;
      width: 110px;
      height: 100px;
      background-repeat: no-repeat;
      background-size: 100%;
      background-image: url(/build/6a6f4f234554adb6b0558c732f231212.svg);
      -webkit-animation: glare 5.5s infinite linear;
              animation: glare 5.5s infinite linear; }
  .header__notif {
    position: relative;
    z-index: 19;
    width: 22px;
    height: 100%;
    padding: 20px 0 16px;
    padding-right: 5px;
    font-size: 0;
    overflow: hidden; }
    .header__notif[data-state='active']::after {
      content: '';
      position: absolute;
      top: 30%;
      left: 60%;
      width: 9px;
      height: 9px;
      background-color: #ff0944;
      border: 2px solid #fff;
      border-radius: 50%;
      -webkit-box-shadow: -1px 2px 4px 0 rgba(0, 0, 0, 0.3);
              box-shadow: -1px 2px 4px 0 rgba(0, 0, 0, 0.3);
      will-change: transform;
      -webkit-animation: notif 0.7s ease-in-out infinite;
              animation: notif 0.7s ease-in-out infinite;
      contain: layout; }
  .header__notif-icon {
    width: 17px;
    height: 20px;
    fill: rgba(255, 255, 255, 0.6); }
  .header__notif[data-state='active'] .header__notif-icon,
  .header__notif:hover .header__notif-icon,
  .header__notif:focus .header__notif-icon {
    fill: #fff; }
  .header__back {
    position: relative;
    color: #fff;
    font-size: 14px;
    text-decoration: none; }
    .header__back::before {
      content: '';
      position: absolute;
      left: -20px;
      top: 50%;
      width: 8px;
      height: 8px;
      border-top: 2px solid #fff;
      border-left: 2px solid #fff;
      border-color: inherit;
      -webkit-transform: translateY(-40%) rotate(-45deg);
          -ms-transform: translateY(-40%) rotate(-45deg);
              transform: translateY(-40%) rotate(-45deg);
      opacity: 0.6; }
    .header__back--grey {
      color: #999; }
    .header__back--grey::before {
      border-color: #999; }
    .header__back--dark-grey {
      color: #333; }
    .header__back--dark-grey::before {
      border-color: #333; }
    .header__back:hover {
      opacity: 0.8; }
  .header__login {
    display: none;
    width: 221px;
    height: 45px;
    line-height: 42px;
    border: 1px solid #fff;
    border-radius: 34px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    color: inherit; }
  .header__mask {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.6);
    opacity: 0;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-transition: opacity 0.4s ease-in;
    -o-transition: opacity 0.4s ease-in;
    transition: opacity 0.4s ease-in; }
  .header--premium .header__premium-btn {
    background-image: url(/build/a96e87e62d9543e2f2fd52ccccff7194.svg);
    background-position: 27px 15px; }
    .header--premium .header__premium-btn span {
      display: none; }
  .header--closed .header__nav {
    -webkit-transform: translateX(-130%);
        -ms-transform: translateX(-130%);
            transform: translateX(-130%); }
  .header--open .header__nav {
    opacity: 1;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }
  .header--closed .header__mask {
    opacity: 0;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0); }
  .header--open .header__mask {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }
  .header--closed .header__burger-lines {
    background-color: #fff; }
    .header--closed .header__burger-lines::before, .header--closed .header__burger-lines::after {
      -webkit-transform: rotate(0);
          -ms-transform: rotate(0);
              transform: rotate(0); }
  .header--open .header__burger-lines {
    background-color: transparent; }
    .header--open .header__burger-lines::before {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    .header--open .header__burger-lines::after {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  .header--animate .header__nav {
    -webkit-transition: -webkit-transform 0.4s ease-in-out !important;
    transition: -webkit-transform 0.4s ease-in-out !important;
    -o-transition: transform 0.4s ease-in-out !important;
    transition: transform 0.4s ease-in-out !important;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out !important; }
  .header--new-year-2019 {
    background-image: url(/build/e2aef52c4de9d60f34cf5665f570b3a2.svg);
    background-repeat: no-repeat;
    background-position: center; }
    .header--new-year-2019 .header__logo {
      height: auto; }

.net .header__logo,
html[lang='en'] .header__logo {
  height: auto; }

.menu-open {
  height: 100%;
  width: 100%;
  overflow: hidden; }
  .menu-open body {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }

.header__premium-btn--experiment.btn--yellow,
.header__notif.header__notif--experiment,
.header__logo.header__logo--experiment,
.header__premium-btn--experiment {
  display: none; }

.header__inner--experiment .btn--yellow {
  display: none; }

.header__inner--experiment .header__premium-btn {
  background: transparent;
  right: 0; }

.header__inner--experiment .header__premium-btn--experiment {
  display: block;
  padding-top: 14px; }
  .header__inner--experiment .header__premium-btn--experiment .btn--yellow {
    display: inline-block; }

.header__inner--experiment .header__notif {
  display: none; }

.header__inner--experiment .header__premium-btn .header__notif--experiment {
  display: inline-block;
  padding-bottom: 0;
  padding-right: 35px; }

.header__inner--experiment .header__logo {
  display: none; }
  .header__inner--experiment .header__logo--experiment {
    display: block;
    width: 30px;
    margin-left: 40px;
    margin-top: 5px;
    height: auto; }

.header--first-session .header__account .btn {
  padding: 10px 22px;
  height: auto;
  font-size: 11px; }

.header--first-session .header__logo {
  margin-left: 0; }

.header--first-session .header__link {
  position: relative;
  font-size: 10px;
  color: #333;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase; }
  .header--first-session .header__link:hover, .header--first-session .header__link:focus {
    color: #999 !important; }
  .header--first-session .header__link--arrow {
    color: #999;
    font-size: 16px;
    text-transform: none;
    font-weight: 400;
    padding-right: 0 !important; }
    .header--first-session .header__link--arrow::before {
      content: "";
      position: absolute;
      left: 2px;
      top: 50%;
      width: 10px;
      height: 10px;
      border-top: 2px solid #999;
      border-left: 2px solid #999;
      -webkit-transform: translateY(-40%) rotate(-45deg);
          -ms-transform: translateY(-40%) rotate(-45deg);
              transform: translateY(-40%) rotate(-45deg); }
    .header--first-session .header__link--arrow:hover, .header--first-session .header__link--arrow:focus {
      opacity: .8; }

.header--first-session .progress {
  display: none; }

.header--online-school .header__premium-btn a {
  letter-spacing: 0;
  padding: 9px 24px 10px; }

.header--online-school .header__link-arrow {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 8px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 0.6; }

.header--online-school .header__user-item--online-school {
  display: none;
  visibility: hidden; }

.header--online-school .header__user-btn {
  position: relative; }
  .header--online-school .header__user-btn::after {
    -webkit-transform: rotate(180deg) translateY(-3px) !important;
        -ms-transform: rotate(180deg) translateY(-3px) !important;
            transform: rotate(180deg) translateY(-3px) !important; }
  .header--online-school .header__user-btn:hover .header__user-state--base,
  .header--online-school .header__user-btn:hover .header__user-name {
    color: #fff; }
  .header--online-school .header__user-btn:hover::after {
    border-bottom-color: #fff; }

.header--online-school .header__user-menu {
  display: block;
  visibility: visible;
  min-height: 82px;
  margin-left: 0;
  padding-left: 45px; }

.header--online-school .header__user--closed .header__user-menu {
  display: none;
  visibility: hidden; }

.header--online-school .header__user .header__user-link,
.header--online-school .header__user .header__user-state,
.header--online-school .header__user .header__user-name {
  font-weight: 400; }

.header--online-school .header__user-menu--close {
  display: none;
  visibility: hidden; }

.header--online-school .header__item--online-school .header__user-menu {
  display: none;
  visibility: hidden;
  margin: 0; }

.header--online-school .header__item--online-school .header__user-link {
  padding: 0 10px;
  height: 34px; }

.header--online-school .header__item--online-school .header__link {
  position: relative;
  padding: 10px 10px 8px; }

.header--online-school .header__item--online-school .header__link--badge::after {
  right: 14px; }

.header--online-school .header__item--online-school .header__user-item:last-of-type .header__user-link {
  padding-top: 0;
  border-top: none;
  padding: 0px 10px; }

.header--online-school .header__item--online-school:hover .header__link {
  color: #fff; }

.header--online-school .header__item--online-school:hover .header__link-arrow {
  opacity: 1; }

.header--course-online-school {
  background-color: rgba(0, 0, 0, 0.4); }

.header--opacity {
  background-color: rgba(0, 0, 0, 0.4); }

.page-header {
  position: relative;
  z-index: 999;
  min-height: 60px;
  padding: 0 !important;
  margin: 0 !important;
  background-color: #6039aa;
  border-bottom: none; }
  .page-header__inner {
    width: 90%;
    min-width: 270px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 60px; }
  .page-header__nav {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 900;
    width: 215px;
    height: 100vh;
    min-height: 555px;
    -webkit-transition: left .4s ease-in-out;
    -o-transition: left .4s ease-in-out;
    transition: left .4s ease-in-out;
    contain: layout; }
  .page-header__logo {
    display: block;
    width: 100px;
    height: 30px;
    margin-left: 50%;
    margin-right: auto;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%); }
    .page-header__logo--international {
      width: 117px;
      height: 22px; }
  .page-header__notif {
    position: relative;
    z-index: 600;
    display: none;
    min-width: 14px;
    height: 100%;
    font-size: 0;
    background: #29202c url(/build/2f451bf1edfa33c9c3e5afb84f7278d6.svg) no-repeat left 21px;
    background-size: 13px 18px; }
  .page-header__notif-info {
    display: inline-block;
    width: 25px;
    height: 15px;
    margin-top: 15px;
    margin-left: 10px;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    background-color: #ec1c24;
    color: #fff;
    border-radius: 6px;
    -webkit-animation: notif-bounce 60s ease-in infinite;
            animation: notif-bounce 60s ease-in infinite;
    contain: layout; }
  .page-header__burger {
    display: block;
    position: absolute;
    right: -60px;
    top: 0;
    z-index: 900;
    width: 40px;
    height: 60px !important;
    padding: 6px 12px;
    font-size: 0 !important;
    background-color: transparent;
    outline-color: transparent !important;
    outline: none; }
    .page-header__burger:active {
      -webkit-transform: none !important;
          -ms-transform: none !important;
              transform: none !important; }
  .page-header__nav-content {
    height: 100%;
    background-color: #29202c; }
  .page-header__menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    z-index: 50;
    background-color: #29202c; }
  .page-header__user {
    height: 100%;
    background: #29202c; }
  .page-header__user-menu {
    position: relative;
    z-index: 40;
    top: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #29202c;
    -webkit-transition: top .5s ease-in-out;
    -o-transition: top .5s ease-in-out;
    transition: top .5s ease-in-out;
    contain: layout; }
  .page-header__user--closed .page-header__user-menu {
    top: -400px; }
  .page-header__item, .page-header__user-btn, .page-header__user-item {
    width: 100%;
    height: 45px;
    vertical-align: middle;
    font-size: 13px;
    font-weight: 500;
    text-transform: none;
    text-align: left;
    -webkit-transition: background-color .4s ease-in-out;
    -o-transition: background-color .4s ease-in-out;
    transition: background-color .4s ease-in-out;
    outline: none; }
  .page-header__item--current, .page-header__item:hover, .page-header__item:focus {
    background-color: #231b28; }
    .page-header__item--current a, .page-header__item:hover a, .page-header__item:focus a {
      color: #fff; }
  .page-header__link {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 45px;
    padding-left: 45px;
    color: #fff;
    text-decoration: none; }
    .page-header__link--user::before {
      content: "";
      position: absolute;
      top: 20px;
      left: 30px;
      width: 4px;
      height: 4px;
      background-color: #fff;
      border-radius: 50%; }
    .page-header__link:focus {
      color: #fff !important; }
  .page-header__user-btn {
    position: relative;
    z-index: 50;
    padding: 13px 20px 17px 45px !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    text-transform: none !important;
    text-align: left !important;
    border-radius: 0 !important;
    background-color: #29202c; }
    .page-header__user-btn::after {
      content: "";
      position: absolute;
      top: 16px;
      right: 20px;
      width: 7px;
      height: 6px;
      border: 4px solid transparent;
      border-bottom: 7px solid #fff; }
    .page-header__user-btn:hover, .page-header__user-btn:active, .page-header__user-btn:focus {
      background-color: #231b28;
      color: #fff !important;
      outline: none !important;
      -webkit-transform: none !important;
          -ms-transform: none !important;
              transform: none !important; }
  .page-header__user--closed .page-header__user-btn::after {
    -webkit-transform: rotate(180deg) translateY(-3px);
        -ms-transform: rotate(180deg) translateY(-3px);
            transform: rotate(180deg) translateY(-3px); }
  .page-header__premium-btn {
    height: 60px;
    background-image: url(/build/3d001bf0d2306a0c2ea4716d2604de51.svg);
    background-position: 23px 15px;
    background-repeat: no-repeat;
    background-size: 173px 35px; }
    .page-header__premium-btn a {
      color: #e3b217; }
    .page-header__premium-btn--no {
      background-image: url(/build/a96e87e62d9543e2f2fd52ccccff7194.svg); }
      .page-header__premium-btn--no a {
        color: #fff; }
  .page-header--coach .page-header__premium-btn {
    display: none; }
  .page-header__premium-btn .page-header__link {
    padding: 0;
    font-size: 13px;
    line-height: 66px;
    text-align: center; }
  .page-header__premium-btn:hover .page-header__link {
    text-decoration: underline; }
  .page-header__burger-lines, .page-header__burger-lines::after, .page-header__burger-lines::before {
    display: block;
    width: 20px;
    height: 3px;
    border-radius: 2px;
    background-color: #fff; }
  .page-header__burger-lines {
    position: absolute;
    top: 50%;
    left: 4px;
    -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
            transform: translateY(-2px); }
    .page-header__burger-lines::before, .page-header__burger-lines::after {
      content: "";
      position: absolute;
      left: 0; }
    .page-header__burger-lines::before {
      top: -6px; }
    .page-header__burger-lines::after {
      bottom: -6px; }
  .page-header__swipe-area {
    position: absolute;
    top: 0;
    right: -60px;
    width: 60px;
    height: 100vh; }
  .page-header__back {
    position: relative;
    float: right;
    display: none;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer; }
    .page-header__back::before {
      content: "";
      position: absolute;
      left: -34px;
      top: 0;
      width: 24px;
      height: 24px;
      background-repeat: no-repeat;
      background-image: url(/build/49f56c5c1d4eee3e054d5ea35fb7bd65.svg);
      border-radius: 50%; }
  .page-header__login {
    display: none;
    width: 221px;
    height: 45px;
    line-height: 42px;
    border: 1px solid #fff;
    border-radius: 34px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    color: inherit; }
  .page-header--white {
    background-color: #fff; }
  .page-header--white .page-header__back {
    color: #161212; }
    .page-header--white .page-header__back::before {
      background-image: url(/build/85467d397284aaf86a36a82d5085135e.svg); }
  .page-header--blue {
    color: #fff;
    background-color: #1db4dc; }
  .page-header--blue .page-header__login {
    border: 1px solid #fff; }
    .page-header--blue .page-header__login:hover, .page-header--blue .page-header__login:focus {
      background-color: #fff;
      color: #1db4dc; }
  .page-header--violet {
    background-color: #6039aa; }
    .page-header--violet .page-header__menu,
    .page-header--violet .page-header__user,
    .page-header--violet .page-header__user-btn,
    .page-header--violet .page-header__user-menu,
    .page-header--violet .page-header__notif,
    .page-header--violet .page-header__item--current,
    .page-header--violet .page-header__item:focus {
      background-color: #6039aa; }
    .page-header--violet .page-header__item:hover {
      background-color: #7e57c9; }
    .page-header--violet .page-header__user-btn:hover {
      background-color: #6039aa !important; }
    .page-header--violet .page-header__user-btn:hover,
    .page-header--violet .page-header__user-btn:focus {
      background-color: #6039aa; }
  .page-header--transparent {
    background-color: transparent; }
  .page-header--premium .page-header__premium-btn {
    background-image: url(/build/a96e87e62d9543e2f2fd52ccccff7194.svg);
    background-position: 27px 15px; }
    .page-header--premium .page-header__premium-btn span {
      display: none; }
  .page-header--closed .page-header__nav {
    left: -215px; }
  .page-header--closed .page-header__notif,
  .page-header--closed .page-header__logo {
    display: block; }

@-webkit-keyframes notif-bounce {
  0%,
  0.4%,
  1%,
  1.3%,
  1.7%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  0.8% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px); }
  1.2% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px); }
  1.5% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px); } }

@keyframes notif-bounce {
  0%,
  0.4%,
  1%,
  1.3%,
  1.7%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  0.8% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px); }
  1.2% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px); }
  1.5% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px); } }

.checkbox {
  height: 21px;
  margin-bottom: 8px;
  font-size: 16px; }
  .checkbox__field {
    display: none; }
  .checkbox__label {
    position: relative;
    height: 21px;
    padding-left: 2.2em !important;
    font-size: .88em;
    font-weight: 600;
    line-height: 1.6;
    color: #333;
    text-align: left;
    cursor: pointer; }
    .checkbox__label::before {
      content: "";
      position: absolute;
      top: 1px;
      left: 0;
      width: 18px;
      height: 18px;
      background-color: transparent;
      border: 2px solid #b3b3b3;
      border-radius: 3px; }
  .checkbox__label:hover::before, .checkbox__label:focus::before {
    border-color: #6039aa; }
  .checkbox__field:checked + .checkbox__label::before {
    border-color: #6039aa;
    background-color: #6039aa;
    background-image: url(/build/4b5ffffcc578856a3dab4e8331f0d46f.svg);
    background-repeat: no-repeat;
    background-position: 2px 1px;
    background-size: 17px; }

/**
<div class="checkbox">
    <input class="checkbox__field" type="checkbox" id="medium" name="medium" checked>
    <label class="checkbox__label" for="medium">Checkbox</label>
</div>
**/
.custom-select {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  padding: 7px 16px;
  border-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 1px solid #dedede;
  background-color: #fff;
  outline: none;
  font: inherit;
  font-size: 14px;
  text-align: left;
  color: #3f3f3f;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer; }
  .custom-select:hover, .custom-select:focus {
    border-color: #6039aa; }
  .custom-select__toggle, .custom-select__item, .custom-select__item-label {
    display: none; }
  .custom-select__placeholder {
    display: inline-block;
    width: 90%;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    line-height: 24px; }
  .custom-select__item-label {
    display: block;
    width: 100%;
    min-height: 40px;
    padding: 9px 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
    color: inherit;
    text-decoration: none;
    cursor: pointer; }
    .custom-select__item-label:hover, .custom-select__item-label:focus {
      background-color: #f7f5fa; }
  .custom-select__items {
    display: none;
    position: absolute;
    left: 0;
    top: 39px;
    z-index: 500;
    min-width: 100%;
    min-height: 94px;
    max-height: 500px;
    overflow-x: hidden;
    height: auto;
    margin: 0;
    padding: 7px 0;
    -webkit-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    cursor: pointer; }
  .custom-select::after {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    left: initial;
    bottom: initial;
    right: 12px;
    height: 0;
    width: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px;
    border-top-color: #ccc;
    border-top-width: 5px; }
  .custom-select::after:hover {
    border-top-color: #ccc; }
  .custom-select::before {
    content: "";
    position: absolute;
    top: 0;
    left: initial;
    bottom: initial;
    right: 0;
    height: 100%;
    width: 18px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #fff; }
  .custom-select--open .custom-select__items {
    display: block; }
  .custom-select--open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .custom-select--open::after {
    content: "";
    position: absolute;
    top: calc(50% - 7px);
    left: initial;
    bottom: initial;
    right: 12px;
    height: 0;
    width: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px;
    border-bottom-color: #ccc;
    border-bottom-width: 5px; }

.custom-select--lang {
  padding: 0 44px;
  font-size: 14px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url(/build/d43b3894e732282668658840d264eb2c.svg);
  background-position: 12px 10px;
  cursor: pointer; }
  .custom-select--lang:hover, .custom-select--lang:focus {
    border-color: rgba(255, 255, 255, 0.5); }
  .custom-select--lang .custom-select__placeholder {
    font-size: 14px;
    line-height: 40px;
    color: #fff; }
  .custom-select--lang::after {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    left: initial;
    bottom: initial;
    right: 12px;
    height: 0;
    width: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px;
    border-top-color: #fff;
    border-top-width: 5px; }
  .custom-select--lang.custom-select--open::after {
    content: "";
    position: absolute;
    top: calc(50% - 7px);
    left: initial;
    bottom: initial;
    right: 12px;
    height: 0;
    width: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px;
    border-bottom-color: #fff;
    border-bottom-width: 5px; }
  .custom-select--lang::before {
    display: none; }

.coach-add .field {
  position: relative;
  margin: 0 auto 15px; }
  .coach-add .field--text {
    width: 100%;
    max-width: 550px; }
  .coach-add .field__input {
    display: block;
    width: 100%;
    height: 48px;
    padding-left: 55px;
    padding-right: 40px;
    border-radius: 4px;
    border: 1px solid #dedede;
    outline: none;
    font: inherit;
    font-size: 18px;
    color: #333; }
    .coach-add .field__input:hover, .coach-add .field__input:focus {
      border-color: #6039aa; }
  .coach-add .field--text .coach-add .field__input {
    height: 174px;
    padding-top: 10px;
    resize: none; }
  .coach-add .field__label {
    position: absolute;
    top: 0;
    left: 0;
    width: 62px;
    height: 48px;
    background-repeat: no-repeat;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px; }
    .coach-add .field__label svg {
      fill: #ccc;
      -webkit-transition: fill .4s ease-out;
      -o-transition: fill .4s ease-out;
      transition: fill .4s ease-out; }
    .coach-add .field__label--email svg {
      width: 17px;
      height: 13px;
      -webkit-transform: translate(20px, 14px);
          -ms-transform: translate(20px, 14px);
              transform: translate(20px, 14px); }
    .coach-add .field__label--pass svg {
      width: 13px;
      height: 16px;
      -webkit-transform: translate(22px, 15px);
          -ms-transform: translate(22px, 15px);
              transform: translate(22px, 15px); }
  .coach-add .field__input:focus + .coach-add .field__label svg {
    fill: #6039aa; }
  .coach-add .field ::-webkit-input-placeholder {
    color: #999;
    font-weight: 300; }
  .coach-add .field ::-moz-placeholder {
    color: #999;
    font-weight: 300; }
  .coach-add .field :-moz-placeholder {
    color: #999;
    font-weight: 300; }
  .coach-add .field :-ms-input-placeholder {
    color: #999;
    font-weight: 300; }

.field {
  position: relative; }
  .field__input {
    display: block;
    width: 100%;
    height: 40px;
    padding: 10px 16px;
    border-radius: 4px;
    border: 1px solid #dedede;
    outline: none;
    font: inherit;
    font-size: 14px;
    color: #333; }
    .field__input:hover, .field__input:focus {
      border-color: #6039aa; }
    .field__input::-webkit-input-placeholder {
      color: rgba(51, 51, 51, 0.3);
      font-weight: 500;
      opacity: 1;
      -webkit-transition: opacity .3s ease;
      -o-transition: opacity .3s ease;
      transition: opacity .3s ease;
      text-overflow: ellipsis; }
    .field__input:-ms-input-placeholder {
      color: rgba(51, 51, 51, 0.3);
      font-weight: 500;
      opacity: 1;
      -webkit-transition: opacity .3s ease;
      -o-transition: opacity .3s ease;
      transition: opacity .3s ease;
      text-overflow: ellipsis; }
    .field__input::-ms-input-placeholder {
      color: rgba(51, 51, 51, 0.3);
      font-weight: 500;
      opacity: 1;
      -webkit-transition: opacity .3s ease;
      -o-transition: opacity .3s ease;
      transition: opacity .3s ease;
      text-overflow: ellipsis; }
    .field__input::placeholder {
      color: rgba(51, 51, 51, 0.3);
      font-weight: 500;
      opacity: 1;
      -webkit-transition: opacity .3s ease;
      -o-transition: opacity .3s ease;
      transition: opacity .3s ease;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis; }
    .field__input:focus::-webkit-input-placeholder {
      opacity: 0;
      -webkit-transition: opacity .3s ease;
      -o-transition: opacity .3s ease;
      transition: opacity .3s ease; }
    .field__input:focus:-ms-input-placeholder {
      opacity: 0;
      -webkit-transition: opacity .3s ease;
      -o-transition: opacity .3s ease;
      transition: opacity .3s ease; }
    .field__input:focus::-ms-input-placeholder {
      opacity: 0;
      -webkit-transition: opacity .3s ease;
      -o-transition: opacity .3s ease;
      transition: opacity .3s ease; }
    .field__input:focus::placeholder {
      opacity: 0;
      -webkit-transition: opacity .3s ease;
      -o-transition: opacity .3s ease;
      transition: opacity .3s ease; }
  .field--error .field__input {
    border-color: #db4432; }
  .field--success .field__input {
    border-color: #1cb765; }
  .field__textarea {
    resize: none;
    height: 80px; }
  .field__label {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    color: #999; }
  .field::-webkit-input-placeholder {
    color: rgba(51, 51, 51, 0.1);
    font-weight: 500; }
  .field:-ms-input-placeholder {
    color: rgba(51, 51, 51, 0.1);
    font-weight: 500; }
  .field::-ms-input-placeholder {
    color: rgba(51, 51, 51, 0.1);
    font-weight: 500; }
  .field::placeholder {
    color: rgba(51, 51, 51, 0.1);
    font-weight: 500; }
  .field.error .field__input,
  .field.success .field__input {
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: calc(100% - 10px); }
  .field.error .field__input {
    border-color: #db4432;
    background-color: #fff4f3;
    background-image: url(/build/2503fd9d20f0d45b43f1f45446d3ba12.svg); }
    .field.error .field__input:focus {
      border-color: #db4432; }
  .field.success .field__input {
    border-color: #1cb765;
    background-color: #f4f9e4;
    background-image: url(/build/6bec943c4dcd41b415a2aaf5288835b3.svg); }
    .field.success .field__input:focus {
      border-color: #1cb765; }
  .field .errors {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    color: #db4432; }
    .field .errors li {
      padding-left: 70px;
      padding-top: 5px; }

.radio {
  height: 21px;
  margin-bottom: 10px;
  font-size: 16px; }
  .radio__field {
    display: none; }
  .radio__label {
    position: relative;
    height: 21px;
    padding-left: 2.2em !important;
    font-size: .88em;
    font-weight: 600;
    line-height: 1.6;
    color: #333;
    text-align: left;
    cursor: pointer; }
    .radio__label::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 21px;
      height: 21px;
      background-color: transparent;
      border: 2px solid #b3b3b3;
      border-radius: 50%; }
    .radio__label::after {
      content: "";
      position: absolute;
      top: 6px;
      left: 6px;
      width: 9px;
      height: 9px;
      background-color: transparent;
      border-radius: 50%; }
  .radio__texts {
    font-weight: 500; }
  .radio__label:hover::before, .radio__label:focus::before {
    border-color: #6039aa; }
  .radio__field:checked + .radio__label::before {
    border-color: #6039aa; }
  .radio__field:checked + .radio__label::after {
    background-color: #6039aa; }

/**
<div class="radio">
    <input class="radio__field" type="radio" id="medium" name="medium" checked>
    <label class="radio__label" for="medium">Средняя</label>
</div>
**/
.search-select {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  border-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #dedede;
  background-color: #fff;
  cursor: pointer; }
  .search-select:hover, .search-select:focus {
    border-color: #6039aa; }
  .search-select__placeholder, .search-select__field-native {
    width: calc(100% - 40px);
    padding: 6px 16px;
    border: none;
    outline: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font: inherit;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    color: #333;
    background-color: transparent;
    border-radius: 4px;
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
    -webkit-appearance: none; }
    .search-select__placeholder:placeholder, .search-select__field-native:placeholder {
      color: #999;
      font-weight: 300; }
  .search-select__field-native {
    width: 100%;
    padding-right: 40px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 5'%3E%3Cpath fill='%23ccc' fill-rule='evenodd' d='M0 0l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 10px 5px;
    background-position: right 12px center; }
  .search-select__row {
    position: relative; }
    .search-select__row .validation-popover {
      top: auto;
      bottom: 40px; }
  .search-select__toggle {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 38px;
    background-color: transparent;
    border: none;
    outline: none; }
    .search-select__toggle::after {
      content: "";
      position: absolute;
      top: calc(50% - 7px);
      left: initial;
      bottom: initial;
      right: 12px;
      height: 0;
      width: 0;
      border-color: transparent;
      border-style: solid;
      border-width: 5px;
      border-bottom-color: #ccc;
      border-bottom-width: 5px; }
    .search-select__toggle::after:hover {
      border-top-color: #999; }
  .search-select__item, .search-select__item-label {
    display: none; }
  .search-select__item-label {
    display: block;
    width: 100%;
    min-height: 40px;
    padding: 9px 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
    cursor: pointer; }
    .search-select__item-label:hover, .search-select__item-label:focus {
      background-color: #f7f5fa; }
  .search-select__items {
    position: absolute;
    left: 0;
    top: 39px;
    z-index: 500;
    min-width: 100%;
    min-height: 94px;
    max-height: 500px;
    overflow-x: hidden;
    height: auto;
    margin-left: 0;
    padding: 7px 0;
    -webkit-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    cursor: pointer; }
  .search-select--close .search-select__items {
    display: none; }
  .search-select--close {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px; }
  .search-select--close .search-select__toggle::after {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    left: initial;
    bottom: initial;
    right: 12px;
    height: 0;
    width: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px;
    border-top-color: #ccc;
    border-top-width: 5px; }

.select {
  position: relative;
  display: block;
  max-width: 208px;
  margin: 0 auto; }
  .select::after {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    left: initial;
    bottom: initial;
    right: 10px;
    height: 0;
    width: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px;
    border-top-color: #ccc;
    border-top-width: 5px; }
  .select__field {
    position: relative;
    -webkit-appearance: none;
    width: 100%;
    height: 40px;
    padding: 8px 18px;
    border: 1px solid #dedede;
    border-radius: 4px;
    background-color: #fff;
    font-size: 16px;
    cursor: pointer; }
    .select__field:hover, .select__field:focus {
      outline: none;
      border-color: #6039aa; }
  .select__label {
    position: absolute;
    top: 0;
    left: 0;
    width: 62px;
    height: 48px;
    background-repeat: no-repeat;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px; }
  .select__select {
    background-color: #fff;
    -webkit-appearance: none; }

.switch {
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .switch__checkbox {
    display: none; }
  .switch__label {
    font-size: 0; }
  .switch__slider {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 88px;
    height: 40px;
    margin-right: 16px;
    border-radius: 22px;
    overflow: hidden; }
  .switch__inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    cursor: pointer;
    -webkit-transition: margin .2s ease-in 0s;
    -o-transition: margin .2s ease-in 0s;
    transition: margin .2s ease-in 0s; }
  .switch__text {
    float: left;
    display: block;
    width: 88px;
    height: 40px;
    padding: 0;
    line-height: 40px;
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    border-radius: 22px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .switch__text--yes {
      padding-left: 17px;
      background-color: #f7f5fa;
      color: #fff;
      font-size: 0; }
    .switch__text--no {
      padding-right: 17px;
      background-color: #ccc;
      color: #333;
      text-align: right; }
  .switch__switch {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 48px;
    display: block;
    width: 34px;
    height: 34px;
    margin: 3px;
    background: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all .2s ease-in 0s;
    -o-transition: all .2s ease-in 0s;
    transition: all .2s ease-in 0s; }
  .switch__description {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    font-weight: 600;
    line-height: 40px;
    color: #333; }
  .switch .switch__checkbox:checked + .switch__label .switch__inner {
    margin-left: 0; }
  .switch .switch__checkbox:checked + .switch__label .switch__text--yes {
    font-size: 14px;
    background-color: #6039aa; }
  .switch .switch__checkbox:checked + .switch__label .switch__text--no {
    font-size: 0;
    background-color: #f7f5fa; }
  .switch .switch__checkbox:checked + .switch__label .switch__switch {
    top: initial;
    right: 0; }

.alert-patch {
  position: relative;
  padding: 8px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5; }
  .alert-patch--success {
    color: #7ed321;
    background-color: rgba(126, 211, 33, 0.2); }
  .alert-patch--error {
    color: #db4432;
    background-color: #fff4f3; }
  .alert-patch--warning {
    color: #fdaa32;
    background-color: #fff5eb; }

.hidden {
  display: none !important; }

.validation-popover {
  position: absolute;
  left: 0;
  top: -58px;
  z-index: 100;
  width: 100%;
  min-height: 55px;
  text-align: left; }
  .validation-popover__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    min-height: 50px;
    padding: 4px 12px;
    font-size: 12px;
    color: #fff;
    background-color: #e6e6e6; }
    .validation-popover__item--error {
      background-color: #db4432; }
    .validation-popover__item--success {
      background-color: #1cb765; }
    .validation-popover__item::after {
      content: "";
      position: absolute;
      bottom: 2px;
      left: 17px;
      width: 11px;
      height: 11px;
      background-color: #e6e6e6;
      -webkit-transform: rotate(135deg);
          -ms-transform: rotate(135deg);
              transform: rotate(135deg); }
    .validation-popover__item--error::after {
      background-color: #db4432; }
    .validation-popover__item--success::after {
      background-color: #1cb765; }
  .validation-popover__text {
    z-index: 1;
    width: 100%;
    max-width: initial;
    margin: auto 0;
    font-size: 14px; }

.conditions {
  position: relative;
  display: block;
  padding-left: 34px;
  color: inherit;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  color: #999; }
  .conditions__checkbox {
    display: none; }
  .conditions__label {
    position: relative;
    text-align: left;
    cursor: pointer; }
    .conditions__label::before {
      content: "";
      position: absolute;
      top: 0px;
      left: -34px;
      width: 18px;
      height: 18px;
      background-color: transparent;
      border: 2px solid #b3b3b3;
      border-radius: 3px; }
  .conditions__label:hover::before, .conditions__label:focus::before {
    border-color: #6039aa; }
  .conditions__checkbox:checked + .conditions__label::before, .conditions__label.checked::before {
    border-color: #6039aa;
    background-color: #6039aa;
    background-image: url(/build/4b5ffffcc578856a3dab4e8331f0d46f.svg);
    background-repeat: no-repeat;
    background-position: 2px 1px;
    background-size: 17px; }
  .conditions__text {
    color: inherit; }
  .conditions__link {
    text-decoration: none;
    color: #26aded; }
  .conditions--light .conditions__label::before {
    border-color: #fff; }
  .conditions--light .conditions__text {
    color: #fff; }
  .conditions--area-green .conditions__checkbox:checked + .conditions__label::before {
    background-color: #179a51;
    border-color: #179a51; }

.quiz__item {
  background-color: #fff;
  margin-bottom: 10px;
  text-align: left; }

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

.quiz__label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 60px;
  padding: 0 24px;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-align: left;
  cursor: pointer; }
  .quiz__label:hover {
    border-color: #6039aa; }

.quiz__field:checked + .quiz__label {
  border-color: #6039aa; }

.quiz__box {
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin-right: 24px;
  border: 2px solid #ccc;
  border-radius: 2px;
  background-image: url(/build/4b5ffffcc578856a3dab4e8331f0d46f.svg);
  background-repeat: no-repeat;
  background-position: -10px -10px;
  background-size: 0 0; }

.quiz__label:hover .quiz__box {
  border-color: #6039aa; }

.quiz__field:checked + .quiz__label .quiz__box {
  border-color: #6039aa;
  background-color: #6039aa;
  background-position: 2px 2px;
  background-size: 16px auto; }

.quiz__text {
  font-size: 14px; }

.calendar {
  position: relative; }
  .calendar__nav {
    margin-bottom: 25px; }
  .calendar__menu-item {
    height: 27px; }
  .calendar__menu-link {
    padding: 0 0 15px; }
  .calendar__selected-range {
    position: relative;
    display: block;
    height: 40px;
    padding: 7px 15px;
    padding-right: 35px;
    font-size: 14px;
    line-height: 25px;
    color: #333;
    background: #fff;
    border-radius: 4px;
    outline: none;
    text-decoration: none;
    cursor: pointer;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #ccc;
    z-index: 10; }
    .calendar__selected-range.active {
      border: 1px solid transparent; }
      .calendar__selected-range.active:focus, .calendar__selected-range.active:active {
        border-color: transparent; }
      .calendar__selected-range.active .calendar__select-icon path {
        fill: #6039aa;
        fill-opacity: 1;
        -webkit-transition: fill .2s ease-in-out;
        -o-transition: fill .2s ease-in-out;
        transition: fill .2s ease-in-out; }
      .calendar__selected-range.active::after {
        -webkit-transform: rotate(180deg) translateY(50%);
            -ms-transform: rotate(180deg) translateY(50%);
                transform: rotate(180deg) translateY(50%);
        -webkit-transform-origin: center;
            -ms-transform-origin: center;
                transform-origin: center; }
      .calendar__selected-range.active:hover {
        -webkit-box-shadow: none;
                box-shadow: none; }
    .calendar__selected-range:focus, .calendar__selected-range:active {
      border-color: transparent; }
    .calendar__selected-range::after {
      content: "";
      position: absolute;
      top: 17px;
      left: initial;
      bottom: initial;
      right: 20px;
      height: 0;
      width: 0;
      border-color: transparent;
      border-style: solid;
      border-width: 5px;
      border-top-color: #757575;
      border-top-width: 5px;
      -webkit-transition-duration: 300ms;
           -o-transition-duration: 300ms;
              transition-duration: 300ms;
      -webkit-transition-property: -webkit-transform;
      transition-property: -webkit-transform;
      -o-transition-property: transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform; }
    .calendar__selected-range:hover {
      -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.24);
              box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.24); }
    .calendar__selected-range:hover .calendar__select-icon path,
    .calendar__selected-range:focus .calendar__select-icon path,
    .calendar__selected-range:active .calendar__select-icon path {
      fill: #6039aa;
      fill-opacity: 1;
      -webkit-transition: fill .2s ease-in-out;
      -o-transition: fill .2s ease-in-out;
      transition: fill .2s ease-in-out; }
  .calendar__selected-wrap {
    border-radius: 4px; }
    .calendar__selected-wrap--is-active {
      -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.24);
              box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.24); }
  .calendar__select-icon {
    display: inline-block;
    margin-right: 15px;
    vertical-align: text-bottom; }
  .calendar__range-wrap {
    position: absolute;
    top: 88px;
    right: 0;
    z-index: 65000;
    width: 540px;
    min-height: 340px;
    padding: 25px 30px 30px;
    background-color: #fff;
    color: #333;
    border-radius: 4px;
    border-top-right-radius: 0;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.24);
            box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.24); }
  .calendar__range {
    display: inline-block;
    vertical-align: top; }
    .calendar__range--from {
      margin-right: 30px; }

.datepicker,
.datepicker-inline {
  width: 220px;
  text-align: center; }

.datepicker .datepicker-switch {
  cursor: default;
  font-size: 14px;
  font-weight: 700; }
  .datepicker .datepicker-switch:hover {
    background-color: transparent; }

.table-condensed {
  border-spacing: 0 5px;
  border-collapse: separate;
  width: 220px; }

.datepicker .prev,
.datepicker .next {
  font-size: 0;
  cursor: pointer; }
  .datepicker .prev::after,
  .datepicker .next::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    border-top: 2px solid;
    border-color: #757575; }
  .datepicker .prev:hover,
  .datepicker .next:hover {
    background-color: transparent; }
    .datepicker .prev:hover::after,
    .datepicker .next:hover::after {
      border-color: #333; }

.datepicker .prev::after {
  border-left: 2px solid #757575;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.datepicker .next::after {
  border-right: 2px solid #757575;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background-color: #6039aa;
  border-radius: 50%;
  color: #fff; }

.dow {
  font-size: 11px;
  color: rgba(51, 51, 51, 0.4);
  line-height: 19px; }

.datepicker table tr td.old,
.datepicker table tr td.new {
  font-size: 0;
  visibility: hidden;
  height: 0; }

.datepicker table tr td {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: none;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  color: #333;
  cursor: pointer; }

.datepicker table tr td.active,
.datepicker table tr td.selected {
  background-color: #6039aa !important;
  border-radius: 50%;
  color: #fff; }

.datepicker table tr td.range {
  background-color: #f7f5fa; }

.datepicker table tr td.range:hover {
  background-color: #f7f5fa;
  border-radius: 0;
  color: #333; }

.datepicker table tr td.disabled:hover {
  background-color: transparent;
  border-radius: 0;
  color: #ccc; }

.datepicker table tr td.range-start {
  -webkit-box-shadow: 14px 0 0px 0px #f7f5fa;
          box-shadow: 14px 0 0px 0px #f7f5fa; }

.datepicker table tr td.range-start + .range-end {
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  z-index: 2; }

.datepicker table tr td.range-start.range-end {
  -webkit-box-shadow: none;
          box-shadow: none; }

.datepicker table tr td.range-end {
  -webkit-box-shadow: -14px 0 0px 0px #f7f5fa;
          box-shadow: -14px 0 0px 0px #f7f5fa; }

.datepicker table tr td.range:first-child {
  border-radius: 50px 0 0 50px; }

.datepicker table tr td.range:last-child {
  border-radius: 0 50px 50px 0; }

.datepicker table tr td.range:hover {
  background-color: #f7f5fa; }

.datepicker table tfoot,
.datepicker table tr td.new {
  display: none; }

.datepicker table tr td.range.old + td {
  -webkit-box-shadow: none;
          box-shadow: none; }

.datepicker table tr td.disabled {
  color: #ccc;
  cursor: default; }

.promocode {
  position: relative; }
  .promocode__inner {
    width: 100%;
    max-width: 290px;
    margin: 0 auto; }
  .promocode__form-wrap {
    position: relative; }
  .promocode__text-field {
    width: 100%;
    height: 40px;
    padding-right: 54px;
    border: 1px solid #999;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 16px;
    text-align: center; }
  .promocode__btn {
    position: absolute;
    width: 54px;
    height: 40px;
    border: none;
    outline: none;
    font-size: 0;
    color: #fff;
    background-color: #b3b3b3;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    right: 0;
    top: 0; }
    .promocode__btn:hover, .promocode__btn:focused, .promocode__btn:active {
      background-color: #999; }
  .promocode__text-field:hover .promocode__btn {
    background-color: #999; }
  .promocode__hint-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  .promocode__hint {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 40px;
    padding: 0 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 14px;
    text-align: left; }
    .promocode__hint--error {
      background-color: #fff4f3;
      color: #db4432;
      border-color: #db4432; }
    .promocode__hint--warning {
      background-color: #fff5eb;
      color: #fdaa32;
      border-color: #fdaa32; }
    .promocode__hint--success {
      background-color: #f4f9e4;
      color: #1cb765;
      border-color: #1cb765; }
  .promocode__hint-text {
    margin: 0;
    vertical-align: middle;
    line-height: 1.2;
    padding-right: 10px; }
  .promocode__hint-icon {
    -ms-flex-preferred-size: 22px;
        flex-basis: 22px;
    min-width: 22px; }
  .promocode--rounded .promocode__text-field {
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #000;
    /* Firefox 19+ */
    /* Firefox 18- */ }
    .promocode--rounded .promocode__text-field::-webkit-input-placeholder {
      color: #000; }
    .promocode--rounded .promocode__text-field::-moz-placeholder {
      color: #000; }
    .promocode--rounded .promocode__text-field:-moz-placeholder {
      color: #000; }
    .promocode--rounded .promocode__text-field:-ms-input-placeholder {
      color: #000; }
  .promocode--rounded .promocode__btn {
    padding-top: 7px;
    padding-left: 11px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #666; }
  .promocode--rounded .promocode__form-wrap {
    margin-top: 0; }
  .promocode--rounded .promocode__hint {
    border-radius: 5px; }

.promocode--tooltip .promocode__tooltip {
  position: absolute;
  z-index: 100;
  max-width: 280px;
  min-height: 168px;
  padding: 32px 24px 40px;
  pointer-events: auto; }

.promocode--tooltip .promocode__tooltip--show {
  display: block;
  visibility: visible; }

.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px; }
  .contact:after {
    content: "";
    display: table;
    clear: both; }
  .contact__heading:after {
    content: "";
    display: table;
    clear: both; }
  .contact__img, .contact__img-wrap {
    width: 55px;
    height: 55px;
    border-radius: 50%; }
  .contact__name {
    margin: 10px 0;
    font-size: 18px;
    font-weight: 500; }
    .contact__name a {
      color: inherit;
      text-decoration: none; }
  .contact__post {
    height: 38px;
    margin: 0;
    font-size: 14px;
    font-weight: 500; }
  .contact__hint {
    margin: 0 0 30px;
    font-size: 16px;
    font-weight: 600;
    color: #999; }
  .contact__text {
    margin: 10px 0; }
  .contact__additional-content {
    margin-top: 20px; }

.counter {
  display: inline-block;
  vertical-align: top;
  width: 180px; }
  .counter--light, .counter--bg-dark {
    color: #fff; }
  .counter--dark, .counter--bg-light {
    color: #333; }
  .counter--card {
    width: 182px;
    padding: 0;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.3); }
  .counter__title {
    width: 100%;
    margin: 0 0 9px;
    font-size: 1em;
    line-height: 1.4;
    text-align: center; }
  .counter--bg-light .counter__title {
    color: #fff; }
  .counter--bg-dark .counter__title {
    color: #333; }
  .counter--card .counter__title {
    padding: 7px 0 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 12px; }
    .counter--card .counter__title svg {
      display: inline-block;
      vertical-align: top;
      margin-right: 10px; }
    .counter--card .counter__title span {
      vertical-align: top;
      line-height: 1.6; }
  .counter__items {
    padding: 5px 0;
    border-radius: 4px;
    font-size: 0; }
  .counter--bg-light .counter__items {
    background-color: #fff; }
  .counter--bg-dark .counter__items {
    background-color: #333; }
  .counter__item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 60px;
    height: 30px;
    font-size: 13px;
    text-align: center; }
    .counter__item:last-of-type {
      position: static; }
    .counter__item::after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 1px;
      height: 30px; }
    .counter__item:last-of-type::after {
      content: none; }
  .counter--light .counter__item::after,
  .counter--bg-dark .counter__item::after {
    background-color: rgba(255, 255, 255, 0.6); }
  .counter--dark .counter__item::after,
  .counter--bg-light .counter__item::after {
    background-color: rgba(0, 0, 0, 0.6); }
  .counter__number {
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    color: inherit; }
  .counter__text {
    display: block;
    font-size: 10px;
    line-height: 1;
    color: inherit;
    opacity: .6; }

.counter-new {
  width: 295px;
  padding: 5px 10px 10px;
  border-radius: 13px; }
  .counter-new--light {
    background-color: #e6e6e6; }
  .counter-new--dark {
    background-color: #4d4d4d; }
  .counter-new__title {
    margin: 0 0 5px;
    font-size: 16px;
    text-align: center;
    color: #999; }
  .counter-new__items {
    font-size: 0; }
  .counter-new__item {
    display: inline-block;
    vertical-align: top;
    width: 60px;
    font-size: 13px;
    text-align: center; }
    .counter-new__item:not(:last-of-type) {
      margin-right: 10px; }
  .counter-new__number {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #4d4d4d;
    background-color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
  .counter-new__text {
    display: block;
    color: #fff;
    background-color: #b3b3b3;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }
  .counter-new--v2 .counter-new__number {
    -webkit-box-shadow: inset 0px 1px 0px #999;
            box-shadow: inset 0px 1px 0px #999;
    border-bottom: 1px solid #e6e6e6; }
  .counter-new--v2 .counter-new__text {
    color: #999;
    background-color: #fff; }
  .counter-new--dark .counter-new__number {
    border-color: #4d4d4d; }
  .counter-new--small {
    width: 290px;
    padding-top: 10px; }

.counter-fixed {
  position: fixed;
  z-index: 1100;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 90%;
  height: 0;
  min-height: 0;
  min-width: 270px;
  margin: 0; }
  .counter-fixed--prices {
    bottom: 60px; }
  .counter-fixed--hide {
    z-index: -1;
    visibility: hidden; }
  .counter-fixed--show {
    z-index: 10001;
    visibility: visible; }
  .counter-fixed__inner {
    min-width: 130px;
    min-height: 56px;
    margin: 0;
    padding: 7px 8px 8px;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 21px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    background-color: #fcc555;
    background-image: -webkit-linear-gradient(45deg, #fcc555, #fa818b);
    background-image: -o-linear-gradient(45deg, #fcc555, #fa818b);
    background-image: linear-gradient(45deg, #fcc555, #fa818b);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
  .counter-fixed__inner--hellowen-2018 {
    background-color: #9b23ea;
    background-image: -webkit-linear-gradient(45deg, #5f72bd, #9b23ea);
    background-image: -o-linear-gradient(45deg, #5f72bd, #9b23ea);
    background-image: linear-gradient(45deg, #5f72bd, #9b23ea); }
  .counter-fixed__inner--science-2018 {
    background-image: -webkit-linear-gradient(358deg, #37ebba, #72afd3);
    background-image: -o-linear-gradient(358deg, #37ebba, #72afd3);
    background-image: linear-gradient(92deg, #37ebba, #72afd3); }
  .counter-fixed__inner--blackfriday-2018 {
    background-image: -webkit-gradient(linear, left top, right top, from(#fa9e10), to(#dd375a));
    background-image: -webkit-linear-gradient(left, #fa9e10, #dd375a);
    background-image: -o-linear-gradient(left, #fa9e10, #dd375a);
    background-image: linear-gradient(90deg, #fa9e10, #dd375a); }
  .counter-fixed__inner--speed {
    background-image: -webkit-linear-gradient(337deg, #FF9A6C, #FF5050);
    background-image: -o-linear-gradient(337deg, #FF9A6C, #FF5050);
    background-image: linear-gradient(113deg, #FF9A6C, #FF5050); }
  .counter-fixed__text {
    margin: 0;
    font-size: 10px; }
  .counter-fixed__minutes, .counter-fixed__seconds {
    display: inline-block;
    vertical-align: middle;
    -webkit-font-feature-settings: "tnum";
            font-feature-settings: "tnum";
    font-variant-numeric: tabular-nums; }
  .counter-fixed__seconds {
    text-align: left; }
  .counter-fixed__minutes {
    text-align: right; }
  .counter-fixed__link {
    position: relative;
    bottom: 0;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    text-decoration: none; }
  .counter-fixed--russian-day .counter-fixed__inner {
    background-image: none;
    background-color: #ff436b; }
  .counter-fixed--black-thursday-2019 .counter-fixed__inner {
    background-image: none;
    background-color: #000; }
  .counter-fixed--black-thursday-2019 .counter-fixed__text {
    color: #FFFF00; }

.jqclockpicker-header {
  background: #6039aa !important;
  color: #f7f5fa !important;
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important; }

.jqclockpicker-body {
  border-bottom-left-radius: 4px !important;
  border-bottom-right-radius: 4px !important; }

.jqclockpicker-tick-active {
  background-color: #6039aa !important;
  color: #f7f5fa !important; }

.jqclockpicker-plate {
  background-color: #f7f5fa !important; }

.jqclockpicker-canvas-bearing,
.jqclockpicker-canvas-fg {
  fill: #6039aa !important; }

.jqclockpicker-canvas line {
  stroke: #6039aa !important; }

.jqclockpicker-canvas-bg {
  fill: #6039aa !important; }

.jqclockpicker-tick.active,
.jqclockpicker-tick:hover {
  background-color: #e6e6e6 !important; }

.breadcrumbs__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  padding: 12px 0; }

.breadcrumbs__item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 8px 0;
  font-size: 14px;
  color: #999; }
  .breadcrumbs__item:not(:last-child) {
    margin-right: 56px;
    vertical-align: middle; }
  .breadcrumbs__item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 12px;
    right: -35px;
    width: 7px;
    height: 12px;
    background: transparent url(/build/a6adc53013988d49c6317c454d5e1db5.svg) no-repeat; }

.breadcrumbs__link {
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
  color: inherit; }
  .breadcrumbs__link:hover, .breadcrumbs__link:focus {
    color: #333; }

.breadcrumbs__item:last-of-type .breadcrumbs__link {
  color: #333;
  cursor: default; }
  .breadcrumbs__item:last-of-type .breadcrumbs__link:hover, .breadcrumbs__item:last-of-type .breadcrumbs__link:focus {
    text-decoration: none; }

.tabs__nav {
  width: 100%;
  margin: 0;
  padding: 0; }

.tabs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0; }

.tabs__list-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  padding: 15px 12px;
  padding-right: 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  cursor: pointer; }
  .tabs__list-item:last-child {
    border-right: 0; }
  .tabs__list-item[data-state="active"] {
    position: relative;
    padding-top: 12px;
    font-weight: 600;
    border-top: 3px solid #6039aa;
    border-bottom: 0;
    cursor: default;
    opacity: 1; }
  .tabs__list-item--top {
    border-top: 0; }
  .tabs__list-item--2 {
    width: 50%; }

.tabs__item-content {
  opacity: .4; }

.tabs__list-item[data-state="active"] .tabs__item-content {
  opacity: 1; }

.tabs__content {
  padding: 16px;
  padding-bottom: 34px; }

.tabs__panel {
  display: none; }
  .tabs__panel--hidden {
    display: none; }
  .tabs__panel[data-state="active"] {
    display: block !important;
    visibility: visible !important; }
  .tabs__panel.active {
    display: block; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type="number"] {
  -moz-appearance: textfield; }

.gift-ticket {
  display: inline-block;
  vertical-align: top;
  width: 230px;
  height: 285px;
  margin-right: 12px;
  margin-bottom: 12px;
  padding: 20px 0 0;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #e6e6e6; }
  .gift-ticket:nth-of-type(2n) {
    margin-right: 0; }
  .gift-ticket__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%; }
  .gift-ticket__icon-wrap {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 auto;
    background-color: #fdc10a;
    text-align: center;
    line-height: 46px; }
  .gift-ticket__promodode {
    width: 198px;
    height: 63px;
    margin: 16px auto 13px;
    padding-top: 6px;
    text-align: center;
    background-color: #f7f5fa; }
  .gift-ticket__promodode-title {
    margin: 0 0 4px;
    font-weight: 500;
    color: #999; }
  .gift-ticket__promodode-code {
    margin: 0;
    font-size: 21px;
    color: #333;
    border-radius: 4px; }
  .gift-ticket__promodode-text {
    width: 198px;
    margin: 0 auto 13px; }
  .gift-ticket__bottom {
    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: center;
    width: 100%;
    height: 82px;
    margin: auto 0 0;
    padding: 19px 16px 20px;
    border-top: 1px dashed #e6e6e6; }
    .gift-ticket__bottom:after {
      content: "";
      display: table;
      clear: both; }
  .gift-ticket__price {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 32px); }
    .gift-ticket__price p {
      margin: 0; }
      .gift-ticket__price p:first-child {
        margin-bottom: 3px; }
  .gift-ticket__download-btn {
    display: inline-block;
    vertical-align: top;
    border: none;
    outline: none;
    padding-right: 0;
    padding-top: 10px;
    background-color: transparent;
    color: #999; }
    .gift-ticket__download-btn:hover, .gift-ticket__download-btn:focus {
      color: #4d4d4d; }
  .gift-ticket--old {
    color: #999; }
    .gift-ticket--old .gift-ticket__icon-wrap {
      background-color: #e6e6e6; }
    .gift-ticket--old .gift-ticket__promodode {
      background-color: #e6e6e6; }
    .gift-ticket--old .gift-ticket__promodode-code {
      color: inherit; }

.pay-card-old__fields-wrap {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 50px; }

.pay-card-old__side {
  background-color: #f5f5f5;
  border-radius: 13px; }
  .pay-card-old__side--front {
    position: relative;
    top: 60px;
    z-index: 999;
    -webkit-box-shadow: 6px 6px 8px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 6px 6px 8px 0 rgba(0, 0, 0, 0.06); }
  .pay-card-old__side--reverse {
    position: absolute;
    top: 0;
    left: 140px;
    z-index: 998;
    background-color: #ebebeb; }

.pay-card-old__side--reverse::after {
  content: "";
  position: absolute;
  z-index: 997;
  top: 26px;
  left: 0;
  width: 390px;
  height: 50px;
  background-color: #424242; }

.pay-card-old__icons {
  width: 155px;
  margin-left: 186px;
  margin-bottom: 20px; }

.pay-card-old__icon {
  vertical-align: middle;
  margin-right: 10px; }
  .pay-card-old__icon:last-of-type {
    margin-right: 0; }

.pay-card-old__form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .pay-card-old__form-group .pay-card-old__form-item--expires .pay-card-old__form-field:first-of-type {
    margin-right: 5px !important; }

.pay-card-old__form-item--number {
  margin-bottom: 15px; }

.pay-card-old__form-item--name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.pay-card-old__form-item--expires {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .pay-card-old__form-item--expires .pay-card-old__form-field {
    -ms-flex-item-align: end;
        align-self: flex-end; }

.pay-card-old__form-item--name {
  width: 190px;
  margin-right: 20px; }

.pay-card-old__form-item--expires {
  width: 110px; }

.pay-card-old__form-item--cvc {
  width: 95px;
  margin-top: 60px;
  margin-left: 245px; }

.pay-card-old__form-field {
  width: 100%;
  height: 40px;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #ccc; }
  .pay-card-old__form-field.cloud_month, .pay-card-old__form-field.cloud_year {
    width: 45px; }

.pay-card-old__form-label {
  display: block;
  width: 105px;
  margin-bottom: 6px;
  font-size: 12px;
  line-height: 1.2;
  color: #999; }

.pay-card-old__form-cvc-text {
  font-size: 12px;
  line-height: 1.2;
  color: #999; }

.pay-card-old__orders {
  display: none; }

.pay-card-old .cardErrorMessage {
  top: 0 !important;
  bottom: initial !important;
  z-index: 999 !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  left: 0 !important; }

.pay-card-old .container__pay {
  overflow: initial !important; }

.container__pay {
  overflow: initial !important; }
  .container__pay .icon-payment-check {
    font-size: 0; }
  .container__pay .price {
    display: none; }

.container__pay-buttons button {
  font-size: 14px !important; }

.c_payment .icon-payment-check {
  background-image: none !important;
  background: #8cc349;
  border-radius: 50%;
  width: 31px;
  height: 31px;
  position: relative; }
  .c_payment .icon-payment-check::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 9px;
    width: 14px;
    height: 7px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.not-found__inner {
  width: 90%;
  min-width: 270px;
  margin: 0 auto; }

.not-found__heading {
  height: 60px;
  padding-top: 15px; }

.not-found__content {
  width: 100%;
  height: calc(100vh - 60px);
  min-height: 500px; }

.not-found__professor {
  display: block;
  width: 80%;
  max-width: 376px;
  margin: 0 auto 20px; }

.not-found__404 {
  display: block;
  width: 40%;
  margin: 0 auto 10px; }

.not-found p {
  margin: 0 auto 20px;
  max-width: 280px;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  color: #999; }
  .not-found p:nth-of-type(2) {
    font-size: 14px;
    color: #808080; }

.not-found .link {
  text-decoration: underline; }

.unavailable-error__inner {
  width: 90%;
  min-width: 270px;
  margin: 0 auto; }

.unavailable-error__heading {
  height: 60px;
  padding-top: 15px; }

.unavailable-error__content {
  width: 100%;
  height: calc(100vh - 60px);
  min-height: 500px; }

.unavailable-error__img {
  display: block;
  width: 80%;
  max-width: 376px;
  margin: 0 auto 20px; }

.unavailable-error p {
  margin: 0 auto 20px;
  max-width: 280px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
  text-align: center;
  color: #999; }
  .unavailable-error p:nth-of-type(2) {
    font-size: 14px;
    color: #808080; }

.unavailable-error .link {
  text-decoration: underline; }

.notifications picture {
  display: block; }

.notifications__nav {
  position: relative;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1); }

.notifications__nav .title {
  margin: 0;
  padding: 14px 0;
  text-align: center; }

.notifications__item {
  position: relative;
  margin-bottom: 16px;
  padding: 0; }
  .notifications__item:last-child {
    margin-bottom: 0; }

.notifications__icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center; }
  .notifications__icon--info {
    background: #4990e2; }
  .notifications__icon--gift {
    background: #f6a623; }

.notifications__svg {
  height: 40px; }

.notifications__heading {
  position: relative;
  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: center;
  padding: 20px 24px;
  cursor: pointer; }

.notifications__badge {
  position: absolute;
  top: calc(50% - 12px);
  right: 250px;
  display: none;
  margin: 0;
  padding: 4px 16px 5px;
  background-color: #1de9b6;
  border-radius: 4px;
  color: #fff; }

.notifications__item--new .notifications__badge {
  display: inline-block;
  vertical-align: top; }

.notifications__title {
  margin: 0;
  font-size: 14px;
  font-weight: 600; }

.notifications__heading--old .notifications__title,
.notifications__heading--old .notifications__date {
  color: #999; }

.notifications__content {
  padding-bottom: 40px;
  border-top: 1px solid #e6e6e6;
  -webkit-transition: height 0.4s ease-out;
  -o-transition: height 0.4s ease-out;
  transition: height 0.4s ease-out;
  overflow: hidden; }
  .notifications__content .text:first-of-type {
    margin-top: 0; }
  .notifications__content b {
    white-space: nowrap; }
  .notifications__content .btn {
    margin-left: 16px; }

.notifications__item--closed .notifications__content {
  display: none; }

.notifications__img {
  width: 100%;
  height: auto;
  margin-bottom: 30px; }
  .notifications__img img {
    display: block;
    width: 100%; }

.notifications__text {
  font-size: 14px; }

.notifications .text {
  margin-left: 16px;
  margin-right: 16px;
  margin-bottom: 30px; }

.notifications__date {
  margin-left: 0 !important;
  margin-bottom: 0 !important; }

.notifications__empty-card {
  margin-bottom: 0;
  padding: 32px 16px 80px; }

.notifications__empty-img {
  display: block;
  width: 100%;
  height: auto;
  min-width: 164px;
  max-width: 215px;
  margin: 0 auto 32px; }

.notifications__empty-text {
  margin-bottom: 0;
  text-align: center; }

.notifications__btn {
  margin-left: 16px; }

.competitions {
  color: #161212; }
  .competitions:after {
    content: "";
    display: table;
    clear: both; }
  .competitions__item {
    margin-bottom: 30px; }
  .competitions__item-heading {
    position: relative;
    padding: 20px;
    background-color: #f1e7f5;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px; }
  .competitions__title {
    margin: 0 auto;
    font-size: 24px;
    text-align: center; }
    .competitions__title--light {
      font-size: 20px;
      margin-bottom: 10px; }
    .competitions__title span:nth-of-type(1) {
      display: block;
      font-size: 16px;
      font-weight: 300;
      text-align: center; }
  .competitions__img {
    position: absolute;
    top: 10px;
    right: 8px;
    font-size: 14px;
    font-weight: 300; }
  .competitions__item-content {
    padding: 25px 15px;
    font-size: 0;
    background: #fff;
    border: 1px solid #ccc;
    border-top: none;
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px; }
  .competitions__medal {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 33.33%; }
    .competitions__medal:not(:last-child)::after {
      content: "";
      position: absolute;
      top: 50px;
      right: 0;
      width: 1px;
      height: 40px;
      background-color: #ccc; }
  .competitions__medal-numb {
    position: absolute;
    top: 35px;
    left: calc(50% - 50px);
    width: 100px;
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    color: #fff; }
  .competitions__medal-icon {
    display: block;
    margin: 0 auto 27px; }
  .competitions__medal-name {
    width: 86px;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 300;
    text-align: center; }
  .competitions__table {
    width: 100%;
    margin: 0 auto; }
  .competitions__top .competitions__item-content {
    padding-top: 15px; }
  .competitions__user {
    height: 45px; }
  .competitions__cell {
    padding: 0 5px;
    font-size: 14px; }
  .competitions__cell[data-user="rang"] {
    position: relative;
    font-size: 16px; }
  .competitions__cell[data-user="name"] {
    max-width: 125px;
    white-space: nowrap;
    overflow: hidden !important;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis; }
  .competitions__cell[data-user="medals"] {
    position: relative;
    text-align: center;
    color: #f9cc3d; }
    .competitions__cell[data-user="medals"] span {
      display: inline-block;
      vertical-align: middle;
      padding: 0 5px;
      line-height: 25px; }
  .competitions__train-item {
    margin-bottom: 0; }
    .competitions__train-item .competitions__item-heading {
      border-radius: 0; }
    .competitions__train-item .competitions__item-content {
      border-radius: 0;
      border-bottom: none; }
    .competitions__train-item:last-child .competitions__item-content {
      border-bottom: 1px solid #ccc;
      border-bottom-left-radius: 13px;
      border-bottom-right-radius: 13px; }
    .competitions__train-item:first-child .competitions__item-heading {
      border-top-left-radius: 13px;
      border-top-right-radius: 13px; }
  .competitions__counter {
    padding-bottom: 25px; }
  .competitions__train-leaders {
    position: relative;
    padding: 25px 0;
    font-size: 16px; }
    .competitions__train-leaders::after {
      content: "";
      position: absolute;
      left: calc(50% - 100px);
      bottom: 0;
      width: 200px;
      height: 1px;
      background-color: #ccc; }
  .competitions__train-restrict {
    padding: 25px 0;
    font-size: 16px;
    text-align: center; }
  .competitions__train-medal {
    position: relative; }
  .competitions__train-numb {
    position: absolute;
    top: 11px;
    left: 16px;
    font-size: 12px;
    font-weight: 900;
    color: #fff; }
  .competitions__text {
    margin: 0 0 10px; }
  .competitions__btn {
    margin-top: 30px;
    font-size: 15px !important; }
  .competitions__user[data-premium="no"] .competitions__icon-premium--yes {
    display: none; }
  .competitions__user[data-premium="yes"] .competitions__icon-premium--no {
    display: none; }
  .competitions__medals-border {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .competitions__user[data-medals="1"] .competitions__medals-border {
    display: none; }
  .competitions__user[data-medals="1"] .competitions__cell[data-user="medals"] span {
    border: 1px solid #f9cc3d;
    border-radius: 50%;
    line-height: normal; }
  .competitions__user[data-medals="2"] .competitions__medals-border--3 {
    display: none; }
  .competitions__user[data-medals="3"] .competitions__medals-border--2 {
    display: none; }
  .competitions__user[data-medals="no"] .competitions__cell[data-user="medals"] span {
    color: #ccc;
    border: 1px solid #ccc;
    border-radius: 50%;
    line-height: normal; }
  .competitions__user[data-medals="no"] .competitions__cell[data-user="medals"] .competitions__medals-border {
    display: none; }

.biglion__card {
  max-width: 533px;
  margin: 0 auto;
  padding: 0 24px 40px; }

.biglion__logo {
  display: block;
  margin: 0 auto 31px; }

.biglion__title {
  margin: 0 auto 38px;
  font-size: 21px;
  text-align: center; }

.biglion__field--pin {
  display: inline-block;
  vertical-align: top;
  width: 99px;
  margin-bottom: 0;
  margin-right: 24px; }

.biglion__field-wrap {
  position: relative;
  margin-bottom: 20px;
  font-size: 0; }
  .biglion__field-wrap input {
    margin-bottom: 0; }

.biglion__field-wrap--pin {
  margin-bottom: 40px; }

.biglion__example-btn {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 124px);
  margin-top: 39px;
  font-size: 12px;
  text-align: left; }

.biglion__login {
  display: inline-block;
  vertical-align: top;
  margin-top: 15px;
  margin-left: 20px;
  font-size: 14px; }

.biglion__form {
  margin-bottom: 40px; }

.biglion__hint {
  max-width: 390px;
  margin: 0;
  font-size: 12px;
  color: #999; }

.biglion__text {
  max-width: 533px;
  margin: 30px auto 0;
  font-size: 12px;
  text-align: center; }

.library-article .main-content {
  min-height: calc(100vh - 594px); }

.library-article__card p {
  font-size: 14px;
  line-height: 1.4;
  max-width: 885px;
  margin-top: 0;
  margin-bottom: 16px; }

.library__nav-wrap {
  background-color: #f7f5fa; }

.library__nav {
  display: none; }
  .library__nav--mobile {
    display: block; }

.library__card {
  position: relative;
  height: 140px;
  padding: 24px;
  overflow: hidden; }

.library__card-link {
  color: inherit;
  text-decoration: none; }

.library__card-title {
  height: 54px;
  margin: 0 0 16px; }

.library__card-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.library__card-skill {
  margin: 0; }

.library__card-icon {
  display: none; }

.library__lock-screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 24px 0 0;
  background-color: #fff;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .4s ease-in-out;
  -o-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out; }

.library__card--locked:hover .library__card-link {
  display: none; }

.library__card--locked:hover .library__lock-screen {
  opacity: 1;
  visibility: visible; }

.library__card--locked .library__card-icon {
  display: block; }

.library__lock-inner {
  margin: 0 24px 24px;
  font-size: 0; }

.library__lock-icon {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  margin-right: 16px; }

.library__lock-text {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 40px);
  max-width: 213px;
  margin: 0;
  color: #333; }

.library__lock-btn {
  display: block;
  width: calc(100% - 48px);
  margin: 0 auto;
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

.library__group {
  display: block; }
  .library__group--hidden {
    display: none; }

.library-article__heading {
  padding: 16px 0 56px;
  background-color: #301c55;
  color: #fff; }

.library-article__heading-back {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 16px;
  color: #fff;
  text-decoration: none; }
  .library-article__heading-back:hover, .library-article__heading-back:focus {
    opacity: .8; }

.library-article__heading-icon {
  display: inline-block;
  vertical-align: baseline;
  margin-right: 16px; }

.library-article__heading-title {
  margin-bottom: 0; }

.library-article__card {
  margin-bottom: 0;
  margin-top: -60px; }

.library-article__footer {
  padding: 16px 0 24px;
  background-color: #301c55;
  color: #fff; }

.library-article__footer-back {
  float: left;
  display: block;
  width: 64px;
  height: 44px;
  color: #fff;
  text-decoration: none; }
  .library-article__footer-back:hover, .library-article__footer-back:focus {
    opacity: .8; }

.library-article__footer-arrow-left {
  vertical-align: top;
  margin-top: 29px; }

.library-article__footer-forward {
  float: right;
  display: block;
  width: calc(100% - 64px);
  height: 44px;
  color: #fff;
  text-decoration: none;
  text-align: right; }
  .library-article__footer-forward:hover, .library-article__footer-forward:focus {
    opacity: .8; }

.library-article__footer-next, .library-article__footer-prev {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 44px);
  margin-right: 16px; }
  .library-article__footer-next span, .library-article__footer-prev span {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-size: 14px;
    opacity: .6; }
  .library-article__footer-next p, .library-article__footer-prev p {
    display: inline-block;
    vertical-align: baseline;
    max-width: 100%;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden !important;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    font-size: 16px; }

.library-article__footer-prev {
  margin-left: 16px;
  margin-right: 0; }

.library-article__footer-arrow-right {
  vertical-align: bottom;
  margin-bottom: 9px; }

.library-article--attention .library-article__heading,
.library-article--attention .library-article__footer {
  background-color: #00adee; }

.library-article--memory .library-article__heading,
.library-article--memory .library-article__footer {
  background-color: #86c634; }

.library-article--thinking .library-article__heading,
.library-article--thinking .library-article__footer {
  background-color: #fb9700; }

.library-article--brain .library-article__heading,
.library-article--brain .library-article__footer {
  background-color: #009688; }

.library-article--mnemonics .library-article__heading,
.library-article--mnemonics .library-article__footer {
  background-color: #00BCD4; }

.library-article--practice .library-article__heading,
.library-article--practice .library-article__footer {
  background-color: #5677FC; }

.train-info {
  color: #333;
  font-size: 14px; }
  .train-info__section {
    background: #fff; }
    .train-info__section--nav {
      padding-bottom: 0; }
  .train-info__section-inner {
    padding: 50px 0 70px; }
  .train-info__section .train-info__section-inner {
    border-bottom: 1px solid #ccc; }
  .train-info__section--nav .train-info__section-inner {
    padding-bottom: 70px; }
  .train-info__section-title {
    margin: 30px 0 35px;
    margin: 20px 0 30px;
    font-size: 188%;
    font-weight: 300;
    color: #3598db; }
  .train-info__subtitle {
    margin: 0 0 30px;
    font-size: 150%;
    font-weight: 900;
    color: #3598db;
    letter-spacing: 1.2px; }
  .train-info__section-text {
    margin: 0 0 30px;
    font-size: 113%;
    line-height: 1.7; }
    .train-info__section-text span {
      color: #86c634; }
    .train-info__section-text b {
      font-weight: 600; }
  .train-info__nav-list {
    padding-left: 19px;
    font-size: 18px;
    font-weight: 500;
    color: #3598db; }
  .train-info__nav-item {
    font-weight: 500; }
  .train-info__nav-link {
    color: #3598db;
    text-decoration: none; }
    .train-info__nav-link:hover {
      text-decoration: underline; }
  .train-info__wrap:after {
    content: "";
    display: table;
    clear: both; }

.train-info-heading {
  font-size: 14px;
  color: #333;
  background: #fff; }
  .train-info-heading__title {
    margin: 0 0 40px;
    font-size: 257%;
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: 2px;
    color: #3598db; }
  .train-info-heading__wrap:after {
    content: "";
    display: table;
    clear: both; }
  .train-info-heading__wrap:nth-of-type(1) {
    margin-bottom: 15px; }
  .train-info-heading__text {
    max-width: 780px;
    font-size: 100%;
    line-height: 1.7; }

.train-info-pairs__item {
  margin-bottom: 40px; }
  .train-info-pairs__item:after {
    content: "";
    display: table;
    clear: both; }
  .train-info-pairs__item--1 {
    margin-bottom: 30px; }

.train-info-pairs__item-text {
  margin-bottom: 35px;
  font-size: 115%;
  font-weight: 500; }

.train-info-pairs__item-img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto; }

.train-info-pairs__item-text {
  margin: 0; }

.train-info-pairs__list {
  margin-top: 0;
  padding-left: 19px;
  color: #808080; }

.train-info-pairs__list-item {
  margin-bottom: 5px;
  font-weight: 500; }

.train-info-balance__img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 383px;
  margin: 0 auto; }

.train-info-balance__text {
  margin: 0;
  font-weight: 600; }

.train-info-complication__item {
  position: relative;
  margin-bottom: 20px;
  padding-left: 35px; }
  .train-info-complication__item::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    background-color: #179a51;
    border-radius: 50%; }
  .train-info-complication__item:nth-of-type(2)::after {
    background-color: #fbb03b; }
  .train-info-complication__item:nth-of-type(3)::after {
    background-color: #f15a24; }

.train-info-complication__img {
  width: 100%;
  height: auto;
  max-width: 446px; }

.train-info-complication__item-text, .train-info-complication__item-title {
  margin: 0;
  font-size: 14px; }

.train-info-footer {
  padding: 0 0 50px;
  font-size: 16px; }
  .train-info-footer__inner {
    max-width: 540px; }
    .train-info-footer__inner--premium {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
  .train-info-footer__text {
    max-width: 500px;
    margin: 30px auto;
    font-size: 100%;
    font-weight: 300;
    text-align: center; }
  .train-info-footer__btn {
    display: block;
    font-size: 16px; }
    .train-info-footer__btn--premium {
      float: none;
      margin-top: 30px;
      margin-left: auto;
      margin-right: auto; }
    .train-info-footer__btn:first-child {
      padding-top: 1em; }

.train-info-neuro__text {
  margin: 0;
  font-weight: 600; }

.train-info-neuro__img-wrap {
  position: relative;
  display: block;
  width: 295px;
  margin: 0 auto; }

.train-info-neuro__img {
  width: 100%;
  height: auto; }

.train-info-neuro__img-text {
  position: absolute;
  display: block;
  width: 155px;
  font-size: 14px;
  text-align: center;
  color: #fff; }
  .train-info-neuro__img-text--attention {
    top: 67px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .train-info-neuro__img-text--memory {
    top: 186px;
    right: 0; }
  .train-info-neuro__img-text--flexibility {
    top: 186px;
    left: 0; }

.specific-game:after {
  content: "";
  display: table;
  clear: both; }

.specific-game__game-screen {
  max-width: 722px;
  margin-bottom: 16px;
  padding: 0;
  overflow: hidden;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background-color: #fff; }

.specific-game__game {
  position: relative;
  width: 100%;
  max-width: 632px;
  margin: 0 auto; }

.specific-game__info {
  max-width: 722px;
  margin: 0 auto 24px;
  font-size: 14px; }
  .specific-game__info:last-child {
    margin-bottom: 0; }

.specific-game__title {
  font-size: 16px;
  font-weight: 700;
  color: #333; }

.specific-game__text {
  font-size: 14px;
  color: #999; }

.specific-game__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #999; }
  .specific-game__list li {
    line-height: 2; }

.ie.fullscreen-container .specific-game {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100% !important;
  height: 100% !important; }

.ie.fullscreen-container .specific-game__game-screen {
  max-width: 100% !important;
  width: 100% !important;
  height: 100% !important;
  position: fixed;
  top: 0;
  left: 0; }

.tablet .specific-game__game-screen .train__appcontent,
.desktop .specific-game__game-screen .train__appcontent {
  height: 573px; }

.tablet .specific-game__game-screen {
  max-width: 722px;
  margin-bottom: 16px;
  padding: 0;
  overflow: hidden;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background-color: #fff; }
  .tablet .specific-game__game-screen .train__appcontent {
    height: 573px; }
  .tablet .specific-game__game-screen .specific-game__game {
    height: 573px;
    padding-bottom: 0; }

.game_iframe_container {
  width: 100%;
  display: block;
  height: 100%; }

.mobile .game_iframe_container {
  max-width: 631px;
  min-height: 408px; }
  .mobile .game_iframe_container.fullscreen {
    height: 100vh; }

.mobile .duel-content .game_iframe_container {
  max-width: 100%;
  min-height: 100vh; }

.game_iframe_container.fullscreen {
  height: 100vh; }

.game_iframe_container body {
  min-width: initial; }

.duel-content .game_iframe_container {
  width: 100%;
  display: block; }

@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes float {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.lp-floating-btn {
  position: relative;
  z-index: 500;
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: transparent;
  outline: none;
  font-size: 0;
  text-align: center;
  color: #fff;
  -webkit-animation: float 3s ease-in-out infinite;
          animation: float 3s ease-in-out infinite; }
  .lp-floating-btn::before, .lp-floating-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 2px;
    background-color: #fff; }
  .lp-floating-btn::before {
    -webkit-transform: rotate(45deg) translate(-3px, 5px);
        -ms-transform: rotate(45deg) translate(-3px, 5px);
            transform: rotate(45deg) translate(-3px, 5px); }
  .lp-floating-btn::after {
    -webkit-transform: rotate(-45deg) translate(-1px, 0);
        -ms-transform: rotate(-45deg) translate(-1px, 0);
            transform: rotate(-45deg) translate(-1px, 0); }
  .lp-floating-btn:hover, .lp-floating-btn:focus {
    background-color: #fff;
    -webkit-animation-play-state: paused;
            animation-play-state: paused; }
  .lp-floating-btn--color-grey {
    border-color: #999;
    color: #999; }
    .lp-floating-btn--color-grey::before, .lp-floating-btn--color-grey::after {
      background-color: #999; }
    .lp-floating-btn--color-grey:hover, .lp-floating-btn--color-grey:focus {
      background-color: #999; }
    .lp-floating-btn--color-grey:hover::before, .lp-floating-btn--color-grey:hover::after, .lp-floating-btn--color-grey:focus::before, .lp-floating-btn--color-grey:focus::after {
      background-color: #fff; }

.lp-floating-header {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  position: fixed;
  z-index: 500;
  top: 0;
  left: 0;
  width: 100%;
  padding: 4px 0;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  background: #fff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); }
  .lp-floating-header--show {
    visibility: visible;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }

.lp-benefits {
  padding: 80px 0; }
  .lp-benefits__items {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto; }
  .lp-benefits__item {
    width: 100%;
    max-width: 260px;
    margin: 0 auto 80px;
    text-align: center; }
    .lp-benefits__item:last-child {
      margin-bottom: 0; }
  .lp-benefits__img {
    display: block;
    margin: 0 auto 30px;
    pointer-events: none; }
  .lp-benefits__text {
    margin: 0 auto;
    font-weight: 700; }
    .lp-benefits__text--medium {
      font-size: 16px; }
    .lp-benefits__text--large {
      font-size: 18px; }

.lp-features {
  padding: 80px 0; }
  .lp-features__list {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .lp-features__item {
    height: 204px;
    border: 1px solid #e6e6e6;
    border-bottom: none; }
    .lp-features__item:last-child {
      border-bottom: 1px solid #e6e6e6; }
  .lp-features__item-link {
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 100%;
    height: 100%;
    padding: 40px 24px 29px;
    cursor: default; }
    .lp-features__item-link::before {
      position: absolute;
      z-index: 5;
      content: "";
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }
  .lp-features__text {
    position: relative;
    z-index: 0;
    width: 100%;
    margin: 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.3;
    text-align: left; }
  .lp-features__item-link:hover .lp-features__img,
  .lp-features__item-link:focus .lp-features__img,
  .lp-features__item-link:active .lp-features__img {
    fill: #fff; }
  .lp-features__item-link:hover, .lp-features__item-link:focus, .lp-features__item-link:active {
    color: #fff; }

.lp-banner__banner {
  padding: 32px 20px 40px;
  border-radius: 4px;
  text-align: center;
  color: #fff; }

.lp-banner__text {
  max-width: 730px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 700;
  color: inherit; }
  .lp-banner__text--size-small {
    max-width: 520px; }
  .lp-banner__text--size-medium {
    max-width: 630px; }
  .lp-banner__text--size-large {
    max-width: 920px; }

.lp-action {
  padding-bottom: 100px; }
  .lp-action__card {
    max-width: 532px;
    margin: 0 auto;
    padding: 0;
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1); }
  .lp-action__card-heading {
    position: relative;
    padding: 47px 0 43px;
    text-align: center;
    color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 5px;
    overflow: hidden; }
    .lp-action__card-heading--label-new {
      background-image: -webkit-linear-gradient(225deg, #fdc10a 0%, #fdc10a 34px, transparent 34px, transparent 100%);
      background-image: -o-linear-gradient(225deg, #fdc10a 0%, #fdc10a 34px, transparent 34px, transparent 100%);
      background-image: linear-gradient(-135deg, #fdc10a 0%, #fdc10a 34px, transparent 34px, transparent 100%); }
  .lp-action__card-content {
    padding: 28px 16px 16px;
    text-align: center;
    background-color: #fff; }
  .lp-action__title {
    margin: 0;
    font-size: 21px;
    font-weight: 900; }
  .lp-action__label {
    position: absolute;
    z-index: 1;
    top: -16px;
    right: -47px;
    width: 120px;
    height: 60px;
    padding-top: 20px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
    .lp-action__label span {
      padding-left: 2px;
      font-size: 10px;
      font-weight: 700;
      letter-spacing: 2px; }
  .lp-action__start-text {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 7.8px;
    text-align: center;
    text-transform: uppercase; }
  .lp-action__price {
    margin: 0 0 24px;
    font-size: 28px;
    font-weight: 700; }
  .lp-action__list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #999; }
  .lp-action__old-price {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
    text-decoration: line-through;
    color: #999; }
  .lp-action__currency {
    font-weight: 500; }
  .lp-action__patch {
    margin: 0;
    padding: 10px 16px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #999; }
  .lp-action__btn {
    margin-bottom: 40px; }
  .lp-action__caption {
    max-width: 532px;
    margin: 40px auto 0;
    font-size: 14px;
    line-height: 1.7;
    color: #999;
    text-align-last: left; }

.lp-cards {
  padding: 80px 0; }
  .lp-cards__items {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .lp-cards__item {
    margin-bottom: 80px;
    text-align: center; }
    .lp-cards__item:last-child {
      margin-bottom: 0; }
  .lp-cards__img-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 120px;
    height: 120px;
    margin: 0 auto 60px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0 24px 30px 0 rgba(0, 0, 0, 0.16), 0 0 20px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 24px 30px 0 rgba(0, 0, 0, 0.16), 0 0 20px 0 rgba(0, 0, 0, 0.06); }
  .lp-cards__text {
    margin-bottom: 0;
    font-size: 16px; }

.lp-how {
  padding: 80px 0; }
  .lp-how__title {
    max-width: 860px; }
  .lp-how__cards {
    list-style-type: none;
    padding: 0;
    margin: 0;
    max-width: 816px;
    margin: 0 auto 80px; }
  .lp-how__card {
    max-width: 248px;
    margin: 0 auto 16px;
    padding: 40px 24px 50px;
    border-radius: 4px;
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0 20px 30px -20px rgba(0, 0, 0, 0.2);
            box-shadow: 0 20px 30px -20px rgba(0, 0, 0, 0.2); }
    .lp-how__card:last-child {
      margin-bottom: 0; }
  .lp-how__card-img {
    display: block;
    margin: 0 auto 32px;
    pointer-events: none; }
  .lp-how__card-text {
    margin: 0;
    font-size: 16px;
    font-weight: 600; }
  .lp-how__items {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .lp-how__item {
    margin-bottom: 28px; }
  .lp-how__item-link {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px 24px 20px;
    border-radius: 4px;
    cursor: default; }
    .lp-how__item-link::before, .lp-how__item-link::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%; }
    .lp-how__item-link::before {
      z-index: 100; }
    .lp-how__item-link::after {
      z-index: 0;
      background-color: #fff;
      -webkit-box-shadow: 0 20px 30px -20px rgba(0, 0, 0, 0.2);
              box-shadow: 0 20px 30px -20px rgba(0, 0, 0, 0.2);
      opacity: 0;
      -webkit-transition: opacity .4s ease-in-out;
      -o-transition: opacity .4s ease-in-out;
      transition: opacity .4s ease-in-out; }
    .lp-how__item-link:hover::after, .lp-how__item-link:focus::after {
      opacity: 1; }
  .lp-how__item-number {
    position: relative;
    z-index: 5;
    display: block;
    margin-bottom: 80px;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 64px;
    font-weight: 700;
    line-height: 1; }
    .lp-how__item-number::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -30px;
      width: 60px;
      height: 8px;
      -webkit-transition: all .4s ease-in-out;
      -o-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out;
      -webkit-transform-origin: 0 0;
          -ms-transform-origin: 0 0;
              transform-origin: 0 0; }
  .lp-how__item-link:hover .lp-how__item-number::after,
  .lp-how__item-link:focus .lp-how__item-number::after {
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    opacity: 0; }
  .lp-how__item-text {
    position: relative;
    z-index: 5;
    margin: 0;
    line-height: 1.3; }

.lp-check {
  padding: 80px 0 100px; }
  .lp-check__cards {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .lp-check__card {
    width: 100%;
    margin: 0 auto 12px;
    padding: 44px 24px 46px;
    padding-left: 72px;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1); }
    .lp-check__card:last-child {
      margin-bottom: 0; }
  .lp-check__card-text {
    position: relative;
    margin: 0;
    font-size: 16px;
    font-weight: 400; }
    .lp-check__card-text::before {
      position: absolute;
      content: "";
      top: -5px;
      left: -54px;
      width: 34px;
      height: 34px;
      background: url(/build/e7e6fd1b65442aae23a853bb67f3a0e7.svg) no-repeat center;
      background-size: 24px; }

.ribbon-fixed {
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #301c55; }
  .ribbon-fixed--second-stock {
    background-color: #fa6334; }
    .ribbon-fixed--second-stock .ribbon-fixed__img {
      -webkit-transform: translateY(-55%);
          -ms-transform: translateY(-55%);
              transform: translateY(-55%); }
  .ribbon-fixed--action-september-1 {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#54bdaf), to(#574596));
    background-image: -webkit-linear-gradient(bottom, #54bdaf, #574596);
    background-image: -o-linear-gradient(bottom, #54bdaf, #574596);
    background-image: linear-gradient(0deg, #54bdaf, #574596); }
  .ribbon-fixed__inner {
    width: 90%;
    min-width: 270px;
    margin: 0 auto;
    position: relative;
    height: 100%;
    background-repeat: no-repeat; }
  .ribbon-fixed__img {
    display: none; }
  .ribbon-fixed__title {
    width: 250px;
    margin: 0;
    padding: 20px 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    color: #fff; }
  .ribbon-fixed__title-link {
    color: inherit;
    text-decoration: none; }
  .ribbon-fixed__btn {
    color: #fff;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
    .ribbon-fixed__btn:active {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3); }
  .ribbon-fixed__close-btn {
    position: absolute;
    top: 12px;
    right: -11px;
    border: none;
    width: 36px;
    height: 36px;
    font-size: 0;
    background: transparent url(/build/3dba22df44d472641aee8d48aa0d7bab.svg) no-repeat;
    background-size: 14px 14px;
    background-position: center; }
    .ribbon-fixed__close-btn:active {
      outline: none; }

.ribbon-fixed-welcome__title {
  font-weight: bold;
  color: #fff; }

.ribbon-fixed-welcome__btn {
  right: -11px; }

.ribbon-activation {
  background-color: #854fd3; }

.ribbon-welcome {
  background: -webkit-gradient(linear, left top, right top, from(#fcea10), to(#f39200));
  background: -webkit-linear-gradient(left, #fcea10, #f39200);
  background: -o-linear-gradient(left, #fcea10, #f39200);
  background: linear-gradient(to right, #fcea10, #f39200); }
  .ribbon-welcome__title,
  .ribbon-welcome .ribbon-sale__title,
  .ribbon-welcome .ribbon-sale__counter-title,
  .ribbon-welcome .counter {
    color: #8b5af9 !important; }
  .ribbon-welcome .ribbon-sale__close-btn {
    background: transparent; }
    .ribbon-welcome .ribbon-sale__close-btn::before, .ribbon-welcome .ribbon-sale__close-btn::after {
      content: "";
      position: absolute;
      top: 9px;
      width: 1px;
      height: 18px;
      background-color: rgba(255, 255, 255, 0.5); }
    .ribbon-welcome .ribbon-sale__close-btn::before {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    .ribbon-welcome .ribbon-sale__close-btn::after {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  .ribbon-welcome .counter__item::after {
    background-color: #8b5af9; }

@-webkit-keyframes hide-ribbon {
  0% {
    top: 0; }
  99% {
    opacity: 1; }
  100% {
    top: -999px;
    opacity: 0;
    visibility: hidden;
    height: 0;
    padding-top: 0; } }

@keyframes hide-ribbon {
  0% {
    top: 0; }
  99% {
    opacity: 1; }
  100% {
    top: -999px;
    opacity: 0;
    visibility: hidden;
    height: 0;
    padding-top: 0; } }

.ribbon-alert {
  position: relative;
  top: 0;
  left: 0;
  height: 50px;
  padding-top: 30px;
  background-color: #f7f5fa;
  -webkit-animation: hide-ribbon .8s ease-out;
          animation: hide-ribbon .8s ease-out;
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }
  .ribbon-alert__title {
    margin: 0;
    text-align: center;
    font-weight: 500; }

.ribbon-sale {
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  color: #fff;
  background-color: transparent; }
  .ribbon-sale--image .ribbon-sale__title {
    position: relative; }
  .ribbon-sale--no-mobile-image .ribbon-sale__img-wrap {
    display: none; }
  .ribbon-sale__ribbon {
    position: relative;
    height: 60px;
    overflow-x: inherit; }
  .ribbon-sale__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 90%;
    min-width: 270px;
    margin: 0 auto;
    height: 100%;
    background-repeat: no-repeat; }
  .ribbon-sale__title {
    position: relative;
    width: 100%;
    max-width: 280px;
    margin: 0;
    padding: 0 16px 0 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    color: inherit; }
  .ribbon-sale__counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 265px; }
  .ribbon-sale__counter-title {
    width: 80px;
    margin: 0;
    line-height: 1.2;
    color: inherit; }
  .ribbon-sale__close-btn {
    position: absolute;
    top: 12px;
    right: -11px;
    border: none;
    width: 36px;
    height: 36px;
    font-size: 0;
    background-color: transparent;
    opacity: 0.6;
    cursor: pointer; }
    .ribbon-sale__close-btn::before, .ribbon-sale__close-btn::after {
      content: "";
      position: absolute;
      top: 8px;
      left: 16px;
      width: 2px;
      height: 20px;
      background-color: #fff; }
    .ribbon-sale__close-btn::before {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    .ribbon-sale__close-btn::after {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .ribbon-sale__close-btn:hover, .ribbon-sale__close-btn:focus {
      opacity: 1;
      outline: none; }
  .ribbon-sale__img-wrap {
    position: relative;
    height: 100%; }
  .ribbon-sale__img {
    position: absolute;
    left: 0;
    bottom: 0; }
  .ribbon-sale--4-million .ribbon-sale__ribbon {
    background: #ffa06a; }
  .ribbon-sale--4-million .ribbon-sale__title {
    color: #fff; }
  .ribbon-sale--all_inclusive_14_days .ribbon-sale__ribbon {
    background: -webkit-linear-gradient(356deg, #f76f62, #fe5196);
    background: -o-linear-gradient(356deg, #f76f62, #fe5196);
    background: linear-gradient(94deg, #f76f62, #fe5196); }
  .ribbon-sale--all_inclusive_14_days .ribbon-sale__title {
    color: #fff; }
  .ribbon-sale--net-wwf-day-2019 .ribbon-sale__ribbon {
    background: -webkit-linear-gradient(349deg, #17dc7b, #47c6ff);
    background: -o-linear-gradient(349deg, #17dc7b, #47c6ff);
    background: linear-gradient(101deg, #17dc7b, #47c6ff); }
  .ribbon-sale--net-wwf-day-2019 .ribbon-sale__title {
    color: #fff; }
  .ribbon-sale--kissing-day .ribbon-sale__ribbon {
    background: -webkit-linear-gradient(359deg, #7d44ff, #dcc8ff);
    background: -o-linear-gradient(359deg, #7d44ff, #dcc8ff);
    background: linear-gradient(91deg, #7d44ff, #dcc8ff); }
  .ribbon-sale--kissing-day .ribbon-sale__title {
    color: #fff; }
  .ribbon-sale--thinking-2019 .ribbon-sale__ribbon {
    background: #f5c200; }
  .ribbon-sale--thinking-2019 .ribbon-sale__title {
    color: #fff; }
  .ribbon-sale--friends-day .ribbon-sale__ribbon {
    background: -webkit-linear-gradient(325deg, #ff3cac, #562b7c 52%, #2b86c5);
    background: -o-linear-gradient(325deg, #ff3cac, #562b7c 52%, #2b86c5);
    background: linear-gradient(125deg, #ff3cac, #562b7c 52%, #2b86c5); }
  .ribbon-sale--friends-day .ribbon-sale__title {
    color: #fff; }
  .ribbon-sale--black-thursday-2019 .ribbon-sale__ribbon {
    background: -webkit-gradient(linear, left top, right top, from(#fff106), color-stop(49%, #f947a5), to(#6039aa));
    background: -webkit-linear-gradient(left, #fff106, #f947a5 49%, #6039aa);
    background: -o-linear-gradient(left, #fff106, #f947a5 49%, #6039aa);
    background: linear-gradient(to right, #fff106, #f947a5 49%, #6039aa); }
  .ribbon-sale--black-thursday-2019 .ribbon-sale__title {
    color: #fff; }
  .ribbon-sale--back-to-school-2019 .ribbon-sale__ribbon {
    background: -webkit-linear-gradient(359deg, #2bdadb, #a3acff 50%, #f779ff);
    background: -o-linear-gradient(359deg, #2bdadb, #a3acff 50%, #f779ff);
    background: linear-gradient(91deg, #2bdadb, #a3acff 50%, #f779ff); }
  .ribbon-sale--back-to-school-2019 .ribbon-sale__title {
    color: #fff; }
  .ribbon-sale--autumn-came-2019 .ribbon-sale__ribbon {
    background: -webkit-linear-gradient(2deg, #a360e7, #a695eb);
    background: -o-linear-gradient(2deg, #a360e7, #a695eb);
    background: linear-gradient(88deg, #a360e7, #a695eb); }
  .ribbon-sale--autumn-came-2019 .ribbon-sale__title {
    color: #fff; }

.ribbon-marathon {
  background-image: -webkit-linear-gradient(35deg, #fad961 0%, #f76b1c 100%);
  background-image: -o-linear-gradient(35deg, #fad961 0%, #f76b1c 100%);
  background-image: linear-gradient(55deg, #fad961 0%, #f76b1c 100%); }
  .ribbon-marathon__title {
    padding-right: 80px; }
  .ribbon-marathon__img {
    display: none;
    visibility: hidden; }

.ribbon-2mln {
  background-color: #fff3bf; }
  .ribbon-2mln__img {
    display: block; }
  .ribbon-2mln__title {
    margin: 0 !important; }
  .ribbon-2mln__title,
  .ribbon-2mln .ribbon-sale__counter-title,
  .ribbon-2mln .counter {
    color: #8e64cc; }
  .ribbon-2mln .ribbon-sale__close-btn::before,
  .ribbon-2mln .ribbon-sale__close-btn::after {
    background-color: #8e64cc; }
  .ribbon-2mln .counter--light .counter__item::after,
  .ribbon-2mln .counter--bg-dark .counter__item::after {
    background-color: rgba(142, 100, 204, 0.6); }
  .ribbon-2mln .ribbon-sale__counter {
    min-width: 316px; }

html[lang="pl"] .ribbon-sale--counter .ribbon-sale__counter-title {
  width: 130px; }

.ribbon-football {
  background-color: #3aac7d; }
  .ribbon-football--2 {
    background-color: #4c69ff; }
  .ribbon-football__title,
  .ribbon-football .ribbon-sale__counter-title,
  .ribbon-football .counter {
    color: #fff; }
  .ribbon-football .ribbon-sale__close-btn::before,
  .ribbon-football .ribbon-sale__close-btn::after {
    background-color: #fff; }

.ribbon-up-price {
  background-color: #e1fc6d; }
  .ribbon-up-price__title,
  .ribbon-up-price .ribbon-sale__counter-title,
  .ribbon-up-price .counter {
    color: #000; }
  .ribbon-up-price .ribbon-sale__close-btn::before,
  .ribbon-up-price .ribbon-sale__close-btn::after {
    background-color: #000; }
  .ribbon-up-price .counter--light .counter__item::after, .ribbon-up-price .counter--bg-dark .counter__item::after {
    background-color: #333;
    opacity: .2; }

.summer-end {
  overflow-x: hidden; }

.ribbon-summer-end {
  height: auto;
  background: transparent;
  /*
    @keyframes hedgehog-run {
        from {
            transform: translateX(-20vw);
        }
        to {
          transform: translateX(140vw);
        }
    } */ }
  .ribbon-summer-end__ribbon {
    position: relative;
    height: 60px;
    background-image: -webkit-linear-gradient(35deg, #ffeb44 0%, #fc6076 100%);
    background-image: -o-linear-gradient(35deg, #ffeb44 0%, #fc6076 100%);
    background-image: linear-gradient(55deg, #ffeb44 0%, #fc6076 100%);
    overflow-x: inherit; }
  .ribbon-summer-end__counter {
    width: 250px;
    min-width: 250px;
    margin-right: 0;
    margin-bottom: 10px;
    padding: 10px 0;
    background-image: -webkit-linear-gradient(35deg, #fc8967 0%, #fc7170 100%);
    background-image: -o-linear-gradient(35deg, #fc8967 0%, #fc7170 100%);
    background-image: linear-gradient(55deg, #fc8967 0%, #fc7170 100%);
    border-radius: 10px; }
    .ribbon-summer-end__counter .ribbon-sale__counter-title {
      width: 70px;
      padding-left: 7px;
      color: #fff; }
  .ribbon-summer-end__title,
  .ribbon-summer-end .ribbon-sale__counter-title,
  .ribbon-summer-end .counter {
    color: #fff; }
  .ribbon-summer-end__title {
    max-width: 260px;
    padding-left: 64px; }
  .ribbon-summer-end .ribbon-sale__close-btn::before,
  .ribbon-summer-end .ribbon-sale__close-btn::after {
    background-color: #fff; }
  .ribbon-summer-end .counter--light .counter__item::after, .ribbon-summer-end .counter--bg-dark .counter__item::after {
    background-color: #fff;
    opacity: .2; }
  .ribbon-summer-end__img {
    position: absolute;
    top: 12px;
    left: -44px;
    width: 98px;
    height: 48px;
    z-index: 99; }
  .ribbon-summer-end__apple, .ribbon-summer-end__apples {
    display: none; }

html[lang="en"] .ribbon-summer-end__counter .counter__item {
  width: 50px; }

/*
.ie {
    .ribbon-summer-end__img {
        position: absolute;
        top: 12px;
        left: -20vw;
        width: 98px;
        height: 48px;
        animation-name: hedgehog;
        animation-duration: 7s;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
        z-index: 99;
    }

    @keyframes hedgehog {
        from {
            left: -20vw;
        }
        to {
            left: 140vw;
        }
    }

    @media (min-width: 768px) {
        .ribbon-summer-end__img {
            top: -21px;
            width: 117px;
            height: 57px;
            animation-name: hedgehog;
            animation-duration: 4s;
            animation-timing-function: linear;
            animation-iteration-count: infinite;
        }
    }

    @media (min-width: 1190px) {
        .ribbon-summer-end__img {
            animation-name: hedgehog;
            animation-duration: 7s;
            animation-timing-function: linear;
            animation-iteration-count: infinite;
        }
    }
} */
.ribbon-birthday-sale {
  height: auto;
  background: transparent; }
  .ribbon-birthday-sale__ribbon {
    position: relative;
    height: 60px;
    background-image: -webkit-linear-gradient(35deg, #fbab30 0%, #fb5f78 100%);
    background-image: -o-linear-gradient(35deg, #fbab30 0%, #fb5f78 100%);
    background-image: linear-gradient(55deg, #fbab30 0%, #fb5f78 100%);
    overflow-x: inherit; }
  .ribbon-birthday-sale__counter {
    width: 250px;
    min-width: 250px;
    margin-right: 0;
    margin-bottom: 10px;
    padding: 10px 0;
    background-image: -webkit-linear-gradient(35deg, #fbab30 0%, #fb5f78 100%);
    background-image: -o-linear-gradient(35deg, #fbab30 0%, #fb5f78 100%);
    background-image: linear-gradient(55deg, #fbab30 0%, #fb5f78 100%);
    border-radius: 10px; }
    .ribbon-birthday-sale__counter .ribbon-sale__counter-title {
      width: 70px;
      padding-left: 7px;
      color: #fff; }
  .ribbon-birthday-sale__title,
  .ribbon-birthday-sale .ribbon-sale__counter-title,
  .ribbon-birthday-sale .counter {
    color: #fff; }
  .ribbon-birthday-sale__title {
    max-width: 260px;
    padding-left: 64px; }
  .ribbon-birthday-sale .ribbon-sale__close-btn::before,
  .ribbon-birthday-sale .ribbon-sale__close-btn::after {
    background-color: #fff; }
  .ribbon-birthday-sale .counter--light .counter__item::after, .ribbon-birthday-sale .counter--bg-dark .counter__item::after {
    background-color: #fff;
    opacity: .2; }
  .ribbon-birthday-sale__img {
    position: absolute;
    top: 2px;
    left: -130px;
    width: 196px;
    height: 58px;
    z-index: 99; }

html[lang="en"] .ribbon-birthday-sale__counter .counter__item {
  width: 50px; }

.ribbon-birthday-sale-end {
  height: auto;
  background: transparent; }
  .ribbon-birthday-sale-end__ribbon {
    position: relative;
    height: 60px;
    background-image: -webkit-linear-gradient(35deg, #fbab30 0%, #fb5f78 100%);
    background-image: -o-linear-gradient(35deg, #fbab30 0%, #fb5f78 100%);
    background-image: linear-gradient(55deg, #fbab30 0%, #fb5f78 100%);
    overflow-x: inherit; }
  .ribbon-birthday-sale-end__counter {
    width: 250px;
    min-width: 250px;
    margin-right: 0;
    margin-bottom: 10px;
    padding: 10px 0;
    background-image: -webkit-linear-gradient(35deg, #fbab30 0%, #fb5f78 100%);
    background-image: -o-linear-gradient(35deg, #fbab30 0%, #fb5f78 100%);
    background-image: linear-gradient(55deg, #fbab30 0%, #fb5f78 100%);
    border-radius: 10px; }
    .ribbon-birthday-sale-end__counter .ribbon-sale__counter-title {
      width: 70px;
      padding-left: 7px;
      color: #fff; }
  .ribbon-birthday-sale-end__title,
  .ribbon-birthday-sale-end .ribbon-sale__counter-title,
  .ribbon-birthday-sale-end .counter {
    color: #fff; }
  .ribbon-birthday-sale-end__title {
    max-width: 260px;
    padding-left: 64px; }
  .ribbon-birthday-sale-end .ribbon-sale__close-btn::before,
  .ribbon-birthday-sale-end .ribbon-sale__close-btn::after {
    background-color: #fff; }
  .ribbon-birthday-sale-end .counter--light .counter__item::after, .ribbon-birthday-sale-end .counter--bg-dark .counter__item::after {
    background-color: #fff;
    opacity: .2; }
  .ribbon-birthday-sale-end__img {
    position: absolute;
    top: -34px;
    left: -68px;
    width: 123px;
    height: 95px;
    z-index: 99; }

html[lang="en"] .ribbon-birthday-sale-end__counter .counter__item {
  width: 50px; }

.three-billions {
  background-image: -webkit-gradient(linear, left top, right top, from(#fa9e10), to(#dd375a));
  background-image: -webkit-linear-gradient(left, #fa9e10 0%, #dd375a 100%);
  background-image: -o-linear-gradient(left, #fa9e10 0%, #dd375a 100%);
  background-image: linear-gradient(to right, #fa9e10 0%, #dd375a 100%); }

.three-billions__img {
  position: absolute;
  top: -23px;
  left: 0px;
  z-index: 99; }
  .three-billions__img--tablet, .three-billions__img--desktop {
    display: none; }

.three-billions__slogan {
  padding-left: 64px;
  max-width: 260px; }

.ribbon-helloween-2018 {
  background-image: -webkit-gradient(linear, left top, right top, from(#9b23ea), to(#26003f));
  background-image: -webkit-linear-gradient(left, #9b23ea, #26003f);
  background-image: -o-linear-gradient(left, #9b23ea, #26003f);
  background-image: linear-gradient(to right, #9b23ea, #26003f); }
  .ribbon-helloween-2018__title {
    color: #fff;
    padding-left: 50px;
    width: 280px; }
  .ribbon-helloween-2018 .ribbon-sale__close-btn::before,
  .ribbon-helloween-2018 .ribbon-sale__close-btn::after {
    background-color: #fff; }
  .ribbon-helloween-2018__img {
    position: absolute;
    top: -31px;
    left: -102px;
    width: 143px;
    height: 91px; }

.ribbon-day-science {
  height: auto;
  background: transparent; }
  .ribbon-day-science__ribbon {
    position: relative;
    height: 60px;
    background-image: -webkit-linear-gradient(358deg, #37ebba, #72afd3);
    background-image: -o-linear-gradient(358deg, #37ebba, #72afd3);
    background-image: linear-gradient(92deg, #37ebba, #72afd3);
    overflow-x: inherit; }
  .ribbon-day-science__counter {
    width: 250px;
    min-width: 250px;
    margin-right: 0;
    margin-bottom: 10px;
    padding: 10px 0;
    background-image: -webkit-linear-gradient(358deg, #37ebba, #72afd3);
    background-image: -o-linear-gradient(358deg, #37ebba, #72afd3);
    background-image: linear-gradient(92deg, #37ebba, #72afd3);
    border-radius: 10px; }
    .ribbon-day-science__counter .ribbon-sale__counter-title {
      width: 70px;
      padding-left: 7px;
      color: #fff; }
  .ribbon-day-science__title,
  .ribbon-day-science .ribbon-sale__counter-title,
  .ribbon-day-science .counter {
    color: #fff; }
  .ribbon-day-science__title {
    max-width: 260px;
    padding-left: 64px; }
  .ribbon-day-science .ribbon-sale__close-btn::before,
  .ribbon-day-science .ribbon-sale__close-btn::after {
    background-color: #fff; }
  .ribbon-day-science .counter--light .counter__item::after, .ribbon-day-science .counter--bg-dark .counter__item::after {
    background-color: #fff;
    opacity: .2; }
  .ribbon-day-science__img {
    display: none;
    position: absolute;
    top: -34px;
    left: -68px;
    width: 237px;
    height: 97px;
    z-index: 99; }
  .ribbon-day-science__img--mob {
    display: block;
    position: absolute;
    top: -35px;
    left: -24px;
    width: 74px;
    height: 95px;
    z-index: 99; }

html[lang="en"] .ribbon-day-science__counter .counter__item {
  width: 50px; }

.ribbon-black-friday {
  height: auto;
  background: transparent; }
  .ribbon-black-friday__ribbon {
    position: relative;
    height: 60px;
    background-image: -webkit-linear-gradient(178deg, #000000, #434343);
    background-image: -o-linear-gradient(178deg, #000000, #434343);
    background-image: linear-gradient(272deg, #000000, #434343);
    overflow-x: inherit; }
  .ribbon-black-friday__counter {
    width: 250px;
    min-width: 250px;
    margin-right: 0;
    margin-bottom: 10px;
    padding: 10px 0;
    background-image: -webkit-linear-gradient(346deg, #ff7d06, #dd2a1f);
    background-image: -o-linear-gradient(346deg, #ff7d06, #dd2a1f);
    background-image: linear-gradient(104deg, #ff7d06, #dd2a1f);
    border-radius: 10px; }
    .ribbon-black-friday__counter .ribbon-sale__counter-title {
      width: 70px;
      padding-left: 7px;
      color: #fff; }
  .ribbon-black-friday__title,
  .ribbon-black-friday .ribbon-sale__counter-title,
  .ribbon-black-friday .counter {
    color: #fff; }
  .ribbon-black-friday__title {
    position: relative;
    margin: 0 auto;
    text-align: left;
    color: #fdc10a; }
  .ribbon-black-friday .ribbon-sale__close-btn::before,
  .ribbon-black-friday .ribbon-sale__close-btn::after {
    background-color: #fff; }
  .ribbon-black-friday .counter--light .counter__item::after, .ribbon-black-friday .counter--bg-dark .counter__item::after {
    background-color: #fff;
    opacity: .2; }

html[lang="en"] .ribbon-black-friday__counter .counter__item {
  width: 50px; }

.ribbon-sale-out {
  height: auto;
  background: transparent; }
  .ribbon-sale-out__ribbon {
    position: relative;
    height: 60px;
    background-image: -webkit-linear-gradient(178deg, #000000, #434343);
    background-image: -o-linear-gradient(178deg, #000000, #434343);
    background-image: linear-gradient(272deg, #000000, #434343);
    overflow-x: inherit; }
  .ribbon-sale-out__counter {
    width: 250px;
    min-width: 250px;
    margin-right: 0;
    margin-bottom: 10px;
    padding: 10px 0;
    background-image: -webkit-linear-gradient(346deg, #ff7d06, #dd2a1f);
    background-image: -o-linear-gradient(346deg, #ff7d06, #dd2a1f);
    background-image: linear-gradient(104deg, #ff7d06, #dd2a1f);
    border-radius: 10px; }
    .ribbon-sale-out__counter .ribbon-sale__counter-title {
      width: 70px;
      padding-left: 7px;
      color: #fff; }
  .ribbon-sale-out__title,
  .ribbon-sale-out .ribbon-sale__counter-title,
  .ribbon-sale-out .counter {
    color: #fff; }
  .ribbon-sale-out__title {
    position: relative;
    margin: 0 auto;
    text-align: left;
    color: #fdc10a; }
  .ribbon-sale-out .ribbon-sale__close-btn::before,
  .ribbon-sale-out .ribbon-sale__close-btn::after {
    background-color: #fff; }
  .ribbon-sale-out .counter--light .counter__item::after, .ribbon-sale-out .counter--bg-dark .counter__item::after {
    background-color: #fff;
    opacity: .2; }

html[lang="en"] .ribbon-sale-out__counter .counter__item {
  width: 50px; }

.ribbon-price-up {
  height: auto;
  background: transparent; }
  .ribbon-price-up__ribbon {
    height: 60px;
    background-color: #9ccc4c;
    overflow-x: inherit; }
  .ribbon-price-up__counter {
    width: 250px;
    min-width: 250px;
    margin-right: 0;
    margin-bottom: 10px;
    padding: 10px 0;
    background-image: -webkit-linear-gradient(346deg, #ff7d06, #dd2a1f);
    background-image: -o-linear-gradient(346deg, #ff7d06, #dd2a1f);
    background-image: linear-gradient(104deg, #ff7d06, #dd2a1f);
    border-radius: 10px; }
    .ribbon-price-up__counter .ribbon-sale__counter-title {
      width: 70px;
      padding-left: 7px;
      color: #fff; }
  .ribbon-price-up__title,
  .ribbon-price-up .ribbon-sale__counter-title,
  .ribbon-price-up .counter {
    color: #fff; }
  .ribbon-price-up__title {
    position: relative;
    margin: 0 auto;
    text-align: left;
    color: #fff; }
  .ribbon-price-up .ribbon-sale__close-btn::before,
  .ribbon-price-up .ribbon-sale__close-btn::after {
    background-color: #fff; }
  .ribbon-price-up .counter--light .counter__item::after, .ribbon-price-up .counter--bg-dark .counter__item::after {
    background-color: #fff;
    opacity: .2; }

html[lang="en"] .ribbon-price-up__counter .counter__item {
  width: 50px; }

.ribbon-new-year {
  height: auto;
  background: transparent; }
  .ribbon-new-year__ribbon {
    position: relative;
    height: 60px;
    background-image: -webkit-linear-gradient(358deg, #2af39a, #0ab4e3);
    background-image: -o-linear-gradient(358deg, #2af39a, #0ab4e3);
    background-image: linear-gradient(92deg, #2af39a, #0ab4e3);
    overflow-x: inherit; }
  .ribbon-new-year__counter {
    width: 250px;
    min-width: 250px;
    margin-right: 0;
    margin-bottom: 10px;
    padding: 10px 0;
    background-image: -webkit-linear-gradient(358deg, #2af39a, #0ab4e3);
    background-image: -o-linear-gradient(358deg, #2af39a, #0ab4e3);
    background-image: linear-gradient(92deg, #2af39a, #0ab4e3);
    border-radius: 10px; }
    .ribbon-new-year__counter .ribbon-sale__counter-title {
      width: 70px;
      padding-left: 7px;
      color: #fff; }
  .ribbon-new-year__title,
  .ribbon-new-year .ribbon-sale__counter-title,
  .ribbon-new-year .counter {
    color: #fff; }
  .ribbon-new-year__title {
    max-width: 260px; }
  .ribbon-new-year .ribbon-sale__close-btn::before,
  .ribbon-new-year .ribbon-sale__close-btn::after {
    background-color: #fff; }
  .ribbon-new-year .counter--light .counter__item::after, .ribbon-new-year .counter--bg-dark .counter__item::after {
    background-color: #fff;
    opacity: .2; }
  .ribbon-new-year__img {
    position: absolute;
    top: -22px;
    left: -68px;
    display: none;
    z-index: 99; }

html[lang="en"] .ribbon-new-year__counter .counter__item {
  width: 50px; }

.ribbon-student-day {
  height: auto;
  background: transparent; }
  .ribbon-student-day__ribbon {
    height: 60px;
    background-image: -webkit-linear-gradient(182deg, #47adff, #0b6bfd);
    background-image: -o-linear-gradient(182deg, #47adff, #0b6bfd);
    background-image: linear-gradient(268deg, #47adff, #0b6bfd);
    overflow-x: inherit; }
  .ribbon-student-day__counter {
    width: 250px;
    min-width: 250px;
    margin-right: 0;
    margin-bottom: 10px;
    padding: 10px 0;
    background-image: -webkit-linear-gradient(346deg, #ff7d06, #dd2a1f);
    background-image: -o-linear-gradient(346deg, #ff7d06, #dd2a1f);
    background-image: linear-gradient(104deg, #ff7d06, #dd2a1f);
    border-radius: 10px; }
    .ribbon-student-day__counter .ribbon-sale__counter-title {
      width: 70px;
      padding-left: 7px;
      color: #fff; }
  .ribbon-student-day__title,
  .ribbon-student-day .ribbon-sale__counter-title,
  .ribbon-student-day .counter {
    color: #fff; }
  .ribbon-student-day__title {
    position: relative;
    margin: 0 auto;
    text-align: left;
    color: #fff; }
  .ribbon-student-day .ribbon-sale__close-btn::before,
  .ribbon-student-day .ribbon-sale__close-btn::after {
    background-color: #fff; }
  .ribbon-student-day .counter--light .counter__item::after, .ribbon-student-day .counter--bg-dark .counter__item::after {
    background-color: #fff;
    opacity: .2; }

html[lang="en"] .ribbon-student-day__counter .counter__item {
  width: 50px; }

.ribbon-day-russian-science {
  height: auto;
  background: transparent; }
  .ribbon-day-russian-science__ribbon {
    height: 60px;
    background-image: -webkit-linear-gradient(358deg, #ff5bf8 0%, #ffa65f);
    background-image: -o-linear-gradient(358deg, #ff5bf8 0%, #ffa65f);
    background-image: linear-gradient(92deg, #ff5bf8 0%, #ffa65f);
    overflow-x: inherit; }
  .ribbon-day-russian-science__counter {
    width: 250px;
    min-width: 250px;
    margin-right: 0;
    margin-bottom: 10px;
    padding: 10px 0;
    background-image: -webkit-linear-gradient(346deg, #ff7d06, #dd2a1f);
    background-image: -o-linear-gradient(346deg, #ff7d06, #dd2a1f);
    background-image: linear-gradient(104deg, #ff7d06, #dd2a1f);
    border-radius: 10px; }
    .ribbon-day-russian-science__counter .ribbon-sale__counter-title {
      width: 70px;
      padding-left: 7px;
      color: #fff; }
  .ribbon-day-russian-science__title,
  .ribbon-day-russian-science .ribbon-sale__counter-title,
  .ribbon-day-russian-science .counter {
    color: #fff; }
  .ribbon-day-russian-science__title {
    position: relative;
    margin: 0 auto;
    text-align: left;
    color: #fff; }
  .ribbon-day-russian-science .ribbon-sale__close-btn::before,
  .ribbon-day-russian-science .ribbon-sale__close-btn::after {
    background-color: #fff; }
  .ribbon-day-russian-science .counter--light .counter__item::after, .ribbon-day-russian-science .counter--bg-dark .counter__item::after {
    background-color: #fff;
    opacity: .2; }

html[lang="en"] .ribbon-day-russian-science__counter .counter__item {
  width: 50px; }

.ribbon-day-of-saint-valentine {
  height: auto;
  background: transparent; }
  .ribbon-day-of-saint-valentine__ribbon {
    height: 60px;
    background-image: -webkit-gradient(linear, left top, right top, from(#ee609c), color-stop(#ee609c), color-stop(#cf6cc9), to(#9325d0));
    background-image: -webkit-linear-gradient(left, #ee609c, #ee609c, #cf6cc9, #9325d0);
    background-image: -o-linear-gradient(left, #ee609c, #ee609c, #cf6cc9, #9325d0);
    background-image: linear-gradient(90deg, #ee609c, #ee609c, #cf6cc9, #9325d0);
    overflow-x: inherit; }
  .ribbon-day-of-saint-valentine__title {
    position: relative;
    margin: 0 auto;
    text-align: left;
    color: #fff; }

.ribbon-23-february-2019__ribbon {
  background-image: -webkit-linear-gradient(358deg, #4d28ff, #15bcd7);
  background-image: -o-linear-gradient(358deg, #4d28ff, #15bcd7);
  background-image: linear-gradient(92deg, #4d28ff, #15bcd7);
  overflow-x: inherit; }

.ribbon-23-february-2019__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  padding-right: 24px; }

.ribbon-all-inclusive {
  height: auto;
  background: transparent; }
  .ribbon-all-inclusive__ribbon {
    height: 60px;
    background-image: -webkit-linear-gradient(356deg, #f76f62, #fe5196);
    background-image: -o-linear-gradient(356deg, #f76f62, #fe5196);
    background-image: linear-gradient(94deg, #f76f62, #fe5196);
    overflow-x: inherit; }
  .ribbon-all-inclusive__counter {
    width: 250px;
    min-width: 250px;
    margin-right: 0;
    margin-bottom: 10px;
    padding: 10px 0;
    background-image: -webkit-linear-gradient(356deg, #f76f62, #fe5196);
    background-image: -o-linear-gradient(356deg, #f76f62, #fe5196);
    background-image: linear-gradient(94deg, #f76f62, #fe5196);
    border-radius: 10px; }
    .ribbon-all-inclusive__counter .ribbon-sale__counter-title {
      width: 70px;
      padding-left: 7px;
      color: #fff; }
  .ribbon-all-inclusive__title,
  .ribbon-all-inclusive .ribbon-sale__counter-title,
  .ribbon-all-inclusive .counter {
    color: #fff; }
  .ribbon-all-inclusive__title {
    position: relative;
    margin: 0 auto;
    text-align: left;
    color: #fff; }
  .ribbon-all-inclusive .ribbon-sale__close-btn::before,
  .ribbon-all-inclusive .ribbon-sale__close-btn::after {
    background-color: #fff; }
  .ribbon-all-inclusive .counter--light .counter__item::after, .ribbon-all-inclusive .counter--bg-dark .counter__item::after {
    background-color: #fff;
    opacity: .2; }

html[lang="en"] .ribbon-all-inclusive__counter .counter__item {
  width: 50px; }

.ribbon-8-march {
  height: auto;
  background: transparent; }
  .ribbon-8-march__ribbon {
    position: relative;
    height: 60px;
    overflow-x: inherit; }
  .ribbon-8-march__counter {
    width: 250px;
    min-width: 250px;
    margin-right: 0;
    margin-bottom: 10px;
    padding: 10px 0;
    border-radius: 10px; }
    .ribbon-8-march__counter .ribbon-sale__counter-title {
      width: 70px;
      padding-left: 7px;
      color: #fff; }
  .ribbon-8-march__title,
  .ribbon-8-march .ribbon-sale__counter-title,
  .ribbon-8-march .counter {
    color: #fff; }
  .ribbon-8-march .ribbon-sale__close-btn::before,
  .ribbon-8-march .ribbon-sale__close-btn::after {
    background-color: #fff; }
  .ribbon-8-march .counter--light .counter__item::after, .ribbon-8-march .counter--bg-dark .counter__item::after {
    background-color: #fff;
    opacity: .2; }
  .ribbon-8-march__img {
    position: absolute;
    top: -12px;
    left: 0px;
    z-index: 99; }
    .ribbon-8-march__img--tablet, .ribbon-8-march__img--desktop {
      display: none; }

html[lang="en"] .ribbon-8-march__counter .counter__item {
  width: 50px; }

.ribbon-1-april {
  height: auto;
  background: transparent; }
  .ribbon-1-april__ribbon {
    height: 60px;
    background-image: -webkit-linear-gradient(349deg, #5b9bff 0%, #9b33ff);
    background-image: -o-linear-gradient(349deg, #5b9bff 0%, #9b33ff);
    background-image: linear-gradient(101deg, #5b9bff 0%, #9b33ff);
    overflow-x: inherit; }
  .ribbon-1-april__counter {
    width: 250px;
    min-width: 250px;
    margin-right: 0;
    margin-bottom: 10px;
    padding: 10px 0;
    background-image: -webkit-linear-gradient(349deg, #5b9bff 0%, #9b33ff);
    background-image: -o-linear-gradient(349deg, #5b9bff 0%, #9b33ff);
    background-image: linear-gradient(101deg, #5b9bff 0%, #9b33ff);
    border-radius: 10px; }
    .ribbon-1-april__counter .ribbon-sale__counter-title {
      width: 70px;
      padding-left: 7px;
      color: #fff; }
  .ribbon-1-april__title,
  .ribbon-1-april .ribbon-sale__counter-title,
  .ribbon-1-april .counter {
    color: #fff; }
  .ribbon-1-april__title {
    position: relative;
    margin: 0 auto;
    text-align: left;
    color: #fff; }
  .ribbon-1-april .ribbon-sale__close-btn::before,
  .ribbon-1-april .ribbon-sale__close-btn::after {
    background-color: #fff; }
  .ribbon-1-april .counter--light .counter__item::after, .ribbon-1-april .counter--bg-dark .counter__item::after {
    background-color: #fff;
    opacity: .2; }

html[lang="en"] .ribbon-1-april__counter .counter__item {
  width: 50px; }

.ribbon-12-april {
  height: auto;
  background: transparent; }
  .ribbon-12-april__ribbon {
    height: 60px;
    background-color: #50d1e7;
    overflow-x: inherit; }
  .ribbon-12-april__counter {
    width: 250px;
    min-width: 250px;
    margin-right: 0;
    margin-bottom: 10px;
    padding: 10px 0;
    background-image: -webkit-linear-gradient(349deg, #5b9bff 0%, #9b33ff);
    background-image: -o-linear-gradient(349deg, #5b9bff 0%, #9b33ff);
    background-image: linear-gradient(101deg, #5b9bff 0%, #9b33ff);
    border-radius: 10px; }
    .ribbon-12-april__counter .ribbon-sale__counter-title {
      width: 70px;
      padding-left: 7px;
      color: #fff; }
  .ribbon-12-april__title,
  .ribbon-12-april .ribbon-sale__counter-title,
  .ribbon-12-april .counter {
    color: #fff; }
  .ribbon-12-april__title {
    position: relative;
    margin: 0 auto;
    text-align: left;
    color: #fff; }
  .ribbon-12-april .ribbon-sale__close-btn::before,
  .ribbon-12-april .ribbon-sale__close-btn::after {
    background-color: #fff; }
  .ribbon-12-april .counter--light .counter__item::after, .ribbon-12-april .counter--bg-dark .counter__item::after {
    background-color: #fff;
    opacity: .2; }

html[lang="en"] .ribbon-1-april__counter .counter__item {
  width: 50px; }

.ribbon-9-may {
  height: auto;
  background: transparent; }
  .ribbon-9-may__ribbon {
    position: relative;
    height: 60px;
    background-image: -webkit-gradient(linear, left top, right top, from(#ffae46), to(#e64138));
    background-image: -webkit-linear-gradient(left, #ffae46, #e64138);
    background-image: -o-linear-gradient(left, #ffae46, #e64138);
    background-image: linear-gradient(to right, #ffae46, #e64138);
    overflow-x: inherit; }
  .ribbon-9-may__counter {
    width: 250px;
    min-width: 250px;
    margin-right: 0;
    margin-bottom: 10px;
    padding: 10px 0;
    background-image: -webkit-gradient(linear, left top, right top, from(#ffae46), to(#e64138));
    background-image: -webkit-linear-gradient(left, #ffae46, #e64138);
    background-image: -o-linear-gradient(left, #ffae46, #e64138);
    background-image: linear-gradient(to right, #ffae46, #e64138);
    border-radius: 10px; }
    .ribbon-9-may__counter .ribbon-sale__counter-title {
      width: 70px;
      padding-left: 7px;
      color: #fff; }
  .ribbon-9-may__title,
  .ribbon-9-may .ribbon-sale__counter-title,
  .ribbon-9-may .counter {
    color: #fff; }
  .ribbon-9-may .ribbon-sale__close-btn::before,
  .ribbon-9-may .ribbon-sale__close-btn::after {
    background-color: #fff; }
  .ribbon-9-may .counter--light .counter__item::after, .ribbon-9-may .counter--bg-dark .counter__item::after {
    background-color: #fff;
    opacity: .2; }
  .ribbon-9-may__img {
    position: absolute;
    top: -15px;
    left: 0px;
    z-index: 99; }
    .ribbon-9-may__img--tablet, .ribbon-9-may__img--desktop {
      display: none; }

.ribbon-day-of-light {
  height: auto;
  background: transparent; }
  .ribbon-day-of-light__ribbon {
    position: relative;
    height: 60px;
    background-image: -webkit-linear-gradient(356deg, #f97f4e, #ec455c);
    background-image: -o-linear-gradient(356deg, #f97f4e, #ec455c);
    background-image: linear-gradient(94deg, #f97f4e, #ec455c);
    overflow-x: inherit; }
  .ribbon-day-of-light__counter {
    width: 250px;
    min-width: 250px;
    margin-right: 0;
    margin-bottom: 10px;
    padding: 10px 0;
    background-image: -webkit-linear-gradient(356deg, #f97f4e, #ec455c);
    background-image: -o-linear-gradient(356deg, #f97f4e, #ec455c);
    background-image: linear-gradient(94deg, #f97f4e, #ec455c);
    border-radius: 10px; }
    .ribbon-day-of-light__counter .ribbon-sale__counter-title {
      width: 70px;
      padding-left: 7px;
      color: #fff; }
  .ribbon-day-of-light__title,
  .ribbon-day-of-light .ribbon-sale__counter-title,
  .ribbon-day-of-light .counter {
    color: #fff; }
  .ribbon-day-of-light .ribbon-sale__close-btn::before,
  .ribbon-day-of-light .ribbon-sale__close-btn::after {
    background-color: #fff; }
  .ribbon-day-of-light .counter--light .counter__item::after, .ribbon-day-of-light .counter--bg-dark .counter__item::after {
    background-color: #fff;
    opacity: .2; }
  .ribbon-day-of-light__img {
    position: absolute;
    top: -15px;
    left: 0;
    z-index: 99; }
    .ribbon-day-of-light__img--tablet, .ribbon-day-of-light__img--desktop {
      display: none; }

.ribbon-summer {
  height: auto;
  background: transparent; }
  .ribbon-summer__ribbon {
    position: relative;
    height: 60px;
    background-image: -webkit-linear-gradient(2deg, #ff791c 0%, #fea317);
    background-image: -o-linear-gradient(2deg, #ff791c 0%, #fea317);
    background-image: linear-gradient(88deg, #ff791c 0%, #fea317);
    overflow-x: inherit; }
  .ribbon-summer__counter {
    width: 250px;
    min-width: 250px;
    margin-right: 0;
    margin-bottom: 10px;
    padding: 10px 0;
    background-image: -webkit-linear-gradient(2deg, #ff791c 0%, #fea317);
    background-image: -o-linear-gradient(2deg, #ff791c 0%, #fea317);
    background-image: linear-gradient(88deg, #ff791c 0%, #fea317);
    border-radius: 10px; }
    .ribbon-summer__counter .ribbon-sale__counter-title {
      width: 70px;
      padding-left: 7px;
      color: #fff; }
  .ribbon-summer__title,
  .ribbon-summer .ribbon-sale__counter-title,
  .ribbon-summer .counter {
    color: #fff; }
  .ribbon-summer .ribbon-sale__close-btn::before,
  .ribbon-summer .ribbon-sale__close-btn::after {
    background-color: #fff; }
  .ribbon-summer .counter--light .counter__item::after, .ribbon-summer .counter--bg-dark .counter__item::after {
    background-color: #fff;
    opacity: .2; }
  .ribbon-summer__img {
    position: absolute;
    bottom: 0;
    left: -76px;
    z-index: 99; }

.ribbon-russian-day {
  height: auto;
  background: transparent; }
  .ribbon-russian-day__ribbon {
    position: relative;
    height: 60px;
    background-color: #24a1df;
    overflow-x: inherit; }
  .ribbon-russian-day__counter {
    width: 250px;
    min-width: 250px;
    margin-right: 0;
    margin-bottom: 10px;
    padding: 10px 0;
    background-color: #24a1df;
    border-radius: 10px; }
    .ribbon-russian-day__counter .ribbon-sale__counter-title {
      width: 70px;
      padding-left: 7px;
      color: #fff; }
  .ribbon-russian-day__title,
  .ribbon-russian-day .ribbon-sale__counter-title,
  .ribbon-russian-day .counter {
    color: #fff; }
  .ribbon-russian-day__title {
    padding-left: 60px; }
  .ribbon-russian-day .ribbon-sale__close-btn::before,
  .ribbon-russian-day .ribbon-sale__close-btn::after {
    background-color: #fff; }
  .ribbon-russian-day .counter--light .counter__item::after, .ribbon-russian-day .counter--bg-dark .counter__item::after {
    background-color: #fff;
    opacity: .2; }
  .ribbon-russian-day__img {
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 75px;
    height: 75px; }
    .ribbon-russian-day__img--desktop {
      display: none; }

.ribbon-russian-day-ends {
  height: auto;
  background: transparent; }
  .ribbon-russian-day-ends__ribbon {
    position: relative;
    height: 60px;
    background-color: #24a1df;
    overflow-x: inherit; }
  .ribbon-russian-day-ends__counter {
    width: 250px;
    min-width: 250px;
    margin-right: 0;
    margin-bottom: 10px;
    padding: 10px 0;
    background-color: #24a1df;
    border-radius: 10px; }
    .ribbon-russian-day-ends__counter .ribbon-sale__counter-title {
      width: 70px;
      padding-left: 7px;
      color: #fff; }
  .ribbon-russian-day-ends__title,
  .ribbon-russian-day-ends .ribbon-sale__counter-title,
  .ribbon-russian-day-ends .counter {
    color: #fff; }
  .ribbon-russian-day-ends__title {
    position: relative;
    max-width: 220px;
    padding: 0;
    text-align: center;
    margin: auto; }
  .ribbon-russian-day-ends .ribbon-sale__close-btn::before,
  .ribbon-russian-day-ends .ribbon-sale__close-btn::after {
    background-color: #fff; }
  .ribbon-russian-day-ends .counter--light .counter__item::after, .ribbon-russian-day-ends .counter--bg-dark .counter__item::after {
    background-color: #fff;
    opacity: .2; }
  .ribbon-russian-day-ends__img {
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 75px;
    height: 75px; }
    .ribbon-russian-day-ends__img--desktop {
      display: none; }

.ribbon-young-day-2019 {
  height: auto;
  background: transparent; }
  .ribbon-young-day-2019__ribbon {
    position: relative;
    height: 60px;
    background-image: -webkit-radial-gradient(0 0, circle, #b075fa, #7779ff);
    background-image: -o-radial-gradient(0 0, circle, #b075fa, #7779ff);
    background-image: radial-gradient(circle at 0 0, #b075fa, #7779ff);
    overflow-x: inherit; }
  .ribbon-young-day-2019__counter {
    width: 250px;
    min-width: 250px;
    margin-right: 0;
    margin-bottom: 10px;
    padding: 10px 0;
    background-color: #24a1df;
    border-radius: 10px; }
    .ribbon-young-day-2019__counter .ribbon-sale__counter-title {
      width: 70px;
      padding-left: 7px;
      color: #fff; }
  .ribbon-young-day-2019__title,
  .ribbon-young-day-2019 .ribbon-sale__counter-title,
  .ribbon-young-day-2019 .counter {
    color: #fff; }
  .ribbon-young-day-2019 .ribbon-sale__close-btn::before,
  .ribbon-young-day-2019 .ribbon-sale__close-btn::after {
    background-color: #fff; }
  .ribbon-young-day-2019 .counter--light .counter__item::after, .ribbon-young-day-2019 .counter--bg-dark .counter__item::after {
    background-color: #fff;
    opacity: .2; }
  .ribbon-young-day-2019__img {
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 75px;
    height: 75px; }
    .ribbon-young-day-2019__img--desktop {
      display: none; }

.ribbon-kissing-day {
  height: auto;
  background-image: -webkit-linear-gradient(359deg, #7d44ff, #dcc8ff);
  background-image: -o-linear-gradient(359deg, #7d44ff, #dcc8ff);
  background-image: linear-gradient(91deg, #7d44ff, #dcc8ff); }
  .ribbon-kissing-day__ribbon {
    position: relative;
    height: 60px;
    background-image: red;
    overflow-x: inherit; }
  .ribbon-kissing-day__counter {
    width: 250px;
    min-width: 250px;
    margin-right: 0;
    margin-bottom: 10px;
    padding: 10px 0;
    background-color: #24a1df;
    border-radius: 10px; }
    .ribbon-kissing-day__counter .ribbon-sale__counter-title {
      width: 70px;
      padding-left: 7px;
      color: #fff; }
  .ribbon-kissing-day__title,
  .ribbon-kissing-day .ribbon-sale__counter-title,
  .ribbon-kissing-day .counter {
    color: #fff; }
  .ribbon-kissing-day .ribbon-sale__close-btn::before,
  .ribbon-kissing-day .ribbon-sale__close-btn::after {
    background-color: #fff; }
  .ribbon-kissing-day .counter--light .counter__item::after, .ribbon-kissing-day .counter--bg-dark .counter__item::after {
    background-color: #fff;
    opacity: .2; }
  .ribbon-kissing-day__img {
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 75px;
    height: 75px; }
    .ribbon-kissing-day__img--desktop {
      display: none; }

.ribbon-family-day {
  height: auto;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffac3d), to(#ff7539));
  background-image: -webkit-linear-gradient(left, #ffac3d, #ff7539);
  background-image: -o-linear-gradient(left, #ffac3d, #ff7539);
  background-image: linear-gradient(to right, #ffac3d, #ff7539); }
  .ribbon-family-day__ribbon {
    position: relative;
    height: 60px;
    overflow-x: inherit; }
  .ribbon-family-day__counter {
    width: 250px;
    min-width: 250px;
    margin-right: 0;
    margin-bottom: 10px;
    padding: 10px 0;
    background-color: #24a1df;
    border-radius: 10px; }
    .ribbon-family-day__counter .ribbon-sale__counter-title {
      width: 70px;
      padding-left: 7px;
      color: #fff; }
  .ribbon-family-day__title,
  .ribbon-family-day .ribbon-sale__counter-title,
  .ribbon-family-day .counter {
    color: #fff; }
  .ribbon-family-day .ribbon-sale__close-btn::before,
  .ribbon-family-day .ribbon-sale__close-btn::after {
    background-color: #fff; }
  .ribbon-family-day .counter--light .counter__item::after, .ribbon-family-day .counter--bg-dark .counter__item::after {
    background-color: #fff;
    opacity: .2; }
  .ribbon-family-day__img {
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 75px;
    height: 75px; }
    .ribbon-family-day__img--desktop {
      display: none; }

html[lang="en"] .ribbon-friends-day__counter .counter__item {
  width: 50px; }

.ribbon-top--marathon {
  background-image: -webkit-gradient(linear, left top, right top, from(#fad961), to(#f76b1c));
  background-image: -webkit-linear-gradient(left, #fad961 0%, #f76b1c 100%);
  background-image: -o-linear-gradient(left, #fad961 0%, #f76b1c 100%);
  background-image: linear-gradient(to right, #fad961 0%, #f76b1c 100%); }

.ribbon-top__inner {
  width: 90%;
  min-width: 270px;
  margin: 0 auto;
  position: relative;
  height: 100%;
  padding-top: 11px;
  padding-bottom: 11px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.ribbon-top__title {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  color: #fff;
  margin: 0; }

.ribbon-top__link {
  font-size: 0;
  padding: 5px 10px;
  padding-bottom: 3px; }

.ribbon-top__link-icon {
  width: 16px;
  height: 16px; }

.ribbon-closable {
  position: relative; }
  .ribbon-closable__inner {
    width: 90%;
    min-width: 270px;
    margin: 0 auto;
    position: relative;
    height: 100%;
    padding-top: 11px;
    padding-bottom: 11px;
    width: 90%;
    margin: 0 auto;
    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: center; }
  .ribbon-closable__link {
    text-decoration: none;
    color: #fff; }
    .ribbon-closable__link:hover, .ribbon-closable__link:focus {
      text-decoration: underline; }
  .ribbon-closable__back {
    background-image: url(/build/f09a0795d0ef0a5bc5469a2b48a656cc.svg);
    max-width: 1105px;
    margin: 0 auto; }
  .ribbon-closable__title {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 700;
    color: #fff;
    margin: 0;
    max-width: calc(100% - 40px); }
  .ribbon-closable__close-btn {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: -6px;
    border: none;
    width: 36px;
    height: 36px;
    font-size: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: transparent url(/build/3dba22df44d472641aee8d48aa0d7bab.svg) no-repeat;
    background-size: 14px 14px;
    background-position: center;
    cursor: pointer;
    outline: none; }
    .ribbon-closable__close-btn--grey {
      background-image: url(/build/cec16a054b5e1d52e72acfe6786741d3.svg);
      opacity: 0.25; }
    .ribbon-closable__close-btn:active {
      outline: none; }
    .ribbon-closable__close-btn:hover, .ribbon-closable__close-btn:focus {
      opacity: 0.7; }
  .ribbon-closable--starwars-2019 {
    background: -webkit-linear-gradient(2deg, #1f1379, #141841 100%);
    background: -o-linear-gradient(2deg, #1f1379, #141841 100%);
    background: linear-gradient(88deg, #1f1379, #141841 100%); }
    .ribbon-closable--starwars-2019 .ribbon-closable__title {
      color: #ffcc33; }
  .ribbon-closable--statistic-today {
    background: -webkit-gradient(linear, left top, right top, from(#fe8000), to(#ff8900));
    background: -webkit-linear-gradient(left, #fe8000, #ff8900);
    background: -o-linear-gradient(left, #fe8000, #ff8900);
    background: linear-gradient(to right, #fe8000, #ff8900); }
    .ribbon-closable--statistic-today .ribbon-closable__title {
      color: #fff; }
  .ribbon-closable--4-million {
    background: -webkit-gradient(linear, left top, right top, from(#ffb68c), to(#ff945d));
    background: -webkit-linear-gradient(left, #ffb68c, #ff945d);
    background: -o-linear-gradient(left, #ffb68c, #ff945d);
    background: linear-gradient(to right, #ffb68c, #ff945d); }
    .ribbon-closable--4-million .ribbon-closable__title {
      color: #fff; }
  .ribbon-closable--all_inclusive_14_days {
    background: -webkit-linear-gradient(349deg, #f76f62, #fe5196);
    background: -o-linear-gradient(349deg, #f76f62, #fe5196);
    background: linear-gradient(101deg, #f76f62, #fe5196); }
    .ribbon-closable--all_inclusive_14_days .ribbon-closable__title {
      color: #fff; }
  .ribbon-closable--all_inclusive_40 {
    background: -webkit-linear-gradient(349deg, #c454ff, #ff9553);
    background: -o-linear-gradient(349deg, #c454ff, #ff9553);
    background: linear-gradient(101deg, #c454ff, #ff9553); }
    .ribbon-closable--all_inclusive_40 .ribbon-closable__title {
      color: #fff; }
  .ribbon-closable--net-wwf-day-2019 {
    background: -webkit-linear-gradient(349deg, #17dc7b, #47c6ff);
    background: -o-linear-gradient(349deg, #17dc7b, #47c6ff);
    background: linear-gradient(101deg, #17dc7b, #47c6ff); }
    .ribbon-closable--net-wwf-day-2019 .ribbon-closable__title {
      color: #fff; }
  .ribbon-closable--car-day-2019 {
    background: -webkit-linear-gradient(11deg, #0acae8, #52f1b8);
    background: -o-linear-gradient(11deg, #0acae8, #52f1b8);
    background: linear-gradient(79deg, #0acae8, #52f1b8); }
    .ribbon-closable--car-day-2019 .ribbon-closable__title {
      color: #fff; }
  .ribbon-closable--birthday-smile-2019 {
    background: -webkit-linear-gradient(11deg, #9df1c5, #c09afc 52%, #feba89);
    background: -o-linear-gradient(11deg, #9df1c5, #c09afc 52%, #feba89);
    background: linear-gradient(79deg, #9df1c5, #c09afc 52%, #feba89); }
    .ribbon-closable--birthday-smile-2019 .ribbon-closable__title {
      color: #fff; }
  .ribbon-closable--kissing-day {
    background: -webkit-linear-gradient(300deg, #ff5eb8, #ffa3ba, #dfb8ff);
    background: -o-linear-gradient(300deg, #ff5eb8, #ffa3ba, #dfb8ff);
    background: linear-gradient(150deg, #ff5eb8, #ffa3ba, #dfb8ff); }
    .ribbon-closable--kissing-day .ribbon-closable__title {
      color: #fff; }
  .ribbon-closable--thinking-2019 {
    background: -webkit-gradient(linear, left top, right top, from(#ef2084), to(#ff52a5));
    background: -webkit-linear-gradient(left, #ef2084, #ff52a5);
    background: -o-linear-gradient(left, #ef2084, #ff52a5);
    background: linear-gradient(to right, #ef2084, #ff52a5); }
    .ribbon-closable--thinking-2019 .ribbon-closable__title {
      color: #fff; }
  .ribbon-closable--brain-day-2019 {
    background: -webkit-gradient(linear, left top, right top, from(#ffaffa), color-stop(43%, #ae9ef0), color-stop(77%, #40e697), to(#74fd7b));
    background: -webkit-linear-gradient(left, #ffaffa, #ae9ef0 43%, #40e697 77%, #74fd7b);
    background: -o-linear-gradient(left, #ffaffa, #ae9ef0 43%, #40e697 77%, #74fd7b);
    background: linear-gradient(to right, #ffaffa, #ae9ef0 43%, #40e697 77%, #74fd7b); }
    .ribbon-closable--brain-day-2019 .ribbon-closable__title {
      color: #fff; }
  .ribbon-closable--friends-day {
    background: -webkit-linear-gradient(191deg, #39c2ff, #ff3aac);
    background: -o-linear-gradient(191deg, #39c2ff, #ff3aac);
    background: linear-gradient(259deg, #39c2ff, #ff3aac); }
    .ribbon-closable--friends-day .ribbon-closable__title {
      color: #fff; }
  .ribbon-closable--friends-day-2019 {
    background: -webkit-gradient(linear, left top, right top, from(#FF3AAC), to(#39C2FF));
    background: -webkit-linear-gradient(left, #FF3AAC, #39C2FF);
    background: -o-linear-gradient(left, #FF3AAC, #39C2FF);
    background: linear-gradient(to right, #FF3AAC, #39C2FF); }
    .ribbon-closable--friends-day-2019 .ribbon-closable__title {
      color: #fff; }
  .ribbon-closable--young-day-2019 {
    background: -webkit-linear-gradient(183deg, #39c2ff, #ff3aac);
    background: -o-linear-gradient(183deg, #39c2ff, #ff3aac);
    background: linear-gradient(267deg, #39c2ff, #ff3aac); }
    .ribbon-closable--young-day-2019 .ribbon-closable__title {
      color: #fff; }
  .ribbon-closable--black-thursday-2019 {
    background: -webkit-gradient(linear, left top, right top, from(#fff106), color-stop(49%, #f947a5), to(#6039aa));
    background: -webkit-linear-gradient(left, #fff106, #f947a5 49%, #6039aa);
    background: -o-linear-gradient(left, #fff106, #f947a5 49%, #6039aa);
    background: linear-gradient(to right, #fff106, #f947a5 49%, #6039aa); }
    .ribbon-closable--black-thursday-2019 .ribbon-closable__title {
      color: #fff; }
  .ribbon-closable--conference-2019 {
    background: -webkit-linear-gradient(357deg, #00d69a, #2de7ff 100%);
    background: -o-linear-gradient(357deg, #00d69a, #2de7ff 100%);
    background: linear-gradient(93deg, #00d69a, #2de7ff 100%); }
    .ribbon-closable--conference-2019 .ribbon-closable__title {
      color: #fff; }
  .ribbon-closable--back-to-school-2019 {
    background: -webkit-linear-gradient(11deg, #2bdadb 0%, #bdb6ff 53%, #f877ff);
    background: -o-linear-gradient(11deg, #2bdadb 0%, #bdb6ff 53%, #f877ff);
    background: linear-gradient(79deg, #2bdadb 0%, #bdb6ff 53%, #f877ff); }
    .ribbon-closable--back-to-school-2019 .ribbon-closable__title {
      color: #fff; }
  .ribbon-closable--default {
    background: #ffbf00; }
    .ribbon-closable--default .ribbon-closable__title {
      color: #fff; }
  .ribbon-closable--black-friday-2019 {
    background: -webkit-gradient(linear, left top, right top, from(#de75ff), color-stop(30%, #9364f5), color-stop(70%, #ff7b7b), to(#e4e600));
    background: -webkit-linear-gradient(left, #de75ff, #9364f5 30%, #ff7b7b 70%, #e4e600);
    background: -o-linear-gradient(left, #de75ff, #9364f5 30%, #ff7b7b 70%, #e4e600);
    background: linear-gradient(to right, #de75ff, #9364f5 30%, #ff7b7b 70%, #e4e600); }
    .ribbon-closable--black-friday-2019 .ribbon-closable__title {
      color: #fff; }
  .ribbon-closable--darker-than-black-2019 {
    background: -webkit-gradient(linear, right top, left top, from(#fbbc2b), to(#fe6248));
    background: -webkit-linear-gradient(right, #fbbc2b, #fe6248);
    background: -o-linear-gradient(right, #fbbc2b, #fe6248);
    background: linear-gradient(to left, #fbbc2b, #fe6248); }
    .ribbon-closable--darker-than-black-2019 .ribbon-closable__title {
      color: #fff; }
  .ribbon-closable--power-2019 {
    background: -webkit-gradient(linear, left top, right top, from(#09f3bb), to(#ea62ff));
    background: -webkit-linear-gradient(left, #09f3bb, #ea62ff);
    background: -o-linear-gradient(left, #09f3bb, #ea62ff);
    background: linear-gradient(to right, #09f3bb, #ea62ff); }
    .ribbon-closable--power-2019 .ribbon-closable__title {
      color: #fff; }
  .ribbon-closable--friends-duel {
    background: -webkit-gradient(linear, right top, left top, from(#b465da), color-stop(28%, #cf6cc9), color-stop(68%, #ee609c), to(#ee609c));
    background: -webkit-linear-gradient(right, #b465da, #cf6cc9 28%, #ee609c 68%, #ee609c);
    background: -o-linear-gradient(right, #b465da, #cf6cc9 28%, #ee609c 68%, #ee609c);
    background: linear-gradient(to left, #b465da, #cf6cc9 28%, #ee609c 68%, #ee609c); }
    .ribbon-closable--friends-duel .ribbon-closable__title {
      color: #fff; }
  .ribbon-closable--autumn-came-2019 {
    background: -webkit-gradient(linear, left top, right top, from(#fb2b69), to(#ffed5d));
    background: -webkit-linear-gradient(left, #fb2b69, #ffed5d);
    background: -o-linear-gradient(left, #fb2b69, #ffed5d);
    background: linear-gradient(to right, #fb2b69, #ffed5d); }
    .ribbon-closable--autumn-came-2019 .ribbon-closable__title {
      color: #fff; }
  .ribbon-closable--cyber-monday-2019 {
    background: -webkit-gradient(linear, left top, right top, from(#08bc88), to(#19fb7d));
    background: -webkit-linear-gradient(left, #08bc88, #19fb7d 100%);
    background: -o-linear-gradient(left, #08bc88, #19fb7d 100%);
    background: linear-gradient(to right, #08bc88, #19fb7d 100%); }
    .ribbon-closable--cyber-monday-2019 .ribbon-closable__title {
      color: #fff; }
  .ribbon-closable--wikium-birthday-2019 {
    background: -webkit-linear-gradient(11deg, #ffb050, #ff6085 50%, #ce52ff);
    background: -o-linear-gradient(11deg, #ffb050, #ff6085 50%, #ce52ff);
    background: linear-gradient(79deg, #ffb050, #ff6085 50%, #ce52ff); }
    .ribbon-closable--wikium-birthday-2019 .ribbon-closable__title {
      color: #fff; }
  .ribbon-closable--halloween-2019 {
    background: -webkit-linear-gradient(358deg, #a309ff, #7a88db 49%, #57f6bc);
    background: -o-linear-gradient(358deg, #a309ff, #7a88db 49%, #57f6bc);
    background: linear-gradient(92deg, #a309ff, #7a88db 49%, #57f6bc); }
    .ribbon-closable--halloween-2019 .ribbon-closable__title {
      color: #fff; }
  .ribbon-closable--course-logic {
    background: -webkit-gradient(linear, left top, right top, color-stop(26%, rgba(40, 221, 255, 0.47)), color-stop(58%, rgba(255, 132, 237, 0.9)), color-stop(82%, rgba(255, 228, 0, 0.67)));
    background: -webkit-linear-gradient(left, rgba(40, 221, 255, 0.47) 26%, rgba(255, 132, 237, 0.9) 58%, rgba(255, 228, 0, 0.67) 82%);
    background: -o-linear-gradient(left, rgba(40, 221, 255, 0.47) 26%, rgba(255, 132, 237, 0.9) 58%, rgba(255, 228, 0, 0.67) 82%);
    background: linear-gradient(to right, rgba(40, 221, 255, 0.47) 26%, rgba(255, 132, 237, 0.9) 58%, rgba(255, 228, 0, 0.67) 82%); }
    .ribbon-closable--course-logic .ribbon-closable__title {
      color: #fff; }
  .ribbon-closable--marathon-2019 {
    background: -webkit-linear-gradient(359deg, #ff0e00 0%, #ff1059 52%, #ff00b6 99%);
    background: -o-linear-gradient(359deg, #ff0e00 0%, #ff1059 52%, #ff00b6 99%);
    background: linear-gradient(91deg, #ff0e00 0%, #ff1059 52%, #ff00b6 99%); }
    .ribbon-closable--marathon-2019 .ribbon-closable__title {
      color: #fff; }
  .ribbon-closable--russian-day {
    background: -webkit-linear-gradient(349deg, #119dff 3%, #a1deff 99%);
    background: -o-linear-gradient(349deg, #119dff 3%, #a1deff 99%);
    background: linear-gradient(101deg, #119dff 3%, #a1deff 99%); }
    .ribbon-closable--russian-day .ribbon-closable__title {
      color: #fff; }
  .ribbon-closable--science-day-2019 {
    background: -webkit-gradient(linear, left top, right top, from(rgba(207, 143, 255, 0.7)), color-stop(38%, rgba(85, 220, 191, 0.7)), color-stop(66%, rgba(0, 214, 255, 0.7)), to(rgba(221, 135, 255, 0.7)));
    background: -webkit-linear-gradient(left, rgba(207, 143, 255, 0.7), rgba(85, 220, 191, 0.7) 38%, rgba(0, 214, 255, 0.7) 66%, rgba(221, 135, 255, 0.7));
    background: -o-linear-gradient(left, rgba(207, 143, 255, 0.7), rgba(85, 220, 191, 0.7) 38%, rgba(0, 214, 255, 0.7) 66%, rgba(221, 135, 255, 0.7));
    background: linear-gradient(to right, rgba(207, 143, 255, 0.7), rgba(85, 220, 191, 0.7) 38%, rgba(0, 214, 255, 0.7) 66%, rgba(221, 135, 255, 0.7)); }
    .ribbon-closable--science-day-2019 .ribbon-closable__title {
      color: #fff; }
  .ribbon-closable--discount {
    background: -webkit-linear-gradient(1deg, #0099d3, #2bf495);
    background: -o-linear-gradient(1deg, #0099d3, #2bf495);
    background: linear-gradient(89deg, #0099d3, #2bf495); }
    .ribbon-closable--discount .ribbon-closable__title {
      color: #fff; }
  .ribbon-closable--children-day-2019 {
    background: -webkit-linear-gradient(2deg, #8a52ff, #ff3ec2 50%, #ffb050 87%);
    background: -o-linear-gradient(2deg, #8a52ff, #ff3ec2 50%, #ffb050 87%);
    background: linear-gradient(88deg, #8a52ff, #ff3ec2 50%, #ffb050 87%); }
    .ribbon-closable--children-day-2019 .ribbon-closable__title {
      color: #fff; }
  .ribbon-closable--hello-newbie-2019 {
    background: -webkit-linear-gradient(359deg, #32decd 2%, #ff84ed 55%, #ffbd00 100%);
    background: -o-linear-gradient(359deg, #32decd 2%, #ff84ed 55%, #ffbd00 100%);
    background: linear-gradient(91deg, #32decd 2%, #ff84ed 55%, #ffbd00 100%); }
    .ribbon-closable--hello-newbie-2019 .ribbon-closable__title {
      color: #fff; }
  .ribbon-closable--winter-2019 {
    background: -webkit-linear-gradient(11deg, #ff8021, #ff0f71 98%);
    background: -o-linear-gradient(11deg, #ff8021, #ff0f71 98%);
    background: linear-gradient(79deg, #ff8021, #ff0f71 98%); }
    .ribbon-closable--winter-2019 .ribbon-closable__title {
      color: #fff; }
  .ribbon-closable--winter-2020 {
    background: -webkit-gradient(linear, right top, left top, from(#00f2fe), to(#4facfe));
    background: -webkit-linear-gradient(right, #00f2fe, #4facfe);
    background: -o-linear-gradient(right, #00f2fe, #4facfe);
    background: linear-gradient(to left, #00f2fe, #4facfe); }
    .ribbon-closable--winter-2020 .ribbon-closable__title {
      color: #fff; }
  .ribbon-closable--tariff-update {
    background: -webkit-linear-gradient(2deg, #ff6b95, #ffc796);
    background: -o-linear-gradient(2deg, #ff6b95, #ffc796);
    background: linear-gradient(88deg, #ff6b95, #ffc796); }
    .ribbon-closable--tariff-update .ribbon-closable__title {
      color: #fff; }
  .ribbon-closable--lucky-you-2019 {
    background: -webkit-linear-gradient(178deg, #f093fb, #f5576c);
    background: -o-linear-gradient(178deg, #f093fb, #f5576c);
    background: linear-gradient(272deg, #f093fb, #f5576c); }
    .ribbon-closable--lucky-you-2019 .ribbon-closable__title {
      color: #fff; }
  .ribbon-closable--winter-2020-2 {
    background: -webkit-linear-gradient(2deg, #ff6b95, #ffc796);
    background: -o-linear-gradient(2deg, #ff6b95, #ffc796);
    background: linear-gradient(88deg, #ff6b95, #ffc796); }
    .ribbon-closable--winter-2020-2 .ribbon-closable__title {
      color: #fff; }
  .ribbon-closable--christmas-2019 {
    background: -webkit-linear-gradient(2deg, #ff4a57 1%, #ff9213 96%);
    background: -o-linear-gradient(2deg, #ff4a57 1%, #ff9213 96%);
    background: linear-gradient(88deg, #ff4a57 1%, #ff9213 96%); }
    .ribbon-closable--christmas-2019 .ribbon-closable__title {
      color: #fff; }
  .ribbon-closable--cyber-monday-2020 {
    background: -webkit-linear-gradient(349deg, #00fdd0, #ff00f1);
    background: -o-linear-gradient(349deg, #00fdd0, #ff00f1);
    background: linear-gradient(101deg, #00fdd0, #ff00f1); }
    .ribbon-closable--cyber-monday-2020 .ribbon-closable__title {
      color: #fff; }
  .ribbon-closable--price-up {
    background: -webkit-linear-gradient(11deg, #6bff9b, #bb89ff 98%);
    background: -o-linear-gradient(11deg, #6bff9b, #bb89ff 98%);
    background: linear-gradient(79deg, #6bff9b, #bb89ff 98%); }
    .ribbon-closable--price-up .ribbon-closable__title {
      color: #fff; }
  .ribbon-closable--valentine-day {
    background: -webkit-linear-gradient(11deg, #ff6682, #ffd058);
    background: -o-linear-gradient(11deg, #ff6682, #ffd058);
    background: linear-gradient(79deg, #ff6682, #ffd058); }
    .ribbon-closable--valentine-day .ribbon-closable__title {
      color: #fff; }
  .ribbon-closable--23-february-2020 {
    background: -webkit-linear-gradient(2deg, #ff6b95, #ffc796);
    background: -o-linear-gradient(2deg, #ff6b95, #ffc796);
    background: linear-gradient(88deg, #ff6b95, #ffc796); }
    .ribbon-closable--23-february-2020 .ribbon-closable__title {
      color: #fff; }
  .ribbon-closable--23-february-2020-crown {
    background: -webkit-linear-gradient(2deg, #ff6b95, #ffc796);
    background: -o-linear-gradient(2deg, #ff6b95, #ffc796);
    background: linear-gradient(88deg, #ff6b95, #ffc796); }
    .ribbon-closable--23-february-2020-crown .ribbon-closable__title {
      color: #fff; }
  .ribbon-closable--spring-2020 {
    background: -webkit-linear-gradient(1deg, #0cb6e2, #2bf29a);
    background: -o-linear-gradient(1deg, #0cb6e2, #2bf29a);
    background: linear-gradient(89deg, #0cb6e2, #2bf29a); }
    .ribbon-closable--spring-2020 .ribbon-closable__title {
      color: #fff; }
  .ribbon-closable--8-march {
    background: -webkit-linear-gradient(357deg, #28ddff 0%, #ff84ed 54%, #ffe400 100%);
    background: -o-linear-gradient(357deg, #28ddff 0%, #ff84ed 54%, #ffe400 100%);
    background: linear-gradient(93deg, #28ddff 0%, #ff84ed 54%, #ffe400 100%); }
    .ribbon-closable--8-march .ribbon-closable__title {
      color: #fff; }
  .ribbon-closable--covid-19 {
    background: -webkit-gradient(linear, left top, right top, from(#0CB6E2), to(#2BF29A));
    background: -webkit-linear-gradient(left, #0CB6E2 0%, #2BF29A 100%);
    background: -o-linear-gradient(left, #0CB6E2 0%, #2BF29A 100%);
    background: linear-gradient(to right, #0CB6E2 0%, #2BF29A 100%); }
    .ribbon-closable--covid-19 .ribbon-closable__title {
      color: #fff; }

.ribbon-closable-btn {
  width: 100%; }
  .ribbon-closable-btn--close {
    display: none; }
  .ribbon-closable-btn__inner {
    position: relative;
    height: 100%;
    width: 90%;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-right: 30px;
    height: 64px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
    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: center; }
  .ribbon-closable-btn__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    text-decoration: none; }
    .ribbon-closable-btn__link:hover, .ribbon-closable-btn__link:active {
      text-decoration: underline; }
  .ribbon-closable-btn__title {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin: 0; }
  .ribbon-closable-btn__close-btn {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: -6px;
    border: none;
    width: 36px;
    height: 36px;
    font-size: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: transparent url(/build/cec16a054b5e1d52e72acfe6786741d3.svg) no-repeat;
    background-size: 14px 14px;
    background-position: center;
    cursor: pointer;
    outline: none;
    padding: 20px 7px 20px 20px; }
    .ribbon-closable-btn__close-btn:active {
      outline: none; }
    .ribbon-closable-btn__close-btn:hover, .ribbon-closable-btn__close-btn:focus {
      opacity: 0.7; }
  .ribbon-closable-btn__btn {
    display: none; }
    .ribbon-closable-btn__btn--grey {
      background-image: url(/build/cec16a054b5e1d52e72acfe6786741d3.svg);
      opacity: 0.25; }
    .ribbon-closable-btn__btn:focus {
      outline: none; }
  .ribbon-closable-btn--starwars-2019 {
    background: -webkit-linear-gradient(2deg, #1f1379, #141841 100%);
    background: -o-linear-gradient(2deg, #1f1379, #141841 100%);
    background: linear-gradient(88deg, #1f1379, #141841 100%); }
    .ribbon-closable-btn--starwars-2019 .ribbon-closable__title {
      color: #ffcc33; }
  .ribbon-closable-btn--statistic-today {
    background: -webkit-gradient(linear, left top, right top, from(#fe8000), to(#ff8900));
    background: -webkit-linear-gradient(left, #fe8000, #ff8900);
    background: -o-linear-gradient(left, #fe8000, #ff8900);
    background: linear-gradient(to right, #fe8000, #ff8900); }
    .ribbon-closable-btn--statistic-today .ribbon-closable__title {
      color: #fff; }
  .ribbon-closable-btn--4-million {
    background: -webkit-gradient(linear, left top, right top, from(#ffb68c), to(#ff945d));
    background: -webkit-linear-gradient(left, #ffb68c, #ff945d);
    background: -o-linear-gradient(left, #ffb68c, #ff945d);
    background: linear-gradient(to right, #ffb68c, #ff945d); }
    .ribbon-closable-btn--4-million .ribbon-closable__title {
      color: #fff; }
  .ribbon-closable-btn--all_inclusive_14_days {
    background: -webkit-linear-gradient(349deg, #f76f62, #fe5196);
    background: -o-linear-gradient(349deg, #f76f62, #fe5196);
    background: linear-gradient(101deg, #f76f62, #fe5196); }
    .ribbon-closable-btn--all_inclusive_14_days .ribbon-closable__title {
      color: #fff; }
  .ribbon-closable-btn--all_inclusive_40 {
    background: -webkit-linear-gradient(349deg, #c454ff, #ff9553);
    background: -o-linear-gradient(349deg, #c454ff, #ff9553);
    background: linear-gradient(101deg, #c454ff, #ff9553); }
    .ribbon-closable-btn--all_inclusive_40 .ribbon-closable__title {
      color: #fff; }
  .ribbon-closable-btn--net-wwf-day-2019 {
    background: -webkit-linear-gradient(349deg, #17dc7b, #47c6ff);
    background: -o-linear-gradient(349deg, #17dc7b, #47c6ff);
    background: linear-gradient(101deg, #17dc7b, #47c6ff); }
    .ribbon-closable-btn--net-wwf-day-2019 .ribbon-closable__title {
      color: #fff; }
  .ribbon-closable-btn--car-day-2019 {
    background: -webkit-linear-gradient(11deg, #0acae8, #52f1b8);
    background: -o-linear-gradient(11deg, #0acae8, #52f1b8);
    background: linear-gradient(79deg, #0acae8, #52f1b8); }
    .ribbon-closable-btn--car-day-2019 .ribbon-closable__title {
      color: #fff; }
  .ribbon-closable-btn--birthday-smile-2019 {
    background: -webkit-linear-gradient(11deg, #9df1c5, #c09afc 52%, #feba89);
    background: -o-linear-gradient(11deg, #9df1c5, #c09afc 52%, #feba89);
    background: linear-gradient(79deg, #9df1c5, #c09afc 52%, #feba89); }
    .ribbon-closable-btn--birthday-smile-2019 .ribbon-closable__title {
      color: #fff; }
  .ribbon-closable-btn--kissing-day {
    background: -webkit-linear-gradient(300deg, #ff5eb8, #ffa3ba, #dfb8ff);
    background: -o-linear-gradient(300deg, #ff5eb8, #ffa3ba, #dfb8ff);
    background: linear-gradient(150deg, #ff5eb8, #ffa3ba, #dfb8ff); }
    .ribbon-closable-btn--kissing-day .ribbon-closable__title {
      color: #fff; }
  .ribbon-closable-btn--thinking-2019 {
    background: -webkit-gradient(linear, left top, right top, from(#ef2084), to(#ff52a5));
    background: -webkit-linear-gradient(left, #ef2084, #ff52a5);
    background: -o-linear-gradient(left, #ef2084, #ff52a5);
    background: linear-gradient(to right, #ef2084, #ff52a5); }
    .ribbon-closable-btn--thinking-2019 .ribbon-closable__title {
      color: #fff; }
  .ribbon-closable-btn--brain-day-2019 {
    background: -webkit-gradient(linear, left top, right top, from(#ffaffa), color-stop(43%, #ae9ef0), color-stop(77%, #40e697), to(#74fd7b));
    background: -webkit-linear-gradient(left, #ffaffa, #ae9ef0 43%, #40e697 77%, #74fd7b);
    background: -o-linear-gradient(left, #ffaffa, #ae9ef0 43%, #40e697 77%, #74fd7b);
    background: linear-gradient(to right, #ffaffa, #ae9ef0 43%, #40e697 77%, #74fd7b); }
    .ribbon-closable-btn--brain-day-2019 .ribbon-closable__title {
      color: #fff; }
  .ribbon-closable-btn--friends-day {
    background: -webkit-linear-gradient(191deg, #39c2ff, #ff3aac);
    background: -o-linear-gradient(191deg, #39c2ff, #ff3aac);
    background: linear-gradient(259deg, #39c2ff, #ff3aac); }
    .ribbon-closable-btn--friends-day .ribbon-closable__title {
      color: #fff; }
  .ribbon-closable-btn--friends-day-2019 {
    background: -webkit-gradient(linear, left top, right top, from(#FF3AAC), to(#39C2FF));
    background: -webkit-linear-gradient(left, #FF3AAC, #39C2FF);
    background: -o-linear-gradient(left, #FF3AAC, #39C2FF);
    background: linear-gradient(to right, #FF3AAC, #39C2FF); }
    .ribbon-closable-btn--friends-day-2019 .ribbon-closable__title {
      color: #fff; }
  .ribbon-closable-btn--young-day-2019 {
    background: -webkit-linear-gradient(183deg, #39c2ff, #ff3aac);
    background: -o-linear-gradient(183deg, #39c2ff, #ff3aac);
    background: linear-gradient(267deg, #39c2ff, #ff3aac); }
    .ribbon-closable-btn--young-day-2019 .ribbon-closable__title {
      color: #fff; }
  .ribbon-closable-btn--black-thursday-2019 {
    background: -webkit-gradient(linear, left top, right top, from(#fff106), color-stop(49%, #f947a5), to(#6039aa));
    background: -webkit-linear-gradient(left, #fff106, #f947a5 49%, #6039aa);
    background: -o-linear-gradient(left, #fff106, #f947a5 49%, #6039aa);
    background: linear-gradient(to right, #fff106, #f947a5 49%, #6039aa); }
    .ribbon-closable-btn--black-thursday-2019 .ribbon-closable__title {
      color: #fff; }
  .ribbon-closable-btn--conference-2019 {
    background: -webkit-linear-gradient(357deg, #00d69a, #2de7ff 100%);
    background: -o-linear-gradient(357deg, #00d69a, #2de7ff 100%);
    background: linear-gradient(93deg, #00d69a, #2de7ff 100%); }
    .ribbon-closable-btn--conference-2019 .ribbon-closable__title {
      color: #fff; }
  .ribbon-closable-btn--back-to-school-2019 {
    background: -webkit-linear-gradient(11deg, #2bdadb 0%, #bdb6ff 53%, #f877ff);
    background: -o-linear-gradient(11deg, #2bdadb 0%, #bdb6ff 53%, #f877ff);
    background: linear-gradient(79deg, #2bdadb 0%, #bdb6ff 53%, #f877ff); }
    .ribbon-closable-btn--back-to-school-2019 .ribbon-closable__title {
      color: #fff; }
  .ribbon-closable-btn--default {
    background: #ffbf00; }
    .ribbon-closable-btn--default .ribbon-closable__title {
      color: #fff; }
  .ribbon-closable-btn--black-friday-2019 {
    background: -webkit-gradient(linear, left top, right top, from(#de75ff), color-stop(30%, #9364f5), color-stop(70%, #ff7b7b), to(#e4e600));
    background: -webkit-linear-gradient(left, #de75ff, #9364f5 30%, #ff7b7b 70%, #e4e600);
    background: -o-linear-gradient(left, #de75ff, #9364f5 30%, #ff7b7b 70%, #e4e600);
    background: linear-gradient(to right, #de75ff, #9364f5 30%, #ff7b7b 70%, #e4e600); }
    .ribbon-closable-btn--black-friday-2019 .ribbon-closable__title {
      color: #fff; }
  .ribbon-closable-btn--darker-than-black-2019 {
    background: -webkit-gradient(linear, right top, left top, from(#fbbc2b), to(#fe6248));
    background: -webkit-linear-gradient(right, #fbbc2b, #fe6248);
    background: -o-linear-gradient(right, #fbbc2b, #fe6248);
    background: linear-gradient(to left, #fbbc2b, #fe6248); }
    .ribbon-closable-btn--darker-than-black-2019 .ribbon-closable__title {
      color: #fff; }
  .ribbon-closable-btn--power-2019 {
    background: -webkit-gradient(linear, left top, right top, from(#09f3bb), to(#ea62ff));
    background: -webkit-linear-gradient(left, #09f3bb, #ea62ff);
    background: -o-linear-gradient(left, #09f3bb, #ea62ff);
    background: linear-gradient(to right, #09f3bb, #ea62ff); }
    .ribbon-closable-btn--power-2019 .ribbon-closable__title {
      color: #fff; }
  .ribbon-closable-btn--friends-duel {
    background: -webkit-gradient(linear, right top, left top, from(#b465da), color-stop(28%, #cf6cc9), color-stop(68%, #ee609c), to(#ee609c));
    background: -webkit-linear-gradient(right, #b465da, #cf6cc9 28%, #ee609c 68%, #ee609c);
    background: -o-linear-gradient(right, #b465da, #cf6cc9 28%, #ee609c 68%, #ee609c);
    background: linear-gradient(to left, #b465da, #cf6cc9 28%, #ee609c 68%, #ee609c); }
    .ribbon-closable-btn--friends-duel .ribbon-closable__title {
      color: #fff; }
  .ribbon-closable-btn--autumn-came-2019 {
    background: -webkit-gradient(linear, left top, right top, from(#fb2b69), to(#ffed5d));
    background: -webkit-linear-gradient(left, #fb2b69, #ffed5d);
    background: -o-linear-gradient(left, #fb2b69, #ffed5d);
    background: linear-gradient(to right, #fb2b69, #ffed5d); }
    .ribbon-closable-btn--autumn-came-2019 .ribbon-closable__title {
      color: #fff; }
  .ribbon-closable-btn--cyber-monday-2019 {
    background: -webkit-gradient(linear, left top, right top, from(#08bc88), to(#19fb7d));
    background: -webkit-linear-gradient(left, #08bc88, #19fb7d 100%);
    background: -o-linear-gradient(left, #08bc88, #19fb7d 100%);
    background: linear-gradient(to right, #08bc88, #19fb7d 100%); }
    .ribbon-closable-btn--cyber-monday-2019 .ribbon-closable__title {
      color: #fff; }
  .ribbon-closable-btn--wikium-birthday-2019 {
    background: -webkit-linear-gradient(11deg, #ffb050, #ff6085 50%, #ce52ff);
    background: -o-linear-gradient(11deg, #ffb050, #ff6085 50%, #ce52ff);
    background: linear-gradient(79deg, #ffb050, #ff6085 50%, #ce52ff); }
    .ribbon-closable-btn--wikium-birthday-2019 .ribbon-closable__title {
      color: #fff; }
  .ribbon-closable-btn--halloween-2019 {
    background: -webkit-linear-gradient(358deg, #a309ff, #7a88db 49%, #57f6bc);
    background: -o-linear-gradient(358deg, #a309ff, #7a88db 49%, #57f6bc);
    background: linear-gradient(92deg, #a309ff, #7a88db 49%, #57f6bc); }
    .ribbon-closable-btn--halloween-2019 .ribbon-closable__title {
      color: #fff; }
  .ribbon-closable-btn--course-logic {
    background: -webkit-gradient(linear, left top, right top, color-stop(26%, rgba(40, 221, 255, 0.47)), color-stop(58%, rgba(255, 132, 237, 0.9)), color-stop(82%, rgba(255, 228, 0, 0.67)));
    background: -webkit-linear-gradient(left, rgba(40, 221, 255, 0.47) 26%, rgba(255, 132, 237, 0.9) 58%, rgba(255, 228, 0, 0.67) 82%);
    background: -o-linear-gradient(left, rgba(40, 221, 255, 0.47) 26%, rgba(255, 132, 237, 0.9) 58%, rgba(255, 228, 0, 0.67) 82%);
    background: linear-gradient(to right, rgba(40, 221, 255, 0.47) 26%, rgba(255, 132, 237, 0.9) 58%, rgba(255, 228, 0, 0.67) 82%); }
    .ribbon-closable-btn--course-logic .ribbon-closable__title {
      color: #fff; }
  .ribbon-closable-btn--marathon-2019 {
    background: -webkit-linear-gradient(359deg, #ff0e00 0%, #ff1059 52%, #ff00b6 99%);
    background: -o-linear-gradient(359deg, #ff0e00 0%, #ff1059 52%, #ff00b6 99%);
    background: linear-gradient(91deg, #ff0e00 0%, #ff1059 52%, #ff00b6 99%); }
    .ribbon-closable-btn--marathon-2019 .ribbon-closable__title {
      color: #fff; }
  .ribbon-closable-btn--russian-day {
    background: -webkit-linear-gradient(349deg, #119dff 3%, #a1deff 99%);
    background: -o-linear-gradient(349deg, #119dff 3%, #a1deff 99%);
    background: linear-gradient(101deg, #119dff 3%, #a1deff 99%); }
    .ribbon-closable-btn--russian-day .ribbon-closable__title {
      color: #fff; }
  .ribbon-closable-btn--science-day-2019 {
    background: -webkit-gradient(linear, left top, right top, from(rgba(207, 143, 255, 0.7)), color-stop(38%, rgba(85, 220, 191, 0.7)), color-stop(66%, rgba(0, 214, 255, 0.7)), to(rgba(221, 135, 255, 0.7)));
    background: -webkit-linear-gradient(left, rgba(207, 143, 255, 0.7), rgba(85, 220, 191, 0.7) 38%, rgba(0, 214, 255, 0.7) 66%, rgba(221, 135, 255, 0.7));
    background: -o-linear-gradient(left, rgba(207, 143, 255, 0.7), rgba(85, 220, 191, 0.7) 38%, rgba(0, 214, 255, 0.7) 66%, rgba(221, 135, 255, 0.7));
    background: linear-gradient(to right, rgba(207, 143, 255, 0.7), rgba(85, 220, 191, 0.7) 38%, rgba(0, 214, 255, 0.7) 66%, rgba(221, 135, 255, 0.7)); }
    .ribbon-closable-btn--science-day-2019 .ribbon-closable__title {
      color: #fff; }
  .ribbon-closable-btn--discount {
    background: -webkit-linear-gradient(1deg, #0099d3, #2bf495);
    background: -o-linear-gradient(1deg, #0099d3, #2bf495);
    background: linear-gradient(89deg, #0099d3, #2bf495); }
    .ribbon-closable-btn--discount .ribbon-closable__title {
      color: #fff; }
  .ribbon-closable-btn--children-day-2019 {
    background: -webkit-linear-gradient(2deg, #8a52ff, #ff3ec2 50%, #ffb050 87%);
    background: -o-linear-gradient(2deg, #8a52ff, #ff3ec2 50%, #ffb050 87%);
    background: linear-gradient(88deg, #8a52ff, #ff3ec2 50%, #ffb050 87%); }
    .ribbon-closable-btn--children-day-2019 .ribbon-closable__title {
      color: #fff; }
  .ribbon-closable-btn--hello-newbie-2019 {
    background: -webkit-linear-gradient(359deg, #32decd 2%, #ff84ed 55%, #ffbd00 100%);
    background: -o-linear-gradient(359deg, #32decd 2%, #ff84ed 55%, #ffbd00 100%);
    background: linear-gradient(91deg, #32decd 2%, #ff84ed 55%, #ffbd00 100%); }
    .ribbon-closable-btn--hello-newbie-2019 .ribbon-closable__title {
      color: #fff; }
  .ribbon-closable-btn--winter-2019 {
    background: -webkit-linear-gradient(11deg, #ff8021, #ff0f71 98%);
    background: -o-linear-gradient(11deg, #ff8021, #ff0f71 98%);
    background: linear-gradient(79deg, #ff8021, #ff0f71 98%); }
    .ribbon-closable-btn--winter-2019 .ribbon-closable__title {
      color: #fff; }
  .ribbon-closable-btn--winter-2020 {
    background: -webkit-gradient(linear, right top, left top, from(#00f2fe), to(#4facfe));
    background: -webkit-linear-gradient(right, #00f2fe, #4facfe);
    background: -o-linear-gradient(right, #00f2fe, #4facfe);
    background: linear-gradient(to left, #00f2fe, #4facfe); }
    .ribbon-closable-btn--winter-2020 .ribbon-closable__title {
      color: #fff; }
  .ribbon-closable-btn--tariff-update {
    background: -webkit-linear-gradient(2deg, #ff6b95, #ffc796);
    background: -o-linear-gradient(2deg, #ff6b95, #ffc796);
    background: linear-gradient(88deg, #ff6b95, #ffc796); }
    .ribbon-closable-btn--tariff-update .ribbon-closable__title {
      color: #fff; }
  .ribbon-closable-btn--lucky-you-2019 {
    background: -webkit-linear-gradient(178deg, #f093fb, #f5576c);
    background: -o-linear-gradient(178deg, #f093fb, #f5576c);
    background: linear-gradient(272deg, #f093fb, #f5576c); }
    .ribbon-closable-btn--lucky-you-2019 .ribbon-closable__title {
      color: #fff; }
  .ribbon-closable-btn--winter-2020-2 {
    background: -webkit-linear-gradient(2deg, #ff6b95, #ffc796);
    background: -o-linear-gradient(2deg, #ff6b95, #ffc796);
    background: linear-gradient(88deg, #ff6b95, #ffc796); }
    .ribbon-closable-btn--winter-2020-2 .ribbon-closable__title {
      color: #fff; }
  .ribbon-closable-btn--christmas-2019 {
    background: -webkit-linear-gradient(2deg, #ff4a57 1%, #ff9213 96%);
    background: -o-linear-gradient(2deg, #ff4a57 1%, #ff9213 96%);
    background: linear-gradient(88deg, #ff4a57 1%, #ff9213 96%); }
    .ribbon-closable-btn--christmas-2019 .ribbon-closable__title {
      color: #fff; }
  .ribbon-closable-btn--cyber-monday-2020 {
    background: -webkit-linear-gradient(349deg, #00fdd0, #ff00f1);
    background: -o-linear-gradient(349deg, #00fdd0, #ff00f1);
    background: linear-gradient(101deg, #00fdd0, #ff00f1); }
    .ribbon-closable-btn--cyber-monday-2020 .ribbon-closable__title {
      color: #fff; }
  .ribbon-closable-btn--price-up {
    background: -webkit-linear-gradient(11deg, #6bff9b, #bb89ff 98%);
    background: -o-linear-gradient(11deg, #6bff9b, #bb89ff 98%);
    background: linear-gradient(79deg, #6bff9b, #bb89ff 98%); }
    .ribbon-closable-btn--price-up .ribbon-closable__title {
      color: #fff; }
  .ribbon-closable-btn--valentine-day {
    background: -webkit-linear-gradient(11deg, #ff6682, #ffd058);
    background: -o-linear-gradient(11deg, #ff6682, #ffd058);
    background: linear-gradient(79deg, #ff6682, #ffd058); }
    .ribbon-closable-btn--valentine-day .ribbon-closable__title {
      color: #fff; }
  .ribbon-closable-btn--23-february-2020 {
    background: -webkit-linear-gradient(2deg, #ff6b95, #ffc796);
    background: -o-linear-gradient(2deg, #ff6b95, #ffc796);
    background: linear-gradient(88deg, #ff6b95, #ffc796); }
    .ribbon-closable-btn--23-february-2020 .ribbon-closable__title {
      color: #fff; }
  .ribbon-closable-btn--23-february-2020-crown {
    background: -webkit-linear-gradient(2deg, #ff6b95, #ffc796);
    background: -o-linear-gradient(2deg, #ff6b95, #ffc796);
    background: linear-gradient(88deg, #ff6b95, #ffc796); }
    .ribbon-closable-btn--23-february-2020-crown .ribbon-closable__title {
      color: #fff; }
  .ribbon-closable-btn--spring-2020 {
    background: -webkit-linear-gradient(1deg, #0cb6e2, #2bf29a);
    background: -o-linear-gradient(1deg, #0cb6e2, #2bf29a);
    background: linear-gradient(89deg, #0cb6e2, #2bf29a); }
    .ribbon-closable-btn--spring-2020 .ribbon-closable__title {
      color: #fff; }
  .ribbon-closable-btn--8-march {
    background: -webkit-linear-gradient(357deg, #28ddff 0%, #ff84ed 54%, #ffe400 100%);
    background: -o-linear-gradient(357deg, #28ddff 0%, #ff84ed 54%, #ffe400 100%);
    background: linear-gradient(93deg, #28ddff 0%, #ff84ed 54%, #ffe400 100%); }
    .ribbon-closable-btn--8-march .ribbon-closable__title {
      color: #fff; }
  .ribbon-closable-btn--covid-19 {
    background: -webkit-gradient(linear, left top, right top, from(#0CB6E2), to(#2BF29A));
    background: -webkit-linear-gradient(left, #0CB6E2 0%, #2BF29A 100%);
    background: -o-linear-gradient(left, #0CB6E2 0%, #2BF29A 100%);
    background: linear-gradient(to right, #0CB6E2 0%, #2BF29A 100%); }
    .ribbon-closable-btn--covid-19 .ribbon-closable__title {
      color: #fff; }

.ribbon-closable--halloween-2019 .ribbon-closable__inner,
.ribbon-closable-btn--halloween-2019 .ribbon-closable__inner {
  padding-top: 0;
  padding-bottom: 0; }

.ribbon-closable--halloween-2019 .ribbon-closable__title,
.ribbon-closable-btn--halloween-2019 .ribbon-closable__title {
  position: relative;
  font-size: 13px;
  padding: 11px 0; }

.ribbon-top--marathon {
  background-image: -webkit-gradient(linear, left top, right top, from(#fad961), to(#f76b1c));
  background-image: -webkit-linear-gradient(left, #fad961 0%, #f76b1c 100%);
  background-image: -o-linear-gradient(left, #fad961 0%, #f76b1c 100%);
  background-image: linear-gradient(to right, #fad961 0%, #f76b1c 100%); }

.ribbon-top__inner {
  width: 90%;
  min-width: 270px;
  margin: 0 auto;
  position: relative;
  height: 100%;
  padding-top: 11px;
  padding-bottom: 11px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.ribbon-top__title {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  color: #fff;
  margin: 0; }

.ribbon-top__link {
  font-size: 0;
  padding: 5px 10px;
  padding-bottom: 3px; }

.ribbon-top__link-icon {
  width: 16px;
  height: 16px; }

.ribbon-closable--marathon {
  background-image: -webkit-gradient(linear, left top, right top, from(#fad961), to(#f76b1c));
  background-image: -webkit-linear-gradient(left, #fad961 0%, #f76b1c 100%);
  background-image: -o-linear-gradient(left, #fad961 0%, #f76b1c 100%);
  background-image: linear-gradient(to right, #fad961 0%, #f76b1c 100%); }
  .ribbon-closable--marathon .ribbon-closable__link {
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    padding: 5px;
    padding-left: 0;
    display: block; }
  .ribbon-closable--marathon .ribbon-closable__link-icon {
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-left: 3px;
    -webkit-transform: translateY(2px);
        -ms-transform: translateY(2px);
            transform: translateY(2px); }

.ribbon-closable--emotional {
  background-image: -webkit-gradient(linear, left top, right top, from(#00b3ff), to(#39f1ff));
  background-image: -webkit-linear-gradient(left, #00b3ff 0%, #39f1ff 100%);
  background-image: -o-linear-gradient(left, #00b3ff 0%, #39f1ff 100%);
  background-image: linear-gradient(to right, #00b3ff 0%, #39f1ff 100%); }
  .ribbon-closable--emotional .ribbon-closable__link {
    display: block;
    text-decoration: none;
    color: #fff; }
  .ribbon-closable--emotional .ribbon-closable__title {
    max-width: initial;
    font-size: 17px;
    text-align: center; }
  .ribbon-closable--emotional .ribbon-closable__link:hover .ribbon-closable__title {
    text-decoration: underline; }

.ribbon-closable--speed-reading {
  background: #32D4C8; }
  .ribbon-closable--speed-reading .ribbon-closable__link {
    display: block;
    text-decoration: none;
    color: #fff; }
  .ribbon-closable--speed-reading .ribbon-closable__title {
    max-width: initial;
    font-size: 17px;
    text-align: center; }
  .ribbon-closable--speed-reading .ribbon-closable__link:hover .ribbon-closable__title {
    text-decoration: underline; }

.ribbon-closable--mindfulness {
  background-image: -webkit-linear-gradient(135deg, #007adf, #00ecbc);
  background-image: -o-linear-gradient(135deg, #007adf, #00ecbc);
  background-image: linear-gradient(-45deg, #007adf, #00ecbc); }
  .ribbon-closable--mindfulness .ribbon-closable__link {
    display: block;
    text-decoration: none;
    color: #fff; }
  .ribbon-closable--mindfulness .ribbon-closable__title {
    max-width: initial;
    font-size: 17px;
    text-align: center; }
  .ribbon-closable--mindfulness .ribbon-closable__link:hover .ribbon-closable__title {
    text-decoration: underline; }

.ribbon-closable--online-school {
  background-color: #d586ff; }
  .ribbon-closable--online-school .ribbon-closable__link {
    display: block;
    text-decoration: none;
    color: #fff; }
  .ribbon-closable--online-school .ribbon-closable__title {
    max-width: initial;
    font-size: 17px;
    text-align: center; }
  .ribbon-closable--online-school .online-school-text {
    display: none; }
  .ribbon-closable--online-school .ribbon-closable__link:hover .ribbon-closable__title {
    text-decoration: underline; }

.ribbon-closable--premium {
  background-color: #0CCCBC; }
  .ribbon-closable--premium .ribbon-closable__title {
    position: relative;
    width: calc(100% - 25px);
    max-width: 264px; }
    .ribbon-closable--premium .ribbon-closable__title::before {
      content: "";
      position: absolute;
      top: 6px;
      right: -2px;
      width: 42px;
      height: 56px;
      background-repeat: no-repeat;
      background-size: 100%;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='50px' height='59px' viewBox='0 0 50 59' version='1.1'%3E%3C!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3E%3Ctitle%3EGroup 7 Copy%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs/%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='iPhone-SE-Copy-53' transform='translate(-226.000000, -9.000000)'%3E%3Cg id='Group-7-Copy' transform='translate(251.000000, 38.500000) scale(-1, 1) translate(-251.000000, -38.500000) translate(226.000000, 9.000000)'%3E%3Cpath d='M12.477,1.19638793 C6.377,-2.18461207 4,2.67438793 4,2.67438793 L7.149,11.6143879 C8.588,11.0333879 10.125,10.7373879 11.677,10.7433879 L13.457,10.7433879 C14.942,10.7383879 16.415,11.0093879 17.8,11.5433879 L20.925,2.67438793 C20.925,2.67438793 18.553,-2.17061207 12.477,1.19638793' id='Fill-1' fill='%23CBFF8B'/%3E%3Cpath d='M10.3044,52.4048 C12.2364,52.4048 12.2364,55.4068 10.3044,55.4068 C8.3724,55.4068 8.3774,52.4048 10.3044,52.4048 Z M23.3794,19.9388 C23.3794,16.3438 20.9544,13.2618 17.5024,11.9168 C16.2684,11.4468 14.9584,11.2058 13.6374,11.2068 L11.8524,11.2068 C10.4664,11.2038 9.0934,11.4708 7.8084,11.9928 C4.4514,13.3708 2.1264,16.4058 2.1264,19.9388 L0.0004,37.0438 C0.0494,39.9018 1.5374,42.5438 3.9584,44.0658 L3.9584,49.3548 C3.9564,54.1408 7.8334,58.0228 12.6194,58.0258 L12.6294,58.0258 C13.0864,58.0278 13.5424,57.9918 13.9934,57.9168 C13.9964,57.7568 14.0224,57.5968 14.0694,57.4428 C14.0694,57.4058 15.2484,53.7778 13.9084,51.2348 C13.2874,50.1038 12.2144,49.2898 10.9574,48.9958 C10.5174,48.8618 10.1674,48.5278 10.0114,48.0948 C9.9034,47.8228 9.8864,47.5218 9.9634,47.2388 C10.0034,47.0798 10.0714,46.9288 10.1624,46.7938 L10.3424,46.5088 L10.8154,45.7698 L12.7104,42.8958 C12.9834,42.4828 13.4454,42.2338 13.9414,42.2328 C14.0424,42.2288 14.1444,42.2348 14.2444,42.2528 C16.6824,42.8058 19.0414,43.1988 21.2904,43.5308 C21.5034,43.5688 21.7124,43.5918 21.9204,43.6208 C23.9964,42.0648 25.2314,39.6328 25.2634,37.0388 L23.3794,19.9388 Z' id='Fill-3' fill='%23FF5D90'/%3E%3Cpath d='M29.0002,45.5435 C26.7592,45.5315 24.5202,45.3915 22.2942,45.1215 C21.9632,45.0885 21.6312,45.0505 21.2862,44.9985 L21.1632,44.9985 L19.9222,44.8275 C18.0282,44.5435 16.0482,44.1745 13.9222,43.6965 L12.5582,45.7705 L12.0842,46.5095 L11.6112,47.2475 L11.3792,47.6035 C17.3652,49.3505 16.0152,55.9035 15.5702,57.5475 C15.5082,57.7795 15.4612,57.9165 15.4612,57.9165 C15.4612,57.9165 16.0392,57.9405 17.0472,57.9405 C23.5772,57.9405 48.0362,57.0405 48.9502,43.7005 C49.2202,39.7515 49.5282,38.3885 49.1962,38.3885 C48.4152,38.3735 44.3482,45.5665 29.0002,45.5435' id='Fill-5' fill='%23FFE98B'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.ribbon-closable--summer-end {
  background-image: -webkit-linear-gradient(35deg, #ffeb44 0%, #fc6076 100%);
  background-image: -o-linear-gradient(35deg, #ffeb44 0%, #fc6076 100%);
  background-image: linear-gradient(55deg, #ffeb44 0%, #fc6076 100%); }
  .ribbon-closable--summer-end .ribbon-closable__title {
    position: relative;
    width: calc(100% - 25px);
    max-width: 210px; }
    .ribbon-closable--summer-end .ribbon-closable__title::before {
      content: "";
      position: absolute;
      top: -10px;
      right: -24px;
      width: 37px;
      height: 40px;
      background-repeat: no-repeat;
      background-size: 100%;
      background-image: url(/build/933085d2c2fbc6761e6adfc57fc21fd0.svg); }
    .ribbon-closable--summer-end .ribbon-closable__title::after {
      content: "";
      position: absolute;
      width: 28px;
      height: 31px;
      top: 24px;
      right: -54px;
      background-repeat: no-repeat;
      background-image: url(/build/17701e478f02b26ffb30c0bb9b23b9d6.svg); }

.ribbon-closable--mnemonics {
  background: #32D4C8; }
  .ribbon-closable--mnemonics .ribbon-closable__link {
    display: block;
    text-decoration: none;
    color: #fff; }
  .ribbon-closable--mnemonics .ribbon-closable__title {
    max-width: initial;
    font-size: 17px;
    text-align: center; }
  .ribbon-closable--mnemonics .ribbon-closable__link:hover .ribbon-closable__title {
    text-decoration: underline; }

.ribbon-closable--lucky-you {
  background-image: -webkit-gradient(linear, left top, right top, from(#fbab30), to(#fb5f78));
  background-image: -webkit-linear-gradient(left, #fbab30 0%, #fb5f78 100%);
  background-image: -o-linear-gradient(left, #fbab30 0%, #fb5f78 100%);
  background-image: linear-gradient(to right, #fbab30 0%, #fb5f78 100%); }
  .ribbon-closable--lucky-you .ribbon-closable__link {
    display: block;
    text-decoration: none;
    color: #fff; }
  .ribbon-closable--lucky-you .ribbon-closable__title {
    max-width: initial;
    font-size: 17px;
    text-align: center; }
  .ribbon-closable--lucky-you .ribbon-closable__link:hover .ribbon-closable__title {
    text-decoration: underline; }

.ribbon-closable--profiling {
  background-image: -webkit-gradient(linear, left top, right top, from(#005BEA), to(#00C6FB));
  background-image: -webkit-linear-gradient(left, #005BEA 0%, #00C6FB 100%);
  background-image: -o-linear-gradient(left, #005BEA 0%, #00C6FB 100%);
  background-image: linear-gradient(to right, #005BEA 0%, #00C6FB 100%); }
  .ribbon-closable--profiling .ribbon-closable__link {
    display: block;
    text-decoration: none;
    color: #fff; }
  .ribbon-closable--profiling .ribbon-closable__title {
    max-width: initial;
    font-size: 17px;
    text-align: center; }
  .ribbon-closable--profiling .ribbon-closable__link:hover .ribbon-closable__title {
    text-decoration: underline; }

.ribbon-closable--puzzle-english {
  background-image: -webkit-linear-gradient(345deg, #ffe862 0%, #eb8712 100%);
  background-image: -o-linear-gradient(345deg, #ffe862 0%, #eb8712 100%);
  background-image: linear-gradient(105deg, #ffe862 0%, #eb8712 100%); }
  .ribbon-closable--puzzle-english .ribbon-closable__inner {
    padding: 29px 0;
    padding-left: 85px; }
  .ribbon-closable--puzzle-english .ribbon-closable__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 15px; }
    .ribbon-closable--puzzle-english .ribbon-closable__title::before {
      content: "";
      position: absolute;
      left: 0;
      width: 73px;
      height: 41px;
      background-repeat: no-repeat;
      background-size: 100%;
      background-image: url(/build/52c98aabb6ba9c50348b71b3355c4556.svg); }

.ribbon-closable--names {
  background-image: -webkit-gradient(linear, left top, right top, from(#00c0f3), to(#17cbfb));
  background-image: -webkit-linear-gradient(left, #00c0f3 0%, #17cbfb 100%);
  background-image: -o-linear-gradient(left, #00c0f3 0%, #17cbfb 100%);
  background-image: linear-gradient(to right, #00c0f3 0%, #17cbfb 100%); }
  .ribbon-closable--names .ribbon-closable__link {
    display: block;
    text-decoration: none;
    color: #fff; }
  .ribbon-closable--names .ribbon-closable__title {
    max-width: initial;
    font-size: 17px;
    text-align: center; }
  .ribbon-closable--names .ribbon-closable__link:hover .ribbon-closable__title {
    text-decoration: underline; }

.ribbon-closable--day-science {
  background-image: -webkit-linear-gradient(357deg, #37ebba, #72afd3);
  background-image: -o-linear-gradient(357deg, #37ebba, #72afd3);
  background-image: linear-gradient(93deg, #37ebba, #72afd3); }
  .ribbon-closable--day-science .ribbon-closable__link {
    display: block;
    text-decoration: none;
    color: #fff; }
  .ribbon-closable--day-science .ribbon-closable__title {
    max-width: initial;
    font-size: 17px;
    text-align: center; }
  .ribbon-closable--day-science .online-school-text {
    display: none; }
  .ribbon-closable--day-science .ribbon-closable__link:hover .ribbon-closable__title {
    text-decoration: underline; }

.ribbon-closable--black-friday {
  background-image: -webkit-linear-gradient(357deg, #ff7d06, #dd2a1f);
  background-image: -o-linear-gradient(357deg, #ff7d06, #dd2a1f);
  background-image: linear-gradient(93deg, #ff7d06, #dd2a1f); }
  .ribbon-closable--black-friday .ribbon-closable__link {
    display: block;
    text-decoration: none;
    color: #fff; }
  .ribbon-closable--black-friday .ribbon-closable__title {
    max-width: initial;
    font-size: 17px;
    text-align: center; }
  .ribbon-closable--black-friday .ribbon-closable__link:hover .ribbon-closable__title {
    text-decoration: underline; }

.ribbon-closable--sale-out {
  background-image: -webkit-linear-gradient(357deg, #ffa334, #ff6506);
  background-image: -o-linear-gradient(357deg, #ffa334, #ff6506);
  background-image: linear-gradient(93deg, #ffa334, #ff6506); }
  .ribbon-closable--sale-out .ribbon-closable__link {
    display: block;
    text-decoration: none;
    color: #fff; }
  .ribbon-closable--sale-out .ribbon-closable__title {
    max-width: initial;
    font-size: 17px;
    text-align: center; }
  .ribbon-closable--sale-out .ribbon-closable__link:hover .ribbon-closable__title {
    text-decoration: underline; }

.ribbon-closable--price-up {
  overflow: hidden; }
  .ribbon-closable--price-up .ribbon-closable__inner {
    position: relative; }
  .ribbon-closable--price-up .ribbon-closable__title {
    position: relative; }

.ribbon-closable--new-year-2019 {
  background-image: -webkit-linear-gradient(349deg, #2af39a, #0ab4e3);
  background-image: -o-linear-gradient(349deg, #2af39a, #0ab4e3);
  background-image: linear-gradient(101deg, #2af39a, #0ab4e3); }
  .ribbon-closable--new-year-2019 .ribbon-closable__link {
    display: block;
    text-decoration: none;
    color: #fff; }
  .ribbon-closable--new-year-2019 .ribbon-closable__title {
    max-width: initial;
    font-size: 17px;
    text-align: center; }
  .ribbon-closable--new-year-2019 .ribbon-closable__link:hover .ribbon-closable__title {
    text-decoration: underline; }

.ribbon-closable--mentalist {
  background-image: -webkit-gradient(linear, left top, right top, from(#ac32e4), to(#5c0086));
  background-image: -webkit-linear-gradient(left, #ac32e4, #5c0086);
  background-image: -o-linear-gradient(left, #ac32e4, #5c0086);
  background-image: linear-gradient(to right, #ac32e4, #5c0086); }
  .ribbon-closable--mentalist .ribbon-closable__link {
    display: block;
    text-decoration: none;
    color: #fff; }
  .ribbon-closable--mentalist .ribbon-closable__title {
    max-width: initial;
    font-size: 17px;
    text-align: center; }
  .ribbon-closable--mentalist .ribbon-closable__link:hover .ribbon-closable__title {
    text-decoration: underline; }

.ribbon-closable--student-day-2020 {
  background-image: -webkit-linear-gradient(358deg, #2af39a, #0ab4e3);
  background-image: -o-linear-gradient(358deg, #2af39a, #0ab4e3);
  background-image: linear-gradient(92deg, #2af39a, #0ab4e3); }
  .ribbon-closable--student-day-2020 .ribbon-closable__link {
    display: block;
    text-decoration: none;
    color: #fff; }
  .ribbon-closable--student-day-2020 .ribbon-closable__title {
    max-width: initial;
    font-size: 17px;
    text-align: center; }
  .ribbon-closable--student-day-2020 .ribbon-closable__link:hover .ribbon-closable__title {
    text-decoration: underline; }

.ribbon-closable--day-russian-science {
  background-image: -webkit-linear-gradient(359deg, #ff5bf8 0%, #ffa65f);
  background-image: -o-linear-gradient(359deg, #ff5bf8 0%, #ffa65f);
  background-image: linear-gradient(91deg, #ff5bf8 0%, #ffa65f); }
  .ribbon-closable--day-russian-science .ribbon-closable__link {
    display: block;
    text-decoration: none;
    color: #fff; }
  .ribbon-closable--day-russian-science .ribbon-closable__title {
    max-width: initial;
    font-size: 17px;
    text-align: center; }
  .ribbon-closable--day-russian-science .ribbon-closable__link:hover .ribbon-closable__title {
    text-decoration: underline; }

.ribbon-closable--day-of-saint-valentine {
  background-image: -webkit-linear-gradient(358deg, #ee609c, #ee609c, #cf6cc9, #9325d0);
  background-image: -o-linear-gradient(358deg, #ee609c, #ee609c, #cf6cc9, #9325d0);
  background-image: linear-gradient(92deg, #ee609c, #ee609c, #cf6cc9, #9325d0); }
  .ribbon-closable--day-of-saint-valentine .ribbon-closable__link {
    display: block;
    text-decoration: none;
    color: #fff; }
  .ribbon-closable--day-of-saint-valentine .ribbon-closable__title {
    max-width: initial;
    font-size: 17px;
    font-weight: 600;
    text-align: center; }
  .ribbon-closable--day-of-saint-valentine .ribbon-closable__link:hover .ribbon-closable__title {
    text-decoration: underline; }

.ribbon-closable--sky-skills-ei {
  background-color: #03a9f4; }
  .ribbon-closable--sky-skills-ei .ribbon-closable__link {
    display: block;
    text-decoration: none;
    color: #fff; }
  .ribbon-closable--sky-skills-ei .ribbon-closable__inner {
    display: block;
    text-align: center; }
  .ribbon-closable--sky-skills-ei .ribbon-closable__subtitle {
    margin: 0;
    font-weight: 400; }
  .ribbon-closable--sky-skills-ei .ribbon-closable__link:hover .ribbon-closable__title {
    text-decoration: underline; }

.ribbon-closable--23-february-2019 {
  background-image: -webkit-linear-gradient(358deg, #42e096, #53d1c6 48%, #42e096 80%);
  background-image: -o-linear-gradient(358deg, #42e096, #53d1c6 48%, #42e096 80%);
  background-image: linear-gradient(92deg, #42e096, #53d1c6 48%, #42e096 80%); }
  .ribbon-closable--23-february-2019 .ribbon-closable__title {
    margin: 0 auto;
    padding-right: 24px;
    font-weight: 600; }

.ribbon-closable--all-inclusive {
  background-image: -webkit-linear-gradient(349deg, #f76f62, #fe5196);
  background-image: -o-linear-gradient(349deg, #f76f62, #fe5196);
  background-image: linear-gradient(101deg, #f76f62, #fe5196); }
  .ribbon-closable--all-inclusive .ribbon-closable__link {
    display: block;
    text-decoration: none;
    color: #fff; }
  .ribbon-closable--all-inclusive .ribbon-closable__title {
    max-width: initial;
    font-size: 17px;
    text-align: center; }
  .ribbon-closable--all-inclusive .ribbon-closable__link:hover .ribbon-closable__title {
    text-decoration: underline; }

.ribbon-closable--8-march .ribbon-closable__link {
  display: block;
  text-decoration: none;
  color: #fff; }

.ribbon-closable--8-march .ribbon-closable__title {
  max-width: initial;
  font-size: 17px;
  text-align: center; }

.ribbon-closable--8-march .ribbon-closable__link:hover .ribbon-closable__title {
  text-decoration: underline; }

.ribbon-closable--1-april {
  background-image: -webkit-linear-gradient(2deg, #3da3ff, #71e9ff);
  background-image: -o-linear-gradient(2deg, #3da3ff, #71e9ff);
  background-image: linear-gradient(88deg, #3da3ff, #71e9ff); }
  .ribbon-closable--1-april .ribbon-closable__link {
    display: block;
    text-decoration: none;
    color: #fff; }
  .ribbon-closable--1-april .ribbon-closable__title {
    max-width: initial;
    font-size: 17px;
    text-align: center; }
  .ribbon-closable--1-april .ribbon-closable__link:hover .ribbon-closable__title {
    text-decoration: underline; }

.ribbon-closable--mozgokachka {
  background-image: -webkit-linear-gradient(2deg, #00dfaf, #04cfa4);
  background-image: -o-linear-gradient(2deg, #00dfaf, #04cfa4);
  background-image: linear-gradient(88deg, #00dfaf, #04cfa4); }
  .ribbon-closable--mozgokachka .ribbon-closable__link {
    display: block;
    text-decoration: none;
    color: #fff; }
  .ribbon-closable--mozgokachka .ribbon-closable__title {
    max-width: initial;
    font-size: 17px;
    text-align: center; }
  .ribbon-closable--mozgokachka .ribbon-closable__link:hover .ribbon-closable__title {
    text-decoration: underline; }

.ribbon-closable--12-april {
  background-image: -webkit-gradient(linear, left top, right top, from(#19c6f5), to(#e28bff));
  background-image: -webkit-linear-gradient(left, #19c6f5, #e28bff);
  background-image: -o-linear-gradient(left, #19c6f5, #e28bff);
  background-image: linear-gradient(to right, #19c6f5, #e28bff); }
  .ribbon-closable--12-april .ribbon-closable__link {
    display: block;
    text-decoration: none;
    color: #fff; }
  .ribbon-closable--12-april .ribbon-closable__title {
    max-width: initial;
    font-size: 17px;
    text-align: center; }
  .ribbon-closable--12-april .ribbon-closable__link:hover .ribbon-closable__title {
    text-decoration: underline; }

.ribbon-closable--webinar-test {
  background-image: -webkit-gradient(linear, left top, right top, from(#209CFF), to(#37DD91));
  background-image: -webkit-linear-gradient(left, #209CFF, #37DD91);
  background-image: -o-linear-gradient(left, #209CFF, #37DD91);
  background-image: linear-gradient(to right, #209CFF, #37DD91); }
  .ribbon-closable--webinar-test .ribbon-closable__link {
    display: block;
    text-decoration: none;
    color: #fff; }
  .ribbon-closable--webinar-test .ribbon-closable__title {
    max-width: initial;
    font-size: 17px;
    text-align: center; }
  .ribbon-closable--webinar-test .ribbon-closable__link:hover .ribbon-closable__title {
    text-decoration: underline; }

.ribbon-closable--base {
  background-image: -webkit-linear-gradient(349deg, #f76f62, #fe5196);
  background-image: -o-linear-gradient(349deg, #f76f62, #fe5196);
  background-image: linear-gradient(101deg, #f76f62, #fe5196); }
  .ribbon-closable--base .ribbon-closable__link {
    display: block;
    text-decoration: none;
    color: #fff; }
  .ribbon-closable--base .ribbon-closable__title {
    max-width: initial;
    font-size: 17px;
    text-align: center; }
  .ribbon-closable--base .ribbon-closable__link:hover .ribbon-closable__title {
    text-decoration: underline; }

.ribbon-closable--cognitive {
  background-image: -webkit-linear-gradient(358deg, #32d6bd, #209cff);
  background-image: -o-linear-gradient(358deg, #32d6bd, #209cff);
  background-image: linear-gradient(92deg, #32d6bd, #209cff); }
  .ribbon-closable--cognitive .ribbon-closable__link {
    display: block;
    text-decoration: none;
    color: #fff; }
  .ribbon-closable--cognitive .ribbon-closable__title {
    max-width: initial;
    font-size: 17px;
    text-align: center; }
  .ribbon-closable--cognitive .ribbon-closable__link:hover .ribbon-closable__title {
    text-decoration: underline; }

.ribbon-closable--speed-violet {
  background-image: -webkit-gradient(linear, left top, right top, from(#ce64fa), to(#2debff));
  background-image: -webkit-linear-gradient(left, #ce64fa, #2debff);
  background-image: -o-linear-gradient(left, #ce64fa, #2debff);
  background-image: linear-gradient(to right, #ce64fa, #2debff); }
  .ribbon-closable--speed-violet .ribbon-closable__link {
    display: block;
    text-decoration: none;
    color: #fff; }
  .ribbon-closable--speed-violet .ribbon-closable__title {
    max-width: initial;
    font-size: 17px;
    text-align: center; }
  .ribbon-closable--speed-violet .ribbon-closable__link:hover .ribbon-closable__title {
    text-decoration: underline; }

.ribbon-closable--speed-blue {
  background-image: -webkit-gradient(linear, left top, right top, from(#0ab4e3), to(#2af39a));
  background-image: -webkit-linear-gradient(left, #0ab4e3, #2af39a);
  background-image: -o-linear-gradient(left, #0ab4e3, #2af39a);
  background-image: linear-gradient(to right, #0ab4e3, #2af39a); }
  .ribbon-closable--speed-blue .ribbon-closable__link {
    display: block;
    text-decoration: none;
    color: #fff; }
  .ribbon-closable--speed-blue .ribbon-closable__title {
    max-width: initial;
    font-size: 17px;
    text-align: center; }
  .ribbon-closable--speed-blue .ribbon-closable__link:hover .ribbon-closable__title {
    text-decoration: underline; }

.ribbon-closable--1-may-2019 {
  background-image: -webkit-linear-gradient(349deg, #fc6076, #ff9944);
  background-image: -o-linear-gradient(349deg, #fc6076, #ff9944);
  background-image: linear-gradient(101deg, #fc6076, #ff9944); }
  .ribbon-closable--1-may-2019 .ribbon-closable__title {
    margin: 0 auto;
    padding-right: 24px;
    font-weight: 600; }

.ribbon-closable--9-may-2019 {
  background-image: -webkit-linear-gradient(349deg, #e64138, #f97132);
  background-image: -o-linear-gradient(349deg, #e64138, #f97132);
  background-image: linear-gradient(101deg, #e64138, #f97132); }
  .ribbon-closable--9-may-2019 .ribbon-closable__title {
    margin: 0 auto;
    padding-right: 24px;
    font-weight: 600; }

.ribbon-closable--9-may-2019-2 {
  background-image: -webkit-linear-gradient(182deg, #ff9b18, #fe7c48);
  background-image: -o-linear-gradient(182deg, #ff9b18, #fe7c48);
  background-image: linear-gradient(268deg, #ff9b18, #fe7c48);
  text-align: left; }
  .ribbon-closable--9-may-2019-2 .ribbon-closable__title {
    padding-right: 24px;
    font-weight: 700;
    max-width: 280px; }

.ribbon-closable--day-of-light {
  background-image: -webkit-linear-gradient(358deg, #f97f4e, #ec455c);
  background-image: -o-linear-gradient(358deg, #f97f4e, #ec455c);
  background-image: linear-gradient(92deg, #f97f4e, #ec455c);
  text-align: left; }
  .ribbon-closable--day-of-light .ribbon-closable__title {
    padding-right: 24px;
    font-weight: 700;
    max-width: 280px; }

.ribbon-closable--webinar-21-may {
  background-image: -webkit-gradient(linear, left top, right top, from(#09f3bb), to(#ea62ff));
  background-image: -webkit-linear-gradient(left, #09f3bb, #ea62ff);
  background-image: -o-linear-gradient(left, #09f3bb, #ea62ff);
  background-image: linear-gradient(to right, #09f3bb, #ea62ff); }
  .ribbon-closable--webinar-21-may .ribbon-closable__title {
    margin: 0 auto;
    padding-right: 24px;
    font-weight: 600; }

.ribbon-closable--webinar-23-may {
  background-image: -webkit-linear-gradient(11deg, #b60f87 0%, #fea317);
  background-image: -o-linear-gradient(11deg, #b60f87 0%, #fea317);
  background-image: linear-gradient(79deg, #b60f87 0%, #fea317); }
  .ribbon-closable--webinar-23-may .ribbon-closable__title {
    margin: 0 auto;
    line-height: 19px;
    padding-right: 24px;
    font-weight: 700; }

.ribbon-closable--telesales {
  background-image: -webkit-linear-gradient(11deg, #22cd85 0%, #46e3eb);
  background-image: -o-linear-gradient(11deg, #22cd85 0%, #46e3eb);
  background-image: linear-gradient(79deg, #22cd85 0%, #46e3eb);
  text-align: left; }
  .ribbon-closable--telesales .ribbon-closable__title {
    padding-right: 24px;
    font-weight: 700;
    max-width: 280px; }

.ribbon-closable--summer-is-coming {
  background-image: -webkit-linear-gradient(11deg, #2894eb 0%, #46e3eb);
  background-image: -o-linear-gradient(11deg, #2894eb 0%, #46e3eb);
  background-image: linear-gradient(79deg, #2894eb 0%, #46e3eb); }
  .ribbon-closable--summer-is-coming .ribbon-closable__title {
    margin: 0 auto;
    line-height: 19px;
    padding-right: 24px;
    font-weight: 700;
    max-width: 150px;
    margin-left: 0; }

.ribbon-closable--summer-is-coming-ends {
  background-image: -webkit-linear-gradient(2deg, #ef5e07 0%, #ffbd21);
  background-image: -o-linear-gradient(2deg, #ef5e07 0%, #ffbd21);
  background-image: linear-gradient(88deg, #ef5e07 0%, #ffbd21);
  text-align: left; }
  .ribbon-closable--summer-is-coming-ends .ribbon-closable__title {
    padding-right: 24px;
    font-weight: 700;
    max-width: 215px; }

.ribbon-closable--russian-day-ends {
  text-align: left;
  background-color: #4665f8;
  background-repeat: no-repeat; }
  .ribbon-closable--russian-day-ends .ribbon-closable__inner {
    padding-top: 9px;
    padding-bottom: 9px; }
  .ribbon-closable--russian-day-ends .ribbon-closable__title {
    padding-right: 24px;
    font-weight: 700;
    max-width: 280px; }

.ribbon-closable--harmony {
  background-image: -webkit-linear-gradient(358deg, #748aff, #2de7ff 100%);
  background-image: -o-linear-gradient(358deg, #748aff, #2de7ff 100%);
  background-image: linear-gradient(92deg, #748aff, #2de7ff 100%);
  text-align: left; }
  .ribbon-closable--harmony .ribbon-closable__title {
    padding-right: 24px;
    font-weight: 700;
    max-width: 280px; }

.ribbon-closable--young-day-2019 {
  background-image: -webkit-linear-gradient(2deg, #fc07c0, #fcbb22 100%);
  background-image: -o-linear-gradient(2deg, #fc07c0, #fcbb22 100%);
  background-image: linear-gradient(88deg, #fc07c0, #fcbb22 100%);
  text-align: left; }
  .ribbon-closable--young-day-2019 .ribbon-closable__title {
    padding-right: 24px;
    font-weight: 700;
    max-width: 280px; }

.ribbon-closable--courses-sale-990 {
  background-image: -webkit-linear-gradient(358deg, #ffb14f, #ff7086 53%, #c852ff);
  background-image: -o-linear-gradient(358deg, #ffb14f, #ff7086 53%, #c852ff);
  background-image: linear-gradient(92deg, #ffb14f, #ff7086 53%, #c852ff);
  text-align: left; }
  .ribbon-closable--courses-sale-990 .ribbon-closable__title {
    padding-right: 24px;
    font-weight: 700;
    max-width: 280px; }

.ribbon-closable--mozgokachka-2019 {
  background-image: -webkit-linear-gradient(357deg, #fece00, #a8ed53 26%, #42bfe8 70%, #03c8d8);
  background-image: -o-linear-gradient(357deg, #fece00, #a8ed53 26%, #42bfe8 70%, #03c8d8);
  background-image: linear-gradient(93deg, #fece00, #a8ed53 26%, #42bfe8 70%, #03c8d8);
  text-align: left; }
  .ribbon-closable--mozgokachka-2019 .ribbon-closable__title {
    padding-right: 24px;
    font-weight: 700;
    max-width: 280px; }

.ribbon-closable--user-birthday {
  background-image: -webkit-linear-gradient(169deg, #fbab30, #fb5f78);
  background-image: -o-linear-gradient(169deg, #fbab30, #fb5f78);
  background-image: linear-gradient(281deg, #fbab30, #fb5f78);
  text-align: left;
  overflow: hidden; }
  .ribbon-closable--user-birthday .ribbon-closable__title {
    padding-right: 24px;
    font-weight: 700;
    max-width: 280px; }

.ribbon-closable--family-day {
  background-image: -webkit-linear-gradient(2deg, #1684fa, #91fc40);
  background-image: -o-linear-gradient(2deg, #1684fa, #91fc40);
  background-image: linear-gradient(88deg, #1684fa, #91fc40); }
  .ribbon-closable--family-day .ribbon-closable__title {
    padding-right: 24px;
    font-weight: 700;
    max-width: 280px; }

.ribbon-closable--critical-thinking {
  background-image: -webkit-linear-gradient(182deg, #2af39a, #0db9dd);
  background-image: -o-linear-gradient(182deg, #2af39a, #0db9dd);
  background-image: linear-gradient(268deg, #2af39a, #0db9dd);
  text-align: left; }
  .ribbon-closable--critical-thinking .ribbon-closable__title {
    padding-right: 24px;
    font-weight: 700;
    max-width: 280px; }

.ribbon-closable--friends-day .ribbon-closable__title {
  max-width: 256px; }

.ribbon-closable--lucky-you-2019 .ribbon-closable__inner {
  position: relative; }

.ribbon-closable--lucky-you-2019 .ribbon-closable__title {
  max-width: calc(100% - 18px); }

.ribbon-closable--lucky-you-2019 .ribbon-closable__close-btn {
  right: -10px; }

.ribbon-closable--winter-2020 .ribbon-closable__inner {
  position: relative; }

.ribbon-closable--winter-2020 .ribbon-closable__title {
  position: relative; }

.ribbon-closable--tariff-update .ribbon-closable__inner {
  position: relative; }

.ribbon-closable--tariff-update .ribbon-closable__title {
  max-width: calc(100% - 38px); }

.ribbon-closable--winter-2020-2 .ribbon-closable__inner {
  position: relative; }

.ribbon-closable--winter-2020-2 .ribbon-closable__title {
  max-width: calc(100% - 18px); }

.ribbon-closable--winter-2020-2 .ribbon-closable__close-btn {
  right: -10px; }

.ribbon-closable--christmas-2019 .ribbon-closable__inner {
  position: relative;
  padding: 0; }

.ribbon-closable--christmas-2019 .ribbon-closable__title {
  position: relative;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-right: 10px; }

.ribbon-closable--perfect-russian-lang {
  background-image: -webkit-linear-gradient(169deg, #df56eb, #ff59c7, #ffbb5f);
  background-image: -o-linear-gradient(169deg, #df56eb, #ff59c7, #ffbb5f);
  background-image: linear-gradient(281deg, #df56eb, #ff59c7, #ffbb5f);
  text-align: left; }
  .ribbon-closable--perfect-russian-lang .ribbon-closable__title {
    padding-right: 24px;
    font-weight: 700;
    max-width: 280px; }

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100% !important;
  height: 100% !important;
  min-width: 320px;
  background-color: rgba(0, 0, 0, 0.4) !important; }
  .popup__inner {
    position: absolute;
    top: 10%;
    left: calc(50% - 140px);
    background-color: #fff;
    width: 280px;
    height: auto;
    padding: 15px;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06); }
    .popup__inner--centered {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .popup__inner .preloader {
      width: 100%;
      height: 100%; }
  .popup--white .popup__inner {
    background-color: #fff; }
  .popup__heading {
    margin-bottom: 15px;
    font-size: 16px; }
  .popup--scrollable .popup__content {
    height: 310px;
    overflow-y: auto; }
  .popup__img {
    display: block;
    margin: 0 auto 15px; }
  .popup__close {
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    font-size: 0; }
    .popup__close:focus {
      outline: none; }
  .popup__title {
    margin: 0 auto 20px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4; }
    .popup__title--light {
      font-weight: 300; }
    .popup__title--large {
      font-size: 21px; }
  .popup--scrollable .popup__title {
    -webkit-transform: translateX(-6px);
        -ms-transform: translateX(-6px);
            transform: translateX(-6px); }
  .popup__content:after {
    content: "";
    display: table;
    clear: both; }
  .popup__content--centered {
    margin-top: 0;
    height: auto; }
  .popup__content--gift {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 300px;
    overflow-y: auto; }
  .popup__text {
    font-size: 16px;
    max-width: 400px;
    margin: 0 auto; }
    .popup__text--small {
      font-size: 14px; }
    .popup__text--centered {
      text-align: center; }
    .popup__text span {
      white-space: nowrap; }
  .popup__license-text {
    margin: 0;
    padding-left: 26px;
    font-size: 16px; }
  .popup__text-right {
    text-align: right;
    font-size: 14px; }
  .popup__btnset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .popup__btn {
    float: initial !important;
    display: block;
    min-width: 90px;
    margin: 0 auto; }
  .popup--premium_modal .popup__title {
    width: 80%;
    margin: 80px auto 40px; }

.visually-hidden:not(:focus):not(:active),
input[type="checkbox"].visually-hidden,
input[type="radio"].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden; }

.popup-new-level__inner {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100vw;
  height: 100%;
  background-color: #ff6058;
  background-image: url(/build/77569d9c3a84021ab461f1b1c721ab63.svg), url(/build/868ad5346401582ec0b819a7542365bc.svg), -webkit-gradient(linear, right bottom, left top, color-stop(10%, #e988ff), to(#ff6058));
  background-image: url(/build/77569d9c3a84021ab461f1b1c721ab63.svg), url(/build/868ad5346401582ec0b819a7542365bc.svg), -webkit-linear-gradient(right bottom, #e988ff 10%, #ff6058);
  background-image: url(/build/77569d9c3a84021ab461f1b1c721ab63.svg), url(/build/868ad5346401582ec0b819a7542365bc.svg), -o-linear-gradient(right bottom, #e988ff 10%, #ff6058);
  background-image: url(/build/77569d9c3a84021ab461f1b1c721ab63.svg), url(/build/868ad5346401582ec0b819a7542365bc.svg), linear-gradient(to left top, #e988ff 10%, #ff6058);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 172px 306px, 162px 253px, 100% 100%;
  background-position: 16px 0, 100% 0, 0 0; }

.popup-new-level__title {
  width: 240px;
  margin-top: 24px;
  font-size: 21px;
  color: #fff; }

.popup-new-level__content {
  height: 245px;
  text-align: center; }

.popup-new-level__level {
  width: 120px;
  height: 85px;
  margin: 0 auto 12px;
  padding: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 75px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background: transparent url(/build/2e1e4039c61e5747b20b152eee2d415d.svg) no-repeat;
  background-size: 100%; }

.popup-new-level__subtitle {
  margin: 0 auto;
  margin-bottom: 2px;
  font-size: 16px;
  color: #fff; }
  .popup-new-level__subtitle--top {
    margin-bottom: 10px; }

.popup-new-level__text {
  color: #fff; }

.popup-new-level__btn {
  width: 200px;
  height: 56px;
  margin-top: 12px;
  font-size: 16px;
  line-height: 35px;
  vertical-align: middle;
  color: #3a3a3a;
  background-color: #fff; }
  .popup-new-level__btn:hover {
    color: #3a3a3a;
    background-color: #fff; }

.popup-new-level .games-level__info-text {
  margin: 0 auto;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8); }

.popup-new-level .popup__close {
  top: 14px;
  right: 14px; }

.popup-new-level .popup__heading {
  margin: 0; }

.popup-new-level .btn {
  padding: 10px 29px;
  font-size: 16px; }
  .popup-new-level .btn--close {
    padding: 0;
    font-size: 0; }

.popup-birthday {
  display: block; }
  .popup-birthday__title {
    font-size: 19px;
    font-weight: 700;
    color: #4d4d4d; }
  .popup-birthday__text {
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 500;
    color: #4d4d4d;
    text-align: center; }
  .popup-birthday__img {
    display: block;
    margin-bottom: 25px; }
  .popup-birthday__btn {
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 15px auto 0; }

.popup-notification .popup__inner {
  width: 288px;
  height: 367px; }

.popup-notification .popup__title {
  max-width: 210px;
  margin: 0 auto 36px;
  font-size: 18px; }

.popup-notification .popup__content {
  height: 205px;
  text-align: center; }

.popup-notification .popup__img {
  margin-bottom: 45px; }

.popup-notification .popup__btn {
  display: inline-block;
  vertical-align: top; }

#mt_c {
  width: 532px !important;
  border: none !important;
  border-radius: 4px; }
  #mt_c .title {
    background-image: none !important;
    padding-left: 0 !important;
    text-align: center !important;
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important; }
    #mt_c .title h1 {
      font-size: 21px !important;
      color: #333 !important; }
  #mt_c p {
    font-size: 14px;
    color: #999;
    font-weight: 400; }
  #mt_c .nopadding {
    font-weight: 600;
    color: #333 !important; }
  #mt_c blockquote {
    margin-left: 0 !important;
    margin-right: 0 !important;
    color: #999;
    font-size: 14px !important; }
  #mt_c input[type="text"] {
    border-radius: 4px !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important; }
    #mt_c input[type="text"]::-webkit-input-placeholder {
      color: #333 !important;
      font-size: 14px !important; }
    #mt_c input[type="text"]::-moz-placeholder {
      color: #333 !important;
      font-size: 14px !important; }
    #mt_c input[type="text"]:-moz-placeholder {
      color: #333 !important;
      font-size: 14px !important; }
    #mt_c input[type="text"]:-ms-input-placeholder {
      color: #333 !important;
      font-size: 14px !important; }
  #mt_c .mt_snd {
    position: relative;
    height: initial !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    letter-spacing: .5px;
    padding: 16px 54px !important;
    line-height: 1.4 !important;
    border-radius: 50px !important;
    -webkit-transition: -webkit-transform .2s ease-in-out, -webkit-box-shadow .2s ease-in-out !important;
    transition: -webkit-transform .2s ease-in-out, -webkit-box-shadow .2s ease-in-out !important;
    -o-transition: transform .2s ease-in-out, box-shadow .2s ease-in-out !important;
    transition: transform .2s ease-in-out, box-shadow .2s ease-in-out !important;
    transition: transform .2s ease-in-out, box-shadow .2s ease-in-out, -webkit-transform .2s ease-in-out, -webkit-box-shadow .2s ease-in-out !important;
    background-color: #6039aa !important;
    background-image: none !important;
    color: #fff !important; }
    #mt_c .mt_snd:hover, #mt_c .mt_snd:focus {
      -webkit-box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.2) !important;
              box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.2) !important;
      -webkit-transform: translateY(-1px);
          -ms-transform: translateY(-1px);
              transform: translateY(-1px);
      color: #fff !important;
      background-color: #8061bb !important; }
    #mt_c .mt_snd:active {
      -webkit-transition: -webkit-transform .1s ease-in-out, -webkit-box-shadow .1s ease-in-out !important;
      transition: -webkit-transform .1s ease-in-out, -webkit-box-shadow .1s ease-in-out !important;
      -o-transition: transform .1s ease-in-out, box-shadow .1s ease-in-out !important;
      transition: transform .1s ease-in-out, box-shadow .1s ease-in-out !important;
      transition: transform .1s ease-in-out, box-shadow .1s ease-in-out, -webkit-transform .1s ease-in-out, -webkit-box-shadow .1s ease-in-out !important;
      -webkit-transform: none !important;
          -ms-transform: none !important;
              transform: none !important;
      -webkit-box-shadow: none !important;
              box-shadow: none !important;
      background-color: #4d2e88 !important; }
  #mt_c input[type="button"].mt_cl {
    position: relative;
    height: initial !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    letter-spacing: .5px;
    padding: 16px 56px !important;
    line-height: 1.4 !important;
    border-radius: 50px !important;
    background-color: #f7f5fb !important;
    color: #6039aa !important;
    border: 1px solid #6039aa !important;
    -webkit-transition: -webkit-transform .2s ease-in-out, -webkit-box-shadow .2s ease-in-out !important;
    transition: -webkit-transform .2s ease-in-out, -webkit-box-shadow .2s ease-in-out !important;
    -o-transition: transform .2s ease-in-out, box-shadow .2s ease-in-out !important;
    transition: transform .2s ease-in-out, box-shadow .2s ease-in-out !important;
    transition: transform .2s ease-in-out, box-shadow .2s ease-in-out, -webkit-transform .2s ease-in-out, -webkit-box-shadow .2s ease-in-out !important; }
    #mt_c input[type="button"].mt_cl:hover, #mt_c input[type="button"].mt_cl:focus {
      -webkit-box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.2) !important;
              box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.2) !important;
      -webkit-transform: translateY(-1px);
          -ms-transform: translateY(-1px);
              transform: translateY(-1px);
      background-color: #fff !important;
      color: #8061bb !important;
      border-color: #8061bb !important; }
    #mt_c input[type="button"].mt_cl:active {
      -webkit-transition: -webkit-transform .1s ease-in-out, -webkit-box-shadow .1s ease-in-out !important;
      transition: -webkit-transform .1s ease-in-out, -webkit-box-shadow .1s ease-in-out !important;
      -o-transition: transform .1s ease-in-out, box-shadow .1s ease-in-out !important;
      transition: transform .1s ease-in-out, box-shadow .1s ease-in-out !important;
      transition: transform .1s ease-in-out, box-shadow .1s ease-in-out, -webkit-transform .1s ease-in-out, -webkit-box-shadow .1s ease-in-out !important;
      -webkit-transform: none !important;
          -ms-transform: none !important;
              transform: none !important;
      -webkit-box-shadow: none !important;
              box-shadow: none !important;
      background-color: #f7f5fb !important;
      color: #4d2e88 !important;
      border-color: #4d2e88 !important; }

.popup-premium .popup__inner {
  height: auto;
  max-height: 400px; }

.popup-premium .popup__title {
  margin-left: 0;
  text-align: left; }

.popup-paywall .popup__inner {
  max-width: 532px; }

.popup-paywall .popup__heading {
  margin-bottom: 70px;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto; }

.popup-paywall .popup__content {
  max-width: 365px;
  height: auto;
  margin: 0 auto; }

.popup-paywall .popup__title {
  font-size: 21px;
  font-weight: 700;
  line-height: 28px; }

.popup-paywall .registration__field {
  margin-bottom: 80px; }

.popup-paywall .registration__label {
  width: 48px; }

.popup-paywall .registration__input {
  padding-left: 46px;
  font-size: 14px; }
  .popup-paywall .registration__input::-webkit-input-placeholder {
    color: #999;
    font-size: 14px;
    font-weight: 400; }
  .popup-paywall .registration__input::-moz-placeholder {
    color: #999;
    font-size: 14px;
    font-weight: 400; }
  .popup-paywall .registration__input:-ms-input-placeholder {
    color: #999;
    font-size: 14px;
    font-weight: 400; }
  .popup-paywall .registration__input:-moz-placeholder {
    color: #999;
    font-size: 14px;
    font-weight: 400; }
  .popup-paywall .registration__input:focus, .popup-paywall .registration__input:hover {
    border-color: #6039aa; }
  .popup-paywall .registration__input:focus + svg {
    fill: #6039aa;
    opacity: 1; }

.popup-paywall .registration__icon {
  opacity: 1; }

.popup-registration .popup__btn {
  margin-bottom: 20px; }

.popup-registration .registration__card {
  max-width: 364px;
  margin: 0 auto;
  padding: 0;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none; }

.popup-registration .registration__title {
  font-size: 16px; }

.popup-registration .registration__form {
  margin-bottom: 0; }

.popup-registration .link {
  font-size: inherit; }

.popup-registration .conditions {
  max-width: 364px;
  margin: 0 auto; }

.popup-registration .popup__inner {
  height: auto; }

.popup-registration .registration__caption {
  margin-top: 10px; }

.popup-conditions .popup__inner {
  height: auto;
  padding-top: 60px;
  padding-bottom: 40px; }

.popup-conditions .popup__heading {
  margin-bottom: 30px; }

.popup-conditions .popup__title {
  max-width: initial !important;
  font-size: 14px; }

.popup-conditions .popup__btnset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.popup-conditions .popup__btn {
  width: 100%; }
  .popup-conditions .popup__btn:first-child:not(.btn--secondary) {
    margin-left: 0; }
  .popup-conditions .popup__btn:first-child {
    margin-bottom: 16px; }

.popup-licence .popup__inner {
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px; }

.popup-licence .popup__heading {
  margin-bottom: 40px; }

.popup-licence .popup__title {
  max-width: 400px !important;
  margin-left: 0;
  text-align: left;
  font-size: 14px;
  color: #333; }

.popup-licence .popup__content {
  text-align: left; }

.popup-licence .popup__btn {
  margin-left: 0;
  margin-top: 40px; }

.popup-get-premium .popup__inner {
  width: 288px;
  height: 420px;
  padding-top: 50px; }

.popup-get-premium .popup__title {
  max-width: 230px;
  margin: 0 auto 36px;
  margin-bottom: 66px;
  font-size: 14px;
  line-height: 17px; }

.popup-get-premium .popup__content {
  height: 205px;
  text-align: center; }

.popup-get-premium .popup__img {
  margin-bottom: 33px; }

.popup-get-premium .popup__btn {
  display: inline-block;
  vertical-align: top; }

.popup-get-premium .popup__close {
  top: 12px;
  right: 12px; }

.popup-installment .popup__inner {
  height: auto;
  padding-top: 35px; }

.popup-installment .popup__title {
  font-size: 18px; }

.popup-installment .popup__text {
  max-width: 500px;
  margin: 0 auto 32px;
  font-size: 16px;
  text-align: center; }
  .popup-installment .popup__text b {
    white-space: nowrap; }

.popup-installment .popup__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.popup-installment .popup__btn {
  display: inline-block;
  padding: 16px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
  margin: 0 12px; }

.popup-curator .popup__inner {
  top: 2%;
  padding: 28px 10px;
  min-height: 400px;
  height: auto;
  color: #fff;
  background-color: #a888ff; }

.popup-curator .popup__desc {
  font-size: 13px;
  margin-bottom: 0; }

.popup-curator .popup__price {
  font-size: 19px; }

.popup-curator .popup__heading {
  margin-bottom: 0; }

.popup-curator .popup__title {
  margin-bottom: 10px;
  font-weight: 700; }

.popup-curator .popup__img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  padding-bottom: 20px; }

.popup-curator .popup__content {
  text-align: center; }

.popup-curator .popup__text {
  margin: 0 auto 20px;
  max-width: 500px;
  font-size: 14px;
  line-height: 19px;
  text-align: center; }

.popup-curator-on .popup__inner {
  padding: 28px 10px;
  height: auto;
  color: #fff;
  text-align: center;
  background-color: #603aab; }

.popup-curator-on .popup__desc {
  font-size: 16px;
  line-height: 24px; }

.popup-curator-on .popup__text {
  margin-bottom: 20px;
  font-size: 14px; }

.popup-curator-on .popup__counter-text {
  margin-bottom: 0;
  font-size: 12px; }

.btn--curator {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 20px; }

.popup-promo .popup__inner {
  height: 400px;
  padding-top: 35px; }

.popup-promo .popup__title {
  font-size: 18px; }

.popup-promo .popup__text {
  max-width: 500px;
  margin: 0 auto 24px;
  font-size: 14px;
  text-align: center; }
  .popup-promo .popup__text b {
    white-space: nowrap; }

.popup-promo .btn {
  display: table;
  margin: 0 auto; }

.popup-welcome .popup__inner {
  height: auto; }

.popup-welcome .popup__title {
  font-size: 18px; }

.popup-welcome .popup__img {
  width: 70%;
  height: auto; }

.popup-welcome .popup__text {
  max-width: 500px;
  margin: 0 auto 24px;
  font-size: 14px;
  text-align: center; }

.popup-welcome .btn {
  display: table;
  margin: 0 auto; }

@-webkit-keyframes collapse {
  0% {
    -webkit-transform: none;
            transform: none; }
  100% {
    width: 180px;
    height: 40px;
    padding: 7px 8px 8px;
    font-size: 21px; } }

@keyframes collapse {
  0% {
    -webkit-transform: none;
            transform: none; }
  100% {
    width: 180px;
    height: 40px;
    padding: 7px 8px 8px;
    font-size: 21px; } }

.popup-speed-discount .popup__content {
  height: auto; }

.popup-speed-discount .popup__title {
  font-size: 21px;
  font-weight: 700; }

.popup-speed-discount .popup__text {
  max-width: 207px;
  margin-bottom: 40px;
  font-size: 21px;
  text-align: center; }
  .popup-speed-discount .popup__text span {
    color: #ff7988;
    font-weight: 700; }

.popup-speed-discount .counter-fixed {
  position: static;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-width: initial;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }
  .popup-speed-discount .counter-fixed__inner {
    position: relative;
    width: 100%;
    height: 100px;
    max-width: 288px;
    padding: 20px 8px 22px;
    font-size: 48px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px; }
  .popup-speed-discount .counter-fixed__inner--animation {
    -webkit-animation: collapse .4s;
            animation: collapse .4s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
  .popup-speed-discount .counter-fixed__minutes, .popup-speed-discount .counter-fixed__seconds {
    width: 22%; }

.popup-prof .popup__inner {
  height: auto;
  padding: 0;
  padding-top: 32px;
  min-height: 408px;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  -o-transition: transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s; }
  .popup-prof .popup__inner--scrolled {
    -webkit-transform: translateY(-150px);
        -ms-transform: translateY(-150px);
            transform: translateY(-150px);
    top: 0; }

.popup-prof .preloader__wrapper {
  min-height: 370px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.popup-prof .popup__heading {
  padding: 0 16px;
  padding-bottom: 20px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); }

.popup-prof .popup__title {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0; }

.popup-prof .popup__content {
  padding: 0 16px;
  height: 190px; }

.popup-prof .popup__text {
  max-width: none;
  margin-bottom: 30px; }

.popup-prof .popup__footer {
  text-align: center;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #f7f5fa;
  border-radius: 0 0 3px 3px;
  -webkit-box-shadow: 0 -2px 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 -2px 8px 0 rgba(0, 0, 0, 0.1); }

.popup-prof .popup__close {
  z-index: 123;
  display: none; }

.popup-prof__list {
  list-style: none;
  padding-left: 0; }

.popup-prof__item {
  position: relative;
  display: block;
  margin-bottom: 12px;
  font-size: 16px;
  padding-left: 34px; }

.popup-prof__icon {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.popup-prof__start {
  display: none; }
  .popup-prof__start--show {
    display: block; }

.popup-prof__choice {
  display: none; }
  .popup-prof__choice--show {
    display: block; }
  .popup-prof__choice .popup__heading {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .popup-prof__choice .popup__text {
    margin-bottom: 8px;
    font-size: 14px; }
  .popup-prof__choice .search-select__items {
    max-height: 167px; }
  .popup-prof__choice .popup__content {
    overflow: visible; }
  .popup-prof__choice .search-select__item-label:first-letter {
    text-transform: capitalize; }

.popup-prof__finish {
  display: none; }
  .popup-prof__finish--show {
    display: block; }

.popup-prof--congratulations .popup__close {
  display: block; }

.popup-prof--congratulations .popup__title {
  max-width: 500px;
  margin-left: 0; }

.popup-prof--congratulations .popup__img {
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.16); }

.popup-prof--congratulations .popup__footer {
  -webkit-box-shadow: none;
          box-shadow: none; }

.popup-study {
  background-color: transparent;
  font-size: 14px;
  line-height: 1.4; }
  .popup-study .popup__inner {
    height: 407px;
    padding-bottom: 20px; }
  .popup-study .popup__content {
    height: 268px; }
  .popup-study p,
  .popup-study li {
    font-size: 14px;
    line-height: 1.4; }
  .popup-study li {
    margin-bottom: 10px; }

.popup-priority-program .popup__title {
  font-size: 21px;
  line-height: 28px; }

.popup-priority-program .popup__inner {
  height: auto;
  padding: 24px;
  max-width: 532px;
  text-align: center; }

.popup-priority-program .popup__content {
  height: auto; }

.popup-priority-program__img {
  width: 80px;
  height: 80px;
  margin-bottom: 30px; }

.popup-priority-program__btnset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.popup-priority-program__btn {
  padding-left: 34px !important;
  padding-right: 34px !important;
  min-width: 170px; }
  .popup-priority-program__btn:first-child:not(.btn--secondary) {
    margin-left: 0; }
  .popup-priority-program__btn:last-child {
    margin-bottom: 16px; }

.popup-promocode-b2b .popup__inner {
  height: auto;
  padding: 60px 20px 40px;
  text-align: center; }

.popup-promocode-b2b .popup__close {
  top: 12px;
  right: 12px; }

.popup-promocode-b2b .popup__text {
  margin-bottom: 32px;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  text-align: center;
  color: #999; }

.popup-promocode-b2b__img {
  width: 80px;
  height: 80px;
  margin-bottom: 35px; }

.popup-marathon .popup__inner {
  height: auto; }

.popup-marathon .popup__heading {
  margin-bottom: 80px;
  padding-right: 25px; }

.popup-marathon .popup__title {
  font-size: 21px;
  line-height: 28px;
  font-weight: 700;
  color: #333;
  text-align: left; }

.popup-marathon__btn {
  padding: 10px 24px;
  min-width: 76px; }
  .popup-marathon__btn:first-child {
    padding-top: 9px;
    padding-bottom: 9px;
    margin-right: 16px; }

.popup-three-billions .popup__inner {
  height: auto; }

.popup-three-billions .popup__content {
  height: auto; }

.popup-three-billions .popup__title {
  font-size: 21px;
  font-weight: 700; }

.popup-three-billions .popup__text {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 24px;
  text-align: center; }
  .popup-three-billions .popup__text span {
    color: #ff7988;
    font-weight: 700; }

.popup-three-billions .counter-fixed {
  position: static;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-width: initial;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }
  .popup-three-billions .counter-fixed__inner {
    position: relative;
    width: 100%;
    height: 100px;
    max-width: 288px;
    margin-bottom: 50px;
    padding: 20px 8px 22px;
    font-size: 48px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px; }

.popup-three-billions__img {
  width: 400px;
  height: auto; }

.popup-russian-day .modal__title {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 40px;
  margin: 0 auto 40px; }

.popup-russian-day .modal__inner {
  background-color: #AFAFE2; }

.popup-russian-day .modal__heading {
  margin-bottom: 60px; }

.popup-russian-day .modal__container-btn {
  background-color: #AFAFE2;
  -webkit-box-shadow: none;
          box-shadow: none; }

.popup-russian-day .modal__text {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 60px;
  max-width: 205px; }

.popup-russian-day .modal__img {
  max-width: 100%;
  height: auto;
  margin-bottom: 0; }

.popup-russian-day-1 .modal__inner {
  background-color: #95C4EB; }

.popup-russian-day-1 .modal__title {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  padding-top: 30px;
  margin: 0 auto 40px;
  max-width: 220px; }

.popup-russian-day-1 .modal__heading {
  position: relative;
  margin-bottom: 60px; }

.popup-russian-day-1 .modal__img {
  max-width: 100%;
  max-height: 160px;
  height: auto;
  margin-bottom: 0; }

.popup-russian-day-1 .modal__text {
  color: #fff;
  font-size: 16px;
  max-width: 230px; }

.popup-russian-day-1 .modal__container-btn {
  background-color: #95C4EB;
  -webkit-box-shadow: none;
          box-shadow: none; }

.popup-russian-day-1 .modal__red {
  color: #f00; }

.popup-russian-day-gift-400 .modal__inner {
  background-color: #2C39AD; }

.popup-russian-day-gift-400 .modal__title {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  padding-top: 30px;
  margin: 0 auto 40px;
  max-width: 220px; }

.popup-russian-day-gift-400 .modal__heading {
  position: relative;
  margin-bottom: 60px; }

.popup-russian-day-gift-400 .modal__img {
  max-width: 100%;
  max-height: 160px; }

.popup-russian-day-gift-400 .modal__red {
  color: #FF0018; }

.popup-russian-day-gift-400 .modal__text {
  color: #fff;
  font-size: 16px;
  max-width: 230px;
  margin-bottom: 60px; }

.popup-russian-day-gift-400 .modal__container-btn {
  background-color: #2C39AD;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .popup-russian-day-gift-400 .modal__container-btn .btn {
    background-color: #FF0018;
    text-transform: uppercase;
    color: #fff;
    padding: 16px 56px;
    font-size: 16px; }

.popup-russian-day-gift-400 .modal__content .btn {
  background-color: #FF0018;
  text-transform: uppercase;
  color: #fff;
  padding: 16px 56px;
  font-size: 16px; }

.popup-russian-day-ends {
  background-color: #2CC7FF; }
  .popup-russian-day-ends .modal__title {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 40px;
    margin: 0 auto 40px; }
  .popup-russian-day-ends .modal__inner {
    background-color: #2CC7FF; }
  .popup-russian-day-ends .modal__red {
    color: #FF4D88; }
  .popup-russian-day-ends .modal__heading {
    margin-bottom: 60px; }
  .popup-russian-day-ends .modal__container-btn {
    background-color: #2CC7FF;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .popup-russian-day-ends .modal__text {
    color: #fff;
    font-size: 16px;
    font-weight: bold; }
  .popup-russian-day-ends .modal__img {
    max-width: 100%;
    height: auto;
    margin-bottom: 0; }
  .popup-russian-day-ends .modal__content .btn {
    background-color: #FC0048;
    padding: 16px 56px; }
  .popup-russian-day-ends .modal__container-btn .btn {
    background-color: #FC0048; }

.popup-restrictions .popup__inner {
  padding: 35px 15px 31px;
  min-height: 400px;
  height: auto;
  color: #fff;
  background-color: #575afd; }
  .popup-restrictions .popup__inner--restrictions {
    background-color: #ff70a5; }

.popup-restrictions .popup__desc {
  margin: 0 auto;
  margin-bottom: 16px;
  width: 230px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-align: center; }

.popup-restrictions .popup__img {
  width: 207px;
  height: 195px; }

.popup-restrictions .popup__text {
  margin: 0 auto 28px;
  max-width: 500px;
  font-size: 14px;
  line-height: 19px;
  text-align: center; }

.popup-restrictions .btn--yellow {
  display: block;
  margin: 0 auto;
  padding: 16px 20px;
  width: 100%;
  font-size: 16px;
  line-height: 24px; }

.popup-new-year .popup__inner {
  padding: 60px 17px 29px;
  height: auto;
  color: #fff;
  background-color: #6a11cb; }

.popup-new-year .popup__title {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 700; }

.popup-new-year .popup-new-year__img {
  margin: 0 auto;
  display: block; }

.popup-new-year .popup__text {
  max-width: 500px;
  margin: 0 auto 39px;
  font-size: 16px;
  font-weight: 300;
  text-align: center; }

.popup-new-year .btn--yellow {
  display: table;
  margin: 0 auto;
  padding: 17px 56px;
  font-size: 16px; }

.popup-sale {
  position: fixed;
  z-index: 1050;
  bottom: 50px;
  left: 50%;
  width: 206px;
  height: 190px;
  padding: 40px 36px 24px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  overflow: visible; }
  .popup-sale__btn-close {
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
    text-align: left;
    position: absolute;
    top: 20px;
    right: 0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #ccc;
    font-size: 0; }
    .popup-sale__btn-close::before, .popup-sale__btn-close::after {
      content: "";
      position: absolute;
      top: 12px;
      left: 6px;
      width: 14px;
      height: 2px;
      background-color: #fff; }
    .popup-sale__btn-close::before {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    .popup-sale__btn-close::after {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .popup-sale__btn-close:hover, .popup-sale__btn-close:focus {
      background-color: #999; }
  .popup-sale__link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 138px;
    height: 138px;
    border-radius: 50%;
    text-decoration: none;
    color: inherit; }
    .popup-sale__link:hover, .popup-sale__link:focus {
      text-decoration: underline; }
  .popup-sale__title {
    color: inherit; }
  .popup-sale__img {
    position: absolute; }

@-webkit-keyframes falls {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-500px);
            transform: translateY(-500px); }
  35% {
    opacity: 1;
    -webkit-transform: translateY(10px);
            transform: translateY(10px); }
  70% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }

@keyframes falls {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-500px);
            transform: translateY(-500px); }
  35% {
    opacity: 1;
    -webkit-transform: translateY(10px);
            transform: translateY(10px); }
  70% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }

@-webkit-keyframes bubble {
  0% {
    -webkit-transform: none;
            transform: none; }
  35% {
    -webkit-transform: none;
            transform: none; }
  36% {
    -webkit-transform: none;
            transform: none; }
  47% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
  70% {
    -webkit-transform: none;
            transform: none; }
  100% {
    -webkit-transform: none;
            transform: none; } }

@keyframes bubble {
  0% {
    -webkit-transform: none;
            transform: none; }
  35% {
    -webkit-transform: none;
            transform: none; }
  36% {
    -webkit-transform: none;
            transform: none; }
  47% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
  70% {
    -webkit-transform: none;
            transform: none; }
  100% {
    -webkit-transform: none;
            transform: none; } }

@keyframes float {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px); }
  50% {
    -webkit-transform: translatey(-8px);
            transform: translatey(-8px); }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px); } }

.popup-sale.summer-end .popup-sale__link {
  background-color: #fc6076;
  background-image: -webkit-linear-gradient(315deg, #ffeb44, #fc6076);
  background-image: -o-linear-gradient(315deg, #ffeb44, #fc6076);
  background-image: linear-gradient(135deg, #ffeb44, #fc6076);
  -webkit-box-shadow: 0 15px 30px 0 rgba(255, 55, 70, 0.43);
          box-shadow: 0 15px 30px 0 rgba(255, 55, 70, 0.43); }

.popup-sale.summer-end .popup-sale__title {
  font-size: 24px;
  font-weight: 700;
  text-align: center; }

.popup-sale.summer-end .popup-sale__img {
  opacity: 0;
  -webkit-transform: translateY(-500px);
      -ms-transform: translateY(-500px);
          transform: translateY(-500px);
  will-change: transform, opacity; }

.popup-sale.summer-end .summer-end__img-bee {
  top: 95px;
  right: 19px; }

.popup-sale.summer-end .summer-end__img-nut-big {
  left: 0;
  bottom: -16px; }

.popup-sale.summer-end .summer-end__img-nut-small {
  top: 16px;
  left: 66px; }

.popup-sale--animate .popup-sale__img {
  -webkit-animation-name: falls, float;
          animation-name: falls, float;
  -webkit-animation-timing-function: ease-in, ease-in-out;
          animation-timing-function: ease-in, ease-in-out;
  -webkit-animation-duration: .6s, 1.6s;
          animation-duration: .6s, 1.6s;
  -webkit-animation-delay: .6s, 1.4s;
          animation-delay: .6s, 1.4s;
  -webkit-animation-fill-mode: both, none;
          animation-fill-mode: both, none;
  -webkit-animation-iteration-count: 1, infinite;
          animation-iteration-count: 1, infinite; }

.popup-sale--animate .popup-sale__link {
  -webkit-animation: bubble .6s ease-in;
          animation: bubble .6s ease-in;
  -webkit-animation-delay: .6s;
          animation-delay: .6s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.popup-sale-out .popup__inner {
  padding: 60px 17px 29px;
  height: auto;
  color: #fff;
  background-color: #000; }

.popup-sale-out .popup__title {
  margin-bottom: 29px;
  font-size: 21px;
  font-weight: 700; }

.popup-sale-out .popup__text {
  max-width: 500px;
  margin: 0 auto 39px;
  font-size: 16px;
  text-align: center; }

.popup-sale-out .btn--yellow {
  display: table;
  margin: 0 auto;
  padding: 17px 56px;
  font-size: 16px; }

.popup-price-up .popup__inner {
  padding: 0;
  padding-top: 15px;
  height: auto;
  color: #fff;
  background-color: #7fc9ba;
  background-image: url(/build/2880b3446d534549ba4f72a023ffe033.gif);
  background-repeat: no-repeat;
  background-size: 288px 185px;
  background-position-y: 86px; }

.popup-price-up .popup__heading {
  margin-bottom: 205px; }

.popup-price-up .popup__title {
  width: 200px;
  font-size: 21px;
  font-weight: 700;
  line-height: 24px; }

.popup-price-up .popup__content {
  padding: 19px 14px 29px;
  color: #000;
  background-color: #fff; }

.popup-price-up .popup__text {
  max-width: 500px;
  margin: 0 auto 15px;
  font-size: 16px;
  text-align: center; }

.popup-price-up .btn--yellow {
  display: table;
  margin: 0 auto;
  padding: 17px 56px;
  font-size: 16px; }

.popup-newyear-slotmachine .popup__inner {
  padding: 0;
  height: auto;
  color: #fff; }

.popup-newyear-slotmachine .popup__heading {
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 192px;
  background-color: #3023ae;
  background-image: url(/build/87a3cfbcce3f77598cb30dc192f4f25d.svg), -webkit-gradient(linear, left bottom, left top, from(#3023ae), to(#b859c8));
  background-image: url(/build/87a3cfbcce3f77598cb30dc192f4f25d.svg), -webkit-linear-gradient(bottom, #3023ae, #b859c8);
  background-image: url(/build/87a3cfbcce3f77598cb30dc192f4f25d.svg), -o-linear-gradient(bottom, #3023ae, #b859c8);
  background-image: url(/build/87a3cfbcce3f77598cb30dc192f4f25d.svg), linear-gradient(to top, #3023ae, #b859c8);
  background-repeat: no-repeat;
  background-size: 100%, 100%;
  background-position: center 10px, center; }

.popup-newyear-slotmachine .popup__title {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700; }

.popup-newyear-slotmachine .popup-newyear-slotmachine__img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto; }

.popup-newyear-slotmachine .popup__content {
  padding: 10px 23px 30px;
  background-color: #fff;
  color: #000; }

.popup-newyear-slotmachine .popup__text {
  margin: 0 auto 26px;
  font-size: 14px;
  font-weight: 500;
  text-align: center; }

.popup-newyear-slotmachine .btn--yellow {
  display: table;
  margin: 0 auto;
  width: 220px;
  font-size: 16px; }

.gift-ticket {
  display: inline-block;
  vertical-align: top;
  width: 230px;
  height: 285px;
  margin-right: 12px;
  margin-bottom: 12px;
  padding: 20px 0 0;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #e6e6e6; }
  .gift-ticket:nth-of-type(2n) {
    margin-right: 0; }
  .gift-ticket__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%; }
  .gift-ticket__icon-wrap {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 auto;
    background-color: #fdc10a;
    text-align: center;
    line-height: 46px; }
  .gift-ticket__promodode {
    width: 198px;
    height: 63px;
    margin: 16px auto 13px;
    padding-top: 6px;
    text-align: center;
    background-color: #f7f5fa; }
  .gift-ticket__promodode-title {
    margin: 0 0 4px;
    font-weight: 500;
    color: #999; }
  .gift-ticket__promodode-code {
    margin: 0;
    font-size: 21px;
    color: #333;
    border-radius: 4px; }
  .gift-ticket__promodode-text {
    width: 198px;
    margin: 0 auto 13px; }
  .gift-ticket__bottom {
    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: center;
    width: 100%;
    height: 82px;
    margin: auto 0 0;
    padding: 19px 16px 20px;
    border-top: 1px dashed #e6e6e6; }
    .gift-ticket__bottom:after {
      content: "";
      display: table;
      clear: both; }
  .gift-ticket__price {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 32px); }
    .gift-ticket__price p {
      margin: 0; }
      .gift-ticket__price p:first-child {
        margin-bottom: 3px; }
  .gift-ticket__download-btn {
    display: inline-block;
    vertical-align: top;
    border: none;
    outline: none;
    padding-right: 0;
    padding-top: 10px;
    background-color: transparent;
    color: #999; }
    .gift-ticket__download-btn:hover, .gift-ticket__download-btn:focus {
      color: #4d4d4d; }
  .gift-ticket--old {
    color: #999; }
    .gift-ticket--old .gift-ticket__icon-wrap {
      background-color: #e6e6e6; }
    .gift-ticket--old .gift-ticket__promodode {
      background-color: #e6e6e6; }
    .gift-ticket--old .gift-ticket__promodode-code {
      color: inherit; }

.modal {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  min-width: 320px;
  width: 100% !important;
  height: 100vh !important;
  background-color: rgba(0, 0, 0, 0.4);
  overflow-y: auto; }
  .modal__inner {
    position: absolute !important;
    top: 10%;
    left: calc(50% - 140px);
    padding: 15px;
    width: 280px;
    height: 400px;
    background-color: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06); }
  .modal__close {
    position: absolute !important;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    font-size: 0; }
    .modal__close:focus {
      outline: none; }
  .modal__title {
    margin: 0 auto 25px;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center; }
  .modal__heading {
    margin-bottom: 20px; }
  .modal__img {
    display: block;
    margin: 0 auto 15px; }
  .modal__content ::-webkit-scrollbar {
    width: 4px; }
  .modal__content ::-webkit-scrollbar-thumb {
    background: #dedede;
    border-radius: 4px; }
  .modal__content ::-webkit-scrollbar-track {
    background: transparent; }
  .modal__content body {
    scrollbar-face-color: #dedede;
    scrollbar-track-color: transparent; }
  .modal__content:after {
    content: "";
    display: table;
    clear: both; }
  .modal__text {
    margin: 0 auto;
    max-width: 550px;
    font-size: 16px;
    text-align: center; }
  .modal__license-text {
    margin: 0;
    padding-left: 26px;
    font-size: 16px; }
  .modal__text-right {
    font-size: 14px;
    text-align: right; }
  .modal__btnset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.modal--ny .modal__inner {
  color: #fff; }

.modal--ny .modal__inner,
.modal--ny .modal__container-btn {
  background-color: #6a11cb; }

.modal--call .modal__close {
  padding: 0; }

.modal--call .modal__wrap--call form:invalid .btn--purple {
  background-color: #d8d8d8; }

.modal--call .modal__wrap--call .modal__title {
  font-size: 21px;
  font-weight: 400;
  color: #333; }

.modal--call .modal__wrap--call .modal__text {
  font-size: 14px;
  color: #999;
  margin-bottom: 20px; }
  .modal--call .modal__wrap--call .modal__text span {
    font-weight: 700; }

.modal--call .modal__wrap--call .modal__img {
  margin-bottom: 20px;
  width: 90px;
  height: 90px; }

.modal--call .modal__wrap--call .modal__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.modal--call .modal__wrap--call .modal__input-wrap {
  border: 1px solid #cccccc;
  height: 56px;
  width: 100%;
  max-width: 256px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  .modal--call .modal__wrap--call .modal__input-wrap:first-of-type {
    margin-bottom: 16px; }

.modal--call .modal__wrap--call .modal__input-wrap--name::before {
  position: absolute;
  content: '';
  top: 18px;
  left: 18px;
  background-image: url(/build/f7654cbf20a24a1584b58700d8605e51.svg);
  background-size: 16px 18px;
  background-repeat: no-repeat;
  width: 16px;
  height: 18px; }

.modal--call .modal__wrap--call .modal__input-wrap--phone::before {
  position: absolute;
  content: '';
  top: 19px;
  left: 17px;
  background-image: url(/build/4b156fb7785663e7e03c8e0e1ccf761c.svg);
  background-size: 18px 18px;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px; }

.modal--call .modal__wrap--call .modal__input {
  font-size: 14px;
  color: #333;
  padding-left: 60px;
  display: inline-block;
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 30px;
  width: 100%; }
  .modal--call .modal__wrap--call .modal__input:focus {
    outline: none; }
  .modal--call .modal__wrap--call .modal__input::-webkit-input-placeholder {
    font-size: 14px;
    color: #999; }
  .modal--call .modal__wrap--call .modal__input:-ms-input-placeholder {
    font-size: 14px;
    color: #999; }
  .modal--call .modal__wrap--call .modal__input::-ms-input-placeholder {
    font-size: 14px;
    color: #999; }
  .modal--call .modal__wrap--call .modal__input::placeholder {
    font-size: 14px;
    color: #999; }

.modal--call .modal__wrap--result .modal__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.modal--call .modal__wrap--result .modal__title {
  font-size: 21px;
  font-weight: 400;
  color: #333;
  margin-bottom: 13px; }

.modal--call .modal__wrap--result .modal__text {
  font-size: 14px;
  color: #999; }

.ios .modal--call .modal__wrap--call .modal__content {
  padding-bottom: 145px; }

.modal-template {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  min-width: 320px;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4); }
  .modal-template--remote > div > .modal {
    display: block; }
  .modal-template__inner {
    position: absolute;
    top: 0;
    left: 0;
    padding: 30px 0 70px;
    width: 100vw;
    height: 100vh;
    overflow-y: auto;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    border-radius: 3px;
    background-color: #fff; }
  .modal-template__container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    overflow-y: auto; }
  .modal-template__close {
    position: fixed;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    font-size: 0; }
    .modal-template__close:focus {
      outline: none; }
    .modal-template__close--gray {
      padding: 8px; }
  .modal-template__title {
    margin: auto auto 30px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    padding-left: 16px;
    padding-right: 16px; }
  .modal-template__heading {
    margin-bottom: 20px; }
  .modal-template__img {
    display: block;
    margin: auto;
    max-width: 100%;
    max-height: 180px; }
  .modal-template__btn {
    background: #000;
    font-size: 12px; }
    .modal-template__btn--desktop {
      display: none;
      visibility: hidden; }
  .modal-template__content {
    margin-bottom: auto; }
    .modal-template__content ::-webkit-scrollbar {
      width: 4px; }
    .modal-template__content ::-webkit-scrollbar-thumb {
      background: #dedede;
      border-radius: 4px; }
    .modal-template__content ::-webkit-scrollbar-track {
      background: transparent; }
    .modal-template__content body {
      scrollbar-face-color: #dedede;
      scrollbar-track-color: transparent; }
    .modal-template__content:after {
      content: "";
      display: table;
      clear: both; }
  .modal-template__text {
    margin: 0 auto;
    max-width: 550px;
    padding-left: 16px;
    padding-right: 16px;
    color: #fff;
    font-size: 16px;
    text-align: center; }
  .modal-template__license-text {
    margin: 0;
    padding-left: 22px;
    font-size: 14px; }
  .modal-template__text-right {
    font-size: 14px;
    text-align: right; }
  .modal-template__btnset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .modal-template--starwars-2019 .modal-template__inner, .modal-template--starwars-2019 .modal-template__container-btn {
    background: #040006; }
  .modal-template--starwars-2019 .modal-template__title {
    color: #FFB400; }
  .modal-template--starwars-2019 .modal-template__text {
    color: #fff; }
  .modal-template--starwars-2019 .modal-template__btn {
    background: #FFB400;
    color: #333; }
  .modal-template--statistic-today .modal-template__inner, .modal-template--statistic-today .modal-template__container-btn {
    background: #f4810d; }
  .modal-template--statistic-today .modal-template__title {
    color: #fff; }
  .modal-template--statistic-today .modal-template__text {
    color: #fff; }
  .modal-template--statistic-today .modal-template__btn {
    background: #8F4AF9;
    color: #fff; }
  .modal-template--car-day-2019 .modal-template__inner, .modal-template--car-day-2019 .modal-template__container-btn {
    background: #00d4bc; }
  .modal-template--car-day-2019 .modal-template__title {
    color: #fff; }
  .modal-template--car-day-2019 .modal-template__text {
    color: #fff; }
  .modal-template--car-day-2019 .modal-template__btn {
    background: -webkit-gradient(linear, left top, right top, from(#7360fc), to(#e376fb));
    background: -webkit-linear-gradient(left, #7360fc, #e376fb);
    background: -o-linear-gradient(left, #7360fc, #e376fb);
    background: linear-gradient(to right, #7360fc, #e376fb);
    color: #fff; }
  .modal-template--4-million .modal-template__inner, .modal-template--4-million .modal-template__container-btn {
    background: #00bcce; }
  .modal-template--4-million .modal-template__title {
    color: #fff; }
  .modal-template--4-million .modal-template__text {
    color: #fff; }
  .modal-template--4-million .modal-template__btn {
    background: #fdd047;
    color: #000; }
  .modal-template--all_inclusive_14_days .modal-template__inner, .modal-template--all_inclusive_14_days .modal-template__container-btn {
    background: #f95e7d; }
  .modal-template--all_inclusive_14_days .modal-template__title {
    color: #fff; }
  .modal-template--all_inclusive_14_days .modal-template__text {
    color: #fff; }
  .modal-template--all_inclusive_14_days .modal-template__btn {
    background: #fdd047;
    color: #000; }
  .modal-template--all_inclusive_40 .modal-template__inner, .modal-template--all_inclusive_40 .modal-template__container-btn {
    background: #c454ff; }
  .modal-template--all_inclusive_40 .modal-template__title {
    color: #fff; }
  .modal-template--all_inclusive_40 .modal-template__text {
    color: #fff; }
  .modal-template--all_inclusive_40 .modal-template__btn {
    background: #FDC800;
    color: #333333; }
  .modal-template--net-wwf-day-2019 .modal-template__inner, .modal-template--net-wwf-day-2019 .modal-template__container-btn {
    background: #05cd9c; }
  .modal-template--net-wwf-day-2019 .modal-template__title {
    color: #fff; }
  .modal-template--net-wwf-day-2019 .modal-template__text {
    color: #fff; }
  .modal-template--net-wwf-day-2019 .modal-template__btn {
    background: #FDC800;
    color: #333333; }
  .modal-template--cashback .modal-template__inner, .modal-template--cashback .modal-template__container-btn {
    background: #8f4af9; }
  .modal-template--cashback .modal-template__title {
    color: #fff; }
  .modal-template--cashback .modal-template__text {
    color: #fff; }
  .modal-template--cashback .modal-template__btn {
    background: -webkit-gradient(linear, left top, right top, from(#fe6248), to(#fbbc2b));
    background: -webkit-linear-gradient(left, #fe6248, #fbbc2b);
    background: -o-linear-gradient(left, #fe6248, #fbbc2b);
    background: linear-gradient(to right, #fe6248, #fbbc2b);
    color: #fff; }
  .modal-template--birthday-smile-2019 .modal-template__inner, .modal-template--birthday-smile-2019 .modal-template__container-btn {
    background: #FC0483; }
  .modal-template--birthday-smile-2019 .modal-template__title {
    color: #fff; }
  .modal-template--birthday-smile-2019 .modal-template__text {
    color: #fff; }
  .modal-template--birthday-smile-2019 .modal-template__btn {
    background: #FFFFFF;
    color: #FC0483; }
  .modal-template--kissing-day .modal-template__inner, .modal-template--kissing-day .modal-template__container-btn {
    background: #c17aff; }
  .modal-template--kissing-day .modal-template__title {
    color: #ffe000; }
  .modal-template--kissing-day .modal-template__text {
    color: #fff; }
  .modal-template--kissing-day .modal-template__btn {
    background: #ff436b;
    color: #fff; }
  .modal-template--thinking-2019 .modal-template__inner, .modal-template--thinking-2019 .modal-template__container-btn {
    background: #6cc6ef; }
  .modal-template--thinking-2019 .modal-template__title {
    color: #fff; }
  .modal-template--thinking-2019 .modal-template__text {
    color: #fff; }
  .modal-template--thinking-2019 .modal-template__btn {
    background: #e8297b;
    color: #fff; }
  .modal-template--friends-day .modal-template__inner, .modal-template--friends-day .modal-template__container-btn {
    background: #f40097; }
  .modal-template--friends-day .modal-template__title {
    color: #fff; }
  .modal-template--friends-day .modal-template__text {
    color: #fff; }
  .modal-template--friends-day .modal-template__btn {
    background: #fdc10a;
    color: #000; }
  .modal-template--extra-friends-day .modal-template__inner, .modal-template--extra-friends-day .modal-template__container-btn {
    background: #fb3cb2; }
  .modal-template--extra-friends-day .modal-template__title {
    color: #fff; }
  .modal-template--extra-friends-day .modal-template__text {
    color: #fff; }
  .modal-template--extra-friends-day .modal-template__btn {
    background: #ffba03;
    color: #000; }
  .modal-template--brain-day-2019 .modal-template__inner, .modal-template--brain-day-2019 .modal-template__container-btn {
    background: #D776FF; }
  .modal-template--brain-day-2019 .modal-template__title {
    color: #fff; }
  .modal-template--brain-day-2019 .modal-template__text {
    color: #fff; }
  .modal-template--brain-day-2019 .modal-template__btn {
    background: #fdc10a;
    color: #000; }
  .modal-template--conference-2019 .modal-template__inner, .modal-template--conference-2019 .modal-template__container-btn {
    background: #3dccbf; }
  .modal-template--conference-2019 .modal-template__title {
    color: #fff; }
  .modal-template--conference-2019 .modal-template__text {
    color: #fff; }
  .modal-template--conference-2019 .modal-template__btn {
    background: #fdc10a;
    color: #000; }
  .modal-template--friends-day-2019 .modal-template__inner, .modal-template--friends-day-2019 .modal-template__container-btn {
    background: #D776FF; }
  .modal-template--friends-day-2019 .modal-template__title {
    color: #fff; }
  .modal-template--friends-day-2019 .modal-template__text {
    color: #fff; }
  .modal-template--friends-day-2019 .modal-template__btn {
    background: #fdc10a;
    color: #000; }
  .modal-template--young-day-2019 .modal-template__inner, .modal-template--young-day-2019 .modal-template__container-btn {
    background: #b063fa; }
  .modal-template--young-day-2019 .modal-template__title {
    color: #fff; }
  .modal-template--young-day-2019 .modal-template__text {
    color: #fff; }
  .modal-template--young-day-2019 .modal-template__btn {
    background: #fdc10a;
    color: #000; }
  .modal-template--black-thursday-2019 .modal-template__inner, .modal-template--black-thursday-2019 .modal-template__container-btn {
    background: #000; }
  .modal-template--black-thursday-2019 .modal-template__title {
    color: #ecf225; }
  .modal-template--black-thursday-2019 .modal-template__text {
    color: #fff; }
  .modal-template--black-thursday-2019 .modal-template__btn {
    background: #ecf225;
    color: #000; }
  .modal-template--cats-day .modal-template__inner, .modal-template--cats-day .modal-template__container-btn {
    background: #df45ae; }
  .modal-template--cats-day .modal-template__title {
    color: #fff; }
  .modal-template--cats-day .modal-template__text {
    color: #fff; }
  .modal-template--cats-day .modal-template__btn {
    background: #fdc10a;
    color: #000; }
  .modal-template--default1 .modal-template__inner, .modal-template--default1 .modal-template__container-btn {
    background: #fff; }
  .modal-template--default1 .modal-template__title {
    color: #333; }
  .modal-template--default1 .modal-template__text {
    color: #333; }
  .modal-template--default1 .modal-template__btn {
    background: #8f4af9;
    color: #fff; }
  .modal-template--default2 .modal-template__inner, .modal-template--default2 .modal-template__container-btn {
    background: #fdfda2; }
  .modal-template--default2 .modal-template__title {
    color: #333; }
  .modal-template--default2 .modal-template__text {
    color: #333; }
  .modal-template--default2 .modal-template__btn {
    background: #366dbf;
    color: #fff; }
  .modal-template--cats-celebration .modal-template__inner, .modal-template--cats-celebration .modal-template__container-btn {
    background: #df45ae; }
  .modal-template--cats-celebration .modal-template__title {
    color: #fff; }
  .modal-template--cats-celebration .modal-template__text {
    color: #fff; }
  .modal-template--cats-celebration .modal-template__btn {
    background: #fdd047;
    color: #000; }
  .modal-template--black-friday-2019 .modal-template__inner, .modal-template--black-friday-2019 .modal-template__container-btn {
    background: #ff33c5; }
  .modal-template--black-friday-2019 .modal-template__title {
    color: #fff; }
  .modal-template--black-friday-2019 .modal-template__text {
    color: #fff; }
  .modal-template--black-friday-2019 .modal-template__btn {
    background: #e2ed00;
    color: #000; }
  .modal-template--darker-than-black-2019 .modal-template__inner, .modal-template--darker-than-black-2019 .modal-template__container-btn {
    background: black; }
  .modal-template--darker-than-black-2019 .modal-template__title {
    color: #fff; }
  .modal-template--darker-than-black-2019 .modal-template__text {
    color: #fff; }
  .modal-template--darker-than-black-2019 .modal-template__btn {
    background: -webkit-gradient(linear, left top, right top, from(#e13130), to(#ffc827));
    background: -webkit-linear-gradient(left, #e13130, #ffc827);
    background: -o-linear-gradient(left, #e13130, #ffc827);
    background: linear-gradient(to right, #e13130, #ffc827);
    color: #000; }
  .modal-template--back-to-school-2019 .modal-template__inner, .modal-template--back-to-school-2019 .modal-template__container-btn {
    background: #11d1be; }
  .modal-template--back-to-school-2019 .modal-template__title {
    color: #fff; }
  .modal-template--back-to-school-2019 .modal-template__text {
    color: #fff; }
  .modal-template--back-to-school-2019 .modal-template__btn {
    background: -webkit-gradient(linear, left top, right top, from(#ff59b1), color-stop(85%, #ffb734));
    background: -webkit-linear-gradient(left, #ff59b1, #ffb734 85%);
    background: -o-linear-gradient(left, #ff59b1, #ffb734 85%);
    background: linear-gradient(to right, #ff59b1, #ffb734 85%);
    color: #fff; }
  .modal-template--back-to-school-400-2019 .modal-template__inner, .modal-template--back-to-school-400-2019 .modal-template__container-btn {
    background: #2fe1d9; }
  .modal-template--back-to-school-400-2019 .modal-template__title {
    color: #fff; }
  .modal-template--back-to-school-400-2019 .modal-template__text {
    color: #fff; }
  .modal-template--back-to-school-400-2019 .modal-template__btn {
    background: #8f52fa;
    color: #fff; }
  .modal-template--back-to-school-500-2019 .modal-template__inner, .modal-template--back-to-school-500-2019 .modal-template__container-btn {
    background: #9572dd; }
  .modal-template--back-to-school-500-2019 .modal-template__title {
    color: #fff; }
  .modal-template--back-to-school-500-2019 .modal-template__text {
    color: #fff; }
  .modal-template--back-to-school-500-2019 .modal-template__btn {
    background: #4eeb6b;
    color: #fff; }
  .modal-template--back-to-school-2019-ext .modal-template__inner, .modal-template--back-to-school-2019-ext .modal-template__container-btn {
    background: #000; }
  .modal-template--back-to-school-2019-ext .modal-template__title {
    color: #fdd047; }
  .modal-template--back-to-school-2019-ext .modal-template__text {
    color: #fff; }
  .modal-template--back-to-school-2019-ext .modal-template__btn {
    background: #fdd047;
    color: #000; }
  .modal-template--mentalist-sale-2019 .modal-template__inner, .modal-template--mentalist-sale-2019 .modal-template__container-btn {
    background: #8418B5; }
  .modal-template--mentalist-sale-2019 .modal-template__title {
    color: #fff; }
  .modal-template--mentalist-sale-2019 .modal-template__text {
    color: #fff; }
  .modal-template--mentalist-sale-2019 .modal-template__btn {
    background: #fdc10a;
    color: #333; }
  .modal-template--power-2019 .modal-template__inner, .modal-template--power-2019 .modal-template__container-btn {
    background: #fff; }
  .modal-template--power-2019 .modal-template__title {
    color: #d203ff; }
  .modal-template--power-2019 .modal-template__text {
    color: #333; }
  .modal-template--power-2019 .modal-template__btn {
    background: #fdc10a;
    color: #333; }
  .modal-template--course-certificate-biz-thinking .modal-template__inner, .modal-template--course-certificate-biz-thinking .modal-template__container-btn {
    background: #fff; }
  .modal-template--course-certificate-biz-thinking .modal-template__title {
    color: #000; }
  .modal-template--course-certificate-biz-thinking .modal-template__text {
    color: #000; }
  .modal-template--course-certificate-biz-thinking .modal-template__btn {
    background: #e6e6e6;
    color: #fff; }
  .modal-template--autumn-came-2019 .modal-template__inner, .modal-template--autumn-came-2019 .modal-template__container-btn {
    background: #ff8c36; }
  .modal-template--autumn-came-2019 .modal-template__title {
    color: #fff; }
  .modal-template--autumn-came-2019 .modal-template__text {
    color: #fff; }
  .modal-template--autumn-came-2019 .modal-template__btn {
    background: #fff;
    color: #500a0a; }
  .modal-template--online-quest .modal-template__inner, .modal-template--online-quest .modal-template__container-btn {
    background: #fff; }
  .modal-template--online-quest .modal-template__title {
    color: #000; }
  .modal-template--online-quest .modal-template__text {
    color: #000; }
  .modal-template--online-quest .modal-template__btn {
    background: #ff3ec7;
    color: #fff; }
  .modal-template--cyber-monday-2019 .modal-template__inner, .modal-template--cyber-monday-2019 .modal-template__container-btn {
    background: #01ce82; }
  .modal-template--cyber-monday-2019 .modal-template__title {
    color: #fff; }
  .modal-template--cyber-monday-2019 .modal-template__text {
    color: #fff; }
  .modal-template--cyber-monday-2019 .modal-template__btn {
    background: #fdc10a;
    color: #000; }
  .modal-template--telegram-2019 .modal-template__inner, .modal-template--telegram-2019 .modal-template__container-btn {
    background: #2098F6; }
  .modal-template--telegram-2019 .modal-template__title {
    color: #fff; }
  .modal-template--telegram-2019 .modal-template__text {
    color: #fff; }
  .modal-template--telegram-2019 .modal-template__btn {
    background: #FDC10A;
    color: #333; }
  .modal-template--starwars-2019-send-600 .modal-template__inner, .modal-template--starwars-2019-send-600 .modal-template__container-btn {
    background: #000; }
  .modal-template--starwars-2019-send-600 .modal-template__title {
    color: #fff; }
  .modal-template--starwars-2019-send-600 .modal-template__text {
    color: #fff; }
  .modal-template--starwars-2019-send-600 .modal-template__btn {
    background: #FDC10A;
    color: #000; }
  .modal-template--wikium-birthday-2019 .modal-template__inner, .modal-template--wikium-birthday-2019 .modal-template__container-btn {
    background: #52c5cb; }
  .modal-template--wikium-birthday-2019 .modal-template__title {
    color: #fff; }
  .modal-template--wikium-birthday-2019 .modal-template__text {
    color: #fff; }
  .modal-template--wikium-birthday-2019 .modal-template__btn {
    background: #FFB400;
    color: #000; }
  .modal-template--halloween-2019 .modal-template__inner, .modal-template--halloween-2019 .modal-template__container-btn {
    background: #fe5b9b; }
  .modal-template--halloween-2019 .modal-template__title {
    color: #fff; }
  .modal-template--halloween-2019 .modal-template__text {
    color: #fff; }
  .modal-template--halloween-2019 .modal-template__btn {
    background: #8800FF;
    color: #fff; }
  .modal-template--course-logic .modal-template__inner, .modal-template--course-logic .modal-template__container-btn {
    background: #F25099; }
  .modal-template--course-logic .modal-template__title {
    color: #fff; }
  .modal-template--course-logic .modal-template__text {
    color: #fff; }
  .modal-template--course-logic .modal-template__btn {
    background: -webkit-gradient(linear, left top, right top, from(#003FFF), to(#01007F));
    background: -webkit-linear-gradient(left, #003FFF, #01007F);
    background: -o-linear-gradient(left, #003FFF, #01007F);
    background: linear-gradient(to right, #003FFF, #01007F);
    color: #fff; }
  .modal-template--marathon-2019 .modal-template__inner, .modal-template--marathon-2019 .modal-template__container-btn {
    background: #3b57ff; }
  .modal-template--marathon-2019 .modal-template__title {
    color: #fff; }
  .modal-template--marathon-2019 .modal-template__text {
    color: #fff; }
  .modal-template--marathon-2019 .modal-template__btn {
    background: #FFD200;
    color: #000; }
  .modal-template--russian-day .modal-template__inner, .modal-template--russian-day .modal-template__container-btn {
    background: #95c4eb; }
  .modal-template--russian-day .modal-template__title {
    color: #fff; }
  .modal-template--russian-day .modal-template__text {
    color: #fff; }
  .modal-template--russian-day .modal-template__btn {
    background: #FE426B;
    color: #fff; }
  .modal-template--science-day-2019 .modal-template__inner, .modal-template--science-day-2019 .modal-template__container-btn {
    background: #DF8CC7; }
  .modal-template--science-day-2019 .modal-template__title {
    color: #fff; }
  .modal-template--science-day-2019 .modal-template__text {
    color: #fff; }
  .modal-template--science-day-2019 .modal-template__btn {
    background: #69E3FF;
    color: #333; }
  .modal-template--science-day-2019-500 .modal-template__inner, .modal-template--science-day-2019-500 .modal-template__container-btn {
    background: #9776FF; }
  .modal-template--science-day-2019-500 .modal-template__title {
    color: #fff; }
  .modal-template--science-day-2019-500 .modal-template__text {
    color: #fff; }
  .modal-template--science-day-2019-500 .modal-template__btn {
    background: #F8DC24;
    color: #333; }
  .modal-template--discount .modal-template__inner, .modal-template--discount .modal-template__container-btn {
    background: #031233; }
  .modal-template--discount .modal-template__title {
    color: #fff; }
  .modal-template--discount .modal-template__text {
    color: #fff; }
  .modal-template--discount .modal-template__btn {
    background: #9A42FF;
    color: #fff; }
  .modal-template--children-day-2019 .modal-template__inner, .modal-template--children-day-2019 .modal-template__container-btn {
    background: #0033B2; }
  .modal-template--children-day-2019 .modal-template__title {
    color: #fff; }
  .modal-template--children-day-2019 .modal-template__text {
    color: #fff; }
  .modal-template--children-day-2019 .modal-template__btn {
    background: #F7B500;
    color: #333; }
  .modal-template--hello-newbie-2019 .modal-template__inner, .modal-template--hello-newbie-2019 .modal-template__container-btn {
    background: #FF7BB7; }
  .modal-template--hello-newbie-2019 .modal-template__title {
    color: #fff; }
  .modal-template--hello-newbie-2019 .modal-template__text {
    color: #fff; }
  .modal-template--hello-newbie-2019 .modal-template__btn {
    background: #9A42FF;
    color: #fff; }
  .modal-template--winter-2019 .modal-template__inner, .modal-template--winter-2019 .modal-template__container-btn {
    background: #9dddfb; }
  .modal-template--winter-2019 .modal-template__title {
    color: #006299; }
  .modal-template--winter-2019 .modal-template__text {
    color: #006299; }
  .modal-template--winter-2019 .modal-template__btn {
    background: #ff4d50;
    color: #fff; }
  .modal-template--lucky-you-2019 .modal-template__inner, .modal-template--lucky-you-2019 .modal-template__container-btn {
    background: #fb5f78; }
  .modal-template--lucky-you-2019 .modal-template__title {
    color: #fff; }
  .modal-template--lucky-you-2019 .modal-template__text {
    color: #fff; }
  .modal-template--lucky-you-2019 .modal-template__btn {
    background: -webkit-linear-gradient(346deg, #ac32e4 0%, #7918f2 48%, #4801ff);
    background: -o-linear-gradient(346deg, #ac32e4 0%, #7918f2 48%, #4801ff);
    background: linear-gradient(104deg, #ac32e4 0%, #7918f2 48%, #4801ff);
    color: #fff; }
  .modal-template--winter-2020 .modal-template__inner, .modal-template--winter-2020 .modal-template__container-btn {
    background: #9709cf; }
  .modal-template--winter-2020 .modal-template__title {
    color: #fff; }
  .modal-template--winter-2020 .modal-template__text {
    color: #fff; }
  .modal-template--winter-2020 .modal-template__btn {
    background: -webkit-gradient(linear, left top, right top, from(#ff933a), to(#ff4dc6));
    background: -webkit-linear-gradient(left, #ff933a, #ff4dc6);
    background: -o-linear-gradient(left, #ff933a, #ff4dc6);
    background: linear-gradient(to right, #ff933a, #ff4dc6);
    color: #fff; }
  .modal-template--winter-2020-2 .modal-template__inner, .modal-template--winter-2020-2 .modal-template__container-btn {
    background: #536bf3; }
  .modal-template--winter-2020-2 .modal-template__title {
    color: #fff; }
  .modal-template--winter-2020-2 .modal-template__text {
    color: #fff; }
  .modal-template--winter-2020-2 .modal-template__btn {
    background: -webkit-gradient(linear, left top, right top, from(#ff933a), to(#ff4dc6));
    background: -webkit-linear-gradient(left, #ff933a, #ff4dc6);
    background: -o-linear-gradient(left, #ff933a, #ff4dc6);
    background: linear-gradient(to right, #ff933a, #ff4dc6);
    color: #fff; }
  .modal-template--christmas-2019 .modal-template__inner, .modal-template--christmas-2019 .modal-template__container-btn {
    background: #1f6e66; }
  .modal-template--christmas-2019 .modal-template__title {
    color: #f7ca00; }
  .modal-template--christmas-2019 .modal-template__text {
    color: #fff; }
  .modal-template--christmas-2019 .modal-template__btn {
    background: #f7ca00;
    color: #1f6e66; }
  .modal-template--cyber-monday-2020 .modal-template__inner, .modal-template--cyber-monday-2020 .modal-template__container-btn {
    background: #23033d; }
  .modal-template--cyber-monday-2020 .modal-template__title {
    color: #fff; }
  .modal-template--cyber-monday-2020 .modal-template__text {
    color: #fff; }
  .modal-template--cyber-monday-2020 .modal-template__btn {
    background: -webkit-linear-gradient(161deg, #ed1c23, #ff00ff);
    background: -o-linear-gradient(161deg, #ed1c23, #ff00ff);
    background: linear-gradient(289deg, #ed1c23, #ff00ff);
    color: #fff; }
  .modal-template--student-day-2020 .modal-template__inner, .modal-template--student-day-2020 .modal-template__container-btn {
    background: #258ffc; }
  .modal-template--student-day-2020 .modal-template__title {
    color: #fff; }
  .modal-template--student-day-2020 .modal-template__text {
    color: #fff; }
  .modal-template--student-day-2020 .modal-template__btn {
    background: #f7ca00;
    color: #333; }
  .modal-template--perfect-russian-lang .modal-template__inner, .modal-template--perfect-russian-lang .modal-template__container-btn {
    background: #70e092; }
  .modal-template--perfect-russian-lang .modal-template__title {
    color: #fff; }
  .modal-template--perfect-russian-lang .modal-template__text {
    color: #fff; }
  .modal-template--perfect-russian-lang .modal-template__btn {
    background: #fb1272;
    color: #fff; }
  .modal-template--price-up .modal-template__inner, .modal-template--price-up .modal-template__container-btn {
    background: #0000FF; }
  .modal-template--price-up .modal-template__title {
    color: #fff; }
  .modal-template--price-up .modal-template__text {
    color: #fff; }
  .modal-template--price-up .modal-template__btn {
    background: #fb1272;
    color: #000; }
  .modal-template--valentine-day .modal-template__inner, .modal-template--valentine-day .modal-template__container-btn {
    background: #cb66f6; }
  .modal-template--valentine-day .modal-template__title {
    color: #fff; }
  .modal-template--valentine-day .modal-template__text {
    color: #fff; }
  .modal-template--valentine-day .modal-template__btn {
    background: #fb1272;
    color: #ffed45; }
  .modal-template--23-february-2020 .modal-template__inner, .modal-template--23-february-2020 .modal-template__container-btn {
    background: #003584; }
  .modal-template--23-february-2020 .modal-template__title {
    color: #fff; }
  .modal-template--23-february-2020 .modal-template__text {
    color: #fff; }
  .modal-template--23-february-2020 .modal-template__btn {
    background: #ffde1e;
    color: #000; }
  .modal-template--23-february-2020-crown .modal-template__inner, .modal-template--23-february-2020-crown .modal-template__container-btn {
    background: #003584; }
  .modal-template--23-february-2020-crown .modal-template__title {
    color: #fff; }
  .modal-template--23-february-2020-crown .modal-template__text {
    color: #fff; }
  .modal-template--23-february-2020-crown .modal-template__btn {
    background: #ffde1e;
    color: #000; }
  .modal-template--spring-2020 .modal-template__inner, .modal-template--spring-2020 .modal-template__container-btn {
    background: #6ED5B6; }
  .modal-template--spring-2020 .modal-template__title {
    color: #fff; }
  .modal-template--spring-2020 .modal-template__text {
    color: #fff; }
  .modal-template--spring-2020 .modal-template__btn {
    background: #FF6F0D;
    color: #fff; }
  .modal-template--8-march .modal-template__inner, .modal-template--8-march .modal-template__container-btn {
    background: #39DF79; }
  .modal-template--8-march .modal-template__title {
    color: #fff; }
  .modal-template--8-march .modal-template__text {
    color: #fff; }
  .modal-template--8-march .modal-template__btn {
    background: #FF6F0D;
    color: #fff; }
  .modal-template--covid-19 .modal-template__inner, .modal-template--covid-19 .modal-template__container-btn {
    background: #9c53f2; }
  .modal-template--covid-19 .modal-template__title {
    color: #fff; }
  .modal-template--covid-19 .modal-template__text {
    color: #fff; }
  .modal-template--covid-19 .modal-template__btn {
    background: #ffce00;
    color: #000; }
  .modal-template--starwars-2019 {
    background-color: transparent; }
    .modal-template--starwars-2019 .modal-template__text {
      font-size: 24px; }

.modal--sd2019 .modal__inner {
  color: #fff; }

.modal--sd2019 .modal__inner,
.modal--sd2019 .modal__container-btn {
  background-color: #258ffc; }

.modal--rsd2019 .modal__inner {
  color: #fff; }

.modal--rsd2019 .modal__inner,
.modal--rsd2019 .modal__container-btn {
  background-color: #bf64fb; }

.modal--vd2019 .modal__inner {
  color: #fff; }

.modal--vd2019 .modal__inner,
.modal--vd2019 .modal__container-btn {
  background-color: #cb66f6; }

.modal--all_inclusive_14_days .modal__inner {
  color: #fff; }

.modal--all_inclusive_14_days .modal__inner,
.modal--all_inclusive_14_days .modal__container-btn {
  background-color: #F95E7D; }

.modal--all_inclusive_40 .modal__inner {
  color: #fff; }

.modal--all_inclusive_40 .modal__inner,
.modal--all_inclusive_40 .modal__container-btn {
  background-color: #8C37F4; }

.modal--23fb2019 .modal__inner {
  color: #fff; }

.modal--23fb2019 .modal__inner,
.modal--23fb2019 .modal__container-btn {
  background-color: #ee4f6a; }

.modal--23fb2019 .modal__title {
  font-size: 24px; }

.modal--23fb2019 .modal__text {
  font-size: 16px; }

.modal--8mrch2019 .modal__inner {
  color: #fff; }

.modal--8mrch2019 .modal__inner,
.modal--8mrch2019 .modal__container-btn {
  background-color: #00dc9c; }

.modal--8mrch2019 .modal__title {
  font-size: 24px; }

.modal--8mrch2019 .modal__text {
  font-size: 16px; }

.modal--1april2019 .modal__inner {
  color: #fff; }

.modal--1april2019 .modal__inner,
.modal--1april2019 .modal__container-btn {
  background-color: #975fd6; }

.modal--1april2019 .modal__title {
  font-size: 24px; }

.modal--1april2019 .modal__text {
  font-size: 16px; }

.visually-hidden:not(:focus):not(:active),
input[type="checkbox"].visually-hidden,
input[type="radio"].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden; }

.popup-mentor {
  background-color: #a771ff;
  position: relative;
  padding: 0; }
  .popup-mentor__experts {
    max-width: 320px;
    height: 50px;
    margin-top: 16px;
    position: relative;
    left: -48px; }
  .popup-mentor__text {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    max-width: 290px;
    margin-top: 15px; }
  .popup-mentor__btn-close {
    position: absolute;
    top: 12px;
    right: 12px;
    border: none;
    width: 36px;
    height: 36px;
    font-size: 0;
    background-color: transparent;
    opacity: .6;
    cursor: pointer; }
    .popup-mentor__btn-close::before {
      content: "";
      position: absolute;
      top: 8px;
      left: 16px;
      width: 2px;
      height: 20px;
      background-color: #fff;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    .popup-mentor__btn-close::after {
      content: "";
      position: absolute;
      top: 8px;
      left: 16px;
      width: 2px;
      height: 20px;
      background-color: #fff;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .popup-mentor__btn-close:hover, .popup-mentor__btn-close:focus {
      opacity: 1; }
  .popup-mentor__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .popup-mentor__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 30px; }
    .popup-mentor__img picture {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .popup-mentor__img img {
      max-width: 160px; }
  .popup-mentor__wrap-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 300px; }
  .popup-mentor__title {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    max-width: 288px;
    line-height: 24px;
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .popup-mentor__list {
    list-style: none;
    margin-left: 0;
    max-width: 265px;
    margin-top: 15px;
    margin-bottom: 20px;
    padding-left: 25px; }
  .popup-mentor__item {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    color: #fff;
    position: relative; }
    .popup-mentor__item::before {
      position: absolute;
      top: 9px;
      left: -20px;
      content: "";
      background-image: url(/build/d25a4fbee86186191fce5443903d1c5c.svg);
      width: 5px;
      height: 5px;
      background-repeat: no-repeat;
      background-size: 100%; }
  .popup-mentor__desc {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    padding: 17px 0;
    font-weight: 300; }
  .popup-mentor__count-of-users {
    font-size: 14px;
    font-weight: 300;
    line-height: 19px;
    color: #fff;
    margin-left: 30px;
    position: relative;
    max-width: 255px;
    margin-top: 16px;
    margin-bottom: 96px; }
    .popup-mentor__count-of-users::before {
      position: absolute;
      content: "";
      width: 22px;
      height: 13px;
      top: 1px;
      left: -30px;
      background-image: url(/build/f8856374f6d9aa21ddffbccbe933e281.svg);
      background-repeat: no-repeat;
      background-size: 100% 100%; }
  .popup-mentor__old-price {
    font-size: 14px;
    color: #fff;
    opacity: .6;
    text-decoration: line-through;
    white-space: nowrap; }
  .popup-mentor__actual-price {
    font-size: 21px;
    font-weight: 600;
    color: #fff;
    white-space: nowrap; }
  .popup-mentor__connect {
    background-color: rgba(255, 255, 255, 0.12);
    width: 288px;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .popup-mentor__connect .popup-mentor__btn {
      display: none; }
    .popup-mentor__connect .popup-mentor__old-price {
      display: none; }
    .popup-mentor__connect .popup-mentor__actual-price {
      display: none; }
  .popup-mentor__ribbon-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-shadow: 0px -2px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0px -2px 8px rgba(0, 0, 0, 0.1);
    padding: 0 16px;
    position: fixed;
    bottom: 0;
    background: #a771ff; }
    .popup-mentor__ribbon-bottom .popup-mentor__btn {
      margin: 16px 0 16px 69px; }

.get-email {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 17px;
  color: #333;
  margin-bottom: 20px; }
  .get-email__field {
    position: relative;
    max-width: 395px;
    margin: 0 auto;
    margin-bottom: 68px; }
    .get-email__field .validation-popover {
      top: -60px; }
  .get-email__input {
    border: 1px solid #ccc;
    font-size: 14px;
    color: #333;
    width: 100%;
    padding-top: 16px;
    padding-right: 5px;
    padding-bottom: 19px;
    padding-left: 50px;
    border-radius: 4px;
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out; }
    .get-email__input::-webkit-input-placeholder {
      color: #999;
      font-size: 14px;
      font-weight: 400; }
    .get-email__input::-moz-placeholder {
      color: #999;
      font-size: 14px;
      font-weight: 400; }
    .get-email__input:-ms-input-placeholder {
      color: #999;
      font-size: 14px;
      font-weight: 400; }
    .get-email__input:-moz-placeholder {
      color: #999;
      font-size: 14px;
      font-weight: 400; }
    .get-email__input:focus, .get-email__input:hover {
      border-color: #6039aa;
      outline: none; }
    .get-email__input:focus + .get-email__label .get-email__icon {
      fill: #6039aa;
      opacity: 1; }
  .get-email__label {
    position: absolute;
    top: 18px;
    left: 18px; }
  .get-email__icon {
    width: 20px;
    height: 16px;
    opacity: .3; }
  .get-email__btn {
    width: 100%; }

.email-confirm-ribbon {
  padding: 5px 0 10px;
  font-size: 12px;
  color: #fff;
  background-color: #4893f6; }
  .email-confirm-ribbon__inner {
    width: 90%;
    min-width: 270px;
    margin: 0 auto; }
    .email-confirm-ribbon__inner--confirm-done {
      text-align: center;
      margin: 0 0 10px; }
  .email-confirm-ribbon__text {
    text-align: center; }
  .email-confirm-ribbon__tools {
    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: center;
    width: 100%; }
  .email-confirm-ribbon__tool {
    color: inherit;
    font-size: 11px; }
    .email-confirm-ribbon__tool:last-child {
      margin-left: auto; }
    .email-confirm-ribbon__tool:hover, .email-confirm-ribbon__tool:focus {
      color: #fff;
      cursor: pointer; }

.popup-confirmation-email .popup__inner {
  height: 280px;
  padding-top: 36px; }

.popup-confirmation-email .popup__content {
  height: auto;
  padding-right: 0; }

.popup-confirmation-email .popup__title {
  margin-bottom: 36px;
  font-size: 21px;
  font-weight: 700; }

.popup-confirmation-email__form-wrap {
  max-width: 320px;
  margin: 0 auto; }

.popup-confirmation-email .registration__item {
  margin-bottom: 0; }

.popup-confirmation-email .email-confirm-popup-btn {
  display: block;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  margin: 40px auto 0; }

.popup-confirmation-email .validation-popover {
  top: -58px; }

.reset-password .title {
  margin-bottom: 10px !important; }

.registration {
  padding-bottom: 20px;
  text-align: center;
  max-width: 413px;
  margin: 0 auto; }
  .registration--password .validation-popover {
    top: auto;
    bottom: 60px;
    min-height: auto; }
  .registration--password .validation-popover__item {
    min-height: auto; }
    .registration--password .validation-popover__item::after {
      bottom: -5px; }
  .registration--password .registration__title {
    margin-bottom: 20px; }
  .registration--password .registration__text {
    padding: 0;
    margin-bottom: 30px; }
  .registration--password .registration__item {
    margin-bottom: 30px; }
  .registration__inner {
    padding-bottom: 24px; }
  .registration__card {
    text-align: center;
    padding-top: 30px;
    padding-right: 15px;
    padding-bottom: 40px;
    padding-left: 15px;
    margin-bottom: 20px; }
  .registration__title {
    font-size: 18px;
    line-height: 24px;
    color: #333;
    margin-bottom: 30px; }
    .registration__title--new-onboarding {
      margin-bottom: 25px; }
  .registration__description {
    margin-bottom: 25px;
    font-size: 15px;
    color: #999; }
  .registration__form {
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 17px;
    color: #333;
    margin-bottom: 20px; }
  .registration__item {
    position: relative;
    margin-bottom: 16px; }
    .registration__item .field {
      border: 1px solid #ccc;
      font-size: 16px;
      color: #333;
      font-weight: 600;
      width: 100%;
      padding-top: 16px;
      padding-right: 5px;
      padding-bottom: 19px;
      padding-left: 50px;
      border-radius: 4px;
      -webkit-transition: all 0.4s ease-out;
      -o-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out; }
      .registration__item .field::-webkit-input-placeholder {
        color: #999;
        font-size: 16px;
        font-weight: 400; }
      .registration__item .field::-moz-placeholder {
        color: #999;
        font-size: 16px;
        font-weight: 400; }
      .registration__item .field:-ms-input-placeholder {
        color: #999;
        font-size: 16px;
        font-weight: 400; }
      .registration__item .field:-moz-placeholder {
        color: #999;
        font-size: 16px;
        font-weight: 400; }
      .registration__item .field:focus, .registration__item .field:hover {
        border-color: #6039aa; }
      .registration__item .field:focus + svg {
        fill: #6039aa !important;
        opacity: 1; }
    .registration__item--text-line {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
  .registration__label {
    position: absolute;
    top: 0;
    left: 0;
    width: 62px;
    height: 48px;
    background-repeat: no-repeat;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px; }
    .registration__label svg {
      fill: #ccc;
      -webkit-transition: fill 0.4s ease-out;
      -o-transition: fill 0.4s ease-out;
      transition: fill 0.4s ease-out; }
    .registration__label--email svg {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 17px;
      height: 13px;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .registration__label--pass svg {
      width: 13px;
      height: 16px;
      -webkit-transform: translate(22px, 15px);
          -ms-transform: translate(22px, 15px);
              transform: translate(22px, 15px); }
  .registration__link {
    font-size: 12px !important; }
  .registration__caption {
    margin-top: 30px;
    padding: 0 20px; }
    .registration__caption--auth {
      padding-left: 0;
      padding-right: 0; }
    .registration__caption .link:hover {
      text-decoration: underline; }
  .registration__icon {
    position: absolute;
    top: 19px;
    left: 15px;
    width: 20px;
    height: 16px;
    fill: #ccc;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out; }
    .registration__icon--lock {
      top: 15px;
      width: 16px;
      height: 21px; }
  .registration__btn {
    width: 100%; }
    .registration__btn--auth {
      margin-bottom: 30px; }
  .registration__text {
    padding: 0 40px; }
  .registration .social {
    margin-bottom: 20px; }

.registration--social-priority .registration__social-networks {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px; }
  .registration--social-priority .registration__social-networks li {
    margin: 0 8px; }
  .registration--social-priority .registration__social-networks li:first-child {
    width: 100%;
    margin: 0 0 30px; }

.registration--social-priority .registration__title {
  margin-bottom: 52px;
  font-size: 21px; }

.registration--social-priority .registration__more-checkbox {
  display: none;
  visibility: hidden; }

.registration--social-priority .registration__more-btn {
  font-size: 14px; }

.registration--social-priority .registration__form {
  display: none;
  visibility: hidden;
  margin-top: 30px;
  margin-bottom: 0; }

.registration--social-priority .registration__more-checkbox:checked
+ .registration__more-btn
+ .registration__form {
  display: block;
  visibility: visible; }

.registration--social-priority .registration__card {
  padding-bottom: 30px; }

.registration--social-priority .registration__item:last-of-type {
  margin-bottom: 20px; }

.registration--social-priority .registration__item--text-line {
  margin-top: 20px; }

.registration--social-priority .registration__link {
  color: #999; }

.registration--social-priority .registration__caption {
  margin-top: 0;
  padding-left: 34px;
  padding-right: 0;
  text-align: left; }

.recovery-password {
  text-align: center; }
  .recovery-password__card {
    max-width: 413px;
    margin: 0 auto;
    padding-bottom: 30px; }
  .recovery-password__title {
    margin-bottom: 30px; }
  .recovery-password__icon {
    width: 55px;
    height: 55px;
    margin-bottom: 30px; }

.change-password {
  max-width: 720px;
  margin: 0 auto; }
  .change-password .validation-popover {
    bottom: 45px;
    top: auto;
    max-width: 480px;
    left: initial;
    right: 0;
    min-height: auto; }
  .change-password .validation-popover__item::after {
    bottom: -5px; }
  .change-password__card {
    padding-bottom: 40px; }
  .change-password__form {
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1; }
  .change-password .field__input {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 4px;
    line-height: 40px; }
    .change-password .field__input::-webkit-input-placeholder {
      color: #000;
      font-size: 18px;
      font-weight: 800;
      letter-spacing: 4px; }
    .change-password .field__input::-moz-placeholder {
      color: #000;
      font-size: 18px;
      font-weight: 800;
      letter-spacing: 4px; }
    .change-password .field__input:-ms-input-placeholder {
      color: #000;
      font-size: 18px;
      font-weight: 800;
      letter-spacing: 4px; }
  .change-password__btn {
    width: 100%; }
    .change-password__btn:first-child {
      margin-bottom: 22px;
      padding-left: 40px;
      padding-right: 40px; }

.request-birthday__card {
  max-width: 718px;
  margin: 0 auto;
  text-align: center; }

.request-birthday__title {
  max-width: 420px;
  margin: 0 auto 40px; }

.request-birthday__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px; }

.request-birthday__item {
  width: 30%;
  min-width: 77px;
  max-width: 282px;
  margin: 0; }

.request-first-train__card {
  max-width: 718px;
  margin: 0 auto;
  text-align: center; }

.request-first-train__title {
  max-width: 420px;
  margin: 0 auto 40px; }

.request-first-train__description {
  color: #9b9b9b;
  font-weight: 600;
  max-width: 420px;
  margin: 0 auto 20px;
  font-size: 12px; }

.request-first-train__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px; }

.request-first-train__item {
  width: 30%;
  min-width: 77px;
  max-width: 282px;
  margin: 0; }

@-webkit-keyframes bounce {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
            transform: scale3d(1.3, 1.3, 1.3); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }

@keyframes bounce {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
            transform: scale3d(1.3, 1.3, 1.3); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }

.bounce {
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
  -webkit-animation-name: bounce;
          animation-name: bounce; }

.start {
  -webkit-transform: translate3d(-1688px, 0, 0);
          transform: translate3d(-1688px, 0, 0); }

.slot-machine {
  width: 100%;
  min-width: 288px;
  max-width: 532px;
  margin: 0 auto 16px;
  background-image: -webkit-linear-gradient(315deg, #fc6076 0%, #4801ff 100%);
  background-image: -o-linear-gradient(315deg, #fc6076 0%, #4801ff 100%);
  background-image: linear-gradient(135deg, #fc6076 0%, #4801ff 100%);
  border-radius: 4px;
  padding: 32px 16px 44px;
  text-align: center; }
  .slot-machine__title {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 19px;
    margin: 0 0 30px; }
    .slot-machine__title span {
      display: inline-block;
      vertical-align: baseline;
      margin-left: 8px;
      font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
      font-size: 21px;
      font-weight: 700; }
  .slot-machine__wrapper {
    position: relative;
    margin-bottom: 40px; }
  .slot-machine__items-container {
    position: relative;
    z-index: 6;
    max-width: 295px;
    min-height: 110px;
    margin: 0 auto;
    border-radius: 8px;
    background-color: #fff;
    overflow: hidden; }
    .slot-machine__items-container::after, .slot-machine__items-container::before {
      content: "";
      position: absolute;
      z-index: 2;
      right: 0;
      bottom: 0;
      width: 100px;
      height: 100%;
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.8)));
      background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
      background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
      background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%); }
    .slot-machine__items-container::before {
      left: 0;
      right: initial;
      background-image: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.8)));
      background-image: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
      background-image: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
      background-image: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%); }
  .slot-machine__navigation {
    position: absolute;
    top: 50%;
    left: -16px;
    right: -16px;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .slot-machine__navigation-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 32px;
    height: 32px;
    padding: 4px;
    border: none;
    outline: none;
    background: transparent;
    opacity: .7; }
    .slot-machine__navigation-btn--left {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    .slot-machine__navigation-btn--right {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    .slot-machine__navigation-btn:hover, .slot-machine__navigation-btn:active {
      opacity: 1; }
  .slot-machine__items-line {
    position: absolute;
    top: 0;
    left: -88px;
    width: 100000px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transition-duration: 7s;
         -o-transition-duration: 7s;
            transition-duration: 7s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0, 0.99);
         -o-transition-timing-function: cubic-bezier(0, 0, 0, 0.99);
            transition-timing-function: cubic-bezier(0, 0, 0, 0.99);
    will-change: transform; }
    .slot-machine__items-line.fast {
      -webkit-transition-duration: 0s;
           -o-transition-duration: 0s;
              transition-duration: 0s; }
    .slot-machine__items-line.reset {
      -webkit-transform: translateX(0) !important;
          -ms-transform: translateX(0) !important;
              transform: translateX(0) !important; }
  .slot-machine__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 16px 8px 21px;
    width: 146px;
    height: 110px;
    text-align: center;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .slot-machine__icon-gift {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-bottom: 12px;
    vertical-align: baseline; }
  .slot-machine__number {
    display: block;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    color: #333; }
  .slot-machine__item--active .slot-machine__number {
    background: -webkit-linear-gradient(315deg, #fbab30, #fe4f4f);
    background: -o-linear-gradient(315deg, #fbab30, #fe4f4f);
    background: linear-gradient(135deg, #fbab30, #fe4f4f);
    color: transparent;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text; }
  .slot-machine__par {
    font-size: 14px;
    line-height: 19px;
    color: #999; }
  .slot-machine__maximum {
    width: 82px;
    height: 18px;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    border-radius: 4px;
    background: -webkit-linear-gradient(315deg, #fbab30, #fe4f4f);
    background: -o-linear-gradient(315deg, #fbab30, #fe4f4f);
    background: linear-gradient(135deg, #fbab30, #fe4f4f);
    color: #fff; }
  .slot-machine__tooltip {
    position: absolute;
    top: 48px;
    left: 50%;
    width: 280px;
    margin-left: -140px;
    text-align: left;
    font-size: 12px;
    line-height: 17px;
    color: #333;
    background-color: #fff;
    border-radius: 1px;
    padding: 14px 16px;
    pointer-events: none;
    visibility: hidden;
    -webkit-box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.2); }
    .slot-machine__tooltip::before {
      content: "";
      position: absolute;
      top: -9px;
      left: 50%;
      width: 0;
      height: 0;
      border-color: transparent transparent #fff transparent;
      border-style: solid;
      border-width: 5px; }
  .slot-machine__btn[disabled]:hover + .slot-machine__tooltip {
    visibility: visible; }
  .slot-machine__link {
    display: block;
    font-size: 14px;
    line-height: 19px;
    color: #fff;
    text-decoration: none; }
    .slot-machine__link:hover {
      text-decoration: underline; }

.slot-machine-card {
  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: center;
  height: 100px;
  max-width: 532px;
  margin: 0 auto;
  padding: 0 16px; }
  .slot-machine-card__item {
    margin: 0; }
    .slot-machine-card__item span {
      display: block; }
    .slot-machine-card__item span:nth-child(1) {
      color: #999; }
    .slot-machine-card__item span:nth-child(2) {
      font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
      font-size: 36px;
      font-weight: 700; }

.banner-courses-page {
  display: block !important;
  background-position: center; }
  .banner-courses-page:after {
    content: "";
    display: table;
    clear: both; }
  .banner-courses-page__inner--left {
    float: left;
    width: 100px; }
  .banner-courses-page__inner--right {
    float: right;
    width: 135px; }
  .banner-courses-page__title {
    width: 120px;
    margin-top: 10px;
    text-align: left;
    font-size: 19px;
    font-weight: 900;
    line-height: 1.3; }
  .banner-courses-page .banner-courses-set__prices {
    width: 100px;
    margin: 0 auto 6px;
    text-align: center; }
  .banner-courses-page .banner-courses-set__price {
    margin-bottom: 5px; }
  .banner-courses-page .banner-courses-set__price-currency {
    vertical-align: baseline;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
  .banner-courses-page .courses__banner-inner {
    display: block; }
  .banner-courses-page .banner-courses-set__price--old {
    display: block;
    text-align: center;
    margin-top: 0;
    margin-bottom: -5px; }
  .banner-courses-page__btn {
    display: table;
    margin: 0 auto;
    font-size: 13px; }

.banner-gift-premium {
  -webkit-box-shadow: 0 0 2px #ff3765;
          box-shadow: 0 0 2px #ff3765;
  color: #ff3765;
  background-color: #fff;
  background-position: 218px 37px;
  background-size: 145px 85px;
  font-size: 18px; }
  .banner-gift-premium__inner-left {
    float: left; }
  .banner-gift-premium__inner-right {
    float: right;
    min-width: 107px;
    margin-top: 63px; }
  .banner-gift-premium__title {
    width: 205px;
    margin: 0 0 15px;
    font-size: 24px;
    text-transform: uppercase; }
  .banner-gift-premium__text {
    margin: 0;
    font-size: 18px;
    font-weight: 300; }

.banner-courses-set {
  -webkit-box-shadow: 0 0 2px #f28136;
          box-shadow: 0 0 2px #f28136;
  color: #4d4d4d;
  background: #fff url(/build/08b37d52a2df5e56b0b9b2fd6c705811.svg) no-repeat;
  background-position: 218px 37px;
  background-size: 145px 85px; }
  .banner-courses-set__title {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 700;
    color: #4d4d4d;
    letter-spacing: .4px; }
  .banner-courses-set__prices {
    font-size: 18px;
    font-weight: 500;
    color: #4d4d4d; }
  .banner-courses-set__price {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 14px; }
    .banner-courses-set__price--old {
      margin-top: 2px;
      margin-right: 5px;
      font-size: 16px;
      text-decoration: line-through; }
    .banner-courses-set__price--current {
      font-size: 24px;
      font-weight: 700; }
  .banner-courses-set__price-currency {
    display: inline-block;
    vertical-align: text-top;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3; }
  .banner-courses-set__btn {
    margin-left: 0;
    font-size: 11px;
    -webkit-box-shadow: 0 3px #147944;
            box-shadow: 0 3px #147944; }
    .banner-courses-set__btn:active, .banner-courses-set__btn:focus {
      outline: none !important; }

.banner-all-inclusive-courses {
  -webkit-box-shadow: 0 0 2px #8d44ad;
          box-shadow: 0 0 2px #8d44ad;
  color: #8d44ad;
  background-color: #fff; }
  .banner-all-inclusive-courses__title {
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: 700;
    color: #8d44ad;
    letter-spacing: .3px;
    text-transform: uppercase; }
  .banner-all-inclusive-courses__text {
    margin: 9px 0 19px;
    font-size: 12px;
    font-weight: 300;
    color: #8d44ad; }
  .banner-all-inclusive-courses__prices {
    width: 100px;
    margin: 0 auto 6px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #8d44ad; }
  .banner-all-inclusive-courses__price {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 14px; }
    .banner-all-inclusive-courses__price--old {
      display: block;
      margin-top: 0;
      margin-bottom: -5px;
      margin-right: 5px;
      font-size: 16px;
      text-align: center;
      text-decoration: line-through; }
    .banner-all-inclusive-courses__price--current {
      font-size: 24px;
      font-weight: 700; }
  .banner-all-inclusive-courses__price-currency {
    display: inline-block;
    vertical-align: text-top;
    font-size: 18px;
    font-weight: 700;
    -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
            transform: translateY(-2px); }

.course {
  width: 100%;
  margin-bottom: 20px;
  padding: 24px 16px 40px !important;
  position: relative; }
  .course .badge {
    margin-bottom: 12px; }
  .course--buy .btn, .course--new .btn, .course--welcome .btn {
    background-color: #6039aa; }
    .course--buy .btn:focus, .course--buy .btn:hover, .course--new .btn:focus, .course--new .btn:hover, .course--welcome .btn:focus, .course--welcome .btn:hover {
      background-color: #8061bb; }
    .course--buy .btn:active, .course--new .btn:active, .course--welcome .btn:active {
      background-color: #4d2e88; }
  .course--start .btn {
    background-color: #32d6bd; }
    .course--start .btn:focus, .course--start .btn:hover {
      background-color: #55eec8; }
    .course--start .btn:active {
      background-color: #18c69a; }
  .course--repeat .btn {
    background-color: #ff9800; }
    .course--repeat .btn:focus, .course--repeat .btn:hover {
      background-color: #ffac33; }
    .course--repeat .btn:active {
      background-color: #d98100; }
  .course--continue .btn {
    background-color: #03a9f4; }
    .course--continue .btn:focus, .course--continue .btn:hover {
      background-color: #35baf6; }
    .course--continue .btn:active {
      background-color: #028fcf; }
  .course--buy .course__price, .course--new .course__price {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .course--buy .course__price-new, .course--new .course__price-new {
    margin-left: 0; }
  .course .progress {
    width: 180px;
    display: block;
    margin-bottom: 16px; }
    .course .progress__bar {
      width: 100%; }
  .course__statistic-text {
    font-size: 14px;
    font-weight: 400;
    color: #999;
    margin-left: 12px; }
  .course__lessons, .course__study-duration, .course__time-of-lesson {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .course__lessons {
    margin-bottom: 17px; }
  .course__time-of-lesson {
    margin-bottom: 16px; }
  .course__study-duration {
    margin-bottom: 7px; }
  .course__image {
    position: relative;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    margin-right: 16px;
    margin-bottom: 24px; }
  .course__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 37px;
    height: 37px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .course__name {
    margin: 0 0 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .course__name-main {
    font-size: 21px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 20px; }
  .course__desc {
    margin-bottom: 30px; }
  .course__price {
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 8px;
    min-width: 180px; }
    .course__price--complex {
      position: relative;
      margin-bottom: 50px; }
  .course__price-old {
    text-decoration: line-through;
    color: #999;
    margin-right: 40px;
    font-size: 18px; }
  .course__price-new {
    color: #333;
    font-weight: 700;
    font-size: 24px; }
  .course__price-info {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 20;
    max-width: 174px;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    color: #999; }
  .course__btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .course__btn {
    font-size: 16px;
    padding: 17px 24px;
    font-weight: 600;
    min-width: 180px; }
    .course__btn:active {
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }
  .course__start-sale {
    display: block;
    font-size: 14px;
    line-height: 19px;
    margin: 8px auto 0;
    color: #999; }
  .course__link-free {
    display: block;
    font-size: 14px;
    line-height: 19px;
    margin: 32px auto 0;
    color: #999; }

.courses-page--seo .course__price {
  margin-bottom: 16px; }

.courses-page--seo .course__link-free {
  margin-top: 8px; }

.courses-page--seo .sub-header__title {
  margin-bottom: 20px; }

.courses-page--seo .sub-header__breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .courses-page--seo .sub-header__breadcrumbs--with-slider .sub-header__breadcrumbs-item {
    color: rgba(153, 153, 153, 0.6); }
  .courses-page--seo .sub-header__breadcrumbs--with-slider .sub-header__title {
    font-size: 24px;
    text-align: center;
    font-weight: 800;
    color: #333;
    margin-top: 0;
    margin-bottom: 33px; }

.courses-page--seo .sub-header__breadcrumbs-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 22px; }

.courses-page--seo .sub-header__breadcrumbs-delimiter {
  margin: 0 24px; }

.courses-page--seo .sub-header__breadcrumbs-item {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none; }
  .courses-page--seo .sub-header__breadcrumbs-item--current {
    color: #fff; }

.courses-page--seo .course__text-seo {
  margin: 0 auto;
  font-size: 20px;
  text-align: center;
  font-weight: 600; }

.courses {
  margin: 0 auto;
  padding-bottom: 55px; }
  .courses__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 156px;
    margin-bottom: 15px;
    border-radius: 18px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }
  .courses__img {
    -ms-flex-preferred-size: 95px;
        flex-basis: 95px;
    min-width: 95px;
    height: 100%;
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px; }
    .courses__img--desktop, .courses__img--tablet {
      display: none; }
  .courses__item--course-goal .courses__img {
    background: #49cfaf; }
  .courses__item--attention .courses__img {
    background: #00adee; }
  .courses__item--detox .courses__img {
    background: #b577ff; }
  .courses__item--creative-thinking .courses__img {
    background: #e8b30b; }
  .courses__item--thinking .courses__img {
    background: #53a4f5; }
  .courses__item--memory .courses__img {
    background: #86c634; }
  .courses__item--reading .courses__img {
    background: #f24625; }
  .courses__item--smart-solution .courses__img {
    background: #00adee; }
  .courses__item--library .courses__img {
    background: #8c439d; }
  .courses__item--profiling .courses__img {
    background: #8c439d; }
  .courses__content {
    width: 100%;
    padding: 12px 0 20px 15px; }
  .courses__name {
    width: calc(100% - 15px);
    margin: 0;
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 300;
    line-height: 1.2;
    color: #4d4d4d;
    text-decoration: none; }
  .courses__descript {
    font-size: 12px;
    font-weight: 300;
    color: #999; }
  .courses__price {
    margin: auto 0;
    font-weight: 700; }
  .courses__price-currency, .courses__price-number {
    display: inline-block;
    vertical-align: baseline; }
  .courses__price-number {
    font-size: 24px;
    font-weight: 700; }
    .courses__price-number--old {
      display: block;
      font-size: 18px;
      font-weight: 300;
      text-decoration: line-through;
      color: #999; }
  .courses__price-currency {
    font-size: 18px;
    font-weight: 700; }
  .courses__progress {
    margin-top: auto; }
  .courses__progress-text {
    margin: 0 0 6px;
    font-size: 14px;
    font-weight: 300;
    color: #999; }
  .courses__progress-scale {
    position: relative;
    width: 145px;
    height: 10px;
    border-radius: 5px;
    background-color: #ccc;
    -webkit-transition: width .5s ease-out;
    -o-transition: width .5s ease-out;
    transition: width .5s ease-out;
    overflow: hidden; }
  .courses__progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    border-radius: 5px;
    background-color: #999;
    -webkit-transition: width 1.5s ease-out;
    -o-transition: width 1.5s ease-out;
    transition: width 1.5s ease-out; }
  .courses__preorder {
    position: absolute;
    top: 56px;
    right: -49px;
    display: block;
    width: 140px;
    height: initial;
    padding: 7px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase;
    color: #b3b3b3;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg); }
  .courses__btns {
    position: relative;
    min-height: 80px; }
  .courses__btn {
    font-size: 16px; }
  .courses__free-btn, .courses__free-hint {
    position: absolute;
    left: 4px;
    bottom: 15px;
    margin: 0;
    font-size: 12px; }
  .courses__free-btn {
    color: #3fa9f5;
    text-decoration: underline; }
  .courses__free-hint a {
    color: #999;
    text-decoration: none; }
  .courses__price--invisible, .courses__btn--invisible, .courses__progress--invisible {
    display: none; }
  .courses__banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px;
    color: #fff;
    background-color: #ae3dea; }
  .courses__banner-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 50%; }
    .courses__banner-inner:first-child {
      text-align: center; }
  .courses__banner-item {
    margin: 0; }
  .courses__banner-inner--left p:first-child {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2; }
  .courses__banner-inner--left p:last-child {
    font-size: 18px;
    font-weight: 700; }
  .courses__banner-inner--left p:last-child span:nth-child(1) {
    display: block;
    font-size: 15px;
    font-weight: 300;
    text-decoration: line-through; }
  .courses__banner-inner--left p:last-child span:nth-child(3) {
    display: inline-block;
    vertical-align: baseline;
    margin-left: 5px;
    font-size: 13px; }
  .courses__banner-inner--right p:first-child {
    width: 100%;
    margin-top: 5px;
    font-size: 16px;
    font-weight: 300;
    text-align: center; }
  .courses__banner-inner--right p:first-child span {
    display: none; }
  .courses__banner-item.btn {
    width: 135px;
    margin: 0 auto 5px;
    font-size: 13px; }
  .courses__btn--invisible, .courses__progress--invisible {
    display: none; }
  .courses__banner--premium .courses__banner-price {
    color: #4d4d4d; }

.courses-mobile {
  display: none;
  padding-bottom: 80px;
  text-align: center; }
  .courses-mobile__img {
    display: block;
    margin: 0 auto 30px; }
  .courses-mobile__title {
    width: 224px;
    color: #999;
    margin: 0 auto;
    font-size: 14px; }

.banner-course {
  border: 1px solid;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  padding: 16px 24px !important;
  width: 100%; }
  .banner-course--pink {
    border-color: #ed1e79;
    color: #ed1e79; }
    .banner-course--pink .banner-course__btn {
      background-color: #ed1e79; }
      .banner-course--pink .banner-course__btn:hover, .banner-course--pink .banner-course__btn:focus {
        background-color: shade(#ed1e79, 20); }
  .banner-course--orange {
    border-color: #f28136;
    color: #f28136; }
    .banner-course--orange .banner-course__image {
      width: 124px;
      height: 62px; }
    .banner-course--orange .banner-course__btn {
      background-color: #f28136; }
      .banner-course--orange .banner-course__btn:hover, .banner-course--orange .banner-course__btn:focus {
        background-color: shade(#f28136, 20); }
  .banner-course--blue {
    border-color: #6039aa;
    color: #6039aa; }
    .banner-course--blue .banner-course__image {
      width: 126px;
      height: 116px; }
    .banner-course--blue .banner-course__btn {
      background-color: #6039aa; }
      .banner-course--blue .banner-course__btn:hover, .banner-course--blue .banner-course__btn:focus {
        background-color: shade(#6039aa, 20); }
      .banner-course--blue .banner-course__btn:active {
        -webkit-box-shadow: inset 1px 1px 10px 2px rgba(0, 0, 0, 0.5);
                box-shadow: inset 1px 1px 10px 2px rgba(0, 0, 0, 0.5); }
  .banner-course--black, .banner-course--cyber {
    background-color: #292929; }
    .banner-course--black .title, .banner-course--cyber .title {
      line-height: 1.1;
      color: #fff;
      text-transform: uppercase;
      font-size: 48px;
      max-width: 250px; }
    .banner-course--black .banner-course__image, .banner-course--cyber .banner-course__image {
      width: 127px;
      height: 104px; }
    .banner-course--black .btn, .banner-course--cyber .btn {
      background-color: #dd2a1f; }
  .banner-course--cyber .title {
    line-height: 1; }
    .banner-course--cyber .title span {
      font-size: 34px;
      font-weight: 300;
      display: block; }
  .banner-course--cyber .banner-course__image {
    height: 80px;
    width: 100px; }
  .banner-course__title {
    color: inherit;
    margin: 0;
    margin-bottom: 8px;
    font-weight: 600;
    line-height: 33px;
    font-size: 24px; }
  .banner-course__old-price {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    text-decoration: line-through; }
  .banner-course__new-price {
    display: inline-block;
    vertical-align: middle;
    padding-left: 24px;
    font-weight: 700;
    font-size: 24px; }
  .banner-course__premium {
    display: block;
    margin-bottom: 14px; }
  .banner-course__text {
    color: inherit;
    margin: 0;
    margin-bottom: 23px; }
    .banner-course__text--price {
      margin-bottom: 9px; }
  .banner-course__image {
    display: none; }
  .banner-course__btn {
    font-size: 10px;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 31px;
    padding-right: 31px;
    margin-bottom: 6px;
    height: auto;
    min-width: 117px; }

.specific-course .main-content {
  position: relative;
  min-height: calc(100vh - 726px); }

.specific-course__title {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 21px;
  line-height: 1.4;
  font-weight: 700; }

.specific-course__nav {
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1); }

.specific-course__nav--wiget .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.specific-course__nav--wiget .breadcrumbs {
  margin-right: auto; }

.specific-course__wiget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 280px; }

.specific-course__card {
  margin-bottom: 0;
  padding-bottom: 40px; }
  .specific-course__card h3 {
    margin-top: 36px;
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 600; }
    .specific-course__card h3:first-child {
      margin-top: 0; }
  .specific-course__card p {
    margin: 16px 0;
    font-size: 16px; }
    .specific-course__card p:first-child {
      margin-top: 0; }
    .specific-course__card p:last-child {
      margin-bottom: 0; }
  .specific-course__card ul,
  .specific-course__card ol {
    max-width: 885px;
    margin: 16px 0;
    font-size: 16px;
    line-height: 30px; }
  .specific-course__card ul {
    padding-left: 36px;
    list-style: none; }
  .specific-course__card ol {
    padding-left: 28px; }
  .specific-course__card li {
    margin-bottom: 0;
    font-size: inherit;
    line-height: inherit; }
  .specific-course__card ul li {
    position: relative; }
    .specific-course__card ul li::before {
      content: "";
      position: absolute;
      top: 14px;
      left: -24px;
      width: 4px;
      height: 4px;
      background-color: #333;
      border-radius: 50%; }
  .specific-course__card .clean li::before {
    content: none; }
  .specific-course__card ol li {
    padding-left: 8px; }
  .specific-course__card img {
    display: block;
    width: 100%;
    height: auto;
    margin: 36px auto;
    max-width: 80%; }

.specific-course__table {
  display: inline-block;
  overflow-x: scroll;
  max-width: 100%; }
  .specific-course__table p {
    padding: 1px 5px; }

.specific-course__card--video {
  max-width: 850px;
  margin: 0 auto;
  padding: 0; }

.specific-course__card--sale {
  padding: 0; }

.specific-course .video {
  padding-top: 18px;
  overflow: hidden; }

.specific-course__card-text {
  padding: 16px 16px 32px; }

.specific-course__footer {
  height: 80px; }

.specific-course__footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 16px; }

.specific-course__card--video .specific-course__footer-inner {
  width: 100%;
  padding: 16px;
  padding-left: 0; }

.specific-course__footer-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  padding-left: 0;
  padding-right: 0;
  font-size: 0;
  text-decoration: none;
  color: #fff; }
  .specific-course__footer-link span {
    display: inline-block;
    vertical-align: top;
    margin-right: 16px;
    font-size: 16px; }
  .specific-course__footer-link:hover, .specific-course__footer-link:focus {
    opacity: .8; }

.specific-course__card-footer {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  overflow: hidden; }

.specific-course .preloader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 60vh; }
  .specific-course .preloader::before {
    background-color: transparent; }

.course-map__card {
  position: relative;
  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: center;
  margin-bottom: 32px;
  padding-top: 24px;
  padding-left: 24px;
  padding-bottom: 12px;
  padding-right: 32px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background-color: #fff; }

.course-map__status {
  display: none;
  visibility: hidden; }

.course-map__img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 80px;
  height: 80px;
  margin-right: 24px;
  border-radius: 50%; }

.course-map__info {
  width: calc(100% - 94px); }
  .course-map__info p {
    max-width: 500px;
    margin-bottom: 30px;
    font-size: 14px;
    color: #999; }

.course-map__title {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 21px;
  line-height: 1.4;
  font-weight: 700; }

.course-map__links {
  margin-top: 24px;
  font-size: 0; }

.course-map__link {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 24px;
  margin-right: 32px;
  margin-bottom: 20px;
  padding-left: 36px;
  font-size: 14px; }
  .course-map__link:last-child {
    margin-right: 0; }
  .course-map__link .btn-info {
    position: static;
    margin-right: 0; }
  .course-map__link .btn-info:hover .tooltip {
    display: block;
    visibility: visible; }
  .course-map__link .tooltip {
    width: 100%;
    min-width: 200px; }
  .course-map__link--disabled {
    color: #999;
    cursor: default; }
  .course-map__link--disabled:hover {
    text-decoration: none; }
  .course-map__link--disabled .btn-info {
    pointer-events: none; }
  .course-map__link--active {
    text-decoration: none !important;
    cursor: pointer !important; }
    .course-map__link--active:hover {
      text-decoration: underline !important; }

.course-map__link-icon {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px; }

.course-map .icon-lock {
  display: none;
  visibility: hidden; }

.course-map__card--lock .course-map__link {
  color: #999;
  text-decoration: none;
  cursor: default; }

.course-map__card--lock .course-map__img-wrap {
  position: relative; }

.course-map__card--lock .course-map__img-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.6); }

.course-map__card--lock .icon-lock {
  position: absolute;
  top: 10px;
  left: 16px;
  display: block;
  visibility: visible; }

.icon-video,
.icon-bonus_video,
.icon-intro_video {
  width: 18px;
  height: 12px; }

.icon-audio {
  width: 19px;
  height: 18px; }

.icon-text {
  width: 18px;
  height: 18px; }

.icon-game,
.icon-group_2,
.icon-group_4 {
  width: 20px;
  height: 19px; }

.icon-warmup {
  width: 18px;
  height: 20px; }

.icon-test {
  width: 22px;
  height: 18px; }

.icon-quiz {
  width: 18px;
  height: 22px; }

.icon-theory {
  width: 22px;
  height: 18px; }

.icon-block {
  width: 18px;
  height: 22px; }

.icon-group_1,
.icon-group_3 {
  width: 21px;
  height: 19px; }

.icon-group_5,
.icon-group_6 {
  width: 16px;
  height: 20px; }

.icon-group_7,
.icon-group_8 {
  width: 20px;
  height: 16px; }

.wikium-android-app .social li:nth-child(4), .wikium-android-app .social .social__mts-btn {
  display: none; }

.prem-benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .prem-benefits__wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-bottom: 20px; }
  .prem-benefits__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 50%; }
    .prem-benefits__left .prem-benefits__item:first-child {
      border-top-left-radius: 8px; }
    .prem-benefits__left .prem-benefits__item:last-child {
      border-bottom-left-radius: 8px; }
  .prem-benefits__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 50%;
    margin-left: 1px; }
    .prem-benefits__right .prem-benefits__item:first-child {
      border-top-right-radius: 8px; }
    .prem-benefits__right .prem-benefits__item:last-child {
      border-bottom-right-radius: 8px; }
  .prem-benefits__lines {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly; }
  .prem-benefits__line {
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .prem-benefits__line-item {
    min-height: 18px;
    border-radius: 9px;
    background-color: #fff;
    font-size: 11px;
    color: #4a4a4a;
    padding: 0 12px; }
  .prem-benefits__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 16px 11px;
    font-size: 12px;
    line-height: 14px; }
    .prem-benefits__item--base {
      color: #4a4a4a;
      background-image: -webkit-linear-gradient(340deg, rgba(201, 201, 201, 0.14), rgba(133, 133, 133, 0.14));
      background-image: -o-linear-gradient(340deg, rgba(201, 201, 201, 0.14), rgba(133, 133, 133, 0.14));
      background-image: linear-gradient(110deg, rgba(201, 201, 201, 0.14), rgba(133, 133, 133, 0.14)); }
    .prem-benefits__item--premium {
      color: #fff;
      background-color: #50e3c2;
      background-image: -webkit-linear-gradient(165deg, #8f4af9, #50e3c2 100%);
      background-image: -o-linear-gradient(165deg, #8f4af9, #50e3c2 100%);
      background-image: linear-gradient(285deg, #8f4af9, #50e3c2 100%); }
    .prem-benefits__item--head {
      padding: 10px 27px; }
  .prem-benefits__head {
    font-size: 11px;
    font-weight: 800;
    line-height: 13px;
    letter-spacing: 0.33px;
    text-transform: uppercase;
    text-align: center;
    max-width: 75px; }
  .prem-benefits__link {
    position: relative;
    margin: 0 auto;
    width: 200px;
    font-size: 12px;
    font-weight: 700;
    color: #8f4af9;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block; }
    .prem-benefits__link:after {
      content: "";
      position: absolute;
      top: 5px;
      right: 14px;
      width: 8px;
      height: 8px;
      border-right: 2px solid #8f4af9;
      border-bottom: 2px solid #8f4af9;
      border-color: inherit;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }
    .prem-benefits__link:hover:after {
      right: 4px; }

.train-toolbar__nav {
  padding: 0 22px; }

.train-toolbar__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  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: center;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(72, 1, 255, 0.08);
          box-shadow: 0 4px 8px 0 rgba(72, 1, 255, 0.08); }

.train-toolbar__item {
  padding: 10px 8px;
  width: 100%;
  color: #333;
  text-align: center;
  border-top: 3px solid transparent;
  border-right: 1px solid #e6e6e6;
  cursor: pointer; }
  .train-toolbar__item:first-child {
    border-top-left-radius: 5px; }
  .train-toolbar__item:last-child {
    border-right: none;
    border-top-right-radius: 5px; }
  .train-toolbar__item:hover .train-toolbar__content {
    opacity: 1; }
  .train-toolbar__item[data-skill="restriction"].train-toolbar__item[data-skill="restriction"] .train-toolbar__scale {
    background-color: rgba(83, 164, 245, 0.2); }
  .train-toolbar__item[data-skill="restriction"].train-toolbar__item[data-skill="restriction"] .train-toolbar__bar {
    background-color: #53a4f5; }
  .train-toolbar__item[data-skill="restriction"] .train-toolbar__value,
  .train-toolbar__item[data-skill="restriction"] .train-toolbar__skill-name {
    color: inherit; }
  .train-toolbar__item[data-skill="attention"].train-toolbar__item[data-skill="attention"] .train-toolbar__scale {
    background-color: rgba(0, 173, 238, 0.2); }
  .train-toolbar__item[data-skill="attention"].train-toolbar__item[data-skill="attention"] .train-toolbar__bar {
    background-color: #00adee; }
  .train-toolbar__item[data-skill="attention"] .train-toolbar__value,
  .train-toolbar__item[data-skill="attention"] .train-toolbar__skill-name {
    color: inherit; }
  .train-toolbar__item[data-skill="memory"].train-toolbar__item[data-skill="memory"] .train-toolbar__scale {
    background-color: rgba(134, 198, 52, 0.2); }
  .train-toolbar__item[data-skill="memory"].train-toolbar__item[data-skill="memory"] .train-toolbar__bar {
    background-color: #86c634; }
  .train-toolbar__item[data-skill="memory"] .train-toolbar__value,
  .train-toolbar__item[data-skill="memory"] .train-toolbar__skill-name {
    color: inherit; }
  .train-toolbar__item[data-skill="flexibility"].train-toolbar__item[data-skill="flexibility"] .train-toolbar__scale {
    background-color: rgba(251, 151, 0, 0.2); }
  .train-toolbar__item[data-skill="flexibility"].train-toolbar__item[data-skill="flexibility"] .train-toolbar__bar {
    background-color: #fb9700; }
  .train-toolbar__item[data-skill="flexibility"] .train-toolbar__value,
  .train-toolbar__item[data-skill="flexibility"] .train-toolbar__skill-name {
    color: inherit; }
  .train-toolbar__item[data-skill="thinking"].train-toolbar__item[data-skill="thinking"] .train-toolbar__scale {
    background-color: rgba(251, 151, 0, 0.2); }
  .train-toolbar__item[data-skill="thinking"].train-toolbar__item[data-skill="thinking"] .train-toolbar__bar {
    background-color: #fb9700; }
  .train-toolbar__item[data-skill="thinking"] .train-toolbar__value,
  .train-toolbar__item[data-skill="thinking"] .train-toolbar__skill-name {
    color: inherit; }
  .train-toolbar__item[data-skill="accuracy"].train-toolbar__item[data-skill="accuracy"] .train-toolbar__scale {
    background-color: rgba(236, 89, 86, 0.2); }
  .train-toolbar__item[data-skill="accuracy"].train-toolbar__item[data-skill="accuracy"] .train-toolbar__bar {
    background-color: #ec5956; }
  .train-toolbar__item[data-skill="accuracy"] .train-toolbar__value,
  .train-toolbar__item[data-skill="accuracy"] .train-toolbar__skill-name {
    color: inherit; }
  .train-toolbar__item[data-skill="all"].train-toolbar__item[data-skill="all"] .train-toolbar__scale {
    background-color: rgba(160, 139, 242, 0.2); }
  .train-toolbar__item[data-skill="all"].train-toolbar__item[data-skill="all"] .train-toolbar__bar {
    background-color: #a08bf2; }
  .train-toolbar__item[data-skill="all"] .train-toolbar__value,
  .train-toolbar__item[data-skill="all"] .train-toolbar__skill-name {
    color: inherit; }

.train-toolbar__item[data-state="active"] {
  border-top: 3px solid #6039aa;
  cursor: default; }
  .train-toolbar__item[data-state="active"] .train-toolbar__content {
    opacity: 1; }

.train-toolbar__content {
  position: relative;
  opacity: 0.2;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }

.train-toolbar__value {
  display: block;
  margin-bottom: 6px;
  font-size: 12px; }

.train-toolbar__scale {
  position: relative;
  margin: 0 auto 6px;
  width: 66px;
  height: 4px;
  border-radius: 9px;
  -webkit-transition: width 1s ease-in-out;
  -o-transition: width 1s ease-in-out;
  transition: width 1s ease-in-out; }

.train-toolbar__bar {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 9px;
  -webkit-transition: width 1s ease-in-out;
  -o-transition: width 1s ease-in-out;
  transition: width 1s ease-in-out; }

.train-toolbar__skill-name {
  margin: 0;
  font-size: 12px; }

div#driver-popover-item {
  display: none;
  position: absolute;
  background: #fff;
  color: #fff;
  margin: 0;
  padding: 15px;
  border-radius: 8px;
  min-width: 250px;
  max-width: 320px;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
  z-index: 1000000000; }
  div#driver-popover-item .driver-popover-tip {
    border: 10px solid #fff;
    content: '';
    position: absolute; }
    div#driver-popover-item .driver-popover-tip.bottom {
      bottom: -10px;
      border-top-color: #fff;
      border-right-color: transparent;
      border-bottom-color: transparent;
      border-left-color: transparent; }
      div#driver-popover-item .driver-popover-tip.bottom.position-center {
        left: 49%; }
      div#driver-popover-item .driver-popover-tip.bottom.position-right {
        right: 20px; }
    div#driver-popover-item .driver-popover-tip.left {
      left: -10px;
      top: 10px;
      border-top-color: transparent;
      border-right-color: #fff;
      border-bottom-color: transparent;
      border-left-color: transparent; }
      div#driver-popover-item .driver-popover-tip.left.position-center {
        top: 46%; }
      div#driver-popover-item .driver-popover-tip.left.position-bottom {
        top: auto;
        bottom: 20px; }
    div#driver-popover-item .driver-popover-tip.right {
      right: -10px;
      top: 10px;
      border-top-color: transparent;
      border-right-color: transparent;
      border-bottom-color: transparent;
      border-left-color: #fff; }
      div#driver-popover-item .driver-popover-tip.right.position-center {
        top: 46%; }
      div#driver-popover-item .driver-popover-tip.right.position-bottom {
        top: auto;
        bottom: 20px; }
    div#driver-popover-item .driver-popover-tip.top {
      top: -18px;
      border-top-color: transparent;
      border-right-color: transparent;
      border-bottom-color: #fff;
      border-left-color: transparent; }
      div#driver-popover-item .driver-popover-tip.top.position-center {
        left: 49%; }
      div#driver-popover-item .driver-popover-tip.top.position-right {
        right: 20px; }
    div#driver-popover-item .driver-popover-tip.mid-center {
      display: none; }
  div#driver-popover-item .driver-popover-footer {
    position: relative;
    display: block;
    margin-top: 10px; }
    div#driver-popover-item .driver-popover-footer button {
      display: inline-block;
      padding: 9px 10px;
      width: 110px;
      border: none;
      text-decoration: none;
      color: #fff;
      font-family: Montserrat, Helvetica, Arial, sans-serif;
      font-size: 14px;
      font-weight: 500;
      cursor: pointer;
      outline: 0;
      background-color: #8f4af9;
      border-radius: 28px;
      zoom: 1;
      line-height: 1.3;
      -webkit-transition: .2s;
      -o-transition: .2s;
      transition: .2s; }
      div#driver-popover-item .driver-popover-footer button:hover, div#driver-popover-item .driver-popover-footer button:focus {
        background-color: #a067f7; }
      div#driver-popover-item .driver-popover-footer button:active {
        background-color: #7a32e8; }
    div#driver-popover-item .driver-popover-footer button.driver-disabled {
      position: absolute;
      left: -436px;
      font-size: 0;
      background-color: transparent; }
    div#driver-popover-item .driver-popover-footer button.driver-prev-btn {
      margin-right: 8px; }
    div#driver-popover-item .driver-popover-footer .driver-close-btn {
      display: none; }
  div#driver-popover-item .driver-popover-title {
    font: 19px/normal sans-serif;
    margin: 0 0 5px;
    font-weight: bold;
    display: block;
    position: relative;
    line-height: 1.5;
    zoom: 1; }
    div#driver-popover-item .driver-popover-title img {
      padding-bottom: 30px;
      -webkit-filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.1));
              filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.1)); }
  div#driver-popover-item .driver-popover-description {
    margin-bottom: 20px;
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.5;
    color: #4a4a4a;
    font-weight: 400;
    zoom: 1; }

.driver-clearfix:before {
  content: "";
  display: table; }

.driver-clearfix:after {
  clear: both;
  content: "";
  display: table; }

.driver-stage-no-animation {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  background: transparent !important;
  outline: 5000px solid rgba(0, 0, 0, 0.75); }

div#driver-page-overlay {
  background: #000000;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  zoom: 1;
  filter: alpha(opacity=75);
  opacity: 0.75;
  z-index: 100002 !important;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

div#driver-highlighted-element-stage {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 300px;
  background: #ffffff;
  z-index: 100003 !important;
  display: none;
  border-radius: 16px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.driver-highlighted-element {
  pointer-events: none;
  z-index: 100004 !important; }

.driver-position-relative {
  position: relative !important; }

.driver-fix-stacking {
  z-index: auto !important;
  opacity: 1.0 !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  -webkit-filter: none !important;
          filter: none !important;
  -webkit-perspective: none !important;
          perspective: none !important;
  -webkit-transform-style: flat !important;
          transform-style: flat !important;
  transform-box: border-box !important;
  will-change: unset !important; }

.first-screen .driver-popover-footer:after,
.fourth-screen .driver-popover-footer:after,
.second-screen .driver-popover-footer:after,
.third-screen .driver-popover-footer:after,
.first-mobile-screen .driver-popover-footer:after,
.second-mobile-screen .driver-popover-footer:after {
  content: '1/4';
  position: absolute;
  top: 10px;
  right: 0;
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #4a4a4a; }

.first-screen .driver-popover-footer:after {
  content: '1/4'; }

.second-screen .driver-popover-footer:after {
  content: '2/4'; }

.third-screen .driver-popover-footer:after {
  content: '3/4'; }

.fourth-screen .driver-popover-footer:after {
  content: '4/4'; }

.first-mobile .driver-popover-footer:after {
  content: '1/2'; }

.second-mobile .driver-popover-footer:after {
  content: '2/2'; }

.first-mobile-screen .driver-popover-footer:after {
  content: '1/2'; }

.second-mobile-screen .driver-popover-footer:after {
  content: '2/2'; }

@media only screen and (min-width: 370px) and (max-width: 768px) {
  .social--mts li {
    margin: 0 4px; }
  .social--mts li:first-of-type {
    margin-left: 0; } }

@media only screen and (min-width: 370px) {
    .modal--call .modal__wrap--call .modal__title {
      margin-bottom: 13px; }
    .modal--call .modal__wrap--call .modal__text {
      margin-bottom: 28px; }
    .modal--call .modal__wrap--call .modal__img {
      margin-bottom: 25px;
      width: 112px;
      height: 112px; }
    .modal--call .modal__wrap--call .modal__input-wrap {
      max-width: 314px; }
  .modal--call .modal__wrap--result .modal__img {
    width: 90px;
    height: 90px; } }

@media (min-width: 380px) {
      .slot-machine__navigation {
        left: 50%;
        right: initial;
        width: 343px;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); } }

@media (min-width: 579px) {
    .banner-all-inclusive-courses__title {
      margin-bottom: 25px;
      font-size: 22px; }
    .banner-all-inclusive-courses__text {
      width: 150px;
      font-size: 16px; }
    .banner-all-inclusive-courses__prices {
      margin-bottom: 0; }
    .banner-all-inclusive-courses .banner-courses-page__inner--left {
      width: 200px; } }

@media (min-width: 580px) {
    .banner-gift-premium {
      padding-right: 15px; }
      .banner-gift-premium__inner-right {
        width: 135px;
        margin-top: 31px; }
    .banner-courses-set {
      padding-right: 15px; }
  .banner-courses-page.banner-courses-set {
    background: #fff url(/build/08b37d52a2df5e56b0b9b2fd6c705811.svg) no-repeat;
    background-size: 150px;
    background-position: center; }
    .courses {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .courses__item {
        height: 156px; }
      .courses__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-line-pack: distribute;
            align-content: space-around;
        min-width: 250px;
        margin-right: auto; }
      .courses__name {
        margin-right: 20px;
        margin-bottom: auto; }
      .courses__descript {
        width: 100%;
        margin: 0;
        margin-top: auto;
        margin-bottom: auto; }
      .courses__price {
        margin: auto 0 8px; }
      .courses__progress {
        margin: auto 0 15px; }
      .courses__preorder {
        position: absolute;
        top: 17px;
        right: -57px;
        -webkit-transform: translateX(-70px);
            -ms-transform: translateX(-70px);
                transform: translateX(-70px);
        border: 1px solid #b3b3b3;
        border-radius: 5px;
        font-size: 14px;
        text-align: center; }
      .courses__btns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        min-width: 163px;
        padding: 12px 0 15px; }
      .courses__btn {
        position: absolute;
        bottom: 15px;
        right: 15px;
        margin: auto auto 20px;
        font-size: 13px; }
        .courses__btn:active {
          -webkit-transform: translateY(2px);
              -ms-transform: translateY(2px);
                  transform: translateY(2px); }
      .courses__free-btn, .courses__free-hint {
        left: 0;
        bottom: 10px;
        text-align: center;
        width: 100%; }
      .courses__banner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
      .courses__banner-inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        width: 100%; }
        .courses__banner-inner p:first-child {
          width: 300px;
          font-size: 20px; }
        .courses__banner-inner--left p:first-child {
          width: 300px;
          font-size: 28px; }
        .courses__banner-inner p:last-child {
          width: 95px;
          margin-right: 22px;
          font-size: 24px; }
      .courses__banner-item.btn {
        margin-right: 0; } }

@media (min-width: 582px) {
  .library__card {
    float: left;
    width: calc(50% - 16px);
    margin-right: 32px; }
    .library__card:nth-of-type(2n) {
      margin-right: 0; }
    .library__card:last-of-type, .library__card:nth-last-of-type(2) {
      margin-bottom: 0; } }

@media (min-width: 595px) {
    .slot-machine {
      margin-bottom: 32px;
      padding-left: 24px;
      padding-right: 24px; }
      .slot-machine__navigation-btn {
        padding: 4px 8px; } }

@media (min-width: 632px) {
  .btn.game-screen__btn {
    padding: 16px 56px !important;
    font-size: 16px !important; } }

@media (min-width: 740px) {
    .banner-courses-page {
      background-size: 182px 105px; }
      .banner-courses-page__inner--left {
        width: 60% !important; }
      .banner-courses-page__title {
        margin-left: 26px; }
    .banner-gift-premium {
      background: #fff url(/build/49f19257599a6f724c45eb8eccbe2a22.svg) no-repeat;
      background-position: 55% center;
      background-size: 91px 106px; }
      .banner-gift-premium__title {
        margin: 0 0 20px; }
  .banner-courses-page.banner-courses-set {
    background: #fff url(/build/08b37d52a2df5e56b0b9b2fd6c705811.svg) no-repeat;
    background-size: 182px 105px;
    background-position: center; }
    .banner-all-inclusive-courses {
      padding-left: 190px;
      background-image: url(/build/9776cf967744a2c10743eddfe53b2987.svg);
      background-repeat: no-repeat;
      background-position: 40px 16px !important;
      background-size: 91px; }
      .banner-all-inclusive-courses__title {
        margin-bottom: 0;
        font-size: 26px;
        letter-spacing: 1.3px; }
      .banner-all-inclusive-courses__text {
        width: 100%;
        font-size: 18px; }
      .banner-all-inclusive-courses .banner-courses-page__inner--left {
        width: 245px;
        margin-top: 18px; }
    .courses__img {
      -ms-flex-preferred-size: 250px;
          flex-basis: 250px;
      min-width: 250px; }
      .courses__img--tablet {
        display: block; }
      .courses__img--mobile {
        display: none; }
    .courses__content {
      max-width: calc(100% - 156px);
      min-width: 240px; }
    .courses__descript {
      width: calc(100% - 165px); }
    .courses__btns {
      position: absolute;
      right: 0px;
      bottom: 0px;
      min-width: 160px; }
    .courses__banner {
      background-image: url(/build/6211f7c2372becf4b5203ea4f15adb2f.svg);
      background-repeat: no-repeat;
      background-size: 112px 118px;
      background-position: 35px 15px; }
    .courses__banner-inner p:first-child {
      margin-left: 20%;
      width: 300px; }
    .courses__banner-inner--left p:first-child {
      width: 300px;
      font-size: 34px; }
    .courses__banner-inner--right p:first-child span {
      display: inline; } }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; }
    .contact {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .contact__img {
        width: 130px;
        height: 130px;
        margin-right: 36px; }
      .contact__img-wrap {
        width: 166px; }
      .contact__info {
        float: left;
        width: calc(100% - 167px); }
      .contact__name {
        font-size: 21px; }
      .main-content__inner {
        width: 94%;
        max-width: 1105px; }
    .main-content {
      min-height: calc(100vh - 424px); }
      .main-content__inner {
        min-height: 664px; }
      .main-content--first-session {
        min-height: calc(100vh - 149px);
        padding-top: 20px; }
      .main-content--short-footer {
        min-height: calc(100vh - 145px); }
      .main-content--partner {
        min-height: calc(100vh - 498px); }
      .main-content--new {
        min-height: calc(100vh - 60px); }
      .main-content__heading {
        padding: 0 0 32px; }
      .main-content__title {
        font-size: 30px; }
      .main-content__title-part {
        display: inline; }
      .main-content__text {
        padding: 0 40px;
        font-size: 21px; }
  html[lang="es"] .main-content--purple,
  html[lang="de"] .main-content--purple,
  html[lang="en"] .main-content--purple,
  html[lang="pl"] .main-content--purple {
    min-height: calc(100vh - 213px); }
  html[lang="es"] .main-content--new,
  html[lang="de"] .main-content--new,
  html[lang="en"] .main-content--new,
  html[lang="pl"] .main-content--new {
    min-height: calc(100vh - 60px); }
    .btn--size {
      width: 209px; }
    .counter-fixed {
      width: 94%;
      max-width: 1105px; }
    .counter-new {
      width: 442px;
      padding: 10px; }
      .counter-new__title, .counter-new__items {
        display: inline-block;
        vertical-align: middle; }
      .counter-new__title {
        width: 137px;
        margin-bottom: 0;
        margin-right: 10px;
        text-align: left; }
      .counter-new--small {
        width: 290px;
        padding-top: 10px; }
    .card {
      margin-bottom: 32px; }
      .card--no-paddings {
        padding: 0; }
    .container {
      width: 94%;
      max-width: 1105px; }
    .container-large {
      width: 94%;
      max-width: 1105px; }
    .container-new {
      width: 87.5%;
      max-width: 1105px; }
    .footer__info-title {
      pointer-events: none;
      margin-left: 0; }
    .footer__section:after {
      content: "";
      display: table;
      clear: both; }
    .footer__section--info {
      width: 100%;
      margin-bottom: 1.5em; }
    .footer__section--contacts {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      margin: 2.8em 0; }
    .footer__section--copyright:after {
      content: "";
      display: table;
      clear: both; }
    .footer__section-link {
      margin-bottom: .2em; }
      .footer__section-link:last-child {
        margin-bottom: 0; }
    .footer__contacts-item:first-child {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .footer__contacts-item:first-child:after {
        content: "";
        display: table;
        clear: both; }
    .footer__info-item, .footer__contacts-item, .footer__text, .footer__contacts-links {
      float: left;
      width: 33.33%;
      margin: 0;
      padding-right: 1em; }
  .footer--international .footer__section--info {
    width: 100%; }
  .footer--international .footer__info-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .footer--international .footer__contacts-item--mail {
    float: right;
    display: inline-block;
    width: initial; }
    .preloader::after {
      width: 90px;
      height: 90px;
      margin-top: -45px; }
    .preloader--top::after {
      top: 12%; }
    .privacy-policy-message {
      width: 400px; }
      .privacy-policy-message__text {
        font-size: 14px; }
    .push-notification {
      width: 400px; }
      .push-notification__text {
        font-size: 14px; }
        .sub-header--gradient .sub-header__text {
          font-size: 21px; }
      .sub-nav__inner {
        width: 94%;
        max-width: 1105px; }
  .sub-nav__inner::before {
    display: none; }
  .sub-nav__inner::after {
    display: none; }
      .header--business .header__logo, .header--business-standart .header__logo {
        margin-left: 0;
        margin-right: 35px; }
      .header--business .header__logo-company, .header--business-standart .header__logo-company {
        padding-left: 35px; }
      .header--business .header__burger, .header--business-standart .header__burger {
        left: -3px; }
      .header__inner {
        width: 94%;
        max-width: 1105px; }
    .header__logo, .header__notif {
      display: block; }
      .header--new-year-2019 {
        background-image: url(/build/b13b6fd601e5da92586aab6f1ed0faef.svg), url(/build/cebe3d3234bae805cc82e1da16cca985.svg), url(/build/b13b6fd601e5da92586aab6f1ed0faef.svg);
        background-position: 15% top, center, 85% top;
        background-size: auto, auto, 35px; }
    .header__inner--experiment .header__logo {
      display: block; }
      .header__inner--experiment .header__logo--experiment {
        display: none; }
      .page-header__inner {
        width: 94%;
        max-width: 1105px; }
    .page-header__logo, .page-header__notif {
      display: block; }
    .page-header__burger {
      right: -74px; }
    .promocode__hint {
      margin-bottom: 28px; }
  .rates-main .promocode {
    -ms-flex-item-align: start;
        align-self: flex-start;
    width: 27%;
    min-width: 255px;
    margin-top: 20px;
    margin-right: auto; }
    .contact {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .contact__img {
        width: 130px;
        height: 130px;
        margin-right: 36px; }
      .contact__img-wrap {
        width: 166px; }
      .contact__info {
        float: left;
        width: calc(100% - 167px); }
      .contact__name {
        font-size: 21px; }
    .counter-new {
      width: 442px;
      padding: 10px; }
      .counter-new__title, .counter-new__items {
        display: inline-block;
        vertical-align: middle; }
      .counter-new__title {
        width: 137px;
        margin-bottom: 0;
        margin-right: 10px;
        text-align: left; }
      .counter-new--small {
        width: 290px;
        padding-top: 10px; }
    .counter-fixed {
      width: 94%;
      max-width: 1105px; }
  .tabs__list-item {
    padding-left: 24px; }
  .tabs__content {
    padding: 24px;
    padding-bottom: 34px; }
  .pay-card-old {
    width: 450px;
    margin-left: auto; }
    .pay-card-old__side {
      width: 350px;
      height: 233px;
      padding: 25px; }
      .pay-card-old__side--reverse {
        position: absolute; }
    .pay-card-old__form-item--expires {
      width: 126px;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    .pay-card-old__icons {
      margin-left: 145px; }
    .pay-card-old__form-item--name {
      width: 160px;
      margin-right: 10px; }
    .pay-card-old__side--reverse {
      left: 105px; }
      .pay-card-old__side--reverse::after {
        width: 351px; }
    .pay-card-old__form-item--cvc {
      width: 82px;
      margin-left: 230px; }
    .pay-card-old .wbtn.btn-orange {
      float: right; }
    .pay-card-old .cloud_month,
    .pay-card-old .cloud_year {
      width: 50px; }
    .not-found__inner {
      width: 94%;
      max-width: 1105px; }
  .not-found__content {
    min-height: 850px; }
  .not-found__professor {
    margin-bottom: 70px; }
  .not-found__text {
    margin-top: 90px; }
  .not-found__404 {
    width: 310px;
    margin-bottom: 30px; }
  .not-found p {
    margin-bottom: 35px;
    max-width: 450px;
    font-size: 30px; }
    .not-found p:nth-of-type(2) {
      font-size: 18px; }
    .unavailable-error__inner {
      width: 94%;
      max-width: 1105px; }
  .unavailable-error__content {
    min-height: 850px; }
  .unavailable-error__img {
    margin-bottom: 70px; }
  .unavailable-error__text {
    margin-top: 115px; }
  .unavailable-error p {
    margin-bottom: 35px;
    max-width: 450px;
    font-size: 30px; }
    .unavailable-error p:nth-of-type(2) {
      font-size: 18px; }
    .notifications .text {
      margin-left: 24px;
      margin-right: 47px; }
    .notifications__btn {
      margin-left: 24px; }
  .notifications__item {
    padding: 0; }
  .notifications__heading-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: calc(100% - 50px);
    margin-left: 30px; }
  .notifications__title {
    width: calc(100% - 270px); }
  .notifications__date {
    width: 208px;
    height: 20px;
    margin: auto 0;
    margin-right: 0 !important;
    text-align: right; }
    .competitions__title--light {
      text-align: left; }
    .competitions__top, .competitions__progress {
      display: inline-block;
      vertical-align: top; }
    .competitions__progress {
      width: calc(100% - 310px);
      margin-right: 30px; }
    .competitions__top {
      width: 275px; }
    .competitions__medal-numb {
      top: 50px;
      font-size: 30px; }
    .competitions__counter {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 500px;
      margin: 0 auto 50px;
      padding-bottom: 0; }
    .competitions__train-restrict, .competitions__train-leaders {
      display: inline-block;
      vertical-align: top;
      width: 50%;
      padding: 0; }
    .competitions__train-leaders {
      border-right: 1px solid #ccc; }
      .competitions__train-leaders::after {
        content: none; }
    .competitions__train-restrict {
      padding-left: 25px; }
    .competitions__text {
      text-align: left; }
    .competitions__btn {
      margin-left: 0;
      margin-top: 15px; }
  .biglion .popup__img {
    width: 100%;
    height: auto;
    margin-top: 70px; }
    .library-article .main-content {
      min-height: calc(100vh - 594px); }
  .library__nav {
    display: block; }
    .library__nav--mobile {
      display: none; }
  .library-article__footer-back, .library-article__footer-forward {
    width: 40%; }
    .train-info {
      font-size: 16px; }
      .train-info__section-title {
        margin: 30px 0 35px; }
      .train-info__section-inner {
        padding: 30px 0 110px; }
      .train-info__section-text {
        width: 100%;
        margin: 0 0 40px; }
    .train-info-heading {
      padding: 55px 0 0;
      font-size: 16px; }
      .train-info-heading .train-info__section-inner {
        padding-bottom: 45px; }
      .train-info-heading__text {
        width: calc(100% - 315px); }
        .train-info-heading__text--1 {
          float: left; }
        .train-info-heading__text--2 {
          margin-top: 40px;
          float: right; }
      .train-info-heading__img--1 {
        float: right; }
      .train-info-heading__img--2 {
        float: left; }
  .train-info-pairs__item {
    margin-bottom: 60px; }
    .train-info-pairs__item--2 {
      margin-bottom: 0; }
  .train-info-pairs__item-img {
    float: left;
    width: 47%; }
  .train-info-pairs__item--2 .train-info-pairs__item-img {
    float: right;
    margin-top: 50px; }
  .train-info-pairs__item--2 .train-info-pairs__item-text {
    float: left;
    width: 47%;
    margin: 0; }
  .train-info-pairs__list {
    float: right;
    width: 47%; }
  .train-info-balance__img {
    float: left;
    width: 40%;
    -webkit-transform: translateY(-65px);
        -ms-transform: translateY(-65px);
            transform: translateY(-65px); }
  .train-info-balance__text {
    float: left;
    width: 50%;
    margin-right: 10%;
    font-size: 113%; }
  .train-info-balance .train-info__section-inner {
    padding-bottom: 45px; }
  .train-info-complication__wrap:after {
    content: "";
    display: table;
    clear: both; }
  .train-info-complication__items {
    float: right;
    width: 50%;
    margin-top: 50px; }
    .train-info-complication__items:after {
      content: "";
      display: table;
      clear: both; }
  .train-info-complication__img {
    float: left;
    width: 50%;
    height: auto; }
  .train-info-complication .train-info__section-inner {
    padding-bottom: 75px; }
    .train-info-footer {
      padding: 0 0 62px;
      font-size: 21px; }
      .train-info-footer__inner:after {
        content: "";
        display: table;
        clear: both; }
      .train-info-footer__text {
        max-width: 550px; }
      .train-info-footer__btn {
        float: right; }
        .train-info-footer__btn:first-child {
          float: left; }
  .train-info-neuro__img-wrap {
    float: left; }
  .train-info-neuro__text {
    float: left;
    width: calc(100% - 320px);
    margin-right: 24px;
    font-size: 113%; }
    .specific-game__game-screen .train__appcontent {
      height: 573px; }
    .specific-game__game-screen .specific-game__game {
      height: 573px;
      padding-bottom: 0; }
    .specific-game__game-screen--center {
      padding-bottom: 0;
      padding-top: 50px; }
    .specific-game__game-screen .challenge__content {
      height: 573px; }
  .specific-game__game-screen {
    margin-left: auto;
    margin-right: auto; }
  .specific-game__game {
    min-height: 548px;
    padding-bottom: 20px; }
    .lp-benefits__items {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .lp-benefits__item {
      max-width: 30%;
      margin: 0; }
      .lp-benefits__item:last-child {
        margin-bottom: 0; }
    .lp-benefits__img {
      width: 188px;
      height: auto;
      margin-bottom: 74px; }
    .lp-benefits__text--medium {
      font-size: 18px; }
    .lp-benefits__text--large {
      font-size: 21px; }
    .lp-features {
      font-size: 0; }
      .lp-features__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
      .lp-features__item {
        width: 50%;
        height: 240px; }
        .lp-features__item:nth-of-type(2n) {
          border-left: none; }
        .lp-features__item:nth-last-of-type(2) {
          border-bottom: 1px solid #e6e6e6;
          border-bottom-left-radius: 8px; }
        .lp-features__item:first-child {
          border-top-left-radius: 8px; }
        .lp-features__item:nth-of-type(2) {
          border-top-right-radius: 8px; }
        .lp-features__item:last-child {
          border-bottom-right-radius: 8px; }
      .lp-features__text {
        font-size: 16px; }
  .lp-banner__container {
    position: relative;
    margin: 20px auto; }
    .lp-banner__container::before {
      content: "";
      position: absolute;
      z-index: 0;
      left: 50%;
      bottom: 20px;
      width: 90%;
      height: 50%;
      border-radius: 4px;
      -webkit-box-shadow: 0 45px 50px 0 rgba(0, 0, 0, 0.12);
              box-shadow: 0 45px 50px 0 rgba(0, 0, 0, 0.12);
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
  .lp-banner__banner {
    position: relative;
    z-index: 1;
    padding-left: 30px;
    padding-right: 30px; }
  .lp-banner__text {
    font-size: 24px; }
    .lp-action__card-heading--label-new {
      background-image: -webkit-linear-gradient(225deg, #fdc10a 0%, #fdc10a 70px, transparent 70px, transparent 100%);
      background-image: -o-linear-gradient(225deg, #fdc10a 0%, #fdc10a 70px, transparent 70px, transparent 100%);
      background-image: linear-gradient(-135deg, #fdc10a 0%, #fdc10a 70px, transparent 70px, transparent 100%); }
    .lp-action__card-content {
      padding-bottom: 24px; }
    .lp-action__title {
      font-size: 24px; }
    .lp-action__label {
      top: -3px;
      right: -36px;
      padding-top: 29px; }
      .lp-action__label span {
        font-size: 18px; }
    .lp-action__start-text {
      font-size: 18px;
      letter-spacing: 10px; }
    .lp-action__btn {
      min-width: 246px; }
    .lp-action__patch {
      padding: 20px; }
    .lp-cards__items {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .lp-cards__item {
      width: 50%;
      margin-bottom: 0;
      padding: 60px 16px;
      border-radius: 4px; }
      .lp-cards__item:hover, .lp-cards__item:focus {
        -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
                box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1); }
    .lp-cards__text {
      height: 60px;
      font-size: 21px; }
    .lp-how__cards {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-bottom: 100px; }
    .lp-how__card {
      margin: 0; }
      .lp-how__card:not(:last-child) {
        margin-right: 32px; }
    .lp-how__card-img {
      margin-bottom: 60px; }
    .lp-how__card-text {
      font-size: 18px; }
    .lp-how__items {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .lp-how__item {
      width: calc(50% - 18px);
      height: 312px; }
      .lp-how__item:nth-child(2n - 1) {
        margin-right: 36px; }
    .lp-how__item-number {
      margin-bottom: 70px;
      font-size: 100px; }
    .lp-how__item-text {
      font-size: 18px; }
    .lp-check__card {
      margin-bottom: 20px;
      padding-left: 155px; }
    .lp-check__card-text {
      font-size: 21px; }
      .lp-check__card-text::before {
        top: 0;
        left: -92px;
        background-size: 34px; }
      .ribbon-fixed__inner {
        width: 94%;
        max-width: 1105px; }
    .ribbon-fixed--action-september-1 {
      background-image: -webkit-linear-gradient(100deg, #54bdaf, #574596);
      background-image: -o-linear-gradient(100deg, #54bdaf, #574596);
      background-image: linear-gradient(-10deg, #54bdaf, #574596); }
    .ribbon-fixed__title {
      display: inline-block;
      vertical-align: top;
      width: 380px;
      margin-right: 80px;
      padding: 15px 0;
      font-size: 21px; }
    .ribbon-fixed__btn {
      display: inline-block;
      vertical-align: middle;
      margin-top: 5px; }
    .ribbon-fixed-welcome__title {
      vertical-align: top;
      margin-left: 0;
      margin-right: 0;
      width: 400px; }
    .ribbon-alert__title {
      font-size: 21px; }
      .ribbon-sale--no-mobile-image .ribbon-sale__img-wrap {
        display: block; }
      .ribbon-sale__inner {
        width: 94%;
        max-width: 1105px; }
      .ribbon-sale__title {
        max-width: none;
        text-align: center;
        padding: 0 24px;
        font-size: 18px; }
      .ribbon-sale__counter {
        margin-right: 55px;
        margin-left: auto; }
    .ribbon-2mln__img {
      width: 165px;
      height: auto;
      -webkit-transform: translateY(-22px);
          -ms-transform: translateY(-22px);
              transform: translateY(-22px); }
    .ribbon-2mln--2 .ribbon-2mln__img {
      -webkit-transform: translateY(-21px);
          -ms-transform: translateY(-21px);
              transform: translateY(-21px); }
    .ribbon-2mln__title {
      text-align: center; }
    .ribbon-2mln--2 .ribbon-2mln__title {
      margin-left: 16px !important;
      margin-right: 8px !important;
      font-size: 17px;
      text-align: left; }
    .ribbon-2mln .ribbon-sale__counter {
      margin-right: 30px; }
    .ribbon-football__img {
      width: 80px;
      height: 80px; }
    .ribbon-football--2 .ribbon-football__img {
      width: initial;
      height: initial; }
    .ribbon-up-price__img {
      width: 82px;
      height: 103px; }
    .ribbon-up-price--2 .ribbon-up-price__img {
      width: initial;
      height: initial; }
    .ribbon-summer-end {
      /*

        @keyframes apple-none {
            0% {
              opacity: 1;
            }
            32% {
              opacity: 1;
            }
            33% {
              opacity: 0;
            }
            100% {
              opacity: 0
            }
        }

        @keyframes apples-none {
            0% {
              opacity: 1;
            }
            71% {
              opacity: 1;
            }
            72% {
              opacity: 0;
            }
            100% {
              opacity: 0
            }
        } */ }
      .ribbon-summer-end__ribbon {
        height: 36px; }
      .ribbon-summer-end__title {
        max-width: 100%;
        padding-left: 0;
        text-align: center; }
      .ribbon-summer-end__counter {
        margin-right: 0; }
      .ribbon-summer-end__close-btn {
        top: 2px; }
        .ribbon-summer-end__close-btn::before, .ribbon-summer-end__close-btn::after {
          height: 16px; }
      .ribbon-summer-end__img {
        top: -21px;
        left: 0;
        width: 117px;
        height: 57px; }
      .ribbon-summer-end__apple, .ribbon-summer-end__apples {
        display: block; }
      .ribbon-summer-end__apple {
        position: absolute;
        top: 9px;
        left: 140px; }
      .ribbon-summer-end__apples {
        position: absolute;
        top: 2px;
        right: 140px; }
    .ribbon-birthday-sale__ribbon {
      height: 36px; }
    .ribbon-birthday-sale__title {
      max-width: 100%;
      padding-left: 0;
      font-size: 20px;
      text-align: center; }
    .ribbon-birthday-sale__counter {
      margin-right: 0; }
    .ribbon-birthday-sale__close-btn {
      top: 2px; }
      .ribbon-birthday-sale__close-btn::before, .ribbon-birthday-sale__close-btn::after {
        height: 16px; }
    .ribbon-birthday-sale__img {
      top: -22px;
      left: 0; }
    .ribbon-birthday-sale-end__ribbon {
      height: 36px; }
    .ribbon-birthday-sale-end__title {
      max-width: 100%;
      padding-left: 0;
      font-size: 20px;
      text-align: center; }
    .ribbon-birthday-sale-end__counter {
      margin-right: 0; }
    .ribbon-birthday-sale-end__close-btn {
      top: 2px; }
      .ribbon-birthday-sale-end__close-btn::before, .ribbon-birthday-sale-end__close-btn::after {
        height: 16px; }
    .ribbon-birthday-sale-end__img {
      top: -58px;
      left: 0; }
    .three-billions {
      height: 36px; }
    .three-billions__img {
      top: -30px;
      left: 20px;
      display: block; }
      .three-billions__img--mobile, .three-billions__img--desktop {
        display: none; }
    .three-billions__slogan {
      padding-left: 50px;
      max-width: 100%;
      font-size: 20px;
      text-align: center; }
  .three-billions__close-btn {
    top: 2px; }
    .three-billions__close-btn::before, .three-billions__close-btn::after {
      height: 16px; }
    .ribbon-helloween-2018__title {
      width: 100%;
      font-size: 20px;
      text-align: center; }
    .ribbon-helloween-2018__img {
      left: -64px; }
    .ribbon-day-science__title {
      max-width: 100%;
      padding-left: 0;
      font-size: 20px;
      text-align: center; }
    .ribbon-day-science__counter {
      margin-right: 0; }
    .ribbon-day-science__close-btn {
      top: 2px; }
      .ribbon-day-science__close-btn::before, .ribbon-day-science__close-btn::after {
        height: 16px; }
    .ribbon-day-science__img {
      display: block;
      top: -36px;
      left: 0; }
    .ribbon-day-science__img--mob {
      display: none; }
    .ribbon-black-friday__title {
      font-size: 20px;
      text-align: center; }
    .ribbon-black-friday__counter {
      margin-right: 0; }
    .ribbon-black-friday__close-btn {
      top: 2px; }
      .ribbon-black-friday__close-btn::before, .ribbon-black-friday__close-btn::after {
        height: 16px; }
    .ribbon-sale-out__title {
      font-size: 20px;
      text-align: center; }
    .ribbon-sale-out__counter {
      margin-right: 0; }
    .ribbon-sale-out__close-btn {
      top: 2px; }
      .ribbon-sale-out__close-btn::before, .ribbon-sale-out__close-btn::after {
        height: 16px; }
    .ribbon-price-up__title {
      font-size: 20px;
      text-align: center; }
    .ribbon-price-up__counter {
      margin-right: 0; }
    .ribbon-price-up__close-btn {
      top: 2px; }
      .ribbon-price-up__close-btn::before, .ribbon-price-up__close-btn::after {
        height: 16px; }
    .ribbon-new-year__title {
      max-width: 100%;
      padding-left: 0;
      font-size: 20px;
      text-align: center; }
    .ribbon-new-year__counter {
      margin-right: 0; }
    .ribbon-new-year__close-btn {
      top: 2px; }
      .ribbon-new-year__close-btn::before, .ribbon-new-year__close-btn::after {
        height: 16px; }
    .ribbon-new-year__img {
      display: block;
      left: 0; }
    .ribbon-new-year__img--small-snow {
      display: none; }
    .ribbon-student-day__title {
      font-size: 20px;
      text-align: center; }
    .ribbon-student-day__counter {
      margin-right: 0; }
    .ribbon-student-day__close-btn {
      top: 2px; }
      .ribbon-student-day__close-btn::before, .ribbon-student-day__close-btn::after {
        height: 16px; }
    .ribbon-day-russian-science__title {
      font-size: 20px;
      text-align: center; }
    .ribbon-day-russian-science__counter {
      margin-right: 0; }
    .ribbon-day-russian-science__close-btn {
      top: 2px; }
      .ribbon-day-russian-science__close-btn::before, .ribbon-day-russian-science__close-btn::after {
        height: 16px; }
      .ribbon-day-of-saint-valentine__title {
        font-size: 20px;
        text-align: center; }
    .ribbon-all-inclusive__title {
      font-size: 20px;
      text-align: center; }
    .ribbon-all-inclusive__counter {
      margin-right: 0; }
    .ribbon-all-inclusive__close-btn {
      top: 2px; }
      .ribbon-all-inclusive__close-btn::before, .ribbon-all-inclusive__close-btn::after {
        height: 16px; }
      .ribbon-8-march__img {
        left: 10px;
        display: block; }
        .ribbon-8-march__img--mobile, .ribbon-8-march__img--desktop {
          display: none; }
    .ribbon-8-march__title {
      max-width: 100%;
      padding-left: 100px;
      font-size: 20px;
      text-align: center; }
    .ribbon-8-march__counter {
      margin-right: 0; }
    .ribbon-8-march__close-btn {
      top: 2px; }
      .ribbon-8-march__close-btn::before, .ribbon-8-march__close-btn::after {
        height: 16px; }
    .ribbon-1-april__title {
      font-size: 20px;
      text-align: center; }
    .ribbon-1-april__counter {
      margin-right: 0; }
    .ribbon-1-april__close-btn {
      top: 2px; }
      .ribbon-1-april__close-btn::before, .ribbon-1-april__close-btn::after {
        height: 16px; }
    .ribbon-12-april__title {
      font-size: 20px;
      text-align: center; }
    .ribbon-12-april__counter {
      margin-right: 0; }
    .ribbon-12-april__close-btn {
      top: 2px; }
      .ribbon-12-april__close-btn::before, .ribbon-12-april__close-btn::after {
        height: 16px; }
      .ribbon-9-may__img {
        left: 20px;
        top: -23px;
        display: block; }
        .ribbon-9-may__img--mobile, .ribbon-9-may__img--desktop {
          display: none; }
    .ribbon-9-may__title {
      max-width: 100%;
      padding-left: 100px;
      font-size: 20px;
      text-align: center; }
    .ribbon-9-may__counter {
      margin-right: 0; }
    .ribbon-9-may__close-btn {
      top: 2px; }
      .ribbon-9-may__close-btn::before, .ribbon-9-may__close-btn::after {
        height: 16px; }
      .ribbon-day-of-light__img {
        left: 20px;
        top: -23px;
        display: block; }
        .ribbon-day-of-light__img--mobile, .ribbon-day-of-light__img--desktop {
          display: none; }
    .ribbon-day-of-light__title {
      max-width: 100%;
      font-size: 20px;
      text-align: center; }
    .ribbon-day-of-light__counter {
      margin-right: 0; }
    .ribbon-day-of-light__close-btn {
      top: 2px; }
      .ribbon-day-of-light__close-btn::before, .ribbon-day-of-light__close-btn::after {
        height: 16px; }
      .ribbon-summer__img {
        left: 0; }
    .ribbon-summer__title {
      max-width: 100%;
      font-size: 20px;
      text-align: center; }
    .ribbon-summer__counter {
      margin-right: 0; }
    .ribbon-summer__close-btn {
      top: 2px; }
      .ribbon-summer__close-btn::before, .ribbon-summer__close-btn::after {
        height: 16px; }
      .ribbon-russian-day__img {
        bottom: 10px;
        width: 127px; }
    .ribbon-russian-day__title {
      max-width: 100%;
      font-size: 20px;
      text-align: center; }
    .ribbon-russian-day__counter {
      margin-right: 0; }
    .ribbon-russian-day__close-btn {
      top: 2px; }
      .ribbon-russian-day__close-btn::before, .ribbon-russian-day__close-btn::after {
        height: 16px; }
      .ribbon-russian-day-ends__title {
        max-width: none;
        text-align: left; }
      .ribbon-russian-day-ends__img {
        bottom: 10px;
        width: 127px; }
    .ribbon-russian-day-ends__title {
      max-width: 100%;
      font-size: 20px;
      text-align: center; }
    .ribbon-russian-day-ends__counter {
      margin-right: 0; }
    .ribbon-russian-day-ends__close-btn {
      top: 2px; }
      .ribbon-russian-day-ends__close-btn::before, .ribbon-russian-day-ends__close-btn::after {
        height: 16px; }
      .ribbon-young-day-2019__img {
        bottom: 10px;
        width: 127px; }
    .ribbon-young-day-2019__title {
      max-width: 100%;
      font-size: 20px;
      text-align: center; }
    .ribbon-young-day-2019__counter {
      margin-right: 0; }
    .ribbon-young-day-2019__close-btn {
      top: 2px; }
      .ribbon-young-day-2019__close-btn::before, .ribbon-young-day-2019__close-btn::after {
        height: 16px; }
      .ribbon-kissing-day__img {
        bottom: 10px;
        width: 127px; }
    .ribbon-kissing-day__title {
      max-width: 100%;
      font-size: 20px;
      text-align: center; }
    .ribbon-kissing-day__counter {
      margin-right: 0; }
    .ribbon-kissing-day__close-btn {
      top: 2px; }
      .ribbon-kissing-day__close-btn::before, .ribbon-kissing-day__close-btn::after {
        height: 16px; }
      .ribbon-family-day__img {
        bottom: 10px;
        width: 127px; }
    .ribbon-family-day__title {
      max-width: 100%;
      font-size: 20px;
      text-align: center; }
    .ribbon-family-day__counter {
      margin-right: 0; }
    .ribbon-family-day__close-btn {
      top: 2px; }
      .ribbon-family-day__close-btn::before, .ribbon-family-day__close-btn::after {
        height: 16px; }
  .ribbon-friends-day .ribbon-sale__title {
    max-width: 459px;
    margin: 0 auto;
    text-align: left; }
    .ribbon-top__inner {
      width: 94%;
      max-width: 1216px; }
  .ribbon-top__inner {
    max-width: 500px;
    padding-top: 7px;
    padding-bottom: 7px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .ribbon-top__title {
    font-size: 20px;
    line-height: 30px;
    margin-left: -4px; }
  .ribbon-top__link {
    position: relative;
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    padding-right: 26px; }
    .ribbon-top__link:hover {
      text-decoration: underline; }
  .ribbon-top__link-icon {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
      .ribbon-closable__inner {
        width: 94%;
        max-width: 1216px; }
      .ribbon-closable__title {
        font-size: 17px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        margin: 0 auto;
        max-width: none; }
      .ribbon-closable-btn__inner {
        width: 100%;
        max-width: 1100px;
        padding-right: 0; }
      .ribbon-closable-btn__link {
        padding: 0 48px; }
        .ribbon-closable-btn__link:hover, .ribbon-closable-btn__link:active {
          text-decoration: none; }
      .ribbon-closable-btn__title {
        font-size: 18px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        margin-right: auto;
        max-width: 382px; }
      .ribbon-closable-btn__close-btn {
        display: none; }
      .ribbon-closable-btn__btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border: none;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 0 50px;
        height: 36px;
        border-radius: 18px;
        font-size: 14px;
        font-weight: 600;
        background-color: #fff;
        color: #333;
        cursor: pointer; }
  .ribbon-closable--halloween-2019 .ribbon-closable__title:before,
  .ribbon-closable-btn--halloween-2019 .ribbon-closable__title:before {
    content: '';
    position: absolute;
    left: -130px;
    top: 0;
    width: 100px;
    height: 100%;
    background-image: url(/build/5ad4c190640da798d7d4b5126f6c34ee.svg);
    background-repeat: no-repeat;
    background-size: contain; }
  .ribbon-closable--halloween-2019 .ribbon-closable__title:after,
  .ribbon-closable-btn--halloween-2019 .ribbon-closable__title:after {
    content: '';
    position: absolute;
    right: -200px;
    top: 0;
    width: 170px;
    height: 100%;
    background-image: url(/build/0cea9edb909099f650f1eb9ba5ff49a2.svg);
    background-repeat: no-repeat;
    background-size: cover; }
    .ribbon-top__inner {
      width: 94%;
      max-width: 1216px; }
  .ribbon-top__inner {
    max-width: 500px;
    padding-top: 7px;
    padding-bottom: 7px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .ribbon-top__title {
    font-size: 20px;
    line-height: 30px;
    margin-left: -4px; }
  .ribbon-top__link {
    position: relative;
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    padding-right: 26px; }
    .ribbon-top__link:hover {
      text-decoration: underline; }
  .ribbon-top__link-icon {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    .ribbon-closable--marathon .ribbon-closable__link {
      margin-left: 80px;
      position: relative;
      font-size: 12px;
      font-weight: 600;
      line-height: 24px;
      text-transform: uppercase;
      text-decoration: none;
      color: #fff;
      padding-right: 26px; }
      .ribbon-closable--marathon .ribbon-closable__link:hover {
        text-decoration: underline; }
    .ribbon-closable--marathon .ribbon-closable__link-icon {
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-10px);
          -ms-transform: translateY(-10px);
              transform: translateY(-10px);
      width: 16px;
      height: 16px; }
    .ribbon-closable--premium .ribbon-closable__title {
      width: auto;
      max-width: initial;
      margin: 0 auto;
      padding: 0 36px; }
      .ribbon-closable--premium .ribbon-closable__title::before {
        width: 50px;
        height: 60px;
        top: 0;
        left: 0;
        right: initial;
        -webkit-transform: translate(-20px, -11px);
            -ms-transform: translate(-20px, -11px);
                transform: translate(-20px, -11px);
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='50px' height='59px' viewBox='0 0 50 59' version='1.1'%3E%3C!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3E%3Ctitle%3EGroup 7 Copy%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs/%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='tablet_768-copy-5' transform='translate(-136.000000, 0.000000)'%3E%3Cg id='Group-7-Copy' transform='translate(136.000000, 0.000000)'%3E%3Cpath d='M12.477,1.19638793 C6.377,-2.18461207 4,2.67438793 4,2.67438793 L7.149,11.6143879 C8.588,11.0333879 10.125,10.7373879 11.677,10.7433879 L13.457,10.7433879 C14.942,10.7383879 16.415,11.0093879 17.8,11.5433879 L20.925,2.67438793 C20.925,2.67438793 18.553,-2.17061207 12.477,1.19638793' id='Fill-1' fill='%23CBFF8B'/%3E%3Cpath d='M10.3044,52.4048 C12.2364,52.4048 12.2364,55.4068 10.3044,55.4068 C8.3724,55.4068 8.3774,52.4048 10.3044,52.4048 Z M23.3794,19.9388 C23.3794,16.3438 20.9544,13.2618 17.5024,11.9168 C16.2684,11.4468 14.9584,11.2058 13.6374,11.2068 L11.8524,11.2068 C10.4664,11.2038 9.0934,11.4708 7.8084,11.9928 C4.4514,13.3708 2.1264,16.4058 2.1264,19.9388 L0.0004,37.0438 C0.0494,39.9018 1.5374,42.5438 3.9584,44.0658 L3.9584,49.3548 C3.9564,54.1408 7.8334,58.0228 12.6194,58.0258 L12.6294,58.0258 C13.0864,58.0278 13.5424,57.9918 13.9934,57.9168 C13.9964,57.7568 14.0224,57.5968 14.0694,57.4428 C14.0694,57.4058 15.2484,53.7778 13.9084,51.2348 C13.2874,50.1038 12.2144,49.2898 10.9574,48.9958 C10.5174,48.8618 10.1674,48.5278 10.0114,48.0948 C9.9034,47.8228 9.8864,47.5218 9.9634,47.2388 C10.0034,47.0798 10.0714,46.9288 10.1624,46.7938 L10.3424,46.5088 L10.8154,45.7698 L12.7104,42.8958 C12.9834,42.4828 13.4454,42.2338 13.9414,42.2328 C14.0424,42.2288 14.1444,42.2348 14.2444,42.2528 C16.6824,42.8058 19.0414,43.1988 21.2904,43.5308 C21.5034,43.5688 21.7124,43.5918 21.9204,43.6208 C23.9964,42.0648 25.2314,39.6328 25.2634,37.0388 L23.3794,19.9388 Z' id='Fill-3' fill='%23FF5D90'/%3E%3Cpath d='M29.0002,45.5435 C26.7592,45.5315 24.5202,45.3915 22.2942,45.1215 C21.9632,45.0885 21.6312,45.0505 21.2862,44.9985 L21.1632,44.9985 L19.9222,44.8275 C18.0282,44.5435 16.0482,44.1745 13.9222,43.6965 L12.5582,45.7705 L12.0842,46.5095 L11.6112,47.2475 L11.3792,47.6035 C17.3652,49.3505 16.0152,55.9035 15.5702,57.5475 C15.5082,57.7795 15.4612,57.9165 15.4612,57.9165 C15.4612,57.9165 16.0392,57.9405 17.0472,57.9405 C23.5772,57.9405 48.0362,57.0405 48.9502,43.7005 C49.2202,39.7515 49.5282,38.3885 49.1962,38.3885 C48.4152,38.3735 44.3482,45.5665 29.0002,45.5435' id='Fill-5' fill='%23FFE98B'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .ribbon-closable--summer-end .ribbon-closable__title {
      width: auto;
      max-width: initial;
      margin: 0 auto;
      padding: 0 36px; }
      .ribbon-closable--summer-end .ribbon-closable__title::before {
        width: 40px;
        height: 36px;
        top: 0;
        left: 0;
        right: initial;
        -webkit-transform: translate(-115px, -7px);
            -ms-transform: translate(-115px, -7px);
                transform: translate(-115px, -7px);
        background-image: url(/build/933085d2c2fbc6761e6adfc57fc21fd0.svg); }
      .ribbon-closable--summer-end .ribbon-closable__title::after {
        width: 59px;
        height: 37px;
        top: 0;
        left: 0;
        right: initial;
        -webkit-transform: translate(-54px, 13px);
            -ms-transform: translate(-54px, 13px);
                transform: translate(-54px, 13px);
        background-image: url(/build/dd423b822cb067ec0c34f05ebe5426d0.svg); }
    .ribbon-closable--puzzle-english .ribbon-closable__inner {
      padding: 11px 0; }
    .ribbon-closable--puzzle-english .ribbon-closable__title {
      width: 385px;
      max-width: initial;
      margin: 0 auto;
      font-size: 28px;
      text-align: center; }
      .ribbon-closable--puzzle-english .ribbon-closable__title::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        width: 78px;
        height: 93px;
        background-repeat: no-repeat;
        background-image: url(/build/2553a39110942f0cd62ca28199165f3c.svg); }
    .ribbon-closable--sky-skills-ei .ribbon-closable__inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .ribbon-closable--sky-skills-ei .ribbon-closable__subtitle {
      margin-right: 10px;
      font-size: 21px; }
    .ribbon-closable--sky-skills-ei .ribbon-closable__title {
      margin: 0;
      padding: 0;
      font-size: 21px; }
    .ribbon-closable--base .ribbon-closable__inner {
      position: relative; }
      .ribbon-closable--base .ribbon-closable__inner::before, .ribbon-closable--base .ribbon-closable__inner::after {
        content: "";
        position: absolute;
        top: 5px;
        width: 240px;
        height: 40px;
        background-repeat: no-repeat; }
      .ribbon-closable--base .ribbon-closable__inner::before {
        left: -10px;
        background-image: url(/build/f5c528d8bb134dc90a0532aab0054100.svg); }
      .ribbon-closable--base .ribbon-closable__inner::after {
        right: -25px;
        background-image: url(/build/a7b718fbe7c0516a1c06570ccc2b1231.svg); }
      .ribbon-closable--9-may-2019-2 .ribbon-closable__title {
        margin: 0 auto;
        max-width: none;
        text-align: center; }
      .ribbon-closable--day-of-light .ribbon-closable__title {
        margin: 0 auto;
        max-width: none;
        text-align: center; }
      .ribbon-closable--telesales .ribbon-closable__title {
        margin: 0 auto;
        max-width: none;
        text-align: center; }
    .ribbon-closable--summer-is-coming {
      background-image: -webkit-linear-gradient(3deg, #2894eb 0%, #46e3eb);
      background-image: -o-linear-gradient(3deg, #2894eb 0%, #46e3eb);
      background-image: linear-gradient(87deg, #2894eb 0%, #46e3eb); }
      .ribbon-closable--summer-is-coming .ribbon-closable__title {
        max-width: initial;
        margin: 0 auto; }
      .ribbon-closable--summer-is-coming-ends .ribbon-closable__title {
        margin: 0 auto;
        max-width: none;
        text-align: center; }
    .ribbon-closable--russian-day-ends {
      background-image: url(/build/9cd19d3cb604683ce9459574b1cd793d.svg);
      background-size: contain; }
      .ribbon-closable--russian-day-ends .ribbon-closable__inner {
        padding-left: 140px; }
      .ribbon-closable--russian-day-ends .ribbon-closable__title {
        margin: 0 auto;
        max-width: none;
        text-align: center; }
      .ribbon-closable--harmony .ribbon-closable__title {
        margin: 0 auto;
        max-width: none;
        text-align: center; }
      .ribbon-closable--young-day-2019 .ribbon-closable__title {
        margin: 0 auto;
        max-width: none;
        text-align: center; }
      .ribbon-closable--courses-sale-990 .ribbon-closable__title {
        margin: 0 auto;
        max-width: none;
        text-align: center; }
      .ribbon-closable--mozgokachka-2019 .ribbon-closable__title {
        margin: 0 auto;
        max-width: none;
        text-align: center; }
        .ribbon-closable--mozgokachka-2019 .ribbon-closable__title br {
          display: none; }
    .ribbon-closable--user-birthday .ribbon-closable__inner {
      position: relative; }
      .ribbon-closable--user-birthday .ribbon-closable__inner::before, .ribbon-closable--user-birthday .ribbon-closable__inner::after {
        display: block;
        width: 563px;
        height: 40px;
        top: 50%;
        left: 50%;
        position: absolute;
        content: "";
        background-repeat: no-repeat;
        background-position: 50% 50%; }
      .ribbon-closable--user-birthday .ribbon-closable__inner::before {
        -webkit-transform: translateX(-722px) translateY(-50%);
            -ms-transform: translateX(-722px) translateY(-50%);
                transform: translateX(-722px) translateY(-50%);
        background-image: url(/build/abc031a7633040978c21f42367c39bc8.svg); }
      .ribbon-closable--user-birthday .ribbon-closable__inner::after {
        -webkit-transform: translateX(140px) translateY(-50%);
            -ms-transform: translateX(140px) translateY(-50%);
                transform: translateX(140px) translateY(-50%);
        background-image: url(/build/89122d5bd656a359c12649522927050b.svg); }
      .ribbon-closable--user-birthday .ribbon-closable__title {
        margin: 0 auto;
        padding-right: 0;
        max-width: none;
        text-align: center; }
      .ribbon-closable--family-day .ribbon-closable__title {
        margin: 0 auto;
        max-width: none;
        text-align: center; }
      .ribbon-closable--critical-thinking .ribbon-closable__title {
        margin: 0 auto;
        max-width: none;
        text-align: center; }
    .ribbon-closable--friends-day .ribbon-closable__title {
      max-width: none; }
  .ribbon-closable--winter-2019 .ribbon-closable__inner {
    overflow: hidden; }
    .ribbon-closable--winter-2019 .ribbon-closable__inner:before, .ribbon-closable--winter-2019 .ribbon-closable__inner:after {
      content: "";
      position: absolute;
      width: 82px;
      height: 45px;
      background-repeat: no-repeat; }
    .ribbon-closable--winter-2019 .ribbon-closable__inner:before {
      left: 40px;
      bottom: -10px;
      background-image: url(/build/2bb47da5f52d9017e39ac43a189dc76e.svg);
      background-size: 82px 45px; }
    .ribbon-closable--winter-2019 .ribbon-closable__inner:after {
      top: 0;
      right: 44px;
      background-image: url(/build/4132820934729cac368121d289a4cd66.svg);
      background-size: 41px 34px; }
    .ribbon-closable--winter-2020 .ribbon-closable__title:before, .ribbon-closable--winter-2020 .ribbon-closable__title:after {
      content: "";
      position: absolute;
      width: 90px;
      height: 30px;
      background-repeat: no-repeat;
      background-size: 90px 30px; }
    .ribbon-closable--winter-2020 .ribbon-closable__title:before {
      left: -108px;
      background-image: url(/build/38c0824674d0af1c3fb9e810e4b64f67.svg); }
    .ribbon-closable--winter-2020 .ribbon-closable__title:after {
      right: -108px;
      background-image: url(/build/38c0824674d0af1c3fb9e810e4b64f67.svg); }
    .ribbon-closable--christmas-2019 .ribbon-closable__title {
      padding-right: 0; }
      .ribbon-closable--perfect-russian-lang .ribbon-closable__title {
        margin: 0 auto;
        max-width: none;
        text-align: center; }
    .popup__inner {
      left: calc(50% - 266px);
      width: 532px;
      height: 395px;
      padding: 25px 30px 25px 30px; }
    .popup--gift .popup__inner {
      left: calc(50% - 333px);
      width: 666px; }
    .popup__close {
      top: 8px;
      right: 8px; }
    .popup__title {
      max-width: 80%;
      margin: 0 auto 20px;
      font-size: 18px; }
      .popup__title--large {
        font-size: 21px; }
      .popup__title--left {
        margin-left: initial;
        margin-right: initial;
        text-align: left; }
    .popup__text--left {
      margin-left: initial;
      margin-right: initial;
      text-align: left; }
    .popup__img {
      display: block;
      margin: 0 auto 29px; }
    .popup__content--gift {
      height: 300px; }
    .popup--premium_modal .popup__title {
      margin: 70px auto 70px; }
  .popup-new-level__inner {
    top: 20%;
    left: calc(50% - 280px);
    width: 532px;
    height: auto;
    padding-bottom: 30px; }
  .popup-new-level__content {
    height: auto; }
  .popup-new-level__title {
    width: auto;
    margin: 12px auto;
    font-size: 21px; }
  .popup-new-level__btn {
    margin-top: 25px;
    padding: 10px;
    font-size: 0; }
    .popup-birthday__inner {
      left: calc(50% - 333px);
      width: 666px;
      padding: 40px 50px 55px 70px; }
    .popup-birthday__title {
      font-size: 22px; }
    .popup-birthday__text {
      margin-bottom: 15px;
      text-align: left; }
      .popup-birthday__text:first-of-type {
        padding-top: 30px; }
    .popup-birthday__img {
      float: right;
      width: 126px;
      height: 153px; }
      .popup-birthday__img--large {
        width: 245px;
        height: 100px;
        -webkit-transform: translate(44px, 32px);
            -ms-transform: translate(44px, 32px);
                transform: translate(44px, 32px); }
    .popup-birthday__btn {
      margin-top: 65px; }
  .popup-notification .popup__inner {
    left: calc(50% - 266px);
    width: 532px;
    height: 339px; }
  .popup-notification .popup__title {
    max-width: 238px;
    font-size: 21px; }
  .popup-premium .popup__inner {
    left: calc(50% - 270px);
    width: 540px; }
  .popup-premium .popup__content {
    height: auto; }
  .popup-paywall .popup__inner {
    left: calc(50% - 266px);
    height: auto; }
  .popup-paywall .popup__heading {
    margin-bottom: 50px; }
  .popup-paywall .popup__content {
    padding-right: 0;
    text-align: center; }
  .popup-paywall .registration__field {
    margin-bottom: 68px; }
  .popup-paywall .registration__input {
    width: 365px; }
  .popup-paywall .registration__btn {
    width: 232px; }
  .popup-registration .popup__inner {
    width: 532px;
    left: calc(50% - 266px);
    height: auto; }
  .popup-registration .popup__title {
    height: initial;
    max-width: initial; }
  .popup-registration .registration__card {
    margin-bottom: 20px; }
  .popup-registration .registration__caption {
    margin-top: 30px; }
  .popup-registration .registration__form {
    margin-bottom: 0; }
  .popup-registration .registration__title {
    margin-bottom: 30px;
    font-size: 18px; }
    .popup-conditions .popup__btnset {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .popup-conditions .popup__btn {
      width: auto;
      margin: 0;
      padding: 16px 54px; }
      .popup-conditions .popup__btn:first-child {
        margin-bottom: 0;
        margin-right: 24px; }
  .popup-get-premium .popup__inner {
    left: calc(50% - 266px);
    width: 532px;
    height: 391px;
    padding-top: 43px;
    padding-bottom: 36px; }
  .popup-get-premium .popup__title {
    max-width: 380px;
    margin-bottom: 48px;
    font-size: 14px;
    line-height: 17px; }
  .popup-get-premium .popup__close {
    right: 14px; }
  .popup-get-premium .popup__img {
    margin-bottom: 37px; }
  .popup-get-premium .popup__content {
    height: auto; }
    .popup-installment .popup__inner {
      height: auto; }
  .popup-installment .popup__title {
    font-size: 21px; }
  .popup-installment .popup__img {
    margin-top: 32px; }
  .popup-installment .popup__content {
    height: auto;
    padding-right: 0; }
  .popup-installment .btn--purple-bordered {
    margin-top: 32px; }
    .popup-curator .popup__inner {
      top: 10%;
      padding: 40px 20px;
      height: auto; }
    .popup-curator .popup__title {
      font-size: 22px;
      line-height: 24px; }
    .popup-curator .popup__text {
      padding: 0 10px;
      font-size: 16px;
      line-height: 22px; }
    .popup-curator-on .popup__inner {
      padding: 30px 85px; }
    .popup-curator-on .popup__desc {
      font-size: 18px; }
    .popup-curator-on .popup__text {
      padding: 0 20px; }
    .popup-promo .popup__inner {
      height: auto; }
  .popup-promo .popup__title {
    font-size: 21px; }
  .popup-promo .popup__img {
    margin-top: 32px; }
  .popup-promo .popup__content {
    height: auto;
    padding-right: 0; }
  .popup-promo .btn--purple-bordered {
    margin-top: 32px; }
  .popup-welcome .popup__title {
    font-size: 21px; }
  .popup-welcome .popup__img {
    width: 70%;
    height: auto; }
  .popup-welcome .popup__content {
    height: 320px;
    padding-right: 0; }
  .popup-welcome .btn--purple-bordered {
    margin-top: 32px; }
  .popup-speed-discount .popup__inner {
    left: calc(50% - 266px);
    width: 532px;
    height: 350px; }
    .popup-prof .popup__inner {
      padding-top: 20px;
      min-height: 500px; }
    .popup-prof .preloader__wrapper {
      min-height: 480px; }
    .popup-prof .popup__heading {
      margin-bottom: 40px;
      padding-left: 24px;
      padding-right: 24px;
      -webkit-box-shadow: none;
              box-shadow: none; }
    .popup-prof .popup__title {
      font-size: 21px;
      padding-right: 40px;
      max-width: none;
      -webkit-box-shadow: none;
              box-shadow: none; }
    .popup-prof .popup__content {
      padding-left: 24px;
      padding-right: 24px;
      height: 228px; }
    .popup-prof .popup__footer {
      padding-left: 24px;
      padding-right: 24px;
      padding-top: 40px;
      padding-bottom: 40px;
      -webkit-box-shadow: none;
              box-shadow: none;
      text-align: left; }
  .popup-prof--congratulations .popup__inner {
    left: calc(50% - 361px);
    width: 722px;
    height: 500px; }
  .popup-prof--congratulations .popup__content:after {
    content: "";
    display: table;
    clear: both; }
  .popup-prof--congratulations .popup__text {
    float: left;
    width: 319px; }
  .popup-prof--congratulations .popup__img {
    float: right; }
  .popup-prof--congratulations .popup__img--tablet {
    display: block;
    visibility: visible; }
  .popup-prof--congratulations .popup__img--mobile,
  .popup-prof--congratulations .popup__img--desktop {
    display: none;
    visibility: hidden; }
  .popup-prof--congratulations .popup__footer {
    margin-top: 29px; }
  .popup-prof--congratulations .btn--purple {
    min-width: 273px; }
      .popup-study .popup__inner {
        height: auto; }
      .popup-study .popup__content {
        height: 384px; }
    .popup-priority-program .popup__title {
      max-width: 100% !important; }
    .popup-priority-program .popup__inner {
      min-height: 330px;
      padding-bottom: 40px;
      left: calc(50% - 266px); }
    .popup-priority-program .popup__content {
      padding: 0;
      padding-top: 24px;
      min-height: 265px; }
    .popup-priority-program__img {
      width: 120px;
      height: 120px;
      margin-bottom: 60px; }
    .popup-priority-program__btnset {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .popup-priority-program__btn {
      min-width: 204px; }
      .popup-priority-program__btn:last-child {
        margin-bottom: 0;
        margin-left: 24px; }
    .popup-promocode-b2b .popup__text {
      margin-bottom: 50px;
      width: 320px; }
  .popup-promocode-b2b__btn {
    width: 220px; }
  .popup-marathon .popup__inner {
    width: 532px;
    left: calc(50% - 266px);
    padding-left: 24px; }
  .popup-marathon .popup__title {
    margin-left: 0; }
  .popup-marathon .popup__content {
    height: auto; }
  .popup-marathon__btn {
    min-width: 146px; }
    .popup-three-billions .popup__inner {
      left: calc(50% - 266px);
      width: 532px;
      height: 350px; }
    .popup-russian-day .modal__title {
      margin: 0 auto 30px;
      font-size: 27px;
      padding-top: 20px; }
    .popup-russian-day .modal__heading {
      margin-bottom: 45px; }
    .popup-russian-day .modal__text {
      max-width: none; }
    .popup-russian-day-1 .modal__title {
      margin: 0 auto 20px;
      font-size: 28px;
      padding-top: 20px;
      max-width: none; }
    .popup-russian-day-1 .modal__text {
      max-width: 380px; }
    .popup-russian-day-gift-400 .modal__title {
      margin: 0 auto 20px;
      font-size: 28px;
      padding-top: 20px;
      max-width: none; }
    .popup-russian-day-gift-400 .modal__text {
      margin-bottom: 45px;
      max-width: 380px; }
      .popup-russian-day-ends .modal__title {
        margin: 0 auto 20px;
        font-size: 28px;
        padding-top: 0; }
      .popup-russian-day-ends .modal__heading {
        margin-bottom: 40px; }
    .popup-restrictions .popup__inner {
      padding: 16px 25px 22px;
      height: auto; }
  .popup-restrictions .popup__heading {
    margin-bottom: 0; }
    .popup-restrictions .popup__desc {
      width: 350px;
      font-size: 26px;
      line-height: 32px; }
    .popup-restrictions .popup__img {
      margin-bottom: 0;
      width: 382px;
      height: 370px; }
    .popup-restrictions .popup__text {
      margin: 0 auto 19px;
      font-size: 16px; }
    .popup-restrictions .btn--yellow {
      width: 258px; }
    .popup-new-year .popup__inner {
      padding: 31px 45px 45px; }
  .popup-new-year .popup__heading {
    margin-bottom: 0; }
    .popup-new-year .popup-new-year__img {
      margin-bottom: 30px; }
    .popup-new-year .popup__text {
      margin-bottom: 30px;
      line-height: 20px; }
    .popup-sale {
      left: 3%;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .popup-sale-out .popup__inner {
      padding: 60px 45px 29px; }
  .popup-sale-out .popup__heading {
    margin-bottom: 0; }
    .popup-sale-out .popup__title {
      margin-bottom: 0;
      font-size: 30px;
      line-height: 32px; }
  .popup-sale-out .popup-sale-out__img {
    width: 100%;
    height: auto; }
    .popup-price-up .popup__inner {
      padding-top: 170px;
      background-image: url(/build/888c2df828ddfdd8e4a00e57b9aa72fb.gif);
      background-repeat: no-repeat;
      background-size: 532px 300px;
      background-position-y: 30px; }
    .popup-price-up .popup__heading {
      position: relative;
      top: -95px;
      left: 34px;
      margin-bottom: 0; }
    .popup-price-up .popup__title {
      margin: 0;
      font-size: 40px;
      line-height: 40px;
      text-align: left; }
    .popup-price-up .popup__content {
      padding: 29px 26px; }
    .popup-newyear-slotmachine .popup__inner {
      padding: 0; }
    .popup-newyear-slotmachine .popup__heading {
      padding-bottom: 222px;
      background-image: url(/build/1e5f63e06ac6f1cfbd0faf236bc3b660.svg), -webkit-gradient(linear, left bottom, left top, from(#3023ae), to(#b859c8));
      background-image: url(/build/1e5f63e06ac6f1cfbd0faf236bc3b660.svg), -webkit-linear-gradient(bottom, #3023ae, #b859c8);
      background-image: url(/build/1e5f63e06ac6f1cfbd0faf236bc3b660.svg), -o-linear-gradient(bottom, #3023ae, #b859c8);
      background-image: url(/build/1e5f63e06ac6f1cfbd0faf236bc3b660.svg), linear-gradient(to top, #3023ae, #b859c8); }
    .popup-newyear-slotmachine .popup__title {
      font-size: 24px; }
    .popup-newyear-slotmachine .popup-newyear-slotmachine__img {
      margin-bottom: 30px; }
    .popup-newyear-slotmachine .popup__text {
      margin-bottom: 20px;
      font-size: 16px;
      line-height: 24px; }
    .popup-newyear-slotmachine .btn--yellow {
      width: 234px; }
    .modal__inner {
      position: absolute !important;
      top: 10%;
      left: calc(50% - 266px);
      padding: 30px;
      width: 532px;
      height: auto;
      min-height: 395px;
      background-color: #fff;
      border-radius: 3px;
      -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
              box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06); }
    .modal__close {
      position: absolute;
      top: 8px;
      right: 8px; }
    .modal__title {
      max-width: 80%;
      margin: 0 auto 20px; }
    .modal__heading {
      margin-bottom: 30px; }
    .modal__content {
      text-align: center; }
    .modal__text {
      margin-bottom: 30px;
      font-size: 14px; }
    .modal__container-btn {
      display: none; }
  .modal--call .modal__wrap--call .modal__inner {
    padding-bottom: 60px; }
    .modal--call .modal__wrap--call .modal__title {
      margin-bottom: 6px; }
    .modal--call .modal__wrap--call .modal__img {
      margin-bottom: 28px; }
  .modal--call .modal__wrap--call .btn--purple {
    width: 364px; }
    .modal--call .modal__wrap--call .modal__input-wrap {
      max-width: 365px; }
      .modal--call .modal__wrap--call .modal__input-wrap:last-of-type {
        margin-bottom: 26px; }
    .modal--call .modal__wrap--call .modal__input {
      padding-right: 60px; }
    .modal--call .modal__wrap--result .modal__title {
      margin-bottom: 12px; }
    .ios .modal--call .modal__wrap--call .modal__content {
      padding-bottom: 0; }
      .modal-template__inner {
        position: absolute;
        top: 10%;
        left: calc(50% - 266px);
        padding: 30px 0 20px;
        width: 532px;
        height: auto;
        min-height: 395px;
        background-color: #fff;
        border-radius: 3px;
        -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
                box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06); }
      .modal-template__container {
        display: block; }
      .modal-template__title {
        margin-top: 0;
        padding-left: 30px;
        padding-right: 30px; }
      .modal-template__btn {
        display: none;
        font-size: 16px; }
        .modal-template__btn--desktop {
          display: inline-block;
          visibility: visible; }
      .modal-template__content {
        margin-bottom: 0;
        padding: 0;
        padding-bottom: 20px; }
      .modal-template__text {
        padding-left: 30px;
        padding-right: 30px; }
      .modal-template__license-text {
        padding-left: 26px;
        font-size: 16px; }
    .modal-template__close {
      position: absolute;
      top: 8px;
      right: 8px; }
    .modal-template__title {
      max-width: 80%;
      margin: 0 auto 20px; }
    .modal-template__heading {
      margin-bottom: 30px; }
    .modal-template__content {
      text-align: center; }
    .modal-template__text {
      margin-bottom: 30px; }
    .modal-template__container-btn {
      display: none; }
      .popup-mentor__experts {
        margin-top: 17px; }
    .popup-mentor {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 722px;
      margin: 0 auto;
      border-radius: 4px;
      left: calc(50% - 722px / 2);
      background-color: #a771ff;
      padding-top: 30px;
      padding-bottom: 30px; }
      .popup-mentor__content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        max-width: 721px;
        margin-top: 20px; }
      .popup-mentor__img {
        margin: 0; }
        .popup-mentor__img img {
          max-width: 320px;
          width: 320px; }
      .popup-mentor__wrap-main {
        margin-left: 20px;
        width: 100%; }
      .popup-mentor__title {
        font-size: 21px;
        -ms-flex-item-align: start;
            align-self: flex-start;
        max-width: 275px;
        line-height: 28px; }
      .popup-mentor__list {
        margin-top: 20px;
        margin-bottom: 35px;
        -ms-flex-item-align: start;
            align-self: flex-start;
        margin-left: 10px; }
      .popup-mentor__desc {
        padding-top: 10px;
        padding-bottom: 20px; }
      .popup-mentor__count-of-users {
        margin-top: 21px;
        margin-bottom: 20px;
        -ms-flex-item-align: start;
            align-self: flex-start; }
        .popup-mentor__count-of-users::before {
          top: 2px; }
      .popup-mentor__old-price {
        font-size: 16px; }
      .popup-mentor__actual-price {
        font-size: 24px; }
        .popup-mentor__connect .popup-mentor__btn {
          display: block;
          padding: 6px 29px;
          font-size: 12px;
          line-height: 24px; }
        .popup-mentor__connect .popup-mentor__old-price {
          display: block;
          -ms-flex-item-align: center;
              align-self: center;
          margin-right: 25px;
          position: relative;
          top: 2px; }
        .popup-mentor__connect .popup-mentor__actual-price {
          display: block; }
      .popup-mentor__connect {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 322px; }
    .popup-mentor__prices--tablet {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      padding: 10px 0; }
        .popup-mentor__ribbon-bottom .popup-mentor__btn {
          display: none; }
      .popup-mentor__ribbon-bottom {
        display: none; }
    .get-email__btn {
      width: 232px; }
      .email-confirm-ribbon__inner {
        width: 94%;
        max-width: 1216px; }
    .email-confirm-ribbon {
      padding: 10px 0; }
      .email-confirm-ribbon__inner:after {
        content: "";
        display: table;
        clear: both; }
      .email-confirm-ribbon__text {
        float: left;
        width: 50%;
        text-align: left; }
      .email-confirm-ribbon__text p {
        margin-bottom: 0;
        margin-top: 0; }
      .email-confirm-ribbon__tools {
        float: right;
        width: 320px;
        margin: 8px 0; }
      .email-confirm-ribbon__tool {
        font-size: 12px; }
  .popup-confirmation-email .popup__inner {
    width: 532px;
    height: 290px;
    left: calc(50% - 266px); }
  .popup-confirmation-email .popup__title {
    margin-bottom: 40px; }
  .registration--password .registration__card {
    padding-bottom: 30px; }
  .registration--password .registration__text {
    padding: 0 40px; }
  .registration--password .registration__form {
    margin-bottom: 0; }
  .registration__card {
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 50px; }
  .registration__title {
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 52px; }
    .registration__title--new-onboarding {
      margin-bottom: 20px; }
  .registration__form {
    margin-bottom: 30px; }
  .registration__item .field {
    font-size: 16px;
    padding-bottom: 16px; }
    .registration__item .field::-webkit-input-placeholder {
      color: #999;
      font-size: 16px;
      font-weight: 400; }
    .registration__item .field::-moz-placeholder {
      color: #999;
      font-size: 16px;
      font-weight: 400; }
    .registration__item .field:-ms-input-placeholder {
      color: #999;
      font-size: 16px;
      font-weight: 400; }
    .registration__item .field:-moz-placeholder {
      color: #999;
      font-size: 16px;
      font-weight: 400; }
  .registration__link {
    font-size: 14px !important;
    text-decoration: none !important; }
    .registration__link:hover {
      text-decoration: underline !important; }
  .registration__text {
    padding: 0;
    margin-bottom: 30px; }
  .registration__caption {
    padding-left: 0;
    padding-right: 0; }
    .registration__caption--auth {
      font-size: 14px; }
      .recovery-password__card {
        padding-top: 30px; }
      .recovery-password__icon {
        width: 120px;
        height: 120px; }
    .recovery-password__text {
      padding: 0 40px; }
      .change-password__card {
        padding-top: 30px; }
    .change-password__title {
      margin-bottom: 40px; }
      .change-password .field__input {
        max-width: 480px;
        margin-bottom: 0; }
    .change-password .field__label {
      margin-bottom: 0; }
    .change-password__field {
      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: center;
      margin-bottom: 16px; }
    .change-password__btnset {
      margin-top: 32px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .change-password__btn {
        width: auto; }
        .change-password__btn:first-child {
          margin-bottom: 0;
          margin-left: 22px;
          padding-left: 34px;
          padding-right: 34px; }
      .change-password__btn:last-child {
        padding-left: 34px;
        padding-right: 34px; }
    .slot-machine-card {
      padding: 0 24px; }
    .slot-machine-card__btn {
      padding: 16px 56px;
      font-size: 16px; }
    .course__statistic {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      min-width: 600px;
      margin-bottom: 12px; }
      .course__statistic .course__badge {
        margin-bottom: 0;
        margin-right: 40px; }
      .course__lessons {
        margin-bottom: 0;
        margin-right: 29px; }
      .course__lessons--es {
        display: none; }
      .course__time-of-lesson {
        margin-bottom: 0;
        margin-right: 29px; }
      .course__time-of-lesson--es {
        display: none; }
      .course__study-duration {
        margin-bottom: 0; }
      .course__study-duration--es {
        display: none; }
      .course__name-main {
        margin-bottom: 0; }
  .course {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 34px 24px 40px !important; }
    .course .progress {
      width: 202px; }
    .course__badge--free {
      min-width: 103px;
      text-align: center; }
    .course__image {
      margin-right: 18px;
      width: 80px;
      height: 80px;
      margin-bottom: 0; }
    .course__icon {
      width: 54px;
      height: 54px; }
    .course__info {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 86%;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
    .course__desc {
      margin-bottom: 0; }
    .course__text {
      width: 56%; }
    .course__name {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .course__name-note {
      position: static;
      margin-bottom: 12px; }
    .course__price {
      min-width: 202px; }
    .course__price-old {
      font-size: 18px; }
    .course__btn {
      min-width: 178px;
      padding: 17px 40px;
      font-size: 16px;
      min-width: 202px; }
    .course__link-free {
      display: block;
      font-size: 14px;
      line-height: 19px;
      margin: 8px auto 0;
      color: #999; }
  .course--seo .course__info {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .courses-page--seo .course__price {
      margin-bottom: 8px; }
  .courses-page--seo .sub-header {
    padding: 20px 67px 37px; }
      .courses-page--seo .sub-header__breadcrumbs--with-slider .sub-header__title {
        font-size: 36px;
        margin-bottom: 53px; }
  .courses {
    display: block; }
  .main-content__heading {
    display: block; }
  .banner-course {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 32px; }
    .banner-course__title {
      font-size: 36px;
      max-width: 360px;
      line-height: 49px; }
    .banner-course__text {
      font-weight: 400;
      margin-bottom: 10px; }
    .banner-course__image {
      display: block;
      width: 89px;
      height: 111px;
      margin-right: 40px; }
      .banner-course__image img {
        width: 100%;
        height: auto; }
    .banner-course__btn {
      padding-top: 13px;
      padding-bottom: 13px;
      padding-left: 26px;
      padding-right: 26px;
      font-size: 12px;
      margin-bottom: 0;
      min-width: 140px;
      font-size: 16px;
      min-width: 202px;
      padding: 17px 30px; }
  .specific-course__card {
    margin-bottom: 0;
    padding: 30px 24px 40px; }
  .specific-course__card--sale, .specific-course__card--video {
    padding: 0; }
  .specific-course__card--sale .specific-course__footer-inner,
  .specific-course__card--video .specific-course__footer-inner {
    width: 100%;
    padding: 24px; }
  .specific-course__card-text {
    padding: 24px 24px 40px; }
  .specific-course__footer-link span {
    margin-right: 24px; }
  .specific-course .main-content {
    min-height: calc(100vh - 564px); }
  .specific-course .video {
    padding-top: 27px; }
  .course-map__cards {
    position: relative;
    padding-left: 61px; }
  .course-map__card::before {
    content: "";
    position: absolute;
    top: calc(35% + 14px);
    left: -45px;
    width: 2px;
    height: 100%;
    background-color: #e6e6e6; }
  .course-map__card:not(:nth-last-child(2))::before {
    height: 140%; }
  .course-map__card:last-child::before {
    content: none; }
  .course-map__status {
    content: "";
    position: absolute;
    top: calc(35% - 20px);
    left: -63px;
    display: block;
    visibility: visible;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 10px solid #f7f5fa;
    background-color: #26aded; }
  .course-map__card--lock .course-map__status {
    background-color: #d8d8d8; }
  .course-map__card--lock .course-map__img-wrap::before {
    width: 80px;
    height: 80px; }
  .course-map__card--lock .icon-lock {
    top: calc(50% - 16px);
    left: calc(50% - 12px); }
  .course-map__card--done .course-map__status {
    background-color: #1de9b6;
    background-image: url(/build/4b5ffffcc578856a3dab4e8331f0d46f.svg);
    background-repeat: no-repeat;
    background-size: 25px 16px;
    background-position: 1px 3px; }
    .train-toolbar__item {
      padding: 28px 16px; }
    div#driver-popover-item {
      padding: 24px;
      max-width: 340px; } }

@media (min-width: 768px) and (max-width: 1189px) {
      div#driver-popover-item .driver-popover-tip {
        left: 10px; } }

@media (min-width: 960px) {
  .banner-courses-page.banner-courses-set {
    background: #fff url(/build/682ef96a3a847deb920598686b2fdd8a.svg) no-repeat;
    background-size: 222px 176px;
    background-position: center 20px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

@media (min-width: 1128px) {
  .library__card {
    width: calc(25% - 24.5px); }
    .library__card:nth-of-type(2n) {
      margin-right: 32px; }
    .library__card:nth-of-type(4n) {
      margin-right: 0; }
    .library__card:nth-last-of-type(2) {
      margin-bottom: 0; } }

@media (min-width: 1190px) {
      .main-content__inner {
        width: 1105px; }
    .main-content {
      min-height: calc(100vh - 382px); }
      .main-content--first-session {
        min-height: calc(100vh - 159px);
        padding-top: 20px; }
      .main-content--short-footer {
        min-height: calc(100vh - 145px); }
      .main-content--new {
        min-height: calc(100vh - 60px); }
      .main-content__inner--train-banners {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        min-height: 664px; }
      .main-content__inner .train-sidenav {
        margin-left: 36px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
      .main-content__inner .train {
        margin-bottom: 0; }
      .main-content__inner .train-banner {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1; }
      .main-content__inner .train-toolbar::after,
      .main-content__inner .train-sidenav::after {
        content: none; }
      .main-content__inner .train-toolbar {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
      .main-content__inner .train-screen {
        position: static; }
      .main-content__title {
        font-size: 36px; }
  html[lang="es"] .main-content--purple,
  html[lang="de"] .main-content--purple,
  html[lang="en"] .main-content--purple,
  html[lang="pl"] .main-content--purple {
    min-height: calc(100vh - 253px); }
  html[lang="es"] .main-content--new,
  html[lang="de"] .main-content--new,
  html[lang="en"] .main-content--new,
  html[lang="pl"] .main-content--new {
    min-height: calc(100vh - 60px); }
  .progress__bar {
    width: 122px; }
    h1 {
      margin-bottom: 30px; }
    h2 {
      margin-top: 0;
      margin-bottom: 20px; }
    h3 {
      margin-bottom: 30px; }
  @-webkit-keyframes widjet {
    0% {
      opacity: 0;
      -webkit-transform: translateX(100%);
      transform: translateX(100%); }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0); } }
  @keyframes widjet {
    0% {
      opacity: 0;
      -webkit-transform: translateX(100%);
      transform: translateX(100%); }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0); } }
  .neuro-widget--animation .neuro-widget__inner {
    -webkit-animation: widjet 500ms;
            animation: widjet 500ms;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
  .neuro-widget {
    position: relative;
    display: block;
    height: 40px;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff; }
    .neuro-widget__list {
      list-style-type: none;
      padding: 0;
      margin: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .neuro-widget__inner {
      z-index: 99;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      max-width: 1105px;
      margin: 0 auto;
      height: 100%;
      padding-top: 8px;
      padding-bottom: 8px;
      background-color: #fff; }
    .neuro-widget__item {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline;
      margin-right: 16px; }
      .neuro-widget__item:before {
        position: absolute;
        content: '';
        top: 0;
        right: 0;
        width: 2px;
        height: 24px;
        background-color: #efefef; }
      .neuro-widget__item:last-child:before {
        display: none; }
    .neuro-widget__info {
      display: none; }
    .neuro-widget-fatigue {
      display: none; }
    .neuro-widget__name {
      margin-right: 16px;
      font-size: 14px;
      color: #333333;
      letter-spacing: 0; }
    .neuro-widget__value {
      margin-right: 16px;
      padding: 2px 4px;
      font-size: 12px;
      color: #333333;
      vertical-align: baseline;
      border-radius: 4px; }
      .neuro-widget__value--min {
        display: none;
        background-color: #fceced; }
      .neuro-widget__value--average {
        background-color: #efefef; }
      .neuro-widget__value--max {
        display: none;
        background-color: #e6fbf6; }
    .neuro-widget__indicator {
      width: 30px;
      margin-right: 16px;
      font-weight: 700;
      font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
      font-size: 14px;
      text-align: center;
      color: #333333;
      letter-spacing: 0; }
    .neuro-widget__btn-size {
      position: absolute;
      z-index: 1;
      top: 12px;
      right: 55px;
      width: 18px;
      height: 18px;
      font-size: 0;
      background: transparent url(/build/5fb314dee591f825fdca713a6458e12b.svg) no-repeat;
      background-position: center;
      border: none;
      cursor: pointer;
      outline: none; }
      .neuro-widget__btn-size:hover, .neuro-widget__btn-size:focus {
        opacity: 0.7; }
    .neuro-widget__btn-close {
      position: absolute;
      z-index: 1;
      top: 10px;
      right: 8px;
      width: 24px;
      height: 24px;
      font-size: 0;
      border: none;
      background: transparent url(/build/6c48d4858fd2ccab18404fa6b81df580.svg) no-repeat;
      background-position: center;
      cursor: pointer;
      outline: none; }
      .neuro-widget__btn-close:hover, .neuro-widget__btn-close:focus {
        opacity: 0.7; }
    .neuro-widget .neuro-widjet__graphic-wrap {
      display: none; }
    .neuro-widget .neuro-widjet__graphic {
      display: none; }
    .neuro-widget__values {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .neuro-widget__indicator {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
  .neuro-widget--toolbar {
    max-width: 1105px;
    margin: 0 auto;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent; }
    .neuro-widget--toolbar .neuro-widget__inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      max-width: 343px;
      height: auto;
      margin-left: auto;
      margin-right: 0;
      padding-bottom: 22px;
      -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
              box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
      border-bottom-left-radius: 8px;
      border-bottom-right-radius: 8px; }
    .neuro-widget--toolbar .neuro-widget__list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .neuro-widget--toolbar .neuro-widget__item {
      min-height: 107px;
      margin-right: 0;
      padding-top: 10px;
      padding-left: 24px;
      padding-bottom: 8px;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      border-bottom: 2px solid  #efefef; }
      .neuro-widget--toolbar .neuro-widget__item:last-child {
        border-bottom: none; }
      .neuro-widget--toolbar .neuro-widget__item:before {
        display: none; }
    .neuro-widget--toolbar .neuro-widget__info {
      display: block;
      padding: 20px 24px; }
    .neuro-widget--toolbar .neuro-widget__info-text {
      padding: 0 12px;
      text-align: center; }
    .neuro-widget--toolbar .neuro-widget__info-btn {
      display: inline-block;
      vertical-align: top;
      min-width: 140px;
      margin-right: 10px;
      padding: 10px 20px; }
      .neuro-widget--toolbar .neuro-widget__info-btn:last-child {
        margin-right: 0; }
    .neuro-widget--toolbar .neuro-widget__btns {
      width: 100%;
      height: 34px;
      border-bottom: 2px solid  #efefef; }
    .neuro-widget--toolbar .neuro-widjet__value-block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .neuro-widget--toolbar .neuro-widget__values {
      margin-right: 16px; }
    .neuro-widget--toolbar .neuro-widget__value--min,
    .neuro-widget--toolbar .neuro-widget__value--max {
      display: inline-block; }
    .neuro-widget--toolbar .neuro-widget__value {
      margin-right: 0; }
    .neuro-widget--toolbar .neuro-widget__name {
      margin-right: 0;
      margin-bottom: 8px; }
    .neuro-widget--toolbar .neuro-widget__indicator {
      width: auto;
      -ms-flex-item-align: center;
          align-self: center;
      margin-right: 0;
      font-size: 24px;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .neuro-widget--toolbar .neuro-widjet__graphic-wrap {
      display: block;
      -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
              box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
      border-radius: 8px; }
    .neuro-widget--toolbar .neuro-widjet__graphic {
      display: block;
      margin-bottom: 8px;
      border-radius: 8px; }
    .neuro-widget--toolbar .neuro-widget__btn-size {
      background: transparent url(/build/30d1843dc26a40b6d2d660299ff330bb.svg) no-repeat; }
    .neuro-widget--toolbar .neuro-widget-fatigue {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      min-height: 80px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-right: 24px; }
    .neuro-widget--toolbar .neuro-widget-fatigue__wrap {
      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: center;
      width: 258px;
      margin: 0 auto;
      padding: 10px 20px 13px;
      border-radius: 4px;
      -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
              box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1); }
    .neuro-widget--toolbar .neuro-widget-fatigue__text {
      font-size: 14px;
      color: inherit; }
    .neuro-widget--toolbar .neuro-widget-fatigue__progress {
      position: relative;
      width: 100px;
      height: 4px;
      border-radius: 2px;
      background-color: #e6e6e6; }
    .neuro-widget--toolbar .neuro-widget-fatigue__progress-bar {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 4px;
      border-radius: 2px;
      overflow: hidden; }
      .neuro-widget--toolbar .neuro-widget-fatigue__progress-bar::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100px;
        height: 4px;
        border-radius: 2px;
        background-image: -webkit-gradient(linear, right top, left top, from(#FF0000), color-stop(#FBD10B), to(#00FF03));
        background-image: -webkit-linear-gradient(right, #FF0000, #FBD10B, #00FF03);
        background-image: -o-linear-gradient(right, #FF0000, #FBD10B, #00FF03);
        background-image: linear-gradient(to left, #FF0000, #FBD10B, #00FF03); }
  .neuro-widget--disable {
    display: none; }
    .counter-fixed {
      width: 1105px; }
    .container {
      width: 1105px; }
    .container-large {
      width: 1105px; }
    .footer .container-large {
      font-size: 16px;
      width: 94%;
      max-width: 1216px; }
    .footer__inner {
      margin-bottom: 55px; }
      .footer__inner:after {
        content: "";
        display: table;
        clear: both; }
    .footer__section {
      margin-bottom: 0; }
      .footer__section--info {
        float: left;
        width: 75%; }
      .footer__section--contacts {
        float: right;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 25%;
        margin-top: 0; }
      .footer__section--copyright {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
    .footer__info-item {
      width: 33.33%; }
    .footer__info-link {
      margin-bottom: .3em; }
      .footer__info-link:last-of-type {
        margin-bottom: 0; }
    .footer__section-link {
      margin-bottom: .3em; }
    .footer__text {
      width: 25%; }
      .footer__text--mistake {
        display: block;
        padding-right: 35px; }
    .footer__contacts-items {
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1; }
    .footer__contacts-item {
      width: 100%;
      margin-bottom: .3em; }
      .footer__contacts-item:last-of-type {
        margin-bottom: .3em; }
      .footer__contacts-item--corporate {
        margin-top: 12px; }
    .footer__contacts-links {
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1;
      margin: 15px 0 20px; }
    .footer__social {
      width: 100%;
      margin-top: 0;
      margin-bottom: 13px; }
  .footer--international .footer__section--info {
    width: 100%; }
  .footer--international .footer__section--copyright {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .footer--international .footer__contacts-links {
    margin-top: 0;
    margin-bottom: 15px; }
  .footer--international .footer__contacts-item {
    margin-bottom: 3px; }
  .footer--international .footer__text {
    width: auto; }
  html[lang="en"] .page-footer--short .page-footer__contact:first-child,
  html[lang="de"] .page-footer--short .page-footer__contact:first-child,
  html[lang="es"] .page-footer--short .page-footer__contact:first-child {
    text-align: left; }
    .preloader::after {
      width: 90px;
      height: 90px;
      margin-top: -45px; }
      .sub-nav__inner {
        width: 1105px; }
  .sub-nav__menu-item--neuro-statistic {
    display: inline-block; }
    .header--online-school .header__nav {
      padding-left: 30px; }
    .header--online-school .header__link {
      padding: 10px 13px; }
    .header--online-school .header__user {
      width: 130px;
      padding: 0; }
    .header--online-school .header__premium-btn {
      right: 168px !important; }
      .header--rostelecom .header__nav {
        padding-left: 10px; }
        .header--rostelecom .header__rostelecom {
          -webkit-box-ordinal-group: 0;
              -ms-flex-order: -1;
                  order: -1; }
        .header--rostelecom .header__notif {
          position: relative; }
    .header--business .header__inner, .header--business-standart .header__inner {
      width: 1216px;
      max-width: 1216px;
      height: auto;
      min-height: 60px; }
    .header--business .header__nav, .header--business-standart .header__nav {
      width: 890px; }
      .header--business .header__logo-wrapper, .header--business-standart .header__logo-wrapper {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
        margin: 0; }
    .header--business .header__menu, .header--business-standart .header__menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .header--business .header__link, .header--business-standart .header__link {
      padding: 10px 13px; }
    .header--business .header__user, .header--business-standart .header__user {
      margin-right: 0;
      margin-left: 0;
      width: 80px; }
      .header--business .header__user .header__user-btn, .header--business-standart .header__user .header__user-btn {
        width: 68px; }
        .header--business .header__user .header__user-btn-inner, .header--business-standart .header__user .header__user-btn-inner {
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end; }
      .header--business .header__user .header__user-menu, .header--business-standart .header__user .header__user-menu {
        left: -165px;
        width: 248px; }
        .header--business .header__user .header__user-menu .header__user-item:first-child, .header--business-standart .header__user .header__user-menu .header__user-item:first-child {
          height: 74px;
          margin-bottom: 7px;
          border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
        .header--business .header__user .header__user-menu .header__user-link, .header--business-standart .header__user .header__user-menu .header__user-link {
          font-size: 14px; }
      .header--business .header__user .header__user-item-inner, .header--business-standart .header__user .header__user-item-inner {
        padding: 10px 12px 16px;
        height: 74px; }
        .header--business .header__user .header__user-item-inner .header__user-photo, .header--business-standart .header__user .header__user-item-inner .header__user-photo {
          width: 48px;
          height: 48px; }
        .header--business .header__user .header__user-item-inner .header__user-name, .header--business-standart .header__user .header__user-item-inner .header__user-name {
          margin-bottom: 6px;
          margin-top: 2px;
          font-size: 14px; }
        .header--business .header__user .header__user-item-inner .header__user-state, .header--business-standart .header__user .header__user-item-inner .header__user-state {
          width: 100%;
          font-size: 12px; }
    .header--business .header__user-info, .header--business-standart .header__user-info {
      display: none;
      visibility: hidden; }
    .header--business .header__user-item-inner .header__user-info, .header--business-standart .header__user-item-inner .header__user-info {
      display: inline-block;
      visibility: visible; }
    .header--business .header__nav {
      padding-left: 30px; }
    .header--business-standart .header__nav {
      padding-left: 30px; }
      .header__inner {
        width: 94%;
        max-width: 1216px; }
      .header__item--stars .header__link {
        position: relative;
        padding-left: 14px;
        padding-right: 14px; }
        .header__item--stars .header__link::after, .header__item--stars .header__link::before {
          content: '';
          position: absolute;
          top: 50%;
          margin-top: -5px;
          width: 8px;
          height: 8px;
          display: block;
          background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h8v7.7H0z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cpath d='M7.7 2.6l-2.3-.2a.4.4 0 0 1-.3-.2l-.8-2a.4.4 0 0 0-.7 0l-.7 2-.4.2-2.2.2c-.3 0-.4.5-.2.7l1.7 1.5.1.4-.5 2c0 .4.3.7.6.5l1.8-1.1h.4l1.8 1c.3.3.7 0 .6-.3L6 5.2l.1-.4L8 3.3c.2-.2 0-.6-.2-.7' fill='%2332D6BD' mask='url%28%23b%29'/%3E%3C/g%3E%3C/svg%3E");
          background-repeat: no-repeat;
          background-position: center; }
        .header__item--stars .header__link::before {
          left: 0; }
        .header__item--stars .header__link::after {
          right: 0; }
      .header__icon {
        margin-bottom: 2px; }
      .header__link--courses[data-value]:after {
        top: 13px; }
    .header__logo {
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1;
      width: 100px;
      margin: 0;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .header__nav {
      position: static;
      width: inherit;
      padding-left: 20px;
      min-height: 60px;
      min-width: 785px;
      opacity: 1; }
    .header__notif {
      -webkit-box-ordinal-group: 6;
          -ms-flex-order: 5;
              order: 5;
      z-index: 1100;
      line-height: 0;
      -webkit-transform: translateX(-253px);
          -ms-transform: translateX(-253px);
              transform: translateX(-253px); }
    .header__nav, .header__user-btn {
      background-color: transparent; }
    .header__nav-content {
      position: relative;
      margin-left: 8px; }
    .header__lists {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      height: auto;
      overflow: visible;
      padding-top: 0; }
    .header__menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      padding: 0;
      margin-left: 72px;
      border-bottom: none; }
    .header__user {
      position: relative;
      display: inline-block;
      vertical-align: top;
      width: 244px;
      margin-left: 55px;
      padding-left: 13px;
      padding-right: 0;
      padding-bottom: 0;
      margin-right: -20px; }
    .header__user-btn {
      width: 180px;
      height: 60px;
      padding-top: 0;
      padding-bottom: 0;
      border: none; }
      .header__user-btn::after {
        border-bottom-color: #fff; }
    .header__user--closed .header__user-btn:hover .header__user-name {
      color: #fff; }
    .header__user--closed .header__user-btn:hover::after {
      opacity: 1; }
    .header__user--closed .header__user-btn::after {
      opacity: 0.6; }
    .header__user-btn:hover::after {
      opacity: 1; }
    .header__user--closed .header__user-name {
      color: rgba(255, 255, 255, 0.6); }
    .header__user--closed .header__user-btn::after {
      -webkit-transform: rotate(180deg) translateY(-4px);
          -ms-transform: rotate(180deg) translateY(-4px);
              transform: rotate(180deg) translateY(-4px);
      opacity: 0.6; }
    .header__user-menu {
      position: absolute;
      top: 60px;
      left: 0;
      width: 205px;
      height: auto;
      min-height: 133px;
      margin-left: 0;
      padding-top: 7px;
      -webkit-transition: height 0.5s ease-in-out;
      -o-transition: height 0.5s ease-in-out;
      transition: height 0.5s ease-in-out;
      background-color: #fff;
      -webkit-box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.24), 0 2px 8px 0 rgba(0, 0, 0, 0.1);
              box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.24), 0 2px 8px 0 rgba(0, 0, 0, 0.1); }
    .header__user--closed .header__user-menu {
      height: 0; }
    .header__user-item {
      width: 100%;
      height: 40px; }
      .header__user-item:nth-last-of-type(2) {
        height: 47px;
        padding-bottom: 7px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
      .header__user-item:last-of-type {
        margin: 7px 0; }
    .header__user-link {
      height: 100%;
      padding: 10px 12px;
      line-height: initial;
      color: #333; }
      .header__user-link:hover, .header__user-link:focus {
        text-decoration: none;
        color: #333;
        background-color: #f7f5fa; }
    .header__user-item:last-of-type .header__user-link {
      padding-top: 10px; }
    .header__user-name {
      width: 90px;
      color: #fff; }
    .header__burger {
      display: none !important; }
    .header__back, .header__login {
      display: block; }
    .header__item {
      width: inherit;
      padding: 0; }
      .header__item--new::after {
        top: 12px;
        left: initial;
        right: -2px; }
    .header__link {
      padding: 0 10px;
      text-align: center; }
      .header__link--user {
        padding-left: 10px;
        text-align: left;
        line-height: 40px; }
      .header__link--user::before {
        display: none; }
      .header__link--science::before {
        margin-right: 8px;
        margin-left: 0;
        height: 60px;
        background-position: center 20px; }
    .header__premium-btn {
      top: 0;
      left: auto;
      right: 278px;
      border: none;
      background-color: transparent;
      max-width: 195px;
      padding: 13px 0;
      margin-left: 36px;
      margin-right: 0; }
      .header__premium-btn a {
        min-width: 164px;
        margin-left: 0;
        padding: 9px 16px; }
    .header__mask {
      display: none; }
    .header--closed .header__nav {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
      .header--new-year-2019 {
        background-image: url(/build/b13b6fd601e5da92586aab6f1ed0faef.svg), url(/build/f6592bdeb026da4f4bad987e7522b0d4.svg), url(/build/b13b6fd601e5da92586aab6f1ed0faef.svg);
        background-position: 3% top, center, 97% top;
        background-size: auto, auto, auto; }
    .header__inner--experiment .btn--yellow {
      display: block; }
    .header__inner--experiment .header__premium-btn--experiment {
      display: none; }
      .header__inner--experiment .header__premium-btn--experiment .btn--yellow {
        display: none; }
    .header__inner--experiment .header__notif {
      display: block; }
    .header__inner--experiment .header__premium-btn .header__notif--experiment {
      display: none; }
  .header--online-school .header__link {
    padding: 10px 13px; }
  .header--online-school .header__user-menu {
    left: 10px;
    width: 200px;
    padding-left: 0; }
    .header--online-school .header__user-menu--show {
      display: none;
      visibility: hidden; }
  .header--online-school .header__user-btn {
    width: 68px; }
  .header--online-school .header__user-item,
  .header--online-school .header__user-link {
    height: 34px; }
  .header--online-school .header__user-link {
    padding: 8px 12px;
    font-size: 14px; }
  .header--online-school .header__notif {
    -webkit-transform: translateX(-147px);
        -ms-transform: translateX(-147px);
            transform: translateX(-147px); }
  .header--online-school .header__premium-btn {
    right: 180px; }
  .header--online-school .header__user-info {
    display: none;
    visibility: hidden; }
  .header--online-school .header__user-item:nth-last-of-type(2) {
    height: 41px;
    padding-bottom: 7px; }
  .header--online-school .header__user-item:last-of-type .header__user-link {
    padding-top: 8px; }
  .header--online-school .header__item--online-school .header__link::before {
    right: -10px;
    top: calc(50% - 6px); }
  .header--online-school .header__item--online-school .header__user-link {
    height: 100%;
    margin: 0;
    padding: 10px 12px !important;
    line-height: 1; }
    .header--online-school .header__item--online-school .header__user-link:hover, .header--online-school .header__item--online-school .header__user-link:focus {
      color: #333; }
  .header--online-school .header__item--online-school .header__user-item:nth-last-of-type(2) {
    border: none;
    height: 34px;
    padding: 0; }
  .header--online-school .header__item--online-school .header__user-item:last-of-type {
    margin: 0 0 7px; }
  .header--online-school .header__user-item--online-school {
    display: block;
    visibility: visible;
    height: 74px;
    margin-bottom: 7px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    cursor: default; }
  .header--online-school .header__user .header__user-menu {
    left: initial;
    top: initial;
    right: 0;
    width: 248px;
    height: auto; }
    .header--online-school .header__user .header__user-menu .header__user-item-inner .header__user-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      visibility: visible;
      width: calc(100% - 60px); }
    .header--online-school .header__user .header__user-menu .header__user-item-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 10px 12px 16px; }
    .header--online-school .header__user .header__user-menu .header__user-name,
    .header--online-school .header__user .header__user-menu .header__user-state--base {
      width: 100%;
      color: #333; }
    .header--online-school .header__user .header__user-menu .header__user-name {
      margin-bottom: 6px;
      margin-top: 2px;
      font-size: 14px; }
    .header--online-school .header__user .header__user-menu .header__user-state {
      font-size: 12px; }
    .header--online-school .header__user .header__user-menu .header__user-photo {
      width: 48px;
      height: 48px; }
  .header--online-school.header--business .header__link {
    padding: 0 10px; }
      .page-header__inner {
        width: 1105px; }
    .page-header--coach .page-header__menu {
      display: none; }
    .page-header__inner {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .page-header__logo {
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1;
      width: 100px;
      margin: 0;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
      .page-header__logo--international {
        width: 117px;
        height: 22px; }
    .page-header__nav {
      position: static;
      width: inherit;
      min-width: 600px;
      height: 60px;
      min-height: 60px; }
    .page-header__notif {
      -webkit-box-ordinal-group: 6;
          -ms-flex-order: 5;
              order: 5;
      z-index: 999;
      height: 58px; }
    .page-header__nav, .page-header__nav-content, .page-header__menu, .page-header__user-menu, .page-header__user-btn {
      background-color: transparent; }
    .page-header__nav {
      min-width: 785px; }
    .page-header__nav-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 60px;
      width: 800px;
      margin-left: calc(100% - 780px); }
    .page-header__menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
    .page-header__user {
      position: relative;
      display: inline-block;
      vertical-align: top; }
    .page-header__burger {
      display: none !important; }
    .page-header__back {
      display: block; }
    .page-header__login {
      display: block; }
    .page-header__item {
      display: inline-block;
      vertical-align: top;
      width: inherit;
      height: 60px;
      padding: 0; }
    .page-header__link {
      padding: 0 10px;
      line-height: 60px;
      text-align: center; }
      .page-header__link--user {
        padding-left: 10px;
        text-align: left;
        line-height: 40px; }
      .page-header__link--user::before {
        display: none; }
    .page-header__premium-btn {
      width: 175px;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      background-position: 0 12px; }
    .page-header__premium-btn .page-header__link {
      line-height: 60px; }
    .page-header__user-menu {
      position: absolute;
      top: 59px;
      left: 6px;
      width: 145px;
      height: auto;
      min-height: 200px;
      background-color: #29202c;
      -webkit-transition: height .5s ease-in-out;
      -o-transition: height .5s ease-in-out;
      transition: height .5s ease-in-out; }
    .page-header__user--closed .page-header__user-menu {
      height: 0; }
    .page-header__user-item {
      width: 100%;
      height: 40px; }
    .page-header__user-btn {
      width: 100px;
      height: 58px !important;
      padding: 0 15px !important;
      background-color: #29202c; }
      .page-header__user-btn::after {
        top: 22px;
        right: 13px; }
      .page-header__user-btn::before {
        content: "";
        position: absolute;
        top: 9px;
        left: 7px;
        width: 1px;
        height: 40px;
        background-color: #ccc; }
      .page-header__user-btn:hover, .page-header__user-btn:focus, .page-header__user-btn:active {
        background-color: #29202c; }
    .page-header--premium .page-header__premium-btn {
      background-position: 8px 12px; }
    .page-header__swipe-area {
      display: none; }
    .promocode__inner {
      width: 100%; }
    .promocode__hint {
      margin-bottom: 0; }
  .rates-main .promocode {
    width: 255px; }
    .counter-fixed {
      width: 1105px; }
    .not-found__inner {
      width: 1105px; }
  .not-found:after {
    content: "";
    display: table;
    clear: both; }
  .not-found__content {
    min-height: 500px;
    padding-top: calc(50vh - 270px); }
  .not-found__professor {
    float: right;
    margin-bottom: 0; }
  .not-found__text {
    float: left; }
  .not-found__404 {
    margin-left: 0; }
  .not-found p {
    text-align: left; }
    .unavailable-error__inner {
      width: 1105px; }
  .unavailable-error:after {
    content: "";
    display: table;
    clear: both; }
  .unavailable-error__content {
    min-height: 500px;
    padding-top: calc(50vh - 270px); }
  .unavailable-error__img {
    float: right;
    margin-bottom: 0; }
  .unavailable-error__text {
    float: left; }
  .unavailable-error p {
    text-align: left; }
      .notifications__content .btn {
        margin-left: 44px; }
    .notifications .text {
      margin-left: 44px;
      margin-right: 64px; }
    .notifications__btn {
      margin-left: 44px; }
    .competitions__medal-name {
      width: 100%; }
    .competitions__progress .competitions__item-content {
      padding-bottom: 44px; }
    .competitions__train-restrict {
      text-align: left; }
    .competitions__text {
      display: inline-block;
      vertical-align: baseline; }
      .competitions__text:first-of-type {
        margin-right: 10px; }
    .competitions__text {
      margin-bottom: 30px; }
    .competitions__btn {
      margin-left: auto;
      margin-right: 0; }
    .library-article .main-content {
      min-height: calc(100vh - 575px); }
    .library-article__card p {
      margin-bottom: 24px; }
  .library__lock-btn {
    width: 100%;
    max-width: 203px; }
    .train-info-heading {
      background-size: 450px; }
  .train-info-pairs__item--2 .train-info-pairs__item-img {
    margin-top: 30px; }
  .train-info-complication__items {
    margin-top: 95px; }
    .train-info-footer {
      padding: 0 0 80px;
      font-size: 24px; }
      .train-info-footer__inner {
        max-width: 650px;
        padding: 0; }
      .train-info-footer__text {
        max-width: 640px; }
  html[lang="de"] .train-info-footer__inner {
    max-width: 732px; }
  .specific-game__game-screen {
    float: left;
    margin: 0;
    width: 718px;
    max-width: 722px;
    min-width: 722px;
    font-size: 16px; }
    .specific-game__game-screen--center {
      float: initial;
      margin: 0 auto; }
  .specific-game__info {
    float: left;
    width: calc(100% - 756px);
    margin-left: 34px; }
  .specific-game__title {
    margin-top: 0; }
    .lp-features__item {
      width: 33.3%;
      border: 1px solid #e6e6e6; }
      .lp-features__item:first-child {
        border-top-left-radius: 8px; }
      .lp-features__item:nth-of-type(3) {
        border-top-right-radius: 8px; }
      .lp-features__item:nth-of-type(2) {
        border-top-right-radius: 0; }
      .lp-features__item:nth-last-of-type(3) {
        border-bottom-left-radius: 8px; }
      .lp-features__item:nth-last-of-type(2) {
        border-bottom-left-radius: 0; }
      .lp-features__item:last-child {
        border-bottom-right-radius: 8px; }
      .lp-features__item:nth-of-type(2n) {
        border: 1px solid #e6e6e6; }
      .lp-features__item:first-child, .lp-features__item:nth-of-type(2), .lp-features__item:nth-of-type(3) {
        border-bottom: none; }
      .lp-features__item:first-child, .lp-features__item:nth-of-type(2), .lp-features__item:nth-of-type(4), .lp-features__item:nth-of-type(5) {
        border-right: none; }
    .lp-features__item-link {
      padding: 32px 24px 24px; }
    .lp-features__text {
      font-size: 18px; }
    .lp-how__items {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    .lp-how__item {
      width: 346px;
      height: 312px;
      margin-right: 33px; }
      .lp-how__item:nth-child(2n - 1) {
        margin-right: 33px; }
      .lp-how__item:nth-child(3n + 3) {
        margin-right: 0; }
      .lp-how__item:nth-last-of-type(1), .lp-how__item:nth-last-of-type(2), .lp-how__item:nth-last-of-type(3) {
        margin-bottom: 0; }
    .lp-how__item-text {
      line-height: 1.5; }
      .ribbon-fixed__inner {
        width: 1105px; }
    .ribbon-fixed--action-september-1 {
      background-image: -webkit-linear-gradient(92deg, #54bdaf, #574596);
      background-image: -o-linear-gradient(92deg, #54bdaf, #574596);
      background-image: linear-gradient(-2deg, #54bdaf, #574596); }
      .ribbon-fixed--action-september-1 .ribbon-fixed__img {
        -webkit-transform: translateY(-45px);
            -ms-transform: translateY(-45px);
                transform: translateY(-45px); }
    .ribbon-fixed__img {
      display: inline-block;
      -webkit-transform: translateY(-20px);
          -ms-transform: translateY(-20px);
              transform: translateY(-20px); }
    .ribbon-fixed__title {
      margin-left: 305px; }
    .ribbon-fixed-welcome__title {
      display: inline-block;
      width: 400px;
      margin-left: 19%;
      margin-right: 0;
      margin-bottom: 0;
      text-align: center; }
  .ribbon-fixed-welcome__img {
    -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
            transform: translateY(-20px); }
    .ribbon-activation__img {
      width: 89px;
      height: 79px;
      -webkit-transform: translateY(-28px);
          -ms-transform: translateY(-28px);
              transform: translateY(-28px); }
    .ribbon-activation__title.ribbon-sale__title {
      margin: 0;
      width: calc(100% - 427px);
      text-align: center; }
    .ribbon-welcome__title {
      width: 630px !important;
      margin: 0 !important;
      text-align: center; }
    .ribbon-welcome__img {
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }
      .ribbon-sale__inner {
        width: 1105px; }
      .ribbon-sale__title {
        padding: 0 48px;
        font-size: 21px; }
    .ribbon-marathon__title {
      margin-right: auto !important;
      margin-left: 16px !important; }
    .ribbon-marathon__img {
      display: block;
      visibility: visible; }
    .ribbon-2mln__img {
      width: 203px;
      -webkit-transform: translateY(-17px);
          -ms-transform: translateY(-17px);
              transform: translateY(-17px); }
    .ribbon-2mln--2 .ribbon-2mln__img {
      -webkit-transform: translateY(-33px);
          -ms-transform: translateY(-33px);
              transform: translateY(-33px); }
    .ribbon-2mln--2 .ribbon-2mln__title {
      font-size: 20px; }
    .ribbon-football .ribbon-sale__counter {
      margin-right: 136px; }
    .ribbon-football__title {
      font-size: 20px; }
    .ribbon-up-price .ribbon-sale__counter {
      margin-right: 136px; }
    .ribbon-up-price__title {
      font-size: 20px; }
    .ribbon-summer-end {
      /*
        @keyframes apple-none {
            0% {
              opacity: 1;
            }
            43% {
              opacity: 1;
            }
            44% {
              opacity: 0;
            }
            100% {
              opacity: 0
            }
        }

        @keyframes apples-none {
            0% {
              opacity: 1;
            }
            64% {
              opacity: 1;
            }
            65% {
              opacity: 0;
            }
            100% {
              opacity: 0
            }
        }
        */ }
      .ribbon-summer-end__title {
        font-size: 20px;
        text-align: center; }
      .ribbon-summer-end__apple {
        left: 270px; }
      .ribbon-summer-end__apples {
        right: 240px; }
    .ribbon-birthday-sale__title {
      font-size: 20px;
      text-align: center; }
    .ribbon-birthday-sale-end__title {
      font-size: 20px;
      text-align: center; }
    .three-billions__img {
      top: -44px;
      left: 0;
      display: block; }
      .three-billions__img--mobile, .three-billions__img--tablet {
        display: none; }
    .ribbon-helloween-2018__img {
      left: 0; }
    .ribbon-day-science__title {
      font-size: 20px;
      text-align: center; }
    .ribbon-black-friday__title {
      font-size: 20px; }
    .ribbon-sale-out__title {
      font-size: 20px; }
    .ribbon-price-up__title {
      font-size: 20px; }
    .ribbon-new-year__title {
      font-size: 20px;
      text-align: center; }
    .ribbon-new-year__img--small-snow {
      position: absolute;
      left: 180px;
      display: block; }
    .ribbon-student-day__title {
      font-size: 20px; }
    .ribbon-day-russian-science__title {
      font-size: 20px; }
    .ribbon-all-inclusive__title {
      font-size: 20px; }
      .ribbon-8-march__img {
        left: 0;
        display: block; }
        .ribbon-8-march__img--mobile, .ribbon-8-march__img--tablet {
          display: none; }
    .ribbon-8-march__title {
      font-size: 20px;
      text-align: center; }
    .ribbon-1-april__title {
      font-size: 20px; }
    .ribbon-12-april__title {
      font-size: 20px; }
      .ribbon-9-may__img {
        left: 0;
        display: block; }
        .ribbon-9-may__img--mobile, .ribbon-9-may__img--tablet {
          display: none; }
    .ribbon-9-may__title {
      font-size: 20px;
      text-align: center; }
      .ribbon-day-of-light__img {
        left: 0;
        display: block; }
        .ribbon-day-of-light__img--mobile, .ribbon-day-of-light__img--tablet {
          display: none; }
    .ribbon-day-of-light__title {
      font-size: 20px;
      text-align: center; }
    .ribbon-summer__title {
      font-size: 20px;
      text-align: center; }
      .ribbon-russian-day__img {
        width: 175px;
        left: 46px;
        bottom: auto;
        top: -24px; }
        .ribbon-russian-day__img--desktop {
          display: block; }
        .ribbon-russian-day__img--mobile {
          display: none; }
    .ribbon-russian-day__title {
      font-size: 20px;
      text-align: center; }
      .ribbon-russian-day-ends__title:after {
        content: "";
        display: inline-block;
        width: 63px;
        height: 58px;
        position: absolute;
        right: 200px;
        top: -31px;
        background: url(/build/50e30c13882491dc1c4dd9cf57d991ea.svg);
        background-repeat: no-repeat; }
      .ribbon-russian-day-ends__img {
        width: 175px;
        left: 46px;
        bottom: auto;
        top: -24px; }
        .ribbon-russian-day-ends__img--desktop {
          display: block; }
        .ribbon-russian-day-ends__img--mobile {
          display: none; }
    .ribbon-russian-day-ends__title {
      font-size: 20px;
      text-align: center; }
      .ribbon-young-day-2019__img {
        width: 175px;
        left: 46px;
        bottom: auto;
        top: -24px; }
        .ribbon-young-day-2019__img--desktop {
          display: block; }
        .ribbon-young-day-2019__img--mobile {
          display: none; }
    .ribbon-young-day-2019__title {
      font-size: 20px;
      text-align: center; }
      .ribbon-kissing-day__img {
        width: 175px;
        left: 46px;
        bottom: auto;
        top: -24px; }
        .ribbon-kissing-day__img--desktop {
          display: block; }
        .ribbon-kissing-day__img--mobile {
          display: none; }
    .ribbon-kissing-day__title {
      font-size: 20px;
      text-align: center; }
      .ribbon-family-day__img {
        width: 175px;
        left: 46px;
        bottom: auto;
        top: -24px; }
        .ribbon-family-day__img--desktop {
          display: block; }
        .ribbon-family-day__img--mobile {
          display: none; }
    .ribbon-family-day__title {
      font-size: 20px;
      text-align: center; }
  .ribbon-friends-day .ribbon-sale__title {
    max-width: none;
    text-align: center; }
    .ribbon-top__inner {
      width: 1216px; }
  .ribbon-top__inner {
    max-width: 1105px; }
  .ribbon-top__title {
    margin-left: 0;
    width: 722px;
    text-align: center; }
  .ribbon-top__link {
    position: absolute;
    top: 50%;
    right: 278px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
      .ribbon-closable__inner {
        width: 1216px; }
      .ribbon-closable__title {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        font-size: 20px; }
    .ribbon-closable__close-btn {
      right: 2px; }
      .ribbon-closable-btn__inner {
        max-width: 1218px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .ribbon-closable-btn__link {
        padding: 0; }
      .ribbon-closable-btn__title {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-right: 30px;
        font-size: 24px;
        max-width: initial; }
    .ribbon-closable--halloween-2019 .ribbon-closable__title,
    .ribbon-closable-btn--halloween-2019 .ribbon-closable__title {
      margin: 0 0 0 27%;
      font-size: 20px; }
    .ribbon-top__inner {
      width: 1216px; }
  .ribbon-top__inner {
    max-width: 1105px; }
  .ribbon-top__title {
    margin-left: 0;
    width: 722px;
    text-align: center; }
  .ribbon-top__link {
    position: absolute;
    top: 50%;
    right: 278px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    .ribbon-closable--marathon .ribbon-closable__link {
      position: absolute;
      top: 50%;
      right: -89px;
      margin-left: 0;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
    .ribbon-closable--emotional .ribbon-closable__title {
      font-size: 20px; }
    .ribbon-closable--speed-reading .ribbon-closable__title {
      font-size: 20px; }
    .ribbon-closable--mindfulness .ribbon-closable__title {
      font-size: 20px; }
    .ribbon-closable--online-school .ribbon-closable__title {
      font-size: 20px; }
    .ribbon-closable--online-school .online-school-text {
      display: block; }
    .ribbon-closable--mnemonics .ribbon-closable__title {
      font-size: 20px; }
    .ribbon-closable--lucky-you .ribbon-closable__title {
      font-size: 20px; }
    .ribbon-closable--profiling .ribbon-closable__title {
      font-size: 20px; }
    .ribbon-closable--puzzle-english .ribbon-closable__inner {
      padding: 30px 0; }
    .ribbon-closable--puzzle-english .ribbon-closable__title {
      position: static;
      width: auto; }
    .ribbon-closable--names .ribbon-closable__title {
      font-size: 20px; }
    .ribbon-closable--day-science .ribbon-closable__title {
      font-size: 20px; }
    .ribbon-closable--day-science .online-school-text {
      display: block; }
    .ribbon-closable--black-friday .ribbon-closable__title {
      font-size: 20px; }
    .ribbon-closable--sale-out .ribbon-closable__title {
      font-size: 20px; }
      .ribbon-closable--price-up .ribbon-closable__inner:before, .ribbon-closable--price-up .ribbon-closable__inner:after {
        content: "";
        position: absolute;
        z-index: 2;
        background-repeat: no-repeat; }
      .ribbon-closable--price-up .ribbon-closable__inner:before {
        bottom: -26px;
        left: 260px;
        width: 145px;
        height: 54px;
        background-image: url(/build/b36dea2747ebf8b8eef6645eacfe1abc.svg);
        background-size: 145px 54px; }
      .ribbon-closable--price-up .ribbon-closable__inner:after {
        right: 236px;
        bottom: -26px;
        width: 160px;
        height: 78px;
        background-image: url(/build/1f002401300d8913cd9286607c750932.svg);
        background-size: 160px 78px; }
    .ribbon-closable--new-year-2019 .ribbon-closable__title {
      font-size: 20px; }
    .ribbon-closable--mentalist .ribbon-closable__title {
      font-size: 20px; }
    .ribbon-closable--student-day-2020 .ribbon-closable__title {
      font-size: 20px; }
    .ribbon-closable--day-russian-science .ribbon-closable__title {
      font-size: 20px; }
    .ribbon-closable--day-of-saint-valentine .ribbon-closable__title {
      font-size: 20px; }
    .ribbon-closable--sky-skills-ei .ribbon-closable__title {
      max-width: 320px;
      font-size: 20px; }
    .ribbon-closable--all-inclusive .ribbon-closable__title {
      font-size: 20px; }
  .ribbon-closable--8-march .ribbon-closable__title {
    font-size: 20px; }
    .ribbon-closable--1-april .ribbon-closable__title {
      font-size: 20px; }
    .ribbon-closable--mozgokachka .ribbon-closable__title {
      font-size: 20px; }
    .ribbon-closable--12-april .ribbon-closable__title {
      font-size: 20px; }
    .ribbon-closable--webinar-test .ribbon-closable__title {
      font-size: 20px;
      max-width: 100%; }
    .ribbon-closable--base .ribbon-closable__inner::before, .ribbon-closable--base .ribbon-closable__inner::after {
      width: 558px; }
    .ribbon-closable--base .ribbon-closable__inner::before {
      left: -170px;
      background-image: url(/build/16a77b1df46f8a97839d912d37fccec9.svg); }
    .ribbon-closable--base .ribbon-closable__inner::after {
      right: -170px;
      background-image: url(/build/3555a0abf2951537f47a60da694d3138.svg); }
    .ribbon-closable--base .ribbon-closable__title {
      font-size: 20px; }
    .ribbon-closable--cognitive .ribbon-closable__title {
      font-size: 20px; }
    .ribbon-closable--speed-violet .ribbon-closable__title {
      font-size: 20px; }
    .ribbon-closable--speed-blue .ribbon-closable__title {
      font-size: 20px; }
    .ribbon-closable--summer-is-coming {
      background-image: -webkit-linear-gradient(2deg, #35afff, #1cdcff 100%);
      background-image: -o-linear-gradient(2deg, #35afff, #1cdcff 100%);
      background-image: linear-gradient(88deg, #35afff, #1cdcff 100%); }
      .ribbon-closable--russian-day-ends .ribbon-closable__inner {
        padding-left: 0; }
  .ribbon-closable--winter-2019 .ribbon-closable__inner:before {
    left: 190px; }
  .ribbon-closable--winter-2019 .ribbon-closable__inner:after {
    right: 190px; }
    .ribbon-closable--lucky-you-2019 .ribbon-closable__inner:before, .ribbon-closable--lucky-you-2019 .ribbon-closable__inner:after {
      content: "";
      position: absolute;
      z-index: 2;
      width: 88px;
      height: 40px;
      background-repeat: no-repeat; }
    .ribbon-closable--lucky-you-2019 .ribbon-closable__inner:before {
      left: -84px;
      bottom: -15px;
      background-image: url(/build/596826ddeef8bba70db34792bd9cc18e.svg);
      background-size: 78px 38px; }
    .ribbon-closable--lucky-you-2019 .ribbon-closable__inner:after {
      right: -84px;
      bottom: -36px;
      background-image: url(/build/b0b13360c2edce07e650ba8fae6fd874.svg);
      background-size: 88px 40px; }
    .ribbon-closable--winter-2020 .ribbon-closable__inner:before, .ribbon-closable--winter-2020 .ribbon-closable__inner:after {
      content: "";
      position: absolute;
      z-index: 2;
      width: 88px;
      height: 40px;
      background-repeat: no-repeat; }
    .ribbon-closable--winter-2020 .ribbon-closable__inner:before {
      left: -84px;
      bottom: -15px;
      background-image: url(/build/596826ddeef8bba70db34792bd9cc18e.svg);
      background-size: 78px 38px; }
    .ribbon-closable--winter-2020 .ribbon-closable__inner:after {
      right: -84px;
      bottom: -36px;
      background-image: url(/build/b0b13360c2edce07e650ba8fae6fd874.svg);
      background-size: 88px 40px; }
    .ribbon-closable--winter-2020 .ribbon-closable__title:before, .ribbon-closable--winter-2020 .ribbon-closable__title:after {
      width: 148px;
      background-size: 148px 30px; }
    .ribbon-closable--winter-2020 .ribbon-closable__title:before {
      left: -188px;
      background-image: url(/build/97c3b12b5181f53284ac904651876080.svg); }
    .ribbon-closable--winter-2020 .ribbon-closable__title:after {
      right: -188px;
      background-image: url(/build/97c3b12b5181f53284ac904651876080.svg); }
    .ribbon-closable--tariff-update .ribbon-closable__inner:before, .ribbon-closable--tariff-update .ribbon-closable__inner:after {
      content: "";
      position: absolute;
      z-index: 2;
      width: 88px;
      height: 40px;
      background-repeat: no-repeat; }
    .ribbon-closable--tariff-update .ribbon-closable__inner:before {
      left: -84px;
      bottom: -15px;
      background-image: url(/build/596826ddeef8bba70db34792bd9cc18e.svg);
      background-size: 78px 38px; }
    .ribbon-closable--tariff-update .ribbon-closable__inner:after {
      right: -84px;
      bottom: -36px;
      background-image: url(/build/b0b13360c2edce07e650ba8fae6fd874.svg);
      background-size: 88px 40px; }
    .ribbon-closable--winter-2020-2 .ribbon-closable__inner:before, .ribbon-closable--winter-2020-2 .ribbon-closable__inner:after {
      content: "";
      position: absolute;
      z-index: 2;
      width: 88px;
      height: 40px;
      background-repeat: no-repeat; }
    .ribbon-closable--winter-2020-2 .ribbon-closable__inner:before {
      left: -84px;
      bottom: -15px;
      background-image: url(/build/596826ddeef8bba70db34792bd9cc18e.svg);
      background-size: 78px 38px; }
    .ribbon-closable--winter-2020-2 .ribbon-closable__inner:after {
      right: -84px;
      bottom: -36px;
      background-image: url(/build/b0b13360c2edce07e650ba8fae6fd874.svg);
      background-size: 88px 40px; }
    .ribbon-closable--christmas-2019 .ribbon-closable__inner:before, .ribbon-closable--christmas-2019 .ribbon-closable__inner:after {
      content: "";
      position: absolute;
      z-index: 2;
      width: 88px;
      height: 40px;
      background-repeat: no-repeat; }
    .ribbon-closable--christmas-2019 .ribbon-closable__inner:before {
      left: -84px;
      bottom: -15px;
      background-image: url(/build/596826ddeef8bba70db34792bd9cc18e.svg);
      background-size: 78px 38px; }
    .ribbon-closable--christmas-2019 .ribbon-closable__inner:after {
      right: -84px;
      bottom: -36px;
      background-image: url(/build/b0b13360c2edce07e650ba8fae6fd874.svg);
      background-size: 88px 40px; }
    .ribbon-closable--christmas-2019 .ribbon-closable__title:before, .ribbon-closable--christmas-2019 .ribbon-closable__title:after {
      content: "";
      position: absolute;
      background-repeat: no-repeat; }
    .ribbon-closable--christmas-2019 .ribbon-closable__title:before {
      left: 0;
      top: 0;
      -webkit-transform: translateX(-145px);
          -ms-transform: translateX(-145px);
              transform: translateX(-145px);
      width: 123px;
      height: 48px;
      background-image: url(/build/917a16891f8d1eff75dab4d005993ed8.svg); }
    .ribbon-closable--christmas-2019 .ribbon-closable__title:after {
      right: 0;
      top: 0;
      -webkit-transform: translateX(160px);
          -ms-transform: translateX(160px);
              transform: translateX(160px);
      width: 134px;
      height: 55px;
      background-image: url(/build/45959014e78360f898186471fece0b3c.svg); }
  .popup-prof--congratulations .popup__img--desktop {
    display: block;
    visibility: visible; }
  .popup-prof--congratulations .popup__img--mobile,
  .popup-prof--congratulations .popup__img--tablet {
    display: none;
    visibility: hidden; }
    .popup-sale {
      left: calc(50% - 544px); }
      .popup-mentor__experts {
        left: -70px; }
      .popup-mentor__text {
        max-width: 100%; }
    .popup-mentor {
      width: 911px;
      left: calc(50% - 911px / 2); }
      .popup-mentor__content {
        max-width: 818px; }
        .popup-mentor__img img {
          max-width: 347px;
          width: 347px; }
      .popup-mentor__wrap-main {
        margin-left: 50px; }
      .popup-mentor__title {
        max-width: 370px; }
      .popup-mentor__list {
        margin-bottom: 27px;
        -ms-flex-item-align: start;
            align-self: flex-start;
        max-width: 100%; }
      .popup-mentor__connect {
        width: 343px;
        -ms-flex-item-align: start;
            align-self: flex-start; }
      .email-confirm-ribbon__inner {
        width: 1216px; }
    .banner-courses-page {
      padding-left: 16px;
      padding-right: 16px;
      background: #fff url(/build/682ef96a3a847deb920598686b2fdd8a.svg) no-repeat;
      background-size: 215px 174px;
      background-position: -3px 20px; }
      .banner-courses-page__inner--left {
        width: 100% !important; }
      .banner-courses-page__inner {
        width: 100%;
        margin: 0; }
      .banner-courses-page__title {
        width: 100%;
        margin: 124px 0 22px;
        text-align: center;
        letter-spacing: .7px; }
      .banner-courses-page .banner-courses-set__prices {
        margin-bottom: 11px; }
      .banner-courses-page__btn {
        width: 100%;
        font-size: 16px; }
    .banner-gift-premium {
      background: #fff url(/build/49f19257599a6f724c45eb8eccbe2a22.svg) no-repeat;
      background-position: center 165px;
      background-size: 95px; }
      .banner-gift-premium__inner-right {
        width: 100%;
        margin-top: 170px; }
      .banner-gift-premium__title {
        width: 100%;
        margin-bottom: 25px;
        font-size: 20px;
        text-align: center; }
      .banner-gift-premium__text {
        width: 100%;
        font-size: 13px;
        text-align: center; }
    .banner-all-inclusive-courses {
      padding-left: 16px;
      background-image: url(/build/d910f08ef67c664207314bffba08abb0.svg);
      background-repeat: no-repeat;
      background-position: center 20px !important;
      background-size: 91px; }
      .banner-all-inclusive-courses__title {
        margin-top: 111px;
        margin-bottom: 5px;
        font-size: 19px;
        letter-spacing: 1px; }
      .banner-all-inclusive-courses__text {
        width: 150px;
        margin: 0 auto 17px;
        font-size: 16px; }
      .banner-all-inclusive-courses .banner-courses-page__inner--left {
        width: 100%;
        text-align: center; }
      .course--buy .course__price-new, .course--new .course__price-new {
        margin-left: auto; }
    .course__statistic {
      margin-bottom: 15px;
      min-width: 700px; }
      .course__lessons {
        margin-right: 40px; }
      .course__lessons--es {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .course__time-of-lesson {
        margin-right: 40px; }
      .course__time-of-lesson--es {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .course__study-duration--es {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
  .course {
    padding: 34px 24px !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .course__badge {
      margin-right: 40px; }
    .course__image {
      margin-right: 40px; }
    .course__text {
      width: 50%;
      margin-right: 20px; }
    .course__price-old {
      display: block;
      min-width: 75px;
      margin-right: 0;
      font-size: 18px;
      text-align: right; }
    .course__price-new {
      font-size: 24px;
      display: block;
      min-width: 100px;
      margin-left: auto;
      text-align: right; }
    .course .progress--small, .course__price {
      margin-right: 40px;
      margin-bottom: 0; }
    .course__price {
      position: static; }
    .course__btn-wrap {
      padding-top: 0;
      position: relative;
      width: 50%;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .course__start-sale {
      position: absolute;
      top: 65px;
      left: calc(100% - 101px);
      -webkit-transform: translate(-50%);
          -ms-transform: translate(-50%);
              transform: translate(-50%);
      white-space: nowrap;
      z-index: 20; }
    .course__link-free {
      position: absolute;
      top: 56px;
      left: calc(100% - 101px);
      -webkit-transform: translate(-50%);
          -ms-transform: translate(-50%);
              transform: translate(-50%);
      white-space: nowrap;
      z-index: 20; }
    .course__price-info {
      position: absolute;
      top: 50px;
      left: 33px;
      z-index: 20;
      margin-left: 0;
      margin-right: auto;
      max-width: 174px;
      text-align: left; }
    .course__btn {
      font-size: 16px; }
    .courses-page--seo .course__price {
      margin-bottom: 0;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
  .courses-page--seo .sub-header {
    padding-bottom: 61px; }
    .courses {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 0 auto; }
      .courses__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 210px;
        height: 380px;
        margin-bottom: 30px;
        padding-bottom: 20px; }
        .courses__item:not(:nth-of-type(4n)) {
          margin-right: 33px; }
      .courses__img {
        -ms-flex-preferred-size: 114px;
            flex-basis: 114px;
        min-width: 114px;
        border-top-right-radius: 18px;
        border-bottom-left-radius: 0; }
        .courses__img--desktop {
          display: block; }
        .courses__img--tablet {
          display: none; }
      .courses__content {
        -ms-flex-line-pack: justify;
            align-content: space-between;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        width: 100%;
        max-width: initial;
        min-width: initial;
        margin-top: 10px;
        margin-right: 0;
        margin-bottom: 13px;
        padding: 0 15px;
        text-align: center; }
      .courses__item--preorder .courses__content {
        margin-bottom: 15px; }
      .courses__descript {
        width: 100%;
        margin-top: initial;
        margin: auto 0; }
      .courses__name, .courses__price {
        margin: 0 auto; }
      .courses__price {
        width: 100%;
        margin: auto; }
      .courses__name {
        width: 165px;
        max-width: 165px;
        margin-bottom: 10px; }
      .courses__preorder, .courses__progress, .courses__btn {
        margin: 0 auto; }
      .courses__progress-scale {
        margin: 0 auto; }
      .courses__progress {
        margin: auto 0; }
      .courses__preorder {
        position: static;
        -webkit-transform: inherit;
            -ms-transform: inherit;
                transform: inherit;
        margin-bottom: 0; }
      .courses__btns {
        position: static;
        width: 100%;
        min-height: 60px;
        padding: 0; }
      .courses__btn {
        position: static;
        width: 175px;
        height: 50px;
        margin-left: 18px;
        font-size: 16px; }
      .courses__free-btn, .courses__free-hint {
        bottom: 6px;
        width: 210px; }
      .courses__banner {
        padding: 15px 21px 15px;
        background-image: url(/build/704b990136d00645aec0400238162e5c.svg);
        background-size: 100% auto;
        background-position: 0 147px; }
      .courses__banner-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .courses__banner-inner p:first-child {
          width: 100%;
          margin: 0; }
      .courses__banner-inner--left p:first-child {
        font-size: 29px;
        line-height: 1; }
      .courses__banner-inner--left p:last-child {
        width: 100%;
        margin: 156px 0 0;
        line-height: 1.2; }
      .courses__banner-inner--left p:last-child span:nth-child(1) {
        font-size: 20px; }
      .courses__banner-inner--left p:last-child span:nth-child(3) {
        font-size: 18px; }
      .courses__banner-inner--right p:first-child {
        position: absolute;
        top: 90px;
        width: 168px;
        font-size: 19px; }
      .courses__banner-item.btn {
        width: 100%;
        margin: 0 auto 13px;
        font-size: 16px; }
  .banner-course {
    padding-left: 24px;
    padding-right: 24px; }
    .banner-course--orange .banner-course__image {
      width: 168px;
      height: 85px; }
    .banner-course__title {
      max-width: 100%; }
  .specific-course .main-content {
    min-height: calc(100vh - 480px); }
  .net .specific-course .main-content {
    min-height: calc(100vh - 410px); }
  .course-map__link .btn-info {
    position: relative; }
      .prem-benefits__wrapper {
        margin-bottom: 12px; }
      .prem-benefits__item {
        padding: 13px 11px; }
        .prem-benefits__item--head {
          padding: 7px 27px; }
    .train-toolbar__item {
      padding: 10px 16px; } }

@media (min-width: 1190px) and (min-width: 1190px) {
    .course__btn-wrap .buyed-icon {
      margin-right: 70px; } }

@media (min-width: 1264px) {
    .container-new {
      max-width: 1216px;
      width: 1216px; }
    .courses-page--seo .course__text-seo {
      max-width: 1105px; } }

@media (max-width: 960px) {
      .page-header--violet .page-header__user-btn:hover,
      .page-header--violet .page-header__user-btn:focus {
        background-color: #8d44ad; } }

@media only screen and (max-width: 369px) {
  .social--mts li {
    margin: 0 11px;
    margin-bottom: 11px; }
  .social--mts li:nth-of-type(5) {
    margin-bottom: 0; }
  .social--mts li:last-of-type {
    margin-bottom: 0; } }

@media (max-width: 1190px) {
    .header--business .header__user-item:first-child, .header--business-standart .header__user-item:first-child {
      display: none;
      visibility: hidden; } }

@media (max-width: 631px) {
  .btn.game-screen__btn {
    padding: 10px 44px !important;
    font-size: 12px !important; } }

@media (max-width: 580px) {
    .banner-gift-premium {
      background: #fff; }
      .banner-gift-premium__inner-left {
        width: 115px; }
      .banner-gift-premium__inner-right {
        width: 115px; }
      .banner-gift-premium__title {
        font-size: 85%; }
      .banner-gift-premium__text {
        font-size: 78%; }
      .banner-gift-premium .banner-courses-page__btn {
        width: 100%;
        background: #fff; } }

@media (max-width: 767px) {
  .progress {
    display: none; }
      .title--medium {
        font-size: 24px; }
    .subtitle {
      font-size: 14px; }
      .subtitle--small {
        font-size: 10px; }
      .text--patch {
        font-size: 12px; }
    .btn {
      padding: 10px 44px;
      font-size: 12px; }
      .btn--secondary, .btn--disabled-white {
        padding-top: 9px;
        padding-bottom: 9px; }
      .btn--close {
        padding: 8px;
        font-size: 0; }
    .btn--loading {
      min-width: 125px;
      padding-top: .9em;
      font-size: 10px; }
      .btn--loading__text-done {
        line-height: 33px; }
      .btn--loading__icon-preloader {
        top: 5px; }
      .btn--loading__icon-check {
        -webkit-transform: translateY(3px);
            -ms-transform: translateY(3px);
                transform: translateY(3px);
        margin-right: 3px; }
    .btn--loading.btn--preloader .btn--loading__icon-preloader {
      line-height: 31px; }
      .btn--loading.btn--saved .btn--loading__text-done {
        line-height: 31px; }
      .btn--loading.btn--saved .btn--loading__icon-check {
        width: 14px; }
    .social-button__text {
      width: calc(100% - 50px);
      margin-left: 16px;
      text-align: left;
      height: 44px;
      line-height: 1.4; }
    .counter-new {
      width: 220px;
      margin: 0 auto; }
      .counter-new__item--days {
        display: none; }
    .card {
      padding: 24px 16px 40px; }
      .card--no-paddings {
        padding: 0; }
    .footer {
      padding: 0 0 15px; }
      .footer .container-large {
        width: 100%; }
      .footer__section--copyright {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-top: .9em;
        padding-bottom: 1em;
        border: none;
        text-align: center; }
      .footer__section--info {
        margin-bottom: 2.4em; }
      .footer__section--contacts {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        width: 87.5%;
        margin: 0 auto; }
      .footer__info-item {
        position: relative; }
        .footer__info-item::after {
          content: "";
          position: absolute;
          top: 16px;
          left: initial;
          bottom: initial;
          right: 6.25%;
          height: 0;
          width: 0;
          border-color: transparent;
          border-style: solid;
          border-width: 5px;
          border-bottom-color: rgba(255, 255, 255, 0.6);
          border-bottom-width: 5px; }
      .footer__info-item--hidden .footer__info-links {
        display: none; }
      .footer__info-title {
        display: block;
        width: 100%;
        height: 45px;
        margin: 0;
        padding-left: 6.25%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        line-height: 45px;
        text-align: left; }
        .footer__info-title:hover, .footer__info-title:focus {
          background-color: #4d4d4d; }
      .footer__info-item--hidden .footer__info-links {
        display: none; }
      .footer__info-item--hidden::after {
        -webkit-transform: rotate(180deg) translateY(-4px);
            -ms-transform: rotate(180deg) translateY(-4px);
                transform: rotate(180deg) translateY(-4px); }
      .footer__info-link {
        margin-bottom: 0; }
        .footer__info-link a {
          display: block;
          width: 100%;
          height: 44px;
          padding-left: 13%;
          line-height: 45px;
          border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
        .footer__info-link a:hover {
          text-decoration: none;
          background-color: #434343; }
      .footer__contacts-item:first-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: 100%; }
      .footer__contacts-item {
        display: block;
        width: 50%; }
        .footer__contacts-item--corporate {
          width: 100%;
          margin-top: 32px;
          text-align: center; }
      .footer__contacts-item:first-child .footer__contacts-item:nth-child(2) {
        text-align: right; }
      .footer__contacts-links {
        margin: 36px auto 0; }
      .footer__text {
        margin: 25px 0 0; }
        .footer__text:nth-of-type(2) {
          -webkit-box-ordinal-group: 0;
              -ms-flex-order: -1;
                  order: -1; }
  .footer--international .footer__info-link a {
    padding-left: 6%; }
  .footer--international .footer__section--copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .footer--international .footer__contacts-item--mail {
    display: inline;
    width: initial; }
    .privacy-policy-message__link {
      font-size: 12px; }
    .sub-header {
      padding: 30px 16px 40px; }
      .sub-header--hide-mobile {
        display: none; }
    .header--business-standart .header__inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      width: auto;
      margin: 0; }
    .checkbox__label {
      left: 0;
      padding-left: 22px;
      font-size: .75em; }
      .checkbox__label::after {
        top: 5px;
        left: 5px;
        width: 8px;
        height: 8px; }
    .custom-select {
      padding-left: 8px;
      padding-right: 8px; }
      .custom-select::after, .custom-select--open:after {
        right: 8px; }
      .custom-select__items {
        max-height: 300px; }
    .custom-select--lang {
      padding: 0 44px; }
    .radio__label {
      left: 0;
      padding-left: 22px;
      font-size: .75em; }
      .radio__label::after {
        top: 5px;
        left: 5px;
        width: 8px;
        height: 8px; }
      .radio__label::before {
        width: 18px;
        height: 18px; }
    .select__field {
      font-size: 12px; }
  .quiz__item {
    margin-bottom: 16px; }
  .quiz__label {
    padding-left: 16px;
    padding-right: 16px; }
  .quiz__box {
    margin-right: 16px; }
    .promocode {
      margin: 0 auto 20px;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .counter-new {
      width: 220px;
      margin: 0 auto; }
      .counter-new__item--days {
        display: none; }
  .pay-card-old {
    max-width: 445px;
    margin: 0 auto; }
    .pay-card-old__balance {
      margin-bottom: 10px; }
    .pay-card-old__balance-title, .pay-card-old__balance-text {
      text-align: center; }
    .pay-card-old__fields-wrap {
      width: 288px;
      height: 380px;
      margin: 0 auto 20px;
      padding-bottom: 87px; }
    .pay-card-old__side {
      width: 288px;
      height: 233px;
      padding: 14px; }
      .pay-card-old__side--front {
        -webkit-box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.06);
                box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.06); }
      .pay-card-old__side--reverse {
        top: 150px;
        left: 0; }
      .pay-card-old__side--reverse::after {
        content: none; }
    .pay-card-old__form-item--number {
      margin-bottom: 20px; }
    .pay-card-old__form-item--name {
      width: 145px;
      margin-right: 2px; }
    .pay-card-old__form-item--expires {
      width: 105px; }
    .pay-card-old__form-item--cvc {
      width: 100%;
      margin-top: 140px;
      margin-left: 0; }
    .pay-card-old__form-item--cvc .pay-card-old__form-field {
      display: inline-block;
      vertical-align: top;
      width: 94px;
      margin-right: 15px; }
    .pay-card-old__form-cvc-text {
      display: inline-block;
      vertical-align: top;
      width: 77px;
      margin: 0;
      font-size: 11px; }
    .pay-card-old__form-label {
      font-size: 10px; }
    .pay-card-old__icons {
      margin-left: 106px; }
    .pay-card-old__text {
      display: none; }
    .pay-card-old__btn {
      display: block;
      width: 288px;
      margin: 0 auto 25px; }
    .pay-card-old__btn-item {
      display: inline-block;
      vertical-align: middle; }
      .pay-card-old__btn-item:nth-child(1), .pay-card-old__btn-item:nth-child(2) {
        margin-right: 10px; }
    .pay-card-old__orders {
      display: block; }
    .pay-card-old__orders-items {
      display: none; }
    .pay-card-old .cardErrorMessage {
      width: 100% !important; }
  .notifications__item {
    padding: 0; }
  .notifications__heading {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 20px 16px; }
  .notifications__item--new .notifications__heading {
    padding-top: 40px; }
  .notifications__heading-inner {
    width: calc(100% - 56px); }
  .notifications__title {
    margin-bottom: 20px; }
  .notifications__badge {
    top: 6px;
    right: 6px; }
    .competitions__img {
      display: none; }
  .biglion__card {
    padding-left: 16px;
    padding-right: 16px; }
  .biglion__field--pin {
    width: 100%;
    margin-right: 0; }
  .biglion__example-btn {
    display: none; }
  .biglion__login {
    display: none; }
  .library__nav-wrap {
    padding-top: 32px; }
  .library-article__footer-prev {
    display: none; }
    .train-info__section-inner,
    .train-info__section--nav .train-info__section-inner {
      padding: 30px 0 50px; }
    .train-info__section-title {
      font-size: 172%; }
    .train-info__section-text {
      line-height: 1.8; }
    .train-info__subtitle {
      font-size: 129%;
      text-align: center; }
    .train-info__nav-item {
      margin-bottom: 7px;
      font-size: 84%; }
    .train-info-heading {
      padding-bottom: 20px; }
      .train-info-heading__wrap:nth-of-type(1) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
      .train-info-heading__img {
        display: block;
        width: 100px;
        height: auto;
        margin: 0 auto; }
      .train-info-heading__wrap:nth-of-type(1) .train-info-heading__img {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
        width: 85px; }
      .train-info-heading__title {
        margin-bottom: 50px;
        text-align: center;
        font-size: 175%; }
      .train-info-heading__text {
        text-align: center; }
      .train-info-heading .train-info__section-inner {
        max-width: 470px;
        padding-bottom: 0; }
  .train-info-pairs__item--2 {
    margin-bottom: 10px; }
  .train-info-pairs__item--1 .train-info-pairs__item-img {
    display: block;
    margin: 40px 0 30px; }
  .train-info-pairs__item--2 .train-info-pairs__item-img {
    display: block;
    margin-top: 30px; }
  .train-info-pairs__list-item {
    margin-bottom: 15px; }
  .train-info-balance__text {
    margin-bottom: 40px; }
  .train-info-complication__img {
    display: block;
    margin: 0 auto; }
    .train-info-footer__inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .train-info-footer__btn {
      margin: 0 auto; }
      .train-info-footer__btn--premium {
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto; }
      .train-info-footer__btn:last-child {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
        margin-bottom: 25px; }
  .train-info-neuro__text {
    margin-bottom: 40px; }
    .lp-features__item:first-child {
      border-top-left-radius: 8px;
      border-top-right-radius: 8px; }
    .lp-features__item:last-child {
      border-bottom-left-radius: 8px;
      border-bottom-right-radius: 8px; }
    .lp-features__item-link {
      padding: 30px 16px 20px; }
    .ribbon-fixed__btn {
      font-size: 10px; }
    .ribbon-fixed-welcome__title {
      width: 270px; }
      .ribbon-sale--image .ribbon-sale__title {
        padding-left: 60px; }
      .ribbon-sale__counter {
        display: none; }
    .ribbon-2mln__img {
      display: block;
      width: 42px;
      height: 42px;
      margin-right: 14px; }
    .ribbon-2mln--2 .ribbon-2mln__img {
      width: 46px;
      height: 56px;
      -webkit-transform: translateY(2px);
          -ms-transform: translateY(2px);
              transform: translateY(2px); }
    .ribbon-2mln__title {
      padding-right: 24px; }
    .ribbon-2mln--2 .ribbon-2mln__title {
      font-size: 14px; }
    .ribbon-football__img {
      -ms-flex-item-align: end;
          align-self: flex-end; }
    .ribbon-up-price__img {
      -ms-flex-item-align: end;
          align-self: flex-end; }
    .ribbon-helloween-2018__title {
      width: 280px;
      padding-left: 50px; }
    .ribbon-8-march__title {
      padding-left: 50px;
      max-width: 280px; }
    .ribbon-9-may__title {
      padding-left: 50px;
      max-width: 280px; }
    .ribbon-day-of-light__title {
      max-width: 280px; }
    .ribbon-summer__title {
      padding-left: 50px;
      max-width: 280px; }
      .ribbon-russian-day__title {
        max-width: 280px; }
    .ribbon-young-day-2019__title {
      max-width: 280px; }
    .ribbon-closable--emotional .ribbon-closable__title {
      padding-right: 40px;
      font-size: 14px;
      text-align: left; }
    .ribbon-closable--speed-reading .ribbon-closable__title {
      padding-right: 40px;
      font-size: 14px;
      text-align: left; }
    .ribbon-closable--mindfulness .ribbon-closable__title {
      padding-right: 40px;
      font-size: 14px;
      text-align: left; }
    .ribbon-closable--online-school .ribbon-closable__title {
      padding-right: 40px;
      font-size: 14px;
      text-align: left; }
    .ribbon-closable--mnemonics .ribbon-closable__title {
      padding-right: 40px;
      font-size: 14px;
      text-align: left; }
    .ribbon-closable--lucky-you .ribbon-closable__title {
      padding-right: 40px;
      font-size: 14px;
      text-align: left; }
    .ribbon-closable--profiling .ribbon-closable__title {
      padding-right: 40px;
      font-size: 14px;
      text-align: left; }
    .ribbon-closable--names .ribbon-closable__title {
      padding-right: 40px;
      font-size: 14px;
      text-align: left; }
    .ribbon-closable--day-science .ribbon-closable__title {
      padding-right: 40px;
      font-size: 14px;
      text-align: left; }
    .ribbon-closable--black-friday .ribbon-closable__title {
      padding-right: 40px;
      font-size: 14px;
      text-align: left; }
    .ribbon-closable--sale-out .ribbon-closable__title {
      padding-right: 40px;
      font-size: 14px;
      text-align: left; }
      .ribbon-closable--price-up .ribbon-closable__title {
        width: 200px; }
    .ribbon-closable--new-year-2019 .ribbon-closable__title {
      padding-right: 40px;
      font-size: 14px;
      text-align: left; }
    .ribbon-closable--mentalist .ribbon-closable__title {
      padding-right: 40px;
      font-size: 14px;
      text-align: left; }
    .ribbon-closable--student-day-2020 .ribbon-closable__title {
      padding-right: 40px;
      font-size: 14px;
      text-align: left; }
    .ribbon-closable--day-russian-science .ribbon-closable__title {
      padding-right: 40px;
      font-size: 14px;
      text-align: left; }
    .ribbon-closable--day-of-saint-valentine .ribbon-closable__title {
      padding-right: 40px;
      font-size: 14px;
      text-align: left; }
    .ribbon-closable--all-inclusive .ribbon-closable__title {
      padding-right: 75px;
      font-size: 14px;
      text-align: left; }
  .ribbon-closable--8-march .ribbon-closable__title {
    padding-right: 40px;
    font-size: 14px;
    text-align: left; }
    .ribbon-closable--1-april .ribbon-closable__title {
      padding-right: 40px;
      font-size: 14px;
      text-align: left; }
    .ribbon-closable--mozgokachka .ribbon-closable__title {
      padding-right: 40px;
      font-size: 14px;
      text-align: left; }
    .ribbon-closable--12-april .ribbon-closable__title {
      padding-right: 40px;
      font-size: 14px;
      text-align: left; }
    .ribbon-closable--webinar-test .ribbon-closable__title {
      padding-right: 40px;
      font-size: 14px;
      text-align: left; }
    .ribbon-closable--base .ribbon-closable__title {
      padding-right: 75px;
      font-size: 14px;
      text-align: left; }
    .ribbon-closable--cognitive .ribbon-closable__title {
      padding-right: 40px;
      font-size: 14px;
      text-align: left; }
    .ribbon-closable--speed-violet .ribbon-closable__title {
      padding-right: 75px;
      font-size: 14px;
      text-align: left; }
    .ribbon-closable--speed-blue .ribbon-closable__title {
      padding-right: 75px;
      font-size: 14px;
      text-align: left; }
    .ribbon-closable--user-birthday .ribbon-closable__inner {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      height: 60px; }
    .ribbon-closable--family-day .ribbon-closable__inner {
      height: 60px; }
    .popup__content--gift {
      height: 310px; }
    .popup__license-text {
      padding-left: 22px;
      font-size: 14px; }
    .popup__btn {
      font-size: 12px; }
    .popup-birthday__inner {
      padding-top: 10px; }
  .popup-paywall-soft-2 .popup__title {
    font-size: 16px; }
  .popup-registration .popup__title {
    margin-bottom: 60px; }
  .popup-registration .registration__caption--auth {
    margin-bottom: 8px; }
  .popup-registration .registration__title {
    margin-bottom: 16px; }
  .popup-registration .registration__card.card {
    padding-bottom: 20px; }
  .popup-registration .conditions {
    padding-left: 28px; }
  .popup-registration .conditions__label:before {
    left: -28px; }
  .popup-licence .popup__inner {
    padding-top: 60px;
    padding-bottom: 40px; }
  .popup-licence .popup__btn {
    width: 100%; }
  .popup-installment .popup__img {
    width: auto;
    height: 100px;
    max-width: 100%;
    max-height: 100px;
    margin-bottom: 24px; }
  .popup-installment .popup__content {
    overflow-y: auto; }
  .popup-installment .popup__btn {
    padding: 16px 40px;
    display: block;
    margin: 0 0 16px 0; }
  .popup-installment .popup__footer {
    display: block; }
    .popup-curator .popup__price {
      font-size: 16px; }
    .btn--curator {
      padding-left: 20px;
      padding-right: 20px;
      margin-bottom: 5px; }
  .popup-promo .popup__img {
    width: auto;
    height: 100px;
    max-width: 100%;
    max-height: 100px;
    margin-bottom: 24px; }
  .popup-promo .popup__content {
    height: 310px;
    overflow-y: auto; }
      .popup-speed-discount .counter-fixed__minutes, .popup-speed-discount .counter-fixed__seconds {
        width: 28%; }
  .popup-prof--congratulations .popup__inner {
    min-height: initial; }
  .popup-prof--congratulations .popup__heading {
    margin-bottom: 0;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .popup-prof--congratulations .popup__text {
    font-size: 14px; }
  .popup-prof--congratulations .popup__img--tablet,
  .popup-prof--congratulations .popup__img--desktop {
    display: none;
    visibility: hidden; }
    .popup-study .popup__title {
      font-size: 16px; }
    .popup-three-billions__img {
      width: 200px;
      height: auto; }
    .modal__inner {
      position: absolute;
      top: 0;
      left: 0 !important;
      padding: 30px 20px 15px;
      width: 100vw !important;
      height: 100vh !important;
      overflow-y: auto; }
    .modal .modal__content {
      padding: 0 10px 68px; }
      .modal .modal__content .btn {
        display: none; }
    .modal__license-text {
      padding-left: 22px;
      font-size: 14px; }
    .modal__btn {
      font-size: 12px; }
    .modal__container-btn {
      position: fixed !important;
      bottom: 0;
      padding: 16px;
      width: 100% !important;
      text-align: center;
      background-color: #fff;
      -webkit-box-shadow: 0 -2px 8px 0 rgba(0, 0, 0, 0.1);
              box-shadow: 0 -2px 8px 0 rgba(0, 0, 0, 0.1); }
    .modal-template__container-btn {
      position: fixed;
      bottom: 0;
      padding: 16px;
      width: 100%;
      text-align: center;
      background-color: #fff;
      -webkit-box-shadow: 0 -2px 8px 0 rgba(0, 0, 0, 0.1);
              box-shadow: 0 -2px 8px 0 rgba(0, 0, 0, 0.1); }
    .modal-template--price-up .modal-template__title {
      margin-top: 24px; }
    .modal-template--price-up .modal-template__img {
      max-height: 160px; }
    .modal-template--price-up .modal-template__text {
      margin-bottom: 10px;
      font-size: 16px; }
      .popup-mentor__btn-close {
        position: fixed; }
        .popup-mentor__ribbon-bottom .popup-mentor__btn {
          padding: 10px 36px;
          width: 163px; }
  .registration--password .registration__card.card {
    padding-bottom: 10px; }
  .registration .validation-popover__text {
    font-size: 12px; }
  .registration__inner.card, .registration__card.card {
    padding-bottom: 24px; }
  .registration--social-priority .registration__card {
    padding-bottom: 30px; }
  .registration--social-priority .registration__card,
  .registration--social-priority .registration__caption,
  .registration--social-priority .caption {
    width: 288px;
    margin-left: auto;
    margin-right: auto; }
  .registration--social-priority .registration__title--long {
    font-size: 18px; }
  .registration--social-priority .registration__link {
    font-size: 14px !important; }
  .registration--social-priority .registration__btn {
    margin-bottom: 10px;
    padding: 16px 0;
    font-size: 16px; }
  .request-birthday__title {
    max-width: 360px;
    margin-bottom: 24px;
    padding: 0;
    font-size: 18px; }
  .request-birthday__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 24px; }
  .request-birthday__item {
    width: 100%;
    margin-bottom: 16px; }
    .request-birthday__item:last-child {
      margin-bottom: 0; }
  .request-first-train__title {
    max-width: 360px;
    margin-bottom: 24px;
    padding: 0;
    font-size: 18px; }
  .request-first-train__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 24px; }
  .request-first-train__item {
    width: 100%;
    margin-bottom: 16px; }
    .request-first-train__item:last-child {
      margin-bottom: 0; }
    .slot-machine-card {
      padding: 0 16px; }
    .banner-gift-premium .btn--orange-bordered {
      background: #f1731c -webkit-gradient(linear, left top, right top, from(#f68f1f), to(#ec1c24)) !important;
      background: #f1731c -webkit-linear-gradient(left, #f68f1f, #ec1c24) !important;
      background: #f1731c -o-linear-gradient(left, #f68f1f, #ec1c24) !important;
      background: #f1731c linear-gradient(to right, #f68f1f, #ec1c24) !important; }
  .course__badge {
    position: absolute;
    top: 40px;
    left: 88px; }
    .course__badge--free {
      min-width: 103px;
      text-align: center;
      position: relative;
      top: 0;
      left: 0; }
  .courses-page--seo .sub-header {
    padding: 20px 16px 40px; }
    .courses-mobile {
      display: block; }
  .course.card.desktop-only {
    display: none; }
  .specific-course__card {
    margin-bottom: 0;
    padding: 30px 16px 40px; }
    .specific-course__card img {
      max-width: 100%; }
  .specific-course__card--video {
    padding: 0; }
  .specific-course__card--sale {
    padding: 0; }
  .specific-course .sub-nav__inner {
    width: 90%; }
  .specific-course__nav--wiget .container {
    display: block; }
  .specific-course__nav--wiget .breadcrumbs {
    width: 100%; }
  .specific-course__wiget {
    margin: 24px auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .course-map__card {
    display: block; }
  .course-map__img-wrap {
    width: 55px;
    height: 55px;
    margin-right: 0;
    margin-bottom: 24px; }
  .course-map__info {
    width: 100%; }
  .course-map__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .course-map__link {
    margin-right: 0; }
    .course-map__link .tooltip {
      left: 0;
      -webkit-transform: translateY(-100%);
          -ms-transform: translateY(-100%);
              transform: translateY(-100%); }
  .course-map .course__img {
    max-width: 80%; } }

@media screen and (max-width: 375px) {
  .safari .specific-game__game-screen {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0; } }

@media screen and (max-width: 770px) {
      .footer__contacts-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }

@media only screen and (device-width: 320px) and (device-height: 568px) {
  .ios .modal-template__inner {
    padding-bottom: 143px; } }

@media (max-width: 579px) {
    .banner-courses-page {
      background-image: none; }
      .banner-courses-page .banner-courses-set__prices {
        margin-bottom: 12px; }
      .banner-courses-page .courses__banner-inner--right {
        width: 120px; }
      .banner-courses-page__btn {
        display: table;
        margin: 0 auto;
        font-size: 11px; }
    .banner-all-inclusive-courses__text {
      width: 115px; }
    .courses__item {
      position: relative;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .courses__content, .courses__btns {
      width: calc(100% - 96px); }
    .courses__content {
      height: 112px;
      padding-bottom: 0;
      padding-right: 15px; }
    .courses__descript {
      display: none; }
    .courses__btns {
      position: initial;
      margin-top: 10px; }
    .courses__progress {
      display: none; }
    .courses__price-number--old {
      display: none; }
    .courses__free-hint, .courses__free-btn {
      left: 114px;
      bottom: 9px; }
    .courses__btn {
      position: absolute;
      left: 113px;
      bottom: 0;
      display: inline-block;
      vertical-align: top;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      height: 25px;
      max-width: 140px;
      max-height: 25px;
      margin: 0 0 30px;
      padding: 0;
      background: none;
      background-color: transparent;
      color: inherit;
      -webkit-box-shadow: none;
              box-shadow: none;
      text-decoration: underline;
      text-align: left; }
    .courses__btn:hover, .courses__btn:active, .courses__btn:focus {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      top: initial;
      background-image: none;
      background-color: transparent;
      -webkit-box-shadow: none;
              box-shadow: none; }
    .courses__btn.btn--orange-bordered {
      color: #f15a24; }
      .courses__btn.btn--orange-bordered:hover {
        color: #ec1c24; }
    .courses__btn.btn--green {
      color: #179a51; }
      .courses__btn.btn--green:hover {
        color: shade(#179a51, 15); }
    .courses__btn.btn--blue {
      color: #03a9f4; }
      .courses__btn.btn--blue:hover {
        color: shade(#03a9f4, 15); }
    .courses__btn.btn--soft-blue {
      color: #5bcadd; }
      .courses__btn.btn--soft-blue:hover {
        color: shade(#5bcadd, 15); }
    .courses__btn.btn--gray {
      color: #b3b3b3; }
      .courses__btn.btn--gray:hover {
        color: shade(#b3b3b3, 15); }
    .courses__btn--invisible {
      display: none; } }
body #carrotquest-messenger-collapsed-container {
  z-index: -1 !important; }

body.active #carrotquest-messenger-collapsed-container {
  z-index: 8888 !important; }
.visually-hidden:not(:focus):not(:active),
input[type="checkbox"].visually-hidden,
input[type="radio"].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden; }

.banner-spot__timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  z-index: 999;
  margin-bottom: 0;
  position: fixed;
  bottom: 0; }

@media (min-width: 768px) {
    .banner-spot__timer {
      width: 344px;
      left: 24px;
      bottom: 10px; } }

@media (min-width: 1190px) {
    .banner-spot__timer {
      left: calc(50% - 553px); } }
