html{
    scroll-behavior: smooth;
}

.header{
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
}

.header-image{
    margin-top: 10px;
    height: 300px;
}
 

.header-image picture {
    width: 100%;
    overflow: hidden;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

 


.header .title{
    font-family: "Univers LT Std";
    font-size: 41px;
    font-style: normal;
    font-weight: 700;
    line-height: 49px;
    letter-spacing: 0em;
    text-align: left;
    color: white;
    position: absolute;
    padding-left: 80px;
    margin-top: 1rem;
}
.brands-block {
    background: white;
    padding-bottom: 15px;
}
.brands-block .title-block{
    font-family: "Univers LT Std";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
    color: black;
    padding-top: 40px;
}
.brands-block .brands{
    margin-top: 25px;
    overflow: scroll;
    display: flex;
    justify-content: center;
}
.brands-block .brands::-webkit-scrollbar{
    width: 0;
    height: 0;
}
.brands-block .brands .brand{
    background: white;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 27px;
    padding-left: 29px;
    padding-right: 29px;
    display: inline-block;
    border: 1px solid rgba(0,0,0,0);
    transition: border 500ms ease-in-out;
}
.brands-block .brands .brand img{
    height: 190px;
    width: fit-content;
}
.brands-block .brands .brand .title{
    font-family: "Baskerville";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0.05em;
    text-align: center;
    color: black;
    margin-top: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.brands-block .brands .brand .description{
    position: relative;
    height: 36px;
}
.brands-block .brands .brand .description .text{
    font-family: "Univers LT Std";
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 10px;
    letter-spacing: 0em;
    text-align: center;
    color: #808080;
    position: absolute;
    width: 100%;
    transition: opacity 500ms, top 500ms;
    top: 25px;
    opacity: 0;
}
.brands-block .brands .brand:hover{
    border: 1px solid #E5E5E5;
}
.brands-block .brands .brand:hover .description .text{
    top: 0;
    opacity: 1;
}

.catalog{
    padding: 69px 80px 60px;

}

/* style for input search */
.catalog .catalog-header{
    display: flex;
    justify-content: space-between;
}
.catalog .catalog-header .search {
    display: flex !important;
    align-items: stretch;
    position: relative;
    float: none !important;
    width: 30%;
    min-width: 170px;
    height: 37px;
}
.catalog .catalog-header .search .catalog_search{
    width: 100%;
    padding-left: 30px;
    position: relative;
    border: none;
    border-bottom: 1px solid #BFBFBF;
    background: none;
    min-width: 130px;
}
.catalog .catalog-header .search .catalog-clear
{
    display: none;
    justify-content: center;
    align-items: center;
    color: #dcdcdc;
    position: absolute;
    right: 0;
    bottom: 10px;
}
.catalog .catalog-header .search .catalog_search:hover {
    border-color: #dcdcdc;
}
.catalog .catalog-header .search .catalog_search:focus {
    outline: none;
    border-color: #dcdcdc;
}

.catalog .catalog-header .search .search-icon {
    margin-top: 0.5rem;
    filter: opacity(1);
    position: absolute;
}


/* style for alphabet */
.alphabet{
    display: flex;
    padding-bottom: 10px;
    border-bottom: 1px solid #BFBFBF;
    width: fit-content;
    margin-right: 20px;
    max-width: 100%;
    overflow: scroll;
}
.alphabet::-webkit-scrollbar{
    width: 0;
    height: 0;
}
.alphabet .ch{
    display: flex;
    align-items: end;
    font-family: "Univers-Light-Normal";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: black;
    margin: 0 10px;
    text-transform: uppercase;
    scroll-behavior: smooth;
}
.alphabet .ch:hover {
    cursor: pointer;
}
.alphabet .ch:nth-child(1){
    margin-left: 0;
}
.alphabet .ch:nth-last-child(1){
    margin-right: 0;
}
.alphabet .ch-disabled{
    color: #BFBFBF;
}
.alphabet .ch-disabled:hover{
    cursor: default;
}
/* style for catalog-content */
.catalog .catalog-content{
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
}
.catalog .catalog-content .block{
    width: 197px;
    margin-right: 20px;
    margin-bottom: 80px;
    position: relative;
}
.catalog .catalog-content .block .block-id{
    position: absolute;
    top: -150px;
}
.catalog .catalog-content .block .title{
    text-transform: uppercase;
    font-family: "Univers LT Std";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: black;
    padding-bottom: 10px;
    border-bottom: 1px solid #BFBFBF;
}
.catalog .catalog-content .block .content{
    margin: 0;
    margin-top: 10px;
    width: 100%;
}
.catalog .catalog-content .block .content .el{
    text-transform: uppercase;
    font-family: "Baskerville";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.05em;
    color: black;
    margin-top: 20px;
    display: none;
    text-align: start;
    white-space: break-spaces;
}
.catalog .catalog-content .block .content .el-show{
    display: block;
}


.header-image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: right;
}
 
@media (min-width: 1570px) {
    .header-image {
        height: 350px;
    } 

    .header-image img {
        width: 100%;
    }
}

 
@media (min-width: 1830px) {
    .header-image {
        height: 400px;
    }
}


@media (min-width: 2100px) {
    .header-image {
        height: 500px;
    }
}


@media (max-width: 1100px) {
    .catalog{
        padding-left: 20px;
        padding-right: 20px;
    }
}


/* style for mobile version */
@media (max-width: 850px) {
    .header .title{
        font-size: 30px;
        line-height: 36px;
        padding-left: 20px;
    }
    .brands-block {
        background: none;
    }
    .brands-block .brands{
        padding-top: 10px;
    }
    /* style for catalog */
    .catalog{
        padding: 0 20px 60px;
    }
    .catalog .catalog-header{
        flex-direction: column;
        justify-content: center;
    }
    .catalog .catalog-header .search{
        margin-top: 30px;
        width: 100%;
    }
    .catalog .catalog-content{
        margin-top: 40px;
    }


    .header-image img {
        content:url("../../images/our-brands/tablet.svg");
    }
}


@media (max-width: 630px) {
    .header-image img {
        content:url("../../images/our-brands/mob.jpg");
    }
}

@media (max-width: 376px) {
    .header-image picture {
        height: 206px;
    }
}

 















