/** Главный заголовок **/
.header__fix
{
    background: #FFFFFFFF;
    height: 6rem;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;

    border-bottom: 1px solid #BC2539;
}

@media(max-width: 1023px){
    .header__fix
    {
        height: 10rem;
        border-bottom: unset;
    }
}

.header__content
{
    align-items: center;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    height: 6rem;
    margin: 0 auto;
    max-width: 90rem;
    padding: 1rem 1.5rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    width: 100%;
    gap: 1.5rem;
}

@media(max-width: 1023px){
    .header__content
    {
        justify-content: center;
        border-bottom: none;
        height: 4.5rem;
    }
}

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

.header__fix-title
{
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
}

.header__fix-title:hover p, .header__fix-title:active p
{
    color: #BC2539;
}

.header__fix-colored-title
{
    text-decoration: none;
}

.header__fix-colored-title p
{
    color: #BC2539;
    font-size: 1.05rem;
}

.header__fix-button{
    text-decoration: none;
    border: 1px solid #BC2539;
    border-radius: 8px;
    padding: 0.5rem;

    font-size: 1rem;
    font-weight: 550;
    line-height: 1.375;
    font-family: "Montserrat",Helvetica,Arial,sans-serif;
    color: #000000;
    cursor: pointer;
}

.header__fix-button:hover, .header__fix-button:active{
    background: #BC2539;
    color: #FFFFFF;
}

.header-menu__title
{
    font-size: 0.95rem;
    font-weight: 550;
    line-height: 1.375;
    font-family: "Montserrat",Helvetica,Arial,sans-serif;
    color: #000000;
}

.header__fix-title, .header__fix-colored-title, .header__fix-button{
    margin-right: 1.5rem;
}

.header__fix-title-no-margin{
    margin-right: 0;
}

.header__spacer
{
    height: 5.2rem;
    width: 100%;
}

@media(max-width: 1023px){
    .header__spacer
    {
        height: 9rem;
    }
}

@media(max-width: 1023px){
    .header__button_mobile-hide{
        display: none;
    }
}

/** Выпадающее меню **/

.header-menu {
    display: none;
    position: fixed;
    top: 10rem;
    left: 0;
    right: 0;
    z-index: 99999;
    max-height: calc(100vh - 9.75rem);
    width: 100%;
    overflow: auto;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5), 0px -5px 5px -5px rgba(0, 0, 0, 0.5);
}

.header-menu__container {
    background: #FFFFFF;
    box-shadow: 0 4px 15px rgba(26,25,25,.15);
    display: flex;
    justify-content: center;
    padding: 2rem 1.5rem;
}

.header-menu__section{
    text-align: center;
}

.header-menu__list {
    list-style: none;
    margin: 0;
    padding: 0 1.5rem;
}

.header-menu__list {
    list-style: none;
}

.header-menu__item{
    margin-bottom: 0.5rem;
}

.header-menu__link
{
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.375;
    font-family: "Montserrat",Helvetica,Arial,sans-serif;
    color: #000000;
    text-decoration: none;
}

.header-menu__link:hover, .header-menu__link:active
{
    color: #BC2539;
}

/** Мобильное подменю **/

.header-menu_mobile-visible{
    display: none;
    border: none;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5), 0px -5px 5px -5px rgba(0, 0, 0, 0.5);
}

@media(max-width: 1023px){
    .header-menu_mobile-visible{
        display: flex;
    }
}

.header__button_mobile-visible{
    margin-right: 3rem;
    cursor: pointer;
}

.header__button_mobile-visible:last-child{
    margin-right: 0;
}

.header__button_mobile-icon{
    width: 28px;
}

#close-mobile-menu-button{
    display: none;
}

/** Тело страницы **/

body{
    padding: 0;
    margin: 0;
}

main{
    width: 100%;
}

/** Меню продукты и решения **/
#menu-fixed{
    position: fixed;
    z-index: 9999;
    left: 50%;
    transform: translateX(-50%);

    width: 100%;

    margin-top: 0.875rem;
    padding: 0 1.5rem;
    box-sizing: border-box;

    display: none;
}

.menu-fixed-container{
    background: #FFFFFF;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 30px 40px;
    box-sizing: border-box;

    -webkit-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.5);
    -moz-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.5);
    box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.5);

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 1rem;

    width: 100%;
    max-width: 90rem;

    margin: 0 auto;
}

#products-and-solutions-desktop-container{
    max-height: 98vh;
    overflow-y: scroll;
}

.menu-fixed-column{
    display: flex;
    flex-direction: column;
    flex-basis: 22%;
}

#about-desktop-container .menu-fixed-column{
    flex-basis: unset;
}

.menu-fixed-column__header{
    border-bottom: 2px solid #A7A9AC;
    margin-bottom: 1rem;
    display: flex;
    min-height: 60px;
}

#about-desktop-container .menu-fixed-column__header{
    min-height: unset;
}

.menu-fixed-column__header h3{
    font-weight: 550;
    font-size: 1rem;
    line-height: 1.375;
    font-family: "Montserrat",Helvetica,Arial,sans-serif;
    margin-bottom: 0.5rem;
    margin-top: 0;
}

.menu-fixed-column__link{
    margin-bottom: 1rem;
}

.menu-fixed-column__link:last-child{
    margin-bottom: 0;
}

.menu-fixed-column__link-header{
    font-weight: 550;
    font-size: 0.95rem;
    line-height: 1.375;
    font-family: "Montserrat",Helvetica,Arial,sans-serif;
}

.menu-fixed-column__link-description{
    font-size: 0.875rem;
    line-height: 1.375;
    font-family: "Montserrat",Helvetica,Arial,sans-serif;
}

.menu-fixed-column__link a{
    text-decoration: none !important;
    cursor: pointer;
}

.menu-fixed-column__link a .menu-fixed-column__link-header, .menu-fixed-column__link a:visited .menu-fixed-column__link-header{
    text-decoration: none;
    color: #000;
}

.menu-fixed-column__link a:hover .menu-fixed-column__link-header, .menu-fixed-column__link a:active .menu-fixed-column__link-header{
    text-decoration: none;
    color: #BC2539;
}

.menu-fixed-column__link a .menu-fixed-column__link-description, .menu-fixed-column__link a:visited .menu-fixed-column__link-description{
    text-decoration: none;
    color: #666666;
}

.menu-fixed-column__link a:hover .menu-fixed-column__link-description, .menu-fixed-column__link a:active .menu-fixed-column__link-description{
    text-decoration: none;
    color: #BC2539;
}

#products-and-solutions-mobile-container{
    display: none;
}

#about-mobile-container{
    display: none;
}

.menu-fixed-column__divider{
    height: 1px;
    width: 70%;
    background: #CBCBCB;
    margin-bottom: 1rem;
}

/** Мобильное меню **/
@media(max-width: 1023px){
    .menu-fixed-column{
        text-align: left;
        margin-bottom: 1rem;
    }

    .menu-fixed-column__header{
        align-items: center;
        gap: 1rem;
    }

    .menu-fixed-column__header h3{
        margin: 0;
    }

    .menu-fixed-column__header-image{
        width: 35px;
        height: 35px;
        flex-shrink: 0;
    }

    .menu-fixed-column__header-image img{
        width: 100%;
    }

    .menu-fixed-column__links-mobile{
        display: none;
    }

    #about-mobile-container .menu-fixed-column__links-mobile{
        display: block;
    }

    .menu-fixed-column__divider{
        height: 1px;
        width: 50%;
        background: #BC2539;
        margin-bottom: 1rem;
    }
}


/** cookie **/
.cookie-popup{
    background: #ffffff;
    border-top:1px solid #BC2539;
    bottom:0;
    left:0;
    position:fixed;
    right:0;
    z-index:99999;

    font-size: 1rem;
    line-height: 1.375;
    font-family: "Montserrat",Helvetica,Arial,sans-serif;
    color: #000000;
}

.cookie-popup__container{
    display: flex;
    flex-direction: row;
    gap: 2rem;
    padding: 2rem 0
}

@media(max-width: 1023px){
    .cookie-popup__container{
        flex-direction: column;
    }
}

.cookie-popup__info p{
    margin: 0;
    font-size: .95rem;
}

.cookie-popup__info p a,
.cookie-popup__info p a:active,
.cookie-popup__info p a:visited,
.cookie-popup__info p a:hover{
    color: #BC2539;
    text-decoration: none;
}

@media(max-width: 1023px){
    .cookie-popup__buttons{
        display:flex;
        justify-content:center;
    }
}

.cookie-popup .container{
    margin: 0 auto;
    max-width: 1680px;
    width: 100%;
    background: #ffffff;
}

.cookie-popup .inside-container{
    padding: 1.5rem 4rem;
    font-family: "Montserrat",Helvetica,Arial,sans-serif;
    font-size: 20px;
}

@media(max-width: 1023px){
    .cookie-popup .inside-container{
        padding: 1.5rem 3rem;
        font-size: 17px;
    }
}

@media(max-width: 640px){
    .cookie-popup .inside-container{
        padding: 1.5rem 1rem;
    }
}