:root {
    --blue-dark-color: #0d3774;
    --blue-color: #134ea4;
    --dark-color: #010f23;
    --gray-dark-color: #676e7a;
}

.header-store {
    position: relative;
    width: 100%;
}

.header-store__top {
    background-color: #fff;
}

.container-header {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}

.header-top__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 52px;
}

.header-top__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding-left: 110px;
}

.header-top__slogan {
    max-width: 200px;
    font-size: 12px;
    font-weight: 400;
    color: #010f23;
    color: var(--dark-color);
}

.header-top__menu {
    height: 20px;
    font-size: 14px;
}

.top__menu_space-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #676e7a;
    color: var(--gray-dark-color);
}

.top__menu {
    position: relative;
}

.top__menu:after {
    display: block;
    content: '';
    height: 12px;
    width: 1px;
    position: absolute;
    top: calc(50% - 15px);
    right: 0;
    background-color: #dee0e3;
}

.top__phone {
    font-weight: 500;
    color: #010f23;
    color: var(--dark-color);
    text-transform: uppercase;
    padding-left: 15px;
}

.header-bottom__container {
    width: 100%;
    height: 60px;
}

.header-bottom__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding-left: 111px;
}

.header-store__bottom {
    background-color: #0d3774;
    background-color: var(--blue-dark-color);
}

.header-store__logo {
    position: absolute;
    top: calc(50% - 48.5px);
}

.header-store__logo>a>img {
    height: 96.09px;
    width: 96.09px;
}

.header-bottom__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.icon__item:not(:first-child) {
    padding-left: 20px;
}

.icon-item__search>.search-form {
    position: absolute;
    top: 100%;
    transition: all 1s ease-in;
}

.header__breadcrumb {
    width: 100%;
    background-image: url(assets/img/bg-breadcrumb.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
}

.breadcrumb__container {
    padding: 24px 15px;
}

.breadcrumb__bottom {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -1px;
    margin: 0;
}

.main__container {
    padding-top: 30px;
    padding-bottom: 120px;
    background-color: #fff;
}

@media(max-width: 1023px) {
    .header-top__container {
        height: 40px;
    }
    .header-top__flex {
        padding-left: 0;
    }
    .header-top__slogan {
        display: none;
    }
    .header-top__menu {
        width: 100%;
    }
    .top__menu:after {
        display: none;
    }
    .header-store__bottom {
        height: 68px;
    }
    .header-bottom__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 68px;
    }
    .header-store__logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        top: 0;
        left: 0;
    }
    .header-store__logo>a>img {
        height: 45.44px;
        width: 45.444px;
    }
    .header-store__logo img {
        width: 50px;
        height: 50px;
    }
    .header-bottom__flex {
        width: 100%;
        padding-left: 23px;
    }
}

@media(max-width: 767px) {
    .main__container {
        padding-bottom: 85px;
    }
    .header-store__top {
        display: none;
    }
    .menu-nav__item_catalog>a {
        display: none;
    }
    .header-bottom__flex {
        padding-left: 20px;
    }
    .breadcrumb__bottom {
        font-size: 24px;
        margin-bottom: 0;
    }
    .breadcrumb__container {
        padding: 12px 15px 11px 15px;
    }
    .header-store__logo {
        position: absolute;
        top: calc(50% - 24px);
        left: calc(6px + 48px);
    }
    .header-store__logo>a>img {
        height: 48.44px;
        width: 47.444px;
    }
    .header-bottom__flex {
        padding-left: 3px;
    }
}

@media(max-width: 319px) {
    .main__container {
        padding-top: 20px;
        padding-bottom: 62px;
    }
}