ul{
	list-style:none;
margin:0px;}
ul li {
	margin:0px;
}
h2 {
	font-size:40px;
}
h3 {
	font-size:30px;
}

.footer, .tophead, .header {
	display:none;
}



.slick-dots {
	position:relative;
	bottom:0px;
	    display: flex;
    align-items: center;
    justify-content: center;
}
.slick-dots li button:before {
	content:none;
}
.slick-dots li button {
	background:#b2b2b2;
	border-radius:100px;
}
.slick-dots li.slick-active button {
	background:#49ca3a;
}





.lmenu {
	background:#fff;
}
.lmenu ul {
	list-style:none;
	display:flex;
	align-items:center;
}
.lmenu ul li:nth-child(1) {border-left:1px solid #f2f2f2;}
.lmenu ul li {
	border-right:1px solid #f2f2f2;
}
.lmenu ul li a{
	font-size:16px;
	font-weight:500;
	padding:15px 30px;
	color:#000;
	display:block;
}


a.go {
    background: rgb(72,205,53);
    background: -moz-linear-gradient(top,  rgba(72,205,53,1) 0%, rgba(46,196,24,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(72,205,53,1) 0%,rgba(46,196,24,1) 100%);
    background: linear-gradient(to bottom,  rgba(72,205,53,1) 0%,rgba(46,196,24,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#48cd35', endColorstr='#2ec418',GradientType=0 );
    color: #fff;
    border-radius: 100px;
    padding: 25px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 12px;
    min-width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    box-shadow: 0px 3px 0px #1bb107;
}



.lheadtop {
    background: url(/wp-content/themes/domaizbrus/imghom/head.jpg?) 50% 100% no-repeat;
    height: 855px;
    width: 100%;
    display: table;
    position: relative;
}

.lheadtop-v {
	    width: 100%;
		padding:30px 0px 25px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.lhdt-logo {
    display: flex;
    align-items: center;
}
.lhdt-logo img {
    max-width: 200px;
}
.lhdt-logo span {
    font-size: 11px;
    display: block;
    padding-left: 20px;
    font-weight: 500;
}
.lhdt-adress {
    font-size: 12px;
    font-weight: 600;
}
.lhdt-phone {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.lhdt-phone a {
    font-size: 20px;
    font-weight: 600;
    color: #212121;
}
.lhdt-phone span {
    font-size: 15px;
}

.lhead {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.lhead-info h1 {
    font-size: 42px;
    margin-bottom: 10px;
}
.lhead-info h2 {
    font-size: 23px;
text-align:left;}
.lhead-akcia {
    max-width: 470px;
    background: #fff;
    box-shadow: 0px 0px 50px #0000004d;
    padding: 35px 30px;
    border-radius: 35px;
    width: 100%;
}
.lhead-akcia p {
    font-size: 17px;
    text-align: center;
    font-weight: 600;
}
.lhead-akcia .li {
	display:flex;
	align-items:center;
    justify-content: space-between;
	margin-bottom:25px;
}
.lhead-akcia .li-left {
	display:flex;
	align-items:center;
}
.lhead-akcia .li-left strong {
    font-size: 26px;
    width: 45px;
    height: 45px;
    box-shadow: 0px 0px 5px #0000004d;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 7px;
}
.lhead-akcia .li-left span {
	display:block;
	font-size:15px;
	font-weight:600;
}
.lhead-akcia .li-left small {
	display:block;
	font-size:12px;
}
.lhead-akcia .li-right {
	flex-shrink:0;
}
.lhead-akcia .li-right strong {
    display: block;
    font-size: 15px;
}
.lhead-akcia .li-right del {
    display: block;
    color: #40b82d;
    font-size: 19px;
    font-weight: 600;
}
.lhead-akcia a.go {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 45px;
}
.lhead-akcia a.go span{
	font-weight: 600;
	text-align:left;
}
.lhead-akcia a.go:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 50%;
    height: 80%;
    width: 1px;
    background: #8ae37f;
    display: block;
}
.lhead-info {
    width: 670px;
}
.lhead-info ul {
    display: flex;
    width: 100%;
    max-width: 340px;
    justify-content: space-between;
    margin: 150px auto 0px;
}
.lhead-info ul li.li2 {
	margin-top:100px;
}
.lhead-info ul li {
    position: relative;
    display: table;
    height: 50px;
}
.lhead-info ul li strong {
    background: rgb(72,205,53);
    background: -moz-linear-gradient(top, rgba(72,205,53,1) 0%, rgba(46,196,24,1) 100%);
    background: -webkit-linear-gradient(top, rgba(72,205,53,1) 0%,rgba(46,196,24,1) 100%);
    background: linear-gradient(to bottom, rgba(72,205,53,1) 0%,rgba(46,196,24,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#48cd35', endColorstr='#2ec418',GradientType=0 );
    width: 55px;
    height: 55px;
    font-size: 35px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 5px solid #fff;
    border-radius: 50px;
    box-shadow: 0px 0px 15px #0000001f;
	cursor:pointer;
}
.lhead-info ul li strong:hover + span{
    display: block;}
.lhead-info ul li span {
    display: none;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 15px #0000001f;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    top: -100%;
    left: 50%;
    margin-left: -150px;
    min-width: 300px;
    padding: 10px;
}

.lbl1 {
    margin-top: -110px;
    position: relative;
    padding-bottom: 80px;
}
.lbl1 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1050px;
    margin: auto;
}
.lbl1 ul li {
	width:190px;
}
.lbl1 ul li img {
	display:block;
	margin:0px auto 20px;
}
.lbl1 ul li span {
    display: block;
    text-align: center;
    font-weight: 600;
    font-size: 13px;
}

.ladvantage {
    display: flex;
    align-items: center;
    justify-content: center;
}
.ladvantage .im{
	flex-shrink:0;
	padding:40px;
	border:1px solid #cacaca;
	border-radius:100%;
}
.ladvantage ul li {
    width: 295px;
	position:relative;
    margin-bottom: 20px;
    padding: 0px;
}
.ladvantage ul.ul1 li.li1 {
    left: 70px;
}
.ladvantage ul.ul1 li.li2 {
    left: 10px;
}
.ladvantage ul.ul1 li.li4 {
    left: 30px;
}
.ladvantage ul.ul1 li.li1:before {
    right: -65px;
}
.ladvantage ul.ul1 li.li2:before {
    right: -60px;
}

.ladvantage ul.ul2 li.li1 {
    right: 40px;
}
.ladvantage ul.ul2 li.li1:before {
    right: 0px;
    left: -110px;
}
.ladvantage ul.ul2 li.li2 {
    right: 10px;
}
.ladvantage ul.ul2 li.li4 {
    right: 30px;
}
.ladvantage ul li:before {
    content: '';
    position: absolute;
    top: 0px;
    right: -40px;
    background: rgb(72,205,53);
    background: -moz-linear-gradient(top, rgba(72,205,53,1) 0%, rgba(46,196,24,1) 100%);
    background: -webkit-linear-gradient(top, rgba(72,205,53,1) 0%,rgba(46,196,24,1) 100%);
    background: linear-gradient(to bottom, rgba(72,205,53,1) 0%,rgba(46,196,24,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#48cd35', endColorstr='#2ec418',GradientType=0 );
    width: 30px;
    height: 30px;
    border-radius: 100px;
    box-shadow: inset 0px 0px 10px #fff;
}
.ladvantage ul.ul2 li:before {
    right: 0px;
	left: -40px;
}
.ladvantage ul li strong {
    font-size: 22px;
    display: block;
    font-weight: 500;
}
.ladvantage ul li span {
    display: block;
    font-size: 15px;
}
.ladvantage .ul1 {
    text-align: right;
    padding-right: 25px;
}
.ladvantage .ul2 {
    text-align: left;
    padding-left: 25px;
}


hr.otstup {
	width:100%;
	max-width:330px;
	margin:100px auto 50px;
	background:#ebebeb;
	height:1px;
	display:block;
	border:0px;
}
.lbl3 h2 {
}
.lbl3 h3 {
	font-size:26px;
}
.lbl3 .ltab{
	display:flex;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
	margin:0px auto 40px;
}
.lbl3 .ltab li {
	margin: 5px;
}
.lbl3 .ltab li a {
    font-size: 20px;
    padding: 15px 30px;
    color: #33c423;
    border: 1px solid #33c423;
    border-radius: 100px;
    display: block;
}
.lbl3 .ltab li.active a {
	background:#33c423;
	color:#fff;
}
.ltabox h4 {
	text-align:left;
	font-size:26px;
	margin-bottom:20px;
}
.ltabox .res {
	color:#fff;
	background:#6aca5f;
	padding:10px 20px;
	border-radius:100px;
	display:table;
	font-size:17px;
}
.ltabox ul {
	list-style:none;
}
.ltabox ul li {
    padding-left: 35px;
    position: relative;
    margin-bottom: 15px;
}
.ltabox ul li:before {
    content: '\2714';
    position: absolute;
    top: -3px;
    left: 0px;
    background: #6aca5f;
    width: 25px;
    height: 25px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}
.ltabox ul li small {
	display:block;
	padding-top:10px;
}
.ltabox-v {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
}
.ltabox-txt {
	padding-right:30px;
}
.ltabox-img {
	flex-shrink:0;
}
.ltabox-img img{
	border-radius:50px;
}




.lvibor-doma {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0px auto 40px;
}
.lvibor {
    font-size: 20px;
    padding: 15px 30px;
    color: #33c423;
    border: 1px solid #33c423;
    border-radius: 100px;
    display: block;
	    margin: 0px 5px;
		cursor:pointer;
}
.lvibor.active {
    background: rgb(72,205,53);
    background: -moz-linear-gradient(top, rgba(72,205,53,1) 0%, rgba(46,196,24,1) 100%);
    background: -webkit-linear-gradient(top, rgba(72,205,53,1) 0%,rgba(46,196,24,1) 100%);
    background: linear-gradient(to bottom, rgba(72,205,53,1) 0%,rgba(46,196,24,1) 100%);
	color:#fff;
}
.lvitab {
	max-height:0px;
	overflow:hidden;
}
.lvitab.active {
	max-height:9990px;
}
.ldoms {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.ldoms .arrows {
    position: absolute;
    top: 40%;
    left: 4px;
    z-index: 10;
    transform: rotate(-45deg);
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
	cursor: pointer;
	opacity:0.7;
}
.ldoms .ldom:hover .arrows {
	opacity:1;
}
.ldoms .arrows:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-top: 3px solid #000;
    border-left: 3px solid #000;
}
.ldoms .arrows.arrow-right {
    left: inherit;
    right: 4px;
    transform: rotate(135deg);
}
.ldoms .slick-dotted.slick-slider {
    margin-bottom: 0px;
}
.ldom ul.slick-dots {
    margin: -30px auto 0px;
    padding: 0px 10px;
}
.ldom .slick-dots li button {
    border: 2px solid #ffffffab;
}
.ldom {
    width: 33.33%;
}
.ldom-v {
    max-width: 380px;
    background: #fff;
    box-shadow: 0px 0px 15px #0000001a;
    border-radius: 30px;
    width: 100%;
    overflow: hidden;
	    margin: 0px auto 30px;
}
.ldom img{
	display:block;
	margin:0px auto;
	transition:0.3s;
}
.ldom img:hover {
	cursor:zoom-in;
    transform: scale(1.1);
}
.ldom a.go {
	font-size:14px;
}
.ldom .ldom-info {
	padding:30px;
}
p.ldom-title {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 0px;
}
p.ldom-desc {
    font-size: 14px;
}
.lbl4 .ldom hr {
    max-width: 150px;
    margin: 15px 0px 10px;
}
.ldom .ldom-text ul {
    margin: 0px 0px 15px;}
.ldom .ldom-text ul li{
	display:flex;
    justify-content: space-between;
    font-size: 15px;
    margin-bottom: 5px;
}
.ldom .ldom-text p {
font-size: 16px;
    line-height: 1.5;
	font-weight: 500;
}
.ldom .ldom-text p strong {
	font-weight:400;
}
.ldom .ldom-text ul li strong {
	font-weight:500;
}
.ldom .ldom-text ul li em {
font-style:normal;
}


.lbl5 hr.otstup {
	margin: 50px auto;
}
.lbl5 ul.ul {
	    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 50px auto;
    width: 100%;
}
.lbl5 ul.ul li {
    background: #fff;
    box-shadow: 0px 0px 10px #0000001f;
    padding: 35px 30px;
    border-radius: 30px;
    width: 100%;
    max-width: 380px;
}
.lbl5 ul.ul li img {
    display: block;
    margin: 0px auto 20px;
}
.lbl5 ul.ul li span {
    display: block;
    text-align: center;
    font-weight: 400;
    font-size: 23px;
}


.proizvodstvos {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.proizvodstvo {
    width: 33%;
    height: 260px;
    position: relative;
    margin: 2px;
}
.proizvodstvo div {
    position: absolute;
    overflow: hidden;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.proizvodstvo img {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    margin: auto;
    transition: 0.3s;
    opacity: 0.7;
    height: 100%;
    width: 100%;
}
.proizvodstvo div:hover img {
	transform: scale(1.2);
	filter: grayscale(100%) invert(40%);
}
.proizvodstvo div:before {
    content: url(./images/loop.png);
    position: absolute;
    left: 50%;
    top: -100%;
    z-index: 2;
    margin: -26px 0px 0px -25px;
    transition: 0.3s;
}
.proizvodstvo div:hover:before {
    top: 50%;
}


.portfolios {
    max-width: 1150px;
    margin: auto;
}
.pfimg {
    width: 33.33%;
}
.pfimg div {
    display: table;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    margin: auto;
    padding: 0px;
}
.pfimg img {
	display:block;
	margin:auto;
}
.pfimg div:before {
 content: url(./images/loop.png);
 position: absolute;
 left: 50%;
 top: -100%;
 z-index: 2;
 margin: -26px 0px 0px -25px;
 transition: 0.3s;
}
.pfimg div:after {
 content: '';
 position: absolute;
 left: 0px;
 top: -100%;
 background: rgba(68, 68, 68, 0.57);
 z-index: 1;
 height: 100%;
 width: 100%;
 transition: 0.3s;
}
.pfimg div:hover:before {
 top: 50%;
}
.pfimg div:hover:after {
 top: 0px;
}


.lbl6 {
	background:url(/wp-content/themes/domaizbrus/imghom/vg.jpg) 50% 50% no-repeat;
}

.lbl6 ul.ul {
	    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 50px auto;
    width: 100%;
}
.lbl6 ul.ul li {
    background: #fff;
    box-shadow: 0px 0px 10px #0000001f;
    padding: 35px 30px;
    border-radius: 30px;
    width: 100%;
    max-width: 380px;
}
.lbl6 ul.ul li img {
    display: block;
    margin: 0px auto 20px;
}
.lbl6 ul.ul li span {
    display: block;
    text-align: center;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.4;
}

.imgtxt {
    display: flex;
    align-items: center;
	    flex-wrap: wrap;
}
.imgtxt.reverse {
    flex-direction: row-reverse;
}
.imgtxt .img {
width:50%;
}
.imgtxt .txt {
width:50%;
}


.lbl6 .txt h2 {
	text-align:left;
}
.lbl6 .txt h2 strong {
font-weight: 500;}
.lbl6 .txt h3 {
	font-size:23px;
	text-align:left;
	margin-bottom:40px;
}
.lbl6 .txt ul {}
.lbl6 .txt ul li{
	display:flex;
	align-items:center;
margin-bottom:20px;
}
.lbl6 .txt ul li strong {
    font-size: 65px;
    font-weight: 600;
    color: #31d51e;
    font-style: italic;
    display: table;
    min-width: 100px;
    text-align: center;
}
.lbl6 .txt ul li span {
    padding-left: 25px;
    font-size: 21px;
    font-weight: 500;
	line-height:1.2;
}
.lbl6 .txt ul li small {
	font-size:16px;
	display:block;
}






.lbl7 {
	padding: 100px 0px 50px;
}
.lbl7 ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0px 0px 20px;
    border-bottom: 2px dashed #707070;
}
.lbl7 ul li {
	max-width:165px;
}
.lbl7 ul li img{
    margin: 0px auto 20px;
    display: block;
}
.lbl7 ul li span {
    display: block;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
}
.lform {
    border: 5px solid #f8c200;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0px 0px 15px 0px #00000024;
}
.lform .politica {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: -0.5px;
}
.lform .politica br {display:none;}
.lform-title {
    text-align: center;
    font-size: 25px;
    margin-bottom: 20px;
    font-weight: 500;
}
.lform .zvonok-tel {
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    margin: 5px 0px;
}
.lform .zvonok-tel a {
	font-weight:600;
}
.lform .zvonok-rabot {
    text-align: center;
    font-size: 14px;
}






.lbl11 {
	padding: 100px 0px 50px;
}
.lbl11 .lbl-v {
	position:relative;
	max-width:1400px;
}
.lbl11 iframe {
	border-radius:20px;
}
.lbl11 .lcform {
    position: absolute;
    top: 60px;
    right: 70px;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    max-width: 440px;
    border: 2px solid #ddd;
    box-shadow: 0px 0px 0px 5px #fff;
}
.lbl11 .lcform p.ps {
	margin-bottom:5px;
}
.lbl11 .lcform p.ph {
	font-size:20px;
	padding-top:10px;
	border-top: 1px solid #ddd;
}
.lbl11 .lcform .zvonok-polos {
	display:none;
}
.lbl11 .lcform .politica br{display:none;}
.lbl11 .lcform .politica {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: -0.4px;
}

.zvonok-form input[type="submit"] {
    box-shadow: 0px 5px 0px 0px #f8c200;
    background: -moz-linear-gradient(top,  rgba(255,233,165,1) 0%, rgba(255,209,59,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,233,165,1) 0%,rgba(255,209,59,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,233,165,1) 0%,rgba(255,209,59,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe9a5', endColorstr='#ffd13b',GradientType=0 );
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    padding: 25px 0px 20px;
    color: #161616;
}

.lfoot {}
.lfoot .lbl-v {
    display: flex;
	align-items:center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.lfoot .lf2 ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.lfoot .lf2 ul li{
	margin:0px 10px;
}
.lfoot .lf2 ul li a{
font-size:14px;
	color:#000;}
.lfoot p {
	margin-bottom:0px;
}
.lfoot a.lf-tel {
    display: table;
    margin: 0px auto 5px auto;
    font-weight: 600;
    font-size: 20px;
    color: #000;
}
.lfoot a.go-pop-form {
    box-shadow: 0px 5px 0px 0px #f8c200;
    background: -moz-linear-gradient(top, rgba(255,233,165,1) 0%, rgba(255,209,59,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,233,165,1) 0%,rgba(255,209,59,1) 100%);
    background: linear-gradient(to bottom, rgba(255,233,165,1) 0%,rgba(255,209,59,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe9a5', endColorstr='#ffd13b',GradientType=0 );
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    padding: 18px 30px 15px;
    color: #161616;
    display: block;
    border-radius: 5px;
}




.lbootfoot {
	padding:20px 0px 30px;
}
.lbootfoot .lbl-v {
    display: flex;
	align-items:center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.lbootfoot p {
margin:0px;
font-size:14px;
}
.lbootfoot p a{
	color:#000;
	text-decoration:underline !important;
}
.lbootfoot .soci {
    display: flex;
    align-items: center;
}
.lbootfoot .soci ul {
	display: flex;
    align-items: center;
	margin-left:20px;
}
.lbootfoot .soci ul li{
	margin-right:6px;
}
.lbootfoot .soci ul li a{
	background:url(/wp-content/themes/domaizbrus/imghom/scx.png) 0px 0px no-repeat;
	display:block;
	width:30px;
	height:30px;
}
.lbootfoot .soci ul li a.soc1{}
.lbootfoot .soci ul li a.soc2{background-position:-31px 0px;}
.lbootfoot .soci ul li a.soc3{background-position:-62px 0px;}







@media (max-width:1050px) {
h2 {
    font-size: 25px;
	max-width:310px;
	margin-left:auto;
	margin-right:auto;
}
h3 {
    font-size: 20px;
	max-width:310px;
	margin-left:auto;
	margin-right:auto;
}
h2 br,
h3 br {display:none;}
p, ul, ol {
    font-size: 16px;
    line-height: 1.2;
}
.lheadtop {
    background: url(/wp-content/themes/domaizbrus/imghom/mhead.jpg?) 50% 0% no-repeat;
    height: auto;
}
.lhead {
    flex-wrap: wrap;
    flex-direction: column;
}
.lheadtop-v {
    flex-wrap: wrap;
    padding: 10px 5px 15px;
    max-width: 350px;
    margin: auto;
}
.lhead-info {
    width: 100%;
}
.lhead-info ul {
	display:none;
}
.lhdt-phone {
    align-items: flex-end;
}
.lhdt-phone a {
    font-size: 17px;
}
.lhdt-phone span {
    font-size: 12px;
}
.lhead-info h1 {
    font-size: 20px;
    margin-bottom: 10px;
}
.lhead-info h2 {
    font-size: 14px;
    text-align: center;
}
.lhead-akcia {
    padding: 20px 15px;
    border-radius: 15px;
    margin: 150px auto 20px;
	    max-width: 350px;
}
.lhead-akcia p br{display:none;}
.lhead-akcia p {
    font-size: 14px;
}
.lhead-akcia .li-left strong {
    width: 30px;
    height: 55px;
}
.lhead-akcia .li-left span {
    font-size: 13px;
}
.lhead-akcia .li-right strong {
    font-size: 12px;
}
.lhead-akcia .li-right del {
    font-size: 15px;
}
.lhead-akcia .li {
    margin-bottom: 15px;
}
.lhead-akcia a.go {
    padding: 15px 25px;
}
.lhead-akcia a.go span {
    text-align: center;
    padding: 0px 5px;
}
.lhead-akcia a.go:before {
    top: 8px;
}

.lhdt-logo span, .lhdt-adress, .lhdt-bell {
display:none !important;	
}


.lbl1 {
    margin-top: 0px;
    position: relative;
    padding-bottom: 20px;
}
.lbl1 ul {
    justify-content: center;
}
.lbl1 ul li br{display:none;}
.lbl1 ul li {
    width: 50%;
    padding: 5px 10px;
    max-width: 150px;
}
.lbl1 ul li span {
    display: block;
    text-align: center;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.2;
}

.ladvantage {
    flex-direction: column;
}
.ladvantage .im {
	display:none;
}
.ladvantage .ul1 {
    text-align: left;
    padding: 0px;
}
.ladvantage .ul2 {
    text-align: left;
    padding: 0px;
}
.ladvantage ul li {
    width: 295px;
    margin-bottom: 10px;
    padding: 0px 0px 0px 20px;
    left: 0px !important;
    right: inherit !important;
}
.ladvantage ul li:before {
    width: 12px !important;
    height: 12px !important;
    left: 0px !important;
    right: inherit !important;
    top: 6px;
}
.ladvantage ul li strong {
    font-size: 16px;
}
.ladvantage ul li span {
    font-size: 14px;
    line-height: 1.2;
}

hr.otstup {
    max-width: 300px;
    margin: 20px auto;
}

.lbl3 h2 {
	font-size:18px;
}
.lbl3 h3 {
    font-size: 16px;
}

.ltabox-v {
    flex-wrap: wrap;
    flex-direction: column;
	    max-width: 350px;
    margin: auto;
	padding:0px 5px;
}
.lbl3 .ltab {
    margin: 0px auto 10px;
}
.lbl3 .ltab li {
    margin: 2px;
}
.lbl3 .ltab li a {
    font-size: 14px;
    padding: 5px 10px;
}
.ltabox-img img {
    border-radius: 10px;
}
.ltabox h4 {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 500;
}
.ltabox ul li {
    padding-left: 30px;
    margin-bottom: 10px;
    font-size: 14px;
}
.ltabox p {
    font-size: 14px;
    margin-bottom: 5px;
}
.ltabox .res {
    font-size: 16px;
    margin: 10px 0px 15px;
}
.ltabox ul li:before {
    top: 0px;
    width: 20px;
    height: 20px;
}

.lvibor {
    margin: 2px;
    cursor: pointer;
    font-size: 14px;
    padding: 5px 10px;
}
.lvibor-doma {
    margin: 0px auto 10px;
}
.ldoms {
    flex-direction: column;
    align-items: center;
}

.ldomimg {
	width:100vw;
	    max-width: 380px;
}
.ldom {
    width: 100%;
}
.ldom .ldom-info {
    padding: 15px;
}
.ldom ul li span {
    font-size: 14px;
    margin-bottom: 5px;
}
.ldom .ldom-text p {
    font-size: 15px;
}
.portfolios {
    max-width: 95vw;
}
.portfolios .slick-next {
    right: 5px;
    z-index: 2;
}
.portfolios .slick-prev {
    left: 5px;
    z-index: 2;
}
.lbl5 hr.otstup {
    margin: 0px auto 30px;
}
.lbl5 ul.ul {
    margin: 20px auto;
    max-width: 350px;
}
.lbl5 ul.ul li {
    box-shadow: 0px 0px 0px #0000001f;
    padding: 0px;
    width: 33%;
    max-width: 140px;
}
.lbl5 ul.ul li span {
    font-size: 12px;
    line-height: 1.2;
    font-weight: 500;
}
.lbl5 ul.ul li img {
    margin: 0px auto 10px;
    max-width: 85%;
}
.proizvodstvos {
    max-width: 400px;
    margin: auto;
}
.proizvodstvo {
    width: 48%;
    height: 150px;
}

.lbl6 h2 {
	font-size:20px;
}
.lbl6 h3 {
	font-size:16px;
}


.lbl6 ul.ul {
    margin: 20px auto;
    max-width: 350px;
}
.lbl6 ul.ul li {
    box-shadow: 0px 0px 0px #0000001f;
    padding: 0px;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.lbl6 ul.ul li span {
    font-size: 13px;
    line-height: 1.2;
    font-weight: 500;
    text-align: left;
}
.lbl6 ul.ul li img {
    margin: 0px 10px 0px 0px;
    max-width: 80px;
    flex-shrink: 0;
}
.lbl6 .txt h2 {
    text-align: center;
}
.lbl6 .txt h3 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
}
.lbl6 .txt ul li br{display:none;}
.lbl6 .txt ul li {
    align-items: flex-start;
    margin-bottom: 15px;
}
.lbl6 .txt ul li strong {
    font-size: 35px;
     min-width: 45px;
}
.lbl6 .txt ul li span {
    padding-left: 10px;
    font-size: 16px;
}
.lbl6 .txt ul li small {
    font-size: 14px;
    padding-top: 5px;
}


.imgtxt {
	max-width:350px;
	padding:0px 5px;
	margin:auto;
}
.imgtxt .img {width:100%;}
.imgtxt .txt {width:100%;}


.lbl7 {
    padding: 20px 0px;
}
.lbl7 ul {
    justify-content: center;
    align-items: flex-start;
}
.lbl7 ul li {
    width: min-content;
    padding: 0px 5px 10px;
    min-width: 105px;
    max-width: 140px;
}
.lbl7 ul li br{
	display:none;
}
.lbl7 ul li span {
    font-size: 12px;
    line-height: 1.1;
}
.lbl7 ul li img {
    margin: 0px auto 10px;
}

.lbl11 {
    padding: 0px;
}
.lbl11 iframe {
	height:350px;
}
.lbl11 .lcform {
    position: relative;
    top: 0px;
    right: 0px;
    padding: 20px;
    max-width: 350px;
    margin: auto;
	    border-radius: 0px;
}
.lform {
    border: 4px solid #f8c200;
    border-radius: 0px;
    padding: 20px;
}
.lform .zvonok-tel a {
	display:block;
}
.lform-title {
    font-size: 20px;
    margin-bottom: 15px;
}
.lbl11 .lcform p.ph {
    font-size: 16px;
}
.lfoot {
    background: #f9f9f9;
    padding: 20px;
}
.lfoot .lbl-v {
    flex-direction: column;
}
.lfoot .lf2 ul {
    margin: 10px auto;
}
.lbootfoot {
    padding: 20px;
    background: #f1f1f1;
}
.lbootfoot p {
    font-size: 12px;
}

.textovka {
	padding:0px !important;
}

.lmenu {
display:none !important;	
}



}