.splash{
    background: url(../images/stub/splash-bg.jpg) no-repeat left center / cover;
    min-height: 100vh;
    height: 100vh;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.splash .content{
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 6% 4.2% 1%;
}
.splash .topLeft{
    position: absolute;
    top: 4%;
    left: 2.5%;
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
}
.splash .title{
    max-width: 580px;
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
}
.splash .title span{
    font-size: 22px;
}
.splash .subtitle{
    max-width: 365px;
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 1.668;
}
.splash .date{
    max-width: 800px;
    font-size: 55px;
    line-height: 1.3;
    text-transform: uppercase;
    font-weight: 700;
}
.splash .date span{
    position: relative;
    display: inline-block;
}
.splash .date span:after{
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 3px;
    background: #25d3fd;
}
@media screen and (max-width: 768px) {
    .splash{
        height: initial;
        background-image: url(../images/stub/splash-bg-mobile.jpg);
        background-position: center center;
    }
    .splash .content{
        width: 100%;
        padding: 8.2vw 7vw 25vw;
    }
    .splash .topLeft{
        position: static;
        font-size: 5vw;
        text-align: center;
        margin-bottom: 8.3vw;
    }
    .splash .title{
        margin: 0 1vw 3.7vw;
        max-width: initial;
        text-align: center;
        font-size: 6.1vw;
        line-height: 1.57;
    }
    .splash .title br{
        display: none;
    }
    .splash .title span{
        font-size: inherit;
    }
    .splash .subtitle{
        max-width: 100%;
        text-align: center;
        font-size: 3.8vw;
        line-height: 1.4;
        margin-bottom: 72.5vw;
        /*margin-bottom: 29.2vh;*/
    }
    .splash .date{
        font-family: inherit;
        font-weight: 600;
        text-align: center;
        font-size: 9vw;
        line-height: 1.58;
    }
    .splash .date span{
    }
    .splash .date span:after{
        height: 0.8vw;
        top: 94%;
    }
}
@charset "UTF-8";
@font-face {
  font-display: swap;
  font-family: 'Proxima Nova';
  src: local("Proxima Nova Bold"), local("ProximaNova-Bold"), url("../fonts/proxima_nova/ProximaNovaBold.woff2") format("woff2"), url("../fonts/proxima_nova/ProximaNovaBold.woff") format("woff"), url("../fonts/proxima_nova/ProximaNovaBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-display: swap;
  font-family: 'Proxima Nova';
  src: local("Proxima Nova ExtraBold"), local("ProximaNova-ExtraBold"), url("../fonts/proxima_nova/ProximaNovaExtrabold.woff2") format("woff2"), url("../fonts/proxima_nova/ProximaNovaExtrabold.woff") format("woff"), url("../fonts/proxima_nova/ProximaNovaExtrabold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-display: swap;
  font-family: 'Proxima Nova';
  src: local("Proxima Nova Black"), local("ProximaNova-Black"), url("../fonts/proxima_nova/ProximaNovaBlack.woff2") format("woff2"), url("../fonts/proxima_nova/ProximaNovaBlack.woff") format("woff"), url("../fonts/proxima_nova/ProximaNovaBlack.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

.datepicker {
  padding: 4px;
  border-radius: 4px;
  direction: ltr; }

.datepicker-inline {
  width: 220px; }

.datepicker.datepicker-rtl {
  direction: rtl; }

.datepicker.datepicker-rtl table tr td span {
  float: right; }

.datepicker-dropdown {
  top: 0;
  left: 0; }

.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #999;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute; }

.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute; }

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px; }

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px; }

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px; }

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px; }

.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px; }

.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px; }

.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999; }

.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff; }

.datepicker table {
  margin: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.datepicker td, .datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: none; }

.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
  background-color: transparent; }

.datepicker table tr td.day.focused, .datepicker table tr td.day:hover {
  background: #eee;
  cursor: pointer; }

.datepicker table tr td.new, .datepicker table tr td.old {
  color: #999; }

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
  background: 0 0;
  color: #999;
  cursor: default; }

.datepicker table tr td.highlighted {
  background: #d9edf7;
  border-radius: 0; }

.datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover {
  background-color: #fde19a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fdd49a), to(#fdf59a));
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000; }

.datepicker table tr td.today.active, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled:hover.disabled, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today.disabled:hover[disabled], .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today:active, .datepicker table tr td.today:hover, .datepicker table tr td.today:hover.active, .datepicker table tr td.today:hover.disabled, .datepicker table tr td.today:hover:active, .datepicker table tr td.today:hover:hover, .datepicker table tr td.today:hover[disabled], .datepicker table tr td.today[disabled] {
  background-color: #fdf59a; }

.datepicker table tr td.today.active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today:active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today:hover:active {
  background-color: #fbf069 \9; }

.datepicker table tr td.today:hover:hover {
  color: #000; }

.datepicker table tr td.today.active:hover {
  color: #fff; }

.datepicker table tr td.range, .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover, .datepicker table tr td.range:hover {
  background: #eee;
  border-radius: 0; }

.datepicker table tr td.range.today, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today:hover {
  background-color: #f3d17a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f3c17a), to(#f3e97a));
  background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border-radius: 0; }

.datepicker table tr td.range.today.active, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled.disabled, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today.disabled:hover.active, .datepicker table tr td.range.today.disabled:hover.disabled, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.disabled:hover:hover, .datepicker table tr td.range.today.disabled:hover[disabled], .datepicker table tr td.range.today.disabled[disabled], .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today:hover.disabled, .datepicker table tr td.range.today:hover:active, .datepicker table tr td.range.today:hover:hover, .datepicker table tr td.range.today:hover[disabled], .datepicker table tr td.range.today[disabled] {
  background-color: #f3e97a; }

.datepicker table tr td.range.today.active, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover.active, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today:hover:active {
  background-color: #efe24b \9; }

.datepicker table tr td.selected, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected:hover {
  background-color: #9e9e9e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b3b3b3), to(grey));
  background-image: linear-gradient(to bottom, #b3b3b3, grey);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: grey grey #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td.selected.active, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled.disabled, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.disabled:hover.active, .datepicker table tr td.selected.disabled:hover.disabled, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.disabled:hover:hover, .datepicker table tr td.selected.disabled:hover[disabled], .datepicker table tr td.selected.disabled[disabled], .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected:hover.disabled, .datepicker table tr td.selected:hover:active, .datepicker table tr td.selected:hover:hover, .datepicker table tr td.selected:hover[disabled], .datepicker table tr td.selected[disabled] {
  background-color: grey; }

.datepicker table tr td.selected.active, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover.active, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected:hover:active {
  background-color: #666 \9; }

.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
  background-color: #006dcc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#08c), to(#04c));
  background-image: linear-gradient(to bottom, #08c, #04c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #04c #04c #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled] {
  background-color: #04c; }

.datepicker table tr td.active.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active:active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover:active {
  background-color: #039 \9; }

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px; }

.datepicker table tr td span.focused, .datepicker table tr td span:hover {
  background: #eee; }

.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
  background: 0 0;
  color: #999;
  cursor: default; }

.datepicker table tr td span.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover {
  background-color: #006dcc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#08c), to(#04c));
  background-image: linear-gradient(to bottom, #08c, #04c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #04c #04c #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active[disabled] {
  background-color: #04c; }

.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover:active {
  background-color: #039 \9; }

.datepicker table tr td span.new, .datepicker table tr td span.old {
  color: #999; }

.datepicker .datepicker-switch {
  width: 145px; }

.datepicker .datepicker-switch, .datepicker .next, .datepicker .prev, .datepicker tfoot tr th {
  cursor: pointer; }

.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
  background: #eee; }

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle; }

.input-append.date .add-on, .input-prepend.date .add-on {
  cursor: pointer; }

.input-append.date .add-on i, .input-prepend.date .add-on i {
  margin-top: 3px; }

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

.input-daterange input:first-child {
  border-radius: 3px 0 0 3px; }

.input-daterange input:last-child {
  border-radius: 0 3px 3px 0; }

.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px; }

body.fancybox-active {
  overflow: hidden; }

body.fancybox-iosfix {
  position: fixed;
  left: 0;
  right: 0; }

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 900;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }

.fancybox-container form[name="SberbakPayForm"] {
  padding: 0; }

.fancybox-container form[name="SberbakPayForm"] .container-fluid-old {
  padding: 0; }

.fancybox-container form[name="SberbakPayForm"] .fancybox-close-small:after {
  color: #ffffff; }

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.fancybox-outer {
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-caption-wrap, .fancybox-infobar, .fancybox-toolbar {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .25s, visibility 0s linear .25s;
  transition: opacity .25s, visibility 0s linear .25s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.fancybox-show-caption .fancybox-caption-wrap, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .25s, visibility 0s;
  transition: opacity .25s, visibility 0s; }

.fancybox-infobar {
  top: 0;
  left: 0;
  font-size: 13px;
  padding: 0 10px;
  height: 44px;
  min-width: 44px;
  line-height: 44px;
  color: #ccc;
  text-align: center;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  mix-blend-mode: exclusion; }

.fancybox-toolbar {
  top: 0;
  right: 0;
  margin: 0;
  padding: 0; }

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translateZ(0); }

.fancybox-is-closing .fancybox-stage {
  overflow: visible; }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: 0;
  white-space: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform; }

.fancybox-slide:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block; }

.fancybox-slide--image {
  overflow: visible; }

.fancybox-slide--image:before {
  display: none; }

.fancybox-slide--video .fancybox-content, .fancybox-slide--video iframe {
  background: #000; }

.fancybox-slide--map .fancybox-content, .fancybox-slide--map iframe {
  background: #e5e3df; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #eaeaeb;
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.fancybox-slide > base, .fancybox-slide > link, .fancybox-slide > meta, .fancybox-slide > script, .fancybox-slide > style, .fancybox-slide > title {
  display: none; }

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform; }

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-image, .fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff; }

.fancybox-iframe {
  display: block;
  padding: 0;
  border: 0;
  height: 100%; }

.fancybox-error, .fancybox-iframe {
  margin: 0;
  width: 100%;
  background: #fff; }

.fancybox-error {
  padding: 40px;
  max-width: 380px;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 16px;
  line-height: 20px; }

.fancybox-button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: rgba(30, 30, 30, 0.6);
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  cursor: pointer;
  outline: 0; }

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc; }

.fancybox-button:focus, .fancybox-button:hover {
  color: #fff; }

.fancybox-button[disabled] {
  color: #ccc;
  cursor: default;
  opacity: .6; }

.fancybox-button svg {
  display: block;
  position: relative;
  overflow: visible;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: currentColor;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--share svg path {
  stroke-width: 1; }

.fancybox-button--pause svg path:nth-child(1), .fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--zoom svg path {
  fill: transparent; }

.fancybox-navigation {
  display: none; }

.fancybox-show-nav .fancybox-navigation {
  display: block; }

.fancybox-navigation button {
  position: absolute;
  top: 50%;
  margin: -50px 0 0;
  z-index: 99997;
  background: transparent;
  width: 60px;
  height: 100px;
  padding: 17px; }

.fancybox-navigation button:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(30, 30, 30, 0.6); }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 0; }

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 2;
  background-image: url("../img/about/close.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  background-color: transparent;
  -webkit-transition: background-color .25s;
  transition: background-color .25s; }

.fancybox-close-small:focus {
  outline: 0; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-close-small:hover:after {
  color: #555; }

.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small {
  top: 0;
  right: -40px; }

.fancybox-slide--iframe .fancybox-close-small:after,
.fancybox-slide--image .fancybox-close-small:after {
  font-size: 35px;
  color: #aaa; }

.fancybox-slide--iframe .fancybox-close-small:hover:after,
.fancybox-slide--image .fancybox-close-small:hover:after {
  color: #fff;
  background: transparent; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 2vw 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(20%, rgba(0, 0, 0, 0.1)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
  pointer-events: none; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a, .fancybox-caption button, .fancybox-caption select {
  pointer-events: all;
  position: relative; }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(99, 99, 99, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: a .8s infinite linear;
          animation: a .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 99999; }

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg); } }

@keyframes a {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg); } }

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  opacity: 1; }

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  opacity: 1; }

.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-1turn);
      -ms-transform: rotate(-1turn);
          transform: rotate(-1turn);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(1turn);
      -ms-transform: rotate(1turn);
          transform: rotate(1turn);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  opacity: 1; }

.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scaleX(1) translateZ(0);
          transform: scaleX(1) translateZ(0);
  opacity: 1; }

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1); }

.fancybox-share {
  padding: 30px;
  border-radius: 3px;
  background: #f4f4f4;
  max-width: 90%;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  margin: 0 0 20px;
  font-size: 35px;
  font-weight: 700; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

p.fancybox-share__links {
  margin-right: -10px; }

.fancybox-share__button {
  display: inline-block;
  text-decoration: none;
  margin: 0 10px 10px 0;
  padding: 0 15px;
  min-width: 130px;
  border: 0;
  border-radius: 3px;
  background: #fff;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #fff;
  -webkit-transition: all .2s;
  transition: all .2s; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  position: relative;
  top: -1px;
  width: 25px;
  height: 25px;
  margin-right: 7px;
  vertical-align: middle; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 10px 0 0;
  padding: 10px 15px;
  background: transparent;
  color: #5d5b5b;
  font-size: 14px;
  outline: 0;
  border: 0;
  border-bottom: 2px solid #d7d7d7; }

.fancybox-thumbs {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 212px;
  margin: 0;
  padding: 2px 2px 4px;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-y: hidden;
  overflow-x: auto; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
  white-space: nowrap; }

.fancybox-thumbs-x > ul {
  overflow: hidden; }

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 2px;
  width: 100px;
  height: 75px;
  max-width: calc(50% - 4px);
  max-height: calc(100% - 8px);
  position: relative;
  cursor: pointer;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.fancybox-thumbs > ul > li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1; }

@media (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }

/* * Bootstrap v3.3.7 (http://getbootstrap.com) * Copyright 2011-2017 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */
/* * Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.3/customize/?id=a3e1aa1e4807a1fcf3e81c9acdb4c917) * Config saved to config.json and https://gist.github.com/a3e1aa1e4807a1fcf3e81c9acdb4c917 */
/* * Bootstrap v3.3.7 (http://getbootstrap.com) * Copyright 2011-2016 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */
/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }

a:hover, a:focus {
  color: #23527c;
  text-decoration: underline; }

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee; }

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 700px) {
  .container {
    width: 750px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

.container-fluid-old {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0; }

@media (min-width: 700px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.4%; }
  .col-sm-7 {
    width: 58.1%; }
  .col-sm-6 {
    width: 49.5%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.1%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none; }

.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none; }

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }

.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c; }

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }

.btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c; }

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
  background-image: none; }

.btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc; }

.btn-default .badge {
  color: #fff;
  background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40; }

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40; }

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  background-image: none; }

.btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4; }

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625; }

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439; }

.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439; }

.btn-success:active:hover, .btn-success.active:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open > .dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625; }

.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
  background-image: none; }

.btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85; }

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc; }

.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc; }

.btn-info:active:hover, .btn-info.active:hover, .open > .dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open > .dropdown-toggle.btn-info:focus, .btn-info:active.focus, .btn-info.active.focus, .open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85; }

.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
  background-image: none; }

.btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d; }

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512; }

.btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512; }

.btn-warning:active:hover, .btn-warning.active:hover, .open > .dropdown-toggle.btn-warning:hover, .btn-warning:active:focus, .btn-warning.active:focus, .open > .dropdown-toggle.btn-warning:focus, .btn-warning:active.focus, .btn-warning.active.focus, .open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d; }

.btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
  background-image: none; }

.btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19; }

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925; }

.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925; }

.btn-danger:active:hover, .btn-danger.active:hover, .open > .dropdown-toggle.btn-danger:hover, .btn-danger:active:focus, .btn-danger.active:focus, .open > .dropdown-toggle.btn-danger:focus, .btn-danger:active.focus, .btn-danger.active.focus, .open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19; }

.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
  background-image: none; }

.btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff; }

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none; }

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent; }

.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent; }

.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none; }

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

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

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear; }

.fade.in {
  opacity: 1; }

.collapse {
  display: none; }

.collapse.in {
  display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup, .dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }

.dropdown-menu.pull-right {
  right: 0;
  left: auto; }

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 700px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }

.nav > li {
  position: relative;
  display: block; }

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px; }

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eee; }

.nav > li.disabled > a {
  color: #777; }

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed; }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7; }

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.nav > li > a > img {
  max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }

.nav-tabs > li {
  float: left;
  margin-bottom: -1px; }

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0; }

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default; }

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0; }

.nav-tabs.nav-justified > li {
  float: none; }

.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px; }

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 700px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%; }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0; } }

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd; }

@media (min-width: 700px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0; }
  .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff; } }

.nav-pills > li {
  float: left; }

.nav-pills > li > a {
  border-radius: 4px; }

.nav-pills > li + li {
  margin-left: 2px; }

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7; }

.nav-stacked > li {
  float: none; }

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0; }

.nav-justified {
  width: 100%; }

.nav-justified > li {
  float: none; }

.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px; }

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 700px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%; }
  .nav-justified > li > a {
    margin-bottom: 0; } }

.nav-tabs-justified {
  border-bottom: 0; }

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd; }

@media (min-width: 700px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0; }
  .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0); }

.tooltip.in {
  opacity: .9;
  filter: alpha(opacity=90); }

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0; }

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px; }

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0; }

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: 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-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

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

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }

.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25); }

.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }

.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  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: #999;
  border-left-color: rgba(0, 0, 0, 0.25); }

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px; }

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid-old:before, .container-fluid-old:after, .row:before, .row:after, .nav:before, .nav:after {
  content: " ";
  display: table; }

.clearfix:after, .container:after, .container-fluid-old:after, .row:after, .nav:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: 0; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before, .slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

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

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: transparent; }

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: 0;
  background: transparent; }

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '←'; }

[dir='rtl'] .slick-prev:before {
  content: '→'; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: '→'; }

[dir='rtl'] .slick-next:before {
  content: '←'; }

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: transparent; }

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: 0; }

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

html {
  min-height: 100%;
  position: relative;
  overflow-scrolling: revert;
  height: 100%;
  font-size: 20px; }

a, img {
  outline: 0;
  border: 0; }

a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all ease-out .2s;
  transition: all ease-out .2s;
  outline: none !important; }

a:hover, a:focus {
  text-decoration: none;
  color: #19cbfe; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.col {
  padding: 0 15px; }

.col-2 {
  width: 16.4%; }

.col-3 {
  width: 25%; }

.col-4 {
  width: 33.1%; }

.col-6 {
  width: 50%; }

.col-7 {
  width: 58.2%; }

.col-8 {
  width: 66.4%; }

.row-small {
  height: 55px;
  font-size: 1.75rem; }

.row-large {
  height: 110px;
  font-size: 4.375rem; }

.row-white {
  background-color: #fff;
  color: #ae0f0a; }

.row-black {
  background-color: #141414;
  color: #fff; }

.adm-detail-block,
.results-list {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text; }

.results-list {
  width: 100%; }
  .results-list .results-list__group {
    display: none; }
    .results-list .results-list__group.active {
      display: block; }

.page-loading {
  overflow: hidden; }

.btn {
  display: inline-block;
  position: relative;
  height: 50px;
  padding: 0 30px;
  line-height: 48px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 3px;
  outline: none !important;
  -webkit-transition: color ease-out .2s, border-color ease-out .2s, background-color ease-out .2s, background-image ease-out .2s, opacity .2s ease-out;
  transition: color ease-out .2s, border-color ease-out .2s, background-color ease-out .2s, background-image ease-out .2s, opacity .2s ease-out;
  text-decoration: none;
  text-align: center;
  outline: 0;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  vertical-align: middle;
  min-width: 50px; }

.btn.btn-blue {
  border-color: #528fcc;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#4281cc), to(#2d7cdb));
  background-image: linear-gradient(to right, #4281cc, #2d7cdb); }

.btn.btn-blue:hover, .btn.btn-blue:focus, .btn.btn-blue:active {
  border-color: #528fcc;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#4281cc), to(#2d7cdb));
  background-image: linear-gradient(to right, #4281cc, #2d7cdb);
  opacity: .9; }

.btn:active, .btn.active {
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.btn[disabled="disabled"] {
  cursor: default;
  pointer-events: none; }

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea, select {
  background: #fff;
  font-family: inherit;
  display: block;
  margin: 0;
  padding: 10px 20px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 90px;
  width: 100%;
  -webkit-transition: background-color .2s linear, opacity .2s ease-out, border-color .2s ease-out, color .2s ease-out;
  transition: background-color .2s linear, opacity .2s ease-out, border-color .2s ease-out, color .2s ease-out;
  font-size: 20px;
  font-weight: 400;
  outline: 0;
  color: #020219;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  position: relative;
  border: none; }

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
  -webkit-appearance: none; }

textarea {
  line-height: 1.4;
  min-height: 105px;
  max-height: 105px;
  padding-top: 8px; }

select {
  -webkit-appearance: listbox;
  background-position: 100% 50%;
  background-repeat: no-repeat; }

input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus, select:focus {
  border-color: #ae0f0a; }

input[type="text"].error, input[type="password"].error, input[type="date"].error, input[type="datetime"].error, input[type="email"].error, input[type="number"].error, input[type="search"].error, input[type="tel"].error, input[type="time"].error, input[type="url"].error, textarea.error, .form-error select {
  background-color: #ffcbcb; }

::-ms-clear {
  display: none; }

::-webkit-input-placeholder {
  color: #c3c3c3;
  font-style: italic; }

::-moz-placeholder {
  color: #c3c3c3;
  font-style: italic; }

:-moz-placeholder {
  color: #c3c3c3;
  font-style: italic; }

:-ms-input-placeholder {
  color: #c3c3c3;
  font-style: italic; }

:focus::-webkit-input-placeholder {
  color: transparent; }

:focus::-moz-placeholder {
  color: transparent; }

:focus:-moz-placeholder {
  color: transparent; }

img, svg, canvas, object, iframe {
  max-width: 100%; }

svg {
  height: auto !important;
  width: auto !important; }

p {
  margin-bottom: 15px;
  margin-top: 15px; }

.container-fluid-old, .container {
  padding: 0 110px;
  max-width: 100%;
  margin: 0 auto; }

.container {
  max-width: 1280px; }

h1 {
  font-size: 4rem;
  font-weight: 300;
  line-height: 1;
  color: #fff;
  margin: 0 0 90px; }

h2, .h2 {
  font-size: 2.9rem;
  line-height: 1;
  margin: 0 0 30px;
  text-align: left;
  color: #fff;
  font-weight: 400; }

h3, .h3 {
  margin: 0 0 20px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  font-stretch: condensed;
  text-transform: uppercase; }

h4, .h4 {
  margin: 0 0 20px;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  font-stretch: condensed;
  text-transform: uppercase; }

h5 {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  margin: 0 0 5px;
  line-height: 1.1; }

.center {
  text-align: center; }

.white {
  color: #fff; }

.page-wrap {
  position: relative;
  overflow: hidden;
  padding-top: 120px; }

.top-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.top-menu li {
  padding: 1px 13px; }

.header-right {
  text-align: right; }
  .header-right .main-button {
    padding: 0 20px;
    height: 50px;
    line-height: 46px;
    white-space: nowrap;
    min-width: 130px;
    text-align: center; }
    @media (max-width: 1280px) {
      .header-right .main-button {
        height: 40px;
        line-height: 36px;
        padding: 0 15px; } }
    .header-right .main-button:hover, .header-right .main-button:focus {
      border-color: #ffffff; }

.header-right_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .header-right_wrap a {
    line-height: 1;
    min-width: 130px;
    text-align: center; }

.header-right a {
  margin-left: 26px;
  text-align: left;
  vertical-align: middle; }

.header-right a:first-child {
  margin-left: 0; }

.info-btn {
  width: 40px;
  position: relative;
  -ms-flex-item-align: center;
      align-self: center;
  height: 40px; }

.info-btn:before,
.info-btn:after {
  position: absolute;
  content: "";
  width: 26px;
  height: 26px;
  -webkit-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.info-btn:before {
  background: url("../images/info.svg#blue") 50% 50% no-repeat;
  background-size: contain;
  z-index: 1; }

.info-btn:after {
  background: url("../images/info.svg#white") 50% 50% no-repeat;
  background-size: contain;
  z-index: 2;
  opacity: 0; }

.info-btn:active:before,
.info-btn:focus:before,
.info-btn:hover:before {
  opacity: 0; }

.info-btn:active:after,
.info-btn:focus:after,
.info-btn:hover:after {
  opacity: 1; }

.main-top {
  margin-top: -180px;
  padding-top: 180px;
  padding-bottom: 90px;
  height: 100vh;
  min-height: 800px;
  position: relative; }
  .main-top .large-main-button {
    -webkit-box-shadow: 0px 0px 7px 2px rgba(51, 219, 255, 0.4);
            box-shadow: 0px 0px 7px 2px rgba(51, 219, 255, 0.4); }
  .main-top .container-small {
    position: absolute;
    bottom: 10%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 100%; }
  .main-top .section-block {
    position: relative; }

@media (min-width: 768px) {
  .main-top {
    background-size: cover; }
  .webp .main-top {
    background-size: cover; } }

.main-top .large-main-button:hover, .main-top .large-main-button:active {
  -webkit-box-shadow: 0px 0px 7px 2px rgba(51, 219, 255, 0.4), inset 0px 0px 7px 2px rgba(51, 219, 255, 0.4);
          box-shadow: 0px 0px 7px 2px rgba(51, 219, 255, 0.4), inset 0px 0px 7px 2px rgba(51, 219, 255, 0.4); }

.err404-content {
  position: relative;
  text-align: center;
  padding: 100px 0 80px; }

.err404-title {
  font-size: 15rem;
  font-weight: 300;
  text-shadow: 0 0 30px rgba(51, 219, 255, 0.8);
  color: #19cbfe;
  line-height: .8;
  margin-bottom: 30px; }

.err404-text {
  max-width: 400px;
  margin: 0 auto;
  font-weight: 300; }

.err404-text a {
  border-bottom: 1px solid #19cbfe;
  display: inline-block;
  line-height: 1.1;
  white-space: nowrap;
  color: #fff; }

.err404-text a:hover, .err404-text a:active {
  color: #19cbfe;
  border-color: transparent; }

.err404-text-title {
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 15px; }

.main-title {
  margin-top: 0;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1;
  margin-bottom: 30px; }

.main-list-item {
  position: relative;
  font-weight: 400;
  font-style: italic;
  line-height: 1.2;
  font-size: 2.2rem;
  counter-increment: myCounter;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4); }
  .main-list-item + .main-list-item {
    margin-top: 10px; }
  .main-list-item:before {
    content: counter(myCounter) ".";
    position: absolute;
    top: .6rem;
    left: -40px;
    font-size: 1.6rem;
    font-weight: 300;
    font-style: normal;
    color: #33dbff;
    text-shadow: 0px 1px 7px #33dbff; }

.main-top-title {
  font-size: 2.1rem;
  font-weight: 300; }

.main-top-text {
  margin-bottom: 70px; }

.regular-text {
  font-size: .9rem; }

.fancybox-container .popup-form.popup-test-type .reflector-text-type {
  font-weight: 400;
  font-size: 20px;
  line-height: 0.9;
  letter-spacing: 0.1em;
  text-transform: uppercase; }

.fancybox-container .popup-form.popup-test-type h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.3; }

.container-small {
  margin: 0 auto;
  max-width: 1075px; }
  .container-small.popup-register {
    max-width: 100%;
    /*max-width: 1150px;*/
    background: url(../images/register-popup/bg-red.jpg) 50% no-repeat;
    background-size: cover;
    /*background-color: #9f0113;*/
    color: #fff;
    padding: 50px 100px 125px;
    position: relative; }
    .container-small.popup-register .result-text {
      margin-bottom: 0; }
    .container-small.popup-register .row:after {
      width: 100%; }
    .container-small.popup-register .select-gender-text {
      width: 100%;
      position: relative;
      margin: 0 auto;
      max-width: 950px; }
    .container-small.popup-register .select-gender-h2 {
      margin: 0rem 0 2rem;
      font-size: 3.9rem;
      color: #fff !important;
      font-weight: 300; }
    .container-small.popup-register .slogan {
      font-size: 2.1rem;
      font-weight: 300; }
    .container-small.popup-register .small-text {
      font-size: 1.1rem; }
    .container-small.popup-register .popup-form-fields {
      border: 1px solid #fff;
      z-index: 1;
      position: relative; }
      .container-small.popup-register .popup-form-fields .left {
        width: 44.777%;
        text-align: center;
        padding-right: 30px; }
        .container-small.popup-register .popup-form-fields .left .select_gender_sup {
          color: #f9eeef;
          top: -0.2em; }
      .container-small.popup-register .popup-form-fields .right {
        width: 54.999%; }
        .container-small.popup-register .popup-form-fields .right .select_gender_group {
          width: 100%; }
          .container-small.popup-register .popup-form-fields .right .select_gender_group .form-group {
            border-top: 1px solid #e5e5e5; }
          .container-small.popup-register .popup-form-fields .right .select_gender_group .labels-block {
            padding-left: 0; }
          .container-small.popup-register .popup-form-fields .right .select_gender_group a {
            background: -webkit-gradient(linear, left top, right top, color-stop(0, #33dbff), color-stop(50%, #33dbff), color-stop(50.1%, #fff), to(#fff)) left bottom 0 no-repeat;
            background: linear-gradient(to right, #33dbff 0, #33dbff 50%, #fff 50.1%, #fff 100%) left bottom 0 no-repeat;
            background-size: 200% 2px;
            background-position: 0 100%;
            border-bottom: none; }
          .container-small.popup-register .popup-form-fields .right .select_gender_group a:hover {
            background-position: 100% 100%; }
      .container-small.popup-register .popup-form-fields .full-price-text {
        font-weight: 300;
        color: #f9eeef;
        margin-top: 6.5rem; }
      .container-small.popup-register .popup-form-fields .full-price {
        position: relative;
        color: #f9eeef; }
      .container-small.popup-register .popup-form-fields .full-price:before {
        border-bottom: 1px solid #fff;
        position: absolute;
        content: "";
        width: 33%;
        height: 50%;
        -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
                transform: rotate(0deg);
        left: 33%; }
      .container-small.popup-register .popup-form-fields .full-price:after {
        content: "\20BD"; }
      .container-small.popup-register .popup-form-fields .discount-price {
        font-size: 2.2rem;
        font-weight: 400;
        margin-top: 2rem; }
      .container-small.popup-register .popup-form-fields .discount-price:after {
        content: "\20BD";
        font-size: 2.0rem; }
      .container-small.popup-register .popup-form-fields .price-text {
        font-weight: 300;
        color: #f9eeef;
        font-size: 1.2rem; }
      .container-small.popup-register .popup-form-fields .line-red {
        background: url(../images/register-popup/line-red.png) no-repeat;
        background-size: 100% auto;
        width: 295px;
        height: 1px;
        margin: 5rem auto 0; }
      .container-small.popup-register .popup-form-fields .stock {
        margin-top: 1.5rem;
        color: #f9eeef; }
      .container-small.popup-register .popup-form-fields .free-test {
        margin-top: 0.6rem;
        font-size: 0.9rem;
        line-height: normal;
        color: #f9eeef;
        font-weight: 300;
        margin-bottom: 1.6rem; }
        .container-small.popup-register .popup-form-fields .free-test a {
          text-transform: none;
          font-weight: 700;
          font-style: normal;
          border-bottom: 1px solid #fff;
          background: none; }
      .container-small.popup-register .popup-form-fields .loginRow {
        margin-bottom: 0; }
        .container-small.popup-register .popup-form-fields .loginRow .loginId {
          margin: 0 auto; }
      .container-small.popup-register .popup-form-fields .checkbox,
      .container-small.popup-register .popup-form-fields .auth-btn-xl {
        margin-top: 0; }
      .container-small.popup-register .popup-form-fields .auth-btn-xl {
        pointer-events: none;
        opacity: .2;
        width: 100%;
        font-style: normal; }
      .container-small.popup-register .popup-form-fields .auth-btn-xl:after {
        content: "\20BD"; }
    .container-small.popup-register .checkbox label {
      font-size: 16px;
      font-weight: 400; }
    .container-small.popup-register .radio label,
    .container-small.popup-register .checkbox label,
    .container-small.popup-register .result-text a,
    .container-small.popup-register .select-gender-text .select_gender_group .labels-block .form-message.alert {
      color: #fff; }
    .container-small.popup-register .radio .error + label {
      color: #33dbff; }
    .container-small.popup-register .benefits {
      margin-top: 20px; }
      .container-small.popup-register .benefits .item .text {
        font-weight: 300;
        color: #f9eeef; }
    .container-small.popup-register .discount {
      background: transparent url("../images/register-popup/discount.png") 50% 50% no-repeat;
      width: 132px;
      height: 112px;
      position: absolute;
      z-index: 2;
      top: -15px;
      left: 155px; }
    .container-small.popup-register .social-link.sber {
      background: #22a330; }
    .container-small.popup-register .radio label:before,
    .container-small.popup-register .checkbox label:before {
      border: 1px solid #fff; }
    .container-small.popup-register .form-message {
      padding-left: 0;
      color: #fff;
      font-size: 0.7rem;
      line-height: normal; }
    .container-small.popup-register .more {
      position: absolute;
      text-align: center;
      font-size: 0.8rem;
      left: 0;
      right: 0;
      bottom: -4rem;
      height: 50px;
      margin: 0 auto;
      width: 250px; }
    .container-small.popup-register .more > a {
      background: none;
      padding: 0 0 25px; }
    .container-small.popup-register .more > a:after {
      content: '';
      width: 0.70em;
      height: 0.65em;
      position: absolute;
      top: 1.4em;
      left: 0;
      right: 0;
      margin: 0 auto;
      border-style: solid;
      border-width: 2px 2px 0 0;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      vertical-align: top;
      -webkit-transform: rotate(135deg);
          -ms-transform: rotate(135deg);
              transform: rotate(135deg);
      text-align: center;
      font-size: 1rem; }
  .container-small.footer-register {
    max-width: 100%;
    background: url(../images/register-popup/bg-purple.jpg) no-repeat;
    color: #fff;
    padding: 40px 100px 40px;
    /*background-color: #070b31;*/
    background-size: cover; }
    .container-small.footer-register .loginRow {
      display: inline-block;
      width: 100%;
      text-align: center;
      margin-bottom: 30px; }
    .container-small.footer-register .select-gender-text {
      max-width: 950px;
      margin: 0 auto; }
      .container-small.footer-register .select-gender-text .logo .logoSber {
        margin-bottom: 7px; }
        .container-small.footer-register .select-gender-text .logo .logoSber span {
          color: #22a330; }
      .container-small.footer-register .select-gender-text .select_gender_sup {
        color: #fff;
        top: 0;
        left: -0.1rem; }
      .container-small.footer-register .select-gender-text .free-sale {
        width: 100%;
        text-align: center;
        text-transform: uppercase;
        font-size: 0.7rem;
        font-weight: 400;
        margin-bottom: 1.1rem; }
      .container-small.footer-register .select-gender-text .social-link.sber {
        background: #22a330;
        padding: 15px 65px; }
      .container-small.footer-register .select-gender-text .benefits .top {
        display: block; }
        .container-small.footer-register .select-gender-text .benefits .top.not-equal span {
          font-size: 1rem;
          text-transform: none;
          font-weight: 300; }
        .container-small.footer-register .select-gender-text .benefits .top.not-equal img {
          display: inline-block;
          height: 18px;
          width: 21px;
          margin-bottom: 0; }
        .container-small.footer-register .select-gender-text .benefits .top.not-equal span:nth-child(3) {
          display: block; }
        .container-small.footer-register .select-gender-text .benefits .top.not-equal span:nth-child(4) {
          font-size: 0.6rem;
          margin-top: 20px;
          font-weight: 300;
          line-height: 1.25; }
        .container-small.footer-register .select-gender-text .benefits .top.play-video {
          margin-top: 20px; }
          .container-small.footer-register .select-gender-text .benefits .top.play-video a {
            text-transform: uppercase;
            font-weight: 700;
            white-space: nowrap;
            padding: 17px 0 17px 70px;
            background: url(../images/register-popup/play.png) no-repeat 0/auto 100%;
            cursor: pointer;
            color: #fff; }
        .container-small.footer-register .select-gender-text .benefits .top img {
          width: 53px;
          display: block;
          margin-bottom: 15px; }
        .container-small.footer-register .select-gender-text .benefits .top small {
          font-size: 0.7rem;
          font-weight: 500; }
      .container-small.footer-register .select-gender-text .benefits .top:before {
        background: none;
        margin-right: 0;
        padding: 0;
        width: auto; }
      .container-small.footer-register .select-gender-text .benefits .text {
        font-size: 0.6rem;
        margin-top: 20px; }
        .container-small.footer-register .select-gender-text .benefits .text a {
          color: #fff;
          background: -webkit-gradient(linear, left top, right top, color-stop(0, #00a51a), color-stop(50%, #00a51a), color-stop(50.1%, #141414), to(#141414)) left bottom 0 no-repeat;
          background: linear-gradient(to right, #00a51a 0, #00a51a 50%, #141414 50.1%, #141414 100%) left bottom 0 no-repeat;
          background-size: 200% 2px;
          background-position: 0 100%; }
        .container-small.footer-register .select-gender-text .benefits .text span:nth-child(2) {
          display: block;
          margin-top: 20px; }
        .container-small.footer-register .select-gender-text .benefits .text.mbl {
          font-size: 0.9rem;
          width: 85%; }
      .container-small.footer-register .select-gender-text .text {
        font-weight: 300;
        font-size: 1.5rem; }
      .container-small.footer-register .select-gender-text .notice {
        width: 300px;
        margin: 0 auto;
        font-size: 12px;
        color: #828393; }
        .container-small.footer-register .select-gender-text .notice .select_gender_sup {
          color: #828393; }

.no-touchevents .popup-register .register-form-new .radio label:hover,
.no-touchevents .popup-register .register-form-new .checkbox label:hover {
  color: #ffffff; }

.main-top-text-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

.main-top-text-row + .main-top-text-row {
  margin-top: 20px; }

.top-text-title {
  font-size: 6rem;
  line-height: 1; }

.main-top-text-caption {
  font-weight: 300;
  font-size: .9rem;
  padding-left: 20px;
  line-height: 1.4;
  padding-top: 15px; }

.main-top-title {
  margin-bottom: 50px; }

.main-content {
  background: #9e0211;
  padding: 120px 0 0;
  color: #fff; }

.binoculars {
  margin: -250px auto 170px;
  max-width: 1400px;
  padding: 170px 150px;
  min-height: 550px;
  background: transparent url("../images/bin-bck.png") 50% 50% no-repeat;
  background-size: contain; }

.webp .binoculars {
  background: transparent url("../images/bin-bck.webp") 50% 50% no-repeat;
  background-size: contain; }

.main-section-title {
  font-size: 2.9rem;
  line-height: 1.1; }

.second-section-title {
  font-size: 2.1rem;
  line-height: 1.1; }

.inner-section-title {
  position: relative;
  padding: 150px 30px 40px 30px;
  margin: 0; }
  .inner-section-title h1 {
    display: block;
    margin-bottom: 0; }
  .inner-section-title h1 + .link-regular {
    margin-top: 10px; }
    @media (max-width: 550px) {
      .inner-section-title h1 + .link-regular {
        margin-top: 20px; } }
  .inner-section-title .link-regular {
    display: inline-block; }
  .inner-section-title .progress-btn {
    position: absolute;
    right: 9px;
    top: 1rem;
    border-color: #0a486b; }
    @media (min-width: 1621px) {
      .inner-section-title .progress-btn {
        right: 16px; } }
    @media (max-width: 992px) {
      .inner-section-title .progress-btn {
        height: auto;
        line-height: 1.2;
        padding: 11px 20px;
        min-width: 1px;
        width: 240px;
        top: .6rem; } }
    @media (max-width: 767px) {
      .inner-section-title .progress-btn {
        padding: 9px 20px;
        width: 220px;
        top: -0.4rem; } }
    @media (max-width: 550px) {
      .inner-section-title .progress-btn {
        position: relative;
        right: 0;
        top: 0;
        margin-top: 15px;
        width: auto; } }
    @media (max-width: 415px) {
      .inner-section-title .progress-btn {
        width: 200px;
        padding-right: 10px;
        padding-left: 10px; } }

.binoculars-text {
  font-size: 2.1rem;
  line-height: 1.3;
  text-shadow: 0 0 10px #65dbff; }

.price {
  display: inline-block;
  margin-right: 20px; }
  .price .price-main {
    font-weight: 400;
    font-size: 32px; }
  .price .price-label {
    font-weight: 300;
    font-size: 18px; }
    .price .price-label span {
      font-weight: 400; }

.price-section-title {
  position: relative;
  margin-top: 20px; }

.project-partner {
  position: absolute;
  right: -110px;
  bottom: 5px;
  white-space: nowrap;
  width: 100%;
  font-weight: 300;
  font-size: 18px;
  max-width: 325px; }
  .project-partner img {
    max-width: 130px; }
    @media (max-width: 1200px) {
      .project-partner img {
        max-width: 120px; } }
    @media (max-width: 767px) {
      .project-partner img {
        max-width: 110px; } }
  @media (max-width: 1400px) {
    .project-partner {
      right: 0;
      bottom: -1px; } }
  @media (max-width: 767px) {
    .project-partner {
      bottom: 0;
      position: relative;
      margin-top: 10px; } }

.utm-price {
  display: none; }

.utm-active .regular .price-main {
  display: inline-block;
  position: relative;
  color: #fff; }
  .utm-active .regular .price-main:after, .utm-active .regular .price-main:before {
    content: "";
    position: absolute;
    top: 17px;
    left: 0;
    right: 0;
    height: 2px;
    background: #33dbff; }
  .utm-active .regular .price-main:before {
    -webkit-transform: rotate(19deg);
        -ms-transform: rotate(19deg);
            transform: rotate(19deg); }
  .utm-active .regular .price-main:after {
    -webkit-transform: rotate(-19deg);
        -ms-transform: rotate(-19deg);
            transform: rotate(-19deg); }

.utm-active .utm-price {
  color: #33dbff;
  display: inline-block; }

.section-block + .section-block {
  margin-top: 100px; }

.main-section-title + .section-block {
  margin-top: 130px; }

.link-regular {
  position: relative;
  letter-spacing: .1em;
  text-decoration: underline;
  color: #0FA9F8; }
  .link-regular.link-regular-nth {
    margin-top: 20px !important; }
  @media (max-width: 550px) {
    .link-regular {
      font-size: 14px; } }

button.link-regular {
  background: transparent;
  border: none;
  padding: 0; }

.form-submit-wrap.prev-question {
  background: transparent; }

.promokod {
  font-size: .8rem; }
  .promokod + .no-results-btn,
  .promokod + .text-link-wrap-old {
    margin-top: 15px; }

.link-regular:active:after,
.link-regular:hover:after {
  background: #33dbff; }

.test-block .second-section-title {
  text-shadow: 0 0 10px #79dbff; }

.test-row {
  max-width: 1400px;
  margin: 80px auto 50px; }
  .test-row .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin: 0; }
    .test-row .row:before, .test-row .row:after {
      width: 100%; }
    .test-row .row .test-group {
      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;
      gap: 30px;
      margin-bottom: 15px;
      padding: 30px;
      background: rgba(57, 58, 92, 0.67);
      -webkit-backdrop-filter: blur(35px);
              backdrop-filter: blur(35px);
      border-radius: 25px;
      counter-increment: testCounter; }
      .test-row .row .test-group:nth-child(1) .test-item {
        width: calc(25% - 30px); }
        @media (max-width: 1000px) {
          .test-row .row .test-group:nth-child(1) .test-item {
            width: 100%;
            -webkit-box-align: start;
                -ms-flex-align: start;
                    align-items: flex-start;
            padding-bottom: 13px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
            .test-row .row .test-group:nth-child(1) .test-item > div {
              width: 100%; } }
      @media (max-width: 1000px) {
        .test-row .row .test-group {
          padding: 20px; }
          .test-row .row .test-group .test-group__content {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column; } }
      .test-row .row .test-group .head {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .test-row .row .test-group .head .title {
          max-width: 60%;
          width: 100%;
          position: relative;
          font-weight: 400;
          font-size: 24px;
          line-height: 0.9;
          letter-spacing: 0.1em;
          text-transform: uppercase;
          color: #F6F6F6; }
          .test-row .row .test-group .head .title .big {
            padding: 20px 0 0 0;
            font-weight: 700;
            font-size: 58px;
            letter-spacing: 0.05em; }
          @media (max-width: 1000px) {
            .test-row .row .test-group .head .title {
              font-size: 18px; }
              .test-row .row .test-group .head .title .big {
                font-size: 48px; } }
          @media (max-width: 767px) {
            .test-row .row .test-group .head .title .big {
              font-size: 30px; } }
          @media (max-width: 600px) {
            .test-row .row .test-group .head .title .big {
              font-size: 24px; } }
          @media (max-width: 480px) {
            .test-row .row .test-group .head .title .big {
              font-size: 20px;
              -webkit-hyphens: auto;
                  -ms-hyphens: auto;
                      hyphens: auto; } }
        .test-row .row .test-group .head .index {
          min-width: 40%;
          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;
          font-weight: 400;
          font-size: 120px;
          line-height: 0.9;
          text-align: right;
          letter-spacing: 0.05em;
          text-transform: uppercase;
          color: #F6F6F6; }
          .test-row .row .test-group .head .index img {
            max-height: 170px; }
          @media (max-width: 1100px) {
            .test-row .row .test-group .head .index {
              font-size: 80px; } }
          @media (max-width: 1000px) {
            .test-row .row .test-group .head .index {
              font-size: 60px; } }
      .test-row .row .test-group .test-group__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 30px; }
        @media (max-width: 768px) {
          .test-row .row .test-group .test-group__content .test-item > div {
            width: 100%; } }
      .test-row .row .test-group .bottom-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 36px; }
        @media (max-width: 768px) {
          .test-row .row .test-group .bottom-block {
            -webkit-box-orient: vertical;
            -webkit-box-direction: reverse;
                -ms-flex-direction: column-reverse;
                    flex-direction: column-reverse;
            -webkit-box-align: start;
                -ms-flex-align: start;
                    align-items: flex-start; } }
        @media (max-width: 500px) {
          .test-row .row .test-group .bottom-block {
            gap: 15px; } }
        .test-row .row .test-group .bottom-block .test-link {
          padding: 20px 60px;
          max-width: 260px; }
          @media (max-width: 500px) {
            .test-row .row .test-group .bottom-block .test-link {
              padding: 20px; } }
      .test-row .row .test-group a.test-link {
        padding: 20px;
        background: #0fa9f8;
        border-radius: 5px;
        border: 1px solid #0fa9f8;
        font-weight: 600;
        font-size: 16px;
        line-height: 1.2;
        text-align: center;
        color: #F6F6F6;
        text-transform: none;
        letter-spacing: normal;
        white-space: nowrap;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
        .test-row .row .test-group a.test-link:hover {
          background: #0d75ab;
          -webkit-transition: all 0.3s;
          transition: all 0.3s; }
        @media (max-width: 480px) {
          .test-row .row .test-group a.test-link {
            font-size: 14px; } }
      .test-row .row .test-group .test-previous-undone {
        font-weight: 400;
        font-size: 16px;
        line-height: 1.2;
        color: #F6F6F6;
        opacity: 0.7; }
      .test-row .row .test-group .test-not-purchased {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.2;
        color: #F6F6F6;
        border: 1px solid #FF3850;
        border-radius: 5px;
        overflow: hidden; }
        @media (max-width: 768px) {
          .test-row .row .test-group .test-not-purchased {
            width: 100%; } }
        .test-row .row .test-group .test-not-purchased .test-link {
          padding: 20px 60px;
          border: none;
          background: #FF3850;
          border-radius: 0; }
          .test-row .row .test-group .test-not-purchased .test-link:hover {
            background: #b02637;
            -webkit-transition: all 0.3s;
            transition: all 0.3s; }
        .test-row .row .test-group .test-not-purchased div {
          padding: 20px 35px;
          font-weight: 700;
          font-size: 24px;
          line-height: 0.9;
          text-transform: uppercase;
          color: #F6F6F6; }
        @media (max-width: 768px) {
          .test-row .row .test-group .test-not-purchased .test-link {
            padding: 20px; }
          .test-row .row .test-group .test-not-purchased div {
            padding: 20px;
            width: 100%;
            line-height: 1; } }
        @media (max-width: 480px) {
          .test-row .row .test-group .test-not-purchased div {
            padding: 20px 10px; } }
      .test-row .row .test-group:last-child {
        margin-bottom: 0; }
      .test-row .row .test-group:before, .test-row .row .test-group:after {
        width: 100%; }
    .test-row .row .test-group:nth-child(1) .bottom-block {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media (max-width: 1000px) {
        .test-row .row .test-group:nth-child(1) .bottom-block {
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start; } }
  .test-row.dashboard .row .test-group .bottom-block {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media (max-width: 768px) {
      .test-row.dashboard .row .test-group .bottom-block .text-link-wrap {
        width: 100%; } }
    .test-row.dashboard .row .test-group .bottom-block .test-link {
      padding: 20px; }
      @media (max-width: 768px) {
        .test-row.dashboard .row .test-group .bottom-block .test-link {
          max-width: 100%;
          width: 100%; } }
  @media (max-width: 1000px) {
    .test-row.dashboard .row .test-group:nth-child(1) .test-item .title {
      width: 100%;
      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; }
      .test-row.dashboard .row .test-group:nth-child(1) .test-item .title::after {
        content: '';
        display: block;
        width: 12px;
        height: 27px;
        background: url(/local/templates/redesign2023/assets/img/main/arrow.svg) no-repeat;
        background-size: 100% 100%; } }

.test-item-old {
  border: 1px solid #33dbff;
  -webkit-box-shadow: 0 0 20px rgba(43, 183, 216, 0.5), inset 0 0 20px rgba(43, 183, 216, 0.5);
          box-shadow: 0 0 20px rgba(43, 183, 216, 0.5), inset 0 0 20px rgba(43, 183, 216, 0.5);
  padding: 45px 80px 45px 115px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: justify;
      align-content: space-between; }
  .test-item-old:before, .test-item-old:after {
    width: 100%; }
  .test-item-old > div {
    width: 100%;
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .test-item-old .title {
    position: relative;
    color: #33dbff;
    font-size: 2.9rem;
    line-height: 1;
    font-weight: 300;
    margin-bottom: 10px; }
    .test-item-old .title:before {
      position: absolute;
      top: 6px;
      left: -50px;
      content: "0" counter(testCounter);
      font-size: 1rem;
      font-weight: 400;
      letter-spacing: 0.2em;
      font-style: italic; }
  .test-item-old p {
    max-width: 500px; }
  .test-item-old .bottom-block,
  .test-item-old .link-regular {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  .test-item-old .link-regular {
    display: inline-block;
    font-size: 16px;
    margin-top: 35px;
    margin-right: 15px; }
  .test-item-old .no-results-btn,
  .test-item-old .text-link-wrap-old {
    margin-top: 0; }
  .test-item-old .test-link {
    font-size: .8rem;
    font-style: italic; }
  .test-item-old .test-label {
    color: #33dbff;
    font-weight: 600;
    font-size: .8rem;
    letter-spacing: .15em;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .test-item-old .small-title {
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 30px; }

.test-text {
  max-width: 920px; }
  .test-text + .no-results-btn,
  .test-text + .text-link-wrap-old {
    margin-top: 60px; }

.test-progress-block,
.test-result-block {
  display: none; }

.passed-test .test-result-block,
.test-in-progress .test-progress-block {
  display: block; }

.test-item-old.passed-test {
  background: #c00012;
  border-color: #c00012;
  -webkit-box-shadow: initial;
          box-shadow: initial; }
  .test-item-old.passed-test .title {
    text-shadow: none; }

.test-item-old.test-in-progress .text-link-wrap-old,
.test-item-old.regular-test .text-link-wrap-old {
  background-image: url("../images/submit-bck.png"); }

.webp .test-item-old.test-in-progress .text-link-wrap-old,
.webp .test-item-old.regular-test .text-link-wrap-old {
  background-image: url("../images/submit-bck.webp"); }

.test-item-old.blocked-test div.text-link-wrap-old {
  background: none;
  padding-left: 66px;
  padding-right: 55px; }

.test-item-old.blocked-test .test-link {
  text-shadow: 3px 3px 13px #33dbff;
  color: #33dbff; }

.test-caption-row {
  margin-top: 30px; }

.test-caption-col {
  max-width: 270px; }

.test-caption-num {
  font-size: 2.9rem;
  line-height: 1;
  text-shadow: 0 0 10px rgba(51, 219, 255, 0.21);
  margin-bottom: 15px;
  color: #33dbff; }

.test-caption-text {
  font-weight: 300;
  line-height: 1.4; }

.test-link {
  display: inline-block;
  padding: 30px 0;
  font-weight: 600;
  line-height: 1.2;
  border-bottom: 1px solid transparent; }

.no-results-btn {
  margin-top: 30px; }

.popup-form-submit-wrap,
.form-submit-wrap {
  margin-top: 45px; }

.popup-form-submit-wrap {
  min-height: 70px; }

div.form-submit-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 20px;
  margin-top: 90px; }
  div.form-submit-wrap + .form-submit-wrap {
    margin-top: 40px; }
  div.form-submit-wrap.disabled {
    opacity: .4;
    pointer-events: none; }
  div.form-submit-wrap:before, div.form-submit-wrap:after {
    display: none !important; }

.form-submit-wrap--mini-top {
  margin-top: 40px; }

.popup-question .access-block {
  max-width: 920px; }
  .popup-question .access-block .row:before,
  .popup-question .access-block .row:after {
    width: 100%; }

@media (min-width: 768px) {
  .popup-question .col-sm-6 {
    width: 50%; } }

@media (max-width: 767px) {
  .popup-question .col-sm-6 {
    width: 100%; } }

.popup-question .row {
  margin: 0; }
  .popup-question .row > div {
    padding: 0; }

.popup-question textarea {
  padding-top: 28px;
  resize: vertical; }
  @media (min-width: 768px) {
    .popup-question textarea {
      min-height: 180px;
      max-height: 180px; } }

.popup-question .access-block .form-group {
  max-width: 100%;
  margin-bottom: 0; }

.popup-question .checkbox,
.popup-question .radio {
  margin-top: 20px; }

.next-question + .prev-question {
  margin-top: 60px; }

.about-project {
  margin-top: 220px; }

.about-project-title {
  font-size: 2.9rem;
  font-weight: 400; }

.vshm-row {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.academy-logo {
  width: 100%;
  max-width: 300px; }

.academy-text {
  line-height: 1.4;
  font-size: .9rem; }
  .academy-text a {
    background: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff)) left bottom 0 no-repeat;
    background: linear-gradient(to right, #fff, #fff) left bottom 0 no-repeat;
    background-size: 100% 1px; }
    .academy-text a:hover, .academy-text a:active, .academy-text a:focus {
      background: -webkit-gradient(linear, left top, right top, from(#33dbff), to(#33dbff)) left bottom 0 no-repeat;
      background: linear-gradient(to right, #33dbff, #33dbff) left bottom 0 no-repeat;
      background-size: 100% 1px; }

.footer-bg {
  margin-top: 340px;
  background-size: 100% auto; }

.webp .footer-bg {
  background-size: 100% auto; }

.main-page .large-main-button {
  margin-right: 40px; }

.main-page .regular-link {
  margin-top: 15px;
  margin-bottom: 15px; }

.main-footer-section {
  padding: 140px 0; }

.row-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.partners-bottom-img {
  max-width: 185px; }

.footer-bottom {
  position: relative;
  padding: 40px 0; }

.footer-bottom:before {
  content: '';
  position: absolute;
  left: 60px;
  top: -5px;
  right: 60px;
  height: 9px;
  background: transparent url("../images/line.png") 50% 50% no-repeat;
  background-size: 100% auto; }

.webp .footer-bottom:before {
  background: transparent url("../images/line.webp") 50% 50% no-repeat;
  background-size: 100% auto; }

.footer-bottom-row {
  margin-top: 100px;
  font-size: .8rem;
  color: rgba(255, 255, 255, 0.5); }

.footer-bottom-row .row:before, .footer-bottom-row .row:after,
.footer-bottom-menu-wrap:before,
.footer-bottom-menu-wrap:after {
  width: 100%; }

.madeby {
  text-align: right; }

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

.policy-link a,
.madeby a {
  text-transform: none;
  letter-spacing: 0;
  font-size: .8rem;
  position: relative;
  display: inline;
  color: rgba(255, 255, 255, 0.5); }

.policy-link a:after,
.madeby a:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 70%;
  -webkit-transition: width .2s ease-out, background-color .2s ease-out;
  transition: width .2s ease-out, background-color .2s ease-out;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5); }

.no-touchevents .policy-link a:hover:after,
.no-touchevents .madeby a:hover:after {
  background-color: #fff;
  width: 100%; }

.policy-link a:hover,
.madeby a:hover {
  color: #fff; }

.personal-link {
  position: relative;
  padding-left: 40px;
  display: inline-block; }

.personal-ava {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 100%;
  width: 28px;
  height: 28px;
  background-color: #c20016;
  text-align: center;
  line-height: 28px;
  color: #fff;
  font-weight: 500;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .1em; }

.personal-name {
  display: inline-block;
  max-width: 240px;
  line-height: 1.3; }

.top-menu-personal-links .personal-name {
  max-width: 100%; }

@media (max-width: 1200px) {
  .personal-name {
    max-width: 120px; } }

.results-page__title {
  margin: 0;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.1; }
  @media (max-width: 1000px) {
    .results-page__title {
      padding: 0 20px;
      font-size: 30px; } }
  @media (max-width: 768px) {
    .results-page__title {
      padding: 0 20px;
      font-size: 20px; } }

.results-page-header {
  width: 100%;
  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;
  gap: 20px; }
  .results-page-header .new_container {
    padding: 0; }
  @media (max-width: 1000px) {
    .results-page-header {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: initial;
          -ms-flex-pack: initial;
              justify-content: initial;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .results-page-header__title {
    min-width: 200px;
    max-width: 200px;
    margin: 0;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.1; }
  .results-page-header .results-select-wrapper {
    position: relative;
    border-radius: 40px;
    width: 100%;
    background: #434354;
    padding: 20px 30px;
    cursor: pointer; }
    .results-page-header .results-select-wrapper .result-row {
      background: none; }
    .results-page-header .results-select-wrapper svg {
      -webkit-transition: .2s;
      transition: .2s; }
    .results-page-header .results-select-wrapper.select-active {
      border-radius: 40px 40px 0 0; }
      .results-page-header .results-select-wrapper.select-active svg {
        -webkit-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
                transform: rotate(-180deg); }
  .results-page-header .results-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .results-page-header .results-select input {
      height: auto;
      color: #ffffff;
      font-weight: 700;
      font-size: 40px;
      padding: 0;
      cursor: pointer;
      background: transparent;
      pointer-events: none; }
      @media (max-width: 1000px) {
        .results-page-header .results-select input {
          font-size: 28px; } }
      @media (max-width: 767px) {
        .results-page-header .results-select input {
          font-size: 20px; } }
  .results-page-header .results-dropdown {
    position: absolute;
    z-index: 2;
    display: grid;
    top: 100%;
    left: 0;
    width: 100%;
    overflow: hidden;
    border-radius: 0 0 40px 40px;
    background: #434354; }
    .results-page-header .results-dropdown__wrapper {
      height: 0;
      -webkit-transition: .5s;
      transition: .5s; }
  .results-page-header .results-select-wrapper.select-active .results-dropdown__wrapper {
    height: auto; }
  .results-page-header .results-list__test-titles {
    width: 100%;
    padding: 0 0 0 15px;
    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;
    border-radius: 12px; }
    @media (max-width: 1000px) {
      .results-page-header .results-list__test-titles {
        padding: 0 20px; } }
    .results-page-header .results-list__test-titles p {
      min-width: 225px;
      color: rgba(246, 246, 246, 0.5);
      text-transform: uppercase; }
    .results-page-header .results-list__test-titles--item {
      padding: 20px 30px;
      font-weight: 400;
      font-size: 26px;
      line-height: 1.2;
      letter-spacing: 0.1em;
      -webkit-transition: .2s;
      transition: .2s;
      cursor: pointer;
      border-top: 1px solid rgba(246, 246, 246, 0.5); }
      .results-page-header .results-list__test-titles--item:hover {
        background: #0FA9F8; }
    @media (max-width: 767px) {
      .results-page-header .results-list__test-titles {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
        .results-page-header .results-list__test-titles--item {
          width: 100%;
          padding: 15px;
          font-size: 20px; } }

.results-page-content {
  position: relative;
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  padding: 20px 0 0 0; }
  .results-page-content.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.results-nav-wrap {
  min-width: 220px;
  max-width: 20%; }

.results-nav {
  max-width: 220px;
  margin: 0;
  padding: 0; }

.results-nav .nav {
  padding: 0;
  margin: 0; }

.results-nav .nav > li {
  border-radius: 6px; }

.results-nav .nav > li.active,
.results-nav .nav > li:hover {
  background: #32323E; }

.results-nav .nav > li.active a,
.results-nav .nav > li:hover a {
  color: #ffffff; }

.results-nav .nav > li > a {
  margin: 10px 0;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .1em;
  background-color: transparent !important; }

.results-nav .nav > li > a:first-child {
  margin: 0 0 10px 0; }

.result-text {
  max-width: 1100px;
  line-height: 1.4;
  margin-bottom: 3rem; }
  .result-text p, .result-text ul, .result-text ol, .result-text q {
    margin-bottom: 20px;
    margin-top: 20px; }
  .result-text ol, .result-text ul {
    margin-left: 2rem; }
    @media (max-width: 767px) {
      .result-text ol, .result-text ul {
        margin-left: 1rem; } }
    @media (max-width: 480px) {
      .result-text ol, .result-text ul {
        margin-left: 0; } }
  .result-text q {
    position: relative;
    display: block;
    padding: 30px;
    font-size: 1.6rem;
    line-height: 1.2;
    border: 2px solid #0FA9F8;
    border-radius: 22px; }
    @media (max-width: 1000px) {
      .result-text q {
        padding: 15px; } }
    @media (max-width: 767px) {
      .result-text q {
        font-size: 1.3rem; } }
  .result-text q.quote {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.3; }
    .result-text q.quote::before, .result-text q.quote::after {
      display: none; }
  .result-text q.commas {
    position: relative; }
    .result-text q.commas:before, .result-text q.commas:after {
      position: absolute;
      font-size: 3rem;
      color: #33dbff;
      line-height: 1rem;
      font-weight: 300; }
    .result-text q.commas:before {
      left: -.5rem;
      top: .2rem; }
      @media (max-width: 767px) {
        .result-text q.commas:before {
          top: -.1rem; } }
    .result-text q.commas:after {
      margin-left: .5rem;
      bottom: .7rem; }
      @media (max-width: 767px) {
        .result-text q.commas:after {
          bottom: .6rem; } }
  .result-text ol, .result-text ul {
    padding: 0;
    list-style: none; }
    .result-text ol li, .result-text ul li {
      padding: 0 0 0 1.6rem; }
    .result-text ol li + li, .result-text ul li + li {
      margin-top: .5rem; }
  .result-text ol li {
    counter-increment: myCounter;
    position: relative; }
    .result-text ol li:before {
      font-size: .85rem;
      content: counter(myCounter) ".";
      left: 0;
      top: 3px;
      position: absolute;
      font-weight: 700;
      color: #33dbff; }
      @media (max-width: 767px) {
        .result-text ol li:before {
          top: 2px; } }
      @media (max-width: 480px) {
        .result-text ol li:before {
          top: 1px; } }
  .result-text ul li {
    position: relative; }
    .result-text ul li:before {
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: #33dbff;
      content: "";
      left: 0;
      top: .6rem;
      position: absolute; }
      @media (max-width: 767px) {
        .result-text ul li:before {
          top: .5rem; } }
  .result-text + .result-title {
    margin-top: 60px; }
  .result-text h2, .result-text h3, .result-text h4, .result-text h5, .result-text h6 {
    margin: 5rem 0 2rem;
    text-transform: none;
    font-weight: 400; }
    @media (max-width: 992px) {
      .result-text h2, .result-text h3, .result-text h4, .result-text h5, .result-text h6 {
        margin-top: 4rem; } }
    @media (max-width: 767px) {
      .result-text h2, .result-text h3, .result-text h4, .result-text h5, .result-text h6 {
        margin-top: 3rem; } }
  .result-text h3 {
    font-size: 2.1rem; }
    @media (max-width: 767px) {
      .result-text h3 {
        font-size: 1.7rem; } }
  .result-text .block:nth-child(1) p,
  .result-text .block:nth-child(2) p {
    font-size: 17px; }
  .result-text .block:nth-child(3) {
    margin-top: 40px; }
  .result-text .block:nth-child(3) p,
  .result-text .block:nth-child(4) p {
    font-size: 20px; }
  .result-text .large-text {
    font-size: 1.3rem; }
    @media (max-width: 767px) {
      .result-text .large-text {
        font-size: 1.2rem; } }
  .result-text .block .row {
    margin-top: 2.5rem; }
    .result-text .block .row:before, .result-text .block .row:after {
      width: 100%; }
    .result-text .block .row > div {
      margin-bottom: 2.5rem;
      padding: 25px 35px; }
    .result-text .block .row p {
      margin: 0 1.5rem 0 0; }
    @media (max-width: 767px) {
      .result-text .block .row > div {
        margin-bottom: 1.5rem; }
      .result-text .block .row p {
        margin: 0; } }
  .result-text p .title {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px; }
  .result-text .title {
    font-size: 2.1rem;
    font-weight: 300;
    color: #33dbff;
    margin-bottom: .5rem;
    line-height: 1.2; }
    @media (max-width: 991px) {
      .result-text .title {
        font-size: 1.7rem; } }
    @media (max-width: 767px) {
      .result-text .title {
        font-size: 1.5rem; } }
  .result-text .divider {
    display: block;
    height: 3rem;
    background: transparent url("../images/line.png") 50% 50% no-repeat;
    background-size: 100% auto; }
    @media (max-width: 767px) {
      .result-text .divider {
        margin-left: -20px;
        margin-right: -20px; } }
  .result-text a {
    background: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff)) left bottom 0 no-repeat;
    background: linear-gradient(to right, #fff, #fff) left bottom 0 no-repeat;
    background-size: 100% 1px; }
    .result-text a:hover, .result-text a:active, .result-text a:focus {
      background: -webkit-gradient(linear, left top, right top, from(#33dbff), to(#33dbff)) left bottom 0 no-repeat;
      background: linear-gradient(to right, #33dbff, #33dbff) left bottom 0 no-repeat;
      background-size: 100% 1px; }

.webp .result-text .divider {
  background: transparent url("../images/line.webp") 50% 50% no-repeat;
  background-size: 100% auto; }

.italic {
  font-style: italic; }

.blue-text {
  color: #33dbff; }

.result-category {
  margin-bottom: 30px;
  color: #F6F6F6;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: .1em; }

.page-content {
  padding-bottom: 150px; }

.materials-page-content {
  background-color: #ffffff;
  position: relative;
  color: #141414;
  overflow: hidden; }
  .materials-page-content h1, .materials-page-content h2, .materials-page-content h3, .materials-page-content h4, .materials-page-content h5, .materials-page-content h6 {
    color: #141414; }
  .materials-page-content .container-fluid-old {
    max-width: 1560px; }

.filter-row + .filter-row {
  margin-top: 20px; }

.filter-row {
  position: relative;
  z-index: 10; }
  @media (min-width: 992px) {
    .filter-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

.filter-title {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-right: 15px;
  margin-bottom: 10px;
  white-space: nowrap;
  line-height: 50px; }
  @media (max-width: 991px) {
    .filter-title {
      line-height: 1.2;
      white-space: normal; } }
  @media (max-width: 767px) {
    .filter-title {
      font-size: 12px; } }

.filter-btn {
  height: 50px;
  line-height: 46px;
  font-style: italic;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.1em;
  border: 2px solid rgba(0, 0, 0, 0.06);
  border-radius: 25px;
  padding: 0 20px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  .filter-btn:active, .filter-btn:hover {
    border-color: #00c5ef;
    -webkit-box-shadow: 0 0 20px rgba(43, 183, 216, 0.5), inset 0 0 20px rgba(43, 183, 216, 0.5);
            box-shadow: 0 0 20px rgba(43, 183, 216, 0.5), inset 0 0 20px rgba(43, 183, 216, 0.5); }
  @media (max-width: 767px) {
    .filter-btn {
      font-size: 11px;
      height: 35px;
      line-height: 31px;
      border-radius: 17px;
      padding: 0 15px; } }

.filter-label {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  .filter-label:not(:last-of-type) {
    margin-right: 10px; }
    @media (max-width: 767px) {
      .filter-label:not(:last-of-type) {
        margin-right: 5px; } }
  .filter-label input {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -10;
    opacity: 0; }
  .filter-label input:checked + .filter-btn {
    color: #ffffff;
    background: #00c5ef;
    border-color: #00c5ef; }
  .filter-label.disabled {
    pointer-events: none;
    opacity: .6;
    cursor: text; }
    .filter-label.disabled .filter-btn {
      background: rgba(0, 0, 0, 0.06); }

.materials-row {
  margin-top: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative; }
  @media (max-width: 992px) {
    .materials-row {
      margin-top: 50px; } }
  @media (max-width: 767px) {
    .materials-row {
      margin-top: 30px; } }
  .materials-row:before, .materials-row:after {
    width: 100%; }
  .materials-row > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 767px) {
      .materials-row > div {
        width: 100%; } }

.materials-row + .button-wrap,
.materials-row > *:not(.elem),
.materials-article + .button-wrap,
.materials-article > *:not(.elem) {
  position: relative;
  z-index: 10; }

.materials-row .elem,
.materials-article .elem {
  position: absolute;
  opacity: .6;
  z-index: 1; }

.materials-row .elem:nth-of-type(odd),
.materials-article .elem:nth-of-type(odd) {
  width: 1800px;
  height: 1670px;
  right: -230px; }

.materials-row .elem:nth-of-type(even),
.materials-article .elem:nth-of-type(even) {
  width: 1300px;
  height: 1500px;
  left: -380px;
  background: url("../images/materials1.png") 50% 50% no-repeat;
  background-size: contain; }

.materials-row .elem:nth-of-type(1),
.materials-article .elem:nth-of-type(1) {
  top: -320px; }

.materials-row .elem:nth-of-type(2),
.materials-article .elem:nth-of-type(2) {
  top: 1080px; }

.materials-row .elem:nth-of-type(3),
.materials-article .elem:nth-of-type(3) {
  top: 2520px; }

.materials-row .elem:nth-of-type(4),
.materials-article .elem:nth-of-type(4) {
  top: 4080px; }

.materials-row .elem:nth-of-type(5),
.materials-article .elem:nth-of-type(5) {
  top: 5020px; }

.materials-row .elem:nth-of-type(6),
.materials-article .elem:nth-of-type(6) {
  top: 5580px; }

.materials-article .elem:nth-of-type(odd),
.materials-row .elem:nth-of-type(odd) {
  background: url("../images/materials2.png") 50% 50% no-repeat;
  background-size: contain; }

.materials-article .elem:nth-of-type(even),
.materials-row .elem:nth-of-type(even) {
  background: url("../images/materials1.png") 50% 50% no-repeat;
  background-size: contain; }

.webp .materials-article .elem:nth-of-type(odd),
.webp .materials-row .elem:nth-of-type(odd) {
  background: url("../images/materials2.webp") 50% 50% no-repeat;
  background-size: contain; }

.webp .materials-article .elem:nth-of-type(even),
.webp .materials-row .elem:nth-of-type(even) {
  background: url("../images/materials1.webp") 50% 50% no-repeat;
  background-size: contain; }

.material-item {
  width: 100%;
  border: 1px solid #33dbff;
  margin-bottom: 30px;
  position: relative;
  padding: 30px 30px 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: -webkit-box-shadow .2s ease-out;
  transition: -webkit-box-shadow .2s ease-out;
  transition: box-shadow .2s ease-out;
  transition: box-shadow .2s ease-out, -webkit-box-shadow .2s ease-out;
  z-index: 10;
  overflow: hidden; }
  @media (max-width: 767px) {
    .material-item {
      padding: 20px;
      margin-bottom: 20px; } }
  .material-item > div:first-of-type {
    margin-bottom: 50px;
    min-height: 280px; }
    @media (max-width: 1280px) {
      .material-item > div:first-of-type {
        min-height: 238px; } }
    @media (max-width: 992px) {
      .material-item > div:first-of-type {
        min-height: 170px;
        margin-bottom: 40px; } }
    @media (max-width: 767px) {
      .material-item > div:first-of-type {
        min-height: 1px;
        margin-bottom: 30px; } }
  .material-item .title {
    font-size: 2.2rem;
    line-height: 1.1;
    font-style: italic;
    max-height: 12.1rem;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 5;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    padding: 0 3px;
    margin: 0 -3px 15px; }
    @media (max-width: 992px) {
      .material-item .title {
        font-size: 1.8rem;
        max-height: 9.9rem; } }
    @media (max-width: 767px) {
      .material-item .title {
        font-size: 1.6rem;
        margin-bottom: 10px; } }
  .material-item .tags {
    color: #33dbff;
    font-size: 13px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-style: italic;
    line-height: 1.1; }
    @media (max-width: 767px) {
      .material-item .tags {
        font-size: 12px; } }
    .material-item .tags div + div {
      margin-top: 5px; }
  .material-item .text {
    line-height: 1.5;
    font-size: 1rem;
    max-height: 10.5rem;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 7;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical; }
  .material-item .date {
    font-size: 1rem;
    font-style: italic;
    position: absolute;
    bottom: 25px;
    left: 30px; }
    @media (max-width: 767px) {
      .material-item .date {
        position: relative;
        bottom: 0;
        left: 0;
        margin-top: 30px; } }
  .material-item .title,
  .material-item .text,
  .material-item .date {
    color: #141414; }
  .material-item:active, .material-item:hover {
    -webkit-box-shadow: 0 0 20px rgba(43, 183, 216, 0.5), inset 0 0 20px rgba(43, 183, 216, 0.5);
            box-shadow: 0 0 20px rgba(43, 183, 216, 0.5), inset 0 0 20px rgba(43, 183, 216, 0.5); }

.materials-row + .button-wrap {
  margin: 50px auto 0; }
  @media (max-width: 992px) {
    .materials-row + .button-wrap {
      margin-top: 30px; } }
  @media (max-width: 767px) {
    .materials-row + .button-wrap {
      margin-top: 0;
      margin-bottom: 40px; } }

.btn-more {
  position: relative;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #141414;
  font-style: italic;
  padding: 9px 0; }
  .btn-more:after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-right: 1px solid #141414;
    border-bottom: 1px solid #141414;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: color .2s ease,  -webkit-transform .2s ease;
    transition: color .2s ease,  -webkit-transform .2s ease;
    transition: color .2s ease,  transform .2s ease;
    transition: color .2s ease,  transform .2s ease,  -webkit-transform .2s ease; }
  .btn-more:active:after, .btn-more:hover:after {
    border-color: #33dbff;
    -webkit-transform: rotate(45deg) translate(5px, 5px);
        -ms-transform: rotate(45deg) translate(5px, 5px);
            transform: rotate(45deg) translate(5px, 5px); }

.materials-other {
  z-index: 10;
  margin-top: 8rem;
  position: relative; }
  @media (max-width: 992px) {
    .materials-other {
      margin-top: 6rem; } }
  @media (max-width: 767px) {
    .materials-other {
      margin-top: 4rem; } }
  .materials-other .elem {
    display: none; }

.announce {
  font-size: 1.3rem;
  max-width: 1150px;
  margin-bottom: 50px; }
  @media (max-width: 767px) {
    .announce {
      margin-bottom: 30px; } }

.personal-page-content h1 {
  margin: 0; }

.materials-page-content,
.personal-page-content {
  margin-top: -50px;
  padding-top: 80px; }

.small-auth-title.popup-title {
  font-size: 58px; }
  @media (max-width: 991px) {
    .small-auth-title.popup-title {
      font-size: 42px; } }
  @media (max-width: 767px) {
    .small-auth-title.popup-title {
      font-size: 26px; } }

.result-title {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.3; }

.not-completed .result-title {
  font-weight: 400; }

.result-row {
  position: relative;
  margin-top: 20px;
  padding: 30px;
  background: #32323E;
  -webkit-backdrop-filter: blur(35px);
          backdrop-filter: blur(35px);
  border-radius: 25px; }
  @media (max-width: 1000px) {
    .result-row {
      padding: 20px; } }
  @media (max-width: 767px) {
    .result-row {
      padding: 0;
      background: transparent;
      border-top: 1px solid #333333;
      border-radius: 0; }
      .result-row:first-child {
        border-top: none; } }
  .result-row .result-wrap {
    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; }
    @media (max-width: 1000px) {
      .result-row .result-wrap .result-left {
        width: 100%; } }

@property --p {
  .result-row .result-wrap {
    syntax: '<number>';
    inherits: true;
    initial-value: 1; } }
    .result-row .result-wrap .result-right-percentage {
      --p: 20;
      /* the percentage */
      --b: 0px;
      /* the thickness */
      --c: #0FA9F8;
      /* the color */
      --w: 106px;
      /* the size */
      position: relative; }
      @media (max-width: 1000px) {
        .result-row .result-wrap .result-right-percentage {
          display: none; } }
      .result-row .result-wrap .result-right-percentage .circle-percentage-bg {
        width: var(--w);
        height: var(--w);
        position: absolute;
        top: 0;
        left: 0;
        border: 9px solid #43434e;
        border-radius: 50%; }
      .result-row .result-wrap .result-right-percentage .circle-percentage {
        width: var(--w);
        position: relative;
        display: inline-grid;
        font-size: 16px;
        aspect-ratio: 1 / 1;
        place-content: center; }
        .result-row .result-wrap .result-right-percentage .circle-percentage::before, .result-row .result-wrap .result-right-percentage .circle-percentage::after {
          content: "";
          position: absolute;
          border-radius: 50%; }
        .result-row .result-wrap .result-right-percentage .circle-percentage::before {
          inset: 0;
          background: radial-gradient(farthest-side, var(--c) 98%, #0000) top/var(--b) var(--b) no-repeat, conic-gradient(var(--c) calc(var(--p) * 1%), #0000 0);
          -webkit-mask: radial-gradient(farthest-side, #0000 calc(99% - var(--b)), #000 calc(100% - var(--b)));
          mask: radial-gradient(farthest-side, #0000 calc(99% - var(--b)), #000 calc(100% - var(--b))); }
        .result-row .result-wrap .result-right-percentage .circle-percentage::after {
          inset: calc(50% - var(--b) / 2);
          background: var(--c);
          -webkit-transform: rotate(calc(var(--p) * 3.6deg - 90deg)) translate(calc(var(--w) / 2 - 50%));
              -ms-transform: rotate(calc(var(--p) * 3.6deg - 90deg)) translate(calc(var(--w) / 2 - 50%));
                  transform: rotate(calc(var(--p) * 3.6deg - 90deg)) translate(calc(var(--w) / 2 - 50%)); }

.result-row:first-child {
  margin-top: 0; }

.animation-box {
  visibility: visible !important; }

.thinking-types {
  margin-bottom: 50px; }

.thinking-types-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch; }

.thinking-types-panel {
  width: 55%;
  -ms-flex-preferred-size: 55%;
  flex-basis: 55%;
  position: relative;
  border: 1px solid #ccc;
  padding: 100px 45px;
  background-color: #fff;
  overflow: hidden;
  -webkit-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out; }

.reflector-panel {
  min-height: 580px;
  padding-right: 145px;
  width: 45%;
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
  margin-top: 110px;
  z-index: 10; }

.centrist-panel {
  min-height: 610px;
  padding-bottom: 245px;
  padding-left: 160px;
  margin-left: -1px;
  z-index: 20; }

.constructor-panel {
  margin: -295px auto 0;
  z-index: 30;
  padding-bottom: 135px;
  min-height: 500px;
  width: 50%;
  max-width: 720px; }

.thinking-types-header {
  margin-bottom: 30px;
  line-height: 1;
  font-size: 2rem;
  color: #080808;
  text-transform: uppercase;
  font-weight: 300; }

.reflector-panel .thinking-types-header {
  font-weight: 400;
  font-style: italic; }

.centrist-panel .thinking-types-header {
  font-weight: 700; }

.thinking-types-panel-content {
  position: relative;
  -webkit-transition: opacity .05s linear;
  transition: opacity .05s linear;
  opacity: 0; }

.thinking-types-panel.animated .thinking-types-panel-content {
  opacity: 1; }

.thinking-types-panel ol {
  font-weight: 300;
  list-style: none;
  padding: 0;
  counter-reset: ol-list;
  max-width: 325px; }

.thinking-types-panel li {
  position: relative;
  padding-left: 30px; }

.thinking-types-panel li:before {
  content: counter(ol-list) ".";
  counter-increment: ol-list;
  position: absolute;
  left: 0;
  top: 8px;
  font-weight: 900;
  color: #080808;
  font-size: .5416rem; }

.thinking-types-panel li + li {
  margin-top: 15px; }

.thinking-types-panel:before {
  content: '';
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #e2e2e2; }

.reflector-panel.animated:before {
  -webkit-animation: gray-bck 1s cubic-bezier(0.96, 0.43, 0.41, 0.82) 0.3s;
          animation: gray-bck 1s cubic-bezier(0.96, 0.43, 0.41, 0.82) 0.3s; }

.centrist-panel.animated.animated:before {
  -webkit-animation: gray-bck 1s cubic-bezier(0.96, 0.43, 0.41, 0.82) 0.5s;
          animation: gray-bck 1s cubic-bezier(0.96, 0.43, 0.41, 0.82) 0.5s; }

.constructor-panel.animated.animated:before {
  -webkit-animation: gray-bck 1s cubic-bezier(0.96, 0.43, 0.41, 0.82) 0.7s;
          animation: gray-bck 1s cubic-bezier(0.96, 0.43, 0.41, 0.82) 0.7s; }

.reflector-panel .thinking-types-panel-content {
  -webkit-transition-delay: .8s;
          transition-delay: .8s; }

.centrist-panel .thinking-types-panel-content {
  -webkit-transition-delay: 1s;
          transition-delay: 1s; }

.constructor-panel .thinking-types-panel-content {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s; }

@-webkit-keyframes gray-bck {
  0% {
    width: 0; }
  50% {
    width: 100%;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    width: 100%;
    -webkit-transform: translateX(100%);
            transform: translateX(100%); } }

@keyframes gray-bck {
  0% {
    width: 0; }
  50% {
    width: 100%;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    width: 100%;
    -webkit-transform: translateX(100%);
            transform: translateX(100%); } }

.bck-box, .bck-box-2 {
  position: absolute;
  width: 110px;
  height: 110px;
  overflow: hidden; }

.reflector-panel .bck-box {
  left: 0;
  bottom: 0;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc; }

.centrist-panel .bck-box {
  left: 0;
  top: 109px;
  border: 1px solid #ccc;
  border-left: 0; }

.centrist-panel .bck-box-2 {
  top: 0;
  right: 0;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }

.centrist-panel:after {
  content: '';
  position: absolute;
  left: 109px;
  top: 219px;
  bottom: 0;
  width: 1px;
  background-color: #ccc; }

.centrist-panel .bck-box:before, .constructor-panel .bck-box:before, .page-section-2 .box-2:before, .advantages-panel-large .bck-box:before, .half-box:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 200%;
  height: 1px;
  background-color: #ccc;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg); }

.constructor-panel .bck-box {
  right: 0;
  bottom: 0;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc; }

.page-section {
  position: relative;
  padding: 180px 0;
  overflow: hidden; }

.page-section:before, .page-section:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px; }

.page-section:before {
  left: 110px; }

.page-section:after {
  right: 110px; }

.section-white:before, .section-white:after {
  background-color: #ccc; }

.dark-section {
  background-color: #080808;
  padding: 0;
  position: relative;
  color: #fff; }

.dark-section:before, .dark-section:after {
  background-color: #1e1e1e; }

.section-red:before, .section-red:after {
  background-color: rgba(255, 255, 255, 0.2); }

.dark-section:after {
  display: none; }

.centrist-text-type {
  font-weight: 700;
  font-style: normal; }

.constructor-text-type {
  font-weight: 300;
  font-style: normal; }

.animated-text-row {
  position: relative;
  line-height: 1;
  overflow: hidden;
  z-index: 10; }

.animated-text-row-group {
  margin: 60px 0; }

.animated-text-row-group:first-child {
  margin-top: 0; }

.animated-text-row-group:last-child {
  margin-bottom: 0; }

.animated-text-row + .animated-text-row {
  margin-top: 5px; }

.text-row-content {
  font-size: 2.5rem;
  position: relative;
  display: inline-block;
  color: transparent;
  -webkit-transition: color .05s ease-out .35s;
  transition: color .05s ease-out .35s; }

.text-row-content.animated {
  color: #000; }

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

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

.text-animation-left .text-overlay {
  content: '';
  position: absolute;
  left: 0;
  width: 0;
  bottom: 0;
  top: 0;
  background-color: #ae0f0a;
  z-index: 5;
  -webkit-transition: width 0.4s cubic-bezier(0.96, 0.43, 0.41, 0.82), left 0.3s cubic-bezier(0.96, 0.43, 0.41, 0.82) 0.4s;
  transition: width 0.4s cubic-bezier(0.96, 0.43, 0.41, 0.82), left 0.3s cubic-bezier(0.96, 0.43, 0.41, 0.82) 0.4s; }

.text-animation-right .text-overlay {
  content: '';
  position: absolute;
  right: 0;
  width: 0;
  bottom: 0;
  top: 0;
  background-color: #ae0f0a;
  z-index: 5;
  -webkit-transition: width 0.4s cubic-bezier(0.96, 0.43, 0.41, 0.82), right 0.3s cubic-bezier(0.96, 0.43, 0.41, 0.82) 0.4s;
  transition: width 0.4s cubic-bezier(0.96, 0.43, 0.41, 0.82), right 0.3s cubic-bezier(0.96, 0.43, 0.41, 0.82) 0.4s; }

.text-animation-right.animated .text-overlay {
  right: 102%;
  width: 100vw; }

.text-animation-left.animated .text-overlay {
  left: 102%;
  width: 100vw; }

.page-section-2 .box-1 {
  left: 110px;
  bottom: 0;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc; }

.page-section-2 .box-2 {
  right: 0;
  bottom: 0;
  border-top: 1px solid #ccc; }

.section-red {
  background-color: #ae0f0a;
  color: #fff; }

.page-section-3 {
  padding: 235px 0; }

.page-section-3 .text-row-content.animated {
  color: #fff; }

.section-red .text-overlay {
  background-color: #fff; }

.section-red .text-row-content.animated {
  color: #fff; }

.advantages-panels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  position: relative; }

.advantages-panels .box-1 {
  right: 0;
  top: 100%;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc; }

.advantages-panels-right {
  border-left: 1px solid #ccc; }

.advantages-panel-large {
  position: relative;
  padding: 40px 35px;
  overflow: hidden;
  width: 50%; }

.advantages-panel-large .bck-box {
  right: 0;
  top: 0;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc; }

.advantages-panel-header {
  max-width: 475px;
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 1.1; }

.advantages-panels-right {
  width: 50%; }

.advantages-panel-small {
  position: relative;
  overflow: hidden;
  padding: 30px 50px 40px; }

.advantages-panel-small + .advantages-panel-small {
  border-top: 1px solid #ccc; }

.advantages-panel-text {
  max-width: 660px; }

.panel-num {
  margin-bottom: 20px;
  font-weight: 900;
  color: #080808;
  font-size: .5416rem;
  line-height: 1; }

.advantages-panel-content {
  position: relative;
  -webkit-transition: opacity .05s linear;
  transition: opacity .05s linear;
  opacity: 0; }

.animation-panel.animated .advantages-panel-content {
  opacity: 1; }

.animation-panel:before {
  content: '';
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #e2e2e2; }

.advantages-panel-large.animated:before {
  -webkit-animation: gray-bck 1s cubic-bezier(0.96, 0.43, 0.41, 0.82);
          animation: gray-bck 1s cubic-bezier(0.96, 0.43, 0.41, 0.82); }

.advantages-panel-small:nth-child(1).animated:before {
  -webkit-animation: gray-bck 1s cubic-bezier(0.96, 0.43, 0.41, 0.82) 0.1s;
          animation: gray-bck 1s cubic-bezier(0.96, 0.43, 0.41, 0.82) 0.1s; }

.advantages-panel-small:nth-child(2).animated:before {
  -webkit-animation: gray-bck 1s cubic-bezier(0.96, 0.43, 0.41, 0.82) 0.2s;
          animation: gray-bck 1s cubic-bezier(0.96, 0.43, 0.41, 0.82) 0.2s; }

.advantages-panel-small:nth-child(3).animated:before {
  -webkit-animation: gray-bck 1s cubic-bezier(0.96, 0.43, 0.41, 0.82) 0.3s;
          animation: gray-bck 1s cubic-bezier(0.96, 0.43, 0.41, 0.82) 0.3s; }

.advantages-panel-large .advantages-panel-content {
  -webkit-transition-delay: .4s;
          transition-delay: .4s; }

.advantages-panel-small:nth-child(1) .advantages-panel-content {
  -webkit-transition-delay: .5s;
          transition-delay: .5s; }

.advantages-panel-small:nth-child(2) .advantages-panel-content {
  -webkit-transition-delay: .6s;
          transition-delay: .6s; }

.advantages-panel-small:nth-child(3) .advantages-panel-content {
  -webkit-transition-delay: .7s;
          transition-delay: .7s; }

.text-type-small {
  letter-spacing: 0;
  font-size: 1rem;
  font-weight: 700; }

.page-section-4 .text-row-content {
  font-weight: 300; }

.page-section-4 .text-row-content span {
  font-weight: 400;
  font-style: italic; }

.dark-ticker {
  line-height: 110px;
  background-color: #141414;
  display: block; }

.dark-ticker marquee {
  display: block; }

.dark-ticker-text {
  color: #fff;
  font-style: italic;
  text-transform: uppercase;
  font-size: 4.375rem; }

.test-questions-container {
  margin-top: 190px;
  position: relative;
  padding-bottom: 200px; }

.question-container {
  position: relative; }

.question-container + .question-container {
  margin-top: 50px; }

.question-preview-text {
  margin-bottom: 65px;
  font-style: italic; }

.question-preview-text-mobile {
  margin-bottom: 30px;
  font-style: italic; }

.question-container:first-child .question-preview-text {
  padding-top: 0; }

.test-form {
  max-width: 1100px; }

.test-container {
  width: 100%;
  background: #2A2A3A; }
  .test-container .test-page-content {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 60px 30px 0 30px; }
  @media (max-width: 1000px) {
    .test-container .test-page-content {
      padding: 0 10px; } }
  @media (max-width: 600px) {
    .test-container .answer-row__radio-item label {
      width: 20px;
      height: 20px;
      font-size: 13px; } }

.button-wrap2 {
  width: 100%;
  max-width: 1100px;
  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;
  margin: 0 auto;
  padding: 20px 0; }
  .button-wrap2 .button2 {
    max-width: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0; }
    @media (max-width: 1000px) {
      .button-wrap2 .button2 {
        margin-right: 0 !important; } }
    .button-wrap2 .button2:last-child {
      margin-right: 0 !important; }
      .button-wrap2 .button2:last-child button {
        margin-left: 15px; }
    .button-wrap2 .button2 button {
      padding: 15px 25px; }

.test-container2 .question-num {
  position: relative;
  margin-bottom: 20px; }

.test-container2 .question-row {
  display: block; }

.test-container2 .question-row-for-answers__name {
  width: calc(50% - 20px);
  padding-right: 20px; }
  @media (max-width: 1220px) {
    .test-container2 .question-row-for-answers__name {
      width: 100%; } }

.test-container2 .answer-row {
  width: 50%; }
  @media (max-width: 1220px) {
    .test-container2 .answer-row {
      width: 100%; } }
  @media (max-width: 720px) {
    .test-container2 .answer-row {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.test-container2 .question-row-for-answers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1220px) {
    .test-container2 .question-row-for-answers {
      display: block; } }

.test-container2 .answer-row__radio-item label {
  width: auto;
  height: auto;
  display: inline-block;
  padding: 10px;
  border-radius: 35px; }
  @media (max-width: 720px) {
    .test-container2 .answer-row__radio-item label {
      width: 90%;
      margin-right: 0; } }

.test-container2 .answer-row__radio-item {
  text-align: center; }
  @media (max-width: 720px) {
    .test-container2 .answer-row__radio-item {
      width: 50%;
      margin-bottom: 20px; } }

.question-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.sortable-question-header {
  margin-bottom: 10px;
  padding-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #19cbfe;
  text-shadow: 0 0 10px rgba(51, 219, 255, 0.9); }
  @media (max-width: 1280px) {
    .sortable-question-header {
      margin-top: 30px; } }

.desktop-title,
.mobile-title {
  display: none !important; }

@media (min-width: 768px) {
  .desktop-title {
    display: block !important; } }

@media (max-width: 767px) {
  .mobile-title {
    display: block !important; } }

.sortable-question-row .row {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative; }

.sortable-question-item {
  height: 100%;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
  position: relative;
  padding: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.media-player-wrap {
  justify-self: flex-end;
  margin-top: 15px; }

.media-duration {
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .15em;
  white-space: nowrap; }

.media-duration span {
  display: inline-block;
  padding-top: 5px; }

.mediPlayer {
  max-width: 65px;
  margin: 0 auto; }

.sortable-question-item:active {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.question-num {
  font-size: 36px;
  font-weight: 600;
  white-space: nowrap; }
  @media (max-width: 1000px) {
    .question-num {
      font-size: 36px; } }
  @media (max-width: 600px) {
    .question-num {
      font-size: 24px; } }

.question-num span {
  color: #19cbfe; }

.personal-form .popup-form-fields {
  width: 530px;
  max-width: 100%;
  margin: 0 auto; }
  .personal-form .popup-form-fields .fieldset {
    border-radius: 10px;
    overflow: hidden; }

.question-num.animated {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

.question-content {
  width: 100%;
  max-width: 1100px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 auto;
  background: #32323E;
  -webkit-backdrop-filter: blur(35px);
          backdrop-filter: blur(35px);
  border-radius: 10px; }

.question-container:first-child .question-content {
  padding-top: 0; }

.question-container:first-child .question-content .question-value:before, .question-container:first-child .question-content .question-value:after {
  display: none; }

.question-content-col {
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
  width: 33.33%;
  min-height: 175px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px; }

.question-value {
  border: 1px solid #04d5ff;
  font-weight: 300;
  position: relative;
  z-index: 10; }

.question-value:before, .question-value:after {
  content: '';
  position: absolute;
  left: -1px;
  top: -110px;
  height: 110px;
  width: 1px; }

.question-value:after {
  left: auto;
  right: -1px; }

.question-value.value-right:after {
  display: none; }

.question-radio-row {
  width: 100%; }
  @media (min-width: 768px) {
    .question-radio-row {
      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; } }

.question-radio-col {
  position: relative;
  padding: 0 8px;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  width: 20%; }
  @media (max-width: 767px) {
    .question-radio-col {
      float: left; } }

.question-radio {
  margin: 0 auto;
  width: 42px;
  height: 42px;
  position: relative; }

.question-radio input {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0; }

.question-radio label {
  display: block;
  color: #32d5f9;
  height: 42px;
  width: 42px;
  font-size: 12px;
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
  text-align: center;
  line-height: 42px;
  border-radius: 100%;
  cursor: pointer;
  position: relative; }

.question-radio label:before, .question-radio label:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 100%;
  -webkit-transition: opacity .25s ease-out;
  transition: opacity .25s ease-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.question-radio label:before {
  border: 1px solid #32d5f9; }

.question-radio label:after {
  border: 1px solid #f92b2d;
  -webkit-box-shadow: 0 0 20px rgba(255, 57, 76, 0.4);
          box-shadow: 0 0 20px rgba(255, 57, 76, 0.4);
  opacity: 0; }

.no-touchevents .question-radio label:hover {
  color: #ae0f0a; }

.no-touchevents .question-radio label:hover:before {
  -webkit-transition: opacity 0.25s ease-out, -webkit-transform 0.5s cubic-bezier(0.96, 0.38, 0.32, 0.74);
  transition: opacity 0.25s ease-out, -webkit-transform 0.5s cubic-bezier(0.96, 0.38, 0.32, 0.74);
  transition: opacity 0.25s ease-out, transform 0.5s cubic-bezier(0.96, 0.38, 0.32, 0.74);
  transition: opacity 0.25s ease-out, transform 0.5s cubic-bezier(0.96, 0.38, 0.32, 0.74), -webkit-transform 0.5s cubic-bezier(0.96, 0.38, 0.32, 0.74);
  opacity: 0; }

.no-touchevents .question-radio label:hover:after, .question-radio input:checked + label:after {
  -webkit-transition: opacity 0.25s ease-out, -webkit-transform 0.5s cubic-bezier(0.96, 0.38, 0.32, 0.74);
  transition: opacity 0.25s ease-out, -webkit-transform 0.5s cubic-bezier(0.96, 0.38, 0.32, 0.74);
  transition: opacity 0.25s ease-out, transform 0.5s cubic-bezier(0.96, 0.38, 0.32, 0.74);
  transition: opacity 0.25s ease-out, transform 0.5s cubic-bezier(0.96, 0.38, 0.32, 0.74), -webkit-transform 0.5s cubic-bezier(0.96, 0.38, 0.32, 0.74);
  opacity: 1;
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg); }

.question-radio input:checked + label:before {
  -webkit-transition: opacity .1s ease-out;
  transition: opacity .1s ease-out;
  opacity: 0 !important; }

.question-radio input:checked + label {
  color: #a60909; }

.question-value .value-bck {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden; }

.question-value .value-bck:before, .question-value .value-bck:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transform: translateX(-105%);
      -ms-transform: translateX(-105%);
          transform: translateX(-105%);
  transition: transform 0.3s cubic-bezier(0.96, 0.38, 0.32, 0.74) 0.4s, -webkit-transform 0.3s cubic-bezier(0.96, 0.38, 0.32, 0.74) 0.4s; }

.value-bck-1:before {
  background-color: #c00012; }

.value-bck-1:after {
  background-color: #c00012; }

.value-bck-2:before {
  background-color: #c00012; }

.value-bck-2:after {
  background-color: #c00012; }

.value-bck-3:before {
  background-color: #c00012; }

.active-1 .value-left .value-bck-1:before {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  z-index: 2;
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

.active-2 .value-left .value-bck-1:after {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  z-index: 2;
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

.active-3 .value-left .value-bck-2:before {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  z-index: 2;
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

.active-4 .value-left .value-bck-2:after {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  z-index: 2;
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

.active-5 .value-left .value-bck-3:before {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  z-index: 2;
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

.active-5 .value-right .value-bck-1:before {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  z-index: 2;
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

.active-4 .value-right .value-bck-1:after {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  z-index: 2;
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

.active-3 .value-right .value-bck-2:before {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  z-index: 2;
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

.active-2 .value-right .value-bck-2:after {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  z-index: 2;
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

.active-1 .value-right .value-bck-3:before {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  z-index: 2;
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

.question-value-title {
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out;
  position: relative;
  z-index: 10;
  color: #fff; }

.question-value .value-bck-3 {
  overflow: hidden; }

.question-value .value-bck-3:after {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 11;
  height: 100%;
  width: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  background-color: #e2e2e2; }

/**/
.question-row-for-answers {
  padding: 20px;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .question-row-for-answers {
      padding: 10px; } }

.current-question-row-radios .question-row-for-answers {
  border-top: 1px solid #F7F7F7; }
  .current-question-row-radios .question-row-for-answers:first-child {
    border-top: none; }
  @media (max-width: 767px) {
    .current-question-row-radios .question-row-for-answers {
      border-top: none; } }

.question-row-for-answers__name {
  margin-bottom: 0.5em; }

.question-row-for-answers__name--small {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3; }

.answer-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 767px) {
    .answer-row__radio-item {
      background: #32323E; }
      .answer-row__radio-item:first-child {
        border-radius: 10px 0 0 10px; }
      .answer-row__radio-item:last-child {
        border-radius: 0 10px 10px 0; } }

.answer-row__radio-item input {
  display: none; }

.answer-row__radio-item label {
  width: 35px;
  height: 35px;
  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;
  margin-right: 30px;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  cursor: pointer; }
  @media (max-width: 767px) {
    .answer-row__radio-item label {
      margin-right: 0;
      border-right: 1px solid #ffffff;
      border-radius: 0; } }

@media (max-width: 767px) {
  .answer-row__radio-item:first-child label {
    border-radius: 10px 0 0 10px; }
  .answer-row__radio-item:last-child label {
    border-radius: 0 10px 10px 0; } }

.test-container.test--cognitive-distortions .current-question-row-list .question-row-for-answers,
.test-container.test--intuitsiya-v-prinyatii-resheniy .current-question-row-list .question-row-for-answers {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 20px;
  margin-bottom: 0;
  border-bottom: 1px solid #ffffff;
  cursor: pointer; }
  .test-container.test--cognitive-distortions .current-question-row-list .question-row-for-answers:last-child,
  .test-container.test--intuitsiya-v-prinyatii-resheniy .current-question-row-list .question-row-for-answers:last-child {
    border-bottom: none; }

.test-container.test--cognitive-distortions .current-question-row-list .answer-row__radio-item,
.test-container.test--intuitsiya-v-prinyatii-resheniy .current-question-row-list .answer-row__radio-item {
  width: 28px;
  height: 28px;
  border-radius: 50%; }
  .test-container.test--cognitive-distortions .current-question-row-list .answer-row__radio-item:last-child label,
  .test-container.test--intuitsiya-v-prinyatii-resheniy .current-question-row-list .answer-row__radio-item:last-child label {
    width: 100%;
    height: 100%;
    border-radius: 50%; }

.test-container.test--intuitsiya-v-prinyatii-resheniy .current-question-row-list .question-row-for-answers {
  border-bottom: 1px solid #464650; }

@media (max-width: 768px) {
  .test-container.test--intuitsiya-v-prinyatii-resheniy .current-question-row-list .answer-row__radio-item {
    width: 14px;
    height: 14px; } }

.test-container.test--intuitsiya-v-prinyatii-resheniy .current-question-row-list .answer-row__radio-item input:checked + label {
  background: #0FA9F8;
  border: none; }

.test-container.test--intuitsiya-v-prinyatii-resheniy .current-question-row-list .answer-row__radio-item label {
  border: 1px solid #AAACCD; }

.answer-row__radio-item label:hover {
  background: #aaaccd;
  color: #000000; }

.answer-row__radio-item input:checked + label {
  background: #ffffff;
  color: #000000; }

.answer-row__radio-item input:disabled + label {
  pointer-events: none;
  opacity: 0.5; }

/**/
/*
.question-value.animated .value-bck-3:after {
-webkit-animation: gray-bck 1s cubic-bezier(.96, .43, .41, .82) .2s;
animation: gray-bck 1s cubic-bezier(.96, .43, .41, .82) .2s
}
*/
.question-value.animated .question-value-title {
  color: #fff;
  -webkit-transition-delay: .6s;
          transition-delay: .6s; }

.active-1 .question-value-title, .active-2 .question-value-title, .active-3 .question-value-title, .active-4 .question-value-title, .active-5 .question-value-title {
  color: #fff !important;
  -webkit-transition-delay: 0s !important;
          transition-delay: 0s !important; }

.active-5 .value-left .question-value-title {
  color: #fff !important;
  -webkit-transition-delay: 0s !important;
          transition-delay: 0s !important; }

.active-1 .value-right .question-value-title {
  color: #fff !important;
  -webkit-transition-delay: 0s !important;
          transition-delay: 0s !important; }

.form-submit-link {
  border: 0;
  outline: 0;
  background: 0; }

.total-question-num {
  font-size: 100px;
  font-weight: 300;
  line-height: .6;
  position: fixed;
  z-index: 200; }

.go-back {
  position: absolute;
  text-align: center;
  width: 110px;
  height: 110px;
  background-color: #141414;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  font-size: 11px;
  letter-spacing: .1em;
  padding-top: 60px; }

.go-back:focus, .go-back:hover, .go-back:active {
  background-color: #ae0f0a;
  color: #fff; }

.go-back span {
  position: absolute;
  width: 85px;
  height: 40px;
  border: 1px solid #fff;
  border-left: 0;
  z-index: 10;
  bottom: 35px;
  left: 15px; }

.go-back span:before {
  content: '';
  position: absolute;
  left: 0;
  top: -5px;
  width: 8px;
  height: 8px;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.header-line-large {
  font-size: 4.375rem;
  line-height: 105px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .02em; }

.result-page-text {
  max-width: 980px;
  margin: 0 0 200px; }

.result-bottom-text {
  margin-bottom: 200px; }

.result-page-text p + p {
  margin-top: 25px; }

.large-text-type {
  font-weight: 300;
  font-style: normal;
  font-style: 2.5rem; }

.text-block {
  margin-top: 30px;
  font-weight: 300;
  max-width: 980px; }

.subscribe-form {
  position: relative;
  margin: 100px -1px 200px -1px;
  padding-right: 50%; }

.subscribe-form input {
  height: 110px;
  border: 1px solid #ae0f0a;
  border-radius: 0 !important;
  background-color: #fff;
  color: #141414;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .02em;
  padding: 0 35px;
  font-size: 1.33rem; }

.subscribe-btn {
  position: absolute;
  left: 50%;
  top: 0;
  width: 50%;
  height: 110px;
  z-index: 20;
  background: #ae0f0a;
  border: 0;
  outline: 0;
  cursor: pointer;
  font-size: 1.33rem;
  line-height: 110px;
  color: #fff;
  padding: 0; }

.button-text {
  white-space: nowrap; }

.button-text span {
  -webkit-transition: border-color .25s ease-out;
  transition: border-color .25s ease-out;
  border-bottom: 1px solid #fff;
  display: inline-block; }

.subscribe-btn:hover .button-text span {
  border-color: transparent; }

.subscribe-btn marquee {
  display: block;
  padding: 0 25px;
  line-height: 1.1; }

.agree-text {
  position: absolute;
  left: 50%;
  top: 100%;
  font-weight: 300;
  color: #141414;
  margin-top: 15px;
  width: 50%;
  max-width: 405px;
  font-size: .75rem; }

.agree-text a {
  color: #141414;
  text-decoration: none;
  border-bottom: 1px solid #141414; }

.agree-text a:hover, .agree-text a:active {
  border-color: transparent; }

.fade-animation {
  -webkit-transition: opacity .35s ease-out .1s;
  transition: opacity .35s ease-out .1s;
  opacity: 0; }

.fade-animation.animated {
  opacity: 1; }

.socials-section {
  width: 100%;
  padding: 50px 0; }

.socail-item svg {
  max-width: 50px;
  max-height: 50px; }

.socail-item path {
  fill: #00d2ff;
  -webkit-transition: fill .3s ease-out;
  transition: fill .3s ease-out; }

.socials-section-title {
  margin-bottom: 100px; }
  .socials-section-title > div {
    display: inline-block;
    vertical-align: top; }
    .socials-section-title > div + div {
      margin-left: 120px; }

.socail-item {
  display: block;
  text-align: center;
  position: relative;
  overflow: hidden; }

.share-results {
  position: absolute;
  right: 0; }
  .share-results .share-results > div {
    display: block; }
  .share-results .ya-share2__item {
    margin: 0 8px 0 0 !important;
    width: 32px;
    height: 32px;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease; }

.share-text {
  letter-spacing: 0.1em;
  font-size: 13px;
  font-style: italic;
  color: #ffffff;
  opacity: .5;
  text-transform: uppercase;
  margin: 0 0 10px 0; }

.share-results-wrap {
  min-height: 54px;
  position: relative; }

.result-top-block .share-results {
  top: 0; }

.result-bottom-block .share-results {
  top: -3px; }

.no-touchevents .socail-item:hover {
  background-color: #fff;
  border-color: #ff0003; }

.no-touchevents .socail-item:hover path {
  fill: #fff; }

.bottom-socails-title {
  font-weight: 700;
  line-height: 1;
  font-size: 2.5rem; }
  .bottom-socails-title span {
    display: block; }

.bottom-socails-text {
  margin-top: .5rem;
  font-size: 1.1rem;
  max-width: 460px; }

.ya-share2__item {
  margin: 0 80px 0 0 !important;
  width: 40px;
  height: 40px;
  text-align: center;
  position: relative;
  background: transparent 50% 50% no-repeat;
  background-size: cover; }
  @media (max-width: 992px) {
    .ya-share2__item {
      margin: 0 60px 0 0 !important; } }
  @media (max-width: 767px) {
    .ya-share2__item {
      margin: 0 40px 0 0 !important; } }
  @media (max-width: 560px) {
    .ya-share2__item {
      margin: 0 15px 0 0 !important; } }
  @media (max-width: 480px) {
    .ya-share2__item {
      margin: 0 0 0 0 !important; } }

.ya-share2__container_size_m .ya-share2__item:last-child {
  margin-right: 0 !important; }

.ya-share2__link {
  position: relative;
  width: 100%;
  height: 100%;
  display: block !important;
  -webkit-transition: border-color .2s ease-out;
  transition: border-color .2s ease-out; }

.ya-share2__badge {
  display: none !important; }

.ya-share2__item_service_vkontakte {
  background-image: url("../images/icon-vk.svg"); }

.ya-share2__item_service_facebook {
  background-image: url("../images/icon-fb.svg"); }

.ya-share2__item_service_odnoklassniki {
  background-image: url("../images/icon-odn.svg"); }

.ya-share2__item_service_twitter {
  background-image: url("../images/icon-tw.svg"); }

.ya-share2__item_service_viber {
  background-image: url("../images/icon-viber.svg"); }

.ya-share2__item_service_whatsapp {
  background-image: url("../images/icon-whats.svg"); }

.ya-share2__item_service_telegram {
  background-image: url("../images/icon-tg.svg"); }

.av-text-mobile {
  display: none;
  padding: 70px 0; }

.av-text {
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: uppercase; }

.av-name {
  font-size: 1.5rem;
  font-weight: 300;
  margin-top: 30px; }

.fancybox-container .popup-form {
  position: absolute;
  overflow: hidden;
  overflow-y: auto;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 50px 0; }

.popup-success,
.personal-page-content,
#modalQuestion,
#modalAuthForm,
#modalRegForm,
.auth-popap,
#howItWorksVideo {
  color: #141414; }
  .popup-success .fancybox-close-small,
  .personal-page-content .fancybox-close-small,
  #modalQuestion .fancybox-close-small,
  #modalAuthForm .fancybox-close-small,
  #modalRegForm .fancybox-close-small,
  .auth-popap .fancybox-close-small,
  #howItWorksVideo .fancybox-close-small {
    border: 1px solid #33dbff; }
  .popup-success .fancybox-close-small:hover,
  .personal-page-content .fancybox-close-small:hover,
  #modalQuestion .fancybox-close-small:hover,
  #modalAuthForm .fancybox-close-small:hover,
  #modalRegForm .fancybox-close-small:hover,
  .auth-popap .fancybox-close-small:hover,
  #howItWorksVideo .fancybox-close-small:hover {
    background: #33dbff; }
  .popup-success .fancybox-close-small:after,
  .personal-page-content .fancybox-close-small:after,
  #modalQuestion .fancybox-close-small:after,
  #modalAuthForm .fancybox-close-small:after,
  #modalRegForm .fancybox-close-small:after,
  .auth-popap .fancybox-close-small:after,
  #howItWorksVideo .fancybox-close-small:after {
    color: #141414; }
  .popup-success .fancybox-close-small:hover:after,
  .personal-page-content .fancybox-close-small:hover:after,
  #modalQuestion .fancybox-close-small:hover:after,
  #modalAuthForm .fancybox-close-small:hover:after,
  #modalRegForm .fancybox-close-small:hover:after,
  .auth-popap .fancybox-close-small:hover:after,
  #howItWorksVideo .fancybox-close-small:hover:after {
    color: #ffffff; }

#modalPersonalFill input[type=date],
#modalPersonalFill input[type=datetime],
#modalPersonalFill input[type=email],
#modalPersonalFill input[type=number],
#modalPersonalFill input[type=password],
#modalPersonalFill input[type=search],
#modalPersonalFill input[type=tel],
#modalPersonalFill input[type=text],
#modalPersonalFill input[type=time],
#modalPersonalFill input[type=url],
#modalPersonalFill textarea {
  /*border: 1px solid $blue;*/ }

.popup-form .result-text a {
  color: #141414;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #33dbff), color-stop(50%, #33dbff), color-stop(50.1%, #141414), to(#141414)) left bottom 0 no-repeat;
  background: linear-gradient(to right, #33dbff 0, #33dbff 50%, #141414 50.1%, #141414 100%) left bottom 0 no-repeat;
  background-size: 200% 2px;
  background-position: 0 100%; }
  .popup-form .result-text a:hover {
    background-position: 100% 100%; }

.select-gender-h2 {
  margin-bottom: 1rem !important; }

.new-label {
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #33dbff;
  font-size: 13px;
  font-weight: 600;
  z-index: 5; }
  @media (max-width: 767px) {
    .new-label {
      font-size: 10px; } }

.select-gender-text,
.register-form-new {
  /*max-width: 30rem;*/ }

.select-gender-text {
  width: 84.2%; }
  .select-gender-text .select_gender_group .labels-block {
    margin-bottom: 0;
    padding-top: 2.3%;
    padding-left: 2.3%; }
    .select-gender-text .select_gender_group .labels-block .form-message.alert {
      border: 0;
      color: #141414; }
  .select-gender-text .select_gender_group .reg_info_text {
    margin-top: 6.3rem;
    font-size: .9rem; }
    @media screen and (max-width: 1400px) {
      .select-gender-text .select_gender_group .reg_info_text {
        margin-top: 6.7rem; } }
    @media screen and (max-width: 1024px) {
      .select-gender-text .select_gender_group .reg_info_text {
        margin-top: 10px; } }
  @media screen and (max-width: 1024px) {
    .select-gender-text .select_gender_group {
      width: 100%; } }
  .select-gender-text .select_gender_sup {
    color: #c00012;
    font-size: 100%; }
  @media screen and (max-width: 1024px) {
    .select-gender-text {
      width: 100%; } }

.select_gender_group .checkbox [type="submit"] {
  pointer-events: none;
  opacity: 0.2; }

.select_gender_group .checkbox [type="checkbox"]:checked + label + [type="submit"] {
  pointer-events: auto;
  opacity: 1; }

.register-form-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.reg-text-important {
  padding-left: 2rem;
  position: relative;
  margin-right: 3rem; }
  @media (max-width: 767px) {
    .reg-text-important {
      margin-right: 4rem;
      padding-left: 1.5rem; } }
  .reg-text-important:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 2px;
    background: #33dbff;
    -webkit-box-shadow: 0px 0px 22.68px 4.32px rgba(51, 219, 255, 0.15);
            box-shadow: 0px 0px 22.68px 4.32px rgba(51, 219, 255, 0.15); }

.register-form-new .labels-block {
  margin-bottom: 2rem; }
  @media (max-width: 767px) {
    .register-form-new .labels-block {
      margin-bottom: 1rem; } }

.register-form-new .new-label {
  margin-bottom: .7rem; }

.register-form-new .btn-divider {
  margin-top: 1rem; }
  @media (max-width: 767px) {
    .register-form-new .btn-divider {
      margin-top: 0rem; } }

.register-form-new .checkbox,
.register-form-new .auth-btn-xl {
  margin-top: 2rem; }

.register-form-new .radio {
  display: inline-block;
  margin-right: 2rem;
  margin-bottom: 0; }

.no-touchevents .date-desktop {
  display: block !important; }

.no-touchevents .date-mobile {
  display: none !important; }

.touchevents .date-desktop {
  display: none !important; }

.touchevents .date-mobile {
  display: block !important; }

.date-desktop,
.date-mobile {
  letter-spacing: .07em; }

.form-message {
  padding-left: .8rem;
  border-left: 1px solid #c00012;
  color: #c00012;
  font-size: .9rem;
  margin: 10px 0 0 0; }

.form-message.alert {
  border-left: 1px solid #33dbff;
  color: #33dbff; }

.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active[disabled],
.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled] {
  background: -webkit-gradient(linear, left top, left bottom, from(#33dbff), color-stop(47%, #26b3d1), to(#33dbff)) !important;
  background: linear-gradient(to bottom, #33dbff 0%, #26b3d1 47%, #33dbff 100%) !important;
  color: #fff;
  text-shadow: none !important; }

.no-touchevents .register-form-new .radio label:hover,
.no-touchevents .register-form-new .checkbox label:hover {
  color: #141414; }

.no-touchevents .register-form-new .radio input:checked + label:hover,
.register-form-new .radio input:checked + label {
  color: #33dbff; }

.datepicker {
  padding: 1rem !important;
  border-radius: 0 !important;
  font-size: 1rem;
  border-color: #33dbff;
  color: #141414; }
  .datepicker td, .datepicker th {
    min-width: 2rem !important;
    height: 2rem !important;
    border-radius: 0 !important;
    text-align: center; }
  .datepicker .prev,
  .datepicker .next {
    font-size: 0 !important;
    position: relative; }
    .datepicker .prev:before,
    .datepicker .next:before {
      content: "";
      position: absolute;
      width: 12px;
      height: 12px;
      border-left: 2px solid #141414;
      border-bottom: 2px solid #141414;
      top: 9px; }
  .datepicker .prev:before {
    left: 13px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .datepicker .next:before {
    left: 8px;
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); }

.datepicker table tr td span {
  border-radius: 0 !important; }

.datepicker-dropdown.datepicker-orient-top:before {
  border-top: 7px solid #33dbff !important; }

.datepicker-dropdown.datepicker-orient-bottom:before {
  border-bottom: 7px solid #33dbff !important; }

.personal-page-content font.errortext {
  color: #c00012;
  font-size: 1rem; }

.popup-form-content {
  max-width: 1400px; }

.personal-page-content h1 {
  max-width: 329px;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.2; }
  @media (max-width: 1000px) {
    .personal-page-content h1 {
      font-size: 32px; } }

.personal-page-content .container-fluid-old .container-fluid-old {
  padding: 0 !important; }

@media (min-width: 1101px) {
  .popup-form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; } }

@media (max-width: 1100px) {
  .popup-form-row {
    display: block; } }

.fancybox-close-small {
  width: 50px;
  height: 50px;
  right: 25px;
  top: 25px;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out; }

.fancybox-close-small:after {
  left: 50%;
  top: 50%;
  font-weight: 300;
  font-size: 30px;
  color: #ffffff;
  -webkit-transform: translate(-50%, -45%);
      -ms-transform: translate(-50%, -45%);
          transform: translate(-50%, -45%);
  outline: 0; }

.fancybox-close-small:hover:after {
  color: #ffffff; }

.fancybox-container form[name="TinkoffPayForm"] {
  padding: 0; }
  .fancybox-container form[name="TinkoffPayForm"] .container-fluid-old {
    padding: 0; }
  .fancybox-container form[name="TinkoffPayForm"] .fancybox-close-small:after {
    color: #ffffff; }

.socials-auth-links svg {
  width: 100%;
  max-width: 38px; }

.socials-auth-links path {
  fill: #04d3ff;
  -webkit-transition: fill .2s ease-out;
  transition: fill .2s ease-out; }

.no-touchevents .socials-auth-links a:hover path {
  fill: #fff; }

.popup-top-link {
  margin-bottom: 90px; }
  @media (max-width: 991px) {
    .popup-top-link {
      margin-bottom: 70px; } }
  @media (max-width: 767px) {
    .popup-top-link {
      margin-bottom: 50px; } }

.popup-top-link a {
  color: #141414;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: .1em;
  display: inline-block;
  line-height: 1.1;
  border-bottom: 1px solid #33dbff;
  font-weight: 600; }

.no-touchevents .popup-top-link a:hover {
  border-color: transparent; }

.popup-title {
  margin-bottom: 30px;
  font-weight: 300;
  font-size: 80px;
  line-height: 1; }

.popup-form-fields, .socials-auth {
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out; }

.socials-auth {
  border: 1px solid #33dbff; }

.socials-auth-title {
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 13px;
  margin-bottom: 40px;
  line-height: 1.5; }

.socials-auth {
  width: 34%;
  min-width: 300px;
  max-width: 400px; }
  @media (max-width: 767px) {
    .socials-auth {
      min-width: 280px; } }
  .socials-auth > div {
    display: block; }
  .socials-auth > div + div {
    margin-top: 40px; }
    @media (max-width: 767px) {
      .socials-auth > div + div {
        margin-top: 20px; } }

.social-link {
  width: 100%;
  display: inline-block;
  padding: 10px 20px;
  font-size: 0;
  text-align: center;
  border-radius: 3px;
  white-space: nowrap;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }
  .social-link:hover {
    opacity: .9; }
  .social-link + .social-link {
    margin-top: 10px; }
  .social-link.vk img, .social-link.fb img {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 7px; }
  .social-link.vk span, .social-link.fb span {
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    font: 500 14px/20px 'Proxima Nova', 'Verdana', sans-serif; }
  .social-link.vk {
    background: #4680c2; }
  .social-link.fb {
    background: #4267b2; }
  .social-link.sber {
    background: #22a330; }
    .social-link.sber img {
      width: 170px;
      height: 22px; }

.auth-text {
  font-size: 13px;
  line-height: 1.2;
  margin-top: 5px; }

.socials-auth-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 200px;
  width: 100%; }

.socials-auth-links a {
  display: inline-block;
  width: 100%;
  max-width: 38px;
  margin-right: 20px; }

.popup-form-row-seporator {
  padding: 55px 50px;
  font-style: italic;
  text-transform: uppercase; }
  @media (max-width: 991px) {
    .popup-form-row-seporator {
      padding: 30px 0; } }

.popup-form-fields {
  width: 100%; }

.popup-form-fields.pena-fix {
  min-height: 400px; }

.field-row {
  font-size: 0; }
  .field-row + .field-row {
    border-top: 2px solid #edefef; }
  @media (min-width: 768px) {
    .field-row .form-group + .form-group {
      border-left: 2px solid #edefef; } }
  @media (max-width: 767px) {
    .field-row .form-group + .form-group {
      border-top: 2px solid #edefef; } }

.form-group {
  position: relative; }

.form-group label {
  position: absolute;
  left: 20px;
  top: 12px;
  z-index: 5;
  font-size: 13px;
  font-weight: 600;
  color: #33dbff;
  text-transform: uppercase;
  letter-spacing: .1em; }

.personal-form .form-group label {
  color: #777; }

.personal-form .form-group input {
  border-bottom-width: 0; }

.field-row .form-group {
  display: inline-block;
  width: 50%;
  margin-top: 0; }

.field-row .form-group:only-child {
  width: 100%; }

.field-row .form-group.form-group-small {
  width: 50%; }

.auth-btn-xl.large-main-button {
  font-weight: 400;
  font-style: italic;
  min-width: 300px;
  margin-right: 10px; }
  @media (max-width: 480px) {
    .auth-btn-xl.large-main-button {
      padding: 0 10px;
      min-width: 240px;
      margin-right: 0; } }

.forgot-btn-wrap {
  margin-top: 40px; }
  @media (max-width: 991px) {
    .forgot-btn-wrap {
      margin-top: 30px; } }
  @media (max-width: 767px) {
    .forgot-btn-wrap {
      margin-top: 20px; } }

.popup-form-submit-wrap {
  margin-bottom: -30px; }
  .popup-form-submit-wrap div {
    margin: 15px 0;
    display: inline-block; }
  .popup-form-submit-wrap span {
    display: inline-block;
    margin-right: 10px; }

.fieldset + .fieldset {
  margin-top: 20px; }

button.test-link {
  border: 0;
  background: 0;
  outline: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out; }

button.test-link:active,
.no-touchevents button.test-link:hover {
  color: #33dbff; }

.radio, .checkbox {
  position: relative;
  margin-bottom: 10px; }

.radio input, .checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0; }

.radio label, .checkbox label {
  position: relative;
  display: inline-block;
  padding: 8px 0 5px 35px;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #141414;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out;
  cursor: pointer;
  line-height: 1.2;
  font-size: 13px;
  font-weight: 600; }

.radio input.error + label,
.checkbox input.error + label {
  color: #c00012; }
  .radio input.error + label a,
  .checkbox input.error + label a {
    color: #c00012; }
  .radio input.error + label:before,
  .checkbox input.error + label:before {
    border-color: #c00012; }

.no-touchevents .radio label:hover, .no-touchevents .checkbox label:hover {
  color: #33dbff; }

.radio label:before, .checkbox label:before {
  content: '';
  position: absolute;
  z-index: 5;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid #33dbff;
  width: 26px;
  height: 26px; }

.radio label:before {
  border-radius: 100%; }

.radio label:after {
  content: '';
  -webkit-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out;
  position: absolute;
  z-index: 6;
  background-color: transparent;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  left: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.no-touchevents .radio label:hover:after,
.radio input:checked + label:after {
  background-color: #33dbff; }

.checkbox label:after {
  content: '';
  -webkit-transition: border-color .2s ease-out;
  transition: border-color .2s ease-out;
  position: absolute;
  width: 8px;
  height: 15px;
  border-right: 3px solid rgba(0, 0, 0, 0.06);
  border-bottom: 3px solid rgba(0, 0, 0, 0.06);
  top: 50%;
  left: 9px;
  margin-top: -9px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.no-touchevents .checkbox label:hover:after,
.checkbox input:checked + label:after {
  border-color: #33dbff; }

.checkbox a, .radio a {
  display: inline;
  color: #141414;
  border-bottom: 1px solid #33dbff; }

.checkbox a:hover, .radio a:hover {
  border-color: transparent; }

.gender-select {
  width: 100%;
  max-width: 900px; }

.gender-select button.test-link {
  font-style: italic; }

.radio-large label {
  text-transform: none;
  letter-spacing: 0;
  font-size: 58px;
  font-weight: 300;
  padding: 20px 0 30px 100px; }

.radio-large label:before {
  width: 88px;
  height: 88px; }

.radio-large label:after {
  background: none !important;
  -webkit-transition: border-color .2s ease-out;
  transition: border-color .2s ease-out;
  width: 20px;
  height: 33px;
  border-right: 4px solid #33dbff;
  border-bottom: 4px solid #33dbff;
  top: 50%;
  left: 33px;
  margin-top: -18px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 0; }

.no-touchevents .radio-large label:hover:after, .radio-large input:checked + label:after {
  border-color: #141414; }

.personal-form-section + .personal-form-section {
  margin-top: 100px; }

.personal-social-link {
  display: inline-block;
  position: relative;
  padding-left: 50px;
  line-height: 36px;
  vertical-align: middle; }
  .personal-social-link span {
    line-height: 1;
    display: inline-block; }

.personal-social-link:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 36px;
  height: 36px; }

.personal-vk:before {
  background: transparent url("../images/lk-vk.png") 50% 50% no-repeat;
  background-size: contain; }

.personal-fb:before {
  background: transparent url("../images/lk-fb.jpg") 50% 50% no-repeat;
  background-size: contain; }

.personal-tw:before {
  background: transparent url("../images/icon-tw.svg") 50% 50% no-repeat;
  background-size: contain; }

.personal-sber:before {
  background: transparent url("../images/lk-sber.png") 50% 50% no-repeat;
  background-size: contain; }

.personal-socials + .personal-socials {
  margin-top: 75px; }
  @media (max-width: 767px) {
    .personal-socials + .personal-socials {
      margin-top: 40px; } }

.personal-socials-text {
  text-transform: uppercase;
  color: #141414;
  font-size: 13px;
  letter-spacing: 0.15em;
  font-weight: 600;
  margin-bottom: 25px; }
  @media (max-width: 767px) {
    .personal-socials-text {
      margin-bottom: 15px;
      font-size: 12px; } }

.personal-socials-row + .personal-socials-row {
  margin-top: 20px; }

.personal-socials-row {
  font-style: italic; }

.personal-socials-row .link-text {
  display: inline-block;
  line-height: .9;
  -webkit-transition: border-color .2s ease-out;
  transition: border-color .2s ease-out;
  border-bottom: 1px solid #33dbff;
  text-transform: uppercase;
  font-style: italic;
  letter-spacing: .1em; }

.personal-socials-row a:hover .link-text {
  border-color: transparent; }

.personal-social-remove {
  margin-left: 20px; }

.menu-toggle {
  display: none; }

.mediPlayer .control {
  opacity: 0;
  pointer-events: none;
  cursor: pointer; }

.mediPlayer .not-started .play, .mediPlayer .paused .play {
  opacity: 1; }

.mediPlayer .playing .pause {
  opacity: 1; }

.mediPlayer .playing .play {
  opacity: 0; }

.mediPlayer .ended .stop {
  opacity: 1;
  pointer-events: none; }

.mediPlayer .precache-bar .done {
  opacity: 0; }

.mediPlayer .not-started .progress-bar, .mediPlayer .ended .progress-bar {
  display: none; }

.mediPlayer .ended .progress-track {
  stroke-opacity: 1; }

.mediPlayer .progress-bar, .mediPlayer .precache-bar {
  -webkit-transition: stroke-dashoffset 500ms;
  transition: stroke-dashoffset 500ms;
  stroke-dasharray: 298.1371428256714;
  stroke-dashoffset: 298.1371428256714; }

.visible-sm {
  display: none; }

.menu-opened {
  overflow: hidden; }

.menu-toggle {
  position: absolute;
  width: 50px;
  height: 100%;
  z-index: 1600;
  right: 0;
  top: 0;
  background: 0;
  cursor: pointer;
  outline: 0;
  border: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out; }

.menu-toggle span, .menu-toggle span:before, .menu-toggle span:after {
  position: absolute;
  width: 20px;
  height: 2px;
  left: 25%;
  top: 50%;
  margin-top: -2px;
  background-color: #fff;
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
  -webkit-transition-delay: .1s;
          transition-delay: .1s; }

.menu-opened .menu-toggle span {
  background-color: transparent; }

.menu-toggle span:before, .menu-toggle span:after {
  content: '';
  left: 0;
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

.menu-opened .menu-toggle span:before, .menu-opened .menu-toggle span:after {
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
  margin-top: -2px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.menu-opened .menu-toggle span:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.menu-toggle span:before {
  margin-top: -8px; }

.menu-toggle span:after {
  margin-top: 6px; }

.mobile-menu-toggle span {
  left: 50%;
  margin-left: -9px;
  margin-top: -2px; }

.test-progress {
  font-weight: 700;
  font-size: 1.6rem; }

.test-progress:last-child {
  padding-bottom: 20px; }

.personal-bottom-section {
  position: relative;
  padding: 90px 0 60px; }

.test-result-bottom {
  font-style: italic; }

.form-preview-text {
  margin-bottom: 45px;
  max-width: 690px;
  font-weight: 300;
  font-size: 1.1rem; }

.page-title-caption {
  margin-top: -70px;
  margin-bottom: 80px;
  font-size: 1.2rem;
  font-style: italic; }

form .errortext {
  margin: 15px 0;
  font-size: 16px;
  font-style: italic; }
  form .errortext:empty {
    display: none; }

form .errortext:first-child {
  margin-top: 0; }

.fancybox-container .popup-form.popup-success {
  max-width: 900px;
  height: auto;
  position: relative;
  min-height: 150px;
  padding: 70px 45px 80px; }

.fancybox-container .popup-form.popup-success h2 {
  font-size: 2rem;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 30px;
  max-width: 520px;
  color: #141414; }

.fancybox-container .popup-form.popup-success h2 strong {
  font-style: normal;
  font-weight: 700; }

.fancybox-container .popup-form.popup-test-type {
  color: #ffffff; }
  .fancybox-container .popup-form.popup-test-type .result-text {
    line-height: 1.3; }
  .fancybox-container .popup-form.popup-test-type .result-text,
  .fancybox-container .popup-form.popup-test-type .container-small {
    width: 100%;
    max-width: 56rem; }
    @media (max-width: 767px) {
      .fancybox-container .popup-form.popup-test-type .result-text,
      .fancybox-container .popup-form.popup-test-type .container-small {
        max-width: 38rem; } }
  @media (max-width: 991px) and (min-width: 700px) {
    .fancybox-container .popup-form.popup-test-type .col-sm-4 {
      width: 33.1%; } }
  @media (max-width: 767px) and (min-width: 551px) {
    .fancybox-container .popup-form.popup-test-type h2, .fancybox-container .popup-form.popup-test-type .h2 {
      font-size: 2rem; } }
  @media (max-width: 550px) {
    .fancybox-container .popup-form.popup-test-type h2, .fancybox-container .popup-form.popup-test-type .h2 {
      font-size: 1.7rem; } }
  @media (max-width: 767px) {
    .fancybox-container .popup-form.popup-test-type .col-sm-6,
    .fancybox-container .popup-form.popup-test-type .col-md-6 {
      width: 100%; } }

.fancybox-container .popup-form.popup-test-type {
  background: #25252E;
  background-size: 100% auto; }

.webp .fancybox-container .popup-form.popup-test-type {
  background: #25252E;
  background-size: 100% auto; }

.test-type-text {
  max-width: 1040px; }

.fancybox-container .popup-form.popup-enter .container-small {
  max-width: 1280px; }

.access-label {
  margin-top: 40px; }

.access-row {
  margin-top: 100px;
  font-size: 0;
  text-align: justify; }
  .access-row > div {
    display: inline-block;
    vertical-align: top; }
  .access-row:after {
    content: "1";
    margin-left: 100%;
    height: 1px;
    overflow: hidden;
    display: inline-block; }
  .access-row .text {
    font-size: 1.1rem;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 700;
    padding: 0 20px; }

.access-block {
  text-align: left;
  border: 1px solid #33dbff;
  padding: 60px 40px;
  max-width: 560px;
  width: 100%;
  position: relative;
  font-size: 1rem;
  min-height: 350px; }
  .access-block .title {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .15em;
    font-size: 13px;
    margin-bottom: 20px; }
  .access-block .form-group {
    max-width: 410px;
    margin-bottom: 20px; }
  .access-block .checkbox {
    max-width: 260px;
    font-weight: 700; }
  .access-block .text-link-wrap-old {
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 25px;
    position: absolute;
    font-style: italic;
    font-weight: 600;
    background-size: auto 100%; }
  @media (min-width: 768px) {
    .access-block .row > div + div {
      border-left: 2px solid #edefef; } }
  @media (max-width: 767px) {
    .access-block .row > div + div {
      border-top: 2px solid #edefef; } }
  .access-block .row + .form-group-small {
    border-top: 2px solid #edefef; }

.tooltip-link {
  cursor: default;
  opacity: .6; }

.tooltip-arrow {
  display: none; }

.tooltip.in {
  opacity: 1; }

.tooltip {
  font-size: 14px;
  text-align: center; }

.tooltip-inner {
  padding: 10px 15px;
  background-color: #c00012;
  max-width: 250px; }

.fieldset .col-xs-6 {
  width: 49.5%; }

.question-content-buttons {
  display: block;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  width: 100%; }

.button-wrap2 {
  min-height: 210px;
  gap: 20px;
  padding: 80px 0; }
  .button-wrap2 > div {
    margin: 0 !important; }
    .button-wrap2 > div button {
      margin: 0 !important;
      padding: 15px 25px;
      line-height: 1; }

.test--podverzhennost-emotsiyam .question-content {
  border-radius: 0;
  background: transparent; }

.test--podverzhennost-emotsiyam .question-row .current-question-title,
.test--intuitsiya-v-prinyatii-resheniy .question-row .current-question-title {
  font-size: 21px; }
  @media (max-width: 1024px) {
    .test--podverzhennost-emotsiyam .question-row .current-question-title,
    .test--intuitsiya-v-prinyatii-resheniy .question-row .current-question-title {
      font-size: 18px; } }
  @media (max-width: 600px) {
    .test--podverzhennost-emotsiyam .question-row .current-question-title,
    .test--intuitsiya-v-prinyatii-resheniy .question-row .current-question-title {
      font-size: 16px; } }

.test--podverzhennost-emotsiyam .question-row .question-content .current-question-row-two,
.test--intuitsiya-v-prinyatii-resheniy .question-row .question-content .current-question-row-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 27px;
  background: #32323E;
  border: 2px solid #AAACCD;
  overflow: hidden; }
  @media (max-width: 1024px) {
    .test--podverzhennost-emotsiyam .question-row .question-content .current-question-row-two,
    .test--intuitsiya-v-prinyatii-resheniy .question-row .question-content .current-question-row-two {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .test--podverzhennost-emotsiyam .question-row .question-content .current-question-row-two:first-child label,
      .test--intuitsiya-v-prinyatii-resheniy .question-row .question-content .current-question-row-two:first-child label {
        border-bottom: 1px solid rgba(170, 172, 205, 0.5); } }
  .test--podverzhennost-emotsiyam .question-row .question-content .current-question-row-two .question-row-for-answers,
  .test--intuitsiya-v-prinyatii-resheniy .question-row .question-content .current-question-row-two .question-row-for-answers {
    width: 50%;
    position: relative;
    margin: 0;
    padding: 0; }
    @media (max-width: 1024px) {
      .test--podverzhennost-emotsiyam .question-row .question-content .current-question-row-two .question-row-for-answers,
      .test--intuitsiya-v-prinyatii-resheniy .question-row .question-content .current-question-row-two .question-row-for-answers {
        width: 100%; } }
    .test--podverzhennost-emotsiyam .question-row .question-content .current-question-row-two .question-row-for-answers input,
    .test--podverzhennost-emotsiyam .question-row .question-content .current-question-row-two .question-row-for-answers label,
    .test--intuitsiya-v-prinyatii-resheniy .question-row .question-content .current-question-row-two .question-row-for-answers input,
    .test--intuitsiya-v-prinyatii-resheniy .question-row .question-content .current-question-row-two .question-row-for-answers label {
      cursor: pointer; }
    .test--podverzhennost-emotsiyam .question-row .question-content .current-question-row-two .question-row-for-answers input,
    .test--intuitsiya-v-prinyatii-resheniy .question-row .question-content .current-question-row-two .question-row-for-answers input {
      position: absolute;
      opacity: 0; }
    .test--podverzhennost-emotsiyam .question-row .question-content .current-question-row-two .question-row-for-answers input:checked + label,
    .test--intuitsiya-v-prinyatii-resheniy .question-row .question-content .current-question-row-two .question-row-for-answers input:checked + label {
      background: #4D4D6F; }
    .test--podverzhennost-emotsiyam .question-row .question-content .current-question-row-two .question-row-for-answers label,
    .test--intuitsiya-v-prinyatii-resheniy .question-row .question-content .current-question-row-two .question-row-for-answers label {
      width: 100%;
      height: 100%;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 70px 60px 60px 60px;
      font-weight: 600;
      font-size: 18px;
      line-height: 1.3; }
      @media (max-width: 1024px) {
        .test--podverzhennost-emotsiyam .question-row .question-content .current-question-row-two .question-row-for-answers label,
        .test--intuitsiya-v-prinyatii-resheniy .question-row .question-content .current-question-row-two .question-row-for-answers label {
          padding: 25px 15px 25px 40px;
          font-size: 20px; } }
      @media (max-width: 600px) {
        .test--podverzhennost-emotsiyam .question-row .question-content .current-question-row-two .question-row-for-answers label,
        .test--intuitsiya-v-prinyatii-resheniy .question-row .question-content .current-question-row-two .question-row-for-answers label {
          font-size: 16px; } }
      .test--podverzhennost-emotsiyam .question-row .question-content .current-question-row-two .question-row-for-answers label::before,
      .test--intuitsiya-v-prinyatii-resheniy .question-row .question-content .current-question-row-two .question-row-for-answers label::before {
        position: absolute;
        top: 30px;
        left: 60px;
        font-weight: 600;
        font-size: 16px;
        line-height: 1.3;
        color: #56C0F9; }
        @media (max-width: 1024px) {
          .test--podverzhennost-emotsiyam .question-row .question-content .current-question-row-two .question-row-for-answers label::before,
          .test--intuitsiya-v-prinyatii-resheniy .question-row .question-content .current-question-row-two .question-row-for-answers label::before {
            top: 50%;
            -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
            left: 15px; } }
    .test--podverzhennost-emotsiyam .question-row .question-content .current-question-row-two .question-row-for-answers:nth-child(1) label::before,
    .test--intuitsiya-v-prinyatii-resheniy .question-row .question-content .current-question-row-two .question-row-for-answers:nth-child(1) label::before {
      content: "А"; }
    .test--podverzhennost-emotsiyam .question-row .question-content .current-question-row-two .question-row-for-answers:nth-child(2) label::before,
    .test--intuitsiya-v-prinyatii-resheniy .question-row .question-content .current-question-row-two .question-row-for-answers:nth-child(2) label::before {
      content: "Б"; }

.current-question-title {
  width: 100%;
  max-width: 1100px;
  min-height: 6.24rem;
  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;
  gap: 50px;
  padding: 20px;
  margin: 0 auto 20px auto;
  font-weight: 300;
  line-height: 1.3;
  font-size: 1.6rem; }
  .current-question-title--small {
    min-height: auto;
    margin-bottom: 1.5rem;
    font-size: 20px;
    font-weight: 600; }
  @media (max-width: 1000px) {
    .current-question-title {
      gap: 10px; } }
  @media (max-width: 767px) {
    .current-question-title {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
  @media (max-width: 480px) {
    .current-question-title {
      font-size: 1.4rem;
      min-height: 7.28rem; }
      .current-question-title--small {
        font-size: 1rem;
        min-height: auto; } }

.current-question-values {
  font-size: 0; }

.question-value-btn {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  margin: 20px 0 20px 20px; }

.question-value-btn input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0; }

.question-value-btn label {
  min-width: 155px;
  position: relative;
  z-index: 10;
  display: block;
  padding: 0 15px;
  line-height: 60px;
  text-transform: uppercase;
  letter-spacing: .1em;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  border: 1px solid #0fd5ff;
  overflow: hidden;
  cursor: pointer; }
  @media (max-width: 400px) {
    .question-value-btn label {
      min-width: 125px; } }

@media (max-width: 480px) {
  .question-value-btn {
    margin: 0 6px 12px; }
  .current-question-values {
    margin: 0 -6px; } }

[data-test="success"] .question-value-btn label {
  min-width: 185px; }
  @media (max-width: 480px) {
    [data-test="success"] .question-value-btn label {
      min-width: 165px;
      font-size: 14px;
      line-height: 50px; } }

.no-touchevents .question-value-btn label:hover {
  border-color: #fb4d4f; }

.no-touchevents .question-value-btn label:hover:before, .question-value-btn input:checked + label:before {
  opacity: 0; }

.no-touchevents .question-value-btn label:hover:after, .question-value-btn input:checked + label:after {
  opacity: 1; }

@media (min-width: 768px) {
  .row-bottom .second-section-title {
    max-width: 230px; } }

@media (max-width: 1920px) {
  .main-top .container-small {
    bottom: 6%; } }

@media (max-width: 1700px) and (min-width: 1280px) {
  .header-right_wrap {
    max-width: 185px; } }

@media (max-width: 1279px) and (min-width: 1151px) {
  .header-right_wrap {
    max-width: 170px; } }

@media (max-width: 1700px) and (min-width: 1151px) {
  .header-right_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    /*padding: 5px 0;*/ }
    .header-right_wrap a:last-of-type {
      -ms-flex-item-align: end;
          align-self: flex-end; }
  .personal-name {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1; }
  .personal-name {
    max-width: 240px;
    white-space: nowrap; }
  .personal-ava {
    top: 42%; } }

@media (max-width: 1600px) {
  .binoculars {
    padding: 170px 50px; }
  .binoculars-text {
    margin: 0 auto;
    max-width: 1075px; }
  .access-block {
    max-width: 520px; }
  .share-results-wrap {
    padding-right: 0;
    min-height: 1px; }
  .result-top-block .share-results {
    top: 0;
    margin-bottom: 50px;
    position: relative; }
  .result-bottom-block .share-results {
    top: 0;
    margin-top: 30px;
    position: relative; }
  .share-results .ya-share2__item {
    margin: 0 13px 0 0 !important;
    width: 36px;
    height: 36px; } }

@media (max-width: 1520px) {
  .header-right a {
    margin-left: 20px; }
  .header-right a.info-btn {
    width: 26px; }
  .top-menu li {
    padding: 1px 10px; } }

@media (max-width: 1400px) {
  html {
    font-size: 18px; }
  .container-fluid-old {
    padding: 0 30px; }
  .header .top-menu li {
    padding: 3px 10px; }
  .result-top-block .share-results {
    top: 19px; } }

@media (max-width: 1279px) {
  .main-top {
    min-height: 680px; }
  html {
    font-size: 16px; }
  .result-top-block .share-results {
    top: 17px; }
  .page-wrap {
    padding-top: 110px; }
  .header a, .footer .top-menu a {
    font-size: .7rem; }
  .header-right a {
    margin-left: 20px; }
  .header .top-menu li {
    padding: 5px 10px; }
  .main-top-title {
    margin-bottom: 40px; }
  .main-list {
    padding-left: 40px; }
  .socials-section-title > div + div {
    margin-left: 80px; }
  .bottom-socails-text {
    max-width: 370px; }
  .main-section-title + .section-block {
    margin-top: 90px; }
  .section-block + .section-block {
    margin-top: 60px; }
  .binoculars {
    min-height: 10px;
    margin: -165px auto 70px;
    padding: 80px; }
  .footer-bg {
    margin-top: 250px; }
  .binoculars-text {
    max-width: 700px; }
  .test-item-old {
    padding: 35px 50px 35px 85px; }
  .test-item-old .title {
    font-size: 2.1rem; }
  .test-item-old .link-regular {
    margin-top: 20px; }
  .test-item-old .test-label {
    margin-bottom: 5px; }
  .test-item-old.blocked-test div.text-link-wrap-old {
    padding-left: 35px;
    padding-right: 35px; }
  .test-row {
    margin: 50px auto 30px; } }
  @media (max-width: 1279px) and (max-width: 1200px) {
    .test-row .test-item .title {
      font-size: 2rem; } }
  @media (max-width: 1279px) and (max-width: 767px) {
    .test-row .test-item .title {
      font-size: 1.7rem; } }

@media (max-width: 1279px) {
  .about-project {
    margin-top: 170px; }
  .question-radio {
    width: 30px;
    height: 30px; }
  .question-radio label {
    width: 30px;
    height: 30px;
    line-height: 30px; }
  .question-row {
    padding-left: 0;
    display: block; }
  .question-num {
    position: relative;
    margin-bottom: 20px;
    top: 0; }
  .popup-test-type p.reflector-text-type {
    margin-bottom: 5px; }
  .access-row:after {
    display: none; }
  .access-row .text {
    width: 100%;
    padding: 30px 0; }
  .access-block {
    min-height: 1px; }
  .access-row {
    margin-top: 60px; }
  .access-label {
    margin-top: 30px; } }

@media (max-width: 1200px) {
  .main-top .container-small {
    padding: 0 30px; } }

@media (max-width: 1150px) {
  .menu-toggle {
    display: block; }
  .top-menu-wrap {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #c00012;
    z-index: 1000;
    padding: 80px 50px 50px;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
    text-align: left;
    -webkit-transition: opacity .4s ease-out .1s,  -webkit-transform .05s linear .41s;
    transition: opacity .4s ease-out .1s,  -webkit-transform .05s linear .41s;
    transition: transform .05s linear .41s,  opacity .4s ease-out .1s;
    transition: transform .05s linear .41s,  opacity .4s ease-out .1s,  -webkit-transform .05s linear .41s;
    height: 100vh;
    max-height: 100%;
    overflow-y: auto; }
  .menu-opened .top-menu-wrap {
    transition: transform .05s linear, opacity .4s ease-out .1s, -webkit-transform .05s linear;
    opacity: 1;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }
  .visible-sm {
    display: block !important; }
  .hidden-sm {
    display: none !important; }
  .top-menu-wrap a {
    font-size: 20px; }
  .top-menu-personal-links {
    position: relative;
    list-style: none;
    margin: 0 0 50px;
    padding: 0 0 30px; }
  .top-menu-personal-links:before {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    margin-top: -5px;
    height: 9px; }
  .top-menu-personal-links:before {
    background: transparent url("../images/line.png") 50% 50% no-repeat;
    background-size: 100% auto; }
  .webp .top-menu-personal-links:before {
    background: transparent url("../images/line.webp") 50% 50% no-repeat;
    background-size: 100% auto; }
  .top-menu-personal-links li {
    margin: 0 auto 40px;
    max-width: 380px; }
  .top-menu-personal-links .personal-ava {
    background-color: #020524;
    top: 50%;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 12px; }
  .top-menu-personal-links .personal-link {
    padding-left: 50px; }
  .share-results {
    position: relative; }
  .popup-top-link a {
    line-height: 1.4;
    border-bottom: none;
    border-top: 1px solid #e5ebea;
    border-bottom: 1px solid #e5ebea;
    margin: 20px 0 10px;
    padding: 20px 0; }
    .popup-top-link a span {
      border-bottom: 1px solid #33dbff;
      display: inline-block;
      font-weight: 600; } }

@media (max-width: 1000px) {
  .logo {
    left: 20px; }
  .main-top {
    min-height: 1px;
    height: auto; }
  .main-title {
    margin-top: 140px; }
  .main-top .container-small {
    position: relative;
    left: 0;
    bottom: 0;
    padding: 0;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }
  .binoculars-text {
    font-size: 1.8rem; }
  .binoculars {
    margin: -154px auto 60px;
    padding: 80px 60px; }
  .footer-bg {
    margin-top: 220px; }
  .test-row {
    margin: 40px auto 30px; }
  .top-text-title {
    font-size: 3.8rem; }
  .about-project-title {
    font-size: 2.2rem; }
  .about-project {
    margin-top: 100px; }
  .main-footer-section {
    padding: 90px 0; }
  .footer-bottom-row {
    margin-top: 50px; }
  .footer-bottom-row .col {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-8 {
    width: 75%; }
  .col-sm-4 {
    width: 25%; }
  .sortable-question-row .col-sm-4 {
    width: 33.1%; }
  .question-container:first-child .question-preview-text {
    margin-top: 0; }
  .main-list-item:before {
    top: 9px; }
  .sortable-question-item {
    padding: 30px 20px;
    font-size: 16px; }
  .main-top-text {
    margin-bottom: 50px; }
  .popup-title {
    font-size: 60px; }
  .socials-auth {
    padding: 30px 25px; }
  .socials-auth {
    width: auto;
    min-height: 10px; }
  .results-nav .nav > li > a {
    font-size: 14px;
    padding: 25px 20px; }
  .results-page-content {
    padding-right: 260px; }
  .dnd-row .col-sm-4 {
    width: 33.1%; }
  .popup-form-submit-wrap {
    margin-bottom: -20px;
    margin-top: 25px; }
  .socials-section-title {
    margin-bottom: 60px; }
  .socials-section {
    padding: 0; }
  .socials-section-title > div {
    display: block; }
  .socials-section-title > div + div {
    margin-left: 0; }
  .bottom-socails-text {
    margin-top: 30px; }
  .materials-page-content,
  .personal-page-content {
    padding-top: 60px; }
  .madeby {
    text-align: left;
    margin-top: 20px; }
  .policy-link {
    margin-bottom: 10px; }
  .copy-wrap {
    text-align: left; } }

@media (max-width: 1000px) {
  .test-text + .no-results-btn,
  .test-text + .text-link-wrap-old {
    margin-top: 40px; }
  .header a, .footer .top-menu a {
    font-size: 12px; }
  .header-right_wrap {
    max-width: 175px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    /*padding: 5px 0;*/ }
    .header-right_wrap a:last-of-type {
      -ms-flex-item-align: end;
          align-self: flex-end; }
  .header .col-4 {
    width: auto; }
  .top-menu-personal-links .main-button {
    min-width: 1px;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0 20px; }
  .container-fluid-old, .container {
    padding: 0 20px; }
  .page-wrap {
    padding-top: 100px; }
  .main-top {
    margin-top: -80px;
    padding-top: 110px;
    background-image: none; }
  .main-page .main-top {
    padding-top: 60px;
    padding-bottom: 60px; }
  .main-title {
    margin-top: 40px; }
  .main-top-text-row {
    display: block; }
  .main-top-title {
    font-size: 1.5rem; }
  .top-text-title {
    font-size: 3.2rem; }
  .main-top-text-caption {
    font-size: 1.1rem;
    margin-left: 0;
    margin-top: 0;
    padding-left: 0; }
  .main-top-text-row + .main-top-text-row {
    margin-top: 30px; }
  .main-section-title {
    font-size: 1.7rem; }
  .inner-section-title {
    padding: 40px 10px 20px 10px; }
  .main-content {
    padding: 40px 0 0; }
  .second-section-title {
    font-size: 1.5rem; }
  .main-section-title + .section-block {
    margin-top: 60px; }
  .section-block + .section-block {
    margin-top: 40px; }
  .test-caption-row .col:last-of-type .test-caption-col {
    margin-bottom: 0; }
  .promokod + .no-results-btn,
  .promokod + .text-link-wrap-old {
    margin-top: -5px; }
  .binoculars {
    max-width: 525px;
    padding: 70px 50px;
    margin: -110px auto 40px; }
  .binoculars-text {
    font-size: 1.2rem; }
  .footer-bg {
    margin-top: 140px; }
  .test-row .row > div {
    width: 100%; }
  .test-row {
    margin: 30px auto 20px; }
  .test-item-old {
    padding: 20px 30px 20px 55px;
    margin-bottom: 20px; }
  .test-item-old .title {
    font-size: 1.8rem; }
  .test-item-old .title:before {
    font-size: 12px;
    top: 2px;
    left: -29px; }
  .test-item-old.blocked-test div.text-link-wrap-old {
    padding-left: 25px;
    padding-right: 25px; }
  .test-item-old .test-link {
    padding: 20px 0; }
  .test-caption-row .row {
    display: block; }
  .test-caption-row .col-4 {
    width: auto; }
  .test-caption-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px; }
  .test-caption-num {
    padding-right: 30px; }
  .about-project .row {
    display: block; }
  .about-project .col-4 {
    width: auto; }
  .about-project {
    margin-top: 50px; }
  .academy-logo {
    margin: 15px 0;
    display: inline-block;
    max-width: 300px; }
  .row-bottom .second-section-title {
    margin-bottom: 20px; }
  .footer-bottom-menu-wrap {
    display: none; }
  .footer-bottom-row {
    margin-top: 0; }
  .footer-bottom-row .row {
    display: block; }
  .footer-bottom-row .row .col {
    width: auto; }
  .main-footer-section {
    padding: 40px 0; }
  .row-bottom:not(.partners-bottom) > .col-4 {
    width: 100%; }
  .row-bottom:not(.partners-bottom) .col-8 {
    width: 100%; }
  .header-right_wrap {
    position: relative; }
  .header-right .personal-link {
    padding-left: 0;
    margin-right: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 100%; }
  .header-right .personal-name {
    display: none; }
  .header-right .personal-ava {
    position: relative;
    display: inline-block;
    top: 0;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .test-caption-col {
    max-width: 320px; }
  .top-menu-wrap {
    padding: 40px 50px 40px; }
  .top-menu-wrap a {
    font-size: 16px; }
  .top-menu-personal-links {
    padding-bottom: 5px; }
  .top-menu-personal-links li {
    margin-bottom: 20px; }
  h1 {
    font-size: 2rem;
    margin-bottom: 30px; }
  .main-list-item {
    line-height: 1.1;
    font-size: 1.7rem;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6); }
  .access-block {
    padding: 40px 20px; }
  .main-list {
    padding-left: 30px; }
  .main-list-item:before {
    top: 6px;
    left: -30px;
    font-size: 1.3rem; }
  .price-section-title {
    margin-top: 35px; }
  .result-title {
    font-size: 1.8rem;
    margin-bottom: 20px; }
  .result-text + .result-title {
    margin-top: 40px; }
  .question-preview-text {
    margin-bottom: 40px; }
  .form-submit-wrap {
    margin-top: 40px; }
  .next-question + .prev-question {
    margin-top: 10px; }
  .test-link {
    padding: 20px 0; }
  .page-content {
    padding-bottom: 40px; }
  .question-preview-text {
    padding-top: 0; }
  input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], select {
    height: 70px;
    padding-top: 20px; }
  .field-row .form-group {
    display: block;
    width: auto; }
  .form-group label {
    top: 10px;
    font-size: 10px; }
  h2, .h2 {
    font-size: 2rem; }
  .popup-form-submit-wrap {
    margin-bottom: 0;
    min-height: 40px; }
  .popup-form-submit-wrap .test-link {
    padding: 10px 0; }
  .personal-form-section + .personal-form-section {
    margin-top: 50px; }
  .field-row .form-group.form-group-small {
    width: auto; }
  .radio-large label {
    font-size: 30px;
    padding-left: 80px; }
  .radio-large label:before {
    width: 66px;
    height: 66px; }
  .radio-large label:after {
    top: 46%;
    left: 24px; }
  .page-title-caption {
    margin-top: -20px;
    margin-bottom: 30px; }
  .result-row .no-results-btn,
  .result-row .text-link-wrap-old {
    margin-top: 0; }
  .result-row + .result-row {
    margin-top: 40px;
    padding-top: 40px; }
  .result-row + .result-row:before {
    left: -20px;
    right: -20px; }
  .personal-bottom-section {
    padding: 20px 0 0; }
  .question-content {
    display: block; }
  .question-content-col {
    min-height: auto;
    width: auto;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto; }
    .question-content-col:not(.question-value) {
      padding: 20px 30px; }
    .question-content-col:last-of-type {
      border-color: #c00012; }
  .question-radio-col:nth-of-type(2) {
    margin-top: 7px; }
  .question-radio-col:nth-of-type(3) {
    margin-top: 14px; }
    .question-radio-col:nth-of-type(3) label {
      color: #fff; }
    .question-radio-col:nth-of-type(3) label:before {
      border-color: #fff; }
  .question-radio-col:nth-of-type(4) {
    margin-top: 21px; }
    .question-radio-col:nth-of-type(4) label {
      color: #c00012; }
    .question-radio-col:nth-of-type(4) label:before {
      border-color: #c00012; }
  .question-radio-col:nth-of-type(5) {
    margin-top: 28px; }
    .question-radio-col:nth-of-type(5) label {
      color: #c00012; }
    .question-radio-col:nth-of-type(5) label:before {
      border-color: #c00012; }
  .err404-title {
    font-size: 10rem; }
  .err404-content {
    padding: 60px 0; }
  .result-page__title {
    max-width: 100%;
    margin-bottom: 20px; }
  .results-page-header {
    padding: 0; }
  .results-page-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 0; }
  .results-nav-wrap {
    max-width: 100%; }
  .results-nav .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .results-nav .nav > li {
    -ms-flex-preferred-size: 49.5%;
    flex-basis: 49.5%;
    width: 49.5%; }
  .results-nav .nav > li:nth-child(odd) a {
    padding-left: 20px;
    padding-right: 10px; }
  .results-nav .nav > li:nth-child(even) a {
    padding-left: 10px;
    padding-right: 20px; }
  .results-nav .nav > li > a {
    font-size: 12px;
    padding: 10px;
    letter-spacing: .05em; }
  .access-label {
    margin-top: 15px; }
  .access-row {
    margin-top: 40px; }
  .access-row .text {
    padding: 20px 0;
    font-size: 1rem; }
  .bottom-socails-text {
    margin-top: 20px; }
  .sortable-question-row .col-sm-4 {
    width: 100%;
    min-height: 80px;
    padding: 0;
    margin-top: 40px; }
  .sortable-question-item {
    min-height: 50px;
    padding: 20px; }
  .sortable-question-row .row {
    margin: 0;
    display: block; }
    .sortable-question-row .row > * {
      position: relative;
      display: block; }
  .sortable-question-header {
    font-size: 13px; }
  .sortable-question-header {
    padding-right: 0; }
  .dnd-row .col-sm-4 {
    width: 100%; }
  .socials-section-title {
    margin-bottom: 60px; }
  .result-top-block .share-results {
    margin-bottom: 30px; } }

@media (max-width: 767px) {
  .results-page__title span {
    display: none; } }

@media (max-width: 640px) {
  .header-right .main-button {
    display: none; }
  .header .btn-wrp {
    display: block; } }

@media (max-width: 550px) {
  .header .logo,
  .footer .logo {
    font-size: 1rem; }
  .materials-page-content,
  .personal-page-content {
    margin-top: -40px;
    padding-top: 40px; }
  .header-right .personal-link {
    padding-left: 35px;
    margin-right: 4px; }
  .top-text-title {
    font-size: 3rem; }
  .socials-section-title {
    margin-bottom: 30px; }
  .share-results .ya-share2__item {
    margin: 0 0 0 0 !important;
    width: 40px;
    height: 40px; }
  .socials-section-grid,
  .share-results {
    margin-left: -5px; }
  .share-text {
    margin-bottom: 5px;
    margin-left: 5px;
    font-size: 12px; }
  .main-title {
    margin-top: 20px; }
  .main-list-item {
    font-size: 1.3rem; }
  .main-list-item:before {
    top: 4px;
    font-size: 1rem; }
  .top-menu-wrap .personal-name {
    font-size: 14px; }
  .main-section-title + .section-block {
    margin-top: 40px; }
  .partners-bottom .col-4 {
    width: 50%;
    margin-bottom: 10px; }
  .about-project-title {
    margin-bottom: 20px; }
  .partners-bottom-img {
    margin-top: 30px; }
  .sortable-question-item {
    padding: 15px; }
  .mediPlayer {
    max-width: 50px; }
  .bottom-socails {
    display: block;
    width: auto; }
  .bottom-socails-title {
    font-size: 1.8rem; }
  .ya-share2__item {
    background-size: 30px 30px; }
  .popup-title {
    font-size: 30px;
    margin-bottom: 10px; }
  .fieldset .col-xs-6 {
    float: none;
    display: block;
    width: auto; }
  .fancybox-container .popup-form {
    padding-top: 35px; }
  .footer-bg {
    margin-top: 40px; }
  .binoculars {
    background: none;
    max-width: 100%;
    padding: 0;
    margin: 40px 0 60px; }
  .binoculars-text br {
    display: none; }
  .binoculars-text {
    font-size: 1.5rem; } }

@media (max-width: 430px) {
  .header-right a[href="#modalRegForm"] {
    display: none; }
  .header-right a {
    margin-left: 10px; } }

.sortable-question-content {
  width: 100%; }

@media (max-width: 767px) {
  .dnd-wrap {
    display: none; }
  .ui-sortable-helper:after {
    display: none; }
  /*
	.answers.ui-sortable > div{
		position: relative;

		&:after{
			opacity: .5;
			position: absolute;
			left: 0;
			right: 0;
			text-align: center;
			line-height: 1.4;
			text-transform: uppercase;
			font-size: 10px;
			font-weight: 700;
			color: #19cbfe;
			letter-spacing: .1em;
			text-shadow: 0 0 10px rgba(51,219,255,0.9);
			top: -15px;
			white-space: nowrap;
			padding: 0;
		}
		&:nth-of-type(1):after{
			content: 'Полностью соответствует';
		}
		&:nth-of-type(2):after{
			content: 'Частично соответствует';
		}
		&:nth-of-type(3):after{
			content: 'Мало соответствует';
		}
	}*/
  .ui-sortable-handle:after {
    content: attr(data-label);
    opacity: .5;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 1.4;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    color: #19cbfe;
    letter-spacing: .1em;
    text-shadow: 0 0 10px rgba(51, 219, 255, 0.9);
    top: -15px;
    white-space: nowrap;
    padding: 0; } }

@media (min-width: 768px) {
  .dnd-row {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    position: relative; }
    .dnd-row:before, .dnd-row:after {
      width: 100%; }
    .dnd-row > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .dnd-row > div:nth-of-type(2) .dnd-item.has-el {
      color: rgba(255, 255, 255, 0.6);
      background: rgba(255, 255, 255, 0.1); }
    .dnd-row > div:nth-of-type(3) .dnd-item.has-el {
      color: rgba(255, 255, 255, 0.4);
      background: rgba(255, 255, 255, 0.05); }
  .dnd-wrap {
    margin-top: 40px; }
  .dnd-item {
    width: 100%;
    min-height: 200px;
    border: 2px dashed rgba(43, 183, 216, 0.5);
    -webkit-box-shadow: 0 0 20px rgba(43, 183, 216, 0.25), inset 0 0 20px rgba(43, 183, 216, 0.25);
            box-shadow: 0 0 20px rgba(43, 183, 216, 0.25), inset 0 0 20px rgba(43, 183, 216, 0.25);
    -webkit-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
    background: rgba(43, 183, 216, 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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative; }
    .dnd-item:before {
      opacity: .5;
      content: attr(data-label);
      position: absolute;
      left: 0;
      right: 0;
      padding: 0 20px;
      text-align: center;
      line-height: 1.4;
      text-transform: uppercase;
      font-size: 13px;
      font-weight: 700;
      color: #19cbfe;
      letter-spacing: .1em;
      text-shadow: 0 0 10px rgba(51, 219, 255, 0.9); } }
    @media (min-width: 768px) and (max-width: 850px) {
      .dnd-item:before {
        font-size: 11px; } }

@media (min-width: 768px) {
    .dnd-item.drag-hover {
      background: rgba(43, 183, 216, 0.4); }
    .dnd-item.has-el {
      background: rgba(255, 255, 255, 0.15);
      border-color: transparent;
      padding: 35px;
      -webkit-box-shadow: none;
              box-shadow: none; }
      .dnd-item.has-el:before {
        top: -23px;
        white-space: nowrap;
        padding: 0; }
    .dnd-item.empty {
      height: auto; }
      .dnd-item.empty:before {
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
  .drag-parent-change .dnd-item,
  .drag-parent-change .dnd-item.has-el,
  .drag-parent .dnd-item:not(.has-el) {
    border: 2px dashed #33dbff; }
  .sortable-question-item.removed {
    display: none; }
  .drag-parent-error .dnd-item.empty {
    border-color: #c00012;
    -webkit-box-shadow: 0 0 20px rgba(192, 0, 18, 0.25), inset 0 0 20px rgba(192, 0, 18, 0.25);
            box-shadow: 0 0 20px rgba(192, 0, 18, 0.25), inset 0 0 20px rgba(192, 0, 18, 0.25); } }

@media (max-width: 991px) {
  .dnd-item.has-el {
    padding: 30px 20px;
    font-size: 16px; }
  .dnd-item.empty:before {
    padding: 0 50px; } }

.regular-link,
.regular-link-black {
  background: transparent;
  padding: 0;
  border: none;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: inline-block;
  font-style: italic;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out; }

.regular-link {
  color: #ffffff;
  border-bottom: 1px solid #fff; }

.regular-link-black {
  color: #141414;
  border-bottom: 1px solid #33dbff; }

.regular-button {
  min-width: 330px;
  display: inline-block;
  padding: 20px 30px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  vertical-align: middle;
  text-align: center;
  background: transparent;
  border: 2px solid #062d43;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  outline: none; }
  .regular-button.disabled {
    opacity: .6;
    pointer-events: none; }
  .regular-button.regular-button_red {
    border-color: #c00012; }
    .regular-button.regular-button_red:hover {
      background: #c00012;
      border-color: #c00012; }

.regular-link-black:active,
.regular-link-black:hover,
.regular-link:active,
.regular-link:hover {
  border-color: #33dbff; }

a.regular-button:active,
a.regular-button:focus,
a.regular-button:hover {
  color: #fff; }

.regular-button:active,
.regular-button:hover {
  border-color: #fff; }

.main-button {
  border-color: #0FA9F8;
  border-radius: 6px; }

.main-button:active,
.main-button:hover {
  border-color: #0FA9F8; }

.large-main-button {
  min-width: 230px;
  display: inline-block;
  padding: 0 75px;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-weight: 700;
  vertical-align: middle;
  color: #fff;
  text-align: center;
  background: #33dbff;
  background: -webkit-gradient(linear, left top, left bottom, from(#33dbff), color-stop(47%, #26b3d1), to(#33dbff));
  background: linear-gradient(to bottom, #33dbff 0%, #26b3d1 47%, #33dbff 100%);
  border: 2px solid transparent;
  outline: none;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out; }
  .large-main-button:not(.some-rows) {
    height: 64px; }
  .large-main-button.some-rows span {
    padding: 10px 0;
    vertical-align: middle;
    display: inline-block;
    line-height: 1.2; }
  @media (max-width: 991px) {
    .large-main-button {
      font-size: 14px;
      line-height: 50px;
      padding: 0 50px;
      min-width: 300px; }
      .large-main-button:not(.some-rows) {
        height: 54px; } }
  @media (max-width: 767px) {
    .large-main-button {
      line-height: 44px;
      padding: 0 30px;
      min-width: 260px; }
      .large-main-button:not(.some-rows) {
        height: 48px; } }

.nowrap {
  white-space: nowrap; }

@media (max-width: 480px) {
  .results-list a.test-link,
  .regular-button.some-levels {
    width: 100%; } }

.form-submit-wrap .large-main-button {
  width: 100%;
  min-width: 1px;
  margin-bottom: 30px;
  height: 54px;
  padding: 0 30px;
  line-height: 50px; }
  @media (max-width: 767px) {
    .form-submit-wrap .large-main-button {
      height: 40px;
      line-height: 36px;
      margin-bottom: 20px; } }

.large-main-button:hover,
.large-main-button:active {
  color: #33dbff;
  border: 2px solid #33dbff;
  background: transparent; }

.button-wrap .regular-button {
  min-width: 0; }

.form-submit-wrap.button-wrap .form-submit-wrap {
  padding: 0;
  margin: 0; }

@media (max-width: 767px) {
  .regular-button {
    min-width: 260px; }
  .test-item-old .link-regular,
  .regular-link {
    font-size: 14px; }
  .button-wrap {
    margin-bottom: -20px; }
    .button-wrap.row {
      margin-left: -10px;
      margin-right: -10px; }
      .button-wrap.row > div {
        padding: 0 10px; }
  .button-wrap .regular-button {
    margin-bottom: 20px; } }

@media (max-width: 580px) {
  .button-wrap.row > div {
    width: 50%; }
  .button-wrap.row .col-xs-pull-7 {
    right: 50%; }
  .button-wrap.row .col-xs-push-5 {
    left: 50%; }
  .regular-button + .regular-link {
    margin-top: 10px; } }

@media (max-width: 480px) {
  .button-wrap.row > div {
    width: 100%; }
  .button-wrap.row .col-xs-pull-7 {
    right: 0; }
  .button-wrap.row .col-xs-push-5 {
    left: 0; }
  .button-wrap .regular-button {
    margin-bottom: 15px; } }

.visible-adaptive {
  display: none !important; }

@media (max-width: 480px) {
  .hidden-adaptive {
    display: none !important; }
  .visible-adaptive {
    display: block !important; } }

.av_image__wrap {
  position: absolute;
  top: 0;
  padding: 0 40px; }
  @media (max-width: 1280px) {
    .av_image__wrap {
      padding: 0 40px 0 0; } }
  @media (max-width: 991px) {
    .av_image__wrap {
      display: none; } }
  .av_image__wrap img {
    margin-top: -30px;
    display: block; }
  .av_image__wrap.fixed {
    position: fixed; }
  .av_image__wrap.absolute_bottom {
    top: auto;
    bottom: 0; }

.av_page {
  margin-top: 100px;
  position: relative; }
  @media (min-width: 992px) {
    .av_page .container-fluid-old {
      position: relative; } }
  @media (max-width: 1200px) {
    .av_page {
      margin-top: 50px; } }
  @media (max-width: 991px) {
    .av_page {
      margin-top: 0;
      padding-top: 200px; } }
  @media (max-width: 767px) {
    .av_page {
      padding-top: 170px; } }
  @media (max-width: 600px) {
    .av_page {
      padding-top: 130px; } }
  .av_page .adaptive-row {
    display: block; }
    .av_page .adaptive-row:before, .av_page .adaptive-row:after {
      width: 100%; }
  @media (max-width: 480px) {
    .av_page .adaptive-row {
      margin-left: -10px;
      margin-right: -10px; }
    .av_page .adaptive-row > div {
      padding: 0 10px; }
      .av_page .adaptive-row > div:first-of-type {
        width: 25%; }
      .av_page .adaptive-row > div:last-of-type {
        width: 75%; } }
  .av_page h1 {
    font-weight: 400;
    font-size: 2.9rem; }
    @media (max-width: 767px) {
      .av_page h1 {
        font-size: 2.2rem; } }
    @media (max-width: 480px) {
      .av_page h1 {
        font-size: 1.8rem; } }
  .av_page .result-category {
    font-weight: 600;
    font-size: .65rem;
    margin-bottom: 1.5rem;
    line-height: 1.5; }
    @media (max-width: 992px) {
      .av_page .result-category {
        margin-bottom: 1rem; } }
  .av_page .row .col {
    position: relative; }
    .av_page .row .col:first-of-type {
      width: 24%; }
    .av_page .row .col:nth-of-type(2) {
      width: 50%; }
    @media (max-width: 1200px) {
      .av_page .row .col:first-of-type {
        width: 22%; }
      .av_page .row .col:nth-of-type(2) {
        width: 54%; } }
    @media (max-width: 1200px) and (min-width: 991px) {
      .av_page .row .col:nth-of-type(2) {
        padding-right: 3rem; } }
    @media (max-width: 991px) {
      .av_page .row .col {
        position: static; }
        .av_page .row .col:first-of-type {
          width: 100%; }
        .av_page .row .col:nth-of-type(2) {
          width: 100%; } }
  @media (min-width: 992px) {
    .av_page .hidden-image {
      display: none; } }
  @media (min-width: 481px) {
    .av_page .hidden-image img {
      margin: 0 10%;
      max-width: 80%; } }
  @media (max-width: 440px) {
    .av_page .hidden-image img {
      max-width: 80px;
      margin-left: -13px;
      width: calc(100% + 20px); } }

.av_header {
  margin-bottom: 6rem; }
  @media (max-width: 1200px) {
    .av_header {
      margin-bottom: 4rem; } }
  @media (max-width: 600px) {
    .av_header {
      margin-bottom: 3rem; } }
  .av_header h1 {
    margin-bottom: 0; }

.av_logo-block {
  max-width: 720px;
  margin-bottom: 3rem; }
  @media (min-width: 1201px) {
    .av_logo-block {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }
  @media (max-width: 1200px) {
    .av_logo-block > div {
      width: 100%; }
    .av_logo-block > div + div {
      margin-top: 2rem; } }
  @media (max-width: 440px) {
    .av_logo-block {
      margin-left: calc(-33.3% - 20px); } }
  .av_logo-block img {
    display: inline-block;
    max-height: 58px;
    max-width: 85px;
    margin-bottom: 1.5rem;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease; }
    @media (max-width: 1200px) {
      .av_logo-block img {
        margin: 0; } }
    @media (max-width: 480px) {
      .av_logo-block img {
        margin-bottom: 10px;
        max-width: 76px; } }
    .av_logo-block img.clinic {
      margin-top: 40px;
      margin-left: -3px; }
      @media (max-width: 1200px) {
        .av_logo-block img.clinic {
          margin-top: 0;
          margin-right: 3px; } }
    .av_logo-block img.vshm {
      margin-top: 5px; }
      @media (max-width: 1200px) {
        .av_logo-block img.vshm {
          margin-top: 0; } }
  .av_logo-block .result-category {
    display: block;
    -webkit-transition: color .2s ease;
    transition: color .2s ease; }
    @media (max-width: 1200px) {
      .av_logo-block .result-category {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: bottom;
        max-width: 290px;
        white-space: normal;
        padding-left: 20px; } }
    @media (max-width: 767px) {
      .av_logo-block .result-category {
        max-width: 250px; } }
    @media (max-width: 600px) {
      .av_logo-block .result-category {
        max-width: 190px; } }
    @media (max-width: 480px) {
      .av_logo-block .result-category {
        max-width: 100%;
        display: block;
        width: 100%;
        padding: 0; } }

.av_logo__link {
  display: inline-block;
  max-width: 280px; }
  @media (max-width: 1200px) {
    .av_logo__link {
      max-width: 100%;
      width: 100%; } }
  @media (max-width: 480px) {
    .av_logo__link {
      white-space: normal; } }
  .av_logo__link:hover .result-category, .av_logo__link:active .result-category {
    color: #fff; }
  .av_logo__link:hover img, .av_logo__link:active img {
    opacity: .7; }

.av_links {
  font-size: .65rem;
  font-style: italic;
  letter-spacing: .15em;
  line-height: 1.5;
  text-transform: uppercase; }
  .av_links a {
    display: inline-block;
    max-width: 300px;
    margin-right: 55px;
    margin-bottom: .5rem;
    position: relative;
    vertical-align: top;
    padding-left: 55px;
    min-height: 40px; }
    @media (max-width: 1280px) {
      .av_links a {
        max-width: 250px; } }
    .av_links a:last-of-type {
      margin-right: 0; }
    .av_links a:hover img, .av_links a:active img {
      opacity: .7; }
  .av_links img {
    width: 40px;
    height: 40px;
    position: absolute;
    top: .2rem;
    left: 0;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease; }

.av_main_links__wrap {
  -webkit-transition: width .2s ease;
  transition: width .2s ease;
  position: absolute;
  max-width: 325px;
  width: 100%;
  top: 0;
  right: 90px; }
  .av_main_links__wrap.fixed {
    position: fixed; }
  .av_main_links__wrap.absolute_bottom {
    top: auto;
    bottom: 0; }
  @media (max-width: 1400px) {
    .av_main_links__wrap {
      max-width: 295px;
      right: 30px; } }
  @media (max-width: 1280px) {
    .av_main_links__wrap {
      max-width: 270px; } }
  @media (max-width: 991px) {
    .av_main_links__wrap {
      max-width: 100%;
      top: 0;
      right: 0;
      width: 100% !important; } }

.av_main_links {
  padding: 50px 35px;
  border: 2px solid #33dbff;
  -webkit-box-shadow: 0 0 20px rgba(43, 183, 216, 0.5), inset 0 0 20px rgba(43, 183, 216, 0.5);
          box-shadow: 0 0 20px rgba(43, 183, 216, 0.5), inset 0 0 20px rgba(43, 183, 216, 0.5); }
  @media (max-width: 1200px) {
    .av_main_links {
      padding: 40px 25px; } }
  @media (max-width: 991px) {
    .av_main_links {
      width: 100%;
      max-width: 100%;
      padding: 1.5rem 1.5rem 1rem; } }
  @media (max-width: 767px) {
    .av_main_links {
      padding: 20px 20px 15px; } }
  @media (max-width: 600px) {
    .av_main_links {
      padding: 20px; } }
  @media (max-width: 480px) {
    .av_main_links {
      padding: 15px; } }
  .av_main_links .text {
    text-shadow: 0 0 10px rgba(51, 219, 255, 0.9);
    font-size: 1rem;
    line-height: 1.3;
    color: #33dbff;
    margin-bottom: 2.5rem; }
    @media (max-width: 991px) {
      .av_main_links .text {
        margin-bottom: 1.5rem; } }
    @media (max-width: 767px) {
      .av_main_links .text {
        margin-bottom: 15px;
        font-size: 12px; } }
  @media (min-width: 992px) {
    .av_main_links a {
      margin-bottom: 0;
      padding-left: 0;
      padding-top: 50px;
      margin-right: 0; }
      .av_main_links a img {
        top: 0; }
    .av_main_links a + a {
      margin-top: 1.5rem; } }
  @media (max-width: 991px) {
    .av_main_links .av_links a {
      margin-right: 0;
      max-width: 300px; } }
  @media (max-width: 767px) and (min-width: 601px) {
    .av_main_links .av_links a {
      padding-left: 30px;
      font-size: 9px;
      max-width: 260px; }
    .av_main_links img {
      width: 20px;
      height: 20px; } }
  @media (max-width: 600px) {
    .av_main_links {
      min-height: 80px; }
      .av_main_links .text {
        margin-right: 110px;
        margin-bottom: 0; }
      .av_main_links .av_links {
        position: absolute;
        right: 20px;
        top: 20px; }
      .av_main_links .av_links img {
        position: relative;
        top: 0; }
      .av_main_links .av_links a {
        font-size: 0;
        padding-left: 0;
        max-width: 40px; }
        .av_main_links .av_links a + a {
          margin-left: 10px; } }
  @media (max-width: 480px) {
    .av_main_links {
      min-height: 60px; }
      .av_main_links .text {
        margin-right: 85px;
        margin-bottom: 0; }
      .av_main_links .av_links {
        position: absolute;
        right: 15px;
        top: 15px; }
      .av_main_links .av_links a {
        max-width: 30px; } }

@media (max-width: 991px) {
  .av_main_links {
    background: #25252E;
    background-size: 100% auto; }
  .webp .av_main_links {
    background: #25252E;
    background-size: 100% auto; } }

.fixedEl.fixed {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  -webkit-transform: translateY(70px);
      -ms-transform: translateY(70px);
          transform: translateY(70px); }
  @media (max-width: 1150px) and (min-width: 992px) {
    .fixedEl.fixed {
      -webkit-transform: translateY(110px);
          -ms-transform: translateY(110px);
              transform: translateY(110px); } }

.fixedEl.absolute_bottom {
  -webkit-transform: translateY(-3rem);
      -ms-transform: translateY(-3rem);
          transform: translateY(-3rem); }

.av-page_link {
  margin-left: 20px;
  bottom: 1px;
  position: relative; }
  @media (max-width: 1200px) {
    .av-page_link {
      bottom: 2px; } }
  @media (max-width: 767px) {
    .av-page_link {
      bottom: 3px;
      margin-left: 15px; } }

.av-block_large {
  margin-top: 9rem;
  padding: 4rem 2rem 2rem;
  border: 1px solid #33dbff;
  -webkit-box-shadow: 0 0 20px rgba(43, 183, 216, 0.5), inset 0 0 20px rgba(43, 183, 216, 0.5);
          box-shadow: 0 0 20px rgba(43, 183, 216, 0.5), inset 0 0 20px rgba(43, 183, 216, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 1200px) {
    .av-block_large {
      margin-top: 8rem; } }
  @media (max-width: 992px) {
    .av-block_large {
      margin-top: 6rem;
      padding: 3rem 1.5rem 1rem; } }
  @media (max-width: 767px) {
    .av-block_large {
      margin-top: 4rem;
      padding: 2rem 1rem 0; } }
  .av-block_large .text {
    font-size: 1.1rem;
    line-height: 1.45;
    max-width: 390px;
    margin-right: 2rem; }
    @media (max-width: 1280px) {
      .av-block_large .text {
        max-width: 310px; }
        .av-block_large .text .modal-popup .container-small {
          margin: 0 auto;
          max-width: 700px; } }
    @media (max-width: 480px) {
      .av-block_large .text {
        max-width: 100%;
        margin-right: 0; } }
  @media (max-width: 992px) {
    .av-block_large .av_links {
      max-width: 250px; }
      .av-block_large .av_links a {
        margin-right: 0; }
      .av-block_large .av_links a:not(:last-of-type) {
        margin-bottom: 1rem; } }
  .av-block_large > * {
    margin-bottom: 2rem; }

@media (min-width: 768px) {
  .register-age .form-group:first-of-type, .register-age .form-group:nth-of-type(2) {
    width: 40%; }
  .register-age .form-group:nth-of-type(3) {
    width: 20%; } }

@media (min-width: 992px) and (max-width: 1100px) {
  .register-age .form-group:first-of-type, .register-age .form-group:nth-of-type(2) {
    width: 38%; }
  .register-age .form-group:nth-of-type(3) {
    width: 24%; } }

.benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 45px; }
  .benefits .regular-link-black {
    font-size: inherit;
    font-style: inherit;
    text-transform: none; }
  .benefits .item {
    width: 32%;
    font-size: 13px; }
    .benefits .item:nth-of-type(2) .top:before {
      background-image: url("../images/register-popup/time.svg"); }
    .benefits .item:nth-of-type(3) .top:before {
      background-image: url("../images/register-popup/smile.svg"); }
    .benefits .item .top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 7px;
      font-weight: 700;
      text-transform: uppercase; }
      .benefits .item .top:before {
        content: '';
        width: 53px;
        margin-right: 20px;
        padding: 24px 0 24px;
        background: url("../images/register-popup/safe.svg") no-repeat center;
        background-size: contain; }
      .benefits .item .top.scientifically:before, .benefits .item .top.effectively:before, .benefits .item .top.useful:before {
        background: none;
        content: none; }
      .benefits .item .top.scientifically, .benefits .item .top.effectively, .benefits .item .top.useful {
        display: block; }
        .benefits .item .top.scientifically img, .benefits .item .top.effectively img, .benefits .item .top.useful img {
          width: 43px; }
        .benefits .item .top.scientifically small, .benefits .item .top.effectively small, .benefits .item .top.useful small {
          display: block;
          width: 100%;
          font-weight: 700;
          font-size: 0.6rem;
          margin-top: 1rem; }
    .benefits .item a:after {
      bottom: 0; }
    .benefits .item .text {
      line-height: 1.25; }
      .benefits .item .text b {
        font-weight: bold; }
  @media only screen and (max-width: 767px) {
    .benefits {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-bottom: 22px; }
      .benefits .item {
        width: 100%;
        margin-bottom: 26px; }
        .benefits .item:nth-of-type(2) {
          width: 100%;
          margin-bottom: 36px; }
        .benefits .item .top {
          font-size: 13px;
          margin-bottom: 8px; }
          .benefits .item .top:before {
            width: 60px;
            margin-right: 20px;
            padding: 30px; }
        .benefits .item .text {
          font-size: 1rem; } }

.logoSber {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 47px; }
  .logoSber img {
    width: 186px;
    margin-bottom: 6px; }
  .logoSber span {
    font-size: 13px; }
  @media only screen and (max-width: 767px) {
    .logoSber {
      margin-bottom: 30px; }
      .logoSber img {
        margin-bottom: 8px; } }

.loginRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  margin-bottom: 93px; }
  .loginRow .loginId {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    .loginRow .loginId .social-link.sber {
      padding: 21px 65px; }
      .loginRow .loginId .social-link.sber img {
        min-width: 170px; }
      @media screen and (max-width: 1000px) {
        .loginRow .loginId .social-link.sber {
          padding: 21px 21px; } }
  .loginRow .text {
    max-width: 420px;
    padding-left: 18px;
    letter-spacing: -0.35px; }
  .loginRow .howItWorks {
    text-transform: uppercase;
    font-weight: 700;
    white-space: nowrap;
    margin-left: 20px;
    padding: 17px 0 17px 70px;
    background: url(../images/register-popup/play.png) no-repeat 0 center/auto 100%;
    cursor: pointer;
    color: black; }
  @media only screen and (max-width: 767px) {
    .loginRow {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin-bottom: 42px; }
      .loginRow .loginId {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 99%;
        height: 19vw;
        margin: 0 auto 5.5vw; }
        .loginRow .loginId img {
          width: 76%;
          min-width: auto; }
      .loginRow .text {
        padding-left: 0;
        max-width: 90%;
        line-height: 1.2; }
        .loginRow .text span {
          display: block;
          margin-top: 4.5vw; }
      .loginRow .howItWorks {
        margin: 40px 0 0;
        padding: 15px 0 15px 65px;
        font-size: 1.25rem; } }

.formWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .formWrapper .headline {
    font-size: 26px;
    line-height: 1.35;
    margin-bottom: 18px; }
  .formWrapper .left,
  .formWrapper .right {
    width: 49.1%; }
  .formWrapper .left .bottom {
    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;
    margin-top: 20px; }
    .formWrapper .left .bottom .auth-btn-xl.large-main-button {
      width: 220px;
      min-width: auto;
      padding: 0; }
    .formWrapper .left .bottom .regular-link-black {
      font-size: 13px; }
  .formWrapper .right {
    padding-left: 5%; }
    .formWrapper .right .headline {
      max-width: 384px;
      margin-bottom: 18px; }
    .formWrapper .right span {
      display: inline-block;
      max-width: 95%;
      font-size: 13px;
      line-height: 1.3; }
  @media only screen and (max-width: 1023px) {
    .formWrapper .left .bottom {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .formWrapper .left .bottom .auth-btn-xl.large-main-button {
        margin-bottom: 30px; } }
  @media only screen and (max-width: 767px) {
    .formWrapper {
      -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; }
      .formWrapper .headline {
        font-size: 1.5rem;
        line-height: 1.38; }
      .formWrapper .left,
      .formWrapper .right {
        width: 99%; }
      .formWrapper .left {
        margin-bottom: 40px; }
        .formWrapper .left .bottom {
          margin-top: 6.1vw; }
      .formWrapper .orm {
        padding: 6vw 6vw 10vw; }
      .formWrapper .right {
        padding-left: 0; }
        .formWrapper .right .headline {
          max-width: 105%;
          width: 105%;
          letter-spacing: -0.5px; }
        .formWrapper .right span {
          font-size: 1rem;
          line-height: 1.2; } }

.popup_noauth_container {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto; }

.popup_noauth_title {
  margin-bottom: 30px; }

.popup_noauth_slash {
  margin: 0 9px 0 17px; }
  @media only screen and (max-width: 767px) {
    .popup_noauth_slash {
      display: none; } }

.popup_noauth_link {
  display: inline-block; }
  .popup_noauth_link a {
    font-size: 1.3rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 700;
    font-style: italic; }
  @media only screen and (max-width: 767px) {
    .popup_noauth_link {
      margin-top: 4.5vw;
      padding: 5.6vw 0 7vw 1.3vw;
      border-top: 1px solid #f2f2f2;
      border-bottom: 1px solid #f2f2f2; }
      .popup_noauth_link a {
        font-size: 5vw;
        line-height: 1.4;
        letter-spacing: 5.5px; }
        .popup_noauth_link a:after {
          display: none; }
        .popup_noauth_link a span {
          position: relative; }
          .popup_noauth_link a span:after {
            content: '';
            display: block;
            position: absolute;
            bottom: -3px;
            left: 0;
            right: 1%;
            height: 1px;
            background: #03d3ff; }
          .popup_noauth_link a span:first-child:after {
            bottom: -2px; } }

.howItWorksVideo .container {
  position: relative;
  width: 100%;
  padding-top: calc(100vh - 100px); }

.howItWorksVideo iframe {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 83%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.textarea_wrapper {
  background: white; }
  .textarea_wrapper textarea {
    padding-top: 0;
    margin-top: 28px; }

.no-register {
  margin: 0 0 20px;
  padding-left: 3px;
  font-size: 0.9rem;
  font-weight: 600;
  top: -10px;
  position: relative; }
  .no-register a {
    color: #141414;
    border-bottom: 1px solid #33dbff; }

@media (min-width: 1151px) {
  .col-lg-push-6 {
    left: 45%;
    width: 55%;
    margin-top: 20px; }
  .col-lg-pull-6 {
    right: 55%; }
  .line-red.mobile {
    display: none; }
  .mobile-button {
    display: none; } }

@media (max-width: 1150px) {
  [data-form="select-gender"].popup-form .container-fluid-old {
    padding: 0; }
  .container-small.popup-register {
    background: none;
    background-color: #9e0111;
    padding: 60px 20px 20px; }
    .container-small.popup-register .select-gender-h2 {
      font-size: 1.6rem; }
    .container-small.popup-register .slogan {
      font-size: 1.4rem; }
    .container-small.popup-register .discount {
      left: 0;
      right: 0;
      margin: auto; }
    .container-small.popup-register .popup-form-fields .left {
      width: 100%;
      padding-right: 14px;
      padding-left: 14px; }
    .container-small.popup-register .popup-form-fields .right {
      width: 100%; }
    .container-small.popup-register .popup-form-fields .full-price-text {
      font-size: 1.3rem;
      margin-top: 5.1rem; }
    .container-small.popup-register .popup-form-fields .full-price {
      font-size: 1.2rem; }
    .container-small.popup-register .popup-form-fields .discount-price {
      font-size: 2.7rem;
      margin-top: 0; }
    .container-small.popup-register .popup-form-fields .discount-price:after {
      font-size: 2.4rem; }
    .container-small.popup-register .popup-form-fields .price-text {
      font-size: 1.3rem;
      line-height: normal;
      margin-bottom: 30px; }
    .container-small.popup-register .popup-form-fields .line-red {
      display: none; }
      .container-small.popup-register .popup-form-fields .line-red.mobile {
        display: block;
        margin: 2.5rem auto 0;
        width: 95%; }
    .container-small.popup-register .popup-form-fields label {
      font-size: 13px; }
    .container-small.popup-register .popup-form-fields .register-form-flex {
      margin-top: 20px; }
    .container-small.popup-register .popup-form-fields .checkbox label {
      font-size: 11px;
      padding: 8px 0 5px 40px; }
    .container-small.popup-register .popup-form-fields .auth-btn-xl {
      display: none; }
      .container-small.popup-register .popup-form-fields .auth-btn-xl.mobile-button {
        display: block; }
      .container-small.popup-register .popup-form-fields .auth-btn-xl.large-main-button {
        min-width: 220px;
        margin-top: 10px;
        height: 55px; }
    .container-small.popup-register .popup-form-fields .stock {
      margin-top: 1.6em;
      font-size: 1.5rem;
      font-weight: 300; }
    .container-small.popup-register .popup-form-fields .free-test {
      margin-top: 1rem;
      font-size: 1.1rem;
      margin-bottom: 1.6rem; }
    .container-small.popup-register .popup-form-fields .free-test a {
      font-weight: 600; }
  .container-small.footer-register {
    background: none;
    background-color: #0b0e2f;
    padding: 20px; }
    .container-small.footer-register .logo {
      position: relative;
      left: 0;
      top: 0;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      margin: 30px 0 10px; }
    .container-small.footer-register .item {
      margin-top: 38px;
      margin-bottom: 0; }
    .container-small.footer-register div > div:nth-child(2) > div > div > p:nth-child(2) {
      font-size: 1.1rem !important;
      margin-bottom: 10px; }
    .container-small.footer-register .select-gender-text .text {
      line-height: 1.5;
      font-size: 1.4rem; }
    .container-small.footer-register .select-gender-text .benefits {
      margin-bottom: 0; }
      .container-small.footer-register .select-gender-text .benefits .top small {
        font-size: 0.8rem;
        font-weight: 600; }
      .container-small.footer-register .select-gender-text .benefits .top.not-equal span {
        font-size: 1.2rem;
        line-height: 1; }
      .container-small.footer-register .select-gender-text .benefits .top.not-equal span:nth-child(3) {
        margin-bottom: 20px; }
      .container-small.footer-register .select-gender-text .benefits .top.not-equal span:nth-child(4) {
        font-size: 0.8rem; }
      .container-small.footer-register .select-gender-text .benefits .text {
        font-size: 0.8rem;
        margin-top: 15px; }
        .container-small.footer-register .select-gender-text .benefits .text.mbl {
          font-size: 1.2rem;
          width: 83%; }
    .container-small.footer-register .select-gender-text .free-sale {
      font-size: 0.8rem;
      font-weight: 600; }
    .container-small.footer-register .select-gender-text.social-link.sber {
      padding: 21px 45px; }
    .container-small.footer-register .select-gender-text .loginRow {
      margin-bottom: 5px; }
      .container-small.footer-register .select-gender-text .loginRow .loginId {
        margin: 0;
        height: 100%; }
    .container-small.footer-register .select-gender-text .notice {
      font-size: 11px;
      line-height: 1.3;
      margin-top: 20px; }
  .benefits .item .top {
    margin-bottom: 0; }
  .benefits .item .top.top.scientifically small,
  .benefits .item .top.effectively small,
  .benefits .item .top.useful small {
    font-weight: 600;
    font-size: 0.8rem; }
  .benefits .item .text {
    font-size: 0.8rem; }
  .register-form-new .radio {
    margin-right: 0; }
  .loginRow .loginId .social-link.sber {
    padding: 16px 21px; }
  [data-form="select-gender"].popup-form {
    padding: 0; }
    [data-form="select-gender"].popup-form .fancybox-close-small:after {
      color: #ffffff; }
    [data-form="select-gender"].popup-form .fancybox-close-small:hover:after {
      color: #141414; }
  .more {
    display: none; }
  .no-register a {
    display: inline-block; } }

.lifestrategies-table-table {
  overflow-x: auto;
  margin-top: 25px;
  margin-bottom: 50px; }
  .lifestrategies-table-table .lifestrategies-table {
    table-layout: fixed;
    width: 100%; }
  .lifestrategies-table-table td, .lifestrategies-table-table th {
    border: 1px solid rgba(0, 210, 255, 0.1);
    padding: 0.5em 1em; }
    @media (max-width: 727px) {
      .lifestrategies-table-table td, .lifestrategies-table-table th {
        text-align: left;
        padding-right: 30px;
        word-break: break-word;
        font-size: 13px; }
        .lifestrategies-table-table td:last-child, .lifestrategies-table-table th:last-child {
          padding-right: 0px; } }
  .lifestrategies-table-table tr.item-popular {
    font-weight: bold;
    background: rgba(255, 255, 255, 0.025); }
  .lifestrategies-table-table .__strategy {
    width: 300px; }
  .lifestrategies-table-table .__points {
    width: 115px; }
  @media (max-width: 727px) {
    .lifestrategies-table-table .__strategy {
      width: 175px; }
    .lifestrategies-table-table .__points {
      width: 90px; }
    .lifestrategies-table-table .__interpretation {
      width: 300px; } }

.lifestrategies-table-table-points .lifestrategies-table-points {
  width: 100%; }

.lifestrategies-table-table-points .__strategy {
  width: 300px; }

.lifestrategies-table-table-points td, .lifestrategies-table-table-points th {
  border: 1px solid rgba(0, 210, 255, 0.1);
  padding: 0.5em 1em; }

@media (max-width: 727px) {
  .lifestrategies-table-table-points {
    font-size: 13px; } }

@media (max-width: 600px) {
  .lifestrategies-table-table-points {
    display: block; }
    .lifestrategies-table-table-points tbody {
      display: block; }
    .lifestrategies-table-table-points tr {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .lifestrategies-table-table-points tr .__strategy {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 50%;
                flex: 1 1 50%;
        width: 50%; }
      .lifestrategies-table-table-points tr .__points {
        width: 50px; } }

.inner-section-title--small h1 {
  font-size: 2em; }

@media (max-width: 1151px) {
  .inner-section-title--small h1 {
    font-size: 1.2em; } }

.test--cognitive-distortions .current-question-row-list .question-row-for-answers,
.test--intuitsiya-v-prinyatii-resheniy .current-question-row-list .question-row-for-answers {
  min-height: 2rem;
  margin-bottom: 1rem; }
  @media (max-width: 1220px) {
    .test--cognitive-distortions .current-question-row-list .question-row-for-answers,
    .test--intuitsiya-v-prinyatii-resheniy .current-question-row-list .question-row-for-answers {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 1.5rem;
      min-height: 1rem; } }

.test--cognitive-distortions .current-question-row-list .question-row-for-answers__name,
.test--intuitsiya-v-prinyatii-resheniy .current-question-row-list .question-row-for-answers__name {
  width: calc(100% - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0; }
  @media (max-width: 1220px) {
    .test--cognitive-distortions .current-question-row-list .question-row-for-answers__name,
    .test--intuitsiya-v-prinyatii-resheniy .current-question-row-list .question-row-for-answers__name {
      margin-bottom: 0.5rem; } }

.test--cognitive-distortions .current-question-row-list .answer-row__radio-item label,
.test--intuitsiya-v-prinyatii-resheniy .current-question-row-list .answer-row__radio-item label {
  font-size: 1rem;
  border-radius: 100%;
  padding: 0.5rem; }

.test--cognitive-distortions .current-question-row-list .answer-row,
.test--intuitsiya-v-prinyatii-resheniy .current-question-row-list .answer-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto; }

@media (max-width: 720px) {
  .test--cognitive-distortions .current-question-row-list .answer-row__radio-item,
  .test--intuitsiya-v-prinyatii-resheniy .current-question-row-list .answer-row__radio-item {
    width: 100%;
    margin-bottom: 0.5rem; } }

.test--cognitive-life-strategies .answer-row__radio-item label {
  width: 47px;
  height: 47px; }
  @media (max-width: 600px) {
    .test--cognitive-life-strategies .answer-row__radio-item label {
      width: 40px;
      height: 40px; } }

.test--cognitive-life-strategies .question-row-for-answers__name {
  margin-bottom: 20px;
  font-weight: 600; }

.test--cognitive-life-strategies .question-row-for-answers {
  margin-bottom: 0; }

.сognitive-distortions-text,
.life-strategies-text {
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .сognitive-distortions-text p,
  .life-strategies-text p {
    margin-top: 0; }
  .сognitive-distortions-text ._title-1,
  .life-strategies-text ._title-1 {
    margin-bottom: 0.5rem;
    text-align: left !important; }
  .сognitive-distortions-text ._title-2,
  .life-strategies-text ._title-2 {
    margin-bottom: 0; }
  .сognitive-distortions-text ._text-block,
  .life-strategies-text ._text-block {
    padding-top: 1rem; }
  .сognitive-distortions-text ._text-group,
  .life-strategies-text ._text-group {
    margin: 20px 0;
    padding: 0;
    background: #32323E;
    -webkit-backdrop-filter: blur(35px);
            backdrop-filter: blur(35px);
    border-radius: 25px; }
  .сognitive-distortions-text ._text-group_title,
  .life-strategies-text ._text-group_title {
    margin: 0;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.3;
    text-align: left !important; }
  @media (max-width: 460px) {
    .сognitive-distortions-text ._text-group,
    .life-strategies-text ._text-group {
      font-size: 13px;
      padding: 1em 1em 0; }
    .сognitive-distortions-text ._text-group_title,
    .life-strategies-text ._text-group_title {
      font-size: 1.4em; }
    .сognitive-distortions-text ._title-1,
    .life-strategies-text ._title-1 {
      font-size: 1.2em; }
    .сognitive-distortions-text ._title-2,
    .life-strategies-text ._title-2 {
      font-size: 1.1em; } }

.life-strategies-text ._text-group {
  margin: 0rem 0 2rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: 1px solid rgba(0, 210, 255, 0.1); }

#modalDescription h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 62px; }

.mainscreen__content--test-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.help-block-desktop,
.help-block-mobile {
  display: none; }

.help-off {
  display: none !important; }

@media (min-width: 768px) {
  .question-preview-text,
  .help-block-desktop {
    display: block !important; }
  .question-preview-text-mobile,
  .help-block-mobile {
    display: none !important; } }

@media (max-width: 767px) {
  .question-preview-text-mobile,
  .help-block-mobile {
    display: block !important; }
  .question-preview-text,
  .help-block-desktop {
    display: none !important; } }

.help-on {
  background: #25252E;
  background-size: 100% auto; }

.webp .help-on {
  background: #32323e;
  background-size: 100% auto; }

.help-on {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 550;
  overflow: auto;
  max-height: 100vh; }
  .help-on .question-container {
    max-width: 1400px; }
  .help-on .page-content,
  .help-on header, .help-on footer {
    display: none; }
  .help-on .dnd-item > *,
  .help-on .sortable-question-item > * {
    -webkit-filter: blur(3px);
            filter: blur(3px); }
  @media (min-width: 768px) {
    .help-on > div {
      padding: 150px 0 0; } }
  @media (max-width: 767px) {
    .help-on > div {
      padding: 100px 0 0; } }
  .help-on .sortable-question-row, .help-on .dnd-wrap {
    pointer-events: none; }
  .help-on .help-text {
    margin-bottom: 80px;
    color: #33dbff;
    letter-spacing: 0.15em;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase; }
    @media (max-width: 870px) {
      .help-on .help-text {
        font-size: 12px; } }
    @media (max-width: 767px) {
      .help-on .help-text {
        font-size: 11px; } }
    @media (max-width: 480px) {
      .help-on .help-text br {
        display: none; } }
  .help-on .help-arrow {
    position: absolute;
    top: 50px;
    width: 45px;
    height: 45px;
    background: url("../images/top-arrow.svg") 50% 50% no-repeat;
    background-size: contain;
    right: 0;
    opacity: 0; }
    @media (max-width: 870px) {
      .help-on .help-arrow {
        width: 30px;
        height: 30px;
        top: 40px; } }
    @media (max-width: 767px) {
      .help-on .help-arrow {
        top: 0;
        right: 10px; } }
    .help-on .help-arrow:first-of-type {
      left: 24%; }
    .help-on .help-arrow:nth-of-type(2) {
      left: 54%; }
    .help-on .help-arrow:nth-of-type(3) {
      left: 84%; }
  .help-on .sortable-question-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    border: 1px solid #33dbff;
    z-index: 2; }
  @media (min-width: 768px) {
    .help-on .help-arrow:first-of-type {
      -webkit-animation: opacity 1s 0s 1 ease;
              animation: opacity 1s 0s 1 ease; }
    .help-on .help-arrow:nth-of-type(2) {
      -webkit-animation: opacity 1s .6s 1 ease;
              animation: opacity 1s .6s 1 ease; }
    .help-on .help-arrow:nth-of-type(3) {
      -webkit-animation: opacity 1s 1.2s 1 ease;
              animation: opacity 1s 1.2s 1 ease; }
    .help-on .ui-sortable-handle:first-of-type .sortable-question-item:before {
      -webkit-animation: opacity-animation 1s 0s 1 ease;
              animation: opacity-animation 1s 0s 1 ease; }
    .help-on .ui-sortable-handle:nth-of-type(2) .sortable-question-item:before {
      -webkit-animation: opacity-animation 1s 0.6s 1 ease;
              animation: opacity-animation 1s 0.6s 1 ease; }
    .help-on .ui-sortable-handle:nth-of-type(3) .sortable-question-item:before {
      -webkit-animation: opacity-animation 1s 1.2s 1 ease;
              animation: opacity-animation 1s 1.2s 1 ease; }
    .help-on .sortable-question-row .row > div:nth-of-type(1) .sortable-question-item {
      -webkit-animation: transform-animation 2.8s ease 2s 1 forwards;
              animation: transform-animation 2.8s ease 2s 1 forwards;
      -webkit-transition: opacity .01s ease 2s;
      transition: opacity .01s ease 2s; }
    .help-on .dnd-item {
      position: relative;
      border: none; }
      .help-on .dnd-item:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border: 2px dashed #33dbff;
        z-index: 2;
        opacity: .5;
        -webkit-animation: opacity-animation2 3s ease 2s;
                animation: opacity-animation2 3s ease 2s; }
    .help-on .help-block-1 .dnd-item:after {
      -webkit-animation: opacity-animation2 3s ease 2s,  bg-animation 3s ease 2.3s;
              animation: opacity-animation2 3s ease 2s,  bg-animation 3s ease 2.3s; }
    .help-on .help-block-1 {
      position: relative; }
      .help-on .help-block-1 .has-el {
        position: relative;
        z-index: 2;
        -webkit-animation: hidden-card .3s ease 4.6s forwards;
                animation: hidden-card .3s ease 4.6s forwards;
        opacity: 0; }
      .help-on .help-block-1 .empty {
        position: absolute;
        top: 0;
        bottom: 0;
        -webkit-animation: visible-card-shadow .1s ease 4.5s forwards;
                animation: visible-card-shadow .1s ease 4.5s forwards; } }

@media (max-width: 767px) {
  .help-on .help-text-2 {
    padding-right: 40px;
    position: relative;
    margin-bottom: 30px;
    display: inline-block;
    max-width: 470px; }
    .help-on .help-text-2:after {
      content: '';
      position: absolute;
      right: 0;
      top: 0;
      width: 25px;
      height: 100%;
      background: url("../images/top-arrow.svg") 100% 100% no-repeat;
      background-size: contain;
      -webkit-animation: arrow-down 1s 2 ease forwards;
              animation: arrow-down 1s 2 ease forwards; }
  .help-on .ui-sortable-handle:first-of-type .sortable-question-item:before {
    -webkit-animation: opacity-animation 1s 0s 1 ease;
            animation: opacity-animation 1s 0s 1 ease; }
  .help-on .ui-sortable-handle:nth-of-type(2) .sortable-question-item:before {
    -webkit-animation: opacity-animation 1s 0.6s 1 ease;
            animation: opacity-animation 1s 0.6s 1 ease; }
  .help-on .ui-sortable-handle:nth-of-type(3) .sortable-question-item:before {
    -webkit-animation: opacity-animation 1s 1.2s 1 ease;
            animation: opacity-animation 1s 1.2s 1 ease; }
  .help-on .help-block-mobile .sortable-question-item {
    height: 150px; }
    .help-on .help-block-mobile .sortable-question-item span {
      max-height: 120px;
      overflow: hidden; }
  .help-on .help-block-mobile .ui-sortable-handle {
    position: relative; }
  .help-on .help-block-mobile .card-shadow {
    position: absolute;
    bottom: 0;
    background-color: rgba(255, 127, 80, 0.16);
    left: 0;
    right: 0;
    z-index: 4;
    top: 0;
    opacity: 0;
    -webkit-animation: visible-card-shadow 3.2s ease 1.6s 1 forwards;
            animation: visible-card-shadow 3.2s ease 1.6s 1 forwards; }
  .help-on .help-block-mobile .sortable-question-row .row > div:nth-of-type(1) .card-before {
    -webkit-animation: transform-animation-mobile 2.8s ease 2s 1 forwards;
            animation: transform-animation-mobile 2.8s ease 2s 1 forwards;
    z-index: 2; }
  .help-on .help-block-mobile .sortable-question-row .row > div:nth-of-type(2) .card-before {
    -webkit-animation: transform-animation-mobile2 1s ease 4.2s 1 forwards;
            animation: transform-animation-mobile2 1s ease 4.2s 1 forwards;
    z-index: 1; } }

@-webkit-keyframes arrow-down {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px); }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes arrow-down {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px); }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

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

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

@-webkit-keyframes opacity-animation {
  from {
    opacity: 0; }
  50% {
    opacity: .5; }
  to {
    opacity: 0; } }

@keyframes opacity-animation {
  from {
    opacity: 0; }
  50% {
    opacity: .5; }
  to {
    opacity: 0; } }

@-webkit-keyframes opacity-animation2 {
  0% {
    opacity: .5; }
  20% {
    opacity: 1; }
  80% {
    opacity: 1; }
  100% {
    opacity: .5; } }

@keyframes opacity-animation2 {
  0% {
    opacity: .5; }
  20% {
    opacity: 1; }
  80% {
    opacity: 1; }
  100% {
    opacity: .5; } }

@-webkit-keyframes bg-animation {
  0% {
    background: rgba(43, 183, 216, 0); }
  20% {
    background: rgba(43, 183, 216, 0.4); }
  80% {
    background: rgba(43, 183, 216, 0.4); }
  100% {
    background: rgba(43, 183, 216, 0); } }

@keyframes bg-animation {
  0% {
    background: rgba(43, 183, 216, 0); }
  20% {
    background: rgba(43, 183, 216, 0.4); }
  80% {
    background: rgba(43, 183, 216, 0.4); }
  100% {
    background: rgba(43, 183, 216, 0); } }

@-webkit-keyframes transform-animation {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  90% {
    -webkit-transform: translate(0, calc(100% + 10px));
            transform: translate(0, calc(100% + 10px));
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, calc(100% + 10px));
            transform: translate(0, calc(100% + 10px)); } }

@keyframes transform-animation {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  90% {
    -webkit-transform: translate(0, calc(100% + 10px));
            transform: translate(0, calc(100% + 10px));
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, calc(100% + 10px));
            transform: translate(0, calc(100% + 10px)); } }

@-webkit-keyframes transform-animation-mobile {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  80% {
    -webkit-transform: translate(0, calc(100% + 25px));
            transform: translate(0, calc(100% + 25px)); }
  90% {
    -webkit-transform: translate(0, calc(100% + 25px));
            transform: translate(0, calc(100% + 25px)); }
  100% {
    -webkit-transform: translate(0, calc(100% + 25px));
            transform: translate(0, calc(100% + 25px)); } }

@keyframes transform-animation-mobile {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  80% {
    -webkit-transform: translate(0, calc(100% + 25px));
            transform: translate(0, calc(100% + 25px)); }
  90% {
    -webkit-transform: translate(0, calc(100% + 25px));
            transform: translate(0, calc(100% + 25px)); }
  100% {
    -webkit-transform: translate(0, calc(100% + 25px));
            transform: translate(0, calc(100% + 25px)); } }

@-webkit-keyframes transform-animation-mobile2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  90% {
    -webkit-transform: translateY(-175px);
            transform: translateY(-175px); }
  100% {
    -webkit-transform: translateY(-175px);
            transform: translateY(-175px); } }

@keyframes transform-animation-mobile2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  90% {
    -webkit-transform: translateY(-175px);
            transform: translateY(-175px); }
  100% {
    -webkit-transform: translateY(-175px);
            transform: translateY(-175px); } }

@-webkit-keyframes hidden-card {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes hidden-card {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes visible-card {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes visible-card {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes visible-card-shadow {
  0% {
    opacity: 0; }
  20% {
    opacity: 1; }
  80% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes visible-card-shadow {
  0% {
    opacity: 0; }
  20% {
    opacity: 1; }
  80% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.close-help-block {
  width: auto;
  display: inline-block;
  padding: 0 20px;
  right: 121px;
  font-size: 13px;
  line-height: 46px;
  text-transform: uppercase;
  vertical-align: middle;
  border-width: 2px; }
  @media (max-width: 1400px) {
    .close-help-block {
      right: 37px; } }
  @media (max-width: 767px) {
    .close-help-block {
      right: 20px;
      height: 40px;
      line-height: 36px;
      padding: 0 10px;
      font-size: 12px; } }
  .close-help-block:before, .close-help-block:after {
    display: none; }
  .close-help-block:hover, .close-help-block:focus {
    color: #fff; }

.help-on .help-block-text {
  display: block !important; }

.hint-popup > div,
.help-on.centered > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.fancybox-container .popup-form.hint-popup {
  padding: 0; }
  .fancybox-container .popup-form.hint-popup .result-text {
    padding: 100px 0;
    margin-bottom: 0; }

@media (max-width: 767px) {
  .sortable-question-item {
    position: relative;
    padding-right: 60px; }
  .arrow-item {
    position: absolute;
    display: block;
    right: 0;
    left: auto;
    top: 0;
    height: 100%;
    width: 40px;
    z-index: 20;
    -webkit-filter: blur(0) !important;
            filter: blur(0) !important;
    background: rgba(255, 255, 255, 0.15) url("../images/arrow-top-bottom.svg") 50% 50% no-repeat;
    background-size: 15px auto;
    -webkit-transition: background .2s ease;
    transition: background .2s ease; }
  .ui-sortable-helper .arrow-item {
    background: rgba(255, 255, 255, 0.3) url("../images/arrow-top-bottom.svg") 50% 50% no-repeat;
    background-size: 15px auto; } }

.errortext {
  font-size: 14px; }

#modalAuthForm, #modalAuthFormBottom, #modalRegForm, #modalPersonalFill {
  display: none; }

.modal-popup #modalAuthForm, .modal-popup #modalRegForm {
  display: block; }

.hightlight {
  background-color: rgba(255, 127, 80, 0.16) !important; }

.ui-sortable-handle {
  cursor: pointer; }

.dnd-item.empty {
  width: 100% !important; }

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: rgba(0, 0, 0, 0.4) url("/local/templates/main/assets/images/loading.svg") no-repeat center center; }

.results {
  font-size: 14px;
  width: 920px;
  text-align: left;
  border-collapse: collapse;
  background: #252F48;
  margin: auto; }

.results th {
  color: #EDB749;
  border-bottom: 1px solid #37B5A5;
  padding: 12px 17px; }

.results td {
  color: #CAD4D6;
  border-bottom: 1px solid #37B5A5;
  border-right: 1px solid #37B5A5;
  padding: 7px 17px; }

.results tr:last-child td {
  border-bottom: none; }

.results td:last-child {
  border-right: none; }

.adm-detail-block {
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text; }

.bx-editor-iframe,
.bx-editor-iframe body,
body[contenteditable="true"] {
  color: #000000 !important; }

.fancybox-close-small > svg {
  display: none; }

.tooltip-inner.warning {
  background-color: #d60015fc; }

.tooltip-inner.warning .test-link {
  padding: 20px 0 0 0;
  border-bottom: 1px solid #ff4a4c; }

.popup-button {
  margin-top: 30px; }

a.sberbankid-register {
  color: #000000; }

a.sberbankid-register:hover {
  color: #33dbff; }

a.sberbankid-register:focus {
  color: #33dbff; }

@media (max-width: 767px) {
  .option-sortable-level:after {
    content: attr(data-label);
    opacity: .5;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 1.4;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    color: #19cbfe;
    letter-spacing: .1em;
    top: -20px;
    white-space: nowrap;
    padding: 0; } }

.modal-popup .container-small {
  margin: 0 auto;
  max-width: 100%;
  padding: 0 15px;
  font-size: 13px; }

@media (min-width: 768px) {
  .question-container .arrow-item {
    display: none; } }

input:disabled {
  cursor: not-allowed !important; }

.cookies {
  position: fixed;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 16px 0;
  z-index: 20;
  -webkit-transition: 1s;
  transition: 1s; }
  .cookies__wrapper {
    max-width: 723px;
    width: 100%;
    background: #F0F0F0;
    -webkit-box-shadow: 0px 4px 104px -50px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 4px 104px -50px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    height: 151px;
    padding: 25px 20px 21px 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative; }
  .cookies p {
    color: #25252E;
    font-weight: 600;
    font-size: 28px;
    margin: 0;
    margin-bottom: 20px;
    width: 100%; }
  .cookies__descp {
    color: #25252E;
    font-weight: 400;
    font-size: 14px;
    line-height: 113%;
    width: 70%; }
  .cookies__action {
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .cookies__btn {
    cursor: pointer;
    width: 198px;
    height: 51px;
    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;
    border-radius: 5px;
    font-size: 16px;
    border: 1px solid #0FA9F8; }
    .cookies__btn:hover {
      background: #0FA9F8;
      color: white; }
  .cookies__cancel {
    margin-right: 7px; }
  .cookies__close {
    position: absolute;
    top: 10px;
    right: 17px;
    width: 20px;
    height: 20px;
    cursor: pointer; }
    .cookies__close:hover {
      opacity: 0.7; }
  @media (max-width: 1023px) {
    .cookies {
      margin: 0;
      bottom: -1px; }
      .cookies__descp {
        width: 64%; }
      .cookies__wrapper {
        border-radius: 0;
        height: 195px;
        max-width: 100%; }
      .cookies__action {
        margin-left: auto; } }
  @media (max-width: 500px) {
    .cookies {
      margin: 0;
      bottom: -1px; }
      .cookies__wrapper {
        border-radius: 0;
        height: 265px; }
      .cookies__action {
        width: 100%;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
      .cookies__descp {
        font-size: 12px;
        width: 100%; }
        .cookies__descp br {
          display: none; }
      .cookies p {
        font-size: 26px;
        margin-bottom: 0px;
        width: 90%; }
      .cookies__btn {
        width: 135px;
        height: 41px; }
      .cookies__close {
        top: 25px;
        right: 20px; } }

.dnone {
  bottom: -110%; }

