.banner--tg{
    padding:49px 41px 57px 48px;
    background:linear-gradient(276.01deg, #BDEAFF 0%, #9FDAFF 100%);
    background-position:left top;
    background-size:cover;
    display:flex;
    align-items:flex-start;
    flex-direction:column;
    position:relative
}
@media (max-width: 575px){
    .banner--tg{
        padding:49px 26px 110px 44px
    }
}
.banner--tg .banner__title{
    font-size:32px;
    font-weight:600;
    line-height:100%
}
.banner--tg .banner__info{
    display:flex;
    width:100%
}
@media (max-width: 575px){
    .banner--tg .banner__info{
        flex-direction:column
    }
}
.banner--tg .banner__info-left{
    max-width:750px;
    margin-right:auto
}
@media (max-width: 575px){
    .banner--tg .banner__info-left{
        margin-bottom:42px
    }
}
.banner--tg .banner__info-right{
    position:absolute;
    bottom:50%;
    transform:translateY(50%);
    right:41px
}
@media (max-width: 767px){
    .banner--tg .banner__info-right{
        max-width:237px;
        bottom:44px;
        right:39px;
        transform:none;
        width:30%
    }
}
@media (max-width: 575px){
    .banner--tg .banner__info-right{
        position:static;
        width:62%
    }
}
.banner--tg .banner__desc{
    margin:14px 0 38px;
    font-weight:600;
    font-size:18px;
    line-height:133%;
    letter-spacing:0.2px;
    color:#1C2734
}
@media (max-width: 767px){
    .banner--tg .banner__desc{
        font-size:18px
    }
}

.banner--tg .banner__footer{
    align-items:flex-start;
    position:absolute;
    bottom:-17%;
    right:22%;
    width:37.3%
}
/*
@media (max-width: 575px){
    .banner--tg .banner__footer{
        bottom:-50px;
        right:unset;
        left:0;
        width:93%
    }
}
*/
.banner--tg .banner__links a{
    font-weight:600;
    font-size:20px;
    line-height:100%;
    color:#009BE7;
    display:inline-block;
    text-decoration:none;
    margin-bottom:8px
}
.banner--tg .banner__links a:nth-child(3){
    margin-top:28px
}
.banner--tg .banner__links a:nth-child(3){
    margin-top:28px
}
.banner--tg .banner__links span{
    display:block;
    font-size:16px;
    line-height:100%;
    letter-spacing:0.2px;
    color:#1C2734;
    max-width:600px;
    margin-right:280px
}
@media (max-width: 767px){
    .banner--tg .banner__links span{
        margin-right:0
    }
}
.banner--tg .banner__qr{
    position:absolute;
    bottom:-15px;
    right:-15px
}
@media (max-width: 767px){
    .banner--tg .banner__qr{
        display:none
    }
}

.banner {
    border-radius: 10px;
    padding-left: 56px;
    padding-top: 34px;
    padding-right: 34px;
    padding-bottom: 34px;
    box-sizing: border-box;
}

.banner__btn {
    background: #FF0099;
    border-radius: 5px;
    font-weight: bold;
    font-size: 20px;
    line-height: 38px;
    color: #FFFFFF;
    text-align: center;
    padding: 15px 40px;
    display: inline-block;
    text-decoration: none;
    transition: background .4s ease;
}

.banner__btn:hover {
    background: rgba(255, 0, 153, 0.8);
}

@media (max-width: 767px) {
    .banner__btn {
        font-size: 18px;
        line-height: 21px;
    }
}

.banner__title {
    color: #000;
    font-weight: bold;
    font-size: 35px;
    line-height: 38px;
}

@media (max-width: 991px) {
    .banner__title {
        font-size: 26px;
        line-height: 30px;
    }
}

.banner__title span {
    color: #FF0099;
}

.banner__desc {
    margin-top: 18px;
    font-weight: bold;
    font-size: 20px;
    line-height: 33px;
    color: #000000;
    margin-bottom: auto;
}

.banner__desc span {
    color: #FF0099;
}

.banner__footer {
    display: flex;
}

.banner--accelerator {
    background: #4D2CE0;
    display: flex;
    align-items: center;
}

.banner--accelerator .banner__title {
    color: #fff;
}

.banner--accelerator .banner__btn {
    margin-left: 58px;
    flex: 1 0 auto;
}

@media (max-width: 767px) {
    .banner--accelerator .banner__btn {
        margin-top: 20px;
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .banner--accelerator {
        flex-direction: column;
        padding: 36px 45px;
        margin-left: -15px;
        margin-right: -15px;
        border-radius: 0;
    }
}

.banner--tariff {
    background-color: #D7E7FF;
    position: relative;
    background-image: url("../img/tariffBG.jpg");
    background-size: cover;
    background-position: right top;
    display: flex;
    min-height: 372px;
    flex-direction: column;
    align-items: flex-start;
}

@media (max-width: 991px) {
    .banner--tariff {
        background-position: left bottom;
        background-size: initial;
    }
}

@media (max-width: 767px) {
    .banner--tariff {
        padding: 30px;
        background-position-y: 10px;
        background-image: none;
    }
    .banner--tariff:before {
        content: url("../img/tariffAfter.svg");
        position: absolute;
        right: 0;
        top: 0;
    }
}

.banner--tariff .banner__title {
    max-width: 750px;
}

@media (max-width: 767px) {
    .banner--tariff .banner__title {
        margin-right: 76px;
    }
}

.banner--poll {
    background-color: #E6D6ED;
    background-image: url("../img/pollBG.jpg");
    background-size: cover;
    background-position: right top;
    min-height: 406px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

@media (max-width: 800px) {
    .banner--poll {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .banner--poll {
        background-image: none;
    }
}

.banner--poll .banner__desc {
    font-weight: normal;
    margin-bottom: 28px;
    max-width: 922px;
}

.banner--poll .banner__infoText {
    font-weight: bold;
    font-size: 25px;
    line-height: 32px;
    color: #000000;
    margin-bottom: auto;
}

@media (max-width: 767px) {
    .banner--poll .banner__desc {
        font-size: 16px;
        line-height: 25px;
    }
    .banner--poll .banner__infoText {
        font-size: 18px;
        line-height: 24px;
    }
}

.banner--poll .banner__footer {
    align-items: center;
    width: 100%;
}

.banner--poll .banner__footer span {
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    margin-left: 26px;
    margin-right: auto;
}

@media (max-width: 767px) {
    .banner--poll .banner__footer {
        flex-wrap: wrap;
        margin-top: 20px;
    }
    .banner--poll .banner__footer .banner__btn {
        order: 2;
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .banner--poll .banner__footer .banner__btn + span {
        order: 3;
        margin-left: 0;
        margin-bottom: 20px;
    }
    .banner--poll .banner__footer .banner__footer-img {
        order: 1;
        width: 100%;
        margin-bottom: 16px;
    }
}

.banner--tg {
    background-color: #A5DBF5;
    background-position: left top;
    background-image: url("../img/tgBG.jpg");
    background-size: cover;
    min-height: 473px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

@media (min-width: 1200px) and (max-width: 1350px) {
    .banner--tg {
        background-image: none;
    }
}

@media (max-width: 991px) {
    .banner--tg {
        padding: 30px;
        background-position-x: -28px;
    }
}

@media (max-width: 767px) {
    .banner--tg {
        background-image: none;
        min-height: auto;
    }
}

.banner--tg .banner__info {
    display: flex;
    width: 100%;
}

.banner--tg .banner__info-left {
    max-width: 750px;
    margin-right: auto;
}

.banner--tg .banner__info-right {
    margin-left: 60px;
    flex: 1 0 auto;
}

@media (max-width: 991px) {
    .banner--tg .banner__info-right {
        max-width: 150px;
    }
}

@media (max-width: 767px) {
    .banner--tg .banner__info-right {
        display: none;
    }
}

@media (max-width: 767px) {
    .banner--tg .banner__desc {
        font-size: 16px;
        line-height: 25px;
    }
}
/*
.banner--tg .banner__footer {
    align-items: flex-start;
    margin-top: -48px;
    margin-left: -9px;
}

@media (min-width: 1200px) and (max-width: 1350px) {
    .banner--tg .banner__footer {
        margin-top: 0;
    }
}
*/
@media (max-width: 991px) {
    .banner--tg .banner__footer {
        margin-top: 30px;
        margin-left: -9px;
    }
}

@media (max-width: 767px) {
    .banner--tg .banner__footer {
        flex-direction: column;
        margin-left: 0;
    }
}

.banner--tg .banner__links a {
    font-weight: bold;
    font-size: 26px;
    line-height: 25px;
    color: #009BE7;
    text-decoration: underline;
    display: inline-block;
}

@media (max-width: 767px) {
    .banner--tg .banner__links a {
        font-size: 16px;
        line-height: 25px;
    }
}

.banner--tg .banner__links a:nth-child(3) {
    margin-top: 28px;
}

.banner--tg .banner__links span {
    display: block;
    font-size: 21px;
    line-height: 25px;
    color: #000000;
    max-width: 600px;
}

@media (max-width: 767px) {
    .banner--tg .banner__links span {
        font-size: 16px;
        line-height: 25px;
    }
}

.banner--tg .banner__links span:nth-child(2) {
    margin-right: 280px;
}

@media (max-width: 767px) {
    .banner--tg .banner__links span:nth-child(2) {
        margin-right: 0;
    }
}

.banner--artrussia {
    background-color: #A5DBF5;
    background-position: left top;
    background-image: url("../img/artrussiaBanner.jpg");
    background-size: cover;
    min-height: 473px;
    display: flex;
    flex-direction: column;
    padding: 42px 18px 44px 36px;
}

.banner--artrussia .banner__title {
    font-size: 40px;
    line-height: 37px;
    color: #FFFFFF;
}

@media (max-width: 767px) {
    .banner--artrussia .banner__title {
        font-size: 22px;
        line-height: 20px;
    }
    .banner--artrussia .banner__title br {
        display: none;
    }
}

.banner--artrussia .banner__desc {
    font-weight: bold;
    font-size: 37px;
    line-height: 28px;
    color: #EC008C;
    margin-bottom: 18px;
}

@media (max-width: 767px) {
    .banner--artrussia .banner__desc {
        font-size: 22px;
        line-height: 17px;
        margin-top: 40px;
    }
}

.banner--artrussia .banner__infoText {
    font-size: 28px;
    line-height: 27px;
    color: #FFFFFF;
    margin-bottom: auto;
}

.banner--artrussia .banner__infoText span:first-child {
    font-weight: bold;
}

.banner--artrussia .banner__infoText span:first-child:after {
    content: '-';
    margin: 0 0 0 6px;
}

@media (max-width: 767px) {
    .banner--artrussia .banner__infoText span:first-child:after {
        display: none;
    }
}

@media (max-width: 767px) {
    .banner--artrussia .banner__infoText {
        font-size: 18px;
        line-height: 18px;
    }
    .banner--artrussia .banner__infoText-item {
        margin-bottom: 14px;
    }
    .banner--artrussia .banner__infoText span:first-child {
        display: block;
    }
}

.banner--artrussia .banner__footer {
    align-items: center;
}

.banner--artrussia .banner__footer-img {
    margin-left: auto;
}

@media (max-width: 991px) {
    .banner--artrussia .banner__btn {
        margin-right: 10px;
        flex: 1 0 auto;
    }
}

@media (max-width: 767px) {
    .banner--artrussia .banner__btn {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .banner--artrussia {
        padding: 36px 18px 50px 18px;
    }
    .banner--artrussia .banner__mobile-img {
        margin-bottom: 24px;
    }
}

.banner--support {
    background-color: #220091;
    background-position: left top;
    background-image: url("../img/supportBanner.jpg");
    background-size: cover;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    padding: 50px 40px 78px 44px;
    position: relative;
}

.banner--support:after {
    content: url("../img/bannerSupportMobile.svg");
    position: absolute;
    right: 16px;
    bottom: 23px;
    transform: scale(1.4);
    transform-origin: right bottom;
}

@media (max-width: 600px) {
    .banner--support:after {
        transform: none;
    }
}

@media (max-width: 767px) {
    .banner--support {
        padding: 36px 18px 23px 18px;
        background-image: none;
    }
}

.banner--support .banner__title {
    font-weight: bold;
    font-size: 32px;
    line-height: 42px;
    color: #fff;
    margin-bottom: 36px;
    max-width: 826px;
}

@media (max-width: 767px) {
    .banner--support .banner__title {
        font-size: 18px;
        line-height: 21px;
    }
}

.banner--support .banner__footer {
    align-items: center;
}

@media (max-width: 991px) {
    .banner--support .banner__footer {
        flex-direction: column;
        align-items: flex-start;
    }
}

.banner--support .banner__footer a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    line-height: 33px;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .banner--support .banner__footer a {
        flex-direction: column;
        align-items: flex-start;
        font-size: 18px;
        line-height: 26px;
    }
}

.banner--support .banner__footer a svg {
    margin-right: 8px;
}

@media (max-width: 767px) {
    .banner--support .banner__footer a svg {
        margin-right: 0;
    }
}

.banner--support .banner__footer a:after {
    content: '';
    background: #FF0099;
    width: 3px;
    margin: 0 10px;
    height: 23px;
}

@media (max-width: 991px) {
    .banner--support .banner__footer a:after {
        display: none;
    }
}

.banner--support .banner__footer a:last-child:after {
    display: none;
}

.banner--a-dobra {
    background-color: #D7E7FF;
    position: relative;
    background-image: url("../img/banner-a-dobra.jpg");
    background-size: cover;
    background-position: right top;
    display: flex;
    min-height: 372px;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 30px 27px 49px;
}

.banner--a-dobra svg {
    max-width: 100%;
}

@media (max-width: 991px) {
    .banner--a-dobra {
        background-position: left bottom;
        background-size: initial;
    }
}

@media (max-width: 767px) {
    .banner--a-dobra {
        min-height: auto;
        padding: 30px 21px;
        background-position: bottom;
    }
    .banner--a-dobra .banner__btn {
        width: 100%;
    }
}

.banner--a-dobra .banner__title {
    max-width: 800px;
    font-weight: bold;
    font-size: 57px;
    line-height: 42px;
    color: #0078BF;
    margin-top: 48px;
    margin-bottom: 38px;
}

@media (max-width: 767px) {
    .banner--a-dobra .banner__title {
        font-size: 37px;
        line-height: 27px;
    }
}

.banner--genesis {
    background-color: #000;
    position: relative;
    background-image: url("../img/banner-genesis.jpg");
    background-size: cover;
    background-position: left top;
    display: flex;
    min-height: 372px;
    flex-direction: column;
    align-items: flex-start;
    padding: 17px 30px 27px 49px;
}

.banner--genesis svg {
    max-width: 100%;
}

@media (max-width: 991px) {
    .banner--genesis {
        background-position: left bottom;
        background-size: initial;
    }
}

@media (max-width: 767px) {
    .banner--genesis {
        padding: 10px 10px;
        background-position: bottom center;
    }
    .banner--genesis svg {
        margin-bottom: 16px;
    }
    .banner--genesis .banner__title {
        font-size: 26px;
        line-height: 28px;
        margin-bottom: 21px;
    }
    .banner--genesis .banner__btn {
        padding: 17px 40px;
    }
}

@media (max-width: 415px) {
    .banner--genesis svg {
        max-width: 224px;
        height: auto;
    }
}

.banner--genesis .banner__title {
    color: #fff;
    font-size: 32px;
    line-height: 28px;
    margin-bottom: 21px;
}

@media (max-width: 767px) {
    .banner--genesis .banner__title {
        font-size: 26px;
        line-height: 28px;
        margin-bottom: 12px;
    }
}

.banner--genesis .banner__btn {
    padding: 9px 40px;
}

@media (max-width: 767px) {
    .banner--genesis .banner__btn {
        padding: 17px 40px;
    }
}

.banner--harari {
    background-color: #D7E7FF;
    position: relative;
    background-image: url("../img/bannerHarari.jpg");
    background-size: cover;
    background-position: right top;
    display: flex;
    min-height: 372px;
    flex-direction: column;
    align-items: flex-start;
    padding: 54px 270px 27px 49px;
    overflow: hidden;
}

.banner--harari .banner__title {
    font-size: 32px;
    line-height: 28px;
    color: #fff;
    max-width: 830px;
}

.banner--harari .banner__title span {
    display: block;
}

.banner--harari .banner__title ul {
    margin: 0;
    font-size: 22px;
    font-weight: 400;
    padding-left: 23px;
    margin-bottom: 14px;
}

.banner--harari .banner__btn {
    margin-top: auto;
}

@media (max-width: 767px) {
    .banner--harari {
        padding: 30px 30px 30px 30px;
    }
    .banner--harari:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.4);
    }
    .banner--harari .banner__title {
        font-size: 22px;
        line-height: 28px;
        z-index: 2;
    }
    .banner--harari .banner__title ul {
        font-size: 18px;
    }
    .banner--harari .banner__btn {
        z-index: 2;
    }
}

@media (max-width: 580px) {
    .banner--harari {
        background-position: 40% 100%;
    }
    .banner--harari:before {
        display: none;
    }
}

@media (max-width: 460px) {
    .banner--harari {
        padding: 14px;
    }
}

.banner--kvatn {
    background-color: #000;
    position: relative;
    background-image: url("../img/banner-kvant.jpg");
    background-size: cover;
    background-position: right top;
    display: flex;
    min-height: 372px;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 30px 30px 70px;
    color: #fff;
}

.banner--kvatn svg {
    max-width: 100%;
    margin-bottom: 28px;
}

@media (max-width: 991px) {
    .banner--kvatn {
        background-size: initial;
    }
}

@media (max-width: 767px) {
    .banner--kvatn {
        padding: 30px 16px 36px;
        background-position-x: 76%;
    }
}

.banner--kvatn .banner__date {
    font-weight: bold;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 8px;
}

@media (max-width: 767px) {
    .banner--kvatn .banner__date {
        font-size: 24px;
        line-height: 28px;
        color: #FF0099;
    }
}

.banner--kvatn .banner__title {
    font-weight: 900;
    font-size: 60px;
    line-height: 38px;
    color: #FFFFFF;
}

@media (max-width: 767px) {
    .banner--kvatn .banner__title {
        font-size: 48.6029px;
        line-height: 32px;
    }
}

.banner--kvatn .banner__desc {
    font-size: 24px;
    line-height: 19px;
    color: #FFFFFF;
    font-weight: 400;
}

.banner--kvatn .banner__desc + .banner__desc {
    font-weight: 800;
}

@media (max-width: 767px) {
    .banner--kvatn .banner__desc {
        font-size: 20px;
        line-height: 16px;
        margin-top: 6px;
    }
}

.banner--kvatn .banner__btn {
    padding: 9px 40px;
}

@media (max-width: 767px) {
    .banner--kvatn .banner__btn {
        padding: 17px 40px;
    }
}

.banner--digital {
    background-color: #000;
    position: relative;
    background-image: url("../img/banner-digital.jpg");
    background-size: cover;
    background-position: right top;
    display: flex;
    min-height: 372px;
    flex-direction: column;
    align-items: flex-start;
    padding: 26px 30px 30px 120px;
    color: #fff;
}

@media (max-width: 991px) {
    .banner--digital {
        padding-left: 30px;
    }
}

@media (max-width: 660px) {
    .banner--digital {
        background-image: url("../img/banner-digitalMobile.jpg");
        min-height: 470px;
    }
}

.banner--digital svg {
    margin-left: -72px;
    max-width: 100%;
}

@media (max-width: 991px) {
    .banner--digital svg {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .banner--digital svg {
        order: 1;
    }
}

.banner--digital .banner__date {
    font-size: 26px;
    line-height: 27px;
    letter-spacing: -0.04em;
    margin-bottom: 10px;
}

.banner--digital .banner__date span {
    font-size: 17px;
    line-height: 15px;
    display: block;
}

@media (max-width: 767px) {
    .banner--digital .banner__date {
        font-size: 22px;
        line-height: 22px;
        order: 2;
        margin-top: 30px;
        margin-bottom: 16px;
    }
    .banner--digital .banner__date span {
        font-size: 16px;
        line-height: 16px;
    }
}

.banner--digital .banner__desc {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0.01em;
    max-width: 550px;
    font-weight: normal;
    color: #fff;
}

@media (max-width: 767px) {
    .banner--digital .banner__desc {
        font-weight: bold;
        font-size: 38px;
        line-height: 31px;
        order: 3;
        margin-bottom: 20px;
    }
}

@media (max-width: 660px) {
    .banner--digital .banner__desc {
        margin-top: 0;
        font-size: 32px;
    }
}

.banner--digital .banner__btn {
    padding: 0 40px;
    line-height: 48px;
}

@media (max-width: 767px) {
    .banner--digital .banner__btn {
        order: 4;
    }
}

@media (max-width: 660px) {
    .banner--digital .banner__btn {
        margin-top: auto;
    }
}

.banner--synergywoman {
    background-color: #000;
    position: relative;
    background-image: url("../img/bannerSynergyWoman.jpg");
    background-size: cover;
    background-position: right top;
    display: flex;
    min-height: 372px;
    flex-direction: column;
    align-items: flex-start;
    padding: 26px 30px 37px 174px;
    color: #fff;
}

@media (max-width: 991px) {
    .banner--synergywoman {
        padding-left: 64px;
    }
}

@media (max-width: 660px) {
    .banner--synergywoman {
        background-image: url("../img/bannerSynergyWomanMobile.jpg");
        min-height: 528px;
    }
}

.banner--synergywoman svg {
    margin-left: -124px;
    max-width: 100%;
}

@media (max-width: 991px) {
    .banner--synergywoman svg {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .banner--synergywoman svg {
        margin-left: -46px;
    }
}

@media (max-width: 460px) {
    .banner--synergywoman svg {
        width: calc(100% + 46px);
        max-width: inherit;
    }
}

.banner--synergywoman .banner__date {
    font-size: 26px;
    line-height: 27px;
    letter-spacing: -0.04em;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .banner--synergywoman .banner__date {
        font-size: 22px;
        line-height: 22px;
        margin-top: 30px;
        margin-bottom: 16px;
        margin-top: auto;
    }
}

.banner--synergywoman .banner__desc {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0.01em;
    max-width: 550px;
    font-weight: normal;
    color: #fff;
}

@media (max-width: 767px) {
    .banner--synergywoman .banner__desc {
        font-weight: bold;
        font-size: 38px;
        line-height: 31px;
        margin-bottom: 20px;
    }
}

@media (max-width: 660px) {
    .banner--synergywoman .banner__desc {
        font-size: 24px;
        line-height: 1;
        margin-top: 16px;
        margin-bottom: 0;
    }
}

.banner--synergywoman .banner__btn {
    padding: 0 40px;
    line-height: 48px;
}

@media (max-width: 767px) {
    .banner--synergywoman .banner__btn {
        order: 4;
    }
}

@media (max-width: 660px) {
    .banner--synergywoman .banner__btn {
        margin-top: auto;
    }
}

.banner--education {
    background-color: #D7E0F9;
    position: relative;
    background-image: url("../img/banner-education.jpg");
    background-size: cover;
    background-position: right top;
    display: flex;
    min-height: 372px;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 30px 27px 49px;
}

.banner--education svg {
    max-width: 100%;
}

@media (max-width: 991px) {
    .banner--education {
        background-position: left bottom;
        background-size: initial;
    }
}

@media (max-width: 767px) {
    .banner--education {
        min-height: auto;
        padding: 30px 21px;
        background-position: bottom;
    }
    .banner--education .banner__btn {
        width: 100%;
    }
}

.banner--education .banner__title {
    max-width: 720px;
    font-weight: bold;
    font-size: 45px;
    line-height: 32px;
    color: #2D55D2;
    margin-top: 48px;
    margin-bottom: 38px;
}

@media (max-width: 767px) {
    .banner--education .banner__title {
        font-size: 32px;
        line-height: 24px;
    }
}

.banner--education .banner__desc {
    font-weight: 900;
    font-size: 40px;
    line-height: 35px;
    text-transform: uppercase;
    color: #D448F7;
    margin-top: 0;
    margin-bottom: auto;
}

@media (max-width: 767px) {
    .banner--education .banner__desc {
        font-size: 30px;
        line-height: 26px;
        margin-bottom: 30px;
    }
}

.banner--bar {
    display: block;
    font-weight: 800;
    font-size: 18px;
    line-height: 145%;
    color: white;
    padding: 10px 0;
    border-radius: 0;
    margin-bottom: 0;
    text-decoration: none;
    letter-spacing: 0.2px;
}

@media (max-width: 1200px) {
    .banner--bar {
        padding: 6px 0;
        font-size: 16px;
    }
}

@media (max-width: 900px) {
    .banner--bar {
        font-size: 2vw;
    }
}

@media (max-width: 640px) {
    .banner--bar {
        font-size: 14px;
        padding: 3px 0;
    }
}

.banner--bar .banner__container {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 600px) {
    .banner--bar .banner__container {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.banner--bar .banner__content {
    display: flex;
    align-items: center;
}

.banner--bar .banner__link {
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .banner--bar .banner__link {
        margin: 0 auto;
    }
}

.banner--bar .banner__link img {
    max-width: 28px;
    width: 100%;
}

@media (max-width: 600px) {
    .banner--bar .banner__link span {
        padding: 0 0px 0 8px;
        line-height: 26px;
    }
}

@media (max-width: 480px) {
    .banner--bar .banner__link span:nth-of-type(2) {
        font-size: 14px;
    }
}

.banner--bar .banner__description_mobile {
    display: none;
}

@media (max-width: 600px) {
    .banner--bar .banner__description_mobile {
        display: block;
        text-transform: initial;
        font-weight: 600;
        font-size: 14px;
    }
}

.banner--bar .banner__description_uppercase {
    text-transform: uppercase;
}

.banner--bar .banner__text {
    font-weight: 600;
    font-size: 18px;
    margin: 0 12px;
}

@media (max-width: 1200px) {
    .banner--bar .banner__text {
        font-size: 16px;
        margin: 0 10px;
    }
}

@media (max-width: 900px) {
    .banner--bar .banner__text {
        font-size: 2vw;
    }
}

@media (max-width: 600px) {
    .banner--bar .banner__text {
        font-size: 14px;
        line-height: 26px;
    }
}

.banner--bar .banner__text span {
    font-weight: 800;
    font-size: 18px;
}

@media (max-width: 1200px) {
    .banner--bar .banner__text span {
        font-size: 16px;
    }
}

@media (max-width: 900px) {
    .banner--bar .banner__text span {
        font-size: 2vw;
    }
}

@media (max-width: 600px) {
    .banner--bar .banner__text span {
        font-size: 14px;
    }
}

.banner--bar .banner__text_padding {
    padding: 0 22px 0 12px;
}

@media (max-width: 1200px) {
    .banner--bar .banner__text_padding {
        padding: 0 18px 0 10px;
    }
}

.banner--bar .banner__name {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
}

@media (max-width: 1200px) {
    .banner--bar .banner__name {
        font-size: 14px;
    }
}

@media (max-width: 900px) {
    .banner--bar .banner__name {
        font-size: 2vw;
    }
}

.banner--bar .banner__icon {
    max-width: 28px;
}

@media (max-width: 1200px) {
    .banner--bar .banner__icon {
        max-width: 20px;
    }
}

.banner--bar:active, .banner--bar:hover, .banner--bar:focus {
    text-decoration: none;
    color: #fff;
}

.banner--translation {
    background: url(../img/banner-translation.jpg) center center/cover no-repeat;
}

@media (max-width: 991px) {
    .banner--translation {
        background: url("../img/banner-translation_mobile.jpg") no-repeat 50% 0/cover;
    }
}

@media (max-width: 600px) {
    .banner--translation .banner__text {
        display: none;
    }
}

.banner--translation .banner__text_mobile {
    display: none;
}

@media (max-width: 600px) {
    .banner--translation .banner__text_mobile {
        display: block;
        margin: 0 8px 0 0;
    }
}

@media (max-width: 600px) {
    .banner--translation .banner__text_mobile span {
        text-transform: uppercase;
    }
}

.banner--tv {
    background: url(../img/banner-tv.jpg) center center/cover no-repeat;
}

@media (max-width: 991px) {
    .banner--tv {
        background: url("../img/banner-tv_mobile.jpg") no-repeat 50% 0/cover;
    }
}

.banner--tv .banner__text {
    min-width: 150px;
}

@media (max-width: 1200px) {
    .banner--tv .banner__text {
        min-width: 65px;
    }
}

@media (max-width: 900px) {
    .banner--tv .banner__text {
        min-width: 7.8vw;
    }
}

@media (max-width: 600px) {
    .banner--tv .banner__text {
        display: none;
    }
}

.banner--tv .banner__text span {
    font-weight: 600;
    font-size: 18px;
}

@media (max-width: 1200px) {
    .banner--tv .banner__text_tablet {
        display: none;
    }
}

.banner--tv .banner__text_small {
    font-size: 16px;
    margin: 0;
    padding-right: 12px;
}

@media (max-width: 1200px) {
    .banner--tv .banner__text_small {
        font-size: 14px;
    }
}

@media (max-width: 600px) {
    .banner--tv .banner__name {
        display: none;
    }
}

.banner--tv .banner__link {
    min-width: 165px;
}

@media (max-width: 1200px) {
    .banner--tv .banner__link {
        min-width: 160px;
    }
}

@media (max-width: 900px) {
    .banner--tv .banner__link {
        min-width: 20vw;
    }
}

.banner--subscribe {
    background: url(../img/banner-subscribe.jpg) center center/cover no-repeat;
}

@media (max-width: 991px) {
    .banner--subscribe {
        background: url("../img/banner-subscribe_mobile.jpg") no-repeat 50% 0/cover;
    }
}

.banner--subscribe .banner__text {
    font-weight: 600;
    font-size: 18px;
    margin: 0;
}

.banner--subscribe .banner__text span {
    font-weight: 800;
    font-size: 16px;
}

.banner--subscribe .banner__link span {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 16px;
}

@media (max-width: 900px) {
    .banner--subscribe .banner__link span {
        font-size: 2vw;
    }
}

@media (max-width: 600px) {
    .banner--subscribe .banner__link span {
        font-size: 14px;
    }
}

.banner--subscribe .banner__text {
    font-weight: 600;
    font-size: 18px;
}

@media (max-width: 1200px) {
    .banner--subscribe .banner__text {
        font-size: 14px;
    }
}

@media (max-width: 900px) {
    .banner--subscribe .banner__text {
        font-size: 2vw;
    }
}

@media (max-width: 600px) {
    .banner--subscribe .banner__text {
        display: none;
    }
}

.faq {
    margin-bottom: 28px;
    background: #F2F4F8;
    border-radius: 20px;
    overflow: hidden;
    padding: 0 66px 60px 58px;
}

@media (max-width: 767px) {
    .faq {
        padding: 0 20px 20px 20px;
    }
}

.faq.faq--clear {
    background: transparent;
    border-radius: 0;
    padding: 0;
}

.faq__item {
    border-top: 1px solid #000051;
    position: relative;
    cursor: pointer;
    font-size: 23px;
    line-height: 32px;
}

.faq__item:last-child {
    border-bottom: 1px solid #000051;
}

.faq__item-top {
    padding: 30px 70px 30px 0;
    font-weight: bold;
}

.faq__item-top::after {
    content: url(../img/about/plus.svg);
    height: 26px;
    transition: 0.3s;
    position: absolute;
    right: 20px;
}

.faq__item-bottom {
    display: none;
    padding: 0 70px 40px 0;
}

.faq__item.active .faq__item-top::after {
    transform: rotate(45deg);
}

@media (max-width: 767px) {
    .faq__item {
        font-size: 18px;
        line-height: 28px;
    }
    .faq__item-top {
        padding: 18px 35px 18px 0;
    }
    .faq__item-top:after {
        right: 0;
        top: 20px;
    }
    .faq__item-bottom {
        padding: 0 40px 20px 0;
    }
}

.anchors {
    display: flex;
    flex-wrap: wrap;
    margin: 48px 0 28px;
}

@media (max-width: 767px) {
    .anchors {
        display: none;
    }
}

.anchors__item {
    background: #FF0099;
    border-radius: 0px 45px 45px 90px;
    padding: 0 20px 0 31px;
    font-weight: bold;
    font-size: 21px;
    line-height: 53px;
    color: #FFFFFF;
    margin-right: 18px;
    margin-bottom: 20px;
    transition: background .4s ease;
    text-decoration: none;
    display: block;
}

.anchors__item:hover {
    background: #4D2CE0;
}

.conception {
    display: flex;
    margin-left: -26px;
    margin-right: -26px;
    margin-bottom: 60px;
}

.conception.conception--small {
    margin-left: -13px;
    margin-right: -13px;
}

.conception.conception--small .conception__col {
    width: calc(50% - 32px);
    margin: 0 16px;
}

.conception.conception--small .conception__col span {
    font-size: 23px;
    line-height: 32px;
    font-weight: bold;
    color: #333;
}

.conception.conception--small .conception__col:nth-child(2) span {
    font-size: 18px;
    line-height: 32px;
    font-weight: normal;
}

@media (max-width: 1300px) {
    .conception.conception--small .conception__col {
        margin: 0 13px;
        width: calc(50% - 26px);
    }
    .conception.conception--small .conception__col span {
        font-size: 26px;
        line-height: 32px;
    }
}

@media (max-width: 991px) {
    .conception.conception--small .conception__col {
        width: 100%;
    }
    .conception.conception--small .conception__col span {
        font-size: 22px;
        line-height: 30px;
    }
}

@media (max-width: 600px) {
    .conception.conception--small .conception__col {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media (max-width: 991px) {
    .conception {
        flex-wrap: wrap;
    }
}

@media (max-width: 1300px) {
    .conception {
        margin-left: -13px;
        margin-right: -13px;
    }
}

.conception__col {
    width: calc(50% - 52px);
    margin: 0 26px;
}

.conception__col span {
    font-size: 30px;
    line-height: 38px;
    color: #000000;
}

@media (max-width: 1300px) {
    .conception__col {
        margin: 0 13px;
        width: calc(50% - 26px);
    }
    .conception__col span {
        font-size: 26px;
        line-height: 32px;
    }
}

@media (max-width: 991px) {
    .conception__col {
        width: 100%;
    }
    .conception__col span {
        font-size: 22px;
        line-height: 30px;
    }
}

@media (max-width: 600px) {
    .conception__col {
        width: 100%;
        margin-bottom: 20px;
    }
}

.cards-list__item {
    display: flex;
    margin-bottom: 90px;
}

@media (max-width: 991px) {
    .cards-list__item {
        margin-bottom: 46px;
    }
}

@media (max-width: 767px) {
    .cards-list__item {
        flex-direction: column;
    }
}

.cards-list__item-img {
    width: 405px;
    min-width: 405px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 10px;
}

.cards-list__item-img + .cards-list__item-block {
    margin-left: 63px;
}

@media (max-width: 1300px) {
    .cards-list__item-img + .cards-list__item-block {
        margin-left: 35px;
    }
}

@media (max-width: 767px) {
    .cards-list__item-img + .cards-list__item-block {
        margin-left: 0;
    }
}

@media (max-width: 1300px) {
    .cards-list__item-img {
        width: 372px;
        min-width: 372px;
    }
}

@media (max-width: 767px) {
    .cards-list__item-img {
        min-height: 120px;
        width: 100%;
        min-width: 100%;
        margin-bottom: 20px;
    }
}

.cards-list__item-block + .cards-list__item-img {
    margin-left: 63px;
}

@media (max-width: 1300px) {
    .cards-list__item-block + .cards-list__item-img {
        margin-left: 35px;
    }
}

@media (max-width: 767px) {
    .cards-list__item-block + .cards-list__item-img {
        margin-left: 0;
        order: 1;
    }
}

@media (max-width: 767px) {
    .cards-list__item-block {
        order: 2;
    }
}

.cards-list__item-title {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.cards-list__item-title svg {
    margin-right: 12px;
}

.cards-list__item-desc {
    font-size: 26px;
    line-height: 29px;
    margin-bottom: 12px;
}

@media (max-width: 1300px) {
    .cards-list__item-desc {
        font-size: 20px;
        line-height: 24px;
    }
}

.cards-list__item-text {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px;
}

@media (max-width: 1300px) {
    .cards-list__item-text {
        font-size: 16px;
        line-height: 1.1;
    }
}

.cards-list__item-buttons {
    display: flex;
    flex-wrap: wrap;
}

.cards-list__item-buttons a {
    background: #4D2CE0;
    border-radius: 5px;
    font-weight: bold;
    font-size: 18px;
    line-height: 40px;
    color: #FFFFFF;
    display: block;
    margin-right: 20px;
    padding: 0 20px;
    text-decoration: none;
    transition: background .4s ease;
    margin-bottom: 10px;
}

.cards-list__item-buttons a:last-child {
    margin-right: 0;
}

.cards-list__item-buttons a:hover {
    background: #FF0099;
}

@media (max-width: 991px) {
    .cards-list__item-buttons a {
        font-size: 16px;
        line-height: 38px;
    }
}

.intro {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    overflow: hidden;
    border-radius: 10px;
}

.intro-title {
    font-weight: bold;
    color: #FFFFFF;
    margin: 70px 0 82px 80px;
}

@media (max-width: 991px) {
    .intro-title {
        margin: 36px 18px 24px 24px;
    }
}

.intro-title pinky {
    color: #FF0099;
}

.intro-title span {
    font-size: 80px;
    line-height: 53px;
    margin-bottom: 6px;
    display: block;
}

@media (max-width: 767px) {
    .intro-title span {
        font-size: 42px;
        line-height: 28px;
    }
}

.intro-title span:nth-child(2) {
    font-weight: bold;
    font-size: 35px;
    line-height: 53px;
    color: #FFFFFF;
}

@media (max-width: 767px) {
    .intro-title span:nth-child(2) {
        font-size: 18px;
        line-height: 28px;
    }
}

.intro-footer {
    font-weight: bold;
    font-size: 21px;
    color: #FFFFFF;
    display: flex;
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .intro-footer {
        flex-direction: column;
    }
}

.intro-footer span {
    display: flex;
    align-items: center;
    white-space: nowrap;
    line-height: 53px;
}

@media (max-width: 991px) {
    .intro-footer span:before {
        content: '';
        width: 17px !important;
        height: 12px !important;
        margin-right: 7px !important;
        background: #FF0099 !important;
    }
    .intro-footer span:after {
        content: '';
        height: 12px !important;
        width: 100% !important;
        background: #FF0099 !important;
        margin-left: 7px !important;
        margin-right: 0 !important;
    }
}

.intro-footer span:first-child:before {
    content: '';
    height: 12px;
    width: 64px;
    background: #FF0099;
    margin-right: 16px;
}

.intro-footer span:first-child:after {
    content: '';
    height: 12px;
    width: 32px;
    background: #FF0099;
    margin: 0 16px;
}

.intro-footer span:nth-child(2):after {
    content: '';
    height: 12px;
    width: 32px;
    background: #FF0099;
    margin: 0 16px;
}

.intro-footer span:nth-child(3) {
    flex: 1 0 auto;
}

.intro-footer span:nth-child(3):after {
    content: '';
    height: 12px;
    width: 100%;
    background: #FF0099;
    margin-left: 16px;
}

.intro--image {
    min-height: 470px;
    margin-bottom: 32px;
}

@media (max-width: 1199px) {
    .intro--image {
        min-height: 392px;
    }
}

@media (max-width: 767px) {
    .intro--image {
        min-height: 310px;
    }
}

.landing[js-sidebarstopper] {
    overflow: visible;
    padding: 50px 0;
    margin-top: 122px;
}

@media (max-width: 1199px) {
    .landing[js-sidebarstopper] {
        width: 100%;
    }
}
/*
.landing h2 {
    font-weight: bold;
    font-size: 58px;
    line-height: 1;
    color: #000000;
    margin: 56px 0 30px;
}

@media (max-width: 767px) {
    .landing h2 {
        font-size: 45px;
        line-height: 35px;
    }
}
*/
.landing h3 {
    font-weight: bold;
    font-size: 38px;
    line-height: 38px;
    color: #000000;
    text-transform: none;
}