/* общие стили */
*{
    font-size: 10px;
}
* {
    font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}
body {
    background: #F5F6F9;
    margin: 0;
    padding: 0;
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1520px;
}
main{
    background-color: #F5F6F9;
}
.about{
    padding: 10em 0;
}
.about h2, #products h2{
    font-family: Gilroy;
    font-weight: 600;
    font-style: Semibold;
    font-size: 4em;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #153D8A;
}
.about p{
    font-family: Gilroy;
    font-weight: 400;
    font-style: normal;
    font-size: 2.2em;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    color: #373D44;
}

.why_first {
    background-color: #ffffff;
    min-height:30em ;
    border-radius: 1em;

}
.why_seckond {
    background-color:#ffffff;
    min-height:30em ;
    padding: 0;
    margin: 0 .5em;
    border-radus: 1em;
}
.why_third{
    background-color: #ffffff;
    min-height:30em ;
    border-radius: 1em;

}
.main-bunner{
    min-height: calc(100vh - 10em);100vh;
}
h1.text-mb{
    font-family: Gilroy;
    font-weight: 600;
    font-style: Semibold;
    font-size: 6.4em;
    leading-trim: both;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: uppercase;
    max-width :960px ;


}
h2.text-des{
    margin-top:1em;
    font-family: Gilroy;
    font-weight: 500;
    font-style: Medium;
    font-size: 22px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    max-width :690px;
}
.main-color{
    background-color: #153D8A;
}
.header{
    height:10em;
}
footer{
    min-height:10vw;
    background: #373D44;
    padding:5em;
}
.mh-5{
    min-height:20em;
    margin: .2em;
    border-radius:10px;
    padding: 2em;
}
.mh-0 {
    min-height: 20em;
    margin: .2em;
    border-radius: 10px;
    padding: 0em;
    background-image: url(/local/templates/p63new/images/map.png);
    background-size: cover;
    filter: grayscale(100%);
    height: 100%;
}
.mh-0:hover {
    filter: grayscale(0%);
    transition: filter .5s ease-out;
}
.footer-contacts{
    list-style-type:none;
    color: #e2e2e2;
    padding-left: 0;
}
.footer-contacts a{
    font-family: Gilroy;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;

}
.footer-head{
    font-family: Gilroy;
    font-weight: 600;
    font-style: Semibold;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #F9F9FA;
    border-bottom: 1px solid #929292;
    padding-bottom: 1em;
}
/* кастомные акценты для меню */
.navbar {
    transition: all 0.2s ease;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    box-shadow: 0 2px 14px rgba(0,0,0,0.02);
    background-color: #153D8A;
    max-width: 1920px;
    margin: 0 auto;å
}
.navbar-brand {
    font-weight: 700;
    font-size: 1.5rem;
    letter-spacing: -0.3px;
    color: #ffffff !important;
    transition: opacity 0.2s;
}
.navbar-brand:hover {
    opacity: 0.85;
}
.nav-link {
    color: #ffffff !important;
    margin: 0 0.1rem;
    transition: color 0.2s, background 0.2s;
    border-radius: 10px;
    padding: 0.5rem 1rem !important;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.nav-link:hover {
    color: #0a58ca !important;
    background-color: rgba(13,110,253,0.04);
}
/* контакты (телефон/email) стиль ссылок */
.contact-link {
    font-weight: 500;
    color: #ffffff;
    transition: color 0.2s;
    font-size: 0.95rem;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 500;
}
.contact-link i {
    font-size: 1rem;
    color: #ffffff;
}
.contact-link:hover {
    color: #0a58ca;
}
/* кнопка скачать презентацию */
.btn-download {
    border-radius: 40px;
    padding: .5em 1em;
    font-weight: 600;
    font-size: 0.85rem;
    transition: all 0.2s;
    background: transparent;
    border: 1.5px solid #dee2e6;
    color: #ffffff;
    font-size: 1.4em;
    line-height: 2em;
}
.btn-download i {
    font-size: 1.4em;
    margin: 0 .2em;
    color: #ffffff;
}
.btn-download:hover {
    background-color: #f8f9fa;
    border-color: #0d6efd;
    color: #0a58ca;
    transform: translateY(-1px);
}
/* переключатель языка */
.lang-dropdown .dropdown-toggle {
    font-weight: 600;
    background: transparent;
    border: none;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 0.4rem 0.8rem;
    border-radius: 40px;
    transition: all 0.2s;
    font-size: 1.4em;
}
.lang-dropdown .dropdown-toggle:hover {
    background: #f1f3f5;
    color: #0a58ca;
    font-size: 1.4em;
}
.lang-dropdown .dropdown-toggle::after {
    margin-left: 6px;
    vertical-align: middle;
    display: none;
    font-size: 1.4em;
}
.dropdown-menu {
    border-radius: 18px;
    border: none;
    box-shadow: 0 12px 28px rgba(0,0,0,0.08);
    padding: 0.5rem 0;
    margin-top: 0.5rem;
}
.dropdown-item {
    font-weight: 500;
    padding: 0.5rem 1.5rem;
    font-size: 1.4em;
}
.dropdown-item:hover {
    font-weight: 500;
    padding: 0.5rem 1.5rem;
    font-size: 1.4em;
    background-color: transparent ;
    color: #0a58ca;
}
.dropdown-item:active {
    background-color: #e9ecef;
    color: #0a58ca;
}
@media (min-width: 1400px) {
    .blue-button{
        angle: 0 deg;
        opacity: 1;
        border-radius: 50px;
        padding: 1em;
        gap: 10px;
        background: linear-gradient(90deg, #153D8A 0%, #3B74E2 100%);
        font-family: Gilroy;
        font-weight: 500;
        font-style: Medium;
        font-size: 1.4em;
        leading-trim: NONE;
        line-height: 90%;
        letter-spacing: 0%;
        text-align: center;
        text-transform: uppercase;

    }
    .blue-button:hover{
        background: linear-gradient(90deg, #3B74E250 0%, #153D8A50 100%);
    }
    .black-button{
        angle: 0 deg;
        opacity: 1;
        border-radius: 50px;
        padding: 1em;
        gap: 10px;
        background: #373D44;
        color:#fff;
        font-family: Gilroy;
        font-weight: 500;
        font-style: Medium;
        font-size: 1.4em;
        leading-trim: NONE;
        line-height: 90%;
        letter-spacing: 0%;
        text-align: center;
        text-transform: uppercase;

    }
    .black-button:hover{
        background:transparent:
        color:black;
        border:1px solid black;
    }
}

/* адаптивные отступы внутри collapse */
@media (max-width: 991.98px) {
    .navbar-collapse {
        background: white;
        margin-top: 1rem;
        padding: 1rem 0.5rem;
        border-radius: 28px;
        box-shadow: 0 8px 20px rgba(0,0,0,0.02);
    }
    .navbar-nav {
        margin-bottom: 0.75rem !important;
        border-bottom: 1px solid #eef2f6;
        padding-bottom: 0.5rem;
    }
    .nav-link {
        padding: 0.7rem 0.75rem !important;
    }
    .contact-group-mobile {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 0.75rem !important;
        width: 100%;
        margin: 0.5rem 0;
    }
    .btn-download {
        justify-content: center;
        text-align: center;
        width: fit-content;
    }
    .lang-dropdown {
        align-self: flex-start;
    }
    .action-row {
        flex-wrap: wrap;
        justify-content: flex-start !important;
    }
}
/* для десктопа - отступы */
@media (min-width: 992px) {
    .action-group {
        gap: 1.75rem;
    }
    .contact-divider {
        margin: 0 0.5rem;
    }
    .btn-download {
        margin-left: 0.25rem;
    }
}
@media (max-width: 768px) {
    h1.text-mb {
        font-family: Gilroy;
        font-weight: 600;
        font-size: 34px;
        line-height: 120%;
        letter-spacing: 0%;
        text-transform: uppercase;
        max-width: 960px;
    }
    .about h2, #products h2 {
        font-family: Gilroy;
        font-weight: 600;
        font-size: 30px;
        line-height: 100%;
        letter-spacing: 0%;
        text-transform: uppercase;
        color: #153D8A;
    }
}
/* разделитель визуальный между контактами (на десктопе) */
.contact-wrapper {
    gap: 0.5rem 1.25rem;
}
/* плавный скролл, если нужно */
a, button {
    cursor: pointer;
}
/* тени и микродетали */
.navbar-toggler {
    border: 1px solid #dee2e6;
    padding: 0.5rem 0.7rem;
    border-radius: 12px;
}
.navbar-toggler:focus {
    box-shadow: 0 0 0 2px rgba(13,110,253,0.25);
}