/* BOOTSTRAP START */
:root {
    --bs-blue: #007AFF;
    --bs-font-sans-serif: "Onest";
    --white: #FFFFFF;
    --blue: #007AFF;
    --blue-light: #F2F6F8;
    --blue-hover: #0068DA;
    --blue-hover: #0068DA;
    --black: #181818;
    --black-hover: #4a4a4a;
    --dark: #0B101F;
    --gray: #8E9294;
    --transition: all linear 0.1s;
}

body {
    line-height: 1.6;
    color: var(--black);
}

a {
    text-decoration: none;
    color: var(--black);
    transition: var(--transition);
}
a:hover {
    color: var(--black-hover);
}

.btn {
    font-size: 18px;
    font-weight: 600;
    line-height: initial;
    border-radius: 100px;
    padding: 20px 80px;
}

.btn-primary {
    color: #fff;
    background-color: var(--blue);
    border-color: var(--blue);
}

.btn-secondary {
    background-color: transparent;
    border-color: var(--black);
    color: var(--black);
    font-weight: 500;
}

.btn-primary:hover {
    background-color: var(--blue-hover);
    border-color: var(--blue-hover);
}

.btn-secondary:hover {
    color: #fff;
    background-color: var(--blue);
    border-color: var(--blue);
}

.swiper-button-next::after, .swiper-button-prev::after {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    height: 20px;

    
}

.swiper-button-next, .swiper-button-prev {
    background-color: #F7F7F7;
    width: 54px;
    height: 54px;
    border-radius: 100%;
    transition: var(--transition);
    outline: 0 solid var(--gray);
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    background-color: var(--blue);
}

.swiper-button-next:hover::after, .swiper-rtl .swiper-button-prev:hover::after{
    content: url("data:image/svg+xml,%3Csvg width='22' height='20' viewBox='0 0 22 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 10H21M21 10L12.6667 2M21 10L12.6667 18' stroke='white' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");;
}
.swiper-button-prev:hover::after, .swiper-rtl .swiper-button-prev:hover::after{
    content: url("data:image/svg+xml,%3Csvg width='22' height='20' viewBox='0 0 22 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 10H21M21 10L12.6667 2M21 10L12.6667 18' stroke='white' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");;
    transform: rotate(180deg);
}

.swiper-button-next::after, .swiper-rtl .swiper-button-prev::after {
    content: url("data:image/svg+xml,%3Csvg width='22' height='20' viewBox='0 0 22 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 10H21M21 10L12.6667 2M21 10L12.6667 18' stroke='%23181818' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.swiper-button-prev::after, .swiper-rtl .swiper-button-next::after {
    content: url("data:image/svg+xml,%3Csvg width='22' height='20' viewBox='0 0 22 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 10H1M1 10L9.33333 2M1 10L9.33333 18' stroke='%23181818' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0.5;
}

.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    position: static;
    margin-top: 6px;
}

.swiper-pagination-bullet {
    background: var(--blue);
    opacity: 0.3;
    transition: var(--transition);
}
.swiper-pagination-bullet-active {
    opacity: 1;
}
/* BOOTSTRAP END */

/* GLOBAL START */
.common-title {

}

.common-title-h1 {
    font-size: 42px;
    font-weight: 600;
    line-height: 54px;
    margin-bottom: 30px;
}

.common-title-h2 {
    margin-bottom: 68px;
    font-size: 36px;
}

.common-title-h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 48px;
}
.news__item-img,
.activity__item-img,
.slider__img {
    position: relative;
}

.news__item-img::after,
.activity__item-img::after,
.slider__img::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #030B220D;
    left: 0;
    top: 0;
    opacity: 1;
    transition: var(--transition);
}

.container-thin {
    max-width: 936px;
    width: 100%;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-right: auto;
    margin-left: auto;
}

.inner-page img {
    max-width: 100%;
    height: auto;
}

.form-title {
    font-size: 28px;
}

.form-text {
    font-size: 18px;
}
/* GLOBAL END */



/* HEADER START */
header {
    height: 86px;
    width: available;
    width: -moz-available;
    width: calc(100% - 120px);
    position: fixed;
    margin: 14px 60px 0;
    z-index: 900;
}

.header__container {
    background-color: var(--white);
    border-radius: 16px;
    display: flex;
    justify-content: space-between;
    padding: 10px 70px;
    gap: 10px;
    box-shadow: 0 5px 20px 0 #0014390F;
}

.header__logo {
    max-width: 330px;
    width: 100%;
    font-size: 15px;
    display: flex;
    align-items: center;
}

.header__actions {
    display: flex;
    gap: 50px;
    align-items: center;
}

.header__action__lang a {
    font-size: 20px;
    font-weight: 300;
}

.header__action__search {
    cursor: pointer;
}

.header__action__social {
    display: flex;
    gap: 20px;
}

.header__action__map {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.header__menu ul {
    display: flex;
    list-style: none;
    gap: 38px;
    margin: 0;
    padding: 0;
}

.header__menu li a {
    display: block;
    cursor: pointer;
    padding: 17px 14px;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
}

.header__menu li a::before {
    content: '';
    position: absolute;
    width: calc(100% - 24px);
    height: 1px;
    background: currentColor;
    left: 12px;
    pointer-events: none;
    bottom: 16px;
    transform-origin: 100% 50%;
    transform: scale3d(0, 1, 1);
    transition: transform 0.3s;
}

.header__menu li a:hover::before {
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
}


.burger {
    cursor: pointer;
}


.burger span
{
    display: block;
    width: 29px;
    height: 2px;
    margin-bottom: 6px;
    position: relative;
    background: var(--black);
    border-radius: 10px;
    z-index: 1;
    transform-origin: 4px 0px;

    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
    background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
    opacity 0.55s ease;
}

.burger span:first-child
{
    transform-origin: 0% 0%;
}

.burger span:last-child
{
    margin-bottom: 0;
}

.burger span:nth-last-child(2)
{
    transform-origin: 0% 100%;
}


.burger.active span
{
    opacity: 1;
    transform: rotate(45deg) translate(-8px, -13px);
    background: #232323;
}

.burger.active  span:nth-last-child(3)
{
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

.burger.active span:nth-last-child(2) {
    transform: rotate(-45deg) translate(-4px, 10px);
}

.sidebar {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.77);
    z-index: 899;
    padding: 80px 15px 0;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    top: 0;
    right: -102vw;
    transition: right linear 0.2s;
}

.sidebar.active {
    right: 0;
}

.sidebar__menu ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sidebar__menu a {
    display: block;
    text-align: end;
}

.sidebar .header__action__social {
    justify-content: end;
}

.sidebar__line {
    display: flex;
    justify-content: end;
    gap: 18px;
}

.sidebar__line {
    display: flex;
    justify-content: end;
    gap: 18px;
}

.sidebar .header__action__social img {
    width: 35px;
}
/* HEADER END */




/* FOOTER START */
footer {
    background-color: var(--dark);
    color: var(--white);
    padding-top: 50px;
    padding-bottom: 36px;
    margin-top: 80px;
}

footer a{
    color: var(--white);
    position: relative;
}

footer a:hover{
    color: var(--white);
}

.footer__logo a {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}

.footer__social {
    display: flex;
    margin-top: 60px;
    gap: 20px;
}

.footer__menu ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 0;
    padding: 0;
}

.footer__menu a {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
}

.footer__phone a {
    font-size: 30px;
    font-weight: 600;
    line-height: 38px;
}

.footer__phone-desc {
    margin-top: 20px;
}

.footer__subscribe {
    margin-top: 36px;
}

.footer__subscribe-form {
    margin-top: 12px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.footer__subscribe-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    opacity: 0.6;
}

.footer__subscribe-form input[type="email"] {
    border: 1px solid #DADADA;
    font-size: 18px;
    padding: 14px 15px;
    line-height: 100%;
    max-width: 270px;
    width: 100%;
    border-radius: 12px;
}

.footer__subscribe-form input[type="email"]::placeholder {
    color: #8E9294;
    font-size: 17px;
    font-weight: 400;
    line-height: 100%;
}

.footer__subscribe-form input[type="submit"] {
    background-color: var(--blue);
    transition: var(--transition);
    border: none;
    outline: none;
    border-radius: 12px;
}

.footer__menu a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: currentColor;
    left: 0;
    pointer-events: none;
    bottom: 0;
    transform-origin: 100% 50%;
    transform: scale3d(0, 1, 1);
    transition: transform 0.3s;
}

.footer__menu a:hover::before {
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
}

.footer__subscribe-form input[type="submit"] {
    background-color: var(--blue);
    transition: var(--transition);
    border: none;
    outline: none;
    padding: 18px 25px;
    color: var(--white);
    line-height: 100%;
}

.footer__subscribe-form input[type="submit"]:hover {
    background-color: var(--blue-hover);
}

footer hr {
    margin: 30px 60px;
    opacity: 0.1;
}

.footer__copyright {
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #D9D9D9;
}

.footer__link a {
    font-size: 13px;
    opacity: 0.5;
    transition: var(--transition);
    text-decoration: underline;
}

.footer__link a + a {
    margin-left: 60px;
}

.mobility {
    font-size: 13px;
    text-align: end;
}

.footer__link a:hover {
    opacity: 1;
    text-decoration: none;
}
/* FOOTER END */



/* BANNER START */
.banner {
    height: 100vh;
    background-image: url(/assets/images/banner.jpg);
    padding-top: calc( 100px + 12vh);
    padding-bottom: 140px;
}

.banner .container {
    height: 100%;
}

.banner-wrapper {
    display: flex;
    gap: 125px;
    height: 100%;
}

.banner__nav {
    min-width: 460px;
    width: 100%;
}

.banner__nav .swiper-slide {
    display: flex;
    gap: 18px;
    color: var(--white);
    opacity: 0.8;
    transition: var(--transition);
    cursor: pointer;
    align-items: center;
}

.banner__nav .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
    font-weight: 700;
}

.banner__nav .swiper-slide:hover {
    opacity: 1;
}

.banner__num {
    width: 54px;
    min-width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 700;
}

.swiper-slide.swiper-slide-thumb-active .banner__num {
    background-color: var(--blue);
}

.banner__page-title {
    font-size: 72px;
    font-weight: 800;
    line-height: 90px;
    color: var(--white);
    text-transform: uppercase;
}

.banner__page-action {
    margin-top: 46px;
}

.banner .swiper-pagination-bullet {
    background: var(--white);
}

.banner .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    margin-top: 50px;
}
    /* BANNER END */



/* MAIN DOC START */
.banner-doc {
    margin-top: -140px;
    margin-bottom: 46px;
}

.banner-doc__item {
    background-color: #FFFFFF26;
    border-radius: 20px;
    height: 100%;
    display: flex;
    gap: 30px;
    color: var(--white);
    font-size: 18px;
    align-items: center;
    padding: 18px 25px;
    transition: var(--transition);
}

.banner-doc__item:hover {
    color: var(--white);
    background-color: rgba(255, 255, 255, 0.37);
}
/* MAIN DOC END */


/* MAIN ACTIVITY START */
.activity {
    padding-top: 110px;
}

.inner-page .activity {
    padding-top: 0;
}

.activity__item {
    display: flex;
    background-color: var(--blue-light);
    border-radius: 14px;
    gap: 40px;
    padding: 20px;
    justify-content: space-between;
    transition: var(--transition);
}

.activity__item-desc {
    padding: 10px 0;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.activity__item-img {
    width: 180px;
    height: 180px;
    min-width: 180px;
    border-radius: 14px;
    overflow: hidden;
}

.activity__item-link img {
    transition: var(--transition);
}

.activity__item:hover .activity__item-link img {
    transform: rotate(45deg);
}

.activity__item:hover {
    background-color: #E6F0F4;
}

.activity__item:hover .activity__item-img::after {
    opacity: 0;
}

.activity__item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.activity__item-name {
    font-size: 18px;
    font-weight: 600;
}

.activity__item-link {
    display: flex;
    gap: 12px;
    align-items: center;
}
/* MAIN ACTIVITY END */




/* NEWS START */
.news__item {
    position: relative;
    display: block;
}

.news__item-date {
    margin-top: 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: var(--gray);
}

.news__item-name {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    margin-top: 12px;
}

.news__item-first .news__item-desc {
    position: absolute;
    background-color: #3AD;
    left: 0;
    bottom: 0;
    border-radius: 0 14px 0 14px;
    padding: 30px;
    color: var(--white);
}

.news__item-first .news__item-date{
    margin-top: 0;
    color: var(--white);
}
.news__item-first .news__item-img img {
    max-height: 470px;
}
.news__item-img {
    max-height: 300px;
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 14px;
}

.news__item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 300px;
}

.news__item-first .news__item-img {
    max-height: 470px;
}

.news__item:hover .news__item-img::after {
    opacity: 0;
}
/* NEWS END */




/* SLIDER START */
section + .slider {
    margin-top: 100px;
}

.slider__img {
    max-height: 250px;
    height: 250px;
    width: 100%;
    overflow: hidden;
    border-radius: 14px;
}

.slider__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider__slide {
    display: flex;
    flex-direction: column;
}

.slider__date {
    font-size: 16px;
    font-weight: 400;
    margin-top: 24px;
    color: var(--gray);
}

.slider__name {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    margin-top: 12px;
}

.slider__actions {
    margin-top: 50px;
    text-align: center;
}

.slider__title {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.slider .swiper-button-next, .slider .swiper-button-prev {
    position: static;
}

.slidet__nav {
    display: flex;
    gap: 20px;
}

.slider__slide:hover .slider__img::after {
    opacity: 0;
}

.photo-main {
    background-image: url("data:image/svg+xml,%3Csvg width='1920' height='779' viewBox='0 0 1920 779' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M268 16.5L0 143V779H1920V274V79.5L1756 0.727295L1592 65.9546L1516.5 26L1225.5 158L950.5 98.5383L815.5 143L661.423 98.5383L622.698 116.308L268 16.5Z' fill='%23EFF7FF'/%3E%3C/svg%3E%0A");
    background-position-y: 0;
    background-repeat: no-repeat;
    background-size: auto;
}

.slider.photo-main {
    margin-top: -30px;
    padding-top: 130px;
    padding-bottom: 80px;
    margin-bottom: -80px;
}
/* SLIDER END */




/* BREADCRUMB END */

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--white);
    content: '—';
    opacity: 0.5;
    transition: var(--transition);
    content: none;
}

.breadcrumb-item::after {
    color: var(--white);
    content: '—';
    opacity: 0.5;
    transition: var(--transition);
    float: unset;
    padding-left: .5rem;
}
.breadcrumb-item:last-child::after {
    content: none;
}

.breadcrumb-item span {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: var(--white);
}

.breadcrumb-item a > span {
    opacity: 0.5;
    transition: var(--transition);
}

.breadcrumb-item:hover a > span {
    opacity: 1;
}

.breadcrumb-item:hover::after,
.breadcrumb-item:hover + .breadcrumb-item::before {
    opacity: 1;
}

.breadcrumb-item {
    padding-left: .5rem;
}

.breadcrumb {
    margin-left: -.5rem;
}
/* BREADCRUMB START */



/* 404 START */
.p404 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.p404__title {
    font-size: 40px;
}

.p404__logo {
    font-size: 120px;
    font-weight: 700;
}

.p404__btn {
    width: fit-content;
    margin: auto;
}
/* 404 END */



/* SEARCH START */
.search-form {
    height: 44px;
    width: available;
    width: -moz-available;
    width: calc(100% - 120px);
    position: fixed;
    margin: 50px 60px 0;
    z-index: 899;
    background-color: var(--white);
    border-radius: 16px;
    display: flex;
    justify-content: space-between;
    padding: 7px 70px;
    gap: 10px;
    box-shadow: 0 5px 20px 0 #0014390F;
    transition: var(--transition);
}

.search-form.show {
    margin-top: 115px;
}

.search-form__form {
    display: flex;
    gap: 10px;
    width: 100%;
}

.search-form__input {
    width: 100%;
    border-bottom: 2px solid #E6E6E6;
}

.search-form__input input {
    width: 100%;
    border: none;
    outline: none;
}

.search-form__input input::placeholder {
    font-size: 16px;
}

.search-form__btn:after {
    content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.4281 16.4462L22.5 22.5M19 10.25C19 15.0825 15.0825 19 10.25 19C5.41751 19 1.5 15.0825 1.5 10.25C1.5 5.41751 5.41751 1.5 10.25 1.5C15.0825 1.5 19 5.41751 19 10.25Z' stroke='%23181818' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    height: 24px;
}

.search-form__btn {
    position: relative;
    display: flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    margin-top: -7px;
}

.search-form__btn input {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

a.search-page-params {
    border-bottom: 1px dashed blue;
    text-decoration: none;
}
div.search-page-params {
    margin-top: 6px;
}
.search-item-rate {font-size: 11px;}

    /* SEARCH END */





/* CONTENT START */
.page-banner {
    padding-top: 260px;
    padding-bottom: 50px;
    position: relative;
    margin-bottom: 60px;
}

.page-banner__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.page-banner__bg:after {
    content: '';
    background: #030B2280;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.page-banner > .container {
    position: relative;
}

.page-banner h1 {
    color: var(--white);
    font-size: 72px;
    font-weight: 500;
    line-height: 100%;
}


.page-simple-banner {
    padding-top: 130px;
    margin-bottom: 50px;
}

.page-simple-banner .breadcrumb-item span {
    color: var(--black);
}

.page-simple-banner .breadcrumb-item::after,
.page-simple-banner .breadcrumb-item + .breadcrumb-item::before {
    color: var(--black);
}

.news-back a {
    display: flex;
    gap: 15px;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 30px;
}

.news-detail h1 {
    max-width: 720px;
}

.news-date-time {
    font-size: 18px;
    font-weight: 400;
    color: var(--bs-gray);
    margin-bottom: 40px;
}

.news-slider {
    margin-bottom: 63px;
    margin-top: 40px;
}

.news-body {
    margin-bottom: 100px;
}

.news__slide {
    display: block;
    width: 100%;
    /*max-width: 912px;*/
    height: 100%;
}

.news__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-slider .swiper-slide {
    width: 66%;

}
.news-slider .swiper-slide .news__slide{
    transform: translateX(0px) scale(1);
    transition: var(--transition);
}

.news-slider .swiper-slide-prev .news__slide{
    transform: translateX(604px) scale(0.84);
    margin-right: 0;
    overflow: initial;
    opacity: 0.3;
}

.news-slider .swiper-slide-next .news__slide{
    transform: translateX(-604px) scale(0.84);
    margin-left: 0;
    overflow: initial;
    opacity: 0.3;

}

.news-slider .swiper-slide-active {
    z-index: 2;
}

.online img {
    width: 100%;
    height: 430px;
    object-fit: cover;
    border-radius: 14px;
}

.online {
    margin-top: 100px;
}

.weather-wrapper {
    background-color: #F2F6F8;
    border-radius: 14px;
    padding: 30px 46px 33px 38px;
}

.weather-desc {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    margin-bottom: 30px;
}

.weather {
    width: 100%;
}

.weather * {
    display: block;
}

.weather tr {
    display: flex;
}

.weather th, .weather td {
    padding: 14px;
    font-size: 18px;
    line-height: 22px;
}

.weather th {
    font-weight: 600;
}

.weather th:nth-child(1),
.weather td:nth-child(1) {
    width: calc(100% / 3);
    font-weight: 600;
}

.weather th:nth-child(2),
.weather td:nth-child(2) {
    width: calc(100% / 3);

}

.weather th:nth-child(3),
.weather td:nth-child(3) {
    width: calc(100% / 3);
}


.weather thead tr {
    background: #DFE9EE;
    border-radius: 10px;
}

.weather tbody tr:nth-child(2n+1) {
    background-color: var(--white);
    border-radius: 10px;
}


.weather thead {
    margin-bottom: 10px;
}

.docs .banner-doc__item {
    background-color: #E6F0F4;
    color: var(--black);
}

.banner-doc__additional img {
    min-width: 28px;

}

.banner-doc__additional {
    margin-left: auto;
}

.docs__section + .docs__section {
    margin-top: 80px;
}

.news-slider .swiper-button-prev {
    left: 110px;
}

.news-slider .swiper-button-next {
    right: 110px;
}

.news__slide img {
    max-height: 470px;
    height: 100%;
}

.gallery__section + .gallery__section {
    margin-top: 60px;
}

.footer__partners {
    margin-top: 30px;
    display: flex;
    gap: 6px;
    flex-direction: column;
}

.imap__wrapper {
    position: relative;
}

.imap__image {
    width: 100%;
}

.imap__buttons {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.imap__button {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    border: 2px solid #0000002b;
    cursor: pointer;
    transition: var(--transition);
    display: flex;
}
.imap__button:after {
    content: '';
    background-image: url(/assets/ico/red-star.png);
    background-size: contain;
    margin: auto;
    width: 20px;
    height: 20px;
    opacity: 0.5;
    transition: var(--transition);
}

.imap__button:hover {
    background-color: #ffffffb8;
}
.imap__button:hover:after{
    width: 28px;
    height: 28px;
    opacity: 1;
}

.imap__button.active {
    background-color: #ffffffb8;
}
.imap__button.active:after {
    width: 28px;
    height: 28px;
    opacity: 1;
}

.imap__content-title {
    font-size: 34px;
    font-weight: 600;
    line-height: 120%;

    text-align: center;
}

.imap__gallery-item {
    display: block;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.imap__gallery-item img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
/* CONTENT END */




