/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

.page-blog .redpower__page-soput-product,
.node-type-blog .redpower__page-soput-product,
.page-user .redpower__page-soput-product {
    display: none !important;
}

body {
    line-height: 1;
    word-break: keep-all;
}

ol,
ul {
    list-style: disc outside;
}
.tabs--primary.nav.nav-tabs{
    margin-bottom: 30px;
}
blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

p {
    word-break: break-word;
}

.cart-tabel-wrapper .row{
    align-items: center;
    justify-content: center; 
}
.cart-tabel-header{
    background: #212126;
    color: #ffffff;
    border-radius: 10px 10px 0px 0px;
    text-align: center;
}

.cart-tabel-body > .row{
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: 0px 20px 40px 0px rgb(0 0 0 / 10%);
    margin-top: 40px;
    margin-bottom: 40px;
    border-radius: 18px; 
    color: #161616;
    font-size: 16px;
    line-height: 23px;     
    font-family: 'Roboto-Regular';
    text-align: center;
}
.cart-tabel-body-cell-product-name {
    text-align: left;
}
.cart-tabel-body > .row a{
    color: #161616;
    
}
.cart-tabel-header-label{
    color: #ffffff;
    font-size: 16px;
    
    font-family: 'Roboto-Regular';
    padding-top: 15px;
    padding-bottom: 15px;
}
.cart-tabel-wrapper{
    margin-top: 40px;
    margin-bottom: 40px;  
}
.cart-tabel-body-cell button{
    font-size: 0px; 
    background: url('../images/trash.svg') no-repeat !important;
    cursor: pointer;
    width: 32px;
    height: 32px;
}
@font-face {
    font-family: 'Roboto-Light';
    src: url('../fonts/Roboto-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto-Medium';
    src: url('../fonts/Roboto-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto-Black';
    src: url('../fonts/Roboto-Black.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/*
@font-face {
    font-family: 'Roboto-ExtraBold';
    src: url('../fonts/Roboto-ExtraBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
*/ 
body {
    font-family: 'Roboto-Light';
    font-weight: normal;
    font-style: normal;
}

a:hover,
a:focus {
    color: #fb3030;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto-Black';
    font-weight: normal;
    font-style: normal;
    word-break: keep-all;
	/*color: #161616;*/
}
em{
    font-style: italic;
}
u{
    text-decoration: underline;
}
s{ 
    text-decoration: line-through;
}
#block-system-main .search-form .form-wrapper>button {
    display: none;
}

.view-news .news-title {
    margin-right: 0px !important;
}

#block-system-main .search-form .form-wrapper>.input-group>input {
    margin-top: 0px;
    height: 38px;
    max-width: calc(100% - 70px);
}

.page-search #block-system-main ul li {
    line-height: 24px;
}

.page-search #block-system-main>h2 {
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 60px;
}

.page-search .page-header-title {
    font-size: 0px !important;
}

.font-bold {
    font-family: 'Roboto-Bold';
    font-weight: normal;
    font-style: normal;
}

body strong,
body b {
    font-family: 'Roboto-Bold';
    font-weight: normal;
    font-style: normal;
}

.redpower__header {
    font-family: 'Roboto-Light';
    font-weight: normal;
    font-style: normal;
    line-height: 13px;
}

.redpower__header-top-menu {
    background: #161616;
}

.search-icon input {
    display: none;
}

.top-menu__nav,
.top-menu__user-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.redpower__header-col-2 {
    max-width: 280px;
}

.redpower__header-top-menu {
    padding: 15px 0px;
}

.redpower__header-top-menu .menu li {
    margin: 0px;
    cursor: pointer;
}

.redpower__header-top-menu .menu li a,
.redpower__header-top-menu .menu li span {
    color: #ffffff;
	font-weight: bold;
    font-size: 16px;
    padding: 0px 20px;
    display: block;
}
 .redpower__header-top-menu .top-menu__user-nav .menu li a,  .redpower__header-top-menu .top-menu__user-nav .menu li span{
    font-size: 14px;
}
.redpower__header-top-menu .menu li a:hover {
    background: none;
}

.redpower__header-top-menu>.menu>li:first-child a,
.redpower__header-top-menu>.menu>li:first-child>span {
    padding-left: 0px;
}

/* Dw */

.top-menu__nav ul.menu li:nth-child(2) a {
	color: #fb3030;
	text-transform: uppercase;
}


.top-menu__nav ul.menu li:last-child a {
	font-size: 14px;
	color: #fb3030;
    text-transform: uppercase;
}

/* Dw */

.redpower__header-col-2 {
    margin-left: auto;
}

.top-menu__user-nav ul.menu li:first-child {
    border-right: 1px solid #b1b1b1;
}

.logged-in .top-menu__user-nav ul.menu li:nth-child(2) {
    border-right: 1px solid #b1b1b1;
}

.redpower__header-middle {
    font-family: 'Roboto-Medium';
    padding-top: 15px;
    color: #161616;
    font-size: 18px;
    padding-bottom: 15px;
    line-height: 15px;
}

.redpower__header-middle .redpower__header-row {
    align-items: center;
}

.redpower__header-mobile .contacts-social__social a {
    font-weight: 600;
	padding: 0px 3px;
}

.redpower__header-middle a,
.redpower__header-mobile a {
    color: #161616;
}

.redpower__header-col.logo {
    max-width: 285px;
    padding-top: 10px;
}


#block-block-25 {
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* max-width: 355px; */
    /* margin-left: auto; 
    justify-content: flex-end;*/
}


/*
#block-block-25>div:first-child {
    width: 178px;
    display: inline-block;
}
*/

#block-block-25>div>a {
    display: block;
    margin-bottom: 13px;
}

.redpower__header-col.search {
    text-align: center;
}

.redpower__header-col.cart {
    text-align: center;
}

.contacts-social__block-1 {
    width: 100%;
}

.contacts-social__social a {
    position: relative;
	text-decoration: none;
}

/*
.contacts-social__social a:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.contacts-social__social .tg:before {
    content: "Telegram";
}

.contacts-social__social .yt:before {
    content: "YouTube";
}


.contacts-social__social .wa:before {
    content: "WhatsApp";
}
*/

.contacts-social__social {
    text-align: center;
    /* margin-right: 30px; */
    display: grid;
    /* gap: 50px; */
    grid-template-columns: repeat(5, 20%);
    justify-content: right;
}


.contacts-social__social img {
    width: 38px;
    margin-bottom: 10px;
	display: inline-block;
}


.contacts-social__social span.social-name {
	font-size: 17px;	
	display: block;
	margin-bottom: 5px;
}


.contacts-social__social span.social-description {
	font-size: 13px;
	font-family: 'Roboto';
	color: #bfbfbf;
	font-weight: 100;
	display: block;
}


.contacts-social__block-2 {
    padding-top: 10px;
}

#block-block-25 .contacts-social__block-1 a:first-child {
    /* margin-bottom: 22px; */
    /* margin-right: 22px; */
}

#block-block-25>div>a:last-child {
    margin-bottom: 0px;
}

.redpower__header-bottom-menu {
    border-top: 2px solid #e7f0f1;
}

.bottom-menu__nav {
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 30px;
    padding-bottom: 20px;
}

.bottom-menu__nav .menu li a {
    color: #161616;
    font-size: 16px;
    padding: 0px 15px;
    display: block;
    font-family: 'Roboto-Regular';
}

.page-node-304 .redpower__page-soput-product {
    display: none;
}

.bottom-menu__nav .menu li {
    margin: 0px;
    background: none;
}

.bottom-menu__nav .menu li a:hover {
    background: none;
}

.bottom-menu__nav-item:first-child a {}

.front__slider {
    /* background: url('../images/slider-bg.webp') no-repeat; */
}

.slider-item__image.col {
    position: relative;
    padding-top: 124px;
    padding-bottom: 124px;
}

.slider-item__image-sale {
    font-family: 'Roboto-Medium';
    font-size: 20px;
    color: #ffffff;
    background: #fb3030;
}

.slick-arrow {
    border: 0px;
    background: none;
}

.slick-arrow:focus {
    outline: 0px;
}

.slick-arrow div {
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    width: 58px;
    padding: 18px 0px;
    text-align: center;
    line-height: 0px;
}

.slider-item__image-sale {
    border-radius: 50%;
    background-color: rgb(251, 48, 48);
    position: absolute;
    padding: 10px;
    max-width: 144px;
    right: 60px;
    transform: rotate(30deg);
    top: -25px;
}

.slider-item__image-sale div {
    font-family: 'Roboto-Medium';
    border: 1px solid #fedbdb;
    border-radius: 50%;
    text-align: center;
    padding: 35px 10px;
    line-height: 23px;
}

.front__slider-item .row {
    align-items: center;
    padding-top: 80px;
    padding-bottom: 140px;
}

.redpower__content {
    position: relative;
}

.redpower__filter {
    position: absolute;
    width: 100%;
    top: -220px;
}

.slider-item__image {
    padding-top: 40px;
    align-self: center;
}

.slider-item__text-1 {
    font-size: 20px;
    font-family: 'Roboto-Light';
    color: #f4f4f4;
    text-transform: uppercase;
    margin-bottom: 30px;

}

.slider-item__text-2 {
    font-size: 50px;
    font-family: 'Roboto-Black';
    color: #fb3030;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 60px;
}

.slider-item__text-3 {
    font-size: 38px;
    font-family: 'Roboto-Bold';
    color: #ffffff;
}

.slick-arrows-container {
    position: relative;
}

.slick-arrows {
    position: absolute;
    bottom: 310px;
    cursor: pointer;
}

.slick-arrow-prev {
    left: -90px;
}

.slick-arrow-next {
    right: -140px;
}

.redpower__front-contacts {
    line-height: 13px;
}

.redpower__footer {
    background: #26252a;
    line-height: 14px;
	text-align: center;
}

.redpower__footer-row {
    padding: 30px 0px;
}

.redpower__footer-copyrate {
    padding: 30px 0px;
    text-align: center;
    color: #b3b3b3;
    border-top: 1px solid #b3b3b3;
    font-size: 14px;
}

.footer__menu-label {
    color: #ffffff;
    font-family: 'Roboto-Bold';
    font-size: 20px;
    margin-bottom: 25px;
}


.menu-label-link {
    color: #ffffff;
	text-decoration: none;
}


.menu-label-link:hover {
    color: #ffffff;
	text-decoration: underline;
}


.menu-label-link:focus {
    color: #ffffff;
	text-decoration: underline;
}


.footer__menu-item {
    margin-bottom: 18px;
}

.footer__menu-item a {
    color: #ffffff;
    font-size: 16px;
}

.redpower__filter-container {
    margin-left: 0px;
    background: #212126;
    padding-left: 0px;
    padding-right: 0px;
    max-width: 1440px !important;
}

#block-views-exp-front-page-3 {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-bottom: 90px;
    padding-right: 70px;
}

#block-views-exp-front-page-3 .block-title {
    font-family: 'Roboto-ExtraBold';
    font-size: 30px;
    color: #ffffff;
    background: none;
}

.catalog-filter-form .views-exposed-widgets {
    background: none;

}

#front-page-3-hst-filter-3 .form-item-select-front-page-3-hst-filter-3 {
    margin-right: 19px;
}

.catalog-filter-form .form-item {
    border: 1px solid #9a9898;
    padding: 20px 6% 0;
    border-radius: 30px;
}

.chosen-container-single .chosen-single div {
    top: 3px;
}

.catalog-filter-form .form-item .chosen-container-single .chosen-single {
    color: #9a9898;

}

.chosen-container-single .chosen-single span {
    font-family: 'Roboto-Light';
    font-size: 16px;
    font-weight: normal;
}

.catalog-filter-form .chosen-container-single .chosen-single div b {
    background: url('../images/nd-arrow-down.webp') no-repeat;
}

.catalog-filter-form .views-exposed-form .views-submit-button {
    position: static;
    clear: both;
}

#front-page-3-hst-filter-3 .form-item-select-front-page-3-hst-filter-3:after {
    display: none;
}

.catalog-filter-form #edit-catalog-page-3-hst-filter-3-wrapper,
.catalog-filter-form #edit-catalog-page-1-hst-filter-3-wrapper,
.catalog-filter-form #front-page-1-hst-filter-3,
.catalog-filter-form #front-page-3-hst-filter-3 {
    width: 68%;
}

.catalog-filter-form .form-item {
    width: 250px;
}

.catalog-filter-form .views-exposed-widgets {
    margin-bottom: 0px;
}

div,
a {
    word-break: keep-all;
}

.catalog-filter-form .views-exposed-form .views-submit-button .btn {
    width: 250px;
    margin-left: 0px;
    background: #fb3030;
    font-family: 'Roboto-Medium';
    font-size: 20px;
    text-align: center;
    border-radius: 30px;
    text-transform: capitalize;
    padding: 12px 40px 12px 40px;
}

.redpower__page .slick-arrows-container {
    display: block;
}

.redpower__product-slider-container h2 {
    padding-top: 20px;
    font-size: 45px;
    color: #161616;
    padding-bottom: 20px;
	font-family: 'Roboto-Bold';
	text-align: center;
}

.redpower__product-slider {
    padding-bottom: 40px;
}

.redpower__product-tabs {
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.redpower__product-tab {
    padding-right: 20px;
}

.redpower__product-tab:last-child {
    padding-right: 0px;
}

.redpower__product-tabs {
    margin-bottom: 30px;
}

.redpower__product-tab {
    color: #fb3030;
}

.redpower__product-tab a {
    background: #f6f7f9;
    color: #161616 !important;
    font-size: 16px;
    text-align: center;
    font-family: 'Roboto-Regular';
    padding: 23px 18px;
    display: block;
    line-height: 0px;
    border: 1px solid #f6f7f9;
    border-radius: 30px;
    min-width: 190px;
    cursor: pointer;
}

.redpower__product-tab a {
    position: relative;
}

.redpower__product-tab a.active-tab,
.redpower__product-tab a:hover {
    color: #fb3030 !important;
    border: 1px solid #fb3030;
    border-radius: 30px;
    text-decoration: none;
    line-height: 0px;
    background: #ffffff;

}

.product-tab {
    height: 0px;
    overflow-y: clip;
}

.product-tab.active-tab-content {
    height: auto;
}

.redpower__product-tab a::after {
    content: '';
    width: 15px;
    height: 8px;
    display: block;
    position: absolute;
    bottom: -8px;
    left: calc(50% - 10px);
}

.active-tab::after,
.redpower__product-tab a:hover::after {
    content: '';
    width: 15px;
    height: 8px;
    display: block;
    background: url('../images/active-tab.webp');
}

.slick-arrows>div {
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
}

.nothing-second {
    display: none;
}

.product-slide-item {
    padding-left: 17.5px;
    padding-right: 17.5px;
}

.catalog-product-item {
    padding-left: 15px;
    padding-right: 15px;
}

.product-slide-content,
.product-content {
    padding: 15px;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    padding-top: 30px;
}

.product-slide-content {
    box-shadow: 0px 0px 0px;
}

.product-slide-image {
    /*width: 185px;*/
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(230, 230, 230);
    margin: 0 auto;
    margin-bottom: 20px;
}


.product-slide-image img {
    max-width: 100%;
	height: auto;
	display: block;
}


.product-availability {
    font-size: 14px;
    font-family: 'Roboto-Light';
    padding: 10px;
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 0px 20px 20px 0px;
}

.product-availability-yes {
    background-color: rgb(76, 174, 99);
    color: #ffffff;
}

.product-availability-limited {
    background-color: rgb(240, 196, 51);
    color: #ffffff;
}

.product-availability-pre-order {
    background-color: rgb(240, 60, 51);
    color: #ffffff;
}


.product-availability-no {
    background-color: #fb3030;
    color: #ffffff;
}

.product-slide-content .title-and-category .title,
.product-content .title-and-category .title {
    text-align: center;
    height: 80px;
    overflow: hidden;
    margin-bottom: 20px;
    line-height: 16px;
}

.product-slide-content .title-and-category .title a,
.product-content .title-and-category .title a {
    color: #161616;
    font-size: 16px;
    text-align: center;
    font-family: 'Roboto-Regular';

}

.see__product-link {
    font-family: 'Roboto-Medium';
    color: rgb(0, 0, 0);
    font-size: 16px;
    background: #f6f7f9;
    text-align: center;
    padding: 15px 0px;
    display: block;
    border: 1px solid #f6f7f9;
    border-radius: 30px;
    width: 190px;
    cursor: pointer;
    line-height: 1;
}
.category-2956 .product-header-btn-pre-col{
    display: none ; 
}
.page-node-73 {}

.see__product-link:hover,
.see__product-link:focus {
    background: #ffffff;
    border: 1px solid #fb3030;
    text-decoration: none;
}

.product-slide-prices {
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 17px;
    margin-bottom: 20px;
}

.product-slide-prices .commerce_old_price {
    color: rgb(153, 153, 153);
    text-decoration: line-through;
    text-align: center;
    font-family: 'Roboto-Regular';

}

.product-slide-prices .commerce_price {
    font-family: 'Roboto-Bold';
    color: #000000;
    padding-left: 15px;
    padding-right: 15px;
}

.product-slide-content .commerce-buy-one-click-button-wrapper,
.product-content .commerce-buy-one-click-button-wrapper {
    display: none;
}

.product-slide-content .commerce-add-to-cart button,
.product-content .commerce-add-to-cart button {
    font-size: 0px;
    background: #fb3030 url('../images/cart.webp') no-repeat;
    background-position: center;
    line-height: 0px;
    height: 44px;
    width: 44px;
    border: 0px;
    border-radius: 50%;
}

.product-slide-content .commerce-add-to-cart button:focus,
.product-slide-content .commerce-add-to-cart button.btn-success,
.product-slide-content .commerce-add-to-cart button:active:focus,
.product-content .commerce-add-to-cart button:focus,
.product-content .commerce-add-to-cart button.btn-success,
.product-content .commerce-add-to-cart button:active:focus {
    font-size: 0px;
    background: #fb3030 url('../images/cart.webp') no-repeat;
    background-position: center;
    line-height: 0px;
    height: 44px;
    width: 44px;
    border: 0px;
    border-radius: 50%;
    box-shadow: 0 0 0 0;
    outline: 0px;

}

.product-slide-content .add-to-cart,
.product-content .add-to-cart {
    position: absolute;
    bottom: 17px;
    right: 8px;
}

.page-header-title,
.page-taxonomy-term h1 {
    font-size: 30px;
    line-height: 35px;
	text-align: center;
}

.catalog-product-item {
    margin-bottom: 40px;
}

.slick-track {
    padding-top: 20px;
    padding-bottom: 20px;
}

.video-front-wrapper {
    width: 592px;
    height: 600px;
    margin-left: auto;
    background: url('../images/video-circle.webp') no-repeat;
    position: relative;
}

.video-front-btn {
    position: absolute;
    background: url('../images/play-btn.webp') no-repeat;
    width: 136px;
    height: 153px;
    top: calc(50% - 85px);
    left: calc(50% - 60px);
}

#block-block-21 .row {
    margin-left: 0px;
    margin-right: 0px;
}

#block-block-21 .row>div {
    padding-left: 0px;
    padding-right: 0px;
}

.video-text-front-wrapper h2 {
    font-size: 60px;
    color: rgb(255, 255, 255) !important;
    font-family: 'Roboto-Medium';
    padding-bottom: 81px;
    width: 430px;
    line-height: 60px;
}

.video-text-bg {
    background: #26252a;
}

.video-text-front-wrapper {
    padding-top: 80px;
    padding-bottom: 70px;
    max-width: 430px;
    margin-left: 112px;
}

.video-front-text-col {
    padding-top: 50px;
}

.video-text-front-wrapper p {
    font-size: 22px;
    color: rgb(255, 255, 255);
    font-family: 'Roboto-Regular';
    width: 390px;
    line-height: 26px;
}

.red-color {
    color: #fb3030
}

.text-bold {
    font-family: 'Roboto-Bold';

}

.video-front-line {
    height: 1px;
    background: #9a9898;
    position: absolute;
    width: calc(100% - 224px);
    bottom: 230px;
    right: 0px;
}

.nd-news-teaser-wrapper {
    border-radius: 30px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
}

.nd-news-teaser-text-content {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
}

.nd-news-teaser-text {
    line-height: 20px;
}

.nd-news-teaser-image img {
    border-radius: 30px 30px 0px 0px;
    height: 150px;
    object-fit: cover;
    width: 100%;
}

.nd-news-teaser-title {
    margin-bottom: 20px;
}

.nd-news-teaser-title a {
    font-family: 'Roboto-Bold';
    color: #000000;
	line-height: 22px;
	display: inline-block;
}

.nd-news-teaser-text p {
    font-family: 'Roboto-Light';
    font-size: 16px;
    color: rgb(38, 37, 42);
    line-height: 22px;
}

.nd-news-teaser-readmore {
    margin-top: 20px;
    position: relative;
    bottom: 75px;
}

.nd-news-teaser-readmore a {
    display: block;
    font-size: 0px;
    width: 97px;
    height: 55px;
    line-height: 0px;
    background: url('../images/read-more.webp');
    margin-left: auto;
}

.news-teaser-block-title h2 {
    font-size: 45px;
    font-family: 'Roboto-Bold';
    margin-bottom: 30px;
}

.redpower__front-news {
    margin-top: 50px;
    margin-bottom: 60px;
}

.news-teaser-block-all-news {
    align-self: center;
    text-align: right;

}

.news-teaser-block-all-news a {
    color: rgb(251, 48, 48);
    font-family: 'Roboto-Bold';
    font-size: 18px;
}

.nd-news-teaser {
    height: inherit;
}

.nd-news-teaser .views-field-nothing,
.nd-news-teaser .views-field-nothing>span,
.nd-news-teaser-wrapper {
    height: 100%;
    display: block;
    position: relative;
}

.redpower__advantages {
    background: url('../images/advantages-bg.webp') no-repeat;
    padding-top: 70px;
    padding-bottom: 70px;
}

.advantages-content {
    width: 550px;
}

.advantages-title h2 {
    font-size: 50px;
    color: rgb(255, 255, 255) !important;
    text-transform: uppercase;
    font-family: 'Roboto-Black';
    margin-bottom: 40px;
}

.advantages-list {
    color: rgb(255, 255, 255);
    font-size: 24px;
    font-family: 'Roboto-Light';
}

.advantages-list-item {
    line-height: 50px;
    padding-left: 30px;
    position: relative;
	list-style: none;
}

.advantages-list-item::before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fb3030;
    position: absolute;
    top: 50%;
    left: 0px;
}

.form-items-row {
    width: 100%;
    padding: 0px;
    border: 0px;
}

.form-items-row>div {
    padding: 0px;
}

.redpower__front-webfrom {
    background: #fb3030;
    padding-top: 60px;
    padding-bottom: 60px;
}

.webform-text-content {
    margin-bottom: 40px;
}

.webform-text-content h2.block-title {
    font-size: 45px;
    font-family: 'Roboto-ExtraBold';
    color: rgb(255, 255, 255);
    margin-top: 0px;
}

.webform-text-content p {
    font-size: 20px;
    color: rgb(255, 255, 255);
}

.webform-row>div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 270px;
    padding: 10px;
}

.webform-row input,
.webform-row input:focus {
    background: #d02e2f;
    color: rgb(246, 241, 238);
    font-size: 16px;
    border: 1px solid #d02e2f;
    border-radius: 30px;
    outline: 0px;
    box-shadow: 0px 0px 0px;
    font-family: 'Roboto-Light';
}

.webform-row input::placeholder {
    font-size: 16px;
    color: rgb(246, 241, 238);
    font-family: 'Roboto-Light';
}

.webform-row .webform-submit,
.webform-row .webform-submit:focus,
.webform-row .webform-submit:active:focus {
    background: #26252a;
    font-size: 16px;
    color: rgb(246, 241, 238);
    font-family: 'Roboto-Light';
    width: 100%;
    border: 1px solid #26252a;
    border-radius: 30px;
    box-shadow: 0px 0px 0px !important;
    outline: 0px !important;
}

/*
.redpower__front-about {
    background: url('../images/car-panel.webp') no-repeat;
    background-position-x: right;
}
*/


.redpower__front-about {
	padding: 45px 0px 60px 0px;
}


.redpower__front-about h2 {
	font-family: 'Roboto-Bold';
	font-size: 32px;
	margin-top: 15px;
	margin-bottom: 20px;
	line-height: normal;
}


.redpower__front-about ul {
	list-style-position: inside;
}



.front-about-company-content h1 {
    font-size: 45px !important;
    color: rgb(22, 22, 22) !important;
    font-family: 'Roboto-Bold' !important;
    margin-bottom: 30px !important;
	line-height: normal;
}


.front-about-company-content h2 {
    font-size: 45px;
    color: rgb(22, 22, 22);
    font-family: 'Roboto-Bold';
    margin-bottom: 30px;
}

.front-about-company-text,
.front-comp-accordion-item-content {
    font-size: 18px;
    font-family: 'Roboto-Regular';
    color: rgb(38, 37, 42);
}

.front-comp-accordion-item-content {
    line-height: 24px;
}

.front-about-company-text p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
    /* line-height: 40px; */
    /* word-break: break-word; */
}


.front-about-company-text h3, h4, h5 {
	font-family: 'Roboto-Bold' !important;
	font-size: 24px !important;
	font-weight: normal !important;
	margin: 10px 0px !important;
	line-height: 34px !important;
}


.front-about-company-content h3, h4, h5 {
	color: #161616;
}


@media(max-width: 1200px) {
.front-about-company-text h3, h4, h5 {
	text-align: center;
}
}


.front-about-company-text ul {
	margin: 0;
	padding: 15px 0px 15px 30px;
}


.front-about-company-text ul li {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
}


.front-about-company-content {
    padding-top: 50px;
	padding-bottom: 50px;
}

#front-comp-accordion {
    padding-top: 90px;
}

.acord-title {
    font-size: 24px;
    cursor: pointer;
    position: relative;
}

.acord-title::after {
    width: 44px;
    height: 44px;
    content: '';
    display: block;
    background: #d02e2f url('../images/acord-arrow.webp') no-repeat;
    background-position: center;
    border-radius: 50%;
    position: absolute;
    right: 0px;
    top: -10px;
}

.front-comp-accordion-item.open .acord-title {
    margin-bottom: 30px;
}

.front-comp-accordion-item {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.front-comp-accordion-item-content {
    display: none;
}

.front-comp-accordion-item.open .front-comp-accordion-item-content {
    display: block;
}

.front-contacts-content h2.block-title {
    font-size: 45px;
    color: rgb(22, 22, 22);
    font-family: 'Roboto-Bold';
    margin-bottom: 30px;
}

.front-contacts-content>p {
    font-size: 18px;
    font-family: 'Roboto-Light';
    color: rgb(38, 37, 42);
    margin-bottom: 30px;
    line-height: 22px;
}

.front-contacts-content {
    max-width: 550px;
}

.front-contacts-phones a {
    display: block;
    color: rgb(22, 22, 22);
}

.front-contacts-phones a:first-child {
    margin-bottom: 10px;
}

.front-contacts {
    align-self: center;
}

.front-contacts-phones {
    padding-left: 45px;
    background: url('../images/phone.webp') no-repeat;
    background-position-x: 15px;
}

.front-contacts-adress {
    padding-left: 45px;
    background: url('../images/point.webp') no-repeat;
    background-position-x: 15px;
}

.not-logged-in .user-cabinet {
    display: none;
}

.logged-in .login {
    display: none;
}

.redpower__header-cart-btn,
.redpower__header-mobile-cart-col {
    position: relative;
}

.redpower__header-cart-btn .cart-items .text,
.redpower__header-mobile-cart-col .cart-items .text {
    display: none;
}

.redpower__header-mobile-cart-col>div {
    width: 60px;
    margin-left: auto;
    position: relative;
}

.cart .redpower__header-cart-btn .cart-items a,
.redpower__header-mobile-cart-col .cart-items a {
    font-size: 0px;
    background: #fb3030 url('../images/cart.webp') no-repeat;
    background-position: center;
    line-height: 0px;
    height: 44px;
    width: 44px;
    border: 0px;
    border-radius: 50%;
    box-shadow: 0 0 0 0;
    outline: 0px;
    padding: 0px;
    display: block;
}

.cart .redpower__header-cart-btn .cart-items-count,
.redpower__header-mobile-cart-col .cart-items-count {
    width: auto;
    height: auto;
    background: #000000;
    padding: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: absolute;
    padding-left: 7px;
    padding-right: 7px;
    left: 30px;
    top: -10px;
    color: #ffffff;
    border-radius: 50%;
    line-height: 13px;
}

.redpower__header-mobile-cart-col .cart-items-count a {
    color: #ffffff;
    font-size: 16px;
    display: block;
}

.redpower__header-mobile-bottom {
    padding-bottom: 20px;
    display: flex;
    /*justify-content: flex-end;*/
    justify-content: center;	
}

#block-block-24>.row {
    margin-left: 0px;
    margin-right: 0px;
}

#block-block-24>.row>div {
    padding-left: 0px;
    padding-right: 0px;
}

.redpower__header-mobile-top {
    border-bottom: 2px solid #e7f0f1;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.mobile-burger-btn {
    display: block;
    width: 45px;
    height: 35px;
    padding: 7px;
    margin-left: auto;
}

.mobile-burger-btn>div {
    width: 100%;
    height: 2px;
    background: #000000;
    margin-bottom: 7px;
}

.redpower__header-mobile-top .row {
    align-items: center;
}

.redpower__header-mobile-phones-col {
    max-width: 190px;
    display: none;
}

.redpower__header-mobile-phones-col a {
    color: #161616;
    display: block;
    font-family: 'Roboto-Medium';
    font-size: 18px;
}

.redpower__header-mobile-phones-col a:first-child {
    margin-bottom: 10px;
}

.redpower__header-mobile-bottom .row {
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0px 15px;
}

.redpower__header-mobile-search-col {
    text-align: right;
}

.frame-map {
    padding-right: 112px !important;
}

.frame-map img {
    width: 100%;
}

.product-tab .slick-arrows {
    top: -240px;
}

.product-tab .slick-arrow-next {
    right: -90px;
}

.redpower__page .catalog-filter-form .form-control,
.catalog-filter-form .form-select {
    color: #26252a;
    font-family: 'Roboto-Regular';
    font-weight: 500;
    background: #26252a;
}

.redpower__page .catalog-filter-form .form-item .chosen-container-single .chosen-single {
    position: relative;
    top: 0px;
}

.redpower__page #block-views-exp-front-page-3 #front-page-3-hst-filter-3 {
    background: url('../images/auto-mark.webp') no-repeat;
    background-position-x: calc(100% - 15px);
    background-position-y: -5px;
}

.redpower__page #block-views-exp-front-page-3 #front-page-3-hst-filter-3.has_2_lvl {
    background: none;
}

.redpower__page .catalog-filter-form .chosen-container-single .chosen-single div b {
    background: url('../images/nd-arrow-down.webp') no-repeat;
}

.redpower__front-video {
    padding-top: 50px;
}

.redpower__header-mobile {
    display: none;
}

.about-1199px {
    display: none;
}

.front-contacts-content h2.block-title {
    margin-top: 0px;
}

.redpower__front-about {
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
}

.frame-map {
    filter: grayscale(1);
}

.frame-map:hover {
    filter: grayscale(0);
}

.webform-row>div input {
    padding: 20px;
}

.webform-row>div button {
    padding: 9px;
}

.redpower__header-mobile-menu {
    display: none;
}

.redpower__header-mobile-menu.open-menu {
    display: block;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid #14141c;
}

.redpower__header-mobile-menu.open-menu nav a,
.redpower__header-mobile-menu.open-menu nav span {
    font-family: 'Roboto-Regular';
}

.redpower__header-mobile-close {
    width: 30px;
    margin-left: auto;
}

.redpower__header-mobile-user-nav {
    border-bottom: 2px solid #14141c;
}

.redpower__header-mobile-second-nav {
    border-bottom: 2px solid #14141c;
}

.redpower__header-mobile-close a {
    color: #14141c;
    font-size: 18px;
    font-family: 'Roboto-ExtraBold';
    text-align: right;
    display: block;
    border-radius: 50%;
    background: #e7e7e7;
    line-height: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 9px;
    padding-right: 9px;
    position: absolute;
    right: 15px;
    top: 0px;
}

.redpower__header-mobile-close a:hover {
    text-decoration: none;
}

.redpower__header-mobile-menu nav a {
    font-size: 16px;
    color: #14141c;
}

.redpower__header-mobile-second-nav ul li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.redpower__header-mobile-second-nav ul li span {
    display: block;
    padding: 10px 15px
}

.redpower__header-mobile-last-nav li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.view-nd-front-views ul.pagination {
    justify-content: center;
}

.redpower__content h1.page-header-title,
.page-taxonomy-term h1 {
    padding-top: 30px;
    margin-top: 0px;
    padding-bottom: 20px;
    margin-bottom: 10px;
}


.page-taxonomy-term h1 {
	text-align: center;
}


.nd-header-second-page {
    background-image: url('../images/content-header-bg.webp');
    color: #ffffff;
    text-align: center;
    padding-top: 100px;
    min-height: 623px;
    background-repeat: no-repeat;
    background-position: center;
}

.nd-header-second-page-title {
    font-size: 45px;
    color: #ffffff !important;
    font-family: 'Roboto-Bold';

}

.red-line {
    margin: 40px auto;
    width: 260px;
    height: 2px;
    background-color: #d02e2f;

}

.nd-header-second-page-small-text {
    font-family: 'Roboto-Regular';
    font-size: 20px;
    color: #ffffff;
    width: 100%;
    max-width: 615px;
    margin: 0 auto;

}

.redpower__page-soput-product {
    /* padding-top: 70px; */
	padding-top: 15px;
    padding-bottom: 40px;
    background: #f4f4f5;
}

.redpower__page-soput-product h2.block-title,
#block-views-new-design-soput-prod-block-1 .block-title {
    font-size: 45px;
    padding-bottom: 30px;
}

#block-views-new-design-soput-prod-block h2.block-title {
    text-align: center;
}


#block-views-new-design-soput-prod-block .view-header{
    max-width: 1215px; 
    margin-left: auto;
    margin-right: auto;
}
.redpower__page-soput-product .slick-arrows,
#block-views-new-design-soput-prod-block-1 .slick-arrows {
    bottom: 180px;
}

.redpower__page-soput-product .slick-arrow-next,
#block-views-new-design-soput-prod-block-1 .slick-arrow-next {
    right: -90px;
}

/*.redpower__filter, .redpower__product-slider{
    background: #f4f4f5;
}*/
.product-slide-content {
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
}

.redpower__page .views-widget-filter-field_product_label_value {
    display: block;
}

.mobile-slide-item {
    display: none;
}

.front__slider-item img {
    width: 100%;
}

.front__slider-section .slick-track {
    padding-bottom: 0px;
    padding-top: 0px;
}

.front-about-company-text {
    padding-right: 40px;
}

.desktop-slide-item img {
    min-height: 711px;
    object-fit: cover;
}

.search-icon {
    display: block;
}

.redpower__header-desktop .red_search .form-submit,
.redpower__header-desktop .red_search .input-group-btn button {
    display: none;
}

.red_search.hidden-search {
    display: none;
}

.redpower__header-desktop .redpower__header-col.search.focus .red_search {
    width: 260px;
    display: inline-block;
}

.redpower__header-desktop .search-icon {
    display: inline-block;
}

.redpower__header-desktop .redpower__header-col.search.focus {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;
    max-width: 280px;
    position: relative;
}

.redpower__header-desktop .redpower__header-col.search.focus .form-group {
    margin-bottom: 0px;
}

.redpower__header-desktop .redpower__header-col.search.focus .form-group input {
    margin-top: 0px;
    margin-top: 0px;
    padding-top: 22px;
    padding-bottom: 22px;
    background: #e5e5e5;
    border: 0px;
    border-radius: 22px;
    padding-left: 20px;
}

.red_search {}

.redpower__header-desktop .redpower__header-col.search.focus .search-icon {
    position: absolute;
    top: 0px;
    right: 8px;
    z-index: 5;
}

ul.pagination {
    justify-content: center;
	padding: 15px 0px 15px 0px;
	margin: 0;	
}

.breadcrumb {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    background: none;
    padding-top: 0px;
}

.page-taxonomy-term .view-footer,
.page-node-307 .field-name-body {
    width: 100%;
    max-width: 1215px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    line-height: 24px;
}

.menu span.caret {
    display: none !important;
}

.dropdown-menu.show li a {
    color: #14141c;
}

.front .region.region-content {
    display: none;
}

.node-type-productpage .region-content {
    line-height: 28px;
}

.product-photo-slieder {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.product-photo-slieder-wrapp {
    box-shadow: 0px 20px 40px 0px rgb(0 0 0 / 10%);
    border-radius: 30px;
}

.product-photo-slieder-nav {
    padding-left: 20px;
    padding-right: 20px;
}

.photo-item img {
    width: 100%;
    /*object-fit: contain;*/
    /*max-height: 360px;*/
    cursor: pointer;
}

.photo-item-nav img {
    width: 100%;
    object-fit: contain;
    max-height: 70px;
    cursor: pointer;
}

.product-photo-slieder-wrapp {
    position: relative;
}

.photo-products-slick-arrows {
    position: absolute;
    top: 170px;
    cursor: pointer;
}

.photo-products-slick-arrow-prev {
    left: -20px;

}

.slick-arrows-photo-products .slick-arrow>div {
    box-shadow: 0px 20px 40px 0px rgb(0 0 0 / 10%);
}

.photo-products-slick-arrow-next {
    right: -20px;

}

.proudct-header-anchors {
    justify-content: space-between;
}

.proudct-header-anchor-col {}

.proudct-header-anchor-col:nth-child(2) {
    padding-left: 0px;
    padding-right: 0px;
}

.proudct-header-anchor-col>a,
#popup__toggle {
    background: #f6f7f9;
    color: #161616 !important;
    font-size: 16px;
    text-align: center;
    font-family: 'Roboto-Regular';
    padding: 23px 23px;
    display: block;
    line-height: 0px;
    border: 1px solid #f6f7f9;
    border-radius: 30px;
    width: 100%;
    min-width: 200px;
    cursor: pointer;
}

.proudct-header-anchor-col>a:hover {
    color: #fb3030 !important;
    border: 1px solid #fb3030;
    border-radius: 30px;
    text-decoration: none;
    line-height: 0px;
    background: #ffffff;
}

.proudct-header-info-short {
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

.proudct-header-info-short-title {
    font-family: 'Roboto-Bold';
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.proudct-header-info-short-text {
    line-height: 22px;
    text-indent: 0px;
}

.proudct-header-info-short-text li {
    padding-left: 10px;
    text-indent: 0px;
    position: relative;
}

/*#specification ul li {
    padding-left: 20px;
    text-indent: 0px;
    position: relative;
}

.proudct-header-info-short-text ul li::before {
    content: '—';
    position: absolute;
    left: -10px;
    display: block;
}

#specification ul li::before {
    content: '—';
    position: absolute;
    left: 0px;
    display: block;
}
*/

#specification ul{
    padding-left: 20px;
}


#specification p {
    margin-top: 10px;
	margin-bottom: 10px;
}


#specification ul li{
    list-style: disc;
}


#specification table {
    max-width: 800px !important;
}


.product-header-acordions #front-comp-accordion {
    padding-top: 0px;
}

.product-header-prices-count-row {
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0px;
    margin-right: 0px;
    align-items: flex-end;
}

/*.new-product-teamplate{
    display: none;
}
.admin-menu .new-product-teamplate{
    display: block;
}*/
#block-block-20 {
    display: none;
}

.product-header-price {
    font-size: 22px;
    font-family: 'Roboto-Bold';
    font-weight: normal;
    font-style: normal;
}

.product-header-price span {
    font-family: 'Roboto-Regular';
}

.product-header-price-old {
    text-decoration: line-through;
}

.product-header-price-old div {
    text-decoration: none;
}

.product-header-prices-count-row {
    margin-top: 20px;
}

.product-header-sale-procent {
    font-size: 12px;
}

.product-header-count-col {
    font-size: 16px;
    color: #686868;
    max-width: 170px;
}

.product-header-count-col .product_sku {
    margin-bottom: 0px;
}

.product-header-buy-one-click-col {
    text-align: right;
}

.product-header-buy-one-click-col button {
	background: transparent;
    padding: 0px;
    border: 0px;
    font-size: 16px;
    color: #fb4747;
    font-family: 'Roboto-Bold';
    text-decoration: underline;
}

.product-header-buy-one-click-col button:hover,
.product-header-buy-one-click-col button:active,
.product-header-buy-one-click-col button:focus,
.product-header-buy-one-click-col button:active:focus {
    border: 0px;
    background: none;
    padding: 0px;
    box-shadow: 0px 0px 0px;
    outline: none;
}

.product-header-btn-pre-col {
    padding-top: 20px !important;
}

.product-header-btn-pre-col>div {
    font-size: 12px;
    margin-top: 15px;
    line-height: 15px;
}

.product-header-btn-pre-col .button {
    width: 100%;
    max-width: 250px;
    margin-left: 0px;
    /* background: #4cae4c; */
	background: #d02e2f;
    font-family: 'Roboto-Medium';
    font-size: 18px;
    text-align: center;
    border-radius: 30px;
    text-transform: capitalize;
    padding: 14px 25px 14px 25px;
    color: #fff;
    display: block;
}

.product-header-btn-pre-col .button:hover,
.product-header-btn-pre-col .button:focus,
.kupi-na-ali:hover,
.kupi-na-ali:focus,
.product-header-btn-add-cart-col .btn-success:hover,
.product-header-btn-add-cart-col .btn-success:focus {
    text-decoration: none;
    box-shadow: 0px 0px 0px;
}

.product-header-btn-ali-col {
    padding-top: 10px;
}

.kupi-na-ali {
    width: 100%;
    max-width: 250px;
    margin-left: 0px;
    background: #26252a;
    font-family: 'Roboto-Medium';
    font-size: 18px;
    text-align: center;
    border-radius: 30px;
    text-transform: capitalize;
    padding: 14px 20px 14px 20px;
    color: #fff;
    display: block;
}

.product-header-btn-add-cart-col {
    padding-top: 20px;
}

.product-header-btn-add-cart-col .btn-success {
    width: 100%;
    max-width: 250px;
    margin-left: 0px;
    /* background: #d02e2f; */
	background: #4cae4c;
    font-family: 'Roboto-Medium';
    font-size: 18px;
    text-align: center;
    border-radius: 30px;
    padding: 14px 20px 14px 20px;
    color: #fff;
    display: block;
    border: 0px;
    outline: none;
}

.product-header-btn-add-cart-col .btn-success:focus:active,
.product-header-btn-add-cart-col .btn-success:active {
    background: #d02e2f;
    box-shadow: 0px 0px 0px 0px !important;
    border: 0px !important;
    outline: none;
}

article.node-productpage {
    margin-top: 60px;
}

.product-autobrand-acordions .term-group {
    float: none;
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.product-autobrand-acordions .term-group a {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    color: #fb3030;
}

.product-autobrand-acordions .term-group-children {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
}

.product-autobrand-acordions .term-children {
    padding-left: 15px;
    padding-top: 10px;
    margin-top: 5px;
    border-top: 1px solid #e5e5e5;
}

.page-node-304,
.node-type-page,
.node-type-news {
    line-height: 2;
}

.page-node-304 input {
    min-height: 45px;
}

#block-views-news-block-1 .pagination {
    display: block;
}

.product-tabs-content {
    line-height: 13px;
}

.mnenia_pro {
    display: none;
}

.obzr {
    background: #f6f7f9 url('../images/ysvg.svg') no-repeat !important;

    background-size: 20px !important;
    background-position-x: 20px !important;
    background-position-y: 13px !important;
}

.khar {
    background: #f6f7f9 url('../images/shester.svg') no-repeat !important;

    background-size: 20px !important;
    background-position-x: 20px !important;
    background-position-y: 13px !important;
    padding-left: 50px !important;
}

#block-views-new-design-soput-prod-block-1 {
    line-height: 13px;
    padding-top: 70px;
}

#block-views-new-design-soput-prod-block-1 p.block-title {
	text-align: center;
}

#block-views-new-design-soput-prod-block-1 .view-header {
    display: none;
}

.page-user #block-system-main {
    font-family: 'Roboto-Regular';
}

.page-user .profile .field {
    font-family: 'Roboto-Regular';
}

.page-user .profile {
    padding-top: 40px;
}
.page-user form label{
    width: 100%;
    margin-bottom: 10px;
}
.page-user .profile .field .field-label,
.page-user .profile h3 {
    font-family: 'Roboto-Bold';
    line-height: 24px;
    font-size: 18px;
}

.page-user .profile h3 {
    margin-bottom: 10px;
}

.page-user .profile .field .field-item {
    line-height: 24px;
    font-size: 16px;
}

.page-user .profile dl>* {
    margin-bottom: 10px;
}

.proudct-header-anchor-col>a#popup__toggle:hover {
    color: #fb3030 !important;
    border: 1px solid #fb3030 !important;
    border-radius: 30px !important;
    text-decoration: none !important;
    line-height: 0px !important;
    background: #ffffff !important;
    background: #f6f7f9 url(../images/ysvg.svg) no-repeat !important;
    background-size: 20px !important;
    background-position-x: 20px !important;
    background-position-y: 13px !important;
}
.cart-tabel-body-cell-product-count > div{
    margin-bottom: 0px;
}
.nd-header-second-page {
    line-height: 1;
}

#block-views-news-front-block-1 .nd-news-teaser {
    margin-bottom: 30px;
}
.nd-news-teaser{
    margin-bottom: 30px;
}
.rtecenter {
    text-align: center;
}
.page-cart .wrapper_checkout_btn a{ 
    
    margin-left: 0px;
    background: #fb3030;
    font-family: 'Roboto-Medium';
    font-size: 20px;
    text-align: center;
    border-radius: 30px;
    text-transform: capitalize;
    padding: 12px 40px 12px 40px;
}
.page-cart .info-shipping-free{
    color: #fb3030;
    font-family: 'Roboto-Medium';
    font-size: 20px;
}
.product-header-btn-ali-col{
    display: none;
}
.category-32 .product-header-btn-ali-col{
    display: block;
}
.top-menu__nav .dropdown-menu li a{
    color: #000000; 
}
.top-menu__nav .dropdown-menu>.active>a, .top-menu__nav .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{  
    color: #000000;
}
#block-views-taxonomy-term-block-1 .front__page-product-slider{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; 
}
#block-views-taxonomy-term-block-1 .front__page-product-slider > div {
    margin-bottom: 30px; 
}
.view-front .row-container .nothing-first .title-and-category, .page-product-search .row-container .nothing-first .title-and-category, .view-similar-products .row-container .nothing-first .title-and-category, .view-promo-pages .nothing-first .title-and-category, .view-promo-pages-kia .nothing-first .title-and-categor{
    width: 100%;
    float: none;
} 
.view-front .row-container .nothing-first .title a, .page-product-search .row-container .nothing-first .title a, .view-similar-products .row-container .nothing-first .title a, .view-promo-pages .nothing-first .title a, .view-promo-pages-kia .nothing-first .title a{
    color: #161616;
    font-size: 16px;
    text-align: center;
    font-family: 'Roboto-Regular';
    font-weight: 400;

}
.view-front .row-container .nothing-first .commerce_price, .page-product-search .row-container .nothing-first .commerce_price, .view-similar-products .row-container .nothing-first .commerce_price, .view-promo-pages .nothing-first .commerce_price, .view-promo-pages-kia .nothing-first .commerce_price{
    font-family: 'Roboto-Bold';
    color: #000000;
    padding-left: 15px;
    padding-right: 15px;
    background: none;
}
.view-front .row-container .nothing-first .commerce_old_price, 
.page-product-search .row-container .nothing-first .commerce_old_price, 
.view-similar-products .row-container .nothing-first .commerce_old_price, 
.view-front .row-container .nothing-first .commerce_price, 
.page-product-search .row-container .nothing-first .commerce_price, 
.view-similar-products .row-container .nothing-first .commerce_price, 
.view-promo-pages .nothing-first .commerce_price, 
.view-promo-pages-kia .nothing-first .commerce_price, 
.view-promo-pages .nothing-first .commerce_old_price, 
.view-promo-pages-kia .nothing-first .commerce_old_price{ 
    background: none !important;   
}
.page-taxonomy-term-33 .view-id-taxonomy_term .views-exposed-form{
    display: none;
}
.front__page-product-slider .commerce-add-to-cart .form-type-checkbox{
    display: none;
}
.catalog-product-item .commerce-add-to-cart .form-type-checkbox{
    display: none;
}
.product-addons .form-item{
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    text-align: center;
    background: #000000;
	margin: 0;
}
.product-addons .form-item label{
    width: 100%;
    padding: 0px;
    height: 100%;
    position: relative;
}
.product-addons .form-item label .entity{  
    width: 100%;
    padding: 15px; 
    text-align: center;
    background: #ffffff;
    height: 100%;
    position: relative;
}
.product-addons .form-item .field-name-commerce-price .field-items{
    display: inline-block;  
}
.product-addons .form-item:hover label::after{
    content: '+';
    font-size: 40px;
    line-height: 0px;
    width: 60px;
    height: 60px;
    position: absolute;
    border-radius: 50%;
    background: #fff;
    color: #fb3030;
    padding-top: 28px;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    cursor: pointer;
    padding-left: 18px;
}
.product-header-btns-row .commerce-add-to-cart .form-type-checkbox input,
.product-header-btns-row .commerce-add-to-cart .form-type-checkbox
/* ,.row.product-addons .form-type-checkbox input */
{
    display: none;
}
.product-addons .form-item.addeded:hover label::after{
    content: '-';
    font-size: 40px;
    line-height: 0px;
    width: 60px;
    height: 60px;
    position: absolute;
    border-radius: 50%;
    background: #fff;
    color: #fb3030;
    padding-top: 28px;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    cursor: pointer;
    padding-left: 24px;
}
.product-addons .form-item:hover label .entity{
    opacity: 0.7;
}
.prod-adon-photo img{
    height: 100%; 
    object-fit: cover;
    min-height: 75px;
    max-height: 215px;
    width: auto;
}
.special-more-btn{
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
.special-more-btn a{
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    background: #fb3030;
    padding-top: 15px;
    padding-bottom: 15px;
}
@media(min-width: 1247px) {
    .container {
        max-width: 1215px;
    }
}

@media(max-width: 1800px) {
	/*
    .redpower__front-about {
        background: url('../images/car-panel.webp') no-repeat;
        background-position-x: calc(100% + 200px);
    }
	*/

    .slick-arrow-prev {
        left: -70px;
    }

    .slick-arrow-next {
        right: 0px;
    }

    .product-tab .slick-arrow-next {
        right: -69px;
    }
}

@media(max-width: 1530px) {
	/*
    .redpower__front-about {
        background: url('../images/car-panel.webp') no-repeat;
        background-position-x: calc(100% + 270px);
    }
	*/
}

@media(max-width: 1500px) {

    .redpower__page-soput-product .slick-arrows-container,
    #block-views-new-design-soput-prod-block-1 .slick-arrows-container {
        position: relative;
    }

    .redpower__page-soput-product .slick-arrow-prev,
    #block-views-new-design-soput-prod-block-1 .slick-arrow-prev {
        left: -40px;
    }

    .redpower__page-soput-product .slick-arrow-next,
    #block-views-new-design-soput-prod-block-1 .slick-arrow-next {
        right: -40px;
    }
}

@media(max-width: 1400px) {
    .redpower__page .front__slider-section .slick-arrows-container {
        display: block;
        width: 165px;
        height: 60px;
        position: absolute;
        z-index: 1;
        right: 30px;
        bottom: 0px;
    }

    .redpower__page .front__slider-section .slick-arrows {
        position: static;
        float: left;

    }

    .redpower__page .front__slider-section .slick-arrow-next {
        float: right
    }

    .product-tab.active-tab-content {
        padding-bottom: 140px;
    }

    .product-tab .slick-arrows {
        top: 30px;
    }

    .product-tab .slick-arrow-prev {
        left: calc(50% - 95px);
    }

    .product-tab .slick-arrow-next {
        right: calc(50% - 95px);
    }
}

@media(max-width: 1350px) {
	/*
    .redpower__front-about {
        background: url('../images/car-panel.webp') no-repeat;
        background-position-x: calc(100% + 340px);
    }
	*/

    .slider-item__text-1 {
        font-size: 22px;
        max-width: 240px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .slider-item__text-2 {
        font-size: 30px;
        line-height: 36px;
        max-width: 330px;
    }

    .slider-item__text-3 {
        font-size: 24px;
        max-width: 340px;
        line-height: 26px;
    }

    .front__slider {
        /*  background: url('../images/slider-bg.webp') no-repeat;
        background-position-x: center; */
    }

    .slider-item__text {
        max-width: 440px;
    }

    .redpower__filter-container {
        max-width: 100%;
    }

    #block-views-exp-front-page-3 {
        margin-right: auto;
        padding-right: 0px;
    }

    .front__slider-section .slick-arrows {
        top: auto;
        bottom: 65px;
        z-index: 3;
        right: 100px;
        left: auto;
    }

    .front__slider-section .slick-arrow-next {
        right: 0px;
    }

    .catalog-filter-form .block-title {
        margin: 0 0 50px;
    }

    .redpower__page #block-views-exp-front-page-3 #front-page-3-hst-filter-3 {
        background: url('../images/auto-mark.webp') no-repeat;
        background-position-x: calc(100% - 38px);
        background-position-y: -5px;
    }

    .redpower__page #front-page-3-hst-filter-3 .form-item-select-front-page-3-hst-filter-3 {
        margin-right: 42px;
    }

    #block-views-new-design-soput-prod-block,
    #block-views-new-design-soput-prod-block-1 {
        padding-bottom: 140px;
    }

    #block-views-new-design-soput-prod-block .slick-arrows,
    #block-views-new-design-soput-prod-block-1 .slick-arrows {
        top: 30px;
    }

    #block-views-new-design-soput-prod-block .slick-arrow-prev,
    #block-views-new-design-soput-prod-block-1 .slick-arrow-prev {
        left: calc(50% - 95px);
    }

    #block-views-new-design-soput-prod-block .slick-arrow-next,
    #block-views-new-design-soput-prod-block-1 .slick-arrow-next {
        right: calc(50% - 95px);
    }
}

@media(max-width: 1199px) {
    .not-front .cart .cart-items {
        padding-left: 0px;
    }

    .not-front .redpower__header-cart-btn {
        max-width: 55px;
        margin-left: auto;
    }

    .photo-products-slick-arrow-prev {
        left: 20px;

    }

    .photo-products-slick-arrow-next {
        right: 20px;

    }

    .frame-map {
        padding-right: 30px !important;
    }

    .slider-item__text {
        margin-left: auto;
    }

    .slider-item__image img {
        width: 100%;
    }

    .webform-row>div:first-child {
        padding-left: 0px;
    }

    .redpower__page .catalog-filter-form .form-item {
        padding-right: 15px !important;
        padding-left: 15px !important;
        padding-bottom: 5px !important;
    }

    .redpower__page .container {
        max-width: 100%;
    }

    .advantages-content {
        padding-left: 15px;
        width: 100%;
        max-width: 565px;
    }

    #block-webform-client-block-5031 {
        padding-left: 15px;
    }

    .redpower__page .catalog-filter-form .views-hst-filter .form-item {
        height: auto;
    }

    .redpower__page .catalog-filter-form .form-item .chosen-container-single .chosen-single {
        top: 4px;
    }

    .redpower__page #front-page-3-hst-filter-3 .form-item-select-front-page-3-hst-filter-3 {
        margin-right: 12px;
    }

    .redpower__page #block-views-exp-front-page-3 #front-page-3-hst-filter-3 {
        background: url('../images/auto-mark-1199.webp') no-repeat;
        background-position-x: calc(100% - 10px);
        background-position-y: -3px;
    }

    .redpower__filter-container {
        background: #1b1b21;
    }

    .redpower__page #edit-field-category-tid-wrapper .form-item {
        padding-bottom: 36px !important;
    }

    .redpower__page #edit-field-category-tid-wrapper .chosen-single {
        top: 3px;
    }

    .catalog-filter-form .views-exposed-form .views-submit-button .btn {
        width: 275px;
        margin-left: 0px;
        background: #fb3030;
        font-family: 'Roboto-Medium';
        font-size: 20px;
        text-align: center;
        border-radius: 30px;
        text-transform: capitalize;
        padding: 12px 40px 43px 40px;
    }

    .front__slider-section .slick-arrow-prev {
        right: 300px;
    }

    .front__slider-section .slick-arrow-next {
        right: 200px;
    }

    .video-front-wrapper {
        width: 350px;
        height: 350px;
        background-size: cover;
    }

    .video-front-btn {
        width: 80px;
        height: 80px;
        top: calc(50% - 45px);
        left: calc(50% - 35px);
        background-size: cover;
    }

    .video-text-front-wrapper {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .video-text-front-wrapper h2 {
        font-size: 40px;
        padding-bottom: 50px;
        width: 100%;
        line-height: 40px;
    }

    .video-front-text-col {
        padding-top: 29px;
    }

    .video-text-front-wrapper p {
        font-size: 20px;
        width: 100%;
        max-width: 390px;
    }

    .video-front-line {
        bottom: 175px;
    }

    .video-text-front-wrapper {
        margin-left: auto;
    }

    .redpower__product-slider-container h2 {
        padding-top: 160px;
    }

    .redpower__advantages {
        background-position: center;
    }

    .front-about-company-text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .redpower__front-about {
        background: none;
    }

    .about-1199px {
        display: block;
        width: calc(100% + 30px);
        height: 350px;
        object-fit: cover;
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 30px;
    }

    .front-about-company-content {
        padding-top: 10px;
    }

    #front-comp-accordion {
        padding-top: 20px;
    }

    .product-photo-slieder-col,
    .proudct-header-info-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .proudct-header-info-wrapp {
        margin-top: 60px;
    }

    article.node-productpage img {
        width: 100% !important;
        height: auto !important;
    }

    .product-tabs-content {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media(min-width: 1350px) {
    #block-views-exp-front-page-3{
    padding-bottom: 70px;
    }
    .catalog-filter-form .views-exposed-form .views-submit-button{
        position: absolute;
        right: -270px;
    }
    .redpower__filter{
        top: -200px;
        margin: 0 auto;
        max-width: 1920px;
        left: 0;
        position: static;
        margin-top: -180px;
    }
}

@media(max-width: 1160px) {

    .not-front.page-node-72 .redpower__content-header-section, .not-front.page-node-72 .redpower__content > .redpower__filter{
        display: none;
    }
    .redpower__header-desktop {
        display: none;
    }
.redpower__header-mobile-top .social-mobile-col{
    display: none;
}
    .redpower__header-mobile {
        display: block;
    }
    .redpower__header-mobile-bottom .contacts-social__social img{
        max-width: 40px;
    }
    .redpower__page .front__slider-section .slick-arrows-container {
        right: 30px;
        bottom: 50px;
    }

    .nd-news-teaser {
        -ms-flex: 0 0 33.333333333%;
        flex: 0 0 33.333333333%;
        max-width: 33.333333333%;
    }

    .nd-news-teaser:last-child {
        display: none;
    }

    .redpower__page .row {
        margin-left: 0px;
        margin-right: 0px;
    }

    .webform-row>div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 250px;
        padding: 10px;
    }

    .redpower__header-mobile-phones-col {
        max-width: 100%;
    }

    .redpower__header-mobile-phones-col a {
        max-width: 190px;
    }

    .social-mobile-col {
        /*max-width: 170px;*/
		max-width: 100%;
        margin-left: auto;
    }

	/*
    .social-mobile-col .contacts-social__social>a:first-child {
        margin-right: 10px;
    }
	*/

    .mobile-burger-col {
        max-width: 85px;

    }

    .mobile-burger-btn {
        margin-left: 0px;
    }

    .redpower__header-mobile-top {
        padding-top: 20px;
    }
}

@media(max-width: 1130px) {
    #block-views-exp-front-page-3 {
        padding-bottom: 90px;
    }
}

@media(max-width: 1120px) {
    .redpower__page .front__slider-section .slick-arrows-container {
        right: 30px;
        bottom: 8%;
    }
}

@media(max-width: 1090px) {
    .redpower__page .front__slider-section .slick-arrows-container {
        right: 30px;
        bottom: 10%;
    }
}

@media(max-width: 1070px) {
    .webform-row>div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 200px;
        padding: 10px;
    }
    .cart-tabel-header-label{
        padding-left: 0px;
        padding-right: 0px;
    }
    
}

@media(max-width: 1032px) {

    .redpower__page .front__slider-section .slick-arrows-container {
        bottom: 14%;
    }

    #block-views-exp-front-page-3 {
        padding-bottom: 50px;
    }

    #block-views-exp-front-page-3 {
        padding-bottom: 100px;
    }

    .not-front .redpower__filter {
        top: -190px;
    }
    .not-front .redpower__content h1.page-header-title,
    .not-front .page-taxonomy-term h1 {
        padding-top: 30px;
    }
    .page-node-72 .redpower__content h1.page-header-title
    {
        padding-top: 0 !important;
    } 
}

@media(max-width: 991px) {
    .redpower__page .catalog-filter-form .form-item {
        padding-right: 15px !important;
        padding-left: 15px !important;
        padding-bottom: 17px !important;
    }

    .front #block-views-exp-front-page-3 {
        padding-bottom: 50px;
    }

    .redpower__page #block-views-exp-front-page-3 #front-page-3-hst-filter-3 {
        background: url('../images/auto-mark-991.jpg') no-repeat;
        background-position-x: calc(100% - 40px);
        background-position-y: -2px;
    }

    .redpower__page .catalog-filter-form .form-item .chosen-container-single .chosen-single {
        top: 3px;
    }

    .redpower__page #front-page-3-hst-filter-3 .form-item-select-front-page-3-hst-filter-3 {
        margin-right: 43px;
    }

    .catalog-filter-form .views-exposed-form .views-submit-button .btn {
        width: 250px;
    }

    .redpower__product-slider-container h2 {
        padding-top: 280px;
    }

    .front__slider-section {
        position: relative;
    }

    .redpower__page .front__slider-section .slick-arrows-container {
        right: 30px;
        bottom: 75px;
    }

    .redpower__filter-container {
        background: #14141c;
    }

    .front .desktop-slide-item img {
        min-height: auto;
    }

    .front .redpower__filter {
        top: -60px
    }

}

@media(max-width: 880px) {
    #block-views-exp-front-page-3 {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 50px;
    }

    .not-front .nd-header-second-page {
        min-height: 495px;
    }

    

    .redpower__page #block-views-exp-front-page-3 #front-page-3-hst-filter-3 {
        background-position-x: calc(100% - 15px);
    }

    .redpower__page #front-page-3-hst-filter-3 .form-item-select-front-page-3-hst-filter-3 {
        margin-right: 33px;
    }

    .nd-news-teaser {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .nd-news-teaser:last-child {
        display: block;
    }

    .nd-news-teaser:nth-child(1),
    .nd-news-teaser:nth-child(2) {
        margin-bottom: 30px;
    }

    #block-views-exp-front-page-3 .block-title {
        font-size: 22px;
    }

    .slider-item__text-1 {
        font-size: 16px;
        line-height: 20px;
        max-width: 175px;
    }

    .slider-item__text-2 {
        font-size: 23px;
        line-height: 26px;
        max-width: 255px;
    }

    .slider-item__text-3 {
        font-size: 18px;
        line-height: 20px;
        max-width: 250px;
    }

    .slider-item__image-sale {
        font-size: 16px;
    }

    .slider-item__image-sale div {
        line-height: 18px;
        padding: 25px 10px;
    }

    .slider-item__image-sale {
        max-width: 110px;
    }

    .slider-item__text,
    .slider-item__image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .front__slider {
        background-size: cover;
    }

    .front__slider-item .row {
        padding-top: 0px;
        ;
    }

    .front__slider-item .container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .front__slider .slick-track {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .slider-item__text {
        padding-top: 50px;
        padding-bottom: 50px;
        max-width: 414px;
        margin: 0 auto;
    }

    .slider-item__image {
        width: 100%;
        max-width: 414px;
        margin: 0 auto;
    }

    .slider-item__image-sale {
        top: -20px;
        right: 85px;
    }

    .redpower__filter {
        position: static;
    }

    .redpower__page .front__slider-section .slick-arrows-container {
        width: 200px;
        right: auto;
        left: calc(50% - 100px);
    }

    .front__slider-item .row {
        padding-bottom: 100px;
    }

    .redpower__page .front__slider-section .slick-arrows-container {
        bottom: 35px;
    }

    .redpower__product-slider-container h2 {
        padding-top: 30px;
    }

    .redpower__filter-container>#block-views-exp-front-page-3 {
        max-width: 414px;
        margin: 0 auto;
        text-align: center;
    }

    .redpower__filter-container #block-views-exp-front-page-3 div {
        width: 100%;
    }

    .redpower__page #front-page-3-hst-filter-3 .form-item-select-front-page-3-hst-filter-3 {
        margin-right: 0px;
    }

    .redpower__filter-container #block-views-exp-front-page-3 .form-item {
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
        float: none;
        margin-bottom: 20px;
    }

    #edit-field-category-tid-wrapper {
        max-width: 100%;
        width: 100%;
        float: none;
    }

    #edit-field-category-tid-wrapper>div {
        width: 100%;
    }

    .redpower__page #block-views-exp-front-page-3 #front-page-3-hst-filter-3 {
        height: 138px;

        background: url('../images/filter-880bg.webp') no-repeat;
        background-position-x: center;
        background-position-y: 75px;
    }

    .redpower__filter-container .chosen-container {
        height: 20px;
    }

    .redpower__filter-container #block-views-exp-front-page-3 div {
        float: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 280px;
    }

    .catalog-filter-form .views-exposed-form .views-submit-button .btn {
        float: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 280px;
    }
    .cart-tabel-header {
        display: none;

    }
    .cart-tabel-body-cell{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
    .cart-tabel-body-cell{
        margin-bottom: 15px;
    }
    .cart-tabel-body-cell:last-child{
        margin-bottom: 0px;
    }
    .cart-tabel-body-cell-product-count > div{
        max-width: 150px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0px;
        margin-top: 10px;
    }
    .cart-tabel-body-cell-product-photo img{
        margin-left: auto;
        margin-right: auto;
    }
    .cart-tabel-body-cell-product-price::before{
        content: 'Цена:';
        font-weight: 600;
    }
    .cart-tabel-body-cell-product-count::before{
        content: 'Количество';
        font-weight: 600;
    }
    .cart-tabel-body-cell-product-full::before{
        content: 'Итого:';
        font-weight: 600; 
    }
    .page-cart .wrapper_checkout_btn{
        text-align: center;
    }
    .page-cart .wrapper_checkout_btn a{ 
        float: none;
       
        font-size: 14px;
        
    }
    .page-cart .info-shipping-free{
        color: #fb3030;
        font-family: 'Roboto-Medium';
        font-size: 14px;
        text-align: center;
    }
    .cart-tabel-wrapper{
        margin-top: 0px;
    }
}

@media(max-width: 767px) {
    .node .field-name-body img {
        width: 100%!important;
        height: auto!important;
      }
    .redpower__page-soput-product h2.block-title,
    #block-views-new-design-soput-prod-block-1 .block-title {
        font-size: 30px;
	text-align: center;
    }

    .redpower__front-webfrom>div {
        padding-left: 0px;
        padding-right: 0px;
    }

    #specification {
        padding-left: 0px;
        padding-right: 0px;
    }

    .not-front .nd-header-second-page {
        min-height: 400px;
    }

    .video-front-wrapper {
        width: 317px;
        height: 327px;
        background: url('../images/video-mob-bg.webp') no-repeat;
        margin-left: auto;
        margin-right: auto;
    }

    .video-front-line {
        bottom: 305px;
    }

    .redpower__product-slider-container h2,
    .news-teaser-block-title h2 {
        font-size: 30px;
        margin-top: 0px;
    }

    .video-text-front-wrapper h2 {
        font-size: 40px;
    }

    .advantages-title h2 {
        font-size: 28px;
        margin-top: 0px;
    }

    .webform-text-content h2.block-title {
        font-size: 30px;
        margin-top: 0px;
    }

    .advantages-list {
        font-size: 22px;
    }

    .webform-text-content p {
        font-size: 18px;
        line-height: 24px;
    }

    .front-about-company-content h2 {
        font-size: 30px;
        margin-top: 0px;
    }

    .acord-title {
        font-size: 21px;
    }

    .front-contacts-content h2.block-title {
        font-size: 30px;
        margin-top: 0px;
    }

    .redpower__footer {
        text-align: center;

    }

    .video-text-front-wrapper {
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 180px;
    }

    #block-block-21 .row>div {

        margin-top: -161px;
    }

    .redpower__front-webfrom .webform-text-content {
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
    }

    #block-block-22 {
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
    }

    .advantages-list-item {
        line-height: 28px;
        margin-bottom: 16px;
    }

    .advantages-list-item:last-child {
        margin-bottom: 0px;
    }

    .redpower__front-webfrom .webform-row {
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
    }

    .webform-row>div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0px;
        margin-bottom: 15px;
    }

    .webform-row>div:last-child {
        margin-bottom: 0px;
    }

    #block-block-23 {
        padding-top: 20px;
    }

    .news-teaser-block-all-news {
        max-width: 140px;
        margin-left: auto;
    }

    .news-teaser-block-title h2 {
        margin-bottom: 0px;
    }

    .view-news-front .view-header {
        margin-bottom: 20px;
    }

    .redpower__footer-row {
        padding-top: 50px;
    }

    .frame-map {
        padding-left: 0px;
        padding-right: 0px !important;
    }

    .front-contacts-content {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .front-contacts-phones {
        margin-bottom: 20px;
    }

    .front-contacts-adress {
        padding-top: 2px;
        min-height: 30px;
    }

    .front-about-company-text {
        padding-left: 0px;
        padding-right: 0px;
    }

    .front-about-company-text p {
        line-height: 24px;
        margin-bottom: 15px;
    }

    .front-comp-accordion-item-content p {
        margin-bottom: 15px;
    }

    .redpower__header-mobile>.container {
        padding-left: 0px;
        padding-right: 0px;
    }

    #block-webform-client-block-5031 {
        padding-left: 0px;
    }

    .nd-header-second-page {
        min-height: 420px;
    }

    .nd-header-second-page-title {
        font-size: 30px;
    }

    .page-header-title,
    .page-taxonomy-term h1 {
        font-size: 24px;
    }
}

@media(max-width: 530px) {

    .catalog-filter-form .views-hst-filter .form-item,
    .views-widget-filter-field_category_tid .form-item {
        background: #14141c;
        padding-top: 16px;
        margin-bottom: 23px;
    }

    .nd-header-second-page {
        padding-top: 30px;
    }

    .redpower__page .catalog-filter-form .chosen-container-single .chosen-single div b {
        background-position-y: 11px;

    }

    .redpower__page .catalog-filter-form .chosen-container-single {
        padding-top: 12px;
    }

    .catalog-filter-form .form-item .chosen-container-single .chosen-single {
        padding-top: 10px;
        padding-bottom: 0px;
    }

    .redpower__page #edit-field-category-tid-wrapper .chosen-single {
        height: 30px;
        display: block;
        top: -8px;
    }

    .redpower__page .catalog-filter-form .form-item .chosen-container-single .chosen-single {
        padding-top: 0px;
    }

    #front-page-3-hst-filter-3 .chosen-single div b {
        background-position-y: 0px;
    }

    #edit-field-category-tid-wrapper .chosen-single div b {
        background-position-y: 2px
    }

    .mobile-burger-col {
        max-width: 75px;
    }

    .logo-mobile-col img {
        max-width: 130px;
    }

    .redpower__product-tabs {
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }

    .redpower__product-tab {
        display: block;
        margin-left: auto;
        margin-right: auto;
        padding: 0px;
        margin-bottom: 20px;
    }

    .product-tabs-content {
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;

    }

    .social-mobile-col .contacts-social__social>a>img {
        width: 30px;
    }

    .nd-news-teaser {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }

    .nd-news-teaser:nth-child(3) {
        margin-bottom: 30px;
    }

    .redpower__filter-container select.form-control,
    .has_2_lvl select {
        background: url('../images/nd-arrow-down.webp') no-repeat !important;
        background-position-y: 8px !important;
        height: 20px !important;
        color: #838992 !important;
        padding-left: 31px !important;
    }

    select::-ms-expand {
        display: none;
    }

    select {
        -webkit-appearance: none;
        -moz-appearance: none;
        text-indent: 1px;
        text-overflow: '';

    }

    select.form-control:focus {
        box-shadow: 0px 0px 0px;
        border: 0px;
    }

    .redpower__product-slider-container h2 {
        max-width: 320px;
        margin: 0 auto;
    }

    .front-about-company-content h2 {
        text-align: center;
    }

    .view-news-front .view-header {
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }

    .view-news-front .view-header>.row>div {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .news-teaser-block-all-news {
        text-align: left;
        margin-top: 20px;
    }

    .nd-news-teaser {
        padding-left: 0px;
        padding-right: 0px;
    }

    .advantages-content {
        padding-left: 0px;
    }

    #block-block-22 .container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .redpower__footer-container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .redpower__footer-copyrate {
        padding-left: 15px;
        padding-right: 15px;
    }

    .redpower__product-slider-container {
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 90px;
    }

    .slider-item__text {
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }

    .mobile-slide-item {
        display: block;
    }

    .desktop-slide-item {
        display: none;
    }

    .product-header-prices-count-row>div {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
}

@media(max-width: 600px) {
    ul.pagination {
        max-width: 380px;
        overflow-x: scroll;
        justify-content: flex-start;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 40px;
    }
}

@media(max-width: 500px) {
    .proudct-header-anchors {
        display: block;
    }

    .proudct-header-anchors>div:last-child {
        margin-top: 20px;
    }

    .video-text-bg {
        word-break: break-word;
    }
}

@media(max-width: 420px) {
    .front__slider {
        /*  background: url('../images/mobile-slider-bg.webp') no-repeat;
        background-size: cover; */
    }

    .redpower__header-mobile-phones-col a {
        font-size: 16px;
    }

    .product-header-btn-pre-col .button {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .product-header-btn-pre-col {
        text-align: center;
    }

    .product-header-btn-ali-col a {
        margin-left: auto;
        margin-right: auto;
    }

    .proudct-header-info-short-title {
        text-align: center;
    }

    .product-header-btn-add-cart-col {
        padding-top: 30px !important;
    }

    .product-header-btn-add-cart-col .btn-success {
        margin-left: auto;
        margin-right: auto;

    }
	
    .redpower__header-mobile-search-col {
        max-width: 50%;
        margin-left: auto;
        margin-right: auto;		
    }

    .redpower__header-mobile-cart-col {
        max-width: 50%;
        margin-left: auto;
        margin-right: auto;
    }	

    .social-mobile-col {
        padding-right: 15px;
		padding-left: 15px;
		/*padding-top: 40px;
        width: 100%;*/
    }
}

@media(max-width: 410px) {
    ul.pagination {
        max-width: 270px;
        overflow-x: scroll;
        justify-content: flex-start;
        margin-left: auto;
        margin-right: auto;
    }
}

@media(max-width: 379px) {
    .redpower__header-mobile-search-col {
        max-width: 80px;
    }

    .logo-mobile-col {
        /*max-width: 150px;*/
        padding-right: 0px;
    }

    .proudct-header-anchors {
        display: block;
    }

    .proudct-header-anchors>div:last-child {
        margin-top: 20px;
    }
}

@media(max-width: 359px) {
    .contacts-social__social {
        margin-right: 0px;
    }

    .social-mobile-col .contacts-social__social>a:first-child {
        margin-right: 5px;
    }

    .social-mobile-col {
        max-width: 155px;
        margin-left: auto;
    }
}

@media(max-width: 345px) {

    .redpower__header-mobile-phones-col a {
        font-size: 14px;
    }

    .product-tabs-content {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .nd-news-teaser {
        max-width: 100%;
    }

    .redpower__product-slider-container h2 {
        max-width: 280px;
    }
}

@media(max-width: 320px) {
    .front__slider {
        /*    background: #050505 url('../images/mobile-slider-bg.webp') no-repeat;
        background-size: auto; */
    }
}

/* .not-front.page-node-1231  */
.field-items ul{
    padding-left: 25px;
}
/* .not-front.page-node-1231 */
 .field-items li{
    list-style: disc;
}


a#whatsapp-btn {
	background-image: url(../images/whatsapp-btn.png);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	width: 70px;
	height: 70px;
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 1000;
}


div#btt {
	background-image: url(../images/btt.png);
	background-repeat: no-repeat;
	background-position: center;
	position: fixed;
	right: 50px;
	bottom: 50px;
	z-index: 1000;
	width: 60px;
	height: 60px;
	cursor: pointer;
}


@media screen and (max-width: 380px) {
	div#btt {
		display: none;
	}	
}


div#theme {
	background-color: #ffffff;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;	
	position: fixed;
	width: 32px;
	height: 64px;
	top: 50%;
	right: 0;
	padding: 5px;
	z-index: 1000;
}


div#theme div.theme-buttons {	
	position: relative;
}


div#theme div.theme-buttons span.theme-button {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 20px;
	height: 20px;
	display: block;
	margin: auto;
	cursor: pointer;
}


div#theme div.theme-buttons span.white-theme-button {
	background-image: url('../images/white-theme.svg');
	margin-top: 3px;
	margin-bottom: 5px;
}


div#theme div.theme-buttons span.black-theme-button {
	background-image: url('../images/black-theme.svg');
}



.product-addons > form > div{
display: flex;
flex-direction: row; /* Dw */
flex-wrap: wrap; /* Dw */
}

.product-addons button,
.product-addons button[type="submit"]{
display: none;
}

.product-addons input[type="checkbox"]{
display: none;
}

.product-addons{
    margin-top: 25px;
}

.row.product-addons > div{
    margin-top: 5px !important;
}
.row.product-addons .entity {
    line-height: 18px;
    font-size: 15px;
}
.product-header-price .cost{
    color: #fb4747;
display: block;
}
.lead-description h2 {
text-align: center;
margin-bottom: 30px;
font-size: 30px;
}
.lead-description p {
margin-bottom: 15px;
}
.lead-description {
margin-bottom: 30px;
}
/*
.lead-description div.media_embed {
max-width: 720px;
margin: auto;
}
*/
.lead-description div.media_embed {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.lead-description div.media_embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.blog-page {
line-height: 22px;
}
.blog-page h2, h3, h4, h5, h6 {
font-family: 'Roboto';
font-size: 26px;
font-weight: 900;
margin: 10px 0px 20px 0px;
}
.blog-page p {
margin-top: 10px;
margin-bottom: 10px;
}
.blog-page strong {
font-weight: 900;
}

.compatibility {
border: 1px solid #ddd;
border-radius: 6px;
margin-bottom: 30px;
padding: 30px 30px 30px 50px;
background-color: #f2f2f2;
color: #161616 !important;
}


.compatibility ul li {
color: #161616 !important;
}


.compatibility table {
max-width: 800px !important;
}


.hidden {
	display: none;
}

.d_redpower_footer {
	background: #26252a;
	padding: 60px 0px;
}


.d_redpower_footer div.d_footer_menu {
	margin-bottom: 30px;
}


.d_redpower_footer div.d_footer_menu ul.menu-footer  {
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	text-align: center;
}


@media screen and (max-width: 1200px) {
.d_redpower_footer div.d_footer_menu ul.menu-footer  {
	flex-direction: column;
	flex-wrap: wrap;
}	
}


.d_redpower_footer div.d_footer_menu ul.menu-footer li {
	list-style-type: none;
	width: 100%;
    line-height: 26px;	
}


@media screen and (max-width: 1200px) {
.d_redpower_footer div.d_footer_menu ul.menu-footer li {
	margin-bottom: 30px;
}	
}


.d_redpower_footer div.d_footer_menu ul.menu-footer li a {
	font-family: 'Roboto-Bold';
  	font-size: 20px;
  	margin-bottom: 10px;
	color: #ffffff;
	display: block;
}


.d_redpower_footer div.d_footer_menu ul.menu-footer li ul.menu-footer {
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	text-align: center;	
}


.d_redpower_footer div.d_footer_menu ul.menu-footer li ul.menu-footer li {
	list-style-type: none;
	width: 100%;
	margin: 0;
}


.d_redpower_footer div.d_footer_menu ul.menu-footer li ul.menu-footer li a {
	font-family: 'Roboto';
  	font-size: 16px;
  	margin-bottom: 0px;
	color: #ffffff;
	display: block;
}


.d_redpower_footer div.d_copyrights {
	border-top: 1px solid #b3b3b3;
	color: #ffffff;
	margin-bottom: 30px;
	padding-top: 30px;
    line-height: 22px;
}


.d_redpower_footer div.d_copyrights p {
	color: #b3b3b3;
}


.d_redpower_footer div.d_yandex_metrics {
	text-align: center;
}


.auto-brands-page div.auto-term-item {
	margin: 0px 0px 15px 0px;
}


.auto-brands-page h3 {
	margin: 20px 0px;
}


.auto-brands-page div.auto-term-item a {
	font-size: 18px;
	display: inline-block;
	margin-bottom: 5px;
}


.auto-brands-page div.auto-term-item p {
	font-size: 16px;
}


@media screen and (max-width: 480px) {
span {
    word-break: break-word;
  }
}


.product-reviews {
	margin-top: 60px;
	margin-bottom: 15px;
}


.product-reviews div.product-reviews-view {
	margin-bottom: 30px;
}


.product-reviews div.review-item {
	border: 1px solid #dddddd;
	border-radius: 4px;
	padding: 15px;
	margin-bottom: 15px;
	position: relative;
}


.product-reviews div.review-item div:first-child {
	font-weight: bold;
}


.product-reviews div.review-item div:last-child {
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
}


div.product-reviews-add-button {
	background: #f2f2f2;
	font-family: 'Roboto-Medium';
	font-size: 16px;
	text-align: center;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;		
	padding: 15px;
	color: #161616;
	display: block;
	cursor: pointer;	
}


div.product-reviews-add-button-open {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom: none;
}


.product-reviews div.product-reviews-add div.product-reviews-add-form {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;	
	padding: 20px 20px 5px 20px;	
	display: none;
}


.product-reviews div.product-reviews-add div.product-reviews-add-form form div.form-item-title {
	display: none;
}


.product-reviews div.product-reviews-add div.product-reviews-add-form form div.field-name-field-review-product {
	display: none;
}


/* Black Theme Css -- */


.black_theme {
	background-color: #26252a;
	color: #ffffff;
}


/*
.white-theme-logo {
	display: none;
}


.dark-theme-logo {
	display: none;
}


.black_theme h1, h2, h3, h4, h5, h6 {
	color: #ffffff;
}


.black_theme h2.block-title {
	color: #ffffff;
}
*/


.black_theme nav.top-menu__nav ul.menu li a {
	color: #ffffff;
}


.black_theme nav.top-menu__nav ul.menu li a:focus {
	background-color: transparent;
}


.black_theme nav.top-menu__nav ul.menu li.dropdown ul.dropdown-menu {
	background-color: #26252a;
}


.black_theme nav.bottom-menu__nav ul.menu li.dropdown ul.dropdown-menu {
	background-color: #26252a;
}


.black_theme nav.bottom-menu__nav ul.menu li.dropdown a {
	color: #ffffff;
}


.black_theme nav.bottom-menu__nav ul.menu li.dropdown a:focus {
	background-color: transparent;
}


.black_theme nav.bottom-menu__nav ul.menu li a {
	color: #ffffff;
}


.black_theme nav.bottom-menu__nav ul.menu li a:focus {
	background-color: transparent;
}


.black_theme a.mobile-burger-btn div {
	background-color: #ffffff;
}


.black_theme div.redpower__header-mobile-menu ul.menu li.dropdown ul.dropdown-menu {
	background-color: #26252a;
}


.black_theme div.redpower__header-mobile-menu ul.menu li a {
	color: #ffffff;	
}


.black_theme div.contacts-social__social a {
	color: #ffffff;	
}


.black_theme div.chosen-drop {
	background-color: #26252a;
}


.black_theme p {
	color: #ffffff;
}


.black_theme div.nd-news-teaser-text p {
	color: #161616;
}


.black_theme ul li {
	color: #ffffff;
}


.black_theme ol li {
	color: #ffffff;
}


.black_theme div.front-contacts-phones a {
	color: #ffffff;
}


.black_theme section.redpower__page-soput-product {
	background-color: #26252a;
}


.black_theme div.acord-title {
	color: #fb3030 !important;
}


.black_theme div.cart-tabel-body-cell {
	color: #ffffff;
}


.black_theme div.cart-tabel-body-cell a {
	color: #ffffff;
}

/*
.black_theme div.blog-page h2, h3, h4, h5, h6 {
	color: #ffffff;
}
*/

/* -- Black Theme Css */


.search-page {

}


.search-page div.search-page-filters {
	margin-bottom: 15px;
}


.search-page div.search-page-filters div.search-page-form {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
}


.search-page div.search-page-filters div.search-page-form div.search-page-form-input {
	width: 70%;
	padding-right: 10px;
}


.search-page div.search-page-filters div.search-page-form div.search-page-form-input div.form-group {
	margin-bottom: 0;
}


.search-page div.search-page-filters div.search-page-form div.search-page-form-input label {
	display: none;
}


.search-page div.search-page-filters div.search-page-form div.search-page-form-input input {
	background-color: transparent;
	border: 1px solid #dddddd;
	border-radius: 30px;
    font-family: 'Roboto-Regular';
    font-size: 16px;	
	display: block;
	width: 100%;
	height: 42px;
	padding: 10px 15px;	
}


.search-page div.search-page-filters div.search-page-form div.search-page-form-button {
	width: 15%;
	padding-right: 5px;
}


.search-page div.search-page-filters div.search-page-form div.search-page-form-button button {
    background-color: #fb3030;
	border: none;
    border-radius: 30px;
    font-family: 'Roboto';
    font-size: 16px;
	color: #ffffff;
    text-align: center;	
	width: 100%;
	padding: 10px 15px;
}


.search-page div.search-page-results {
	margin-bottom: 15px;
}


.search-page div.search-page-noresults {
	margin-bottom: 15px;
}


.search-block-form div.search-block-form-input label {
	display: none;
}


.result-item {
	margin-bottom: 10px;
}


.result-item a {
	font-size: 18px;
	color: #161616;
	text-decoration: none;
}


.result-item a:hover {
	color: #fb3030;
	text-decoration: underline;
}


@media screen and (max-width: 480px) {
.search-page div.search-page-filters div.search-page-form {
	flex-direction: column;
}
	
.search-page div.search-page-filters div.search-page-form div.search-page-form-input {
	width: 100%;
	padding-right: 0px;
}

.search-page div.search-page-filters div.search-page-form div.search-page-form-button {
	width: 100%;
	padding-right: 0px;	
}

.search-page div.search-page-filters div.search-page-form div.search-page-form-button button {
	width: 200px;
	display: block;
	margin: 15px auto 0px auto;
}

.search-page div.search-page-noresults {
	text-align: center;
}
}


.product-message {
	border: 2px solid #fb3030;
	border-radius: 4px;
	text-align: center;
	width: 100%;
	margin-bottom: 30px;
	padding: 15px;
}


@media screen and (max-width: 768px) {
	.table-responsive {
		overflow-x: auto !important;
		overflow-y: hidden;
		width: 100% !important;
		/*word-break: normal !important;*/
	}
}


.redpower__header-mobile-bottom div.row {
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 0px 15px;
}


.redpower__header-mobile-search-col {
	margin-right: 10px;
}


.social-mobile-col div.contacts-social__social {
	grid-template-columns: repeat(4, 30%);
}


.social-mobile-col div.contacts-social__social img {
	margin-bottom: 0px;
}