

/* Start:/local/templates/visagehall/components/vh/highloadblock.list/brands/style.css?17302777174192*/
.brand-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 1290px;
    height: auto;
    margin: 60px auto;
}

.brands-bigtitle {
    display: block;
    text-align: center;
    font-size: 36px;
    line-height: 1.5em;
    font-weight: 400;
    margin: 0 auto 60px;
}

.brands-nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 1290px;
    flex-wrap: nowrap;
    margin: auto;
}

.brands-nav__items {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin: auto;
    margin-bottom: 60px;
    list-style-type: none;
    padding-left: 0px;
}

.brands-nav__link {
    display: inline-block;
}

.brands-nav__alphabet {
    display: block;
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 500;
    color: black;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.2s;
}

.brands-nav__alphabet:hover {
    color: #E6C396;
}

.brands-nav__alphabet-inactive {
    color: #666;
}

.topbrands-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 1290px;
    height: auto;
    margin: 60px 0 auto;
}

.topbrands-block__title {
    display: block;
    text-align: center;
    font-size: 24px;
    line-height: 1.5em;
}

.topbrands-block__image-list {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 1290px;
    flex-wrap: wrap;
    margin: 60px auto;
}

.topbrands-block__image {
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
}

.topbrands-block__links {
    display: block;
    width: 185px;
    height: auto;
    margin-bottom: 30px;
}

.brand-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 1290px;
	margin: auto;
}

.brand-list__title {
    display: block;
    margin: 60px auto;
    font-size: 24px;
    line-height: 1.5em;
    text-align: center;
}

.brands-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 1290px;
    height: auto;
    margin: auto;
	padding-top: 50px;
}

.brands-list:before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #666;
	margin-bottom: 30px;
}

.brands-list:first-of-type:before {
	content: unset;
}

.brands-list__title {
    display: block;
    font-size: 24px;
    line-height: 1.5em;
	text-transform: uppercase;
    text-align: center;
    margin-bottom: 60px;
}

.brands-list__items {
    /*display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 1290px;
    height: auto;
    list-style-type: none;
    padding-left: 0px;*/
    column-width: 280px;
}

.brands-list__links {
    /*display: inline-block;
    width: 25%;*/
    margin-bottom: 15px;
}

.brands-list__names {
    display: block;
    font-size: 14px;
    line-height: 1.5em;
    text-decoration: none;
    color: black;
}

@media screen and (max-width: 767px) {

    .brand-section,
    .brands-nav,
    .brands-nav__border,
    .topbrands-block,
    .topbrands-block__image-list,
    .brands-list,
    .brands-list__items {
        width: 300px;
    }

    .topbrands-block__links {
        width: 125px;
    }

    .brands-bigtitle {
        font-size: 24px;
    }

    .brands-list__links {
        width: 100%;
    }

    .brands-nav__items {
        flex-wrap: wrap;
        margin-bottom: 0px;
    }

    .topbrands-block {
        margin-top: 30px;
    }

    .brands-nav__link {
        display: inline-block;
        width: 25%;
        text-align: center;
        margin-bottom: 15px;
        font-size: 16px;
    }

    .brands-list__title {
        margin-bottom: 30px;
    }

}

@media screen and (min-width: 768px) and (max-width: 1289px) {

    .brand-section,
    .brands-nav,
    .brands-nav__border,
    .topbrands-block,
    .topbrands-block__image-list,
    .brands-list,
    .brands-list__items {
        width: 720px;
    }

    .topbrands-block__links {
        width: 125px;
    }

    .brands-list__links {
        width: 33%;
    }

    .brands-list__names {
        font-size: 12px;
    }

}


/* End */
/* /local/templates/visagehall/components/vh/highloadblock.list/brands/style.css?17302777174192 */
