* {
    box-sizing: border-box;
}

*,
*::after,
*::before {
    box-sizing: inherit;
}

html, body {
    width: 100%;
    min-height: 100%;
    padding: 0;
    margin: 0;
}

#osm-map {
    width: 100%;
    margin: 0 auto;
}

@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat Bold'), local('Montserrat-Bold'),
    url('../font/Montserrat-Bold.woff2') format('woff2'),
    url('../font/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat Regular'), local('Montserrat-Regular'),
    url('../font/Montserrat-Regular.woff2') format('woff2'),
    url('../font/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope';
    src: local('Manrope Bold'), local('Manrope-Bold'),
    url('../font/Manrope-Bold.woff2') format('woff2'),
    url('../font/Manrope-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope';
    src: local('Manrope Regular'), local('Manrope-Regular'),
    url('../font/Manrope-Regular.woff2') format('woff2'),
    url('../font/Manrope-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    background-color: #F2F4F8;
    color: #0E1117;
    position: relative;
    font-family: 'Manrope', serif;
}


p, h1, h2, h3, h4, h5 {
    margin: 0;
    padding: 0;
}

button {
    cursor: pointer;
}

.relative {
    position: relative;
}

.abs-right-bottom {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.js-to-details {
    cursor: pointer;
}

.header {
    background-image: url("../img/header.jpg");
    background-repeat: no-repeat;
    background-size: auto 800px;
    background-color: #8f2f2a;
    height: 546px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 60px;
    background-position: center 0;

    filter: grayscale(0.4);
    /*-ms-filter: grayscale(0.4);*/
    -webkit-filter: grayscale(0.4);
    -moz-filter: grayscale(0.4);
    -o-filter: grayscale(0.4);

    position: relative;
}

@media (min-width: 1200px) {
    .header {
        background-image: url("../img/header_hd.jpg");
        background-size: cover;
    }
}

.header__container {
    margin: 0 auto;
    max-width: 1297px;
    width: 1297px;
    display: flex;
}

.header__top {
    max-width: 1213px;
    height: 70px;
    background-color: rgba(255, 255, 255, .875);
    padding-left: 42px;
    padding-right: 42px;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 220px;
    border-radius: 4px;
    position: fixed;
    z-index: 100;
    top: 10px;
    left: calc((100vw - 1297px) / 2);
}

.header__container-hidden {
    position: relative;
    opacity: 0;
}

.header__logo {
    display: flex;
    flex-direction: row;
}

.btn-sidebar {
    display: none;
    background-image: url("../img/sidebar.svg");
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center;
    width: 68px;
    height: 40px;
    border: none;
    border-radius: 4px;
    margin-right: 20px;
    cursor: pointer;
}

.header__bottom {
    display: flex;
    flex-direction: column;
}

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

.header__list {
    display: flex;
    flex-direction: row;
    height: 40px;
}

.header__item {
    padding: 5px 12px;
    height: max-content;
}

.header-nav__link {
    font-family: 'Manrope', serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
    color: #0E1117;
}

.header__title {
    color: #fff;
    font-weight: 600;
    font-size: 80px;
    font-family: 'Montserrat', sans-serif;
    line-height: .8;
    margin: 0;
    padding: 0 0 32px;
    /*max-width: 722px;*/
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5), 2px 2px 2px rgba(0, 0, 0, .5), 3px 3px 3px rgba(0, 0, 0, .5);
}

.header__descr {
    color: #fff;
    font-weight: 600;
    font-size: 21px;
    line-height: 1.2;
    font-family: 'Manrope', serif;
    width: 50%;
    max-width: 620px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5), 2px 2px 2px rgba(0, 0, 0, .5);
    background: rgba(0, 0, 0, .25);
    padding: .3em .5em;
    border-radius: .2em;
}

.btn {
    cursor: pointer;
    border: none;
    background-color: #E3120B;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4;
}

.btn-support {
    /* height: ; */
    padding: 8px 22px 9px;
    font-family: 'Manrope', serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4;
}

.footer {
    background-color: #262A33;
    padding-top: 35px;
    padding-bottom: 55px;
}

.footer a {
    color: #fff;
}

.footer__container {
    width: calc(1400px - 55px - 50px);
    margin: 0 auto;
    padding-left: 55px;
    padding-right: 50px;
    color: white;
}

.footer__top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.footer__list {
    padding-left: 20px;
}

.footer__title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 24px;
    line-height: 26.4px;
    padding: 10.39px;
    padding-right: 0;
}

.footer__item {
    font-family: 'Manrope', serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
}

.link-connection {
    display: block;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    text-align: right;
    padding-bottom: 12px;
}

.footer__icons {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

.footer-icons__item:not(:last-child) {
    margin-right: 5.33px;
}

.footer-top__connection {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.footer-top__legally .footer__item:first-child {
    padding-bottom: 12px;
}

.footer-top__legally {
    text-align: end;
}

.footer-icons__item {
    width: 32px;
    height: 32px;
    align-content: flex-end;
    align-self: flex-end;
    text-align: right;
}

.footer__bottom {
    padding-top: 29.74px;
}

.footer-bottom__descr {
    font-family: 'Manrope', serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    flex-direction: row;
}

.footer-bottom__descr-bold {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

/* main */

.container__map {
    margin: 0 auto;
    max-width: 1295px;
    z-index: 120;
    padding: 1rem 0;
    position: relative;
    background: #f2f4f8;
}

.container-map__search {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 1em;
    position: sticky;
    top: 0;
}

.container-map__search-title {
    font-family: 'Manrope', serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    padding-right: 20px;
}

.label__country-search {
    display: flex;
    flex-direction: row;
    align-items: center;
}

/* select */

.label__country-search
.container-map__search-select,
.choices__inner {
    position: relative;
    display: block;
    width: 264px;
    padding: 12px 44px;
    font-family: 'Manrope', serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #858FA3;
    min-height: auto;
}

.label__country-search
.choices__inner::before {
    content: '';
    position: absolute;
    top: 12px;
    left: 12px;
    width: 24px;
    height: 24px;
    background-image: url("../img/search.svg");
    background-repeat: no-repeat;
}

.label__country-search
.choices__list--single {
    width: 264px;
    height: 24px;
    padding: 0;
}

.label__country-search
.choices__list {
    max-height: 212px;
}

.label__country-search
.choices__list--dropdown
.choices__item--selectable::after,
.choices__list[aria-expanded]
.choices__item--selectable::after {
    content: '';
}

.label__country-search
.choices__list--dropdown .choices__list, .choices__list[aria-expanded] .choices__list {
    max-height: 230px;
}

/* option */
.label__country-search
.choices__list--dropdown .choices__item, .choices__list[aria-expanded] .choices__item {
    padding-left: 36px;
}

.label__country-search
.choices__list--dropdown {
    padding: 8px 0 8px 12px;
}

.label__country-search
.choices__list.choices__list--dropdown {
    width: 340px;
}

.label__country-search
.choices__list--dropdown .choices__list::-webkit-scrollbar-button, .choices__list[aria-expanded] .choices__list::-webkit-scrollbar-button {
    background-color: #019F3C;
}

.label__country-search
.choices__inner[type=listbox]::-webkit-scrollbar-thumb {
    width: 5px;
}

.container {
    font-family: 'Manrope', serif;
    margin: 0 auto 25px;
    max-width: 800px;
    font-size: 16px;
    line-height: 1.4;
}

.container p {
    margin: 0 auto .8em;
}

.container h3 {
    margin: 1.2em 0 .5em;
}

.container:not(:nth-last-child(1)) {
    margin-bottom: 1em;
}

.container-link__read {
    position: relative;
    font-family: 'Manrope', serif;
    color: #0E1117;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
}

.container-link__read::after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background-image: url("../img/arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.containe-main__country {
    position: relative;
    font-family: 'Manrope', serif;
    font-weight: 600;
    font-size: 42px;
    text-align: center;
}

.country-name {
    margin: .5em auto;
    display: block;
}

.container__title {
    font-weight: 600;
    font-size: 22px;
    padding: 0 0 10px;
}

.container__descr {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    text-align: justify;
}

.tooltip {
    padding: 4px 12px;
    background-color: #fff;
    position: absolute;
    top: 48px;
    left: 210px;
    border-radius: 4px;
    display: none;
    /* margin-bottom: 20px;
    margin-left: 20px; */
}

.tooltip-content {
    font-family: 'Manrope', serif;
    font-size: 14px;
    line-height: 1.5;
}

.container-main__attention {
    display: flex;
    flex-direction: row;
    padding-top: 24px;
}

.container-main__attention-icon,
.container-main__success-icon {
    position: relative;
    display: flex;
    width: 48px;
    height: 48px;
    background-color: #F291001A;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    /* flex-shrink: 1; */
    padding-left: 14px;
    padding-right: 14px;
}

.container-main__attention-icon:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #F29100;
    border-radius: 10px;
    z-index: -1;
}

.container-main__attention-descr,
.container-main__success-descr {
    font-family: 'Manrope', serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
}

.container-main__success-icon {
    background-color: #019F3C1A;
    padding-left: 10px;
    padding-right: 10px;
}

.container-main__success-icon:after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background-color: #019F3C;
    border-radius: 12px;
    z-index: -1;
}

.container-main__success-icon:before {
    content: '';
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    width: 11px;
    height: 8px;
    transform: translateY(-2px) rotate(-45deg);
    /* transform: translateY(2px) */
}

.descr-question {
    position: absolute;
    top: 0;
    right: -20px;
    display: flex;
    width: 13.33px;
    height: 13.33px;
    border-radius: 50%;
    background-color: #0E1117;
    color: #fff;
    font-size: 7px;
    justify-content: center;
    align-items: center;
}

.container-link {
    background-color: #fff;
    background-image: url("../img/advertising.jpg");
    background-repeat: no-repeat;
    background-size: 195px 188px;
    display: flex;
    flex-direction: row;
    padding-top: 16px;
    padding-bottom: 16px;
    border-radius: 4px;
}

.container-link__content {
    padding-left: 221px;
    max-width: 320px;
}

.container-link__title {
    font-family: 'Manrope', serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
    color: #1E1C1A;
    margin-bottom: 12px;
}

.container-link__descr {
    font-family: 'Manrope', serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
}

.container-social {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.container-social__block {
    display: flex;
    flex-direction: column;
}

.social-block__title {
    font-family: 'Manrope', serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #445371;
    padding-bottom: 5px;
}

.social-block__list {
    display: flex;
}

.social-block__item {
    width: 32px;
    height: 32px;
}

.social-block__item:not(:last-child) {
    margin-right: 5.33px;
}

.btn-share {
    position: relative;
    padding: 0;
    padding-right: 46px;
    padding-left: 16px;
    border: none;
    background-color: #fff;
    border-radius: 4px;
    height: 32px;
    text-align: center;
    font-family: 'Manrope', serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
}

.btn-share::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background-color: #E3120B;
    background-image: url("../img/share.svg");
    background-repeat: no-repeat;
    background-position: center;
    width: 32px;
    height: 32px;
    border-radius: 4px;
}

.banner {
    max-width: 1041px;
    height: 252px;
    padding-left: 99px;
    padding-right: 43px;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
    background-image: url("../img/redVector.svg");
    background-size: 100%;
    background-position: -388px -80px;
    background-repeat: no-repeat;
    margin: 60px auto;
    border-radius: 4px;
}

.banner::after {
    content: '';
    position: absolute;
    left: 420px;
    top: 0;
    width: 360px;
    height: 413.01px;
    background-image: url("../img/chain.svg");
    background-repeat: no-repeat;
}

.banner-left__title {
    font-family: 'Manrope', serif;
    font-weight: 800;
    font-size: 64px;
    line-height: 64px;
    padding-top: 47px;
    padding-bottom: 47px;
    color: #fff;
}

.btn-banner {
    padding: 8px 81.5px 9px;
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
    z-index: 700;
}

.banner__right {
    max-width: 252px;
}

.banner-right__descr {
    font-family: 'Manrope', serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 36px;
    padding-bottom: 24px;
    padding-top: 45px;
}

/* pop-up */

.pop-up {
    max-width: min(280px, 20vw);
    border-radius: 4px;
    position: absolute;
    top: 35%;
    right: 2%;
}

@media (min-width: 1025px) {
    .pop-up {
        max-width: min(330px, 26vw);
        top: 28%;
    }
}

.pop-up__header {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #E3120B;
    padding: 12px 12px 12px 24px;
    font-family: 'Manrope', serif;
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
}

.pop-up__content {
    padding: 16px 16px 20px 20px;
    background-color: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    position: relative;
}

.pop-up__item {
    display: flex;
    flex-direction: column;
}

.pop-up__item:not(:last-child) {
    padding-bottom: 16px;
}

.pop-up__item-title {
    color: #445371;
    font-family: 'Manrope', serif;
    font-weight: 400;
    font-size: 16px;
    padding-bottom: 8px;
}

.pop-up__item-descr {
    position: relative;
    color: #0E1117;
    font-family: 'Manrope', serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    padding-left: 32px;
}

.circle-help::after {
    content: '?';
    display: inline-block;
    margin-left: 8px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #858FA3;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

.circle-skip::after {
    content: '-';
    display: inline-block;
    margin-left: 8px;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #69758E;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

.circle-info::after {
    content: 'i';
    display: inline-block;
    margin-left: 8px;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #1998FF;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

.circle-attention::after {
    content: '!';
    display: inline-block;
    margin-left: 8px;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #F29100;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

.containe-main__country .circle-attention::after {
    margin-left: 8px;
    cursor: pointer;
    margin-bottom: 24px;
    width: 16px;
    height: 16px;
    font-size: 12px;
    line-height: 16px;
}

.containe-main__country .circle-attention:hover + .tooltip {
    display: block;
}

.circle-error::after {
    content: 'X';
    display: inline-block;
    margin-left: 8px;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

.circle-ok::after {
    content: '';
    background-image: url('../img/ok.svg');
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    margin-left: 8px;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #019F3C;
}

.container-map {
    position: relative;
    width: 1295px;
    height: 65vh;
    min-height: 400px;
    max-height: 696px;
}

/* map */

.map {
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url('../img/map/map.jpg');
    background-repeat: no-repeat;
    background-position: center;
}

@media (min-width: 1024px) {
    .map {
        max-height: 67vh;
    }
}

.map__active {
    background-image: url('../img/map/mapActive.jpg');
}

.btn-share:hover,
.btn-share:active {
    background-color: #F2F4F8;
    font-weight: 600;

}

.btn-share:focus {
    background-color: #F2F4F8;
    font-weight: 600;
}

.btn-share:hover::after,
.btn-share:active::after,
.btn-support:hover,
.btn-support:active {
    background-color: #ce110b;
}

.btn-share:focus::after,
.btn-support:focus {
    background-color: #b9110e;
}

/* icon */

.link-youtube,
.link-telegram,
.link-facebook,
.link-instagram,
.link-twitter {
    cursor: pointer;
    display: block;
    width: 32px;
    height: 32px;
    background-image: url('../img/icon/youtubeBlack.svg');
    background-repeat: no-repeat;
    background-size: 25px 20px;
}

.link-telegram {
    background-image: url('../img/icon/telegramBlack.svg');
    background-size: 24px 20px;
}

.link-facebook {
    background-image: url('../img/icon/facebookBlack.svg');
    background-size: 22px 22px;
}

.link-instagram {
    background-image: url('../img/icon/instagramBlack.svg');
    background-size: 22px 22px;
}

.link-twitter {
    background-image: url('../img/icon/twitter.svg');
    background-size: 22px 21px;
}

.social-block__item:hover
.link-youtube {
    background-image: url('../img/icon/youtube_hover.svg');
}

.social-block__item:hover
.link-telegram {
    background-image: url('../img/icon/telegram_hover.svg');
}

.social-block__item:hover
.link-facebook {
    background-image: url('../img/icon/facebook_hover.svg');
}

.social-block__item:hover
.link-instagram {
    background-image: url('../img/icon/instagram_hover.svg');
}

.social-block__item:hover
.link-twitter {
    background-image: url('../img/icon/twitter_hover.svg');
}

/*  */

.footer__link-youtube,
.footer__link-telegram,
.footer__link-facebook,
.footer__link-instagram,
.footer__link-twitter {
    cursor: pointer;
    display: block;
    width: 32px;
    height: 32px;
    background-image: url('../img/icon/youtube.svg');
    background-repeat: no-repeat;
    background-size: 25px 20px;
}

.footer__link-telegram {
    background-image: url('../img/icon/telegram.svg');
    background-size: 24px 20px;
}

.footer__link-facebook {
    background-image: url('../img/icon/facebook.svg');
    background-size: 22px 22px;
}

.footer__link-instagram {
    background-image: url('../img/icon/instagram.svg');
    background-size: 22px 22px;
}

.footer__link-twitter {
    background-image: url('../img/icon/twitterWhite.svg');
    background-size: 22px 21px;
}

.footer-icons__item:hover
.footer__link-youtube {
    background-image: url('../img/icon/youtube_hover.svg');
}

.footer-icons__item:hover
.footer__link-telegram {
    background-image: url('../img/icon/telegram_hover.svg');
}

.footer-icons__item:hover
.footer__link-facebook {
    background-image: url('../img/icon/facebook_hover.svg');
}

.footer-icons__item:hover
.footer__link-instagram {
    background-image: url('../img/icon/instagram_hover.svg');
}

.footer-icons__item:hover
.footer__link-twitter {
    background-image: url('../img/icon/twitter_hover.svg');
}

.visa {
    background-image: url('../img/pop-up/passports_atancion.svg');
    background-repeat: no-repeat;
    background-size: 24px;
}

.issuance {
    background-image: url('../img/pop-up/wnted_atancion.svg');
    background-repeat: no-repeat;
    background-size: 24px;
}

.loyalty {
    background-image: url('../img/pop-up/cooperation_true.svg');
    background-repeat: no-repeat;
    background-size: 24px;
}

.header-nav__link {
    color: #918789;
}

.header-nav__link:hover,
.header-nav__link:focus,
.header-nav__link:active {
    color: #0E1117;
}

.header-nav__link.active-link {
    color: #0E1117;
}

.select-nav {
    border: none;
    background-color: transparent;
    color: #918789;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 600;
}

.select-nav:focus,
.select-nav:hover,
.select-nav:active,
.select-nav:focus-visible {
    border: none
}

/* nav select */

.header__list
.choices[data-type*=select-one] .choices__inner {
    width: auto;
    padding: 0;
    padding-right: 28px;
    background-color: transparent;
    font-family: 'Manrope', serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 16px;
    color: #918789;
    border: none;
}

.header__list .choices__list--dropdown,
.header__list .choices__list[aria-expanded] {
    background-color: transparent;
    font-family: 'Manrope', serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 16px;
    color: #918789;
    padding-top: 5px;
    padding-bottom: 4px;
    border: none;
}

.header__list .choices__list--dropdown .choices__list,
.header__list .choices__list[aria-expanded] .choices__list {
    /* background-color:  rgba(255, 255, 255, .875);; */
    overflow: hidden;
}

.header__list .choices__list--dropdown .choices__item--selectable,
.header__list .choices__list[aria-expanded] .choices__item--selectable {
    padding: 0;
    background-color: transparent;
}

.input__search-country {
    display: none;
    position: absolute;
    top: 14px;
    left: 40px;
    background-color: #f9f9f9;
    border: none;
    width: 264px;
    height: 20px;
    font-family: 'Manrope', serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.input__search-country .choices {
    margin-bottom: 0;
}

.input__search-country:hover,
.input__search-country:focus,
.input__search-country:active {
    border: none;
}

.choices {
    margin-bottom: 0;
}

.pop-up__close {
    cursor: pointer;
}

@media (max-width: 1400px) {
    .header__top {
        max-width: 864px;
        padding-left: 36px;
        padding-right: 36px;
        margin-bottom: min(20px, 5vh);
        left: calc((100vw - 936px) / 2);
    }

    /* sidebar */
    .header__list {
        position: absolute;
        /* flex-direction: row-reverse; */
        left: 0;
        top: 100%;
        width: calc(100% - 72px);
        height: 0;
        flex-wrap: wrap;
        flex-basis: 50%;
        padding: 16px 36px 15px;
        background-color: rgba(255, 255, 255, .875);
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        overflow: hidden;
        transition: opacity 0.5s ease-out, height 0.5s ease-out;
        opacity: 0;
    }

    .header-list__active {
        display: flex;
        opacity: 1;
        height: calc(100% + 31px);
        min-height: 100px;
        transition: height 0.5s ease-out;
    }

    .header__item {
        padding: 0;
        margin: 0;
        width: 50%;
    }

    .header__item .choices {
        width: 100px;
        margin-left: -10px;
        margin-bottom: 0
    }

    .header__item:nth-last-child(n+2) {
        padding-bottom: 10px;
    }

    .btn-sidebar {
        display: flex;
    }

    .btn-sidebar__active {
        background-image: url("../img/closeSidebar.svg");
    }

    /* header */
    .header {
        height: 328px;
        padding-bottom: 48px;
        background-size: 100%;
    }

    .header__title {
        font-size: 54px;
        line-height: 0.8;
        padding-bottom: 24px;
        width: 485px;
    }

    .header__bottom {
        max-width: 936px;
        margin: 0 auto;
    }

    .header-item__about {
        order: 6;
    }

    .header-item__news {
        order: 4;
    }

    .header-item__course {
        order: 2;
    }

    .header-item__film {
        order: 5;
    }

    .header-item__map {
        order: 3;
    }

    .header-item__contact {
        order: 1;
    }

    /* footer */
    .footer__title {
        padding: 0;
        padding-bottom: 10px;
    }

    .footer__container {
        width: auto;
        padding-left: 45px;
        padding-right: 45px;
    }

    .footer-top__sections {
        min-width: 23%;
    }

    .footer-top__connection {
        text-align: right;
    }

    .footer-top__sections:not(:last-child) {
        margin-right: 24px;
    }


    .footer-top__legally {
        text-align: start;
    }

    .footer__list {
        padding-left: 0;
    }

    .footer-top__sections:first-child .footer__list {
        text-align: center;
    }

    .footer-bottom__descr-left {
        width: 264px;
        margin-right: 20px;
    }

    /* container-map */
    .container__map {
        padding: 30px 44px;
        max-width: 936px;
    }

    .container-map__search-title {
        line-height: 22px;
    }

    .container {
        max-width: 682px;
    }

    .container-social {
        max-width: 630px;
        padding-right: 30px;
    }

    .banner {
        margin: 9em auto 5em;
        max-width: calc(936px - 90px);
        padding-left: 52px;
        padding-top: 69px;
        background-image: url(../img/redVector1024.svg);
        height: 189px;
        background-position: -330px -80px;
        animation: moveBackground 5s linear infinite; /* Animation definition */
        border: 1px solid #e9e9ed;
    }

    @keyframes moveBackground {
        0% {
            background-position: -330px -80px;
        }
        50% {
            background-position: -320px -70px; /* Slight movement */
        }
        100% {
            background-position: -330px -80px;
        }
    }

    .banner-left__title {
        font-size: 48px;
        line-height: 48px;
        padding: 0;
        text-shadow: 2px 2px 2px rgba(0,0,0,.5);
    }

    .banner::after {
        content: '';
        position: absolute;
        left: 310px;
        width: 340px;
    }

    .banner-right__descr {
        font-size: 32px;
        line-height: 32px;
        padding-top: 0;
    }

    .container-map {
        margin: 0 auto;
        position: relative;
        max-width: 936px;
        max-height: 506px;
        width: auto;
        padding-bottom: 0;
    }

    /* container-map */
    .container__map {
        padding: 30px 44px 0;
        max-width: 936px;
    }

    .pop-up {
        top: 25%;
        left: initial;
        right: 1%;
    }
}

@media (max-width: 976px) {
    .header {
        height: auto;
        padding-bottom: 24px;
    }

    .header__container {
        width: auto;
    }

    .header__top {
        width: 624px;
        max-width: 100vw;
        left: calc((100vw - 696px) / 2);
    }

    .header__title {
        font-size: 36px;
        /*width: 310px;*/
        padding-bottom: 10px;
    }

    .header__bottom {
        margin: 0 auto;
        max-width: 696px;
    }

    .header__descr {
        font-weight: 400;
        font-size: 16px;
        line-height: 1.2;
        width: calc(100% - 18px);
    }

    .footer {
        padding: 35px 36px 51px;
    }

    .footer__top {
        flex-wrap: wrap;
    }

    .footer-top__connection {
        order: 3;
    }

    .footer-top__legally {
        order: 4;
    }

    .footer__list {
        text-align: center;
    }

    .footer-top__sections:nth-last-child(n+3) {
        margin-bottom: 24px;
    }

    .footer-top__sections {
        width: calc(50% - 36px);
        /* flex-grow: 1;
        flex-basis: 0; */
        /* width: ; */
    }

    .footer__container {
        padding: 0;
    }

    .footer-top__sections:first-child .footer__list {
        text-align: left;
    }

    .footer-top__sections .footer__list {
        text-align: left;
    }

    .footer-top__connection {
        align-items: flex-start;
    }

    .footer-bottom__descr-left {
        width: 400px;
    }

    .footer-top__sections:nth-child(-n + 2) .footer__list {
        padding-left: 20px;
    }

    .footer__bottom {
        padding-top: 15px;
    }


    .footer__top {
        margin-bottom: 35px;
    }

    /* container-map */
    .container__map {
        padding-top: 24px;
        max-width: 708px;
        padding-left: 36px;
        padding-right: 24px;
    }

    .container-map__search-title {
        font-size: 17px;
        line-height: 22px;
        padding-right: 10px;
    }

    .container-map__search {

    }

    .banner {
        margin-top: 181px;
        margin-bottom: 120px;
        max-width: calc(696px - 37px);
        padding-left: 36px;
        padding-right: 0;
        padding-top: 47px;
        background-image: url(../img/redVector768.svg);
        height: 149px;
        background-position: -230px -55px;
    }

    .banner-left__title {
        font-size: 40px;
        line-height: 40px;
    }

    .banner::after {
        content: '';
        background-image: url(../img/chain728.svg);
        left: 260px;
        width: 230px;
        height: 413px;
    }

    .banner-right__descr {
        font-size: 24px;
        line-height: 1;
        padding-top: 0;
        padding-bottom: 18px;
        color: #212121;
    }

    .btn-banner {
        padding-left: 62px;
        padding-right: 62px;
    }

    .banner__right {
        max-width: 188px;
        padding-right: 26px;
    }

    .abs-right-bottom {
        right: 10px;
        bottom: 10px;
    }

    .pop-up__content {
        padding: 12px 12px 15px 15px;
    }

    .pop-up {
        max-width: min(270px, 42vw);
        max-height: 256px;
        top: 20%;
        left: 2%;
    }

    .pop-up__item-title {
        font-size: 14px;
        line-height: 1.5;
    }

    .pop-up__item-descr {
        font-size: 16px;
        line-height: 1.4;
    }

    .pop-up__item:not(:last-child) {
        padding-bottom: 12px;
    }

    .pop-up__header {
        line-height: 1;
        padding: 12px;
    }
}

@media (max-width: 726px) {
    .pop-up {
        max-width: min(200px, 40vw);
    }

    .pop-up__header {
        font-size: 18px;
        padding: 10px;
    }

    .pop-up__content {
        padding: 10px;
    }

    .pop-up__item-title {
        font-size: 12px;
    }

    .pop-up__item-descr {
        font-size: 13px;
        line-height: 1.2;
    }

    .header-logo__img {
        width: 75px;
        height: 28px;
    }

    .btn-sidebar {
        width: 56px;
        height: 33px;
        background-size: 24px;
        margin-right: 12px;
        padding: 0
    }

    .header {
        padding: 10px 18px;
        /*height: 37px;*/
        background-position: 50% 0;
    }

    .header__top {
        margin-bottom: 1em;
        padding: 4px;
        height: auto;
        width: calc(100vw - 48px);
        max-width: 100vw;
        left: 24px;
        z-index: 500;
    }

    .btn-support {
        font-size: 12px;
        padding: 5px 22px 6px;
    }

    .header__title {
        font-family: 'Manrope', serif;
        font-weight: 700;
        font-size: 16px;
        line-height: 1.2;
        /*color: #262A33;*/
    }

    .header__descr {
        /*display: none;*/
    }

    /* footer */
    .footer__top {
        flex-direction: column;
    }

    .footer {
        padding-left: 14px;
        padding-right: 13px;
    }

    .footer-top__sections {
        width: auto;
    }

    .footer__title {
        font-size: 20px;
    }

    .footer__item4 {
        font-size: 14px;
        line-height: 20px;
    }

    .footer-top__connection {
        order: 4;
    }

    .footer-top__legally {
        order: 3;
    }

    .footer-bottom__descr {
        flex-direction: column;
    }

    .footer-top__sections:nth-last-child(n) {
        margin-bottom: 20px;
    }

    .footer-top__sections {
        /* margin-bottom: 20px; */
    }

    .footer-bottom__descr-left {
        margin-bottom: 16px;
        max-width: 220px;
    }

    .container__map {
        padding-top: 46px;
    }

    .container-map__search-title {
        display: none;
    }

    .btn-share {
        display: none;
    }

    .container {
        padding-left: 11px;
        padding-right: 10px;
    }

    .container-link {
        flex-direction: column;
        /* max-width: calc(100% - 21px); */
        width: 288px;
        background-image: url(../img/advertising376.jpg);
        background-size: 100%;
        padding: 0;
        padding-bottom: 16px;
    }

    .container-link__content {
        padding-top: 156px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .container-link__read {
        line-height: 19.2px;
        display: block;
        text-align: right;
        padding-right: 40px;
    }

    .containe-main__country {
        font-size: 22px;
        line-height: 1.2;
        padding-top: 37px;
        padding-bottom: 27px;
    }

    .container__title {
        font-weight: 700;
        font-size: 18px;
        line-height: 1;
        padding-bottom: 20px;
    }

    .container-main__attention-icon,
    .container-main__success-icon {
        width: 78px;
    }

    .container-main__attention-descr,
    .container-main__success-descr {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
    }

    .container:not(:nth-last-child(1)) {
        margin-bottom: 30px;
    }

    .container__descr {
        font-size: 16px;
        line-height: 1.4;
    }

    .container-link__title {
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 4px;
    }

    .container-link__descr {
        font-size: 14px;
        line-height: 20px;
    }

    .container-link__read::after {
        transform: rotate(90deg);
    }

    .banner {
        margin-top: 24px;
        margin-bottom: 80px;
        max-width: 324px;
        padding-left: 32px;
        padding-right: 0;
        padding-top: 51px;
        background-image: url(../img/redVector376.svg);
        height: 112px;
        background-position: -140px -64px;
    }

    .banner-left__title {
        font-weight: 800;
        font-size: 20px;
        line-height: 20px;
    }

    .banner::after {
        background-image: url(../img/chain376.svg);
        left: 80px;
        width: 170px;
    }

    .banner-right__descr {
        font-size: 16px;
        line-height: 16px;
        padding-top: 0;
        padding-bottom: 18px;
    }

    .btn-banner {
        padding: 2px 33px 3px;
    }

    .banner__right {
        max-width: 120px;
        padding-right: 6px;
    }

    /* container-map */
    .container__map {
        display: block;
        padding: 46px 12px 28px;
        max-width: calc(100% - 24px);
        margin: 0 auto;
    }

    .container-map__search-title {
        line-height: 22px;
    }

    .container {
        max-width: 660px;
    }

    .container-social {
        max-width: 630px;
        padding-right: 30px;
    }

    .container-map__search-select, .label__country-search .choices__inner {
        padding: 8px 40px;
    }

    .label__country-search,
    .choices__inner::before {
        width: 15px;
        height: 15px;
        background-size: 15px;
    }

    .label__country-search,
    .choices__list.choices__list--dropdown {
        width: 332px;
    }

    .circle-attention::after,
    .circle-error::after,
    .circle-help::after,
    .circle-info::after,
    .circle-ok::after,
    .circle-skip::after {
        width: 16px;
        height: 16px;
    }

    .tooltip {
        left: 120px;
        top: 30px
    }
}

@media (max-width: 376px) {
    .header-top {
        margin-bottom: 78px;
    }

    .container-link {
        max-width: 288px;
    }
}

.pop-up__item-descr {
    padding-left: 0 !important;
    display: flex;
    align-items: center;
    gap: 5px;
}

.container-social {
    flex-direction: row;
}

.pop-up {
    display: none;
}

.pop-up.visible {
    display: block !important;
}

.container-main {
    display: none;
}

.container-main.visible {
    display: block !important;
}

.container-after,
.container-intro {
    font-size: 18px;
    line-height: 1.4;
    text-align: justify;
}

.container-intro:first-child {
    padding-top: 1em;
}

.container.visible {
    display: block !important;
}

.container-link.visible {
    display: flex !important;
    flex-direction: row;
}

.pop-up {
    z-index: 1000;
}

body .leaflet-marker-pane img {
    max-width: 24px !important;
}

/*
.leaflet-marker-icon {
    opacity: .6;
}
*/


.sidebar .widget_education_course .widget-body {
    overflow: visible;
}

.bnr-education {
    position: relative;
    border: 1px solid;
    box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
    background: linear-gradient(to bottom right, #f4e3ce 10%, #ededed 30%, #f4e3ce 40%, #f4e3ce 50%, #fd3f21 60%, #fd3f21 70%, #f4e3ce 80%, #f4e3ce 90%);
}

.bnr-education:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 22px solid #fd3f21;
    border-bottom: 22px solid transparent;
    top: -3px;
    left: -3px;
    z-index: 1;
}

.bnr-education:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-right: 22px solid #fd3f21;
    border-top: 22px solid transparent;
    bottom: -3px;
    right: -3px;
    z-index: 1;
}

.bnr-education .content {
    padding: 1em;
    z-index: 8;
}

.bnr-education .content .text header {
    color: #578ea6;
    font-size: 28px;
    font-weight: 900;
    text-decoration: underline;
    line-height: 1.4;
    margin: 0 0 15px;
    text-transform: uppercase;
    animation: slide 5s linear infinite;
}

.bnr-education .content .text header strong {
    letter-spacing: -0.015em;
}

.bnr-education .content .text header span {
    font-weight: 400;
    letter-spacing: 0.04em;
}

.bnr-education .content .text header {
    animation: slide 5s linear infinite;
}

.bnr-education .content .text p {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.4;
}

.bnr-education .content .text p span {
    display: inline-block;
    background: #578ea6;
    color: white;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    padding: 1px 5px;
    margin: 2px 0;
}

.bnr-education .content .text p span {
    transition: all 0.2s ease-in-out;
}

.bnr-education .content .text p.words {
    text-align: right;
}

.bnr-education .content .text p span {
    text-align: center;
    transition: .3s ease all;
    min-width: 8em;
}

.bnr-education .content .text p span.hw60 {
    width: 10em;
    /*max-width: 10em;*/
}

.bnr-education .content .text p span.hw40 {
    width: 8em;
    /*max-width: 8em;*/
}

.bnr-education .content .text p span.hw50 {
    width: 25%;
}

.bnr-education:hover .content .text p span.hw40 {
    width: 15em;
    /*max-width: 25em;*/
}

.bnr-education:hover .content .text p span.hw50 {
    width: 15em;
    min-width: 8em;
    /*max-width: 25em;*/
}

.bnr-education:hover .content .text p span.hw60 {
    width: 15em;
    /*max-width: 25em;*/
}

@keyframes slide {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(12px);
    }
    100% {
        transform: translateX(0);
    }
}

@media (max-width: 960px) {
    .bnr-education .content .text p span {
        display: block;
        min-width: 10em;
    }
}