:root {
    --swiper-theme-color: #007aff;
}
.selected {
    color: #0081df;
}
:root {
    --swiper-navigation-size: 44px;
}
@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes iziM-comingIn {
    0% {
        opacity: 0;
        transform: scale(0.9) translateY(-20px) perspective(600px) rotateX(10deg);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0) perspective(600px) rotateX(0);
    }

}
@-moz-keyframes iziM-comingIn {
    0% {
        opacity: 0;
        transform: scale(0.9) translateY(-20px) perspective(600px) rotateX(10deg);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0) perspective(600px) rotateX(0);
    }
}
@keyframes iziM-comingIn {
    0% {
        opacity: 0;
        transform: scale(0.9) translateY(-20px) perspective(600px) rotateX(10deg);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0) perspective(600px) rotateX(0);
    }
}
@-webkit-keyframes iziM-comingOut {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    to {
        opacity: 0;
        transform: scale(0.9);
    }
}
@-moz-keyframes iziM-comingOut {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    to {
        opacity: 0;
        transform: scale(0.9);
    }
}
@keyframes iziM-comingOut {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    to {
        opacity: 0;
        transform: scale(0.9);
    }
}
@-webkit-keyframes iziM-fadeOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@-moz-keyframes iziM-fadeOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes iziM-fadeOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@-webkit-keyframes iziM-fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-moz-keyframes iziM-fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes iziM-fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes iziM-slideIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(50px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@-moz-keyframes iziM-slideIn {
    0% {
        opacity: 0;
        -moz-transform: translateX(50px);
    }
    to {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}
@keyframes iziM-slideIn {
    0% {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
@-webkit-keyframes iziM-slideDown {
    0% {
        opacity: 0;
        -webkit-transform: scale(1, 0) translateY(-40px);
        -webkit-transform-origin: center top;
    }
}
@-moz-keyframes iziM-slideDown {
    0% {
        opacity: 0;
        -moz-transform: scale(1, 0) translateY(-40px);
        -moz-transform-origin: center top;
    }
}
@keyframes iziM-slideDown {
    0% {
        opacity: 0;
        transform: scale(1, 0) translateY(-40px);
        transform-origin: center top;
    }
}
@-webkit-keyframes iziM-revealIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 1);
    }
}
@-moz-keyframes iziM-revealIn {
    0% {
        opacity: 0;
        -moz-transform: scale3d(0.3, 0.3, 1);
    }
}
@keyframes iziM-revealIn {
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 1);
    }
}
@-webkit-keyframes iziM-bounceInDown {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -1000px, 0);
        transform: translate3d(0, -1000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes iziM-bounceInDown {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -1000px, 0);
        transform: translate3d(0, -1000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}
@-webkit-keyframes iziM-bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 1000px, 0);
        transform: translate3d(0, 1000px, 0);
    }
}
@keyframes iziM-bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 1000px, 0);
        transform: translate3d(0, 1000px, 0);
    }
}
@-webkit-keyframes iziM-bounceInUp {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 1000px, 0);
        transform: translate3d(0, 1000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes iziM-bounceInUp {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 1000px, 0);
        transform: translate3d(0, 1000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes iziM-bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
@keyframes iziM-bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -1000px, 0);
        transform: translate3d(0, -1000px, 0);
    }
}
@-webkit-keyframes iziM-fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes iziM-fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@-webkit-keyframes iziM-fadeOutDown {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0);
    }
}
@keyframes iziM-fadeOutDown {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0);
    }
}
@-webkit-keyframes iziM-fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes iziM-fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@-webkit-keyframes iziM-fadeOutUp {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0);
    }
}
@keyframes iziM-fadeOutUp {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0);
    }
}
@-webkit-keyframes iziM-fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-200px, 0, 0);
        transform: translate3d(-200px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes iziM-fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-200px, 0, 0);
        transform: translate3d(-200px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@-webkit-keyframes iziM-fadeOutLeft {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-200px, 0, 0);
        transform: translate3d(-200px, 0, 0);
    }
}
@keyframes iziM-fadeOutLeft {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-200px, 0, 0);
        transform: translate3d(-200px, 0, 0);
    }
}
@-webkit-keyframes iziM-fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(200px, 0, 0);
        transform: translate3d(200px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes iziM-fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(200px, 0, 0);
        transform: translate3d(200px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@-webkit-keyframes iziM-fadeOutRight {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(200px, 0, 0);
        transform: translate3d(200px, 0, 0);
    }
}
@keyframes iziM-fadeOutRight {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(200px, 0, 0);
        transform: translate3d(200px, 0, 0);
    }
}
@-webkit-keyframes iziM-flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(60deg);
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
    }
    to {
        -webkit-transform: perspective(400px) rotateX(0);
        opacity: 1;
    }
}
@keyframes iziM-flipInX {
    0% {
        transform: perspective(400px) rotateX(60deg);
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotateX(-10deg);
    }
    70% {
        transform: perspective(400px) rotateX(10deg);
    }
    to {
        transform: perspective(400px) rotateX(0);
        opacity: 1;
    }
}
@-webkit-keyframes iziM-flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 40deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 40deg);
        opacity: 0;
    }
}
@keyframes iziM-flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 40deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 40deg);
        opacity: 0;
    }
} 

@-webkit-keyframes os-resize-observer-dummy-animation {
    0% {
        z-index: 0;
    }
    to {
        z-index: -1;
    }
}
@keyframes os-resize-observer-dummy-animation {
    0% {
        z-index: 0;
    }
    to {
        z-index: -1;
    }
}
@font-face {
    font-family: Manrope;
    font-style: normal;
    font-weight: 400;
    src: url(fonts/ManropeRegular.woff) format("woff"), url(fonts/ManropeRegular.woff2.html) format("woff2");
}
@font-face {
    font-family: Manrope;
    font-style: normal;
    font-weight: 500;
    src: url(fonts/ManropeMedium.woff) format("woff"), url(fonts/ManropeMedium.woff2.html) format("woff2");
}
@font-face {
    font-family: Manrope;
    font-style: normal;
    font-weight: 600;
    src: url(fonts/ManropeSemiBold.woff) format("woff"), url(fonts/ManropeSemiBold.woff2.html) format("woff2");
}
@font-face {
    font-family: Manrope;
    font-style: normal;
    font-weight: 700;
    src: url(fonts/ManropeBold.woff) format("woff"), url(fonts/ManropeBold.woff2.html) format("woff2");
}
@font-face {
    font-family: AngleciaProDisplay;
    font-style: normal;
    font-weight: 400;
    src: url(https://saydis.ru/fonts/AngleciaProDisplayRegular.woff) format("woff"), url(https://saydis.ru/fonts/AngleciaProDisplayRegular.woff2) format("woff2");
}
@font-face {
    font-family: AngleciaProDisplay;
    font-style: normal;
    font-weight: 500;
    src: url(https://saydis.ru/fonts/AngleciaProDisplayMedium.woff) format("woff"), url(https://saydis.ru/fonts/AngleciaProDisplayMedium.woff2) format("woff2");
}
@font-face {
    font-family: AngleciaProDisplay;
    font-style: normal;
    font-weight: 600;
    src: url(https://saydis.ru/fonts/AngleciaProDisplaySemiBold.woff) format("woff"), url(https://saydis.ru/fonts/AngleciaProDisplaySemiBold.woff2) format("woff2");
}
@font-face {
    font-family: AngleciaProDisplay;
    font-style: normal;
    font-weight: 700;
    src: url(https://saydis.ru/fonts/AngleciaProDisplayBold.woff) format("woff"), url(https://saydis.ru/fonts/AngleciaProDisplayBold.woff2) format("woff2");
}
@font-face {
    font-family: Denistina;
    font-style: normal;
    font-weight: 400;
    src: url(https://saydis.ru/fonts/Denistina.woff) format("woff"), url(https://saydis.ru/fonts/Denistina.woff2) format("woff2");
}
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}
img {
    border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400;
}
header,
main,
section {
    display: block;
}
.logo {
    max-width: 100%;
    height: 90px;
}
html {
    -webkit-text-size-adjust: 100%;
}
main {
    display: block;
}
a {
    background-color: transparent;
}
img {
    border-style: none;
}
.image-in {max-width:100%;max-height:450px;}
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    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;
}
[hidden] {
    display: none;
}
html {
    font-size: 62.5%;
}
body,
html {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
}
body *,
html * {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
body {
    min-width: 320px;
    position: relative;
    color: #000;
    font-size: 1.5rem;
    line-height: 1.5;
    font-family: Manrope, sans-serif;
    font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: inherit;
}
a {
    text-decoration: none;
    color: #000;
    cursor: default;
}
[v-cloak] {
    display: none;
}
.wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
.content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
.container {
    max-width: 1300px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
}
.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
}
.body2 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    /*width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);*/
}
.no-wrap {
    white-space: nowrap;
}
.title {
    font-family: Manrope, sans-serif;
    font-size: 5rem;
    font-weight: 600;
    line-height: 6.5rem;
}
.bg-blue-light {
    background-color: #f2f5f9;
    background-image: url(/instructions/watermark_.png);
}
.link {
    font-weight: 500;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
::-webkit-input-placeholder {
    color: #333840;
    opacity: 1;
}
::-moz-placeholder {
    color: #333840;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #333840;
    opacity: 1;
}
::-webkit-input-placeholder {
    color: #333840;
}
::-moz-placeholder {
    color: #333840;
}
:-ms-input-placeholder {
    color: #333840;
}
::-ms-input-placeholder {
    color: #333840;
}
::placeholder {
    color: #333840;
}
.bl-cards {
    padding-bottom: 7rem;
}
.bl-cards-video {
    padding-bottom: 0rem;
    }
.bl-cards-NW {
    padding-bottom: 0rem;
}
.cards {
    margin-bottom: 4.4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0.9rem;
    margin-right: -0.9rem;
}
.cards .card {
    display: block;
    background: #fff;
    border-radius: 0.5rem;
    -webkit-box-shadow: 0 0 1.5rem #ccdef6;
    box-shadow: 0 0 1.5rem #ccdef6;
    margin-left: 0.9rem;
    margin-right: 0.9rem;
    height: 100%;
    -webkit-transition: 0.3s ease-in-out all;
    transition: 0.3s ease-in-out all;
    padding:20px 0 20px 0;
}
.cards .card:hover {
    -webkit-box-shadow: 0 0 2rem #a9c8f0;
    box-shadow: 0 0 2rem #a9c8f0;
    cursor: pointer;
}
.cards .card:hover span {
    color: #0081df;
}
.cards .card * {
    display: block;
}
.cards .card-wrap {
    width: 25%;
    margin-bottom: 1.6rem;
}
.cards .card__img {
    border-radius: 0.3rem;
    width: auto;
    padding-top: 55%;
    margin: 1.4rem 1.4rem 2.8rem 1.4rem;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    -webkit-transition: 0.3s ease-in-out all;
    transition: 0.3s ease-in-out all;
}
.cards .card__info {
    padding: 4rem 2.3rem;
}
.cards .card__info-video {
    padding: 0rem 1.3rem 0rem 0.9rem;
	margin-top: -15px;
margin-bottom: 15px;
	text-align:center;
}
.cards .card__info-NW {
    padding: 0rem 1.3rem 0rem 0.9rem;
    margin-top: 15px;
margin-bottom: 15px;
    text-align:center;
}
.cards .card__title {
    font-size: 2rem;
    font-weight: 500;
    line-height: 2.6rem;
    text-align: center;
}
.cards.teachers .card {
    cursor: default;
    padding-top: 5.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
}
.cards.teachers .card:hover {
    -webkit-box-shadow: 0 0 1.5rem #ccdef6;
    box-shadow: 0 0 1.5rem #ccdef6;
}
.cards.teachers .card:hover .card__img {
    background-size: 100%;
}
.cards.teachers .card__img {
    border-radius: 50%;
    max-width: 20rem;
    height: 20rem;
    margin-left: auto;
    margin-right: auto;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-bottom: 3.2rem;
}
.cards.teachers .card__info {
    text-align: center;
    padding: 0;
}
.cards.teachers-main .card {
    cursor: default;
    padding-top: 2.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
}
.cards.teachers-main .card:hover {
    -webkit-box-shadow: 0 0 1.5rem #ccdef6;
    box-shadow: 0 0 1.5rem #ccdef6;
}
.cards.teachers-main .card:hover .card__img {
    background-size: 100%;
}
.cards.teachers-main .card__img {
    border-radius: 50%;
    max-width: 16rem;
    height: 16rem;
    margin-left: auto;
    margin-right: auto;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-bottom: 3.2rem;
}
.cards.teachers-main .card__info {
    text-align: center;
    padding: 0;
}
.lang-dropdown {
    height: 4.4rem;
    width: 7rem;
    border-radius: 0.5rem;
    background-color: #f1f7fd;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}
.lang-dropdown__selected {
    width: 2rem;
    height: 1.5rem;
    background-position: center left;
    background-size: contain;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: none;
}
.lang-dropdown__selected[data-lang="ru"] {
    background-image: url(images/svg/flags/ru.svg);
}
.lang-dropdown__selected[data-lang="us"] {
    background-image: url(images/svg/flags/us.svg);
}
.lang-dropdown__selected[data-lang="fr"] {
    background-image: url(images/svg/flags/fr.svg);
}
.lang-dropdown__selected[data-lang="it"] {
    background-image: url(images/svg/flags/it.svg);
}
.lang-dropdown__link {
    display: block;
    padding: 0.5rem 0 0.5rem 3rem;
    position: relative;
    -webkit-transition: 0.2s ease-in-out color;
    transition: 0.2s ease-in-out color;
}
.lang-dropdown__link:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 2rem;
    height: 1.5rem;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.lang-dropdown__link[data-lang="ru"]:after {
    background-image: url(images/svg/flags/ru.svg);
}
.lang-dropdown__link[data-lang="us"]:after {
    background-image: url(images/svg/flags/us.svg);
}
.lang-dropdown__link[data-lang="fr"]:after {
    background-image: url(images/svg/flags/fr.svg);
}
.lang-dropdown__link[data-lang="it"]:after {
    background-image: url(images/svg/flags/it.svg);
}
.top {
    padding-top: 4.7rem;
    margin-bottom: 3rem;
}
.header {
    position: relative;
    z-index: 2;
}
.header__top {
    padding: 2rem 0;
    background-color: #fff;
    position: relative;
    z-index: 1;
}
.header__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.header__body > * {
    margin-right: 32px;
}
.header__logo {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.header__lang {
    margin-left: auto;
}
@media (max-width: 1240px) {
    .header__body > * {
        margin-right: -webkit-calc(10px + 22 * ((100vw - 320px)/ 920));
        margin-right: calc(10px + 22 * ((100vw - 320px) / 920));
    }
}
@media screen and (max-width: 1200px) {
    .container {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media screen and (max-width: 992px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .title {
        font-size: 4rem;
        line-height: 5.5rem;
    }
    .cards .card-wrap {
        width: 33.33%;
    }
    .cards.teachers .card {
        padding-top: 3.5rem;
    }
    .cards.teachers .card__img {
        max-width: 18rem;
        height: 18rem;
    }
    .header__logo {
        max-width: 15rem;
    }
}
@media screen and (max-width: 768px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .title {
        font-size: 2.8rem;
        line-height: 1.3;
    }
    .bl-cards {
        padding-bottom: 2.5rem;
    }
    .cards {
        margin-bottom: 2.6rem;
    }
    .cards .card:hover {
        -webkit-box-shadow: 0 0 1.5rem #ccdef6;
        box-shadow: 0 0 1.5rem #ccdef6;
    }
    .cards .card:hover .card__img {
        background-size: 100%;
    }
    .cards .card-wrap {
        width: 50%;
    }
    .cards .card__img {
        margin: 0.9rem 0.9rem 2rem 0.9rem;
    }
    .cards .card__info {
        padding: 0 2rem;
    }
    .cards.teachers .card {
        padding-top: 2.5rem;
    }
    .cards.teachers .card__img {
        max-width: 14rem;
        height: 14rem;
        margin-bottom: 2rem;
    }
    .lang-dropdown {
        cursor: default;
        height: 3.2rem;
        width: 5rem;
    }
    .top {
        padding-top: 3.7rem;
    }
    .header__body > * {
        margin-right: 0;
    }
    .header__lang {
        margin-left: auto;
    }
}
@media screen and (max-width: 480px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .cards .card-wrap {
        width: 100%;
		text-align:center;
    }
    .header__logo {
        max-width: none;
        width: 11rem;
    }
}
@media (any-hover: hover) {
    a {
        cursor: pointer;
    }
    .lang-dropdown__link:hover {
        color: rgba(0, 0, 0, 0.7);
    }
}


div.menu__sub-link
{
    font-size: 1.6rem;
    line-height: 2.2rem;
    font-weight: 500;
    -webkit-transition: 0.2s ease-in-out opacity;
    transition: 0.2s ease-in-out opacity;
    white-space: nowrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

div.menu__sub-link .menu__item-caret.caret
{
    transform: rotate(-90deg);
}

.menu__sub-list .menu__sub-list
{
    display: none;
}

.menu__sub-list .menu__sub-item:hover .menu__sub-list
{
    display: block;
}


@media (min-width: 1300px)
{
    .ownd-subitem-parent
    {
        width: calc( 100% + 25px );
        height: 34px;
        margin-top: -2px;
    }
    
    .menu__sub-list .menu__sub-list
    {
        position: absolute;
        top: 0;
        left: 100%;
    }
}

@media (max-width: 1300px)
{
    .menu-primary .menu__sub-item.ownd-subitem-parent .menu__sub-list
    {
        display: none;
    }
    
    .menu-primary .menu__sub-item.ownd-subitem-parent.open .menu__sub-list
    {
        display: block;
    }
    
    .menu-primary .menu__sub-item.ownd-subitem-parent .menu__item-caret.caret
    {
        transform: rotate(0deg) !important;
    }
    
    .menu-primary .menu__sub-item.ownd-subitem-parent .menu__item-caret.caret .svg-icon-circle-arrow-down
    {
        fill: #009eff;
        stroke: none;
    }
    
    .menu__sub-list .menu__sub-list
    {
        padding: 0 0 0 25px;
    }
}

@charset "UTF-8";
:root {
  --primary-color: #00a94f;
  --color-gray: #f7f9fa;
  --color-blue: #ccdef6;
}

.p-magazines {
  padding-top: 39px;
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .p-magazines {
    padding-top: 50px;
    padding-bottom: 94px;
  }
}
.p-magazines .title {
  font-size: 28px;
  line-height: 120%;
  margin-bottom: 24px;
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .p-magazines .title {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 45px;
  }
}
.p-magazines .g-rudn-divider {
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .p-magazines .g-rudn-divider {
    margin-bottom: 23px;
  }
}
.p-magazines .g-rudn-item__title {
  margin-bottom: 13px;
}
@media (min-width: 992px) {
  .p-magazines .g-rudn-item__title {
    margin-bottom: 26px;
  }
}
.p-magazines .g-rudn-item__text:not(:last-child) {
  margin-bottom: 15px;
}

.p-magazines__list {
  display: grid;
  gap: 20px;
}
@media (min-width: 992px) {
  .p-magazines__list {
    gap: 32px;
  }
}

.p-magazines-item {
  position: relative;
  padding: 21px 20px 40px;
}
@media (min-width: 992px) {
  .p-magazines-item {
    padding: 38px 28px 38px 42px;
    display: flex;
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: 1fr auto;
    -moz-column-gap: 52px;
         column-gap: 52px;
    row-gap: 22px;
  }
}

.g-rudn-item__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
}
@media (min-width: 992px) {
  .g-rudn-item__title {
    font-size: 28px;
    line-height: 130%;
  }
}

.g-rudn-divider {
  width: 100%;
  height: 1px;
  background-color: var(--primary-color);
}

.g-rudn-divider--blue {
  background-color: var(--color-blue);
}

.g-rudn-item__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
}
.g-rudn-item__text b {
  font-weight: 600;
}
@media (min-width: 992px) {
  .g-rudn-item__text {
    font-size: 16px;
    line-height: 180%;
  }
}

.g-rudn-item__text--atten {
  border-radius: 5px;
  font-size: 12px;
  line-height: 180%;
  padding: 19px 16px 17px;
  background-color: var(--color-gray);
}
@media (min-width: 992px) {
  .g-rudn-item__text--atten {
    font-size: 13px;
    padding: 23px 24px 19px;
  }
}

.p-magazines-item__img-wrap {
  width: 164px;
  height: 230px;
  margin: 26px auto 33px;
  position: relative;
  border: 1px solid #e9eff7;
  border-radius: 5px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .p-magazines-item__img-wrap {
    width: 218px;
    height: 306px;
    margin: 0;
    position: relative;
    top: -7px;
    left: -3px;
  }
}
.p-magazines-item__img-wrap img {
  border-radius: 5px;
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-magazines-item__more-info {
  transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s;
  position: relative;
}
@media (min-width: 992px) {
  .p-magazines-item__more-info {
    max-width: 100%;
    grid-column: 1/2;
    padding-top: 17px;
  }
}
.p-magazines-item__more-info.hidden {
  transition: 0s;
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
}

.g-rudn-item__btns {
  display: grid;
  row-gap: 20px;
  -moz-column-gap: 22px;
       column-gap: 22px;
}
.g-rudn-item__btns .btn {
  height: 5rem;
  width:100%;
}
@media (min-width: 992px) {
  .g-rudn-item__btns {
    grid-column: 1/-1;
    grid-template-columns: repeat(auto-fill, 200px);
    flex: 1 0 auto;
    width: 100%;
  }
}

.btn-secondary-gray {
  color: #fff;
  background-color: #848e99;
}

.s-seminar-page {
  /*padding-top: 39px;*/
  padding-bottom: 75px;
}
@media (min-width: 992px) {
  .s-seminar-page {
    /*padding-top: 50px;*/
  }
}
.s-seminar-page .g-rudn-item__text:not(:last-child) {
  margin-bottom: 16px;
}
.s-seminar-page .title {
  margin-bottom: 23px;
  letter-spacing: 0.5px;
}
@media (min-width: 992px) {
  .s-seminar-page .title {
    margin-bottom: 39px;
    letter-spacing: 0.8px;
  }
}
.s-seminar-page .g-rudn-divider--blue {
  margin-bottom: 28px;
}
@media (min-width: 992px) {
  .s-seminar-page .g-rudn-divider--blue {
    margin-bottom: 39px;
  }
}

.s-seminar .g-rudn-item__text--mb:not(:last-child) {
  margin-bottom: 19px;
}

.s-seminar__title-colored {
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  color: var(--primary-color);
  margin-bottom: 35px;
}
@media (min-width: 992px) {
  .s-seminar__title-colored {
    font-size: 28px;
    margin-bottom: 37px;
    /*max-width: 82%;*/
  }
}

.s-seminar__columns {
  margin-bottom: 27px;
}
@media (min-width: 992px) {
  .s-seminar__columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 47px;
  }
  .s-seminar__columns .g-rudn-item__text {
    padding-right: 30px;
  }
}

.s-seminar__title-h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 36px;
}
@media (min-width: 992px) {
  .s-seminar__title-h3 {
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 41px;
  }
}

.s-seminar__list {
  display: grid;
  gap: 21px;
}
@media (min-width: 992px) {
  .s-seminar__list {
    gap: 32px;
  }
}

.s-seminar-item {
  padding: 20px 20px 25px;
  display: grid;
  gap: 40px;
}
@media (min-width: 992px) {
  .s-seminar-item {
    padding: 29px 42px 42px;
    grid-template-columns: 1fr 188px;
    row-gap: 33px;
    -moz-column-gap: 71px;
         column-gap: 71px;
  }
    .s-seminar-item-ruslang {
    padding: 29px 42px 42px;
    row-gap: 33px;
    -moz-column-gap: 71px;
         column-gap: 71px;
  }
}
.s-seminar-item .g-rudn-divider {
  margin-bottom: 20px;
}
.s-seminar-item .g-rudn-item__btns {
  -moz-column-gap: 25px;
       column-gap: 25px;
}

@media (min-width: 992px) {
  .s-seminar-item__text-content .g-rudn-item__text:not(:last-child) {
    margin-bottom: 25px;
  }
}

.s-seminar-item__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 23px;
}
@media (min-width: 992px) {
  .s-seminar-item__title {
    display: flex;
    align-items: center;
    font-size: 28px;
    margin-bottom: 31px;
    min-height: 84px;
  }
}

.s-seminar-item__info {
  background-color: var(--color-gray);
  border-radius: 5px;
  padding: 19px 19px 23px 14px;
  display: grid;
  row-gap: 33px;
  margin-top: 21px;
}
@media (min-width: 667px) {
  .s-seminar-item__info {
    margin-top: 0;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 65px;
         column-gap: 65px;
  }
    .s-seminar-item-ruslang__info {
    margin-top: 0;
    -moz-column-gap: 65px;
         column-gap: 65px;
  }
}
@media (min-width: 992px) {
  .s-seminar-item__info {
    padding: 25px 30px 23px 32px;
  }
}

.s-seminar-item dt {
  text-transform: uppercase;
  color: var(--primary-color);
  font-weight: 600;
  font-size: 9px;
  line-height: 12px;
  letter-spacing: 0.15em;
}

.seminar-info__list dt {
  margin-bottom: 7px;
}

.seminar-item-info__dd {
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  color: #333840;
}
@media (min-width: 992px) {
  .seminar-item-info__dd {
    font-size: 13px;
  }
}

.seminar-date-info {
  text-align: center;
}
.seminar-date-info dt {
  margin-bottom: 14px;
}
.seminar-date-info dd {
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
}
@media (min-width: 992px) {
  .seminar-date-info dd {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .seminar-date-info {
    margin-top: 14px;
    text-align: left;
    padding-right: 19px;
  }
}

.seminar-date-info__item:not(:last-child) {
  margin-bottom: 34px;
}
@media (min-width: 992px) {
  .seminar-date-info__item:not(:last-child) {
    margin-bottom: 36px;
  }
}

dd.seminar-date-info__item-date {
  font-family: "AngleciaProDisplay", sans-serif;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0.02em;
}
@media (min-width: 992px) {
  dd.seminar-date-info__item-date {
    font-size: 28px;
  }
}

dt.seminar-date-info__item-time {
  margin-bottom: 9px;
}

.s-school-page section:last-child {
  padding-bottom: 112px;
}
@media (min-width: 992px) {
  .s-school-page section:last-child {
    padding-bottom: 123px;
  }
}
.s-school-page .title {
  margin-bottom: 18px;
  line-height: 1.2;
  letter-spacing: 0.4px;
}
@media (min-width: 992px) {
  .s-school-page .title {
    letter-spacing: 0.6px;
    margin-bottom: 12px;
  }
}
.s-school-page .g-rudn-item__text {
  line-height: 2;
}

.s-school .s-school__title-h3 {
  line-height: 160%;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .s-school .s-school__title-h3 {
    margin-bottom: 40px;
  }
}

.s-school-slider {
  padding-bottom: 48px;
}
@media (min-width: 992px) {
  .s-school-slider {
    padding-bottom: 105px;
  }
}

.s-school-research .s-school__title-h3 {
  margin-bottom: 20px;
  max-width: 60%;
}
@media (min-width: 992px) {
  .s-school-research .s-school__title-h3 {
    margin-bottom: 34px;
    max-width: 100%;
  }
}

.s-school__title-h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 23px;
}
@media (min-width: 992px) {
  .s-school__title-h3 {
    font-size: 30px;
    line-height: 100%;
  }
}

.s-school__title-h3--green {
  color: var(--primary-color);
}

.s-school__columns {
  display: grid;
  gap: 29px;
  margin-bottom: 47px;
}
@media (min-width: 992px) {
  .s-school__columns {
    grid-template-columns: 507px 1fr;
    -moz-column-gap: 51px;
         column-gap: 51px;
    margin-bottom: 67px;
  }
}

.s-school__img-wrap {
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  height: 152px;
  aspect-ratio: 1.842/1;
  height: auto;
  max-height: 276px;
  position: relative;
}
.s-school__img-wrap img {
  overflow: hidden;
  border-radius: 5px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  .s-school__img-wrap {
    margin-top: 8px;
  }
}

.s-school__slider-wrap {
  position: relative;
  padding: 27px 21px 84px;
}
@media (min-width: 992px) {
  .s-school__slider-wrap {
    padding: 50px 55px 34px 49px;
  }
}
.s-school__slider-wrap .s-school__title-h3 {
  text-align: center;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .s-school__slider-wrap .s-school__title-h3 {
    text-align: left;
    margin-bottom: 60px;
  }
}

.school-history__nav {
  position: absolute;
  bottom: 34px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-grid;
  grid-template-columns: -webkit-min-content -webkit-min-content;
  grid-template-columns: min-content min-content;
  gap: 11px;
}
@media (min-width: 992px) {
  .school-history__nav {
    top: 46px;
    right: 55px;
    left: initial;
    bottom: initial;
    transform: translateX(0);
  }
}

button.school-history__nav-btn {
  cursor: pointer;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: 0;
  outline: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
button.school-history__nav-btn:hover:not(:disabled) {
  color: var(--primary-color);
}

.school-history-slider__slide {
  text-align: center;
}
.school-history-slider__slide .g-rudn-divider {
  margin-bottom: 31px;
}
@media (min-width: 992px) {
  .school-history-slider__slide .g-rudn-divider {
    margin-bottom: 26px;
  }
}
@media (min-width: 992px) {
  .school-history-slider__slide {
    padding: 6px 0px 7px 6px;
    text-align: left;
  }
}

.school-history-slide__slide-title {
  font-family: "AngleciaProDisplay", sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 100%;
  color: var(--primary-color);
  margin-bottom: 17px;
}
@media (min-width: 992px) {
  .school-history-slide__slide-title {
    margin-bottom: 13px;
    font-size: 32px;
  }
}

.school-history-slide__slide-text {
  min-height: 130px;
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
}

.s-school-research {
  padding-bottom: 47px;
}
@media (min-width: 992px) {
  .s-school-research {
    padding-bottom: 112px;
  }
}
.s-school-research .g-rudn-divider {
  margin-bottom: 27px;
}
@media (min-width: 992px) {
  .s-school-research .g-rudn-divider {
    margin-bottom: 36px;
  }
}

.s-school__research-directions-list {
  display: grid;
  gap: 20px;
}
@media (min-width: 992px) {
  .s-school__research-directions-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 47px;
    list-style-type:none;
  }
}
.s-school__research-directions-list li {
  padding-left: 44px;
  position: relative;
}
.s-school__research-directions-list li::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z' fill='%230081df'/%3E%3Cpath d='M7 13L10 16L17 9' stroke='white' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-size: cover;
  position: absolute;
  top: 6px;
  left: -2px;
  width: 24px;
  height: 24px;
}
@media (min-width: 992px) {
  .s-school__research-directions-list li::after {
    width: 32px;
    height: 32px;
    top: 2px;
    left: -2px;
  }
}
.s-school__research-directions-list .g-rudn-item__text {
  line-height: 180%;
}

.s-school-features {
  padding-top: 33px;
  padding-bottom: 50px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .s-school-features {
    padding-top: 92px;
    padding-bottom: 101px;
  }
}
@media (min-width: 992px) {
  .s-school-features .s-school__title-h3 {
    font-weight: 500;
  }
}
.s-school-features .ff-denistina {
  display: none;
}
@media (min-width: 992px) {
  .s-school-features .ff-denistina {
    display: inline-block;
  }
}

.s-school-features__header {
  margin-bottom: 35px;
}
@media (min-width: 992px) {
  .s-school-features__header {
    margin-bottom: 37px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.school-features-list {
  display: grid;
  gap: 18px;
  text-align: center;
}
.school-features-list p:not(.school-features-list__numb) {
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
}
@media (min-width: 992px) {
  .school-features-list p:not(.school-features-list__numb) {
    font-size: 16px;
  }
}
.school-features-list > li {
  padding: 26px 0 21px;
  background: rgba(16, 89, 165, 0.8);
  border-radius: 5px;
}
@media (min-width: 992px) {
  .school-features-list > li {
    padding: 33px 25px 24px;
  }
}
@media (min-width: 992px) {
  .school-features-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1440px) {
  .school-features-list {
    -moz-column-gap: 24px;
         column-gap: 24px;
    grid-template-columns: 1fr repeat(3, 230px);
  }
}

.school-features-list__numb {
  font-family: "AngleciaProDisplay", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0.02em;
}
@media (min-width: 992px) {
  .school-features-list__numb {
    font-size: 60px;
  }
}

.school-features-list__sublist {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: space-evenly;
  height: 100%;
  row-gap: 18px;
}
@media (min-width: 1440px) {
  .school-features-list__sublist {
    align-items: center;
    align-content: center;
    justify-content: space-between;
  }
}
.school-features-list__sublist li {
  flex: 0 1 50%;
}
@media (min-width: 1440px) {
  .school-features-list__sublist li {
    flex: 0 1 15%;
  }
}

@media (min-width: 992px) {
  .school-features-list__li-horiz {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .school-features-list__li-horiz .school-features-list__numb {
    margin-right: 11px;
  }
}
@media (min-width: 1440px) {
  .school-features-list__li-horiz {
    text-align: left;
    justify-content: flex-start;
  }
}

@media (min-width: 992px) {
  .school-features-list__li-3in1 {
    grid-row: 1/3;
  }
}
@media (min-width: 1440px) {
  .school-features-list__li-3in1 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}

li.school-features-list__li-vert {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1440px) {
  li.school-features-list__li-vert {
    grid-row: 1/3;
  }
  li.school-features-list__li-vert .school-features-list__numb {
    margin-bottom: 12px;
  }
}

.s-school-director {
  padding-top: 56px;
  padding-bottom: 75px;
  background-color: white;
}
@media (min-width: 992px) {
  .s-school-director {
    padding-top: 99px;
    padding-bottom: 89px;
    background-color: white;
  }
  .s-school-director .s-school__title-h3 {
    margin-bottom: 43px;
  }
}
.s-school-director .g-rudn-divider {
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .s-school-director .g-rudn-divider {
    margin-bottom: 36px;
  }
}

@media (min-width: 992px) {
  .school-director {
    display: grid;
    row-gap: 39px;
    -moz-column-gap: 0px;
         column-gap: 0px;
    grid-template-columns: 429px 203px auto auto;
    grid-template-areas: "name name position position" "img achievements achievements achievements" "img list list list";
  }
}

.school-director__name {
  font-family: "AngleciaProDisplay", sans-serif;
  margin-bottom: 25px;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0.4px;
}
@media (min-width: 992px) {
  .school-director__name {
    grid-area: name;
    font-size: 44px;
    margin-bottom: 0;
  }
}

.school-director__img-wrap {
  width: 207px;
  height: 292px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  margin: 0 auto 32px;
}
.school-director__img-wrap img {
  border-radius: 5px;
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  .school-director__img-wrap {
    width: 383px;
    height: 541px;
    grid-area: img;
    margin-bottom: 0;
    margin-left: 0;
  }
}

.school-director__position {
  padding: 14px 20px 15px;
  border-radius: 5px;
  background-color: var(--color-gray);
  font-weight: 400;
  font-size: 13px;
  line-height: 180%;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .school-director__position {
    padding: 21px 22px;
    font-size: 16px;
    grid-area: position;
    margin-bottom: 0;
  }
}

.school-director__achievements {
  font-weight: 600;
  font-size: 14px;
  line-height: 180%;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .school-director__achievements {
    font-size: 16px;
    grid-area: achievements;
    margin-bottom: -14px;
  }
}

@media (min-width: 992px) {
  .school-director__lists {
    grid-area: list;
    display: grid;
    gap: 48px;
    align-items: start;
    grid-template-columns: 1fr 1fr;
  }
}

.school-director__feat-list {
  font-weight: 400;
  font-size: 13px;
  line-height: 190%;
  display: grid;
  gap: 21px;
}
.school-director__feat-list:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .school-director__feat-list:not(:last-child) {
    margin-bottom: 0;
  }
}
.school-director__feat-list li {
  padding-left: 38px;
  position: relative;
}
.school-director__feat-list li::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z' fill='%2300A94F'/%3E%3Cpath d='M7 13L10 16L17 9' stroke='white' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  position: absolute;
  top: 2px;
  left: -1px;
  width: 24px;
  height: 24px;
}
@media (min-width: 992px) {
  .school-director__feat-list {
    font-size: 14px;
    line-height: 27px;
    padding-right: 4px;
    gap: 18px;
  }
}

.s-school-team {
  padding-top: 60px;
  padding-bottom: 120px;
}
@media (min-width: 992px) {
  .s-school-team {
    padding-top: 82px;
  }
}
.s-school-team .s-school__title-h3 {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .s-school-team .s-school__title-h3 {
    margin-bottom: 34px;
  }
}
.s-school-team .s-school__title-h3 + .g-rudn-divider {
  margin-bottom: 37px;
}
@media (min-width: 992px) {
  .s-school-team .s-school__title-h3 + .g-rudn-divider {
    margin-bottom: 60px;
  }
}

.s-school-team__list {
  display: grid;
  gap: 23px;
}
@media (min-width: 992px) {
  .s-school-team__list {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: -webkit-min-content -webkit-min-content auto;
    grid-template-rows: min-content min-content auto;
    align-items: start;
    -moz-column-gap: 45px;
         column-gap: 45px;
    row-gap: 43px;
  }
}

.s-school-team__item {
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  padding: 20px 15px 27px 21px;
}
@media (min-width: 992px) {
  .s-school-team__item {
    border-radius: 10px;
    font-size: 16px;
    line-height: 32px;
    padding: 25px 31px 25px 24px;
  }
}
.s-school-team__item .g-rudn-divider {
  margin-bottom: 21px;
}
@media (min-width: 992px) {
  .s-school-team__item .g-rudn-divider {
    margin-bottom: 24px;
  }
}
.s-school-team__item ul:not(:last-child) {
  margin-bottom: 47px;
}
@media (min-width: 992px) {
  .s-school-team__item ul:not(:last-child) {
    margin-bottom: 49px;
  }
}
.s-school-team__item li {
  padding-left: 4px;
  padding-right: 5px;
  position: relative;
}
.s-school-team__item li::before {
  content: "•";
}
@media (min-width: 992px) {
  .s-school-team__item li {
    padding-right: 8px;
  }
}

.s-school-team__item-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 32px;
  color: var(--primary-color);
  margin-bottom: 21px;
}
@media (min-width: 992px) {
  .s-school-team__item-title {
    font-size: 20px;
    line-height: 40px;
  }
}

.s-school-team__item--row2 {
  grid-row: span 3;
}

.school-history-slider {
  overflow-x: hidden;
  overflow-y: hidden;
}/*# sourceMappingURL=app.css.map */

.s-rusyear-page {
  padding-top: 39px;
  padding-bottom: 152px;
}
@media (min-width: 992px) {
  .s-rusyear-page {
   padding-top: 50px;
  }
}
.s-rusyear-page .g-rudn-item__text:not(:last-child) {
  margin-bottom: 16px;
}
.s-rusyear-page .title {
  margin-bottom: 23px;
  letter-spacing: 0.5px;
}
@media (min-width: 992px) {
  .s-rusyear-page .title {
    margin-bottom: 39px;
    letter-spacing: 0.8px;
  }
}
.s-rusyear-page .g-rudn-divider--blue {
  margin-bottom: 28px;
}
@media (min-width: 992px) {
  .s-rusyear-page .g-rudn-divider--blue {
    margin-bottom: 39px;
  }
}

.s-rusyear .g-rudn-item__text--mb:not(:last-child) {
  margin-bottom: 19px;
}

.s-rusyear__title-colored {
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  color: var(--primary-color);
  margin-bottom: 35px;
}
@media (min-width: 992px) {
  .s-rusyear__title-colored {
    font-size: 28px;
    margin-bottom: 37px;
    /*max-width: 82%;*/
  }
}

.s-rusyear__columns {
  margin-bottom: 27px;
}
@media (min-width: 992px) {
  .s-rusyear__columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 47px;
  }
  .s-rusyear__columns .g-rudn-item__text {
    padding-right: 30px;
  }
}

.s-rusyear__title-h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 36px;
}
@media (min-width: 992px) {
  .s-rusyear__title-h3 {
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 41px;
  }
}

.s-rusyear__list {
  display: grid;
  gap: 21px;
}
@media (min-width: 992px) {
  .s-rusyear__list {
    gap: 32px;
  }
}

.s-rusyear-item {
  padding: 20px 20px 25px;
  display: grid;
  gap: 40px;
}
@media (min-width: 992px) {
  .s-rusyear-item {
    padding: 29px 42px 42px;
    grid-template-columns: 1fr 188px;
    row-gap: 33px;
    -moz-column-gap: 71px;
         column-gap: 71px;
  }
    .s-rusyear-item-ruslang {
    padding: 29px 42px 42px;
    row-gap: 33px;
    -moz-column-gap: 71px;
         column-gap: 71px;
  }
}
.s-rusyear-item .g-rudn-divider {
  margin-bottom: 20px;
}
.s-rusyear-item .g-rudn-item__btns {
  -moz-column-gap: 25px;
       column-gap: 25px;
}

@media (min-width: 992px) {
  .s-rusyear-item__text-content .g-rudn-item__text:not(:last-child) {
    margin-bottom: 25px;
  }
}

.s-rusyear-item__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 23px;
}
@media (min-width: 992px) {
  .s-rusyear-item__title {
    display: flex;
    align-items: center;
    font-size: 28px;
    margin-bottom: 31px;
    min-height: 84px;
  }
}

.s-rusyear-item__info {
  background-color: var(--color-gray);
  border-radius: 5px;
  padding: 19px 19px 23px 14px;
  
  row-gap: 33px;
  margin-top: 21px;
}
@media (min-width: 667px) {
  .s-rusyear-item__info {
    margin-top: 0;
    
    -moz-column-gap: 65px;
         column-gap: 65px;
  }
    .s-rusyear-item-ruslang__info {
    margin-top: 0;
    -moz-column-gap: 65px;
         column-gap: 65px;
  }
}
@media (min-width: 992px) {
  .s-rusyear-item__info {
    padding: 25px 30px 23px 32px;
  }
}

.s-rusyear-item dt {
  text-transform: uppercase;
  color: var(--primary-color);
  font-weight: 600;
  font-size: 9px;
  line-height: 12px;
  letter-spacing: 0.15em;
}

.rusyear-info__list dt {
  margin-bottom: 7px;
}

.rusyear-item-info__dd {
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  color: #333840;
}
@media (min-width: 992px) {
  .rusyear-item-info__dd {
    font-size: 13px;
  }
}

.rusyear-date-info {
  text-align: center;
}
.rusyear-date-info dt {
  margin-bottom: 14px;
}
.rusyear-date-info dd {
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
}
@media (min-width: 992px) {
  .rusyear-date-info dd {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .rusyear-date-info {
    margin-top: 14px;
    text-align: left;
    padding-right: 19px;
  }
}

.rusyear-date-info__item:not(:last-child) {
  margin-bottom: 34px;
}
@media (min-width: 992px) {
  .rusyear-date-info__item:not(:last-child) {
    margin-bottom: 36px;
  }
}

dd.rusyear-date-info__item-date {
  font-family: "AngleciaProDisplay", sans-serif;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0.02em;
}
@media (min-width: 992px) {
  dd.rusyear-date-info__item-date {
    font-size: 28px;
  }
}

dt.rusyear-date-info__item-time {
  margin-bottom: 9px;
}
.rusyear-title-emblem {
display:flex;
}

.rusyear-title {
width:85%;
margin-right:30px;
}

.rusyear-emblem {
width:15%;
align-items:center;
justify-content: flex-end;
}
.rusyear-emblem img{
width:80%;
}

.rusyear_banner {
 min-height: 40rem;
}
.rusyear_header {
font-family: "AngleciaProDisplay", sans-serif;
font-size: 5.4rem;
line-height: 5.8rem;
margin-bottom: 3rem;
}
.rusyear_subheader {
font-family: "Manrope", sans-serif;
font-size: 2.8rem;
line-height: 4.4rem;
margin-bottom: 2rem;
}

@media (max-width: 667px) {
    .rusyear-title {
    width:100%;
    margin-right:0;
    }
    
    .rusyear-emblem {
    width:100%;
    align-items:center;
    text-align: center;
    }
    .rusyear-title-emblem {
    flex-wrap:wrap;
    margin-bottom: 20px;
    }
    .rusyear-emblem img{
    width:50%;
    }
    .rusyear_header {
    font-family: "AngleciaProDisplay", sans-serif;
    font-size: 3.8rem;
    line-height: 4.8rem;
    margin-bottom: 3rem;
    }
    .rusyear_subheader {
    font-family: "Manrope", sans-serif;
    font-size: 1.8rem;
    line-height: 3.4rem;
    margin-bottom: 2rem;
    }
    .rusyear_mob_bg {
    background-color:#00853F;
    padding: 2rem 0 2rem;
    }
}

.partners_main {
margin-top: 5.5rem;
}
.bl-partners {
    margin-top: 5.5rem;
    overflow:hidden;
}
.bl-partners .title {
    margin-bottom: 5.5rem;
}
.bl-partners .partners {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative;
}
.bl-partners .partners .card-wrap {
    width: 39.8rem;
    height: auto;
}

.bl-partners__btn {
    margin-top: 6.5rem;
    max-width: 38rem;
    margin-left: auto;
    margin-right: auto;
}
.bl-partners__btn .btn {
    width: 100%;
}
.bl-partners__nav {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: -10.3rem;
    right: 1.5rem;
}
.bl-partners__nav button {
    width: 4rem;
    height: 4rem;
}
.cards.partners .card {
    cursor: default;
    padding-top: 2.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
}
.cards.partners .card:hover {
    -webkit-box-shadow: 0 0 1.5rem #ccdef6;
    box-shadow: 0 0 1.5rem #ccdef6;
}
.cards.partners .card:hover .card__img {
    background-size: 100%;
}
.cards.partners .card__img {
    max-width: 23rem;
    height: 10rem;
    margin-left: auto;
    margin-right: auto;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-bottom: 0;
    margin-top:0;
}
.cards.partners .card__txt {
    font-size: 1.3rem;
    line-height: 1.9rem;
    margin-bottom: 1.5rem;
}
.cards.partners .card__info {
    text-align: center;
    padding: 0 2rem;
}
.main-partners {
    position: relative;
    /*padding-top: 6rem;*/
    padding-bottom: 3rem;
}
.main-partners__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 3.8rem;
}
.main-partners__title h3 {
    font-size: 2.2rem;
    line-height: 2.8rem;
    font-weight: 700;
}
.main-partners .cards {
    margin: 0;
}
.main-partners .cards .card {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.main-partners .cards .card__img {
    border-radius: 0.5rem;
}
/*.main-partners .cards .card:hover {
    -webkit-box-shadow: 0 0 2rem #a9c8f0;
    box-shadow: 0 0 2rem #a9c8f0;
}
.main-partners .cards .card:hover .card__img {
    background-size: 103%;
}*/

@media screen and (max-width: 992px) {
    .cards.partners .card {
        padding-top: 3.5rem;
        padding-bottom: 10rem;
    }
    .cards.partners .card__img {
        max-width: 18rem;
        height: 18rem;
    }
    .bl-partners__nav{
      top: -7rem;
      bottom: 4rem;
      /*left: 0;
      right: 0;*/
      margin: auto;
      z-index: 1;
    }
    .main-partners .cards {
        margin-left: -0.9rem;
        margin-right: -0.9rem;
    }
    .main-partners .cards .card__img {
        margin-top: 1.4rem;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 2.8rem;
    }
    .main-partners .cards .card__info {
            padding: 0 2rem;
    }
    .main-partners .cards .card:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .main-partners .cards .card:hover .card__img {
        background-size: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and (max-width: 768px) {
.bl-partners {
        margin-top: 3.5rem;
    }
    .bl-partners .title {
        margin-bottom: 3.5rem;
    }
    .bl-partners__btn {
        max-width: none;
        margin-top: 10rem;
    }
    .bl-partners__btn .btn {
        height: 5rem;
    }
    .bl-partners__nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
 .main-partners {
        padding-top: 0;
    }
    .main-partners .cards .card__img {
        margin: 0.9rem auto 2rem auto;
    }
    .main-partners .cards .card {
        padding: 0.1rem 0 2rem 0;
    }
}
.s-school__research-directions-list {
    list-style-type:none;
    margin-left:-40px;
  }
.bg-item {
padding: 38px 28px 38px 42px;
}
.bg-item li {
margin-bottom:15px;
font-size:16px;
line-height:170%;
margin-left:-20px;
}
.bl-bsh {
background: #fff;
border-radius: 0.5rem;
-webkit-box-shadow: 0 0 1.5rem #ccdef6;
box-shadow: 0 0 1.5rem #ccdef6;
}
@media (max-width: 768px) {
    .bg-item {
padding: 28px;
}
.bg-item li {
font-size:14px;
}
.s-seminar-page {
  /*padding-top: 39px;*/
  padding-bottom: 40px;
}
}

.link1 {
	color:#0081df;
	text-decoration:underline;
}


.video { 

/* width: 100%; */
/* height: 100%; */
/* overflow: hidden; */
-webkit-transform: scaleX(0.75);
-moz-transform: scaleX(0.75);
-webkit-transform: scale(0.85);
-moz-transform: scaleY(0.85);
/* object-fit: contain; */
/* left: -50%; */
border-radius: 0.5rem;
margin-left: -1.8rem;
margin-right: -1.8rem;
position: relative;

        }



.noselect {
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}