.brends_search {
    width: 100%;
    margin-left: 100px;
}
.brends_wrap > * {
	display: inline-block;
    margin-right: 10px;
    margin-bottom: 15px;
    width: 188px;
    font-size: 12px;
    text-transform: uppercase;
	vertical-align: top;
}
.brend_letter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 23px;
    margin-top: 17px;
    padding-top: 15px;
    border-top: 1px solid #ffcf00;
}
.brend_block:first-child .brend_letter {
    border: none;
}
.brend_item.glav_brend {
    font-family: blisspro-heavy;
}
.brend_letter_code {
	font-size: 24px;
    font-weight: bold;
    color: #ffcf00;
}
.brend_item a {
    text-decoration: none;
    color: inherit;
}
.langs_tabs {
    display: flex;
    align-items: start;
    justify-content: start;
    min-width: 190px;
}
.brends_search {
    width: 100%;
    margin-left: 100px;
}
.langs_tab {
    font-size: 14px;
    padding: 14px 10px;
    border-bottom: 1px solid #ffcf00;
	cursor: pointer;
}
.close_brend {
    font-size: 16px;
    height: 25px;
    width: 25px;
    background: #ffcf00;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    cursor: pointer;
}
.langs_tab.activex, .langs_tab:hover {
    border-bottom: 4px solid #ffcf00;
    padding-bottom: 11px;
    font-weight: bold;
    color: #ffcf00;
}
.brends_settings {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
form.brend_s > * {
    padding: 10px 15px;
    border: 1px solid #ffcf00;
    height: 38px;
    outline: none;
}
form.brend_s button {
    background: #ffcf00;
    color: #000;
    padding: 13px;
    line-height: 12px;
    margin-left: -4px;
    width: 90px;
    text-transform: uppercase;
    font-weight: bold;
}
form.brend_s {
    display: flex;
    align-items: center;
    justify-content: center;
}
form.brend_s input {
    min-width: 200px;
    width: calc(100% - 90px);
}
.brend_image {
    position: relative;
    line-height: 1px;
}
.brends_wrapper.row {
    margin-left: -4px;
    margin-right: -4px;
margin-bottom: 13px;
    margin-top: 20px;
}
.brends_wrapper.row [class*="cell-"] {
    padding-left: 4px;
    padding-right: 4px;
}
.brends_item {
    margin-bottom: 8px;
}
.brend_desc {
    position: absolute;
    z-index: 8;
    bottom: 0;
    width: 100%;
    left: 0;
    background: #ffcf00;
    color: #000;
    text-transform: uppercase;
    font-size: 19px;
    text-align: center;
    font-weight: normal;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
	line-height: 1;
}
.letters_list {
    padding: 50px 0;
    font-size: 24px;
    font-weight: bold;
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.close_brend svg {
    transform: rotate(180deg);
}
.letters_en > div, .letters_ru > div  {
    display: inline-block;
    margin: 0 4px;
}
.letters_list > div > div {
    display: none;
    cursor: pointer;
}
.letters_list > div > div:first-child {
    display: inline-block;
	    margin-right: 0;
}
.letters_list > div > div:first-child:after {
    content: '...';
}
.brend_image img {
    width: 100%;
}
.letters_list > div > div:last-child {
    display: inline-block;
    margin-left: 0;
}
.letters_list > div.activex > div {
    display: inline-block !important;
}
.letters_list > div.activex > div:first-child:after {
    content: '';
}
.letters_list > div.activex > div:first-child {
	    margin-right: 4px;
}
.letters_list > div.activex {
    order: -1;
}
.brend_wrap {
    margin-bottom: 30px;
}
@media screen and (max-width:680px){
.brends_settings {
    flex-flow: wrap;
    justify-content: center;
}
.brends_search {
    margin-left: 0;
    margin-top: 20px;
}
.letters_list {
    flex-flow: wrap;
}
}
