@charset "UTF-8";
.assistant__title, .blog__title, .contacts__form__title, .statistics__item__count {
    font-family: "Roboto";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 80px; /* 137.931% */
    letter-spacing: 0.58px;
}

.info__leftBar__title {
    font-family: "Roboto";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 80px; /* 137.931% */
    letter-spacing: 0.58px;
}

.services__cards__item__title, .hero__swiper__content__title {
    font-family: "Roboto";
    font-size: 41px;
    font-style: normal;
    font-weight: 400;
    line-height: 52px;
}

.servicesGroups__item {
    font-family: "Roboto";
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
}

.blog__list__item__title {
    font-family: "Roboto";
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
}

.statistics__item__title, .hero__swiper__content__subtitle, .accordion-item .accordion-button {
    font-family: "Roboto";
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.assistant__swiper__slide__title, .assistant__info, .blog__description, .info__leftBar__content, .services__cards__item__subtitle {
    font-family: "Roboto";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.contacts__form__input, .contacts__rightBar__link {
    font-family: "Roboto";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.contacts__form__label {
    font-family: "Roboto";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}

.assistant__swiper__slide__list, .assistant__swiper__slide__info, .blog__list__item__description, .navbar .nav-link, .language, .accordion-body {
    font-family: "Roboto";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.assistant__swiper__slide__button, .load-more, .contacts__form__submit, .navbar .nav-link.active, .secondaryButton, .primaryButton {
    font-family: "Roboto";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.assistant__swiper__slide__month, .blog__list__item__info__text, .footer_rights, .bredcrumbs__text, .bredcrumbs__link {
    font-family: "Roboto";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.tag {
    font-family: "Roboto";
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #ffffff;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    padding-top: 125px;
}
@media (max-width: 1024px) {
    body {
        padding-top: 85px;
    }
}

input {
    outline: none;
}

dl,
ol,
ul {
    margin: 0;
    padding: 0;
}

button {
    outline: none;
    border: none;
    cursor: pointer;
}

a {
    text-decoration: none;
}

.container {
    max-width: 1280px !important;
    width: 100%;
}

.divider {
    background: rgba(255, 255, 255, 0.1);
    height: 1px;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}
@media (max-width: 1500px) {
    .divider {
        width: calc(100vw - 200px);
    }
}

.primaryButton {
    background-color: #5d5cfd;
    border-radius: 8px;
    box-shadow: 0px 4px 8px 0px rgba(93, 92, 253, 0.3);
    color: #ffffff;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.primaryButton:hover {
    background-color: #4a4aca;
    color: #ffffff;
}

.secondaryButton {
    background-color: transparent;
    border-radius: 8px;
    border: 1px solid #5d5cfd;
    color: #5d5cfd;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
.secondaryButton:hover {
    box-shadow: 0px 4px 8px 0px rgba(93, 92, 253, 0.3);
}

.inner-section {
    min-height: calc(100vh - 257px);
}

.round {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.bg-color-primary {
    background-color: #5d5cfd;
}

.bg-color-black-opacty-30 {
    background-color: rgba(0, 0, 0, 0.3);
}

#map {
    max-width: 632px;
    height: 410px;
    width: 100%;
    margin-top: 38px;
}
#map .map__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 1024px) {
    #map {
        height: 328px;
        margin-top: 8px;
    }
}
@media (max-width: 768px) {
    #map iframe {
      width:100%;  
    }
}

.required {
    position: relative;
}
.required::after {
    content: "*";
    color: #5d5cfd;
    margin-left: 8px;
}

.accordion-item:first-of-type {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    margin-top: 0;
}

.accordion-item {
    border: none;
    margin-top: 16px;
    border-radius: 16px !important;
    background-color: #f5f5f5;
    overflow: hidden;
}
@media (max-width: 991px) {
    .accordion-item {
        margin-top: 12px;
    }
}

.accordion-item .accordion-button {
    border-top-left-radius: 16px !important;
    border-top-right-radius: 16px !important;
    box-shadow: none !important;
    transition: none;
    background-color: transparent;
    padding: 20px 24px;
}
.accordion-item .accordion-button:hover {
    background-color: #efefff;
}
@media (max-width: 991px) {
    .accordion-item .accordion-button {
        padding: 16px;
        font-size: 20px;
        line-height: 28px;
    }
}

.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #5d5cfd !important;
    box-shadow: none;
}

.accordion-body {
    padding: 1rem 1.25rem;
    background-color: #5d5cfd;
    color: #efefff;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    padding-top: 0;
}
@media (max-width: 991px) {
    .accordion-body {
        padding: 0 16px 16px;
    }
}

.accordion-button::after {
    background-image: url("../icons/plus.svg");
}

.accordion-button:not(.collapsed)::after {
    background-image: url("../icons/plusPart.svg");
}

.hide {
    display: none;
}

.inner {
    min-height: calc(100vh - 291px);
}

.bredcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 36px;
}
.bredcrumbs__link {
    color: #2f3336;
    margin-bottom: 0;
}
.bredcrumbs__text {
    color: #828586;
    margin-bottom: 0;
}

.language {
    border-radius: 8px;
    background: #f5f5f5;
    display: flex;
    padding: 8px 12px 8px 8px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #0f1726;
}
.language:hover {
    color: #0f1726;
    background-color: #eaebeb;
}

.header {
    position: fixed;
    z-index: 3;
    width: 100vw;
    left: 0;
    top: 0;
    background-color: #ffffff;
}

.navbar {
    padding: 16px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
}
.navbar .navbar-content {
    display: flex;
    align-items: center;
}
.navbar_phone {
    margin-left: 0;
}
.navbar .nav-link {
    color: #2f3336;
    padding: 9px 0px;
    border-bottom: 3px solid transparent;
}
.navbar .nav-link:hover {
    border-color: #5d5cfd;
}
.navbar .nav-link.active {
    border-color: #5d5cfd;
}

.navbar-brand_mobile,
.nav-item-mobile,
.navbar_phone_mobile {
    display: none;
}

.menu {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    margin: 0;
    padding: 0;
    gap: 32px;
}

.menu > li {
    overflow: hidden;
}
.menu .lang {
    overflow:visible;
}

.menu-button-container {
    display: none;
    height: 100%;
    width: 30px;
    height: 30px;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#menu-toggle {
    display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
    display: block;
    background-color: #2f3336;
    position: absolute;
    height: 2px;
    width: 30px;
    transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 2px;
}

.menu-button::before {
    content: "";
    margin-top: -8px;
}

.menu-button::after {
    content: "";
    margin-top: 8px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
    margin-top: 0px;
    transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
    background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
    margin-top: 0px;
    transform: rotate(-405deg);
}

.navbarContacts {
    flex-direction: column;
    align-items: center;
    justify-content: end;
    margin: 0 auto;
    gap: 36px;
    flex-grow: 1;
    margin-bottom: 36px;
    width: 100%;
}
.navbarContacts .navbar_phone {
    width: 100%;
    justify-content: center;
}
.navbarContacts__list {
    display: flex;
    gap: 16px;
    align-items: center;
}
.navbarContacts__list__item {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #d5d6d7;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991px) {
    .navbar .nav-link {
        border-bottom: none;
        border-left: 3px solid transparent;
        padding-left: 12px;
    }
    .nav-item-desktop,
    .navbar-brand_desktop {
        display: none !important;
    }
    .navbar-brand_mobile,
    .nav-item-mobile,
    .navbar_phone_mobile {
        display: flex !important;
    }
    .navbar_phone_mobile {
        margin-right: 16px;
    }
    .menu-button-container {
        display: flex;
    }
    .menu {
        position: fixed;
        gap: 4px;
        height: 0;
        top: 0;
        margin-top: 72px;
        left: 0;
        flex-direction: column;
        width: 100%;
        justify-content: flex-start;
        align-items: flex-start;
        background-color: #ffffff;
        padding: 0 12px;
    }
    #menu-toggle:checked ~ .menu {
        height: auto;
        bottom: 0;
        right: 0;
    }
    #menu-toggle:not(:checked) ~ .menu {overflow: hidden}
    
    .navbar:has(#menu-toggle:checked) .navbar_phone_mobile {
        display: none !important;
    }
}
.hero__swiper {
    height: 560px;
}
@media (max-width: 991px) {
    .hero__swiper {
        height: 440px;
        padding-bottom: 40px;
    }
}
.hero__swiper .swiper-pagination {
    text-align: end;
    padding-right: 60px;
    bottom: 40px;
}
@media (max-width: 991px) {
    .hero__swiper .swiper-pagination {
        text-align: center;
        padding-right: 0px;
        bottom: 10px;
    }
}
.hero__swiper__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 24px;
}
@media (max-width: 991px) {
    .hero__swiper__img {
        border-radius: 20px;
    }
}
.hero__swiper__content {
    position: absolute;
    left: 60px;
    bottom: 40px;
}
@media (max-width: 991px) {
    .hero__swiper__content {
        left: 0;
        bottom: 16px;
        padding: 0 16px;
    }
}
.hero__swiper__content__title {
    color: #ffffff;
    margin-bottom: 8px;
}
@media (max-width: 991px) {
    .hero__swiper__content__title {
        font-size: 23px;
        line-height: 32px;
    }
}
.hero__swiper__content__subtitle {
    color: #ffffff;
    margin-bottom: 0;
}
@media (max-width: 1024px) {
    .hero__swiper__content__subtitle {
        font-size: 16px;
        line-height: 24px;
    }
}

.services__cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
    grid-template-rows: 232px;
    margin-top: 16px;
}
@media (max-width: 991px) {
    .services__cards {
        grid-template-columns: 100%;
        grid-template-rows: repeat(3, 216px);
    }
}
.services__cards__item {
    border-radius: 24px;
    padding: 0 32px 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
@media (max-width: 991px) {
    .services__cards__item {
        padding: 0 20px 20px;
    }
}
.services__cards__item__title {
    color: #000000;
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}
@media (max-width: 991px) {
    .services__cards__item__title {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 13px;
    }
}
.services__cards__item__subtitle {
    color: #1c1f20;
    margin-bottom: 0;
}
@media (max-width: 991px) {
    .services__cards__item__subtitle {
        font-size: 18px;
        line-height: 26px;
    }
}
.services__cards__item:nth-child(1) {
    background-color: #ccefed;
}
.services__cards__item:nth-child(1) .services__cards__item__title {
    color: #004541;
}
.services__cards__item:nth-child(2) {
    background-color: #dfdeff;
}
.services__cards__item:nth-child(2) .services__cards__item__title {
    color: #252565;
}
.services__cards__item:nth-child(3) {
    background-color: #fef3d4;
}

.servicesGroups {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 600px;
    margin: 0 auto;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid #d5d6d7;
    align-content: center;
}
.servicesGroups__item {
    color: #2f3336;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 14px 8px;
    cursor: pointer;
}
@media (max-width: 991px) {
    .servicesGroups__item {
        padding: 6px 0;
        font-size: 16px;
        line-height: 24px;
    }
}
.servicesGroups__item:hover {
    background-color: #f7f7ff;
}
.servicesGroups__item__icon {
    width: 32px;
    height: 32px;
}

.servicesGroups__item_smart.servicesGroups__item_active {
    background-color: #ccefed;
}

.servicesGroups__item_network.servicesGroups__item_active {
    background-color: #dfdeff;
}

.servicesGroups__item_security.servicesGroups__item_active {
    background-color: #fef3d4;
}

.servicesAccordions {
    max-width: 804px;
    margin: 56px auto 0;
}
@media (max-width: 991px) {
    .servicesAccordions {
        margin: 32px auto 0;
    }
}

.partners__swiper {
    padding: 40px 0px;
}
.partners__swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 72px;
}

.partners__swiper .swiper-slide img {
    height: 100%;
}

.info {
    display: flex;
    justify-content: space-between;
    gap: 32px;
    margin-top: 16px;
}
@media (max-width: 991px) {
    .info {
        flex-direction: column;
        gap: 40px;
    }
}
.info__leftBar {
    max-width: 632px;
    width: 100%;
}
@media (max-width: 991px) {
    .info__leftBar {
        max-width: unset;
    }
}
.info__leftBar__title {
    color: #060a10;
    margin-bottom: 28px;
}
.info__leftBar__title span {
    color: #5d5cfd;
}
@media (max-width: 991px) {
    .info__leftBar__title {
        font-size: 36px;
        line-height: 46px;
        margin-bottom: 16px;
    }
}
.info__leftBar__content {
    color: #2f3336;
    margin-bottom: 0;
}
@media (max-width: 991px) {
    .info__leftBar__content {
        font-size: 18px;
        line-height: 26px;
    }
}
.info__rightBar {
    max-width: 524px;
    width: 100%;
}
@media (max-width: 991px) {
    .info__rightBar {
        max-width: 400px;
    }
}

.statistics {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 40px;
}
.statistics__item {
    display: flex;
    flex-direction: column;
    width:50%;
}
.statistics__item__count {
    color: #060a10;
    margin-bottom: 8px;
}
@media (max-width: 991px) {
    .statistics__item__count {
        font-size: 41px;
        line-height: 52px;
        margin-bottom: 4px;
    }
}
.statistics__item__title {
    color: #2f3336;
    margin-bottom: 0;
}
@media (max-width: 991px) {
    .statistics__item__title {
        font-size: 18px;
        line-height: 26px;
    }
}

.contacts {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    border-top: 1px solid #d5d6d7;
    padding: 72px 0.75rem 0;
    margin-top: 72px;
}
@media (max-width: 1024px) {
    .contacts {
        flex-direction: column;
        align-items: center;
    }
}
.contacts__leftBar {
    max-width: 524px;
    width: 100%;
}
@media (max-width: 768px) {
    .contacts__rightBar {
        width: 100%;
    }
}
.contacts__rightBar__link {
    color: #131416;
    display: block;
    margin-bottom: 12px;
}
.contacts__rightBar__link__img {
    margin-right: 16px;
}
.contacts__form__title {
    color: #000000;
    margin-bottom: 40px;
}
@media (max-width: 991px) {
    .contacts__form__title {
        margin-bottom: 32px;
        font-size: 36px;
        line-height: 46px;
    }
}
.contacts__form__item {
    margin-bottom: 28px;
}
@media (max-width: 991px) {
    .contacts__form__item {
        margin-bottom: 24px;
    }
}
.contacts__form__label {
    color: #2f3336;
    margin-bottom: 8px;
}
.contacts__form__input {
    border-radius: 8px;
    height: 56px;
    padding: 16px 20px;
}
.contacts__form__input:focus {
    box-shadow: 0 0 0 1px #5d5cfd;
    border: 1px solid #5d5cfd;
}
.contacts__form__submit {
    margin-top: 12px;
    border-radius: 8px;
    padding: 16px 28px;
}
.contacts__form__submit:hover {
    box-shadow: 0px 4px 8px 0px rgba(93, 92, 253, 0.3);
}
@media (max-width: 1024px) {
    .contacts__form__submit {
        width: 100%;
        display: block;
    }
}

.footer {
    background: #f5f5f5;
    padding: 16px 0px;
    margin-top: 72px;
}
.footer__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
.footer__links {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.footer_rights {
    color: #2c3135;
    margin-bottom: 0;
}

.blog__title {
    color: #060a10;
    margin: 0 0 20px;
}
@media (max-width: 768px) {
    .blog__title {
        font-size: 36px;
        line-height: 46px;
        margin: 0 0 16px;
    }
}
.blog__description {
    color: #2f3336;
    max-width: 740px;
    margin: 0;
}
@media (max-width: 768px) {
    .blog__description {
        font-size: 18px;
        line-height: 26px;
    }
}
.blog__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px 16px;
    margin: 48px 0;
}
@media (max-width: 1140px) {
    .blog__list {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 768px) {
    .blog__list {
        grid-template-columns: 1fr;
        gap: 32px;
        margin: 40px 0;
    }
}
.blog__list__item {
    position: relative;
    border-radius: 16px;
}
.blog__list__item:hover .blog__list__item__title {
    color: #5d5cfd;
}
.blog__list__item__img {
    width: 100%;
    height: 246px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px;
}
@media (max-width: 768px) {
    .blog__list__item__img {
        height: 202px;
    }
}
.blog__list__item__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #000000;
    text-overflow: ellipsis;
    margin: 16px 0 4px;
}
@media (max-width: 768px) {
    .blog__list__item__title {
        font-size: 23px;
        line-height: 32px;
    }
}
.blog__list__item__description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #2f3336;
    margin: 0;
}
.blog__list__item__info {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.blog__list__item__info__text {
    color: #595c5e;
    margin: 0;
}
.blog__list__item__info__text:after {
    content: "•";
    margin: 8px;
}

.load-more {
    border-radius: 16px;
    border: 1px solid #efefff;
    background: #f7f7ff;
    display: block;
    padding: 20px;
    width: 100%;
    color: #5d5cfd;
    text-align: center;
}
@media (max-width: 768px) {
    .load-more {
        padding: 12px 20px;
    }
}

.blogItem {
    max-width: 740px !important;
}
.blogItem__content {
    max-width: 400px;
}
@media (max-width: 768px) {
    .blogItem__content {
        max-width: unset;
    }
}
.blogItem__ul {
    padding-left: 30px;
}
.blogItem__img {
    max-width: 308px;
    height: 412px;
    width: 100%;
    border-radius: 8px;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (max-width: 768px) {
    .blogItem__img {
        max-width: unset;
        width: 100%;
        margin: 24px 0 0;
    }
}

.tag {
    border-radius: 8px;
    padding: 2px 8px;
    margin: 0 0 0 5px;
    color: #004541;
}
.tag_smart {
    background: #ccefed;
}
.tag_Խելացի {
    background: #ccefed;
}
.tag_network {
    background: #dfdeff;
}
.tag_Ցանց {
    background: #dfdeff;
}
.tag_security {
    background: #fef3d4;
}
.tag_Անվտանգություն {
    background: #fef3d4;
}
.assistant__title {
    color: #060a10;
    margin-bottom: 20px;
}
.assistant__info {
    color: #2f3336;
    margin-bottom: 0;
    max-width: 740px;
}
.assistant__swiper {
    margin-top: 72px;
}
@media (max-width: 1280px) {
    .assistant__swiper {
        padding-bottom: 40px;
    }
}
.assistant__swiper__slide {
    border-radius: 24px;
    border: 1px solid #efefff;
    background: Primary-P95;
    padding: 28px 24px;
    height: 275px;
    display: flex;
    flex-direction: column;
}
.assistant__swiper__slide:hover {
    background-color: #5d5cfd;
}
.assistant__swiper__slide:hover .assistant__swiper__slide__title,
.assistant__swiper__slide:hover .assistant__swiper__slide__price {
    color: #ffffff;
}
.assistant__swiper__slide:hover .assistant__swiper__slide__month {
    color: #dfdeff;
}
.assistant__swiper__slide:hover .assistant__swiper__slide__info {
    color: #efefff;
}
.assistant__swiper__slide:hover .assistant__swiper__slide__list {
    color: #fafaff;
}
.assistant__swiper__slide:hover .assistant__swiper__slide__list li::before {
    color: #fafaff;
}
.assistant__swiper__slide:hover .assistant__swiper__slide__button {
    background: #feedbf;
    border: none;
    color: #000000;
}
.assistant__swiper__slide__title {
    margin-bottom: 8px;
}
.assistant__swiper__slide__price {
    font-family: "Roboto";
    font-size: 29px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 0px;
}
.assistant__swiper__slide__month {
    color: #595c5e;
    margin-bottom: 0;
}
.assistant__swiper__slide__info {
    color: #2f3336;
}
.assistant__swiper__slide__list {
    color: #131416;
    list-style: none;
    padding: 0;
    margin: 0;
}
.assistant__swiper__slide__list li {
    padding-left: 16px;
    position: relative;
}
.assistant__swiper__slide__list li::before {
    content: "• ";
    color: #5d5cfd;
    position: absolute;
    left: 2px;
}
.assistant__swiper__slide__button {
    border-radius: 8px;
    border: 1px solid #7d7dfd;
    display: block;
    width: 100%;
    padding: 10px 16px;
    color: #5d5cfd;
    text-align: center;
    background: transparent;
    margin-top: auto;
}
/****************/
.justify-content-end {
    display: none !important;
}
.modal-body .contacts__form__title,
.modal-body .contacts__form__submit {
    display: none;
}
.modal-body .justify-content-end,
.modal-body .justify-content-end .contacts__form__submit
{
    display: flex !important;
}


.language_dropdown {
    position: relative;
    display: inline-block;
}

.language_dropdown-toggle {
    border-radius: 8px;
    background: #f5f5f5;
    display: flex;
    padding: 8px 12px 8px 8px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #0f1726;
    font-size: 13px;
    width: 100%;
}

.language_dropdown-toggle img {
    width: 24px;
    height: 24px;
}

.language_dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1;
    width: 100%;
}

.language_dropdown-menu .language_dropdown-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    color: #0f1726;
    font-size: 13px;
    text-decoration: none;
    border-radius: 8px;
    transition: background 0.3s;
}

.language_dropdown-menu .language_dropdown-item-active {
    background: #f5f5f5;
}

.language_dropdown-menu .language_dropdown-item:hover {
    background: #f5f5f5;
}

.language_dropdown-menu .language_dropdown-item img {
    width: 24px;
    height: 24px;
}

.language_dropdown:hover .language_dropdown-menu {
    display: block;
}
