/* 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,
table, caption, tbody, tfoot, thead, tr, th, td,
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;
}
body {
	line-height: 1;
    background-color: #fff;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* slick slider */
.slick-slider {position: relative;display: block;box-sizing: border-box;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-touch-callout: none;-khtml-user-select: none;-ms-touch-action: pan-y;touch-action: pan-y;-webkit-tap-highlight-color: transparent;}.slick-list {position: relative;display: block;overflow: hidden;margin: 0;padding: 0;}.slick-list:focus {outline: none;}.slick-list.dragging {cursor: pointer;cursor: hand;}.slick-slider .slick-track, .slick-slider .slick-list {-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}.slick-track {position: relative;top: 0;left: 0;display: block;margin-left: auto;margin-right: auto;}.slick-track:before, .slick-track:after {display: table;content: '';}.slick-track:after {clear: both;}.slick-loading .slick-track {visibility: hidden;}.slick-slide {display: none;float: left;height: 100%;min-height: 1px;}[dir='rtl'] .slick-slide {float: right;}.slick-slide.slick-loading img {display: none;}.slick-slide.dragging img {pointer-events: none;}.slick-initialized .slick-slide {display: block;}.slick-loading .slick-slide {visibility: hidden;}.slick-vertical .slick-slide {display: block;height: auto;border: 1px solid transparent;}.slick-arrow.slick-hidden {display: none;}

@font-face {
    font-family: 'Neo Sans Pro Regular';
    src: url('../fonts2/NeoSansPro-Regular.eot');
    src: url('../fonts2/NeoSansPro-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts2/NeoSansPro-Regular.woff') format('woff'),
    url('../fonts2/NeoSansPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Neo Sans Pro Medium';
    src: url('../fonts2/NeoSansPro-Medium.eot');
    src: url('../fonts2/NeoSansPro-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts2/NeoSansPro-Medium.woff') format('woff'),
    url('../fonts2/NeoSansPro-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Neo Sans Pro Bold';
    src: url('../fonts2/NeoSansPro-Bold.eot');
    src: url('../fonts2/NeoSansPro-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts2/NeoSansPro-Bold.woff') format('woff'),
    url('../fonts2/NeoSansPro-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


.slick-slide img {
    max-width: 100%;
}
.slick-slide img {
    display: initial !important;
}
.header__content{
  width: 100%;
}

@media(max-width:1100px){
	.wrapper{
	    padding-left: 4.88235rem;
	}
}


*{
    box-sizing: border-box;
}
/*
.container{
    padding: 0 20px;
    width: 100%;
    max-width: 1340px;
    margin: 0 auto;
}*/
button{
    text-transform: uppercase;
    font-size: 16px;
    background: #FF5A00;
    border: 1px solid #FF5A00;
    color: #fff;
    padding: 16px 26px;
    font-weight: 700;
    box-shadow: 0px 4px 19px #D9632F;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
}
button:hover{
    border: 1px solid #FF5A00;
    background-color: #fff;
    color: #FF5A00;
}
p, a, span, li, div, td{
    font-size: 18px;
    line-height: 1.3;
    font-family: 'Neo Sans Pro Regular', sans-serif;
    text-decoration: none;
    color: #000;
}
a:hover{
    text-decoration: underline;
}
h1{
    font-family: 'Neo Sans Pro Bold', sans-serif;
    font-size: 50px;
    line-height: 1.3;
    margin-bottom: 36px;
    text-align: center;
    background: linear-gradient(89.98deg, #FF5A00 0.97%, #D9632F 99.3%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-transform: uppercase;
}
h2{
    font-family: 'Neo Sans Pro Medium', sans-serif;
    font-size: 34px;
    line-height: 1.3;
    text-align: center;
}
header{
    padding-top: 21px;
    margin-bottom: 72px;
}
header .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
header .tel_box{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
header .tel_box a{
    position: relative;
    display: inline-block;
    margin-right: 99px;
}
header .tel_box a::after{
    content: '';
    position: absolute;
    left: -23px;
    top: -4px;
    width: 13px;
    height: 21px;
    border: 1px solid #000000;
    border-radius: 2px;
}

.first_screen{
    padding-bottom: 57px;
}
.first_screen h2{
    margin-bottom: 59px;
}
.first_screen .tabs_box{
    display: flex;
    align-items: flex-start;
    margin-bottom: 73px;
    flex-wrap: wrap;
}
.first_screen .tabs_box li{
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    width: 25%;
    padding-right: 50px;
}
.first_screen .tabs_box li::before{
    content: '';
    position: absolute;
    width: 48px;
    height: 8px;
    border: 1px solid #FF5A00;
    border-radius: 10px;
    bottom: -29px;
    left: 88px;
}
.first_screen .tabs_box li.active::before{
    background: linear-gradient(180deg, #FF5A00 0%, #FF9900 100%);
    box-shadow: 0px 2px 6px #FF5A00;
    border-radius: 5px;
    border: none;
}
.first_screen .tabs_box li .img_wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(133.03deg, #D9632F 0.75%, #FF5A00 96.78%);
    border-radius: 8px;
    width: 65px;
    min-width: 65px;
    height: 65px;
    margin-right: 23px;
}
.first_screen .tabs_box li.active .img_wrap{
    background: linear-gradient(180deg, #FF5A00 0%, #FF9900 100%);
    box-shadow: 0px 2px 6px #FF5A00;
    border-radius: 5px;
}
.first_screen .tabs_box li p{
    opacity: 0.5;
    font-family: 'Neo Sans Pro Medium', sans-serif;
}
.first_screen .tabs_box li.active p{
    opacity: 1;
}
.first_screen .tab_container p{
    font-size: 16px;
}
.first_screen .mobile{
    display: none;
}


.average{
    padding-bottom: 58px;
}
.average h2{
    max-width: 672px;
    margin: 0 auto 40px;
    text-transform: uppercase;
}
.avarage_tables{
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.avarage_tables table{
    width: 640px;
    border-radius: 15px;
    background: #ECECEC;
}
.avarage_tables table:first-child{
    margin-right: 20px;
}
.avarage_tables table td{
    text-align: center;
    padding: 14px 0;
    line-height: 1.3;
    border: 1px solid #fff;
    vertical-align: middle;
}
.avarage_tables table tbody tr:nth-child(odd){
    background: #FF5A00;
}
.avarage_tables table tbody tr:nth-child(odd) td{
    color: #fff;
}
.avarage_tables table tbody tr td:first-child{
    text-align: left;
    padding-left: 45px;
}
.avarage_tables table tbody tr:nth-child(even) td:first-child{
    position: relative;
}
.avarage_tables table tbody tr:nth-child(even) td:first-child::after{
    content: '';
    position: absolute;
    left: 17px;
    top: 20px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #FF5A00;
}







.power_supply{
    padding-bottom: 65px;
}
.power_supply h2{
    max-width: 657px;
    margin: 0 auto 53px;
}
.power_supply h2 + p{
    margin-bottom: 30px;
}
.power_supply ul{
    margin-bottom: 40px;
}
.power_supply ul li{
    display: inline-block;
    position: relative;
    padding-left: 47px;
    margin-right: 27px;
}
.power_supply ul li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background: linear-gradient(133.03deg, #D9632F 0.75%, #FF5A00 96.78%);
    border-radius: 2.22222px;
}
.power_supply ul li:last-child{
    margin-right: 0;
}
form.consult{
    display: flex;
    align-items: center;
    justify-content: center;
}
form.consult .input{
    width: initial;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: none;
    margin-right: 35px;
    height: initial;
}
form.consult .feedback-form__fields{
    width: initial;
}
form.consult input{
    padding: 16px 31px;
    border: 1px solid #000000;
    border-radius: 10px;
    font-size: 17px;
    width: 406px;
    outline: none;
    line-height: 1.3;
    height: initial;
}
form.consult .wpcf7-response-output, form.consult .wpcf7-response-output{
    display: none!important;
}
form.consult .wpcf7-not-valid-tip{
    display: none!important;
}
form.consult input::placeholder{
    font-size: 17px;
}
form.consult input:focus{
    font-size: 17px;
}
form.consult input.wpcf7-not-valid{
    border: 1px solid #FF5A00;
}
form.consult input.ok{
    border: 1px solid #00FF85;
}
form.consult .feedback-form__btn .btn{
    width: 336px;
    border: none;
    font-family: 'Neo Sans Pro Bold', sans-serif;
    padding: 18px 31px 14px;
    height: initial;
}
form.consult button{
    width: 406px;
}
.low_price h2{
    width: 100%;
    max-width: 479px;
    margin: 0 auto 51px;
}
.low_price{
    padding-bottom: 59px;
}
.low_list{
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.low_price_item{
    display: inline-block;
    vertical-align: text-top;
    border-radius: 10px;
    padding: 42px 42px 38px 27px;
    min-height: 555px;
    width: 100%;
    max-width: 637px;
    margin-right: 20px;
}
.low_price_item ul li{
    margin-bottom: 17px;
}
.low_price_item ul li:last-child{
    margin-bottom: 0;
}
.low_price_item:nth-child(even){
    margin-right: 0;
    background: #DCDCDC;
}
.low_price_item:nth-child(odd){
    background: #FF5A00;
}
.low_price_item h3{
    text-align: center;
    margin-bottom: 28px;
    font-size: 20px;
    font-family: 'Neo Sans Pro Medium';
}
.low_price_item:nth-child(odd) h3{
    color: #fff;
}
.low_price_item:nth-child(odd) ul li{
    color: #fff;
}

.consist{
    padding-bottom: 74px;
}
.consist h2{
    margin-bottom: 55px;
}
.consist .consist_list{
    padding-bottom: 30px;
}

@media(min-width:999px){
	.consist .consist_list{
		display: flex;
flex-wrap: wrap;
	}
	form.consult .input{
		    width: 33%;
	}
	form.consult input{
		width: 100%;
	}
	form.consult .input {
    width: calc(33% - 28px);
}
}
.consist .consist_item{
    padding: 142px 17px 30px 20px;
    margin-right: 20px;
    margin-bottom: 22px;
    background: #ECECEC;
    border-radius: 10px;
    display: inline-block;
    vertical-align: text-top;
		width: calc(33% - 13px);
    max-width: 100%;
    min-height: 311px;
    position: relative;
    text-align: left;
}
.consist .consist_item:nth-child(3n){
    margin-right: 0;
}
.consist .consist_item img{
    position: absolute;
    top: 23px;
    left: 23px;
}
.consist .consist_item h4{
    font-size: 16px;
    margin-bottom: 12px;
    font-weight: 500;
    font-family: 'Neo Sans Pro Medium';
}
.consist .consist_item .line{
    width: 83px;
    height: 4px;
    background: linear-gradient(180deg, #FF5A00 0%, #FF9900 100%);
    box-shadow: 0px 2px 6px #FF5A00;
    border-radius: 5px;
    margin-bottom: 18px;
}
.consist .consist_item p{
    font-size: 16px;
    line-height: 1.2;
}
.works_box{
    padding-bottom: 177px;
}
.works_box h2{
    margin-bottom: 72px;
}
.work_slider .slide{
    text-align: center;
}
.slick-arrow{
    width: 57px;
    height: 57px;
    background: linear-gradient(89.98deg, #FF5A00 0.97%, #D9632F 99.3%);
    border-radius: 50%;
    font-size: 1px;
    color: transparent;
    box-shadow: none;
    position: absolute;
    padding: 0;
    z-index: 2;
}
.work_slider .slick-arrow{
    bottom: -70px;
}
.slick-arrow:hover{
    box-shadow: 0px 4px 19px #D9632F;
}
.work_slider .slick-prev{
    right: 50%;
    margin-right: 5px;
}
.work_slider .slick-next{
    left: 50%;
    margin-left: 5px;
}
.slick-prev::before{
    content: '';
    position: absolute;
    width: 57px;
    height: 57px;
    left: -3px;
    top: 0;
    background-image: url(../img2/arrow_left.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: initial;
}
.slick-next::before{
    content: '';
    position: absolute;
    width: 57px;
    height: 57px;
    left: 2px;
    top: 0;
    background-image: url(../img2/arrow_right.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: initial;
}
.acum_box{
    padding: 60px 0;
    position: relative;
}
.acum_box .wrap{
    position: relative;
    display: flex;
    justify-content: center;
}
.acum_box .left_side{
    width: 50%;
    padding-right: 32px;
}
.acum_box .right_side{
    width: 50%;
    padding-left: 32px;
}

.acum_box::before{
    content: '';
    position: absolute;
    left: 0;
    width: 50%;
    top: 0;
    height: 100%;
    background: #FF5A00;
    z-index: -1;
}
@media(min-width:1000px){
	.acum_box::before{
		width: 52.3%;
	}
}
.acum_box::after{
    content: '';
    position: absolute;
    right: 0;
    width: 50%;
    top: 0;
    height: 100%;
    background: #DCDCDC;
    z-index: -2;
}
.acum_box h3{
    font-size: 30px;
    font-family: 'Neo Sans Pro Bold';
    margin-bottom: 42px;
}
.acum_box .left_side h3{
    color: #fff;
    text-align: right;
}
.acum_box h4{
    text-transform: uppercase;
    width: 339px;
    padding: 18px 0 15px;
    background-color: #fff;
    margin: 0 auto;
    text-align: center;
    line-height: 1;
    font-family: 'Neo Sans Pro Medium';
}
.acum_box .left_side p{
    color: #fff;
    text-align: right;
}
.acum_box .wrap.lined{
    padding-top: 39px;
    padding-bottom: 38px;
    margin-bottom: 27px;
    border: 1px solid #fff;
}
.acum_box .wrap.lined:last-child{
    margin-bottom: 0;
}
.acum_box .wrap.lined p{
    font-size: 17px;
}
.acum_box .wrap.lined .left_side{
    padding-left: 115px;
}
.acum_box .wrap.lined .right_side{
    padding-right: 69px;
}

.hybrid_states{
    padding-top: 77px;
}
.hybrid_states h2{
    margin-bottom: 57px;
}
.hybrid_slider{
    width: 100%;
    max-width: 1123px;
    margin: 0 auto;
}
.hybrid_slider .item{
    padding: 15px 18px 13px;
    background: #FFFFFF;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.12);
    border-radius: 13.0834px;
    width: 270px;
    min-width: 270px;
    max-width: 270px;
    display: inline-block;
    text-align: left;
}
.hybrid_slider .item picture img{
    margin-bottom: 12px;
    border: 1.74445px solid #3E3E42;
    border-radius: 13.0834px;
    max-height: 212px;
    width: 100%;
    object-fit: contain;
}
.hybrid_slider .item p.name{
    font-size: 15px;
    font-family: 'Neo Sans Pro Bold';
    padding-right: 35px;
    margin-bottom: 15px;
    min-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.hybrid_slider .item .price_box{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.hybrid_slider .item .price_box img{
    margin-right: 16px;
}
.available{
    margin-bottom: 15px;
}
.available + a{
    display: block;
}
.available.true{
    color: #00EF7C;
}
.available.false{
    color: #FF5A00;
}
.hybrid_slider .slick-slide {
    margin: 0 9px;
}
.hybrid_slider .slick-list {
    margin: 0 -9px;
    padding: 2px 3px;
}
.hybrid_slider .slick-track{
    padding-bottom: 10px;
}
.hybrid_slider .item button{
    width: 100%;
}
.hybrid_slider .slick-arrow{
    position: absolute;
    top: 50%;
    margin-top: -28px;
}
.hybrid_slider .slick-prev{
    left: -80px;
}
.hybrid_slider .slick-next{
    right: -80px;
}

.benefits_box{
    padding-top: 72px;
    padding-bottom: 212px;
}
.benefits_box h2{
    margin-bottom: 22px;
}
.benefits_box h2.colored{
    margin-bottom: 55px;
    background: linear-gradient(89.98deg, #FF5A00 0.97%, #D9632F 99.3%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.benefit_sides{
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.benefit_sides .tabs_box{
    width: 610px;
    min-width: 610px;
    margin-right: 64px;
}
.benefit_sides .tabs_box li{
    display: inline-block;
    margin-right: 16px;
    margin-bottom: 22px;
    border: 1px solid #000000;
    border-radius: 10px;
    padding: 17px 0px 13px;
    cursor: pointer;
    line-height: 1;
    min-width: 255px;
    text-align: center;
    transition: all 0.2s ease;
}
.benefit_sides .tabs_box li.active{
    background: #FF5A00;
    box-shadow: 0px 4px 19px #D9632F;
    color: #fff;
    border: 1px solid transparent;
}
.benefit_sides .tabs_box li:hover{
    background: #FF5A00;
    box-shadow: 0px 4px 19px #D9632F;
    color: #fff;
    border: 1px solid transparent;
}
.benefit_sides .tabs_box li:nth-child(2n){
    min-width: 330px;
    margin-right: 0;
}
.benefit_sides .tab_container{
    max-width: 581px;
}
.tab_container{
    display: none;
}
.tab_container.active{
    display: block;
    width: 100%;
}
.tab_container p{
    margin-bottom: 20px;
}
.benefit_sides.mobile{
    display: none;
}
form.consult .feedback-form__btn{
    max-width: 336px;
}


@media screen and (max-width: 1600px){
    .hybrid_slider{
        max-width: 845px;
    }
}
@media screen and (max-width: 1440px){
    .benefit_sides .tabs_box{
        width: 330px;
        min-width: initial;
    }
    .benefit_sides .tabs_box li{
        min-width: 330px;
    }
    .first_screen .tabs_box li{
        padding-right: 10px;
    }
    .first_screen .tabs_box li p{
        font-size: 16px;
    }
    .avarage_tables table td{
        font-size: 14px;
    }
    .avarage_tables table tbody tr td:first-child{
        padding-left: 30px;
    }
    .avarage_tables table tbody tr:nth-child(even) td:first-child::after{
        left: 10px;
        top: 16px;
    }
}
@media screen and (max-width: 1366px){
    .consist .consist_list{
        text-align: center;
    }
    .consist .consist_item{
        max-width: 395px;
    }
}
@media screen and (max-width: 1280px){
    .avarage_tables table:first-child{
        margin-right: 10px;
    }
    .avarage_tables table tbody tr:nth-child(even) td:first-child::after{
        left: 8px;
        top: 16px;
        width: 10px;
        height: 10px;
    }
    .avarage_tables table tbody tr td:first-child{
        padding-left: 25px;
    }
    .avarage_tables table td{
        font-size: 11px;
    }
    form.consult .feedback-form__fields{
        flex-wrap: wrap;
    }
    .consist .consist_list{
        justify-content: center;
    }
    .hybrid_slider{
        max-width: 555px;
    }
    .when_use_slider .slider_nav .top_item span{
        font-size: 16px;
    }
    .when_use_slider .slider_nav .top_item{
        padding-bottom: 20px;
    }
    .when_use_slider .slider_nav .bullet{
        margin-left: 85px;
    }
    .first_screen .tabs_box li{
        padding-right: 10px;
    }
    .first_screen .tabs_box li p{
        font-size: 14px;
    }
    form.consult .input{
        margin-right: 25px;
        width: calc(33% - 45px);
    }
    .first_screen .tabs_box li .img_wrap{
        margin-right: 12px;
    }
    .first_screen .tabs_box li::before{
        left: 67px;
    }
    .first_screen .tabs_box li .img_wrap{
        width: 55px;
        min-width: 55px;
        height: 55px;
    }
}
@media screen and (max-width: 1200px){
    form.consult .feedback-form__fields{
        flex-direction: column;
    }
    form.consult input{
        margin-bottom: 21px;
    }
    form.consult .input{
        width: 100%;
        margin-right: 0;
    }
    form.consult .feedback-form__btn{
        max-width: 100%;
    }
    form.consult .feedback-form__btn .btn{
        width: 100%;
    }
}
@media screen and (max-width: 1024px){
    .consist .consist_list{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .first_screen .tabs_box li .img_wrap{
        width: 65px;
        min-width: 65px;
        height: 65px;
        margin-right: 23px;
    }
    form.consult .feedback-form__btn{
        max-width: 355px;
    }
    form.consult .input{
        margin-right: 0;
        width: 100%;
    }
    form.consult .feedback-form__fields{
        flex-direction: column;
    }
    .first_screen .tab_container p{
        margin-bottom: 0;
    }
    .power_supply ul li{
        display: block;
        padding-left: 42px;
        margin-bottom: 12px;
    }
    form.consult{
        flex-direction: column;
    }
    form.consult input{
        margin-right: 0;
        margin-bottom: 21px;
    }
    .power_supply ul{
        max-width: 400px;
        margin: 0 auto 25px;
    }
    .low_list{
        flex-direction: column-reverse;
        align-items: center;
    }
    .first_screen .tabs_box li::before{
        display: none;
    }
    .first_screen .tabs_box li{
        width: 100%;
        background: #F4F4F4;
        padding: 16px 20px;
    }
    .first_screen .desktop{
        display: none;
    }
    .first_screen .mobile{
        display: block;
    }
    .first_screen .tab_container{
        padding: 17px 23px 26px 19px;
    }
    .first_screen .container{
        padding: 0;
    }
    .first_screen .tabs_box li p{
        font-size: 18px;
    }
    .low_price_item:nth-child(odd){
        margin-right: 0;
        margin-top: 17px;
    }
    .avarage_tables{
        flex-direction: column;
        align-items: center;
    }
    .avarage_tables table:first-child{
        margin-right: 0;
        margin-bottom: 11px;
    }
    .acum_box{
        padding: 19px 0;
    }
    .acum_box h3{
        font-size: 20px;
        margin-bottom: 17px;
    }
    .acum_box .wrap.lined p{
        font-size: 15px;
    }
    .acum_box .wrap.lined .left_side{
        padding-left: 7px;
        padding-right: 10px;
    }
    .acum_box .wrap.lined .right_side{
        padding-right: 15px;
        padding-left: 10px;
    }
    .acum_box h4{
        font-size: 11px;
        width: 177px;
        padding: 9px 0 7px;
    }
    .acum_box .wrap.lined{
        border: none;
        padding: 19px 0 0;
        margin-bottom: 18px;
    }
    .work_slider .slide img{
        max-width: 100%;
    }
    header .tel_box a{
        margin-right: 0;
        margin-bottom: 11px;
        font-size: 16px;
    }
    header .tel_box{
        flex-direction: column;
    }
    header .tel_box a::after{
        top: -3px;
    }
    header .container > img{
        max-width: 152px;
    }
    button{
        padding: 15px 19px;
    }
    h1{
        font-size: 30px;
    }
    h2{
        font-size: 25px;
    }
    header{
        margin-bottom: 51px;
    }
    .container{
        padding: 0 10px;
    }
    .first_screen .tabs_box{
        margin-bottom: 0;
    }
    .first_screen{
        padding-bottom: 38px;
    }
    .power_supply h2{
        margin: 0 auto 26px;
    }
    form.consult input{
        width: 100%;
        max-width: 355px;
    }
    form.consult button{
        width: 100%;
        max-width: 355px;
    }
    .power_supply{
        padding-bottom: 47px;
    }
    .low_price h2{
        margin: 0 auto 18px;
    }
    .low_price_item{
        padding: 26px 21px 22px 27px;
        min-height: initial;
    }
    .low_price_item ul li{
        font-size: 16px;
    }
    .low_price_item h3{
        margin-bottom: 22px;
        text-align: left;
    }
    .avarage_tables table td{
        font-size: 11px;
        padding: 8px 0 7px;
    }
    .avarage_tables table tbody tr:nth-child(even) td:first-child::after{
        left: 11px;
        top: 11px;
        width: 6px;
        height: 6px;
    }
    .avarage_tables table{
        width: 351px;
    }
    .avarage_tables table tbody tr td:first-child{
        padding-left: 25px;
    }
    .average{
        padding-bottom: 39px;
    }
    .consist h2{
        margin-bottom: 23px;
    }
    .consist .consist_item{
        min-height: 256px;
        margin-bottom: 10px;
        width: calc(50% - 13px);
        margin-right: 0;
    }
    .consist{
        padding-bottom: 47px;
    }
    .works_box h2{
        margin-bottom: 26px;
    }
    .hybrid_states{
        padding-top: 39px;
    }
    .hybrid_states h2{
        margin-bottom: 25px;
    }
    .hybrid_slider{
        max-width: 554px;
    }
    .benefit_sides .tabs_box li:nth-child(2n){
        max-width: 324px;
    }
    .benefit_sides.desktop{
        display: none;
    }
    .benefit_sides.mobile{
        display: block;
    }
    .benefit_sides.mobile .tabs_box{
        width: 100%;
        text-align: center;
        min-width: 100%;
    }
    .benefit_sides.mobile .tabs_box li{
        margin-right: 0;
        min-width: 324px;
        max-width: 324px;
        display: block;
        margin: 0 auto 8px
    }
    .benefit_sides.mobile .tab_container{
        margin: 36px auto 23px;
        text-align: left;
        max-width: 324px;
    }
    .benefits_box{
        padding-top: 37px;
        padding-bottom: 78px;
    }
    .benefits_box h2.colored{
        margin-bottom: 23px;
    }
}
@media screen and (max-width: 840px){
    .consist .consist_item{
        min-height: initial;
        width: 100%;
        max-width: 100%;
        margin-right: 0!important;
    }
}
@media screen and (max-width: 768px){
    .wrapper{
        padding-left: 0;
    }
    #mob-menu-phone-svg{
        vertical-align: bottom;
    }
    .hybrid_slider .slick-track{
        padding-bottom: 96px;
    }
    .hybrid_slider .slick-prev{
        right: 50%;
        margin-right: 5px;
        bottom: 0px;
        top: initial;
        left: initial;
    }
    .hybrid_slider .slick-next{
        top: initial;
        right: initial;
        bottom: 0;
        left: 50%;
        margin-left: 5px;
    }
}
@media screen and (max-width: 640px){
    .acum_box .right_side{
        padding-left: 23px;
    }
    .acum_box .left_side{
        padding-right: 23px;
    }
    .acum_box h3{
        font-size: 16px;
    }
    .hybrid_slider{
        max-width: 100%;
    }
}
@media screen and (max-width: 380px){
    h1{
        font-size: 26px;
    }
    h2{
        font-size: 22px;
    }
    .acum_box .wrap.lined p{
        font-size: 14px;
    }
    .acum_box .left_side{
        padding-right: 10px;
    }
    .acum_box h3{
        font-size: 14px;
    }
    .acum_box .right_side{
        padding-left: 10px;
    }
    .avarage_tables table{
        width: 100%;
    }
    .avarage_tables table tbody tr td:first-child{
        padding-left: 15px;
    }
    .avarage_tables table tbody tr:nth-child(even) td:first-child::after{
        left: 5px;
        top: 10px;
    }
    header .container{
        flex-direction: column;
    }
    header .container > img{
        margin-bottom: 20px;
    }
    form.consult .feedback-form__btn .btn{
        width: 100%;
        font-size: 16px;
    }
    .avarage_tables table td{
        font-size: 10px;
    }
    .benefit_sides.mobile .tabs_box li{
        min-width: 100%;
        max-width: 100%;
    }
}
