button {
    border: none;
    outline: none;
    color: #ffffff;
    transition: 0.5s;
    padding: 16px 51px;
    cursor: pointer;
    line-height: initial;
}
button:hover {
    transition: 0.5s;
}
li{
    list-style: none;
}
ul{
    padding: 0;
    margin: 0;
}
.conteiner{
    max-width: 1280px;
    margin: 0 auto;
}
.headerSection {
    width: 100%;
    height: auto;
    background-color: #e9e9ee;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 35px;
}
@media screen and (max-width: 1024px) {
    .headerSection {
        font-size: 13px;
    }
}
@media screen and (max-width: 768px) {
    .headerSection{
        padding: 35px 0px 0px 0px;
    }
    .headerSection {
        height: auto;
    }
    .extra-txt{
        padding: 0 16px;
        flex-direction: column;
        justify-content: center;
    }
    .extra-txt__main{
        flex-basis: 0 !important;
        font-size: 36px !important;
        letter-spacing: normal !important;
        line-height: 43;
        
    }
    .extra-txt__main span{
        font-size: 36px !important;
        line-height: 43;
    }
    .extra-txt-text{
        flex-basis: 0 !important;
    }
}
.headerSection .navBar {
    width: 1280px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media screen and (max-width: 1399px) {
    .headerSection .navBar {
        width: 90%;
    }
}
.headerSection .navBar .imgLogo {
    width: 50px;
    height: 50px;
    -o-object-fit: cover;
    object-fit: cover;
}
.headerSection .navBar .navigationDiv {
    width: auto;
    height: 100%;
    display: flex;
    gap: 53.6px;
    align-items: center;
}
@media screen and (max-width: 1399px) {
    .headerSection .navBar .navigationDiv {
        gap: 40px;
    }
}
@media screen and (max-width: 1024px) {
    .headerSection .navBar .navigationDiv {
        gap: 30px;
    }
}
@media screen and (max-width: 768px) {
    .headerSection .navBar .navigationDiv {
        display: none;
    }
}
.headerSection .navBar .navigationDiv a {
    transition: 0.3s;
}
@media screen and (max-width: 1024px) {
    .headerSection .navBar .navigationDiv a {
        font-size: 13px;
    }
}
.headerSection .navBar .navigationDiv a:hover {
    transition: 0.3s;
    color: #00296c;
}
.activeNavigation {
    color: #00296c;
}
.headerSection .navBar .navigationDiv button {
    background-color: #00296c;
}
@media screen and (max-width: 1024px) {
    .headerSection .navBar .navigationDiv button {
        padding: 16px 25px;
        font-size: 13px;
    }
}
.headerSection .navBar .navigationDiv button:hover {
    background-color: #396DC6;
}
.headerSection .navBar .burgerMenu {
    width: 40px;
    height: 30px;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}
@media screen and (max-width: 768px) {
    .headerSection .navBar .burgerMenu {
        display: flex;
    }
}
@media screen and (min-width: 768px) {
    .headerSection .navBar .burgerMenu {
        display: none;
    }
}
.headerSection .navBar .burgerMenu div {
    width: 100%;
    height: 2px;
    background-color: #18181a;
}
.headerSection .navBar .navigationMobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #e9e9ee;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    z-index: 99999;
    padding: 35px 16px 20px 20px;
}
.headerSection .navBar .navigationMobile .mobileHeader {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.headerSection .navBar .navigationMobile .mobileHeader .mobileLogo {
    width: 50px;
    height: 50px;
    -o-object-fit: cover;
    object-fit: cover;
}
.headerSection .navBar .navigationMobile .mobileHeader .divClose {
    width: 30px;
    height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.headerSection .navBar .navigationMobile .mobileHeader .divClose i {
    font-size: 35px;
    color: #686970;
}
.headerSection .navBar .navigationMobile .xumbDivs {
    width: 100%;
    height: 80%;
    margin-top: 65px;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.headerSection .navBar .navigationMobile .xumbDivs .divTexts {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.headerSection .navBar .navigationMobile .xumbDivs .divTexts a {
    font-size: 24px;
}
.activeNavigation {
    color: #00296c;
}
.headerSection .navBar .navigationMobile .xumbDivs .divGic {
    width: 100%;
    height: 0px;
    border: 1px solid #b6b6bc;
}
.headerSection .navBar .navigationMobile .xumbDivs .texts {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.headerSection .navBar .navigationMobile button {
    width: 100%;
    height: 50px;
    padding: 0px;
    background-color: #00296c;
    color: white;
}
.headerSection .navBar .navigationMobileNoActive {
    display: none;
}
.headerSection .textHeaderBlock {
    width: 1280px;
    height: auto;
    position: relative;
}
@media screen and (max-width: 1399px) {
    .headerSection .textHeaderBlock {
        width: 90%;
    }
}
@media screen and (max-width: 768px) {
    .headerSection .textHeaderBlock {
        margin-top: 20px;
    }
}
.headerSection .textHeaderBlock p {
    width: 680px;
    font-size: 96px;
    font-weight: 500;
    padding: 0px 0px 80px 0px;
    letter-spacing: -2.5px;
    margin: 0px 0px 0px 0px;
}
@media screen and (max-width: 768px) {
    .headerSection .textHeaderBlock p {
        width: 90%;
    }
}
@media screen and (max-width: 425px) {
    .headerSection .textHeaderBlock p {
        width: 100%;
    }
}
.headerSection .textHeaderBlock p span {
    color: #00296c;
    font-size: 80px;
    font-weight: 600;
}
@media screen and (max-width: 1024px) {
    .headerSection .textHeaderBlock p span {
        font-size: 76px;
    }
}
@media screen and (max-width: 880px) {
    .headerSection .textHeaderBlock p span {
        font-size: 66px;
    }
}
@media screen and (max-width: 768px) {
    .headerSection .textHeaderBlock p span {
        font-size: 56px;
    }
}
@media screen and (max-width: 600px) {
    .headerSection .textHeaderBlock p span {
        font-size: 46px;
    }
}
@media screen and (max-width: 375px) {
    .headerSection .textHeaderBlock p span {
        font-size: 36px;
    }
}
@media screen and (max-width: 1024px) {
    .headerSection .textHeaderBlock p {
        font-size: 76px;
    }
}
@media screen and (max-width: 880px) {
    .headerSection .textHeaderBlock p {
        font-size: 66px;
    }
}
@media screen and (max-width: 768px) {
    .headerSection .textHeaderBlock p {
        font-size: 56px;
    }
}
@media screen and (max-width: 600px) {
    .headerSection .textHeaderBlock p {
        font-size: 46px;
    }
}
@media screen and (max-width: 375px) {
    .headerSection .textHeaderBlock p {
        font-size: 36px;
    }
}
.headerSection .textHeaderBlock .divGic {
    position: absolute;
    width: 730px;
    height: 0px;
    border: 1px solid #d2d2d8;
    top: 22px;
    right: 0;
}
@media screen and (max-width: 880px) {
    .headerSection .textHeaderBlock .divGic {
        top: 45px;
    }
}
@media screen and (max-width: 768px) {
    .headerSection .textHeaderBlock .divGic {
        top: 35px;
    }
}
@media screen and (max-width: 600px) {
    .headerSection .textHeaderBlock .divGic {
        top: 25px;
    }
}
@media screen and (max-width: 1399px) {
    .headerSection .textHeaderBlock .divGic {
        width: 50%;
    }
}
@media screen and (max-width: 1200px) {
    .headerSection .textHeaderBlock .divGic {
        width: 50%;
        top: 0;
    }
}
@media screen and (max-width: 600px) {
    .headerSection .textHeaderBlock .divGic {
        width: 40%;
        top: -23px;
    }
    .extra-txt{
        margin: 150px auto 80px auto !important;
    }
}
@media screen and (max-width: 425px) {
    .headerSection .textHeaderBlock .divGic {
        width: 30%;
    }
    .extra-txt{
    }
}
.headerSection .headerImg {
    width: 1280px;
    height: 360px;
    position: relative;
}
@media screen and (max-width: 1399px) {
    .headerSection .headerImg {
        width: 90%;
    }
}
.headerSection .headerImg .divStyle {
    position: absolute;
    right: 0;
    top: -190px;
    writing-mode: vertical-rl;
    display: flex;
    font-size: 12px;
    color: #8e8f96;
    /* position: absolute;
    right: -60px;
    top: -100px;
    transform: rotate(-90deg);
    color: #8E8F96;
    font-size: 12px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 10px; */
}
@media screen and (max-width: 768px) {
    .headerSection .headerImg .divStyle {
        display: none;
    }
}
.headerSection .headerImg .divStyle .divGic {
    width: 48px;
    height: 0px;
    border: 1px solid #d2d2d8;
    transform: rotate(90deg) translate(-25px, -16.5px);
}
.headerSection .headerImg .imgMain {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 440px;
    -o-object-fit: cover;
    object-fit: cover;
} /*# sourceMappingURL=style.css.map */

.extra-txt {
    max-width: 1280px;
    margin: 235px auto 175px auto;
    display: flex;
    gap: 30px;
}
.extra-txt__main {
    flex-basis: 625px;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: -2.5px;
}
.extra-txt__main span{
    color: #00296C;
    font-size: 48px;
    line-height: 58px;
}
.extra-txt-text {
    flex-basis: 625px;
    font-size: 18px;
    line-height: 25px;
    
}

.aboutAs {
}
.top-content {
    display: flex;
    margin: 160px 0px 0px 0px;
    gap: 30px;
}
.top-content__text .title::after{
    padding: 0px 0px 0px 200px;
}

.top-content__text .title {
    padding: 0px 0px 20px 0px;
    text-transform: uppercase;
    color: #95B0DE;
}
.none{
    display: none;
}

.top-content__text {
}
.title {
}
.top-content__titel {
    font-size: 48px;
    line-height: 58px;
    color: #00296C;
    letter-spacing: -2.5px;
    margin: 0px 0px 50px 0px;
}
.top-content-txt {
}
@media (max-width: 1024px) {
    .top-content{
        padding: 0px 10px 80px 10px;
        border-bottom: 1px #E9E9EE solid;
    }
}
@media (max-width: 1000px) {
    .none{
        display: block;
    }
    .top-content{
        flex-direction: column;
        justify-content: center;
    }
    .top-content__img{
        text-align: center;
    }
}
@media (max-width: 768px) {
    .top-content__img img{
        max-width: 100%;
        margin: 0 auto;
    }
    .conteiner{
        padding: 0px 10px;
    }
    .conteiner .title span{
        text-transform: uppercase;
        color: #95B0DE;
    }
    .conteiner .title::after{
        padding: 0px 0px 0px 235px !important;
    }
    .title{
        order: 1;
        padding: 0px 0px 20px 0px;
    }
    .top-content__titel{
        order: 2;
        display: none;
    }
    .top-content__img{
        order: 3;
    }
    .top-content__text{
        order: 4;
    }
    .top-content__text .title{
        display: none;
    }
    .top-content{
        margin: 0px 0px 0px 0px;
    }
    .title{
        margin: 80px 0px 0px 0px;
    }
    .conteiner .title::after{
        padding: 0px 0px 0px 200px;
        text-transform: uppercase;
    }
    .mobi-img {
        text-align: center;
    }
    .mobi-img img{
        max-width: 100%;
    }
    
    .philosophy__block{
        margin: 0px 0px 80px 0px !important;
    }
}
@media (max-width: 768px) {
    .txt__block .title::after{
        padding: 0px 0px 0px 185px !important;
    }
}
@media (max-width: 500px) {
    .top-content__titel{
        margin: 0px 0px 30px 0px;
    }
    .txt__block{
        margin: 110px 0px 80px 0px !important;
    }
    .txt__block .title::after{
        padding: 0px 0px 0px 185px !important;
    }
}

.bottom-content {
    margin: 80px 0px 0px 0px;
    display: flex;
    gap: 110px;
}
.bottom-content__txt {
    flex-basis: 764px;
}
.bottom__titel{
    font-size: 48px;
    line-height: 58px;
    letter-spacing: -2.5px;
    padding: 0px 0px 50px 0px;
}
.bottom__titel span{
    color: #00296C;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: -2.5px;
}
.bottom-list {
    padding: 0px 0px 35px 0px;
}
.list__item {
    font-size: 18px;
    line-height: 25px;
    padding: 0px 0px 15px 0px;
}
.list__item::before{
    content: "";
    background: url(../images/listBefore.svg) no-repeat left;
    padding: 0px 0px 0px 20px;
}
.bottom__text {
    font-size: 18px;
    line-height: 25px;
}
.bottom-content__card {
    flex-basis: 407px;
    border-left: #E9E9EE 0.5px solid;
    padding: 0 0 0 30px;
}
/* .bottom-content__card::before{
    content: "";
    background: url(../images/cardBefore.svg)no-repeat;
    padding: 0px 0px 0px 0px;
} */
.content__card-img {
    padding: 0px 0px 15px 0px;
}
.content__card-text {
}
.card-text__title span {
    font-size: 17px;
    padding: 0px 20px 0px 0px;
    text-transform: uppercase;
}
.card-text__title::after{
    content: "";
    background: url(../images/line-big.svg) no-repeat right;
    padding: 0px 0px 0px 272px;
}
.card-text__txt {
    font-size: 18px;
    line-height: 25px;
}

@media (max-width: 1024px) {
    .bottom-content{
        flex-direction: column;
    }
    .bottom-content__txt{
        flex-basis: 0;
    }
    .content__card-img{
        text-align: center;
    }
    .bottom__titel{
        font-size: 36px;
    }
    .bottom__titel span{
        font-size: 36px;
        letter-spacing: normal;
    }
}
@media (max-width: 500px) {
    .content__card-img img{
        max-width: 100%;
    }
    .card-text__title::after{
        padding: 0px 0px 0px 200px;
    }
    .bottom-content__card{
        border: none;
        padding: 0;
    }
    .mobi-img{
        text-align: center;
        padding: 40px 0px;
        
    }
    .none{
        display: block;
    }
}
@media (max-width: 320px) {
    .card-text__title::after{
        padding: 0px 0px 0px 80px;
    }
}
.container{
    max-width: 1280px !important;
    margin: 0 auto !important;
    padding: 0;
}

.principles {
    margin: 0px 0px 0px 0px;
}
.container {
}
.txt__block{
    margin: 150px 0px 80px 0px;
}
.txt__block .title::after {
    content: "";
    background: url(../images/principles.svg) no-repeat right;
    padding: 0px 0px 0px 477px;
}
.txt {
    font-size: 36px;
    line-height: 43px;

}
.txt span{
    font-size: 36px;
    line-height: 43px;
}
.philosophy__block {
    margin: 0px 0px 160px 0px;
}
.philosophy__block-row1 {
    display: flex;
    gap: 30px;
    padding: 0px 0px 30px 0px;
    flex-wrap: wrap;
    justify-content: center;
}
.block-row__item {
    flex-basis: 405px;
    border: #E9E9EE 1px solid;
    padding: 30px;
}
.row__item-title {
    color: #95B0DE;
    font-size: 24px;
    line-height: 29px;
    padding: 0px 0px 55px 0px;
}
.row__item-txt {
    font-size: 18px;
    line-height: 25px;
}
.philosophy__block-row2 {
    display: flex;
    gap: 30px;
    padding: 0px 0px 30px 0px;
    flex-wrap: wrap;
    justify-content: center;
}
.philosophy__block-row3 {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
.hidden{
    visibility: hidden;
}
@media (max-width: 1024px) {
    .philosophy__block-row3{
        justify-content: center;
    }
}
@media (max-width: 768px) {
    .container{
        padding: 0px 10px;
    }
}
.flex{
    border-top: 1px solid #D2D2D8;
    padding: 160px 0px 0px 0px;
}
.contact{
    padding: 0px 0px 0px 0px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    margin: 0;
}
@media (max-width: 768px) {
    .contact{
        padding-top: 180px;
    }
    .flex{
        padding: 80px 0px 0px 0px;
    }
}