:root {
    --main-color: #29282C;
    --secondary-color: #464451;
    --tertiary-color: #717178;
    --primary-color: #00719D;
    --background-color: #F4F4F4;
}

* {
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.wrapper {
    max-width: 1680px;
    padding: 0 0;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    position: relative;
}

body {
    font-family: "Montserrat", sans-serif;
    color: var(--secondary-color);
    font-weight: 500;
}

section {
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}

.darkened-bg {
    background-color: var(--background-color);
}

a {
    color: var(--secondary-color);
    font-weight: 400;
}

h2 {
    font-family: "Gotham Pro", sans-serif;
    color: var(--main-color);
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 0.3px;
}

h4 {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: var(--main-color);
}

h5,
li {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
}

h5 {
    color: var(--tertiary-color);
}

li {
    color: var(--main-color)
}

.darkened-bg h5,
.darkened-bg li {
    color: var(--secondary-color)
}

p {
    font-size: 18px;
    line-height: 26px;
}

.breadcrumbs {
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.breadcrumbsSection {
    padding-top: 54px;
    padding-bottom: 36px;
}

.breadcrumbs__item {
    color: var(--tertiary-color);
    margin-right: 21px;
    position: relative;
}

.localization {
    margin-left: auto;
}

.localization__item {
    color: var(--tertiary-color);
    margin-right: 8px;
    text-transform: uppercase;
    position: relative;
}

.localization__item_selected {
    color: #000;
    font-weight: 500;
}

.localization__item::after {
    position: absolute;
    content: "/";
    right: -9px;
    color: var(--tertiary-color);
}

.localization__item:last-child::after {
    content: "";
}

.localization__item:last-child {
    margin-right: 0;
}

.breadcrumbs__item:hover {
    color: var(--main-color);
}

.breadcrumbs__item:last-child {
    margin-right: 0;
}

.breadcrumbs__item::after {
    position: absolute;
    content: "/";
    right: -13px;
}

.breadcrumbs__item:last-child::after {
    content: "";
}

.breadcrumbs__item_active {
    color: var(--main-color);
}

.breadcrumbs__item_active:hover {
    opacity: 0.7;
}

.breadcrumbs__item_back {
    margin-left: 24px;
    position: relative;
}

.breadcrumbs__item_arrow-back {
    position: absolute;
    height: 24px;
    width: 24px;
    display: block;
    left: -24px;
    top: -1px;
}

.page-title {
    padding-bottom: 40px;
}

.page-title__main {
    margin-bottom: 27px;
}

.mission {
    height: 534px;
    width: 100%;
    position: relative;
    background-color: var(--background-color);
}

.mission__bg-wrapper {
    height: 534px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    background-image: url(../../assets/img/missionBG.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}

.mission__clarification {
    position: absolute;
}

.mission__flag {
    position: absolute;
    mix-blend-mode: color;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mission_image {
    position: absolute;
    left: calc(50% - 564px);
}

.mission_image_s {
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
}

.mission__content {
    position: absolute;
    /*left: 30px;*/
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mission__title {
    margin-bottom: 43px;
    margin-top: -3px;
}

.mission__subtitle {
    color: var(--secondary-color);
    max-width: 468px;
    margin-bottom: 40px;
}

.buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.buttons__item {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.2px;
    font-weight: 500;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    padding: 13px 31px;
    white-space: pre;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border-radius: 4px;
    margin-right: 12px;
    height: 48px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.buttons__item:hover {
    color: #fff;
    background-color: var(--primary-color);
}

.buttons__item_filled {
    color: #fff;
    background-color: var(--primary-color);
}

.buttons__item_filled:hover {
    opacity: 0.7;
}

.buttons__item:last-child {
    margin-right: 0;
}

.pride {
    text-align: center;
    padding: 191px 0 193px;
    position: relative;
}

.pride__title {
    margin-bottom: 27px
}

.pride__subtitle {
    margin-bottom: 40px;
}

.pride__description {
    color: var(--secondary-color);
    max-width: 702px;
    margin-left: auto;
    margin-right: auto;
}

.description__markered {
    color: #488EE1;
    text-transform: uppercase;
}

.pride__image {
    position: absolute;
    right: calc(50% - 776px);
    top: 69px;
}

.positioning {
    padding: 225px 0 234px;
    position: relative;
}

.positioning__image {
    position: absolute;
    left: calc(50% + 70px);
    top: 0;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.values__content-wrapper:nth-child(-n+2) .values__image,
.politics__content-wrapper:nth-child(2) .politics__image,
.politics__content-wrapper:last-child .politics__image {
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.positioning__subtitle,
.bmodel__subtitle,
.cooperation__subtitle {
    margin-bottom: 21px;
    color: var(--secondary-color);
}

.positioning__title,
.bmodel__title {
    max-width: 611px;
}

.values__title,
.politics__content-wrapper:first-child .politics__title {
    max-width: 547px;
}

.politics__title {
    width: 880px;
}

.positioning__title,
.bmodel__title,
.values__title,
.politics__title,
.objective__title {
    margin-bottom: 70px;
}

.title_pointed {
    position: relative;
}

.title_pointed::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -30px;
    height: 3px;
    width: 100%;
    background-color: var(--secondary-color);
}

.list__item {
    margin-bottom: 24px;
}

.list__item:last-child {
    margin-bottom: 0;
}


/*.politics__content-wrapper:nth-child(n+2) .list__item:nth-last-child(-n+2) {
    margin-bottom: 0;
}*/

.list_small-dot .list__item {
    margin-left: 25px;
}

.list_small-dot .list__item::before {
    content: "  •  ";
    white-space: pre;
    margin-left: -25px;
    margin-right: 1px
}

.list_big-dot .list__item {
    margin-left: 35px;
}

.list_big-dot .list__item::before {
    content: "";
    width: 7px;
    height: 7px;
    background-image: url(../../assets/img/listDot.svg);
    background-size: cover;
    display: inline-block;
    margin: 2px 12px;
    background-repeat: no-repeat;
    margin-left: -22px;
    margin-right: 15px;
}

.bmodel {
    padding: 80px 0;
}

.bmodel__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}

.bmodel__list .list__item:first-child {
    margin-bottom: 30px;
}

.bmodel__list .list__item {
    max-width: 452px;
}

.bmodel__image {
    max-width: 443px;
    -o-object-fit: cover;
    object-fit: cover;
}

.bmodel__image:first-child {
    margin-top: 70px;
    margin-right: 36px;
}

.bmodel__content {
    margin-right: 23px;
}

.values {
    position: relative;
    padding: 229px 0 0;
}

.values__subtitle,
.politics__subtitle,
.objective__subtitle,
.concepts__subtitle,
.map__subtitle {
    position: absolute;
    left: calc(50% - 816px);
    top: 80px;
    letter-spacing: 0.7px;
}

.map__subtitle_bottom {
    position: absolute;
    right: calc(50% - 816px);
    bottom: 80px;
    letter-spacing: 0.7px;
    color: var(--secondary-color);
}

.divider-top,
.divider-bottom {
    height: 3px;
    background-color: var(--secondary-color);
    position: absolute;
    width: calc(50% - 840px);
}

.divider-top {
    top: 93px;
    left: 0;
}

.divider-bottom {
    bottom: 93px;
    right: 0;
}

.values__content-wrapper,
.politics__content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.values__content-wrapper {
    margin-bottom: 119px;
}

.values__content-wrapper:last-child {
    margin-bottom: 0;
}

.values__content {
    max-width: 547px;
}

.values__content-wrapper:first-child .values__content {
    margin-top: 39px;
    margin-left: 133px;
}

.values__content-wrapper:first-child .values__title {
    margin-bottom: 87px;
}

.values__content-wrapper:nth-child(2) .values__content {
    max-width: 564px;
    margin-right: 43px;
}

.values__content-wrapper:last-child .values__content {
    margin-left: 171px;
    margin-top: 37px;
}

.values__content-wrapper:last-child .values__image {
    margin-right: 245px;
    -o-object-fit: contain;
    object-fit: contain;
}

.title_ordered1,
.title_ordered2,
.title_ordered3 {
    position: relative;
}

.title_ordered1::before,
.title_ordered2::before,
.title_ordered3::before {
    content: "";
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
}

.title_ordered1::before {
    background-image: url(../../assets/img/listItem1.svg);
    height: 88px;
    width: 38px;
    left: -99px;
    top: 3px;
}

.title_ordered2::before {
    background-image: url(../../assets/img/listItem2.svg);
    height: 88px;
    width: 64px;
    left: -125px;
    top: 15px;
}

.title_ordered3::before {
    background-image: url(../../assets/img/listItem3.svg);
    height: 103px;
    width: 76px;
    left: -137px;
    top: 9px;
}

.politics {
    position: relative;
    padding: 169px 0 133px;
}

.politics__content-wrapper {
    margin-bottom: 80px;
}

.politics__content-wrapper:last-child {
    margin-bottom: 0;
}

.politics__content-wrapper:nth-child(n+2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.politics__content {
    max-width: 880px;
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
}

.politics__content-wrapper:first-child .politics__content {
    max-width: 547px;
    margin-top: 160px;
    margin-right: 87px;
}

.politics__content-wrapper:nth-child(n+2) .politics__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.politics__content-wrapper:nth-child(n+2) .list__item {
    max-width: 420px;
}

.politics__images_1 .politics__image:last-child {
    margin-left: 36px;
    margin-top: 115px;
}

.politics__images_2 {
    max-width: 370px;
    margin-right: 181px;
}

.politics__images_2 .politics__image:first-child {
    margin-bottom: 23px;
}

.politics__content-wrapper:nth-child(2) .politics__content {
    margin-bottom: 13px;
    margin-left: 60px;
}

.politics__content-wrapper:last-child .politics__content {
    margin-right: 25px;
    margin-bottom: 2px;
}

.objective {
    position: relative;
}

.objective__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.objective__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 828px;
}

.objective__image:first-child {
    margin-left: auto;
    margin-bottom: 112px;
}

.objective__image {
    -o-object-fit: contain;
    object-fit: contain;
}

.objective__content {
    max-width: 520px;
    margin-bottom: 3px;
    margin-right: 135px;
}

.quality {
    text-align: center;
    padding: 123px 0 137px;
}

.quality__image {
    margin-bottom: 13px;
}

.quality__title {
    margin-bottom: 27px;
}

.quality__subtitle {
    color: var(--main-color);
}

.concepts {
    position: relative;
    padding: 149px 0;
}

.slider {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    max-width: 1644px;
    position: relative;
}

.slider__item {
    width: 100%;
}

.slider__image {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.slick-dots {
    position: absolute;
    right: -35px;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.slick-dots li {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    line-height: 0;
    margin-bottom: 18px;
}

.slick-dots li:last-child {
    margin-bottom: 0;
}

.slick-dots button {
    font-size: 0px;
    height: 12px;
    width: 12px;
    background-color: #B5B4B9;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    border-radius: 50%;
}

.slick-dots button:hover {
    background-color: var(--secondary-color);
}

.slick-active button {
    background-color: var(--main-color);
}

.map {
    position: relative;
    text-align: center;
    padding: 119px 0;
}

.cooperation {
    position: relative;
}

.cooperation_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cooperation__image {
    position: absolute;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    right: calc(50% + 217px);
}

.cooperation__content {
    margin-top: 150px;
    margin-bottom: 177px;
    margin-left: auto;
    max-width: 586px;
    margin-right: 120px;
}

.cooperation__title {
    margin-bottom: 43px;
}

.cooperation__description {
    margin-bottom: 40px;
}

.cooperation__stamp {
    margin-top: auto;
    margin-right: -40px;
    margin-bottom: 80px;
}

.footer {
    padding: 80px 0;
}

.footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer__logo {
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-left: -2px;
}

.footer__column:last-child {
    margin-right: 1px;
}

.footer__title {
    color: var(--main-color);
    margin-bottom: 41px;
}

.footer__links {
    display: inline-block;
    margin-right: 37px;
}

.footer__links:last-child {
    margin-right: 0;
}

.footer__link {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--secondary-color);
    margin-bottom: 24px;
    display: block;
}

.footer__link:hover {
    color: var(--tertiary-color);
}

.footer__link:last-child {
    margin-bottom: 0px;
}

.footer__socials {
    margin-bottom: 22px;
}

.socials__item {
    width: 24px;
    height: 24px;
    margin-right: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 24px;
}

.socials__item:hover {
    opacity: 0.7;
}

.footer__copyright {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: var(--tertiary-color);
    display: block;
}

.footer__apps {
    padding: 35px 0;
    margin-bottom: 108px;
    background-color: var(--secondary-color);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.applications__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
}

.applications__title {
    color: #fff;
    margin-right: 40px;
}

.application__link {
    margin-right: 24px;
}

.application__image {
    border-radius: 6px;
}

.application__link:hover .application__image {
    -webkit-box-shadow: 0 0 8px 0px var(--background-color);
    box-shadow: 0 0 8px 0px var(--background-color);
}

.application__link:last-child {
    margin-right: 0;
}

.mobileIndicator {
    display: none;
}