﻿html, body {
    width: 100%;
}rotat

html {
    min-height: 100%;
}

:root {
    --block25-width: 305px;
}

body {
    min-height: 100%;
    font-family: "Apercu Pro";
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    background-color: #E9EFFB;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
    line-height: 120%;
}

/*
*:not(input):not(textarea) {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
*/

textarea{
    resize: none;
}

a {
    text-decoration: none;
    color: #101010;
}

/*Надстройка над гридом*/
img, object, embed {
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
}

#container {
    position: relative;
    display: block;
    min-width: 360px;
    /*overflow: hidden;*/
    /*max-width: 1440px;*/
    margin: 0 auto;
}

#container.showMenu{
    overflow: hidden;
}

#layout {
    display: block;
    position: relative;
    transition: all 300ms ease 0s;
}

#mainContent {
    display: block;
    position: relative;
    min-width: 360px;
    margin: 0 auto;
}

#mainContent:before{
    content: "";
    display: block;
    /*height: 76px;*/
    height: 141px;
    position: relative;
}

.blockWidth {
    margin: 0 auto;
    max-width: 1280px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}

.blockWidth.small {
    max-width: 1020px;
}

.blockWidth.big {
    max-width: 1920px;
}

.blockWidth .title {

}

.ffb {
    font-weight: bold;
    font-style: normal;
}

.maxPage {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 200px);
}

.maxPage .pageBody {

}

/******/

.button {
    display: inline-block;
    position: relative;
    font-size: 18px;
    font-weight: 700;
    transition: all 100ms ease 0s;
    border-radius: 60px;
    background: #FFF;
    padding: 10px 16px;
}

.button:hover {
    opacity: 0.8;
}

.button.full {
    width: 100%;
}

.buttonBillet {
    display: flex;
    position: relative;
    border-radius: 60px;
    background: #FFF;
    justify-content: center;
    align-items: center;
    padding: 30px 20px;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    line-height: 28px;
    color: #101010;
}

.buttonBillet.compact {
    font-size: 18px;
    line-height: 20px;
    padding: 20px;
}

.buttonBillet.blue {
    background: #E9EFFB;
}

.buttonBillet.blue_dark {
    background: #08388B;
    color: #ffffff;
}

.buttonBillet.blue_dark .icon.mail{
    background-image: url("../images/main/i/mail_white.svg");
}

/** input **/

select, input[type="text"], input[type="password"], input[type="email"] {
    background-color: #E9EFFB;
    border: none;
    color: #1d1c1c;
    display: inline-block;
    font-size: 18px;
    height: 71px;
    line-height: normal;
    padding: 24px 30px;
    white-space: nowrap;
    width: 100%;
    border-radius: 32px;
}

textarea {
    background-color: #E9EFFB;
    border: none;
    color: #1d1c1c;
    display: inline-block;
    font-size: 18px;
    line-height: normal;
    padding: 24px 30px;
    width: 100%;
    border-radius: 32px;
}

::-webkit-input-placeholder {
    color: rgba(16, 16, 16, 0.50);;
}

::-moz-placeholder {
    color: rgba(16, 16, 16, 0.50);;
}

/* Firefox 19+ */
:-moz-placeholder {
    color: rgba(16, 16, 16, 0.50);;
}

/* Firefox 18- */
:-ms-input-placeholder {
    color: rgba(16, 16, 16, 0.50);;
}

/******** header***********/

header {
    display: block;
    position: fixed;
    z-index: 3;

    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
    left: 0;
    top: 0;
    right: 0;
    background-color: #E9EFFB
}

header .topBlock {
    padding: 17px 20px;
    font-size: 18px;
    color: #101010;
    position: relative;
    max-width: 1258px;
}

header img.logo {
    width: 41px;
    min-width: 41px;
    transition: all 300ms ease 0s;
}

#mainContent header .hiddenTopWrap{
    display: none;
}

#mainContent.bigHeader header .hiddenTopWrap{
    display: block;
}

#mainContent.bigHeader header img.logo {
    width: 106px;
    min-width: 106px;
}

.ownerBlock{
    position: relative;
    display: flex;
    justify-content: end;
    height: 0;
    overflow: hidden;
    transition: all 300ms ease 0s;
}

#mainContent.bigHeader .ownerBlock{
    height: 79px;
}

header img.avatar {
    width: 54px;
    min-width: 54px;
    margin-left: 8px;
}

header menu {
    display: flex;
    align-items: center;
    padding-left: 30px;
}

header menu li {
    display: flex;
    align-items: center;
    padding-right: 32px;
    font-weight: 700;
}

header menu li.active a{
    color: #08388B;
}

header menu li a:hover{
    text-decoration: underline;
}

/******** end header***********/

/* aside mobile */

#asideWrap{
    overflow: hidden;
}

#container:not(.showMenu) #asideWrap{
    position: relative;
}

aside#mobileRight {
    max-width: 360px;
    width: 100%;
    display: block;
    position: absolute;
    right: -400px;
    opacity: 0;
    top: 0;
    background: #E9EFFB;
    box-shadow: 0 0 100px 0 rgba(77, 109, 169, 0.50);
    z-index: 4;
    transition: all 300ms ease 0s;
}

.showMenu aside#mobileRight {
    /*display: block;*/
    box-shadow: 0 0 25px rgba(12, 13, 13, 0.75);
    right: 0;
    opacity: 1;
}
/*****//*
#container.showMenu #mainContent{

}

#container.showMenu #layout{
    display: flex;
    flex-direction: row-reverse;
}

.showMenu aside#mobileRight {
    position: relative;
    margin-left: -360px;
}*/
/*******/


aside#mobileRight .head {
    display: flex;
    align-items: center;
    padding: 17px 10px 17px 17px;
}

aside#mobileRight hr {
    color: rgba(0, 0, 0, 0.20);
}

aside#mobileRight .miniBanner {
    color: #101010;
    min-height: 285px;
    display: block;
    position: relative;
    background: transparent url("../images/main/photo/mobile.png") no-repeat right bottom;
    background-size:  230px auto;
}

aside#mobileRight menu {
    display: block;
    position: relative;
    padding-left: 18px;
}

aside#mobileRight menu li {
    padding-right: 20px;
    padding-top: 20px;
}

aside#mobileRight menu li.active a{
    color: #08388B;
}


.credo {
    font-size: 14px;
    line-height: 110%;
    letter-spacing: 2.8px;
    text-transform: uppercase;
}

.credoText {
    font-weight: bold;
    font-size: 26px;
    line-height: 110%;
    letter-spacing: -1.3px;
}

/*end  aside mobile */
/*
#cartForm{
    display: none;
}*/

main {
    position: relative;
    display: block;
    /*margin-left: 85px;*/
}



.dropdown_block {
    display: flex;
    position: relative;
    align-items: center;
    padding-right: 30px;
    background: transparent url("../images/main/i/select.svg") no-repeat right 10px center;
    cursor: pointer;
}

.dropdown_block > .current {
    color: #101010;
    font-size: 18px;
}

.dropdown_block ul.dropdown_list {
    display: none;
    position: absolute;
    top: -24px;
    right: -1px;
    z-index: 2;
    min-width: 100%;
    border-radius: 40px;
    box-shadow: 0 0 100px 0 rgba(77, 109, 169, 0.50);
    overflow: hidden;
}

.dropdown_block ul.dropdown_list.active {
    display: block;
}

.dropdown_block ul.dropdown_list li {
    color: #101010;
    font-size: 18px;
}

.dropdown_block ul.dropdown_list li a {
    background-color: #ffffff;
    white-space: nowrap;
    display: flex;
    align-items: center;
    padding: 23px 25px 26px 25px;
    font-size: 18px;
    color: #101010;
    min-width: 75px;
}

.dropdown_block ul.dropdown_list li a:not(:last-child) {
    border-bottom: 1px solid #08388B;
}


.dropdown_block ul.dropdown_list li.active a {
    background: #08388B;
    color: #ffffff;
}

.dropdown_block ul.dropdown_list li:hover a {
    text-decoration: underline;
}


.topHeader {
    display: block;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
}

.topHeader.built{
    display: flex;
    justify-content: space-between;
}

.topHeader span {
    line-height: 1.1;
}

.mainBanner {
    background: transparent no-repeat center;
    background-size: cover;
    display: block;
    position: relative;
}

.mainBanner:after {
    content: "";
    position: relative;
    display: block;
    padding-top: 43.6%;
}

.mainBanner .body {
    display: block;
    flex-direction: column;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 5% 12.5%;
}

.asH2 {
    color: #101010;
    font-size: 50px;
    font-weight: bold;
    line-height: 100%;
    letter-spacing: -2.5px;
}

.asH3 {
    color: #101010;
    font-size: 32px;
    font-weight: bold;
    line-height: 110%;
}

.articlesList {
    display: flex;
    flex-wrap: wrap;
}


.articlesList .itemWrap {
    display: flex;
    padding-right: 30px;
    padding-top: 30px;
    flex-basis: 33.3%;
}

.articlesList.two .itemWrap {
    flex-basis: 50%;
}

.articlesList.four .itemWrap {
    flex-basis: 25%;
}


.articleItem {
    display: flex;
    flex-direction: column;
    position: relative;
    background: #FFF;
    color: #101010 !important;
    text-decoration: none !important;
}

.articleItem.withShadow .imageWrap {
    position: relative;
    display: block;
}

.articleItem.withShadow .imageWrap:after {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.90) 0.2%, rgba(0, 0, 0, 0.00) 25.19%);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.articleItem.withShadow .icon.goto {
    position: absolute;
    right: 30px;
    top: 30px;
}


.articleItem .text {
    color: #101010;
    font-size: 24px;
    font-weight: bold;
    padding: 30px;
    flex-grow: 1;
    /*line-height: normal;*/
    /*line-height: 120%;*/
}

.articleItem .text.big {
    font-size: 36px;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -1.8px;
}

.articleBottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    font-size: 18px;
}

.articleBottom:not(.-bt) {
    border-top: 1px solid #B8B8B8;
}

.articleBlock {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 130%;
}

.group:not(:last-child) .articlesGroup {
    border-bottom: 1px solid #B8B8B8;
}

.articlesGroup .articleBlock {
    border-bottom: 1px solid #B8B8B8;
    padding: 60px 0;
}

.articlesGroup .articleBlock:first-child {
    padding-top: 40px;
}

.articlesGroup .articleBlock:last-child {
    border-bottom: none;
}

.blogItem {
    display: block;
    position: relative;
    padding: 60px 0;
    border-bottom: 1px solid #B8B8B8;
}

.blogItem:first-child {
    padding-top: 40px;
}

.blogItem:last-child {
    border-bottom: none;
    padding-bottom: 40px;
}


.leftBlock75 {
    flex-basis: 75%;
    max-width: 75%;
    padding-right: 30px;
}

.leftBlock {
    display: block;
    position: relative;
    margin-right: 335px;
}

.rightBlock70 {
    flex-basis: 70%;
    max-width: 70%;
    padding-left: 30px;
}

.leftBlock30 {
    flex-basis: 30%;
    max-width: 30%;
}

.rightBlock25 {
    flex-basis: 25%;
    max-width: 25%;
}

.rightBlock {
    width: var(--block25-width);
    position: absolute;
    height: 100%;
    top: 0;
    right: 30px;
    display: block;
}

.articleBlock .bigPhoto {
    position: relative;
    padding-top: 60px;
}

.articleBlock > p {
    padding-top: 60px;
}

.articleBlock p {
    line-height: 130%;
}

q {
    quotes: none;
    display: block;
    position: relative;
    margin-top: 30px;
    padding-top: 30px;
    font-size: 32px;
    padding-left: 190px;
    line-height: 130%;
}

q:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    background: transparent url("/assets2024/v2/images/main/i/q.svg") no-repeat center;
    width: 80px;
    height: 80px;
    background-size: contain;
}

q cite {
    display: block;
    font-style: normal;
    padding-top: 20px;
    font-size: 32px;
    line-height: 100%;
}

q cite .desc {
    font-size: 18px;
}

q.extended{

}

q.white{
    padding: 60px 210px 60px 190px;
    background-color: white;
}

q.white:before{
    left: 33px;
}

.q_tag {
    position: absolute;
    left: 24px;
    bottom: 22px;
    transform: rotate(-90deg);
    transform-origin: top left;
    color: #08388B;
    font-size: 20px;
    line-height: 110%;
    letter-spacing: 4px;
    text-transform: uppercase;
}
q.white .person{
    display: block;
    position: absolute;
    height: 220px;
    width: 305px;
    background: transparent no-repeat right bottom;
    background-size: contain;
    right: 0;
    bottom: 0;
}

.text3, .articleItem .text3 {
    color: #101010;
    font-size: 32px;
    font-weight: normal;
    line-height: 130%; /* 41.6px */
}

.textBillet {
    padding: 30px;
    background-color: #ffffff;
}

.blockTumbler {
    display: flex;
    cursor: pointer;
    align-items: center;
}

.blockTumbler .circleItem {
    padding-right: 16px;
    font-size: 18px;

}

.blockTumbler .tumbler {
    width: 50px;
    height: 28px;
    border-radius: 14px;
    background: #8ECBFF;
    position: relative;
}

.blockTumbler .tumbler.on {
    background: rgba(8, 56, 139, 1);
}

.blockTumbler .tumbler::after {
    content: '';
    display: block;
    position: absolute;
    background: #FFFFFF;
    top: 3px;
    left: 5px;
    border-radius: 11px;
    width: 22px;
    height: 22px;
}

.blockTumbler .tumbler.on::after {
    left: auto;
    right: 5px;
}

.tabsBlock {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    font-size: 18px;
    align-items: center;
}

.tabsBlock .tab {
    display: flex;
    position: relative;
    margin-right: 10px;
    margin-top: 10px;
}

.tabsBlock .tab a {
    color: #101010;
    background: #FFF;
    padding: 7px 20px 8px;
    border-radius: 20px;
    text-decoration: none;
}

.tabsBlock .tab.active a, .tabsBlock .tab:hover a {
    color: #FFF;
    background: #08388B;
    border: none !important;
}

.subTabs {
    display: flex;
    position: relative;
    flex-wrap: wrap;
}

.subTabs .tab {
    display: block;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 10px 20px;
    font-size: 18px;
    margin-right: 10px;
    margin-top: 10px;
    color: #101010;
}

.subTabs.blue .tab {
    background: #E9EFFB;
}

.awards {
    display: flex;
    position: relative;
    flex-wrap: wrap;
}

.awards .item {
    display: flex;
    flex-grow: 1;
    width: 15%;
    max-width: 15%;
    margin-right: 1%;
    margin-top:  1%;
    background: #E9EFFB none center no-repeat;
    background-size: auto 64.5%;
}

.awards .item:after {
    content: "";
    padding-top: 100%;
    display: block;
    position: relative;
    width: 100%;
    height: 0;
}


.varsList {

}

.varsList .item {
    display: flex;
    padding-top: 32px;
    padding-bottom: 32px;
    border-top: 1px solid rgba(0, 0, 0, 0.20);
}

.varsList .item.two > div {
    flex-basis: 50%;
    color: #101010;
    font-size: 24px;
}

.varsList .item .head {
    font-weight: 700;
    padding-right: 15px;
}

.varsList .item:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
}

/*************** slider *******************/
.slideBlock {
    display: block;
    position: relative;
}

.slideBlock > .slider {
    margin: 0 auto;
    position: relative;
    display: block;
    overflow: hidden;
}

.slideBlock .inner {
    position: relative;
    display: flex;
    left: 0;
    width: 10000px;
    transition: left 300ms ease 0s;
}

.slideBlock ul.controls {
    display: flex;
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translate(-50%, 0);
    z-index: 1;
    align-items: center;
    height: 20px;
}

.slideBlock ul.controls li {
    display: block;
    position: relative;
    width: 10px;
    height: 10px;
    background-color: #101010;
    border-radius: 50%;
    margin-right: 14px;
    cursor: pointer;
}

.slideBlock ul.controls li.active {
    width: 20px;
    height: 20px;
    background-color: #08388B;
}

.linksSlider .inner {
    padding-top: 30px;
}

.linksSlider .inner.slider-inactive {
    flex-wrap: wrap;
    width: 100%;
    padding-top: 0;
}


.linksSlider .inner > .slide {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    width: 283px;
    margin-right: 30px;
    font-size: 24px;
    font-weight: bold;
    padding: 60px 30px 30px 30px;
    background-color: #ffffff;
    text-align: center;
}

.linksSlider .inner.slider-inactive > .slide img {
    max-width: 100%;
}

.linksSlider .inner.slider-inactive > .slide {
    margin-top: 2%;
    width: 23%;
    margin-right: 2% !important;
}

.linksSlider .inner > .slide img {
    max-width: 255px;
    max-height: 130px;
    margin-bottom: 15px;
}

.linksSlider .inner > .slide .icon {
    position: absolute;
    right: 30px;
    top: 30px;
}

.articlesSlider .inner > .slide {
    width: 283px;
    /*margin-right: 30px;*/
}

.articlesSlider .inner > .slide .articleItem {
    height: 100%;
}


.slider, .slider *{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.photoSlider {
    display: block;
    position: relative;
    padding-top: 60px;
}

.photoSlider img.pic {

}

.photoSlider .slider {
    margin: 0 auto;
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 30px;
    margin-left: 115px;
    margin-right: 115px;
}

.photoSlider .slider .inner {
    position: relative;
    display: flex;
    left: 0;
    width: 10000px;
    transition: left 300ms ease 0s;
}

.photoSlider .inner .slide {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    width: 110px;
    padding: 10px;
    border: 2px solid transparent;
    text-align: center;
    cursor: pointer;
}

.photoSlider .inner .slide:hover {
    opacity: 0.8;
}

.photoSlider .inner .slide.active {
    border: 2px solid #101010;
}

.photoSlider .arrows .icon {
    display: block;
    position: absolute;
    left: 0;
    bottom: 30px;
    cursor: pointer;
}

.photoSlider .arrows .icon:hover {
    opacity: 0.8;
}

.photoSlider .arrows .icon.rightBig {
    right: 0;
    left: auto;
}


/**************** end slider **********************/

.banner {
    display: flex;
    justify-content: flex-end;
    position: relative;
    min-height: 350px;
    color: #ffffff;
    overflow: hidden;
}



.banner .tag {
    position: absolute;
    left: 15px;
    bottom: 5px;
    transform: rotate(-90deg);
    transform-origin: top left;
    color: #FFF;
    font-size: 20px;
    line-height: 110%; /* 22px */
    letter-spacing: 4px;
    text-transform: uppercase;
}

.banner .mainImage {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 13% center;
    background-size: auto 100%;
}

.banner .moreImage {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: transparent no-repeat right center;
    background-size: contain;
    width: 34%;
    height: 100%;
}


.banner .body {
    padding-top: 25px;
    padding-bottom: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 11%;
    font-size: 32px;
    max-width: 55%;
    z-index: 2;
    position: relative;
}

.banner .link {
    display: flex;
    align-items: center;
    font-size: 24px;
    padding-top: 30px;
}

.banner.black, .banner.black .tag{
    color: #000000;
}


.banner.type1 {
    background-color: #17203C;
}

.banner.type1 .mainImage {
    background-position: 13% center;
    background-size: auto 100%;
}

.banner.type1:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: transparent url("/assets2024/v2/images/main/bg/1/prtn_bn_1.png") no-repeat center;
    background-size: auto 50%;
    width: 16%;
    height: 39%;
    z-index: 1;
}


.banner.type2 {
    background-color: #07378a;
}

.banner.type2 .mainImage {
    background-position: 24% center;
    background-size: auto 90%;
}

.banner.type2:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: transparent url("/assets2024/v2/images/main/bg/2/vector2.svg") no-repeat center;
    background-size: contain;
    width: 16%;
    height: 100%;
    z-index: 1;
}

.banner.type3 {
    background-color: #2D9055;
}

.banner.type3 .mainImage {
    background: none;
    overflow: hidden;
    z-index: 0;
}

.banner.type3 .mainImage .image_wrap{
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/assets2024/v2/images/main/bg/3/image_wrap.png") no-repeat;
    background-position: left -468px bottom -301px;
    background-size: 1232px auto;
}

.banner.type3 .mainImage .image_shape{
    display: block;
    position: absolute;
    mask-image: url('data:image/svg+xml;utf8,<svg width="100%" height="100%" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg"><path d="M93.72489 40.49719L59.52381 6.22348C54.26740 0.86107 45.62771 0.86105 40.25974 6.22348L6.14719 40.49719C0.83926 45.88528 0.83923 54.40260 6.14722 58.79112L40.25974 93.93353C45.62771 99.29604 54.26740 99.29604 59.52381 93.93353L93.72489 58.79112C99.40391 54.40260 99.40395 45.88528 93.72489 40.49719Z" fill="white"/></svg>');
    width: 471px;
    background-size: cover;
    left: 65px;
    bottom: -135px;
}

.banner.type3 .mainImage .image_shape:after{
    content: "";
    display: block;
    height: 0;
    padding-top: 100%;
    width: 100%;
}

.banner.type3 .moreImage {
    width: 160px;
    height: 160px;
    background-position: center;
    background-size: auto 80%;
    top: auto;
    right: 10px;
    bottom: 10px;
    display: block;
}

.banner.type3 .moreImage > * {
    display: block;
    position: relative;
    max-width: 100%;
}

.banner.type1 .body {
    background: transparent url("/assets2024/v2/images/main/bg/1/prtn_bn_1.png") no-repeat right 30px bottom 30px;
}



.banner.new1.type4 {
    background-color: #07378a;
}


.banner.new1.type4:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: transparent url("/assets2024/v2/images/main/bg/2/vector2.svg") no-repeat center;
    background-size: contain;
    width: 16%;
    height: 100%;
    z-index: 1;
}


.banner .newImage{
    display: block;
    position: absolute;
    left: 18%;
    top: 27px;
    bottom: 25px;
    padding: 10px;
    background: white;
    border-radius: 50%;
    aspect-ratio: 1;
    z-index: 1;
}

.banner .newImage .circle{
    display: block;
    position: relative;
    mask-image: url('data:image/svg+xml;utf8,<svg width="100%" height="100%" viewBox="0 0 300 300" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="50%" cy="50%" r="48.333%" fill="white"/></svg>');
    background-size: cover;
    background-position: center;
    aspect-ratio: 1;
}

.banner.ippo_bg{
    background: #E2DED2 url("/assets2024/v2/images/main/bg/5/bg.png") no-repeat;
    background-size:  auto 290px;
    background-position: right bottom;
}

.banner.new1 .moreLeft{
    display: block;
    position: absolute;
    left: 66px;
    bottom: 193px;
    width: 100px;
    height: 114px;
    background-size: contain;
    background-repeat: no-repeat;
}

.banner.sky_bg{
    background: rgba(0, 118, 193, 1) url("/assets2024/v2/images/main/bg/6/tl.png") no-repeat;
}

.banner.sky_bg:before{
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    background: transparent url("/assets2024/v2/images/main/bg/6/br.png") no-repeat;
    width: 40%;
    height: 100%;
    background-size: contain;
    background-position: bottom right;
}

.banner.sky_bg .newImage{
    background-color: #1B97DE;
}

.banner .lace{
    background-image: url("/assets2024/v2/images/main/bg/6/lace.png");
    display: block;
    position: absolute;
    right: 53px;
    top: 78px;
    width: 84px;
    height: 35px;
    background-size: contain;
    background-repeat: no-repeat;
}

.banner.new1.type1 .mainImage{
    background-position: 10% center;
}

/**banner mobile***/

.banner.mobile.type1 .mainImage {
    background-position: 60px bottom;
    background-size: auto 230px;
}

.banner.mobile.type1::before {
    width: 120px;
    height: 60px;
    top: auto;
    left: 10px;
    bottom: 200px;
    background-size: contain;
}

.banner.mobile.type2 .mainImage {
    background-position: 60px bottom;
    background-size: auto 230px;
}

.banner.mobile.type2 .moreImage {
    background-position: center;
    width: 200px;
    height: 100%;

}

.banner.mobile.type2::before {
    width: 110px;
    height: 90px;
    top: auto;
    left: 0;
    bottom: 230px;
    background-size: contain;
}

.banner.mobile.type3 .mainImage .image_wrap{
    background-position: left -281px bottom -189px;
    background-size: 770px auto;
}

.banner.mobile.type3 .mainImage .image_shape{
    width: 293px;
    left: 53px;
    bottom: -85px;
}

.banner.mobile.type3 .moreImage {
    height: 80px;
    width: 80px;
    background-size: 80% auto;
    top: auto;
    bottom: 220px;
    background-position: center;
}

.banner.mobile.new1 .newImage {
    left: 50px;
    padding: 7px;
    top: auto;
    width: 260px;
    bottom: 18px;
}

.banner.mobile.new1.type1 .mainImage{
    display: none;
}

.banner.mobile.new1.type4:before {
    background-position: center top ;
    width: 13%;
}

.banner.mobile.new1 .moreLeft{
    left: 26px;
    bottom: 223px;
    width: 55px;
    height: 63px;
}



.banner.mobile .lace{
    right: 15px;
    bottom: 30px;
    top: auto;
}

.banner.mobile .moreImage {
    background-position: right -42px bottom 200px;
    width: 260px;
    height: 100%;
}

.banner.mobile .tag {
    font-size: 16px;
}

.banner.mobile .body {
    padding-left: 15px;
    max-width: 100%;
    padding-bottom: 400px;
    padding-right: 15px;
    font-size: 24px;
    background: none;
}

.banner.mobile .link {
    font-size: 22px;
}

.hiddenTopWrap{
    position: relative;
    display: flex;
    align-items: flex-end;
    height: auto;
    transition: height 300ms ease 0s;
}

.hiddenTopWrap:not(.active){
    overflow: hidden;
    height: 75px;
}

.hiddenTopWrap .icon.toggleArrow{
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
    z-index: 2;
    cursor: pointer;
 transform: rotate(180deg);
}

.hiddenTopWrap.active .icon.toggleArrow{
    transform: rotate(0deg);
}

.hiddenTopWrap .icon.toggleArrow:hover{
    opacity: 0.9;
}

.hiddenTopWrap > .banner{
    width: 100%;
}

.socialBlock {
    display: flex;
    justify-content: space-between;
    /*flex-wrap: wrap;*/
    font-size: 18px;
}

.socialBlock > .left {
    padding-top: 20px;
    flex-grow: 1;
    /*max-width: 650px;*/
    padding-right: 30px;

}

.socialBlock > .right {
    display: flex;
    padding-top: 20px;
}

.shares{
    display: flex;
}

.shares a{
    padding-left: 15px;
}

.socialBlock a[href] {
    color: #08388B;
    text-decoration: underline;
}

.socialBlock a[href]:hover {
    text-decoration: none;
}

.miniChaptersList {

}

.miniChapter {
    display: block;
    position: relative;
    padding: 30px 0;
    color: #101010;
    font-size: 24px;
}

.miniChapter.active {
    color: #08388B;
}

.miniChaptersList .miniChapter:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.20);
}

.miniChaptersList .miniChapter {
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
}

.pagination {
    font-size: 18px;
    display: flex;
    padding: 20px 30px 30px 30px;
    justify-content: space-between;
    align-items: center;
    border-radius: 60px;
    background: #FFF;
    margin-top: 30px;
    flex-wrap: wrap;
    width: 100%;
}

.pagination .icon {
    margin-top: 10px;
    margin-right: 20px;
}

.pagination .icon.rightBig{
    margin-right: 0;
}

.pagination .body {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pagination a {
    color: #101010;
}

.pagination .body > * {
    padding-right: 40px;
    display: block;
    padding-top: 10px;
}

.pagination .body .active {
    color: #101010;
    font-size: 24px;
    font-weight: 700;
}

.searchForm {
    position: relative;
    display: block;
    margin-top: 40px;
}

.searchForm input.search {
    width: 100%;
    background: #FFF url("/assets2024/v2/images/main/i/search.svg") no-repeat right 40px center;
    padding-right: 100px;
}

.searchForm input[type="submit"], .commentForm input[type="submit"] {
    display: block;
    opacity: 0;
    cursor: pointer;
    width: 90px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    color: transparent;
    border: none;
}

.commentForm {
    position: relative;
    display: block;
    margin-top: 30px;
}

.commentForm .comment {
    width: 100%;
    background: #FFF url("/assets2024/v2/images/main/i/arrow2.svg") no-repeat right 40px center;
    padding-right: 100px;
}

input.big, textarea.big {
    border-radius: 60px;
    background: #FFF;
    border: none;
    color: #101010;
    padding: 28px;
    font-size: 18px;
}

.newsList {

}

.newsList .newsItem {
    background: none;
    display: flex;
    flex-direction: row;
    padding-top: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #B8B8B8;
}

.newsItem:last-child {
    border-bottom: none;
}

.newsItem .imageWrap {
    max-width: 382px;
    padding-right: 30px;
}

.newsItem .text {
    color: #101010;
    font-size: 24px;
    padding-top: 15px;
    line-height: 130%;
}

.newsItem .text.big {
    font-size: 36px;
    line-height: 110%;
    letter-spacing: -1.8px;
    padding-top: 0;
    font-weight: bold;
}

form.mainForm {
    display: block;
    position: relative;
}

form.mainForm .block {
    padding-top: 19px;
    padding-bottom: 5px;
}

.textBlock {
    display: block;
    position: relative;
}

.textBlock .textField {
    z-index: 1;
    position: relative;
    margin-top: 16px;
    min-width: 270px;
}

.textBlock label {
    color: #101010;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
#socialBlock{
    display: block;
    position: fixed;
    z-index: 3;
    left: 0;
    top: 205px;
    background-color: #D8D8D8;
    box-shadow: 0 0 50px 0 rgba(77, 109, 169, 0.50);
}
#socialBlock > .icon{
    width: 86px;
    height: 86px;
    background-color: #08388B;
    display: block;
    margin-top: 1px;
}

#socialBlock > .icon.s_yo{
    background-image: url("/assets2024/v2/images/main/i/social/new/yo.svg");
    background-size: 33px auto;
}

#socialBlock > .icon.s_ma{
    background-image: url("/assets2024/v2/images/main/i/social/new/ma.svg");
    background-size: 24px auto;
}

#socialBlock > .icon.s_fb{
    background-image: url("/assets2024/v2/images/main/i/social/new/fb.svg");
    background-size:  auto 30px;
}

#socialBlock > .icon.s_tg{
    background-image: url("/assets2024/v2/images/main/i/social/new/tg.svg");
    background-size: 25px auto;
}


#socialBlock > .icon.s_vk{
    background-image: url("/assets2024/v2/images/main/i/social/new/vk.svg");
    background-size: 25px auto;
}

#socialBlock > .icon.s_ok{
    background-image: url("/assets2024/v2/images/main/i/social/new/ok.svg");
    background-size:  auto 25px;
}

#toTop{
    display: block;
    position: fixed;
    bottom: 0;
    right: 15px;
    width: 86px;
    height: 86px;
    background: #FFF url("/assets2024/v2/images/main/i/arrow3.svg") no-repeat center;
    background-size: 26px auto;
    box-shadow: 0 0 50px 0 rgba(77, 109, 169, 0.50);
    z-index: 2;
    cursor: pointer;
}

.rightBannersWrap{
    /*position: relative;*/
    /*overflow: hidden;*/
}
/*
.rightBannerBlock1{
    display: block;
    position: absolute;
    top: 0;
    width: var(--block25-width);
    height: calc(100vh *3);
}*/

.rightBannerBlock{
    display: block;
    height: calc(100vh *3);
}

.rightBannerBlock > .banner{
    top: 106px;
    position: sticky;
}

/************ footer *************/

footer {
    display: block;
    position: relative;
}

footer a {
    color: #08388B;
}

footer ul.menu {
    display: flex;
    flex-wrap: wrap;
}

footer ul.menu li {
    display: flex;
    flex-basis: 33.3%;
    padding-right: 30px;
}

footer ul.menu a {
    color: #101010;
    font-size: 24px;
    padding-top: 20px;
}

footer hr {
    margin: 40px 0 20px;
    color: rgba(0, 0, 0, 0.20);
}