/*STANDART TAGS*/
body {
    font-family: Arial, sans-serif;
    margin: 0 0 0 0;
}

a {
    text-decoration: none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

a:hover {
    text-decoration: none;
}

h1 {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 60px 0 40px 0;
    color: #484847;
    font-size: 24pt;
    text-align: center;
}

h2 {
    display: block;
    width: 1000px;
    margin: 0 0 0 0;
    padding: 15px 0 30px 0;
    color: #45464b;
    font-size: 18pt;
    text-align: center;
    font-weight: 100;
}
h3 {
    display: block;
    width: 1000px;
    margin: 0 0 0 0;
    padding: 35px 0 10px 0;
    color: #45464b;
    font-size: 22pt;
    text-align: center;
}
h4 {
    display: block;
    width: 1000px;
    margin: 0 0 0 0;
    padding: 10px 0 10px 0;
    color: #fdfafa;
    font-size: 18pt;
    text-align: center;
}
h5{
    display: block;
    width: 1000px;
    margin: 0 0 0 0;
    padding: 30px 0 10px 0;
    color: #414141;
    font-size: 12pt;
    text-align: center;

}
h6{
    display: block;
    width: 1000px;
    margin: 0 0 0 0;
    padding: 20px 0 10px 0;
    color: #414141;
    font-size: 18pt;
    text-align: center;

}
.warn12{
    display: block;
    position: relative;
    width: 93px;
    height: 93px;
    z-index: 1;
    top: -100px;
    left: 350px;
}
.warn18{
    display: block;
    position: relative;
    width: 93px;
    height: 93px;
    z-index: 1;
    top: -100px;
    left: 350px;
}
.hide{
    display: none;
}
.btn {
    display: inline-block;
    background: #ee0707;
    padding: 12px 25px;
    font-size: 14px;
    text-transform: none;
    color: #ffffff;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    vertical-align: top;
}

.btn:hover{background: #c90000;
    color: #FFF;
}

.inputs {
    margin: 32px 0 30px 0;
}

input {
    font-family: 'Lato-Regular', sans-serif;
    height: 50px;
    width: 210px;
    font-size: 16px;
    color: #444444;
    padding-left: 12px;
    box-sizing: border-box;
    border: 1px #DDD solid;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    text-transform: uppercase;
}


input[type='submit'] {
    width: 210px;
    height: 49px;
    border-color: #f9b000;
    color: white;
    letter-spacing: 1px;
    background-color: #f9b000;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    cursor: pointer;
}

input[type='submit']:hover {
    background: #F9C223;
    border-color: #F9C223;
}

input[type="text"]::-moz-placeholder {
    color: #B9B9B9;
}
input[type="text"]::-webkit-input-placeholder {
    color: #B9B9B9;
}
input[type="tel"]::-moz-placeholder {
    color: #B9B9B9;
}
input[type="tel"]::-webkit-input-placeholder {
    color: #B9B9B9;
}

div.button {
    margin: 0 auto;
    width: 270px;
    height: 50px;
    border-color: #f9b000;
    font-weight: bold;
    color: #2d4443;
    line-height: 50px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    background-color: #f9b000;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}
p.text{
    color: #646464;
}


span.yellow {
    color: #ffc300;
}

.clear {
    clear: both;
}
.uid_parent{
    display: block;
    position: fixed;
    z-index: 100;
    right: 0;
    top: 70%;
    width: 151px;
    height: 78px;
    background: url("/img/bonus.png") no-repeat;
}
.uid_parent > span{
    display: block;
    color: #ffffff;
    font-size: 21pt;
    margin: 35px 0 0 47px;
}
.landing{
    position:absolute;
    top: 95px;
    left:0;
    right:0;
    bottom:0;
    overflow-y: scroll;
}
img.hideb{
    position: relative;
    width: 51px;
    height: 24px;
    z-index: 1;
    top: 61px;
    left: 423px;
    cursor: pointer;
}
#talRa{
    margin-top: 47px;
}
#talKx{
    margin-top: 47px;
}
/*END STANDART TAGS*/
/*  BEGIN POPUP TAGS    */
#popupl{
    width:100%;
    height: 100%;
    min-height:100%;
    background-color: rgba(0,0,0,0.5);
    overflow:hidden;
    position:absolute;
    top:0;
    z-index: 102;
}
#popupl > .lblock{
    position: relative;
    width: 553px;
    height: 472px;
    top: 50%;
    margin: -236px auto 0;
    background: url("/img/lblock3.png") no-repeat;
    z-index: 102;
}
#popupl > .lblock > .cross{
    display: block;
    position: relative;
    width: 18px;
    height: 18px;
    float: right;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
.lblockt1{
    width: 553px;
    text-align: center;
    color: #373636;
    font-size: 20pt;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 50px;
}
.lblockt2{
    width: 553px;
    text-align: center;
    color: #373636;
    font-size: 14pt;
    padding-top: 20px;
}
#popupl > .lblock > .form > input{
    display: block;
    width: 415px;
    margin: 20px auto;
}


/*  END POPUP TAGS    */
#wrapper {
    width: 100%;
    margin: 0 auto;
}

.content {
    width: 1000px;
    margin: 0 auto;
}

#header {
    position: static;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 90px;
    border-bottom: 5px black solid;
}

#header > .headerContent {
    width: 1000px;
    height: 45px;
    margin: 0 auto;
}

#header > .headerContent > div {
    height: 45px;
    float: left;
    display: inline-block;
    margin-top: 25px;
}

#header > .headerContent > div.left {
    width: 165px;
}

#header > .headerContent > div.mid {
    width: 430px;
    margin-left: 28px;
}

#header > .headerContent > div.mid > ul {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#header > .headerContent > div.mid > ul > li {
    display: inline;
    height: 45px;
    margin: 0 0 0 20px;
}

#header > .headerContent > div.mid > ul > li > span {
    color: #5c6268;
    text-transform: uppercase;
    font-size: 12pt;
    line-height: 45px;
    cursor: pointer;
}
#header > .headerContent > div.mid > ul > li > span:hover {
    color: #ffc300;
    text-transform: uppercase;
    font-size: 12pt;
    line-height: 45px;
}

#header > .headerContent > div.right > div {
    display: inline-block;
}

#header > .headerContent > div.right > div.phonetime {
    margin-right: 10px;
    margin-left: 5px;
}

#header > .headerContent > div.right > div.phonetime > span {
    display: block;
    text-align: right;
    color: #5c6268;
}
#header > .headerContent > div.right > div.phonetime > span.phone {
    font-size: 16pt;
    font-weight: bold;
}

#header > .headerContent > div.right > div.phonetime > span.time {
    display: inline-block;
    float: left;
    font-size: 10pt;
    margin-top: 0px;
}
#header > .headerContent > div.right > div.phonetime > span.contact {
    display: inline-block;
    float: right;
    font-size: 10pt;
    margin-top: 0px;
}
#header > .headerContent > div.right > div.phonetime > span.contact:hover{
    cursor: pointer;
    color: #ffc300;
}
.advant{
    background-color: #f3f3f3;
    height: 530px;
}
.advant > .advantBlock{
    width: 1000px;
    margin: 0 auto;

}
.advant > .advantBlock > div{
    display: inline-block;
    width: 500px;
    float: left;
}
.advant > .advantBlock > div.left{
    text-align: right;
}
.advant > .advantBlock > div.left > img{
    margin: 0 160px 0 0;
}
.advant > .advantBlock > div.right{
    text-align: left;
}
.advant > .advantBlock > div.right > table{
    border: none;
    border-collapse: collapse;
}
.advant > .advantBlock > div.right > table > tbody > tr > td.img{
    width: 60px;
    height: 60px;
    text-align: center;
}
.advant > .advantBlock > div.right > table > tbody > tr > td.text{
    height: 60px;
    color: #484847;
}

/*  BEGIN TALI  */
#tali > .home {
    height: 500px;
    background: url('/img/bannerBg1.png') center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#tali > .home > .content > img{
    display: block;
    height: 468px;
    position: relative;
    z-index: 1;
    top: -429px;
    left: 13px;

}
#tali > .home > .content > .text {
    width: 700px;
    margin: 0 29%;
    text-align: center;
    padding-top: 50px;
}

#tali > .home > .content > .text > span {
    display: block;
    color: #FFFFFF;
    font-size: 20pt;
}

#tali > .home > .content > .text > span.toMargin {
    font-size: 24pt;
    margin-top: 80px;
}

#tali > .home > .content > .text > span.big {
    font-size: 52pt;
}

#tali > .home > .content > .text > span.yellow {
    color: #ffc300;
    font-size: 24pt;
    margin-top: 45px;
}
/*  END TALI    */
/*  BEGIN TELFERI    */
#telferi > .home {
    height: 500px;
    background: url('/img/bannerBg2.png') center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#telferi > .home > .content > img{
    display: block;
    width: 281px;
    height: 417px;
    position: relative;
    z-index: 1;
    top: -439px;
    left: 24px;

}
#telferi > .home > .content > .text {
    width: 700px;
    margin: 0 29%;
    text-align: center;
    padding-top: 50px;
}

#telferi > .home > .content > .text > span {
    display: block;
    color: #FFFFFF;
    font-size: 20pt;
}

#telferi > .home > .content > .text > span.toMargin {
    font-size: 24pt;
    margin-top: 80px;

}

#telferi > .home > .content > .text > span.big {
    font-size: 52pt;
}

#telferi > .home > .content > .text > span.yellow {
    color: #ffc300;
    font-size: 24pt;
    margin-top: 45px;
}
/*  END TELFERI    */
/*  BEGIN LEBEDKI    */
#lebedki > .home {
    height: 500px;
    background: url('/img/bannerBg3.png') center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#lebedki > .home > .content > img{
    display: block;
    height: 240px;
    position: relative;
    z-index: 1;
    top: -308px;
    left: 16px;

}
#lebedki > .home > .content > .text {
    width: 700px;
    margin: 0 29%;
    text-align: center;
    padding-top: 50px;
}

#lebedki > .home > .content > .text > span {
    display: block;
    color: #FFFFFF;
    font-size: 20pt;
}

#lebedki > .home > .content > .text > span.toMargin {
    font-size: 24pt;
    margin-top: 80px;

}

#lebedki > .home > .content > .text > span.big {
    font-size: 52pt;
}

#lebedki > .home > .content > .text > span.yellow {
    color: #ffc300;
    font-size: 24pt;
    margin-top: 45px;
}
/*  END LEBEDKI    */
.content > .productBlock > .left {
    width: 460px;
    display: inline-block;
    float: left;
    text-align: center;
}
.content > .productBlock > .right {
    width: 460px;
    display: inline-block;
    float: right;
    text-align: center;
}
.content > .productBlock > div > .topSpan{
    display: block;
    font-size: 16pt;
    color: #484847;
    margin-bottom: 10px;
}
.content > .productBlock > div > .product{
    display: block;
    text-align: left;
    width: 460px;
    height: 755px;
    border: solid 1px #d0d0d0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}
.content > .productBlock > div > .product > .topPLeft{
    width: 230px;
    height: 80px;
    display: inline-block;
    float: left;
}
.content > .productBlock > div > .product > .topPLeft > span{
    display: block;
    color: #45464b;
    font-size: 17pt;
    margin: 25px 0 0 20px;
}
.content > .productBlock > div > .product > .topPRight{
    width: 230px;
    height: 80px;
    display: inline-block;
    float: right;
}
.content > .productBlock > div > .product > .topPRight > img{
    margin: 12px 0 0 30px;
}
.content > .productBlock > div > .product > .imageBlock{
    width: 100%;
    height: 250px;
    text-align: center;
}
.content > .productBlock > div > .product > ul{
    width: 100%;
    list-style: outside;

}
.content > .productBlock > div > .product > ul > li{
    list-style-image: url('/img/arrright.png');
    color: #484847;
    font-size: 14pt;
    margin: 5px 0 0 0;
}
.content > .productBlock > div > .product > .calcBlock{
    width: 100%;
    height: 304px;
    border-top: solid 1px #d0d0d0;
}
.content > .productBlock > div > .product > .calcBlock > span.text{
    display: block;
    color: #484847;
    font-size: 12pt;
    font-style: italic;
    margin: 18px 0 10px 30px;
}
.content > .productBlock > div > .product > .calcBlock > span.slideValue{
    display: block;
    position: relative;
    color: #484847;
    font-size: 14pt;
    font-style: italic;
    margin: 9px 0 10px 30px;
    opacity: 0;
    z-index: -1;
}
.content > .productBlock > div > .product > .calcBlock > span.price{
    display: block;
    text-align: center;
    margin: 10px 0 0 0;
    color: #e10b0c;
    font-size: 30pt;
}
.content > .productBlock > div > .product > .calcBlock > span.price > span{
    display: block;
    text-align: center;
    color: #555555;
    text-decoration: line-through;
    font-size: 22pt;
	padding-bottom: 3px;
}
.content > .productBlock > div > .product > .calcBlock > span.price > span.mqprice{
    font-size: 24pt;
    text-decoration: none;
}

.content > .productBlock > div > .product > .calcBlock > span.priceLeb{
     display: block;
    text-align: center;
    margin: 10px 0 0 0;
    color: #e10b0c;
    font-size: 26pt;
}
.content > .productBlock > div > .product > .calcBlock > span.priceLeb > span{
    display: block;
    text-align: center;
    color: #555555;
    text-decoration: line-through;
    font-size: 18pt;
	padding-bottom: 3px;
}
.content > .productBlock > div > .product > .calcBlock > span.priceLeb > span.mqprice{
    font-size: 22pt;
    text-decoration: none;
}


.content > .productBlock > div > .product > .calcBlock > input[type='radio']{
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.content > .productBlock > div > .product > .calcBlock > input[type="radio"]:not(:checked) + label{
    border: solid 1px #dddddd;
    background-color: #e8e8e8;
    color: #484847;
    padding: 5px 10px 5px 10px;
    cursor: pointer;
    margin: 0 0 0 30px;
}
.content > .productBlock > div > .product > .calcBlock > input[type="radio"]:checked + label{
    border: solid 1px #dddddd;
    background-color: #f3ac3d;
    color: #484847;
    padding: 5px 10px 5px 10px;
    cursor: pointer;
    margin: 0 0 0 30px;
}
.content > .productBlock > div > .product > .calcBlock > input[type="radio"]:disabled + label{
    border: solid 1px #dddddd;
    background-color: #e8e8e8;
    color: #dddddd;
    padding: 5px 10px 5px 10px;
    cursor: default;
    margin: 0 0 0 30px;
}

.content > .productBlock > div > span.orderNow{
    display: block;
    width: 459px;
    height: 69px;
    background: url("/img/ordernowbutton.png") no-repeat;
    margin: 10px 0 20px 0;
    cursor: pointer;
}
.content > .productBlock > div > span.orderNow:hover{
    background: url("/img/ordernowbuttonhover.png") no-repeat;
}

.content > .productBlock > div > span.showInfo{
    display: block;
    width: 100%;
    text-align: center;
    color: #484847;
    font-size: 12pt;
    cursor: pointer;
}
.bumper1{
    height: 200px;
    background: url('/img/bumper.png') center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-bottom: solid 5px #eeb13e;
    border-top: solid 5px #eeb13e;
    margin: 30px 0 0 0;
}
.bumper1 > .bbg{
    width: 1000px;
    height: 200px;
    margin: 0 auto;
    background: url("/img/bumper1text.png") no-repeat;
}
.bumper1 > .bbg > div.binputs{
    width: 750px;
    position: relative;
    z-index: 1;
    top: 106px;
    left: 362px;
}
.bumper2{
    height: 200px;
    background: url('/img/bumper.png') center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-bottom: solid 5px #eeb13e;
    border-top: solid 5px #eeb13e;
    margin: 30px 0 0 0;

}
.bumper2 > .bbg{
    width: 1000px;
    height: 200px;
    margin: 0 auto;
    background: url("/img/bumper2text.png") no-repeat;
}
.bumper2 > .bbg > div.binputs{
    width: 750px;
    position: relative;
    z-index: 1;
    top: 106px;
    left: 362px;
}
.bumper3{
    height: 200px;
    background: url('/img/bumper.png') center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-bottom: solid 5px #eeb13e;
    border-top: solid 5px #eeb13e;
    margin: 30px 0 0 0;
}
.bumper3 > .bbg{
    width: 1000px;
    height: 200px;
    margin: 0 auto;
    background: url("/img/bumper3text.png") no-repeat;
}
.bumper3 > .bbg > div.binputs{
    width: 750px;
    position: relative;
    z-index: 1;
    top: 106px;
    left: 362px;
}



.contactLeft{
    display: inline-block;
    vertical-align: top;
    width: 450px;
    height: 500px;
    margin: 30px 0 0 23px;
}
.contactRight > span{
    display: block;
    color: #3e3e3e;
    font-weight: bold;
    margin: 0 0 5px 0;
}

.contactRight{
    display: inline-block;
    vertical-align: top;
    width: 400px;
    margin: 30px 0 0 0;
}

.contactRight > .map-section {
    margin-bottom: 15px;
}
.contactRight > .map-section > span{
    display: inline-block;
    margin: 0 0 5px 0;
}
.contactRight > .map-section span.b{
    color: #3e3e3e;
    font-weight: bold;
    margin: 0 0 5px 0;
}

.contactLeft > span.name{
    display: block;
    font-weight: bold;
    color: #484847;
}

.contactLeft > span.text{
    display: block;
    color: #484847;
    margin: 10px 0 30px 0;
}

.contactLeft > form > input{
    display: block;
    margin-top: 20px;
}


/*  BEGIN WHY   */
#we{
    height: 580px;
    position: relative;
    background:#f1f1f1;
    padding-top: 1px;
}
.why{
    width: 1000px;
    position: relative;
    margin: 30px auto;
}
.why > div > div{
    width: 500px;
    height: 78px;
    margin-top: 30px;
}
.why > div > div > img{
    display: inline-block;
    vertical-align: top;
}
.why > div > div > span{
    display: inline-block;
    vertical-align: top;
    color: #878787;
    font-size: 13pt;
    line-height: 21px;
    margin: 17px 0 0 15px;
}
.why > div > div > span > span.big{
    font-size: 16pt;
    /* font-weight: bold; */
    color: #45464b;
}
.why > .left{
    width: 500px;
    float: left;
}
.why > .right{
    width: 450px;
    float: left;
    margin-left: 50px;
}
/*  END WHY */
.yellowBlock {
    background-color: #f9b000;
    height: 150px;
}
/*FOOTER*/
.footer{
    margin-top: 30px;
    background-color: #cdcdcd;
    height: 123px;
}
span.footerSpan{
    display: block;
    width: 1000px;
    margin: 0 0 0 0;
    padding: 5px 0 2px 0;
    color: #414141;
    font-size: 8pt;
    text-align: center;
}
span.footerSpanPC{
    display: block;
    width: 1000px;
    margin: 0 0 0 0;
    padding: 5px 0 2px 0;
    color: #848484 !important;
    font-size: 8pt;
    text-align: center;
}
span.footerSpanPC a{
    color: #848484 !important;
}
/*END FOOTER*/
/*  BEGIN TABLES    */
table.detailTable{
    table-layout: fixed;
    width: 996px;
    margin: 0 auto;
    border-collapse: collapse;
}
table.detailTable > thead > tr > td{
    height: 40px;
    border-bottom: solid 2px #eeb13e;
    color: #484847;
    text-align: center;
    font-size: 10pt;
    background-color: #f3f3f3;
}
table.detailTable > thead > tr > td:nth-child(2n+2) {
    border-left: solid 1px #bababa;
    border-right: solid 1px #bababa;
}

table.detailTable > tbody > tr > td{
    height: 40px;
    color: #484847;
    text-align: center;
    font-size: 10pt;
}
table.detailTable > tbody > tr:nth-child(2n+2){
    height: 40px;
    color: #484847;
    text-align: center;
    font-size: 10pt;
    background-color: #f3f3f3;
}
table.detailTable > tbody > tr > td:nth-child(2n+2) {
    border-left: solid 1px #bababa;
    border-right: solid 1px #bababa;
}
table.detailTable > tbody > tr > td > .inputs {
    margin: 0 0 20px 0;
}

div.tableBoderDiv{
    display: none;
}
div.tborder{
    border: solid 2px #626262;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -o-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
/*  END TABLES  */