h2, h3 {
	margin: 35px 0 15px;
}

table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}

.obj11268  h3,
.obj11268 .usl__main,
.obj11268 .usl__tabs,
.obj11268 .usl__information {
	display: none;
}

.cart-btn .mainmenubg {
    padding: 11px 0;
}

.text_block, .txt {
    font-size: 16px;
}

.slider_block img {
    width: 15%;
}

.zone-content-all {
	padding-left: 30px;
}

@media screen and (max-width: 1279px) and (min-width: 781px) {
	#block15 {
		padding: 0;
		width: 20%;
	}
	
	#block33 {
    width: 33%;
	}
	
	#block17 .tel_lp_item a {
    font-size: 14px;
	}
}


.frontpage-block-flex  {
	width: 1400px;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.frontpage-block-flex .always-on-menus {
	flex: 1;
	margin-right: 20px;
}

.always-on-header {
	position: relative;
	background-color: #35297c;
	padding: 15px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}

.always-on-header .bars {
	position: absolute;
	left: 5px;
	top: 50%;
	transform: translateY(-50%);
	padding: 3px;
	width: 20px;
	height: 20px;
}

.always-on-header .bars span {
	display: block;
	width: 15px;
	height: 3px;
	background-color: #fff;
	margin-bottom: 2px;
}

.always-on-menu .always-on {
	border: 1px solid lightgrey;
	margin-bottom: -1px;
	position: relative;
	font-weight: bold;
}

.always-on-menu .always-on.active {
	border-left: 1px solid red;
	background-color: #dfdfdf;
}

.always-on-menu .always-on > a {
	display: block;
	width: 100%;
	padding: 15px 10px;
	position: relative;
	box-sizing: border-box;
}

.always-on-menu .always-on.parent > a:before {
	content: '';
	width: 10px;
	height: 10px;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	border-top: 1px solid lightgrey;
	border-right: 1px solid lightgrey;
}

.always-on-children {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	opacity: 0;
	width: 0;
	height: 0;
	transition: opacity .15s ease-in-out;
	background-color: #fff;
}

.always-on-children > a {
	display: block;
	width: 100%;
	padding: 10px;
	border: 1px solid lightgrey;
	margin-bottom: -1px;
}

.always-on-menu .always-on:hover {
	background-color: lightgrey;
}

.always-on-menu .always-on:hover > a:before {
	border-top: 1px solid grey;
	border-right: 1px solid grey;
}

.always-on-menu .always-on:hover > .always-on-children {
	display: block;
	opacity: 1;
	width: 100%;
	height: auto;
	right: -100%;
	z-index: 10;
}

.always-on-menu .always-on:hover > .always-on-children > a {
	background-color: lightgrey;
	border-color: grey;
}

.frontpage-block-flex .frontpage-text {
	flex: 3;
	padding: 20px;
	background-color: #eee;
}

#zone15 .zone-bg {
	top: 140px;
}

#zone15 .zone-bg:before {
	top: -130px;
}

#zone15 .zone-bg:after {
	bottom: 140px;
}

.slider-text span a {
    padding: 10px 22px;
}

.slider-text span {
    font-size: 40px;
    line-height: 90%;
}

@media screen and (max-width: 768px) {
    
    section.slider-items .slider-item img {
        width: 100%;
    }
    
    .slider-text span {
        font-size: 22px;
        line-height: 80%
    }
    
    .bannerText-center .slider-name span {
        font-size: 22px;
        color: rgba(255, 255, 255, 0.06);
        -webkit-text-stroke: 1px rgba(255, 255, 255, 0.7);
        text-stroke: 1px white;
        letter-spacing: 2px;
        font-weight: 900;
    }
}

.usl__main{
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.usl__main-pic{
	width: 400px;
}
.usl__main-pic img{
	width: 100%;
	height: auto;
}
.usl__main-info{
	width: calc(100% - 380px - 25px);
}
.usl__main-info-price{
	color: #282a2b;
	font-size: 24px;
	line-height: normal;
	font-weight: 700;
}
.usl__main-info-btn{
	font-size: 14px;
    color: #fff;
    padding: 11px 15px;
    background-color: #ce203d;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 20px;
    transition: 0.3s;
    text-decoration: none;
    display: block;
}
.usl__main-info-btn {
	max-width: 125px;
}
.usl__main-info-btn:hover{
	max-width: 125px;
	cursor: pointer;
	opacity: 0.8;
	color: #fff;
}
.usl__main-info-preview{
	margin-top: 30px;
    font-size: 15px;
}
.usl__main-info-preview-title{
	color: #817b7b;
    font-weight: 600;
}
.usl__main-info-preview-text{
	margin-top: 15px;
}
.usl__tabs{
	margin-top: 30px;
    display: flex;
    position: sticky;
    top: 0;
    background: #fff;
    width: 100%;
    z-index: 2;
}
.usl__tabs-item{
	background: #fff;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    padding: 10px 20px;
    color: #313337;
    border: 1px solid lightgrey;
    transition: 0.3s;
    display: block;
    text-decoration: none;
}
.usl__tabs-item.active{
	background: #35297c;
    color: #fff;
    border: 1px solid #35297c;
}
.usl__tabs-item:not(.active):hover{
	cursor: pointer;
	background: #35297c;
    color: #fff;
    border: 1px solid #35297c;
}
.usl__information{
	margin-top: 30px;
}
.template-type2 .fast_buy {
	height: 45px;
}
.template-type2 .fast_buy a span {
	padding-top: 5px;
}
.cart-btn .mainmenubg {
	padding: 3px 0 0;
}

.h1_main {
	font-size: 24px;
    margin: 0 0 40px;
}

.textsub-top video {
	display: none;
}

.main-vid video {
	display: block;
    width: 50%;
    float: right;
    padding-left: 30px;
}

@media screen and (max-width: 760px) {
    .main-vid video {
        display: block;
        width: 100%;
        padding-left: 0;
        padding-bottom: 30px;
    }
}


@media(max-width: 1279px){
	.usl__main-pic{
		width: 300px;
	}
	.usl__main-info {
	    width: calc(100% - 300px - 30px);
	}
}
@media(max-width: 780px){
	.usl__tabs{
		top: 60px;
	}
}
@media(max-width: 649px){
	.frontpage-block-flex .always-on-menus {
		display: none;
	}
	.usl__main{
		flex-direction: column;
	}
	.usl__main-pic,
	.usl__main-info{
		width: 100%;
	}
	.usl__main-info{
		margin-top: 30px;
	}
	.usl__tabs{
		overflow: auto;
	}
	.usl__tabs-item{
		font-size: 14px;
		padding: 8px 15px;
		min-width: fit-content;
	}
}

@media(max-width: 420px){
	section.slider-items .slider-item img {
        width: auto;
    }
	
	.bannerText-center .slider-data {
		left: calc(50% - 540px);
	}
	
	.knopka_1, .knopka_2 {
		display: flex;
	}
	
	#main h1 {
	margin: 0;
	}
	
	#zone15 .zone-bg {
		top: 0;
	}
}





























