:root{
    --max-width: 1760px;
    --background-color-blue: #0A2A4A;
    --color-white: #FFF;
    --color-hover: #FF6E51;
    --color-orange: #FF6E51;
    --color-gray: #455564;
    --color-gray-card: #627E98;
    --color-gray-card-title: #001331;
    --dark-blue-2: #232A52;
    --blue: #0128FF;
    --Black: #232323;
    --dark-blue: #12476E;
}

body {
    font-family: "Gotham Pro", sans-serif;
    margin: 0;
}

button {
    cursor: pointer;
    background-color: transparent;
    border: none;
    border-radius: inherit;
    padding: inherit;
    outline: none;
    font-family: inherit;
}

.dr-cl{
    display: flex;
    flex-direction: column;
}
.txt-2{
    color: var(--color-white);
    font-family: "Actay Wide", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.txt-3 {
    color: var(--color-white);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}
a{
    text-decoration: none;
}
img{
    display: block;
    width: 100%;
}
.title-3{
    color: #0A2A4A;
    font-family: "Actay Wide", sans-serif;
    font-size: 77px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 77px */
    text-transform: uppercase;
}
.title-4{
    color: var(--background-color-blue, #0A2A4A);
    font-family: "Actay Wide", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}
.title-5{
    color: var(--color-white);
    font-family: "Actay Wide", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 36.4px */
}
.title-6{
    color: var(--color-white);
    font-family: "Actay Wide", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 20.8px */
}
.title-form{
    color: var(--Black, #232323);
    font-family: "Gotham Pro", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 31.2px */
}
li{
    list-style-type: none;
    padding: 0;
}
ul{
    padding: 0;
    margin: 0;
}
h3{
    margin: 0;
}
.txt-4{
    color: rgba(69, 85, 100, 0.80);
    font-family: "Gotham Pro", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}
.txt-5{
    font-family: "Actay Wide", sans-serif;
    color: var(--Grey, #7F96AD);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.txt-6{
    color: var( --color-gray-card, #627E98);
    font-family: "Gotham Pro", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
}
.btn-link{
    color: #0128FF;
    font-family: "Gotham Pro", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: inline-flex;
    padding: 12px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 24px;
    border: 1px solid #0128FF;
    cursor: pointer;
}
.mx-wd{
    max-width: var(--max-width);
    margin: 0 auto;
}
main input[type="radio"], input[type="checkbox"] {
    display: none;
}
.filter-checkbox label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 34px;
    margin-right: 0;
    user-select: none;
}
.filter-checkbox label:before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0;
    background: url(../images/radio-button.png) 0 0 no-repeat;
}
.filter-checkbox input[type=checkbox]:checked + label:before,
.filter-checkbox input[type=radio]:checked + label:before {
    background: url(../images/radio-button-active.png) 0 0 no-repeat;
}
.mr-100{
    margin: 100px 0;
}
.footer{
    background: var(--dark-blue);
}
.footer-wrapper{
    display: flex;
}
.footer-logo{
    padding: 80px 80px 80px 0;
    justify-content: space-between;
    flex-basis: 480px;
    box-sizing: border-box;
    z-index: 9;
}
.footer-logo__catalog{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-logo .title-5{
    font-size: 44px;

}
.footer-logo__catalog span{
    display: flex;
    width: 80px;
}
.footer-menu-list__items .footer-menu-list-item{
    color: var(--color-white);
    font-family: "Gotham Pro", sans-serif;
    line-height: 130%;
    font-weight: 400;
}
.footer-menu--list{
    gap: 32px;
    width: 228px;
}
.footer-menu-list__items{
    gap: 12px;
}
.footer-menu-wrapper{
    box-sizing: border-box;
    display: flex;
    gap: 52px;
    padding: 80px;
    z-index: 10;
    background: var(--dark-blue, #12476E);
}
.footer-contacts{
    gap: 16px;
}
.footer-menu--list__contact .txt-5{
    color: var(--color-white)
}
.footer-menu--list__contact{
    width: 315px
}
.footer-contacts-point{
    margin: 20px 0 0;
    gap: 8px;
}
.footer-contacts-point .footer-contacts-point-desc.txt-5{
    font-family: "Gotham Pro", sans-serif;
    font-weight: 400;
    line-height: 130%;
}
.footer{
    position: relative;
}
.footer::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: var(--background-color-blue);
}
.header-logo .header-logo-name{
    font-size: 32px;
    line-height: normal;
}
.header-logo{
    display: flex;
    gap: 24px;
    align-items: center;
}
.header{
    position: absolute;
    width: 100%;
    z-index: 50;
    top: 32px;
}
.header-wrapper{
display: flex;
    justify-content: space-between;
    align-items: center;
}

.header--info-wrapper{
    display: flex;
    align-items: center;
    gap: 24px;
    flex-basis: 50%;
    justify-content: flex-end;
}
.header--search-input{
    display: flex;
    height: 48px;
    padding: 0 60px 0 16px;
    justify-content: space-between;
    align-items: center;
    flex: 1 0 0;
    border-radius: 24px;
    border: 1px solid #FFF;
    width: 100%;
    margin-left: 32px;
    color: #FFF;
    font-family: "Gotham Pro", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: none;
    box-sizing: border-box;
}
.header--search{
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
}
.search-glass{
    display: flex;
    position: absolute;
    right: 16px;
    cursor: pointer;
}
.header--info-callback .btn-link{
    background: var(--color-white);
    width: 100%;
    display: flex;
    gap: 8px;
    align-items: center;
    white-space: nowrap;
    padding: 12px 24px;
}
.header--info-callback .btn-link span{
    display: flex;
}
input:active, input:hover, input:focus {
    outline: 0;
    outline-offset: 0;
}

.header--search-input::placeholder {
    color: #ffffff;
}
.header--search-input::-webkit-input-placeholder {color:#ffffff;}
.header--search-input::-moz-placeholder {color:#ffffff;}
.header--search-input:-moz-placeholder {color:#ffffff;}
.header--search-input:-ms-input-placeholder {color:#ffffff;}
/*radio-button-active*/
.header--info-personal,
.header--info-menu-btn{
    cursor: pointer;
}
.header--info-personal img,
.header--info-menu-btn img{
    width: 42px;
}
.footer-logo__catalog svg{
    max-width: 40px;
}
.header-fix--main{
    background: #0A2A4A;
    box-sizing: border-box;
    transition: all .3s cubic-bezier(.39, .575, .565, 1);
    position: fixed;
    top: -500px;
    width: 100%;
    z-index: 99;
}
.header-fix--main.sticky{
    top: 0;
}
.header-fix{
    padding: 16px 0;
}
.header-fix .header-logo-image img{
    /*max-width: 32px;*/
}
.header-fix .header-logo-name{
    font-size: 24px;
}
.header-fix--wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-fix--items {
    display: flex;
    gap: 40px;

}
.header-fix--items .banner-info-item .txt-2{
    font-size: 20px;
}
.menu-fix__list{
    box-sizing: border-box;
    padding: 10px;

}
.header-fix-menu__row{
    background: var(--color-gray-card, #627E98);
}
.menu-fix__list-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 40px;
}
.header--info-search-icon{
    display: none;
}
.menu-list-modal.active{
    transform: translateZ(0);
    opacity: 1;
    visibility: visible;
}
.menu-list-modal{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /*border-right: 1px solid #D9D9D9;*/
    background: rgba(0, 0, 0, 0.4);
    transition-duration: 0.5s;
    z-index: 150;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
    overflow: auto;
}
.menu-list-modal-items{
    background: #FFF;
    /*height: 100%;*/
    position: relative;
    padding: 0 0 60px;
}
.menu-list-left-big .title-4{
    font-size: 42px;
}
.menu-list-content{
    padding: 80px 0 0 24px;
    display: flex;
    gap: 100px;
}
.menu-list-left-small{
    margin: 56px 0 0;
}
.menu-list-left-small ul{
    gap: 24px;
}
.menu-list-left-small .txt-4{
    color: #595959;
    font-weight: 700;
    font-family: "Actay Wide", sans-serif;
}
.menu-list-modal-info{
    margin: 86px 80px 0 24px;
    display: flex;
    justify-content: flex-start;
    gap: 60px;
}
.menu-list-modal .banner-info-items{
    display: flex;
    gap: 60px;
}
.menu-list-modal .banner-info-item .banner-info-name{
    font-size: 11px;
    color: #595959;
}
.menu-list-modal .banner-info-item .txt-2{
    color: #1E1E1E;
    font-family: "Gotham Pro", sans-serif;
    font-weight: 500;
}
.socials-items svg{
    width: 40px;
    color: var(--Black);
}
.socials-items a {
    display: flex;
}
.footer-menu--list__contact .socials-items a svg{

    color: var(--color-white);
}
.socials-items{
    display: flex;
    gap: 16px;
    align-items: center;
}
.close-menu{
    display: flex;
    position: absolute;
    top: 24px;
    right: 24px;
    cursor: pointer;
}

.bx_searche.scrollbar {
    background: #fff;
}
.search-fixed-wrapper{
    padding: 20px;
    gap: 12px;
}
.search-fixed-wrapper .rbs-search{
    display: flex;
    gap: 16px;
    justify-content: space-between;
}
.rbs-search-img{
    display: flex;
    align-items: center;
}
.rbs-search-img.logo{
    max-width: 30px;
}
div.title-search-result .bx_searche {
    overflow: auto;
    max-height: 400px;
}
.bx_searche {
    background: none repeat scroll 0 0 #fff;
    border: medium none;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.menu-section__item-title{
    color: #404040;
    font-family: "Gotham Pro", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.menu-section__item{
    gap: 24px;
}
.menu-section-items{
    gap: 40px;
}
.section__item_nav {
    color: #404040;
    font-family: "Gotham Pro", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.6;
}
.menu-section__item_nav ul{
    gap: 16px;
}
.menu-list-right{
    display: flex;
    gap: 40px;
    padding: 0 40px 0 0;
    height: 660px;
    overflow: auto;
}
.info-user-item{
    display: flex;
    /*gap: 8px;*/
    align-items: center;
    justify-content: center;
    padding: 10px;
    cursor: pointer;
    flex-direction: column;
}
.info-user-icon{
    display: flex;
}
.info-user-icon > svg{
    width: 30px;
}
.info-user-wrapper{
    width: 60px;
    border-radius: 4px 0 0 4px;
    border-top: 1px solid var(--main-blue, #0128FF);
    border-bottom: 1px solid var(--main-blue, #0128FF);
    border-left: 1px solid var(--main-blue, #0128FF);
    box-shadow: -1.424px 11.39px 11.532px 0 rgba(0, 0, 0, 0.25);
    z-index: 999;
    position: fixed;
    right: 0;
    top: 150px;
}

.info-user-item.basket{
    border-bottom: 1px solid var(--main-blue, #0128FF);
    background: #FFF;
}
.info-user-item.favorite{
    border-bottom: 1.424px solid var(--main-blue, #0128FF);
    background: #FFF;
}
.info-user-item.compare{
    background: #FFF;
}
.overflow.show {
    z-index: 100;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    display: block;
    -webkit-transition: all 220ms;
    transition: all 220ms;
    opacity: 1;
    visibility: visible;
}

.menu-list-left-big .title-6 {
    color: var(--Black, #232323);
    opacity: 0.8;
}

.menu-list-left-big-next {
    margin: 40px 0 0;
    gap: 8px;
}
.menu-list-left-big-next li{
    margin: 8px 0;
}
.header__top-city{
    display: flex;
    gap: 8px;
    align-items: center;
    color: var(--color-white);
    font-size: 14px;
}
.header__top-city img{
    width: 20px;
}
a > a{
    color: var(--color-white);
}
.menu-list-modal .menu-list-modal-info a > a{
    color: #1E1E1E;
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}
.header-fix .header-logo-image img,
.header-logo .header-logo-image img{
    animation: 5s linear 0s normal none infinite running fa-spin;
}
.footer-logo-image a{
    display: flex;
    gap: 12px;
    align-items: center;
}
.footer-logo-image img{
    width: 70px;
}
.footer-logo-image .title-6{
    font-size: 24px;
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}
@media (max-width: 1800px) {
    :root{
        --max-width: 1360px;
    }
    .title-3{
        font-size: 57.75px;
    }
    .mr-100{
        margin: 70px 0;
    }
    .header-fix--items {
        gap: 40px;
        justify-content: flex-end;
    }
    .header-fix--items  .header--search-input{
        margin: 0;
    }
    .header-fix--items .header--info-personal{
        display: none;
    }
    .header-fix--items .banner-info-items{
        gap: 40px;
    }
    .header-fix--items  .header--info-wrapper{
        justify-content: flex-end;
        flex-basis: fit-content;
    }
    .header-fix--items .header--search,
    .header-fix--items .header--search-input
    {
        flex-basis: 133px;
    }
    .header-fix--items .header--search-input{
        width: 130px;
    }
}

@media (hover: hover) {
    a:hover,
    a:hover svg path{
        color: var(--color-hover);
        stroke: var(--color-hover);
    }
    .main a:hover{
        color: var(--color-hover);
    }
    .header__top-city:hover{
        color: var(--color-hover);
    }

}

@media (max-width: 1400px) {
    :root {
        --max-width: 1240px;
    }
    .mr-100{
        margin: 60px 0;
    }
    .header-fix--main .header--info-wrapper {
        flex-basis: 0;
    }
    .header-fix--main.header-logo-image{
        width: 32px;
    }
    .menu-list-right{
        height: 500px;
    }
    .header-fix--items .banner-info-item .txt-2 {
        font-size: 16px;
    }
}

@media (max-width: 1280px) {
    :root {
        --max-width: 744px;
    }
    /*.mr-100{*/
    /*    margin: 40px 0;*/
    /*}*/
    .title-4{
        font-size: 32px;
    }
    .header-fix--main .header-logo{
        display: none;
    }
    .header-fix--items .header--info-personal{
        display: block;
    }
    .banner-info-item-2,
    .header-fix--items .header--search{
        display: none;
    }
    .header-fix--items{
        width: 100%;
        justify-content: space-between;
    }
    .header-fix--main .header--info-wrapper {
        flex-basis: auto;
    }
    .header--info-search-icon{
        display: block;
    }
    .menu-list-right{
        flex-wrap: wrap;
        /*height: 500px;*/
    }
    .menu-list-modal-info{
        flex-wrap: wrap;
    }
    .menu-list-modal-info .banner-info-items{
        flex-direction: row;
    }
    .menu-list-modal-info .socials-items{
        margin: 24px 0 0;
    }

}

@media (max-width: 768px) {
    :root {
        --max-width: 100%;
    }
    .banner-main__wrapper,
    .mx-wd{
        margin: auto 20px;
    }
    .title-4,
    .title-5{
        font-size: 24px;
    }
    .mr-100{
        margin: 40px 0;
    }
    .footer .footer-menu-wrapper {
        padding: 40px 0;
    }
    .footer .footer-menu--list {
        flex-basis: 100%;
    }
    .menu-list-right{
        display: none;
    }
    .menu-list-modal-info .banner-info-items{
        flex-wrap: wrap;
        gap: 24px;
    }
    .menu-list-modal-items{
        padding: 0;
        height: 100%;
    }
    .menu-list-left-small {
        margin: 32px 0 0;
    }
    .menu-list-modal-info {
        margin: 32px 80px 0 24px;
    }
    .header-fix--items .banner-info-item .txt-2{
        font-size: 16px;
    }
}

@media (max-width: 560px) {
    .header-fix-menu__row{
        display: none;
    }
    .header-fix--items .banner-info-items .banner-info-name{
        display: none;
    }
    .header-fix {
        padding: 8px 0;
    }
    .header-fix--items{
        align-items: center;
    }
}