@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Remove margin
 */
figure {
  margin: 0;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Blockquote
   ========================================================================== */
blockquote {
  margin: 0;
}

ul.countdown {
  background: -webkit-linear-gradient(269.91deg, #FFFFFF 27.8%, #F3F6FF 99.55%);
  background: linear-gradient(180.09deg, #FFFFFF 27.8%, #F3F6FF 99.55%);
  border: 1px solid #BCCAFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 43px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 43px rgba(0, 0, 0, 0.05);
  border-radius: 20px 0px;
  list-style: none;
  margin: 64px 0;
  padding: 0;
  display: block;
  text-align: center;
  padding-top: 32px;
  width: 530px;
}

ul.countdown li {
  display: inline-block;
}

ul.countdown li span {
  font-size: 80px;
  font-weight: 300;
  line-height: 80px;
}

ul.countdown li.seperator {
  font-size: 80px;
  line-height: 70px;
  vertical-align: top;
}

ul.countdown li p {
  color: #a7abb1;
  font-size: 14px;
}

.fancybox-enabled {
  overflow: hidden;
}

.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}

.fancybox-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0f0f11;
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-container--ready .fancybox-bg {
  opacity: 0.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-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  z-index: 99994;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  direction: ltr;
}

.fancybox-show-controls .fancybox-controls {
  opacity: 1;
}

.fancybox-infobar {
  display: none;
}

.fancybox-show-infobar .fancybox-infobar {
  display: inline-block;
  pointer-events: all;
}

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  pointer-events: all;
}

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

.fancybox-slider-wrap {
  overflow: hidden;
  direction: ltr;
}

.fancybox-slider, .fancybox-slider-wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}

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

.fancybox-slide:before {
  content: "";
  height: 100%;
  width: 0;
}

.fancybox-slide:before, .fancybox-slide > * {
  display: inline-block;
  vertical-align: middle;
}

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

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

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

.fancybox-content {
  display: inline-block;
  position: relative;
  margin: 44px auto;
  padding: 0;
  border: 0;
  width: 80%;
  height: calc(100% - 88px);
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  white-space: normal;
  outline: none;
  font-size: 16px;
  font-family: Arial, sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
}

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

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

.fancybox-placeholder {
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-image, .fancybox-placeholder, .fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.fancybox-image, .fancybox-spaceball {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  background: transparent;
  background-size: 100% 100%;
}

.fancybox-controls--canzoomOut .fancybox-placeholder {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-controls--canzoomIn .fancybox-placeholder {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-controls--canGrab .fancybox-placeholder {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-controls--isGrabbing .fancybox-placeholder {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

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

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

.fancybox-error {
  position: absolute;
  margin: 0;
  padding: 40px;
  top: 50%;
  left: 50%;
  width: 380px;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px Helvetica Neue, Helvetica, Arial, sans-serif;
}

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

.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
}

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

.fancybox-slide--video .fancybox-close-small {
  top: -36px;
  right: -36px;
  background: transparent;
}

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

.fancybox-caption-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0;
  z-index: 99998;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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: -webkit-linear-gradient(top, 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));
  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));
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  pointer-events: none;
}

.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid hsla(0, 0%, 100%, 0.4);
  font-size: 14px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

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

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

.fancybox-button {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background: transparent;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
  outline: none;
}

.fancybox-button--disabled {
  cursor: default;
  pointer-events: none;
}

.fancybox-button, .fancybox-infobar__body {
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-button:hover {
  background: rgba(0, 0, 0, 0.8);
}

.fancybox-button:after, .fancybox-button:before {
  content: "";
  pointer-events: none;
  position: absolute;
  border-color: #fff;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
}

.fancybox-button--disabled:after, .fancybox-button--disabled:before {
  opacity: 0.5;
}

.fancybox-button--left:after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.fancybox-button--left:after, .fancybox-button--right:after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.fancybox-button--right:after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--left {
  border-bottom-left-radius: 5px;
}

.fancybox-button--right {
  border-bottom-right-radius: 5px;
}

.fancybox-button--close {
  float: right;
}

.fancybox-button--close:after, .fancybox-button--close:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}

.fancybox-button--close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.fancybox-loading {
  border: 6px solid hsla(0, 0%, 39%, 0.4);
  border-top: 6px solid hsla(0, 0%, 100%, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: a 0.8s infinite linear;
  animation: a 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@media (max-width: 800px) {
  .fancybox-controls {
    text-align: left;
  }
  .fancybox-button--left, .fancybox-button--right, .fancybox-buttons button:not(.fancybox-button--close) {
    display: none !important;
  }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}
.fancybox-button--fullscreen:before {
  width: 15px;
  height: 11px;
  left: 15px;
  top: 16px;
  border: 2px solid;
  background: none;
}

.fancybox-button--play:before {
  top: 16px;
  left: 18px;
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
  background: transparent;
}

.fancybox-button--pause:before {
  top: 16px;
  left: 18px;
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px;
  background: transparent;
}

.fancybox-button--thumbs span {
  font-size: 23px;
}

.fancybox-button--thumbs:before {
  top: 20px;
  left: 21px;
  width: 3px;
  height: 3px;
  -webkit-box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, inset 0 0 0 32px, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
          box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, inset 0 0 0 32px, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
}

.fancybox-container--thumbs .fancybox-caption-wrap, .fancybox-container--thumbs .fancybox-controls, .fancybox-container--thumbs .fancybox-slider-wrap {
  right: 220px;
}

.fancybox-thumbs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 220px;
  margin: 0;
  padding: 5px 5px 0 0;
  background: #fff;
  z-index: 99993;
  word-break: normal;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.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;
}

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  max-width: 50%;
  padding: 0;
  margin: 0;
  width: 105px;
  height: 75px;
  position: relative;
  cursor: pointer;
  outline: none;
  border: 5px solid #fff;
  border-top-width: 0;
  border-right-width: 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;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: 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-radius: 2px;
  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 {
    display: none !important;
  }
  .fancybox-container--thumbs .fancybox-caption-wrap, .fancybox-container--thumbs .fancybox-controls, .fancybox-container--thumbs .fancybox-slider-wrap {
    right: 0;
  }
} /**
 * Swiper 4.1.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 13, 2018
 */
swiper-pagination-bullet .swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .s, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 12px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -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;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: auto;
  right: 0%;
  -webkit-transform: none;
          transform: none;
}

@font-face {
  font-family: "ubuntu";
  src: url("../fonts/ubuntu/ubuntu-light.eot");
  src: url("../fonts/ubuntu/ubuntu-light.eot?#iefix") format("embedded-opentype"), url("../fonts/ubuntu/ubuntu-light.woff") format("woff"), url("../fonts/ubuntu/ubuntu-light.ttf") format("truetype"), url("../fonts/ubuntu/ubuntu-light.svg?#webfont") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "ubuntu";
  src: url("../fonts/ubuntu/ubuntu-lightitalic.eot");
  src: url("../fonts/ubuntu/ubuntu-lightitalic.eot?#iefix") format("embedded-opentype"), url("../fonts/ubuntu/ubuntu-lightitalic.woff") format("woff"), url("../fonts/ubuntu/ubuntu-lightitalic.ttf") format("truetype"), url("../fonts/ubuntu/ubuntu-lightitalic.svg?#webfont") format("svg");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "ubuntu";
  src: url("../fonts/ubuntu/ubuntu-regular.eot");
  src: url("../fonts/ubuntu/ubuntu-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ubuntu/ubuntu-regular.woff") format("woff"), url("../fonts/ubuntu/ubuntu-regular.ttf") format("truetype"), url("../fonts/ubuntu/ubuntu-regular.svg?#webfont") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "ubuntu";
  src: url("../fonts/ubuntu/ubuntu-italic.eot");
  src: url("../fonts/ubuntu/ubuntu-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/ubuntu/ubuntu-italic.woff") format("woff"), url("../fonts/ubuntu/ubuntu-italic.ttf") format("truetype"), url("../fonts/ubuntu/ubuntu-italic.svg?#webfont") format("svg");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "ubuntu";
  src: url("../fonts/ubuntu/ubuntu-medium.eot");
  src: url("../fonts/ubuntu/ubuntu-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/ubuntu/ubuntu-medium.woff") format("woff"), url("../fonts/ubuntu/ubuntu-medium.ttf") format("truetype"), url("../fonts/ubuntu/ubuntu-medium.svg?#webfont") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "ubuntu";
  src: url("../fonts/ubuntu/ubuntu-mediumitalic.eot");
  src: url("../fonts/ubuntu/ubuntu-mediumitalic.eot?#iefix") format("embedded-opentype"), url("../fonts/ubuntu/ubuntu-mediumitalic.woff") format("woff"), url("../fonts/ubuntu/ubuntu-mediumitalic.ttf") format("truetype"), url("../fonts/ubuntu/ubuntu-mediumitalic.svg?#webfont") format("svg");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "ubuntu";
  src: url("../fonts/ubuntu/ubuntu-bold.eot");
  src: url("../fonts/ubuntu/ubuntu-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ubuntu/ubuntu-bold.woff") format("woff"), url("../fonts/ubuntu/ubuntu-bold.ttf") format("truetype"), url("../fonts/ubuntu/ubuntu-bold.svg?#webfont") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "ubuntu";
  src: url("../fonts/ubuntu/ubuntu-bolditalic.eot");
  src: url("../fonts/ubuntu/ubuntu-bolditalic.eot?#iefix") format("embedded-opentype"), url("../fonts/ubuntu/ubuntu-bolditalic.woff") format("woff"), url("../fonts/ubuntu/ubuntu-bolditalic.ttf") format("truetype"), url("../fonts/ubuntu/ubuntu-bolditalic.svg?#webfont") format("svg");
  font-weight: 700;
  font-style: italic;
}
html {
  scroll-behavior: smooth;
}

html, body {
  overflow-x: hidden;
}
html.no-scroll, body.no-scroll {
  overflow: hidden;
}

body {
  font-family: "ubuntu";
  color: #000000;
  margin: 0 !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: normal;
  overflow: hidden;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.collapsible-body {
  overflow: hidden;
}

svg {
  fill: none;
}

.footer {
  margin-top: auto;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  outline: none;
}

.number-input-button {
  border: none;
  border: 2px solid #000;
  width: 20px;
  height: 20px;
  background-color: #fff;
  font-weight: bold;
  color: green;
}

.number-result {
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.number-input-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.number-input {
  -webkit-box-shadow: inset 0 0 0 rgba(64, 150, 255, 0.1);
          box-shadow: inset 0 0 0 rgba(64, 150, 255, 0.1);
  margin: 1rem 0;
  pointer-events: none;
  text-align: center;
  border: none;
  width: 30px;
  display: none;
  text-align: center;
}

#scene {
  position: relative;
  width: 100%;
}

.block-1 {
  position: absolute;
  left: 50% !important;
}

.block-2 {
  position: absolute;
  left: 50% !important;
}

.swiper-container {
  overflow: visible !important;
}

.m-bg-cont {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.m-bg-cont img:nth-child(1) {
  display: none;
}

.m-select {
  background: #FFFFFF;
  border: 1px solid #E2E2E2 !important;
  height: 50px !important;
  border-radius: 0 !important;
  max-width: 270px;
  width: 100%;
  height: 50px;
  padding-top: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-style: normal !important;
  font-weight: 300 !important;
  font-size: 16px !important;
  color: #323232 !important;
}
.m-select:after {
  border-color: #2B7EE0 !important;
}
.m-select .list {
  width: calc(100% + 2px) !important;
  left: -1px !important;
  max-height: 270px;
  overflow-y: auto;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.m-select .list .option {
  height: 45px;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 128%;
  color: #323232;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #D7DEE9 !important;
}
.m-select .list .option:hover {
  background-color: #F6F9FE;
}
.m-select .list .option:last-child {
  border-bottom: 0;
}
.m-select .list .option.focus {
  background-color: #F6F9FE !important;
  font-weight: 300 !important;
}
.m-select.open {
  border-color: #2B7EE0 !important;
  border-bottom: none !important;
}
.m-select.open .list {
  min-width: 100% !important;
  -webkit-transform: translateY(-4px) !important;
          transform: translateY(-4px) !important;
  z-index: 12 !important;
  border-left: 1px solid #2B7EE0 !important;
  border-right: 1px solid #2B7EE0 !important;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border-bottom: 1px solid #2B7EE0 !important;
}

#slider {
  width: 100%;
}

.noUi-base {
  background-color: #e2e2e2;
}

.noUi-horizontal .noUi-handle, .noUi-vertical .noUi-handle {
  top: -4.5px;
}

.noUi-target.noUi-horizontal .noUi-tooltip {
  background: #2062B0;
}

.noUi-connect {
  background: #2062B0;
}

.noUi-horizontal .noUi-handle {
  background: #2062B0;
  width: 10px;
  height: 11px;
  border-radius: 3px !important;
  background-color: #2062B0 !important;
}

.noUi-target {
  background: #2062B0;
}

.noUi-active {
  border-radius: 40px 40px 40px 40px !important;
}

a {
  text-decoration: none;
  color: #323232;
  font-weight: 400;
}

.noUi-tooltip span {
  display: none;
}

.noUi-tooltip {
  width: 100px;
  -webkit-transform: rotate(0) translatex(-50%) !important;
          transform: rotate(0) translatex(-50%) !important;
  background-color: transparent !important;
  opacity: 1 !important;
  color: black !important;
}
.noUi-tooltip span {
  -webkit-transform: none !important;
          transform: none !important;
  color: black !important;
  opacity: 1 !important;
  top: calc(100% + 23px) !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 12px !important;
  line-height: 15px !important;
  text-align: center !important;
  color: #4F4F4F !important;
}

.collapsible-body {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  overflow: hidden;
}

h1 {
  font-family: "ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 63px;
  text-align: center;
  color: #1B1C1D;
}
h1 span {
  color: #29335F;
}

h2 {
  font-family: "ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  line-height: 52px;
  text-align: center;
  color: #29335F;
}

body {
  overflow-x: hidden;
}

.wrapper {
  width: 1156px;
  margin: 0px auto;
}

.wrapper2 {
  width: 1090px;
  margin: 0px auto;
}

.wrapper3 {
  width: 874px;
  margin: 0px auto;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: white;
  z-index: 300;
}
.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 98px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__course {
  margin-left: 53px;
  position: relative;
}
.header__course-top {
  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;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  color: #546B94;
  border: 1px solid #546B94;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 35px;
  padding: 15px 18px;
}
.header__course-top .icon__arrow__down {
  margin-left: 12px;
}
.header__course-top:hover {
  border-color: #a6b6d3;
  cursor: pointer;
  color: #a6b6d3;
}
.header__course-container {
  width: 315px;
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 2;
  background: #FFFFFF;
  border: 1px solid #697EA1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 13px rgba(188, 202, 255, 0.5);
          box-shadow: 0px 4px 13px rgba(188, 202, 255, 0.5);
  border-radius: 25px;
  padding: 30px 32px;
}
.header__course-container-top {
  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;
}
.header__course-container-title {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #29335F;
  margin-top: 12px;
}
.header__course-container-close {
  margin-left: auto;
  width: 56px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F9F9F9;
  border-radius: 50%;
}
.header__course-container-close:hover {
  background-color: #e6e6e6;
  cursor: pointer;
}
.header__course-container-items {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.header__course-container-item {
  margin-top: 12px;
  padding: 16px 40px;
  border: 1px solid #BCCAFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 43px;
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 22px;
  color: #4076D5;
}
.header__course-container-item:hover {
  border-color: #dfe6ff;
  color: #78a4f0;
  -webkit-box-shadow: 0px 0px 5px rgb(161, 161, 161);
          box-shadow: 0px 0px 5px rgb(161, 161, 161);
}
.header__course-container-item:active {
  border-color: #7996ff;
  color: #25509b;
  -webkit-box-shadow: 0px 0px 5px rgb(161, 161, 161);
          box-shadow: 0px 0px 5px rgb(161, 161, 161);
}
.header__course-container-link {
  margin-top: 38px;
}
.header__course-container-link a {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #1F29FF;
}
.header__course-container-link a:hover {
  color: #7a80ff;
}
.header__course-container-link a:active {
  color: #333dff;
}
.header__course-container.hide {
  display: none;
}
.header__course-container-help {
  display: none;
  margin-top: 32px;
  width: 256px;
}
.header__course-container-help-title {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #29335F;
}
.header__course-container-help form {
  margin-top: 16px;
}
.header__course-container-help input {
  border: 1px solid #BCCAFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 43px;
  background-color: #FEFEFF;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #171717;
  padding: 13px 24px;
  width: 100%;
  margin-bottom: 12px;
}
.header__course-container-help input.error {
  border-color: red;
}
.header__course-container-help input::-webkit-input-placeholder {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #BCCAFF;
}
.header__course-container-help input::-moz-placeholder {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #BCCAFF;
}
.header__course-container-help input:-ms-input-placeholder {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #BCCAFF;
}
.header__course-container-help input::-ms-input-placeholder {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #BCCAFF;
}
.header__course-container-help input::placeholder {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #BCCAFF;
}
.header__course-container-help button {
  width: 263px;
  background: -webkit-gradient(linear, left top, right top, from(#3C74D6), to(#85A2D3));
  background: -webkit-linear-gradient(left, #3C74D6 0%, #85A2D3 100%);
  background: linear-gradient(90deg, #3C74D6 0%, #85A2D3 100%);
  -webkit-box-shadow: 0px 4px 8px rgba(62, 117, 214, 0.2);
          box-shadow: 0px 4px 8px rgba(62, 117, 214, 0.2);
  border-radius: 43px;
  padding: 15px 53px;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #FFFFFF;
  border: none;
}
.header__course-container-help button:hover {
  color: #FFFFFF;
  background: -webkit-gradient(linear, left top, right top, from(#5a8de6), to(#afc4e9));
  background: -webkit-linear-gradient(left, #5a8de6 0%, #afc4e9 100%);
  background: linear-gradient(90deg, #5a8de6 0%, #afc4e9 100%);
  -webkit-box-shadow: 0px 4px 4px rgba(61, 116, 214, 0.3);
          box-shadow: 0px 4px 4px rgba(61, 116, 214, 0.3);
}
.header__course-container-help button:active {
  color: #c9c9c9;
  background: -webkit-gradient(linear, left top, right top, from(#2d5cad), to(#586f97));
  background: -webkit-linear-gradient(left, #2d5cad 0%, #586f97 100%);
  background: linear-gradient(90deg, #2d5cad 0%, #586f97 100%);
  -webkit-box-shadow: 0px 4px 4px rgba(61, 116, 214, 0.3);
          box-shadow: 0px 4px 4px rgba(61, 116, 214, 0.3);
}
.header__call {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-left: auto;
}
.header__call a {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 29px;
  color: #29335F;
}
.header__call a:last-child {
  margin-left: 24px;
}
.header__login {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #FFFFFF;
  padding: 7px 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(#3C74D6), to(#85A2D3));
  background: -webkit-linear-gradient(left, #3C74D6 0%, #85A2D3 100%);
  background: linear-gradient(90deg, #3C74D6 0%, #85A2D3 100%);
  -webkit-box-shadow: 0px 4px 4px rgba(61, 116, 214, 0.3);
          box-shadow: 0px 4px 4px rgba(61, 116, 214, 0.3);
  border-radius: 43px;
  margin-left: 43px;
}
.header__login .icon__log {
  margin-right: 6px;
}
.header__login:hover {
  color: #FFFFFF;
  background: -webkit-gradient(linear, left top, right top, from(#5a8de6), to(#afc4e9));
  background: -webkit-linear-gradient(left, #5a8de6 0%, #afc4e9 100%);
  background: linear-gradient(90deg, #5a8de6 0%, #afc4e9 100%);
  -webkit-box-shadow: 0px 4px 4px rgba(61, 116, 214, 0.3);
          box-shadow: 0px 4px 4px rgba(61, 116, 214, 0.3);
}
.header__login:active {
  color: #c9c9c9;
  background: -webkit-gradient(linear, left top, right top, from(#2d5cad), to(#586f97));
  background: -webkit-linear-gradient(left, #2d5cad 0%, #586f97 100%);
  background: linear-gradient(90deg, #2d5cad 0%, #586f97 100%);
  -webkit-box-shadow: 0px 4px 4px rgba(61, 116, 214, 0.3);
          box-shadow: 0px 4px 4px rgba(61, 116, 214, 0.3);
}
.header__hamburger {
  margin-left: 60px;
}
.header__hamburger:hover {
  cursor: pointer;
}
.header__hamburger-popup {
  display: none;
}
.header__hamburger-popup.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 600;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.header__hamburger-blur {
  background: rgba(0, 0, 0, 0.24);
  width: 100%;
}
.header__hamburger-menu {
  background-color: white;
  height: 100%;
  padding: 36px 40px;
  position: fixed;
  right: 0;
  max-height: 100vh;
  overflow-y: auto;
}
.header__hamburger-close {
  position: absolute;
  right: 30px;
  top: 20px;
  width: 56px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F9F9F9;
  border-radius: 50%;
}
.header__hamburger-close:hover {
  background-color: #e6e6e6;
  cursor: pointer;
}
.header__hamburger-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.header__hamburger-collapsible-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 216px;
  margin-bottom: 20px;
}
.header__hamburger-collapsible-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.header__hamburger-collapsible-header p {
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 22px;
  color: #29335F;
  margin-right: 8px;
}
.header__hamburger-collapsible-header .icon__arrd {
  margin-top: 5px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.header__hamburger-collapsible-header .icon__arrd.active {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.header__hamburger-collapsible-header:hover {
  cursor: pointer;
}
.header__hamburger-collapsible-header:hover p {
  color: #5c69a0;
}
.header__hamburger-collapsible-header:active {
  cursor: pointer;
}
.header__hamburger-collapsible-header:active p {
  color: #202a55;
}
.header__hamburger-collapsible-body {
  display: none;
}
.header__hamburger-collapsible-body.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 28px;
}
.header__hamburger-collapsible-link {
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #29335F;
  position: relative;
  padding-left: 48px;
}
.header__hamburger-collapsible-link:last-child {
  margin-bottom: 0px;
}
.header__hamburger-collapsible-link::before {
  position: absolute;
  top: 2px;
  left: 10px;
  content: "—";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #29335F;
}
.header__hamburger-collapsible-link:hover {
  cursor: pointer;
  color: #5c69a0;
}
.header__hamburger-collapsible-link:active {
  cursor: pointer;
  color: #202a55;
}
.header__hamburger-link {
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 22px;
  color: #29335F;
}
.header__hamburger-link:hover {
  cursor: pointer;
  color: #5c69a0;
}
.header__hamburger-link:active {
  cursor: pointer;
  color: #202a55;
}

.hfix {
  width: 100wv;
  height: 98px;
}

.footer {
  background-color: white;
}
.footer__top {
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 178px;
}
.footer__top-content {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__top-content-title {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #29335F;
}
.footer__top-content-soc {
  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-left: 74px;
}
.footer__top-content-soc-item {
  margin-left: 37px;
}
.footer__top-content-soc-item:first-child {
  margin-left: 0px;
}
.footer__mid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__mid-title {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #FFFFFF;
  width: 100%;
}
.footer__mid-text {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
  margin-top: 36px;
}
.footer__mid-bg {
  background-color: #43649D;
}
.footer__mid-right {
  padding-top: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  padding-left: 40px;
  padding-bottom: 35px;
}
.footer__mid-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__mid-left {
  padding-top: 38px;
  padding-bottom: 35px;
  width: 277px;
  position: relative;
  z-index: 1;
}
.footer__mid-left::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1000px;
  height: 100%;
  background-color: #4B6CA6;
  z-index: -1;
}
.footer__bot {
  background-color: #4B6CA6;
}
.footer__bot-title {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #FFFFFF;
  width: 100%;
  text-align: center;
  padding-top: 17px;
  padding-bottom: 22px;
}

.playbill {
  background-image: url("../img/content/gbg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  width: 100%;
  height: 700px;
  position: relative;
}
.playbill__sergey {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 663px;
  height: 682px;
}
.playbill__sergey-content {
  position: relative;
}
.playbill__sergey-content-img {
  width: 100%;
  height: 100%;
}
.playbill__sergey-content-text {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 36px;
  padding: 10px 30px;
  position: absolute;
  right: 149px;
  bottom: 147px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.playbill__sergey-content-text p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  color: #000000;
}
.playbill__sergey-content-text span {
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #000000;
  margin-top: 2px;
}
.playbill__content {
  width: 614px;
  margin-top: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -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;
}
.playbill__content-uptitle {
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 17px;
  text-align: center;
  color: #1B1C1D;
  width: 100%;
}
.playbill__content-title {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 63px;
  text-align: center;
  color: #1B1C1D;
  margin-top: 30px;
}
.playbill__content-title span {
  color: #29335F;
}
.playbill__content-text {
  font-style: normal;
  font-weight: 300;
  font-size: 25px;
  line-height: 29px;
  text-align: center;
  color: #1B1C1D;
  margin-top: 30px;
  width: 100%;
}
.playbill__content-btn {
  margin-top: 46px;
  padding: 16px 48px;
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 34px;
  text-align: center;
  color: #FFFFFF;
  background: -webkit-gradient(linear, left top, right top, from(#3C74D6), to(#85A2D3));
  background: -webkit-linear-gradient(left, #3C74D6 0%, #85A2D3 100%);
  background: linear-gradient(90deg, #3C74D6 0%, #85A2D3 100%);
  -webkit-box-shadow: 0px 4px 4px rgba(61, 116, 214, 0.3);
          box-shadow: 0px 4px 4px rgba(61, 116, 214, 0.3);
  border-radius: 43px;
}
.playbill__content-btn:hover {
  color: #FFFFFF;
  background: -webkit-gradient(linear, left top, right top, from(#5a8de6), to(#afc4e9));
  background: -webkit-linear-gradient(left, #5a8de6 0%, #afc4e9 100%);
  background: linear-gradient(90deg, #5a8de6 0%, #afc4e9 100%);
  -webkit-box-shadow: 0px 4px 4px rgba(61, 116, 214, 0.3);
          box-shadow: 0px 4px 4px rgba(61, 116, 214, 0.3);
}
.playbill__content-btn:active {
  color: #c9c9c9;
  background: -webkit-gradient(linear, left top, right top, from(#2d5cad), to(#586f97));
  background: -webkit-linear-gradient(left, #2d5cad 0%, #586f97 100%);
  background: linear-gradient(90deg, #2d5cad 0%, #586f97 100%);
  -webkit-box-shadow: 0px 4px 4px rgba(61, 116, 214, 0.3);
          box-shadow: 0px 4px 4px rgba(61, 116, 214, 0.3);
}

.start {
  margin-top: 72px;
}
.start h2 {
  width: 100%;
  text-align: center;
}
.start__content {
  margin-top: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-right: -32px;
}
.start__content-item {
  margin-right: 32px;
  width: calc(33.333% - 32px);
  background: -webkit-linear-gradient(269.92deg, #FFFFFF 2.05%, #F3F6FF 99.42%);
  background: linear-gradient(180.08deg, #FFFFFF 2.05%, #F3F6FF 99.42%);
  border: 1px solid #BCCAFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 43px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 43px rgba(0, 0, 0, 0.05);
  border-radius: 20px 0px;
  padding: 26px 42px;
  padding-bottom: 48px;
}
.start__content-item-title {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #29335F;
}
.start__content-item-text {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  color: #3D497C;
  margin-top: 16px;
}
.start__content-item-link {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #000AFF;
}
.start__content-item-link:hover {
  color: #454bfa;
}
.start__content-item-link:active {
  color: #0006a7;
}

.af {
  background-color: #FAFBFF;
  padding-top: 44px;
  padding-bottom: 78px;
  margin-top: 120px;
  position: relative;
}
.af__container {
  position: relative;
}
.af__swiper {
  margin-top: 56px;
  width: 100%;
  position: relative;
}
.af__swiper .swiper-button-next {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background: #FAFBFF;
  -webkit-box-shadow: 0px 0px 12px rgba(188, 202, 255, 0.5);
          box-shadow: 0px 0px 12px rgba(188, 202, 255, 0.5);
  position: absolute;
  top: -80px;
  right: 0;
}
.af__swiper .swiper-button-next:hover {
  background: #ffffff;
}
.af__swiper .swiper-button-next:active {
  background: #e0e6ff;
}
.af__swiper .swiper-button-prev {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background: #FAFBFF;
  -webkit-box-shadow: 0px 0px 12px rgba(188, 202, 255, 0.5);
          box-shadow: 0px 0px 12px rgba(188, 202, 255, 0.5);
  position: absolute;
  top: -80px;
  right: 71px;
}
.af__swiper .swiper-button-prev:hover {
  background: #ffffff;
}
.af__swiper .swiper-button-prev:active {
  background: #e0e6ff;
}
.af__swiper .swiper-button-disabled {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0.5;
}
.af__swiper .swiper-slide {
  background: #FFFFFF;
  border: 1px solid rgba(188, 202, 255, 0.3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px 20px 20px 0px;
  width: 294px;
}
.af__swiper-img {
  width: 100%;
  height: 337px;
  border-radius: 20px 0px;
}
.af__swiper-content {
  padding: 33px 23px;
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.af__swiper-content-title {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #29335F;
}
.af__swiper-content-text {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  color: #000000;
  margin-top: 24px;
}
.af__swiper-content-link {
  background: -webkit-gradient(linear, left top, right top, from(#3C74D6), to(#85A2D3));
  background: -webkit-linear-gradient(left, #3C74D6 0%, #85A2D3 100%);
  background: linear-gradient(90deg, #3C74D6 0%, #85A2D3 100%);
  -webkit-box-shadow: 0px 4px 4px rgba(61, 116, 214, 0.3);
          box-shadow: 0px 4px 4px rgba(61, 116, 214, 0.3);
  border-radius: 43px;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #FFFFFF;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 25px;
}
.af__swiper-content-link .icon__arr_r {
  margin-left: 6px;
}
.af__swiper-content-link:hover {
  color: #FFFFFF;
  background: -webkit-gradient(linear, left top, right top, from(#5a8de6), to(#afc4e9));
  background: -webkit-linear-gradient(left, #5a8de6 0%, #afc4e9 100%);
  background: linear-gradient(90deg, #5a8de6 0%, #afc4e9 100%);
  -webkit-box-shadow: 0px 4px 4px rgba(61, 116, 214, 0.3);
          box-shadow: 0px 4px 4px rgba(61, 116, 214, 0.3);
}
.af__swiper-content-link:active {
  color: #c9c9c9;
  background: -webkit-gradient(linear, left top, right top, from(#2d5cad), to(#586f97));
  background: -webkit-linear-gradient(left, #2d5cad 0%, #586f97 100%);
  background: linear-gradient(90deg, #2d5cad 0%, #586f97 100%);
  -webkit-box-shadow: 0px 4px 4px rgba(61, 116, 214, 0.3);
          box-shadow: 0px 4px 4px rgba(61, 116, 214, 0.3);
}
.af .swiper-button-next {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background: #FAFBFF;
  -webkit-box-shadow: 0px 0px 12px rgba(188, 202, 255, 0.5);
          box-shadow: 0px 0px 12px rgba(188, 202, 255, 0.5);
  position: absolute;
  right: 0;
  top: 29px;
}
.af .swiper-button-next:hover {
  background: #ffffff;
}
.af .swiper-button-next:active {
  background: #e0e6ff;
}
.af .swiper-button-prev {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background: #FAFBFF;
  -webkit-box-shadow: 0px 0px 12px rgba(188, 202, 255, 0.5);
          box-shadow: 0px 0px 12px rgba(188, 202, 255, 0.5);
  position: absolute;
  right: 70px;
  top: 29px;
}
.af .swiper-button-prev:hover {
  background: #ffffff;
}
.af .swiper-button-prev:active {
  background: #e0e6ff;
}
.af .swiper-button-disabled {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0.5;
}

.aff {
  background-color: #ffffff;
  margin-top: 64px;
  margin-bottom: 64px;
}
.aff__swiper {
  margin-top: 56px;
  width: 100%;
  position: relative;
}
.aff__swiper .swiper-button-next {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background: #FAFBFF;
  -webkit-box-shadow: 0px 0px 12px rgba(188, 202, 255, 0.5);
          box-shadow: 0px 0px 12px rgba(188, 202, 255, 0.5);
  position: absolute;
  top: -80px;
  right: 0;
}
.aff__swiper .swiper-button-next:hover {
  background: #ffffff;
}
.aff__swiper .swiper-button-next:active {
  background: #e0e6ff;
}
.aff__swiper .swiper-button-prev {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background: #FAFBFF;
  -webkit-box-shadow: 0px 0px 12px rgba(188, 202, 255, 0.5);
          box-shadow: 0px 0px 12px rgba(188, 202, 255, 0.5);
  position: absolute;
  top: -80px;
  right: 71px;
}
.aff__swiper .swiper-button-prev:hover {
  background: #ffffff;
}
.aff__swiper .swiper-button-prev:active {
  background: #e0e6ff;
}
.aff__swiper .swiper-button-disabled {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0.5;
}
.aff__swiper .swiper-slide {
  background: #FFFFFF;
  border: 1px solid rgba(188, 202, 255, 0.3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 15px rgba(69, 84, 148, 0.22);
          box-shadow: 0px 4px 15px rgba(69, 84, 148, 0.22);
  border-radius: 20px 20px 20px 0px;
  width: 294px;
}
.aff__swiper-img {
  width: 100%;
  height: 337px;
}
.aff__swiper-content {
  padding: 33px 23px;
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.aff__swiper-content-title {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #29335F;
}
.aff__swiper-content-text {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  color: #000000;
  margin-top: 24px;
}
.aff__swiper-content-link {
  background: -webkit-gradient(linear, left top, right top, from(#3C74D6), to(#85A2D3));
  background: -webkit-linear-gradient(left, #3C74D6 0%, #85A2D3 100%);
  background: linear-gradient(90deg, #3C74D6 0%, #85A2D3 100%);
  -webkit-box-shadow: 0px 4px 4px rgba(61, 116, 214, 0.3);
          box-shadow: 0px 4px 4px rgba(61, 116, 214, 0.3);
  border-radius: 43px;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #FFFFFF;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 25px;
}
.aff__swiper-content-link .icon__arr_r {
  margin-left: 6px;
}
.aff__swiper-content-link:hover {
  color: #FFFFFF;
  background: -webkit-gradient(linear, left top, right top, from(#5a8de6), to(#afc4e9));
  background: -webkit-linear-gradient(left, #5a8de6 0%, #afc4e9 100%);
  background: linear-gradient(90deg, #5a8de6 0%, #afc4e9 100%);
  -webkit-box-shadow: 0px 4px 4px rgba(61, 116, 214, 0.3);
          box-shadow: 0px 4px 4px rgba(61, 116, 214, 0.3);
}
.aff__swiper-content-link:active {
  color: #c9c9c9;
  background: -webkit-gradient(linear, left top, right top, from(#2d5cad), to(#586f97));
  background: -webkit-linear-gradient(left, #2d5cad 0%, #586f97 100%);
  background: linear-gradient(90deg, #2d5cad 0%, #586f97 100%);
  -webkit-box-shadow: 0px 4px 4px rgba(61, 116, 214, 0.3);
          box-shadow: 0px 4px 4px rgba(61, 116, 214, 0.3);
}
.aff .swiper-button-next {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background: #FAFBFF;
  -webkit-box-shadow: 0px 0px 12px rgba(188, 202, 255, 0.5);
          box-shadow: 0px 0px 12px rgba(188, 202, 255, 0.5);
  position: absolute;
  right: 0;
  top: 29px;
}
.aff .swiper-button-next:hover {
  background: #ffffff;
}
.aff .swiper-button-next:active {
  background: #e0e6ff;
}
.aff .swiper-button-prev {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background: #FAFBFF;
  -webkit-box-shadow: 0px 0px 12px rgba(188, 202, 255, 0.5);
          box-shadow: 0px 0px 12px rgba(188, 202, 255, 0.5);
  position: absolute;
  right: 70px;
  top: 29px;
}
.aff .swiper-button-prev:hover {
  background: #ffffff;
}
.aff .swiper-button-prev:active {
  background: #e0e6ff;
}
.aff .swiper-button-disabled {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0.5;
}

@-webkit-keyframes slideright {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(2700px);
            transform: translateX(2700px);
  }
}

@keyframes slideright {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(2700px);
            transform: translateX(2700px);
  }
}
@-webkit-keyframes slideleft {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(-2700px);
            transform: translateX(-2700px);
  }
}
@keyframes slideleft {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(-2700px);
            transform: translateX(-2700px);
  }
}
.gallery {
  margin-top: 64px;
}
.gallery__content {
  margin-top: 64px;
  position: relative;
  height: 441px;
}
.gallery__content-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation-name: slideleft;
          animation-name: slideleft;
  -webkit-animation-duration: 120s;
          animation-duration: 120s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.gallery__content-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-animation-name: slideright;
          animation-name: slideright;
  -webkit-animation-duration: 120s;
          animation-duration: 120s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.gallery__content-img {
  width: 329px;
  height: 210px;
  border-radius: 20px 0px;
  margin-left: 21px;
}
.gallery .galleryg__content {
  display: none;
}
.gallery .galleryg__content-bottom {
  display: none;
}

.rasp {
  margin-top: 120px;
  background-color: #FAFBFF;
  padding-top: 64px;
  padding-bottom: 96px;
}
.rasp__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.rasp__container h2 {
  width: 100%;
}
.rasp__container-content {
  margin-top: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -55px;
}
.rasp__container-content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  margin-bottom: 55px;
  width: calc(33.333% - 55px);
  margin-right: 55px;
}
.rasp__container-content-item.hide {
  display: none;
}
.rasp__container-content-item.rek .rasp__container-content-item-content {
  position: relative;
}
.rasp__container-content-item.rek .rasp__container-content-item-content::before {
  content: "Рекомендуем";
  position: absolute;
  top: 10px;
  left: 20px;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #FFFFFF;
  padding: 7px 13px;
  background-color: #FF8484;
  border-radius: 19px;
}
.rasp__container-content-item .icon__ticket {
  position: absolute;
  z-index: -1;
}
.rasp__container-content-item-date {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 20px;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 25px;
  color: #455494;
}
.rasp__container-content-item-content {
  margin-top: 80px;
  width: 255px;
  border: 1.5px solid #bccaff;
  border-top: none;
  border-bottom: none;
  background-color: white;
  padding: 10px 20px;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.rasp__container-content-item-content-title {
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 29px;
  color: #303030;
  margin-top: 40px;
}
.rasp__container-content-item-btn {
  border: 1.5px solid #bccaff;
  border-radius: 0px 0px 11px 11px;
  border-top: 1px dashed #bccaff;
  background-color: rgba(188, 202, 255, 0.4);
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #455494;
  width: 255px;
  text-align: center;
  padding-top: 13px;
  padding-bottom: 13px;
}
.rasp__container-content-item-btn:hover {
  background-color: rgba(214, 223, 255, 0.397);
  color: #a1aff1;
}
.rasp__container-content-item-btn:active {
  background-color: rgba(70, 110, 255, 0.397);
  color: #4d5da5;
}
.rasp__container-more {
  margin-top: 72px;
  padding: 14px 72px;
  background-color: #F3F6FF;
  border: 1px solid #BCCAFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 4px rgba(188, 202, 255, 0.4);
          box-shadow: 0px 4px 4px rgba(188, 202, 255, 0.4);
  border-radius: 38px;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  color: #477AD8;
}
.rasp__container-more:hover {
  color: #6a94e0;
  background-color: #ffffff;
  border: 1px solid #dae2ff;
  -webkit-box-shadow: 0px 4px 20px 5px rgba(188, 202, 255, 0.4);
          box-shadow: 0px 4px 20px 5px rgba(188, 202, 255, 0.4);
}
.rasp__container-more:active {
  color: #4772c2;
  background-color: #e4eaff;
  border: 1px solid #a2add6;
  -webkit-box-shadow: 0px 4px 20px 5px rgba(188, 202, 255, 0.4);
          box-shadow: 0px 4px 20px 5px rgba(188, 202, 255, 0.4);
}

.stat {
  margin-top: 64px;
}
.stat h2 {
  margin-top: 64px;
  width: 100%;
  text-align: center;
}
.stat__container {
  margin-top: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -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;
  padding-bottom: 32px;
  margin-right: -32px;
}
.stat__container-bigitem {
  border: 1px solid #BCCAFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px 0px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.stat__container-bigitem-img {
  border-radius: 20px 0px;
  width: 404px;
  height: 338px;
}
.stat__container-bigitem-content {
  background-color: white;
  padding: 44px 69px;
  padding-left: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.stat__container-bigitem-content-title {
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 34px;
  color: #29335F;
  width: 369px;
}
.stat__container-bigitem-content-text {
  margin-top: 24px;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 23px;
  color: #000000;
  width: 369px;
}
.stat__container-bigitem-content-link {
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 23px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #000AFF;
  margin-top: 24px;
  width: 369px;
}
.stat__container-bigitem-content-link:hover {
  color: #454bfa;
}
.stat__container-bigitem-content-link:active {
  color: #0006a7;
}
.stat__container-items {
  margin-top: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-right: -21px;
}
.stat__container-items-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: white;
  border: 1px solid #BCCAFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px 0px;
  width: calc(33.333% - 21px);
  margin-right: 21px;
}
.stat__container-items-item.hide {
  display: none;
}
.stat__container-items-item-img {
  width: 100%;
  height: 200px;
  border-radius: 20px 0px;
}
.stat__container-items-item-title {
  margin-top: 26px;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #29335F;
  padding-left: 22px;
  padding-right: 14px;
}
.stat__container-items-item-text {
  padding-right: 14px;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  color: #000000;
  padding-left: 22px;
  margin-top: 14px;
}
.stat__container-items-item-link {
  padding-right: 14px;
  margin-top: 18px;
  padding-left: 22px;
  padding-bottom: 32px;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #000AFF;
}
.stat__container-items-item-link:hover {
  color: #454bfa;
}
.stat__container-items-item-link:active {
  color: #0006a7;
}
.stat__container-more {
  margin-top: 72px;
  padding: 14px 72px;
  background-color: #F3F6FF;
  border: 1px solid #BCCAFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 4px rgba(188, 202, 255, 0.4);
          box-shadow: 0px 4px 4px rgba(188, 202, 255, 0.4);
  border-radius: 38px;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  color: #477AD8;
}
.stat__container-more:hover {
  cursor: pointer;
  color: #6a94e0;
  background-color: #ffffff;
  border: 1px solid #dae2ff;
  -webkit-box-shadow: 0px 4px 20px 5px rgba(188, 202, 255, 0.4);
          box-shadow: 0px 4px 20px 5px rgba(188, 202, 255, 0.4);
}
.stat__container-more:active {
  cursor: pointer;
  color: #4772c2;
  background-color: #e4eaff;
  border: 1px solid #a2add6;
  -webkit-box-shadow: 0px 4px 20px 5px rgba(188, 202, 255, 0.4);
          box-shadow: 0px 4px 20px 5px rgba(188, 202, 255, 0.4);
}
.stat__container-more.hide {
  display: none;
}
.stat__container-more2 {
  display: none;
}
.stat__container-more2.active {
  display: block;
  margin-top: 72px;
  padding: 14px 72px;
  background-color: #F3F6FF;
  border: 1px solid #BCCAFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 4px rgba(188, 202, 255, 0.4);
          box-shadow: 0px 4px 4px rgba(188, 202, 255, 0.4);
  border-radius: 38px;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  color: #477AD8;
}
.stat__container-more2.active:hover {
  cursor: pointer;
  color: #6a94e0;
  background-color: #ffffff;
  border: 1px solid #dae2ff;
  -webkit-box-shadow: 0px 4px 20px 5px rgba(188, 202, 255, 0.4);
          box-shadow: 0px 4px 20px 5px rgba(188, 202, 255, 0.4);
}
.stat__container-more2.active:active {
  cursor: pointer;
  color: #4772c2;
  background-color: #e4eaff;
  border: 1px solid #a2add6;
  -webkit-box-shadow: 0px 4px 20px 5px rgba(188, 202, 255, 0.4);
          box-shadow: 0px 4px 20px 5px rgba(188, 202, 255, 0.4);
}

.news {
  background-color: #FAFBFF;
  padding-top: 56px;
}
.news__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 32px;
}
.news__content-more {
  margin-top: 72px;
  padding: 14px 72px;
  background-color: #F3F6FF;
  border: 1px solid #BCCAFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 4px rgba(188, 202, 255, 0.4);
          box-shadow: 0px 4px 4px rgba(188, 202, 255, 0.4);
  border-radius: 38px;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  color: #477AD8;
  width: auto;
}
.news__content-more:hover {
  cursor: pointer;
  color: #6a94e0;
  background-color: #ffffff;
  border: 1px solid #dae2ff;
  -webkit-box-shadow: 0px 4px 20px 5px rgba(188, 202, 255, 0.4);
          box-shadow: 0px 4px 20px 5px rgba(188, 202, 255, 0.4);
}
.news__content-more:active {
  cursor: pointer;
  color: #4772c2;
  background-color: #e4eaff;
  border: 1px solid #a2add6;
  -webkit-box-shadow: 0px 4px 20px 5px rgba(188, 202, 255, 0.4);
          box-shadow: 0px 4px 20px 5px rgba(188, 202, 255, 0.4);
}
.news__content-more.hide {
  display: none;
}
.news__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 56px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-right: -43px;
  width: 100%;
}
.news__container-item {
  border: 1px solid rgba(188, 202, 255, 0.5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px 0px;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(33.333% - 43px);
  margin-right: 43px;
}
.news__container-item.hide {
  display: none;
}
.news__container-item-img {
  width: 100%;
  height: 338px;
  border-radius: 20px 0px;
}
.news__container-item-title {
  margin-top: 29px;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #29335F;
  width: 283px;
  padding-left: 24px;
}
.news__container-item-text {
  margin-top: 18px;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  color: #000000;
  padding-left: 24px;
  width: 283px;
}
.news__container-item-link {
  margin-top: 15px;
  padding-left: 24px;
  padding-bottom: 29px;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #000AFF;
  width: 283px;
}
.news__container-item-link:hover {
  color: #454bfa;
}
.news__container-item-link:active {
  color: #0006a7;
}

.info {
  background-color: #FAFBFF;
  padding-bottom: 273px;
}
.info__container {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.info__container-img {
  position: absolute;
  left: 0;
  top: 17px;
  z-index: 1;
}
.info__content {
  background-color: white;
  z-index: 2;
  border: 1px solid #BCCAFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 43px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 43px rgba(0, 0, 0, 0.05);
  border-radius: 20px 0px 20px 20px;
  padding: 42px 45px;
  padding-right: 33px;
  padding-bottom: 96px;
  position: relative;
  margin-left: 400px;
}
.info__content-title {
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 40px;
  color: #29335F;
}
.info__content-text {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
  margin-top: 35px;
}
.info__form {
  position: absolute;
  left: 45px;
  top: 520px;
}
.info__form-1 {
  position: absolute;
  width: 550px;
  height: 240px;
  background: #FEFEFF;
  border: 1px solid #BCCAFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 43px;
  z-index: -1;
  left: 28px;
  top: -6px;
}
.info__form-2 {
  position: absolute;
  width: 477px;
  height: 207px;
  background: #FEFEFF;
  border: 1px solid #BCCAFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 43px;
  z-index: -2;
  left: 57px;
  top: -12px;
}
.info__form-container {
  position: relative;
  background: #FEFEFF;
  border: 1px solid #BCCAFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 7px rgba(188, 202, 255, 0.4);
          box-shadow: 0px 4px 7px rgba(188, 202, 255, 0.4);
  border-radius: 43px;
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 46px 37px;
}
.info__form-container-title {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 34px;
  text-align: center;
  color: #29335F;
  width: 224px;
}
.info__form-container form {
  width: 255px;
  margin-left: 48px;
}
.info__form-container form input {
  border: 1px solid #BCCAFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 43px;
  background-color: #FEFEFF;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #171717;
  padding: 13px 24px;
  width: 100%;
  margin-bottom: 9px;
}
.info__form-container form input.error {
  border-color: red;
}
.info__form-container form input::-webkit-input-placeholder {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #BCCAFF;
}
.info__form-container form input::-moz-placeholder {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #BCCAFF;
}
.info__form-container form input:-ms-input-placeholder {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #BCCAFF;
}
.info__form-container form input::-ms-input-placeholder {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #BCCAFF;
}
.info__form-container form input::placeholder {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #BCCAFF;
}
.info__form-container form button {
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#3C74D6), to(#85A2D3));
  background: -webkit-linear-gradient(left, #3C74D6 0%, #85A2D3 100%);
  background: linear-gradient(90deg, #3C74D6 0%, #85A2D3 100%);
  -webkit-box-shadow: 0px 4px 8px rgba(62, 117, 214, 0.2);
          box-shadow: 0px 4px 8px rgba(62, 117, 214, 0.2);
  border-radius: 43px;
  padding: 15px 53px;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #FFFFFF;
  border: none;
}
.info__form-container form button:hover {
  color: #FFFFFF;
  background: -webkit-gradient(linear, left top, right top, from(#5a8de6), to(#afc4e9));
  background: -webkit-linear-gradient(left, #5a8de6 0%, #afc4e9 100%);
  background: linear-gradient(90deg, #5a8de6 0%, #afc4e9 100%);
  -webkit-box-shadow: 0px 4px 4px rgba(61, 116, 214, 0.3);
          box-shadow: 0px 4px 4px rgba(61, 116, 214, 0.3);
}
.info__form-container form button:active {
  color: #c9c9c9;
  background: -webkit-gradient(linear, left top, right top, from(#2d5cad), to(#586f97));
  background: -webkit-linear-gradient(left, #2d5cad 0%, #586f97 100%);
  background: linear-gradient(90deg, #2d5cad 0%, #586f97 100%);
  -webkit-box-shadow: 0px 4px 4px rgba(61, 116, 214, 0.3);
          box-shadow: 0px 4px 4px rgba(61, 116, 214, 0.3);
}

.double {
  padding-top: 37px;
  padding-bottom: 74px;
  background-color: #FAFBFF;
  width: 100%;
}

.double__page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.double__page h2 {
  width: 100%;
}
.double__page-left {
  width: 813px;
}
.double__page-left .rasp__container-content {
  margin-top: 0px;
  margin-right: -19px;
}
.double__page-left .rasp__container-content-item {
  width: calc(33.333% - 19px);
  margin-right: 19px;
}
.double__page-left-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 83px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.double__page-left-bottom-more {
  background: #F3F6FF;
  border: 1px solid #BCCAFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 4px rgba(188, 202, 255, 0.4);
          box-shadow: 0px 4px 4px rgba(188, 202, 255, 0.4);
  border-radius: 38px;
  padding: 14px 98px;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  color: #477AD8;
}
.double__page-left-bottom-more.hide {
  display: none;
}
.double__page-left-bottom-more:hover {
  cursor: pointer;
  color: #6a94e0;
  background-color: #ffffff;
  border: 1px solid #dae2ff;
  -webkit-box-shadow: 0px 4px 20px 5px rgba(188, 202, 255, 0.4);
          box-shadow: 0px 4px 20px 5px rgba(188, 202, 255, 0.4);
}
.double__page-left-bottom-more:active {
  cursor: pointer;
  color: #4772c2;
  background-color: #e4eaff;
  border: 1px solid #a2add6;
  -webkit-box-shadow: 0px 4px 20px 5px rgba(188, 202, 255, 0.4);
          box-shadow: 0px 4px 20px 5px rgba(188, 202, 255, 0.4);
}
.double__page-left-bottom-nums {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-left: auto;
}
.double__page-left-bottom-nums a {
  width: 43px;
  height: 43px;
  background: #FAFBFF;
  -webkit-box-shadow: 0px 0px 12px rgba(188, 202, 255, 0.5);
          box-shadow: 0px 0px 12px rgba(188, 202, 255, 0.5);
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  color: #29335F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  margin-left: 14px;
}
.double__page-left-bottom-nums a:hover {
  background-color: #DAE2FE;
  color: #455494;
}
.double__page-left-bottom-nums a:active {
  background-color: #a4b3e7;
  color: #313f7e;
}
.double__page-left-bottom-nums div {
  width: 43px;
  height: 43px;
  background: #FAFBFF;
  -webkit-box-shadow: 0px 0px 12px rgba(188, 202, 255, 0.5);
          box-shadow: 0px 0px 12px rgba(188, 202, 255, 0.5);
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  color: #29335F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  margin-left: 14px;
}
.double__page-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 294px !important;
}
.double__page-right-title {
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 29px;
  color: #29335F;
  width: 100%;
}
.double__page-right h2 {
  width: 100%;
}
.double__page-right-item {
  margin-top: 32px;
  background: #FFFFFF;
  border: 1px solid rgba(188, 202, 255, 0.3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 15px rgba(69, 84, 148, 0.22);
          box-shadow: 0px 4px 15px rgba(69, 84, 148, 0.22);
  border-radius: 20px 20px 20px 0px;
}
.double__page-right-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 32px 23px;
}
.double__page-right-item-img {
  width: 100%;
  height: 200px;
  border-radius: 20px 0px;
}
.double__page-right-item-title {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #29335F;
}
.double__page-right-item-text {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  color: #000000;
  margin-top: 24px;
}
.double__page-right-item-btn {
  background: -webkit-gradient(linear, left top, right top, from(#3C74D6), to(#85A2D3));
  background: -webkit-linear-gradient(left, #3C74D6 0%, #85A2D3 100%);
  background: linear-gradient(90deg, #3C74D6 0%, #85A2D3 100%);
  -webkit-box-shadow: 0px 4px 4px rgba(61, 116, 214, 0.3);
          box-shadow: 0px 4px 4px rgba(61, 116, 214, 0.3);
  border-radius: 43px;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #FFFFFF;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 25px;
  width: 153px;
}
.double__page-right-item-btn .icon__arr_r {
  margin-left: 6px;
}
.double__page-right-item-btn:hover {
  color: #FFFFFF;
  background: -webkit-gradient(linear, left top, right top, from(#5a8de6), to(#afc4e9));
  background: -webkit-linear-gradient(left, #5a8de6 0%, #afc4e9 100%);
  background: linear-gradient(90deg, #5a8de6 0%, #afc4e9 100%);
  -webkit-box-shadow: 0px 4px 4px rgba(61, 116, 214, 0.3);
          box-shadow: 0px 4px 4px rgba(61, 116, 214, 0.3);
}
.double__page-right-item-btn:active {
  color: #c9c9c9;
  background: -webkit-gradient(linear, left top, right top, from(#2d5cad), to(#586f97));
  background: -webkit-linear-gradient(left, #2d5cad 0%, #586f97 100%);
  background: linear-gradient(90deg, #2d5cad 0%, #586f97 100%);
  -webkit-box-shadow: 0px 4px 4px rgba(61, 116, 214, 0.3);
          box-shadow: 0px 4px 4px rgba(61, 116, 214, 0.3);
}
.double__page-right-item-link {
  margin-top: 25px;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #1F29FF;
}
.double__page-right-item-link:hover {
  color: #7a80ff;
}
.double__page-right-item-link:active {
  color: #333dff;
}

.akc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.akc-search {
  background: #FAFBFF;
  border: 1px solid #BCCAFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 13px rgba(188, 202, 255, 0.5);
          box-shadow: 0px 0px 13px rgba(188, 202, 255, 0.5);
  border-radius: 13px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 16px 26px;
}
.akc-search input {
  width: 100%;
  margin-right: 24px;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  color: #29335F;
  border: none;
  background-color: #FAFBFF;
}
.akc-search input::-webkit-input-placeholder {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  color: #BCCAFF;
}
.akc-search input::-moz-placeholder {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  color: #BCCAFF;
}
.akc-search input:-ms-input-placeholder {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  color: #BCCAFF;
}
.akc-search input::-ms-input-placeholder {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  color: #BCCAFF;
}
.akc-search input::placeholder {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  color: #BCCAFF;
}
.akc-search-btn {
  background-color: transparent;
  border: none;
}
.akc-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid rgba(188, 202, 255, 0.5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px 0px;
  width: 100%;
  margin-top: 30px;
}
.akc-item.hide {
  display: none;
}
.akc-item-img {
  border-radius: 20px 0px;
  width: 240px;
  height: 100%;
}
.akc-item-img img {
  width: 240px;
}
.akc-item-content {
  padding: 23px 27px;
  padding-bottom: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 571px;
}
.akc-item-content-title {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #29335F;
}
.akc-item-content-text {
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 17px;
  color: #000000;
  margin-top: 18px;
}
.akc-item-content-btn {
  margin-top: 26px;
  border: 1px solid #BCCAFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-filter: drop-shadow(0px 2px 4px rgba(61, 116, 214, 0.5));
          filter: drop-shadow(0px 2px 4px rgba(61, 116, 214, 0.5));
  border-radius: 43px;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #29335F;
  padding: 11px 24px;
  width: 137px;
  background-color: white;
}
.akc-item-content-btn.arr_rr {
  margin-left: 6px;
}

.galleryg {
  background-color: #FAFBFF;
  padding-top: 48px;
  padding-bottom: 74px;
}
.galleryg h2 {
  width: 100%;
}
.galleryg__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -32px;
}
.galleryg__content-item {
  margin-top: 64px;
  margin-right: 32px;
  width: calc(25% - 32px);
  border: 1px solid rgba(188, 202, 255, 0.5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px 0px;
}
.galleryg__content-item.hide {
  display: none;
}
.galleryg__content-item-img {
  width: 100%;
  height: 250px;
  border-radius: 20px 0px;
}
.galleryg__content-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 16px 18px;
}
.galleryg__content-item-content-title {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #29335F;
}
.galleryg__content-item-content-text {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  color: #000000;
  margin-top: 16px;
}
.galleryg__content-item-content-link {
  margin-top: 16px;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #1F29FF;
}
.galleryg__content-item-content-link:hover {
  color: #7a80ff;
}
.galleryg__content-item-content-link:active {
  color: #333dff;
}
.galleryg__content-bottom {
  margin-top: 92px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.galleryg__content-bottom .double__page-left-bottom {
  margin-left: auto;
}
.galleryg__content-bottom .double__page-left-bottom .double__page-left-bottom-more {
  margin-right: 80px;
}

.reviews {
  background-color: #FAFBFF;
  padding-top: 44px;
  padding-bottom: 54px;
}
.reviews__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -48px;
}
.reviews__content-item {
  margin-right: 48px;
  margin-top: 48px;
  width: calc(33.333% - 48px);
}
.reviews__content-item.hide {
  display: none;
}
.reviews__content-item-img {
  height: 200px;
  width: 100%;
  border-radius: 20px 0px;
}
.reviews__content-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.reviews__content-item-content-date {
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #29335F;
  margin-top: 14px;
}
.reviews__content-item-content-title {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #29335F;
  margin-top: 8px;
}
.reviews__content-item-content-text {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  color: #171717;
  margin-top: 14px;
}
.reviews__content-item-content-link {
  margin-top: 16px;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #1F29FF;
}
.reviews__content-item-content-link:hover {
  color: #7a80ff;
}
.reviews__content-item-content-link:active {
  color: #333dff;
}
.reviews__bottom {
  margin-top: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.reviews__bottom .double__page-left-bottom {
  margin-left: auto;
}
.reviews__bottom-more {
  margin-right: 80px;
  background: #F3F6FF;
  border: 1px solid #BCCAFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 4px rgba(188, 202, 255, 0.4);
          box-shadow: 0px 4px 4px rgba(188, 202, 255, 0.4);
  border-radius: 38px;
  padding: 14px 98px;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  color: #477AD8;
}
.reviews__bottom-more.hide {
  display: none;
}
.reviews__bottom-more:hover {
  cursor: pointer;
  color: #6a94e0;
  background-color: #ffffff;
  border: 1px solid #dae2ff;
  -webkit-box-shadow: 0px 4px 20px 5px rgba(188, 202, 255, 0.4);
          box-shadow: 0px 4px 20px 5px rgba(188, 202, 255, 0.4);
}
.reviews__bottom-more:active {
  cursor: pointer;
  color: #4772c2;
  background-color: #e4eaff;
  border: 1px solid #a2add6;
  -webkit-box-shadow: 0px 4px 20px 5px rgba(188, 202, 255, 0.4);
          box-shadow: 0px 4px 20px 5px rgba(188, 202, 255, 0.4);
}

.album h2 {
  text-align: left;
  width: 100%;
}
.album__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -48px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.album__content-item {
  margin-right: 48px;
  margin-bottom: 43px;
  width: calc(50% - 48px);
}
.album__content-item-img {
  width: 100%;
  height: 283px;
  border-radius: 20px 0px;
}
.album__content-item-text {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  color: #000000;
  margin-top: 16px;
}

.course {
  background-color: #FAFBFF;
  width: 100%;
  padding-top: 56px;
  padding-bottom: 32px;
}
.course__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-linear-gradient(45deg, #d9ecfb 55%, #9fbafa 100%);
  background: linear-gradient(45deg, #d9ecfb 55%, #9fbafa 100%);
  -webkit-box-shadow: 0px 4px 4px rgba(61, 116, 214, 0.3);
          box-shadow: 0px 4px 4px rgba(61, 116, 214, 0.3);
  border-radius: 31px 0px;
}
.course__head-img {
  height: 473px;
  width: 50%;
  border-radius: 31px 0px;
}
.course__head-content {
  width: 50%;
  padding-left: 65px;
  padding-right: 65px;
}
.course__head-content-title {
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  line-height: 52px;
  color: #29335F;
}
.course__head-content-text {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  color: #171717;
  margin-top: 26px;
}
.course__head-content-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 36px;
}
.course__head-content-btns-btn1 {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #FFFFFF;
  padding: 15px 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(#3C74D6), to(#85A2D3));
  background: -webkit-linear-gradient(left, #3C74D6 0%, #85A2D3 100%);
  background: linear-gradient(90deg, #3C74D6 0%, #85A2D3 100%);
  -webkit-box-shadow: 0px 4px 4px rgba(61, 116, 214, 0.3);
          box-shadow: 0px 4px 4px rgba(61, 116, 214, 0.3);
  border-radius: 43px;
}
.course__head-content-btns-btn1:hover {
  color: #FFFFFF;
  background: -webkit-gradient(linear, left top, right top, from(#5a8de6), to(#afc4e9));
  background: -webkit-linear-gradient(left, #5a8de6 0%, #afc4e9 100%);
  background: linear-gradient(90deg, #5a8de6 0%, #afc4e9 100%);
  -webkit-box-shadow: 0px 4px 4px rgba(61, 116, 214, 0.3);
          box-shadow: 0px 4px 4px rgba(61, 116, 214, 0.3);
}
.course__head-content-btns-btn1:active {
  color: #c9c9c9;
  background: -webkit-gradient(linear, left top, right top, from(#2d5cad), to(#586f97));
  background: -webkit-linear-gradient(left, #2d5cad 0%, #586f97 100%);
  background: linear-gradient(90deg, #2d5cad 0%, #586f97 100%);
  -webkit-box-shadow: 0px 4px 4px rgba(61, 116, 214, 0.3);
          box-shadow: 0px 4px 4px rgba(61, 116, 214, 0.3);
}
.course__head-content-btns-btn2 {
  margin-left: 30px;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #546B94;
  padding: 15px 23px;
  background: #FAFBFF;
  border: 1px solid #BCCAFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.course__head-content-btns-btn2:hover {
  color: #425981;
  background: #eff2fd;
  cursor: pointer;
}
.course__head-content-btns-btn2:hover {
  cursor: pointer;
  color: #2e456e;
  background: #c6cde9;
}
.course__content {
  width: 100%;
}
.course__content h2 {
  text-align: left;
  width: 100%;
}
.course__content h2:not(:first-child) {
  margin-top: 64px;
}
.course__content p {
  margin-top: 42px;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #171717;
}
.course__content p a {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #000AFF;
  margin-top: 24px;
}
.course__content p a:hover {
  color: #454bfa;
}
.course__content p a:active {
  color: #0006a7;
}
.course__content-img {
  width: 100%;
  height: 470px;
  margin-top: 50px;
  border-radius: 20px 0px;
  position: relative;
}
.course__content-img-title {
  width: 100%;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #171717;
  margin-top: 32px;
}
.course__content-img-titlein {
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  line-height: 52px;
  color: #29335F;
  position: absolute;
  bottom: 89px;
  right: 54px;
}
.course__content-video {
  width: 100%;
  height: 500px;
  margin-top: 42px;
}
.course__content-cit {
  background-color: white;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 64px;
}
.course__content-cit-title {
  padding: 60px 68px;
  border-top: 1px solid #BCCAFF;
  border-bottom: 1px solid #BCCAFF;
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 25px;
  text-align: center;
  color: #29335F;
}
.course__content ol {
  list-style: none;
  margin-top: 52px;
  counter-reset: num;
}
.course__content ol li {
  margin-bottom: 36px;
}
.course__content ol li:last-child {
  margin-bottom: 0px;
}
.course__content ol li h2 {
  padding-left: 60px;
  position: relative;
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  line-height: 52px;
  text-align: left;
  color: #29335F;
  width: 100%;
}
.course__content ol li h2::before {
  content: counter(num);
  counter-increment: num;
  position: absolute;
  left: 0;
  top: 7px;
  width: 40px;
  height: 40px;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 26px;
  text-align: center;
  color: #29335F;
  border-radius: 50%;
  background-color: #FFDF37;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.course__content ol li p {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  color: #171717;
  margin-top: 22px;
  max-width: 626px;
}
.course__content ul {
  list-style: none;
  margin-top: 52px;
}
.course__content ul li {
  margin-bottom: 36px;
}
.course__content ul li:last-child {
  margin-bottom: 0px;
}
.course__content ul li h2 {
  margin-top: 72px;
  padding-left: 60px;
  position: relative;
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  line-height: 52px;
  text-align: left;
  color: #29335F;
  width: 100%;
}
.course__content ul li h2:first-child {
  margin-top: 0px;
}
.course__content ul li h2::before {
  content: "";
  background-image: url("/static/img/content/check.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 7px;
  width: 40px;
  height: 40px;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 26px;
  text-align: center;
  color: #29335F;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.course__content ul li p {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  color: #171717;
  margin-top: 22px;
  max-width: 626px;
}
.course__content-que {
  margin-top: 42px;
}
.course__content-que-item {
  background: -webkit-linear-gradient(269.91deg, #FFFFFF 27.8%, #F3F6FF 99.55%);
  background: linear-gradient(180.09deg, #FFFFFF 27.8%, #F3F6FF 99.55%);
  border: 1px solid #BCCAFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 43px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 43px rgba(0, 0, 0, 0.05);
  border-radius: 20px 0px;
  width: 100%;
  padding: 28px 42px;
  padding-bottom: 0px;
  margin-bottom: 24px;
}
.course__content-que-item:hover {
  cursor: pointer;
}
.course__content-que-item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 28px;
}
.course__content-que-item-top-title {
  width: 100%;
  margin-right: 24px;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #29335F;
}
.course__content-que-item-top-plus {
  background: #FAFBFF;
  border: 1px solid #BCCAFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 12px rgba(188, 202, 255, 0.5);
          box-shadow: 0px 0px 12px rgba(188, 202, 255, 0.5);
  width: 28px;
  height: 28px;
  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: 50%;
}
.course__content-que-item-top-plus svg {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 200ms;
  transition: 200ms;
}
.course__content-que-item-top-plus.rot svg {
  -webkit-transition: 200ms;
  transition: 200ms;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.course__content-que-item-content {
  border-top: 1px solid #BCCAFF;
  padding-top: 16px;
  padding-bottom: 44px;
}
.course__content-que-item-content.hide {
  display: none;
}
.course__content-que-item-content-title {
  margin-top: 8px;
  margin-bottom: 8px;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 23px;
  color: #29335F;
}
.course__content-que-item-content-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-top: 16px;
  margin-right: -16px;
}
.course__content-que-item-content-check-item {
  width: calc(50% - 16px);
  margin-right: 16px;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  color: #171717;
  padding-left: 33px;
  position: relative;
  margin-bottom: 20px;
}
.course__content-que-item-content-check-item::before {
  content: "";
  position: absolute;
  background-image: url("/static/img/content/check_m.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  left: 0;
  top: 3px;
  width: 13px;
  height: 13px;
}
.course__content-que-item-content-text {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  color: #29335F;
  margin-top: 16px;
}
.course__content-otz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -26px;
  margin-top: 48px;
}
.course__content-otz-left {
  width: calc(50% - 26px);
  margin-right: 26px;
}
.course__content-otz-right {
  width: calc(50% - 26px);
  margin-right: 26px;
}
.course__content-otz-item {
  width: 100%;
  background: -webkit-linear-gradient(269.91deg, #FFFFFF 27.8%, #F3F6FF 99.55%);
  background: linear-gradient(180.09deg, #FFFFFF 27.8%, #F3F6FF 99.55%);
  border: 1px solid #BCCAFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 43px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 43px rgba(0, 0, 0, 0.05);
  border-radius: 20px 0px;
  padding: 25px 30px;
  padding-left: 72px;
  padding-bottom: 45px;
  margin-bottom: 26px;
  position: relative;
}
.course__content-otz-item-img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  position: absolute;
  top: 23px;
  left: 32px;
}
.course__content-otz-item-title {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #29335F;
}
.course__content-otz-item-date {
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  color: #29335F;
  margin-top: 5px;
}
.course__content-otz-item-text {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  color: #29335F;
  margin-top: 23px;
}
.course__tar {
  width: 100%;
  margin-top: 70px;
}
.course__tar h2 {
  text-align: left;
  width: 100%;
}
.course__tar-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-right: -48px;
  margin-top: 48px;
}
.course__tar-item {
  margin-right: 48px;
  width: calc(33.333% - 48px);
  border: 1px solid #BCCAFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px 0px;
  padding: 35px 27px;
  padding-bottom: 22px;
}
.course__tar-item-title {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #29335F;
  text-align: center;
}
.course__tar-item-checks {
  margin-top: 32px;
  padding-top: 27px;
  border-top: 1px solid #CDD8FF;
}
.course__tar-item-checks-check {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #29335F;
  margin-bottom: 20px;
  position: relative;
}
.course__tar-item-checks-check:last-child {
  margin-bottom: 20px;
}
.course__tar-item-checks-check.check-y::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("/static/img/content/check2.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.course__tar-item-checks-check.check-n::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("/static/img/content/check3.png");
}
.course__tar-item-buy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 44px;
}
.course__tar-item-buy-price span {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  color: #F75843;
  margin-left: 5px;
}
.course__tar-item-buy-price p {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #29335F;
  margin-top: 1px;
}
.course__tar-item-buy-btn {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #FFFFFF;
  padding: 15px 30px;
  background: -webkit-gradient(linear, left top, right top, from(#3C74D6), to(#85A2D3));
  background: -webkit-linear-gradient(left, #3C74D6 0%, #85A2D3 100%);
  background: linear-gradient(90deg, #3C74D6 0%, #85A2D3 100%);
  -webkit-box-shadow: 0px 4px 4px rgba(61, 116, 214, 0.3);
          box-shadow: 0px 4px 4px rgba(61, 116, 214, 0.3);
  border-radius: 43px;
  margin-left: 13px;
}
.course__tar-item-buy-btn .icon__log {
  margin-right: 6px;
}
.course__tar-item-buy-btn:hover {
  color: #FFFFFF;
  background: -webkit-gradient(linear, left top, right top, from(#5a8de6), to(#afc4e9));
  background: -webkit-linear-gradient(left, #5a8de6 0%, #afc4e9 100%);
  background: linear-gradient(90deg, #5a8de6 0%, #afc4e9 100%);
  -webkit-box-shadow: 0px 4px 4px rgba(61, 116, 214, 0.3);
          box-shadow: 0px 4px 4px rgba(61, 116, 214, 0.3);
}
.course__tar-item-buy-btn:active {
  color: #c9c9c9;
  background: -webkit-gradient(linear, left top, right top, from(#2d5cad), to(#586f97));
  background: -webkit-linear-gradient(left, #2d5cad 0%, #586f97 100%);
  background: linear-gradient(90deg, #2d5cad 0%, #586f97 100%);
  -webkit-box-shadow: 0px 4px 4px rgba(61, 116, 214, 0.3);
          box-shadow: 0px 4px 4px rgba(61, 116, 214, 0.3);
}
.course__tar-item-ras {
  margin-top: 55px;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  color: #29335F;
}
.course__tar-item-ras a {
  color: #000AFF;
  text-decoration: underline;
}
.course__tar-item-ras a:hover {
  color: #454bfa;
}
.course__tar-item-ras a:active {
  color: #0006a7;
}

.rekt {
  margin-top: 64px;
  margin-bottom: 64px;
}
.rekt h2 {
  text-align: left;
  width: 100%;
}
.rekt .news__container {
  margin-top: 48px;
  width: auto;
}

.med {
  background-color: #FAFBFF;
  width: 100%;
  padding-top: 56px;
  padding-bottom: 32px;
}
.med__buy {
  margin-top: 64px;
  padding: 54px 96px;
  padding-bottom: 28px;
  border: 1px solid #BCCAFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px 0px;
}
.med__buy h2 {
  margin-top: 0px !important;
}
.med__buy-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}
.med__buy-content-left-item {
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 30px;
  color: #29335F;
  margin-bottom: 38px;
  position: relative;
}
.med__buy-content-left-item:last-child {
  margin-bottom: 0px;
}
.med__buy-content-left-item::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  left: -32px;
  background-image: url("/static/img/content/check2.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.med__buy-content-right {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.med__buy-content-right-price div {
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 29px;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  color: #F75843;
  text-align: right;
  width: 100%;
}
.med__buy-content-right-price p {
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  line-height: 52px;
  color: #29335F;
  margin-top: 0px;
}
.med__buy-content-right-btn {
  margin-top: 15px;
  background: -webkit-gradient(linear, left top, right top, from(#3C74D6), to(#85A2D3));
  background: -webkit-linear-gradient(left, #3C74D6 0%, #85A2D3 100%);
  background: linear-gradient(90deg, #3C74D6 0%, #85A2D3 100%);
  -webkit-box-shadow: 0px 4px 4px rgba(61, 116, 214, 0.3);
          box-shadow: 0px 4px 4px rgba(61, 116, 214, 0.3);
  border-radius: 43px;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #FFFFFF;
  padding: 18px 45px;
}
.med__buy-content-right-btn:hover {
  color: #FFFFFF;
  background: -webkit-gradient(linear, left top, right top, from(#5a8de6), to(#afc4e9));
  background: -webkit-linear-gradient(left, #5a8de6 0%, #afc4e9 100%);
  background: linear-gradient(90deg, #5a8de6 0%, #afc4e9 100%);
  -webkit-box-shadow: 0px 4px 4px rgba(61, 116, 214, 0.3);
          box-shadow: 0px 4px 4px rgba(61, 116, 214, 0.3);
}
.med__buy-content-right-btn:active {
  color: #c9c9c9;
  background: -webkit-gradient(linear, left top, right top, from(#2d5cad), to(#586f97));
  background: -webkit-linear-gradient(left, #2d5cad 0%, #586f97 100%);
  background: linear-gradient(90deg, #2d5cad 0%, #586f97 100%);
  -webkit-box-shadow: 0px 4px 4px rgba(61, 116, 214, 0.3);
          box-shadow: 0px 4px 4px rgba(61, 116, 214, 0.3);
}
.med__buy-ras {
  margin-top: 80px;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  color: #29335F;
}
.med__buy-ras a {
  color: #000AFF;
  text-decoration: underline;
}
.med__buy-ras a:hover {
  color: #454bfa;
}
.med__buy-ras a:active {
  color: #0006a7;
}

.tren {
  background-color: #FAFBFF;
  width: 100%;
  padding-top: 56px;
  padding-bottom: 32px;
}
.tren .course__head {
  position: relative;
  overflow: hidden;
}
.tren .course__head img {
  position: absolute;
  top: 0;
  left: 13px;
}
.tren__osn {
  margin-bottom: 48px;
  background: -webkit-linear-gradient(269.91deg, #FFFFFF 27.8%, #F3F6FF 99.55%);
  background: linear-gradient(180.09deg, #FFFFFF 27.8%, #F3F6FF 99.55%);
  border: 1px solid #BCCAFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 43px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 43px rgba(0, 0, 0, 0.05);
  border-radius: 20px 0px;
  padding: 27px 55px;
  padding-bottom: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
}
.tren__osn::before {
  content: "";
  height: 64%;
  width: 1px;
  border-left: 1px solid #BCCAFF;
  position: absolute;
  top: 60px;
  left: 50%;
}
.tren__osn-left {
  width: 50%;
  padding-right: 60px;
}
.tren__osn-right {
  width: 50%;
  padding-left: 60px;
}
.tren__osn-title {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #29335F;
  width: 100%;
  text-align: center;
  margin-bottom: 32px;
}
.tren__osn-item {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #3D497C;
  margin-bottom: 16px;
  position: relative;
  padding-left: 30px;
}
.tren__osn-item:last-child {
  margin-bottom: 0px;
}
.tren__osn-item::before {
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  top: 4px;
  left: 0;
}
.tren__osn-item.check::before {
  background-image: url("../img/content/check_m.png");
}
.tren__osn-item.plus::before {
  background-image: url("../img/content/plus.png");
}
.tren__blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 42px;
  margin-right: -16px;
}
.tren__blocks-item {
  margin-top: 16px;
  margin-right: 16px;
  width: calc(33.333% - 16px);
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #29335F;
  background: #FAFBFF;
  border: 1px solid #BCCAFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 43px;
  padding: 23px 34px;
  position: relative;
}
.tren__blocks-item-num {
  position: absolute;
  top: 7px;
  left: -7px;
  width: 24px;
  height: 24px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: #000000;
  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: 50%;
  background-color: #FFDF37;
}
.tren__pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 48px;
  margin-right: -32px;
}
.tren__pc.one {
  display: block;
}
.tren__pc.one .tren__pc-checks {
  width: 100%;
}
.tren__pc.one .tren__pc-plus {
  width: 100%;
}
.tren__pc-checks {
  width: calc(50% - 32px);
  margin-right: 32px;
}
.tren__pc-plus {
  width: calc(50% - 32px);
  margin-right: 32px;
}
.tren__pc-item {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #3D497C;
  margin-bottom: 16px;
  position: relative;
  padding-left: 24px;
}
.tren__pc-item:last-child {
  margin-bottom: 0px;
}
.tren__pc-item::before {
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  top: 4px;
  left: 0;
}
.tren__pc-item.check::before {
  background-image: url("../img/content/check_m.png");
}
.tren__pc-item.plus::before {
  background-image: url("../img/content/plus.png");
}

.statt {
  background-color: #FAFBFF;
  width: 100%;
  padding-top: 56px;
  padding-bottom: 32px;
}
.statt__date {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  color: #29335F;
}
.statt__of {
  border: 1px solid #BCCAFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px 0px;
  margin-top: 42px;
  padding: 48px 40px;
  padding-bottom: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: -webkit-linear-gradient(45deg, #d9ecfb 55%, #9fbafa 100%);
  background: linear-gradient(45deg, #d9ecfb 55%, #9fbafa 100%);
}
.statt__of-title {
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 29px;
  color: #29335F;
  width: 336px;
}
.statt__of-btn {
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 25px;
  text-align: center;
  color: #FFFFFF;
  padding: 19px 48px;
  background: -webkit-gradient(linear, left top, right top, from(#3C74D6), to(#85A2D3));
  background: -webkit-linear-gradient(left, #3C74D6 0%, #85A2D3 100%);
  background: linear-gradient(90deg, #3C74D6 0%, #85A2D3 100%);
  -webkit-box-shadow: 0px 4px 4px rgba(61, 116, 214, 0.3);
          box-shadow: 0px 4px 4px rgba(61, 116, 214, 0.3);
  border-radius: 43px;
}
.statt__of-btn:hover {
  color: #FFFFFF;
  background: -webkit-gradient(linear, left top, right top, from(#5a8de6), to(#afc4e9));
  background: -webkit-linear-gradient(left, #5a8de6 0%, #afc4e9 100%);
  background: linear-gradient(90deg, #5a8de6 0%, #afc4e9 100%);
  -webkit-box-shadow: 0px 4px 4px rgba(61, 116, 214, 0.3);
          box-shadow: 0px 4px 4px rgba(61, 116, 214, 0.3);
}
.statt__of-btn:active {
  color: #c9c9c9;
  background: -webkit-gradient(linear, left top, right top, from(#2d5cad), to(#586f97));
  background: -webkit-linear-gradient(left, #2d5cad 0%, #586f97 100%);
  background: linear-gradient(90deg, #2d5cad 0%, #586f97 100%);
  -webkit-box-shadow: 0px 4px 4px rgba(61, 116, 214, 0.3);
          box-shadow: 0px 4px 4px rgba(61, 116, 214, 0.3);
}
.statt__otz {
  width: 540px;
  margin-top: 42px;
}
.statt__otz textarea {
  width: 100%;
  background: -webkit-linear-gradient(269.91deg, #FFFFFF 27.8%, #F3F6FF 99.55%);
  background: linear-gradient(180.09deg, #FFFFFF 27.8%, #F3F6FF 99.55%);
  border: 1px solid #BCCAFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 43px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 43px rgba(0, 0, 0, 0.05);
  border-radius: 20px 0px;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  color: #29335F;
  padding: 24px 27px;
  resize: none;
}
.statt__otz textarea::-webkit-input-placeholder {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  color: #29335F;
}
.statt__otz textarea::-moz-placeholder {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  color: #29335F;
}
.statt__otz textarea:-ms-input-placeholder {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  color: #29335F;
}
.statt__otz textarea::-ms-input-placeholder {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  color: #29335F;
}
.statt__otz textarea::placeholder {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  color: #29335F;
}
.statt__otz button {
  background: -webkit-gradient(linear, left top, right top, from(#3C74D6), to(#85A2D3));
  background: -webkit-linear-gradient(left, #3C74D6 0%, #85A2D3 100%);
  background: linear-gradient(90deg, #3C74D6 0%, #85A2D3 100%);
  -webkit-box-shadow: 0px 4px 4px rgba(61, 116, 214, 0.3);
          box-shadow: 0px 4px 4px rgba(61, 116, 214, 0.3);
  border-radius: 0px 23px 23px 23px;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #FFFFFF;
  padding: 15px 21px;
  margin-top: 9px;
  border: none;
}
.statt__otz button:hover {
  color: #FFFFFF;
  background: -webkit-gradient(linear, left top, right top, from(#5a8de6), to(#afc4e9));
  background: -webkit-linear-gradient(left, #5a8de6 0%, #afc4e9 100%);
  background: linear-gradient(90deg, #5a8de6 0%, #afc4e9 100%);
  -webkit-box-shadow: 0px 4px 4px rgba(61, 116, 214, 0.3);
          box-shadow: 0px 4px 4px rgba(61, 116, 214, 0.3);
}
.statt__otz button:active {
  color: #c9c9c9;
  background: -webkit-gradient(linear, left top, right top, from(#2d5cad), to(#586f97));
  background: -webkit-linear-gradient(left, #2d5cad 0%, #586f97 100%);
  background: linear-gradient(90deg, #2d5cad 0%, #586f97 100%);
  -webkit-box-shadow: 0px 4px 4px rgba(61, 116, 214, 0.3);
          box-shadow: 0px 4px 4px rgba(61, 116, 214, 0.3);
}

.m0 {
  margin-top: 0px;
}

.sergey {
  background-color: #FAFBFF;
  width: 100%;
  padding-top: 46px;
  padding-bottom: 32px;
}
.sergey .double__page {
  margin-top: 0px;
}
.sergey__blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-right: -22px;
  margin-top: 64px;
}
.sergey__blocks-items {
  width: calc(50% - 22px);
  margin-right: 22px;
  background: -webkit-linear-gradient(269.92deg, #FFFFFF 2.05%, #F3F6FF 99.42%);
  background: linear-gradient(180.08deg, #FFFFFF 2.05%, #F3F6FF 99.42%);
  border: 1px solid #BCCAFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 43px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 43px rgba(0, 0, 0, 0.05);
  border-radius: 20px 0px;
  padding: 44px 55px;
}
.sergey__blocks-items-item {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #171717;
  margin-bottom: 20px;
  position: relative;
}
.sergey__blocks-items-item:last-child {
  margin-bottom: 0px;
}
.sergey__blocks-items-item.line::before {
  content: "—";
  position: absolute;
  left: -30px;
  top: 0;
}
.sergey__blocks-items-item.check::before {
  content: "";
  background-image: url("/static/img/content/check_m.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  left: -30px;
  top: 0;
  width: 13px;
  height: 13px;
}

.catalog {
  background-color: #FAFBFF;
  width: 100%;
  padding-top: 46px;
  padding-bottom: 32px;
}
.catalog__container {
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
}
.catalog__container-categ {
  width: 315px;
  margin-right: auto;
}
.catalog__container-categ-box {
  background: -webkit-linear-gradient(269.92deg, #FFFFFF 2.05%, #F3F6FF 99.42%);
  background: linear-gradient(180.08deg, #FFFFFF 2.05%, #F3F6FF 99.42%);
  border: 1px solid #BCCAFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 43px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 43px rgba(0, 0, 0, 0.05);
  border-radius: 20px 0px;
  padding: 25px 30px;
  padding-bottom: 48px;
}
.catalog__container-categ-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #BCCAFF;
  padding-bottom: 26px;
}
.catalog__container-categ-top-title {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  text-align: left;
  color: #29335F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.catalog__container-categ-top-title .icon__arr_d {
  display: none;
}
.catalog__container-categ-top-ps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.catalog__container-categ-top-ps-s {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 9px rgba(188, 202, 255, 0.5);
          box-shadow: 0px 0px 9px rgba(188, 202, 255, 0.5);
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  padding: 11px;
}
.catalog__container-categ-top-ps-s .icon__sr {
  display: none;
}
.catalog__container-categ-top-ps-s.active {
  background-color: #455494;
}
.catalog__container-categ-top-ps-s.active .icon__s {
  display: none;
}
.catalog__container-categ-top-ps-s.active .icon__sr {
  display: block;
}
.catalog__container-categ-top-ps-s:hover {
  opacity: 0.6;
  cursor: pointer;
}
.catalog__container-categ-top-ps-s:active {
  opacity: 0.4;
  cursor: pointer;
}
.catalog__container-categ-top-ps-p {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 9px rgba(188, 202, 255, 0.5);
          box-shadow: 0px 0px 9px rgba(188, 202, 255, 0.5);
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  padding: 11px;
  margin-left: 16px;
}
.catalog__container-categ-top-ps-p .icon__p {
  display: none;
}
.catalog__container-categ-top-ps-p.active {
  background-color: #455494;
}
.catalog__container-categ-top-ps-p.active .icon__pr {
  display: none;
}
.catalog__container-categ-top-ps-p.active .icon__p {
  display: block;
}
.catalog__container-categ-top-ps-p:hover {
  opacity: 0.6;
  cursor: pointer;
}
.catalog__container-categ-top-ps-p:active {
  opacity: 0.4;
  cursor: pointer;
}
.catalog__container-categ-checks {
  padding-top: 36px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.catalog__container-categ-checks-check {
  margin-bottom: 18px;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #29335F;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
}
.catalog__container-categ-checks-check:hover {
  cursor: pointer;
}
.catalog__container-categ-checks-check div {
  margin-right: 17px;
  border: 1px solid #AEAEB2;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.catalog__container-categ-checks-check div svg {
  display: none;
}
.catalog__container-categ-checks-check:last-child {
  margin-bottom: 0px;
}
.catalog__container-categ-checks-check input[type=checkbox] {
  display: none;
}
.catalog__container-categ-checks-check input[type=checkbox]:checked ~ div {
  border: none;
}
.catalog__container-categ-checks-check input[type=checkbox]:checked ~ div svg {
  display: block;
}
.catalog__container-categ-checks-title {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #29335F;
  margin-bottom: 18px;
}
.catalog__container-categ-checks-close {
  width: 56px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F9F9F9;
  border-radius: 50%;
  position: absolute;
  top: 24px;
  right: 22px;
}
.catalog__container-categ-checks-close:hover {
  background-color: #e6e6e6;
  cursor: pointer;
}
.catalog__container-items {
  width: 778px;
}
.catalog__container-items-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -24px;
}
.catalog__container-items-box.strock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 0px;
}
.catalog__container-items-box.strock .catalog__container-items-box-item {
  margin-top: 45px;
  margin-right: 0px;
  width: 100%;
  border: 1px solid rgba(188, 202, 255, 0.5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.catalog__container-items-box.strock .catalog__container-items-box-item-img {
  border-radius: 20px 0px;
  height: auto;
  width: 240px;
}
.catalog__container-items-box.strock .catalog__container-items-box-item-content {
  width: 530px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 34px 27px;
  padding-bottom: 24px;
  padding-top: 34px;
}
.catalog__container-items-box.strock .catalog__container-items-box-item-content-title {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #29335F;
}
.catalog__container-items-box.strock .catalog__container-items-box-item-content-text {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 15px;
  color: #000000;
  margin-top: 16px;
}
.catalog__container-items-box.strock .catalog__container-items-box-item-content-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  color: #29335F;
  border: 1px solid #BCCAFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-filter: drop-shadow(0px 2px 4px rgba(61, 116, 214, 0.5));
          filter: drop-shadow(0px 2px 4px rgba(61, 116, 214, 0.5));
  border-radius: 43px;
  padding: 11px 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 24px;
  width: 143px;
}
.catalog__container-items-box.strock .catalog__container-items-box-item-content-btn svg {
  margin-left: 12px;
}
.catalog__container-items-box.strock .catalog__container-items-box-item-content-btn:hover {
  opacity: 0.6;
}
.catalog__container-items-box.strock .catalog__container-items-box-item-content-btn:active {
  opacity: 0.6;
  background-color: #a6b6d3;
}
.catalog__container-items-box.strock .catalog__container-items-box-item-content-link {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #000AFF;
  margin-top: 24px;
}
.catalog__container-items-box.strock .catalog__container-items-box-item-content-link:hover {
  color: #454bfa;
}
.catalog__container-items-box.strock .catalog__container-items-box-item-content-link:active {
  color: #0006a7;
}
.catalog__container-items-box.strock .catalog__container-items-box-item.c_sem .catalog__container-items-box-item-content {
  position: relative;
}
.catalog__container-items-box.strock .catalog__container-items-box-item.c_sem .catalog__container-items-box-item-content::before {
  content: "Семинар";
  padding: 5px 16px;
  background-color: #FFC700;
  border-radius: 0px 0px 10px 0px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #29335F;
  position: absolute;
  left: 27px;
  top: 0px;
}
.catalog__container-items-box.strock .catalog__container-items-box-item.c_tren .catalog__container-items-box-item-content {
  position: relative;
}
.catalog__container-items-box.strock .catalog__container-items-box-item.c_tren .catalog__container-items-box-item-content::before {
  content: "Тренинг";
  padding: 5px 16px;
  background-color: #7FD83A;
  border-radius: 0px 0px 10px 0px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #29335F;
  position: absolute;
  left: 27px;
  top: 0px;
}
.catalog__container-items-box.strock .catalog__container-items-box-item.c_int .catalog__container-items-box-item-content {
  position: relative;
}
.catalog__container-items-box.strock .catalog__container-items-box-item.c_int .catalog__container-items-box-item-content::before {
  content: "Интенсив";
  padding: 5px 16px;
  background-color: #FF5454;
  border-radius: 0px 0px 10px 0px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #ffffff;
  position: absolute;
  left: 27px;
  top: 0px;
}
.catalog__container-items-box.plit .catalog__container-items-box-item {
  margin-top: 45px;
  width: calc(33.333% - 24px);
  margin-right: 24px;
  border: 1px solid rgba(188, 202, 255, 0.5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px 0px;
}
.catalog__container-items-box.plit .catalog__container-items-box-item-img {
  border-radius: 20px 0px;
  height: 250px;
  width: 100%;
}
.catalog__container-items-box.plit .catalog__container-items-box-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 26px 16px;
  padding-top: 56px;
}
.catalog__container-items-box.plit .catalog__container-items-box-item-content-title {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #29335F;
}
.catalog__container-items-box.plit .catalog__container-items-box-item-content-text {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 17px;
  color: #000000;
  margin-top: 16px;
}
.catalog__container-items-box.plit .catalog__container-items-box-item-content-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  color: #29335F;
  border: 1px solid #BCCAFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-filter: drop-shadow(0px 2px 4px rgba(61, 116, 214, 0.5));
          filter: drop-shadow(0px 2px 4px rgba(61, 116, 214, 0.5));
  border-radius: 43px;
  padding: 11px 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 48px;
  width: 143px;
}
.catalog__container-items-box.plit .catalog__container-items-box-item-content-btn svg {
  margin-left: 12px;
}
.catalog__container-items-box.plit .catalog__container-items-box-item-content-btn:hover {
  opacity: 0.6;
}
.catalog__container-items-box.plit .catalog__container-items-box-item-content-btn:active {
  opacity: 0.6;
  background-color: #a6b6d3;
}
.catalog__container-items-box.plit .catalog__container-items-box-item-content-link {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #000AFF;
  margin-top: 24px;
}
.catalog__container-items-box.plit .catalog__container-items-box-item-content-link:hover {
  color: #454bfa;
}
.catalog__container-items-box.plit .catalog__container-items-box-item-content-link:active {
  color: #0006a7;
}
.catalog__container-items-box.plit .catalog__container-items-box-item.c_sem .catalog__container-items-box-item-content {
  position: relative;
}
.catalog__container-items-box.plit .catalog__container-items-box-item.c_sem .catalog__container-items-box-item-content::before {
  content: "Семинар";
  padding: 5px 16px;
  background-color: #FFC700;
  border-radius: 0px 0px 10px 0px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #29335F;
  position: absolute;
  left: 0;
  top: 20px;
}
.catalog__container-items-box.plit .catalog__container-items-box-item.c_tren .catalog__container-items-box-item-content {
  position: relative;
}
.catalog__container-items-box.plit .catalog__container-items-box-item.c_tren .catalog__container-items-box-item-content::before {
  content: "Тренинг";
  padding: 5px 16px;
  background-color: #7FD83A;
  border-radius: 0px 0px 10px 0px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #29335F;
  position: absolute;
  left: 0;
  top: 20px;
}
.catalog__container-items-box.plit .catalog__container-items-box-item.c_int .catalog__container-items-box-item-content {
  position: relative;
}
.catalog__container-items-box.plit .catalog__container-items-box-item.c_int .catalog__container-items-box-item-content::before {
  content: "Интенсив";
  padding: 5px 16px;
  background-color: #FF5454;
  border-radius: 0px 0px 10px 0px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 20px;
}
.catalog__container-items .akc-search {
  width: 100%;
}

.catalog__container-items-box-item.hide {
  display: none !important;
}

.acc {
  background-color: #FAFBFF;
  width: 100%;
  padding-top: 56px;
  padding-bottom: 32px;
}
.acc__skid {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.acc__skid-kup {
  background: #FAFBFF;
  border: 1px dashed #BCCAFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 43px;
  font-style: normal;
  font-weight: 300;
  font-size: 35px;
  line-height: 40px;
  color: #29335F;
  padding: 18px 56px;
}
.acc__skid-text {
  margin-right: 56px;
  margin-left: 56px;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #171717;
}
.acc__skid-btn {
  background: -webkit-gradient(linear, left top, right top, from(#3C74D6), to(#85A2D3));
  background: -webkit-linear-gradient(left, #3C74D6 0%, #85A2D3 100%);
  background: linear-gradient(90deg, #3C74D6 0%, #85A2D3 100%);
  -webkit-box-shadow: 0px 4px 4px rgba(61, 116, 214, 0.3);
          box-shadow: 0px 4px 4px rgba(61, 116, 214, 0.3);
  border-radius: 43px;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #FFFFFF;
  padding: 24px 50px;
}
.acc__skid-btn:hover {
  color: #FFFFFF;
  background: -webkit-gradient(linear, left top, right top, from(#5a8de6), to(#afc4e9));
  background: -webkit-linear-gradient(left, #5a8de6 0%, #afc4e9 100%);
  background: linear-gradient(90deg, #5a8de6 0%, #afc4e9 100%);
  -webkit-box-shadow: 0px 4px 4px rgba(61, 116, 214, 0.3);
          box-shadow: 0px 4px 4px rgba(61, 116, 214, 0.3);
}
.acc__skid-btn:active {
  color: #c9c9c9;
  background: -webkit-gradient(linear, left top, right top, from(#2d5cad), to(#586f97));
  background: -webkit-linear-gradient(left, #2d5cad 0%, #586f97 100%);
  background: linear-gradient(90deg, #2d5cad 0%, #586f97 100%);
  -webkit-box-shadow: 0px 4px 4px rgba(61, 116, 214, 0.3);
          box-shadow: 0px 4px 4px rgba(61, 116, 214, 0.3);
}
.acc__kak {
  margin-top: 64px;
  background-color: #FFFFFF;
  padding: 64px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.acc__kak-left {
  position: relative;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #FF5050;
  margin-right: 32px;
  padding-left: 50px;
}
.acc__kak-left::before {
  content: "!";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 35px;
  height: 35px;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #FFFFFF;
  background-color: #FF5050;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  left: 0px;
}
.acc__kak-right {
  background: -webkit-linear-gradient(269.91deg, #FFFFFF 27.8%, #F3F6FF 99.55%);
  background: linear-gradient(180.09deg, #FFFFFF 27.8%, #F3F6FF 99.55%);
  border: 1px solid #BCCAFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 43px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 43px rgba(0, 0, 0, 0.05);
  border-radius: 20px 0px;
  padding: 25px 35px;
  padding-bottom: 56px;
}
.acc__kak-right-title {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #29335F;
  padding-bottom: 23px;
  border-bottom: 1px solid #BCCAFF;
}
.acc__kak-right-items {
  margin-top: 43px;
}
.acc__kak-right-items-item {
  padding-left: 41px;
  position: relative;
  margin-bottom: 18px;
}
.acc__kak-right-items-item:last-child {
  margin-bottom: 0px;
}
.acc__kak-right-items-item-text {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  color: #171717;
}
.acc__kak-right-items-item-num {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #29335F;
  position: absolute;
  top: -4px;
  left: 0px;
}

.contp {
  background-color: #FAFBFF;
}

.contact {
  padding-top: 44px;
  padding-bottom: 85px;
}
.contact__container {
  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;
  width: 100%;
}
.contact__container:first-of-type {
  margin-top: 51px;
}
.contact__container-left {
  width: 420px;
  margin-right: auto;
}
.contact__container-left-soct {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #29335F;
}
.contact__container-left-soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 32px;
  margin-right: -37px;
}
.contact__container-left-soc a {
  width: calc(25% - 37px);
  margin-right: 37px;
}
.contact__container-left-img {
  border-radius: 20px 0px;
  width: 100%;
  height: 400px;
  display: none;
}
.contact__container-left-title {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  color: #29335F;
  margin-top: 56px;
}
.contact__container-left-item {
  margin-top: 20px;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #29335F;
}
.contact__container-left-form {
  background: #FEFEFF;
  border: 1px solid #BCCAFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 7px rgba(188, 202, 255, 0.4);
          box-shadow: 0px 4px 7px rgba(188, 202, 255, 0.4);
  border-radius: 43px;
  padding: 60px;
  padding-bottom: 80px;
  position: relative;
  margin-top: 11px;
}
.contact__container-left-form .cclq1 {
  position: absolute;
  background: #FEFEFF;
  border: 1px solid #BCCAFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 43px;
  width: 348px;
  height: 326px;
  left: 36px;
  top: -5px;
  z-index: -1;
}
.contact__container-left-form .cclq2 {
  position: absolute;
  background: #FEFEFF;
  border: 1px solid #BCCAFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 43px;
  width: 300px;
  height: 282px;
  left: 64px;
  top: -10px;
  z-index: -2;
}
.contact__container-left-form-title {
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 40px;
  text-align: center;
  color: #29335F;
  width: 100%;
}
.contact__container-left-form form {
  margin-top: 51px;
}
.contact__container-left-form form input {
  border: 1px solid #BCCAFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 43px;
  background-color: #FEFEFF;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #171717;
  padding: 13px 24px;
  width: 100%;
  margin-bottom: 27px;
}
.contact__container-left-form form input.error {
  border-color: red;
}
.contact__container-left-form form input::-webkit-input-placeholder {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #BCCAFF;
}
.contact__container-left-form form input::-moz-placeholder {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #BCCAFF;
}
.contact__container-left-form form input:-ms-input-placeholder {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #BCCAFF;
}
.contact__container-left-form form input::-ms-input-placeholder {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #BCCAFF;
}
.contact__container-left-form form input::placeholder {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #BCCAFF;
}
.contact__container-left-form form button {
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#3C74D6), to(#85A2D3));
  background: -webkit-linear-gradient(left, #3C74D6 0%, #85A2D3 100%);
  background: linear-gradient(90deg, #3C74D6 0%, #85A2D3 100%);
  -webkit-box-shadow: 0px 4px 8px rgba(62, 117, 214, 0.2);
          box-shadow: 0px 4px 8px rgba(62, 117, 214, 0.2);
  border-radius: 43px;
  padding: 16px 53px;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #FFFFFF;
  border: none;
}
.contact__container-left-form form button:hover {
  color: #FFFFFF;
  background: -webkit-gradient(linear, left top, right top, from(#5a8de6), to(#afc4e9));
  background: -webkit-linear-gradient(left, #5a8de6 0%, #afc4e9 100%);
  background: linear-gradient(90deg, #5a8de6 0%, #afc4e9 100%);
  -webkit-box-shadow: 0px 4px 4px rgba(61, 116, 214, 0.3);
          box-shadow: 0px 4px 4px rgba(61, 116, 214, 0.3);
}
.contact__container-left-form form button:active {
  color: #c9c9c9;
  background: -webkit-gradient(linear, left top, right top, from(#2d5cad), to(#586f97));
  background: -webkit-linear-gradient(left, #2d5cad 0%, #586f97 100%);
  background: linear-gradient(90deg, #2d5cad 0%, #586f97 100%);
  -webkit-box-shadow: 0px 4px 4px rgba(61, 116, 214, 0.3);
          box-shadow: 0px 4px 4px rgba(61, 116, 214, 0.3);
}
.contact__container-right {
  width: 688px;
  height: 412px;
  border-radius: 20px 0px;
}
.contact__container-right .ymap {
  width: 688px;
  height: 412px;
}

.catalog .galleryg__content-bottom {
  margin-top: 0px;
}

.ps1 {
  display: none;
  position: relative;
}

.header__course-top.hct {
  display: none;
}

.catalog__container-categ-checks-btn {
  display: none;
}

.cccct {
  display: none;
}

.akcs .galleryg__content-bottom .double__page-left-bottom {
  margin-left: 0px;
  margin-right: auto;
}

.sergey .course__content-img-titlein {
  color: #FFFFFF;
}

.contact__container-left-img .ymap {
  width: 100%;
  height: 100%;
}

.tren .course__head-img {
  opacity: 0;
}

.cci {
  display: none;
}

.af3 {
  display: none;
}

.kons {
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  z-index: 1000;
}
.kons.hide {
  display: none;
}
.kons-blur {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.7;
}
.kons-popup {
  z-index: 1001;
  background: #FFFFFF;
  border: 1px solid #697EA1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 25px;
  width: 487px;
  padding: 40px 60px;
  padding-bottom: 76px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.kons-popup-close {
  position: absolute;
  background: #F9F9F9;
  border: 1px solid #697EA1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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: 50%;
  width: 56px;
  height: 56px;
  top: -28px;
  right: -28px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.kons-popup-close:hover {
  background: white;
  cursor: pointer;
}
.kons-popup-close:hover svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.kons-popup-close:active {
  background: #c7c7c7;
  cursor: pointer;
}
.kons-popup-title {
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 34px;
  color: #29335F;
}
.kons-popup-text {
  margin-top: 24px;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #000000;
}
.kons-popup-form {
  margin-top: 38px;
  max-width: 255px;
}
.kons-popup-form input {
  border: 1px solid #BCCAFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 43px;
  background-color: #FEFEFF;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #171717;
  padding: 13px 24px;
  width: 100%;
  margin-bottom: 12px;
}
.kons-popup-form input.error {
  border-color: red;
}
.kons-popup-form input::-webkit-input-placeholder {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #BCCAFF;
}
.kons-popup-form input::-moz-placeholder {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #BCCAFF;
}
.kons-popup-form input:-ms-input-placeholder {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #BCCAFF;
}
.kons-popup-form input::-ms-input-placeholder {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #BCCAFF;
}
.kons-popup-form input::placeholder {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #BCCAFF;
}
.kons-popup-form button {
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#3C74D6), to(#85A2D3));
  background: -webkit-linear-gradient(left, #3C74D6 0%, #85A2D3 100%);
  background: linear-gradient(90deg, #3C74D6 0%, #85A2D3 100%);
  -webkit-box-shadow: 0px 4px 8px rgba(62, 117, 214, 0.2);
          box-shadow: 0px 4px 8px rgba(62, 117, 214, 0.2);
  border-radius: 43px;
  padding: 15px 53px;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #FFFFFF;
  border: none;
}
.kons-popup-form button:hover {
  color: #FFFFFF;
  background: -webkit-gradient(linear, left top, right top, from(#5a8de6), to(#afc4e9));
  background: -webkit-linear-gradient(left, #5a8de6 0%, #afc4e9 100%);
  background: linear-gradient(90deg, #5a8de6 0%, #afc4e9 100%);
  -webkit-box-shadow: 0px 4px 4px rgba(61, 116, 214, 0.3);
          box-shadow: 0px 4px 4px rgba(61, 116, 214, 0.3);
}
.kons-popup-form button:active {
  color: #c9c9c9;
  background: -webkit-gradient(linear, left top, right top, from(#2d5cad), to(#586f97));
  background: -webkit-linear-gradient(left, #2d5cad 0%, #586f97 100%);
  background: linear-gradient(90deg, #2d5cad 0%, #586f97 100%);
  -webkit-box-shadow: 0px 4px 4px rgba(61, 116, 214, 0.3);
          box-shadow: 0px 4px 4px rgba(61, 116, 214, 0.3);
}

.header__hamburger-content .header__call {
  display: none;
}

.header__hamburger-content .header__login {
  display: none;
}

.catalog__container-categ-checks-close {
  display: none;
}

.sticky-wrapper {
  position: relative;
}

.sticky.stuck {
  position: fixed;
  top: 98px;
  width: 315px;
}

.sticky.bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 315px;
}

.double__page-right-s.sticky.stuck {
  position: fixed;
  top: 98px;
  width: 294px;
}

.double__page-right-s.sticky.bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 294px;
}

@media screen and (max-width: 1200px) {
  .wrapper {
    width: 1000px;
    margin: 0px auto;
  }
  .wrapper2 {
    width: 934px;
    margin: 0px auto;
  }
  .wrapper3 {
    width: 800px;
    margin: 0px auto;
  }
  .playbill__content {
    width: 502px;
    margin-top: 140px;
  }
  .playbill__content-title {
    font-size: 45px;
    margin-top: 8px;
  }
  .playbill__content-text {
    font-size: 18px;
    margin-top: 12px;
  }
  .playbill__content-btn {
    margin-top: 18px;
    font-size: 24px;
  }
  .playbill {
    height: 600px;
  }
  .playbill__sergey {
    height: auto;
    width: 570px;
  }
  .header__course-top {
    font-size: 14px;
  }
  .header__call a {
    font-size: 14px;
  }
  .header__login {
    font-size: 14px;
  }
  .header__course-top {
    padding: 10px 12px;
  }
  h2 {
    font-size: 35px;
  }
  .start {
    margin-top: 48px;
  }
  .start__content {
    margin-top: 48px;
  }
  .af {
    margin-top: 64px;
    padding-top: 32px;
    padding-bottom: 48px;
  }
  .gallery {
    margin-top: 32px;
  }
  .gallery__content {
    margin-top: 32px;
  }
  .rasp {
    margin-top: 48px;
    padding-top: 32px;
    padding-bottom: 48px;
  }
  .rasp__container-more {
    margin-top: 0px;
  }
  .stat h2 {
    margin-top: 0px;
  }
  .stat {
    margin-top: 48px;
  }
  .stat__container {
    margin-top: 32px;
  }
  .stat__container-items {
    margin-top: 0px;
  }
  .stat__container-items-item {
    margin-top: 32px;
  }
  .stat__container-more2.active {
    margin-top: 32px;
  }
  .stat__container-more {
    margin-top: 32px;
  }
  .news {
    padding-top: 32px;
  }
  .news__container {
    margin-top: 0px;
    margin-right: -16px;
  }
  .news__content {
    padding-bottom: 48px;
  }
  .news__container-item {
    margin-top: 32px;
    margin-right: 16px;
    width: calc(33.333% - 16px);
  }
  .news__content-more {
    margin-top: 32px;
  }
  .info__form {
    position: absolute;
    left: -239px;
    top: 643px;
  }
  .footer__mid-text {
    margin-top: 24px;
    margin-right: 16px;
    font-size: 16px;
  }
  .catalog__container-categ {
    width: 284px;
  }
  .catalog__container-items {
    width: 670px;
  }
  .catalog__container-items-box.plit .catalog__container-items-box-item {
    width: calc(50% - 24px);
  }
  .double__page-left-bottom-more {
    padding: 14px 57px;
  }
  .double__page-right {
    width: 250px !important;
  }
  .double__page-left {
    width: 720px;
  }
  .course__tar-item-buy-btn {
    padding: 15px;
  }
  .tren__blocks {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 0px;
  }
  .tren__blocks-item {
    margin-top: 32px;
    width: calc(50% - 16px);
    padding: 16px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .med__buy-content-left-item {
    font-size: 22px;
    line-height: 22px;
  }
  .med__buy-content-right-price p {
    font-size: 30px;
    line-height: 30px;
  }
  .med__buy-content-right-price div {
    font-size: 20px;
    line-height: 20px;
  }
  .med__buy-content-right-btn {
    font-size: 22px;
  }
  .tren .course__head img {
    left: -60px;
  }
  .course__head-content-title {
    font-size: 35px;
    line-height: 35px;
  }
  .rraspp .double__page-right {
    display: none;
  }
  .af3 {
    display: block;
  }
  .rraspp .double__page-left {
    width: 100%;
  }
  .galleryg__content-item {
    width: calc(33.333% - 32px);
  }
  .acc__skid-text {
    margin-right: 32px;
    margin-left: 32px;
  }
  .acc__kak {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .acc__kak-right {
    margin-top: 32px;
  }
  .course__content h2:not(:first-child) {
    margin-top: 32px;
  }
  .contact__container-right {
    overflow: hidden;
  }
  .sticky.stuck {
    position: fixed;
    top: 98px;
    width: 284px;
  }
  .sticky.bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 284px;
  }
  .double__page-right-s.sticky.stuck {
    position: fixed;
    top: 98px;
    width: 250px;
  }
  .double__page-right-s.sticky.bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 250px;
  }
}
@media screen and (max-width: 1020px) {
  .af__swiper .swiper-button-prev {
    top: -40px;
  }
  .af__swiper .swiper-button-next {
    top: -40px;
  }
  .wrapper {
    width: 800px;
    margin: 0px auto;
  }
  .wrapper2 {
    width: 800px;
    margin: 0px auto;
  }
  .wrapper3 {
    width: 800px;
    margin: 0px auto;
  }
  .header__call {
    display: none;
  }
  .header__login {
    display: none;
  }
  .header__hamburger {
    margin-left: 22px;
  }
  .header__course {
    margin-left: auto;
  }
  .header__hamburger-content .header__call {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-left: 0px;
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 1px solid #DDDDDD;
  }
  .header__hamburger-content .header__call a {
    margin-left: 0px;
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    line-height: 22px;
    color: #29335F;
  }
  .header__hamburger-content .header__call a:not(:first-child) {
    margin-top: 16px;
  }
  .header__hamburger-content .header__login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
    margin-left: 0px;
    width: 195px;
    height: 51px;
    padding: 0px;
    font-size: 18px;
  }
  .header__hamburger-close {
    width: 48px;
    height: 48px;
  }
  .header__course-container {
    right: -1px;
    left: unset;
  }
  .playbill__content {
    width: 400px;
    margin-top: 80px;
  }
  .playbill__content-title {
    font-size: 35px;
    line-height: 35px;
    margin-top: 16px;
  }
  .playbill__sergey {
    width: 420px;
    right: 90px;
  }
  .playbill {
    height: 460px;
  }
  .playbill__sergey-content-text {
    right: 142px;
    bottom: 58px;
  }
  .playbill__content-btn {
    font-size: 18px;
    padding: 15px 44px;
    line-height: 18px;
  }
  h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .start__content {
    margin-top: 0px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .start__content-item {
    margin-top: 32px;
    width: calc(50% - 32px);
  }
  .af__swiper {
    margin-top: 32px;
  }
  .stat__container {
    margin-top: 0px;
  }
  .stat__container-bigitem {
    display: none;
  }
  .stat__container-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .stat__container-items-item {
    width: calc(50% - 32px);
  }
  .news__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -32px;
  }
  .news__container-item {
    width: calc(50% - 32px);
    margin-right: 32px;
  }
  .news__container-item-img {
    height: 250px;
  }
  .info__form-container {
    width: 300px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .info__form-container form {
    width: 100%;
    margin-left: 0px;
  }
  .info__form-1 {
    width: 250px;
    left: 26px;
    top: -5px;
  }
  .info__form-2 {
    left: 47px;
    width: 210px;
    top: -8px;
  }
  .info__form {
    position: absolute;
    left: -351px;
    top: 467px;
  }
  .info {
    padding-bottom: 48px;
  }
  .footer__top {
    height: 120px;
  }
  .catalog__container-categ {
    width: 250px;
  }
  .catalog__container-items {
    width: 525px;
  }
  .catalog__container-items-box.plit .catalog__container-items-box-item {
    width: calc(50% - 24px);
  }
  .double__page-left-bottom-more {
    padding: 14px 57px;
  }
  .galleryg__content-bottom .double__page-left-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .galleryg__content-bottom .double__page-left-bottom .double__page-left-bottom-more {
    margin-right: 0px;
  }
  .double__page-left-bottom-nums {
    margin-left: 0px;
    margin-top: 24px;
  }
  .catalog__container-items-box.strock .catalog__container-items-box-item-content {
    width: 290px;
  }
  .catalog__container-categ-top-ps-p {
    margin-left: 8px;
  }
  .course__head {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .course__head-img {
    width: 100%;
    height: 400px;
  }
  .course__head-content {
    width: 100%;
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: auto;
    padding-right: auto;
  }
  .double__page-right {
    display: none;
  }
  .double__page-left {
    width: 100%;
  }
  .course__content ol li h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .course__content ol li h2::before {
    top: -5px;
  }
  .course__content ul li h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .course__content ul li h2::before {
    top: -5px;
  }
  .course__tar-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 0px;
  }
  .course__tar-item {
    margin-top: 32px;
    width: calc(50% - 48px);
  }
  .tren .course__head img {
    display: none;
  }
  .tren .course__head {
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: none;
  }
  .tren .course__head-img {
    width: 524px;
  }
  .tren .course__head-img {
    opacity: 1;
  }
  .tren .course__head {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .akcs .catalog__container-items {
    width: 100%;
  }
  .akcs .catalog__container-items-box.strock .catalog__container-items-box-item-content {
    width: 520px;
  }
  .rraspp .double__page-left-bottom-more {
    padding: 20px 57px;
  }
  .statt .catalog__container-items-box.strock .catalog__container-items-box-item.c_tren .catalog__container-items-box-item-content {
    width: 520px;
  }
  .contact__container-right {
    overflow: hidden;
    width: 500px;
  }
  .cclq1 {
    display: none;
  }
  .cclq2 {
    display: none;
  }
  .contact__container-left-form {
    padding: 24px;
    padding-bottom: 48px;
  }
  .aff .swiper-button-next {
    top: 17px;
  }
  .aff .swiper-button-prev {
    top: 17px;
  }
  .af .swiper-button-next {
    top: 17px;
  }
  .af .swiper-button-prev {
    top: 17px;
  }
  .sticky.stuck {
    position: fixed;
    top: 98px;
    width: 250px;
  }
  .sticky.bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 250px;
  }
  .info__form-container form button {
    padding: 15px 25px;
  }
}
@media screen and (max-width: 820px) {
  .wrapper {
    width: 580px;
    margin: 0px auto;
  }
  .wrapper2 {
    width: 580px;
    margin: 0px auto;
  }
  .wrapper3 {
    width: 580px;
    margin: 0px auto;
  }
  .playbill__content {
    width: 100%;
    margin-top: 24px;
  }
  .playbill__content-uptitle {
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 17px;
    text-align: center;
    color: #1B1C1D;
  }
  .playbill__content-title {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 34px;
    text-align: center;
    color: #1B1C1D;
    margin-top: 24px;
  }
  .playbill__content-text {
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 17px;
    text-align: center;
    color: #1B1C1D;
    margin-top: 24px;
  }
  .playbill__content-btn {
    margin-top: 32px;
  }
  .playbill__sergey {
    width: 330px;
    right: 130px;
  }
  .playbill__sergey-content-text {
    right: 62px;
  }
  .playbill {
    height: 600px;
  }
  .start__content {
    margin-right: 0px;
  }
  .start__content-item {
    width: 100%;
    margin-right: 0px;
  }
  .af__swiper-img {
    height: 290px;
  }
  .af__swiper {
    overflow: hidden;
  }
  .af__swiper .swiper-button-prev {
    display: none;
  }
  .af__swiper .swiper-button-next {
    display: none;
  }
  .af__container {
    position: relative;
  }
  .swiper-button-prev.adsbh {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    top: 210px;
    left: -23px;
  }
  .swiper-button-next.adsbh {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    top: 210px;
    right: -23px;
  }
  .gallery .galleryg__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -32px;
    width: auto;
  }
  .gallery .galleryg__content-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .gallery__content {
    display: none;
  }
  .galleryg__content-item {
    margin-top: 32px;
    width: calc(50% - 32px);
  }
  .gallery .galleryg__content-bottom .double__page-left-bottom {
    margin-top: 48px;
    margin-left: auto;
    margin-right: auto;
  }
  .gallery .galleryg__content-bottom .double__page-left-bottom .double__page-left-bottom-more {
    margin-right: 0px;
  }
  .rasp__container-content-item {
    width: calc(50% - 55px);
    margin-bottom: 0px;
    margin-top: 32px;
  }
  .rasp__container-content {
    margin-top: 0px;
  }
  .rasp__container-more {
    margin-top: 32px;
  }
  .news__container-item-title {
    width: auto;
    padding-right: 16px;
    padding-left: 16px;
  }
  .news__container-item-text {
    width: auto;
    padding-right: 16px;
    padding-left: 16px;
  }
  .news__container-item-link {
    width: auto;
    padding-right: 16px;
    padding-left: 16px;
  }
  .info__content {
    margin-left: 0px;
    margin-top: 300px;
  }
  .info__content-title {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #29335F;
  }
  .info__content-text {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    color: #000000;
    margin-top: 16px;
  }
  .info__container-img {
    position: absolute;
    left: 57px;
    top: -45px;
    z-index: 1;
  }
  .info {
    padding-bottom: 330px;
  }
  .info__form {
    left: 140px;
    top: 450px;
  }
  .info__form-container form button {
    padding: 15px 25px;
  }
  .footer__mid-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
  .playbill__sergey {
    display: none;
  }
  .ps1 {
    display: block;
    right: unset;
  }
  .playbill {
    height: auto;
  }
  .catalog__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .catalog__container-categ {
    width: 100%;
  }
  .catalog__container-items {
    width: 100%;
    margin-top: 16px;
  }
  .catalog__container-categ-top {
    border: none;
  }
  .catalog__container-categ-top-ps-p {
    margin-left: 16px;
  }
  .catalog__container-categ-box {
    background-color: transparent;
    border: none;
    border-radius: 0%;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .catalog__container-categ-top-title:hover {
    cursor: pointer;
  }
  .catalog__container-categ-top-title .icon__arr_d {
    display: block;
    margin-left: 8px;
  }
  .catalog__container-categ-top {
    padding-bottom: 0px;
  }
  .catalog__container-categ-box {
    padding: 0px;
  }
  .galleryg__content-bottom .double__page-left-bottom {
    margin-top: 32px;
  }
  .catalog__container-categ-checks-btn {
    display: block;
    width: 236px;
    background: -webkit-gradient(linear, left top, right top, from(#3C74D6), to(#85A2D3));
    background: -webkit-linear-gradient(left, #3C74D6 0%, #85A2D3 100%);
    background: linear-gradient(90deg, #3C74D6 0%, #85A2D3 100%);
    -webkit-box-shadow: 0px 4px 8px rgba(62, 117, 214, 0.2);
            box-shadow: 0px 4px 8px rgba(62, 117, 214, 0.2);
    border-radius: 43px;
    padding: 15px 53px;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    border: none;
    margin-top: 32px;
  }
  .catalog__container-categ-checks-btn:hover {
    color: #FFFFFF;
    background: -webkit-gradient(linear, left top, right top, from(#5a8de6), to(#afc4e9));
    background: -webkit-linear-gradient(left, #5a8de6 0%, #afc4e9 100%);
    background: linear-gradient(90deg, #5a8de6 0%, #afc4e9 100%);
    -webkit-box-shadow: 0px 4px 4px rgba(61, 116, 214, 0.3);
            box-shadow: 0px 4px 4px rgba(61, 116, 214, 0.3);
    cursor: pointer;
  }
  .catalog__container-categ-checks-btn:active {
    color: #c9c9c9;
    background: -webkit-gradient(linear, left top, right top, from(#2d5cad), to(#586f97));
    background: -webkit-linear-gradient(left, #2d5cad 0%, #586f97 100%);
    background: linear-gradient(90deg, #2d5cad 0%, #586f97 100%);
    -webkit-box-shadow: 0px 4px 4px rgba(61, 116, 214, 0.3);
            box-shadow: 0px 4px 4px rgba(61, 116, 214, 0.3);
    cursor: pointer;
  }
  .catalog__container-categ-checks {
    background-color: white;
    padding: 32px;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    display: none;
    z-index: 700;
  }
  .catalog__container-categ-checks.active {
    display: block;
    padding-top: 48px;
    overflow-y: auto;
    padding-bottom: 128px;
  }
  .cccct {
    display: block;
  }
  .course__head-img {
    height: 281px;
  }
  .course__head-content-title {
    text-align: center;
  }
  .course__head-content-text {
    text-align: center;
  }
  .course__head-content-btns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .course__tar-items {
    margin-right: 0px;
  }
  .course__tar-item {
    width: 100%;
    margin-right: 0px;
  }
  .course__content-img {
    height: 284px;
  }
  .course__content-video {
    height: 284px;
  }
  .course__content-cit-title {
    padding: 40px 23px;
  }
  .course__content-otz {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 0px;
    margin-top: 32px;
  }
  .course__content-otz-left {
    width: 100%;
    margin-right: 0;
  }
  .course__content-otz-right {
    width: 100%;
    margin-right: 0;
  }
  .rekt .news__container {
    margin-top: 0px;
  }
  .course__head-content-title {
    font-size: 30px;
    line-height: 30px;
  }
  .tren__osn::before {
    display: none;
  }
  .tren__osn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tren__osn-right {
    width: 100%;
    padding-left: 0px;
    margin-top: 16px;
  }
  .tren__osn-left {
    width: 100%;
    padding-right: 0px;
  }
  .tren__osn-title {
    margin-bottom: 16px;
  }
  .double__page {
    margin-top: 32px;
  }
  .sergey__blocks {
    margin-right: 0px;
    margin-top: 0px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sergey__blocks-items {
    width: 100%;
    margin-right: 0px;
    margin-top: 32px;
  }
  .course__content-img-titlein {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 26px;
    color: #29335F;
  }
  .course__content h2:not(:first-child) {
    margin-top: 32px;
  }
  .course__content-img {
    margin-top: 32px;
  }
  .course__content p {
    margin-top: 32px;
  }
  .statt__otz {
    width: 100%;
  }
  .statt__of {
    padding: 24px;
  }
  .statt__of-title {
    font-size: 22px;
    line-height: 24px;
  }
  .statt__of-btn {
    padding: 19px 12px;
  }
  .galleryg__content-bottom {
    margin-top: 32px;
  }
  .rraspp .double__page-left .rasp__container-content-item {
    width: calc(50% - 19px);
    margin-right: 19px;
  }
  .double__page-left-bottom {
    -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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .reviews__bottom .double__page-left-bottom {
    margin-left: 0px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-top: 0px;
  }
  .reviews__bottom-more {
    margin-right: 0px;
  }
  .reviews__content-item {
    width: calc(50% - 48px);
  }
  .acc__skid-text {
    margin-right: 0;
    margin-left: 0;
  }
  .acc__skid {
    -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;
  }
  .acc__skid-text {
    width: 300px;
    margin-top: 32px;
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 18px;
  }
  .acc__skid-btn {
    padding: 16px 32px;
  }
  .contact__container-right {
    display: none;
  }
  .contact__container-left {
    width: 100%;
  }
  .contact__container-left-img {
    display: block;
    margin-top: 24px;
  }
  .catalog__container-categ-checks-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 600px) {
  .wrapper {
    width: 400px;
    margin: 0px auto;
  }
  .wrapper2 {
    width: 400px;
    margin: 0px auto;
  }
  .wrapper3 {
    width: 400px;
    margin: 0px auto;
  }
  .af {
    margin-top: 32px;
  }
  .gallery .galleryg__content {
    margin-right: 0px;
  }
  .gallery .galleryg__content-item {
    width: 100%;
    margin-right: 0px;
  }
  .rasp__container-content {
    margin-right: 0px;
  }
  .rasp__container-content-item {
    width: 100%;
    margin-right: 0px;
  }
  .stat__container-items {
    margin-right: 0px;
    width: 100%;
  }
  .stat__container-items-item {
    width: 100%;
    margin-right: 0px;
  }
  .stat__container {
    width: 100%;
  }
  .news__container {
    margin-right: 0px;
  }
  .news__container-item {
    width: 100%;
    margin-right: 0px;
  }
  .info__container-img {
    left: 0px;
    width: 400px;
  }
  .info__form {
    left: 50px;
    top: 620px;
  }
  .footer__top {
    height: 140px;
  }
  .footer__top-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__top-content-title {
    width: 100%;
    text-align: center;
  }
  .footer__top-content-soc {
    width: 100%;
    margin-left: 0px;
    margin-top: 16px;
  }
  .footer__mid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__mid-left {
    width: 100%;
    padding-left: 40px;
  }
  .footer__mid-left::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1000px;
    height: 100%;
    background-color: #4B6CA6;
    z-index: -1;
  }
  .ps1 {
    display: block;
    right: unset;
  }
  .playbill {
    height: auto;
  }
  .header__hamburger-menu {
    width: 100vw;
    padding-bottom: 128px;
  }
  .header__course-top.hct {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__course-top {
    display: none;
  }
  .header__course-container {
    position: fixed;
    top: 0;
    left: 0;
    background-color: white;
    border-radius: 0%;
    border: none;
    width: 100vw;
    height: 100vh;
    overflow-y: auto;
    padding-bottom: 128px;
  }
  .header__course-container-help {
    display: block;
  }
  .header__course-container-item {
    width: 256px;
  }
  .catalog__container-items-box {
    margin-right: 0px;
  }
  .catalog__container-items-box.plit .catalog__container-items-box-item {
    width: 100%;
    margin-right: 0px;
  }
  .course__tar-item-buy-btn {
    margin-left: 0px;
  }
  .course__tar-item {
    padding-left: 16px;
    padding-right: 16px;
  }
  .course__content-que-item {
    padding: 20px 20px;
    padding-bottom: 0px;
  }
  .course__content-que-item-top-title {
    margin-right: 0px;
  }
  .course__content-cit-title {
    padding: 32px 0px;
  }
  .course__content-cit {
    position: relative;
    z-index: 1;
  }
  .course__content-cit::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1000px;
    height: 100%;
    background-color: #ffffff;
    z-index: -1;
  }
  .course__content-cit::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1000px;
    height: 100%;
    background-color: #ffffff;
    z-index: -1;
  }
  .course__head-content {
    padding-left: 24px;
    padding-right: 24px;
  }
  .course__head-content-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 24px;
  }
  .course__head-content-btns-btn2 {
    margin-left: 0px;
    margin-top: 16px;
  }
  .course__content-que-item-content-check {
    margin-right: 0px;
  }
  .course__content-que-item-content-check-item {
    width: 100%;
    margin-right: 0px;
  }
  .tren .course__head-img {
    width: 100%;
  }
  .tren__blocks {
    margin-right: 0px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .tren__blocks-item {
    margin-right: 0px;
    width: 280px;
    text-align: center;
  }
  .tren__pc {
    margin-right: 0px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 0px;
  }
  .tren__pc-checks {
    width: 100%;
    margin-right: 0px;
    margin-top: 16px;
  }
  .tren__pc-plus {
    width: 100%;
    margin-right: 0px;
    margin-top: 16px;
  }
  .med__buy-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 24px;
  }
  .med__buy-content-right {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 56px;
  }
  .med__buy {
    margin-top: 32px;
    padding-left: 22px;
    padding-right: 22px;
  }
  .med__buy-content-left-item {
    padding-left: 34px;
  }
  .med__buy-content-left-item::before {
    top: 0;
    left: 0;
  }
  .med__buy-content-right-btn {
    margin-top: 0px;
  }
  .med__buy-ras {
    margin-top: 32px;
  }
  .course__content-img-titlein {
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 26px;
    color: #29335F;
  }
  .statt__of {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .statt__of-title {
    text-align: center;
    width: 100%;
  }
  .statt__of-btn {
    margin-top: 16px;
  }
  .rraspp .double__page-left .rasp__container-content {
    margin-right: 0px;
  }
  .rraspp .double__page-left .rasp__container-content-item {
    width: 100%;
    margin-right: 0px;
  }
  .galleryg__content-item {
    width: 100%;
    margin-right: 0px;
  }
  .galleryg__content {
    margin-right: 0px;
  }
  .album__content {
    margin-right: 0px;
  }
  .album__content-item {
    width: 100%;
    margin-right: 0px;
  }
  .reviews__content {
    margin-right: 0px;
  }
  .reviews__content-item {
    width: 100%;
    margin-right: 0px;
  }
  .contact__container-left-img {
    height: 320px;
  }
  ul.countdown {
    width: 100%;
  }
  ul.countdown li span {
    font-size: 60px;
  }
  ul.countdown li.seperator {
    font-size: 60px;
  }
  .catalog__container-categ-top-ps {
    display: none;
  }
}
@media screen and (max-width: 420px) {
  .wrapper {
    width: 300px;
    margin: 0px auto;
  }
  .wrapper2 {
    width: 300px;
    margin: 0px auto;
  }
  .wrapper3 {
    width: 300px;
    margin: 0px auto;
  }
  h2 {
    font-size: 28px;
    line-height: 28px;
  }
  .playbill__sergey {
    right: 32px;
    bottom: -2px;
  }
  .playbill {
    height: 650px;
  }
  .playbill__content-uptitle {
    font-size: 13px;
  }
  .playbill__content-title {
    margin-top: 16px;
  }
  .rasp__container-more {
    padding: 16px auto;
    font-size: 16px;
    line-height: 18px;
  }
  .rcci {
    display: none;
  }
  .info__container-img {
    width: 300px;
  }
  .info__content {
    margin-top: 224px;
    padding: 24px;
  }
  .info__form-container-title {
    font-size: 28px;
    line-height: 28px;
    width: 100%;
  }
  .info__form {
    left: 0px;
    top: 724px;
  }
  .info__form-container {
    padding: 32px 16px;
  }
  .info__form-container form {
    margin-top: 16px;
  }
  .info {
    padding-bottom: 350px;
  }
  .footer__top-content-soc-item {
    margin-left: 0px;
  }
  .ps1 {
    display: block;
    right: unset;
  }
  .playbill {
    height: auto;
  }
  .double__page-left-bottom-nums {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .double__page-left-bottom-nums a {
    margin-left: 0px;
  }
  .tren__osn {
    padding-left: 20px;
    padding-right: 20px;
  }
  .med__buy-content-right-price p {
    font-size: 22px;
    line-height: 24px;
  }
  .med__buy-content-right-price div {
    font-size: 18px;
    line-height: 20px;
  }
  .med__buy-content-right-btn {
    padding: 12px 24px;
  }
  .course__content-img-titlein {
    bottom: 68px;
    right: 16px;
  }
  .statt__date {
    font-size: 14px;
  }
  .acc__kak {
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
    z-index: 1;
  }
  .acc__kak::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1000px;
    height: 100%;
    background-color: #ffffff;
    z-index: -1;
  }
  .acc__kak::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1000px;
    height: 100%;
    background-color: #ffffff;
    z-index: -1;
  }
  .contact__container-left-img {
    height: 230px;
  }
  .contact__container-left-soc {
    margin-right: 0px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contact__container-left-soc a {
    margin-right: 0px;
    width: 25%;
  }
  ul.countdown li span {
    font-size: 48px;
  }
  ul.countdown li.seperator {
    font-size: 48px;
  }
  .contact__container-left-form-title {
    font-size: 30px;
  }
  .course__content-que-item-top-title {
    font-size: 18px;
  }
}
.pageNavFixed {
  position: fixed;
  z-index: 1500;
  top: 0;
  left: 0;
  left: -460px;
  width: 460px;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0px 0px 30px 0px;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
}
.pageNavFixed:hover {
  left: 0px;
}
.pageNavFixed::after {
  content: "NAV";
  position: absolute;
  width: 50px;
  height: 30px;
  top: 0;
  right: -50px;
  border-radius: 0px 0px 5px 0px;
  background-color: black;
  color: #7EB325;
  padding: 5px;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
.pageNavFixed__cont {
  width: 100%;
  max-height: 600px;
  overflow-x: hidden;
  overflow-y: auto;
}
.pageNavFixed__cont a {
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #7EB325;
  margin-bottom: 10px;
}
.pageNavFixed__cont a:hover {
  text-decoration: underline;
}
.pageNavFixed__cont a.completed {
  color: green;
}
.pageNavFixed__cont b {
  display: block;
  margin-bottom: 15px;
}
.pageNavFixed__cont div {
  margin: 0;
  margin-bottom: 50px;
}