*{
  margin: 0;
  padding: 0
}
html,body {
   height: 100%;
   margin: 0;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 140%;
    color: #414042;
}
a{
    color: #414042;
}
a:hover{
    text-decoration: none
}

#main{
    width: 94%;
    position: relative;
    float: left;
    padding-left: 3%;
    z-index: 10;
    padding-top: 75px
}

.lns{
    width: 100%;
    position: relative;
    float: left;
    padding-top: 20px;
    padding-bottom: 10px
}
.lks{
    width: 100%;
    position: relative;
    float: left;
    padding-top: 0px;
    padding-bottom: 0px
}

.menu{
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: rgba(0,0,0,0.3);
    width: 100%;
    height: 70px;
    z-index: 100
}



.lns_preim{
    width: 100%;
    position: relative;
    float: left;
    margin-top: 10px;
    margin-bottom: 20px
}
.lnb{
    border-bottom: 0px solid #DADAD1
}
.bordbot{
    border-bottom: 1px solid #DADAD1
}

.cntr{
    margin: auto;
    max-width: 1200px
}
.cntr2{
    width: 100%;
    position: relative;
    float: left;
    background-color: #FFFFFF
}
.lgs{
    width: 84px;
    position: relative;
    float: left;
}
.lgs img{
    width: 100%;
}
.logo{
    width: 24%;
    position: relative;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 1%
}
.logo img{
    width: 200px;
    position: relative;
    float: left;
}
.slns{
    width: 50%;
    position: relative;
    float: left;
    text-align: center;
    padding-top: 16px;
    font-size: 18px;
    padding-bottom: 5px
}
.slns .rekonst{
    font-size: 14px;
    color: #F50000
}
.contacts_head{
    width: 24%;
    position: relative;
    float: right;
    text-align: right;
    padding-right: 1%;
    font-size: 22px;
    padding-top: 4px;
    line-height: 24px
}
.contacts_head span{
    font-size: 20px;
}
.contacts_head .adr{
    font-size: 16px;
    padding-top: 3px
}
@media screen and (max-width: 1070px) {
    .contacts_head{
        font-size: 20px;
    }
    .contacts_head span{
        font-size: 18px;
    }
    .slns{
        padding-top: 25px;
        font-size: 17px
    }
}
@media screen and (max-width: 890px) {
    .logo{
        width: 47%;
    }
    .contacts_head{
        width: 47%;
    }
    .slns{
        display: none;
    }
}
@media screen and (max-width: 600px) {
    .contacts_head{
        display: none
    }
}


.slid{
    width: 98%;
    position: relative;
    float: left;
    border-radius: 10px;
    overflow: hidden;
	margin-left: 1%;
}
.slid img{
    width: 100%;
}
      
.slider-container {
            width: 100%;
            position: relative;
            overflow: hidden;
        }
        
.slider {
            display: flex;
            transition: transform 0.5s ease-in-out;
        }
        
.slide {
            min-width: 100%;
            position: relative;
        }
        
.slide-content {
            width: 100%;
            padding-top: 29.17%;
            position: relative;
            overflow: hidden;
        }
        
.slide img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
.prev, .next {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 40px;
            height: 40px;
            background-color: rgba(0, 0, 0, 0.5);
            color: white;
            border: none;
            border-radius: 50%;
            font-size: 20px;
            cursor: pointer;
            z-index: 10;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: background-color 0.3s;
        }
        
.prev:hover, .next:hover {
            background-color: rgba(0, 0, 0, 0.8);
        }
        
.prev {
            left: 15px;
        }
        
.next {
            right: 15px;
        }
        
.dots-container {
            position: absolute;
            bottom: 15px;
            left: 0;
            right: 0;
            display: flex;
            justify-content: center;
            z-index: 10;
        }
        
.dot {
            width: 10px;
            height: 10px;
            margin: 0 5px;
            background-color: rgba(255, 255, 255, 0.5);
            border-radius: 50%;
            cursor: pointer;
            transition: all 0.3s;
        }
        
.dot.active {
            background-color: white;
            transform: scale(1.2);
        }
        
@media (max-width: 768px) {
            .prev, .next {
                width: 30px;
                height: 30px;
                font-size: 16px;
            }
            
            .dots-container {
                bottom: 10px;
            }
}
	
.contacts_head A{
    text-decoration: none
}
.fz22{
    font-size: 22px;
    line-height: 26px
}
.fz35{
    font-size: 35px;
    line-height: 37px
}
.fz60{
    font-size: 60px;
    line-height: 62px
}
.cyl{
    color: #CC803F
}

.bb{
    font-weight: bold
}
.headr{
    width: 40%;
    position: relative;
    float: right;
}
.headr .bl1 {
    width: 100%;
    position: relative;
    float: right;
}
.headr .bl1 a{
    width: 290px;
    position: relative;
    float: right;
    height: 32px;
    background-color: #33673C;
    border: 2px solid #00410B;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
    padding-top: 10px
}
.headr .bl1 a:hover{
    text-decoration: underline;
}
.headr .bl2 {
    width: 170px;
    position: relative;
    float: right;
    background-image: url(../svg/telephon-01.svg);
    background-position: left;
    background-repeat: no-repeat;
    text-align: right;
    margin-top: 10px
}

.menum {
    position: absolute;
    overflow: hidden;
    background-color: rgba(0,0,0,0.7);
    width: 100%;
    left: 0;
    top: 0;
    z-index: 30
}

.menum a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 21px 19px;
    text-decoration: none;
    font-size: 17px;
}
.menum div {
    float: left;
	display: block;
}
.menum div a {
    color: #f2f2f2;
    text-align: center;
    padding: 6px 19px;
    text-decoration: none;
    font-size: 16px;
}
.menum a:hover {
    background-color: #ddd;
    color: black;
}

.active {
    background-color: #4CAF50;
    color: white;
}

.menum .icon {
    display: none;
}
.menum .mn {
    display: block;
}
.menum .mphone {
    display: none;
}
.menum .mlogo {
    display: block;
}

@media screen and (max-width: 600px) {
    .menum a.mn {display: none;}
    .menum .mphone {
        display: block;
    }
    .menum a.icon {
        float: right;
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .menum.responsive {position: absolute;}
    .menum.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .menum.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
	.menum.responsive div {
	  float: none;
	  display: block;
	  text-align: left;
	}
	.menum.responsive div a {
		padding: 21px 19px;
	}
}


.abl{
    background-image: url(../img/banner.png);
    background-position: top;
    background-repeat: no-repeat;
    z-index: 10
}
.about_l{
    width: 50%;
    position: relative;
    float: left;
    height: 700px
}
.about_l .about_sv{
    width: 87%;
    position: relative;
    float: left;
    text-align: right;
    color: #FFFFFF;
    padding-right: 13%;
    padding-top: 370px;
    height: 150px
}
.about_l .about_sv2{
    width: 87%;
    position: relative;
    float: left;
    text-align: right;
    padding-right: 13%;
}
.about_l .about_sv2 a{
    position: relative;
    float: right;
    height: 37px;
    background-color: #004C0D;
    border: 2px solid #00410B;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
    padding-top: 13px;
    opacity: 0.9;
    padding-left: 25px;
    padding-right: 25px
}
.about_l .about_sv2 a:hover{
    text-decoration: underline;
}
.about_r{
    width: 50%;
    position: relative;
    float: left;
    height: 700px
}
.about_r .about_zs{
    width: 87%;
    position: relative;
    float: left;
    color: #FFFFFF;
    padding-left: 13%;
    padding-top: 170px;
    height: 350px;
}
.about_r .about_zs2{
    width: 87%;
    position: relative;
    float: left;
    padding-left: 13%;
}
.about_r .about_zs2 a{
    position: relative;
    float: left;
    height: 37px;
    background-color: #F1E4DB;
    border: 2px solid #FFFFFF;
    text-align: center;
    color: #00410B;
    text-decoration: none;
    padding-top: 13px;
    opacity: 0.9;
    padding-left: 25px;
    padding-right: 25px
}
.about_r .about_zs2 a:hover{
    text-decoration: underline;
}

.otst{
    width: 98%;
    position: relative;
    float: left;
    margin-top: -80px;
    margin-left: 1%;
    background-color: #FFFFFF;
    z-index: 50;
    padding-top: 45px;
    padding-bottom: 45px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    margin-bottom: 15px
}
.otst .otst_bl{
    width: 25%;
    position: relative;
    float: left;
    text-align: center;
    font-size: 22px;
    color: #CC803F
}
.otst .otst_bl .blck{
    font-size: 35px;
    color: #414042;
    font-weight: bold;
    padding-bottom: 15px
}

.name{
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.namess{
    padding-top: 10px;
    padding-bottom: 10px;
}
h2{
    font-size: 20px;
    font-weight: normal
}
.name h1{
    text-align: center;
    font-size: 24px;
    font-weight: normal
}
.name h3{
    text-align: center;
    font-size: 20px;
    font-weight: normal
}

.cntrmin{
    width: 60%;
    position: relative;
    float: left;
    padding-left: 20%;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 60px;
    padding-right: 20%
}

.uslugi{
    width: 100%;
    position: relative;
    float: left;
    padding-bottom: 80px;
}

.about_f{
    width: 25%;
    position: relative;
    float: left;
}
.about_f img{
    width: 100%;
    max-width: 350px
}

.about_t{
    width: 70%;
    position: relative;
    float: right;
}
.about_t .a_t{
    width: 90%;
    position: relative;
    float: right;
    padding-bottom: 30px;
    background: url(../img/tr.jpg) no-repeat 0px 10px;
    padding-left: 10%
}
.about_t .a_t .p1{
    font-weight: bold;
    padding-bottom: 10px
}
.about_t .a_t span{
    color: #CC803F
}


.usl{
    width: 30%;
    position: relative;
    float: left;
    z-index: 50;
    padding-bottom: 45px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    margin-bottom: 15px;
    margin-top: 30px
}
.u1{
    margin-left: 1%;
}
.u2{
    margin-left: 4%;
}
.usl1{
    width: 100%;
    position: relative;
    float: left;
    height: 80px;
    border-bottom: 1px solid #CECEC2
}

.cn1{
    width: 160px;
    position: absolute;
    height: 37px;
    left: -8px;
    top: -7px;
    font-size: 22px;
    color: #FFFFFF;
    padding-top: 13px;
    padding-left: 30px
}
.cn1 span{
    font-size: 35px;
}
.cn2{
    width: 130px;
    position: absolute;
    height: 30px;
    left: 0px;
    top: 50px;
    text-align: center;
    font-size: 22px;
    text-decoration: line-through
}
.cn3{
    width: 93%;
    position: relative;
    float: right;
    text-align: right;
    font-size: 35px;
    padding-top: 25px;
    padding-right: 7%
}
.ugl{
    position: absolute;
    left: -7px;
    top: 42px;
    background-image: url(../img/ugol.jpg);
    background-position: top;
    background-repeat: no-repeat;
    width: 7px;
    height: 11px;
    overflow: hidden
}
.fn1{
    background-image: url(../svg/Flagok1-01.svg);
    background-position: top;
    background-repeat: no-repeat
}
.fn2{
    background-image: url(../svg/Flagok2-01.svg);
    background-position: top;
    background-repeat: no-repeat
}
.fn3{
    background-image: url(../svg/Flagok3-01.svg);
    background-position: top;
    background-repeat: no-repeat
}

.usl2{
    width: 88%;
    position: relative;
    float: left;
    border-bottom: 1px solid #CECEC2;
    padding-left: 6%;
    padding-right: 6%;
    padding-top: 30px;
    padding-bottom: 20px
}
.usl2 h4{
    color: #CC803F;
    padding-bottom: 15px
}
.usl2 ul{
    padding-left: 20px
}
.usl2 li{
    list-style-image: url(../svg/galochka-01.svg);
    padding-bottom: 15px;
    padding-left: 5px;
}

.usl3{
    width: 88%;
    position: relative;
    float: left;
    border-bottom: 1px solid #CECEC2;
    padding-left: 6%;
    padding-right: 6%;
    padding-top: 30px;
    padding-bottom: 20px
}
.usl3 h4{
    color: #CC803F;
    padding-bottom: 15px
}

.usl4{
    width: 88%;
    position: relative;
    float: left;
    padding-left: 6%;
    padding-right: 6%;
    padding-top: 25px;
    padding-bottom: 20px
}
.usl4 a{
    position: relative;
    float: right;
    height: 37px;
    background-color: #006941;
    border: 2px solid #00410B;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
    padding-top: 13px;
    opacity: 0.9;
    width: 100%
}
.usl4 a:hover{
    text-decoration: underline;
}
.usl4 .fre{
    width: 233px;
    position: absolute;
    height: 87px;
    left: 50%;
    top: 100px;
    text-align: center;
    background-image: url(../svg/besplatno-01.svg);
    background-position: top;
    background-repeat: no-repeat;
    margin-left: -116px;
    color: #FFFFFF;
    padding-top: 20px
}
.usl4 .fre .p3{
    font-size: 35px;
    padding-bottom: 13px
}

.neust{
    width: 100%;
    position: relative;
    float: left;
    font-size: 22px;
    text-align: center;
    padding-top: 15px
}
.neust_bloks{
    width: 100%;
    position: relative;
    float: left;
    font-size: 22px;
    text-align: center;
    padding-top: 40px
}
.neust_bloks .neust_b{
    width: 20%;
    position: relative;
    float: left;
}
.neust_bloks .neust_b .neust_t1{
    width: 100%;
    position: relative;
    float: left;
    padding-bottom: 15px;
}
.mnogt{
    background-image: url(../svg/neustoika2-01.svg);
    background-position: right;
    background-repeat: no-repeat
}
.itogo{
    background-image: url(../svg/neustoika6-01.svg);
    background-position: right;
    background-repeat: no-repeat
}
.neust_bloks .neust_b .neust_i{
    width: 100%;
    position: relative;
    float: left;
    height: 70px;
    text-align: center
}

.neustoyka{
    width: 100%;
    position: relative;
    float: left;
    font-size: 22px;
    padding-top: 45px
}

.neustoyka_l{
    width: 49%;
    position: relative;
    float: left;
}
.neustoyka_l ul{
    padding-left: 20px
}
.neustoyka_l li{
    list-style-image: url(../svg/tochka-01.svg);
    padding-bottom: 6px;
    padding-left: 5px;
}
.neustoyka_r{
    width: 49%;
    position: relative;
    float: left;
}
.neustoyka_r img{
    width: 100%;
    max-width: 630px
}

.compens{
    width: 100%;
    position: relative;
    float: left;
    font-size: 22px;
    padding-top: 45px
}
.compens ul{
    padding-left: 20px
}
.compens li{
    list-style-image: url(../svg/tochka-01.svg);
    padding-bottom: 6px;
    padding-left: 5px;
}
.compens .plus li{
    list-style-image: url(../svg/plusik-01.svg);
    padding-bottom: 6px;
    padding-left: 5px;
}

.compens2{
    width: 100%;
    position: relative;
    float: left;
    font-size: 22px;
    padding-top: 45px
}
.compens2 .cmp{
    width: 570px;
    margin: auto;
}
.compens2 a{
    width: 570px;
    position: relative;
    float: left;
    height: 32px;
    background-color: #33673C;
    border: 2px solid #00410B;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px
}

.delo{
    width: 100%;
    position: relative;
    float: left;
    padding-top: 35px;
    padding-bottom: 35px
}
.delo_d{
    width: 22%;
    position: relative;
    float: left;
    text-align: center
}
.delo_d .dts{
    margin: auto;
    max-width: 75px
}
.delo_d .dts .d1{
    width: 100%;
    position: relative;
    float: left;
    font-size: 60px;
    line-height: 60px;
    padding-bottom: 7px
}
.delo_d .dts .d2{
    width: 100%;
    position: relative;
    float: left;
    font-size: 37px;
    line-height: 35px;
    color: #DADAD1;
    padding-top: 9px
}

.delo_i{
    width: 27%;
    position: relative;
    float: left;
}
.delo_i img{
    width: 100%;
    max-width: 350px
}
.delo_t{
    width: 48%;
    position: relative;
    float: right;
}
.delo2{
    width: 100%;
    position: relative;
    float: left;
    font-size: 22px;
    padding-top: 45px
}
.delo2 .cmp{
    width: 470px;
    margin: auto;
}
.delo2 a{
    width: 470px;
    position: relative;
    float: left;
    height: 32px;
    background-color: #33673C;
    border: 2px solid #00410B;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px
}

.onas{
    width: 100%;
    position: relative;
    float: left;
}
.onas .ifoto{
    width: 50%;
    position: relative;
    float: right;
    padding-bottom: 30px;
    padding-top: 25px
}
.onas .ifoto .pic{
    width: 80%;
    position: relative;
    float: left;
    margin-left: 15%;
    max-width: 360px
}
.onas .ifoto .pic .picn{
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-bottom: 100%;
}
.onas .ifoto .pic .picn div{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    border: 0px solid #FCB8DF;
    z-index: 10
}
.onas .ifoto .pic img{
    width: 100%;
}
.onas .itx{
    width: 30%;
    position: relative;
    float: left;
    padding-bottom: 30px;
    padding-top: 25px;
    margin-left: 15%
}

@media (max-width: 700px) {
    .onas .itx{
        width: 100%;
    margin-left: 0
    }
    .onas .ifoto{
        width: 100%;
    }
    .onas .ifoto .pic{
    width: 80%;
    position: relative;
    float: left;
    margin-left: 10%;
    max-width: 100%
    }
}
@media (max-width: 500px) {
    .onas .ifoto{
        width: 100%;
    }

}

.dlts{
    width: 100%;
    position: relative;
    float: left;
    height: 10px
}
.filtrs{
    width: 100%;
    position: relative;
    float: left;
    background-color: #FFFFFF;
    border-top: 1px solid #7A7A7A;
    margin-top: 10px;
    padding-top: 20px;
}
.filtlin{
    width: 50%;
    position: relative;
    float: left;
}
.filtrs .filtr{
    position: relative;
    float: left;
    padding-left: 1%;
    padding-right: 1%;
    padding-bottom: 20px
}
.filtrs .filtr:nth-child(1){
    width: 26%;
}
.filtrs .filtr:nth-child(2){
    width: 12%;
}
.filtrs .filtr:nth-child(3){
    width: 30%;
}
.filtrs .filtr:nth-child(4){
    width: 24%;
}
@media (max-width: 700px) {
    .filtrs .filtr:nth-child(1){
        width: 98%;
    }
    .filtrs .filtr:nth-child(2){
        width: 98%;
    }
    .filtrs .filtr:nth-child(3){
        width: 98%;
    }
    .filtrs .filtr:nth-child(4){
        width: 98%;
    }
}
.filtrs .filtr .fnm{
    width: 100%;
    position: relative;
    float: left;
    font-weight: bold;
    font-size: 12px
}
.filtrs .filtr .flist{
    width: 100%;
    position: relative;
    float: left;
    font-size: 12px
}
.filtrs .filtr .flist a{
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;
}
.filtrs .filtr .flist .act_f{
    background-color: #4CAF50;
    color: #FFFFFF;
    cursor: pointer;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    text-decoration: none
}
@media (max-width: 768px) {
    .filtrs{
        display: none;
    }
}
@media (max-width: 600px) {
    .filtlin{
        width: 100%;
        position: relative;
        float: left;
    }
}


.preim{
    width: 100%;
    position: relative;
    float: left;
    font-size: 18px;
    text-align: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 10px;
    padding-top: 10px
}
.preim .prms{
    width: 33.3%;
    position: relative;
    float: left;
    padding-bottom: 15px;
    padding-top: 15px
}
.preim .prms .pic{
    width: 94%;
    position: relative;
    float: left;
    margin-left: 3%
}
.preim .prms .pic .picn{
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-bottom: 70%;
}
.preim .prms .pic .picn div{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    border: 0px solid #FCB8DF;
    z-index: 10
}
.preim .prms  .picn div a {

}
.preim .prms .pic img{
    min-width: 100%;
    height: 100%
}

.preim .prms .pic img {
 -moz-transition: all 1s ease-out;
 -o-transition: all 1s ease-out;
 -webkit-transition: all 1s ease-out;
 }

.preim .prms .pic img:hover{
 -webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -o-transform: scale(1.1);
 }


@media (max-width: 800px) {
    .preim .prms{
        width: 50%;
    }
}
@media (max-width: 500px) {
    .preim .prms{
        width: 100%;
    }
	.preim .prms .pic {
	  width: 98%;
	  margin-left: 1%;
	}
}

.preim .prms .prop{
    width: 96%;
    position: absolute;
    overflow: hidden;
    z-index: 20;
    margin-left: 2%;
    padding-top: 15px;
    left: 0;
    top: 0px;
}
.preim .prms .buy1{
    width: 96%;
    height: 70%;
    overflow: hidden;
    z-index: 50;
    transition: 0.2s ease 0s;
    background-color: rgba(0,0,0,0.5);
    opacity: 1;
    text-decoration: none;
    color: #FFFFFF;
    padding-top: 15px;
    float: left;
    padding-bottom: 15px;
    padding-left: 2%;
    padding-right: 2%;
    border-radius: 3px;
}
.preim .prms .buy1:hover{
    background-color: rgba(0,0,0,0.3);
    text-decoration: none
}
.preim .prms .buy1 .bask{
    padding-top: 15px
}
.preim .prms .buy1 span{
    font-size: 12px;
}
.preim .prms .cena{
    width: auto;
    position: absolute;
    overflow: hidden;
    z-index: 20;
    padding-top: 5px;
    bottom: 12px;
    right: 12px;
    background-color: rgba(255, 167, 36, 0.9);
    color: #000000;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    border-radius: 5px;
}
.preim .prms .cena span{
    font-size: 16px
}
.preim .prmscat{
    width: 33.3%;
    position: relative;
    float: left;
    padding-bottom: 30px;
    padding-top: 25px
}

.preim .prmscat .pic{
    width: 90%;
    position: relative;
    float: left;
    margin-left: 5%
}
.preim .prmscat .pic .picn{
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-bottom: 100%;
}
.preim .prmscat .pic .picn div{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    overflow: hidden;
    border: 0px solid #FCB8DF;
    z-index: 10
}
.preim .prmscat .pic img{
    width: 100%;
}

@media (max-width: 800px) {
    .preim .prmscat{
        width: 50%;
    }
}

@media (max-width: 500px) {
    .preim .prmscat{
        width: 100%;
    }
}

.preim .prmscat .prop{
    width: 90%;
    position: relative;
    float: left;
    overflow: hidden;
    z-index: 20;
    margin-left: 5%;
    padding-top: 15px
}
.preim .prmscat .buy1{
    width: 90%;
    height: 70%;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0px;
    z-index: 50;
    transition: 0.2s ease 0s;
    opacity: 0;
    text-decoration: none;
    color: #FFFFFF;
    padding-top: 30%;
    padding-left: 5%;
    padding-right: 5%
}
.preim .prmscat .buy1:hover{
    background-color: #FCB8DF;
    opacity: 1;
    text-decoration: none
}
.preim .prmscat .buy1 .bask{
    padding-top: 15px
}

.allshw{
    width: 50%;
    position: relative;
    float: left;
    text-align: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 30px;
    padding-top: 25px;
    padding-left: 50%
}
.newpage{
    font-size: 14px;
    padding-top: 2px;
    width: 300px;
    margin-left: -150px;
    background-color: #4CAF50;
    color: #FFFFFF;
    cursor: pointer;
    margin-top: 5px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    height: 28px;
    line-height: 26px
}
@media (max-width: 800px) {
    .allshw{
    width: 100%;
    padding-left: 0
    }
    .newpage{
    width: 70%;
    margin-left: 15%;
    }
}
@media (max-width: 370px) {
    .newpage{
    width: 94%;
    margin-left: 3%;
    }
}

.preimin{
    width: 98%;
    position: relative;
    float: left;
    text-align: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-left: 1%
}
.preimin .prms{
    width: 20%;
    position: relative;
    float: left;
    padding-bottom: 30px;
    padding-top: 15px
}
.preimin .prms .pic{
    width: 90%;
    position: relative;
    float: left;
    margin-left: 5%
}
.preimin .prms .pic .picn{
    overflow: hidden;
    position: relative;
    width: 100%;
}
.preimin .prms .pic .picn div{
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 1%;
    overflow: hidden;
    border: 0px solid #FCB8DF;
    text-align: center
}
.preimin .prms .pic img{
    max-width: 100%;
    max-height: 150px;
    width: auto
}

.preimin .prms .pic img {
 -moz-transition: all 1s ease-out;
 -o-transition: all 1s ease-out;
 -webkit-transition: all 1s ease-out;
 }

.preimin .prms .pic img:hover{
 -webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -o-transform: scale(1.1);
 }

@media (max-width: 1070px) {
    .preimin .prms{
        width: 25%;
    }
}
@media (max-width: 800px) {
    .preimin .prms{
        width: 33.3%;
    }
}
@media (max-width: 500px) {
    .preimin .prms{
        width: 50%;
    }
}
@media (max-width: 370px) {
    .preimin .prms{
        width: 100%;
    }
}

.preimin .prms .prop{
    width: 98%;
    position: relative;
    float: left;
    margin-left: 1%;
    padding-top: 7px;
}
.preimin .prms .prop p{
    float: left;
    position: relative;
    width: 100%
}
.preimin .prms .prop .razms{
    font-size: 13px
}
.preimin .prms .prop .cens{
    font-size: 13px;
    padding-top: 3px
}
.preimin .prms .prop .bask{
    font-size: 13px;
    padding-top: 2px;
    width: 80%;
    margin-left: 10%;
    background-color: #4CAF50;
    color: #FFFFFF;
    cursor: pointer;
    padding-bottom: 2px;
    margin-top: 5px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px
}
.preimin .prms .buy1{
    width: 90%;
    height: 70%;
    overflow: hidden;
    z-index: 50;
    transition: 0.2s ease 0s;
    background-color: #686868;
    opacity: 1;
    text-decoration: none;
    color: #FFFFFF;
    padding-top: 30%;
    padding-left: 5%;
    padding-right: 5%
}
.preimin .prms .buy1:hover{
    background-color: #FCB8DF;
    opacity: 1;
    text-decoration: none
}
.preimin .prms .buy1 .bask{
    padding-top: 15px
}

.proddds{
    width: 96%;
    position: relative;
    float: left;
    padding-bottom: 25px;
    padding-top: 25px;
    margin-left: 2%
}
.proddds .product{
    width: 100%;
    position: relative;
    float: left;
}
.proddds .product .pic{
    width: 48%;
    position: relative;
    float: left;
    text-align: center
}
.proddds .product .prop{
    width: 48%;
    position: relative;
    float: right;
}
.proddds .product .prop p{
    float: left;
    position: relative;
    width: 100%;
    padding-top: 3px;
    font-size: 13px
}
.proddds .product .prop span{
    font-weight: bold
}
.proddds .product .prop .bask{
    font-size: 13px;
    padding-top: 2px;
    width: 110px;
    background-color: #4CAF50;
    color: #FFFFFF;
    cursor: pointer;
    padding-bottom: 2px;
    margin-top: 5px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    text-align: center
}
.proddds .product .prop .cnr{
    margin-top: 9px;
    margin-bottom: 7px;
}
.proddds .product .prop .cnr span{
    font-size: 16px
}

.proddds .product .pic .pic_b{
    width: 100%;
    position: relative;
    float: left;
}
.proddds .product .pic .pic_b img{
    max-width: 100%;
    max-height: 500px;
    width: auto
}
.proddds .product .pic .pic_m{
    width: 100%;
    position: relative;
    float: left;
}
.proddds .product .pic .pic_m div{
    width: 48%;
    position: relative;
    float: left;
    padding-left: 1%;
    margin-top: 10px
}
.proddds .product .pic .pic_m div img{
    max-width: 100%;
    max-height: 100px;
    width: auto
}


@media (max-width: 600px) {
    .proddds{
        width: 94%;
        margin-left: 3%
    }
    .proddds .product .pic{
        width: 100%;
    }
    .proddds .product .prop{
        width: 100%;
        padding-top: 25px
    }
}

.contn{
    width: 96%;
    position: relative;
    float: left;
    padding-bottom: 25px;
    padding-top: 15px;
    margin-left: 2%
}
.contn p{
    padding-bottom: 5px;
    padding-top: 5px;
}
@media (max-width: 600px) {
    .contn{
        width: 94%;
        margin-left: 3%
    }
}

.cnb{
    width: 29%;
    position: relative;
    float: left;
    padding-bottom: 25px;
    padding-top: 15px;
    margin-left: 2%;
    margin-right: 2%
}
@media (max-width: 600px) {
    .cnb{
        width: 96%;
        text-align: center;
        padding-bottom: 15px;
    }
}
.cnb p{
    padding-bottom: 2px;
    padding-top: 2px;
}
.cnb .bs{
    padding-bottom: 10px;
    font-weight: bold
}

.fabrikos {
    font-size: 16px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
    padding-bottom: 10px
}
.fabrikos a {
    width: 19%;
    position: relative;
    float: left;
    padding-bottom: 7px;
    padding-top: 7px;
    background-color: rgba(0,0,0,0.6);
    text-align: center;
    padding-left: 1%;
    padding-right: 1%;
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 7px;
    margin-bottom: 7px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    border-radius: 7px 0px 7px 0px
}
@media (max-width: 800px) {
    .fabrikos a {
        width: 27%;
    }
}
@media (max-width: 600px) {
    .fabrikos a {
        width: 44%;
    }
}
.fabrikos a:hover {
    background-color: rgba(0,0,0,0.5);
}
.maps{
    width: 100%;
    position: relative;
    float: left;
    margin-top: 25px;
    margin-bottom: 25px;
    height: 550px
}
.contic{
    width: 100%;
    position: relative;
    float: left;
    padding-top: 35px;
    padding-bottom: 35px
}
.contic .cnt{
    width: 25%;
    position: relative;
    float: left;
    text-align: center
}
.contic .cnt .c1{
    width: 100%;
    position: relative;
    float: left;
    height: 95px
}
.contic .cnt .c2{
    width: 90%;
    position: relative;
    float: left;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 22px
}


.feed_n{
    width: 100%;
    position: relative;
    float: left;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #CB803F;
    margin-bottom: 45px;
    margin-top: 20px
}
.feed_n1{
    width: 50%;
    position: relative;
    float: left;
    height: 610px;
    background-image: url(../img/kontakti.png);
    background-position: right;
    background-repeat: no-repeat;
}
.feed_n2{
    width: 50%;
    position: relative;
    float: left;
}


.cash{
    width: 28%;
    position: relative;
    float: left;
    padding-top: 0px;
    padding-bottom: 15px;
    padding-left: 22%
}
.cash .cash1{
    width: 100%;
    position: relative;
    float: left
}
.cash .cash1 span{
    color: #E51C24
}

.cash .cash2{
    width: 170px;
    position: relative;
    float: left;
    background-image: url(../svg/telephon-01.svg);
    background-position: left;
    background-repeat: no-repeat;
    margin-top: 10px;
    text-align: right
}

.ddu{
    width: 350px;
    position: relative;
    float: left;
    padding-top: 15px;
    padding-bottom: 15px;
    border: 1px solid #7FA085;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 5px
}
.ddu .ddu1{
    width: 100%;
    position: relative;
    float: left;
}
.ddu .ddu2{
    width: 370px;
    position: relative;
    float: left;
    background-image: url(../svg/konsultacia-01.svg);
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 30px
}

.mnf{
    text-align: center;
    padding-bottom: 3px
}
.mnf a{
    padding-left: 10px;
    padding-right: 10px
}

.foot{
    text-align: center;
    padding-bottom: 3px
}
.pay_foot{
	text-align: center; 
	padding-bottom: 15px
}
.pay_foot svg{
        width: 300px;
    }
@media (max-width: 360px) {
    .pay_foot svg{
        width: 96%;
    }
}

.inner{
    width: 100%;
    position: relative;
    float: left;
}
.preimbask{
    width: 98%;
    position: relative;
    float: left;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-left: 1%
}
.preimbask .tb2{
    width: 7%;
    text-align: center
}
.preimbask .tb4{
    width: 10%;
    text-align: center
}
.preimbask .tb5{
    width: 7%;
    text-align: center
}

.preimbask .price{
    border-collapse: collapse
}
.preimbask .price td{
    border-top: 1px solid #DADAD1;
    border-bottom: 1px solid #DADAD1;
    padding: 5px
}
.preimbask .price .tb2 input{
    border: 1px solid #DADAD1;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    padding: 4px
}
.preimbask .price .klv{
    width: 90%;
    text-align: center;
    padding-left: 5%;
    padding-right: 5%
}

.zakazof{
   border: 1px solid #9DCC7D;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    cursor: pointer;
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 1px;
    float: left;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    height: 22px;
    position: relative;
    text-decoration: none;
    background-color: #9DCC7D
}
.zakazofp{
   border: 1px solid #DADAD1;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    cursor: pointer;
    padding-left: 5px;
    padding-right: 5px;
    float: left;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    height: 24px;
    position: relative;
    margin-left: 25px;
    text-align: center
}

@media (max-width: 800px) {
    .tovrs img{
        width: 100%;
    }
}

#social{
    width: 40px;
    position: absolute;
    height: 40px;
    top: 15px;
    right: 340px;
    z-index: 200;
    display: block;
}

@media (max-width: 940px) {
    #social{
    right: 250px;
    }
}

#search{
    width: 320px;
    position: absolute;
    height: 50px;
    top: 5px;
    right: 10px;
    z-index: 200;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    display: block;
    box-sizing: border-box;
}
@media (max-width: 940px) {
    #search{
    width: 230px;
    }
}

#search2{
    width: 100%;
    position: relative;
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 14px;
    float: left;
    padding-left: 1%;
    padding-right: 1%;
    display: none;
    box-sizing: border-box;
}

@media (max-width: 840px) {
    #search{
        display: none
    }
    #search2{
        display: block
    }
    #social{
    right: 15px;
    }
}
@media (max-width: 600px) {
    #social{
    right: 60px;
    }
}

form.example2 input[type=text] {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 17px;
    border: 1px solid #BFBFBF;
    float: left;
    width: 79%;
    background: #FFFFFF;
    border-radius: 6px 0px 0px 6px;
    -moz-border-radius: 6px 0px 0px 6px;
    -webkit-border-radius: 6px 0px 0px 6px;
    -khtml-border-radius: 6px 0px 0px 6px;
    padding-left: 3%
}

form.example2 button {
    float: left;
    width: 15%;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #4CAF50;
    color: white;
    font-size: 17px;
    border: 1px solid #BFBFBF;
    border-left: none;
    cursor: pointer;
    border-radius: 0px 6px 6px 0px;
    -moz-border-radius: 0px 6px 6px 0px;
    -webkit-border-radius: 0px 6px 6px 0px;
    -khtml-border-radius: 0px 6px 6px 0px;
}

form.example2 button:hover {
    background: #439846;
}

form.example2::after {
    content: "";
    clear: both;
    display: table;
}






#basket{
    width: 150px;
    position: fixed;
    height: 40px;
    background-image: url(../img/baskw.png);
    background-position: 90% 50%;
    background-repeat: no-repeat;
    bottom: 30px;
    right: 10px;
    z-index: 100;
    padding-right: 35px;
    text-align: center;
    background-color: rgba(0,0,0,0.6);
    border-radius: 11px 11px 2px 11px;
    -moz-border-radius: 11px 11px 2px 11px;
    -webkit-border-radius: 11px 11px 2px 11px;
    -khtml-border-radius: 11px 11px 2px 11px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    line-height: 18px
}
#basket span{
    font-size: 12px
}
#basket a{
    color: #FFFFFF;
    font-size: 12px
}


#form{
    width: 70%;
    position: relative;
    float: left;
    padding-top: 35px;
    margin-left: 15%
}
.fpol{
    width: 100%;
    position: relative;
    float: left;
}
.zv{
    width: 100%;
    position: relative;
    float: left;
    padding-top: 15px;
    font-size: 12px
}

#form input[type="date"], input[type="time"], input[type="datetime-local"], input[type="week"], input[type="month"], input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea {
    background: #f7f7f7;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    color: #686868;
    padding: 7px 1% 7px 1%;
    width: 98%;
}
#sub{
 border: 1px solid #4CAF50;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    cursor: pointer;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    height: 29px;
    position: relative;
    text-decoration: none;
    background-color: #4CAF50;
    margin-top: 15px;
    text-align: center;
    color: #FFFFFF
}

@media (max-width: 800px) {
    #form{
    width: 90%;
    position: relative;
    float: left;
    padding-top: 35px;
    margin-left: 5%
}
    #form input[type="date"], input[type="time"], input[type="datetime-local"], input[type="week"], input[type="month"], input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea {
    padding: 7px 2% 7px 2%;
    width: 96%;
}
#sub{
    padding-left: 0px;
    padding-right: 0px;
    width: 100%
}
}



.yes{
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
    background-color: #66A12B;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
}
.er{
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
    background-color: #E64229;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
}
.basketnull{
    font-size: 20px;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px
}


@media screen and (max-width:450px){

}
