@font-face {
    font-family: Evolventa;
    src: url("../../fonts/Evolventa Bold.eot");
    src: local("../../fonts/Evolventa-Bold"), local("../../fonts/Evolventa-Bold"), url("../../fonts/Evolventa-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/Evolventa-Bold.woff2") format("woff2"), url("../../fonts/Evolventa-Bold.woff") format("woff"), url("../../fonts/Evolventa-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-family: Evolventa;
    src: url("../../fonts/Evolventa Regular.eot");
    src: local("../../fonts/Evolventa-Regular"), local("../../fonts/Evolventa-Regular"), url("../../fonts/Evolventa-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/Evolventa-Regular.woff2") format("woff2"), url("../../fonts/Evolventa-Regular.woff") format("woff"), url("../../fonts/Evolventa-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

html {
    max-width: 100%;
}

body, html {
    max-width: 100vw;
}

body {
    margin: 0;
    max-width: 100%;
    overflow-x: hidden;
    font-family: "Evolventa";
    font-weight: 400;
    background: #fff;
    font-size: 16px;
    color: #0f2f50;
    -webkit-font-smoothing: antialiased
}


body.fixed {
    overflow: hidden
}

.container {
    max-width: 1407px;
    padding: 0 10px;
    width: 100%;
    margin: 0 auto
}

.section__heading {
    text-align: center;
    font-weight: 700;
    font-size: 40px;
    line-height: 53px;
    color: #3b72b8;
    padding: 30px 0 80px 0;
    text-transform: uppercase
}

@media (max-width: 700px) {
    .section__heading {
        font-size: 36px
    }
}

@media (max-width: 600px) {
    .section__heading {
        font-size: 30px
    }
}

.section__subtitle {
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    font-size: 40px;
    line-height: 53px;
    color: #3b72b8;
    padding: 0 0 30px 0
}

@media (max-width: 700px) {
    .section__subtitle {
        font-size: 36px
    }
}

@media (max-width: 600px) {
    .section__subtitle {
        font-size: 30px
    }
}
.life-button-group {
    display: flex;
    align-items: center;
}

.scroll__arrow {
    position: sticky;
    display: block;
    bottom: 100px;
    z-index: 30;
    width: fit-content;
    height: 100%;
    left: 91%;
    cursor: pointer
}

.scroll__arrow svg {
    width: 100px;
    height: 100px
}

@media (max-width: 700px) {
    .scroll__arrow svg {
        width: 70px;
        height: 70px
    }
}

@media (max-width: 700px) {
    .scroll__arrow {
        left: 82%;
    }
}

@media (max-width: 500px) {
    .scroll__arrow {
        left: 77%;
    }
}

section.text {
    padding: 50px 0;
    font-size: 24px;
    line-height: 32px;
    text-align: right
}

section.text p {
    max-width: 735px;
    margin-left: auto
}

section.text .container {
    border-top: 1px solid #0f2f50
}

h1,
h2,
h3,
h4,
h4,
h5 {
    margin: 0
}

h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 53px;
    text-align: center
}

@media (max-width: 900px) {
    h3 {
        font-size: 35px;
        line-height: 40px
    }
}

@media (max-width: 550px) {
    h3 {
        font-size: 28px
    }
}

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

.btn {
    color: #3b72b8;
    font-size: 18px;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 25px;
    gap: 10px;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #3b72b8;
    box-shadow: -2px 2px 9px rgba(0, 0, 0, .25);
    position: relative;
    transition: all .2s ease;
    cursor: pointer;
    z-index: 1;
    margin: 0;
    text-decoration: none
}

.btn.long {
    width: 251px
}

.btn.btn-header {
    font-size: 15px;
    padding: 8px 25px;
    line-height: 20px
}

.btn.def::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #3b72b8;
    transition: all .3s ease
}

.btn.def:hover {
    text-decoration: none;
    color: #fff;
}

.btn.def:hover::after {
    top: 0;
    height: 100%
}

.btn.def:active {
    border: 1px solid #ee1e45;
    filter: drop-shadow(-2px 2px 9px rgba(0, 0, 0, 0.25));
    color: #ee1e45;
    background: #fff
}

.btn.def:active:after {
    display: none
}

.btn.def:disabled,
.btn.def[disabled] {
    border: 1px solid rgba(59, 114, 184, .2);
    box-shadow: -2px 2px 9px rgba(0, 0, 0, .25);
    color: rgba(59, 114, 184, .2);
    pointer-events: none
}

.btn.form {
    font-size: 32px;
    line-height: 43px;
    padding: 14px 50px;
    color: #fff;
    background: #3b72b8
}

.btn.form::after {
    background: #fff
}

.btn.form:hover {
    color: #3b72b8
}

.btn.form:hover::after {
    top: 0;
    height: 100%
}

.btn.more-btn {
    width: 110px;
    height: 110px;
    color: #fff;
    background: #3b72b8;
    border: 2px solid #fff;
    font-size: 15px;
    line-height: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    filter: drop-shadow(-5px 4px 19px rgba(0, 0, 0, 0.25));
    position: relative;
    transition: all .2s ease;
    cursor: pointer;
    z-index: 1;
    margin: 0;
    text-decoration: none;
    text-align: center;
    transform: rotate(-45deg);
    border-radius: 13px;
    transition: all .2s ease-in-out
}

.btn.more-btn span {
    transform: rotate(45deg)
}

.btn.more-btn.one {
    grid-row-start: 4;
    grid-column-start: 2;
    grid-row-end: 4;
    grid-column-end: 2;
    transform: rotate(-45deg) translate(-155px, -150px)
}

@media (max-width: 1450px) {
    .btn.more-btn.one {
        transform: rotate(-45deg) translate(0px, 0px);
        grid-row-start: 5;
        grid-row-end: 5
    }
}

@media (max-width: 1000px) {
    .btn.more-btn.one {
        order: 8;
        transform: rotate(-45deg) translate(-70px, -100px)
    }
}

@media (max-width: 680px) {
    .btn.more-btn.one {
        order: 7;
        transform: rotate(-45deg) translate(110px, -240px)
    }
}

.btn.more-btn.two {
    grid-row-start: 4;
    grid-column-start: 3;
    grid-row-end: 4;
    grid-column-end: 3;
    transform: rotate(-45deg) translate(80px, 110px)
}

@media (max-width: 1450px) {
    .btn.more-btn.two {
        transform: rotate(-45deg) translate(0px, 0px);
        grid-row-start: 5;
        grid-row-end: 5;
        grid-column-start: 2;
        grid-column-end: 2
    }
}

@media (max-width: 1000px) {
    .btn.more-btn.two {
        order: 9;
        transform: rotate(-45deg) translate(230px, -40px)
    }
}

@media (max-width: 680px) {
    .btn.more-btn.two {
        order: 7;
        transform: rotate(-45deg) translate(350px, -240px)
    }
}

@media (max-width: 1000px) {
    .btn.more-btn {
        width: 100px;
        height: 100px;
        font-size: 15px
    }
}

.btn.more-btn:hover {
    background: #fff;
    color: #3b72b8;
    border-color: #3b72b8;
    filter: none
}

@media (max-width: 1450px) {
    .btn.more-btn {
        grid-row-start: 5;
        grid-row-end: 5;
        transform: rotate(-45deg) translate(0px, 0px);
        margin: 0 auto
    }

    .btn.more-btn.one {
        grid-column-start: 1;
        grid-column-end: 1
    }

    .btn.more-btn.two {
        grid-column-start: 2;
        grid-column-end: 2
    }
}

.btn.blue {
    background: #3b72b8;
    color: #fff
}

.btn.blue:after {
    background: #fff
}

.btn.blue:hover {
    border-color: #3b72b8;
    color: #3b72b8
}

.btn-intro {
    color: #3b72b8;
    font-size: 18px;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 25px;
    gap: 10px;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #3b72b8;
    box-shadow: -2px 2px 9px rgba(0, 0, 0, .25);
    position: relative;
    transition: all .2s ease;
    cursor: pointer;
    z-index: 1;
    margin: 0;
    text-decoration: none;
    text-align: center;
    font-size: 20px;

    filter: drop-shadow(-5px 4px 19px rgba(0, 0, 0, 0.25));
    padding: 0;
    background: #fff;
    border-radius: 13px;
    border: 2px solid #3b72b8;
    transform: rotate(-45deg);
    transition: all .2s ease-out
}

.btn-intro:focus {
    outline: none
}

@media (max-width: 800px) {
    .btn-intro {
        font-size: 16px
    }
}

@media (max-width: 650px) {
    .btn-intro {
        font-size: 14px
    }
}

.intro__btns a:nth-child(1) {
    width: 167px;
    height: 165px;
    grid-row-start: 1;
    grid-column-start: 1;
    grid-row-end: 1;
    grid-column-end: 1;
    transform: rotate(-45deg) translate(-110px, 5px)
}

@media (max-width: 1100px) {
    .intro__btns a:nth-child(1) {
        transform: rotate(-45deg) translate(18px, 57px)
    }
}

@media (max-width: 800px) {
    .intro__btns a:nth-child(1) {
        width: 128px;
        height: 128px
    }
}

@media (max-width: 650px) {
    .intro__btns a:nth-child(1) {
        width: 108px;
        height: 108px
    }
}

@media (max-width: 420px) {
    .intro__btns a:nth-child(1) {
        transform: rotate(-45deg) translate(0px, 30px);
        width: 98px;
        height: 98px
    }
}

.intro__btns a:nth-child(2) {
    width: 140px;
    height: 139px;
    grid-row-start: 1;
    grid-column-start: 3;
    grid-row-end: 1;
    grid-column-end: 3;
    transform: rotate(-45deg) translate(-155px, -39px)
}

@media (max-width: 1100px) {
    .intro__btns a:nth-child(2) {
        transform: rotate(-45deg) translate(-135px, -95px)
    }
}

@media (max-width: 800px) {
    .intro__btns a:nth-child(2) {
        width: 117px;
        height: 117px;
        grid-column-start: 2;
        grid-column-end: 2;
        transform: rotate(-45deg) translate(-80px, -45px)
    }
}

@media (max-width: 780px) {
    .intro__btns a:nth-child(2) {
        transform: rotate(-45deg) translate(-65px, -20px)
    }
}

@media (max-width: 700px) {
    .intro__btns a:nth-child(2) {
        transform: rotate(-45deg) translate(-45px, 5px)
    }
}

@media (max-width: 650px) {
    .intro__btns a:nth-child(2) {
        width: 97px;
        height: 97px;
        transform: rotate(-45deg) translate(-49px, -4px)
    }
}

@media (max-width: 620px) {
    .intro__btns a:nth-child(2) {
        transform: rotate(-45deg) translate(10px, 60px)
    }
}

@media (max-width: 420px) {
    .intro__btns a:nth-child(2) {
        transform: rotate(-45deg) translate(15px, 45px);
        width: 87px;
        height: 87px
    }
}

.intro__btns a:nth-child(3) {
    width: 140px;
    height: 139px;
    grid-row-start: 1;
    grid-column-start: 5;
    grid-row-end: 1;
    grid-column-end: 5;
    transform: rotate(-45deg) translate(-240px, -177px)
}

@media (max-width: 1100px) {
    .intro__btns a:nth-child(3) {
        transform: rotate(-45deg) translate(-75px, -190px);
        grid-row-start: 3;
        grid-column-start: 3;
        grid-row-end: 3;
        grid-column-end: 3
    }
}

@media (max-width: 800px) {
    .intro__btns a:nth-child(3) {
        width: 87px;
        height: 87px;
        grid-column-start: 2;
        grid-column-end: 2;
        transform: rotate(-45deg) translate(-5px, -95px)
    }
}

@media (max-width: 780px) {
    .intro__btns a:nth-child(3) {
        transform: rotate(-45deg) translate(20px, -70px)
    }
}

@media (max-width: 700px) {
    .intro__btns a:nth-child(3) {
        transform: rotate(-45deg) translate(40px, -30px)
    }
}

@media (max-width: 650px) {
    .intro__btns a:nth-child(3) {
        width: 67px;
        height: 67px
    }
}

@media (max-width: 620px) {
    .intro__btns a:nth-child(3) {
        transform: rotate(-45deg) translate(70px, 10px)
    }
}

@media (max-width: 420px) {
    .intro__btns a:nth-child(3) {
        transform: rotate(-45deg) translate(90px, 0px);
        width: 65px;
        height: 65px
    }
}

.intro__btns a:nth-child(4){
    width: 140px;
    height: 138px;
    grid-row-start: 2;
    grid-column-start: 2;
    grid-row-end: 2;
    grid-column-end: 2;
    transform: rotate(-45deg) translate(-74px, -47px)
}

@media (max-width: 1100px) {
    .intro__btns a:nth-child(4){
        transform: rotate(-45deg) translate(0px, -50px)
    }
}

@media (max-width: 800px) {
    .intro__btns a:nth-child(4){
        width: 107px;
        height: 107px;
        transform: rotate(-45deg) translate(-115px, -140px)
    }
}

@media (max-width: 780px) {
    .intro__btns a:nth-child(4){
        transform: rotate(-45deg) translate(-100px, -115px)
    }
}

@media (max-width: 700px) {
    .intro__btns a:nth-child(4){
        transform: rotate(-45deg) translate(-80px, -95px)
    }
}

@media (max-width: 650px) {
    .intro__btns a:nth-child(4){
        width: 87px;
        height: 87px;
        transform: rotate(-45deg) translate(-80px, -100px)
    }
}

@media (max-width: 620px) {
    .intro__btns a:nth-child(4){
        transform: rotate(-45deg) translate(-20px, -30px)
    }
}

@media (max-width: 420px) {
    .intro__btns a:nth-child(4){
        width: 85px;
        height: 85px;
        transform: rotate(-45deg) translate(-12px, -34px)
    }
}

.intro__btns a:nth-child(5){
    width: 126px;
    height: 126px;
    grid-row-start: 4;
    grid-column-start: 4;
    grid-row-end: 2;
    grid-column-end: 4;
    transform: rotate(-45deg) translate(-157px, -115px)
}

@media (max-width: 1100px) {
    .intro__btns a:nth-child(5){
        grid-row-start: 4;
        grid-column-start: 1;
        grid-row-end: 4;
        grid-column-end: 1;
        transform: rotate(-45deg) translate(65px, 50px)
    }
}

@media (max-width: 800px) {
    .intro__btns a:nth-child(5){
        width: 97px;
        height: 97px;
        transform: rotate(-45deg) translate(45px, 50px)
    }
}

@media (max-width: 650px) {
    .intro__btns a:nth-child(5){
        width: 87px;
        height: 87px;
        transform: rotate(-45deg) translate(65px, 50px)
    }
}

@media (max-width: 420px) {
    .intro__btns a:nth-child(5){
        width: 75px;
        height: 75px;
        transform: rotate(-45deg) translate(40px, 38px)
    }
}

.intro__btns a:nth-child(6) {
    width: 161px;
    height: 161px;
    grid-row-start: 3;
    grid-column-start: 1;
    grid-row-end: 3;
    grid-column-end: 1;
    transform: rotate(-45deg) translate(-22px, 17px)
}

@media (max-width: 1100px) {
    .intro__btns a:nth-child(6) {
        transform: rotate(-45deg) translate(110px, 25px)
    }
}

@media (max-width: 800px) {
    .intro__btns a:nth-child(6) {
        width: 120px;
        height: 120px;
        transform: rotate(-45deg) translate(95px, 25px)
    }
}

@media (max-width: 650px) {
    .intro__btns a:nth-child(6) {
        width: 107px;
        height: 107px
    }
}

@media (max-width: 420px) {
    .intro__btns a:nth-child(6) {
        width: 95px;
        height: 95px;
        transform: rotate(-45deg) translate(63px, 2px)
    }
}

.intro__btns a:nth-child(7) {
    width: 140px;
    height: 138px;
    grid-row-start: 3;
    grid-column-start: 3;
    grid-row-end: 3;
    grid-column-end: 3;
    transform: rotate(-45deg) translate(-71px, -125px)
}

@media (max-width: 1100px) {
    .intro__btns a:nth-child(7) {
        grid-row-start: 4;
        grid-column-start: 2;
        grid-row-end: 4;
        grid-column-end: 2;
        transform: rotate(-45deg) translate(70px, -75px)
    }
}

@media (max-width: 800px) {
    .intro__btns a:nth-child(7) {
        width: 117px;
        height: 117px;
        transform: rotate(-45deg) translate(-50px, -190px)
    }
}

@media (max-width: 780px) {
    .intro__btns a:nth-child(7) {
        transform: rotate(-45deg) translate(-35px, -175px)
    }
}

@media (max-width: 700px) {
    .intro__btns a:nth-child(7) {
        transform: rotate(-45deg) translate(-15px, -155px)
    }
}

@media (max-width: 650px) {
    .intro__btns a:nth-child(7) {
        width: 107px;
        height: 107px;
        transform: rotate(-45deg) translate(-5px, -145px)
    }
}

@media (max-width: 620px) {
    .intro__btns a:nth-child(7) {
        transform: rotate(-45deg) translate(45px, -65px)
    }
}

@media (max-width: 420px) {
    .intro__btns a:nth-child(7) {
        transform: rotate(-45deg) translate(60px, -60px);
        width: 95px;
        height: 95px
    }
}

.intro__btns a:nth-child(8) {
    width: 127px;
    height: 125px;
    grid-row-start: 3;
    grid-column-start: 5;
    grid-row-end: 3;
    grid-column-end: 5;
    transform: rotate(-45deg) translate(-142px, -190px)
}

@media (max-width: 1100px) {
    .intro__btns a:nth-child(8) {
        transform: rotate(-45deg) translate(0, 0);
        display: none
    }
}

.btn-intro span {
    transform: rotate(45deg);
    position: relative;
    z-index: 3
}

.btn-intro.white:hover {
    background: rgba(59, 113, 184, .4705882353);
    color: #fff
}

.btn-intro.blue {
    background: #3b72b8;
    color: #fff;
    border: 2px solid #fff
}

.btn-intro.blue:hover {
    background: rgba(255, 255, 255, .436);
    border-color: #3b72b8;
    color: #3b72b8
}

.btn-intro.btn-loading.active {
    animation: pulse 2s;
    box-shadow: 0 0 5px 1em rgba(0, 0, 0, 0)
}

.rgsu-life {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-decoration: none;
    gap: 6px;
    text-align: center;
    width: 580px;
    height: 140px;
    background: #f1f5fa;
    transition: all .2s ease-in-out;
    font-weight: 700;
    font-size: 20px;

    color: #0f2f50;
    z-index: 1;
    transform-origin: left top
}

.rgsu-life .group {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    transition: all .2s ease-in-out;
    background: url(../../images/icons/rgsu-life-group.png)
}

.rgsu-life svg {
    width: 150px;
    height: 29px
}

.rgsu-life svg path {
    transition: all .2s ease-in-out
}

@media (max-width: 630px) {
    .rgsu-life svg {
        width: 130px;
        height: 19px
    }
}

.rgsu-life:hover {
    background: #3b72b8;
    color: #fff;
    transform: scaleX(1.04) scaleY(1.04)
}

.rgsu-life:hover .group {
    background: url(../images/icons/rgsu-life-group-white.png);
    transform: scaleX(1) scaleY(1);
    z-index: -1
}

.rgsu-life:hover path.text {
    fill: #fff
}

@media (max-width: 630px) {
    .rgsu-life {
        width: 362px;
        height: 132px;
        font-size: 18px
    }
}

@media (max-width: 630px) {
    .rgsu-life {
        width: 302px;
        height: 102px;
        font-size: 18px
    }
}

@keyframes pulse {
    0% {
        background: #3b72b8;
        color: #fff
    }

    2% {
        box-shadow: 0 0 0 0 #3b72b8
    }
}

.header {
    position: relative
}

.header__title {
    text-align: center;
    padding-top: 25px;
    font-weight: 700;
    font-size: 48px;
    line-height: 64px;
    color: #0f2f50
}

@media (max-width: 1100px) {
    .header__title {
        font-size: 40px
    }
}

@media (max-width: 650px) {
    .header__title {
        font-size: 30px;
        line-height: 40px
    }
}

@media (max-width: 600px) {
    .header__title {
        font-size: 20px;
        line-height: 26.6px
    }
}

@media (max-width: 420px) {
    .header__title {
        padding-top: 10px
    }
}

.header__pannel {
    position: fixed;
    display: flex;
    flex-direction: column;
    right: 0;
    top: 0;
    transform: translateX(100%);
    width: 30%;
    background: #f1f8fe;
    z-index: 61;
    box-shadow: -2px 2px 9px rgba(0, 0, 0, .25);
    padding: 20px;
    transition: all .3s ease-in-out;
    height: 100%;
    overflow: auto
}

.header__pannel::-webkit-scrollbar {
    width: 7px;
    background-color: none;
    border-radius: 8px
}

.header__pannel::-webkit-scrollbar-thumb {
    background-color: none;
    border-radius: 7px
}

.header__pannel a {
    text-decoration: none;
    font-size: 17px;
    color: #0f2f50
}

.header__pannel a:hover {
    text-decoration: underline
}

.header__pannel.active {
    transform: translateX(0)
}

.header__pannel .header__social {
    display: none
}

.header__pannel .header__lang {
    display: none
}

@media (max-width: 1200px) {
    .header__pannel {
        width: 50%
    }
}

@media (max-width: 1050px) {
    .header__pannel .header__social {
        justify-content: center;
        display: flex
    }
}

@media (max-width: 940px) {
    .header__pannel {
        width: 60%
    }

    .header__pannel .header__lang {
        display: flex;
        justify-content: center;
        margin: 20px 0
    }
}

@media (max-width: 670px) {
    .header__pannel {
        width: 100%
    }
}

.header__pannel .burger {
    padding: 50px 0;
    padding-right: 0
}

.header__pannel .burger-button {
    margin: 0 auto
}

.header__pannel-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 60px;
    max-width: 370px;
    margin: 0 auto;
    min-height: 700px;
    padding-right: 30px;
    padding-top: 50px
}

@media (max-width: 960px) {
    .header__pannel-wrapper {
        text-align: center
    }
}

@media (max-width: 780px) {
    .header__pannel-wrapper {
        gap: 35px
    }
}

.header__social {
    display: flex;
    gap: 25px
}

@media (max-width: 960px) {
    .header__social {
        display: flex;
        justify-content: center
    }
}

@media (max-width: 540px) {
    .header__social {
        display: none
    }
}

.header__pannel_contacts {
    display: flex;
    flex-direction: column;
    gap: 30px
}

.header__pannel_contacts_item {
    display: flex;
    align-items: center;
    gap: 22px
}

.header__pannel_contacts_item a {
    font-size: 20px;

    color: #0f2f50
}

.header__pannel_contacts_item a:focus {
    outline: none
}

.header__social_item {
    transition: all .2s ease-in-out;
    text-decoration: none
}

.header__social_item:hover {
    transform: translateY(5px)
}

@media (max-width: 780px) {
    .header__social_item svg {
        height: 34px;
        width: 34px
    }
}

.header__pannel_nav .navigation__item {
    display: none
}

@media (max-width: 900px) {
    .header__pannel_nav .navigation__item {
        display: flex;
        text-align: left
    }
}

.header__pannel_nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
    color: #0f2f50;
    max-width: 270px
}

.header__pannel_nav .navigation__item {
    position: relative;
    padding: 0;
    font-size: 15px;
    line-height: 20px;
    color: #3b72b8;
    text-decoration: none;
    background: none;
    z-index: 1;
    transition: all .2s ease-in-out;
    z-index: 10
}

.header__pannel_nav .navigation__item.active {
    font-weight: 700
}

.header__pannel_nav .navigation__item.list {
    align-items: center;
    gap: 10px
}

.header__pannel_nav .navigation__item.list:hover {
    cursor: pointer;
    color: #3b72b8
}

.header__pannel_nav .navigation__item.list:hover:after {
    display: none
}

.header__pannel_nav .navigation__item.list.show .navigation__item_list {
    display: flex;
    animation: slideFadeIn .2s
}

.header__pannel_nav .navigation__item.list.show svg {
    transition: all .2s ease-in-out;
    transform: rotate(90deg)
}

.header__pannel_nav .navigation__item.list .navigation__item_list {
    display: none;
    flex-direction: column;
    position: absolute;
    padding: 17px;
    padding-left: 30px;
    gap: 20px;
    width: 305px;
    background: #f1f8fe;
    transform: translateX(0);
    z-index: 100;
    top: 110%;
    font-weight: 400
}

.header__pannel_nav .navigation__item.list .navigation__item_list a {
    text-decoration: none;
    font-size: 15px;
    line-height: 20px;
    color: #3b72b8
}

.header__pannel_nav .navigation__item.list .navigation__item_list a:hover {
    text-decoration: underline
}

.header__pannel_nav .navigation__item::before {
    display: none
}

.header__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media (max-width: 1600px) {
    .header__wrapper {
        padding-top: 10px
    }
}

.header__left {
    display: flex;
    align-items: center;
    gap: 60px
}

@media (max-width: 1280px) {
    .header__left {
        gap: 50px
    }
}

@media (max-width: 600px) {
    .header__left {
        gap: 30px
    }
}

.header__logo {
    display: inline-flex;
    position: relative;
    width: 97px;
    height: 125px
}

.header__logo .header__logo-ribbon {
    position: absolute;
    bottom: 8px;
    right: -30px
}

@media (max-width: 1280px) {
    .header__logo .header__logo-ribbon {
        width: 38px;
        height: 30px;
        bottom: 7px;
        right: -8px
    }
}

@media (max-width: 600px) {
    .header__logo .header__logo-ribbon {
        width: 23px;
        height: 15px;
        bottom: 11px;
        right: -11px
    }
}

.header__logo img {
    max-width: 100%;
    height: auto
}

@media (max-width: 1280px) {
    .header__logo {
        width: 77px;
        height: 80px
    }
}

@media (max-width: 600px) {
    .header__logo {
        width: 47px;
        height: 65px
    }
}

.header__vision {
    height: 34px;
    cursor: pointer
}

.header__vision svg {
    max-width: 100%;
    height: auto
}

.header__vision svg:hover path {
    fill: rgba(59, 113, 184, .5764705882)
}

.header__vision svg path {
    transition: all .2s ease-in-out
}

@media (max-width: 600px) {
    .header__vision {
        width: 33px;
        height: 24px
    }
}

.header__input {
    display: flex;
    align-items: center;
    gap: 10px
}

.header__input a {
    height: fit-content
}

.header__input input {
    background: rgba(0, 0, 0, 0);
    border: none;
    outline: none;
    border-bottom: 2px solid #3b72b8;
    color: #3b72b8;
    font-size: 12px;
    line-height: 16px;
    width: 110px
}

.header__input input::placeholder {
    color: #3b72b8;
    font-size: 12px;
    line-height: 16px
}

@media (max-width: 740px) {
    .header__input input {
        display: none
    }
}

@media (max-width: 940px) {
    .header__lang {
        display: none
    }
}

.header__lang-item {
    padding: 0 10px;
    text-decoration: none;
    color: #3b72b8;
    position: relative
}

.header__lang-item::after {
    content: "";
    position: absolute;
    right: -2px;
    top: 0;
    background: #3b72b8;
    height: 100%;
    width: 2px
}

.header__lang-item:first-child {
    padding: 0 10px 0 0
}

.header__lang-item:last-child {
    padding-right: 0
}

.header__lang-item:last-child:after {
    display: none
}

.header__lang-item:hover {
    color: #0f2f50
}

.header__right {
    display: flex;
    align-items: flex-end;
    gap: 59px;
    padding: 1px 1px 2px 1px
}

@media (max-width: 1280px) {
    .header__right {
        gap: 40px
    }
}

@media (max-width: 780px) {
    .header__right {
        gap: 30px
    }
}

@media (max-width: 600px) {
    .header__right {
        gap: 20px
    }
}

@media (max-width: 400px) {
    .header__right {
        gap: 15px
    }
}

.header__info {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 16px
}

.header__info .wrapper {
    display: flex;
    align-items: center;
    gap: 40px
}

.header__number {
    color: #3b72b8;
    text-decoration: none;
    font-size: 20px
}

.header__number.pannel {
    display: none
}

@media (max-width: 1280px) {
    .header__number {
        font-size: 16px
    }
}

@media (max-width: 550px) {
    .header__number {
        display: none
    }

    .header__number.pannel {
        display: block
    }
}

.header__mail {
    height: 24px
}

.header__info_btns {
    display: flex;
    gap: 20px
}

@media (max-width: 960px) {
    .header__info_btns {
        display: none
    }
}

.header__info_btns.pannel {
    display: none
}

@media (max-width: 960px) {
    .header__info_btns.pannel {
        display: flex;
        flex-direction: column;
        gap: 15px
    }
}

#burger {
    padding-right: 12px
}

.burger-button {
    position: relative;
    cursor: pointer;
    height: 30px;
    width: 41px;
    display: block;
    z-index: 20;
    border: 0;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0);
    pointer-events: all;
    transition: transform .6s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding: 0
}

@media (max-width: 600px) {
    .burger-button {
        height: 21px
    }
}

.burger-bar {
    background-color: #3b72b8;
    position: absolute;
    top: 43%;
    right: 6px;
    left: 6px;
    height: 4px;
    width: 41px;
    margin-top: -1px;
    transition: transform .6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity .3s cubic-bezier(0.165, 0.84, 0.44, 1), background-color .6s cubic-bezier(0.165, 0.84, 0.44, 1)
}

@media (max-width: 600px) {
    .burger-bar {
        width: 31px
    }
}

.burger-bar--1 {
    -webkit-transform: translateY(-7px);
    transform: translateY(-12px)
}

@media (max-width: 600px) {
    .burger-bar--1 {
        transform: translateY(-8px)
    }
}

.burger-bar--2 {
    transform-origin: 100% 50%;
    transform: scaleX(1)
}

.burger-button:hover .burger-bar--2 {
    transform: scaleX(1)
}

.no-touchevents .burger-bar--2:hover {
    transform: scaleX(1)
}

.burger-bar--3 {
    transform: translateY(12px)
}

@media (max-width: 600px) {
    .burger-bar--3 {
        transform: translateY(8px)
    }
}

#burger.active .burger-button {
    transform: rotate(-180deg)
}

#burger.active .burger-bar--1 {
    transform: rotate(45deg)
}

#burger.active .burger-bar--2 {
    opacity: 0
}

#burger.active .burger-bar--3 {
    transform: rotate(-45deg)
}

.intro {
    position: relative;
    z-index: 51;
    overflow: hidden
}

.intro__img-girl {
    position: absolute;
    right: -3%;
    bottom: -5px;
    z-index: -1
}

.intro__img-girl img {
    height: auto;
    max-width: 100%
}

@media (max-width: 1600px) {
    .intro__img-girl {
        width: 750px;
        height: 690px
    }
}

@media (max-width: 1200px) {
    .intro__img-girl {
        width: 671px;
        height: 619px
    }
}

@media (max-width: 950px) {
    .intro__img-girl {
        width: 550px;
        height: 508px
    }
}

@media (max-width: 800px) {
    .intro__img-girl {
        width: 475px;
        height: 439px;
        right: -15%
    }
}

@media (max-width: 600px) {
    .intro__img-girl {
        width: 230px;
        height: 216px;
        right: -10%
    }
}

.intro__img-left {
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0
}

@media (max-width: 1300px) {
    .intro__img-left {
        left: -10%
    }
}

@media (max-width: 1000px) {
    .intro__img-left {
        left: -20%;
        top: 200px;
    }
}

@media (max-width: 460px) {
    .intro__img-left {
        left: -50%;

    }
}


.intro__img-right {
    position: absolute;
    z-index: -2;
    right: 0;
    bottom: 0
}

@media (max-width: 1300px) {
    .intro__img-right {
        right: -10%
    }
}

@media (max-width: 1000px) {
    .intro__img-right {
        right: -20%;
        top: 200px;
    }
}

@media (max-width: 460px) {
    .intro__img-right {
        right: -50%;

    }
}


.intro__btns {
    display: grid;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    padding: 107px 0 98px 0;
    margin: 0 auto;
    gap: 0px;
    width: 900px
}

.intro__btns .btn-intro__wrapper {
    transform: rotate(-45deg)
}

@media (max-width: 1200px) {
    .intro__btns {
        width: 850px
    }
}

@media (max-width: 1100px) {
    .intro__btns {
        grid-template-rows: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        padding: 70px 0 40px 0
    }
}

@media (max-width: 950px) {
    .intro__btns {
        padding: 40px 0 40px 0
    }
}

@media (max-width: 880px) {
    .intro__btns {
        grid-template-columns: 1fr 1fr;
        width: 670px;
        margin: 0
    }
}

@media (max-width: 800px) {
    .intro__btns {
        width: auto
    }
}

@media (max-width: 620px) {
    .intro__btns {
        width: 400px;
        margin: 0 auto
    }
}

@media (max-width: 420px) {
    .intro__btns {
        width: 300px;
        margin: 0;
        padding: 25px 0 60px 0
    }
}

@media (max-width: 340px) {
    .intro__btns {
        padding: 25px 0 90px 0
    }
}

.intro__social {
    display: flex;
    gap: 24px;
    justify-content: center;
    padding-bottom: 80px
}

@media (max-width: 800px) {
    .intro__social {
        display: none
    }
}

.intro__social_item {
    height: 43px;
    width: 43px;
    text-decoration: none;
    transition: all .2s ease-in-out
}

.intro__social_item:hover {
    transform: translateY(5px)
}

.intro__nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border-top: 1px solid #3b72b8
}

.intro__nav_item {
    position: relative;
    text-decoration: none;
    color: #3b72b8;
    font-size: 24px;
    line-height: 32px;
    padding: 15px 0;
    border-right: 1px solid #3b72b8;
    border-left: 1px solid #3b72b8;
    width: 100%;
    text-align: center;
    flex-basis: 33.3333%;
    border-bottom: 1px solid #3b72b8;
    transition: all .2s ease-in-out
}

.intro__nav_item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #3b72b8;
    transition: all .3s ease
}

.intro__nav_item:hover {
    color: #fff
}

.intro__nav_item:hover::after {
    top: 0;
    height: 100%
}

@media (max-width: 1200px) {
    .intro__nav_item {
        font-size: 18px;
        line-height: 22px
    }
}

@media (max-width: 800px) {
    .intro__nav_item {
        flex-basis: 50%
    }

    .intro__nav_item:last-child {
        flex-basis: 100%
    }
}

.navigation {
    padding: 45px 0 32px 0
}

@media (max-width: 900px) {
    .navigation {
        display: none
    }
}

.navigation__wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 20px
}

.navigation__item {
    display: flex;
    position: relative;
    padding: 8px 35px;
    font-size: 15px;
    line-height: 20px;
    color: #3b72b8;
    text-decoration: none;
    background: #fff;
    z-index: 1;
    transition: all .2s ease-in-out;
    z-index: 10
}

.navigation__item.active {
    font-weight: 700
}

.navigation__item.active.bg {
    color: #fff
}

.navigation__item.active.bg:after {
    transform: scaleX(1)
}

.navigation__item.list {
    align-items: center;
    gap: 10px
}

.navigation__item.list:hover {
    cursor: pointer;
    color: #3b72b8
}

.navigation__item.list:hover:after {
    display: none
}

.navigation__item.list.show .navigation__item_list {
    display: flex;
    animation: slideFadeIn .2s
}

.navigation__item.list.show svg {
    transition: all .2s ease-in-out;
    transform: rotate(90deg)
}

.navigation__item.list .navigation__item_list {
    display: none;
    flex-direction: column;
    position: absolute;
    padding: 17px;
    gap: 20px;
    width: 305px;
    background: #fff;
    transform: translateX(-122px);
    z-index: 100;
    top: 100%;
    font-weight: 400
}

.navigation__item.list .navigation__item_list a {
    text-decoration: none;
    font-size: 15px;
    line-height: 20px;
    color: #3b72b8
}

.navigation__item.list .navigation__item_list a:hover {
    text-decoration: underline
}

.navigation__item::before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: #3b72b8
}

.navigation__item:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    z-index: -1;
    top: 0;
    background: #3b72b8;
    transition: all .3s ease;
    transform: scaleX(0)
}

.navigation__item:last-child:before {
    display: none
}

.navigation__item:hover {
    color: #fff
}

.navigation__item:hover:after {
    transform: scaleX(1)
}

@keyframes slideFadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.viewport-main {
    width: 100%;
    height: 592px;
    position: relative;
    overflow: hidden
}

@media (max-width: 1300px) {
    .viewport-main {
        height: 502px
    }
}

@media (max-width: 1000px) {
    .viewport-main {
        height: 320px
    }
}

@media (max-width: 800px) {
    .viewport-main {
        height: auto
    }
}

.viewport-main .slider {
    position: relative;
    transition: 500ms;
    height: 100%;
    display: flex;
    justify-content: start;
    flex-wrap: nowrap;
    background: #0f2f50;
    left: 0px
}

.viewport-main .slider.right-slide {
    animation: right-slide 1.2s both;
    animation-delay: .1s
}

.viewport-main .slider.left-slide {
    animation: left-slide 1.2s both;
    animation-delay: .1s
}

.viewport-main .slide {
    width: 100vw;
    height: 100%;
    display: flex;
    position: relative
}

@media (max-width: 770px) {
    .viewport-main .slide {
        flex-direction: column;
        align-items: center;
        gap: 30px
    }
}

.viewport-main .viewSlider {
    position: absolute;
    bottom: 45%;
    left: 15%;
    display: flex;
    flex-direction: column;
    gap: 18px;
    z-index: 3
}

@media (max-width: 1600px) {
    .viewport-main .viewSlider {
        left: 10%
    }
}

@media (max-width: 1300px) {
    .viewport-main .viewSlider {
        left: 3%;
        bottom: 5%
    }
}

@media (max-width: 1000px) {
    .viewport-main .viewSlider {
        gap: 10px
    }
}

.viewport-main .viewSlide {
    cursor: pointer;
    width: 15px;
    height: 15px;
    background-color: rgba(0, 0, 0, 0);
    transform: rotate(-45deg);
    border: 2px solid #fff
}

@media (max-width: 1000px) {
    .viewport-main .viewSlide {
        width: 10px;
        height: 10px
    }
}

.viewport-main .slider__navigation {
    position: absolute;
    background: none;
    border: none;
    cursor: pointer;
    top: 0;
    width: 5%;
    z-index: 2;
    height: 100%
}

.viewport-main .slider__navigation.prev {
    left: 1%
}

.viewport-main .slider__navigation.next {
    right: 1%
}

.viewport-main .slider__navigation:focus {
    outline: none
}

.viewport-touch-rhombs {
    overflow: hidden;
    width: 100%;
    position: relative;
    z-index: 1;
    height: auto;
    cursor: grab;
    margin-top: 60px
}

.viewport-touch-rhombs.is-dragging {
    cursor: grabbing
}

.viewport-touch-rhombs.is-dragging .slider {
    cursor: grabbing
}

@media (max-width: 560px) {
    .viewport-touch-rhombs {
        margin-top: 80px
    }
}

.viewport-touch-rhombs .rhomb-group {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.viewport-touch-rhombs .rhomb-group--big {
    top: 60px;
    left: 100px
}

@media (max-width: 560px) {
    .viewport-touch-rhombs .rhomb-group--big {
        top: -350px;
        left: 270px
    }
}

.viewport-touch-rhombs .rhomb-group--medium {
    top: -250px;
    left: -50px
}

.viewport-touch-rhombs .rhomb-group--little {
    top: 120px;
    left: 40px
}

.viewport-touch-rhombs .slider {
    display: flex;
    gap: 100px;
    z-index: 1;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    cursor: grab;
    transform: translateX(100px);
    padding: 220px 0;
    margin-top: 50px
}

@media (max-width: 560px) {
    .viewport-touch-rhombs .slider {
        padding: 180px 0;
        margin-top: 20px;
        transform: translateX(0px)
    }
}

.viewport-touch-rhombs .slide {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    padding: 20px;
    transform: translate(0px, 0px)
}

.viewport-touch-rhombs .slide span {
    text-align: center;
    position: absolute;
    z-index: 2;
    font-weight: 700;
    font-size: 32px;
    line-height: 43px;
    color: #0f2f50;
    padding: 10px
}

@media (max-width: 560px) {
    .viewport-touch-rhombs .slide span {
        font-size: 28px;
        line-height: 37px;
        color: #fff;
        font-weight: 400
    }
}

.viewport-touch-rhombs .slide:nth-child(2) {
    transform: translate(-60px, 135px)
}

.viewport-touch-rhombs .slide:nth-child(3) {
    transform: translate(-45px, -160px)
}

.viewport-touch-rhombs .slide:nth-child(4) {
    transform: translate(-150px, 135px)
}

.viewport-touch-rhombs .slide:nth-child(5) {
    transform: translate(-100px, -160px)
}

.viewport-touch-rhombs .slide:nth-child(7n-1) {
    transform: translate(-30px, 0)
}

.viewport-touch-rhombs .slide:nth-child(8n-1) {
    transform: translate(-45px, -160px)
}

.viewport-touch-rhombs .slide:nth-child(9n-1) {
    transform: translate(0px, 0px);
}

.viewport-touch-rhombs .slide:nth-child(10n-1) {
    transform: translate(-60px, 135px)
}

.viewport-touch-rhombs .slide:nth-child(11n-1) {
    transform: translate(-45px, -160px)
}

.viewport-touch-rhombs .slide__bg {
    position: relative;
    overflow: hidden;
    border-radius: 19px;
    width: 278px;
    height: 278px;
    transform: rotate(-45deg);
    box-shadow: -5px 4px 19px rgba(0, 0, 0, .25)
}

.viewport-touch-rhombs .slide__bg img {
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(45deg) scale(1.38);
    height: inherit;
    width: inherit;
    object-fit: cover
}

.viewport-touch-rhombs .slide__bg:after {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.79), rgba(255, 255, 255, 0.79));
    width: 101%;
    height: 101%
}

@media (max-width: 560px) {
    .viewport-touch-rhombs .slide__bg:after {
        background: linear-gradient(0deg, rgba(59, 114, 184, 0.5), rgba(59, 114, 184, 0.5))
    }
}

@media (max-width: 560px) {
    .viewport-touch-rhombs .slide__bg {
        width: 228px;
        height: 228px
    }
}

.viewport-touch-vk {
    padding: 45px 0;
    max-width: 90%;
    background: #3b72b8;
    border-radius: 44px 0 0 44px;
    margin: 90px 0 90px auto;
    overflow: hidden;
    cursor: grab
}

.viewport-touch-vk.is-dragging {
    cursor: grabbing
}

@media (max-width: 700px) {
    .viewport-touch-vk {
        max-width: 100%;
        border-radius: 0
    }
}

.viewport-touch-vk .viewport-touch-vk__header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    color: #fff;
    font-weight: 700;
    font-size: 55px;
    line-height: 73px
}

@media (max-width: 700px) {
    .viewport-touch-vk .viewport-touch-vk__header {
        font-size: 35px;
        line-height: 32px
    }
}

@media (max-width: 550px) {
    .viewport-touch-vk .viewport-touch-vk__header {
        font-size: 28px;
        line-height: 22px
    }
}

@media (max-width: 550px) {
    .viewport-touch-vk .viewport-touch-vk__header img {
        width: 50px;
        height: 50px
    }
}

.viewport-touch-vk .viewport-touch-vk__text {
    margin: 20px auto 0 auto;
    max-width: 662px;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    margin-bottom: 60px;
    padding: 0 40px
}

@media (max-width: 700px) {
    .viewport-touch-vk .viewport-touch-vk__text {
        font-size: 20px;
        line-height: 32px
    }
}

@media (max-width: 550px) {
    .viewport-touch-vk .viewport-touch-vk__text {
        font-size: 18px;
        line-height: 25px
    }
}

.viewport-touch-vk .slider {
    width: 100%;
    display: flex;
    gap: 60px;
    transform: translateX(250px)
}

@media (max-width: 700px) {
    .viewport-touch-vk .slider {
        gap: 30px
    }
}

.viewport-touch-vk .slide {
    display: flex;
    flex-direction: column;
    padding: 41px;
    background: #fff;
    box-shadow: -5px 4px 19px rgba(0, 0, 0, .25);
    min-width: 500px;
    max-width: 500px;
    height: 590px
}

@media (max-width: 700px) {
    .viewport-touch-vk .slide {
        min-width: 400px;
        max-width: 400px
    }
}

@media (max-width: 550px) {
    .viewport-touch-vk .slide {
        min-width: 350px;
        max-width: 350px
    }
}

@media (max-width: 450px) {
    .viewport-touch-vk .slide {
        min-width: 300px;
        max-width: 300px;
        height: 550px
    }
}

.viewport-touch-vk .slide__header {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-bottom: 12px
}

.viewport-touch-vk .slide__header-photo {
    position: relative
}

.viewport-touch-vk .slide__header-photo img {
    width: 94px;
    height: 93px;
    object-fit: cover;
    border-radius: 100%
}

@media (max-width: 550px) {
    .viewport-touch-vk .slide__header-photo img {
        width: 56px;
        height: 56px
    }
}

.viewport-touch-vk .slide__header-photo:before {
    content: url(../../images/sliders/vk-photo-vectors.png);
    position: absolute;
    top: -30px;
    left: -20px
}

@media (max-width: 550px) {
    .viewport-touch-vk .slide__header-photo:before {
        top: -50px;
        left: -35px;
        transform: scale(0.7)
    }
}

.viewport-touch-vk .slide__header-content {
    display: flex;
    flex-direction: column;
    color: #0f2f50;
    font-size: 16px;
    line-height: 21px
}

.viewport-touch-vk .slide__header-content span {
    font-size: 24px;
    line-height: 32px
}

@media (max-width: 550px) {
    .viewport-touch-vk .slide__header-content span {
        font-size: 18px;
        line-height: 32px
    }
}

@media (max-width: 550px) {
    .viewport-touch-vk .slide__header-content {
        font-size: 14px;
        line-height: 19px
    }
}

.viewport-touch-vk .slide__text {
    font-size: 17px;
    line-height: 23px;
    color: #000;
    max-height: 95px;
    flex: 2
}

.viewport-touch-vk .slide__img {
    width: 100%;
    height: 280px;
    margin-top: auto
}

.viewport-touch-vk .slide__img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media (max-width: 700px) {
    .viewport-touch-vk .slide__img {
        height: 220px
    }
}

.viewport-department {
    position: relative;
    width: 100%
}

.viewport-department .slider__wrapper {
    max-width: 1110px;
    overflow: hidden;
    margin: 0 auto;
    position: relative
}

@media (max-width: 1110px) {
    .viewport-department .slider__wrapper {
        max-width: 710px
    }
}

@media (max-width: 760px) {
    .viewport-department .slider__wrapper {
        max-width: 350px
    }
}

.viewport-department .slider {
    display: flex;
    position: relative;
    gap: 30px;
    left: 0px;
    transition: .5s
}

.viewport-department .slide {
    display: flex;
    flex-direction: column;
    width: 350px;
    gap: 23px;
    min-height: 390px
}

.viewport-department .viewSlider {
    position: absolute;
    bottom: -100%;
    left: 39%;
    display: flex;
    gap: 20px;
    z-index: 3
}

@media (max-width: 1300px) {
    .viewport-department .viewSlider {
        justify-content: flex-end;
        position: static;
        transform: translateY(-40px)
    }
}

.viewport-department .viewSlide {
    cursor: pointer;
    width: 25px;
    height: 25px;
    background-color: rgba(0, 0, 0, 0);
    transform: rotate(-45deg);
    border: 3px solid #3b72b8;
    border-radius: 4px
}

.viewport-department .slider__navigation {
    position: absolute;
    background: none;
    border: none;
    cursor: pointer;
    top: 0;
    width: 5%;
    z-index: 2;
    top: 0;
    height: 100%
}

.viewport-department .slider__navigation path {
    stroke: #3b72b8
}

.viewport-department .slider__navigation.prev {
    left: 4%
}

@media (max-width: 1400px) {
    .viewport-department .slider__navigation.prev {
        left: 1%
    }
}

@media (max-width: 1300px) {
    .viewport-department .slider__navigation.prev {
        position: static;
        margin-left: 39%
    }
}

@media (max-width: 800px) {
    .viewport-department .slider__navigation.prev {
        position: static;
        margin-left: 33%
    }
}

@media (max-width: 500px) {
    .viewport-department .slider__navigation.prev {
        position: static;
        margin-left: 28%
    }
}

.viewport-department .slider__navigation.next {
    right: 4%
}

@media (max-width: 1400px) {
    .viewport-department .slider__navigation.next {
        right: 3%
    }
}

@media (max-width: 1300px) {
    .viewport-department .slider__navigation.next {
        margin-left: 100px
    }
}

@media (max-width: 1300px) {
    .viewport-department .slider__navigation {
        position: static;
        padding-top: 30px;
        margin: 0 auto
    }
}

.viewport-department .slider__navigation:focus {
    outline: none
}

@keyframes right-slide {
    30% {
        transform: translateX(-100px)
    }

    60% {
        transform: translateX(30px)
    }
}

@keyframes left-slide {
    30% {
        transform: translateX(100px)
    }

    60% {
        transform: translateX(-30px)
    }
}

.accordion__item {
    border-top: 1px solid #3b72b8;
    padding-top: 20px;
    width: 100%
}

.accordion__item.active svg {
    transform: rotate(-90deg)
}
.accordion__item.active .accordion__item__content::-webkit-scrollbar {
    width: 7px;
    background-color: #f0eefc;
    border-radius: 8px;
}
.accordion__item.active .accordion__item__content::-webkit-scrollbar-thumb {
    background-color: #3b72b8;
    border-radius: 7px;
}

.accordion__item_trigger {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 700;
    font-size: 40px;
    line-height: 53px;
    color: #0f2f50;
    cursor: pointer
}

.accordion__item_trigger svg {
    position: absolute;
    right: 25px;
    transition: all .2s ease-in-out
}

.accordion__item_trigger svg path {
    stroke: #3b72b8
}



.more {
    padding-top: 125px;
    position: relative
}

.more .background__forms {
    position: absolute;
    top: 0px;
    z-index: -1
}

.more .background__forms.left {
    left: 0
}

.more .background__forms.right {
    right: 0;
    top: 100px
}

@media (max-width: 1000px) {
    .more .background__forms {
        display: none
    }
}

.more .accordion__item {
    border-top: 1px solid #3b72b8;
    padding-top: 20px;
    width: 100%
}

.more .accordion__item.active svg {
    transform: rotate(-90deg)
}

.more .accordion__item.active .accordion__item__content {
    overflow: hidden;
    margin-top: 20px;
    max-height: 3000px;
    transition: all .3s ease;
    padding: 200px 0 90px 0
}

@media (max-width: 1450px) {
    .more .accordion__item.active .accordion__item__content {
        padding: 100px 23px 0 23px;
        margin: 0 auto
    }
}

@media (max-width: 680px) {
    .more .accordion__item.active .accordion__item__content {
        margin-bottom: -410px
    }
}

.more .accordion__item.active .accordion__item_trigger_arrow {
    transform: rotate(-90deg)
}

@media (max-width: 700px) {
    .more .accordion__item_trigger_arrow {
        width: 14px;
        height: 28px
    }
}

.more .accordion__item__content {
    display: grid;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 0 auto;
    max-height: 0;
    overflow: hidden;
    transition: all .3s ease
}

.more__item_info {
    text-decoration: none;
    color: #0f2f50;
}

@media (max-width: 1450px) {
    .more .accordion__item__content {
        grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        gap: 70px
    }

    .more .accordion__item__content .more__item.one,
    .more .accordion__item__content .more__item.two,
    .more .accordion__item__content .more__item.three,
    .more .accordion__item__content .more__item.four,
    .more .accordion__item__content .more__item.five,
    .more .accordion__item__content .more__item.six,
    .more .accordion__item__content .more__item.seven,
    .more .accordion__item__content .more__item.eight {
        transform: translate(0, 0);
    }

    .more .accordion__item__content .more__item.one,
    .more .accordion__item__content .more__item.three,
    .more .accordion__item__content .more__item.four,
    .more .accordion__item__content .more__item.six {
        margin: 0 0 0 auto
    }
}

@media (max-width: 1450px)and (max-width: 1000px) {

    .more .accordion__item__content .more__item.one,
    .more .accordion__item__content .more__item.three,
    .more .accordion__item__content .more__item.four,
    .more .accordion__item__content .more__item.six {
        margin: 0 0 0 0
    }
}

@media (max-width: 1450px) {

    .more .accordion__item__content .more__item.two,
    .more .accordion__item__content .more__item.five,
    .more .accordion__item__content .more__item.seven {
        grid-column-start: 2;
        grid-column-end: 2;
        margin: 0 auto 0 0
    }
}

@media (max-width: 1450px)and (max-width: 1000px) {

    .more .accordion__item__content .more__item.two,
    .more .accordion__item__content .more__item.five,
    .more .accordion__item__content .more__item.seven {
        margin: 0 0 0 0
    }
}

@media (max-width: 1450px) {
    .more .accordion__item__content .more__item.eight {
        margin: 0 auto 0 0
    }
}

@media (max-width: 1450px)and (max-width: 1000px) {
    .more .accordion__item__content .more__item.eight {
        margin: 0 0 0 0
    }
}

@media (max-width: 1450px) {
    .more .accordion__item__content .more__item.four {
        grid-column-start: 1;
        grid-column-end: 1;
        grid-row-start: 4;
        grid-row-end: 4
    }
}

@media (max-width: 1000px) {
    .more .accordion__item__content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .more .accordion__item__content .more__item.four {
        order: 5
    }

    .more .accordion__item__content .more__item.eight {
        order: 6
    }

    .more .accordion__item__content .more__item.two,
    .more .accordion__item__content .more__item.five,
    .more .accordion__item__content .more__item.seven {
        margin: 0
    }

    .more .accordion__item__content .more__item.one,
    .more .accordion__item__content .more__item.three,
    .more .accordion__item__content .more__item.four,
    .more .accordion__item__content .more__item.six {
        margin: 0 0 0 0
    }

    .more .accordion__item__content .more__item.eight {
        margin: 0 0 0 0
    }
}

@media (max-width: 680px) {
    .more .accordion__item__content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .more .accordion__item__content .more__item:nth-child(even) {
        margin-right: auto
    }

    .more .accordion__item__content .more__item:nth-child(odd) {
        margin-left: auto
    }

    .more .accordion__item__content .more__item .more__item_info {
        top: 20px;
        left: -250px
    }

    .more .accordion__item__content .more__item .more__item_info.right {
        top: 32px;
        left: 138px
    }

    .more .accordion__item__content .more__item.two {
        transform: translate(0, -70px)
    }

    .more .accordion__item__content .more__item.three {
        transform: translate(0, -90px)
    }

    .more .accordion__item__content .more__item.five {
        margin-right: auto;
        margin-left: 0;
        transform: translate(0, -160px)
    }

    .more .accordion__item__content .more__item.six {
        margin-left: auto;
        margin-right: 0;
        transform: translate(0, -160px)
    }

    .more .accordion__item__content .more__item.seven {
        margin-right: auto;
        margin-left: 0;
        transform: translate(0, -210px)
    }

    .more .accordion__item__content .more__item.four {
        margin-left: auto;
        margin-right: 0;
        transform: translate(0, -220px)
    }

    .more .accordion__item__content .more__item.four .more__item_info {
        top: 29px;
        left: -232px
    }

    .more .accordion__item__content .more__item.eight {
        margin-right: auto;
        margin-left: 0;
        transform: translate(0, -275px)
    }
}

@media (max-width: 550px) {
    .more .accordion__item__content .more__item .more__item_info {
        top: 20px;
        left: -250px
    }

    .more .accordion__item__content .more__item .more__item_info.right {
        top: 36px;
        left: 110px
    }
}

@media (max-width: 490px) {
    .more .accordion__item__content .more__item .more__item_info {
        width: 200px;
        top: 10px;
        left: -175px
    }

    .more .accordion__item__content .more__item .more__item_info span {
        font-size: 12px
    }

    .more .accordion__item__content .more__item .more__item_info.right {
        top: 26px;
        left: 99px
    }

    .more .accordion__item__content .more__item.four .more__item_info {
        width: 220px;
        top: 23px;
        left: -196px
    }

    .more .accordion__item__content .more__item.six .more__item_info {
        top: 7px;
        left: -168px;
        padding: 10px 50px 10px 40px;

    }

    .more .accordion__item__content .more__item.five .more__item_info {
        width: 231px;
        padding: 10px 28px 10px 51px
    }

    .more .accordion__item__content .more__item.eight .more__item_info {
        width: 220px;
        padding: 10px 31px 10px 51px
    }
}

.more .more__item {
    position: relative;
    transition: all .2s ease;
    cursor: pointer;
    z-index: 1;
    text-decoration: none;
    text-align: center;
    margin: 0 auto
}

.more .more__item .more__item_bg {
    transform: rotate(-45deg)
}

.more .more__item.one {
    grid-row-start: 1;
    grid-column-start: 1;
    grid-row-end: 1;
    grid-column-end: 1;
    transform: translate(295px, -155px)
}

.more .more__item.two {
    grid-row-start: 1;
    grid-column-start: 3;
    grid-row-end: 1;
    grid-column-end: 3;
    transform: translate(-280px, -155px)
}

.more .more__item.three {
    grid-row-start: 2;
    grid-column-start: 1;
    grid-row-end: 2;
    grid-column-end: 1;
    transform: translate(50px, -150px)
}

.more .more__item.four {
    grid-row-start: 2;
    grid-column-start: 2;
    grid-row-end: 2;
    grid-column-end: 2;
    transform: translate(15px, -85px)
}

.more .more__item.four .more__item_info {
    width: 250px;
    padding: 10px 17px 10px 23px;
    top: -15px;
    left: -190px
}

.more .more__item.five {
    grid-row-start: 2;
    grid-column-start: 3;
    grid-row-end: 2;
    grid-column-end: 3;
    transform: translate(-50px, -150px)
}

.more .more__item.five .more__item_info {
    width: 270px;
    padding: 10px 0px 10px 19px
}

.more .more__item.six {
    grid-row-start: 3;
    grid-column-start: 1;
    grid-row-end: 3;
    grid-column-end: 1;
    transform: translate(295px, -75px)
}

.more .more__item.seven {
    grid-row-start: 3;
    grid-column-start: 3;
    grid-row-end: 3;
    grid-column-end: 3;
    transform: translate(-260px, -75px)
}

.more .more__item.eight {
    grid-row-start: 4;
    grid-column-start: 2;
    grid-row-end: 4;
    grid-column-end: 2;
    transform: translate(10px, -25px)
}

.more .more__item.eight .more__item_info {
    top: -11px;
    left: 97px;
    padding: 10px 25px 10px 106px;
    background-size: cover
}

.more .more__item:hover .more__item_bg {
    transform: rotate(-45deg) scale(1.05)
}

.more .more__item:hover .more__item_info {
    color: #fff;
    background: url(../../images/more/arrow-blue.png) no-repeat;
    background-size: cover
}

.more .more__item:hover .more__item_info.right {
    background: url(../../images/more/arrow-blue-right.png) no-repeat;
    background-size: cover;
    background-position: right
}

.more .more__item_info {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -1;
    top: -30px;
    left: -200px;
    background: rgba(59, 114, 184, .1);
    width: 290px;
    min-height: 66px;
    font-size: 15px;
    line-height: 20px;
    background: url(../../images/more/arrow.png) no-repeat;
    background-size: cover;
    padding: 10px 50px 10px 50px;
    transition: all .2s ease-in-out;
    transform-origin: right
}

.more .more__item_info.right {
    top: -25px;
    left: 80px;
    background: url(../../images/more/arrow-right.png) no-repeat;
    background-size: cover;
    padding: 10px 25px 10px 50px;
    transform-origin: left;
    background-position: right
}

.more .more__item_bg {
    position: relative;
    overflow: hidden;
    width: 166px;
    height: 166px;
    border-radius: 19px;
    transition: all .2s ease-in-out
}

.more .more__item_bg img {
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(45deg) scale(1.35);
    z-index: -1;
    height: inherit;
    width: inherit;
    object-fit: cover
}

.more .more__item_bg::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(40deg, #0F2F50 1.14%, rgba(59, 114, 184, 0) 55.47%)
}

@media (max-width: 550px) {
    .more .more__item_bg {
        width: 130px;
        height: 130px
    }
}

.about {
    position: relative;
    padding-top: 170px
}

.about h3 {
    margin-bottom: 20px
}

.about .rgsu-life {
    margin-top: 50px
}

@media (max-width: 1130px) {
    .about .rgsu-life {
        margin: 100px auto 0 auto
    }
}

.about__wrapper {
    display: flex;
    justify-content: space-between;
    gap: 58px
}

@media (max-width: 1130px) {
    .about__wrapper {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 30px
    }
}

.about__item {
    width: 50%;
    padding: 30px
}

.about__item:nth-child(2) {
    transform: translateY(100px)
}

@media (max-width: 1130px) {
    .about__item:nth-child(2) {
        transform: translateY(0)
    }
}

.about__item .btn {
    margin: 19px auto 0 auto
}

@media (max-width: 1130px) {
    .about__item {
        width: 100%
    }
}

@media (max-width: 900px) {
    .about__item {
        padding: 0
    }
}

.about__item_heading {
    display: flex;
    align-items: center
}

@media (max-width: 900px) {
    .about__item_heading {
        justify-content: space-between
    }
}

.about__item_heading-img {
    position: relative;
    margin-right: 30px;
    transform: translateY(-40px)
}

.about__item_heading-img .vector {
    position: absolute;
    top: -60px;
    left: 120px
}

@media (max-width: 900px) {
    .about__item_heading-img .vector {
        display: none
    }
}

.about__item_heading-img .vector-little {
    display: none
}

@media (max-width: 900px) {
    .about__item_heading-img .vector-little {
        display: block;
        position: absolute;
        top: 80px;
        left: -50px
    }
}

@media (max-width: 590px) {
    .about__item_heading-img .vector-little {
        top: 60px;
        left: -40px
    }
}

.about__item_heading-img .bg {
    width: 163px;
    height: 158px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    object-fit: cover
}

@media (max-width: 900px) {
    .about__item_heading-img .bg {
        order: 2
    }
}

@media (max-width: 590px) {
    .about__item_heading-img .bg {
        width: 123px;
        height: 120px
    }
}

@media (max-width: 900px) {
    .about__item_heading-img {
        order: 2;
        margin-right: 0
    }
}

@media (max-width: 590px) {
    .about__item_heading-img {
        transform: translateY(-20px)
    }
}

.about__item_heading-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 53px;
    color: #3b72b8
}

@media (max-width: 590px) {
    .about__item_heading-title {
        font-size: 30px
    }
}

@media (max-width: 400px) {
    .about__item_heading-title {
        font-size: 28px
    }
}

.about__item-content {
    display: flex;
    flex-direction: column
}

.about__item-content_item {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #3b72b8
}

.about__item-content_item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.about__item-content_heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -20px
}

@media (max-width: 590px) {
    .about__item-content_heading {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 10px
    }
}

.about__item-content_heading-title {
    font-size: 24px;
    line-height: 32px;
    color: #3b72b8;
    text-decoration: none
}

.about__item-content_heading-title:hover {
    text-decoration: underline
}

@media (max-width: 590px) {
    .about__item-content_heading-title {
        line-height: 28px
    }
}

.about__item-content_heading-date {
    font-size: 17px;
    line-height: 23px;
    color: rgba(0, 0, 0, .5)
}

.about__item-content_heading-text {
    font-size: 17px;
    line-height: 23px;
    color: #2980b9 !important;
}
.about__item-content_heading-text span{
    font-size: 17px;
    line-height: 23px;
    color: #2980b9 !important;
}
.about__item-content_heading-text span, p {
    font-size: 17px;
    line-height: 23px;
    color: #000;
    margin: 0;
    text-align: left;
}

.videos .accordion__item__content {
    display: flex;
    flex-direction: column;
    gap: 80px;
    height: 100%;
    transition: all .3s ease-in-out;
    max-height: 0;
    overflow: hidden
}

.videos .accordion__item.active .accordion__item__content {
    overflow: hidden;
    max-height: 3000px;
}

.videos .videos__content-top {
    display: flex;
    justify-content: center;
    gap: 80px;
    padding: 100px 0 50px 0;
}

.videos .videos__content-top .videos__item {
    position: relative;
    padding: 30px
}

.videos .videos__content-top .videos__item img {
    width: 497px;
    height: 317px;
    object-fit: cover
}

@media (max-width: 750px) {
    .videos .videos__content-top .videos__item img {
        width: 407px;
        height: 247px
    }
}


.videos .videos__content-top .videos__item::before {
    position: absolute;
    content: "";
    background: url(../images/videos/border.png) center;
    background-size: cover;
    background-repeat: no-repeat;
    top: -32px;
    left: 0;
    width: 100%;
    height: 106%;
    z-index: -1
}

@media (max-width: 510px) {
    .videos .videos__content-top .videos__item img {
        width: 236px;
        height: 129px;
    }

    .videos .videos__content-top .videos__item::before {
        top: -24px;
    }
}

@media (max-width: 750px) {
    .videos .videos__content-top .videos__item::before {
        height: 110%
    }
}

@media (max-width: 1270px) {
    .videos .videos__content-top {
        flex-wrap: wrap
    }
}

@media (max-width: 750px) {
    .videos .videos__content-top {
        padding: 10px
    }
}

.videos .videos__content-bottom .videos__item {
    display: flex;
    justify-content: center;
    position: relative;
    width: fit-content;
    margin: 0 auto
}

.videos .videos__content-bottom .videos__item img {
    width: 885px;
    height: 420px;
    object-fit: cover
}

.videos .videos__content-bottom .videos__item img.title {
    position: absolute;
    width: 299px;
    height: 123px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 1
}

@media (max-width: 750px) {
    .videos .videos__content-bottom .videos__item img.title {
        object-fit: cover;
        width: 209px;
        height: 93px
    }
}

@media (max-width: 980px) {
    .videos .videos__content-bottom .videos__item img {
        width: 805px;
        height: auto;
    }
}

@media (max-width: 860px) {
    .videos .videos__content-bottom .videos__item img {
        width: 705px;
    }
}

@media (max-width: 750px) {
    .videos .videos__content-bottom .videos__item img {
        width: 100%;
    }
}

/*.videos .videos__content-bottom .videos__item:after {*/
/*    position: absolute;*/
/*    content: "";*/
/*    background: linear-gradient(0deg, rgba(59, 114, 184, 0.5), rgba(59, 114, 184, 0.5));*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    z-index: 0;*/
/*    transition: all .2s ease-in-out*/
/*}*/

.videos .videos__content-bottom .videos__item:hover:after {
    opacity: 0
}

.communication__form {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    max-width: 540px;
    margin: 0 auto
}

.communication__form label {
    position: relative;
    width: 100%
}

.communication__form label::after {
    position: absolute;
    content: "";
    height: 40%;
    background: #000;
    width: 1px;
    left: 0;
    bottom: 0
}

.communication__form input {
    width: 100%;
    border: none;
    padding: 13px 13px 13px 47px;
    border-bottom: 1px solid #000;
    outline: none;
    font-size: 20px;

    font-family: "Evolventa"
}

.communication__form input::placeholder {
    font-size: 20px;

    color: rgba(0, 0, 0, .3);
    font-family: "Evolventa"
}

.payment-form {
    padding: 50px 0;
    max-width: 1110px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 49px
}

.payment-form .form__title {
    font-weight: 400;
    font-size: 40px;
    line-height: 53px;
    text-align: center;
    text-transform: uppercase;
    color: #0f2f50
}

@media (max-width: 700px) {
    .payment-form .form__title {
        font-size: 30px;
        line-height: 43px
    }
}

.payment-form .payment__select {
    position: relative;
    max-width: 540px
}

.payment-form .payment__select.show .payment__select_list {
    max-height: 335px;
    overflow: auto
}

.payment-form .payment__select.show .payment__select-selected svg {
    transform: rotate(0)
}

.payment-form .payment__select .payment__select-selected {
    position: relative;
    cursor: pointer
}

.payment-form .payment__select .payment__select-selected::after {
    position: absolute;
    content: "";
    height: 40%;
    background: #000;
    width: 1px;
    left: 0;
    bottom: 0
}

.payment-form .payment__select .payment__select-selected input {
    width: 100%;
    border: none;
    padding: 13px 23px 13px 27px;
    border-bottom: 1px solid #000;
    outline: none;
    font-size: 20px;

    font-family: "Evolventa";
    cursor: pointer;
    background: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.payment-form .payment__select .payment__select-selected input::placeholder {
    font-size: 20px;

    color: rgba(0, 0, 0, .3);
    font-family: "Evolventa";
    max-width: 520px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.payment-form .payment__select .payment__select-selected svg {
    position: absolute;
    top: 20px;
    right: 10px;
    transform: rotate(90deg);
    transition: all .2s ease-in-out
}

@media (max-width: 1100px) {
    .payment-form .payment__select .payment__select-selected {
        width: 90%
    }
}

@media (max-width: 700px) {
    .payment-form .payment__select .payment__select-selected input {
        font-size: 15px;
        line-height: 22px;
        padding: 13px 13px 13px 13px
    }

    .payment-form .payment__select .payment__select-selected input::placeholder {
        font-size: 16px;
        line-height: 18px
    }
}

.payment-form .payment__select .payment__select_list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-left: 1px solid #000;
    position: absolute;
    background-color: #fff;
    width: 100%;
    top: 54px;
    max-height: 0;
    overflow: hidden;
    transition: all .2s ease-in-out;
    z-index: 100
}

.payment-form .payment__select .payment__select_list .item {
    font-size: 20px;

    padding: 20px 20px 20px 30px;
    width: 100%;
    text-align: left;
    margin: 0;
    cursor: pointer;
    max-width: 100%;
    text-overflow: ellipsis
}

.payment-form .payment__select .payment__select_list .item:hover {
    background: #dfedfe
}

@media (max-width: 600px) {
    .payment-form .payment__select .payment__select_list .item {
        font-size: 15px;
        line-height: 22px;
        padding: 10px 10px 10px 20px
    }
}

.payment-form .payment__select .payment__select_list::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background-color: #f0eefc;
    border-radius: 8px
}

.payment-form .payment__select .payment__select_list::-webkit-scrollbar-thumb {
    background-color: #3b72b8;
    border-radius: 7px
}

.payment-form .payment-form_block-title {
    position: absolute;
    font-size: 20px;

    padding: 0 18px;
    margin: 0 0 150px 80px;
    background: #fff;
    z-index: 2;
    top: -12px;
    left: 50px
}

@media (max-width: 600px) {
    .payment-form .payment-form_block-title {
        left: 10px;
        font-size: 14px;
        line-height: 22px;
        margin: 0 0 150px 15px
    }
}

.payment-form .payment-form_block {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 50px 30px;
    border: 1.5px solid rgba(15, 47, 80, .2);
    gap: 50px
}

@media (max-width: 500px) {
    .payment-form .payment-form_block {
        padding: 40px 15px;
        gap: 40px
    }
}

.payment-form .payment-form_block label {
    display: block;
    position: relative;
    max-width: 540px;
    width: 100%;
    height: 54px
}

.payment-form .payment-form_block label.little {
    max-width: 115px
}

.payment-form .payment-form_block label.big {
    min-width: 620px
}

@media (max-width: 1050px) {
    .payment-form .payment-form_block label.big {
        min-width: auto
    }
}

.payment-form .payment-form_block label::after {
    position: absolute;
    content: "";
    height: 40%;
    background: #000;
    width: 1px;
    left: 0;
    bottom: 0
}

@media (max-width: 900px) {
    .payment-form .payment-form_block label::after {
        height: 20%;
        bottom: 20%
    }
}

.payment-form .payment-form_block label input {
    width: 100%;
    border: none;
    padding: 13px 13px 13px 27px;
    border-bottom: 1px solid #000;
    outline: none;
    font-size: 20px;

    font-family: "Evolventa"
}

.payment-form .payment-form_block label input::placeholder {
    font-size: 20px;

    color: rgba(0, 0, 0, .3);
    font-family: "Evolventa"
}

@media (max-width: 900px) {
    .payment-form .payment-form_block label input {
        padding: 8px
    }

    .payment-form .payment-form_block label input::placeholder {
        font-size: 16px;
        line-height: 18px
    }
}

.payment-form .payment-form_block .linear__inputs {
    display: flex;
    gap: 50px
}

.payment-form .payment-form_block .linear__inputs span {
    align-self: flex-end;
    white-space: nowrap;
    display: block;
    font-size: 20px;
    line-height: 27px
}

@media (max-width: 600px) {
    .payment-form .payment-form_block .linear__inputs {
        flex-direction: column
    }
}

@media (max-width: 500px) {
    .payment-form .payment-form_block .linear__inputs {
        gap: 30px
    }
}

.payment-form .payment-form_block .btn.blue {
    font-size: 24px;
    line-height: 32px;
    align-self: flex-end;
    padding: 10px 36px
}

@media (max-width: 900px) {
    .payment-form .payment-form_block .btn.blue {
        font-size: 20px;
        line-height: 28px;
        padding: 8px 26px
    }
}

.payment-form .payment-form_block .input__description {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.payment-form .payment-form_block .input__description span {
    font-size: 12px;
    line-height: 16px;
    color: #000
}

.payment-form .variable__form {
    display: flex;
    flex-direction: column;
    gap: 50px
}

.payment-form .variable__form.two .linear__inputs:nth-of-type(2),
.payment-form .variable__form.three .linear__inputs:nth-of-type(2),
.payment-form .variable__form.four .linear__inputs:nth-of-type(2),
.payment-form .variable__form.five .linear__inputs:nth-of-type(2),
.payment-form .variable__form.six .linear__inputs:nth-of-type(2),
.payment-form .variable__form.seven .linear__inputs:nth-of-type(2),
.payment-form .variable__form.eight .linear__inputs:nth-of-type(2),
.payment-form .variable__form.nine .linear__inputs:nth-of-type(2),
.payment-form .variable__form.ten .linear__inputs:nth-of-type(2),
.payment-form .variable__form.eleven .linear__inputs:nth-of-type(2),
.payment-form .variable__form.twelve .linear__inputs:nth-of-type(2),
.payment-form .variable__form.thirteen .linear__inputs:nth-of-type(2),
.payment-form .variable__form.fourteen .linear__inputs:nth-of-type(2),
.payment-form .variable__form.sixteen .linear__inputs:nth-of-type(2),
.payment-form .variable__form.seventeen .linear__inputs:nth-of-type(2) {
    pointer-events: none;
    color: rgba(15, 47, 80, .4);
    pointer-events: none
}

.payment-form .variable__form.two .linear__inputs:nth-of-type(2) label input,
.payment-form .variable__form.three .linear__inputs:nth-of-type(2) label input,
.payment-form .variable__form.four .linear__inputs:nth-of-type(2) label input,
.payment-form .variable__form.five .linear__inputs:nth-of-type(2) label input,
.payment-form .variable__form.six .linear__inputs:nth-of-type(2) label input,
.payment-form .variable__form.seven .linear__inputs:nth-of-type(2) label input,
.payment-form .variable__form.eight .linear__inputs:nth-of-type(2) label input,
.payment-form .variable__form.nine .linear__inputs:nth-of-type(2) label input,
.payment-form .variable__form.ten .linear__inputs:nth-of-type(2) label input,
.payment-form .variable__form.eleven .linear__inputs:nth-of-type(2) label input,
.payment-form .variable__form.twelve .linear__inputs:nth-of-type(2) label input,
.payment-form .variable__form.thirteen .linear__inputs:nth-of-type(2) label input,
.payment-form .variable__form.fourteen .linear__inputs:nth-of-type(2) label input,
.payment-form .variable__form.sixteen .linear__inputs:nth-of-type(2) label input,
.payment-form .variable__form.seventeen .linear__inputs:nth-of-type(2) label input {
    border-color: rgba(15, 47, 80, .4)
}

.payment-form .variable__form.two .linear__inputs:nth-of-type(2) label:after,
.payment-form .variable__form.three .linear__inputs:nth-of-type(2) label:after,
.payment-form .variable__form.four .linear__inputs:nth-of-type(2) label:after,
.payment-form .variable__form.five .linear__inputs:nth-of-type(2) label:after,
.payment-form .variable__form.six .linear__inputs:nth-of-type(2) label:after,
.payment-form .variable__form.seven .linear__inputs:nth-of-type(2) label:after,
.payment-form .variable__form.eight .linear__inputs:nth-of-type(2) label:after,
.payment-form .variable__form.nine .linear__inputs:nth-of-type(2) label:after,
.payment-form .variable__form.ten .linear__inputs:nth-of-type(2) label:after,
.payment-form .variable__form.eleven .linear__inputs:nth-of-type(2) label:after,
.payment-form .variable__form.twelve .linear__inputs:nth-of-type(2) label:after,
.payment-form .variable__form.thirteen .linear__inputs:nth-of-type(2) label:after,
.payment-form .variable__form.fourteen .linear__inputs:nth-of-type(2) label:after,
.payment-form .variable__form.sixteen .linear__inputs:nth-of-type(2) label:after,
.payment-form .variable__form.seventeen .linear__inputs:nth-of-type(2) label:after {
    background-color: rgba(15, 47, 80, .4)
}

.payment-form .variable__form.two .payment__select:nth-of-type(4),
.payment-form .variable__form.three .payment__select:nth-of-type(4),
.payment-form .variable__form.four .payment__select:nth-of-type(4),
.payment-form .variable__form.five .payment__select:nth-of-type(4),
.payment-form .variable__form.six .payment__select:nth-of-type(4),
.payment-form .variable__form.seven .payment__select:nth-of-type(4),
.payment-form .variable__form.eight .payment__select:nth-of-type(4),
.payment-form .variable__form.nine .payment__select:nth-of-type(4),
.payment-form .variable__form.ten .payment__select:nth-of-type(4),
.payment-form .variable__form.eleven .payment__select:nth-of-type(4),
.payment-form .variable__form.twelve .payment__select:nth-of-type(4),
.payment-form .variable__form.thirteen .payment__select:nth-of-type(4),
.payment-form .variable__form.fourteen .payment__select:nth-of-type(4),
.payment-form .variable__form.sixteen .payment__select:nth-of-type(4),
.payment-form .variable__form.seventeen .payment__select:nth-of-type(4) {
    pointer-events: none
}

.payment-form .variable__form.two .payment__select:nth-of-type(4) .payment__select-selected input,
.payment-form .variable__form.three .payment__select:nth-of-type(4) .payment__select-selected input,
.payment-form .variable__form.four .payment__select:nth-of-type(4) .payment__select-selected input,
.payment-form .variable__form.five .payment__select:nth-of-type(4) .payment__select-selected input,
.payment-form .variable__form.six .payment__select:nth-of-type(4) .payment__select-selected input,
.payment-form .variable__form.seven .payment__select:nth-of-type(4) .payment__select-selected input,
.payment-form .variable__form.eight .payment__select:nth-of-type(4) .payment__select-selected input,
.payment-form .variable__form.nine .payment__select:nth-of-type(4) .payment__select-selected input,
.payment-form .variable__form.ten .payment__select:nth-of-type(4) .payment__select-selected input,
.payment-form .variable__form.eleven .payment__select:nth-of-type(4) .payment__select-selected input,
.payment-form .variable__form.twelve .payment__select:nth-of-type(4) .payment__select-selected input,
.payment-form .variable__form.thirteen .payment__select:nth-of-type(4) .payment__select-selected input,
.payment-form .variable__form.fourteen .payment__select:nth-of-type(4) .payment__select-selected input,
.payment-form .variable__form.sixteen .payment__select:nth-of-type(4) .payment__select-selected input,
.payment-form .variable__form.seventeen .payment__select:nth-of-type(4) .payment__select-selected input {
    border-color: rgba(15, 47, 80, .4)
}

.payment-form .variable__form.two .payment__select:nth-of-type(4) .payment__select-selected:after,
.payment-form .variable__form.three .payment__select:nth-of-type(4) .payment__select-selected:after,
.payment-form .variable__form.four .payment__select:nth-of-type(4) .payment__select-selected:after,
.payment-form .variable__form.five .payment__select:nth-of-type(4) .payment__select-selected:after,
.payment-form .variable__form.six .payment__select:nth-of-type(4) .payment__select-selected:after,
.payment-form .variable__form.seven .payment__select:nth-of-type(4) .payment__select-selected:after,
.payment-form .variable__form.eight .payment__select:nth-of-type(4) .payment__select-selected:after,
.payment-form .variable__form.nine .payment__select:nth-of-type(4) .payment__select-selected:after,
.payment-form .variable__form.ten .payment__select:nth-of-type(4) .payment__select-selected:after,
.payment-form .variable__form.eleven .payment__select:nth-of-type(4) .payment__select-selected:after,
.payment-form .variable__form.twelve .payment__select:nth-of-type(4) .payment__select-selected:after,
.payment-form .variable__form.thirteen .payment__select:nth-of-type(4) .payment__select-selected:after,
.payment-form .variable__form.fourteen .payment__select:nth-of-type(4) .payment__select-selected:after,
.payment-form .variable__form.sixteen .payment__select:nth-of-type(4) .payment__select-selected:after,
.payment-form .variable__form.seventeen .payment__select:nth-of-type(4) .payment__select-selected:after {
    background-color: rgba(15, 47, 80, .4)
}

.payment-form .variable__form.two .payment__select:nth-of-type(4) .payment__select-selected path,
.payment-form .variable__form.three .payment__select:nth-of-type(4) .payment__select-selected path,
.payment-form .variable__form.four .payment__select:nth-of-type(4) .payment__select-selected path,
.payment-form .variable__form.five .payment__select:nth-of-type(4) .payment__select-selected path,
.payment-form .variable__form.six .payment__select:nth-of-type(4) .payment__select-selected path,
.payment-form .variable__form.seven .payment__select:nth-of-type(4) .payment__select-selected path,
.payment-form .variable__form.eight .payment__select:nth-of-type(4) .payment__select-selected path,
.payment-form .variable__form.nine .payment__select:nth-of-type(4) .payment__select-selected path,
.payment-form .variable__form.ten .payment__select:nth-of-type(4) .payment__select-selected path,
.payment-form .variable__form.eleven .payment__select:nth-of-type(4) .payment__select-selected path,
.payment-form .variable__form.twelve .payment__select:nth-of-type(4) .payment__select-selected path,
.payment-form .variable__form.thirteen .payment__select:nth-of-type(4) .payment__select-selected path,
.payment-form .variable__form.fourteen .payment__select:nth-of-type(4) .payment__select-selected path,
.payment-form .variable__form.sixteen .payment__select:nth-of-type(4) .payment__select-selected path,
.payment-form .variable__form.seventeen .payment__select:nth-of-type(4) .payment__select-selected path {
    stroke: rgba(15, 47, 80, .4)
}

.payment-form .variable__form.five .linear__inputs:nth-of-type(3),
.payment-form .variable__form.eight .linear__inputs:nth-of-type(3),
.payment-form .variable__form.nine .linear__inputs:nth-of-type(3),
.payment-form .variable__form.ten .linear__inputs:nth-of-type(3),
.payment-form .variable__form.fourteen .linear__inputs:nth-of-type(3),
.payment-form .variable__form.fifteen .linear__inputs:nth-of-type(3) {
    color: rgba(15, 47, 80, .4);
    pointer-events: none
}

.payment-form .variable__form.five .linear__inputs:nth-of-type(3) label input,
.payment-form .variable__form.eight .linear__inputs:nth-of-type(3) label input,
.payment-form .variable__form.nine .linear__inputs:nth-of-type(3) label input,
.payment-form .variable__form.ten .linear__inputs:nth-of-type(3) label input,
.payment-form .variable__form.fourteen .linear__inputs:nth-of-type(3) label input,
.payment-form .variable__form.fifteen .linear__inputs:nth-of-type(3) label input {
    border-color: rgba(15, 47, 80, .4)
}

.payment-form .variable__form.five .linear__inputs:nth-of-type(3) label:after,
.payment-form .variable__form.eight .linear__inputs:nth-of-type(3) label:after,
.payment-form .variable__form.nine .linear__inputs:nth-of-type(3) label:after,
.payment-form .variable__form.ten .linear__inputs:nth-of-type(3) label:after,
.payment-form .variable__form.fourteen .linear__inputs:nth-of-type(3) label:after,
.payment-form .variable__form.fifteen .linear__inputs:nth-of-type(3) label:after {
    background-color: rgba(15, 47, 80, .4)
}

.payment-form .variable__form.one .linear__inputs:nth-of-type(5),
.payment-form .variable__form.nine .linear__inputs:nth-of-type(5),
.payment-form .variable__form.ten .linear__inputs:nth-of-type(5),
.payment-form .variable__form.eleven .linear__inputs:nth-of-type(5),
.payment-form .variable__form.fourteen .linear__inputs:nth-of-type(5),
.payment-form .variable__form.fifteen .linear__inputs:nth-of-type(5) {
    color: rgba(15, 47, 80, .4);
    pointer-events: none
}

.payment-form .variable__form.one .linear__inputs:nth-of-type(5) label input,
.payment-form .variable__form.nine .linear__inputs:nth-of-type(5) label input,
.payment-form .variable__form.ten .linear__inputs:nth-of-type(5) label input,
.payment-form .variable__form.eleven .linear__inputs:nth-of-type(5) label input,
.payment-form .variable__form.fourteen .linear__inputs:nth-of-type(5) label input,
.payment-form .variable__form.fifteen .linear__inputs:nth-of-type(5) label input {
    border-color: rgba(15, 47, 80, .4)
}

.payment-form .variable__form.one .linear__inputs:nth-of-type(5) label:after,
.payment-form .variable__form.nine .linear__inputs:nth-of-type(5) label:after,
.payment-form .variable__form.ten .linear__inputs:nth-of-type(5) label:after,
.payment-form .variable__form.eleven .linear__inputs:nth-of-type(5) label:after,
.payment-form .variable__form.fourteen .linear__inputs:nth-of-type(5) label:after,
.payment-form .variable__form.fifteen .linear__inputs:nth-of-type(5) label:after {
    background-color: rgba(15, 47, 80, .4)
}

.payment-form .variable__form.fifteen .payment__select:nth-of-type(4) {
    pointer-events: none
}

.payment-form .variable__form.fifteen .payment__select:nth-of-type(4) .payment__select-selected input {
    border-color: rgba(15, 47, 80, .4)
}

.payment-form .variable__form.fifteen .payment__select:nth-of-type(4) .payment__select-selected:after {
    background-color: rgba(15, 47, 80, .4)
}

.payment-form .variable__form.fifteen .payment__select:nth-of-type(4) .payment__select-selected path {
    stroke: rgba(15, 47, 80, .4)
}

.payment-form .variable__form.one .linear__inputs:nth-of-type(2) {
    color: rgba(15, 47, 80, .4);
    pointer-events: none
}

.payment-form .variable__form.one .linear__inputs:nth-of-type(2) label input {
    border-color: rgba(15, 47, 80, .4)
}

.payment-form .variable__form.one .linear__inputs:nth-of-type(2) label:after {
    background-color: rgba(15, 47, 80, .4)
}

.payment-form .variable__form.one .linear__inputs:nth-of-type(3) {
    color: rgba(15, 47, 80, .4);
    pointer-events: none
}

.payment-form .variable__form.one .linear__inputs:nth-of-type(3) label input {
    border-color: rgba(15, 47, 80, .4)
}

.payment-form .variable__form.one .linear__inputs:nth-of-type(3) label:after {
    background-color: rgba(15, 47, 80, .4)
}

.payment__bottom {
    padding: 50px 50px
}

.payment__bottom .buttons {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-top: 40px
}

@media (max-width: 900px) {
    .payment__bottom .buttons {
        flex-direction: column;
        align-items: center
    }
}

@media (max-width: 500px) {
    .payment__bottom .buttons {
        gap: 20px
    }
}

.payment__bottom .btn.blue {
    font-size: 24px;
    line-height: 32px;
    align-self: flex-end;
    padding: 10px 36px
}

@media (max-width: 900px) {
    .payment__bottom .btn.blue {
        font-size: 18px;
        line-height: 24px;
        padding: 8px 16px;
        align-self: center
    }
}

.custom-checkbox {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    cursor: pointer
}

.custom-checkbox:after {
    display: none
}

.custom-checkbox > input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-checkbox > span {
    display: inline-flex;
    align-items: center;
    user-select: none;
    font-size: 18px;

    color: #3b72b8
}

@media (max-width: 900px) {
    .custom-checkbox > span {
        font-size: 14px;
        line-height: 27px
    }
}

.custom-checkbox > span::before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    margin-right: .5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%
}

@media (max-width: 900px) {
    .custom-checkbox > span::before {
        width: 15px;
        height: 15px
    }
}

.custom-checkbox > input:not(:disabled):not(:checked) + span:hover::before {
    border-color: #b3d7ff
}

.custom-checkbox > input:not(:disabled):active + span::before {
    background-color: #b3d7ff;
    border-color: #b3d7ff
}

.custom-checkbox > input:focus:not(:checked) + span::before {
    border-color: #80bdff
}

.custom-checkbox > input:checked + span::before {
    border-color: #0b76ef;
    background-color: #0b76ef;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox > input:disabled + span::before {
    background-color: #e9ecef
}

.files {
    display: flex;
    flex-direction: column;
    max-width: 830px;
    margin: 60px auto 0 auto;
    gap: 15px;
    width: 100%;
}

.files.width {
    max-width: 100%
}

@media (max-width: 500px) {
    .files {
        margin: 50px auto 0 auto
    }
}

.files__text {
    font-size: 24px;
    line-height: 32px;
    color: #000
}

@media (max-width: 900px) {
    .files__text {
        font-size: 20px;
        line-height: 28px
    }
}

.files__item {
    display: flex;
    align-items: center;
    gap: 30px;
    width: 100%;
    padding: 13px 20px;
    background: rgba(59, 114, 184, .05);
    text-decoration: none;
    transition: all .2s ease-in-out
}

.files__item p {
    font-size: 14px;
    line-height: 19px;
    color: #0f2f50
}

.files__item:hover {
    background: rgba(59, 113, 184, .093)
}

@media (max-width: 900px) {
    .files__item {
        gap: 10px
    }

    .files__item img {
        height: 50px
    }
}

@media (max-width: 500px) {
    .files__item {
        flex-direction: column
    }
}

.footer {
    background-color: #3b72b8
}

.footer__wrapper {
    display: flex;
    justify-content: space-between;
    padding: 40px 0
}

@media (max-width: 1350px) {
    .footer__wrapper {
        flex-wrap: wrap;
        gap: 30px
    }
}

.footer__title {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 21px
}

.footer__contacts__inner {
    display: flex;
    max-width: 430px;
    flex-wrap: wrap;
    gap: 20px
}

.footer__contacts__inner .wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px
}

.footer__contacts__inner .wrapper.second {
    width: 80%;
    justify-content: flex-end
}

.footer__contacts__inner .wrapper.second .footer__contacts_item {
    display: flex;
    flex-direction: column
}

@media (max-width: 500px) {
    .footer__contacts__inner .wrapper.second {
        justify-content: flex-start
    }
}

.footer__contacts__inner .wrapper .col {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.footer__contacts_item {
    max-width: 200px;
    color: #fff
}

.footer__contacts_item a {
    color: rgba(255, 255, 255, .7);
    text-decoration: none
}

.footer__contacts_item a:hover {
    text-decoration: underline
}

.footer__contacts_item .popup-btn {
    text-decoration: none
}

.footer__contacts_item .popup-btn:hover {
    text-decoration: none;
    color: #fff
}

.footer__contacts_item p {
    color: rgba(255, 255, 255, .7);
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    margin: 0
}

.footer__contacts_item_title {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 5px
}

.footer__nav_inner {
    display: flex;
    flex-direction: column;
    max-height: 120px;
    flex-wrap: wrap;
    gap: 5px
}

@media (max-width: 1350px) {
    .footer__nav_inner {
        max-height: 100%
    }
}

.footer__nav_inner a {
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    text-decoration: none;
    padding-right: 50px
}

.footer__nav_inner a:hover {
    text-decoration: underline
}

.footer__social {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.footer__social a {
    text-decoration: none;
    width: 35px;
    height: 35px
}

.footer__social svg {
    width: 35px;
    height: 35px;
    transition: all .2s ease-in-out
}

.footer__social svg:hover {
    transform: translateY(3px)
}

.footer__social path {
    fill: #fff
}

@media (max-width: 500px) {
    .footer__social {
        flex-direction: row
    }
}

.footer__copy {
    text-align: center;
    font-size: 14px;
    line-height: 221.69%;
    color: rgba(255, 255, 255, .7)
}

.communication {
    padding-top: 170px
}

.communication__heading {
    text-align: center;
    font-weight: 700;
    font-size: 40px;
    line-height: 53px;
    margin-bottom: 60px
}

.popup {
    display: none;
    width: 100%;
    height: 100%;
    padding: 1rem;
    overflow: auto;
    background-color: rgba(59, 114, 184, .4);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000
}

.popup.active {
    display: flex;
    animation: slideFadeIn .5s
}

.popup .popup__subheading {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 12px
}

#registrationPopup .popup__dialog {
    background: url(../images/popups/1.png) no-repeat right;
    background-size: cover
}

@media (max-width: 1200px) {
    #registrationPopup .popup__dialog {
        background: #f8f8f8
    }

    #registrationPopup .popup__form {
        flex-direction: column;
        justify-content: center
    }

    #registrationPopup .popup__form_col {
        width: 100%
    }
}

@media (max-width: 750px) {
    #registrationPopup .popup__dialog {
        padding: 30px 50px 40px 50px
    }

    #registrationPopup .popup__close {
        right: 10px;
        top: 10px
    }

    #registrationPopup .popup__close path {
        fill: #0f2f50
    }
}

@media (max-width: 580px) {
    #registrationPopup .inputs__date {
        margin: 0 auto;
        flex-direction: column
    }
}

@media (max-width: 420px) {
    #registrationPopup label {
        font-size: 18px
    }

    #registrationPopup .popup__dialog {
        padding: 20px 30px 30px 30px
    }
}

#questionPopup .popup__vector {
    position: absolute
}

#questionPopup .popup__vector.left {
    top: 40px;
    left: 70px
}

#questionPopup .popup__vector.right {
    top: 40px;
    right: 70px
}

@media (max-width: 1100px) {
    #questionPopup .popup__vector {
        display: none
    }
}

#questionPopup .popup__dialog {
    width: 100%;
    background: #fff
}

@media (max-width: 900px) {
    #questionPopup .popup__dialog {
        padding: 30px 50px 40px 50px
    }
}

#questionPopup .popup__form__inner {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 540px;
    padding-bottom: 70px;
    margin: 0 auto
}

#questionPopup label {
    position: relative;
    width: 100%
}

#questionPopup label::after {
    position: absolute;
    content: "";
    height: 40%;
    background: #000;
    width: 1px;
    left: 0;
    bottom: 0
}

#questionPopup input {
    width: 100%;
    border: none;
    padding: 13px 13px 13px 47px;
    border-bottom: 1px solid #000;
    outline: none;
    font-size: 20px;

    font-family: "Evolventa"
}

#questionPopup input::placeholder {
    font-size: 20px;

    color: rgba(0, 0, 0, .3);
    font-family: "Evolventa"
}

.callBackPopup.active {
    display: flex
}

.callBackPopup .popup__title {
    font-weight: 700;
    font-size: 40px;
    line-height: 53px;
    color: #3b72b8;
    padding-top: 70px
}

.callBackPopup .btn.submit {
    display: none;
    margin-top: 50px
}

.callBackPopup .btn.submit.show {
    display: flex
}

.callBackPopup .popup__form {
    display: flex;
    flex-direction: column
}

.callBackPopup .popup__form label {
    position: relative;
    max-width: 540px;
    height: 54px
}

@media (max-width: 1100px) {
    .callBackPopup .popup__form label {
        max-width: 100%
    }
}

.callBackPopup .popup__form label::after {
    position: absolute;
    content: "";
    height: 40%;
    background: #000;
    width: 1px;
    left: 0;
    bottom: 0
}

.callBackPopup .popup__form label input {
    width: 100%;
    border: none;
    padding: 13px 13px 13px 47px;
    border-bottom: 1px solid #000;
    outline: none;
    font-size: 20px;

    font-family: "Evolventa"
}

.callBackPopup .popup__form label input::placeholder {
    font-size: 20px;

    color: rgba(0, 0, 0, .3);
    font-family: "Evolventa"
}

@media (max-width: 700px) {
    .callBackPopup .popup__form label input {
        padding: 13px 13px 13px 13px
    }

    .callBackPopup .popup__form label input::placeholder {
        font-size: 16px;
        line-height: 18px
    }
}

.callBackPopup .popup__form label svg {
    position: absolute;
    width: 33px;
    height: 20px
}

.callBackPopup .popup__select-wrapper {
    display: flex
}

.callBackPopup .popup__select {
    position: relative;
    max-width: 590px
}

.callBackPopup .popup__select.show .popup__select_list {
    max-height: 335px;
    overflow: auto
}

.callBackPopup .popup__select.show .popup__select-selected svg {
    transform: rotate(0)
}

.callBackPopup .popup__select .popup__select-selected {
    position: relative;
    cursor: pointer
}

.callBackPopup .popup__select .popup__select-selected::after {
    position: absolute;
    content: "";
    height: 40%;
    background: #000;
    width: 1px;
    left: 0;
    bottom: 0
}

.callBackPopup .popup__select .popup__select-selected input {
    width: 100%;
    border: none;
    padding: 13px 13px 13px 47px;
    border-bottom: 1px solid #000;
    outline: none;
    font-size: 20px;

    font-family: "Evolventa";
    cursor: pointer;
    background: none
}

.callBackPopup .popup__select .popup__select-selected input::placeholder {
    font-size: 20px;

    color: rgba(0, 0, 0, .3);
    font-family: "Evolventa"
}

.callBackPopup .popup__select .popup__select-selected svg {
    position: absolute;
    width: 33px;
    height: 20px;
    top: 20px;
    right: 10px;
    transform: rotate(90deg);
    transition: all .2s ease-in-out
}

@media (max-width: 1100px) {
    .callBackPopup .popup__select .popup__select-selected {
        width: 90%
    }
}

@media (max-width: 700px) {
    .callBackPopup .popup__select .popup__select-selected input {
        padding: 13px 13px 13px 13px
    }

    .callBackPopup .popup__select .popup__select-selected input::placeholder {
        font-size: 16px;
        line-height: 18px
    }

    .callBackPopup .popup__select .popup__select-selected svg {
        width: 22px;
        height: 20px
    }
}

@media (max-width: 1100px) {
    .callBackPopup .popup__select {
        max-width: 100%
    }
}

.callBackPopup .popup__select .popup__select_list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-left: 1px solid #000;
    position: absolute;
    background-color: #fff;
    width: 100%;
    top: 53px;
    max-height: 0;
    overflow: hidden;
    transition: all .2s ease-in-out;
    z-index: 100
}

.callBackPopup .popup__select .popup__select_list .item {
    font-size: 20px;

    padding: 20px 20px 20px 30px;
    width: 100%;
    text-align: left;
    margin: 0;
    cursor: pointer;
    max-width: 100%;
    text-overflow: ellipsis
}

.callBackPopup .popup__select .popup__select_list .item:hover {
    background: #dfedfe
}

.callBackPopup .popup__select .popup__select_list::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background-color: #f0eefc;
    border-radius: 8px
}

.callBackPopup .popup__select .popup__select_list::-webkit-scrollbar-thumb {
    background-color: #3b72b8;
    border-radius: 7px
}

.callBackPopup .popup__content {
    display: none;
    flex-direction: column;
    gap: 40px
}

.callBackPopup .popup__content.show {
    display: block;
    animation: slideFadeIn .5s
}

.callBackPopup .popup__content .popup__content-cols {
    display: flex;
    justify-content: space-between;
    gap: 40px
}

@media (max-width: 1100px) {
    .callBackPopup .popup__content .popup__content-cols {
        justify-content: center;
        flex-direction: column;
        align-items: center
    }
}

.callBackPopup .popup__content .popup__content-col {
    display: flex;
    flex-direction: column;
    gap: 35px;
    width: 50%
}

@media (max-width: 1100px) {
    .callBackPopup .popup__content .popup__content-col {
        width: 95%
    }
}

.callBackPopup .popup__content .popup__content-col .custom-checkbox {
    display: flex;
    align-items: flex-start;
    width: 100%
}

.callBackPopup .popup__content .popup__content-col .custom-checkbox:after {
    display: none
}

.callBackPopup .popup__content .popup__content-col .custom-checkbox > input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.callBackPopup .popup__content .popup__content-col .custom-checkbox > span {
    display: inline-flex;
    align-items: center;
    user-select: none;
    font-size: 18px;

    color: #3b72b8
}

.callBackPopup .popup__content .popup__content-col .custom-checkbox > span::before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    margin-right: .5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%
}

.callBackPopup .popup__content .popup__content-col .custom-checkbox > input:not(:disabled):not(:checked) + span:hover::before {
    border-color: #b3d7ff
}

.callBackPopup .popup__content .popup__content-col .custom-checkbox > input:not(:disabled):active + span::before {
    background-color: #b3d7ff;
    border-color: #b3d7ff
}

.callBackPopup .popup__content .popup__content-col .custom-checkbox > input:focus:not(:checked) + span::before {
    border-color: #80bdff
}

.callBackPopup .popup__content .popup__content-col .custom-checkbox > input:checked + span::before {
    border-color: #0b76ef;
    background-color: #0b76ef;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
}

.callBackPopup .popup__content .popup__content-col .custom-checkbox > input:disabled + span::before {
    background-color: #e9ecef
}

.callBackPopup .popup__heading {
    font-size: 24px;
    line-height: 32px;
    color: #3b72b8;
    padding: 150px 0
}

.callBackPopup .popup__subheading {
    font-size: 24px;
    line-height: 32px;
    color: #3b72b8;
    padding: 30px 0
}

.callBackPopup .popup__dialog {
    width: 100%;
    background: #fff
}

@media (max-width: 900px) {
    .callBackPopup .popup__dialog {
        padding: 30px 50px 40px 50px
    }
}

.callBackPopup .popup__wrapper {
    display: flex;
    justify-content: space-between;
    text-align: left;
    gap: 70px
}

@media (max-width: 950px) {
    .callBackPopup .popup__wrapper {
        justify-content: center;
        flex-direction: column
    }
}

.callBackPopup .popup__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #3b72b8;
    margin-bottom: 40px;
    margin-top: 12px
}

.callBackPopup .popup__date {
    font-size: 17px;
    line-height: 23px;
    color: rgba(0, 0, 0, .5)
}

.callBackPopup .popup__text {
    font-size: 17px;
    line-height: 23px;
    color: #000;
    max-height: 370px;
    overflow-y: auto;
    padding-right: 10px
}

.callBackPopup .popup__text::-webkit-scrollbar {
    width: 7px;
    background-color: #f0eefc;
    border-radius: 8px
}

.callBackPopup .popup__text::-webkit-scrollbar-thumb {
    background-color: #3b72b8;
    border-radius: 7px
}

.callBackPopup .popup__images {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.callBackPopup .popup__images img {
    cursor: pointer
}

@media (max-width: 520px) {
    .callBackPopup .popup__images {
        display: none
    }
}

.callBackPopup .popup__image_grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.callBackPopup .popup__image_grid img {
    width: 80px;
    height: 54px;
    object-fit: cover
}

.callBackPopup .popup__image_big img {
    width: 350px;
    height: 240px;
    object-fit: cover
}

@media (max-width: 1500px) {
    .callBackPopup .popup__dialog {
        padding: 30px 50px 40px 50px
    }

    .callBackPopup .popup__close {
        right: 10px;
        top: 10px
    }

    .callBackPopup .popup__close svg {
        width: 20px;
        height: 30px
    }

    .callBackPopup .popup__close path {
        fill: #0f2f50
    }
}

@media (max-width: 950px) {
    .callBackPopup .popup__dialog {
        padding: 20px 30px 30px 30px
    }
}

.popup__close {
    position: absolute;
    top: 0;
    right: -44px;
    cursor: pointer
}

.popup__dialog {
    position: relative;
    max-width: 1325px;
    padding: 40px 90px 70px 90px;
    margin: auto;
    text-align: center;
    opacity: 1;
    transition: all .2s linear
}

.popup__dialog .btn {
    margin: 0 auto
}

.popup__title {
    font-weight: 700;
    font-size: 40px;
    line-height: 53px;
    color: #0f2f50;
    margin-bottom: 30px
}

@media (max-width: 900px) {
    .popup__title {
        font-size: 28px
    }
}

.popup__form_inner {
    display: flex;
    justify-content: space-between;
    gap: 90px;
    padding-bottom: 70px
}

.popup__form_col {
    display: flex;
    flex-direction: column;
    gap: 22px;
    width: 50%
}

.popup__form_col label {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 24px;
    line-height: 32px;
    color: #0f2f50;
    gap: 12px
}

.popup__form_col label span {
    padding-left: 20px
}

.popup__form_col input {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    outline: none;
    background: #fff;
    border-radius: 3px;
    color: #0f2f50;
    width: 100%;
    padding: 14px 14px 14px 20px;
    border: none
}

.popup__form_col input::placeholder {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #d9d9d9
}

.inputs__date {
    display: flex;
    gap: 30px
}

.inputs__date input {
    text-align: center;
    width: 129px;
    height: 60px
}

.popup__img {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%
}

@media (max-width: 1450px) {
    .programPopup .popup__close {
        right: 10px;
        top: 10px
    }

    .programPopup .popup__close path {
        fill: #0f2f50
    }
}

.programPopup .popup__dialog {
    background-color: #fff
}

@media (max-width: 700px) {
    .programPopup .popup__dialog {
        padding: 20px 40px 30px 40px
    }
}

.programPopup .popup__info {
    display: flex;
    flex-direction: column;
    text-align: left;
    gap: 50px
}

@media (max-width: 700px) {
    .programPopup .popup__info {
        gap: 30px
    }
}

.programPopup .popup__subtitle {
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #3b72b8
}

.programPopup .popup__title {
    font-size: 24px;
    line-height: 32px;
    color: #3b72b8
}

@media (max-width: 700px) {
    .programPopup .popup__title {
        font-size: 20px;
        line-height: 28px
    }
}

.programPopup .popup__item {
    display: flex;
    flex-direction: column;
    gap: 15px
}

.programPopup .popup__item ul {
    padding: 0 0 0 20px;
    margin: 0
}

.programPopup .popup__item ul li {
    font-size: 16px;
    line-height: 21px
}

.programPopup .popup__item_title {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px
}

@media (max-width: 700px) {
    .programPopup .popup__item_title {
        font-size: 20px;
        line-height: 28px
    }
}

.programPopup .popup__item_text {
    font-size: 16px;
    line-height: 21px
}

.programPopup .popup__row {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 400px
}

.programPopup .popup__row_item {
    display: flex;
    justify-content: space-between
}

@media (max-width: 500px) {
    .programPopup .popup__row_item {
        flex-direction: column
    }
}

.programPopup .popup__row_item-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px
}

@media (max-width: 700px) {
    .programPopup .popup__row_item-title {
        font-size: 20px;
        line-height: 28px
    }
}

.programPopup .popup__row_item-subtitle {
    font-size: 24px;
    line-height: 32px;
    text-align: left
}

@media (max-width: 700px) {
    .programPopup .popup__row_item-subtitle {
        font-size: 20px;
        line-height: 28px
    }
}

@media (max-width: 1450px) {
    .programPopup .popup__close {
        right: 10px;
        top: 10px
    }

    .programPopup .popup__close path {
        fill: #0f2f50
    }
}

.programPopup .popup__dialog {
    background-color: #fff
}

@media (max-width: 700px) {
    .programPopup .popup__dialog {
        padding: 20px 40px 30px 40px
    }
}

.programPopup .popup__info {
    display: flex;
    flex-direction: column;
    text-align: left;
    gap: 50px
}

@media (max-width: 700px) {
    .programPopup .popup__info {
        gap: 30px
    }
}

.programPopup .popup__subtitle {
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #3b72b8
}

.programPopup .popup__title {
    font-size: 24px;
    line-height: 32px;
    color: #3b72b8
}

@media (max-width: 700px) {
    .programPopup .popup__title {
        font-size: 20px;
        line-height: 28px
    }
}

.programPopup .popup__item {
    display: flex;
    flex-direction: column;
    gap: 15px
}

.programPopup .popup__item ul {
    padding: 0 0 0 20px;
    margin: 0
}

.programPopup .popup__item ul li {
    font-size: 16px;
    line-height: 21px
}

.programPopup .popup__item_title {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px
}

@media (max-width: 700px) {
    .programPopup .popup__item_title {
        font-size: 20px;
        line-height: 28px
    }
}

.programPopup .popup__item_text {
    font-size: 16px;
    line-height: 21px
}

.programPopup .popup__row {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 400px
}

.programPopup .popup__row_item {
    display: flex;
    justify-content: space-between
}

@media (max-width: 500px) {
    .programPopup .popup__row_item {
        flex-direction: column
    }
}

.programPopup .popup__row_item-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px
}

@media (max-width: 700px) {
    .programPopup .popup__row_item-title {
        font-size: 20px;
        line-height: 28px
    }
}

.programPopup .popup__row_item-subtitle {
    font-size: 24px;
    line-height: 32px;
    text-align: left
}

@media (max-width: 700px) {
    .programPopup .popup__row_item-subtitle {
        font-size: 20px;
        line-height: 28px
    }
}

.filterPopup {
    display: flex;
    flex-direction: column;
    gap: 50px;
    background: #fff;
    padding: 70px;
    transform: translateX(200%);
    transition: all .2s ease-in-out;
    top: 27%;
    left: auto;
    right: 20%;
    width: fit-content;
    height: fit-content;
    overflow: visible
}

.filterPopup.active {
    transform: translateX(0);
    animation: none
}

.filterPopup .popup__top {
    display: flex;
    gap: 50px;
    align-items: center
}

.filterPopup .popup__top label {
    display: flex;
    align-items: center;
    gap: 5px;
    width: 206px;
    height: 32px;
    border: 1px solid #3b72b8;
    padding: 0 0 0 10px;
    cursor: pointer
}

.filterPopup .popup__top label input {
    width: 100%;
    height: 100%;
    outline: none;
    border: none
}

.filterPopup .popup__top a {
    text-decoration: underline;
    font-size: 20px;

    color: #0f2f50
}

.filterPopup .popup__middle {
    display: flex;
    align-items: center;
    gap: 35px
}

.filterPopup .popup__middle span {
    font-size: 20px;

    color: #0f2f50;
    height: fit-content
}

.filterPopup .popup__middle .inputs__wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.filterPopup .popup__middle .row {
    display: flex;
    align-items: center;
    gap: 8px
}

.filterPopup .popup__middle .row .popup__select-selected {
    width: 146px
}

.filterPopup .popup__middle .row .popup__select-selected::after {
    display: none
}

.filterPopup .popup__middle .row .popup__select-selected input {
    border: 1px solid #3b72b8
}

.filterPopup .popup__middle .row .popup__select_list {
    top: 53px;
    border-left: 1px solid #3b72b8
}

.filterPopup .popup__middle .row .popup__select_list .item {
    font-size: 14px;
    line-height: 16px
}

.filterPopup .popup__middle .row .year {
    outline: none;
    border: 1px solid #3b72b8;
    width: 82px;
    height: 42px;
    padding: 7px
}

.filterPopup .popup__middle .row .year::placeholder {
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    color: rgba(0, 0, 0, .3);
    font-family: "Evolventa"
}

@media (max-width: 500px) {
    .filterPopup .popup__middle {
        flex-direction: column
    }
}

.filterPopup .popup__select {
    position: relative;
    max-width: 540px
}

.filterPopup .popup__select.show .popup__select_list {
    max-height: 335px;
    overflow: auto
}

.filterPopup .popup__select.show .popup__select-selected svg {
    transform: rotate(0)
}

.filterPopup .popup__select .popup__select-selected {
    position: relative;
    cursor: pointer
}

.filterPopup .popup__select .popup__select-selected::after {
    position: absolute;
    content: "";
    height: 40%;
    background: #000;
    width: 1px;
    left: 0;
    bottom: 0
}

.filterPopup .popup__select .popup__select-selected input {
    width: 100%;
    border: none;
    padding: 7px;
    border-bottom: 1px solid #000;
    outline: none;
    font-size: 15px;

    font-family: "Evolventa";
    cursor: pointer;
    background: none
}

.filterPopup .popup__select .popup__select-selected input::placeholder {
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    color: rgba(0, 0, 0, .3);
    font-family: "Evolventa"
}

.filterPopup .popup__select .popup__select-selected svg {
    position: absolute;
    width: 33px;
    height: 11px;
    top: 16px;
    right: 10px;
    transform: rotate(90deg);
    transition: all .2s ease-in-out
}

@media (max-width: 1100px) {
    .filterPopup .popup__select .popup__select-selected {
        width: 90%
    }
}

@media (max-width: 700px) {
    .filterPopup .popup__select .popup__select-selected input {
        padding: 13px 13px 13px 13px
    }

    .filterPopup .popup__select .popup__select-selected input::placeholder {
        font-size: 16px;
        line-height: 18px
    }

    .filterPopup .popup__select .popup__select-selected svg {
        width: 22px;
        height: 20px
    }
}

@media (max-width: 1100px) {
    .filterPopup .popup__select {
        max-width: 100%
    }
}

.filterPopup .popup__select .popup__select_list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-left: 1px solid #000;
    position: absolute;
    background-color: #fff;
    width: 100%;
    top: 80px;
    max-height: 0;
    overflow: hidden;
    transition: all .2s ease-in-out;
    z-index: 100
}

.filterPopup .popup__select .popup__select_list .item {
    font-size: 20px;

    padding: 20px 20px 20px 30px;
    width: 100%;
    text-align: left;
    margin: 0;
    cursor: pointer;
    max-width: 100%;
    text-overflow: ellipsis
}

.filterPopup .popup__select .popup__select_list .item:hover {
    background: #dfedfe
}

.filterPopup .popup__select .popup__select_list::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background-color: #f0eefc;
    border-radius: 8px
}

.filterPopup .popup__select .popup__select_list::-webkit-scrollbar-thumb {
    background-color: #3b72b8;
    border-radius: 7px
}

@media (max-width: 700px) {
    .filterPopup {
        padding: 20px
    }
}

@media (max-width: 500px) {
    .filterPopup {
        top: 25%;
        left: 1%;
        width: 100%
    }
}

.error-404 {
    display: flex
}

@keyframes slideFadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.error {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    gap: 40px;
    padding: 158px
}

.error h1 {
    font-weight: 700;
    font-size: 128px;
    line-height: 90px;
    color: #3b72b8
}

.error p {
    font-weight: 700;
    font-size: 64px;
    line-height: 85px;
    color: #3b72b8;
    margin: 0
}

.error .bg-vectors {
    position: absolute
}

.error .bg-vectors.left {
    top: 10%;
    left: 0
}

.error .bg-vectors.right {
    top: 10%;
    right: 0
}

.heading__wrapper {
    display: flex;
    justify-content: space-between;
    max-width: 1728px;
    margin: 0 auto;
    gap: 50px
}

.heading__wrapper .navigation__wrapper {
    justify-content: left
}

.heading__wrapper .inner {
    max-width: 1070px;
    width: 100%
}

.heading__wrapper .btn {
    margin: 40px 10px 40px auto
}

@media (max-width: 1270px) {
    .heading__wrapper .sidebar__logo img {
        width: 300px;
        height: 90px
    }
}

@media (max-width: 700px) {
    .heading__wrapper .sidebar__logo {
        padding: 0 0 0 10px
    }

    .heading__wrapper .sidebar__logo img {
        width: 200px;
        height: 60px
    }
}

@media (max-width: 570px) {
    .heading__wrapper .sidebar__logo {
        align-self: normal;
        margin: 0 auto
    }
}

@media (max-width: 570px) {
    .heading__wrapper {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 0;
        margin-top: 40px
    }
}

.sidebar__logo {
    height: fit-content;
}

.main__wrapper {
    display: flex;
    max-width: 1728px;
    margin: 0 auto;
    gap: 50px;
    justify-content: space-between
}

.sidebar {
    display: flex;
    flex-direction: column;
    width: 525px;
    gap: 25px;
    padding-top: 45px
}

@media (max-width: 750px) {
    .sidebar {
        width: 100%
    }
}

.sidebar__logo {
    padding-left: 50px;
    margin-bottom: 20px
}

.sidebar__item {
    text-decoration: none;
    display: inline-flex;
    gap: 15px;
    transition: all .2s ease-in-out;
    padding: 8px 0 8px 0
}

.sidebar__item:hover {
    background: rgba(59, 114, 184, .12)
}

.sidebar__item.vip {
    background: rgba(59, 114, 184, .8)
}

.sidebar__item.vip .sidebar__item-date,
.sidebar__item.vip .sidebar__item-title {
    color: #fff
}

.sidebar__item-img {
    width: 172px;
    height: 105px;
    object-fit: cover;
    border-radius: 0 10px 10px 0;
    flex: 0 0 auto
}

.sidebar__item_content {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.sidebar__item-date {
    font-size: 12px;
    line-height: 16px;
    color: #3b72b8
}

.sidebar__item-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #0f2f50;
    margin: 0
}

@media (max-width: 1270px) {
    .sidebar__item-title {
        font-size: 15px;
        line-height: 19px
    }
}

@media (max-width: 1100px) {
    .main__wrapper.life .navigation {
        display: none
    }
}

.main__wrapper.life .news__wrapper {
    display: flex;
    flex-wrap: wrap;
    max-width: 1070px;
    gap: 10px
}

@media (max-width: 1230px) {
    .main__wrapper.life .news__wrapper {
        justify-content: center
    }
}

@media (max-width: 810px) {
    .main__wrapper.life .news__wrapper {
        margin-top: 60px;
    }
}


.main__wrapper.life .news__item.card {
    display: flex;
    flex-direction: column;
    max-width: 350px;
    gap: 23px;
    min-height: 390px;
    align-items: flex-start;
    text-align: start;
    padding: 0;
    gap: 0;
    background: #f1f5fa;
    min-height: 390px;
    text-decoration: none
}

.main__wrapper.life .news__item.card .news__item_img {
    width: 100%;
    height: 152px;
    position: relative
}

.main__wrapper.life .news__item.card .news__item_img img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.main__wrapper.life .news__item.card .news__item_img:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(241, 245, 250, 0.6), rgba(241, 245, 250, 0.6));
    transition: opacity .2s linear;
}

.main__wrapper.life .news__item.card .news__item_content {
    display: flex;
    flex-direction: column;
    padding: 16px 30px 30px 30px;
    height: 100%;
    gap: 10px
}

.main__wrapper.life .news__item.card:hover .news__item_img::after {
    opacity: 0;
}

.main__wrapper.life .news__item.card .news__item_title {
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    flex-grow: 1;
    text-decoration: none;
    color: #3b72b8
}

.main__wrapper.life .news__item.card .news__item_title:hover {
    text-decoration: underline
}

.main__wrapper.life .news__item.card .news__item_date {
    font-size: 12px;
    line-height: 16px;
    color: #3b72b8;
    flex-grow: 0
}

.main__wrapper.life .news__item.card .news__item_description {
    font-size: 16px;
    line-height: 21px;
    color: #3b72b8;
    flex-grow: 0;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.main__wrapper.life .news__item.width {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 23px;
    justify-content: center;
    align-items: flex-end;
    text-align: end;
    padding: 40px;
    width: 100%;
    height: 220px;
    color: #fff;
    background: linear-gradient(288.96deg, rgba(59, 114, 184, 0.8) 27.24%, rgba(59, 114, 184, 0) 62.74%)
}

.main__wrapper.life .news__item.width img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: -1
}

.main__wrapper.life .news__item.width .news__item-date {
    font-size: 12px;
    line-height: 16px
}

.main__wrapper.life .news__item.width .news__item-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 21px
}

.main__wrapper.life .news__item.width .news__item-text {
    font-size: 16px;
    line-height: 21px
}

section.info {
    position: relative;
    padding: 70px 0;
}

section.info .bg-vectors {
    position: absolute;
    top: 30%;
    z-index: -1
}

section.info .bg-vectors.left {
    left: 0
}

section.info .bg-vectors.right {
    right: 0
}

@media (max-width: 1050px) {
    section.info .bg-vectors {
        display: none
    }
}

section.info .info__heading {
    background: rgba(59, 114, 184, .2);
    padding: 27px 0 27px 27px;
    max-width: 1120px;
    margin: 0 auto;
    margin-bottom: 28px;
    cursor: pointer;
    text-decoration: none;
    display: block
}

section.info .container {
    max-width: 1120px
}

section.info .info__wrapper {
    display: flex;
    justify-content: center;
    gap: 63px
}


@media (max-width: 1050px) {
    section.info .info__wrapper {
        flex-direction: column;
        align-items: center
    }
}

section.info .info__images {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: min-content;
}

section.info .info__images img {
    cursor: pointer
}

section.info .info__image-big img {
    width: 350px;
    height: 240px;
    object-fit: cover
}

section.info .info__image-little {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

section.info .info__image-little img {
    width: 80px;
    height: 54px;
    object-fit: cover
}

section.info .info__content-date {
    font-size: 15px;
    line-height: 23px;
    color: #3b72b8
}

section.info .info__content-title {
    font-size: 32px;
    line-height: 43px;
    color: #3b72b8;
    margin-bottom: 40px;
    margin-top: 12px
}

@media (max-width: 500px) {
    section.info .info__content-title {
        font-size: 28px;
        line-height: 36px
    }
}

section.info .info__content-text {
    font-size: 17px;
    line-height: 23px;
    color: #000;
    /*max-height: 370px;*/
    /*overflow-y: auto;*/
    padding-right: 10px
}

section.info .info__content-text::-webkit-scrollbar {
    width: 7px;
    background-color: #f0eefc;
    border-radius: 8px;

}

section.info .info__content-text::-webkit-scrollbar-thumb {
    background-color: #3b72b8;
    border-radius: 7px;
}

.department {
    position: relative
}

.department .btn {
    margin: 20px auto 0 auto
}

.department .container {
    max-width: 1150px
}

.department.slider .container {
    max-width: 1407px
}

.department.opacity .department__item_img {
    height: 152px;
    position: relative
}

.department.opacity .department__item_img img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.department.opacity .department__item_img:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(241, 245, 250, 0.6), rgba(241, 245, 250, 0.6))
}

.department.opacity .department__item {
    gap: 0;
    background: #f1f5fa;
    min-height: 390px
}

.department.opacity .department__item_content {
    display: flex;
    flex-direction: column;
    padding: 16px 30px 30px 30px;
    height: 100%;
    gap: 10px
}

.department.opacity .department__item_title {
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    flex-grow: 1
}

.department.opacity .department__item_date {
    font-size: 16px;
    line-height: 21px;
    color: #3b72b8;
    flex-grow: 0
}

.department.opacity .department__item_description {
    font-size: 16px;
    line-height: 21px;
    color: #3b72b8;
    flex-grow: 0
}

.department__vector {
    position: absolute;
    left: 0;
    top: 20%;
    z-index: -1
}

@media (max-width: 900px) {
    .department__vector {
        display: none
    }
}

.department__vector.right {
    right: 0;
    left: auto
}

.department__wrapper {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    margin: 0 auto
}

.department__wrapper.little {
    gap: 10px
}

@media (max-width: 1200px) {
    .department__wrapper {
        flex-wrap: wrap;
        justify-content: center;
        gap: 60px
    }
}

.department__item {
    display: flex;
    flex-direction: column;
    max-width: 350px;
    gap: 23px
}

@media (max-width: 750px) {
    .department__item {
        flex-basis: 100%
    }
}

@media (max-width: 400px) {
    .department__item {
        max-width: 300px
    }
}

.department__item_img img {
    width: 350px;
    height: 240px;
    object-fit: cover
}

.department__item_date {
    font-size: 17px;
    line-height: 23px;
    color: rgba(0, 0, 0, .5)
}

.department__item_title {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #3b72b8;
    text-decoration: none
}

.department__item_title:hover {
    text-decoration: underline
}

@media (max-width: 400px) {
    .department__item_title {
        font-size: 20px;
        line-height: 22px
    }
}

.department__item_description {
    font-size: 17px;
    line-height: 23px;
    color: #000
}

.university {
    position: relative;
    padding: 80px 0
}

@media (max-width: 700px) {
    .university {
        padding: 50px 0
    }
}

.university .bg-vectors {
    z-index: -1;
    position: absolute
}

.university .bg-vectors.left {
    left: 0;
    bottom: 0
}

.university .bg-vectors.right {
    right: 0;
    top: 0
}

@media (max-width: 1150px) {
    .university .bg-vectors {
        display: none
    }
}

.university .university__social {
    display: flex;
    justify-content: center
}

.university__wrapper {
    display: flex;
    flex-direction: column;
    gap: 57px;
    max-width: 1730px;
    margin: 0 auto
}

@media (max-width: 1350px) {
    .university__wrapper {
        gap: 77px
    }
}

.university__item {
    display: flex;
    align-items: center;
    gap: 70px;
    max-width: 1420px
}

.university__item:nth-child(even) {
    margin-left: auto
}

.university__item:nth-child(even) .university__item-img {
    order: 2
}

@media (max-width: 1350px) {
    .university__item {
        margin: 0 auto;
        flex-direction: column
    }

    .university__item .university__item-img {
        order: 2
    }
}

.university__item-img {
    max-width: 700px;
    height: 466px;
    object-fit: cover
}

@media (max-width: 730px) {
    .university__item-img {
        max-width: 500px;
        height: 266px
    }
}

@media (max-width: 530px) {
    .university__item-img {
        max-width: 300px;
        height: 166px
    }
}

.person__item-text {
    position: relative
}

.person__item-text p {
    font-size: 24px;
    line-height: 32px;
    max-height: 480px;
    max-width: 740px;
    overflow-y: auto;
    padding: 30px
}

.person__item-text p::-webkit-scrollbar {
    display: none
}

.person__item-text p::-webkit-scrollbar-thumb {
    display: none
}

@media (max-width: 1540px) {
    .person__item-text p {
        max-width: 1040px
    }
}

.person__item-text_gradient {
    position: absolute;
    width: 100%
}

.person__item-text_gradient.top {
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 61.6%);
    top: 0px;
    height: 70px;
    left: 0
}

.person__item-text_gradient.bottom {
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 61.6%);
    transform: rotate(-180deg);
    bottom: 0;
    left: 0;
    height: 170px;
    z-index: 0
}

.photos {
    position: relative;
    padding: 20px 0
}

.photos .container {
    max-width: 1728px;
    padding: 0
}

.photos.two .photos__item:nth-child(odd) {
    max-width: 560px
}

@media (max-width: 610px) {
    .photos.two .photos__item:nth-child(odd) {
        max-width: 313px
    }
}

.photos.two .photos__item:nth-child(even) {
    max-width: 313px
}

@media (max-width: 610px) {
    .photos.two .photos__item:nth-child(even) {
        max-width: 313px
    }
}

.photos .bg-vectors {
    position: absolute;
    z-index: -1
}

.photos .bg-vectors.left {
    top: 5%;
    left: 0
}

.photos .bg-vectors.right {
    top: 0;
    right: 0
}

@media (max-width: 1150px) {
    .photos .bg-vectors {
        display: none
    }
}

.photos__heading {
    display: flex;
    align-items: center;
    gap: 30px;
    max-width: 1720px;
    margin-bottom: 20px
}

.photos__heading h4 {
    font-weight: 400;
    font-size: 32px;
    line-height: 43px;
    color: #3b72b8;
    text-transform: uppercase
}

.photos__wrapper {
    display: flex;
    gap: 10px;
    margin: 0 auto 50px auto;
    max-width: 1728px
}

@media (max-width: 1320px) {
    .photos__wrapper {
        flex-wrap: wrap;
        justify-content: center
    }
}

.photos__item {
    height: 370px;
    max-width: 313px
}

.photos__item:nth-child(even) {
    max-width: 560px
}

.photos__item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.photos__text {
    font-size: 24px;
    line-height: 32px;
    color: #0f2f50;
    padding: 32px 10px;
    max-width: 1120px;
    margin: 0 auto
}

@media (max-width: 1000px) {
    .photos__text {
        font-size: 20px;
        line-height: 28px
    }
}

.contacts {
    margin: 70px 0
}

.contacts .container {
    max-width: 1100px
}

@media (max-width: 530px) {
    .contacts iframe {
        width: 100%
    }
}

.contacts__heading {
    text-align: center;
    font-weight: 700;
    font-size: 40px;
    line-height: 53px;
    color: #0f2f50;
    margin-bottom: 30px
}

.contacts__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px
}

@media (max-width: 820px) {
    .contacts__wrapper {
        flex-direction: column
    }
}

.contacts__col {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.contacts__col_item {
    display: flex;
    align-items: center;
    gap: 40px
}

.contacts__col_item a {
    text-decoration: none;
    color: #0f2f50;
    font-size: 24px;
    line-height: 32px;
    display: flex;
    flex-direction: column
}

.contacts__col_item a span {
    font-size: 15px;
    line-height: 20px
}

@media (max-width: 530px) {
    .contacts__col_item {
        gap: 10px
    }
}

.contacts__social {
    display: flex;
    gap: 25px;
    margin-top: 50px
}

@media (max-width: 530px) {
    .contacts__social {
        margin-top: 10px
    }
}

.contacts__social_item {
    width: 43px;
    height: 43px;
    transition: all .2s ease-in-out
}

.contacts__social_item:hover {
    transform: translateY(5px)
}

section.payment {
    position: relative
}

section.payment .bg-vectors {
    position: absolute;
    z-index: -1
}

section.payment .bg-vectors.left {
    top: 5%;
    left: 0
}

section.payment .bg-vectors.right {
    top: 15%;
    right: 0
}

@media (max-width: 1530px) {
    section.payment .bg-vectors {
        display: none
    }
}

.themes {
    width: 100%;
    transition: all .3s ease-in-out;
    max-height: 0;
    overflow: hidden
}

.themes.show {
    max-height: 500px
}

.themes__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
    font-weight: 700
}

@media (max-width: 1160px) {
    .themes__wrapper {
        gap: 20px;
        justify-content: center;
        flex-wrap: wrap
    }
}

.themes__fonts {
    display: flex;
    align-items: center;
    gap: 15px
}

.themes__fonts .switch-button.large {
    font-size: 1.2em !important
}

.themes__fonts .switch-button.largest {
    font-size: 1.4em !important
}

.themes__colors {
    display: flex;
    align-items: center;
    gap: 15px
}

.themes__colors .switch-button {
    color: #000;
    background-color: #fff;
    border-color: #000
}

.themes__colors .switch-button:after {
    border-top: 5px solid #000
}

.themes__colors .switch-button.white {
    color: #000 !important
}

.themes__colors .switch-button.black {
    color: #ff0 !important;
    background-color: #000;
    border-color: #fff
}

.themes__colors .switch-button.black:after {
    border-top: 5px solid #fff
}

.themes__colors .switch-button.blue {
    color: #000;
    background-color: #2196f3;
    border-color: #000
}

.themes__colors .switch-button.blue:after {
    border-top: 5px solid #000
}

.switch-button {
    position: relative;
    cursor: pointer;
    font-size: 1em;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #2196f3;
    outline: none;
    width: 40px;
    height: 40px
}

.switch-button.active:after {
    display: block
}

.switch-button:after {
    display: none;
    position: absolute;
    content: "";
    width: 20px;
    height: 4px;
    bottom: -6px;
    left: 8.5px;
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-top: 5px solid #2196f3
}

.themes__images {
    display: flex;
    align-items: center;
    gap: 15px
}

.themes__images .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px
}

.themes__images .switch input {
    opacity: 0;
    width: 0;
    height: 0
}

.themes__images .toggle {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s
}

.themes__images .toggle:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s
}

.themes__images input:checked + .toggle {
    background-color: #2196f3
}

.themes__images input:focus + .toggle {
    box-shadow: 0 0 1px #2196f3
}

.themes__images input:checked + .toggle:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px)
}

.themes__images .toggle.round {
    border-radius: 34px
}

.themes__images .toggle.round:before {
    border-radius: 50%
}

.themes__default .switch-button {
    width: auto;
    border: none;
    text-decoration: underline
}

body.text-size-large * > :not(.section__heading, .section__subtitle, .invitation__title, .invitation__text, .department__heading_title, .department__heading_subtitle, .welcome__content-text, .welcome__content-title, .btn.btn-welcome, .rank__heading, .rank__row-item_num, .about__heading, .about__text, .about__item-text, .enroll__heading, .enroll__item-num, .enroll__item-text, .trends__item-info, .description__item p) {
    font-size: 1.06em;
    line-height: 1.09em
}

body.text-size-large .university__item-text {
    font-size: 26px !important;
    line-height: 34px !important
}

body.text-size-large .list .list__wrapper {
    gap: 80px
}

body.text-size-large .list .list__col ul li {
    font-size: 26px !important;
    line-height: 34px !important
}

body.text-size-large .btn.def {
    font-size: 19px
}

body.text-size-large .btn.def.btn-welcome {
    font-size: 23px
}

body.text-size-large .welcome__content-text {
    font-size: 26px;
    line-height: 36px
}

body.text-size-large .navigation__item.list .navigation__item_list a {
    font-size: 18px;
    line-height: 20px
}

body.text-size-large .rank__row-item_text {
    font-size: 30px
}

body.text-size-large .about__text {
    font-size: 26px;
    line-height: 36px
}

body.text-size-large .about__item-text ul li {
    font-size: 26px !important;
    line-height: 36px !important
}

body.text-size-large .faculties .faculties__person_info {
    gap: 10px
}

body.text-size-large .faculties .faculties__person_info-text {
    font-size: 22px;
    line-height: 25px
}

body.text-size-large .faculties .faculties__person_info-title {
    font-size: 24px;
    line-height: 29px
}

body.text-size-large .faculties .slide {
    font-size: 23px;
    line-height: 32px
}

body.text-size-large .guide .guide__item-title {
    font-size: 26px;
    line-height: 34px
}

body.text-size-large .guide .guide__item-text {
    font-size: 22px;
    line-height: 34px
}

body.text-size-large .department.opacity .department__item_title,
body.text-size-large .department.opacity .department__item_description,
body.text-size-large .department.opacity .department__item_date {
    font-size: 20px;
    line-height: 26px
}

body.text-size-large .department .department__item_title {
    font-size: 26px;
    line-height: 34px
}

body.text-size-large .department .department__item_description {
    line-height: 28px
}

body.text-size-large .structure__item_bg-text {
    font-size: 26px;
    line-height: 34px
}

body.text-size-large .students__item_name {
    font-size: 26px;
    line-height: 34px
}

body.text-size-large .students__item_text {
    font-size: 22px;
    line-height: 30px
}

body.text-size-large .dpo__item__title {
    font-size: 26px;
    line-height: 34px
}

body.text-size-large .dpo__item_text {
    font-size: 20px;
    line-height: 26px
}

body.text-size-large .dpo__item_social {
    font-size: 20px;
    line-height: 26px
}

body.text-size-large .footer__social {
    gap: 20px
}

body.text-size-large .footer__social svg {
    width: 40px;
    height: 40px
}

body.text-size-largest * > :not(.section__heading, .section__subtitle, .invitation__title, .invitation__text, .department__heading_title, .department__heading_subtitle, .welcome__content-text, .welcome__content-title, .btn.btn-welcome, .rank__heading, .rank__row-item_num, .about__heading, .about__text, .about__item-text, .enroll__heading, .enroll__item-num, .enroll__item-text, .trends__item-info, .description__item p) {
    font-size: 1.1em;
    line-height: 1.19em
}

body.text-size-largest .description__item p {
    font-size: 36px
}

body.text-size-largest .university__item-text {
    font-size: 28px !important;
    line-height: 36px !important
}

body.text-size-largest .list .list__wrapper {
    gap: 80px
}

body.text-size-largest .list .list__col ul li {
    font-size: 28px !important;
    line-height: 36px !important
}

body.text-size-largest .btn.def {
    font-size: 22px
}

body.text-size-largest .btn.def.btn-welcome {
    font-size: 26px
}

body.text-size-largest .welcome__content-text {
    font-size: 29px;
    line-height: 39px
}

body.text-size-largest .navigation__item.list .navigation__item_list a {
    font-size: 18px;
    line-height: 20px
}

body.text-size-largest .rank__row-item_text {
    font-size: 33px
}

body.text-size-largest .about__text {
    font-size: 28px;
    line-height: 39px
}

body.text-size-largest .about__item-text ul li {
    font-size: 29px !important;
    line-height: 42px !important
}

body.text-size-largest .navigation__item.list .navigation__item_list a {
    font-size: 19px;
    line-height: 22px
}

body.text-size-largest .faculties .faculties__person_info {
    gap: 10px
}

body.text-size-largest .faculties .faculties__person_info-text {
    font-size: 24px;
    line-height: 26px
}

body.text-size-largest .faculties .faculties__person_info-title {
    font-size: 26px;
    line-height: 31px
}

body.text-size-largest .faculties .slide {
    font-size: 25px;
    line-height: 34px
}

body.text-size-largest .faculties .viewSlider {
    bottom: -50%
}

body.text-size-largest .guide .guide__item-title {
    font-size: 28px;
    line-height: 34px
}

body.text-size-largest .guide .guide__item-text {
    font-size: 24px;
    line-height: 34px
}

body.text-size-largest .department.opacity .department__item_title,
body.text-size-largest .department.opacity .department__item_description,
body.text-size-largest .department.opacity .department__item_date {
    font-size: 22px;
    line-height: 30px
}

body.text-size-largest .department .department__item_title {
    font-size: 28px;
    line-height: 34px
}

body.text-size-largest .department .department__item_description {
    line-height: 28px
}

body.text-size-largest .structure__item_bg-text {
    font-size: 28px;
    line-height: 34px
}

body.text-size-largest .students__item_name {
    font-size: 28px;
    line-height: 34px
}

body.text-size-largest .students__item_text {
    font-size: 24px;
    line-height: 30px
}

body.text-size-largest .dpo__item__title {
    font-size: 28px;
    line-height: 34px
}

body.text-size-largest .dpo__item_text {
    font-size: 22px;
    line-height: 26px
}

body.text-size-largest .dpo__item_social {
    font-size: 22px;
    line-height: 26px
}

body.text-size-largest .footer__social {
    gap: 22px
}

body.text-size-largest .footer__social svg {
    width: 50px;
    height: 50px
}

body.text-size-large .footer__nav_inner,
.text-size-largest .footer__nav_inner {
    max-height: 100%;
    gap: 15px
}

@media (max-width: 600px) {

    body.text-size-large .faculties .faculties__person_info-text,
    .text-size-largest .faculties .faculties__person_info-text {
        font-size: 18px;
        line-height: 20px
    }
}

@media (max-width: 600px) {

    body.text-size-large .faculties .faculties__person_info-title,
    .text-size-largest .faculties .faculties__person_info-title {
        font-size: 18px;
        line-height: 20px
    }
}

@media (max-width: 600px) {

    body.text-size-large .faculties .slide,
    .text-size-largest .faculties .slide {
        font-size: 20px;
        line-height: 26px
    }
}

body.color-theme-white .intro__nav_item:hover:after,
.color-theme-black .intro__nav_item:hover:after,
.color-theme-blue .intro__nav_item:hover:after {
    background: none
}

body.color-theme-white .about__item_heading-img .bg,
.color-theme-black .about__item_heading-img .bg,
.color-theme-blue .about__item_heading-img .bg {
    clip-path: none
}

body.color-theme-white .person__item-text_gradient,
.color-theme-black .person__item-text_gradient,
.color-theme-blue .person__item-text_gradient {
    display: none
}

body.color-theme-white .person__item-bg_wrapper,
.color-theme-black .person__item-bg_wrapper,
.color-theme-blue .person__item-bg_wrapper {
    transform: rotate(0)
}

body.color-theme-white .person__item-bg,
.color-theme-black .person__item-bg,
.color-theme-blue .person__item-bg {
    border-radius: 0
}

body.color-theme-white .person__item-bg img,
.color-theme-black .person__item-bg img,
.color-theme-blue .person__item-bg img {
    transform: rotate(0)
}

body.color-theme-white .guide__bg,
.color-theme-black .guide__bg,
.color-theme-blue .guide__bg {
    transform: rotate(0);
    border-radius: 0;
    border: none;
    box-shadow: none
}

body.color-theme-white .guide__bg img,
.color-theme-black .guide__bg img,
.color-theme-blue .guide__bg img {
    transform: rotate(0)
}

body.color-theme-white .trends__item:hover .trends__item-info,
.color-theme-black .trends__item:hover .trends__item-info,
.color-theme-blue .trends__item:hover .trends__item-info {
    background: none;
    padding: 0;
    position: static;
    justify-content: flex-start
}

body.color-theme-white .trends__item:hover .trends__item-bg,
.color-theme-black .trends__item:hover .trends__item-bg,
.color-theme-blue .trends__item:hover .trends__item-bg {
    transform: translate(0);
    border-radius: 0
}

body.color-theme-white .trends__item:hover .trends__item-bg img,
.color-theme-black .trends__item:hover .trends__item-bg img,
.color-theme-blue .trends__item:hover .trends__item-bg img {
    transform: translate(0)
}

body.color-theme-white .trends__item-bg,
.color-theme-black .trends__item-bg,
.color-theme-blue .trends__item-bg {
    transform: translate(0);
    border-radius: 0
}

body.color-theme-white .trends__item-bg::after,
.color-theme-black .trends__item-bg::after,
.color-theme-blue .trends__item-bg::after {
    display: none
}

body.color-theme-white .trends__item-bg img,
.color-theme-black .trends__item-bg img,
.color-theme-blue .trends__item-bg img {
    transform: translate(0)
}

body.color-theme-white .trends__item-info,
.color-theme-black .trends__item-info,
.color-theme-blue .trends__item-info {
    background: none;
    padding: 0;
    position: static;
    justify-content: flex-start
}

body.color-theme-white .trends__item-info.right,
.color-theme-black .trends__item-info.right,
.color-theme-blue .trends__item-info.right {
    background: none;
    padding: 0;
    position: static;
    justify-content: flex-start
}

body.color-theme-white .bg-vectors,
.color-theme-black .bg-vectors,
.color-theme-blue .bg-vectors {
    display: none
}

body.color-theme-white .enroll__heading span,
.color-theme-black .enroll__heading span,
.color-theme-blue .enroll__heading span {
    display: none
}

body.color-theme-white .intro__img-left,
body.color-theme-white .intro__img-right,
.color-theme-black .intro__img-left,
.color-theme-black .intro__img-right,
.color-theme-blue .intro__img-left,
.color-theme-blue .intro__img-right {
    display: none
}

body.color-theme-white .intro,
.color-theme-black .intro,
.color-theme-blue .intro {
    background: none !important
}

body.color-theme-white .background__forms,
.color-theme-black .background__forms,
.color-theme-blue .background__forms {
    display: none
}

body.color-theme-white .about__item_heading-img img.vector,
.color-theme-black .about__item_heading-img img.vector,
.color-theme-blue .about__item_heading-img img.vector {
    display: none
}

body.color-theme-white .rgsu-life .group,
.color-theme-black .rgsu-life .group,
.color-theme-blue .rgsu-life .group {
    display: none
}

body.color-theme-white .rgsu-life:hover,
.color-theme-black .rgsu-life:hover,
.color-theme-blue .rgsu-life:hover {
    background: #000;
    color: #fff !important
}

body.color-theme-white .viewport-main .viewSlide,
.color-theme-black .viewport-main .viewSlide,
.color-theme-blue .viewport-main .viewSlide {
    transform: rotate(0)
}

body.color-theme-white .viewport-touch-rhombs .rhomb-group,
.color-theme-black .viewport-touch-rhombs .rhomb-group,
.color-theme-blue .viewport-touch-rhombs .rhomb-group {
    display: none
}

body.color-theme-white .viewport-touch-rhombs .slide__bg,
.color-theme-black .viewport-touch-rhombs .slide__bg,
.color-theme-blue .viewport-touch-rhombs .slide__bg {
    box-shadow: none;
    border-radius: 0;
    transform: rotate(0)
}

body.color-theme-white .viewport-touch-rhombs .slide__bg img,
.color-theme-black .viewport-touch-rhombs .slide__bg img,
.color-theme-blue .viewport-touch-rhombs .slide__bg img {
    transform: rotate(0)
}

body.color-theme-white .btn-intro,
.color-theme-black .btn-intro,
.color-theme-blue .btn-intro {
    transform: rotate(0) !important;
    border-radius: 0;
    padding: 20px
}

body.color-theme-white .btn-intro span,
.color-theme-black .btn-intro span,
.color-theme-blue .btn-intro span {
    transform: rotate(0)
}

body.color-theme-white .viewport-touch-vk,
.color-theme-black .viewport-touch-vk,
.color-theme-blue .viewport-touch-vk {
    border-radius: 0
}

body.color-theme-white .viewport-touch-vk .slide__header-photo:before,
.color-theme-black .viewport-touch-vk .slide__header-photo:before,
.color-theme-blue .viewport-touch-vk .slide__header-photo:before {
    display: none
}

body.color-theme-white .videos__item:before,
.color-theme-black .videos__item:before,
.color-theme-blue .videos__item:before {
    display: none
}

body.color-theme-white .videos__item:after,
.color-theme-black .videos__item:after,
.color-theme-blue .videos__item:after {
    display: none
}

body.color-theme-white .more .more__item_bg,
.color-theme-black .more .more__item_bg,
.color-theme-blue .more .more__item_bg {
    border-radius: 0;
    transform: none
}

body.color-theme-white .more .more__item_bg img,
.color-theme-black .more .more__item_bg img,
.color-theme-blue .more .more__item_bg img {
    transform: scale(1.35)
}

body.color-theme-white .more .more__item_bg:after,
.color-theme-black .more .more__item_bg:after,
.color-theme-blue .more .more__item_bg:after {
    display: none
}

body.color-theme-white .more .more__item_info,
.color-theme-black .more .more__item_info,
.color-theme-blue .more .more__item_info {
    position: static;
    text-align: left;
    width: 160px;
    background: none
}

body.color-theme-white {
    color: #000 !important;
    background: #fff;
    border-color: #000
}

body.color-theme-white * {
    color: #000;
    border-color: #000 !important
}

body.color-theme-white svg {
    fill: #000;
    stroke: #000
}

body.color-theme-white svg path {
    fill: #000;
    stroke: #000
}

body.color-theme-white section.description p {
    color: #000
}

body.color-theme-white .list__col ul li::before {
    background: #000
}

body.color-theme-white .navigation__item {
    background: #fff
}

body.color-theme-white .navigation__item:after {
    background: #000
}

body.color-theme-white .navigation__item:hover span {
    color: #fff !important
}

body.color-theme-white .navigation__item:before {
    background: #000 !important
}

body.color-theme-white .btn-welcome {
    background: #000
}

body.color-theme-white .btn-welcome span {
    color: #fff !important
}

body.color-theme-white .enroll__heading span {
    display: none
}

body.color-theme-white .header__lang-item::after {
    background: #000
}

body.color-theme-white input::placeholder {
    color: #000
}

body.color-theme-white .rgsu-life:hover {
    background: #000;
    color: #fff !important
}

body.color-theme-white .intro__nav_item:after {
    background: #000
}

body.color-theme-white .intro__nav_item:hover span {
    color: #fff
}

.header__pannel .header__info_btns {
    display: none;
    flex-direction: column
}

@media (max-width: 960px) {
    .header__pannel .header__info_btns {
        display: flex
    }
}

body.color-theme-white .btn-intro {
    background: #000
}

body.color-theme-white .btn-intro span {
    color: #fff
}

body.color-theme-white .btn-intro:hover {
    background: #000
}

body.color-theme-white .btn-intro.btn-loading {
    animation: none
}

body.color-theme-white .viewport-touch-rhombs .slide span {
    color: #000
}

body.color-theme-white .viewport-touch-rhombs .slide .slide__bg {
    border: 2px solid #000
}

body.color-theme-white .viewport-touch-vk {
    background: #000;
    border-radius: 0
}

body.color-theme-white .more .more-btn {
    background: #000
}

body.color-theme-white .more .more-btn span {
    color: #fff
}

body.color-theme-white .more .more-btn:hover {
    background: #fff
}

body.color-theme-white .more .more-btn:hover span {
    color: #000
}

.btn-list-wrapper {
    position: relative
}

.btn-list-wrapper.show .btn-list_column {
    display: flex;
    animation: slideFadeIn .2s
}

.btn-list-wrapper .btn-list_column {
    display: none;
    flex-direction: column;
    position: absolute;
    width: 100%;
    background: #fff;
    z-index: 100;
    top: calc(100% - 2px);
    font-weight: 400;
    border: 1px solid #3b72b8
}

.btn-list-wrapper .btn-list_column a {
    padding: 10px 10px;
    text-decoration: none;
    font-size: 15px;
    line-height: 20px;
    color: #3b72b8;
    border-bottom: 1px solid #3b72b8
}

.btn-list-wrapper .btn-list_column a:last-child {
    border-bottom: none
}

.btn-list-wrapper .btn-list_column a:hover {
    background-color: rgba(61, 125, 209, .1882352941)
}

.btn-list {
    font-size: 15px;
    /**/
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-family: "Evolventa";
    padding: 8px 25px;
    gap: 10px;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #3b72b8;
    box-shadow: -2px 2px 9px rgba(0, 0, 0, .25);
    position: relative;
    transition: all .2s ease;
    cursor: pointer;
    z-index: 1;
    margin: 0;
    text-decoration: none
}

.btn-list::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #3b72b8;
    transition: all .3s ease
}

.btn-list:hover {
    color: #fff
}

.btn-list:hover::after {
    top: 0;
    height: 100%
}

.btn-list:disabled,
.btn-list[disabled] {
    border: 1px solid rgba(59, 114, 184, .2);
    box-shadow: -2px 2px 9px rgba(0, 0, 0, .25);
    color: rgba(59, 114, 184, .2);
    pointer-events: none
}

body.color-theme-white .more .more__item_bg:after {
    display: none
}

body.color-theme-white .more .more__item_info {
    background: #000 !important;
    background-image: none
}

body.color-theme-white .more .more__item_info span {
    color: #fff
}

body.color-theme-white .more .more__item_info:hover {
    background: #fff !important
}

body.color-theme-white .more .more__item_info:hover span {
    color: #000
}

body.color-theme-white .accordion__item__content::-webkit-scrollbar {
    width: 7px;
    background-color: #fff;
    border-radius: 8px
}

body.color-theme-white .accordion__item__content::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 7px
}

body.color-theme-white .scroll__arrow path {
    fill: #fff
}

body.color-theme-white .scroll__arrow rect {
    fill: #000 !important
}

body.color-theme-white .slider__navigation path {
    stroke: #000
}

body.color-theme-white .burger-bar {
    background-color: #000
}

body.color-theme-white .btn.def:after {
    background: #000
}

body.color-theme-white .btn.def:hover {
    color: #fff !important
}

body.color-theme-white .btn.def.form:after {
    background: #000
}

body.color-theme-white .btn.def.form:hover {
    color: #fff !important
}

body.color-theme-white .btn.form {
    background: #000;
    color: #fff
}

body.color-theme-white .btn.form:after {
    background: #000
}

body.color-theme-white .btn.form:hover {
    color: #fff !important
}

body.color-theme-white .header__vision svg:hover path {
    fill: #000 !important
}

body.color-theme-white .slide {
    color: #000 !important;
    background: #fff;
    border-color: #000
}

body.color-theme-white .header__pannel {
    color: #000 !important;
    background: #fff;
    border-color: #000
}

body.color-theme-white footer {
    color: #000 !important;
    background: #fff !important;
    border-color: #000
}

body.color-theme-black {
    color: #fff !important;
    background: #000;
    border-color: #fff
}

body.color-theme-black * {
    color: #fff !important;
    border-color: #fff !important
}

body.color-theme-black svg {
    fill: #fff;
    stroke: #fff
}

body.color-theme-black svg path {
    fill: #fff;
    stroke: #fff
}

body.color-theme-black .viewport-touch-vk {
    background: #000;
    border-radius: 0
}

body.color-theme-black input::placeholder {
    color: #000
}

body.color-theme-black .communication .btn {
    background: #000;
    color: #fff
}

body.color-theme-black .viewport-touch-rhombs .slide span {
    color: #000 !important
}

body.color-theme-black .viewport-touch-rhombs .slide .slide__bg {
    border: 2px solid #000
}

body.color-theme-black .rgsu-life {
    background: none
}

body.color-theme-black .rgsu-life:hover {
    background: #000;
    color: #fff !important
}

body.color-theme-black .btn-intro {
    background: #fff
}

body.color-theme-black .btn-intro span {
    color: #000 !important
}

body.color-theme-black .btn-intro:hover {
    background: #fff
}

body.color-theme-black .btn-intro.btn-loading {
    animation: none
}

body.color-theme-black .more .more-btn {
    background: #000;
    transform: rotate(0);
    border-radius: 0
}

body.color-theme-black .more .more-btn span {
    transform: rotate(0);
    color: #fff
}

body.color-theme-black .more .more-btn:hover {
    background: #fff
}

body.color-theme-black .more .more-btn:hover span {
    color: #000
}

body.color-theme-black .more .more__item_bg:after {
    display: none
}

body.color-theme-black .more .more__item_info {
    background: #000 !important;
    background-image: none
}

body.color-theme-black .more .more__item_info span {
    color: #fff
}

body.color-theme-black .more .more__item_info:hover {
    background: #000 !important
}

body.color-theme-black .more .more__item_info:hover span {
    color: #000
}

body.color-theme-black .accordion__item__content::-webkit-scrollbar {
    width: 7px;
    background-color: #000;
    border-radius: 8px
}

body.color-theme-black .accordion__item__content::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 7px
}

body.color-theme-black .scroll__arrow path {
    fill: #fff
}

body.color-theme-black .scroll__arrow rect {
    fill: #000 !important
}

body.color-theme-black .list__col ul li::before {
    background: #fff
}

body.color-theme-black .navigation__item {
    background: #fff
}

body.color-theme-black .navigation__item:after {
    background: #000
}

body.color-theme-black .navigation__item:hover span {
    color: #fff !important
}

body.color-theme-black .navigation__item:before {
    background: #000 !important
}

body.color-theme-black .btn-welcome {
    background: #000
}

body.color-theme-black .btn-welcome span {
    color: #fff !important
}

body.color-theme-black .scroll__arrow path {
    fill: #000
}

body.color-theme-black .scroll__arrow rect {
    fill: #fff !important
}

body.color-theme-black .slider__navigation path {
    stroke: #fff
}

body.color-theme-black .burger-bar {
    background-color: #fff
}

body.color-theme-black .btn.def:after {
    background: #fff
}

body.color-theme-black .btn.def:hover {
    color: #000 !important
}

body.color-theme-black .header__vision svg:hover path {
    fill: #fff !important
}

body.color-theme-black .navigation__item {
    background: #000
}

body.color-theme-black .navigation__item:after {
    background: #fff
}

body.color-theme-black .navigation__item:hover span {
    color: #000 !important
}

body.color-theme-black .navigation__item:before {
    background: #fff !important
}

body.color-theme-black .navigation__item_list {
    color: #fff !important;
    background: #000 !important;
    border-color: #000
}

body.color-theme-black .header__pannel {
    color: #fff !important;
    background: #000;
    border-color: #fff
}

body.color-theme-black .navigation__item {
    background: #000
}

body.color-theme-black .navigation__item_list {
    color: #fff !important;
    background: #000 !important;
    border-color: #fff
}

body.color-theme-black .slide {
    color: #fff !important;
    background: #000;
    border-color: #fff
}

body.color-theme-black .invitation__item {
    color: #fff !important;
    background: #000;
    border-color: #fff
}

body.color-theme-black .department.opacity .department__item {
    color: #fff !important;
    background: #000;
    border-color: #fff
}

body.color-theme-black .department__item {
    color: #fff !important;
    background: #000;
    border-color: #fff
}

body.color-theme-black .students__item_social,
body.color-theme-black .dpo__item_social {
    color: #fff !important;
    background: #000;
    border-color: #fff
}

body.color-theme-black footer {
    color: #fff !important;
    background: #000;
    border-color: #fff
}

body.color-theme-blue {
    color: #0f2f50 !important;
    background: #b4d5ff;
    border-color: #0f2f50
}

body.color-theme-blue * {
    color: #0f2f50 !important;
    border-color: #0f2f50
}

body.color-theme-blue svg {
    fill: #0f2f50;
    stroke: #0f2f50
}

body.color-theme-blue svg path {
    fill: #0f2f50;
    stroke: #0f2f50
}

body.color-theme-blue .viewport-touch-vk {
    background: #b4d5ff;
    border-radius: 0
}

body.color-theme-blue input {
    background: rgba(0, 0, 0, 0)
}

body.color-theme-blue input::placeholder {
    color: #000
}

body.color-theme-blue label:after {
    display: none
}

body.color-theme-blue .communication .btn {
    background: #0f2f50;
    color: #fff !important
}

body.color-theme-blue .viewport-touch-rhombs .slide span {
    color: #0f2f50 !important
}

body.color-theme-blue .viewport-touch-rhombs .slide .slide__bg {
    border: 2px solid #0f2f50
}

body.color-theme-blue .rgsu-life {
    background: none
}

body.color-theme-blue .rgsu-life:hover {
    background: rgba(0, 0, 0, 0)
}

body.color-theme-blue .btn-intro {
    background: #0f2f50
}

body.color-theme-blue .btn-intro span {
    color: #fff !important
}

body.color-theme-blue .btn-intro:hover {
    background: #0f2f50
}

body.color-theme-blue .btn-intro.btn-loading {
    animation: none
}

body.color-theme-blue .more .more-btn {
    background: rgba(0, 0, 0, 0);
    transform: rotate(0);
    border-radius: 0;
    border: none;
    box-shadow: none
}

body.color-theme-blue .more .more-btn span {
    transform: rotate(0);
    color: #fff
}

body.color-theme-blue .more .more-btn:hover {
    background: #fff
}

body.color-theme-blue .more .more-btn:hover span {
    color: #000
}

body.color-theme-blue .more .more__item_bg:after {
    display: none
}

body.color-theme-blue .more .more__item_info {
    background: none !important;
    background-image: none
}

body.color-theme-blue .more .more__item_info span {
    color: #fff
}

body.color-theme-blue .more .more__item_info:hover {
    background: #000 !important
}

body.color-theme-blue .more .more__item_info:hover span {
    color: #000
}

body.color-theme-blue .accordion__item__content::-webkit-scrollbar {
    width: 7px;
    background-color: #b4d5ff;
    border-radius: 8px
}

body.color-theme-blue .accordion__item__content::-webkit-scrollbar-thumb {
    background-color: #0f2f50;
    border-radius: 7px
}

body.color-theme-blue .list__col ul li::before {
    background: #0f2f50
}

body.color-theme-blue .btn-welcome {
    background: #0f2f50
}

body.color-theme-blue .btn-welcome span {
    color: #b4d5ff !important
}

body.color-theme-blue .scroll__arrow path {
    fill: #b4d5ff
}

body.color-theme-blue .scroll__arrow rect {
    fill: #0f2f50 !important
}

body.color-theme-blue .slider__navigation path {
    stroke: #0f2f50
}

body.color-theme-blue .burger-bar {
    background-color: #0f2f50
}

body.color-theme-blue .btn.def:after {
    background: #0f2f50
}

body.color-theme-blue .btn.def:hover {
    color: #b4d5ff !important
}

body.color-theme-blue .header__vision svg:hover path {
    fill: #0f2f50 !important
}

body.color-theme-blue .navigation__item {
    background: #b4d5ff
}

body.color-theme-blue .navigation__item:after {
    background: #0f2f50
}

body.color-theme-blue .navigation__item:hover span {
    color: #b4d5ff !important
}

body.color-theme-blue .navigation__item:before {
    background: #0f2f50 !important
}

body.color-theme-blue .navigation__item_list {
    color: #fff !important;
    background: #b4d5ff !important;
    border-color: #b4d5ff
}

body.color-theme-blue .header__pannel {
    color: #0f2f50 !important;
    background: #b4d5ff;
    border-color: #0f2f50
}

body.color-theme-blue .navigation__item {
    background: #b4d5ff
}

body.color-theme-blue .navigation__item_list {
    color: #0f2f50 !important;
    background: #b4d5ff !important;
    border-color: #0f2f50
}

body.color-theme-blue .slide {
    color: #0f2f50 !important;
    background: #b4d5ff;
    border-color: #0f2f50
}

body.color-theme-blue .invitation__item {
    background: #b4d5ff
}

body.color-theme-blue .department.opacity .department__item {
    color: #0f2f50 !important;
    background: #b4d5ff;
    border-color: #0f2f50
}

body.color-theme-blue .department__item {
    color: #0f2f50 !important;
    background: #b4d5ff;
    border-color: #0f2f50
}

body.color-theme-blue .students__item_social,
body.color-theme-blue .dpo__item_social {
    color: #0f2f50 !important;
    background: #b4d5ff;
    border-color: #0f2f50
}

body.color-theme-blue footer {
    color: #0f2f50 !important;
    background: #b4d5ff;
    border-color: #0f2f50
}

body.none-images * img {
    opacity: 0
}

body.none-images * .faculties__person_bg:after {
    display: none
}

body.none-images * .structure__item_bg {
    background: none !important
}

body.none-images * .students__item_img {
    background: none !important
}

.intro__bg {
    width: 100%;
    height: 320px
}

.intro__bg img {
    width: 100%;
    height: auto;
    max-height: 320px;
    object-fit: cover
}

@media (max-width: 1420px) {
    .intro__bg {
        height: fit-content
    }
}

.header {
    position: relative
}

.header__title {
    text-align: center;
    padding-top: 25px;
    font-weight: 700;
    font-size: 48px;
    line-height: 64px;
    color: #0f2f50
}

@media (max-width: 1100px) {
    .header__title {
        font-size: 40px
    }
}

@media (max-width: 650px) {
    .header__title {
        font-size: 30px;
        line-height: 40px
    }
}

@media (max-width: 600px) {
    .header__title {
        font-size: 20px;
        line-height: 26.6px
    }
}

@media (max-width: 420px) {
    .header__title {
        padding-top: 10px
    }
}

.header__pannel {
    position: fixed;
    display: flex;
    flex-direction: column;
    right: 0;
    top: 0;
    transform: translateX(100%);
    width: 30%;
    background: #f1f8fe;
    z-index: 61;
    box-shadow: -2px 2px 9px rgba(0, 0, 0, .25);
    padding: 20px;
    transition: all .3s ease-in-out;
    height: 100%;
    overflow: auto
}

.header__pannel::-webkit-scrollbar {
    width: 7px;
    background-color: none;
    border-radius: 8px
}

.header__pannel::-webkit-scrollbar-thumb {
    background-color: none;
    border-radius: 7px
}

.header__pannel a {
    text-decoration: none;
    font-size: 17px;
    color: #0f2f50
}

.header__pannel a:hover {
    text-decoration: underline
}

.header__pannel.active {
    transform: translateX(0)
}

.header__pannel .header__social {
    display: none
}

@media (max-width: 1200px) {
    .header__pannel {
        width: 50%
    }
}

@media (max-width: 1050px) {
    .header__pannel .header__social {
        justify-content: center;
        display: flex
    }
}

@media (max-width: 740px) {
    .header__pannel {
        width: 60%
    }
}

@media (max-width: 670px) {
    .header__pannel {
        width: 100%
    }
}

.header__pannel .burger {
    padding: 50px 0;
    padding-right: 0
}

.header__pannel .burger-button {
    margin: 0 auto
}

.header__pannel-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 60px;
    max-width: 370px;
    margin: 0 auto;
    min-height: 700px;
    padding-right: 30px;
    padding-top: 50px
}

@media (max-width: 960px) {
    .header__pannel-wrapper {
        text-align: center
    }
}

@media (max-width: 780px) {
    .header__pannel-wrapper {
        gap: 35px
    }
}

.header__social {
    display: flex;
    gap: 25px
}

@media (max-width: 960px) {
    .header__social {
        display: flex;
        justify-content: center;
        gap: 15px
    }
}

.header__pannel_contacts {
    display: flex;
    flex-direction: column;
    gap: 30px
}

.header__pannel_contacts_item {
    display: flex;
    align-items: center;
    gap: 22px
}

.header__pannel_contacts_item a {
    font-size: 20px;
    line-height: 27px;
    color: #0f2f50
}

.header__pannel_contacts_item a:focus {
    outline: none
}

.header__social_item {
    transition: all .2s ease-in-out;
    text-decoration: none
}

.header__social_item:hover {
    transform: translateY(5px)
}

@media (max-width: 780px) {
    .header__social_item svg {
        height: 34px;
        width: 34px
    }
}

.header__pannel_nav .navigation__item {
    display: none
}

@media (max-width: 900px) {
    .header__pannel_nav .navigation__item {
        display: flex;
        text-align: left
    }
}

.header__pannel_nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 22px;
    color: #0f2f50;
    max-width: 270px
}

.header__pannel_nav .navigation__item {
    position: relative;
    padding: 0;
    font-size: 15px;
    line-height: 20px;
    color: #3b72b8;
    text-decoration: none;
    background: none;
    z-index: 1;
    transition: all .2s ease-in-out;
    z-index: 10
}

.header__pannel_nav .navigation__item.active {
    font-weight: 700
}

.header__pannel_nav .navigation__item.list {
    align-items: center;
    gap: 10px
}

.header__pannel_nav .navigation__item.list:hover {
    cursor: pointer;
    color: #3b72b8
}

.header__pannel_nav .navigation__item.list:hover:after {
    display: none
}

.header__pannel_nav .navigation__item.list.show .navigation__item_list {
    display: flex;
    animation: slideFadeIn .2s
}

.header__pannel_nav .navigation__item.list.show svg {
    transition: all .2s ease-in-out;
    transform: rotate(90deg)
}

.header__pannel_nav .navigation__item.list .navigation__item_list {
    display: none;
    flex-direction: column;
    position: absolute;
    padding: 17px;
    padding-left: 30px;
    gap: 20px;
    width: 305px;
    background: #f1f8fe;
    transform: translateX(0);
    z-index: 100;
    top: 110%;
    font-weight: 400
}

.header__pannel_nav .navigation__item.list .navigation__item_list a {
    text-decoration: none;
    font-size: 15px;
    line-height: 20px;
    color: #3b72b8
}

.header__pannel_nav .navigation__item.list .navigation__item_list a:hover {
    text-decoration: underline
}

.header__pannel_nav .navigation__item::before {
    display: none
}

.header__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media (max-width: 1600px) {
    .header__wrapper {
        padding-top: 10px
    }
}

.header__left {
    display: flex;
    align-items: center;
    gap: 60px
}

@media (max-width: 1280px) {
    .header__left {
        gap: 50px
    }
}

@media (max-width: 600px) {
    .header__left {
        gap: 30px
    }
}

.header__logo {
    display: inline-flex;
    position: relative;
    width: 97px;
    height: 125px
}

.header__logo .header__logo-ribbon {
    position: absolute;
    bottom: 8px;
    right: -30px
}

@media (max-width: 1280px) {
    .header__logo .header__logo-ribbon {
        width: 38px;
        height: 30px;
        bottom: 7px;
        right: -8px
    }
}

@media (max-width: 600px) {
    .header__logo .header__logo-ribbon {
        width: 23px;
        height: 15px;
        bottom: 11px;
        right: -11px
    }
}

.header__logo img {
    max-width: 100%;
    height: auto
}

@media (max-width: 1280px) {
    .header__logo {
        width: 77px;
        height: 80px
    }
}

@media (max-width: 600px) {
    .header__logo {
        width: 47px;
        height: 65px
    }
}

.header__vision {
    cursor: pointer
}

.header__vision svg {
    max-width: 100%;
    height: auto
}

.header__vision svg:hover path {
    fill: rgba(59, 113, 184, .5764705882)
}

.header__vision svg path {
    transition: all .2s ease-in-out
}

@media (max-width: 1250px) {
}

@media (max-width: 1050px) {
    .header__vision {
        margin-right: 0px
    }
}

@media (max-width: 600px) {
    .header__vision {
        width: 33px;
        height: 24px
    }
}

.header__input {
    display: flex;
    align-items: center;
    gap: 10px
}

.header__input a {
    height: fit-content
}

.header__input input {
    background: rgba(0, 0, 0, 0);
    border: none;
    outline: none;
    border-bottom: 2px solid #3b72b8;
    color: #3b72b8;
    font-size: 12px;
    line-height: 16px;
    width: 110px
}

.header__input input::placeholder {
    color: #3b72b8;
    font-size: 12px;
    line-height: 16px
}

@media (max-width: 740px) {
    .header__input input {
        display: none
    }
}

@media (max-width: 740px) {
    .header__lang {
        display: none
    }
}

.header__lang-item {
    padding: 0 10px;
    text-decoration: none;
    color: #3b72b8;
    position: relative
}

.header__lang-item::after {
    content: "";
    position: absolute;
    right: -2px;
    top: 0;
    background: #3b72b8;
    height: 100%;
    width: 2px
}

.header__lang-item:first-child {
    padding: 0 10px 0 0
}

.header__lang-item:last-child {
    padding-right: 0
}

.header__lang-item:last-child:after {
    display: none
}

.header__lang-item:hover {
    color: #0f2f50
}

.header__right {
    display: flex;
    align-items: flex-end;
    gap: 35px;
    padding: 1px 1px 2px 0px
}

@media (max-width: 1280px) {
    .header__right {
        gap: 40px
    }
}

@media (max-width: 1050px) {
    .header__right .burger-button {
        height: 25px
    }
}

@media (max-width: 780px) {
    .header__right {
        gap: 30px
    }
}

@media (max-width: 600px) {
    .header__right {
        gap: 20px;
        align-items: center
    }
}

@media (max-width: 400px) {
    .header__right {
        gap: 15px
    }
}

@media (max-width: 1050px) {
    .header__right #burger {
        height: 25px
    }
}

@media (max-width: 900px) {
    .header__right #burger {
        display: flex;
        align-self: center
    }
}

.header__info_btns {
    display: flex;
    gap: 20px
}

@media (max-width: 960px) {
    .header__info_btns {
        display: none
    }
}

.header__info_btns.pannel {
    display: none
}

@media (max-width: 960px) {
    .header__info_btns.pannel {
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin: 20px auto;
        width: fit-content
    }
}

.header__info {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 16px
}

.header__number {
    color: #3b72b8;
    text-decoration: none;
    font-size: 20px
}

.header__number.pannel {
    display: none
}

@media (max-width: 1280px) {
    .header__number {
        font-size: 16px
    }
}

@media (max-width: 550px) {
    .header__number {
        display: none
    }

    .header__number.pannel {
        display: block
    }
}

#burger {
    padding-right: 12px
}

.burger-button {
    position: relative;
    cursor: pointer;
    height: 30px;
    width: 50px;
    display: block;
    z-index: 60;
    border: 0;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0);
    pointer-events: all;
    transition: transform .6s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding: 0
}

.burger-bar {
    background-color: #3b72b8;
    position: absolute;
    top: 43%;
    right: 6px;
    left: 6px;
    height: 4px;
    width: 41px;
    margin-top: -1px;
    transition: transform .6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity .3s cubic-bezier(0.165, 0.84, 0.44, 1), background-color .6s cubic-bezier(0.165, 0.84, 0.44, 1)
}

@media (max-width: 600px) {
    .burger-bar {
        width: 31px
    }
}

.burger-bar--1 {
    -webkit-transform: translateY(-7px);
    transform: translateY(-12px)
}

@media (max-width: 600px) {
    .burger-bar--1 {
        transform: translateY(-8px)
    }
}

.burger-bar--2 {
    transform-origin: 100% 50%;
    transform: scaleX(1)
}

.burger-button:hover .burger-bar--2 {
    transform: scaleX(1)
}

.no-touchevents .burger-bar--2:hover {
    transform: scaleX(1)
}

.burger-bar--3 {
    transform: translateY(12px)
}

@media (max-width: 600px) {
    .burger-bar--3 {
        transform: translateY(8px)
    }
}

#burger.active .burger-button {
    transform: rotate(-180deg)
}

#burger.active .burger-bar--1 {
    transform: rotate(45deg)
}

#burger.active .burger-bar--2 {
    opacity: 0
}

#burger.active .burger-bar--3 {
    transform: rotate(-45deg)
}

.welcome {
    position: relative;
    padding: 80px 0
}

@media (max-width: 700px) {
    .welcome {
        padding: 50px 0
    }
}

.welcome .container {
    max-width: 1730px
}

.welcome .bg-vectors {
    position: absolute
}

.welcome .bg-vectors.left {
    left: 0;
    top: 80px
}

.welcome .bg-vectors.right {
    right: 0;
    bottom: -180px
}

@media (max-width: 950px) {
    .welcome .bg-vectors {
        display: none
    }
}

.welcome .btn-welcome {
    min-width: 350px;
    height: 70px;
    margin: 80px auto 0 auto;
    font-size: 32px;
    line-height: 43px;
    color: #fff;
    background: #3b72b8
}

.welcome .btn-welcome:after {
    background-color: #fff
}

.welcome .btn-welcome:hover {
    color: #3b72b8
}

@media (max-width: 700px) {
    .welcome .btn-welcome {
        margin: 20px auto 0 auto
    }
}

.welcome__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.welcome__wrapper img {
    max-width: 923px;
    height: auto;
    transform: translateX(-50px)
}

@media (max-width: 1420px) {
    .welcome__wrapper img {
        transform: translateX(0px)
    }
}

@media (max-width: 900px) {
    .welcome__wrapper img {
        max-width: 650px
    }
}

@media (max-width: 700px) {
    .welcome__wrapper img {
        max-width: 100%
    }
}

@media (max-width: 1420px) {
    .welcome__wrapper {
        justify-content: center;
        flex-direction: column;
        gap: 20px
    }
}

.welcome__content {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 740px;
    padding: 0 10px
}

@media (max-width: 1420px) {
    .welcome__content {
        max-width: 940px
    }
}

.welcome__content-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 53px;
    color: #3b72b8;
    text-transform: uppercase
}

@media (max-width: 700px) {
    .welcome__content-title {
        font-size: 36px
    }
}

@media (max-width: 600px) {
    .welcome__content-title {
        font-size: 30px
    }
}

.welcome__content-text {
    color: #0f2f50;
    font-size: 24px;
    line-height: 32px
}

.rank {
    padding: 40px 0
}

.rank .container {
    max-width: 1130px
}

.rank__wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.rank__row {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #3b72b8;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.rank__row:last-child {
    padding-bottom: 0px;
    border-bottom: none
}

@media (max-width: 750px) {
    .rank__row {
        flex-direction: column;
        justify-content: center;
        gap: 30px
    }
}

.rank__heading {
    font-weight: 700;
    font-size: 40px;
    line-height: 53px;
    color: #3b72b8
}

@media (max-width: 700px) {
    .rank__heading {
        font-size: 36px
    }
}

@media (max-width: 600px) {
    .rank__heading {
        font-size: 30px
    }
}

.rank__row-item {
    display: flex;
    flex-direction: column;
    color: #0f2f50
}

@media (max-width: 750px) {
    .rank__row-item {
        justify-content: center;
        text-align: center
    }
}

.rank__row-item_num {
    font-weight: 700;
    font-size: 46px;
    line-height: 62px
}

@media (max-width: 850px) {
    .rank__row-item_num {
        font-size: 36px;
        line-height: 52px
    }
}

.rank__row-item_text {
    font-weight: 700;
    font-size: 28px;
    line-height: 37px
}

@media (max-width: 850px) {
    .rank__row-item_text {
        font-size: 20px;
        line-height: 27px
    }
}

.rank__row-item_img {
    display: flex;
    align-items: center;
    gap: 5px
}

.rank__row-item_img span {
    font-weight: 700;
    font-size: 28px;
    line-height: 37px
}

.about {
    position: relative;
    padding: 80px 0
}

@media (max-width: 700px) {
    .about {
        padding: 50px 0
    }
}

.about .container {
    max-width: 1130px
}

.about .bg-vectors {
    position: absolute
}

.about .bg-vectors.left {
    left: 0;
    top: 10%
}

.about .bg-vectors.right {
    right: 0;
    bottom: -10%
}

@media (max-width: 950px) {
    .about .bg-vectors {
        display: none
    }
}

.about__wrapper {
    display: flex;
    flex-direction: column;
    gap: 25px
}

.about__heading {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 40px;
    line-height: 53px;
    color: #3b72b8
}

.about__text {
    font-size: 24px;
    line-height: 32px;
    color: #0f2f50
}

.about__item {
    width: 100%;
    padding: 0;
    color: #0f2f50;
    display: flex;
    flex-direction: column;
    gap: 5px
}

.about__item ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px
}

.about__item ul li {
    font-size: 24px;
    line-height: 32px
}

.about__item:last-child {
    padding-bottom: 40px;
    border-bottom: 1px solid #3b72b8
}

.about__item-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px
}

.about__item-text {
    font-size: 24px;
    line-height: 32px
}

.about__item-text br {
    display: block;
    content: " ";
    margin: 8px
}

.department {
    position: relative;
    padding-top: 100px
}

.department .btn {
    margin: 80px auto 0 auto;
    max-width: 300px
}

.department .container {
    max-width: 1150px
}

.department.slider {
    margin-bottom: 50px
}

.department.slider .container {
    max-width: 1407px
}

.department.opacity .department__item_img {
    height: 152px;
    position: relative
}

.department.opacity .department__item_img img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.department.opacity .department__item_img:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(241, 245, 250, 0.6), rgba(241, 245, 250, 0.6))
}

.department.opacity .department__item {
    gap: 0;
    width: 350px;
    background: #f1f5fa;
    min-height: 390px
}

.department.opacity .department__item_content {
    display: flex;
    flex-direction: column;
    padding: 16px 30px 30px 30px;
    height: 100%;
    gap: 10px
}

.department.opacity .department__item_title {
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    flex-grow: 1
}

.department.opacity .department__item_date {
    font-size: 16px;
    line-height: 21px;
    color: #3b72b8;
    flex-grow: 0
}

.department.opacity .department__item_cat {
    font-size: 16px;
    line-height: 21px;
    color: #3b72b8;
    flex-grow: 0
}

.department.opacity .department__item_description {
    font-size: 16px;
    line-height: 21px;
    color: #3b72b8;
    flex-grow: 0;

}

.department__vector {
    position: absolute;
    left: 0;
    top: 20%;
    z-index: -1
}

@media (max-width: 900px) {
    .department__vector {
        display: none
    }
}

.department__vector.right {
    right: 0;
    left: auto
}

.department__wrapper {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    margin: 0 auto
}

@media (max-width: 1200px) {
    .department__wrapper {
        flex-wrap: wrap;
        justify-content: center;
        gap: 60px
    }
}

.department__item {
    display: flex;
    flex-direction: column;
    max-width: 350px;
    gap: 23px
}

@media (max-width: 750px) {
    .department__item {
        flex-basis: 100%
    }
}

@media (max-width: 400px) {
    .department__item {
        max-width: 300px
    }
}

.department__item_img img {
    width: 350px;
    height: 240px;
    object-fit: cover
}

.department__item_date {
    font-size: 17px;
    line-height: 23px;
    color: rgba(0, 0, 0, .5)
}

.department__item_title {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #3b72b8;
    text-decoration: none;
    flex: 1
}

.department__item_title:hover {
    text-decoration: underline
}

@media (max-width: 400px) {
    .department__item_title {
        font-size: 20px;
        line-height: 22px
    }
}

.department__item_description {
    font-size: 17px;
    line-height: 23px;
    color: #000
}

.enroll {
    padding: 80px 0
}

@media (max-width: 700px) {
    .enroll {
        padding: 50px 0
    }
}

.enroll .container {
    max-width: 1130px
}

.enroll__heading {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 700;
    font-size: calc(16px + 7.7546296296vw);
    line-height: 200px;
    color: rgba(59, 114, 184, .07);
    text-transform: uppercase
}

.enroll__heading span {
    position: absolute;
    text-align: center;
    font-weight: 700;
    font-size: 40px;
    line-height: 53px;
    color: #3b72b8;
    background-color: #fff;
    padding: 0px 10px;
    text-transform: uppercase
}

@media (max-width: 700px) {
    .enroll__heading span {
        font-size: 36px
    }
}

@media (max-width: 600px) {
    .enroll__heading span {
        font-size: 30px
    }
}

.enroll__wrapper {
    display: flex;
    flex-direction: column;
    max-width: 955px;
    margin: 0 auto;
    gap: 50px
}

@media (max-width: 900px) {
    .enroll__wrapper {
        gap: 20px
    }
}

.enroll__item {
    display: flex;
    align-items: center;
    gap: 30px
}

.enroll__item:nth-child(even) {
    margin-left: auto
}

.enroll__item-num {
    font-weight: 700;
    font-size: calc(16px + 7.7546296296vw);
    color: rgba(59, 114, 184, .5)
}

.enroll__item-text {
    max-width: 535px;
    font-size: 24px;
    line-height: 32px
}

.contacts {
    margin: 70px 0
}

.contacts .container {
    max-width: 1100px
}

@media (max-width: 530px) {
    .contacts iframe {
        width: 100%
    }
}

.contacts__heading {
    text-align: center;
    font-weight: 700;
    font-size: 40px;
    line-height: 53px;
    color: #3b72b8;
    margin-bottom: 30px
}

.contacts__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px
}

@media (max-width: 820px) {
    .contacts__wrapper {
        flex-direction: column
    }
}

.contacts__col {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.contacts__col_item {
    display: flex;
    align-items: center;
    gap: 40px
}

.contacts__col_item a {
    text-decoration: none;
    color: #0f2f50;
    font-size: 24px;
    line-height: 32px
}

@media (max-width: 530px) {
    .contacts__col_item {
        gap: 10px
    }
}

.contacts__social {
    display: flex;
    gap: 25px;
    margin-top: 50px
}

@media (max-width: 530px) {
    .contacts__social {
        margin-top: 10px
    }
}

.contacts__social_item {
    width: 43px;
    height: 43px;
    transition: all .2s ease-in-out
}

.contacts__social_item:hover {
    transform: translateY(5px)
}

.university {
    position: relative;
    padding: 80px 0
}

@media (max-width: 700px) {
    .university {
        padding: 50px 0
    }
}

.university .bg-vectors {
    z-index: -1;
    position: absolute
}

.university .bg-vectors.left {
    left: 0;
    bottom: 0
}

.university .bg-vectors.right {
    right: 0;
    top: 0
}

@media (max-width: 950px) {
    .university .bg-vectors {
        display: none
    }
}

.university__wrapper {
    display: flex;
    flex-direction: column;
    gap: 57px;
    max-width: 1730px;
    margin: 0 auto
}

@media (max-width: 1350px) {
    .university__wrapper {
        gap: 77px
    }
}

.university__item {
    display: flex;
    align-items: center;
    gap: 70px;
    max-width: 1420px
}

.university__item:nth-child(even) {
    margin-left: auto
}

.university__item:nth-child(even) .university__item-img {
    order: 2
}

@media (max-width: 1350px) {
    .university__item {
        margin: 0 auto;
        flex-direction: column
    }

    .university__item .university__item-img {
        order: 2
    }
}

.university__item-img {
    max-width: 700px;
    height: 466px;
    object-fit: cover;
    border-radius: 9px
}

@media (max-width: 730px) {
    .university__item-img {
        max-width: 500px;
        height: 266px
    }
}

@media (max-width: 530px) {
    .university__item-img {
        max-width: 300px;
        height: 166px
    }
}

.university__item-text {
    color: #0f2f50;
    font-size: 24px;
    line-height: 32px;
    max-width: 635px
}

@media (max-width: 600px) {
    .university__item-text {
        font-size: 21px;
        line-height: 28px
    }
}

.list.big .list__wrapper {
    justify-content: center
}

.list.big .list__col {
    width: 100%;
    max-width: 980px
}

.list.big .list__col li {
    max-width: 100%
}

.list .list__wrapper {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding-left: 60px
}

@media (max-width: 1410px) {
    .list .list__wrapper {
        align-items: center;
        flex-direction: column
    }
}

.list .list__col {
    width: 50%
}

@media (max-width: 1410px) {
    .list .list__col {
        width: 90%
    }
}

.list .list__col ul {
    list-style-type: none;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 40px;
    padding: 0;
    height: 100%
}

.list .list__col ul li {
    position: relative;
    vertical-align: middle;
    font-size: 24px;
    line-height: 32px;
    color: #0f2f50;
    max-width: 870px;
    padding-left: 20px;
    height: 77px
}

.list .list__col ul li:before {
    position: absolute;
    content: "";
    background: url(../../images/icons/list.svg);
    background-size: cover;
    width: 49px;
    height: 49px;
    left: -50px;
    top: -8px
}

@media (max-width: 580px) {
    .list .list__col ul li:before {
        width: 39px;
        height: 39px
    }
}

@media (max-width: 580px) {
    .list .list__col ul li {
        font-size: 18px;
        line-height: 22px;
        padding-left: 10px
    }
}

.photos {
    display: flex;
    gap: 10px;
    margin: 50px auto;
    max-width: 1728px
}

.photos.two .photos__item:nth-child(odd) {
    max-width: 560px
}

.photos.two .photos__item:nth-child(even) {
    max-width: 313px
}

@media (max-width: 1320px) {
    .photos {
        flex-wrap: wrap;
        justify-content: center
    }
}

.photos__item {
    height: 370px;
    max-width: 313px
}

.photos__item:nth-child(even) {
    max-width: 560px
}

.photos__item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media (max-width: 610px) {
    .photos__item {
        max-width: 313px
    }

    .photos__item:nth-child(even) {
        max-width: 313px
    }
}

.trends {
    padding: 80px 0 160px 0;
    position: relative
}

@media (max-width: 700px) {
    .trends {
        padding: 50px 0
    }
}

.trends__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 1320px;
    margin: 0 auto;
    gap: 20px
}

@media (max-width: 1470px) {
    .trends__wrapper {
        gap: 110px
    }
}

@media (max-width: 1100px) {
    .trends__wrapper {
        gap: 70px
    }
}

.trends__logo {
    width: 254px;
    height: 290px
}

@media (max-width: 1470px) {
    .trends__logo {
        display: none
    }
}

.trends__row {
    display: flex;
    justify-content: center;
    align-items: center
}

.trends__row:nth-child(1) .trends__item:nth-child(1) {
    transform: translateX(-80px)
}

.trends__row:nth-child(1) .trends__item:nth-child(2) {
    transform: translateX(80px)
}

@media (max-width: 1700px) {
    .trends__row:nth-child(1) .trends__item:nth-child(1) {
        transform: translateX(-50px)
    }

    .trends__row:nth-child(1) .trends__item:nth-child(2) {
        transform: translateX(50px)
    }
}

@media (max-width: 840px) {
    .trends__row:nth-child(1) .trends__item:nth-child(1) {
        transform: translate(50px, 0px)
    }

    .trends__row:nth-child(1) .trends__item:nth-child(2) {
        transform: translate(-50px, 0px)
    }
}

@media (max-width: 450px) {
    .trends__row:nth-child(1) .trends__item:nth-child(1) {
        transform: translate(75px, 0px)
    }

    .trends__row:nth-child(1) .trends__item:nth-child(2) {
        transform: translate(-75px, 0px)
    }
}

.trends__row:nth-child(2) .trends__item:nth-child(1) {
    transform: translateX(-160px)
}

.trends__row:nth-child(2) .trends__item:nth-child(3) {
    transform: translateX(160px)
}

@media (max-width: 1700px) {
    .trends__row:nth-child(2) .trends__item:nth-child(1) {
        transform: translateX(-80px)
    }

    .trends__row:nth-child(2) .trends__item:nth-child(3) {
        transform: translateX(80px)
    }
}

@media (max-width: 1470px) {
    .trends__row:nth-child(2) .trends__item:nth-child(1) {
        transform: translateX(-50px)
    }

    .trends__row:nth-child(2) .trends__item:nth-child(3) {
        transform: translateX(50px)
    }
}

@media (max-width: 840px) {
    .trends__row:nth-child(2) .trends__item:nth-child(1) {
        transform: translate(50px, 0px)
    }

    .trends__row:nth-child(2) .trends__item:nth-child(3) {
        transform: translate(-50px, 0px)
    }
}

@media (max-width: 450px) {
    .trends__row:nth-child(2) .trends__item:nth-child(1) {
        transform: translate(75px, 0px)
    }

    .trends__row:nth-child(2) .trends__item:nth-child(3) {
        transform: translate(-75px, 0px)
    }
}

.trends__row:nth-child(3) .trends__item:nth-child(1) {
    transform: translate(-80px, 40px)
}

.trends__row:nth-child(3) .trends__item:nth-child(2) {
    transform: translate(80px, 40px)
}

@media (max-width: 1700px) {
    .trends__row:nth-child(3) .trends__item:nth-child(1) {
        transform: translate(-50px, 40px)
    }

    .trends__row:nth-child(3) .trends__item:nth-child(2) {
        transform: translate(50px, 40px)
    }
}

@media (max-width: 1470px) {
    .trends__row:nth-child(3) .trends__item:nth-child(1) {
        transform: translate(-50px, 0px)
    }

    .trends__row:nth-child(3) .trends__item:nth-child(2) {
        transform: translate(50px, 0px)
    }
}

@media (max-width: 840px) {
    .trends__row:nth-child(3) .trends__item:nth-child(1) {
        transform: translate(50px, 0px)
    }

    .trends__row:nth-child(3) .trends__item:nth-child(2) {
        transform: translate(-50px, 0px)
    }
}

@media (max-width: 450px) {
    .trends__row:nth-child(3) .trends__item:nth-child(1) {
        transform: translate(75px, 0px)
    }

    .trends__row:nth-child(3) .trends__item:nth-child(2) {
        transform: translate(-75px, 0px)
    }
}

@media (max-width: 1100px) {
    .trends__row {
        flex-direction: column
    }
}

@media (max-width: 840px) {
    .trends__row {
        gap: 100px
    }
}

.trends__item:hover .trends__item-bg {
    transform: rotate(-45deg) scale(1.05)
}

.trends__item:hover .trends__item-info {
    background: url(../../images/trends/arrow-blue.png) no-repeat;
    background-size: cover;
    background-position: left
}

.trends__item:hover .trends__item-info.right {
    background: url(../../images/trends/arrow-blue-right.png) no-repeat;
    background-size: cover;
    background-position: right
}

.trends__item:hover .trends__item-info span {
    color: #fff
}

.trends__item-info {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -1;
    top: -16px;
    left: -180px;
    background: rgba(59, 114, 184, .1);
    width: 290px;
    min-height: 66px;
    font-size: 15px;
    line-height: 20px;
    background: url(../../images/trends/arrow.png) no-repeat;
    background-size: cover;
    background-position: left;
    padding: 10px 90px 10px 50px;
    transition: all .2s ease-in-out
}

.trends__item-info.right {
    top: -15px;
    left: 85px;
    background: url(../../images/trends/arrow-right.png) no-repeat;
    background-size: cover;
    padding: 10px 35px 10px 90px;
    background-position: right
}

.trends__item-info span {
    text-align: center;
    max-width: 190px
}

@media (max-width: 500px) {
    .trends__item-info span {
        font-size: 14px
    }
}

@media (max-width: 500px) {
    .trends__item-info {
        width: 250px;
        padding: 10px 70px 10px 50px
    }

    .trends__item-info.right {
        padding: 10px 35px 10px 70px
    }
}

.trends__item-bg {
    position: relative;
    overflow: hidden;
    width: 191px;
    height: 191px;
    border-radius: 19px;
    transition: all .2s ease-in-out;
    transform: rotate(-45deg)
}

.trends__item-bg img {
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(45deg) scale(1.35);
    z-index: -1;
    height: inherit;
    width: inherit;
    object-fit: cover
}

.trends__item-bg::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(40deg, #0F2F50 1.14%, rgba(59, 114, 184, 0) 55.47%)
}

@media (max-width: 500px) {
    .trends__item-bg {
        width: 151px;
        height: 151px
    }
}

section.description {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 1728px;
    margin: 0 auto
}

section.description .description__item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 45px
}

section.description .description__item:nth-child(even) .description__item-img {
    order: 2
}

section.description .description__item:nth-child(even) p {
    text-align: right
}

@media (max-width: 870px) {
    section.description .description__item {
        flex-direction: column
    }

    section.description .description__item .description__item-img {
        order: 1
    }

    section.description .description__item p {
        text-align: center
    }

    section.description .description__item:nth-child(even) p {
        text-align: center
    }
}

section.description p {
    font-weight: 700;
    font-size: 32px;
    line-height: 43px;
    color: #3b72b8;
    max-width: 630px;
    margin: 0
}

@media (max-width: 500px) {
    section.description p {
        font-size: 25px;
        line-height: 35px
    }
}

section.description .description__item-img {
    position: relative;
    max-width: 865px;
    height: 230px
}

section.description .description__item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

section.description .description__item-img:after {
    position: absolute;
    content: "";
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5));
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.footer__social {
    opacity: 0
}

.person {
    position: relative;
    padding: 80px 0
}

.person .bg-vectors {
    position: absolute;
    z-index: -1
}

.person .bg-vectors.left {
    top: 0;
    left: 0
}

.person .bg-vectors.right {
    bottom: 0;
    right: 0
}

@media (max-width: 1600px) {
    .person .bg-vectors {
        display: none
    }
}

.person__wrapper {
    display: flex;
    flex-direction: column;
    gap: 60px
}

.person__row {
    display: flex;
    flex-direction: column;
    gap: 30px
}

@media (max-width: 1540px) {
    .person__row {
        gap: 130px
    }

    .person__row:nth-child(2) .person__item-text {
        order: 2
    }
}

.person__row-heading {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.person__row-heading_title {
    font-weight: 700;
    font-size: 40px;
    line-height: 53px;
    color: #3b72b8
}

.person__row-heading_subtitle {
    font-size: 24px;
    line-height: 32px;
    color: #0f2f50
}

.person__item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px
}

@media (max-width: 1540px) {
    .person__item {
        flex-direction: column
    }
}

@media (max-width: 500px) {
    .person__item {
        gap: 80px
    }
}

.person__item-bg_wrapper {
    transform: rotate(-45deg)
}

.person__item-bg {
    border-radius: 24px;
    width: 440px;
    height: 440px;
    overflow: hidden
}

.person__item-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: rotate(45deg) scale(1.4)
}

@media (max-width: 650px) {
    .person__item-bg {
        width: 340px;
        height: 340px
    }
}

@media (max-width: 500px) {
    .person__item-bg {
        width: 240px;
        height: 240px
    }
}

.person__item-text {
    position: relative
}

.person__item-text p {
    font-size: 24px;
    line-height: 32px;
    max-height: 480px;
    max-width: 740px;
    overflow-y: auto;
    padding: 30px
}

.person__item-text p::-webkit-scrollbar {
    display: none
}

.person__item-text p::-webkit-scrollbar-thumb {
    display: none
}

@media (max-width: 1540px) {
    .person__item-text p {
        max-width: 1040px
    }
}

.person__item-text_gradient {
    position: absolute;
    width: 100%
}

.person__item-text_gradient.top {
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 61.6%);
    top: 0px;
    height: 70px;
    left: 0
}

.person__item-text_gradient.bottom {
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 61.6%);
    transform: rotate(-180deg);
    bottom: 0;
    left: 0;
    height: 170px;
    z-index: 0
}

.guide {
    position: relative;
    padding-top: 100px
}

.guide .section__heading {
    padding-bottom: 80px
}

.guide .container {
    max-width: 1150px
}

.guide.slider .container {
    max-width: 1407px
}

.guide.slider .section__heading {
    padding-bottom: 40px
}

@media (max-width: 800px) {
    .guide.slider {
        padding-top: 60px
    }
}

.guide.big .container {
    max-width: 1180px
}

.guide.big .guide__wrapper {
    row-gap: 80px;
    justify-content: flex-start
}

@media (max-width: 1600px) {
    .guide.big .bg-vectors {
        display: none
    }
}

@media (max-width: 1250px) {
    .guide.big .guide__wrapper {
        justify-content: center
    }
}

.guide .bg-vectors {
    position: absolute;
    z-index: -1
}

.guide .bg-vectors.left {
    top: 0;
    left: 0
}

.guide .bg-vectors.right {
    bottom: 0;
    right: 0
}

@media (max-width: 950px) {
    .guide .bg-vectors {
        display: none
    }
}

.guide__wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px
}

@media (max-width: 900px) {
    .guide__wrapper {
        flex-wrap: wrap;
        gap: 90px
    }
}

.guide__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 257px;
    gap: 40px
}

@media (max-width: 750px) {
    .guide__item {
        flex-basis: 100%
    }
}

.guide__bg {
    position: relative;
    overflow: hidden;
    width: 182px;
    height: 182px;
    border-radius: 19px;
    transform: rotate(-45deg);
    box-shadow: -5px 4px 19px rgba(0, 0, 0, .25);
    border: 1px solid #000
}

.guide__bg img {
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(45deg) scale(1.35);
    z-index: 1;
    height: inherit;
    width: inherit;
    object-fit: cover
}

.guide__item_info {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px
}

.guide__item-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #0f2f50;
    text-decoration: none
}

.guide__item-text {
    font-size: 20px;
    line-height: 27px;
    color: #0f2f50
}

.guide__img {
    z-index: -1;
    position: absolute;
    top: 30%
}

.guide__img.left {
    left: 0
}

.guide__img.right {
    right: 0
}

@media (max-width: 900px) {
    .guide__img {
        display: none
    }
}

.faculty {
    position: relative;
    padding-top: 50px
}

.faculty .department__vector {
    top: 7%
}

.faculty .guide__img {
    top: 45%
}

.faculty .container {
    max-width: 1100px
}

.faculty__wrapper {
    display: flex;
    flex-direction: column;
    margin: 0 auto
}

.faculty__item {
    display: flex;
    gap: 22px;
    padding: 23px 35px 30px 35px;
    border-bottom: 1px solid #0f2f50
}

@media (max-width: 900px) {
    .faculty__item {
        flex-direction: column;
        align-items: center
    }
}

.faculty__item_img {
    width: 264px;
    height: 166px
}

.faculty__item_img img {
    width: 264px;
    height: 166px;
    object-fit: cover
}

.faculty__item_date {
    display: flex;
    flex-direction: column
}

@media (max-width: 900px) {
    .faculty__item_date {
        flex-direction: row;
        align-items: center;
        gap: 5px
    }
}

.faculty__item_date_num {
    font-weight: 700;
    font-size: 48px;
    line-height: 64px;
    color: #3b72b8
}

.faculty__item_date_mon {
    text-transform: uppercase;
    padding: 0 8px;
    color: #0f2f50;
    font-size: 24px;
    line-height: 32px;
    border-top: 1px solid #0f2f50;
    border-bottom: 1px solid #0f2f50
}

@media (max-width: 900px) {
    .faculty__item_date_mon {
        border-top: none;
        border-bottom: none;
        border-left: 1px solid #0f2f50;
        border-right: 1px solid #0f2f50;
        padding: 0 3px
    }
}

.faculty__item_date_year {
    font-size: 24px;
    line-height: 32px;
    color: #3b72b8
}

.faculty__item_info {
    display: flex;
    flex-direction: column;
    gap: 17px;
    color: #0f2f50
}

.faculty__item_title {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px
}

.faculty__item_text {
    font-size: 20px;
    line-height: 27px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.faculty__item_link {
    font-size: 24px;
    line-height: 32px;
    color: #0f2f50
}

.faculties {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 70px;
    max-width: 1700px;
    margin: 0 auto
}

.faculties.program {
    position: relative;
    justify-content: flex-start;
    padding: 80px 0
}

@media (max-width: 1000px) {
    .faculties.program {
        padding: 50px 0
    }
}

.faculties.program .faculties__wrapper {
    display: flex;
    flex-direction: column;
    width: 100%
}

.faculties.program .faculties__item {
    padding: 25px 10px
}

.faculties.program .faculties__item-top {
    display: flex;
    margin-bottom: 25px
}

.faculties.program .faculties__item_arrow {
    display: inline-block;
    flex-shrink: 0;
    position: relative;
    background: #a0a0a0;
    width: 582px;
    height: 220px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-color: #a0a0a0;
    transform: translateX(-90px);
    margin-bottom: 65px;
    border-radius: 21px;
    -webkit-mask: url(../../images/all-faculties/arrow.svg) no-repeat right;
    mask: url(../../images/all-faculties/arrow.svg) no-repeat right
}

.faculties.program .faculties__item_arrow img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

@media (max-width: 700px) {
    .faculties.program .faculties__item_arrow {
        transform: translateX(-20px)
    }
}

.faculties.program .faculties__item_info {
    display: flex;
    flex-direction: column;
    gap: 25px
}

.faculties.program .faculties__item_title {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-weight: 700;
    font-size: 32px;
    line-height: 43px;
    color: #3b72b8
}
.faculties.program .faculties__item_subtitle.mini {
    font-size: 20px;
    line-height: 27px;
    color: #3b72b8
}

.faculties.program .faculties__item_title span {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #3b72b8
}

.faculties.program .faculties__item_title span.little {
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    margin-top: 12px
}

@media (max-width: 700px) {
    .faculties.program .faculties__item_title span {
        font-size: 18px;
        line-height: 24px
    }

    .faculties.program .faculties__item_title span.little {
        font-size: 16px;
        line-height: 21px
    }
}

@media (max-width: 700px) {
    .faculties.program .faculties__item_title {
        font-size: 24px;
        line-height: 35px
    }
}

.faculties.program .faculties__item_info-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 70px;
    font-weight: 700;
    font-size: 96px;
    line-height: 128px;
    color: #3b72b8
}

.faculties.program .faculties__item_info-wrapper span {
    max-width: 190px;
    font-size: 20px;
    line-height: 27px;
    font-weight: 400
}

@media (max-width: 1200px) {
    .faculties.program .faculties__item_info-wrapper {
        gap: 30px
    }
}

@media (max-width: 700px) {
    .faculties.program .faculties__item_info-wrapper {
        font-size: 44px;
        line-height: 35px
    }

    .faculties.program .faculties__item_info-wrapper span {
        font-size: 18px;
        line-height: 24px
    }
}

.faculties.program .faculties__item_info-item {
    display: flex;
    align-items: center;
    gap: 10px
}

.faculties.program .faculties__item-middle {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: 1470px;
    gap: 120px;
    border-bottom: 1px solid #3b72b8;
    max-width: 1470px;
    padding-bottom: 60px;
    flex-wrap: wrap
}

@media (max-width: 1200px) {
    .faculties.program .faculties__item-middle {
        gap: 80px
    }
}

@media (max-width: 700px) {
    .faculties.program .faculties__item-middle {
        gap: 40px
    }
}

.faculties.program .faculties__item-middle_item {
    display: flex;
    flex-direction: column;
    gap: 23px
}

.faculties.program .middle_item-info {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #3b72b8
}

@media (max-width: 700px) {
    .faculties.program .middle_item-info {
        font-size: 18px;
        line-height: 24px
    }
}

.faculties.program .middle_item-subtitle {
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #3b72b8;
}

.faculties.program .middle_item-social {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.faculties.program .middle_item-social_item {
    display: flex;
    align-items: center;
    gap: 25px
}

.faculties.program .middle_item-social_item a {
    text-decoration: none;
    color: #3b72b8;
    font-size: 24px;
    line-height: 32px
}

@media (max-width: 700px) {
    .faculties.program .middle_item-social_item a {
        font-size: 18px;
        line-height: 24px
    }
}

.faculties.program .middle_item-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #3b72b8
}

@media (max-width: 700px) {
    .faculties.program .middle_item-title {
        font-size: 18px;
        line-height: 24px
    }
}

.faculties.program .btn.def.long {
    width: 350px;
    height: 50px
}

.section__heading__wrapper {
    margin: 0 auto;
    max-width: 1247px
}

.section__heading {
    text-align: center;
    font-weight: 700;
    font-size: 40px;
    line-height: 53px;
    color: #3b72b8;
    padding: 50px 0 30px 0;
    text-transform: uppercase
}

.section__heading h1 {
    font-weight: 400;
    flex: 1;
    font-size: 40px;
    line-height: 53px
}

@media (max-width: 900px) {
    .section__heading h1 {
        font-size: 36px
    }
}

@media (max-width: 700px) {
    .section__heading h1 {
        font-size: 30px
    }
}

.section__heading.black {
    font-weight: 400;
    color: #0f2f50
}

.section__heading.mini {
    padding: 60px 0 0px 0
}

.section__heading.weight {
    font-weight: 700
}

.section__heading.weight h1 {
    font-weight: 700
}

.section__heading.back {
    display: flex;
    align-items: center
}

@media (max-width: 1400px) {
    .section__heading.back {
        justify-content: center;
        gap: 50px
    }
}

.section__heading .section__heading-back {
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 15px;
    font-size: 24px;
    line-height: 32px;
    text-transform: none
}

.section__heading .section__heading-back svg {
    transition: all .2s ease-in-out
}

.section__heading .section__heading-back:hover svg {
    transform: translateX(-5px)
}

@media (max-width: 1400px) {
    .section__heading .section__heading-back {
        flex-basis: 0%
    }
}

@media (max-width: 900px) {
    .section__heading {
        flex-direction: column;
        font-size: 36px;
        padding: 30px 0 60px 0
    }
}

@media (max-width: 700px) {
    .section__heading {
        font-size: 30px
    }
}


@media (max-width: 900px) {
    .viewport-main {
        max-height: 290px
    }
}

.viewport-main .slider {
    position: relative;
    transition: 500ms;
    height: 100%;
    display: flex;
    justify-content: start;
    flex-wrap: nowrap;
    background: #0f2f50
}

.viewport-main .slide {
    width: 100%;
    height: 100%;
    position: relative;
    transition: all .2s ease-in-out;
}

.viewport-main .slide img {
    width: 100%;
    height: auto;
    object-fit: cover
}

@media (max-width: 950px) {
    .viewSlider {
        display: none !important;
    }
}

@media (max-width: 1600px) {
    .viewport-main .viewSlider {
        left: 10%
    }
}

@media (max-width: 1300px) {
    .viewport-main .viewSlider {
        left: 3%;
        bottom: 5%;
        gap: 10px
    }
}

.viewport-main .viewSlide {
    cursor: pointer;
    width: 15px;
    height: 15px;
    background-color: rgba(0, 0, 0, 0);
    transform: rotate(-45deg);
    border: 2px solid #fff
}

@media (max-width: 1300px) {
    .viewport-main .viewSlide {
        width: 10px;
        height: 10px
    }
}

.viewport-main .slider__navigation {
    position: absolute;
    background: none;
    border: none;
    cursor: pointer;
    top: 0;
    width: 5%;
    z-index: 2;
    height: 100%
}

.viewport-main .slider__navigation.prev {
    left: 1%
}

@media (max-width: 700px) {
    .viewport-main .slider__navigation.prev svg {
        top: 10%;
        width: 30px;
        height: 30px
    }
}

.viewport-main .slider__navigation.next {
    right: 1%
}

@media (max-width: 700px) {
    .viewport-main .slider__navigation.next svg {
        top: 10%;
        width: 30px;
        height: 30px
    }
}

@media (max-width: 750px) {
    .viewport-main .slider__navigation.next {
        right: 4%
    }
}

.viewport-main .slider__navigation:focus {
    outline: none
}

.main__vectors {
    position: relative
}

.main__vectors .bg-vectors {
    position: absolute;
    z-index: -1;
    top: 20%
}

.main__vectors .bg-vectors.right {
    right: 0
}

@media (max-width: 1200px) {
    .main__vectors .bg-vectors {
        display: none
    }
}

.main__wrapper {
    position: relative;
    display: flex;
    max-width: 1728px;
    margin: 50px auto 0 auto;
    gap: 50px;
    justify-content: space-between
}

@media (max-width: 810px) {
    .main__wrapper {
        flex-direction: column
    }
}

.sidebar {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #f5f8fb
}

.sidebar.sidebar-pannel {
    position: absolute;
    top: 145px;
    height: calc(100% - 145px);
    left: -465px;
    z-index: 100;
    border-right: 5px solid #3b72b8;
    transition: all .2s ease-in-out
}

.sidebar.sidebar-pannel.show {
    left: 0
}

.sidebar.sidebar-pannel.show .sidebar__arrow svg {
    transform: scaleX(-1) translateX(4px)
}

@media (max-width: 900px) {
    .sidebar.sidebar-pannel {
        left: -275px
    }
}

@media (max-width: 750px) {
    .sidebar.sidebar-pannel {
        width: auto
    }
}

@media (max-width: 610px) {
    .sidebar.sidebar-pannel {
        width: auto
    }

    .sidebar.sidebar-pannel .sidebar__wrapper {
        width: 260px
    }
}

@media (max-width: 750px) {
    .sidebar {
        width: 100%
    }
}

.sidebar__wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 460px;
    gap: 25px
}

@media (max-width: 900px) {
    .sidebar__wrapper {
        width: 270px
    }
}

@media (max-width: 810px) {
    .sidebar__wrapper {
        width: 100%
    }
}

.sidebar__arrow {
    position: absolute;
    top: 170px;
    right: -70px;
    background-color: #3b72b8;
    padding: 14px 24px 14px 30px;
    background: url(../../images/icons/arrow-pannel.png) right no-repeat;
    background-size: cover;
    cursor: pointer
}

.sidebar__arrow svg {
    transition: all .2s ease-in-out
}

@media (max-width: 1210px) {
    .sidebar__arrow {
        top: 40px
    }
}

.sidebar__logo {
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    padding: 23px 0 23px 23px;
    margin: 30px 0 15px 35px
}

.sidebar__logo h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 53px
}

.sidebar__logo::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 7.7px;
    background: #0f2f50
}

@media (max-width: 900px) {
    .sidebar__logo {
        padding: 13px 0 13px 23px;
        margin: 30px 0 15px 25px
    }

    .sidebar__logo h2 {
        font-size: 24px;
        line-height: 33px
    }

    .sidebar__logo:before {
        width: 4.7px
    }
}

.sidebar__item {
    text-decoration: none;
    display: inline-flex;
    gap: 15px;
    transition: all .2s ease-in-out;
    padding: 8px 0 8px 0
}

.sidebar__item:hover {
    background: rgba(59, 114, 184, .12)
}

.sidebar__item.vip {
    background: rgba(59, 114, 184, .8)
}

.sidebar__item.vip .sidebar__item-date, .sidebar__item.vip .sidebar__item-title {
    color: #fff
}

.sidebar__item.active {
    background: rgba(59, 114, 184, .12)
}

.sidebar__item-img {
    width: 172px;
    height: 105px;
    object-fit: cover;
    border-radius: 0 10px 10px 0;
    flex: 0 0 auto
}

@media (max-width: 900px) {
    .sidebar__item-img {
        width: 75px;
        height: 65px
    }
}

.sidebar__item_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px
}

.sidebar__item-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #0f2f50;
    margin: 0;
    max-width: 212px
}

@media (max-width: 1270px) {
    .sidebar__item-title {
        font-size: 15px;
        line-height: 19px
    }
}

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

.main__wrapper {
    max-width: 1920px;
}

.sidebar__wrapper {
    padding-bottom: 30px;
}

.main__wrapper main {
    padding-bottom: 100px;
    padding-right: 40px;
}

.scroll__arrow {
    margin-top: -106px;
}

@media (max-width: 900px) {
    .main__wrapper main {
        padding-right: 0;
    }
}
