.menu__icon{
    display: none;
}
.topmenu {
    text-align: right;
}
.topmenu .menu__icon {
    display: none;
    width: 35px;
    height: 35px;
    position: relative;
    cursor: pointer;
}
.topmenu .menu__icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #4c4c4c;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}
.topmenu .menu__icon span:nth-child(1) {
    top: 0px;
}
.topmenu .menu__icon span:nth-child(2), .menu__icon span:nth-child(3) {
    top: 9px;
}
.topmenu .menu__icon span:nth-child(4) {
    top: 19px;
}
.topmenu.menu_state_open .menu__icon span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}
.topmenu.menu_state_open .menu__icon span:nth-child(2) {
    transform: rotate(45deg);
}
.topmenu.menu_state_open  .menu__icon span:nth-child(3) {
    transform: rotate(-45deg);
}
.topmenu.menu_state_open  .menu__icon span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}
.partners .img {
    text-align: center;
    padding: 15px 0;
    /*height: 171px;*/
}
.partnersItem{
    text-align: center;
    margin-bottom: 30px;
}
.partnersItem .nm_title{
    font-size: 18px;
}
.pagination ul li {
    float: none;
    list-style: none;
    display: inline-block;
}
.pagination {
    margin-top: 15px;
    width: 100%;
    text-align: center;
    display: block;
}
.pagination ul {
    width: auto;
    display: inline-block;
    padding-left: 10px;
}
.product-count{
    display: inline-block;
}
/*video{*/
/*    position:fixed;*/
/*    z-index:-1;*/
/*    min-width:100%;*/
/*    min-height:100%;*/
/*    width: 100%;*/
/*    overflow:hidden;*/
/*}*/
/*#video_bg {*/
/*    position: fixed;*/
/*    top: 0;*/
/*    bottom:0;*/
/*    right:0;*/
/*    left: 0;*/
/*    z-index: -1000;*/
/*    min-width: 100%;*/
/*    min-height: 100%;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/
#video-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100000000;
    background: url(../video/video.jpg) no-repeat #94a233;
    background-size: cover;
}

#video-bg > video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}

@supports (object-fit: cover) {
    #video-bg > video {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
.start .logo {
    background-color: #fff;
    width: 315px;
    display: block;
    -webkit-box-shadow: 0px 0px 34px -15px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 34px -15px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 34px -15px rgba(0,0,0,0.75);
    margin: 0 auto 50px;
    text-align: center;
}
.start .logo img{
    display: inline-block;
    margin-top: 30px;
}
.start .logo p{
    font-size: 18px;
    font-family: "Arial";
    color: rgb(0, 65, 150);
    line-height: 2.667;
    text-align: center;
    margin-bottom: 0;
}
.start .wheader{
    position: absolute;
    top: 26px;
}
.start .wheader .menu__icon {
    display: block;
    width: 40px;
    height: 35px;
    position: relative;
    cursor: pointer;
}
.start .wheader .menu__icon span {
    display: block;
    position: absolute;
    height: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    width: 100%;
    background: #fff;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}
.start .wheader .menu__icon span:nth-child(1) {
    top: 0px;
}
.start .wheader .menu__icon span:nth-child(2), .menu__icon span:nth-child(3) {
    top: 13px;
}
.start .wheader .menu__icon span:nth-child(4) {
    top: 26px;
}
.start .wheader.menu_state_open .menu__icon span:nth-child(1) {
    top: 21px;
    width: 0%;
    left: 50%;
}
.start .wheader.menu_state_open .menu__icon span:nth-child(2) {
    transform: rotate(45deg);
}
.start .wheader.menu_state_open  .menu__icon span:nth-child(3) {
    transform: rotate(-45deg);
}
.start .wheader.menu_state_open  .menu__icon span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}
.start .wheader.menu_state_open .hheader{
    display: block;
}
.start .hheader{
     display: none;
 }
.start .hheader{
    margin-top: 8px;
    width: 234px;
    padding-top: 20px;
    height: auto;
    padding-bottom: 20px;
    background-color: #fff;
    position: relative;
    z-index: 555;
}
.start .hheader .langmenu{
    list-style: none;
    text-align: center;
    padding-left: 0;
}
.start .hheader .langmenu li{
    display: inline-block;
}
.start .hheader .langmenu li a {
    font-size: 16px;
    font-family: "Arial";
    color: rgb(101, 101, 101);
    line-height: 1.2;
    padding: 0 20px;
}
.start .hheader .langmenu li a:hover {
    color: #004298;
    text-decoration: none;
}
.start .wmenu ul,
.start .wcabinet ul{
    padding-left: 15px;
    list-style: none;
    margin-bottom: 0;
}
.start .wmenu ul li{
    position: relative;
}
.start .wmenu ul li a,
.start .wcabinet a,
.start .wcabinet ul li a{
    font-size: 16px;
    font-family: "Arial";
    color: rgb(116, 116, 116);
    line-height: 1.75;
    text-align: left;
    margin-bottom: 10px;
}

.start .wmenu ul li.wcabinet {
    padding-left: 0;
}

.start .wmenu ul li a:hover,
.start .wcabinet ul li a:hover{
    color: #004298;
    text-decoration: none;
 }
.start .wmenu ul li.second ul,
.start .wcabinet.second ul{
    display: none;
    margin: 10px 0 10px 13px;
}
.start .wcabinet{
    position: relative;
}
.start .wcabinet:after{
    content: "";
    background-image: url(../img/nmenu.png);
    width: 10px;
    height: 16px;
    position: absolute;
    right:38px;
    top:5px;
}
.start .wcabinet {
    padding-left: 15px;
}
.start .wcabinet ul{
    display: none;
    margin: 10px 0 10px 13px;
}
.start .wmenu ul li.second.active a,
.start .wcabinet.active a{
    color: #004298;
}
.start .wmenu ul li.second.active:after,
.start .wcabinet.active:after{
    content: "";
    background-image: url(../img/hmenu.png);
    width: 16px;
    height: 10px;
    position: absolute;
    right:35px;
    top:7px;
}
.start .partners,
.start .winfo{
    padding: 36px 0 35px;
    background-color: rgba(48,75,110,0.7);
    width: 100%;
    overflow: hidden;
}
.start .partners .title{
    font-size: 24px;
    font-family: 'Fira Sans Condensed', sans-serif;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 0.8;
    text-align: center;
    margin-bottom: 25px;
}
.start .partners p{
    font-size: 18px;
    font-family: 'Fira Sans Condensed', sans-serif;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.667;
    text-align: center;
    margin-bottom: 0;
}
.start .pimg{
    margin-top: -30px;
    margin-bottom: 0;
}
.start .partners p img{
    margin-top: 40px;
}
.start .lpartners{
    float: left;
    margin-left: 100px;
}
.start .rpartners{
    float: right;
}
.start .lpartners,
.start .rpartners{
    width: 330px;
    text-align: center;
}
.start .rpartners{
    text-align: left;
    margin-right: 100px;
}
.start .rpartners p{
    text-align: left;
}
.start rpartners form{
    margin-top: 20px;
}
.start .partners form input {
    background-color: transparent;
    border: 1px solid #fff;
    padding-left: 13px;
    font-size: 14px;
    color: #fff;
    width: 100%;
    margin-bottom: 10px;
    text-align: left;
    height: 25px;
}
.start .partners form input::-webkit-input-placeholder {color:#fff;}
.start .partners form input::-moz-placeholder          {color:#fff;}/* Firefox 19+ */
.start .partners form input:-moz-placeholder           {color:#fff;}/* Firefox 18- */
.start .partners form input:-ms-input-placeholder      {color:#fff;}
.start .partners form input[type='submit']{
    background-color: #304b6e;
    border: 1px solid #84a9d9;
    border-radius: 10px;
    text-align: center;
    line-height: 26px;
    color: #fff;
    padding: 0;
    font-size:14px;
    width: 194px;
    height: 49px;
    margin: 8px auto;
    display: block;
}
.start .partners form input[type='submit']:hover{
    background: -moz-linear-gradient(273deg, rgba(48,75,110,1) 0%, rgba(90,121,161,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(48,75,110,1)), color-stop(100%, rgba(90,121,161,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(273deg, rgba(48,75,110,1) 0%, rgba(90,121,161,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(273deg, rgba(48,75,110,1) 0%, rgba(90,121,161,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(273deg, rgba(48,75,110,1) 0%, rgba(90,121,161,1) 100%); /* ie10+ */
    background: linear-gradient(177deg, rgba(48,75,110,1) 0%, rgba(90,121,161,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#304b6e', endColorstr='#5a79a1',GradientType=0 ); /* ie6-9 */
}
.start form input[type='submit'].registr,
.start .registr{
    text-align: center;
    line-height: 49px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-family: "Arial";
    border-radius: 5px;
    width: 272px;
    height: 49px;
    border:none;
    margin: 20px auto;
    background: #72c224;
}
.start form input[type='submit'].registr:hover,
.start .registr:hover{
    color: #fff;
    text-decoration: none;
    background: -moz-linear-gradient(top, #59c328 0%, #9be652 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #59c328), color-stop(100%, #9be652));
    background: -webkit-linear-gradient(top, #59c328 0%, #9be652 100%);
    background: -o-linear-gradient(top, #59c328 0%, #9be652 100%);
    background: -ms-linear-gradient(top, #59c328 0%, #9be652 100%);
    background: linear-gradient(to bottom, #59c328 0%, #9be652 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59c328', endColorstr='#9be652', GradientType=0 );
}
.start.login .partners .lpartners p {
    margin-bottom: 25px;
    text-align: left;
}
.start.login .partners .lpartners,
.start.login .partners .rpartners{
    width: 370px;
    float:none;
    margin: 0 auto;
}
.start .rpartners {
    text-align: center;
}
.start.login .partners .lpartners{
    margin-bottom: 15px;
}
.start.login .partners{
    position: relative;
}
.start.login .partners p {
    margin-bottom: 25px;
}
.start.login .or{
    text-align: center;
    width: 100%;
    font-size: 48px;
    font-family: "Arial";
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 0.8;
    margin-bottom: 25px;
}
.start .partners{
    margin-bottom: 72px;
}
.start .getPartners{
    padding: 36px;
    background-color: rgb(48,75,110);
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 560px;
    margin-bottom: 60px;
}
.start .getPartners:after{
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    z-index: 2;
    top:0;
    height: 1300px;
    background: rgb(133,170,215);
    background: radial-gradient(circle, rgba(133,170,215,1) 0%, rgba(48,75,110,1) 70%);
}
.start .getPartners .title{
    font-size: 24px;
    font-family: 'Fira Sans Condensed', sans-serif;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1;
    position: relative;
    z-index: 3;
    text-align: center;
    margin-bottom: 50px;
}
.start .getPartners .puls .desc{
    opacity: 0;
    width: 400px;
    height: auto;
    padding: 15px 15px;
    background-color: #a7cfff;
    z-index: -1;
    position: absolute;
    left: 0;
    top:0px;
    border-radius: 10px;
    text-align: left;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    transition: 1s ease-in-out;
}
.start .getPartners .puls .active .desc{
    transition: 1s ease-in-out;
    opacity: 1;
    z-index: 1;
}
.start .getPartners .puls .desc ul{
    list-style: none;
    padding-left: 20px;
}
.start .getPartners .puls1.active,
.start .getPartners .puls2.active,
.start .getPartners .puls3.active,
.start .getPartners .puls4.active,
.start .getPartners .puls5.active{
    z-index:99999999;
    transition: 1s ease-in-out;
}
.start .getPartners .puls .active p,
.start .getPartners .puls .active img{
    z-index: -2;
}
.start .getPartners .puls1 .desc,
.start .getPartners .puls3 .desc{
    margin-left: 215px;
    margin-top: 50px;
}
.start .getPartners .puls2 .desc{
    margin-left: 215px;
    margin-top: -164px;
}
.start .getPartners .puls4 .desc{
     margin-left: -256px;
    margin-top: -164px;
 }
.start .getPartners .puls5 .desc{
    margin-left: -256px;
    margin-top: 50px;
}
.start .getPartners .puls .desc ul li:before{
    content: "- ";
    font-size: 18px;
    font-family: "Arial";
    color: rgb(48, 75, 110);
    line-height: 1.2;
}
.start .getPartners .puls {
    position: relative;
    z-index: 3;
    margin: 0 158px;
    transition: 1s ease-in-out;
    left: -532px;
    width: 1338px;
    margin-left: 50%;
}
.start .getPartners .puls1,
.start .getPartners .puls2,
.start .getPartners .puls3,
.start .getPartners .puls4,
.start .getPartners .puls5{
    cursor: pointer;
    transition: 1s ease-in-out;
}
.start .getPartners .puls1, .start .getPartners .puls3, .start .getPartners .puls5 {
    top: 25px;
    position: absolute;
    width: 356px;
    text-align: center;
}
.start .getPartners .puls2,
.start .getPartners .puls4{
    top: 180px;
    position: absolute;
    width: 356px;
    text-align: center;
}
.start .getPartners .puls img {
    z-index: 7;
}
.start .getPartners .puls1 {
    left: -48px;
}
.start .getPartners .puls2{
    left: 135px;
}
.start .getPartners .puls3 {
     left: 358px;
 }
.start .getPartners .puls4{
    left: 575px;
}
.start .getPartners .puls5 {
    left: 779px;
}
.start .getPartners .puls .line{
    position: absolute;
    top: 100px;
    left: 130px;
}
.start .getPartners .puls p{
    font-size: 18px;
    font-family: 'Fira Sans Condensed', sans-serif;
    color: rgb(255, 255, 255);
    line-height: 2.667;
    text-align: center;
    margin-bottom: 0;
}
.start .getPartners .puls1 img,
.start .getPartners .puls2 img,
.start .getPartners .puls3 img,
.start .getPartners .puls4 img,
.start .getPartners .puls5 img{
    width: 47px;
    height: 47px;
    color:gray;
    background: white;
    border-radius: 50%;
    animation: radial-pulse 2s infinite;
}
.start .getPartners .puls2 p,
.start .getPartners .puls4 p{
    margin-top: 50px;
}
.start .getPartners .puls2 img,
.start .getPartners .puls4 img{
    margin-top: -180px;
}
@keyframes radial-pulse {
    0% {
        box-shadow: 0 0 0 0px rgba(131, 164, 205, 0.4);
    }

    100% {
        box-shadow: 0 0 0 40px rgba(131, 164, 205, 0);
    }
}
.start .winfo .linfo img{
    float: left;
    margin-right: 70px;
}
.start .winfo{
    margin-bottom: 60px;
}
.start .winfo p{
    font-size: 18px;
    font-family: 'Fira Sans Condensed', sans-serif;
    font-weight: normal;
    color: rgb(255, 255, 255);
    line-height: 1.2;
    margin-bottom: 20px;
}
.start .winfo ul{
    padding-left: 0;
}
.start .winfo li{
     font-size: 18px;
    font-family: 'Fira Sans Condensed', sans-serif;
     font-weight: normal;
     color: rgb(255, 255, 255);
     line-height: 1.2;
     text-align: justifyLeft;
    list-style: none;
 }
.start .winfo li:before {
      content: "- "; /* Добавляем в качестве маркера символ */
  }
.start .winfo a{
    font-size: 18px;
    font-family: 'Fira Sans Condensed', sans-serif;
    color: rgb(255, 255, 255);
    text-decoration: underline;
    line-height: 2.143;
    text-align: center;
    width: 100%;
    display: block;
}
.start .winfo a:hover{
    text-decoration: none;
}
.start .winfo .continfo{
    float: right;
}
.start .rinfo>a{
    margin-top: 30px;
}
.start .news{
    padding: 36px;
    background-color: rgb(133,170,215);
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 520px;
}
.start .news:after{
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    z-index: 0;
    bottom:0;
    height: 1300px;
    background: rgb(133,170,215);
    background: radial-gradient(circle, rgba(48,75,110,1) 0%, rgba(133,170,215,1) 70%);
}
.start .news .row{
    z-index: 2;
    position: relative;
}
.start .news .title{
    font-size: 24px;
    font-family: 'Fira Sans Condensed', sans-serif;
    color: rgb(255, 255, 255);
    line-height: 1.2;
    text-align: center;
    margin-bottom: 30px;
}
.start .inews{
    margin-bottom: 10px;
    text-align: left;
    overflow: hidden;
}
.start .inews img {
    float: left;
    width: 170px;
    padding: 20px 10px;
}
.start .inews .date{
    font-size: 18px;
    font-family: 'Fira Sans Condensed', sans-serif;
    color: rgb(255, 255, 255);
    line-height: 1;
    text-align: left;
}
.start .news{
    text-align: center;
}
.start .news a{
    font-size: 18px;
    font-family: 'Fira Sans Condensed', sans-serif;
    color: rgb(24, 57, 99);
    text-decoration: underline;
    line-height: 1.2;
    text-align: center;
}
.start .news a:hover{
    text-decoration: none;
}
.start .inews a.title{
    font-size: 18px;
    ffont-family: 'Fira Sans Condensed', sans-serif;
    display: block;
    text-decoration:none;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
    margin-bottom: 0;
}
.start .inews p{
    font-size: 14px;
    font-family: 'Fira Sans Condensed', sans-serif;
    color: rgb(255, 255, 255);
    line-height: 1.2;
    text-align: left;
    margin-bottom: 0;
}
.start .partnersItem{
    background-color: #fff;
    border:3px solid #6685ac;
    border-radius: 4px;
    text-align: center;
    margin:  5px 10px;
    width: 159px;
    height: 106px;
}
.start .partnersItem img{
    position: absolute;
    margin: auto !important;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    max-width: 74%;
    max-height: 85%;
}
.start .partnersItem .img {
    position: relative;
    vertical-align: middle;
    text-align: center;
    width: 159px;
    height: 100%;
}
footer {
    background-color: #6f7986;
    color: #fff;
    padding-top: 25px;
    z-index: 1;
    padding-bottom: 25px;
    flex: 0 0 auto;
}
.ftitle {
    margin-bottom: 10px;
}
.fmenu li {
    list-style: none;
}
footer a {
    color: #fff;
}
.fcopy img {
    margin-bottom: 15px;
}
.fcopy {
    text-align: center;
}
.fcopy .copy {
    margin-bottom: 30px;
}
.fcopy .dev {
    color: #bbbbbb;
}
.container {
    max-width: 1440px;
}
.partners,
.pulsjs,
.line,
.animate1 img,
.animate1 .continfo,
.animate2 img,
.animate2 .continfo,
.animate2 a,
.news,
.news .row{
    opacity: 0;
}
.getPartners,
.animate1,
.animate2{
    opacity: 0;
    margin-top: 200px;
}
.partners.active,
.pulsjs.actives,
.animate1 img.active,
.animate1 .continfo.active,
.animate2 img.active,
.animate2 .continfo.active,
.animate2 a.active,
.news.active,
.news .row.active{
    opacity: 1;
    transition: 2s ease-in-out;
}
.getPartners.active,
.animate1.active,
.animate2.active{
    opacity: 1;
    transition: 1.5s ease-in-out;
    margin-top: 0;
}
.line.activeded{
    opacity: 1;
    transition: 1s ease-in-out;
}
.pulsjs p,
.pulsjs img{
    opacity: .99;
}
footer a:hover {
    color: #fff;
}
.slider-other{
    padding: 50px 0;
    width: 100%;
}
.slider-other .item{
    text-align: center;
}
.slider-other .item a{
    font-family: "Arial";
    color: #000;
    line-height: 1.4;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    margin: 20px 0;
}
.slider-other .item a:hover{
    text-decoration: underline;
}
.slider-other .title{
 text-align: center;
    font-size: 18px;
    font-family: "Arial";
    color: rgb(5, 68, 147);
    font-weight: bold;
    line-height: 1.2;
    background-color: transparent;
    padding-bottom: 10px;
    border-bottom:4px solid rgb(5, 68, 147);
}
.jspDrag {
    background: #cdcdcd;
    position: relative;
    top: 0;
    left: 0;
    border-radius: 3px;
    transition: background-color 0.15s;
}
.jspTrack {
    position: relative;
    border-radius: 3px;
    background-color: rgba(215,215,215,.7);
}
.jspVerticalBar {
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: transparent;
    right: 0;
    width: 9px;
}
.jspContainer .jspActive, .jspContainer .jspHover {
    background: #b9b9b9!important;
}
.fltr_block {
    overflow: auto; /* Если отключены скрипты это правило позволит отобразить обычный скролл */
    max-height: 999999px;
    min-height: 1px;
}
.wrap-iten-in-cart .products-cart .delete a{
    outline: none;
    outline: 0;
    outline-offset: 0;
    box-shadow: none;
}
.eFiltr .active+.fltr_block.fltr_block_checkbox {
    display: none;
    opacity: 1;
    padding: 20px 25px;
}
.fltr_name,
.eFiltr .fltr_block.fltr_block_checkbox{
    opacity: 0;
}
.fltr_name.active{
    opacity: 1;
}
.fltr_name {
    margin-bottom: 0;
    height: 47px;
    line-height: 47px;
    border-top: 1px solid #d4d9df;
    text-align: left;
    position: relative;
    padding-left: 40px;
    cursor:pointer;
}
.fltr_name:after{
    content: "";
    background-image: url(../img/flarr.png);
    width: 12px;
    height: 7px;
    position: absolute;
    top: 22px;
    right: 40px;
}
.filtertitle:after{
    content: "";
    background-image: url(../img/filtico.png);
    width: 15px;
    height: 16px;
    position: absolute;
    top: 14px;
    right: 63px;
}
.eFiltr_cat{
    border-bottom: 1px solid #d4d9df;
}
.filter {
    padding: 0;
}
.filtertitle {
    height: 45px;
    margin-bottom: 0;
    line-height: 45px;
    background-color: #e8d6ca;
    border-radius: 15px 15px 0 0;
}
.eFiltr_cat{
    /*margin-bottom: 30px;*/
}
.tovar-success{
    position: fixed;
    top:20px;
    right: 20px;
    width: auto;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    background-color: rgba(106,185,36,0.8);
}
.searchw .tabcatalog{
    margin: 50px 0 0 0px;
    width: 100%;
}
.evoSearch_info{
    list-style: none;
    padding: 0;
    position: absolute;
    top: 0;
    font-size:16px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
}
.serchBtn{
    border:none;
    background-color: transparent;
    width: 45px;
    position: relative;
    border-radius: 0 5px 5px 0;
}
.serchBtn:before{
    content: "";
    position: absolute;
    top: -3px;
    left: 0;
    display: block;
    width: 1px;
    height: 29px;
    background-color: #dbe0e2;
}
.jspPane {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}
.content {
    flex: 1 0 auto;
}
footer {
    flex: 0 0 auto;
}
.top {
    border-bottom: 5px solid #1458ad;
    padding: 14px 0 5px;
    position: fixed;
    width: 100%;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: 20;
}
.tabcatalog{
    width: 100%;
}
.top.index{
    border-bottom: none;
}
.slider {
    border-bottom: 5px solid #1458ad;
    border-top: 5px solid #1458ad;
}
.content{
    margin-top: 105px;
}
.search .searchbl {
    width: 340px;
    text-align: center;
    margin: 0 auto 15px;
}
.cont .selector-field {
    position: absolute;
    right: 21px;
    top: 14px;
}
.cont .selector-field {
    position: absolute;
    right: 21px;
    top: 14px;
}
.cont .selector-field.eFilter_sort_block{
    position: relative;
    top:0;
    right:0;
}
.searchw .filtertitle:after {
    content: "";
    background-image: url(../img/filtico.png);
    width: 15px;
    height: 16px;
    position: absolute;
    top: 15px;
    right: 63px;
}
.searchw .filters-form{
    padding-bottom: 30px;
}
.searchw .filter {
    padding: 0;
    font-size: 14px;
    color: #054493;
    margin-top: 15px;
    border-radius: 10px;
}
.hideWindow{
    display: none;
}
tr.active .hideWindow{
    display: block;
    position: fixed;
    padding: 10px 30px;
    background:#fff;
    width: 455px;
    height: auto;
    top: 40%;
    left: 50%;
    margin-left: -227px;
    border:1px solid #799cc7;
    -webkit-box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.75);
    border-radius: 5px;
    text-align: center;
    padding-bottom: 30px;
    z-index: 55;
}
.hideWindow h2 {
    font-size: 24px;
    font-family: "Arial", "Helvetica", sans-serif;
    color: rgb(36, 100, 193);
    line-height: 1.2;
    text-align: center;
    margin-bottom: 20px;
}
.hideWindow p {
    font-size: 14px;
    font-family: "Arial", "Helvetica", sans-serif;
    color: rgb(20, 88, 173);
    line-height: 1.2;
    width: 100%;
    display: block;
    overflow: hidden;
}
.hideWindow p.name {
    float: left;
    text-align: left;
    width: 70%;
}
.hideWindow p.price {
    float: right;
    text-align: right;
    width: 28%;
}
.hideWindow .jq-number {
    width: 82px;
    margin: 0 auto 22px;
}
.tabcatalog tbody tr:nth-child(even) td input.item_quantity {
    background-color: #fff;
}
.hideWindow input.item_quantity {
    width: 55px;
    text-align: right;
    border: none;
    height: 37px;
    border: 1px solid #2464c1;
    text-align: center;
    font-size: 18px;
    color: #2464c1;
}

.hideWindow .jq-number__spin.plus {
    position: absolute;
    top: 0px;
    right: -3px;
    width:auto;
    background:none;
    box-shadow:none;
    border: 6px solid transparent;
    border-bottom: 9px solid #2464c1;
}
.hideWindow .jq-number__spin.minus {
    position: absolute;
    top: 21px;
    right: -3px;
    width:auto;
    background:none;
    box-shadow:none;
    border: 6px solid transparent;
    border-top: 9px solid #2464c1;
}
.hideWindow .btnWindow .left {
    background-color: #86c500;
   border-radius: 7px;
    text-align: center;
    line-height: 39px;
    color: #fff;
    font-size: 14px;
    width: 161px;
    display: block;
    float: left;
    height: 39px;
    z-index: 55;
}
.hideWindow .jq-number__spin.minus:after,
.hideWindow .jq-number__spin.plus:after{
  display:none;
}
.hideWindow .jq-number__field{
    border:none;
    box-shadow: none;
}
.hideWindow .btnWindow .right {
    background-color: #c54f00;
    border-radius: 7px;
    text-align: center;
    line-height: 39px;
    color: #fff;
    font-size: 14px;
    width: 161px;
    display: block;
    float: right;
    height: 39px;
    z-index: 55;
}
.hideWindow .btnWindow .left,
.hideWindow .btnWindow .right{
    text-decoration:none;
}
.hideWindow .btnWindow .left:hover{
    background: rgb(100,194,0);
    background: linear-gradient(180deg, rgba(100,194,0,1) 0%, rgba(78,123,0,1) 100%);
}
.partners.mblock{
    opacity: 1;
    margin-top: 25px;
}
.hcart a:hover{
    text-decoration:none;
}
.hideWindow .btnWindow .right:hover{
    background: rgb(197,79,0);
    background: linear-gradient(180deg, rgba(197,79,0,1) 0%, rgba(142,57,0,1) 100%);
}
.ico-count {
    position: relative;
    top: auto;
    left: auto;
    font-weight: bold;
    display: block;
    border-radius: 5px;
    text-align: center;
    background-color: #86c500;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    width: auto;
    padding: 0 5px;
    margin: 0 auto;
}
.activeW{
    font-size: 13px;
    font-family: "Arial", "Helvetica", sans-serif;
    color: rgb(197, 79, 0);
    font-weight: bold;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: left;
    padding-right: 10px;
    cursor: pointer;
}
.filters-form.acd{
    overflow-y: scroll;
    max-height: 700px;
}
.catW{
    height: 160px;
    overflow-y: scroll !important;
}
.filter {
    height: 95%;
    /* bottom: 0%; */
    /* top: 0%; */
    /* width: 100%; */
    /* right: 0; */
    /* left: 0; */
    background-color: transparent;
    width: 95%;
    z-index: 2;
    position: absolute;
}
.filter.activef{
    height: 100%;
}
.filters-form {
    overflow-y: auto;
    background-color: #f4f7fb;
    padding-bottom: 30px;
    border-radius: 0 0 15px 15px;
}
.eFiltr_btn_wrapper input {
    width: 100%;
    background-color: #2464c1;
    color: #fff;
    border: none;
    margin-bottom: 10px;
    width: 200px;
    margin: 0 auto 15px;
    display: block;
}
.filters-form{
    height: auto;
}
.jspHorizontalBar{
    display: none;
}
.wcatalog .filter.height .filters-form::-webkit-scrollbar {
    display: none;
}
.topmenu ul {
    text-align: center;
}
.topmenu ul li {
    float:none;
    display: inline-block;
}
.registform{
    color:#fff;
}
/*Комментарии*/
.wcomment{
    padding: 15px 15px;
    background-color: #e3e3e3;
    border-radius: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.titleComm{
    padding-bottom: 15px;
    font-size: 18px;
}
.coment {
    font-size: 16px;
    margin-bottom: 15px;
    border-bottom: 1px solid #027599;
    padding-bottom: 10px;
}
.wcomment.hidden{
    display: none;
}
.tabcatalog th{
    font-size: 13px;
    font-weight: bold;
    color: #1458ad;
    font-weight: bold;
    text-decoration: underline;
    text-align: left;
    margin-left: 8px;
    height: 39px;
}
.sortby{
    border-right: 1px solid #bfb3ac;
}
.sortby:after {
    content: "";
    position: absolute;
    top: 18px;
    right: auto;
    margin-left: 8px;
    border: none;
    background-image: url("../img/art.png");
    width: 12px;
    height: 7px;
}
.sortby.active{
    color: #c44e00;
}
.sortby.active:after {
    content: "";
    position: absolute;
    top: 18px;
    right: auto;
    margin-left: 8px;
    border: none;
    background-image: url("../img/arb.png");
    width: 12px;
    height: 7px;
}
.sortby.active.DESC:after{
    background-image: url("../img/arth.png");
    top:20px;
}
.item-cartTpl{
    padding: 15px 0;
}
.btn.btn-delete.evoShop_remove i{
    display: none;
}
.btn.btn-delete.evoShop_remove:before{
    content: "";
    background-image: url("../img/clsbtn.png");
    display: block;
    font-size: 30px;
    color:#000;
    width: 14px;
    height: 15px;
    margin-top: -10px;
}
.topmenu ul li {
    float: none;
    display: inline-block;
    position: relative;
}
.topmenu ul li.second:after{
    content: "";
    background-image: url("../img/nmenu.png");
    width: 10px;
    height: 16px;
    position: absolute;
    right: 1px;
    top: 2px;
}
.topmenu ul ul li {
    float: none;
    display: inline-block;
    position: relative;
    padding: 7px 0;
    width: 100%;
    text-align: left;
}
.topmenu ul ul li:hover{
    background-color: #e3e3e3;
}
.topmenu ul ul li a{
    color: #054493;
    text-decoration: none;
}
.topmenu ul li ul {
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    text-transform: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0px;
    line-height: 18px;
    top: 29px;
    font-size: 12px;
    height: auto;
    min-width: 150px;
    width: 170px;
    display: block;
    background-color: #fff;
    box-shadow: none;
}
.topmenu ul li.second:hover ul {
    opacity: 1;
    visibility: visible;
    -webkit-transition: margin 0.3s ease 0s;
    -moz-transition: margin 0.3s ease 0s;
    -o-transition: margin 0.3s ease 0s;
    transition: margin 0.3s ease 0s;
    margin: 0;
    z-index: 11;
}



.selectnp .jq-selectbox__select-text {
    width: 90%;
    height: auto;
}
.jq-selectbox.selectnp{
    margin-bottom: 20px;
    width: 100%;
    font-size: 13px;
    line-height: 36px;
    display: inline-block;
    height: 43px;
    padding: 2px 20px;
    width: 100%;
    border: 1px solid #e6e6e6;
}
.selectnp .jq-selectbox__select {
    position: relative;
    width: 100%;
}
.selectnp .jq-selectbox__trigger-arrow {
    top: 2px;
    right: -22px;
}
.jq-selectbox__trigger {
    right: 0;
}
.selectnp .jq-selectbox__dropdown {
    right: auto;
    top: 23px !important;
    left: 0;
    bottom: auto !important;
}
.close{
    position: absolute;
    top: 9px;
    cursor: pointer;
    right: 15px;
    font-size: 18px;
    color: #000;
}
a:focus{
    outline:none !important;
}
.search input {
    border-radius: 15px 0 0 15px;
}
.btn.btn-small.butcart.evoShop_submit{
    background-color: #86c500;
    border-radius: 7px;
    text-align: center;
    line-height: 27px;
    color: #fff;
    font-size: 14px;
    display: block;
    float: none;
    height: 39px;
    z-index: 55;
    text-decoration: none;
    outline:none;
    border:none;
    transition:none;
}
.btn.btn-small.butcart.evoShop_submit:hover {
    background: linear-gradient(180deg, rgba(100,194,0,1) 0%, rgba(78,123,0,1) 100%);
}
.tabcatalog tbody td {
    padding: 5px 10px;
}
.tabcatalog thead th {
    padding: 5px 10px;
    min-width: 157px;
}
.wrap-iten-in-cart .products-cart .product-name a,
.wrap-iten-in-cart .products-cart .price-field p{
    font-size: 14px;
    line-height: 1.2;
    font-weight: normal;
    color: #1458ad;
    margin-bottom: 0;
    display: inline;
    text-align: center;
}
.orderCart .products-cart .product-name a,
.orderCart .products-cart .price-field p{
    font-size: 14px;
    line-height: 1.2;
    font-weight: normal;
    color: #1458ad;
    margin-bottom: 0;
    display: inline;
    text-align: center;
}
.wrap-iten-in-cart .products-cart .quantity .quantity-input{
    border:none;
    position: relative;
}
.wrap-iten-in-cart .products-cart .quantity .quantity-input input[type=text] {
    float: left;
    border: 1px solid #1458ad;
    color: #1458ad;
    text-align: right;
    background-color: transparent;
    width: 64px;
    height: 22px;
    font-size: 14px;
    margin-right: 4px;
    margin-top: 11px;
    padding-right: 25px;
}
.wrap-iten-in-cart .products-cart .quantity .quantity-input .btn{
    display: inline-block;
    float: left;
    width: 22px;
    height: 22px;
    background-color: transparent;
    border: 1px solid #1458ad;
    padding: 0;
    color: #1458ad;
    line-height: 22px;
    margin: 11px 4px 10px;
    border-radius: 0%;
    position: relative;
}
.wrap-iten-in-cart .products-cart .quantity .quantity-input .btn.btn-increase {
    background-color: transparent;
}
.wrap-iten-in-cart .products-cart .quantity .quantity-input .btn.btn-increase::after,
.wrap-iten-in-cart .products-cart .quantity .quantity-input .btn.btn-increase::before,
.wrap-iten-in-cart .products-cart .quantity .quantity-input .btn::before{
    background-color: #1458ad;
}
.itemRow.odd{
    background-color: #fff;
}
.itemRow.even{
    background-color: #d6e1f1;
}
.wrap-iten-in-cart .products-cart .product-name{
    padding-left: 5px;
}
.cart-header{
    background-color: #e8d6ca;
    height: 43px;
}
.cart-header>div{
    display: table-cell;
    line-height: 43px;
    vertical-align: middle;
    color: #1458ad;
    text-decoration: none;
    font-weight: bold;
}
.cart-header .product-name {
    width: 485px;
    font-size: 14px;
    font-weight: bold;
    color: #1458ad;
    padding-left: 5px;
    margin-bottom: 0;
    text-align: left;
}
.cart-header .price-field {
    width: 182px;
    text-align: center;
}
.cart-header .quantity {
    width: 157px;
}
.cart-header .delete {
    width: 39px;
    text-align: right;
}
.summary{
    width: 550px;
    height: 50px;
    background-color: #e8d6ca;
    float: right;
}
.summary .order-summary .title-box{
    color: #a84300;
    font-family: "Cuprum";
    font-size: 22px;
    line-height: 50px;
    padding-left: 19px;
    text-transform: none;
    text-align: left;
    float: left;
    width:auto;
}
.order-summary a{
    display: inline-block;
    float: right;
    top: 12px;
    margin-top: 14px;
    margin-right: 15px;
    font-size: 18px;
    font-family: "Cuprum";
    color: rgb(141, 115, 97);
    line-height: 1.2;
}
.summary .order-summary .title-box>span {
    width: 232px;
    text-align: center;
    font-size: 18px;
    display: inline-block;
    font-weight: normal;
}
.jq-selectbox__dropdown ul{
    background-color: #fff;
}
.wrap-address-billing.orderform h3{
    font-size: 30px;
    font-family: "Cuprum";
    color: rgb(20, 88, 173);
    line-height: 1.2;
    text-align: center;
    text-transform: none;
    font-weight: normal;
    margin: 65px 0 0;
    border: none;
}
.wrap-address-billing .row-in-form input[type=email], .wrap-address-billing .row-in-form input[type=text]{
    font-size: 14px;
    line-height: 19px;
    display: inline-block;
    height: 25px;
    padding: 2px 20px;
    color: #1458ad;
    width: 100%;
    border: 1px solid #1458ad;
}
.jq-selectbox.selectnp {
    font-size: 14px;
    line-height: 19px;
    display: inline-block;
    height: 25px;
    padding: 2px 20px;
    color: #1458ad;
    width: 100%;
    border: 1px solid #1458ad;
}
.inputsw {
    justify-content: space-between;
}
.inputsw .row-in-form{
    width: 310px;
}
.wrap-address-billing .row-in-form input::-webkit-input-placeholder {color:#1458ad;}
.wrap-address-billing .row-in-form input::-moz-placeholder          {color:#1458ad;}/* Firefox 19+ */
.wrap-address-billing .row-in-form input:-moz-placeholder           {color:#1458ad;}/* Firefox 18- */
.wrap-address-billing .row-in-form input:-ms-input-placeholder      {color:#1458ad;}
.jq-radio {
    border: 1px solid #9e9e9e;
    width: 14px;
    height: 14px;
    vertical-align: -2px;
}
.wrap-address-billing .row-in-form>label{
    color: #1458ad;
    margin-bottom: 20px;
}
.jq-radio.checked .jq-radio__div {
    border: 4px solid #3986fb !important;
    margin-left: 0px !important;
    width: 12px !important;
    height: 12px !important;
    margin-top: 0px !important;
    background-color: #fff !important;
    box-shadow: none !important;
}
.wrap-address-billing .row-in-form label{
    color: #1458ad;
}
.wrap-address-billing .row-in-form.w100{
    width: 100%;
    display: inline-block;
    float: right;
    margin-right: 0 !important;
}
.wrap-address-billing .row-in-form.paymentform{
    margin-bottom: 0;
    float: right;
}
.wrap-address-billing .row-in-form.w100 .form-group{
    display: inline-block;
    margin-right: 30px;
    width: 100%;
}
.form-group {
    margin-bottom: 0;
}
.wrap-address-billing .row-in-form>label {
    margin-bottom: 0;
}
.wrap-address-billing .row-in-form.w100 label{
    display: inline-block;
}
.wrap-address-billing .row-in-form{
    width:100%;
    display: inline-block;
    float: none;
}
.dosta label{
    display: inline-block;
    margin-right: 60px;
    width: auto !important;
}
.wrap-address-billing .row-in-form.w100{
    margin-bottom: 0;
}
.paymentform label,
.paymentform .form-group{
    display: inline-block;
    width: auto;
}
.paymentform.row-in-form {
    display: inline-block;
    width: 33%;
}
.form-default textarea{
    font-size: 14px;
    line-height: 19px;
    display: inline-block;
    height: 160px;
    padding: 2px 20px;
    color: #1458ad;
    width: 100%;
    border: 1px solid #1458ad;
}
.infoforform{
    width: 50%;
    display: inline-block;
}
.wrap-address-billing .row-in-form label {
    display: inline-block;
}
#np {
    width: 100%;
}
.selectnp.left{
    float: left;
    width: 100%;
}
.selectnp.right{
    float: right;
    width: 100%;
}
.row-in-form.data{
    width: 100%;
    color: #1458ad;
}
.wrap-address-billing .row-in-form:nth-child(3n+1) {
    margin-right: 0;
}
.start .wcabinet {
    padding-left: 29px;
}
.totalw{
    float: left;
    margin-top: 15px;
    position: absolute;
    color: #1458ad;
    right: 96px;
    top: -3px;
}
.editProfile input{
    font-size: 14px;
    line-height: 19px;
    display: inline-block;
    height: 25px;
    padding: 2px 20px;
    color: #1458ad;
    width: 310px;
    border: 1px solid #1458ad;
    margin: 0 15px 15px 0;
    display: inline-block;
}
.editProfile input::-webkit-input-placeholder {color:#1458ad;}
.editProfile input::-moz-placeholder          {color:#1458ad;}/* Firefox 19+ */
.editProfile input:-moz-placeholder           {color:#1458ad;}/* Firefox 18- */
.editProfile input:-ms-input-placeholder      {color:#1458ad;}
.editProfile p {
    /* display: inline-block; */
    margin-right: 15px;
    /*text-align: center;*/
    color: #1458ad;
    width: 657px;
    margin: 25px 0 15px;
}
.editProfile label{
    display: block;
}
.acd .eFiltr_reset a {
    margin-top: -10px;
    display: block;
    line-height: 50px;
}
.contentItem{
    display: none;
}
.contentItem.active{
    display: block;
}
.loginmenu{
    border-radius: 10px;
    overflow: hidden;
}
.loginmenuItems{
    background-color: #f4f7fb;
    width: 100%;
    height: 55px;
    line-height:55px;
    cursor:pointer;
    padding-left: 40px;
    position: relative;
    font-weight:600;
    font-size: 14px;
    font-family: "Arial";
    color: rgb(20, 88, 173);
    border-bottom:1px solid #d4d9df;
    text-align: left;
    cursor: pointer;
}
.loginmenuItems:after{
    content: "";
    background-image: url(../img/arleft.png);
    width: 7px;
    height: 12px;
    position: absolute;
    top: 22px;
    right: 55px;
}
.loginmenuItems:last-child{
    border-bottom:none;
}
.table-responsive{
    width: 100%;
    margin: 0 0 1em;
}
.tabcatalog thead th {
    padding: 5px 10px;
    min-width: auto;
}
.itemOrders>div{
    display: inline-block;
    font-size: 16px;
    font-family: "Arial";
    color: rgb(20, 88, 173);
    line-height: 1.875;
    text-align: left;
    overflow: hidden;
    padding: 7px 22px 0px;
}
.nameOrder{
    float: left;
}
.seeOrder{
    float: right;
}
.itemOrders{
    text-align: center;
}
.itemOrders a{
    color: rgb(20, 88, 173);
}
.myOrders,
.itemOrders{
    width: 100%;
}
.itemOrders:nth-child(odd),
.contentItems .itemRow:nth-child(odd) {
    background: #d6e1f1; /* Цвет фона */
}
.itemOrders:nth-child(even),
.contentItems .itemRow:nth-child(even) {
    background: #fff; /* Цвет фона */
}
.contentItems .delete{
    display: none !important;
}
.contentItems .cart-header .product-name,
.contentItems .wrap-iten-in-cart .products-cart .product-name{
    width: 200px;
}
.contentItems .orderCart .products-cart .product-name{
     width: 200px;
 }
.contentItems .quantity{
    text-align: center;
    color: rgb(20, 88, 173);
}
.contentItems .totalw {
    right: 81px;
    top:26px;
}
.contentItems .summary .order-summary .title-box {
    width: 100%;
}
.contentItems .summary .order-summary .title-box>span {
    width: auto;
    padding-right: 30px;
    float: right;
}
.contentItems .wrap-iten-in-cart .products-cart .quantity .quantity-input input[type=text] {
    margin-top: 40px;
}
.contentItems .wrap-iten-in-cart .products-cart .quantity .quantity-input .btn{
    margin: 40px 4px 10px;
}
.contentItems .orderCart .products-cart .quantity .quantity-input input[type=text] {
    margin-top: 40px;
}
.contentItems .orderCart .products-cart .quantity .quantity-input .btn{
    margin: 40px 4px 10px;
}
.mobileLoginMenu{
    display: none;
}
.nmbl{
    margin-bottom: 30px;
}
.addcart .jq-number__field {
    width: 100px;
    border: none;
    border-bottom-color: none;
    border-radius: 4px;
    box-shadow: none;
}
.addcart .jq-number__spin{
    width: auto;
    background:none;
    box-shadow: none;
}
.addcart .jq-number__spin.minus:after,
.addcart .jq-number__spin.plus:after{
    display:none;
}
.addcart .jq-number__spin.minus {
    top: 23px;
}
.tab-content form .btn{
    margin-top: 20px;
}
.partners.nmbl{
    opacity: 1;
}
.cookie-notice-container {
    padding: 10px;
    text-align: center;
    width: 100%;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 101, 149);
    visibility: visible;
    display: block;
    position: fixed;
    min-width: 100%;
    height: auto;
    z-index: 100000;
    font-size: 13px;
    line-height: 20px;
    left: 0;
    bottom:0;
}
.cn-button.wp-default {
    font-family: sans-serif;
    line-height: 18px;
    padding: 2px 12px;
    background: linear-gradient(to bottom,#FEFEFE,#F4F4F4) repeat scroll 0 0 #F3F3F3;
    border-color: #BBB;
    color: #333;
    margin-left: 10px;
    text-shadow: 0 1px 0 #FFF;
    -moz-box-sizing: border-box;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-style: normal;
    text-decoration: none;
    white-space: nowrap;
    outline: none;
}
.cookie-notice-container{
    opacity: 0;
}
.cookie-notice-container.op{
    opacity: 1;
}
.cookie-notice-container.active{
    display: none;
}
.nmbl-img{
    width: 100%;
    /*border: 5px solid #dbe4f5;*/
    /*border-radius: 10px;*/
}
.nmbl-img img,
.news-img img{
    width: 100%;
}
.nm_title{
    font-family: "Cuprum";
    color: #2464c1;
    font-size: 26px;
    font-weight: normal;
}
.nm_text{
    color: #0b3f95;
}
.news-img{
    width: 320px;
    /*border: 5px solid #dbe4f5;*/
    /*border-radius: 10px;*/
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.newspage{
    margin-top: 40px;
}
.brochur .nm_title{
    text-align: center;
}
.dbtn{
    display: block;
    /*margin:0 auto;*/
    text-align: center  ;
    width: 115px;
    border: 1px solid #0f55b4;
    color:#0f55b4;
    padding: 5px 0;
}
.dbtn:hover{
    border: 1px solid #0f55b4;
    color:#fff;
    background-color: #0f55b4;
    text-decoration: none;
}
h3.toggler {
    color: #0f55b4;
    font-family: "Cuprum";
    font-size: 26px;
    text-align: left;
    padding: 10px 30px;
    margin-bottom: 3px;
    background: #f7f7f7;
    position: relative;
    cursor: pointer;
}
h3.toggler:after {
    content: '';
    background: url(../img/acordion.png) no-repeat;
    display: inline-block;
    position: absolute;
    padding: 13px;
    top: 13px;
    right: 22px;
}
input.item_quantity {
    width: 48px;
}
h3.toggler.active:after {
    background-position: 0 -44px;
}
.moduletable_vacancy{
    background: #f7f7f7;
}
.moduletable_vacancy .description{
    display: none;
    padding: 10px 30px;
    text-align: left;
}
.cont{
    padding: 0px 30px 50px;
}
.varanc-form{
    width: 530px;
    margin: 0 auto;
}
.varanc-form input,
.varanc-form select{
    font-size: 14px;
    line-height: 19px;
    display: inline-block;
    height: 25px;
    padding: 2px 20px;
    color: #1458ad;
    width: 260px;
    border: 1px solid #1458ad;
    margin-bottom: 15px;
}
.varanc-form textarea{
    font-size: 14px;
    line-height: 19px;
    display: inline-block;
    height: 160px;
    padding: 2px 20px;
    color: #1458ad;
    margin: 0 5px 0 15px;
    width: 100%;
    border: 1px solid #1458ad;
    margin-bottom: 15px;
}
.varanc-form select{
    padding: 0 16px;
}
.jq-file {
    width: 260px;
    border-radius: 0px;
    box-shadow: none;
}
.jq-file__name {
    box-sizing: border-box;
    width: 100%;
    height: 25px;
    padding: 0 80px 0 20px;
    border: 1px solid #1458ad;
    border-bottom-color: #1458ad;
    border-radius: 0;
    background: #FFF;
    box-shadow: none;
    font: 14px/32px Arial, sans-serif;
    color: #333;
    line-height: 1.8;
}
.jq-file:hover .jq-file__browse {
    background: #fff;
    color: #333;
    border: 1px solid #1458ad;
}
.jq-file__browse {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 25px;
    padding: 0 10px;
    border-left: 1px solid #1458ad;
    border-right: 0;
    border-radius: 0;
    font: 14px/32px Arial, sans-serif;
    color: #fff;
    background: #1458ad;
    line-height: 1.8;
    text-shadow: none;
}
.btn.btn-small{
    background-color: #86c500;
    border-radius: 7px;
    text-align: center;
    line-height: 27px;
    color: #fff;
    font-size: 14px;
    width: 250px;
    display: block;
    float: none;
    height: 39px;
    z-index: 55;
    text-decoration: none;
    outline: none;
    border: none;
    transition: none;
    margin: 0 auto;
}
.btn.btn-small:hover {
     background: linear-gradient(180deg, rgba(100,194,0,1) 0%, rgba(78,123,0,1) 100%);
 }
.agree{
    margin-left: 15px;
}
.agree .jq-checkbox.checked .jq-checkbox__div {
    width: 10px;
    height: 5px;
    margin: 3px 0 0 2px;
    background-image:none;
}
.contact{
    display: inline-block;
    margin-right: 10px;
}
.partners.registform::before {
    display: none;
}
.registform label{
    color:#fff;
    line-height: 1;
}
.start .partners.registform form input[type="radio"]{
    display: inline-block;
    width: auto;
    height: auto;
    margin-right: 5px;
}
.partners.registform .varanc-form select{
    background-color: transparent;
    color: #fff;
    border-color: #fff;
    width: 100%;
}
.partners.registform .varanc-form select option{
    color: #000;
}
.start .partners.registform form input,
.start .partners.registform form textarea{
    width: 100%;
}
.start .partners.registform form textarea{
    margin-left: 0;
    margin-right: 0;
}
.start .partners.registform .contact a{
    color: #fff;
}
.start .partners.registform form input[type='submit'] {
    width: 260px;
}
.start .partners.registform form textarea{
    background-color: transparent;
    color: #fff;
    border-color: #fff;
    padding-top: 10px;
}
.start .partners.registform form textarea::-webkit-input-placeholder{
    color: #fff;
}
.start .partners.registform form input[type="checkbox"]{
    display: inline-block;
    width: auto;
    height: auto;
    margin-right: 5px;
}
.jq-checkbox, .jq-radio {
    vertical-align: 1;
    width: auto;
    height: auto;
    margin: 0 8px 0 0;
    border: none;
    background: transparent;
    box-shadow: none;
    cursor: pointer;
}
.infoforform label .jq-checkbox, .jq-radio {
    border: 1px solid #9e9e9e;
    width: 14px;
    height: 14px;
}
.jq-checkbox .jq-checkbox__div {
    width: 18px;
    height: 18px;
    background-image: url(../img/checkbox.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
.jq-checkbox.checked {
    width: 18px;
    height: 18px;
    background-image: url(../img/checkbox.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
.jq-checkbox.checked .jq-checkbox__div {
    width: 10px;
    height: 7px;
    margin: 4px 0 0 4px;
    border-bottom: 3px solid #666;
    border-left: 3px solid #666;
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
    background: none;
}
.start.login .partners .lpartners p{
    text-align: center;
}
.help-block{
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    display: block;
    position: relative;
    padding: 0 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.wrap-iten-in-cart .products-cart .delete,
.wrap-iten-in-cart .products-cart .quantity,
.wrap-iten-in-cart .products-cart .price-field,
.wrap-iten-in-cart .products-cart .product-name,
.wrap-iten-in-cart .products-cart .product-image {
    display: table-cell;
    vertical-align: middle;
}
.wrap-iten-in-cart .products-cart .quantity {
    width: 157px;
}
.wrap-iten-in-cart .products-cart .price-field {
    width: 182px;
    text-align: center;
}
.wrap-iten-in-cart .products-cart .product-name {
    padding-left: 5px;
}
.contentItems .wrap-iten-in-cart .products-cart .product-name {
    width: 200px;
}
.wrap-iten-in-cart .products-cart .price-field {
    width: 182px;
    text-align: center;
}
.orderCart .products-cart .delete,
.orderCart .products-cart .quantity,
.orderCart .products-cart .price-field,
.orderCart .products-cart .product-name,
.orderCart .products-cart .product-image {
    display: table-cell;
    vertical-align: middle;
}
.registform{
    text-align: center;
}
.orderCart .products-cart .quantity {
    width: 157px;
}
.orderCart .products-cart .price-field {
    width: 182px;
    text-align: center;
}
.orderCart .products-cart .product-name {
    padding-left: 5px;
}
.contentItems .orderCart .products-cart .product-name {
    width: 200px;
}
.orderCart .products-cart .price-field {
    width: 182px;
    text-align: center;
}
.summaryOrder {
    max-width: 550px;
    height: 50px;
    background-color: #e8d6ca;
    float: right;
    min-width: 320px;
}
.summaryOrder .order-summary .title-box {
    color: #a84300;
    font-family: "Cuprum";
    font-size: 22px;
    line-height: 50px;
    padding-left: 19px;
    text-transform: none;
    text-align: left;
    float: left;
    width: 100%;
}
.contentItems .summaryOrder .order-summary .title-box>span {
    width: auto;
    padding-right: 30px;
    float: right;
}
.summaryOrder .order-summary .title-box>span {
    width: 232px;
    text-align: center;
    font-size: 18px;
    display: inline-block;
    font-weight: normal;
}
.edit-form select {
    font-size: 14px;
    line-height: 19px;
    display: inline-block;
    height: 25px;
    padding: 2px 20px;
    color: #1458ad;
    width: 310px;
    margin: 15px 15px 45px;
    border: 1px solid #1458ad;
    margin-bottom: 15px;
}
.edit-form textarea {
    font-size: 14px;
    line-height: 19px;
    display: inline-block;
    height: 25px;
    padding: 8px 20px;
    color: #1458ad;
    width: 310px;
    height: 100px;
    margin: 15px 15px 45px;
    border: 1px solid #1458ad;
    margin-bottom: 15px;
}
.editProfile .help-block {
    margin: 0 15px;
    width: 310px;
}
.start .partners form input[type="file"]{
    width:  100%;
    height: 31px;
}
.linkFile{
    color: #d0726b;
}
.login-form a{
    color: #fff;
}
.sortby.active.desc:after {
    transform: rotate(180deg);
}
.value-tovars {
    position: relative;
    display: inline-block;
    margin: 5px 10px;
    vertical-align: top;
    line-height: 1;
    border: 0;
    padding: 4px 27px 3px 5px;
    background-color: #074a8c;
    position: relative;
    border-radius: 3px;
    color: #fff;
    transition: all 0.15s;
}
.value-wrapp{
    margin: 5px 0;
}
.value-tovars::after{
    content: "x";
    color: #fff;
    display: block;
    cursor: pointer;
    top: 3px;
    right: 8px;
    font-size: 16px;
    position: absolute;
}
.value-tovars.none{
    display: none;
}
.row-in-form.w100.mr30 .form-group .w310{
    width: 100%;
    margin-bottom: 15px;
}
.none-price .quantity-input{
    text-align: center;
    color: #1458ad;
}
.table-applications{
    margin: 50px 0 0;
}
.table-applications .title {
    font-family: "Cuprum";
    color: #2464c1;
    font-size: 30px;
}
.hide{
    display:none;
}
.addtov{
    background-color: #73c300;
    color: #fff;
    opacity: 0;
    line-height: 25px;
    width: 107px;
    border:1px solid #1458ad;
    border-radius: 5px;
    height: 25px;
    position: absolute;
    font-size: 14px;
    font-weight: bold;
    z-index: 5;
    -webkit-box-shadow: 0px 4px 17px 4px rgba(139,173,91,1);
    -moz-box-shadow: 0px 4px 17px 4px rgba(139,173,91,1);
    box-shadow: 0px 4px 17px 4px rgba(139,173,91,1);
    text-align: center;
    cursor: pointer;
    right: -120px;
}
.addtov.active    {
    opacity: 1;
    transition: 1s;
}
.addtov:before{
    content: "";
    background-image: url("../img/filterarr.png");
    width: 11px;
    height: 14px;
    position: absolute;
    left: -11px;
    top: 4px;
}
.sticky {
    position: fixed;
    z-index: 101;
}
.stop {
    position: relative;
    z-index: 101;
}









@media (max-height: 900px ) and (min-width: 992px) {
    .filter {
        height: 85%;
    }.filters-form.acd {
         overflow-y: scroll;
         max-height: 500px;
     }
}
@media (max-height: 700px) and (min-width: 992px) {
    .filter {
        height: 77%;
    }
    .filters-form.acd {
        overflow-y: scroll;
        max-height: 300px;
    }
}
@media (max-height: 600px) and (min-width: 992px) {
    .filter {
        height: 60%;
        margin-top: -30px;
    }
    .title {
        padding-bottom:0;
    }
    .filters-form.acd {
        overflow-y: scroll;
        max-height: 200px;
    }
}
@media (max-width: 1240px) {
    .start .getPartners .puls1{
        z-index: 1;
    }
    .start .getPartners .puls2{
        z-index: 2;
    }
    .start .getPartners .puls3{
        z-index: 3;
    }
    .start .getPartners .puls4{
        z-index: 4;
    }
    .start .getPartners .puls5{
        z-index: 5;
    }
    .start .getPartners .puls .desc{
        z-index: 1;
    }
    .start .getPartners .puls1.active,
    .start .getPartners .puls2.active,
    .start .getPartners .puls3.active,
    .start .getPartners .puls4.active,
    .start .getPartners .puls5.active{
        z-index: 6;
    }
    .topmenu2 {
        margin: 7px -5px 0 0;
        padding: 0;
        float: right;
    }
    .langmenu li {
        float: left;
        margin: 0 10px;
    }
    .topmenu ul li a {
        padding: 0 6px;
    }
    .topmenu,
    .search .searchbl{
        width: 485px;
        margin-left: -64px;
    }
    .products-cart.evoShop_items>div{
        min-width:1120px;
    }
    .products-cart.evoShop_items{
        width: 100%;
        overflow-y: auto;
        _overflow: auto;
        margin: 0 0 1em;
    }
    .start .getPartners{
        height: 1200px;
    }
    .start .getPartners .puls .line {
        transform: rotate(90deg);
        top: 450px;
    }
    .start .getPartners .puls1 {
        top: 0;
    }
    .start .getPartners .puls1, .start .getPartners .puls3, .start .getPartners .puls5 {
        left: 421px;
        position: absolute;
        width: 356px;
        text-align: center;
    }
    .start .getPartners .puls3 {
        margin-top: 423px;
        top: 0;
    }
    .start .getPartners .puls5 {
        margin-top: 834px;
        top:0;
    }
    .start .getPartners .puls2 {
        margin-top: 298px;
        top:0;
    }
    .start .getPartners .puls2 p {
        margin: 3px -230px 0 220px;
    }
    .start .getPartners .puls2 img{
        margin-top: -79px;
    }
    .start .getPartners .puls4 img{
        margin-top: -80px;
    }
    .start .getPartners .puls2, .start .getPartners .puls4 {
        left: 308px;
        position: absolute;
        width: 356px;
        text-align: center;
    }
    .start .getPartners .puls4 {
        margin-top: 731px;
        top: 0;
    }
    .start .getPartners .puls p {
        margin: 52px 0 0 -127px;
        text-align: left;
    }
    .start .getPartners .puls1 img,
    .start .getPartners .puls3 img,
    .start .getPartners .puls5 img{
        margin-top: -78px;
    }
    .start .getPartners .puls2 p {
        margin: -46px -230px 0 220px;
    }
    .start .getPartners .puls3 p {
        margin: 47px 0 0 -220px;
        text-align: left;
    }
    .start .getPartners .puls3.active .desc {
        margin-top: 0;
        margin-left: -190px;
    }
    .start .getPartners .puls4 p {
        margin: -45px -200px 0 227px;
        text-align: left;
    }
    .start .getPartners .puls5 p {
        margin: 45px 0 0 -180px;
        text-align: left;
    }
    .start .getPartners .puls .desc{
        margin-left: 0 !important;
        margin-top:0 !important;
        z-index: 8;
        position: relative;
        width: 300px;
    }
    /*.start .getPartners .puls1.active .desc {*/
    /*    opacity: 1;*/
    /*    margin-left: -160px;*/
    /*    margin-top: -109px;*/
    /*}*/
    /*.start .getPartners .puls5.active .desc{*/
    /*    margin-top: -300px;*/
    /*    margin-left: -190px;*/
    /*}*/
    .start .getPartners .puls5 img {
         margin-top: -50px;
    }
    .start .getPartners .puls1 .desc, .start .getPartners .puls3 .desc {
        margin-top: 0;
    }
    .start .getPartners .puls .puls5 .desc {
        margin-top: -360px !important;
        margin-left: 100px !important;
    }
    .start.login .lpartners {
        margin-left: 0;
    }
    .start.login .rpartners {
        margin-right: 0;
    }
    .orderCart .products-cart .product-name,
    .cart-header .product-name{
        width: 260px;
    }
    .orderCart .products-cart .price-field {
        width: 160px;
        text-align: center;
    }
    .wrap-iten-in-cart .products-cart .product-name,
    .cart-header .product-name{
        width: 260px;
    }
    .wrap-iten-in-cart .products-cart .price-field {
        width: 160px;
        text-align: center;
    }
    .row-in-form.data{
        width: 100% !important;
    }
    .wrap-address-billing .row-in-form.data label {
        width: 240px;
    }
    .summary {
        margin-top: -14px;
    }
    .wrap-iten-in-cart .products-cart .delete, .wrap-iten-in-cart .products-cart .quantity, .wrap-iten-in-cart .products-cart .price-field, .wrap-iten-in-cart .products-cart .product-name, .wrap-iten-in-cart .products-cart .product-image {
        display: inline-block;
    }
    .orderCart .products-cart .delete, .orderCart .products-cart .quantity, .orderCart .products-cart .price-field, .orderCart .products-cart .product-name, .orderCart .products-cart .product-image {
        display: inline-block;
    }
    .products-cart.evoShop_items>div {
        min-width: auto;
    }
    .products-cart.evoShop_items {
        overflow-y: none;
    }
    .topmenu ul li.second:after, .start .wcabinet:after {
        right: -5px;
    }
    .topmenu ul li {
        margin-right: 6px;
    }
    .wrap-address-billing .row-in-form,
    .jq-selectbox.selectnp {
        width: 210px;
    }
    .wrap-address-billing .row-in-form label{
        width: 100%;
    }
    .cart-header>div {
        line-height: 1.2;
        padding: 15px 0;
    }
    .filtertitle:after,
    .fltr_name:after{
         right: 20px;
     }
    .contentItems .wrap-iten-in-cart .products-cart .price-field {
        width: 104px;
        text-align: center;
    }
    .contentItems .orderCart .products-cart .price-field {
        width: 104px;
        text-align: center;
    }
    .contentItems .cart-header .price-field {
        width: 120px;
        text-align: center;
    }
    .selectnp .jq-selectbox__select-text {
        width: 83%;
        height: auto;
    }
    .wrap-address-billing .row-in-form.w100 .form-group {
        width: 62.5%;
    }
    .dosta label {
        margin-right: 34px;
    }
    .form-default textarea {
        height: 210px;
    }
    .contentItems .wrap-iten-in-cart .products-cart .quantity {
        width: 90px;
    }
    .contentItems .cart-header .quantity {
        width: 94px;
    }
    .contentItems .cart-header .sub-total{
        width: 276px;
    }
    .contentItems .cart-header .product-name, .contentItems .wrap-iten-in-cart .products-cart .product-name {
        width: 140px;
    }
    .contentItems .wrap-iten-in-cart .products-cart .sub-total{
        width: 245px;
    }
    .contentItems .cart-header .product-name, .contentItems .orderCart .products-cart .product-name {
        width: 140px;
    }
    .contentItems .orderCart .products-cart .sub-total{
        width: 245px;
    }
    .contentItems .orderCart .products-cart .quantity {
        width: 90px;
    }
    .loginmenuItems:after {
        right: 15px;
    }
    .loginmenuItems{
        padding-left: 15px;
    }
    .editProfile input {
         margin: 15px 15px 15px;
     }
    .editProfile p {
        text-align: left;
        width: auto;
    }
    .wrap-address-billing .row-in-form{
        width: 210px;
    }
    .wrap-address-billing .row-in-form.paymentform{
        width: 50%;
    }
}
@media (max-width: 991px) {
    .topmenu2 {
        margin: -58px -5px 0 0;
        padding: 0;
        width:170px;
        float: left;
    }
    .addtov{
        display: none !important;
    }
    .start.login .partners:before{
        display: none;
    }
    .start.login .partners .lpartners, .start.login .partners .rpartners {
        width: 100%;
    }
    .start.login .partners form{
        width:300px;
        margin:0 auto;
    }
    .start .rpartners p,
    .start.login .partners .lpartners p{
        text-align: center;
    }
    .start.login .partners .title{
        text-align: center;
    }
    .start .getPartners .puls .puls5 .desc {
        margin-top: -290px !important;
    }
    .langmenu li {
        float: none;
        margin: 0 10px;
    }
    .mblock,
    .secondblock{
        text-align: center;
    }
    .table-responsive{
        width: 100%;
        overflow-y: auto;
        _overflow: auto;
        margin: 0 0 1em;
    }
    .filters-form{
        display: none;
    }
    .filtertitle {
        margin-bottom: 0;
    }
    .eFilter_display_block {
        margin: 10px 0;
    }
    .start .getPartners {
        padding: 36px 0;
    }
    .start .rpartners,
    .start .lpartners{
        margin: 0;
    }
    .start .winfo img {
        width: 100%;
    }
    .start .news {
        padding: 36px 0;
        height: 720px;
    }
    .start .hheader .langmenu li a {
        padding: 0 0px;
    }
    .start .getPartners .puls .desc {
        padding: 20px 0px;
    }
    .start .getPartners .puls .desc {
        width: 400px;
        padding:10px;
    }
    .start .getPartners .puls .desc ul{
        padding-left: 0;
    }
    .content {
        margin-top: 130px;
    }
    .wcatalog .filter,
    .searchw .filter {
        height: 100%;
        position: relative;
        width: 100%;
        height: auto;
    }
    .itemRow  .delete{
        float:right;
    }
    .item-cartTpl .price{
        margin-top: 20px;
    }
    .selectnp .jq-selectbox__select-text {
        width: 93%;
    }
    .topmenu ul {
        text-align: left;
    }
    .cart-header{
        height: 63px;
    }
    .wrap-iten-in-cart .products-cart .price-field {
        width: 85px;
    }
    .wrap-iten-in-cart .products-cart .quantity {
        width: 150px;
    }
    .btn.btn-delete.evoShop_remove:before {
        margin-top: 0;
        position: absolute;
        top: -52px;
        right: 9px;
    }
    .wrap-iten-in-cart .products-cart .delete a {
        position: relative;
    }

    .orderCart .products-cart .price-field {
        width: 85px;
    }
    .orderCart .products-cart .quantity {
        width: 150px;
    }
    .orderCart .products-cart .delete a {
        position: relative;
    }
    .wrap-address-billing .row-in-form{
        width: 200px;
    }
    .jq-selectbox.selectnp {
        width: 100%;
    }
    .totalw {
        right: 90px;
    }
    .wcatalog .filters-form,
    .searchw .filters-form {
        padding-bottom: 30px;
    }
    .table-responsive{
        min-width: 292px;
        overflow-x: auto;
        _overflow: auto;
        margin: 0 0 1em;
    }
    .tabcatalog thead th {
        padding: 5px 10px;
        min-width: 154px;
    }
    .contentItems .orderCart.products-cart .quantity {
        width: 49px;
    }
    .contentItems .orderCart .products-cart .price-field{
        width: 90px;
        text-align: center;
    }
    .contentItems .wrap-iten-in-cart .products-cart .quantity {
        width: 49px;
    }
    .contentItems .wrap-iten-in-cart .products-cart .price-field{
        width: 90px;
        text-align: center;
    }
    .summary {
        margin-top: 0;
        width: 100%;
    }
    .wrap-address-billing .row-in-form.textar{
        margin: 30px 0;
    }
    .wrap-address-billing .row-in-form.textar textarea,
    .wrap-address-billing .row-in-form.textar{
        width:100%;
        height:150px;
    }
}
@media (max-width: 767px) {
    .evoSearch_info {
        padding-left: 0;
        padding-right: 0;
    }

    .logo{
        text-align: center;
        margin-bottom: 10px;
    }
    .start .partners form input {
        width: 100%;
    }
    .start .getPartners .puls .puls5 .desc {
        margin-top: -200px !important;
        margin-left: -80px !important;
        width: 400px;
    }
    .hide{
        display: none;
    }
    .search .searchbl{
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
    }
    .search .searchbl {
        max-width: 100%;
    }
    .topmenu, .search .searchbl {
        width: 100%;
        margin-left: 0;
    }
    .langmenu {
        float: none;
        position: absolute;
        top: -160px;
        right: 10px;
    }
    .topmenu2 {
        margin: 0;
        padding: 0;
        width: 100%;
        float: none;
        text-align: center;
    }
    .topmenu2 li {
        list-style: none;
        float: none;
        margin-right: 15px;
        display: inline-table;
        margin-bottom: 15px;
    }
    .fcont,
    .ftitle{
        text-align: center;
    }
    .tovar .image{
        text-align: center;
        margin-bottom: 30px;
    }
    .nav-tabs .nav-item {
        padding-left: 15px;
        padding-right: 15px;
    }
    .pagination ul li {
        float: none;
        list-style: none;
        display: inline-block;
    }
    .pagination ul li a {
        padding: 4px 5px;
        font-size: 16px;
    }
    .shop-pagi.display-inline{
        text-align: center;
    }
    .start .getPartners .puls p {
        margin: 0;
        text-align: center;
    }
    .start .getPartners .puls1 img, .start .getPartners .puls3 img{
        margin-top: 0;
    }
    .start .getPartners .puls2 p,
    .start .getPartners .puls4 p{
        margin-top: -95px;
    }
    .start .lpartners{
        margin-bottom: 30px;
    }
    .start .lpartners, .start .rpartners {
        width: 100%;
        text-align: center;
    }
    .start .rpartners p,
    .start .partners .title {
        text-align: center;
    }
    .start .rpartners form input {
        display: block;
        margin: 0 auto 10px;
    }
    .start .winfo .linfo img,
    .start .winfo .rinfo img  {
        float: none;
        width: auto;
        margin: 0 0 30px;
    }
    .linfo, .rinfo{
        text-align: center;
    }
    .linfo p, .rinfo p{
        text-align: left;
    }
    .start .news {
        padding: 36px 0;
        height: 850px;
    }
    .start .news .inews+a {
        margin-bottom: 30px;
        display: block;
    }
    .start .getPartners .puls2 img,
    .start .getPartners .puls4 img{
         margin-top: 0;
     }
    .start .getPartners .puls .desc {
        width: auto;
        height: 150px;
    }
    .start .getPartners .puls1.active .desc,
    .start .getPartners .puls3.active .desc{
        opacity: 1;
        margin-top: 15px;
        margin-left: -20px;
    }
    .start .getPartners .puls2.active .desc,
    .start .getPartners .puls4.active .desc{
        opacity: 1;
        margin-top: 10px;
        margin-left: 80px;
    }
    .start .getPartners .puls5.active .desc {
        margin-top: -339px;
        margin-left: -20px;
    }
    .start .getPartners .puls5 img {
        margin-top: 10px;
    }
    .content {
        margin-top: 200px;
    }
    tr.active .hideWindow {
        width: 84%;
        margin-left: -42%;
    }
    .wrap-iten-in-cart .products-cart .price-field{
        margin: 25px 0;
    }
    .orderCart .products-cart .price-field{
        margin: 25px 0;
    }
    .itemRow  .delete{
        margin-top: 35px;
    }
    .evoSearch_info {
        list-style: none;
        padding: 0;
        font-size: 16px;
        line-height: 1.2;
        text-align: center;
        margin-top: 15px;
        display: inline-block;
        padding: 0;
        max-width: 100%;
        position: relative;
    }
    .searchw .tabcatalog {
        margin: 0;
        width: 100%;
    }
    .cont .selector-field {
        position: absolute;
        right: 21px;
        top: 65px;
    }
    .wrap-iten-in-cart .products-cart .product-name, .cart-header .product-name {
        width: 225px;
    }
    .orderCart .products-cart .product-name, .cart-header .product-name {
        width: 225px;
    }
    .btn.btn-delete.evoShop_remove:before {
        top: -84px;
    }
    .summary {
        width: 100%;
    }
    .summary .order-summary .title-box>span {
        width: 50%;
    }
    .inputsw {
        display: block;
    }
    .wrap-address-billing .row-in-form.w100 {
        width: 100%;
        float:none;
    }
    .edit-form {
         width: 400px;
         margin: 0 auto;
     }
    .editProfile input{
        width: 100%;
    }
    .contentItems .wrap-iten-in-cart .products-cart .sub-total {
        width: 173px;
    }
    .contentItems .orderCart .products-cart .sub-total {
        width: 173px;
    }
    .contentItems .cart-header {
        display: block;
    }
    .mobileLoginMenu{
        background-color: #f4f7fb;
        width: 100%;
        height: 55px;
        line-height: 55px;
        padding-left: 0px;
        position: relative;
        font-weight: 600;
        font-size: 14px;
        font-family: "Arial";
        color: rgb(20, 88, 173);
        text-align: center;
        cursor: pointer;
        display: block;
        border-radius: 10px 10px 0 0 ;
    }
    .loginmenu{
        display: none;
        border-radius: 0 0 10px 10px;
    }
    .seeOrder {
        float: none;
    }
    .itemOrders {
        overflow: hidden;
    }
    .infoforform {
        width: 100%;
        display: inline-block;
        margin-bottom: 30px;
    }
    .wrap-address-billing .row-in-form.paymentform{
        width: 100%;
    }
    .varanc-form input, .varanc-form select, .jq-file{
        width: 100%;
    }
    .jq-file{
        margin-bottom: 15px;
    }
    .varanc-form {
        width: 450px;
        margin: 0 auto;
    }
}
@media (max-width: 480px) {
    .topmenu .menu__icon {
        display: inline-block;
        position: absolute;
        top: -53px;
        left: 10px;
    }
    .editProfile input {
        margin: 15px 0 15px;
    }
    .start .wheader .menu__icon{
        top: -50px;
    }
    .menu__icon span:nth-child(3) {
        top: 9px;
    }
    .start .wheader .menu__icon span:nth-child(3){
        top: 13px;
    }
    .start .getPartners .puls .desc {
        height: auto;
    }
    .start .getPartners .puls4 img {
        margin-top: 17px;
    }
    .topmenu.menu_state_open > ul {
        display: block;
    }
    .topmenu > ul {
        position: fixed;
        display: none;
        top: 0;
        right: 0;
        left: 0;
        margin-top: 65px;
        background-color: rgba(0, 0, 0, 0.8);
        z-index: 1000;
        overflow: auto;
    }
    .serchBtn {
         width: 38px;
    }
    .topmenu > ul > li {
        display: block;
        padding: 10px 0;
        text-align: center;
        float: none;
        color: #ffffff;
        font-size: 20px;
    }
    .langmenu {
        top: -120px;
    }
    .wrap-address-billing .row-in-form,
    .selectnp {
        width: 100%;
    }
    .tovar_instock {
        color: #054493;
        font-size: 14px;
        line-height: 1;
        width: 76px;
    }
    .start .logo {
        width: 100%;
    }

    .start .wheader {
        top: 71px;
    }

    .start .hheader {
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
        margin-top: -44px;
    }

    .start .getPartners .puls p {
        width: 227px;
        line-height: 1;
        margin: 0 auto 17px;
    }

    .start .getPartners .puls2 p, .start .getPartners .puls4 p {
        margin-top: -95px;
    }

    .start .getPartners .puls .desc {
        width: 250px;
    }

    .start .getPartners .puls .desc {
        margin-left: 20px !important;
    }

    .start .getPartners .puls .puls5 .desc {
        margin-left: -39px !important;
        width: 300px;
    }
    .hideWindow .btnWindow .left,
    .hideWindow .btnWindow .right{
        float: none;
        margin: 0 auto 15px;
    }
    .search .searchbl {
        margin-bottom: 0px;
    }
    .topmenu ul li.second ul {
        opacity: 1;
        display: none;
        left: 4px;
        top: 0;
        position: relative;
        margin: 0 auto;
        right: auto;
        width: 100%;
        margin-top: 14px !important;
    }
    .topmenu ul ul li {
        float: none;
        display: block;
        position: relative;
        padding: 10px 0;
        font-size: 20px;
        text-align: center;
    }
    .topmenu ul li.second:after{
        content: "";
        background-image: url(../img/nmenub.png);
        width: 10px;
        height: 16px;
        position: absolute;
        right: 28%;
        top: 17px;
        display: inline-block;
    }
    .topmenu ul li.second.active:after {
        content: "";
        background-image: url(../img/hmenub.png);
        width: 16px;
        height: 10px;
        position: absolute;
        right: 27%;
        top: 20px;
        display: inline-block;
    }
    .fcont {
        margin-left: 0;
    }
    .totalw {
        float: none;
    }
    .totalw {
        right: 82px;
    }
    .editProfile p {
        display: block;
        margin-right: 15px;
        text-align: left;
        width:auto;
    }
    .editProfile input,
    .edit-form textarea,
    .edit-form select{
        width: 100%;
        margin-left: 0;
    }
    .editProfile .btn.btn-small.butcart.evoShop_submit {
        margin: 0 auto;
    }
    .edit-form {
         width: 100%;
         margin: 0 auto;
     }

    .contentItems .cart-header {
        display: none;
    }
    .contentItems .cart-header .product-name, .contentItems .wrap-iten-in-cart .products-cart .product-name {
        width: 100%;
        text-align: center;
    }
    .wrap-iten-in-cart .products-cart .price-field,
    .orderCart .products-cart .price-field{
        margin: 5px 0;
    }
    .contentItems .wrap-iten-in-cart .products-cart .price-field {
        width: 48%;
    }
    .contentItems .orderCart .products-cart .price-field {
        width: 48%;
    }
    .contentItems .wrap-iten-in-cart .products-cart .quantity{
        width: 100%;
        text-align: center;
    }
    .contentItems .orderCart .products-cart .quantity{
        width: 100%;
        text-align: center;
    }
    .contentItems .wrap-iten-in-cart .products-cart .sub-total {
        width: 100%;
        text-align: center;
        padding:10px 0;
    }
    .contentItems .orderCart .products-cart .sub-total {
        width: 100%;
        text-align: center;
        padding:10px 0;
    }
    .wrap-address-billing .row-in-form.w100 label {
        width: 100%;
        display: inline-block;
    }
    .wrap-address-billing .row-in-form.w100 .form-group {
        width: 100%;
        margin-right: 0;
        margin-top: 20px;
    }
    .dosta label {
        margin-right: 0;
        margin-bottom: 9px !important;
    }
    .wrap-address-billing.orderform h3 {
        font-size: 30px;
        font-family: "Cuprum";
        color: rgb(20, 88, 173);
        line-height: 1.2;
        text-align: center;
        text-transform: none;
        font-weight: normal;
        margin: 140px 0 0;
        border: none;
    }
    .varanc-form {
        width: 100%;
        margin: 0 auto;
    }
    .summaryOrder {
        min-width: 100%;
    }
}
@media (max-width: 425px) {
    .langmenu {
        top: -120px;
    }
    .topmenu ul li {
        float: none;
        list-style: none;
    }
    .topmenu ul {
        padding: 0;
        text-align: center;
    }
    .topmenu2 li a {
        font-size: 16px;
    }
    .tovar_addbut{
        text-align: center;
        width: 100%;
        margin: 20px 0 0;
    }
    .nav-tabs .nav-item {
         font-size: 14px;
         margin-right: 5px;
     }
    .summary .order-summary .title-box>span {
        float: none;
        position: absolute;
        right: 0;
    }
    .btn.btn-delete.evoShop_remove:before {
        top: 0;
    }
    .wrap-iten-in-cart .products-cart .quantity .quantity-input input[type=text] {
        max-width: 200px;
        float: none;
        display: inline-block;
    }
    .orderCart .products-cart .quantity .quantity-input input[type=text] {
        max-width: 200px;
        float: none;
        display: inline-block;
    }
    .wrap-iten-in-cart .products-cart .product-name{
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    .orderCart .products-cart .product-name{
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    .wrap-iten-in-cart .products-cart .quantity .quantity-input .btn {
        display: inline-block;
        float: none;
        margin: 8px 4px 10px;
    }
    .orderCart .products-cart .quantity .quantity-input .btn {
        display: inline-block;
        float: none;
        margin: 8px 4px 10px;
    }
    .wrap-iten-in-cart .products-cart .quantity,
    .wrap-iten-in-cart .products-cart .quantity .quantity-input{
        width: 100%;
        text-align: center;
    }
    .orderCart .products-cart .quantity,
    .orderCart .products-cart .quantity .quantity-input{
        width: 100%;
        text-align: center;
    }
    .summary .order-summary .title-box {
        float: none;
        width: auto;
    }
    .order-summary a {
        display: block;
        float: none;
        width: 100%;
        text-align: center;
    }
    .summary {
        height: auto;
        background-color: #e8d6ca;
        float: right;
        padding-bottom: 15px;
    }
    .selectnp .jq-selectbox__trigger-arrow {
        top: 2px;
        right: -14px;
    }
}
@media (max-width: 375px) {
    .topmenu2 li a {
        font-size: 14px;
    }
    .topmenu2 li {
        margin-right: 10px;
    }
    .start .getPartners .title {
        font-size: 28px;
    }
    .start .partners .title {
        font-size: 36px;
    }
    .start .rpartners form input {
        width: 100%;
    }
    .start .getPartners .puls p{
        font-size: 16px;
        width: 200px;
    }
    .start .news {
        height: auto;
        overflow: none;
    }
    .start .partnersItem {
        margin: 5px auto;
    }
    .start .getPartners .puls .desc {
        margin-left: 110px !important;
    }
    .start .getPartners .puls1 .desc, .start .getPartners .puls3 .desc{
        margin-left: 0 !important;
    }
    .orderCart .products-cart .product-image {
        width: 100%;
    }
    .orderCart .products-cart .quantity .quantity-input input[type=text] {
        max-width: 200px;
    }
    .orderCart .products-cart .price-field{
        width: 50%;
    }
    .orderCart .products-cart .price-field {
        margin: 0;
    }
    .orderCart .products-cart .delete{
        float:none;
        text-align: center;
        margin-top: 0;
        width: 100%;
    }
    .orderCart .products-cart .sub-total {
        width: 100%;
    }

    .wrap-iten-in-cart .products-cart .product-image {
        width: 100%;
    }
    .item-cartTpl>div{
        width: 100%;
    }
    .wrap-iten-in-cart .products-cart .quantity .quantity-input input[type=text] {
        max-width: 200px;
    }
    .wrap-iten-in-cart .products-cart .price-field{
        width: 50%;
    }
    .wrap-iten-in-cart .products-cart .price-field {
        margin: 0;
    }
    .wrap-iten-in-cart .products-cart .delete{
        float:none;
        text-align: center;
        margin-top: 0;
        width: 100%;
    }
    .wrap-iten-in-cart .products-cart .sub-total {
        width: 100%;
    }
    .selectnp .jq-selectbox__select-text {
        width: 92%;
    }

    .topmenu ul li.second:after{
        content: "";
        background-image: url(../img/nmenub.png);
        width: 10px;
        height: 16px;
        position: absolute;
        right: 26%;
        top: 17px;
        display: inline-block;
    }
    .topmenu ul li.second.active:after {
        content: "";
        background-image: url(../img/hmenub.png);
        width: 16px;
        height: 10px;
        position: absolute;
        right: 26%;
        top: 20px;
        display: inline-block;
    }
}

.Aligner {
    height: 80%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.title_partners {
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 15px;
}