@charset "UTF-8";

.br-50 {
    border-radius: 50px;
}
.bg-blue {
    background-color: #E4F2FD;
}
.bg-green {
    background-color: #FDF5E9;
}
.bg-green > * {
    position: relative;
    z-index: 9;
}
.bg-gray {
    background-color: #FCF1FA;
}
.ratio_13-10 {
    width:100%;
    height: auto;
    aspect-ratio: 13 / 10;
}
.contain {
    object-fit: contain;
}
.fsz-18 {
    font-size: 18px;
}
.fsz-22 {
    font-size: 22px;
}
h1, .h1 {
    width: fit-content;
    font-family: var(--font-unbounded);
    font-size: 56px;
    font-weight: 700;
    line-height: normal;
    background: linear-gradient(90deg, #5391CD 0%, #323586 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
h2, .h2 {
    color: #262262;
    font-family: var(--font-bebas);
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
}
h3, .h3 {
    color: #262262;
    font-family: var(--font-bebas);
    font-size: 26px;
    font-weight: 700;
    line-height: normal;
}
h4, .h4 {
    color: #262262;
    font-family: var(--font-unbounded);
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
}
.text-gray {
    color: #323232;
}
main {
    overflow: hidden;
}
.navbar-brand {
    padding: 0;
    margin: 0;
}
.navbar-line {
    position: relative;
    border-radius: 100px;
    background: #FFF;
    box-shadow: 0 20px 24px -20px rgba(71, 111, 179, 0.25);
}
.navbar .container {
    position: relative;
}
.navbar .container::before {
    position: absolute;
    content: '';
    top: -290px;
    left: -280px;
    width: 691px;
    height: 580px;
    background: url(../img/spot-1.svg) no-repeat;
    background-size: contain;
    z-index: -1;
    transition: all 0.15s ease-in-out;
}
.navbar .container::after {
    position: absolute;
    content: '';
    top: -100px;
    right: -180px;
    width: 445px;
    height: 553px;
    background: url(../img/spot-2.svg) no-repeat;
    background-size: contain;
    z-index: -1;
}
.navbar-nav {
    padding-left: 10px;
}
.navbar-nav a {
    position: relative;
    color: #3E569F;
    font-family: var(--font-unbounded);
    font-size: 14px;
    font-weight: 500;
    height: 80px;
    padding: 0 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFF;
    border-radius: 100px;
}
.navbar-nav a:not(.active):hover {
    color: #262262;
}
.navbar-nav a.active::before {
    position: absolute;
    content: '';
    width: calc(100% + 20px);
    height: 100%;
    top: 0;
    left: -10px;
    border: 2px solid #5089C7;
    border-radius: 100px;
    z-index: 1;
}
.a-btn {
    font-family: var(--font-unbounded);
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    border-radius: 100px;
    background: linear-gradient(90deg, #5391CD 0%, #323586 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
    height: 80px;
}
.a-btn:hover {
    color: #fff;
    scale: 1.06;
}
.speedbar {
    margin-left: 133px;
}
.speedbar, .speedbar a {
    color: #C1C1C1;
    font-size: 12px;
    line-height: 1;
    font-weight: 400;
}
.swiper-container {
    position: relative;
}
.MainSwiper .swiper-slide {
    /*padding-bottom: 30px;*/
}
.main-slider_txtbox {
    position: relative;
    border-radius: 50px;
    background: #FFF;
    box-shadow: 0 20px 24px -20px rgba(71, 111, 179, 0.25);
    padding: 60px 70px;
    padding-left: 130px;
    height: 100%;
}
.main-slider_title {
    color: #262262;
    font-family: var(--font-unbounded);
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
}
.main-slider_img {
    width: 100%;
    height: 100%;
    aspect-ratio: 13 / 10;
    border-radius: 50px;
    overflow: clip;
}
.main-slider_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.btn-link-more {
    position: relative;
    display: flex;
    align-items: center;
    width: max-content;
    height: 60px;
    color: #3E569F;
    font-family: var(--font-unbounded);
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    padding-left: 40px;
    padding-right: 80px;
    border-radius: 100px;
    border: 2px solid #5089C7;
    background: #FFF;
}
.btn-link-more:hover {
    color: #3A4B97;
    border-color: #3A4B97;
    box-shadow: 0 20px 24px -20px rgba(71, 111, 179, 0.25);
}
.btn-link-more::after {
    position: absolute;
    content: '';
    width: 60px;
    height: 60px;
    left: calc(100% - 58px);
    border-radius: 100%;
    border: 2px solid #5089C7;
    background-image: url(../img/i-btn-link-more-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.15s ease-in-out;
}
.btn-link-more:hover:after {
    background-image: url(../img/i-btn-link-more-arrow_hover.svg);
    border-color: #3A4B97;
    background-color: #3A4B97;
}
.MainSwiper {
    border-radius: 50px;
}
.MainSwiper .swiper-button-container {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.swiper-button-prev svg, .swiper-button-next svg {
    fill: #3A4B97;
    width: 24px;
    height: 24px;
}
.swiper-button-prev svg {
    transform: rotate(180deg);
}
.swiper-button-next, .swiper-button-prev {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    border: 2px solid #3A4B97;
    background-color: #fff;
    transition: all 0.15s ease-in-out;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
    scale: 1.06;
}
.swiper-button-prev.swiper-button-prev_main, .swiper-button-next.swiper-button-next_main {
    position: relative;
    left: unset;
    right: unset;
    top: unset;
}
.swiper-pagination.swiper-pagination_main {
    display: grid;
    gap: 30px;
    width: 20px;
    align-items: center;
    justify-content: center;
    left: 30px;
    height: min-content;
    top: 48%;
    transform: translateY(-48%);
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: transparent;
    border: 2px solid #CECECE;
    opacity: 1;
    margin-left: auto !important;
    margin-right: auto !important;
    transition: all 0.15s ease-in-out;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 20px;
    height: 20px;
    border-color: #66B6E5;
}
.mission-heart {
    position: absolute;
    top: 40px;
    right:40px;
    z-index: 0;
}
.num-item {
    color: #F7CF47;
    font-family: var(--font-unbounded);
    font-size: 90px;
    font-weight: 700;
    line-height: 1;
}
.num-item span {
    font-family: var(--font-golos);
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}
.box-nums {
    background-image: url(../img/bg_nums.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.main-four-infos {
    position: relative;
}
.b-shdw-hover {
    transition: all 0.15s ease-in-out;
}
.b-shdw-hover:hover {
    box-shadow: 0 20px 24px -20px rgba(71, 111, 179, 0.4);
}
.main-four-infos::before {
    position: absolute;
    content: '';
    top: -100px;
    left: 28%;
    width: 883px;
    height: 665px;
    background: url(../img/spot-3.svg) no-repeat;
    background-size: contain;
    z-index: -1;
}
.main-four-infos::after {
    position: absolute;
    content: '';
    bottom: 25px;
    left: 25px;
    width: 1640px;
    height: 912px;
    background: url(../img/spot-4.svg) no-repeat;
    background-size: contain;
    z-index: -1;
}
.spot-4::after {
    position: absolute;
    content: '';
    top: -150px;
    left: 25px;
    width: 1640px;
    height: 912px;
    background: url(../img/spot-4.svg) no-repeat;
    background-size: contain;
    z-index: -1;
}
.main-four-infos_center-logo {
    position: absolute;
    width: 162px;
    height: 162px;
    background-color: #fff;
    border-radius: 100%;
    bottom: -90px;
    right: -81px;
    z-index: 9;
    padding: 26px;
}
.main-four-infos_center-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-left: 4px;
    margin-top: 4px;
}
.spot-5 {
    position: relative;
}
.spot-5::before {
    position: absolute;
    content: '';
    bottom: -170px;
    left: 45px;
    width: 691px;
    height: 580px;
    background: url(../img/spot-5.svg) no-repeat;
    background-size: contain;
    z-index: -1;
}
.cat-link {
    text-align: right;
    font-family: var(--font-unbounded);
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 20px;
}
.cat-link:hover svg {
    scale: 1.1;
}
.no-grad {
    color: #262262;
    background: unset;
    -webkit-text-fill-color: unset;
}
.card-type-1 {
    position: relative;
    border-radius: 40px;
    background: #466BB0;
    padding: 30px;
    color: #fff;
}
.card-type-1_img {
    width: 100%;
    height: auto;
    aspect-ratio: 43 / 44;
    border-radius: 40px 40px 220px 220px;
    overflow: hidden;
}
.card-type-1_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-type-1_title {
    font-family: var(--font-bebas);
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
}
.card-type-1_descr {
    font-size: 16px;
    line-height: normal;
    padding-right: 15%;
}
.card-type-1:hover .card-type-1_img img {
    scale: 1.02;
}
.card-type-1_link {
    position: absolute;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
}
.card-type-1_link:hover img {
    scale: 1.1;
}
.spot-1-1::before {
    position: absolute;
    content: '';
    top: -290px;
    left: -280px;
    width: 691px;
    height: 580px;
    background: url(../img/spot-1.svg) no-repeat;
    background-size: contain;
    z-index: -1;
}
.spot-6::before {
    position: absolute;
    content: '';
    top: 20%;
    left: 45px;
    width: 365px;
    height: 398px;
    background: url(../img/spot-6.svg) no-repeat;
    background-size: contain;
    z-index: -1;
}
.spot-7 {
    position: relative;
}
.spot-7::before {
    position: absolute;
    content: '';
    top: -20px;
    left: 75px;
    width: 1288px;
    height: 769px;
    background: url(../img/spot-7.svg) no-repeat;
    background-size: contain;
    z-index: -1;
}
.spot-2-2 {
    position: relative;
}
.spot-2-2 > * {
     position: relative;
     z-index: 9;
}
.spot-2-2::after {
    position: absolute;
    content: '';
    top: 30px;
    right: 0;
    width: 445px;
    height: 553px;
    background: url(../img/spot-2.svg) no-repeat;
    background-size: contain;
    z-index: -1;
}
.spot-9::after {
    position: absolute;
    content: '';
    bottom: -360px;
    left: 0;
    width: 1540px;
    height: 607px;
    background: url(../img/spot-9.svg) no-repeat;
    background-size: contain;
    z-index: -1;
}
.PhotosSwiper-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}
.PhotosSwiper-nav .container {
    position: relative;
}
.swiper-button-next.swiper-button-next_photosline, .swiper-button-prev.swiper-button-prev_photosline {      
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%);
}
.PhotosSwiper .swiper-slide {
    width: 360px !important;
    height: auto;
    aspect-ratio: 1;
    padding: 10px;
}
.PhotosSwiper .swiper-slide img {
    border-radius: 40px;
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    object-fit: cover;
}
.PhotosSwiper .swiper-wrapper {
    margin-left: -150px;
    padding: 20px 0;
}
.PhotosSwiper .swiper-slide:hover {
    transform: rotate(0) !important;
}
.PhotosSwiper .swiper-slide:hover img {
    box-shadow: 0 20px 24px -20px rgba(71, 111, 179, 0.8);
}
.news-cat-list > div:nth-child(even) {
    margin-top: 30px;
}
.news-cat-list.news-cat-list_videogallery > div:nth-child(even) {
    margin-top: auto;
}
.news-card {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 5;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    transition: all 0.15s ease-in-out;
}
.news-cat-list_videogallery .news-card {
    aspect-ratio: 16 / 9;
}
.news-card::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 80%;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 41.3%, #000 100%);
    transition: all 0.15s ease-in-out;
}
.news-cat-list_videogallery .news-card::before {
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 41.3%, #000 100%);
}
.news-card:hover::before {
    height: 100%;
}
.news-card:hover {
    box-shadow: 0 20px 24px -20px rgba(71, 111, 179, 0.8);
}
.news-card .news-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-card_body {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    color: #fff;
}
.news-card_title a {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    line-height: normal;
}
.news-card a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.news-card .i-calendar {
    width: 18px;
    height: 18px;
}
.news-card_date {
    font-size: 14px;
    line-height: 1;
}
footer {
    background-color: #2D2D2D;
    color: #fff;
    font-size: 14px;
    overflow: clip;
}
footer .container {
    position: relative;
}
footer .container::before {
    position: absolute;
    content: '';
    top: 0px;
    left: -160px;
    width: 555px;
    height: 466px;
    background: url(../img/spot-10f.svg) no-repeat;
    background-size: contain;
    z-index: 0;
}
footer .container::after{
    position: absolute;
    content: '';
    top: 0px;
    right: -160px;
    width: 357px;
    height: 444px;
    background: url(../img/spot-11f.svg) no-repeat;
    background-size: contain;
    z-index: 0;
}
footer .container > * {
    position: relative;
    z-index: 9;
}
.footer-logo {
    width: 160px;
    height: 160px;
    background: #fff;
    border-radius: 100%;
    padding: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
}
footer a {
    color: #fff;
}
footer a:hover {
    color: #fff;
    text-decoration: underline;
}
.footer-nav {
    list-style: none;
    font-family: var(--font-unbounded);
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    display: grid;
    gap: 30px;
    padding: 0;
}
label {
    font-family: var(--font-unbounded);
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    display: block;
}
.socials-icons > *:hover {
    scale: 1.06;
}
footer .slogan {
    color: #4E4E4E;
    font-family: var(--font-unbounded);
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
}
.team-img {
    width:100%;
    height: auto;
    border-radius: 40px;
    aspect-ratio: 3 / 4;
	object-fit: cover;
	object-position: top;
}
.team-item {
    .h2 {
        font-size: 30px;
    }
    .h3 {
        font-size: 22px;
    }
    p {
        font-size: 16px;
    }
}
.team-item:hover .team-img {
    scale: 1.01;
    box-shadow: 0 20px 24px -20px rgba(71, 111, 179, 0.4);
}
.plain-swiper {
    .swiper-button-prev, .swiper-button-next {
        top: 30%;
    }
    .swiper-button-prev {
        left: -70px;
    }
    .swiper-button-next {
         right: -70px;
    }
}
.docs-item {
    .doc-img {
        width: 100%;
        height: auto;
        border-radius: 40px;
        aspect-ratio: 5 / 7;
		border: 1px solid;
    }
    .h2 {
        text-align: center;
        font-size: 30px;
        color: #466BB0;
    }
}
.docs-item:hover .doc-img {
    scale: 1.01;
    box-shadow: 0 20px 24px -20px rgba(71, 111, 179, 0.4);
}
.swiper-container a {
    outline: none;
}
.partner-item_img {
    width: 100%;
    height: 230px;
    background: #fff;
    padding: 30px;
    border-radius: 30px;
    box-shadow: 0 20px 24px -20px rgba(71, 111, 179, 0.4);
}
.partner-item_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.partners .spot-9::after {
    bottom: 20%;
}
.full-img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 50px;
}
.full-img.news img {
    width: 100%;
    height: 700px;
}
.cat-link_back svg {
    transform: rotate(180deg);
}
.article-body p {
    font-size: 22px;
    margin-bottom: 24px;
}
.article-body img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 30px;
    margin: 40px 0;
}
.project-shorts {
    margin-top: -150px;
    position: relative;
    z-index: 0;
}
.project-img-container {
    border-radius: 50px;
	height:auto;
    min-height: 400px;
    position: relative;
    overflow: hidden;
    color: #fff;
}
.project-img-container img {
    width:100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: -1;
}
.project-img-container::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    z-index: 0;
}
.project-img-container > * {
    position: relative;
    z-index: 9;
}
.project-img-container .h1 {
    color: #fff;
    background: unset;
    -webkit-text-fill-color: unset;
}
.project-shorts_item__img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 5;
    border-radius: 20px;
    overflow: hidden;
}
.project-shorts_item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.project-shorts_item:hover .project-shorts_item__img img {
    scale: 1.04;
}
.project-shorts_item__body {
    margin-top: -25px;
    position: relative;
    z-index: 9;
}
.project-shorts_item .a-btn {
    height: 50px;
    width: fit-content;
    margin: auto;
}
.project-shorts_item__title {
    font-family: var(--font-bebas);
    font-size: 22px;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}
.project-img-container-text p:last-child {
	margin-bottom:0;
}
.download-btn {
	font-family: var(--font-unbounded);
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    border-radius: 20px;
    background: linear-gradient(90deg, #5391CD 0%, #323586 100%);
    display: flex;
	gap:10px;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    height: 60px;
}
.download-btn:hover {
    color: #fff;
    scale: 1.06;
}
.download-btn img {
	height: 20px;
    width: auto;
    position: relative;
    z-index: 1;
}
.atricle-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
.atricle-gallery img { 
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 20px;
}
.atricle-gallery img:hover { 
    scale: 1.04;
}
.contacts {
    color: #262262;
    font-size: 28px;
}
.map {
    border-radius: 50px;
    overflow: hidden;
}
.inline-form {
    position: relative;
}
.inline-form::before {
    position: absolute;
    content: '';
    top: 30%;
    left: 0;
    width: 420px;
    height: 353px;
    background: url(../img/spot-12.svg) no-repeat;
    background-size: contain;
    z-index: -1;
}
.inline-form::after {
    position: absolute;
    content: '';
    top: 20%;
    right: -20%;
    width: 883px;
    height: 665px;
    background: url(../img/spot-3.svg) no-repeat;
    background-size: contain;
    z-index: -1;
}
.a-form {
    color: #262262;
}
.form-title {
    font-family: var(--font-unbounded);
    font-size: 30px;
    font-weight: 500;
    line-height: normal;
    display: block;
}

.a-form {
    input, textarea {
        width: 100%;
        border-radius: 50px;
        border: 1px solid #CECECE;
        background: #FFF;
        box-shadow: 0 20px 24px -20px rgba(71, 111, 179, 0.25);
        height: 60px;
        padding: 0 20px;
        text-align: center;
        transition: all 0.15s ease-in-out;
    }
    input:hover, textarea:hover {
        border-color: #5391CD;
    }
     input:focus-visible, textarea:focus-visible {
        border-color: #262262;
        outline: none;
    }
    input::placeholder, textarea::placeholder {
        color: #B2B2B2;
        font-weight: 400;
    }
    input::placeholder {
        text-align: center;
    }
    textarea {
        padding: 20px;
        resize: none;
        height: 140px;

    }
    button {
        outline: none;
        border: 0;
        transition: all 0.15s ease-in-out;
    }
    .privacy-txt {
        font-size: 14px;
        text-align: center;
    }
}
.modal {
    --bs-modal-width: 700px;
}
.modal-content {
    border-radius: 30px;
    background: #FFF;
    border: 0;
}
.modal-body {
    padding: 30px 80px;
}
.btn-close {
    background: url(../img/i-cross.svg) no-repeat;
    width: 25px;
    height: 25px;
    background-size: contain;
    position: absolute;
    top: 20px;
    right: 20px;
    border: 0;
    box-shadow: none !important;
    opacity: 1;
    border-radius: 0;
    transition: all 0.15s ease-in-out;
}
.grecaptcha-badge {display:none !important;}

article h1, article .h1 {
        font-size: 38px;
    }
	
	.box.story.shortstory {
	border-top:1px solid #5089C7;
}
.box.story.shortstory .title {
	font-size: 32px;
}
.box.story.shortstory .date {
	opacity:0.8;
	font-size:16px;
}
.aida-search_nav {
	position:relative;
	width: 62px;
    height: 62px;
}
.navbar-search {
	position:absolute;
    right: 0;
    top: 0;
    width: 62px;
    height: 62px;
    border: 1px solid #5089C7;
    border-radius: 70px;
	display:flex;
    align-items: center;
    justify-content: center;
    transition: all 0.15s ease-in-out;
	background:#fff;
	cursor:pointer;
}
.navbar-search:hover {
	border:1px solid #262262;
}
.navbar-search svg.search-icon {
	width:22px;
	height:22px;
	fill:#5089C7;
	position: absolute;
    top: 50%;
    right: 19px;
	transform: translateY(-50%);
	transition: all 0.15s ease-in-out;
}
.navbar-search:hover svg.search-icon  {
	fill:#262262;
}

.navbar-search svg.search-cross {
	width:22px;
	height:22px;
	fill: #262262;
	transition: all 0.15s ease-in-out;
}
.navbar-search svg.search-cross:hover {
	fill:var(--bs-red);
}
.navbar-search.show-search {
    width: 650px;
    justify-content: flex-end;
    padding: 0 10px 0 20px;
	box-shadow: 0px 34px 14px -26px rgba(0, 0, 0, 0.1);
	cursor: unset;
}

.search-input {
    flex-grow: 1;
    border: none;
    outline: none;
    font-size: 16px;
    background: transparent;
    margin-right: 10px;
    display: none; /* Скрыт по умолчанию */
}

.navbar-search.show-search .search-input {
    display: block; /* Показываем при show-search */
}

.clear-search {
    background: none;
    border: none;
    font-size: 16px;
    cursor: pointer;
    margin-right: 10px;
    color: #262262;
	margin-right: 60px;
    display: none; /* Скрыт по умолчанию */
}
.searchtable-search {
	position:relative;
	width: 100%;
    justify-content: flex-end;
    padding: 0 10px 0 20px;
    box-shadow: 0px 34px 14px -26px rgba(0, 0, 0, 0.1);
	height: 66px;
    border: 1px solid var(--bs-light-blue);
    border-radius: 20px;
    display: flex;
    align-items: center;
	transition: all 0.15s ease-in-out;
    background: #fff;
}
.searchtable-search:hover {
    border: 1px solid #262262;
}
.searchtable-search input {
    flex-grow: 1;
    border: none;
    outline: none;
    font-size: 16px;
    background: transparent;
    margin-right: 10px;
}
.searchtable-search svg.search-icon {
    width: 24px;
    height: 24px;
    fill: #5089C7;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    transition: all 0.15s ease-in-out;
}
.searchtable-search button:hover svg.search-icon {
    fill: #262262;
}
.searchtable-search button {
	border: 0;
    outline: none;
    box-shadow: none;
    background: unset;
}
.navbar-search.show-search .clear-search {
    display: block; /* Показываем при show-search */
}

.search-icon {
    width: 24px;
    height: 24px;
}
.navbar-search .button-search-icon {
	display:none;
	width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    right: 19px;
    transform: translateY(-50%);
	outline: none;
    border: 0;
    background: transparent;
}
.navbar-search .button-search-icon .search-icon { 
	right:0;
}
.navbar-search.show-search .button-search-icon {
	display:block;
}
.navbar-search.show-search .search-icon--notbtn {
	display:none;
}