* {
    padding: 0;
    margin: 0;
}

html,
body {
    height: 100%;
    float: left;
    width: 100%;
}

* html #container {
    height: 100%;
}

body {
    margin: 0;
    min-width: 1000px;
    position: relative;
    font-family: 'Jura', Arial, sans-serif;
    background: url(../images/fon.png) center top no-repeat #ebf1f9;
    color: #222;
    font-size: 16px;
    font-weight: 300;
    overflow-x: auto;
}

div {
    margin: 0 auto;
}

img {
    border: 0;
}

img {
    height: auto;
}

iframe {
    border: 0;
}

a {
    transition: 0.3s;
}

input, textarea, select, button {
    font-family: 'Jura', Arial, sans-serif;
}

#container {
    overflow: visible;
    min-height: 100%;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}

#container2 {
    overflow: visible;
    min-height: 100%;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 4;
}

/*wapka*/
.wapka {
    display: inline;
    float: left;
    overflow: visible;
    width: 100%;
    height: 100px;
    position: relative;
    z-index: 15;
}

.wapka2 {
    overflow: visible;
    width: 1200px;
    margin: 0 auto;
    height: 100px;
}

.wap {
    overflow: visible;
    width: 100%;
    margin: 0 auto;
    height: 100px;
    position: relative;
}

.wapimg {
    float: left;
    position: relative;
    z-index: 55;
    width: 20%;
    margin-top: 12px;
}

.wapimg span {
    color: #7f8c8d;
    font-size: 13px;
    font-weight: 300;
}

.wapimg a {
    float: left;
    margin: 0;
    font-size: 30px;
    color: #32407d;
    font-weight: bold;
    text-decoration: none;
}

.wapimg a b {
    color: #51b6e9;
    font-weight: bold;
    font-size: 30px;
}

.wapcall {
    float: left;
    width: 20%;
    margin: 0 2% 0 3%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
}

.search {
    margin: 10px 0 10px 0;
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}

.search form {
    height: 38px;
    margin-top: 0px;
    border-radius: 3px;
}

.vvodtext {
    display: inline;
    float: left;
    height: 38px;
    width: 100%;
    border: 0px;
    position: relative;
    z-index: 2;
    outline: 0;
    padding: 0 0 0 2%;
    color: #808080;
    font-size: 13px;
    box-sizing: border-box;
    border-radius: 3px;
}

.btn,
.btn:hover,
.btn:active,
.btn:focus {
    float: left;
    border: 0px;
    padding: 0;
    width: 38px;
    height: 38px;
    outline: none;
    background: url(../images/btn.png) center center no-repeat #fff;
    position: absolute;
    z-index: 999;
    right: 0;
    transition: background 0.3s;
    border-radius: 3px;
}

.btn:hover {
    cursor: pointer;
    background: url(../images/btn.png) center center no-repeat #e6e6e6;
}

.waptel {
    float: left;
    width: 21%;
    margin: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
}

.waptel ul {
    float: left;
    width: auto;
    width: 100%;
}

.waptel ul li {
    float: right;
    list-style-type: none;
    font-weight: bold;
    box-sizing: border-box;
}

.waptel ul li a {
    float: right;
    color: #4c4c4c;
    font-size: 24px;
    padding: 2px 0 8px 0;
    font-weight: bold;
    text-decoration: none;
}

.waptel ul li a span {
    font-size: 24px;
    color: #32407d;
    font-weight: bold;
}

.waptel ul li a img {
    padding: 3px 5px 0 0;
    float: left;
}

.waptm {
    float: left;
    width: 17%;
    margin: 0 2%;
    height: 100px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.waptm .email {
    color: #32407d;
    font-size: 14px;
    background: url(../images/email.png) left center no-repeat;
    padding-left: 30px;
}

.wapcb {
    float: right;
    height: 100px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wapcb .zak {
    background: #51b6e9;
    border-radius: 5px;
    padding: 5px 10px;
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    text-decoration: none;
}

/*
mainmenu
*/
.mainmenu {
    display: inline;
    float: left;
    overflow: visible;
    width: 100%;
    height: 50px;
    position: relative;
    z-index: 100;
    background: url(../images/fon-menu.png) center repeat-y #32407d;
    border-bottom: 1px solid #fff;
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
}

.mainmenu2 {
    overflow: visible;
    width: 1200px;
    margin: 0 auto;
    height: 50px;
}

.mainmenu ul {
    float: left;
    width: 100%;
    margin: 0;
    overflow: visible;
    height: 50px;
    font-weight: 400;
}

.mainmenu ul li {
    float: left;
    list-style-type: none;
    height: 50px;
    display: table;
    transition: 0.3s;
}

.mainmenu ul li a {
    width: 100%;
    text-align: center;
    font-size: 17px;
    color: #fff;
    height: 100%;
    text-decoration: none;
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px;
    transition: 0.3s;
}

.mainmenu ul li:hover {
    transition: 0.3s;
}

.mainmenu ul li.active a {
    background: #51b6e9;
    color: #fff;
}

.mainmenu ul li:hover a,
.mainmenu ul li.active:hover a {
    opacity: 1;
    position: relative;
    z-index: 999;
    transition: 0.3s;
    background: #f2eded;
    color: #32407d;
}

/*
slider
*/
.slid {
    display: inline;
    float: left;
    overflow: visible;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 15;
    margin: 0;
}

.slid0 { /*width: 100%;*/
    margin: 0 auto;
    height: auto;
    width: 1200px;
}

.slider,
.slidertab {
    float: left;
    width: 100%;
    margin: 0px;
    position: relative;
    z-index: 5;
    height: auto;
}

.slider .slick-slider {
    border-radius: 0 0 5px 5px;
    overflow: hidden;
}

.slidertab {
    margin: 30px 0;
}

#owl-demo .item {
    float: left;
    width: 100%;
    margin: 0;
    height: 280px;
}

#owl-demo .item img {
    display: block;
    height: 250px;
    left: 50%;
    margin-left: -600px;
    position: absolute;
    z-index: 5;
    visibility: hidden;
}

#owl-demo .active .item img {
    z-index: 50;
    visibility: visible;
}

.slider .owl-carousel .owl-wrapper-outer,
.slidertab .owl-carousel .owl-wrapper-outer,
.gallery .owl-carousel .owl-wrapper-outer {
    height: 250px;
    overflow: hidden;
}

.slidertab .owl-carousel .owl-wrapper-outer {
    height: 120px;
}

.gallery .owl-carousel .owl-wrapper-outer {
    height: 140px;
}

.owl-theme .owl-controls {
}

.customNavigation {
}

.owl-buttons {
}

.owl-theme .owl-controls .owl-buttons div.owl-prev,
.gallery .owl-theme .owl-controls .owl-buttons div.owl-prev,
.sliderwork .owl-theme .owl-controls .owl-buttons div.owl-prev,
.otziv .owl-theme .owl-controls .owl-buttons div.owl-prev {
    position: absolute;
    z-index: 6;
    width: 40px;
    height: 40px;
    background: url(../images/owl-prev.png) center no-repeat #ed5d1f;
    left: 0px;
    top: 50px;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 0;
}

.owl-theme .owl-controls .owl-buttons div.owl-next,
.gallery .owl-theme .owl-controls .owl-buttons div.owl-next,
.sliderwork .owl-theme .owl-controls .owl-buttons div.owl-next,
.otziv .owl-theme .owl-controls .owl-buttons div.owl-next {
    position: absolute;
    z-index: 6;
    width: 40px;
    height: 40px;
    background: url(../images/owl-next.png) center no-repeat #ed5d1f;
    right: 0px;
    top: 50px;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 0;
}

.sliderwork .owl-theme .owl-controls .owl-buttons div.owl-prev {
    top: 0;
    width: 100%;
    background: url(../images/owl-prev-work.png) center no-repeat;
}

.sliderwork .owl-theme .owl-controls .owl-buttons div.owl-next {
    top: auto;
    bottom: 0;
    width: 100%;
    background: url(../images/owl-next-work.png) center no-repeat;
}

.otziv .owl-theme .owl-controls .owl-buttons div.owl-prev {
    background: url(../images/owl-prev.png) center no-repeat #95a5a6;
}

.otziv .owl-theme .owl-controls .owl-buttons div.owl-next {
    background: url(../images/owl-next.png) center no-repeat #95a5a6;
}

.brand .owl-theme .owl-controls .owl-buttons div.owl-prev {
    background: url(../images/owl-prev.png) center no-repeat #e5f7ff;
}

.brand .owl-theme .owl-controls .owl-buttons div.owl-next {
    background: url(../images/owl-next.png) center no-repeat #e5f7ff;
}

/*info*/
.info0 {
    margin: 0 auto;
    overflow: visible;
    width: 100%;
    height: auto;
    margin: 0px auto;
    padding: 10px 0;
    float: left;
    display: inline;
    height: auto;
    position: relative;
    z-index: 3;
}

.info01 {
    margin: 0 auto;
    overflow: visible;
    width: 100%;
    height: auto;
    margin: 15px auto 30px;
    padding: 10px 0;
    float: left;
    display: inline;
    height: auto;
    position: relative;
    z-index: 3;
}

.info10 {
    margin: 0 auto;
    overflow: visible;
    width: 100%;
    height: auto;
    margin: 30px auto 15px;
    padding: 10px 0;
    float: left;
    display: inline;
    height: auto;
    position: relative;
    z-index: 3;
}

.info {
    margin: 0 auto;
    overflow: visible;
    width: 100%;
    height: auto;
    margin: 30px auto;
    padding: 10px 0;
    float: left;
    display: inline;
    height: auto;
    position: relative;
    z-index: 4;
}

.info2 {
    overflow: visible;
    width: 1200px;
    margin: 0 auto;
    height: auto;
    position: relative;
    z-index: 5;
}

/*start block*/
.main {
    float: left;
    width: 100%;
}

.block2 {
    float: left;
    width: 25%;
    margin: 0 0%;
}

.block1 {
    float: left;
    width: 73%;
    margin: 0 1%;
}

.akcii {
    float: left;
    width: 75%;
    margin: 0px 0 0 0;
}

.novinki {
    float: left;
    width: 25%;
    margin: 0px 0 0 0;
    background: #e5f7ff;
    position: relative;
    z-index: 5;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
}

.block3,
.blockcontent {
    float: left;
    width: 100%;
}

.blockcontent p {
    float: left;
    font-size: 14px;
    font-weight: 400;
    color: #3b3b3b;
    line-height: 2;
    text-align: justify;
}

.img100 {
    float: left;
    width: 100%;
    margin: 10px 0;
}

/*
popular
*/
.popular {
    float: left;
    width: 100%;
    margin: 15px 0;
}

.popular .zagol {
    float: left;
    width: 96%;
    background: #1fbff0;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 100;
    color: #fff;
    padding: 10px 2%;
}

/*
formzak
*/
.askus {
    float: left;
    width: 40%;
}

.formzak {
    float: left;
    width: 100%;
    background-color: #fff;
}

.formzak p {
    float: left;
    width: 100%;
    color: #3b3b3b;
    font-size: 14px;
    font-weight: 100;
    margin-bottom: 10px;
}

.formzak div {
    display: inline;
    float: left;
    overflow: visible;
    height: auto;
    width: 100%;
}

.formzak div {
    width: 100%;
}

.formzak div input#contact_name,
.formzak div input#contact_phone,
.formzak div input#contact_email,
.formzak div textarea#contact_message,
.formzak div input#contact_capcha {
    border: 1px solid #ccc;
    float: left;
    width: 100%;
    padding: 10px 5%;
    margin: 5px 0;
    box-sizing: border-box;
    position: relative;
    z-index: 10;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}

.formzak div input#contact_capcha {
    width: 33%;
}

.capcha {
    float: left;
    margin: 0 20px 0 0;
}

.formzak div label {
    width: auto;
    float: left;
}

.formzak div label .error {
    width: auto;
    float: left;
    padding: 1px 0 3px 0;
    font-size: 10px;
    color: red;
}

.formzak div input#submit {
    float: left;
    height: auto;
    background: none;
    border: 0;
    width: auto;
    margin: 10px auto 0px;
    padding: 10px 40px;
    text-align: center;
    font-size: 17px;
    text-transform: uppercase;
    color: #58585a;
    font-weight: 700;
    background: #ffdd1d;
    transition: 0.3s;
    position: relative;
    z-index: 10;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}

.formzak div input#submit:hover {
    color: #58585a;
    background: #f7d200;
    cursor: pointer;
}

/*
pagenav
*/
.pages {
    overflow: visible;
    width: auto;
    float: left;
    display: inline;
    height: auto;
    margin: 0px 1.5% 25px 1.5%;
    width: 97%;
}

ul.pagenav {
    overflow: visible;
    width: auto;
    float: left;
}

ul.pagenav li {
    list-style-type: none;
    float: left;
}

ul.pagenav li a {
    width: auto;
    height: 30px;
    text-align: center;
    overflow: visible;
    float: left;
    display: inline;
    padding: 0px 12px;
    line-height: 1.8;
    font-size: 17px;
    font-weight: 700;
    color: #808080;
    background: #fafafa;
    text-decoration: none;
    margin: 3px 3px;
    border: 1px solid #f2f2f2;
    position: relative;
    z-index: 4;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
}

ul.pagenav li a:hover {
    border: 1px solid #484b52;
    background: #484b52;
    color: #fff;
}

ul.pagenav li a:active,
ul.pagenav li a.active {
    background: #51b6e9;
    border: 1px solid #51b6e9;
    color: #fff;
}

ul.pagenav li a:hover,
ul.pagenav li a.active:hover {
    color: #fff;
}

.logo-fool {
    float: left;
}

.loginf {
    float: left;
}

.loginf li {
    float: left;
    width: 100%;
    list-style-type: none;
    font-size: 12px;
    color: #fff;
    margin: 3px 0;
}

.fmail {
    float: left;
    margin: 5px 0;
}

.fmail li {
    float: left;
    width: 100%;
    list-style-type: none;
    font-size: 12px;
    color: #fff;
    margin: 3px 0;
}

/*
footer
*/
#podfooter {
    overflow: hidden;
    clear: both;
    position: relative;
    bottom: 0px;
    width: 100%;
    height: 100px;
}

#footer {
    overflow: visible;
    margin-top: -100px;
    width: 100%;
    background: #32407d;
    height: 100px;
    position: relative;
    z-index: 5;
}

#foot {
    width: 1200px;
    margin: 0 auto;
    height: 100px;
}

.fleft {
    float: left;
    color: #fff;
    font-size: 13px;
    height: 100px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fright {
    float: right;
    color: #fff;
    font-size: 12px;
    margin-top: 30px;
}

.fleft p,
.fright p {
    margin-bottom: 5px;
}

#foot a {
    color: #fff;
}

#foot a:hover {
    text-decoration: none;
}

.fright ul li {
    float: left;
    margin: 0 5px;
    width: 36px;
    height: 36px;
    display: block;
}

.fright ul li a {
    display: block;
    transition: opacity .35s;
}

.fright ul li a:hover {
    opacity: .8;
}

#footer .waptel ul li a span {
    color: #f2eded;
}

.adress {
    float: left;
    color: #fff;
    font-size: 14px;
    height: 100px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/adress.png) left center no-repeat;
    padding-left: 35px;
    margin: 0 3%;
}

.adress a {
    color: #51b6e9;
    text-decoration: underline;
}

/*bread*/
.bread {
    overflow: visible;
    width: auto;
    float: left;
    display: inline;
    height: auto;
    text-indent: 0px;
    font-size: 11px;
    color: #1c1c1c;
    background: #fff;
    margin: 20px 0 5px 1%;
    position: relative;
    z-index: 5;
    -webkit-box-shadow: 0px 0px 1px #999;
    -moz-box-shadow: 0px 0px 1px #999;
    -khtml-box-shadow: 0px 0px 1px #999;
    box-shadow: 0px 0px 1px #999;
}

ul.B_crumbBox {
    list-style-type: none;
}

ul.B_crumbBox li {
    display: inline;
    line-height: 1;
    height: 0px;
    color: #808080;
    font-size: 12px;
}

ul.B_crumbBox li a,
ul.B_crumbBox li a.last,
ul.B_crumbBox li span {
    float: left;
    color: #5a5a5a;
    text-transform: uppercase;
    text-decoration: underline;
    font-size: 12px;
    padding: 5px 15px 5px 10px;
    background: url(../images/bread.png) right center no-repeat;
}

ul.B_crumbBox li:last-child {
    background: none;
    padding: 10px 20px 13px 20px;
    float: left;
    color: #5a5a5a;
    text-transform: uppercase;
    font-size: 12px;
    color: #808080;
    text-decoration: none;
}

ul.B_crumbBox li span {
    background: none;
}

ul.B_crumbBox li a:hover,
ul.B_crumbBox li a:hover span {
    text-decoration: none;
}

/*
content
*/
.content {
    float: left;
    width: 97%;
    margin: 0px 1.5%;
}

.content p {
    margin: 10px 0 10px 0;
    color: #000;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
}

.content ul,
.content ul.alpha {
    padding-left: 30px;
    margin: 15px 0;
}

.content ul li,
.content ul li.alpha {
    list-style-type: disc;
    margin: 5px 0;
    color: #000;
    font-size: 16px;
    font-weight: 100;
}

.content ul.alpha li {
    list-style-type: lower-alpha;
}

.content a {
    color: #000;
    font-size: 16px;
}

.content a:hover {
    text-decoration: none;
}

.zaginf {
    float: left;
    width: auto;
    padding: 5px 20px 5px 10px;
    margin: 5px 0;
    position: relative;
    z-index: 5;
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #58585a;
    position: relative;
    background: #fff;
    border: 1px solid #f2f2f2;
    box-sizing: border-box;
    position: relative;
    z-index: 5;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}

.zaginf .img {
    float: left;
    width: auto;
}

.zaginf .img img {
    display: block;
    margin: 0 10px;
    float: none;
}

.zaginf p {
    overflow: hidden;
    margin: 5px 0 0 0;
    font-weight: 300;
    color: #b2b2b2;
}

.catalog {
    z-index: 15;
}

.bg-cat {
}

.bg-news {
}

.akcii .zagol {
    float: left;
    width: 100%;
    background: url(../images/bg-aksii.png) 28.5% center no-repeat;
    color: #32648f;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    padding: 16px 0;
    margin: 10px 0 0 0;
}

.novinki .zagol {
    float: left;
    width: 100%;
    background: url(../images/bg-novinki.png) 4% center no-repeat;
    color: #32648f;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    padding: 16px 0;
    margin: 10px 0 0 0;
}

/*
cat
*/
.cat {
    float: left;
    width: 100%;
    font-size: 0;
    text-align: center;
    margin-bottom: 10px;
}

.cat li,
.cat li:hover,
.categ1 li:hover,
.categ3 li:hover {
    background: #fff;
    -khtml-box-shadow: 0 0 0 #fff;
    position: relative;
    behavior: url(js/PIE.htc)
}

.cat {
    float: left;
    width: 100%;
    font-size: 0
}

.cat li {
    min-height: 410px;
    width: 22%;
    margin: 15px 1.5%;
    display: inline-block;
    vertical-align: top;
    list-style-type: none;
    font-size: 0;
    overflow: hidden;
    box-shadow: 2px 2px 0 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 2px 2px 0 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 2px 2px 0 0 rgba(0, 0, 0, .1);
    z-index: 5;
    box-sizing: border-box;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
}

.categ3 li {
    width: 30.33%
}

.categ1 li {
    width: 93%;
    margin: 15px 3.5%
}

.cat li .img,
.cat li .img img {
    float: left
}

.categ4 li {
    width: 22%
}

.cat li:hover,
.categ1 li:hover,
.categ3 li:hover {
    overflow: visible;
    z-index: 55;
    box-shadow: 0 0 15px #e5e5e5;
    -webkit-box-shadow: 0 0 15px #e5e5e5;
    -moz-box-shadow: 0 0 15px #e5e5e5;
    -khtml-box-shadow: 0 0 15px #e5e5e5;
}

.cat li .img {
    width: 100%;
    height: 220px;
    overflow: hidden;
    border-bottom: 2px solid #f2eded;
    position: relative;
    border-radius: 5px 5px 0 0;
}

.cat li .img .numeral {
    position: absolute;
    bottom: 0;
    content: '';
    left: 0;
    border-radius: 0 5px 0 0;
    padding: 5px 10px;
    color: #51b6e9;
    font-size: 14px;
    font-weight: 300;
    background: #f2eded;
    z-index: 10;
}

.cat li .img img {
    height: auto;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    float: none
}

.cat li .text {
    font-size: 13px;
    color: #000;
    float: left;
    width: 94%;
    margin: 5px 3%;
    position: relative;
    text-align: left;
}

.cat li .text .kod {
    float: left;
    width: auto;
    padding: 5px 10px;
    position: absolute;
    background: #fff;
    color: #333;
    top: -40px;
    left: 0;
    display: none;
    font-size: 13px;
    box-shadow: 0 0 1px #666;
    -webkit-box-shadow: 0 0 1px #666;
    -moz-box-shadow: 0 0 1px #666;
    -khtml-box-shadow: 0 0 1px #666;
    z-index: 5;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    behavior: url(js/PIE.htc)
}

.cat li .text .prnal,
.cat li .text .zag {
    width: 100%;
    margin: 5px 0;
    float: left
}

.cat li .text .allbuy .buy,
.cat li .text .prnal .nal {
    position: relative;
    z-index: 5;
    text-transform: uppercase
}

.cat li .text .zag {
    color: #32407d;
    font-size: 19px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}

.cat li .text .zag:hover {
    text-decoration: underline;
    color: #39445e;
}

.cat li .text .prnal p {
    float: left;
    width: auto
}

.cat li .text .prnal p span,
.cat li .text .prnal p span.grn {
    float: left;
    width: auto;
    color: #ff6c00;
    font-size: 24px;
    text-decoration: none;
    font-weight: 700
}

.cat li .text .prnal p span.grn {
    font-size: 14px;
    font-weight: 400;
    margin: 11px 0 0 5px
}

.cat li .text .prnal .oldpr {
    float: left;
    width: auto;
    color: #999;
    font-size: 15px;
    text-decoration: line-through;
    margin: 10px 0 0 5px
}

.cat li .text .prnal .nal {
    float: right;
    width: auto;
    color: #fff;
    background: #66c3e8;
    padding: 2px 4px;
    font-size: 11px;
    margin: 8px 0 0;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    behavior: url(js/PIE.htc)
}

.cat li .text .prnal .netnal {
    background: #d9d9d9
}

.cat li .text .rejtotz {
    float: left;
    width: 100%;
    margin: 5px 0
}

.cat li .text .rejtotz .rejt {
    float: left
}

.cat li .text .rejtotz .otz {
    float: right;
    background: url(../images/otz2.png) left no-repeat;
    padding-left: 24px;
    color: #32648f;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none
}

.cat li .text .rejtotz .otz span {
    text-transform: none;
    color: #25aae1;
    font-weight: 400;
    font-size: 14px
}

.cat li .text .allbuy {
    float: left;
    width: 100%;
    margin: 5px 0
}

.cat li .text .allbuy .buy,
.cat li .text .allbuy .onecl {
    margin: 0 .5%;
    color: #fff;
    text-align: center;
    text-decoration: none
}

.cat li .text .allbuy .buy {
    cursor: pointer;
    float: left;
    width: 59%;
    background: #ff974c;
    font-size: 17px;
    height: 40px;
    line-height: 2.4;
    font-weight: 700;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    behavior: url(js/PIE.htc)
}

.cat li .dopinfo .dinfo .garant,
.cat li .text .allbuy .onecl {
    border-radius: 3px;
    float: left;
    z-index: 5;
    -khtml-border-radius: 3px;
    behavior: url(js/PIE.htc);
    position: relative
}

.cat li .text .allbuy .buy:hover {
    background: #ff6c00
}

.cat li .text .allbuy .onecl {
    width: 39%;
    background: #32648f;
    font-size: 11px;
    height: 33px;
    padding: 4px 0;
    text-transform: uppercase;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 0;
    cursor: pointer
}

.cat li .text .allbuy .onecl:hover {
    background: #2c577d
}

.mincat li .img,
.mincat li .img img {
    margin-bottom: 10px;
    float: left;
    overflow: hidden
}

.cat li .dopinfo .srav:hover {
    background-position: 0 -18px;
    cursor: pointer
}

.cat li:hover .dopinfo,
.cat li:hover .text .kod {
    display: block
}

.cat li .text .opis {
    float: left;
    width: 100%;
    margin: 5px 0;
    position: relative;
    z-index: 55;
    text-align: left;
    color: #333;
    font-size: 14px;
    font-weight: 300;
}

.cat li .text .prbuy,
.prbuy {
    float: left;
    width: 100%;
    margin: 5px 0;
}

.prbuy .pr {
    float: left;
    color: #475577;
    font-size: 13px;
    font-weight: 400;
}

.prbuy .pr span {
    font-size: 22px;
}

.cat li .text .prbuy .buy,
.prbuy .buy {
    float: right;
    width: auto;
    display: block;
    margin: 0;
    padding: 3px 5px 3px 5px;
    background: #51b6e9;
    font-size: 15px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    line-height: 1.7;
    font-weight: 400;
    position: relative;
    z-index: 5;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    transition: background 0.3s;
}

.prbuy .buy {
    float: left;
    width: auto;
    background: #39445e;
}

.cat li .text .prbuy .buy:hover,
.prbuy .buy:hover {
    background: #39445e;
}

.prbuy .buy:hover {
    background: #39445e;
}

.mincat li {
    min-height: 300px;
    height: 300px;
}

.mincat li .img {
    float: left;
    width: 100%;
    height: 180px;
    overflow: hidden;
    margin-bottom: 10px;
}

.mincat li .img img {
    float: left;
    width: 70%;
    padding: 0 15%;
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
}

.mincat li .text .pr-buy {
    float: left;
    width: 100%;
    margin: 5px 0;
}

.mincat li .text .pr-buy p {
    float: left;
    width: auto;
}

.mincat li .text .pr-buy p span,
.mincat li .text .pr-buy p span.grn {
    float: left;
    width: auto;
    color: #ff6c00;
    font-size: 24px;
    text-decoration: none;
    font-weight: 700;
}

.mincat li .text .pr-buy p span.grn {
    font-size: 14px;
    text-decoration: none;
    font-weight: 400;
    margin: 11px 0 0 5px;
}

.mincat li .text .pr-buy .buy {
    float: right;
    width: 49%;
    margin: 0px 0.5%;
    background: #ff974c;
    font-size: 17px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    height: 36px;
    line-height: 2.1;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    z-index: 5;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
}

.mincat li .text .pr-buy .buy:hover {
    background: #ff6c00;
}

/*
catrazd
*/
.bg-catrazd {
    background: #f2f2f2;
}

.catrazd {
    float: left;
    width: 100%;
    font-size: 0;
}

.catrazd li {
    min-height: 200px;
    display: inline-block;
    vertical-align: top;
    width: 13.66%;
    list-style-type: none;
    margin: 10px 1.5% 10px;
    padding: 0px 0;
    background: #f2f2f2;
}

.catrazd li .img {
    display: block;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    height: 160px;
    position: relative;
}

.catrazd li:hover .img {
}

.catrazd li .img img {
    width: 100%;
}

.catgoroda li .img img {
    width: auto;
    height: 100%;
    margin: 0 auto;
}

.catrazd li .zag {
    display: block;
    margin: 0 auto 0;
    width: 90%;
    color: #87bf26;
    font-weight: 700;
    font-size: 17px;
    text-decoration: none;
    text-align: center;
    padding: 5px 0 0 0;
    position: relative;
    z-index: 5;
}

.catrazd li:hover .zag {
}

.catgoroda li .zag {
    font-weight: 300;
    font-size: 13px;
}

h1 {
    display: inline;
    float: left;
    overflow: visible;
    width: 98%;
    height: auto;
    font-size: 24px;
    font-weight: bold;
    color: #32407d;
    margin: 0 1%;
    text-transform: uppercase;
}

.h1zag {
    display: inline;
    float: left;
    overflow: visible;
    width: 97%;
    height: auto;
    font-size: 21px;
    font-weight: bold;
    color: #2969b0;
    margin: 10px 1.5%;
    text-transform: uppercase;
}

.h1zag span {
    float: left;
}

.block2 .h1zag {
    float: left;
    width: 100%;
    font-size: 17px;
    text-transform: uppercase;
    margin: 0;
    padding: 15px 3%;
    font-weight: bold;
    background: #484b52;
    color: #fff;
    box-sizing: border-box;
}

.h1zag .allzag {
    float: left;
    margin: 7px 0 0 30px;
    padding: 0 15px;
    text-transform: none;
    color: #fff;
    text-align: center;
    font-size: 17px;
    line-height: 2;
    font-weight: 300;
    text-decoration: none;
    background: #8c916f;
    position: relative;
    z-index: 4;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    transition: 0.3s;
    border-bottom: 2px solid #9ad92c;
}

.h1zag .allzag:hover {
    opacity: 0.8;
}

/*bread*/
.breadcrumbs {
    float: left;
    width: 97%;
    padding: 10px 1.5%;
    background: #fff;
    font-size: 14px;
    position: relative;
    z-index: 4;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}

.breadcrumbs a {
    color: #000;
}

.breadcrumbs a:hover {
    text-decoration: none;
    color: #b8312f;
}

/*
podbor
*/
.podbor {
    float: left;
    width: 100%;
    margin: 10px 0 20px 0;
}

.podbor ul {
    float: left;
    width: 100%;
    font-size: 0;
}

.podbor ul li {
    display: inline-block;
    vertical-align: top;
    min-height: 60px;
    width: 29.33%;
    margin: 5px 2%;
    list-style-type: none;
    background: #25aae1;
    box-sizing: border-box;
    position: relative;
    z-index: 5;
    -webkit-box-shadow: 0px 0px 1px #005071;
    -moz-box-shadow: 0px 0px 1px #005071;
    -khtml-box-shadow: 0px 0px 1px #005071;
    box-shadow: 0px 0px 1px #005071;
    position: relative;
    z-index: 5;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}

.podbor ul li:hover {
    background: url(../images/bg-li-vibf.png) bottom repeat-x #fff;
}

.podbor ul li a {
    float: left;
    width: 100%;
}

.podbor ul li a .img {
    float: left;
    width: 30px;
    height: 30px;
    margin: 5px 5px;
    display: block;
}

.podbor ul li a .img img {
    float: left;
    width: 100%;
}

.podbor ul li a .text {
    overflow: hidden;
    padding: 5px 2%;
}

.podbor ul li a .text p {
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 16px;
    margin: 2px 0;
    font-weight: 100;
    color: #fff;
}

.podbor ul li:hover a .text p {
    color: #2c87b8;
}

.podbor ul li a .text span {
    float: right;
    width: auto;
    text-transform: none;
    color: #fff;
    font-size: 14px;
    background: #25aae1;
    opacity: 0.7;
    padding: 1px 8px;
    position: relative;
    z-index: 10;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}

/*
srezi
*/
.srezi {
    float: left;
    width: 97%;
    margin: 10px 1.5%;
    padding: 7px 1%;
    background: #fff;
    position: relative;
    z-index: 5;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    position: relative;
    z-index: 5;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
}

.srez {
    float: left;
    width: 100%;
}

.srez .zag {
    float: left;
    margin: 5px 0;
    color: #2c82c9;
    font-size: 15px;
    text-transform: uppercase;
    float: left;
    width: auto;
    padding: 10px 50px 10px 10px;
    text-decoration: none;
    font-size: 17px;
    color: #666;
    background: url(../images/str-bot.png) 95% no-repeat #f2f2f2;
    position: relative;
    z-index: 9;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    transition: background 0.3s;
}

.srez ul {
    float: left;
    width: 100%;
}

.srez ul li {
    float: left;
    width: auto;
    color: #2c82c9;
    margin: 4px 15px 4px 25px;
}

.srez ul li a {
    float: none;
    width: auto;
    color: #2c82c9;
    font-size: 16px;
    text-decoration: none;
}

.srez ul li:hover,
.srez ul li a:hover {
    color: #333;
    text-decoration: none;
}

/*
callus
*/
.callus {
    float: left;
    width: 100%;
    margin: 20px 0%;
    padding: 5px 2%;
    color: #58585a;
    font-size: 14px;
    background: #f7f7f7;
    border: 1px solid #f2f2f2;
    box-sizing: border-box;
    position: relative;
    z-index: 10;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}

.callus p {
    float: left;
    margin: 7px 0;
}

.callus p span {
    float: left;
    margin: 5px 0;
}

.callus p span.big {
    color: #58585a;
    font-size: 19px;
    font-weight: 700;
    margin: 0 5px;
}

/*
razd
*/
.razd {
    float: left;
    width: 97%;
    margin: 0 1.5% 30px;
}

ul.razdel {
    float: left;
    width: 100%;
}

ul.razdel li {
    float: left;
    width: 100%;
    list-style-type: none;
    border-bottom: 1px solid #e5e5e5;
    padding: 15px 0;
}

ul.razdel li .zagol {
    float: left;
    width: 97%;
    color: #25aae1;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: left;
    padding: 0px 0;
    margin: 10px 1.5% 0;
}

ul.razdel li .text {
    float: left;
    width: 97%;
    margin: 5px 1.5% 0;
}

ul.razdel li .text span {
    float: left;
    width: 100%;
    color: #000;
    font-size: 12px;
    text-transform: none;
    text-align: left;
    font-weight: 100;
}

ul.razdel li .rimg {
    float: left;
    width: 24%;
    margin: 0 1.5% 0 1.5%;
}

ul.razdel li .rimg .img {
    float: left;
    width: 100%;
}

ul.razdel li .rimg .img img {
    float: left;
    width: 100%;
}

.allrazd {
    float: left;
    margin: 10px 0;
}

.allrazd a {
    float: left;
    padding: 3px 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    background: #009bd9;
    text-decoration: none;
    position: relative;
    z-index: 5;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}

.allrazd a:hover {
    opacity: 0.7;
}

ul.razdel li .rtext {
    float: left;
    width: 70%;
    margin: 0 1.5% 0 1.5%;
}

ul.razdel li .srez ul li {
    float: left;
    width: auto;
    border: 0;
    list-style-type: disc;
    color: #ff8126;
    margin: 4px 30px 4px 15px;
    padding: 0;
    font-size: 11px;
}

ul.razdel li .srez ul li a {
    font-size: 11px;
}

.razd .brand {
    height: 120px;
    margin: 0px 1.5% 0;
    position: relative;
    z-index: 5;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}

.razd .brand .brand0 {
    height: 120px;
}

.razd .owl-carousel .owl-item .item img {
    display: block;
    vertical-align: middle;
    margin: auto auto;
    position: relative;
    overflow: hidden;
    height: 50px;
    margin-top: 50px;
    top: -25px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: url(grayscale.svg);
    filter: gray;
}

.razd .owl-carousel .owl-item .item:hover img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none;
    filter: none;
    transition: 1s;
}

.razd .brand .owl-theme .owl-controls .owl-buttons div.owl-prev {
    top: 30px;
}

.razd .brand .owl-theme .owl-controls .owl-buttons div.owl-next {
    top: 30px;
}

.populartov .numeral {
    display: none;
}

/*
sbbl
*/
.sbbl {
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
    padding-bottom: 17px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}

.sbbl:hover {
    z-index: 2;
}

.sbbl .zag {
    float: left;
    width: 90%;
    height: auto;
    background: #b3b3b3;
    color: #8c916f;
    font-size: 16px;
    font-weight: 300;
    padding: 10px 5%;
    position: relative;
    z-index: 1;
}

.sbbl .rb1 {
    background: #e9e9e9;
}

.sbbl .rb2 {
    background: #e9e9e9;
}

.sbbl .rb3 {
    background: #e9e9e9;
}

ul.rbl {
    float: left;
    width: 85%;
    padding: 0 5% 0 10%;
    background: #f2f2f2;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}

ul.rbl li {
    float: left;
    width: 100%;
    padding: 3px 0;
    margin: 5px 0;
    position: relative;
    z-index: 5;
    color: #87bf26;
    font-size: 13px;
}

ul.rbl li span {
    color: #333;
}

ul.b2bl {
    float: left;
    width: 90%;
    margin: 0 5%;
}

ul.b2bl li {
    list-style-type: none;
    float: left;
    width: 100%;
    padding: 3px 0;
    margin: 5px 0;
    position: relative;
    z-index: 5;
}

ul.b2bl li:hover {
    z-index: 7;
}

ul.b2bl li .img {
    float: left;
    width: 17%;
}

ul.b2bl li .img img {
    display: block;
    margin: 0 auto;
    float: none;
}

ul.b2bl li p {
    overflow: hidden;
    margin: 5px 0 0 0;
    font-weight: 300;
}

ul.b2bl li p span {
    float: left;
    border-bottom: 1px dashed #cccccc;
}

ul.b2bl li:hover p span {
    border-bottom: 1px solid #cccccc;
}

ul.b2bl li p a {
    color: #58585a;
    margin: 0 5px;
}

ul.b2bl li p a:hover {
    text-decoration: none;
    color: #000;
}

ul.b2bl li .ppp {
    width: 83%;
    margin: 7px 0 0 17%;
    color: #8c8c8c;
    font-size: 13px;
    font-weight: 300;
    display: none;
    position: absolute;
    background: #f2f2f2;
    padding: 5px 5%;
    z-index: 10;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
}

ul.b2bl li:hover .ppp {
    display: block;
}

ul.b2bl li .ppp .pppimg {
    position: relative;
    right: 0px;
    top: -19px;
}

/*
form-submit
*/
#cart_block {
    z-index: 1;
}

.form-submit {
    float: left;
    width: 100%;
}

.form-submit .price {
    float: left;
    width: 100%;
    margin: 5px 0;
    position: relative;
    background: #f2f2f2;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}

.form-submit .price p {
    float: left;
    width: auto;
    margin: 5px;
    padding: 3px 10px;
    background: #808080;
    z-index: 10;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}

.form-submit .price p span,
.form-submit .price p span.grn {
    float: left;
    width: auto;
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    font-weight: 400;
}

.form-submit .price p span.grn {
    font-size: 14px;
    text-decoration: none;
    font-weight: 400;
    margin: 12px 0 0 5px;
}

.form-submit .price .oldpr {
    float: left;
    width: auto;
    color: #999;
    font-size: 11px;
    text-decoration: line-through;
    margin: 15px 0 0 5px;
}

.form-submit .price .raz {
    float: right;
    width: auto;
    margin: 10px 5px;
}

.form-submit .price .raz span {
    float: left;
    color: #4d4d4d;
    font-size: 11px;
    text-transform: uppercase;
    margin: 7px 5px;
}

.form-submit .price .raz select {
    float: left;
    width: 70px;
    height: 28px;
    padding: 0 3px;
    text-align: center;
    font-size: 12px;
    color: #58585a;
    font-weight: 700;
    position: relative;
    z-index: 5;
    border: 1px solid #c2c2c2;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
}

.form-submit .nalich {
}

.form-submit .nalich .nal {
    float: left;
    width: auto;
    color: #fff;
    background: #b7b7b7;
    padding: 3px 5px;
    font-size: 11px;
    margin: 0;
    text-transform: uppercase;
    position: relative;
    z-index: 5;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
}

.form-submit .nalich .netnal {
    background: #d9d9d9;
}

.form-submit .allbuy {
    float: left;
    width: 100%;
    margin: 10px 0;
}

.form-submit .allbuy input {
    float: left;
    width: 13%;
    padding: 0 1%;
    height: 38px;
    text-align: center;
    font-size: 18px;
    color: #58585a;
    font-weight: 400;
    position: relative;
    z-index: 5;
    border: 1px solid #c2c2c2;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
}

.form-submit .allbuy .buy {
    float: left;
    width: 40%;
    margin: 0px 0 0 1%;
    padding: 4px 2% 4px 8%;
    text-align: center;
    background: url(../images/cat-buy.png) 15% no-repeat #0059b3;
    font-size: 17px;
    text-decoration: none;
    color: #fff;
    height: 38px;
    line-height: 2.4;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    z-index: 5;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}

.form-submit .allbuy .buy:hover {
    background: url(../images/cat-buy.png) 15% no-repeat #004d99;
}

.form-submit .allbuy .onecl {
    float: right;
    width: 40%;
    margin: 0px 1%;
    background: #00b2f2;
    font-size: 11px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    height: 32px;
    padding: 7px 0;
    text-transform: uppercase;
    position: relative;
    z-index: 5;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}

.form-submit .allbuy .onecl:hover {
    background: #00acea;
}

.block40 .minop {
    float: left;
    width: 100%;
    margin: 0 0 5px 0;
}

.block40 .minop p {
    float: left;
    width: 100%;
    margin: 5px 0;
    color: #58585a;
    font-size: 15px;
}

.minop ul {
    list-style: none;
}

.minop ul > li {
    padding-left: 20px;
    position: relative;
    margin: 5px 0;
    float: left;
}

.minop ul > li:before {
    content: '✔';
    position: absolute;
    top: 0;
    left: 0;
    color: #9ad92c;
}

.block40 .minop .zag,
.doci .zag {
    float: left;
    margin: 5px 0;
    color: #2c82c9;
    font-size: 15px;
    text-transform: uppercase;
    float: left;
    width: auto;
    padding: 10px 50px 10px 10px;
    text-decoration: none;
    font-size: 17px;
    color: #666;
    background: url(../images/str-bot.png) 95% no-repeat #f2f2f2;
    position: relative;
    z-index: 9;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    transition: background 0.3s;
}

.block40 .minop .zag {
    margin: 0 0 10px 0;
}

hr {
    margin: 5px 0;
    border: 2px solid #f5f5f5;
    position: relative;
    z-index: 5;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
}

.doci {
    float: left;
    width: 97%;
    margin: 0 1.5% 10px;
}

.doci ul {
    float: left;
    width: 100%;
}

.doci ul li {
    float: left;
    width: 95%;
    list-style-type: disc;
    margin: 5px 0;
    margin-left: 5%;
}

/*
slider
*/
.slider-for div img {
    width: 100%;
}

.slider-nav div img {
    width: 90%;
    padding: 0 5%;
}

.slider-nav .slick-prev,
.slider-nav .slick-next {
    top: -50% !important;
}

.slider-for .slick-slide {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    overflow: hidden;
}

.slider-nav .slick-track .slick-slide {
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
}

.slider-nav .slick-track .slick-current {
    border: 1px solid #246aa3;
}

.slick-slider {
    margin-bottom: 10px !important;
}

/*
block
*/
.block60 {
    float: left;
    width: 50%;
    padding: 0 5%;
}

.block40 {
    float: left;
    width: 35%;
    padding: 0 5% 0 0;
}

.block3-5 {
    float: left;
    width: 95%;
    padding: 0 5% 0 0;
}

.block3 h2,
.block3-5 h2 {
    text-transform: uppercase;
    margin: 15px 0 10px 0;
}

.block60 .imgfilter {
    float: left;
    width: 100%;
}

.block60 .imgfilter img {
    float: left;
    width: 100%;
}

.slick-dots {
    display: none !important;
}

/*
bot
*/
.bot .otzivi {
    float: left;
    width: 90%;
    margin: 0 5%;
}

.otzscr {
    float: left;
    width: auto;
    margin: 10px 0 0 0;
}

.bot .otzivi .otz,
.otzscr .otz {
    display: block;
    width: 80%;
    margin: 0 10%;
    padding: 7px 5% 7px 15%;
    background: url(../images/ot.png) 5% no-repeat #e14938;
    color: #58585a;
    font-weight: 700;
    font-size: 17px;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #e14938;
    text-align: center;
    box-sizing: border-box;
    transition: 0.3s;
    position: relative;
    z-index: 5;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}

.otzscr .otz {
    width: auto;
    font-weight: 300;
    font-size: 14px;
    background: url(../images/ot.png) 5% no-repeat #f2f2f2;
    border: 1px solid #f2f2f2;
    margin: 0;
    padding: 7px 5% 7px 25%;
}

.bot .otzivi .otz:hover {
    border: 1px solid #b8312f;
    background: url(../images/ot.png) 5% no-repeat #b8312f;
}

.bot .otzivi .otz span {
    text-transform: uppercase;
    color: #f2f2f2;
    font-weight: 400;
    font-size: 14px;
}

.bot .kharakt,
.bot .vid {
    float: left;
    display: block;
    width: 80%;
    margin: 0 10%;
    padding: 9px 5% 9px 15%;
    background: url(../images/khar.png) 5% no-repeat #f2f2f2;
    color: #58585a;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #dedede;
    text-align: center;
    box-sizing: border-box;
    transition: 0.3s;
    position: relative;
    z-index: 5;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}

.block3-5 .wapltel {
    margin: 0;
}

.block3-5 .wapltel li {
    float: left;
    margin: 4px 10px;
}

.bot .vid {
    background: url(../images/vid.png) 5% no-repeat #f2f2f2;
}

.bot .kharakt:hover,
.bot .vid:hover {
    border: 1px solid #d1d1d1;
    background: url(../images/khar.png) 5% no-repeat #f7f7f7;
}

.bot .vid:hover {
    background: url(../images/vid.png) 5% no-repeat #f7f7f7;
}

.bot {
    float: left;
    width: 100%;
    margin: 10px 0;
}

.bot .garant {
    float: left;
    width: 90%;
    padding: 7px 5%;
    margin: 0 5%;
    position: relative;
    font-size: 13px;
    text-transform: uppercase;
    color: #009bd9;
    position: relative;
    background: url(../images/gar.png) center center no-repeat #fff;
    border: 1px solid #f2f2f2;
    box-sizing: border-box;
    position: relative;
    z-index: 5;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}

.bot .garant span,
.bot .garant span.time {
    float: right;
    color: #58585a;
    font-weight: 300;
    text-transform: none;
}

.bot .garant span.time {
    float: left;
    color: #333;
    font-size: 18px;
    font-weight: 300;
    text-transform: none;
    margin: 6px 0 0 0;
}

.bot .conte {
    float: left;
    width: 100%;
    font-weight: 300;
    margin: 0 0 5px 0;
}

.bot .title {
    display: block;
    width: 70%;
    padding: 7px 0%;
    margin: 0 15%;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    color: #58585a;
    position: relative;
    background: #fff;
    border: 1px solid #f2f2f2;
    box-sizing: border-box;
    position: relative;
    z-index: 5;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}

ul.doctov {
    padding-left: 30px;
    margin: 5px 0;
}

ul.doctov li {
    list-style-type: disc;
    margin: 10px 0;
    color: #58585a;
}

ul.doctov li a {
    color: #58585a;
    font-size: 14px;
    font-weight: 700;
}

ul.doctov li a:hover {
    text-decoration: none;
    color: #58585a;
}

.ask {
    float: left;
    width: auto;
    margin: 0 5px 5px;
    color: #333;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    padding: 7px 10px 7px 40px;
    text-decoration: none;
    background: url(../images/ask.png) 5% center no-repeat #FEEA7E;
    transition: 0.5s;
    opacity: 0.8;
    position: relative;
    z-index: 2;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}

.ask:hover {
    background: url(../images/ask.png) 5% center no-repeat #FEEA7E;
    opacity: 1;
}

.call {
    float: left;
    width: auto;
    margin: 0 5px 5px;
    color: #333;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    padding: 7px 10px 7px 40px;
    text-decoration: none;
    background: url(../images/call.png) 5% center no-repeat #FEEA7E;
    transition: 0.5s;
    opacity: 0.8;
    position: relative;
    z-index: 2;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}

.call:hover {
    background: url(../images/call.png) 5% center no-repeat #FEEA7E;
    opacity: 1;
}

.block60 .zagpodtov {
    float: left;
    display: block;
    width: auto;
    padding: 7px 5%;
    margin: 0 0%;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    color: #58585a;
    position: relative;
    background: #fff;
    border: 1px solid #f2f2f2;
    box-sizing: border-box;
    position: relative;
    z-index: 5;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}

.block60 .image {
    position: relative;
}

.block60 .image .kod,
.form-submit .kod {
    float: left;
    width: auto;
    padding: 5px 10px;
    margin-bottom: 10px;
    background: #fff;
    color: #333;
    display: block;
    font-size: 13px;
    z-index: 5;
    box-shadow: 0px 0px 1px #666;
    -webkit-box-shadow: 0px 0px 1px #666;
    -moz-box-shadow: 0px 0px 1px #666;
    -khtml-box-shadow: 0px 0px 1px #666;
    z-index: 5;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
}

/*
int p end
*/

/*
proizv
*/

.bg-proizv {
    background: #f2f2f2;
}

.proizv {
    float: left;
    width: 100%;
    font-size: 0;
}

.proizv li {
    display: inline-block;
    vertical-align: top;
    min-height: 170px;
    width: 22%;
    margin: 10px 1.5%;
    list-style-type: none;
    background: #fff;
    border: 3px solid #fff;
    box-sizing: border-box;
    position: relative;
    z-index: 5;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    position: relative;
    z-index: 5;
    box-shadow: 0px 0px 0px #d9d9d9;
    -webkit-box-shadow: 0px 0px 0px #d9d9d9;
    -moz-box-shadow: 0px 0px 0px #d9d9d9;
    -khtml-box-shadow: 0px 0px 0px #d9d9d9;
}

.proizv li:hover {
    border: 3px solid #fff;
}

.proizv li .img {
    float: left;
    width: 100%;
    margin: 0 0% 0 0;
    height: 120px;
    overflow: hidden;
    position: relative;
    z-index: 5;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
}

.proizv li .img img {
    float: left;
    width: 100%;
    opacity: 1;
    transition: 0.5s;
}

.proizv li:hover .img img {
    opacity: 1;
}

.proizv li .zag {
    float: left;
    width: 96%;
    margin: 10px 2% 0;
}

.proizv li .zag p {
    float: left;
    width: 100%;
    margin: 5px 0 5px 0;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
}

.proizv li .zag p:hover {
    text-decoration: none;
}

.proizv li:hover .zag p {
    color: #b8312f;
}

/*
news
*/
.news {
    float: left;
    width: 100%;
    font-size: 0;
    text-align: center;
}

.news li {
    display: inline-block;
    vertical-align: top;
    min-height: 330px;
    width: 30.33333%;
    margin: 10px 1.5%;
    list-style-type: none;
    background: #fff;
    box-sizing: border-box;
    position: relative;
    z-index: 5;
    text-align: left;
    box-sizing: border-box;
    border: 1px solid #f2f2f2;
    box-shadow: 2px 2px 0 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 2px 2px 0 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 2px 2px 0 0 rgba(0, 0, 0, .1);
    border-radius: 5px;
}

.news li:hover {
    box-shadow: 0 0 15px #e5e5e5;
    -webkit-box-shadow: 0 0 15px #e5e5e5;
    -moz-box-shadow: 0 0 15px #e5e5e5;
    -khtml-box-shadow: 0 0 15px #e5e5e5;
}

.news li .img {
    float: left;
    width: 100%;
    margin: 0 0% 0 0;
    height: 170px;
    overflow: hidden;
    position: relative;
    z-index: 5;
    border-radius: 5px;
}

.news li .img img {
    float: left;
    width: 100%;
    opacity: 0.8;
    transition: 0.5s;
}

.news li:hover .img img {
    opacity: 1;
}

.news li .text {
    float: left;
    width: 96%;
    margin: 10px 3% 0;
}

.news li .text .zag {
    float: left;
    width: 100%;
    margin: 0 0 5px 0;
    color: #32407d;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
}

.news li .text .zag:hover {
    text-decoration: none;
}

.news li .text div {
    float: left;
    width: 100%;
    color: #444;
    font-size: 14px;
    font-weight: 100;
    margin: 0 0 5px 0;
}

.news li .text div .sity {
    float: left;
    width: 100%;
    margin-bottom: 5px;
    color: #cbc75d;
    text-transform: uppercase;
    transition: color .35s;
}

.news li:hover .text div .sity {
    color: #39445e;
}

.news li .podr {
    float: right;
    width: auto;
    display: block;
    margin: 5px 0 10px 0;
    padding: 0 5px 0 5px;
    background: #51b6e9;
    font-size: 13px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    line-height: 2.4;
    font-weight: 400;
    position: relative;
    z-index: 5;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    transition: background 0.3s;
}

.news li .podr:hover {
    background: #39445e;
}

.news li span {
    color: #51b6e9;
    font-size: 15px;
    font-weight: 300;
    float: left;
    margin-top: 10px;
}

.fmenu {
    display: none;
}

.blint {
    position: relative;
    float: left;
    width: 100%;
}

.imgblogint {
    float: left;
    margin: 0 0 10px 0;
    width: 100%;
}

.fastssil {
    overflow: visible;
    width: auto;
    float: left;
    display: inline;
    height: auto;
    margin: 5px 0;
    width: 100%;
    position: absolute;
    left: 0;
}

.content .fastssil ul.pagenav {
    margin: 0;
    padding: 0;
}

.content .fastssil ul.pagenav li {
    list-style-type: none;
}

.content .fastssil ul.pagenav li a {
    background: #ffdd1c;
    border: 1px solid #ffdd1c;
    opacity: 0.7;
    transition: 0.3s;
}

.content .fastssil ul.pagenav li a:hover {
    opacity: 0.9;
    transition: 0.3s;
}

.content .fastssil ul.pagenav li a p {
    margin: 0;
    color: #000;
    font-size: 17px;
    font-weight: 700;
}

.blogint p {
    float: none;
    width: auto;
}

.imgbi-l {
    float: left;
    margin: 10px 1%;
}

.imgbi-r {
    float: right;
    margin: 10px 1%;
}

.seotext {
    margin-top: 0;
}

.slidermain .slick-dots {
    bottom: -20px;
}

.slidermain img {
    margin: 0 auto;
    background-position: center center;
    background-size: 100%;
}

.slick-slide {
    position: relative;
}

.slte {
    width: 100%;
    position: absolute;
    z-index: 10;
    top: 20px;
}

.slte2 {
    width: 1200px;
    display: block;
    margin: 0 auto;
    color: #fff;
}

.sltext {
    float: left;
    width: 35%;
    margin: 10px 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    padding: 30px;
    box-sizing: border-box;
    background: rgba(72, 75, 82, 0.9);
    border-bottom: 5px solid #51b6e9;
}

.sltext p {
    margin-bottom: 3px;
}

.sltext .zag {
    font-size: 24px;
    font-weight: bold;
    margin: 10px 0;
    text-transform: uppercase;
    color: #cbc75d;
}

.razd .brand .brand0 {
}

.sliderrazd .slick-slide {
    height: 100px;
    margin: 10px 10px;
}

.sliderrazd .slick-slide img {
    height: 100%;
    transition: 1s;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: url(grayscale.svg);
    filter: gray;
}

.sliderrazd .slick-slide:hover img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none;
    filter: none;
    transition: 1s;
}

.sliderrazd .slick-prev {
    left: -10px;
    z-index: 999;
}

.sliderrazd .slick-next {
    right: -10px;
    z-index: 999;
}

.proizvoditeli .slick-slide {
    height: 145px;
    margin: 10px 10px;
}

.proizvoditeli .slick-slide img {
    height: 100%;
    transition: 1s;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: url(grayscale.svg);
    filter: gray;
}

.proizvoditeli .slick-slide:hover img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none;
    filter: none;
    transition: 1s;
}

.proizvoditeli .slick-prev {
    left: -10px;
    z-index: 999;
}

.proizvoditeli .slick-next {
    right: -10px;
    z-index: 999;
}

/*
new-new-new
*/
.responsive li {
    margin: 15px 18px;
}

.responsive2 li {
    margin: 15px 9px;
}

.responsive3 li {
    margin: 15px 18px;
}

.podpiska0 {
    background: url(../images/bg-wap.png) center repeat #f2f2f2;
    height: 120px;
}

.podpiska {
    display: inline;
    float: left;
    overflow: visible;
    width: 100%;
    height: 120px;
    background: url(../images/yzor-top-10.png) top center no-repeat;
}

.ptext {
    float: left;
    width: 40%;
}

.ptext .ptzag {
    float: left;
    margin: 15px 0;
}

.ptext .ptzag span {
    float: left;
    color: #09206c;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 300;
}

.ptext .ptzag img {
    float: left;
    width: 86px;
    height: 33px;
    margin: 0 5px;
}

.ptext p {
    float: left;
    width: 100%;
    color: #58585a;
    font-size: 18px;
    font-weight: 300;
}

.pform {
    float: right;
    width: 60%;
    margin: 43px 0 0 0;
}

.pform form {
    float: left;
    width: 100%;
}

.pform form div {
    float: left;
    width: 29%;
    margin: 0 2%;
}

.pform form div input {
    float: left;
    width: 100%;
    border: 1px solid #dedede;
    padding: 10px 2%;
    box-sizing: border-box;
    position: relative;
    z-index: 9;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}

.pform form div input#submit {
    border: 1px solid #00b2f2;
    background: #00b2f2;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin: -4px 0 0 0;
    transition: 0.5s;
    line-height: 1.3;
}

.pform form div input#submit:hover {
    opacity: 0.8;
    cursor: pointer;
    border: 1px solid #00acea;
    background: #00acea;
}

.ui-widget-header {
    border: none !important;
    background: #F3F3F3 url("images/ui-bg_gloss-wave_55_5c9ccc_500x100.png") 50% 50% repeat-x !important;
}

.single-item img,
.one-time img,
.fade img {
    width: 100%;
}

.block60 .cat li {
    min-height: 290px;
    height: 290px;
}

.block60 .cat li .img {
    height: auto;
}

.block60 .cat li .text .kod,
.block60 .cat li .text .kod:hover {
    display: none;
}

.block60 .cat li .text .prbuy .numbuy input {
    display: none;
}

.block60 .cat li .text .zag {
    font-size: 12px;
}

.block60 .cat li .text .prbuy p {
    width: 100%;
    text-align: center;
}

.block60 .cat li .text .prbuy p span,
.block60 .cat li .text .prbuy p span.grn {
    float: none;
}

.block60 .cat li .text .prbuy p span {
    font-size: 18px;
}

.cat li .text .prbuy p span.grn {
    font-size: 11px;
    margin: 10px 0 0 5px;
}

.block60 .cat li .text .prbuy .numbuy {
    float: left;
    width: 100%;
}

.block60 .cat li .text .prbuy .numbuy .buy {
    float: left;
    width: 80%;
    margin: 5px 10% 0;
    padding: 0 5% 0 20%;
    background: url(../images/korz-min.png) 5% center no-repeat #ffe760;
    box-sizing: border-box;
    text-align: center;
    transition: 0.3s;
    height: 32px;
    font-size: 12px;
}

.block60 .cat li .text .prbuy .numbuy .buy:hover {
    background: url(../images/korz-min.png) 5% center no-repeat #ffdd1d;
}

/*
lmenu
*/
.block2 .lmzag {
    background: #51b6e9;
    color: #32407d;
    border: 3px solid #fff;
    box-shadow: 2px 2px 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 3px 3px 0 0;
    border-bottom: 0;
    position: relative;
}

.block2 .lmzag:before {
    width: 40px;
    height: 50px;
    position: absolute;
    top: 0;
    content: '';
    right: 0;
    background: url(../images/lmzag.png) center no-repeat #32407d;
}

.lmenu ul {
    float: left;
    list-style-type: none;
    width: 100%;
    background: #32407d;
    box-sizing: border-box;
    border: 3px solid #fff;
    box-shadow: 2px 2px 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    border-top: 1px solid #fff;
}

.lmenu ul li {
    float: left;
    width: 100%;
    margin: 0px 0px;
    padding: 0;
    background: url(../images/lmbgbot.png) top right no-repeat;
    position: relative;
    border-bottom: 1px solid #d6d6bc;
}

.lmenu ul li a {
    float: left;
    width: 100%;
    padding: 11px 50px 11px 3%;
    text-decoration: none;
    font-size: 15px;
    color: #fff;
    box-sizing: border-box;
    background: #32407d;
    position: relative;
    z-index: 9;
    transition: background 0.3s;
}

.lmenu ul li a:hover {
    background: #f2eded;
    color: #32407d;
}

.lmenu ul li a:after {
    position: absolute;
    top: 0;
    content: '';
    right: 0;
    width: 40px;
    height: 40px;
    background: url(../images/vipmen.png) center no-repeat #51b6e9;
}

.lmenu ul li a:only-child:after {
    display: none;
}

.lmenu ul li ul {
    list-style-type: none;
    padding: 10px 3% 10px 3%;
    width: 90%;
    height: auto;
    float: left;
    overflow: hidden;
    position: absolute;
    left: 100%;
    top: -13px;
    z-index: 500;
    margin: 0;
    background: #32407d;
    color: #fff;
}

.lmenu ul li:hover ul {
}

.lmenu ul li ul {
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0s linear 0.3s;
}

.lmenu ul li:hover ul {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
    background: #32407d;
}

.lmenu ul li ul li {
    margin: 0;
    padding: 0;
    height: auto;
    width: 100%;
    display: inline;
    overflow: hidden;
    float: left;
    background: #32407d;
    color: #fff;
}

.lmenu ul li ul li a {
    color: #fff;
    height: auto;
    padding: 10px 3%;
    box-sizing: border-box;
    width: 100%;
    display: inline;
    overflow: hidden;
    float: left;
    text-decoration: none;
    text-shadow: 0px 0px 0px #fff;
    font-size: 15px;
    font-weight: 300;
    text-transform: none;
    background: none;
    background: #9ad92c;
    margin-bottom: 0;
    transition: background 0.3s;
    position: relative;
    z-index: 9;
}

.lmenu ul li:hover ul li a,
.lmenu ul li.parent:hover ul li a {
    background: #32407d;
    color: #fff;
}

.lmenu ul li ul li a:hover,
.lmenu ul li.parent ul li a:hover {
    background: #51b6e9;
    color: #fff;
}

.lmenu ul li a.active {
    background: #9ad92c;
}

.lmenu ul li a.active:hover {
    background: #6ead21;
}

.lmenu ul li.parent a.active {
    background: url(../images/vipmen.png) 95% 50% no-repeat #9ad92c;
}

.lmenu ul li.parent a.active:hover {
    background: url(../images/vipmen.png) 95% 50% no-repeat #9ad92c;
}

.lmenu ul li.parent ul li a.active {
    background: #9ad92c;
}

.lmenu ul li.parent ul li a.active:hover {
    background: #9ad92c;
}

.categ3 li {
    width: 30%;
    margin: 15px 1.61%;
}

.categ1 li {
    width: 93%;
    margin: 15px 3.5%;
}

.categ4 li {
    width: 22%;
}

.categ2 li {
    width: 47%;
}

.info-ww {
    margin: 40px 0;
    padding: 10px 0 50px 0;
    background: url(../images/fon-ww.png) center no-repeat #fff;
    z-index: 10;
}

.info-ww .h1zag {
    background: #2c82c9;
    color: #fff;
    display: flex;
    width: 300px;
    font-size: 20px;
    font-weight: 300;
    margin: auto;
    float: none;
    margin-bottom: 40px;
    text-align: center;
    padding: 10px 0;
    position: relative;
    z-index: 9;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -khtml-border-radius: 0 0 5px 5px;
}

.info-ww .h1zag span {
    width: 100%;
}

.whywe {
    float: left;
    width: 100%;
    font-size: 0;
    text-align: center;
}

.whywe li {
    display: inline-block;
    vertical-align: top;
    width: 13.66%;
    margin: 0 1.5%;
    list-style-type: none;
    text-align: left;
}

.whywe li img {
    display: flex;
    margin: 0 auto 10px;
}

.whywe li .zag {
    background: #666666;
    color: #fff;
    padding: 5px 10%;
    width: 80%;
    float: left;
    font-size: 14px;
    min-height: 38px;
    text-align: center;
    position: relative;
    z-index: 9;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}

.info-form {
    background: #fafafa;
    padding: 30px 0;
    border-top: 1px solid #dde3e7;
    border-bottom: 1px solid #dde3e7;
}

.info-form .h1zag span {
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 300;
    color: #2c82c9;
}

.formysl {
    float: left;
    width: 100%;
}

.formysl form,
.formysl fieldset {
    border: 0;
}

.formysl p {
    float: left;
    width: 22%;
    margin: 10px 1.5%;
}

.formysl p input {
    width: 100%;
    box-sizing: border-box;
    font-size: 15px;
    padding: 10px 5px;
    border: 1px solid #d8d8d8;
    position: relative;
    z-index: 9;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}

.formysl input.submit {
    float: left;
    width: 22%;
    margin: 10px 1.5%;
    position: relative;
    z-index: 9;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    background: #51b6e9;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    border: 0;
    padding: 8px 0;
    text-align: center;
    transition: background 0.3s;
}

.formysl input.submit:hover {
    cursor: pointer;
    background: #32407d;
}

ul li.effect-ruby a img {
    opacity: 1;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s, -webkit-border 0.3s;
    transition: opacity 0.3s, transform 0.3s, border 0.3s;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
    transform: translateZ(0) scale(1.0, 1.0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}

ul li.effect-ruby:hover a img {
    opacity: 0.9;
    -webkit-transform: translateZ(0) scale(1.1, 1.1);
    transform: translateZ(0) scale(1.1, 1.1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}

.news li a img {
    opacity: 1;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s, -webkit-border 0.3s;
    transition: opacity 0.3s, transform 0.3s, border 0.3s;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}

.news li:hover a img {
    opacity: 0.9;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}

.internal .lmenu ul {
    margin-top: 0;
}

.block40 .prbuy .pr {
    width: 100%;
}

.block40 .prbuy .pr span {
    font-size: 26px;
}

.block40 .prbuy .buy {
    margin: 10px 0;
    font-size: 19px;
    transition: background 0.3s;
    background: #51b6e9;
}

.block40 .prbuy .buy:hover {
    background: #39445e;
}

.block40 .date {
    float: left;
    color: #475577;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 5px;
}

.novosti li {
    min-height: 352px;
}

.blogint p iframe {
    width: 100%;
}

.mincattov li {
    min-height: 290px;
}

.mincattov li .img .numeral {
    font-size: 16px;
    font-weight: bold;
}

.slider-for .slick-slide {
    z-index: 1 !important;
}

.table {
    float: left;
    width: 97%;
    margin: 10px 1.5%;
}

.table table {
    border: 1px solid #E0E0E0;
    width: 100% !important;
    position: relative;
    z-index: 9;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    overflow: hidden;
    box-sizing: border-box;
}

.table table tbody td {
    vertical-align: middle;
}

.table table tbody td p {
    margin: 5px 5px;
    color: #000;
    font-size: 17px;
    font-weight: 300;
    float: none;
    width: auto;
}

.table table tbody td a {
    color: #32648f;
}

.table table td table {
    width: 100%;
}

.table table td table td:first-child {
    width: 60px;
}

.table table p {
    padding: 0;
    margin: 0;
}

.table table td {
    border: 1px solid #f7f7f7;
    padding-left: 8px;
    text-align: center;
    color: #000;
    font-size: 16px;
    font-weight: 300;
}

.table table td a {
    color: #205081;
}

.table table td,
.table th {
    padding: 10px 3%;
    text-align: left;
    box-sizing: border-box;
}

.table table th:first-child {
}

.table table tr:nth-child(2n) {
    background-color: #f7f7f7;
}

.table table th {
    background-color: #484b52;
    border: 1px solid #484b52;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
}

.fmenu {
    display: none;
}

#wapkamen2 .wapcall {
    display: none;
}

.block30 {
    float: left;
    width: 30%;
    padding: 0 0 0 5%;
}

.block65 {
    float: left;
    width: 60%;
    padding: 0 0 0 5%;
}

.block96 {
    float: left;
    width: 96%;
    padding: 0 2%;
}

.imgbl {
    float: left;
    width: 100%;
    margin: 15px 0;
    position: relative;
    z-index: 9;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    overflow: hidden;
}

.imgbl img {
    float: left;
    width: 100%;
}

.mtop {
    float: left;
    width: 100%;
    margin-top: 15px;
}

/*
voot
*/
.voot {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    position: relative;
    z-index: 5;
    box-sizing: border-box;
}

.voot {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
}

.voot .zag {
    float: left;
    margin: 10px 0 10px 0;
    text-transform: uppercase;
    float: left;
    width: auto;
    padding: 0;
    text-decoration: none;
    font-size: 24px;
    color: #475577;
    font-weight: 400;
    position: relative;
    z-index: 9;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    transition: background 0.3s;
}

.voot ul {
    list-style: none;
}

.voot ul > li {
    padding-left: 20px;
    position: relative;
    margin: 5px 0;
    width: 100%;
    box-sizing: border-box;
    float: left;
}

.voot ul > li:before {
    content: '\2605';
    position: absolute;
    top: 0;
    left: 0;
    color: #9ad92c;
}

.voot ul li a {
    float: none;
    width: auto;
    color: #2c82c9;
    font-size: 17px;
    text-decoration: none;
}

.voot ul li:hover,
.voot ul li a:hover {
    color: #333;
    text-decoration: none;
}

/*
spsot
*/
.spsot li {
    min-height: 252px;
    background: #2c82c9;
    transition: background 0.3s;
}

.spsot li:hover {
    background: #246aa3;
}

.spsot li .inner {
    min-height: 200px;
    background: transparent;
}

.spsot li .img {
    height: 160px;
}

.spsot li .text .zag {
    color: #fff;
    text-transform: uppercase;
    font-size: 19px;
}

.spsot li .text .zag:hover {
    color: #d5d5d5;
}

.spsot li .text .opis p {
    color: #fff;
    font-size: 14px;
    margin: 5px 0;
}

.slick-prev,
.slick-next {
}

.prises {
    float: left;
    width: 100%;
    margin: 0 0 0px 0;
}

.prises .zag {
    float: left;
    margin: 10px 2% 5px 2%;
    text-transform: uppercase;
    float: left;
    width: auto;
    padding: 0;
    text-decoration: none;
    font-size: 24px;
    color: #475577;
    font-weight: 400;
    position: relative;
    z-index: 9;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    transition: background 0.3s;
}

/*
newsspon
*/
.otz {
    float: left;
    width: 100%;
    font-size: 0;
    text-align: center;
}

.otz li {
    width: 30.33%;
    margin: 15px 1.5%;
    height: auto;
    display: inline-block;
    vertical-align: top;
    color: #333333;
    font-size: 15px;
    text-align: left;
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #f2f2f2;
    box-shadow: 2px 2px 0 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 2px 2px 0 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 2px 2px 0 0 rgba(0, 0, 0, .1);
    border-radius: 5px;
}

.otz li:hover {
    box-shadow: 0 0 15px #e5e5e5;
    -webkit-box-shadow: 0 0 15px #e5e5e5;
    -moz-box-shadow: 0 0 15px #e5e5e5;
    -khtml-box-shadow: 0 0 15px #e5e5e5;
}

.otz li .img {
    width: 100%;
    height: 200px;
    margin: 0 auto;
    display: block;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    z-index: 4;
    border-radius: 5px;
}

.otz li .img img {
    width: 100%;
    max-width: auto;
    position: relative;
}

.otz li .date {
    float: left;
    z-index: 2;
    font-size: 13px;
    color: #333333;
    padding: 7px 10px;
    font-weight: bold;
    display: block;
    overflow: hidden;
    text-align: left;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fcca3a;
}

.otz li .text {
    font-size: 13px;
    color: #000;
    float: left;
    width: 94%;
    margin: 5px 3%;
    position: relative;
    text-align: left;
}

.otz li .zag {
    float: left;
    display: block;
    width: 100%;
    font-size: 17px;
    color: #32407d;
    margin: 5px 0;
    text-decoration: none;
    position: relative;
    z-index: 2;
    overflow: hidden;
    font-weight: bold;
    text-transform: uppercase;
}

.otz li a:hover {
    color: #000;
    text-decoration: underline;
}

.otz li span {
    color: #51b6e9;
    font-size: 17px;
    float: left;
    margin: 5px 0 10px 0;
}

.otzkli,
.galrab,
.yslkom {
    background: url(../images/block-bg.png) center bottom no-repeat;
    padding-bottom: 40px;
    overflow: hidden;
}

.all {
    width: 240px;
    display: block;
    margin: 10px auto;
    background: #51b6e9;
    color: #fff;
    font-size: 17px;
    text-align: center;
    overflow: hidden;
    border-radius: 5px;
    padding: 10px;
    box-sizing: border-box;
    transition: background .35s;
    text-decoration: none;
}

.all:hover {
    background: #39445e;
}

.otzkli,
.bg-news {
}

.responsive.otz li {
    margin: 15px 20px;
}

.wapka22 {
    display: none;
}

.responsive-img .slick-slide {
    margin: 0 5px;
    overflow: hidden;
}

/*magnific popup*/
.white-popup-block {
    background: #FFF;
    padding: 20px 30px;
    text-align: left;
    max-width: 450px;
    margin: 40px auto;
    position: relative;
    display: block;
    box-sizing: border-box;
    border-radius: 5px;
}

div.white-popup-block {
    max-width: 1000px;
}

.white-popup-block h6 {
    display: block;
    color: #4c4c4c;
    font-size: 19px;
    font-weight: normal;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    width: 100%;
    margin: 10px 0;
}

#test-modal {
}

code {
    background: #F8F8F8;
    padding: .1em .4em;
    color: #c82829;
    font-size: 13px;
}

.mfp-content fieldset,
.mfp-content .test-form-content {
    width: 100%;
    display: block;
    min-width: initial;
}

.mfp-content p {
    font-size: 13px;
    display: inline-block;
    margin: 0 0 5px 0;
    width: 100%;
    color: #7f7f7f;
}

.mfp-content ul {
    margin: 5px 0 0 0;
}

.mfp-content ul li {
    list-style-type: none;
    float: left;
    width: 100%;
    margin: 7px 0;
}

.mfp-content label,
.mfp-content input,
.mfp-content textarea,
.mfp-content a,
.mfp-content button {
    float: left;
    display: inline-block;
    width: auto;
    margin: 0;
    box-sizing: border-box;
    padding: 5px 5px;
    border: 1px solid #cccccc;
    font-size: 15px;
    color: #262626;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    font-family: 'PT Sans', Arial, sans-serif;
}

.mfp-content .white-popup-block input {
    padding: 15px;
    width: 100%;
}

.mfp-content textarea {
    min-width: 250px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.mfp-content label {
    border: 1px solid #f5f5f5;
    background: #f5f5f5;
    margin: 0 2% 0 0;
    min-width: 210px;
}

.mfp-content label span {
    color: #c82829;
    font-weight: bold;
}

.mfp-content a.button,
.mfp-content button.button,
.mfp-content a.popup-modal-dismiss {
    background: #28a8e6;
    border: 1px solid #2980b9;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    transition: background .3s;
    margin: 10px 0 0 0;
    padding: 15px 30px;
    float: right;
}

.mfp-content a:hover.button,
.mfp-content button.button:hover,
.mfp-content a.popup-modal-dismiss:hover {
    background: #32407d;
    border: 1px solid #32407d;
    cursor: pointer;
}

.popup-modal-dismiss {
    float: none;
}

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none;
}

.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #cccccc;
}

.mfp-preloader a:hover {
    color: white;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

.mfp-close,
.mfp-close:hover,
.mfp-content .mfp-close,
.mfp-content .mfp-close:hover {
    float: none;
    background: none;
    margin: 0;
    padding: 0;
    border: 0;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-content .mfp-close,
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-content #test-modal2 .mfp-close {
    color: #262626;
}

.mfp-content .mfp-close:hover,
.mfp-close:hover {
    padding: 0 0 18px 10px;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

.tfc-row {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #e6e6e6;
}

.tfc-row:last-child {
    border-bottom: 0;
}

.tfc-row .zag {
    display: block;
    float: left;
    color: #262626;
    padding: 0;
    position: relative;
    text-transform: none;
    font-size: 19px;
    font-weight: normal;
    width: 100%;
    margin-bottom: 10px;
}

.mfp-content div.white-popup-block a {
    overflow: visible;
    padding: 0;
    border: 0;
}

.mfp-content div.white-popup-block .slider-nav a {
    float: left;
    width: auto !important;
    height: 80px !important;
    margin: 3px 5px;
    overflow: hidden;
    border: 2px solid #fff;
    border-radius: 3px;
}

.mfp-content div.white-popup-block .slider-nav a.slick-current {
    border: 2px solid #f37934;
    box-sizing: border-box;
}

.mfp-content div.white-popup-block .slider-for .slick-track {
}

.mfp-content div.white-popup-block .slider-for a.slick-active {
}

.mfp-content div.white-popup-block .slider-nav .slick-slide img {
    height: 80px;
}

.mfp-content div.white-popup-block .slider-nav .slick-track {
    position: relative;
    top: 0;
    left: 0 !important;
    display: block;
    float: left;
    width: 100% !important;
    padding: 0 !important;
}

.mfp-content div.white-popup-block .slider-nav .slick-list {
    padding: 0 !important;
}

.mfp-content div.white-popup-block .slick-cloned {
    display: none !important;
}

.mfp-content div.white-popup-block .slider-nav .slick-prev,
.mfp-content div.white-popup-block .slider-nav .slick-next {
    display: none !important;
}

div.white-popup-block {
    overflow: hidden;
}

.test-form-content .slider-for {
    width: 70%;
    float: left;
}

.test-form-content .slider-nav {
    width: 30%;
    float: left;
    max-height: 480px;
    overflow: auto;
}

.test-form-content .slider-for .slick-slide img {
    height: 480px;
}

.mfp-content div.white-popup-block .tovarbuy {
    background: transparent;
    border: 0;
}

.mfp-content div.white-popup-block .tovar .forbuy {
    float: right;
}

.mfp-content div.white-popup-block .tovar .price {
    float: right;
    text-align: right;
}

.mfp-content div.white-popup-block a.buy {
    padding: 7px 10px 7px 45px;
    border: 0;
    margin-top: 2px;
}

.mfp-content div.white-popup-block a.rassroc {
    padding: 3px 10px 3px 31px;
    border: 0;
    clear: both;
}

.slicknav_menu {
    display: none;
}

/*
 1300
 */
@media screen and (max-width: 1300px) {
    .slidermain .slick-prev,
    .responsive .slick-prev,
    .responsive2 .slick-prev,
    .responsive3 .slick-prev {
        left: 10px;
    }

    .slidermain .slick-next,
    .responsive .slick-next,
    .responsive2 .slick-next,
    .responsive3 .slick-next {
        right: 10px;
    }
}

/*
1220
*/
@media screen and (max-width: 1220px) {
    body {
        min-width: 100%;
    }

    .wapka2,
    .mainmenu2,
    .info2,
    #foot,
    .upr2,
    .slid0 {
        width: 100%;
    }

    .waplkorz {
        margin: 12px 0 0 1.5%;
    }

    .waplimg a {
        float: left;
        height: 110px;
        width: 110px;
        margin: 0;
    }

    .waplimg a img {
        float: left;
        height: 110px;
        width: 110px;
    }

    .wapltel {
        margin: 12px 0 0 1.5%;
    }

    .slid,
    .slid0 {
        height: auto;
    }

    .slidermain img {
        width: 100%;
    }

    .ptext p {
        display: none;
    }

    .categ3 li {
        width: 47%;
        margin: 15px 1.5%;
    }

    .news li {
        width: 30.33%;
    }

    .topmenu li a,
    .topmenu li.first a,
    .topmenu li.last a {
        padding: 3px 3px;
        font-size: 12px;
    }

    .wapmenu {
        display: none;
    }

    .wapka,
    .wapka2,
    .wap,
    .wapimg,
    .wapall {
        height: auto;
    }

    .wapall {
        width: 73%;
        margin: 0 0 0 2%;
    }

    .mainmenu ul {
    }

    .wapkamen .slicknav_btn {
        float: left;
    }

    #footer .topmenu {
        display: none;
    }

    .finf {
        width: 100%;
    }

    .finf p {
        margin: 0 5px;
    }

    .catrazd li {
        width: 30.33%;
        margin: 0 1.5% 20px;
    }

    .responsive2 li {
        margin: 15px 18px;
    }

    /*
    lll
    */
    .slte2 {
        width: 100%;
    }

    .fon-info {
    }

    .slte {
        position: relative;
        top: 0;
        float: left;
    }

    .slid .slick-slider {
        background: #484b52;
    }

    .slte2 {
        width: 100%;
    }

    .wapcall {
    }

    .slte {
        border-top: 5px solid #54ed17;
    }

    .slte:after {
        left: 50%;
        margin-left: -20px;
        position: absolute;
        top: -20px;
        text-align: center;
        border: 20px solid transparent;
        border-top: 0 solid #54ed17;
        content: '';
        z-index: 5;
        border-bottom: 15px solid #54ed17;
    }

    .mainmenu ul li a {
        padding: 0 10px;
    }

    .wcl span {
        font-size: 11px;
        margin-top: 3px;
    }

    #footer .waptel {
        display: none;
    }

    .waptel ul li a,
    .waptel ul li a span {
        font-size: 19px;
    }

    .wapcb .zak {
        font-size: 14px;
    }
}

/*
1020
*/
@media screen and (max-width: 1020px) {
    body {
        min-width: 100%;
    }

    .wapka2,
    .mainmenu2,
    .info2,
    #foot,
    .upr2,
    .slid0 {
        width: 100%;
    }

    .slicknav_menu {
        display: block;
    }

    .topmenu0 .slicknav_menu {
        padding: 0 5px;
    }

    .upr,
    .upr2 {
        height: auto;
    }

    .topmenu {
        display: none;
    }

    .topmenu0 .slicknav_btn {
        float: left;
        background: #0059b3;
    }

    .topmenu0 .slicknav_menu {
        background: #09206c;
    }

    .otzmag {
        margin: 10px 5px 0 5px;
    }

    .waplkab {
        margin: 12px 5px 0 0;
    }

    .wapltime {
        display: none;
    }

    .mainmenu2 #mmenu {
        display: none;
    }

    .mainmenu,
    .mainmenu2 {
        height: auto;
    }

    .mainmenu2 .slicknav_menu {
        background: #87bf26;
    }

    .mainmenu2 .slicknav_btn {
        float: left;
        background: #8c916f;
    }

    .mainmenu ul {
        height: auto;
        border: 0;
        margin: 0 1%;
        width: 98%;
    }

    .mainmenu ul li {
        width: 100%;
        border-right: 0;
    }

    .mainmenu ul li a {
        text-align: left;
    }

    .fourbl li.pfmenu {
        display: none;
    }

    .fourbl li {
        width: 48%;
    }

    .fourbl li .loginf li,
    .fourbl li .fmail li {
        width: 100%;
    }

    .block2 {
        width: 50%;
        margin: 0 25%;
    }

    .block1 {
        width: 98%;
    }

    .categ3 li {
        width: 30.33%;
    }

    .filters li.dropped .drop-menu-main-sub {
        display: block;
    }

    .filters li .drop-menu-main-sub {
        display: none;
    }

    .content {
        width: 98%;
        margin: 0 1%;
    }

    .block3-5 {
        width: 98%;
        padding: 0 1%;
    }

    .fleft {
        margin: 15px 0 0 1%;
    }

    .fright {
    }

    .slicknav_btn {
        padding: 1.2em !important;
    }

    .wapall {
        width: 100%;
        margin: 0;
    }

    .waptm ul li {
        margin: 4px 0;
    }

    /*
    lll
    */
    .block2 {
        display: none;
    }

    #foot {
        position: relative;
    }

    #podfooter {
        display: none;
    }

    #footer {
        float: left;
        height: auto;
        margin: 0;
    }

    #foot {
    }

    .fleft {
        display: none;
    }

    .fright {
    }

    .fmenu {
        display: block;
        float: left;
        width: 100%;
    }

    .fmenu .mainmenu {
        width: 100%;
        background: none;
        margin: 10px 0;
    }

    .fmenu .mainmenu ul,
    .fmenu .mainmenu ul li,
    .fmenu .mainmenu ul li a {
        width: auto;
    }

    .whywe li {
        display: inline-block;
        vertical-align: top;
        width: 30.33%;
        margin: 10px 1.5%;
    }

    .formysl p {
        float: left;
        width: 47%;
        margin: 10px 1.5%;
    }

    .formysl input.submit {
        float: left;
        width: 47%;
        margin: 10px 1.5%;
    }

    .wapimg a img {
        float: left;
        height: auto;
        margin: 17px 0 0 0;
    }

    .waptm {
        width: 235px;
        margin-left: 7px;
    }

    .wapimg {
        height: auto;
        width: auto;
    }

    .waptel {
        width: 220px;
        float: right;
        margin: 5px 10px 0 0;
    }

    .wapcall {
        width: 1%;
        margin: 0;
    }

    .wapimg a {
        height: auto;
    }

    .waptel ul li {
        font-size: 25px;
        width: 100%;
    }

    .sltext {
        width: 96%;
        margin: 10px 2%;
    }

    .slpodr {
        display: none;
    }

    .fon-info {
        margin-top: 0px;
        background: none;
    }

    #wapkamen2 .wapcall {
        display: block;
        right: 1%;
        width: auto;
        float: right;
        position: absolute;
        top: 0;
    }

    #wapkamen2 .wapcall .wcall {
        margin: 15px 0 0 0;
    }

    .wapka .wapcall {
        display: none;
    }

    .block60 .slider-for .slick-track,
    .block60 .slider-for .slick-slide {
        width: 100% !important;
        float: left;
    }

    .block60 .slider-nav .slick-slide {
        width: auto;
        float: none;
    }

    .wapka {
        border-bottom: 5px solid #f5f5f5;
    }

    .wapka22 {
        float: left;
        position: relative;
        left: 0;
        width: 100%;
        margin-top: -100px;
        display: block;
    }

    .wapka2 {
        width: calc(100% - 120px);
        float: right;
        position: relative;
        z-index: 555;
    }

    .mainmenu {
        border-bottom: 0;
    }

    .wapimg span {
        display: none;
    }

    .wapka {
        z-index: 150;
    }

    .wapka2 {
        position: absolute;
        top: 0;
        content: '';
        left: 120px;
    }

    .wapimg {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100px;
        margin-top: 0;
    }

    .waptm {
        width: 27%;
    }
}

/*
900
*/
@media screen and (max-width: 900px) {
    .news li {
        width: 47%;
    }

    .waptime {
        display: none;
    }

    .catrazd li {
        width: 47%;
        margin: 0 1.5% 20px;
    }

    .responsive2 li {
        margin: 15px 18px;
    }

    .waptm {
        display: none;
    }
}

/*
850
*/
@media screen and (max-width: 850px) {
    .waplkab {
        display: none;
    }

    .waplimg a {
        float: left;
        height: 100px;
        width: 100px;
        margin: 0;
    }

    .waplimg a img {
        float: left;
        height: 100px;
        width: 100px;
    }

    .wapltel {
        padding: 5px 5px;
    }

    .podpiska0 {
        display: none;
    }

    .categ3 li {
        width: 47%;
    }
}

/*
800
*/
@media screen and (max-width: 800px) {
}

/*
750
*/
@media screen and (max-width: 750px) {
    .block60 {
        float: left;
        width: 50%;
        padding: 0 5%;
        margin: 0 20%;
    }

    .block40 {
        float: left;
        width: 60%;
        padding: 0 20%;
    }

    .b2int {
        display: none;
    }

    .waptel {
    }

    .waptimemail {
        margin: 15px 0 0 0;
    }

    .waptm {
        display: none;
    }

    .wapimg a {
        text-decoration: none;
    }

    .wapimg a img {
        margin-bottom: 3px;
    }

    .wapimg a span {
        display: block;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 10px;
        background: linear-gradient(180deg, #3f3b15 33%, #9b9800 66%, #3f3b15);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-decoration: none;
    }
}

/*
700
*/
@media screen and (max-width: 700px) {
    .slid {
        display: none;
    }

    .finf {
        display: none;
    }

    .fleft {
        display: none;
    }

    .wapimg,
    .waptel,
    .wapcb {
        height: auto;
        width: 100%;
        margin: 0;
    }

    .wapcb {
        margin: 4px 0 0 0;
    }

    .waptel ul {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .waptel ul li {
        float: left;
        width: auto;
        margin: 5px 2%;
    }

    .waptel ul li a {
        padding: 0;
    }

    .waptel ul li a img {
        padding: 0px 5px 0 0;
        float: left;
    }
}

/*
650
*/
@media screen and (max-width: 650px) {
    .wapltext {
        display: none;
    }

    .otzivotziv {
        width: 100%;
    }

    .block60 {
        float: left;
        width: 70%;
        padding: 0 5%;
        margin: 0 10%;
    }

    .block40 {
        float: left;
        width: 80%;
        padding: 0 10%;
    }

    .wapall {
        width: 100%;
    }

    .wapka {
        border-bottom: 5px solid #f5f5f5;
    }

    .waptel {
    }
}

/*
600
*/
@media screen and (max-width: 600px) {
    .news li {
        width: 77%;
        margin: 10px 11.5%;
    }

    .imgbi-l,
    .imgbi-r {
        width: 98% !important;
        overflow: hidden;
    }

    iframe {
        width: 100%;
    }

    .catrazd li {
        width: 77%;
        margin: 0 11.5% 20px;
    }

    .responsive2 li {
        margin: 15px 18px;
    }

    .responsive li {
        margin: 15px 18px;
    }

    .categ2 li {
        width: 97%;
    }

    .whywe li {
        width: 47%;
    }

    .formysl p {
        width: 97%;
    }

    .formysl input.submit {
        float: left;
        width: 97%;
        padding: 15px 0;
    }

    .block30 {
        float: left;
        width: 50%;
        padding: 0 25%;
    }

    .block65 {
        float: left;
        width: 98%;
        padding: 0 1%;
    }
}

/*
550
*/
@media screen and (max-width: 550px) {
    .categ3 li {
        width: 97%;
        margin: 10px 1.5%;
    }

    .block2 {
        display: none;
    }

    .wapimg {
        width: 25%;
    }

    .wapimg a {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100px;
    }

    .wapimg a img {
        width: 100%;
        margin-top: 10px;
    }

    .wapimg a span {
        display: none;
    }

    .wapimg {
        display: none;
    }

    .waptel ul li {
        margin: 5px 0;
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
    }

    .waptel ul {
        display: block;
    }

    .adress {
        display: none;
    }
}

/*
500
*/
@media screen and (max-width: 500px) {
    .fourbl li .wapltel {
        display: block;
    }

    .fourbl li {
        width: 98%;
    }

    .fourbl li.first {
        display: none;
    }

    .foots {
        float: left;
    }

    .callus {
        display: none;
    }

    .wapmail {
        display: none;
    }
}

/*
450
*/
@media screen and (max-width: 450px) {
    .table table th,
    .table table tr,
    .table table td {
        font-size: 12px;
    }
}

/*
400
*/
@media screen and (max-width: 400px) {
    .news li {
        width: 97%;
        margin: 10px 1.5%;
    }

    .block60 {
        float: left;
        width: 90%;
        padding: 0 5%;
        margin: 0;
    }

    .block40 {
        float: left;
        width: 98%;
        padding: 0 1%;
    }

    .slick-slider .slick-prev {
        left: 0;
    }

    .slick-slider .slick-next {
        right: 0;
    }

    .catrazd li {
        width: 97%;
        margin: 0 1.5% 20px;
    }

    h1,
    .h1zag {
        font-size: 26px;
    }

    .wcall,
    .wcall:hover {
        padding: 3px 10px 3px 10px;
        background: #76bb23;
    }

    .waptel {
        width: 100%;
    }

    .waptel ul {
        width: 100%;
    }

    .wapimg {
        display: none;
    }

    .whywe li {
        width: 97%;
    }

    .info-ww .h1zag {
        width: auto;
    }

    .table table th,
    .table table td {
    }
}

/*
350
*/
@media screen and (max-width: 350px) {
    .otzmag {
        display: none;
    }

    .waptel ul li a.viber {
        background: none;
    }

    .waptel ul li a {
        padding-right: 0;
        background: none;
    }

    .waptel ul li a,
    .waptel ul li a span {
        font-size: 15px;
        line-height: 1.7;
    }
}

/*
 300
 */
@media screen and (max-width: 300px) {
    .waplimg {
        display: none;
    }

    .slicknav_btn {
        margin: 23px 5px 23px !important;
    }

    .wapka2 {
        width: calc(100% - 80px);
    }

    .wapka2 {
        left: 80px;
    }
}

/*!
 * SlickNav Responsive Mobile Menu v1.0.6
 * (c) 2015 Josh Cope
 * licensed under MIT
 */
.slicknav_btn {
    position: relative;
    display: block;
    vertical-align: middle;
    float: left;
    padding: 0.438em 0.625em 0.438em 0.625em;
    line-height: 1.125em;
    cursor: pointer;
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em;
}

.slicknav_menu {
    *zoom: 1;
}

.slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left;
}

.slicknav_menu .slicknav_icon {
    float: left;
    width: 1.125em;
    height: 0.875em;
    margin: 0.188em 0 0 0.438em;
}

.slicknav_menu .slicknav_icon:before {
    background: transparent;
    width: 1.125em;
    height: 0.875em;
    display: block;
    content: "";
    position: absolute;
}

.slicknav_menu .slicknav_no-text {
    margin: 0;
}

.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.slicknav_menu:before {
    content: " ";
    display: table;
}

.slicknav_menu:after {
    content: " ";
    display: table;
    clear: both;
}

.slicknav_nav {
    clear: both;
}

.slicknav_nav ul {
    display: block;
}

.slicknav_nav li {
    display: block;
}

.slicknav_nav li.minmenu {
    background: #51b6e9;
    color: #32407d;
}

.slicknav_nav li.last {
    border-bottom: 5px solid #f5f5f5;
}

.slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em;
}

.slicknav_nav .slicknav_item {
    cursor: pointer;
}

.slicknav_nav .slicknav_item a {
    display: inline;
}

.slicknav_nav .slicknav_row {
    display: block;
}

.slicknav_nav a {
    display: block;
}

.slicknav_nav .slicknav_parent-link a {
    display: inline;
}

.slicknav_brand {
    float: left;
}

.slicknav_menu {
    font-size: 16px;
    box-sizing: border-box;
    background: #fff;
    padding: 5px;
}

.slicknav_menu * {
    box-sizing: border-box;
}

.slicknav_menu .slicknav_menutxt {
    color: #fff;
    font-weight: 400;
    text-shadow: 0 1px 3px #000;
}

.slicknav_menu .slicknav_icon-bar {
    background-color: #fff;
}

.slicknav_btn {
    margin: 21px 25px 21px;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #475577;
}

.slicknav_nav {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 0.875em;
    list-style: none;
    overflow: hidden;
    border-top: 5px solid #f2eded;
    background: #32407d;
}

.slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0 0 0 20px;
}

.slicknav_nav .slicknav_row {
    padding: 8px 10px;
    margin: 2px 5px;
}

.slicknav_nav .slicknav_row:hover {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #f2eded;
    color: #32407d;
}

.slicknav_nav a {
    padding: 8px 10px;
    margin: 1px 5px;
    text-decoration: none;
    color: #fff;
    font-size: 17px;
}

.slicknav_nav a:hover {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #f2eded;
    color: #32407d;
}

.slicknav_nav .slicknav_txtnode {
    margin-left: 15px;
}

.slicknav_nav .slicknav_item a {
    padding: 0;
    margin: 0;
}

.slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0;
}

.slicknav_brand {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    padding: 7px 12px;
    height: 44px;
}

.slicknav_nav a:hover a {
    color: #32407d;
}

.slicknav_nav .slicknav_open .slicknav_row {
    background: #51b6e9;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';

/* Slider */
.slick-loading .slick-list {
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
    font-weight: normal;
    font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    margin-top: -20px;
    margin-top: -20px \9; /*lte IE 8*/
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    background: rgba(203, 199, 93, 0.2);
    transition: background 0.3s;
    z-index: 5;
}

.slick-prev {
    font-size: 0;
    background: url(../images/str-left.png) center no-repeat #f7f1f9;
}

.slick-next {
    font-size: 0;
    background: url(../images/str-right.png) center no-repeat #f7f1f9;
}

.slick-prev:before,
.slick-next:before {
    display: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    opacity: .8;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 30px;
    line-height: 1.1;
    opacity: .95;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: 0px;
}

[dir='rtl'] .slick-prev {
    right: 0px;
    left: auto;
}

.slick-prev:before {
    content: '←';
}

[dir='rtl'] .slick-prev:before {
    content: '→';
}

.slick-next {
    right: 0px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: 0px;
}

.slick-next:before {
    content: '→';
}

[dir='rtl'] .slick-next:before {
    content: '←';
}

/* Dots */
.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
    max-width: none;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
    background: url(images/overlay.png) repeat 0 0;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

#colorbox {
    outline: 0;
}

#cboxTopLeft {
    width: 21px;
    height: 21px;
    background: url(images/controls.png) no-repeat -101px 0;
}

#cboxTopRight {
    width: 21px;
    height: 21px;
    background: url(images/controls.png) no-repeat -130px 0;
}

#cboxBottomLeft {
    width: 21px;
    height: 21px;
    background: url(images/controls.png) no-repeat -101px -29px;
}

#cboxBottomRight {
    width: 21px;
    height: 21px;
    background: url(images/controls.png) no-repeat -130px -29px;
}

#cboxMiddleLeft {
    width: 21px;
    background: url(images/controls.png) left top repeat-y;
}

#cboxMiddleRight {
    width: 21px;
    background: url(images/controls.png) right top repeat-y;
}

#cboxTopCenter {
    height: 21px;
    background: url(images/border.png) 0 0 repeat-x;
}

#cboxBottomCenter {
    height: 21px;
    background: url(images/border.png) 0 -29px repeat-x;
}

#cboxContent {
    background: #fff;
    overflow: hidden;
}

.cboxIframe {
    background: #fff;
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}

#cboxLoadedContent {
    margin-bottom: 28px;
}

#cboxTitle {
    position: absolute;
    bottom: 4px;
    left: 0;
    text-align: center;
    width: 100%;
    color: #949494;
}

#cboxCurrent {
    position: absolute;
    bottom: 4px;
    left: 58px;
    color: #949494;
}

#cboxLoadingOverlay {
    background: url(images/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
    background: url(images/loading.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
    outline: 0;
}

#cboxSlideshow {
    position: absolute;
    bottom: 4px;
    right: 30px;
    color: #0092ef;
}

#cboxPrevious {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(images/controls.png) no-repeat -75px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

#cboxPrevious:hover {
    background-position: -75px -25px;
}

#cboxNext {
    position: absolute;
    bottom: 0;
    left: 27px;
    background: url(images/controls.png) no-repeat -50px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

#cboxNext:hover {
    background-position: -50px -25px;
}

#cboxClose {
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(images/controls.png) no-repeat -25px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

#cboxClose:hover {
    background-position: -25px -25px;
}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
}


