.index_banner a {
    display: block;
    line-height: 0;
}
.index_banner.two_banners {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.index_prods {
    margin: 0 0 50px;
}
.index_prods.index_brands {
    margin: 0 0 50px;
}
.index_banner {
    position: relative;
}
.index_banners {
    margin-bottom: 50px;
}
.index_banner_content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    text-align: center;
    color: #000;
    line-height: 1.5;
    margin-top: 0;
    font-family: 'Lato-Semibold';
    text-transform: uppercase;
    background: #ffffff75;
    transform: translate(-50%, -50%);
    padding: 5px 15px;
}
.index_banner_head {
    font-size: 42px;
    letter-spacing: 12px;
}
.index_banner_text {
    display: inline-block;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1;
    border-bottom: 1px solid #000;
    margin-top: 15px;
}
.index_columm_banner_text {
    margin-top: 30px;
    margin-bottom: 65px;
    font-size: 16px;
    font-family: 'Lato-Semibold';
    display: inline-block;
    border-bottom: 1px solid #000;
    line-height: 1;
}
.index_columm_banner a {
    text-align: center;
    display: block;
    color: inherit;
}
.brand_item {
    height: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.brand_item img {
    max-width: 100%;
    max-height: 50px;
}
.brands_slider {
    padding-left: 60px;
    padding-right: 60px;
	position: relative;
}
.brands_slider .swiper-button-next, .brands_slider .swiper-button-prev {
    width: 22px;
    height: 44px;
    outline: none;
    background-size: 100%;
}

.brands_slider .swiper-button-next {
    background-image: url(arrow-right.png);
    right: 0;
}
.brands_slider .swiper-button-prev {
    background-image: url(arrow-left.png);
    left: 0;
}
.index_prods_title {
    text-align: center;
    margin-bottom: 50px;
}
.index_prods_title a {
    color: inherit;
    text-decoration: none;
    font-family: 'Lato-Semibold';
    font-size: 16px;
    border-bottom: 1px solid #000;
}
.index_prods_name {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.brand_item a {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.text_item h3 {
    text-transform: uppercase;
    font-size: 18px;
    text-align: left;
    margin-bottom: 10px;
}
.text_item div {
    text-align: justify;
}
.text_item {
    margin-bottom: 25px;
}
.brand_slider {
    width: 100% !important;
    max-width: 100% !important;
}
.brand_slider_wrapper {
    display: block;
    position: relative;
}
.index_wrap.cell-xl-12 {
    padding: 0;
}

.all_brands a {
    color: #000;
    font-family: 'Lato-Semibold';
    line-height: 1;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    border-bottom: 1px solid #000;
    width: auto;
}
.all_brands a:hover {
    text-decoration: underline;
}
.index_text {
    margin-top: 50px;
}
.text_item h1 {
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    font-weight: normal;
}
.text_item p {
    font-size: 18px;
    text-align: center;
    line-height: 1.4;
}
.index_benefits {
    background: #f3f3f3;
    padding: 40px 50px;
	padding-bottom: 10px;
	max-width: 100%;
}
.index_benefits_title {
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}
.index_benefit {
    padding-left: 80px;
    background-repeat: no-repeat;
    background-position: 0% 5px;
    margin-bottom: 30px;
}
.index_benefit.original_benefit {
    background-image: url(benefit_original.png);
}
.index_benefit.delivery_benefit {
    background-image: url(benefit_delivery.png);
}
.index_benefit.garant_benefit {
    background-image: url(benefit_garant.png);
}
.index_benefit.office_benefit {
    background-image: url(benefit_office.png);
}
.index_benefit h2 {
    font-family: 'Lato-Heavy';
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 10px;
    padding-right: 40px;
}
.index_benefit p {
    margin: 0;
    line-height: 1.5;
}
.index_benefit.delivery_benefit p {
    padding-right: 125px;
}


@media screen and (max-width:768px){
.index_banner_content {
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    text-align: center;
    color: #000;
    line-height: 1.5;
    margin-top: 0;
    font-family: 'Lato-Semibold';
    text-transform: uppercase;
    background: #ffffff75;
    transform: translate(0);
    padding: 5px 15px;
}
.index_banner_head {
    font-size: 28px;
    letter-spacing: 7px;
}
.index_banner.two_banners {
    margin: 0;
}
.index_prods.index_brands {
    margin-top: 30px;
}
.index_prods_name {
    margin-bottom: 5px;
}
.index_benefit p {
    padding-right: 0 !important;
}
}
@media screen and (max-width:640px){
.index_prods_title {
    font-size: 24px;
    justify-content: center;
    flex-flow: wrap;
}
.index_columm_banner_text {
    margin-top: 18px;
    margin-bottom: 27px;
  }
.index_banner a {
    text-decoration: none;
}
.index_prods_title h1 {
    width: 100%;
    margin-bottom: 10px;
}
.index_banner_content {
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    color: #000;
    margin-top: 14px;
}
.index_banner a {
    text-decoration: none;
}
.index_banner_text {
    font-size: 16px;
    text-transform: initial;
    border-bottom: 2px solid #8f8f8f;
    margin-top: 5px;
}
.index_banner {
    padding: 0;
}
.text_item h1 {
    font-size: 20px;
}
.text_item p {
    font-size: 16px;
    text-align: left;
}
.index_benefits_title {
    font-size: 18px;
    margin-bottom: 22px;
}
.index_benefits {
    padding: 40px 30px;
}
.index_benefit h2 {
    font-size: 14px;
    margin-bottom: 5px;
    padding-right: 0;
}
.index_benefit p {
    font-size: 16px;
}
.index_benefit {
    background-position: 0 0;
    margin-bottom: 20px;
    padding-right: 0;
}
.index_benefit p:before {
    content: ' ';
    width: 6px;
    height: 6px;
    background: #000;
    display: inline-block;
    border-radius: 50%;
    margin-bottom: 1px;
    margin-right: 5px;
}
}

.not_working {
  background-color: #e42253;
  color: #fff;
}
