.swiper-container,
.swiper-container-industry,
.swiper-container-texts,
.swiper-container-industry2,
.swiper-container-press,
.swiper-container-events,
.swiper-container-articles,
.swiper-container-briefs {
    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 {
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: linear;
    margin: 0 auto;
}
.swiper-slide {
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
.swiper-container-briefs .swiper-slide {
    height: auto;
}
.swiper-invisible-blank-slide {
    visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    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: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
    touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
    touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: 50%;
    background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
    left: 10px;
    right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
    right: 10px;
    left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E");
}
.swiper-button-lock {
    display: none;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: opacity 0.3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 10;
}
.swiper-pagination-lines {
    display: flex;
    gap: 10px;
    height: 4px;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.swiper-container-horizontal > .swiper-pagination-lines {
    bottom: 16px;
    left: 16px;
    right: 16px;
    width: auto;
}
.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,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -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;
}
.swiper-pagination-lines .swiper-pagination-bullet {
    width: 100%;
    display: block;
    height: 100%;
    border-radius: 0;
    opacity: 0.4;
    margin: auto;
}
.swiper-pagination-lines .swiper-pagination-bullet-active {
    opacity: 1;
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    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;
    transition: top 0.2s, -webkit-transform 0.2s;
    transition: transform 0.2s, top 0.2s;
    transition: transform 0.2s, top 0.2s, -webkit-transform 0.2s;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-lines .swiper-pagination-bullet {
    margin: auto;
}
.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 {
    transition: left 0.2s, -webkit-transform 0.2s;
    transition: transform 0.2s, left 0.2s;
    transition: transform 0.2s, left 0.2s, -webkit-transform 0.2s;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: right 0.2s, -webkit-transform 0.2s;
    transition: transform 0.2s, right 0.2s;
    transition: transform 0.2s, right 0.2s, -webkit-transform 0.2s;
}
.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,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.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: hsla(0, 0%, 100%, 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: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.swiper-slide-zoomed {
    cursor: move;
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: a 1s steps(12) infinite;
    animation: a 1s steps(12) infinite;
}
.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%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 viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
}
@-webkit-keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
@keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
.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 {
    transition-timing-function: linear;
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    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;
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
[hidden],
template {
    display: none;
}
@font-face {
    font-family: Pragmatica Extended;
    src: url(../fonts/PragmaticaExtended-Book.woff2) format("woff2"), url(../fonts/PragmaticaExtended-Book.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Pragmatica;
    src: url(../fonts/PragmaticaLight.woff2) format("woff2"), url(../fonts/PragmaticaLight.woff) format("woff");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: Pragmatica Book;
    src: url(../fonts/PragmaticaBook-Reg.woff2) format("woff2"), url(../fonts/PragmaticaBook-Reg.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Pragmatica;
    src: url(../fonts/PragmaticaMedium.woff2) format("woff2"), url(../fonts/PragmaticaMedium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
}
.f-light {
    font-weight: 300;
}
.f-light,
.f-medium,
.f-bold {
    font-family: Pragmatica;
}
.f-medium {
    font-weight: 500;
}
.f-bold {
    font-weight: 700;
}
.f-regular {
    font-family: Pragmatica Book;
}
.f-extended {
    font-family: Pragmatica Extended;
    font-weight: 400;
}
.t-main {
    font-size: 26px;
    letter-spacing: -1.28px;
    line-height: 28px;
}
.t-h2 {
    font-size: 14px;
    letter-spacing: -0.5px;
}
.t-h2,
.t-small {
    line-height: 18px;
}
.t-small {
    font-size: 12px;
    letter-spacing: -0.36px;
}
.t-small_footer {
    line-height: 24px;
}
.t-body {
    line-height: 26px;
}
.t-body,
.t-min-lh {
    font-size: 18px;
    letter-spacing: -0.46px;
}
.t-min-lh {
    line-height: 22px;
}
.t-caps {
    text-transform: uppercase;
}
.t-right {
    text-align: right;
}
.t-left {
    text-align: left;
}
.t-list {
    font-size: 18px;
    letter-spacing: -0.36px;
    line-height: 26px;
}
.t-fill {
    color: transparent;
    -webkit-text-stroke: 1px #000;
    text-stroke: 1px #000;
}
[data-js-hover],
[data-js-hover]:hover {
    transition: color 0.16s;
}
.cursor {
    cursor: pointer;
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
.flex-row {
    display: flex;
    flex-direction: row;
}
.flex-col {
    display: flex;
    flex-direction: column;
}
.flex-m-right {
    margin-left: auto;
}
.flex-m-left {
    margin-right: auto;
}
.flex-m-top {
    margin-top: auto;
}
.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}
.mt20 {
    margin-top: 20px !important;
}
.bt1 {
    border-top: 1px solid #000;
}
.bb1,
.bb1-all {
    border-bottom: 1px solid #000;
}
.no-pb {
    padding-bottom: 0 !important;
}
.no-bb {
    border-bottom: none !important;
}
.pr15,
.pr20,
.pr25 {
    padding-right: 0;
}
.float-r {
    float: right !important;
}
.float-l {
    float: left !important;
}
.person-list.mb40-minus {
    margin-bottom: -40px;
}
.m-b60,
.mb60 {
    margin-bottom: 30px;
}
.mt20 {
    margin-top: 20px;
}
.mb20-mob {
    margin-bottom: 20px !important;
}
.line,
.line-s {
    position: relative;
    top: 0;
}
.h-underline:hover {
    text-decoration: underline !important;
}
.plr10 {
    padding-left: 0;
}
.main__section.pr60,
.plr10,
.pr60 {
    padding-right: 0;
}
.margin-mobile {
    margin: 0 14px;
}
.img-gray:active .asside-students-image img,
.img-gray:active .next img,
.img-gray:active img,
.img-gray:hover .asside-students-image img,
.img-gray:hover .next img,
.img-gray:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.img-gray .asside-students-image img,
.img-gray .next img,
.img-gray img {
    transition: -webkit-filter 0.16s ease-out;
    transition: filter 0.16s ease-out;
    transition: filter 0.16s ease-out, -webkit-filter 0.16s ease-out;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin: 0;
    padding: 0;
}
html {
    font-family: Pragmatica;
    font-weight: 300;
}
a {
    text-decoration: none;
    color: inherit;
    outline: none;
}
button,
input,
select,
textarea {
    background-color: transparent;
    font-family: Pragmatica;
    font-weight: 300;
}
button,
input,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    cursor: pointer;
}
h1,
h2,
h3 {
    margin: 0;
    font-weight: 400;
}
p {
    margin: 0;
}
b,
strong {
    font-family: Pragmatica;
    font-weight: 500;
}
body {
    overflow-x: hidden;
}
.form-active {
    position: fixed;
    overflow-y: hidden;
}
.d-tb {
    display: table;
}
.l-underline._invert,
.Mouse .l-underline:hover,
.Touch .l-underline:active {
    text-decoration: underline;
}
.Mouse ._invert:hover,
.Touch ._invert:active {
    text-decoration: none;
}
.row:before {
    content: "";
    display: table;
}
.main__section-head:after,
.main__section:after,
.row:after {
    content: "";
    display: table;
    clear: both;
}
.none {
    display: none;
}
.button-outline {
    border: 1px solid #000;
    width: 100%;
    text-align: center;
    padding: 14px 0;
    position: relative;
}
.button-outline span:first-child {
    opacity: 0;
}
.button-outline span:last-child {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    padding: 14px 0;
}
.Mouse .button-outline:hover,
.Touch .button-outline:active {
    background-color: #000;
}
.Mouse .button-outline.simple:hover,
.Touch .button-outline.simple:active {
    background-color: #000;
    color: #fff;
}
.Mouse .button-outline:hover span:first-child,
.Touch .button-outline:active span:first-child {
    opacity: 1;
}
.Mouse .button-outline:hover span:last-child,
.Touch .button-outline:active span:last-child {
    opacity: 0;
}
.button-fill {
    background: #000;
    color: #fff;
}
.button-fill-white {
    background: #fff;
    color: #000;
}
.button-fill-white:hover {
    background: #000;
    color: #fff;
}
.button-white {
    background: #fff;
    color: #000;
}
.button-white:hover {
    background: #000;
    color: #fff;
}
.button-clear,
.button-fill,
.button-white{
    width: 100%;
    text-align: center;
    padding: 14px 0;
}
.button-small {
    font-size: 15px;
    line-height: 27px;
    padding: 6px 16px;
    width: auto;
    white-space: nowrap;
}
.button-clear {
    background: transparent;
    color: #000;
}
[data-img-cover] {
    display: block;
    background-color: #fafafa;
}
.wrs img,
[data-img-cover] img {
    display: block;
    width: 100%;
}
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 4;
    display: none;
}
.form-active .overlay {
    display: block;
}
.world {
    left: -20px;
    position: relative;
    margin: auto;
    -webkit-transform: rotateY(30deg) rotate(-45deg) translate(-100px, 100px);
    transform: rotateY(30deg) rotate(-45deg) translate(-100px, 100px);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    transform-style: preserve-3d;
}
.world,
.world .container {
    text-align: center;
    -webkit-transform-style: preserve-3d;
}
.world .container {
    width: 100%;
    transform-style: preserve-3d;
    -webkit-animation: b 12s linear infinite;
    animation: b 12s linear infinite;
    font-size: 80px;
    text-transform: uppercase;
}
.world .container:nth-of-type(20) {
    -webkit-animation-duration: 160s;
    animation-duration: 160s;
}
.world .container:nth-of-type(19) {
    -webkit-animation-duration: 152s;
    animation-duration: 152s;
}
.world .container:nth-of-type(18) {
    -webkit-animation-duration: 144s;
    animation-duration: 144s;
}
.world .container:nth-of-type(17) {
    -webkit-animation-duration: 136s;
    animation-duration: 136s;
}
.world .container:nth-of-type(16) {
    -webkit-animation-duration: 128s;
    animation-duration: 128s;
}
.world .container:nth-of-type(15) {
    -webkit-animation-duration: 120s;
    animation-duration: 120s;
}
.world .container:nth-of-type(14) {
    -webkit-animation-duration: 112s;
    animation-duration: 112s;
}
.world .container:nth-of-type(13) {
    -webkit-animation-duration: 104s;
    animation-duration: 104s;
}
.world .container:nth-of-type(12) {
    -webkit-animation-duration: 96s;
    animation-duration: 96s;
}
.world .container:nth-of-type(11) {
    -webkit-animation-duration: 88s;
    animation-duration: 88s;
}
.world .container:nth-of-type(10) {
    -webkit-animation-duration: 80s;
    animation-duration: 80s;
}
.world .container:nth-of-type(9) {
    -webkit-animation-duration: 72s;
    animation-duration: 72s;
}
.world .container:nth-of-type(8) {
    -webkit-animation-duration: 64s;
    animation-duration: 64s;
}
.world .container:nth-of-type(7) {
    -webkit-animation-duration: 56s;
    animation-duration: 56s;
}
.world .container:nth-of-type(6) {
    -webkit-animation-duration: 48s;
    animation-duration: 48s;
}
.world .container:nth-of-type(5) {
    -webkit-animation-duration: 40s;
    animation-duration: 40s;
}
.world .container:nth-of-type(4) {
    -webkit-animation-duration: 32s;
    animation-duration: 32s;
}
.world .container:nth-of-type(3) {
    -webkit-animation-duration: 24s;
    animation-duration: 24s;
}
.world .container:nth-of-type(2) {
    -webkit-animation-duration: 16s;
    animation-duration: 16s;
}
.world .container:first-of-type {
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
}
.world .container > * {
    position: absolute;
    left: 43%;
}
.world .container > :nth-of-type(20) {
    -webkit-transform: rotateY(1turn) translateZ(180px);
    transform: rotateY(1turn) translateZ(180px);
}
.world .container > :nth-of-type(19) {
    -webkit-transform: rotateY(342deg) translateZ(180px);
    transform: rotateY(342deg) translateZ(180px);
}
.world .container > :nth-of-type(18) {
    -webkit-transform: rotateY(324deg) translateZ(180px);
    transform: rotateY(324deg) translateZ(180px);
}
.world .container > :nth-of-type(17) {
    -webkit-transform: rotateY(306deg) translateZ(180px);
    transform: rotateY(306deg) translateZ(180px);
}
.world .container > :nth-of-type(16) {
    -webkit-transform: rotateY(288deg) translateZ(180px);
    transform: rotateY(288deg) translateZ(180px);
}
.world .container > :nth-of-type(15) {
    -webkit-transform: rotateY(270deg) translateZ(180px);
    transform: rotateY(270deg) translateZ(180px);
}
.world .container > :nth-of-type(14) {
    -webkit-transform: rotateY(252deg) translateZ(180px);
    transform: rotateY(252deg) translateZ(180px);
}
.world .container > :nth-of-type(13) {
    -webkit-transform: rotateY(234deg) translateZ(180px);
    transform: rotateY(234deg) translateZ(180px);
}
.world .container > :nth-of-type(12) {
    -webkit-transform: rotateY(216deg) translateZ(180px);
    transform: rotateY(216deg) translateZ(180px);
}
.world .container > :nth-of-type(11) {
    -webkit-transform: rotateY(198deg) translateZ(175px);
    transform: rotateY(198deg) translateZ(175px);
}
.world .container > :nth-of-type(10) {
    -webkit-transform: rotateY(190deg) translateZ(180px);
    transform: rotateY(190deg) translateZ(180px);
}
.world .container > :nth-of-type(9) {
    -webkit-transform: rotateY(172deg) translateZ(180px);
    transform: rotateY(172deg) translateZ(180px);
}
.world .container > :nth-of-type(8) {
    -webkit-transform: rotateY(154deg) translateZ(175px);
    transform: rotateY(154deg) translateZ(175px);
}
.world .container > :nth-of-type(7) {
    -webkit-transform: rotateY(126deg) translateZ(180px);
    transform: rotateY(126deg) translateZ(180px);
}
.world .container > :nth-of-type(6) {
    -webkit-transform: rotateY(113deg) translateZ(172px);
    transform: rotateY(113deg) translateZ(172px);
}
.world .container > :nth-of-type(5) {
    -webkit-transform: rotateY(90deg) translateZ(180px);
    transform: rotateY(90deg) translateZ(180px);
}
.world .container > :nth-of-type(4) {
    -webkit-transform: rotateY(72deg) translateZ(180px);
    transform: rotateY(72deg) translateZ(180px);
}
.world .container > :nth-of-type(3) {
    -webkit-transform: rotateY(54deg) translateZ(180px);
    transform: rotateY(54deg) translateZ(180px);
}
.world .container > :nth-of-type(2) {
    -webkit-transform: rotateY(36deg) translateZ(180px);
    transform: rotateY(36deg) translateZ(180px);
}
.world .container > :first-of-type {
    -webkit-transform: rotateY(12deg) translateZ(180px);
    transform: rotateY(12deg) translateZ(180px);
}
.filter-img {
    padding-bottom: 133.33%;
    background-blend-mode: multiply;
    background-size: cover;
}
::-webkit-scrollbar {
    width: 20px;
}
.wrap {
    position: relative;
    overflow-x: hidden;
    width: 100vw;
    height: auto;
}
.marqee {
    overflow: hidden;
}
.marqee__button {
    position: fixed;
    overflow: hidden;
    z-index: 5;
    font-size: 18px;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 45px;
    line-height: 45px;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    margin-left: -1px;
}
.form-active .marqee__button,
.marqee__button.closed {
    visibility: hidden;
}
.form-active .marqee__button.closed {
    visibility: visible;
}
.main {
    z-index: 2;
    right: auto;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: z-index 1s, -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out, z-index 1s;
    transition: transform 0.3s ease-out, z-index 1s, -webkit-transform 0.3s ease-out;
}
.form-active .main {
    transition: -webkit-transform 0.3s ease-out 50ms;
    transition: transform 0.3s ease-out 50ms;
    transition: transform 0.3s ease-out 50ms, -webkit-transform 0.3s ease-out 50ms;
    -webkit-transform: translate3d(0, -25px, 0);
    transform: translate3d(0, -25px, 0);
}
.dod .main,
.dod .main:hover {
    z-index: 1;
}
.main:hover {
    z-index: 3;
}
.main__body {
    position: relative;
    margin-right: 0;
}
.main__content {
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1;
}
.main__content,
.main__content.full {
    padding: 80px 0 0;
}
.overx {
    overflow-x: hidden;
}
.main__about-press {
    padding-top: 80px;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
    width: calc(100% - 120px);
    overflow-y: auto;
    z-index: 1;
}
.main__about {
    padding: 40px 14px 20px;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
}
.main__about-anime {
    position: relative;
    top: 0;
    min-height: 400px;
    padding: 0 60px;
}
.main__about-button-wrap {
    display: block;
    border-top: 1px solid #000;
    margin-top: 40px;
    margin-bottom: 40px;
}
.section-m {
    margin-bottom: 40px;
    overflow: hidden;
}
.section-m:last-child {
    margin-bottom: 0;
    overflow: hidden;
}
.main__section {
    padding: 0 0 20px;
    margin: 0 14px;
    position: relative;
}
.main__section.faq {
    padding: 0 14px 40px;
    margin: 0;
    position: relative;
}
.main__section:last-child {
    padding: 0 0 20px;
}
.main__block,
.main__title {
    margin-bottom: 20px;
}
.main__block {
    position: relative;
}
.main__block:last-child {
    margin-bottom: 0;
}
.main__block.full {
    padding-right: 0;
}
.main__block-20,
.section-head {
    margin-bottom: 20px;
}
.main__section-head {
    margin: 0 14px 20px;
    padding-bottom: 0;
}
.main__section.full-r {
    margin-left: -14px;
    margin-right: -14px;
}
.main__figure {
    overflow: hidden;
    margin-bottom: 40px;
    position: relative;
}
.main__figure .figure-img {
    width: 100%;
    margin-bottom: 15px;
}
.main__figure .figure-caption {
    font-size: 24px;
    line-height: 29px;
    font-family: Pragmatica Extended;
    right: 0;
    bottom: 0;
}
.form {
    position: fixed;
    top: 0;
    left: 0;
    overflow: auto;
    width: 100%;
    height: 100vh;
    background-color: #000;
    font-size: 16px;
    z-index: 4;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    transition: visibility 0ms 0.3s, -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out, visibility 0ms 0.3s;
    transition: transform 0.3s ease-out, visibility 0ms 0.3s, -webkit-transform 0.3s ease-out;
    color: #fff;
    -webkit-overflow-scrolling: touch;
}
.form-active .form {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition-delay: 0ms;
}
.form__track {
    padding: 24px 14px 120px;
    display: block;
    width: 100%;
}
.feedback,
.form-success .form__body,
.form-success .form__track {
    height: 100%;
}
.feedback,
.form-success .form form {
    display: none;
}
.form-success .feedback {
    display: table;
}
.feedback__body {
    display: table-row;
    height: 100%;
}
.feedback__foooter {
    height: 1px;
    display: table-row;
}
.resend {
    color: #fff;
    opacity: 0.5;
}
.Mouse .resend:hover,
.Touch .resend:active {
    opacity: 1;
}
.field {
    display: block;
    height: 68px;
    background-color: #fff;
    margin-bottom: 14px;
    position: relative;
    font-size: 18px;
    color: #000;
    padding: 0 20px;
}
.field.extra {
    height: 136px;
}
.field-label {
    position: absolute;
    font-size: 18px;
    line-height: 68px;
    left: 20px;
    top: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: font-size 0.15s ease-out, top 0.15s ease-out, line-height 0.15s ease-out;
}
.field._error .field-label {
    color: #e03c31;
}
.field-textarea {
    display: block;
    width: 100%;
    resize: none;
    height: calc(100% - 42px);
    box-sizing: border-box;
    position: relative;
    top: 28px;
}
.field-label.active,
[data-state="active"] .field-label {
    font-size: 12px;
    line-height: 12px;
    top: 10px;
}
.field-input {
    height: 100%;
    padding-top: 10px;
}
.field-input,
.submit {
    display: block;
    width: 100%;
    text-transform: uppercase;
}
.submit {
    line-height: 75px;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 14px;
    opacity: 1;
    color: #000;
}
.submit:disabled {
    color: rgba(0, 0, 0, 0.25);
    cursor: default;
}
.select {
    position: relative;
    margin-bottom: 14px;
    color: #000;
}
.select select {
    height: 68px;
    display: block;
    line-height: 68px;
    padding: 0 50px 0 20px;
    border-radius: 0;
    border: none;
    width: 100%;
    cursor: pointer;
    background-color: #fff;
    font-family: inherit;
    font-size: 18px;
    padding-top: 5px;
}
.select-arrow {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -10px;
    pointer-events: none;
}
.form__group {
    font-size: 0;
}
.form__group > * {
    vertical-align: top;
    width: 100%;
}
.checkbox {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    padding-left: 21px;
}
.checkbox-icon {
    background: #fff;
    width: 21px;
    height: 21px;
    margin-right: 14px;
    position: relative;
    margin-left: -21px;
}
.checkbox-icon,
.checkbox-label {
    display: inline-block;
    vertical-align: top;
}
.checkbox-label {
    font-size: 14px;
    white-space: normal;
    line-height: 23px;
}
.checkbox input {
    position: absolute;
    opacity: 0;
    font-size: 0;
    line-height: 0;
}
.checkbox input:checked + .checkbox-icon:before {
    content: "";
    position: absolute;
    background-image: url(/img/checkbox_on.svg);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.form-checkbox {
    margin-bottom: 15px;
}
.ask-form,
.bid-form {
    display: none;
}
.form-ask-active .ask-form,
.form-bid-active .bid-form {
    display: block;
}
.ask-form-title {
    margin-bottom: 20px;
}
.form-caption {
    opacity: 0.3;
    padding-top: 40px;
}
.upload {
    position: relative;
    display: block;
    width: 100%;
    border: 1px dashed hsla(0, 0%, 100%, 0.25);
    height: 68px;
    text-align: center;
    margin-bottom: 20px;
    transition: border-color 0.16s ease-out;
    will-change: border-color;
}
.Mouse .upload:hover,
.Touch .upload:active {
    border-color: hsla(0, 0%, 100%, 0.75);
}
.upload:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.upload input {
    opacity: 0;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    font-size: 0;
    z-index: 8;
}
.upload-label {
    display: inline-block;
    vertical-align: middle;
    opacity: 0.75;
    position: relative;
    z-index: 9;
}
.button-remove {
    color: hsla(0, 0%, 100%, 0.5);
}
.Mouse .button-remove:hover,
.Touch .button-remove:active {
    color: #fff;
}
.head {
    position: fixed;
    margin-right: 0;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
}
.asside .head-wht {
    margin-left: -60px;
}
.head-wht {
    background: #fff;
    margin-right: 0;
}
.head__asside {
    position: absolute;
    z-index: 2;
}
.head__body {
    position: relative;
    padding: 0 14px;
    border-bottom: 4px solid #000;
    font-size: 0;
    background: #fff;
}
.head__body:before {
    content: "";
    height: 60px;
}
.head__body:before,
.head__line {
    display: inline-block;
    vertical-align: middle;
}
.head__line {
    width: 100%;
    z-index: 2;
    font-size: 0;
    text-align: justify;
}
.head__line:after {
    content: "";
    display: inline-block;
    width: 100%;
}
.logo {
    font-size: 0;
    width: 190px;
    display: inline-block;
}
.burger,
.logo {
    vertical-align: middle;
}
.burger {
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
    z-index: 6;
    padding-right: 14px;
    padding-left: 14px;
}
.burger__line {
    display: block;
    width: 30px;
    height: 3px;
    will-change: transform;
    background-color: #000;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
.burger__line:first-child {
    margin-bottom: 8px;
}
.burger.active .burger__line:first-child {
    -webkit-transform: rotate(30deg) translate3d(2px, 4px, 0);
    transform: rotate(30deg) translate3d(2px, 4px, 0);
}
.burger.active .burger__line:last-child {
    -webkit-transform: rotate(-30deg) translate3d(3px, -6px, 0);
    transform: rotate(-30deg) translate3d(3px, -6px, 0);
}
.footer {
    padding: 0 14px 44px;
    overflow: hidden;
}
.footer__body {
    margin-left: -14px;
    margin-right: -14px;
    padding: 0 14px;
}
.footer__cell {
    display: block;
    vertical-align: bottom;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #000;
    padding: 16px 0;
    text-align: left;
}
.footer__cell:last-child {
    padding-right: 0;
}
.footer .row:first-child .footer__cell {
    vertical-align: top;
}
.uu-img {
    height: 42px;
    width: auto !important;
    margin-bottom: 5px;
}
.courses {
    padding: 0 14px;
    position: relative;
}
.courses-full {
    margin-left: 14px;
    margin-right: 14px;
    padding-bottom: 0;
    position: relative;
}
.full-screen-margin,
.full-screen-margin-alt,
.full-screen-margin-left {
    margin-left: -14px;
    margin-right: -14px;
}
.text-normal-margin,
.text-normal-margin-mob {
    margin-left: 14px;
    margin-right: 14px;
}
.asside-margin {
    margin-right: 0;
}
.normal-margin {
    margin-left: 14px;
    margin-right: 14px;
}
.item-share {
    margin-bottom: 10px;
}
.row.next-page {
    padding-top: 20px;
}
.courses.extra.inner {
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
}
.courses.cards {
    margin-bottom: 0;
}
.courses__a {
    display: table;
    margin-bottom: 14px;
    font-weight: 400;
}
.asside-news-block:hover .news__a,
.Mouse .courses__a:hover,
.Touch .courses__a:active {
    color: transparent;
    -webkit-text-stroke: 1px #000;
    text-stroke: 1px #000;
}
.courses__asside {
    margin-bottom: 20px;
}
.courses__list {
    position: relative;
    margin-bottom: 40px;
}
.courses__item,
.courses__list-20 {
    margin-bottom: 20px;
}
.courses__item {
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
}
.courses__item img {
    margin-bottom: 10px;
}
.courses__item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}
.courses__cell {
    float: left;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
}
.courses__cell:last-of-type {
    margin-right: 0;
    margin-bottom: 0;
}
.course {
    padding-bottom: 0;
    margin-bottom: 0;
}
.course-half {
    padding-bottom: 0;
    margin-bottom: 30px;
}
.course-meta {
    padding-top: 20px;
    overflow: hidden;
}
.course-meta__cell:first-child {
    width: 99.9%;
}
.course-meta__cell:first-child:nth-child(1n) {
    float: left;
    clear: none;
}
.course-meta__cell:first-child:last-child {
    margin-right: 0;
}
.course-meta__cell:first-child:nth-child(1n) {
    margin-right: 0;
    float: right;
}
.course-meta__cell:first-child:nth-child(1n + 1) {
    clear: both;
}
.course-meta__cell:last-child {
    margin-top: 20px;
    width: 99.9%;
}
.course-meta__cell:last-child:nth-child(1n) {
    float: left;
    clear: none;
}
.course-meta__cell:last-child:last-child {
    margin-right: 0;
}
.course-meta__cell:last-child:nth-child(1n) {
    margin-right: 0;
    float: right;
}
.course-meta__cell:last-child:nth-child(1n + 1) {
    clear: both;
}
.course-meta__block {
    margin-bottom: 15px;
    overflow: hidden;
}
.course-meta__head {
    float: left;
    margin-right: 20px;
    width: 100%;
}
.course-meta__info {
    float: left;
    margin-right: 0;
    width: 100%;
}
.course-mobile {
    padding: 0 20px;
    border-bottom: 1px solid #000;
}
.course__section {
    margin-bottom: 40px;
    overflow: hidden;
}
.course__section.last {
    margin-bottom: 0;
}
.course__section.extra {
    padding: 40px 0 30px;
    border-top: none;
    border-bottom: none;
}
.course__section-cell:first-child {
    width: 99.9%;
    margin-bottom: 15px;
}
.course__section-cell:first-child:nth-child(1n) {
    float: left;
    clear: none;
}
.course__section-cell:first-child:last-child {
    margin-right: 0;
}
.course__section-cell:first-child:nth-child(1n) {
    margin-right: 0;
    float: right;
}
.course__section-cell:first-child:nth-child(1n + 1) {
    clear: both;
}
.course__section-cell:nth-child(2) {
    width: 99.9%;
    padding-right: 0;
}
.course__section-cell:nth-child(2):nth-child(1n) {
    float: left;
    clear: none;
}
.course__section-cell:nth-child(2):last-child {
    margin-right: 0;
}
.course__section-cell:nth-child(2):nth-child(1n) {
    margin-right: 0;
    float: right;
}
.course__section-cell:nth-child(2):nth-child(1n + 1) {
    clear: both;
}
.course__section-cell:last-child {
    margin-top: 0;
    width: 99.9%;
}
.course__section-cell:last-child:nth-child(1n) {
    float: left;
    clear: none;
}
.course__section-cell:last-child:last-child {
    margin-right: 0;
}
.course__section-cell:last-child:nth-child(1n) {
    margin-right: 0;
    float: right;
}
.course__section-cell:last-child:nth-child(1n + 1) {
    clear: both;
}
.course__section-cell.fill {
    width: 99.9%;
    padding-right: 0 !important;
}
.course__section-cell.fill:nth-child(1n) {
    float: left;
    clear: none;
}
.course__section-cell.fill:last-child {
    margin-right: 0;
}
.course__section-cell.fill:nth-child(1n) {
    margin-right: 0;
    float: right;
}
.course__section-cell.fill:nth-child(1n + 1) {
    clear: both;
}
.course__section-cell.extra.big {
    width: 99.9%;
    width: 100%;
    float: none;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
}
.course__section-cell.extra.big:nth-child(1n) {
    float: left;
    clear: none;
}
.course__section-cell.extra.big:last-child {
    margin-right: 0;
}
.course__section-cell.extra.big:nth-child(1n) {
    margin-right: 0;
    float: right;
}
.course__section-cell.extra.big:nth-child(1n + 1) {
    clear: both;
}
.course__section-cell.extra:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.events.extra.inner {
    border-bottom: 4px solid #000;
}
.event {
    padding-bottom: 0;
}
.event-meta,
.event__section {
    overflow: hidden;
}
.event-meta {
    padding-top: 20px;
    padding-bottom: 20px;
}
.event-img {
    width: 100%;
    margin-bottom: 20px;
}
.event-meta__block:first-child,
.event-meta__block:nth-child(2) {
    margin-bottom: 15px;
    overflow: hidden;
    float: left;
    margin-right: 50px;
    width: 100%;
}
.event-meta__block:last-child {
    float: left;
    overflow: hidden;
    width: 100%;
}
.event-text {
    margin-bottom: 20px;
}
.event-meta__head {
    display: block;
    margin-bottom: 5px;
}
.event-meta__info {
    display: block;
    margin-right: 0;
}
.courses-list {
    overflow: hidden;
    padding: 20px 14px;
    border-top: 1px solid #000;
}
.courses-list-cell:first-child {
    width: 99.9%;
    margin-bottom: 15px;
}
.courses-list-cell:first-child:nth-child(1n) {
    float: left;
    clear: none;
}
.courses-list-cell:first-child:last-child {
    margin-right: 0;
}
.courses-list-cell:first-child:nth-child(1n) {
    margin-right: 0;
    float: right;
}
.courses-list-cell:first-child:nth-child(1n + 1) {
    clear: both;
}
.courses-list-cell:nth-child(2) {
    width: 99.9%;
}
.courses-list-cell:nth-child(2):nth-child(1n) {
    float: left;
    clear: none;
}
.courses-list-cell:nth-child(2):last-child {
    margin-right: 0;
}
.courses-list-cell:nth-child(2):nth-child(1n) {
    margin-right: 0;
    float: right;
}
.courses-list-cell:nth-child(2):nth-child(1n + 1) {
    clear: both;
}
.courses-list-item {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #000;
}
.courses-list-item img {
    margin-bottom: 10px;
}
.courses-list-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.courses-list-item-footer {
    overflow: hidden;
}
.courses-list-item-footer .cell {
    width: 99.9%;
    padding-right: 0;
    margin-bottom: 15px;
}
.courses-list-item-footer .cell:nth-child(1n) {
    float: left;
    clear: none;
}
.courses-list-item-footer .cell:last-child {
    margin-right: 0;
}
.courses-list-item-footer .cell:nth-child(1n) {
    margin-right: 0;
    float: right;
}
.courses-list-item-footer .cell:nth-child(1n + 1) {
    clear: both;
}
.inner-text {
    margin-top: 20px;
}
.inner-group {
    overflow: hidden;
    padding-top: 20px;
}
.inner-cell {
    width: 99.9%;
    margin-bottom: 20px;
}
.inner-cell:nth-child(1n) {
    float: left;
    clear: none;
}
.inner-cell:last-child {
    margin-right: 0;
}
.inner-cell:nth-child(1n) {
    margin-right: 0;
    float: right;
}
.inner-cell:nth-child(1n + 1) {
    clear: both;
}
.inner-cell:last-child {
    margin-bottom: 0;
}
.mob-br {
    display: none;
}
.figure {
    overflow: hidden;
    margin-bottom: 40px;
    position: relative;
}
.asside__body .figure .figure-img,
.courses-full .figure .figure-img {
    width: 100%;
    margin-bottom: 15px;
}
.figure-caption {
    font-size: 24px;
    line-height: 29px;
    font-family: Pragmatica Extended;
    right: 0;
    bottom: 0;
}
.courses-full .figure .figure-img-top {
    width: 99.9%;
    margin-bottom: 30px;
}
.courses-full .figure .figure-img-top:nth-child(1n) {
    float: left;
    clear: none;
}
.courses-full .figure .figure-img-top:last-child {
    margin-right: 0;
}
.courses-full .figure .figure-img-top:nth-child(1n) {
    margin-right: 0;
    float: right;
}
.courses-full .figure .figure-img-top:nth-child(1n + 1) {
    clear: both;
}
.figure-caption-top {
    top: 0;
    right: 0;
}
.figure-list {
    padding-left: 20px;
    margin-top: 9px;
}
.partner-list,
.person-list {
    overflow: hidden;
    margin-left: -7px;
    margin-right: -7px;
}
.partner-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.person {
    width: 50%;
    float: left;
    padding: 0 7px;
    margin-bottom: 40px;
}
.partner {
    width: 33.33%;
    padding: 0 7px;
    margin-bottom: 60px;
}
.partner:last-child {
    margin-bottom: 0;
}
.partner:nth-child(3n + 1) .partner-img {
    padding-right: 10px;
}
.partner:nth-child(3n + 2) .partner-img {
    padding-left: 10px;
    padding-right: 10px;
}
.partner:nth-child(3n) .partner-img {
    padding-left: 10px;
}
.person-img {
    margin-bottom: 15px;
}
.footer__body .row .next .next-img {
    width: 100%;
    padding-right: 0;
    float: left;
    margin-bottom: 20px;
}
.next-caption {
    float: left;
    width: 100%;
}
.next-btn {
    margin-bottom: 20px;
}
.subscribe {
    font-size: 24px;
    border-top: 1px solid #000;
    height: 0;
    margin-bottom: 45px;
    padding: 0 14px;
    margin-top: -45px;
    overflow: hidden;
    opacity: 0;
    position: relative;
}
.subscribe._active {
    opacity: 1;
}
.subscribe__field {
    float: left;
    font-size: 24px;
    width: 100%;
}
.subscribe__field,
.subscribe__submit {
    display: inline-block;
    vertical-align: middle;
    line-height: 90px;
}
.subscribe__submit {
    position: absolute;
    top: 0;
    right: 0;
}
.subscribe__field::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.25);
}
.subscribe__field:-ms-input-placeholder,
.subscribe__field::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.25);
}
.subscribe__field::placeholder {
    color: rgba(0, 0, 0, 0.25);
}
.subscribe__ok {
    line-height: 90px;
    width: 100%;
}
.video {
    position: relative;
    padding-bottom: 56.25%;
    background-color: #f2f2f2;
    overflow: hidden;
}
.video-sm {
    padding-bottom: calc(100vh - 205px);
}
@media (max-width:768px){
    .video-sm {
        padding-bottom: 56.25%;
    }
}
@media (min-height: 820px) {
    .video-sm {
        padding-bottom: 56.25%;
    }
}
.video > * {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.video-caption {
    overflow: hidden;
}
.video-caption-cell {
    float: left;
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
}
.video-caption-cell:last-child {
    margin-bottom: 0;
}
.video-caption-cell:nth-child(2) {
    margin-right: 0;
}
[data-img-wrap] {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    width: 100%;
}
.swiper-container-events [data-img-wrap] {
    padding-bottom: 66.6%;
}
.swiper-container-articles [data-img-wrap] {
    padding-bottom: 61%;
}
.swiper-container, .swiper-container-events{
    overflow: hidden;
}
.swiper-container-industry2 .swiper-wrapper .swiper-slide img,
.swiper-container-industry .swiper-wrapper .swiper-slide img,
.swiper-container-texts .swiper-wrapper .swiper-slide img,
.swiper-container .swiper-wrapper .swiper-slide img,
.swiper-container-articles .swiper-wrapper .swiper-slide img,
.swiper-container-events .swiper-wrapper .swiper-slide img{
    position: absolute;
    top: 50%;
    left: 50%;
    right: 50%;
    margin: auto;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    min-height: 100%;
    min-width: 100%;
    cursor: -webkit-grab;
    cursor: grab;
}
.press-block:active,
.swiper-container .swiper-wrapper .swiper-slide img:active,
.swiper-container-events .swiper-wrapper .swiper-slide img:active,
.swiper-container-articles .swiper-wrapper .swiper-slide img:active{
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.press-block {
    cursor: -webkit-grab;
    cursor: grab;
}
.swiper-container .swiper-wrapper.left-side .swiper-slide,
.swiper-container-events .swiper-wrapper.left-side .swiper-slide,
.swiper-container-articles .swiper-wrapper.left-side .swiper-slide{
    width: calc(100% - 56px);
    margin-right: 7px;
    margin-left: 7px;
}
.swiper-container .swiper-wrapper.right-side .swiper-slide,
.swiper-container-events .swiper-wrapper.right-side .swiper-slide,
.swiper-container-articles .swiper-wrapper.right-side .swiper-slide{
    width: calc(100% - 56px);
    margin-right: 7px;
    margin-left: 7px;
}
.swiper-container-industry2 .swiper-wrapper.right-side .swiper-slide,
.swiper-container-texts .swiper-wrapper.right-side .swiper-slide,
.swiper-container-industry .swiper-wrapper.right-side .swiper-slide
{
    width: calc(100% - 56px);
    margin-right: 7px;
    margin-left: 7px;
}
.event__image,
.nomargin-image {
    margin-left: -14px;
    margin-right: -14px;
}
.news-column {
    float: left;
    width: 100%;
}
.news-column:first-child {
    margin-right: 0;
}
.news-column-second {
    margin-left: 0;
}
.news .news-column:last-child .news-block:last-child {
    margin-bottom: 40px;
    padding-bottom: 0;
}
.news-column-second .news-block:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
.news-block {
    display: block;
    vertical-align: top;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
}
.news-block,
.news-block:nth-child(2n) {
    margin-right: 0;
}
.news-block p a {
    text-decoration: underline;
}
.news-block:active img,
.news-block:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.news-block img {
    transition: -webkit-filter 0.16s ease-out;
    transition: filter 0.16s ease-out;
    transition: filter 0.16s ease-out, -webkit-filter 0.16s ease-out;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.press {
    float: left;
    width: 100%;
    margin-top: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.press-block {
    display: inline-block;
    vertical-align: top;
    margin-right: 50px;
}
.press-top {
    display: flex;
    margin-bottom: 20px;
}
.press-img {
    width: 50px;
    height: 50px;
    margin-right: 20px;
    border-radius: 50%;
}
.press-img img {
    border-radius: 50%;
    width: 100%;
    height: auto;
}
.press-left {
    margin: auto 0;
}
.press-right {
    position: relative;
    top: 0;
    width: 300px;
    white-space: normal;
}
.press-name {
    margin-right: 20px;
}
.press-date,
.press-name {
    white-space: nowrap;
}
.teacher-info {
    margin-top: -30px;
    margin-bottom: 20px;
    position: relative;
    left: 0;
    top: 5px;
    display: block;
}
.teacher-br {
    display: none;
}
.teacher-foto {
    width: 114px;
    margin-right: 16px;
    font-size: 0;
    display: inline-block;
}
.teacher-foto img {
    display: block;
}
.teacher-text {
    position: relative;
    top: -5px;
    vertical-align: top;
    width: calc(100% - 135px);
    display: inline-block;
}
.assoc-br {
    display: none;
}
.assoc_help {
    display: flex;
    flex-wrap: wrap;
}
.assoc_help-block {
    width: 100%;
}
.assoc_help-block:first-child,
.assoc_help-block:nth-child(2),
.assoc_help-block:nth-child(3) {
    margin-bottom: 20px;
}
.assoc_help-block:nth-child(odd) {
    margin-right: 0;
}
.mb10 {
    margin-bottom: 10px;
}
.mt10 {
    margin-top: 10px;
}
.mb80 {
    margin-bottom: 20px;
}
.mb20 {
    margin-bottom: 20px !important;
}
.mb30 {
    margin-bottom: 30px !important;
}
.mb40 {
    margin-bottom: 20px;
}
.mb50-out {
    margin-bottom: -50px !important;
}
.mt5,
.t5 {
    position: relative;
    top: 0;
}
.mb20-s {
    margin-bottom: 20px;
}
.mb0 {
    margin-bottom: 0 !important;
}
.pb0 {
    padding-bottom: 0 !important;
}
.mb0-s {
    margin-bottom: 0;
}
.pb20 {
    padding-bottom: 20px;
}
.pl20 {
    padding-left: 20px;
}
.pt10 {
    padding-top: 10px;
}
.pt20 {
    padding-top: 20px;
}
@-webkit-keyframes b {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    to {
        -webkit-transform: rotateY(1turn);
        transform: rotateY(1turn);
    }
}
@keyframes b {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    to {
        -webkit-transform: rotateY(1turn);
        transform: rotateY(1turn);
    }
}
.doing-list {
    font-size: 0;
}
.doing-item {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-bottom: 20px;
}
.Mouse .doing-item:hover img,
.Touch .doing-item:active img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.doing-img {
    display: block;
    position: relative;
    padding-bottom: 66.67%;
    margin-bottom: 10px;
    overflow: hidden;
}
.doing img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: -webkit-filter 0.16s ease-out;
    transition: filter 0.16s ease-out;
    transition: filter 0.16s ease-out, -webkit-filter 0.16s ease-out;
    display: block;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    min-height: 100%;
    max-width: 100%;
}
.doing-date {
    display: block;
    margin-bottom: 10px;
}
.doing-title {
    display: block;
    padding-right: 30px;
}
.doing__border {
    margin: 0 14px 20px;
}
.form-archive .checkbox-icon {
    outline: 1px solid #000;
    outline-offset: -1px;
}
.events-item {
    display: flex;
    margin-bottom: 20px;
    flex-direction: column;
}
.events-item:last-child {
    margin-bottom: 0;
}
.events-img {
    width: 100%;
    float: left;
    margin-right: 0;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    padding-bottom: 66.67%;
}
.events-img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: -webkit-filter 0.16s ease-out;
    transition: filter 0.16s ease-out;
    transition: filter 0.16s ease-out, -webkit-filter 0.16s ease-out;
    display: block;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    min-height: 100%;
    max-width: 100%;
}
.events-caption {
    width: 100%;
    float: left;
}
.events-date {
    margin-bottom: 10px;
}
.archive-item {
    display: block;
    margin-bottom: 20px;
}
.archive-item:last-child {
    margin-bottom: 0;
}
.archive-img {
    padding-right: 0;
    margin-bottom: 20px;
}
.archive-caption,
.archive-img {
    width: 100%;
    float: left;
}
.archive-date {
    margin-bottom: 40px;
}
.archive-select {
    padding-right: 12px;
    border-bottom: 1px solid #000;
    padding-bottom: 2px;
}
.archive-select-arrow {
    position: relative;
}
.archive-select-arrow:after {
    content: url(../img/select.svg);
    width: 8px;
    height: 4px;
    display: inline-block;
    right: 1px;
    top: 0;
    position: absolute;
}
.asside {
    z-index: 1;
    top: 0;
    right: 0;
    padding-bottom: 20px;
    transition: z-index 1s, -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out, z-index 1s;
    transition: transform 0.3s ease-out, z-index 1s, -webkit-transform 0.3s ease-out;
    overflow: hidden;
}
.asside.front {
    z-index: 2;
}
.asside.top {
    padding-bottom: 0;
    margin-bottom: 40px;
}
.asside.blank {
    background: #fff;
    padding-top: 0;
}
.asside.no-border {
    border-bottom: none;
    box-shadow: none;
}
.dod .asside {
    z-index: 2;
}
.form-active .asside {
    transition: -webkit-transform 0.3s ease-out 50ms;
    transition: transform 0.3s ease-out 50ms;
    transition: transform 0.3s ease-out 50ms, -webkit-transform 0.3s ease-out 50ms;
}
.asside:hover {
    z-index: 3;
}
.asside__track {
    position: relative;
}
.asside__content {
    padding: 0 14px;
    overflow: hidden;
}
.asside__head {
    padding: 20px 30px;
    font-size: 0;
    text-align: justify;
    margin-right: -30px;
    margin-left: -30px;
}
.asside__head-events {
    padding: 0 0 20px;
    font-size: 0;
    margin: 0;
    background-color: #fff;
    z-index: 10;
    width: 100%;
    bottom: 0;
    top: 0;
}
.asside__head-items {
    display: inline-block;
}
,
.asside__head:after {
    content: "";
    display: inline-block;
    width: 100%;
}
.asside__head-item {
    display: inline-block;
    vertical-align: bottom;
}
.asside__entry {
    padding: 0;
}
.asside__entry,
.asside__entry._no-border {
    border-bottom: none;
}
.asside__hline {
    margin-bottom: 20px;
}
.asside__info:after,
.asside__info:before {
    content: "";
    display: table;
}
.asside__info:after {
    clear: both;
}
.asside__info-cell {
    width: 100%;
    margin-bottom: 15px;
    margin-right: 30px;
    float: left;
}
.asside__info-cell:last-child {
    margin-bottom: 0;
    margin-right: 0;
    width: 100%;
}
.asside__info-hline {
    margin-bottom: 5px;
}
.asside__body {
    padding: 0;
}
.asside__body.full {
    margin-left: 0;
    padding: 0;
}
.asside__row {
    margin-bottom: 0;
}
.asside__row:after,
.asside__row:before {
    content: "";
    display: table;
}
.asside__row:after {
    clear: both;
}
.asside__row.last {
    margin-bottom: 0;
}
.asside__cell:not(.small) {
    margin-bottom: 40px;
}
.asside__image {
    margin-bottom: 40px;
    margin-left: -14px;
    margin-right: -14px;
}
.asside__image.no-margin {
    margin-bottom: 0;
}
.asside__image.half {
    display: inline-block;
    vertical-align: top;
    padding: 0 5px;
    box-sizing: border-box;
    width: 50%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}
.asside__container {
    max-width: 99.9%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.asside__container:before {
    content: "";
    display: table;
}
.asside__container:after {
    content: "";
    display: table;
    clear: both;
}
.asside__container-assoc {
    max-width: 99.9%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}
.asside__container-assoc:before {
    content: "";
    display: table;
}
.asside__container-assoc:after {
    content: "";
    display: table;
    clear: both;
}
.asside__container:last-child {
    margin-bottom: 0;
}
.asside__n {
    left: 0;
}
.row.second {
    margin: 0;
    font-size: 0;
}
.row.second.extra {
    margin-bottom: 40px;
    margin-left: -5px;
    margin-right: -5px;
}
.cell.second {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.cell.second:last-child {
    margin-bottom: 0;
}
.cell.second h1 {
    margin-bottom: 10px;
}
.section {
    padding-right: 0;
    margin-bottom: 40px;
    overflow: hidden;
}
.section:last-child {
    margin-bottom: 0;
    overflow: hidden;
}
.section.mb20-s {
    margin-bottom: 20px;
}
.section-only {
    margin-bottom: 40px;
    overflow: hidden;
}
.section-cell._asside {
    margin-bottom: 15px;
}
.hr-card,
.section-cell._fill {
    position: relative;
}
.hr-card {
    display: block;
    margin-bottom: 20px;
    font-size: 0;
}
.Mouse .hr-card:hover > img,
.Touch .hr-card:active > img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.hr-card:last-child {
    margin-bottom: 0;
}
.hr-card > img {
    transition: -webkit-filter 0.16s ease-out;
    transition: filter 0.16s ease-out;
    transition: filter 0.16s ease-out, -webkit-filter 0.16s ease-out;
    display: block;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    width: 100%;
    padding-right: 0;
    box-sizing: border-box;
    margin-bottom: 15px;
}
.hr-card-info,
.hr-card > img {
    vertical-align: top;
}
.hr-card-head {
    display: block;
    padding-bottom: 50px;
}
.hr-card-meta {
    font-size: 14px;
    line-height: 1.43;
    position: absolute;
    bottom: 0;
}
.asside__title {
    margin-bottom: 20px;
}
.asside__block {
    position: relative;
    margin-bottom: 0;
}
.asside__section-head {
    margin-bottom: 20px;
}
.asside-partners-column {
    float: left;
    width: 100%;
}
.asside-partners-column:first-child {
    margin-right: 0;
}
.asside-partners-column:last-child {
    margin-left: 0;
}
.asside-partners-column.news .asside-partners-block:last-child {
    border-bottom: none !important;
}
.asside-partners-block {
    display: block;
    vertical-align: top;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
    margin-right: 0;
}
.asside-partners-block:nth-child(2n) {
    margin-right: 0;
}
.asside-partners-block p a {
    text-decoration: underline;
}
.asside-partners-column:first-child .asside-partners-block:last-child {
    border-bottom: none;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.asside-partners-column:last-child .asside-partners-block:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.asside.md-medium .asside__track {
    margin-right: 0;
}
.menu {
    position: absolute;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease-out 166.67ms;
    will-change: height, opacity;
    width: 100%;
    margin-left: auto;
}
.menu.active {
    position: relative;
    visibility: visible;
    opacity: 1;
    z-index: 3;
}
.menu.exit {
    opacity: 0;
    transition: opacity 75ms ease-out;
}
.menu-body {
    margin-left: auto;
}
.menu-body > * {
    display: table;
    font-size: 20px;
    line-height: 1.16;
    margin-bottom: 10px;
}
.menu-body > :last-child {
    margin-bottom: 0;
}
.menu-body > .active,
.Mouse .menu-body > :hover,
.Touch .menu-body > :active {
    color: transparent;
    -webkit-text-stroke: 1px #000;
    text-stroke: 1px #000;
}
.swiper-half-next,
.swiper-half-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    z-index: 10;
    cursor: pointer;
    padding: 10px;
}
.swiper-half-prev {
    left: 0;
}
.swiper-half-next {
    right: 0;
}
.swiper-half-next.swiper-button-disabled ~ .swiper-half-prev {
    width: 140px;
}
._arrow-r {
    cursor: url(../img/r.png) 0 0, pointer;
    cursor: -webkit-image-set(url("../img/r.png") 1x, url("../img/r@2x.png") 2x) 0 0, pointer;
}
._arrow-l {
    cursor: url(../img/l.png) 0 0, pointer;
    cursor: -webkit-image-set(url("../img/l.png") 1x, url("../img/l@2x.png") 2x) 0 0, pointer;
}
.swiper-button-disabled {
    cursor: arrow;
    display: none;
}
.swiper-full-mob {
    margin-right: -14px;
    margin-left: -14px;
}
.students-block {
    display: flex;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
}
.students-block:last-child {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
}
.students-image {
    min-width: 100px;
    margin-right: 20px;
    width: 100px;
    height: 140px;
}
.asside-students-speech {
    width: calc(100% - 178px);
    margin-right: 50px;
}
.asside-students-image {
    width: 178px;
}
.cooperation-block {
    padding-left: 30px;
    position: relative;
    margin-bottom: 20px;
}
.cooperation-number {
    position: absolute;
    left: 0;
    top: 0;
}
.md-medium {
    display: none;
}
.img-hide {
    display: none !important;
}
.acc-q {
    display: none;
    font-size: 24px;
    letter-spacing: -0.61px;
    line-height: 29px;
    float: left;
    width: calc(40% - 60px);
    margin-right: 60px;
    position: relative;
    top: -3px;
}
.acc-a {
    width: 100%;
}
.acc__item {
    position: relative;
    margin-bottom: 24px;
    border-bottom: 1px solid #000;
}
.acc__item:last-child {
    margin-bottom: 0;
}
.ib {
    display: inline-block;
}
.acc__list {
    margin-top: 5px;
}
.question__a {
    margin-bottom: 30px !important;
}
[data-js-answer] {
    display: block;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
    z-index: -1;
}
.row:last-child .acc__item:last-child {
    border-bottom: none;
}
[data-js-answer].on {
    display: block;
}
[data-js-answer].block {
    padding-top: 4px;
    position: static;
    opacity: 1;
    z-index: 1;
}
[data-js-answer] > * {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
    opacity: 0;
    transition: opacity 0.2s ease-out 75ms, -webkit-transform 0.2s ease-out 0.15s;
    transition: transform 0.2s ease-out 0.15s, opacity 0.2s ease-out 75ms;
    transition: transform 0.2s ease-out 0.15s, opacity 0.2s ease-out 75ms, -webkit-transform 0.2s ease-out 0.15s;
}
[data-js-answer].block > * {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
[data-js-acc-target].exit {
    -webkit-animation: b 0.13s ease-out both;
    animation: b 0.13s ease-out both;
}
[data-js-acc-target].enter {
    -webkit-animation: c 0.3s ease-out both;
    animation: c 0.3s ease-out both;
}
label.selectGeneral {
    z-index: 20;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
}
label.selectGeneral label {
    display: block;
    white-space: nowrap;
    min-width: 100%;
    color: transparent;
    -webkit-text-stroke: 1px #000;
    text-stroke: 1px #000;
    padding: 0 12px 0 10px;
    background-color: transparente;
    box-sizing: border-box;
    cursor: pointer;
}
label.selectGeneral input,
label.selectGeneral label {
    display: none;
}
label.selectGeneral div {
    top: -46px;
    cursor: pointer;
}
label.selectGeneral input[type="radio"]:checked ~ div {
    position: absolute;
    z-index: 999;
    background: #000;
}
label.selectGeneral input[type="radio"]:checked ~ div > label {
    display: block;
    color: #fff;
    -webkit-text-stroke: unset;
    text-stroke: unset;
}
label.selectGeneral input[type="radio"]:checked + label {
    display: block;
    color: transparent;
    -webkit-text-stroke: 1px #000;
    text-stroke: 1px #000;
}
label.selectGeneral input[type="radio"]:checked ~ div > label:hover {
    color: transparent !important;
    -webkit-text-stroke: 1px #fff;
    text-stroke: 1px #fff;
}
label.selectGeneral input[type="radio"]:not(:checked) ~ div > input[type="radio"]:checked + label {
    position: relative;
    z-index: -1;
}
.archive-br {
    display: block;
}
@media (min-width: 380px) {
    .t-main {
        font-size: 32px;
        line-height: 34px;
    }
}
@media (min-width: 420px) {
    .item-share {
        float: left;
        margin-bottom: 0;
    }
    .item-date {
        float: right;
    }
    .footer__body .row .next .next-img {
        width: 40%;
        padding-right: 30px;
        margin-bottom: 0;
    }
    .next-caption {
        width: 60%;
    }
    .events-item {
        flex-direction: row;
    }
    .events-img {
        width: 40%;
        margin-right: 10px;
        margin-bottom: 0;
        padding-bottom: 26.67%;
    }
    .events-caption {
        width: 60%;
    }
    .archive-img {
        width: 40%;
        padding-right: 30px;
        margin-bottom: 0;
    }
    .archive-caption {
        width: 60%;
    }
}
@media (min-width: 460px) {
    .news-column {
        width: calc(50% - 20px);
    }
    .news-column:first-child {
        margin-right: 20px;
    }
    .news-column-second {
        margin-left: 20px;
    }
    .news .news-column:last-child .news-block:last-child {
        margin-bottom: 40px;
        padding-bottom: 20px;
    }
    .news-column:first-child .news-block:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }
    .news-block {
        margin-right: 60px;
    }
}
@media (min-width: 480px) {
    .partner-list {
        margin-left: -15px;
        margin-right: -15px;
    }
    .partner {
        padding: 0 15px;
    }
    .partner:nth-child(3n + 1) .partner-img {
        padding-right: 25px;
    }
    .partner:nth-child(3n + 2) .partner-img {
        padding-left: 25px;
        padding-right: 25px;
    }
    .partner:nth-child(3n) .partner-img {
        padding-left: 25px;
    }
    .assoc_help-block {
        width: calc(50% - 40px);
    }
    .assoc_help-block:nth-child(3) {
        margin-bottom: 0;
    }
    .assoc_help-block:nth-child(odd) {
        margin-right: 80px;
    }
}
@media (min-width: 569px) {
    .courses__cell {
        width: calc(100% * 1 / 2 - 15px);
        margin-right: 30px;
        margin-bottom: 0;
    }
    .hr-card > img {
        width: 38.46154%;
        padding-right: 30px;
        margin-bottom: 0;
    }
    .hr-card-info,
    .hr-card > img {
        display: inline-block;
    }
    .hr-card-info {
        width: 61.53846%;
    }
    .menu {
        margin-top: -40px;
        width: 42%;
    }
    .menu-body > * {
        font-size: 18px;
    }
}
@media (min-width: 768px) {
    .button-small {
        padding: 9px 16px;
    }
    .swiper-container-horizontal > .swiper-pagination-lines {
        bottom: 32px;
        left: 32px;
        right: 32px;
    }
    .t-main {
        font-size: 50px;
        line-height: 55px;
    }
    .t-h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .t-small {
        font-size: 14px;
        line-height: 20px;
    }
    .bb1 {
        border-bottom: 0;
    }
    .courses-full .section.full-screen-margin-alt .float-r-mob {
        float: right;
    }
    .m-b60,
    .mb60 {
        margin-bottom: 60px;
    }
    .mb20-mob {
        margin-bottom: 0;
    }
    .line {
        top: -5px;
    }
    .line-s {
        top: -2px;
    }
    .main__section.pr60,
    .pr60 {
        padding-right: 60px;
    }
    .margin-mobile {
        margin: 0;
    }
    .world {
        -webkit-transform: rotateY(30deg) rotate(-45deg) translate(-30%, 30%);
        transform: rotateY(30deg) rotate(-45deg) translate(-30%, 30%);
    }
    .wrap {
        height: 100vh;
    }
    .marqee__button {
        font-size: 24px;
        top: 50%;
        bottom: auto;
        left: -50vh;
        width: 100vh;
        height: 61px;
        line-height: 60px;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transform-origin: top center;
        transform-origin: top center;
    }
    .main,
    .marqee__button {
        position: absolute;
    }
    .main {
        height: 100vh;
        border-right: 1px solid #000;
        box-shadow: 15px 0 50px rgba(0, 0, 0, 0.15);
        padding-left: 60px;
    }
    .form-active .main {
        -webkit-transform: translate3d(50px, 0, 0);
        transform: translate3d(50px, 0, 0);
    }
    .main__body {
        margin-right: -20px;
    }
    .main__content {
        width: 100%;
        padding: 100px 60px 0;
    }
    .main__content.full {
        padding: 170px 0 0;
    }
    .main__content.padTopMin {
        padding: 90px 0 0;
    }
    .main__content.full .set-padding-full{
        padding-left: 30px;
        padding-right: 60px;
    }
    .main__about-press {
        width: 100%;
        height: 100vh;
        padding-top: 100px;
        margin-left: 60px;
        margin-right: 60px;
    }
    .main__about {
        padding: 80px 0 0;
        border-bottom: 0;
    }
    .main__about-anime {
        top: -40px;
        display: flex;
    }
    .section-m {
        margin-bottom: 80px;
    }
    .main__section {
        margin: 0;
        position: static;
    }
    .main__section,
    .main__section.faq {
        padding: 0 0 80px;
    }
    .main__section.faq {
        position: static;
    }
    .main__section:last-child {
        padding: 0 0 80px;
    }
    .main__block,
    .main__block-20 {
        margin-bottom: 0;
    }
    .section-head {
        margin-bottom: 40px;
    }
    .main__section-head {
        margin: 0 0 40px;
        padding-bottom: 35px;
        border-bottom: 1px solid #000;
    }
    .main__section.full-r {
        margin-left: 0;
        margin-right: -60px;
    }
    .main__figure {
        margin-bottom: 80px;
    }
    .form {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    .form__track {
        padding: 60px 60px 30px 120px;
        overflow: hidden;
    }
    .form__group {
        white-space: nowrap;
        text-align: justify;
        padding-right: 14px;
    }
    .form__group > * {
        display: inline-block;
        width: 50%;
    }
    .form__group > :first-child {
        margin-right: 14px;
    }
    .head {
        padding: 0;
        position: absolute;
    }
    .head-p,
    .head-wht {
        padding: 0 60px;
    }
    .head__asside {
        position: fixed;
    }
    .head__body {
        margin: 0;
        padding: 0 60px;
    }
    .logo {
        width: 215px;
    }
    .burger {
        padding-right: 30px;
        padding-left: 30px;
    }
    .footer {
        padding: 40px 0 45px;
        border-top: 1px solid #000;
        margin-top: 40px;
    }
    .footer__body {
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
    .footer__cell {
        border-bottom: 0;
        padding: 0 30px 0 0;
    }
    .courses {
        padding: 0 0 80px;
        position: static;
    }
    .courses-full {
        margin-left: 0;
        margin-right: 0;
        padding-bottom: 80px;
        position: static;
    }
    .full-screen-margin {
        margin-right: -60px;
    }
    .full-screen-margin,
    .full-screen-margin-alt {
        margin-left: -60px;
    }
    .full-screen-margin-alt {
        margin-right: -60px;
    }
    .full-screen-margin-left {
        margin-left: 0;
        margin-right: -60px;
    }
    .text-normal-margin {
        margin-left: 60px;
        margin-right: 60px;
    }
    .text-normal-margin-mob {
        margin-left: 0;
        margin-right: 0;
    }
    .asside-margin {
        margin-right: 60px;
    }
    .normal-margin {
        margin-left: 60px;
        margin-right: 0;
    }
    .courses.extra.inner {
        border-bottom: none;
        padding-bottom: 0;
    }
    .courses.cards,
    .courses__list,
    .courses__list-20 {
        margin-bottom: 0;
    }
    .courses__item {
        margin-bottom: 40px;
        padding-bottom: 40px;
    }
    .courses__cell {
        width: calc(100% * 1 / 2 - 30px);
        margin-right: 60px;
    }
    .course {
        padding-bottom: 35px;
        margin-bottom: 40px;
        border-bottom: 1px solid #000;
    }
    .course-half {
        padding-bottom: 60px;
        margin-bottom: 60px;
        border-bottom: 1px solid #000;
    }
    .course-meta__cell:first-child {
        width: 66.6%;
    }
    .course-meta__cell:first-child:nth-child(1n) {
        float: left;
        margin-right: 0;
        clear: none;
    }
    .course-meta__cell:first-child:last-child {
        margin-right: 0;
    }
    .course-meta__cell:first-child:nth-child(3n) {
        margin-right: 0;
        float: right;
    }
    .course-meta__cell:first-child:nth-child(3n + 1) {
        clear: both;
    }
    .course-meta__cell:last-child {
        margin-top: 0;
        width: 33.3%;
    }
    .course-meta__cell:last-child:nth-child(1n) {
        float: left;
        margin-right: 0;
        clear: none;
    }
    .course-meta__cell:last-child:last-child {
        margin-right: 0;
    }
    .course-meta__cell:last-child:nth-child(3n) {
        margin-right: 0;
        float: right;
    }
    .course-meta__cell:last-child:nth-child(3n + 1) {
        clear: both;
    }
    .course-meta__block {
        margin-bottom: 20px;
    }
    .course__section.last {
        margin-bottom: 60px;
    }
    .course__section.extra {
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
    }
    .course__section-cell:first-child {
        width: 66.6%;
    }
    .course__section-cell:first-child:nth-child(1n) {
        float: left;
        margin-right: 0;
        clear: none;
    }
    .course__section-cell:first-child:last-child {
        margin-right: 0;
    }
    .course__section-cell:first-child:nth-child(3n) {
        margin-right: 0;
        float: right;
    }
    .course__section-cell:first-child:nth-child(3n + 1) {
        clear: both;
    }
    .course__section-cell:nth-child(2) {
        width: 66.6%;
    }
    .course__section-cell:nth-child(2):nth-child(1n) {
        float: left;
        margin-right: 0;
        clear: none;
    }
    .course__section-cell:nth-child(2):last-child {
        margin-right: 0;
    }
    .course__section-cell:nth-child(2):nth-child(3n) {
        margin-right: 0;
        float: right;
    }
    .course__section-cell:nth-child(2):nth-child(3n + 1) {
        clear: both;
    }
    .course__section-cell:nth-child(2) {
        padding-right: 60px;
    }
    .course__section-cell:last-child {
        margin-top: 0;
        width: 33.3%;
    }
    .course__section-cell:last-child:nth-child(1n) {
        float: left;
        margin-right: 0;
        clear: none;
    }
    .course__section-cell:last-child:last-child {
        margin-right: 0;
    }
    .course__section-cell:last-child:nth-child(3n) {
        margin-right: 0;
        float: right;
    }
    .course__section-cell:last-child:nth-child(3n + 1) {
        clear: both;
    }
    .course__section-cell.fill {
        width: 33.3%;
    }
    .course__section-cell.fill:nth-child(1n) {
        float: left;
        margin-right: 0;
        clear: none;
    }
    .course__section-cell.fill:last-child {
        margin-right: 0;
    }
    .course__section-cell.fill:nth-child(3n) {
        margin-right: 0;
        float: right;
    }
    .course__section-cell.fill:nth-child(3n + 1) {
        clear: both;
    }
    .course__section-cell.extra.big {
        width: 81.16875%;
    }
    .course__section-cell.extra.big:nth-child(1n) {
        float: left;
        margin-right: 0;
        clear: none;
    }
    .course__section-cell.extra.big:last-child {
        margin-right: 0;
    }
    .course__section-cell.extra.big:nth-child(16n) {
        margin-right: 0;
        float: right;
    }
    .course__section-cell.extra.big:nth-child(16n + 1) {
        clear: both;
    }
    .events.extra.inner {
        border-bottom: none;
    }
    .event {
        padding-bottom: 40px;
    }
    .event-text {
        margin-bottom: 0;
    }
    .courses-list {
        padding-top: 40px;
        padding-bottom: 60px;
        padding-left: 0;
        padding-right: 0;
    }
    .courses-list-item {
        padding-bottom: 30px;
        margin-bottom: 40px;
    }
    .courses-list-item-footer .cell {
        width: 46.10769%;
    }
    .courses-list-item-footer .cell:nth-child(1n) {
        float: left;
        margin-right: 0;
        clear: none;
    }
    .courses-list-item-footer .cell:last-child {
        margin-right: 0;
    }
    .courses-list-item-footer .cell:nth-child(13n) {
        margin-right: 0;
        float: right;
    }
    .courses-list-item-footer .cell:nth-child(13n + 1) {
        clear: both;
    }
    .courses-list-item-footer .cell {
        padding-right: 60px;
        margin-bottom: 0;
    }
    .inner-text {
        margin-top: 40px;
    }
    .inner-group {
        padding-top: 40px;
    }
    .inner-cell {
        width: calc(99.9% * 1 / 2 - 30px);
    }
    .inner-cell:nth-child(1n) {
        float: left;
        margin-right: 60px;
        clear: none;
    }
    .inner-cell:last-child {
        margin-right: 0;
    }
    .inner-cell:nth-child(2n) {
        margin-right: 0;
        float: right;
    }
    .inner-cell:nth-child(odd) {
        clear: both;
    }
    .inner-cell {
        margin-bottom: 0;
    }
    .figure {
        margin-bottom: 80px;
    }
    .person-list {
        margin-right: -15px;
    }
    .partner-list,
    .person-list {
        margin-left: -15px;
    }
    .partner-list {
        margin-right: -15px;
    }
    .person {
        width: 33.33%;
        padding: 0 15px;
    }
    .partner:nth-child(3n + 1) .partner-img {
        padding-right: 0;
    }
    .partner:nth-child(3n + 2) .partner-img {
        padding-left: 0;
        padding-right: 0;
    }
    .partner:nth-child(3n) .partner-img {
        padding-left: 0;
    }
    .footer__body .row .next .next-img {
        padding-right: 30px;
    }
    .subscribe {
        margin-bottom: 0;
        padding: 0;
        margin-top: 0;
    }
    .video-caption-cell {
        width: calc(100% * 1 / 2 - 30px);
        margin-right: 60px;
        margin-bottom: 0;
    }
    .swiper-container .swiper-wrapper.left-side .swiper-slide {
        width: calc(100% - 90px);
        margin-right: 15px;
        margin-left: 15px;
    }
    .swiper-container .swiper-wrapper.right-side .swiper-slide {
        width: calc(100% - 90px);
        margin-right: 15px;
        margin-left: 15px;
    }
    .swiper-container-events .swiper-wrapper.right-side .swiper-slide,
    .swiper-container-events .swiper-wrapper.left-side .swiper-slide{
        width: calc(50% - 122px);
        margin-right: 15px;
        margin-left: 15px;
    }
    .swiper-container-articles .swiper-wrapper.right-side .swiper-slide,
    .swiper-container-articles .swiper-wrapper.left-side .swiper-slide{
        width: calc(25% - 43px);
        margin-right: 15px;
        margin-left: 15px;
    }
    .swiper-container-industry2 .swiper-wrapper.right-side .swiper-slide,
    .swiper-container-texts .swiper-wrapper.right-side .swiper-slide,
    .swiper-container-industry .swiper-wrapper.right-side .swiper-slide{
        width: calc(100% - 120px);
        margin-right: 15px;
        margin-left: 15px;
    }
    .event__image {
        margin-right: 0;
    }
    .event__image,
    .nomargin-image {
        margin-left: 0;
    }
    .nomargin-image {
        margin-right: 0;
    }
    .news-column {
        width: calc(50% - 30px);
    }
    .news-column:first-child {
        margin-right: 30px;
    }
    .news-column-second {
        margin-left: 30px;
    }
    .news-block {
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
    .press-right {
        top: -2px;
        width: 400px;
    }
    .teacher-info {
        margin-top: -20px;
    }
    .teacher-foto {
        width: 180px;
    }
    .teacher-text {
        width: calc(100% - 201px);
    }
    .assoc_help-block:first-child,
    .assoc_help-block:nth-child(2) {
        margin-bottom: 40px;
    }
    .mb80 {
        margin-bottom: 80px;
    }
    .mb40 {
        margin-bottom: 40px;
    }
    .t5 {
        top: 4px;
    }
    .mt5 {
        top: -5px;
    }
    .mb20-s {
        margin-bottom: 0;
    }
    .doing-item {
        margin-bottom: 40px;
    }
    .doing__border {
        margin: 0 0 40px;
        border-bottom: 1px solid #000;
    }
    .archive-item {
        margin-bottom: 40px;
    }
    .asside {
        position: absolute;
        width: 78.18%;
        height: 100vh;
        background-color: #fff;
        border-left: 1px solid #000;
        padding-bottom: 0;
        box-shadow: -15px 0 50px rgba(0, 0, 0, 0.15);
        padding-left: 60px;
    }
    .asside.blank {
        padding-top: 30px;
    }
    .form-active .asside {
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    .asside__content {
        padding: 0 60px;
    }
    .asside__head {
        border-bottom: 4px solid #000;
        height: 64px;
    }
    .asside__head-events {
        padding: 20px 30px;
        border-bottom: 4px solid #000;
        margin: 0 -30px;
        height: 60px;
        position: fixed;
        width: 73.18%;
    }
    .asside__entry {
        padding: 40px 0;
        border-bottom: 1px solid #000;
    }
    .asside__hline {
        margin-bottom: 40px;
    }
    .asside__info-cell {
        width: calc(100% * 2 / 13 - 25.384615384615387px);
        margin-bottom: 0;
    }
    .asside__info-cell:last-child {
        width: calc(100% * 9 / 13 - 9.23076923076923px);
    }
    .asside__info-hline {
        margin-bottom: 10px;
    }
    .asside__body {
        overflow-y: auto;
        position: relative;
        padding: 100px 60px 60px 0;
    }
    .asside__body,
    .asside__body.full {
        height: 100vh;
    }
    .asside__body.full {
        overflow-y: auto;
        position: relative;
        margin-left: -60px;
        padding: 100px 0 60px;
    }
    .asside__body.full .asside-video,
    .asside__body.full .footer,
    .asside__body.full .section,
    .asside__body.full .title {
        margin-left: 60px;
    }
    .asside__row {
        margin-bottom: 40px;
    }
    .asside__cell:not(.small) {
        width: 69.16154%;
    }
    .asside__cell:not(.small):nth-child(1n) {
        float: left;
        margin-right: 0;
        clear: none;
    }
    .asside__cell:not(.small):last-child {
        margin-right: 0;
    }
    .asside__cell:not(.small):nth-child(13n) {
        margin-right: 0;
        float: right;
    }
    .asside__cell:not(.small):nth-child(13n + 1) {
        clear: both;
    }
    .asside__cell:not(.small) {
        padding-right: 60px;
        margin-bottom: 0;
    }
    .asside__cell.small {
        width: 30.73846%;
    }
    .asside__cell.small:nth-child(1n) {
        float: left;
        margin-right: 0;
        clear: none;
    }
    .asside__cell.small:last-child {
        margin-right: 0;
    }
    .asside__cell.small:nth-child(13n) {
        margin-right: 0;
        float: right;
    }
    .asside__cell.small:nth-child(13n + 1) {
        clear: both;
    }
    .asside__image {
        margin-bottom: 80px;
        margin-left: 0;
        margin-right: 0;
    }
    .asside__image.half {
        padding: 0 30px;
    }
    .asside__container,
    .asside__container-assoc,
    .asside__container:last-child {
        margin-bottom: 60px;
    }
    .row.second {
        margin: 0 -30px;
    }
    .row.second.extra {
        margin-bottom: 80px;
        margin-left: -30px;
        margin-right: -30px;
    }
    .cell.second {
        width: 50%;
        padding: 0 30px;
        margin-bottom: 40px;
    }
    .cell.second h1 {
        margin-bottom: 0;
    }
    .section {
        padding-right: 60px;
        margin-bottom: 80px;
    }
    .section.mb20-s {
        margin-bottom: 0;
    }
    .section-only {
        margin-bottom: 80px;
    }
    .asside__section-head {
        margin-bottom: 40px;
    }
    .asside-partners-column {
        width: calc(50% - 30px);
    }
    .asside-partners-column:first-child {
        margin-right: 30px;
    }
    .asside-partners-column:last-child {
        margin-left: 30px;
    }
    .asside-partners-block {
        padding-bottom: 40px;
        margin-bottom: 40px;
        margin-right: 60px;
    }
    .asside-partners-column:first-child .asside-partners-block:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .asside.md-medium .asside__track {
        margin-right: -20px;
    }
    .menu.active {
        padding-right: 30px;
    }
    .menu-body > * {
        margin-bottom: 12px;
    }
    .swiper-full-r {
        margin-right: -60px;
        margin-left: 0;
    }
    .students-block {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .cooperation-block {
        padding-left: 60px;
        margin-bottom: 40px;
    }
    .md-small {
        display: none;
    }
    .md-medium {
        display: block;
    }
    .acc__item {
        margin-bottom: 34px;
    }
}
@media (min-width: 900px) {
    .form {
        width: 76%;
    }
    .event-meta {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .event-img {
        margin-bottom: 40px;
    }
    .event-meta__head {
        margin-bottom: 10px;
    }
    .menu-body > * {
        font-size: 20px;
    }
}
@media (min-width: 1000px) {
    .swiper-container .swiper-wrapper.left-side .swiper-slide,
    .swiper-container .swiper-wrapper.right-side .swiper-slide {
        width: calc(100% - 90px);
    }
    .swiper-container-events .swiper-wrapper.left-side .swiper-slide,
    .swiper-container-events .swiper-wrapper.right-side .swiper-slide {
        width: calc(50% - 122px);
    }
    .swiper-container-industry2 .swiper-wrapper.right-side .swiper-slide,
    .swiper-container-texts .swiper-wrapper.right-side .swiper-slide,
    .swiper-container-industry .swiper-wrapper.right-side .swiper-slide{
        width: calc(100% - 120px);
    }
}
@media (min-width: 1020px) {
    .mob-br {
        display: block;
    }
}
@media (min-width: 1024px) {
    .course-meta__cell:first-child {
        width: 69.16154%;
    }
    .course-meta__cell:first-child:nth-child(1n) {
        float: left;
        margin-right: 0;
        clear: none;
    }
    .course-meta__cell:first-child:last-child {
        margin-right: 0;
    }
    .course-meta__cell:first-child:nth-child(13n) {
        margin-right: 0;
        float: right;
    }
    .course-meta__cell:first-child:nth-child(13n + 1) {
        clear: both;
    }
    .course-meta__cell:last-child {
        width: 30.73846%;
    }
    .course-meta__cell:last-child:nth-child(1n) {
        float: left;
        margin-right: 0;
        clear: none;
    }
    .course-meta__cell:last-child:last-child {
        margin-right: 0;
    }
    .course-meta__cell:last-child:nth-child(13n) {
        margin-right: 0;
        float: right;
    }
    .course-meta__cell:last-child:nth-child(13n + 1) {
        clear: both;
    }
    .course-meta__head {
        width: calc(100% * 3 / 9 - 13.333333333333332px);
    }
    .course-meta__info {
        width: calc(100% * 6 / 9 - 6.666666666666666px);
    }
    .course__section-cell:first-child {
        width: 18.73125%;
    }
    .course__section-cell:first-child:nth-child(1n) {
        float: left;
        margin-right: 0;
        clear: none;
    }
    .course__section-cell:first-child:last-child {
        margin-right: 0;
    }
    .course__section-cell:first-child:nth-child(16n) {
        margin-right: 0;
        float: right;
    }
    .course__section-cell:first-child:nth-child(16n + 1) {
        clear: both;
    }
    .course__section-cell:first-child {
        margin-bottom: 0;
    }
    .course__section-cell:nth-child(2) {
        width: 56.19375%;
    }
    .course__section-cell:nth-child(2):nth-child(1n) {
        float: left;
        margin-right: 0;
        clear: none;
    }
    .course__section-cell:nth-child(2):last-child {
        margin-right: 0;
    }
    .course__section-cell:nth-child(2):nth-child(16n) {
        margin-right: 0;
        float: right;
    }
    .course__section-cell:nth-child(2):nth-child(16n + 1) {
        clear: both;
    }
    .course__section-cell:last-child {
        width: 24.975%;
    }
    .course__section-cell:last-child:nth-child(1n) {
        float: left;
        margin-right: 0;
        clear: none;
    }
    .course__section-cell:last-child:last-child {
        margin-right: 0;
    }
    .course__section-cell:last-child:nth-child(16n) {
        margin-right: 0;
        float: right;
    }
    .course__section-cell:last-child:nth-child(16n + 1) {
        clear: both;
    }
    .course__section-cell.fill {
        width: 81.16875%;
    }
    .course__section-cell.fill:nth-child(1n) {
        float: left;
        margin-right: 0;
        clear: none;
    }
    .course__section-cell.fill:last-child {
        margin-right: 0;
    }
    .course__section-cell.fill:nth-child(16n) {
        margin-right: 0;
        float: right;
    }
    .course__section-cell.fill:nth-child(16n + 1) {
        clear: both;
    }
    .asside__info-cell:last-child {
        width: calc(100% * 5 / 13 - 18.46153846153846px);
    }
}
@media (min-width: 1080px) {
    .press-block {
        margin-right: 70px;
    }
    .teacher-foto {
        margin-right: 30px;
    }
    .teacher-text {
        width: calc(100% - 215px);
    }
}
@media (min-width: 1180px) {
    .full-screen-margin,
    .normal-margin,
    .text-normal-margin {
        margin-left: 0;
    }
    .menu {
        width: 33%;
    }
    .menu.active {
        padding-right: 0;
    }
    .archive-br {
        display: none;
    }
}
@media (min-width: 1200px) {
    .pr15 {
        padding-right: 15%;
    }
    .pr20 {
        padding-right: 20%;
    }
    .pr25 {
        padding-right: 25%;
    }
    .main__block.float-r-desc,
    .section .float-r-desc {
        float: right;
    }
    .plr10 {
        padding-left: 10%;
        padding-right: 10%;
    }
    .main__about-anime {
        top: 0;
        top: -30px;
        width: 62.4375%;
    }
    .main__about-anime:nth-child(1n) {
        float: left;
        margin-right: 0;
        clear: none;
    }
    .main__about-anime:last-child {
        margin-right: 0;
    }
    .main__about-anime:nth-child(16n) {
        margin-right: 0;
        float: right;
    }
    .main__about-anime:nth-child(16n + 1) {
        clear: both;
    }
    .main__about-text {
        width: 31.21875%;
    }
    .main__about-text:nth-child(1n) {
        float: left;
        margin-right: 0;
        clear: none;
    }
    .main__about-text:last-child {
        margin-right: 0;
    }
    .main__about-text:nth-child(16n) {
        margin-right: 0;
        float: right;
    }
    .main__about-text:nth-child(16n + 1) {
        clear: both;
    }
    .main__title {
        width: 18.75%;
        margin-bottom: 0;
    }
    .main__block,
    .main__title {
        float: left;
    }
    .main__block {
        width: 81.25%;
    }
    .main__figure .figure-img {
        width: 62.4375%;
        padding-right: 60px;
        margin-bottom: 0;
    }
    .main__figure .figure-caption {
        width: 37.4625%;
    }
    .main__figure .figure-caption:nth-child(1n) {
        float: left;
        margin-right: 0;
        clear: none;
    }
    .main__figure .figure-caption:last-child {
        margin-right: 0;
    }
    .main__figure .figure-caption:nth-child(16n) {
        margin-right: 0;
        float: right;
    }
    .main__figure .figure-caption:nth-child(16n + 1) {
        clear: both;
    }
    .main__figure .figure-caption {
        position: absolute;
    }
    .form {
        width: 47.8%;
    }
    .head-p {
        padding: 0 60px;
    }
    .footer__cell {
        display: inline-block;
        width: calc(100% * 5 / 16 - 13.75px);
    }
    .full-screen-margin-alt {
        margin-left: 0;
    }
    .courses__asside {
        float: left;
        width: 18.75%;
        margin-bottom: 0;
    }
    .courses__list {
        float: left;
        width: 81.25%;
    }
    .courses__list.full-width {
        float: none;
        width: auto;
    }
    .courses-list-cell:first-child {
        width: 18.73125%;
    }
    .courses-list-cell:first-child:nth-child(1n) {
        float: left;
        margin-right: 0;
        clear: none;
    }
    .courses-list-cell:first-child:last-child {
        margin-right: 0;
    }
    .courses-list-cell:first-child:nth-child(16n) {
        margin-right: 0;
        float: right;
    }
    .courses-list-cell:first-child:nth-child(16n + 1) {
        clear: both;
    }
    .courses-list-cell:first-child {
        margin-bottom: 0;
    }
    .courses-list-cell:nth-child(2) {
        width: 81.16875%;
    }
    .courses-list-cell:nth-child(2):nth-child(1n) {
        float: left;
        margin-right: 0;
        clear: none;
    }
    .courses-list-cell:nth-child(2):last-child {
        margin-right: 0;
    }
    .courses-list-cell:nth-child(2):nth-child(16n) {
        margin-right: 0;
        float: right;
    }
    .courses-list-cell:nth-child(2):nth-child(16n + 1) {
        clear: both;
    }
    .asside__body .figure .figure-img,
    .courses-full .figure .figure-img {
        width: 62.4375%;
        padding-right: 60px;
        margin-bottom: 0;
    }
    .figure-caption {
        width: 37.4625%;
    }
    .figure-caption:nth-child(1n) {
        float: left;
        margin-right: 0;
        clear: none;
    }
    .figure-caption:last-child {
        margin-right: 0;
    }
    .figure-caption:nth-child(16n) {
        margin-right: 0;
        float: right;
    }
    .figure-caption:nth-child(16n + 1) {
        clear: both;
    }
    .figure-caption {
        position: absolute;
    }
    .partner:nth-child(3n + 1) .partner-img {
        padding-right: 50px;
    }
    .partner:nth-child(3n + 2) .partner-img {
        padding-left: 50px;
        padding-right: 50px;
    }
    .partner:nth-child(3n) .partner-img {
        padding-left: 50px;
    }
    .swiper-container .swiper-wrapper.left-side .swiper-slide {
        width: calc(100% - 90px);
        margin-right: 15px;
        margin-left: 15px;
    }
    .swiper-container .swiper-wrapper.right-side .swiper-slide {
        width: calc(100% - 90px);
        margin-right: 15px;
        margin-left: 15px;
    }
    .swiper-container-events .swiper-wrapper.right-side .swiper-slide {
        width: calc(50% - 122px);
        margin-right: 15px;
        margin-left: 15px;
    }
    .swiper-container-industry2 .swiper-wrapper.right-side .swiper-slide,
    .swiper-container-texts .swiper-wrapper.right-side .swiper-slide,
    .swiper-container-industry .swiper-wrapper.right-side .swiper-slide {
        width: calc(100% - 400px);
        margin-right: 15px;
        margin-left: 15px;
    }
    .press {
        width: 81.25%;
        margin-top: 0;
    }
    .assoc-br {
        display: block;
    }
    .pl200 {
        padding-left: 195px;
    }
    .asside__body {
        padding: 100px 60px 60px 0;
    }
    .asside__body.full {
        padding: 100px 0 60px;
    }
    .section-cell {
        float: left;
    }
    .section-cell._asside {
        width: 18.75%;
        margin-bottom: 0;
    }
    .section-cell._fill {
        width: 81.25%;
    }
    .asside__title {
        width: 18.75%;
        margin-bottom: 0;
    }
    .asside__block,
    .asside__title {
        float: left;
    }
    .asside__block {
        width: 81.25%;
    }
    .acc__list {
        margin-top: 0;
    }
}
@media (min-width: 1300px) {
    .t-list {
        font-size: 14px;
        line-height: 20px;
    }
    .courses-full .figure .figure-img-top {
        width: 56.19375%;
    }
    .courses-full .figure .figure-img-top:nth-child(1n) {
        float: left;
        margin-right: 0;
        clear: none;
    }
    .courses-full .figure .figure-img-top:last-child {
        margin-right: 0;
    }
    .courses-full .figure .figure-img-top:nth-child(16n) {
        margin-right: 0;
        float: right;
    }
    .courses-full .figure .figure-img-top:nth-child(16n + 1) {
        clear: both;
    }
    .courses-full .figure .figure-img-top {
        padding-right: 60px;
        margin-bottom: 0;
    }
    .figure-caption-top {
        position: absolute;
        width: 43.70625%;
    }
    .figure-caption-top:nth-child(1n) {
        float: left;
        margin-right: 0;
        clear: none;
    }
    .figure-caption-top:last-child {
        margin-right: 0;
    }
    .figure-caption-top:nth-child(16n) {
        margin-right: 0;
        float: right;
    }
    .figure-caption-top:nth-child(16n + 1) {
        clear: both;
    }
}
@media (min-width: 1340px) {
    .event-meta__block:first-child {
        margin-bottom: 20px;
        width: 180px;
    }
    .event-meta__block:nth-child(2) {
        margin-bottom: 20px;
        width: 180px;
    }
    .event-meta__block:last-child {
        width: 230px;
    }
}
@media (min-width: 1366px) {
    .asside__container {
        max-width: 64.22143%;
        margin-left: auto;
        margin-right: auto;
    }
    .asside__container:after,
    .asside__container:before {
        content: "";
        display: table;
    }
    .asside__container:after {
        clear: both;
    }
    .asside__container-assoc {
        max-width: 85.62857%;
        margin-left: auto;
        margin-right: auto;
    }
    .asside__container-assoc:after,
    .asside__container-assoc:before {
        content: "";
        display: table;
    }
    .asside__container-assoc:after {
        clear: both;
    }
    .asside__n {
        position: absolute;
    }
}
@media (min-width: 1400px) {
    .head-p {
        padding: 0 60px;
    }
    .teacher-info {
        margin-top: 0;
        margin-bottom: 0;
        left: 30px;
        display: inline-block;
    }
    .teacher-br {
        display: block;
    }
    .teacher-foto {
        width: 240px;
    }
    .teacher-text {
        width: calc(100% - 305px);
    }
    .asside__entry {
        padding: 40px 120px 40px 0;
    }
    .asside__body {
        padding: 100px 60px 60px 0;
    }
    .asside__body.full {
        padding: 100px 0 60px;
    }
}
@media (min-width: 1480px) {
    .t-list {
        font-size: 18px;
        line-height: 26px;
    }
}
@media (min-width: 1540px) {
    .event-meta__block:last-child {
        width: 330px;
    }
}
@media (min-width: 1600px) {
    .partner:nth-child(3n + 1) .partner-img {
        padding-right: 80px;
    }
    .partner:nth-child(3n + 2) .partner-img {
        padding-left: 80px;
        padding-right: 80px;
    }
    .partner:nth-child(3n) .partner-img {
        padding-left: 80px;
    }
}
@media (min-width: 1820px) {
    .t-main {
        font-size: 70px;
        line-height: 76px;
    }
    .t-small {
        font-size: 18px;
        line-height: 24px;
    }
    .t-body {
        line-height: 38px;
    }
    .t-body,
    .t-min-lh {
        font-size: 23px;
    }
    .t-min-lh {
        line-height: 29px;
    }
    .t-list {
        font-size: 23px;
        line-height: 38px;
    }
    .line {
        top: -7px;
    }
    .line-s {
        top: -4px;
    }
    .section-m {
        margin-bottom: 120px;
    }
    .section-head {
        margin-bottom: 60px;
    }
    .main__section-head {
        margin: 0 0 60px;
        padding-bottom: 55px;
    }
    .main__figure {
        margin-bottom: 140px;
    }
    .main__figure .figure-caption {
        font-size: 32px;
        line-height: 42px;
    }
    .courses__a {
        margin-bottom: 20px;
    }
    .course {
        padding-bottom: 55px;
    }
    .course,
    .event-img {
        margin-bottom: 60px;
    }
    .figure {
        margin-bottom: 140px;
    }
    .figure-caption {
        font-size: 32px;
        line-height: 42px;
    }
    .press-block {
        margin-right: 140px;
    }
    .press-right {
        top: -5px;
        width: 500px;
    }
    .doing-item,
    .mb40 {
        margin-bottom: 60px;
    }
    .doing-img {
        margin-bottom: 20px;
    }
    .doing__border {
        margin: 0 0 60px;
    }
    .asside__hline {
        margin-bottom: 60px;
    }
    .asside__container,
    .asside__container-assoc {
        margin-bottom: 70px;
    }
    .section,
    .section-only {
        margin-bottom: 120px;
    }
    .students-block {
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
    .students-image {
        width: 140px;
        height: 196px;
    }
    label.selectGeneral div {
        top: -62px;
    }
}
@media (min-width: 1024) {
    .asside__container {
        max-width: 85.62857%;
        margin-left: auto;
        margin-right: auto;
    }
    .asside__container:after,
    .asside__container:before {
        content: "";
        display: table;
    }
    .asside__container:after {
        clear: both;
    }
    .asside__container-assoc {
        max-width: 85.62857%;
        margin-left: auto;
        margin-right: auto;
    }
    .asside__container-assoc:after,
    .asside__container-assoc:before {
        content: "";
        display: table;
    }
    .asside__container-assoc:after {
        clear: both;
    }
}

.t-body ul {
    padding-left: 20px;
}
.t-body ul li p {
    display: inline;
}

.text-for-slide {
    position: relative;
	margin-bottom: 40px;
}
.text-for-slide-inner {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 0;
    transition: opacity 0.25s ease-in-out;
}
.text-for-slide.active .text-for-slide-inner {
    position: relative;
    z-index: 1;
    opacity: 1;
}
