@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,700,700i');
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
ul{list-style-type: none;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
html{
    font-size: 100%;
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    background: #FFFFFF;
    min-height: 100%;
    position: relative;
    color: #4d4d4d;
    font: 14px "HelveticaNeue", "Roboto, "Arial, sans-serif;
	padding-bottom: 130px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input::-ms-clear {display: none;}
.clearfix:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}
::-webkit-input-placeholder {
    /* font-size:0; */
}
:-moz-placeholder,
::-moz-placeholder {
    /* font-size:0; */
}
:-ms-input-placeholder {
/* font-size:0; */
}
img{max-width: 100%;}
input, textarea{outline:none;}
div.product-block div.catalog-item-wrap div.catalog-item-content div.catalog-item-title a{
    color: #9db725;
    text-decoration: underline;
    transition: color 0.2s, background-color 0.2s, border 0.2s;
    -moz-transition: color 0.2s, background-color 0.2s, border 0.2s;
    -webkit-transition: color 0.2s, background-color 0.2s, border 0.2s;
    -o-transition: color 0.2s, background-color 0.2s, border 0.2s;
    outline:none!important;
}
iframe[name="google_conversion_frame"]{display: none;}
li.deals-slider-item-list-item div.product-block{
    border: none;
    color: inherit;
    font-size: inherit;
}
li.deals-slider-item-list-item div.product-block div span.amount{
    color: #000000;
    font-size: 26px;
    margin-bottom: -4px;
}
div.product-block>.catalog-item-wrap{
    border: none; 
}
.wrapper{position: relative;max-width: 980px;margin: 0 auto;}
.icon{
    background: url('../images/icons/sprite.png') no-repeat 1000px 1000px;
    width: 16px;
    height: 16px;
    margin: -5px 0;
    display: inline-block;
    vertical-align: middle;
}
::-webkit-input-placeholder {
    /* font-size:0; */
}
:-moz-placeholder,
::-moz-placeholder {
    /* font-size:0; */
}
:-ms-input-placeholder {
/* font: ;ont-size:0; */
}
img{max-width: 100%;}
input, textarea{outline:none;}
a{
    color: #9db725;
    text-decoration: underline;
    transition: color 0.2s, background-color 0.2s, border 0.2s;
    -moz-transition: color 0.2s, background-color 0.2s, border 0.2s;
    -webkit-transition: color 0.2s, background-color 0.2s, border 0.2s;
    -o-transition: color 0.2s, background-color 0.2s, border 0.2s;
    outline:none!important;
}
a:hover{text-decoration: none}
/***************************************HEADER*****************************************/

.header-top{background: #1f1f1f;color: #FFFFFF;text-align: right;padding: 9px 0 7px;}
.header-top-menu{
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    padding: 11px 0 8px;
    cursor: default;
	margin-right: 15px;
}
.header-top-menu li{display: inline-block;vertical-align: top;margin-left: 20px;margin-bottom: 0;padding: 0;}
.header-top-menu li:first-child a{margin-right: -4px;}
.header-top-menu a {
    text-decoration: none;
    color: #d8d8d8;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px 10px;
    border: 2px solid transparent;
    border-radius: 3px;
}
.header-top-menu a:hover,
.header-top-menu li.current-menu-item a{color: #9db725;border-color: #9db725;}
.where-icon{    
    background-position: -1px -1px;
    width: 8px;
    height: 11px;
    margin-right: 9px;
    margin-top: -7px;
}
.forum-link{
    display: inline-block;
    vertical-align: top;
    background: #9db725;
    border: 2px solid #9db725;
    color: #000000;
    text-decoration: none;
    padding: 4px 7px;
    border-radius: 5px;
    margin: 10px 15px 0 26px;
    font-size: 12px;
}
.menu-item-2404 a{
    background: #9db725;
    border: 2px solid #9db725;
    color: #000000;
    text-decoration: none;
    padding: 4px 7px;
    border-radius: 5px;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	margin-top: -1px;
	margin-left: -5px;
}
.menu-item-2404 a:hover{background: transparent}
header .widget{margin: 0}
.search-field{
    border: 1px solid transparent;
    border-bottom: 1px solid #9db725;
    padding: 11px 30px 8px 15px;
    color: #FFFFFF;
    background: none;
    width: 185px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 11px;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}
.search-field.placeholder {
    color: #616161;
}
.forum-link:hover{background-color: transparent;color: #9db725;}
.flags-styled{
    display: inline-block;
    vertical-align: top;
    border-left: 1px solid #3b3b3b;
    padding: 13px 5px 15px 5px;
    cursor: default;
    width: 99px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
.flags-styled .flag{
    display: inline-block;
    vertical-align: top;
    width: 27px;
    height: 27px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: -4px -5px -7px 7px;
    padding: 0;
}
.flags-styled .flag a{
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    border: 2px solid transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
	background: none!important;
	position: relative;
    line-height: 26px;
}
.flags-styled .flag.active a{border-color: #5d6a22}
.flags-styled .flag:hover a{border-color: #9db725}
.ppqtrans_language_chooser li a.ppqtrans_flag_en:before{
	content: " ";
	position: absolute;
	top: 50%;
	left: 50%;
    background: url("../images/icons/sprite.png") no-repeat -15px -16px;
    width: 14px;
    height: 9px;
    margin-top: 0px;
    margin: -5px 0 0 -6px;
}
.ppqtrans_language_chooser li a.ppqtrans_flag_ru:before{
	content: " ";
	position: absolute;
	top: 50%;
	left: 50%;
    background: url("../images/icons/sprite.png") no-repeat -15px -3px;
    width: 14px;
    height: 9px;
    margin-top: 0px;
    margin: -5px 0 0 -6px;
}
.socials{
    display: inline-block;
    vertical-align: top;
    border-left: 1px solid #3b3b3b;
    padding: 9px 4px 9px 5px;
    cursor: default;
    width: 106px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
.socials-item{display: inline-block;vertical-align: top;margin: 0 -4px 0 1px;padding: 0;}
.socials-item-link{
    display: block;
    width: 27px;
    height: 27px;
    text-align: center;
    border: 2px solid transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
}
.socials-item-link:hover{border-color: #9db725;}
.fb-icon{
    background-position: -35px -6px;
    width: 10px;
    height: 16px;
    margin-top: 3px;
    vertical-align: top;
}
.tw-icon{
    background-position: -60px -7px;
    width: 16px;
    height: 14px;
    margin-top: 4px;
    vertical-align: top;
}
.header-top .search{
    display: inline-block;
    vertical-align: top;
    border-left: 1px solid #3b3b3b;
    position: relative;
    padding: 3px 2px 9px 25px;
}
.search-input{
    border: 1px solid transparent;
    border-bottom: 1px solid #9db725;
    padding: 11px 30px 8px 14px;
    color: #FFFFFF;
    background: none;
    width: 185px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 11px;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}
.search-input:focus{border-color: #b1ce2c;}
.search-input.placeholder{color: #616161;}
.search-submit{
    position: absolute;
    top: 15px;
    right: 8px;
    background: url('../images/icons/sprite.png') no-repeat -85px -9px;
    width: 11px;
    height: 10px;
    border: none;
}
.header-bottom{border-bottom: 1px solid #e7e7e7;padding-bottom: 2px;margin-bottom: 11px;}
.logo{display: inline-block;vertical-align: top;margin: 1px 5px 0 10px;}
.logo img{display: block;}
.menu-wrap{
    display: inline-block;
    vertical-align: top;
    width: 775px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #9db725;
    margin: 12px 0 0 0;
    border-radius: 5px;
}
.menu-wrap .menu{display: table;width: 100%;}
.menu-wrap .menu-item{display: table-cell;vertical-align: middle;white-space: nowrap;height: 63px;padding: 0;}
.menu-wrap .menu-item:before{content: none;}
.menu-wrap .menu-item-link{
    color: #000000;
    font-weight: bold;
    font-size: 15px;
    text-decoration: none;
    padding: 23px 9px 23px 4px;
    height: 67px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    text-align: center;
    border-top: 2px solid #9db725;
    border-bottom: 2px solid #9db725;
    margin: -2px 0;
}
.menu-wrap .menu-item:first-child .menu-item-link{border-radius: 4px 0 0 4px; margin-left: -2px;}
.menu-wrap .nav1-icon{background-position: -5px -36px;width: 30px;height: 24px;}
.menu-wrap .nav2-icon{background-position: -43px -36px;width: 25px;height: 25px;margin: -18px 0;}
.menu-wrap .nav3-icon{background-position: -73px -34px;width: 24px;height: 26px;}
.menu-wrap .nav4-icon{background-position: -129px -37px;width: 32px;height: 22px;}
.menu-wrap .nav5-icon{background-position: -106px -36px;width: 17px;height: 24px;}
.menu-wrap .menu-item-link:hover, .menu-item.active .menu-item-link{background-color: #1f1f1f;border-color: #1f1f1f;color: #FFFFFF;}
.menu-wrap .menu-item-link:hover .nav1-icon, .menu-item.active .menu-item-link .nav1-icon{background-position: -5px -68px}
.menu-wrap .menu-item-link:hover .nav2-icon, .menu-item.active .menu-item-link .nav2-icon{background-position: -43px -68px}
.menu-wrap .menu-item-link:hover .nav3-icon, .menu-item.active .menu-item-link .nav3-icon{background-position: -73px -66px}
.menu-wrap .menu-item-link:hover .nav4-icon, .menu-item.active .menu-item-link .nav4-icon{background-position: -129px -69px}
.menu-wrap .menu-item-link:hover .nav5-icon, .menu-item.active .menu-item-link .nav5-icon{background-position: -106px -68px}
.menu-wrap .menu-item.active{background-color: #1f1f1f;border-color: #1f1f1f;}
.menu-wrap .menu-item.active>a{color: #FFFFFF;text-decoration: none;}
.menu-wrap .menu-item.menu-item-prod.active>a{
    margin: -2px -2px -2px -2px;
    height: 67px;
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 0 3px 3px 0;
    text-align: left;
}
.add-funds{
    float: right;
    width: 84px;
    margin-top: 12px;
    background: #9db725;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 67px;
    text-align: center;
    color: #1f1f1f;
    font-size: 12px;
    line-height: 11px;
    text-decoration: none;
}
.add-funds:hover,.add-funds.active{background-color: #1f1f1f;color: #9db725;}
.add-funds-icon{background-position: -104px -1px;width: 20px;height: 31px;margin: 4px 0 5px;}
.menu-item-prod{border-left: 2px solid #9db725;white-space: normal !important;width: 116px;}
.menu-item-prod a{
    font-weight: normal; 
    color: #000000; 
    font-size: 12px; 
    padding-left: 5px; 
    display: block;  
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 19px 10px;
    border-radius: 0 3px 3px 0;
    margin: -2px -2px -2px -2px;
    text-align: left;
	text-decoration: none;
}
.menu-item-prod a:hover{
    background-color: #1f1f1f;
    border-color: #1f1f1f;
    color: #FFFFFF;
	}

/**************************************CONTENT*****************************************/

.content{min-height: 500px;}
.home-slider-wrap{
    background: #9eb827;
    border-radius: 10px;
    position: relative;
    padding-bottom: 101px;
    margin-bottom: 42px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 428px;
}
body .bx-default-pager,.bx-wrapper .bx-pager{
    position: absolute; 
    top: 7px;
    bottom: inherit!important;
    left: 12px; 
    text-align: left;
}
body .bx-wrapper .bx-pager.bx-default-pager a{
    width: 8px;
    height: 8px;
    background: #ffffff;
    border: 3px solid transparent;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px 4px 0 5px; 
    position: relative;
}
body .bx-wrapper .bx-pager.bx-default-pager a:hover, 
body .bx-wrapper .bx-pager.bx-default-pager a.active{
    border-color: #000000;
    background: none;
    width: 14px;
    height: 14px;
    display: inline-block;
    margin: 0 1px 0 2px;
    top: -3px;
}
.bx-wrapper .bx-controls-direction a{
    display: block;
    width: 40px;
    height: 40px;
    margin-top: 31px;
    background: none;
    border: 1px solid #cbd4e0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 50;
    border-radius: 20px;
}
.bx-wrapper .bx-controls-direction a:before{
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;    
    background: url('../images/icons/sprite.png') no-repeat -9px -115px;
    width: 7px;
    height: 12px;
    margin: -6px 0 0 -3px;
}
.bx-wrapper .bx-controls-direction a:hover{border-color: #000000;background: #e8e8e8;}
.bx-wrapper .bx-controls-direction a:hover:before{background-position: -9px -101px;}
.bx-wrapper .bx-controls-direction a.bx-prev{left: -50px;}
.bx-wrapper .bx-controls-direction a.bx-next{right: -50px;}
.bx-wrapper .bx-controls-direction a.bx-next:before{background-position: -19px -115px;}
.bx-wrapper .bx-controls-direction a.bx-next:hover:before{background-position: -19px -101px;}
.home-slider-item-image{
    float: left;
    width: 350px;
    margin: 16px 56px 10px 70px;
    height: 290px;
    position: relative;
}
.home-slider-item-layout{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transform: translate(0, -30px);
    -moz-transform: translate(0, -30px);
    -webkit-transform: translate(0, -30px);
    -o-transform: translate(0, -30px);
    opacity: 0;
}
.home-slider-item.active .home-slider-item-layout{
    transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    opacity: 1;    
}
.home-slider-item.active .home-slider-item-layout:nth-child(2){
    transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
}
.home-slider-item.active .home-slider-item-layout:nth-child(3){
    transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
}
.home-slider-item.active .home-slider-item-layout:nth-child(4){
    transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
}
.home-slider-item-content{
    overflow: hidden;
    min-height: 281px;
    padding: 23px 14px 23px 0;
    opacity: 0;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
}
.home-slider-item-content p{margin-bottom: 0}
.home-slider-item.active .home-slider-item-content{opacity: 1}
.home-slider-item-top{
    color: #FFFFFF;
    font-size: 18px;
    font-family: "HelveticaNeue-Light", "HelveticaNeue", "Roboto", Arial, sans-serif;
    position: relative;
    padding-left: 42px;
    letter-spacing: 0.4px;
    margin-bottom: 10px;
}
.home-slider-item-top:before{
    content: " ";
    position: absolute;
    top: 10px;
    left: 1px;
    width: 30px;
    border-top: 1px solid #FFFFFF;
}
.home-slider-item-title{
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
    line-height: 36px;
    font-family: "HelveticaNeue-Black", "Roboto", Arial, sans-serif;
    letter-spacing: -0.6px;
    margin-bottom: 13px;
}
.home-slider-item-text{color: #000000;font-size: 18px;letter-spacing: -0.35px;line-height: 30px;}
.home-slider-item-button{
    display: inline-block;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    text-decoration: none;
    margin-top: 15px;
    border-radius: 4px;
    padding: 17px 63px 19px 20px;
    font-family: "HelveticaNeue-Black", "Roboto", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    position: relative;
}
.home-slider-item-button:after{
    content: " ";
    position: absolute;
    top: 50%;
    right: 10px;
    border: 5px solid transparent;
    border-left-color: #FFFFFF;
    margin-top: -5px;
}
.home-slider-item-button:hover{border-color: #1f1f1f;color: #9db725;background-color: #1f1f1f;}
.home-slider-item-button:hover:after{border-left-color: #9db725;}
.home-slider-nav-wrap{
    position: absolute;
    bottom: 20px;
    left: 15px;
    right: 15px;
    color: #FFFFFF;
    padding: 11px 0 12px;
    border: 2px solid #FFFFFF;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 100;
    transform: translate3d(0px, 1px, 0px);
}
.home-slider-nav-wrap:before{
    content: ' ';
    position: absolute;
    bottom: 100%;
    background: url("../images/background/corner.png") no-repeat 0 0;
    width: 61px;
    height: 47px;
    margin-bottom: 0px;
    right: 35px;
}
.home-slider-nav{display: table;width: 100%;}
.home-slider-nav-item{
    display: table-cell;
    vertical-align: top;
    border-left: 1px solid #ffffff;
    margin-right: -4px;
    width: 21.4%;
    height: 62px;
    line-height: 20px;
    letter-spacing: 0.4px;
}
.home-slider-nav-item:first-child{border-left: none;}
.home-slider-nav-item a{color: #000000;display: block;padding: 1px 10px 2px 19px;}
.home-slider-nav-item a:hover{color: #FFFFFF;}
.home-slider-nav-item:last-child{width: 14%;}
.home-slider-nav-item  .home-slider-more{margin: 20px 0 0 15px;font-size: 12px;color: #FFFFFF;}
.more-icon{
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: top;
    margin-right: 11px;
    position: relative;
    margin-top: 1px;
}
.more-icon>span{
    position: absolute;
    top: 50%;
    left: 0;
    background: #000000;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    display: block;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}
.more-icon>span:before,.more-icon>span:after{
    content: " ";
    position: absolute;
    top: -5px;
    background: #000000;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    left: 0;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}
.more-icon>span:after{top:5px;}
.more-icon>.more-icon1{left: 0;}
.more-icon>.more-icon2{left: 5px;}
.more-icon>.more-icon3{left: 10px;}
.home-slider-more:hover .more-icon1{
    left: 5px;
    transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
}
.home-slider-more:hover .more-icon1:before{top: 0;left: 5px;}
.home-slider-more:hover .more-icon1:after{
    top: 0;
    left: -5px;
    transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
}
.home-slider-more:hover .more-icon2{
    left: 5px;
    margin-top: -5px;
    transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
}
.home-slider-more:hover .more-icon2:before{top: 0;left: -5px;}
.home-slider-more:hover .more-icon2:after{
    top: 0; 
    left: 5px;
    transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
}
.home-slider-more:hover .more-icon3{left: 5px;margin-top: 5px;}
.home-slider-more:hover .more-icon3:before{
    top: 0;
    left: -5px;
    transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
}
.home-slider-more:hover .more-icon3:after{
    top: 0;
    left: 5px;
    transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
}
.home-slider-more:hover>.more-icon>span{background-color: #FFFFFF;}
.home-slider-more:hover>.more-icon>span:before,.home-slider-more:hover>.more-icon>span:after{background-color: #FFFFFF;}
.home-country{float: left;width: 300px;margin-right: 37px;margin-bottom: 63px;}
.home-country-block .selectize-dropdown{
    display: block!important;
    height: 273px;
    position: relative;
    top: -5px!important;
    left: 0!important;
    padding-top: 5px;
}
.selectize-input .selectize-dropdown{
    z-index: 10;
}
.selectize-input.dropdown-active+.selectize-dropdown{
    z-index: 15;
}
.home-country-block .selectize-dropdown-content{height: 100%;max-height: 100%;}
h1, .h1{
    font-size: 23px;
    text-transform: uppercase;
    line-height: 35px;
    margin-bottom: 21px;
    color: #000000;
    font-family: "HelveticaNeue-Black", "Roboto", Arial, sans-serif !important;
}
h2, .h2{
    font-family: "Arial", "HelveticaNeue-Light","HelveticaNeue","Roboto, Arial, sans-serif" ;
    font-size: 30px;
    font-weight: normal;
    color: #000000;
    letter-spacing: 0.6px;
    margin-bottom: 35px;
}
h3, .h3{
    font-size: 22px;
    color: #000000;
    margin-bottom: 10px;
    line-height: normal;}
h4, .h4{
    font-size: 16px;
    margin-bottom: 23px;
    color: #000000;
}
h5, .h5{}
h6, .h6{}
p{margin-bottom: 1.3em;}
hr{border: none; border-top: 1px solid #e7e7e7; margin:  15px 0 23px;}
.with-dash>li{position: relative;padding-left: 26px;margin-bottom: 14px;}
.with-dash>li:before{content: " ";position: absolute;top: 8px;left: -1px;border-top: 3px solid;width: 17px;}
.home-country-capt{
    margin: -34px 0 18px;
    font-size: 17px;
}
.home-video{overflow: hidden;margin-bottom: 68px;}
.home-video h2{
    width: 570px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    font-family: "HelveticaNeue-Light","HelveticaNeue","Roboto, Arial, sans-serif";
    letter-spacing: 0.6px;
}
.home-country h2, .home-video h2{
    font-family: "HelveticaNeue-Light","HelveticaNeue","Roboto, Arial, sans-serif";
    letter-spacing: 0.6px;
    font-size: 26px;
}
.home-video-block iframe{display: block;}
.deals-top{
    background: #1f1f1f;
    color: #9db725;
    text-align: center;
    position: relative;
    padding: 13px 150px 8px;
    margin-bottom: 19px;
}
.deals-top h2{color: inherit;font-size: 26px;margin-bottom: 7px;}
.deals-top-prev,.deals-top-next{
    position: absolute;
    top: 16px;
    left: 20px;
    padding: 15px 10px 15px 54px;
    text-decoration: none;
}
.deals-top-prev:before,.deals-top-next:before{
    content: " ";
    position: absolute;
    top: 50%;
    left: 0px;
    border: 1px solid #c6cfda;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    margin-top: -20px;
}
article#post-2293 div.entry-content div.woocommerce ul.order_details{
    display: none;
}
.deals-top-prev:after,.deals-top-next:after{
    content: " ";
    position: absolute;
    top: 50%;
    left: 16px;
    background: url('../images/icons/sprite.png') no-repeat -9px -115px;
    width: 7px;
    height: 12px;
    margin-top: -6px;
}
.deals-top-next{
    position: absolute;
    left: inherit;
    right: 20px;
    padding: 15px 54px 15px 10px;
    text-align: right;
}
.deals-top-next:before{left: inherit;right: 0px;}
.deals-top-next:after{left: inherit;right: 16px;background-position: -19px -115px}
.deals-top-prev:hover,.deals-top-next:hover{color: #ffffff;}
.deals-top-prev:hover:before,.deals-top-next:hover:before{border-color: #9bb427;}
.deals-top-prev:hover:after{background-position: -9px -129px}
.deals-top-next:hover:after{background-position: -19px -129px}
.deals-nav{text-align: center;cursor: default;}
.deals-nav>li{display: inline-block;vertical-align: top;margin: 0 -1px 0 2px;}
.deals-nav>li.active>a{border-color: #9eb828; background-color: #9eb828; color: #000000!important;}
.deals-nav>li>a{
    display: block;
    color: #ffffff;
    text-decoration: none;
    padding: 2px 11px;
    border: 1px solid transparent;
    border-radius: 12px;
}
.deals-nav>li>a:hover{border-color: #9eb828; color: #9eb828;}
.deals-slider-viewport{overflow: hidden;position: relative;}
.deals-slider{
    white-space: nowrap;
    font-size: 0;
    position: relative;
    left: 0;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
.deals-slider-item{
    display: none;
    vertical-align: top;
    white-space: normal;
    width: 229px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 21px;
    font-size: 14px;
    border: 1px solid #9db725;
    border-radius: 9px;
    text-align: center;
    padding: 10px 12px 14px;
}
.deals-slider-item.show{display: inline-block;}
.deals-slider-item:hover{border-color: #000000;}
.deals-slider-item-image{
    padding-bottom: 42px;
    background: url("../images/background/shadow.png") no-repeat 50% 92%;
    margin-bottom: -15px;
}
.deals-slider-item-image img{
    display: block;
    width: 100%;
    position: relative;
    top: 0;
    transform: scale(1);
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
}
.deals-slider-item:hover img{transform: scale(1.02);}
.deals-slider-item-title{color: #000000;font-family: "HelveticaNeue-Black", "Roboto", Arial, sans-serif;font-size: 24px;margin-bottom: 10px;}
.deals-slider-item-title.color1{color: #ff6600;}
.deals-slider-item-title.color2{color: #9db725;}
.deals-slider-item-title.color3{color: #449eeb;}
.deals-slider-item-title.color4{color: #ed1b24;}
.deals-slider-item-title a{color: inherit;text-decoration: none;}
.deals-slider-item-text{line-height: 1.4em;font-size: 13px;margin-bottom: 10px;}
.deals-slider-item-list{text-align: center;margin-bottom: 14px;}
.deals-slider-item-list-item{
    display: inline-block;
    vertical-align: top;
    margin: 0 8px;
    color: #b2b2b2;
    font-size: 13px;
}
.deals-slider-item-list-item>div{font-size: 22px;color: #000000;margin-bottom: -4px; line-height: 30px;}
.deals-slider-item-list-item del{
  display: block;
  color: #FFFFFF;
  text-decoration: line-through;
  font-size: 10px;
  margin-top: -6px;
  margin-bottom: -3px;
  line-height: 11px;
}
.button{
    border: 2px solid #9db725;
    background: #FFFFFF;
    display: inline-block;
    vertical-align: middle;
    padding: 11px 8px 8px;
    border-radius: 4px;
    text-decoration: none;
    color: #000000;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    transition: color 0.2s, background-color 0.2s, border 0.2s;
    -moz-transition: color 0.2s, background-color 0.2s, border 0.2s;
    -webkit-transition: color 0.2s, background-color 0.2s, border 0.2s;
    -o-transition: color 0.2s, background-color 0.2s, border 0.2s;
    text-align: center;
}
.button:hover{background-color: #9db725;color: #FFFFFF;}
.deals-slider-bottom-wrap{
    position: relative;
    background: #e7e7e7;
    height: 5px;
    border-radius: 3px;
    margin: 32px 0 74px;
    padding: 0 142px;
    overflow: hidden;
    border-radius: 3px;
    transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
}
.deals-slider-bottom{height: 5px!important;border: none!important;background: #e7e7e7!important;position: relative!important;}
.deals-slider-bottom .ui-slider-handle{
    background: #000000!important;
    border: none!important;
    height: 5px!important;
    width: 285px!important;
    outline: none!important;
    top: 0!important;
    margin-left: -142px!important;
    cursor: pointer!important;
    transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
}
.home-text{padding-bottom: 18px;}
.home-text-left{
    float: left;
    width: 42.7%;
    font-size: 15px;
    line-height: 1.3em;
    letter-spacing: -0.1px;
}
.home-text-image{display: block;margin-bottom: 30px;border-radius: 6px;}
.home-text p{margin-bottom: 23px;}
.home-text-right{float: right;width: 52%;padding-top: 11px;}
.home-text-right h1{padding-right: 50px;color: #000000;}
.warranty{color: #9db725;font-size: 15px;margin-bottom: 31px;}
.warranty>li{position: relative;padding-left: 26px;margin-bottom: 14px;}
.warranty>li:before{content: " ";position: absolute;top: 8px;left: -1px;border-top: 3px solid;width: 17px;}
.more-link{
    color: #000000;
    font-size: 15px;
    letter-spacing: -0.2px;
    padding-right: 26px;
    display: inline-block;
    margin-bottom: 41px;
    position: relative;
}
.more-link:after{
    content: ' ';
    position: absolute;
    top: 4px;
    right: 0;
    border: 5px solid transparent;
    border-left-color: #9eb828;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
}
.more-link:hover{color: #9eb828}
.more-link:hover:after{border-left-color: #000000; right: 7px;}
.coop{background: #9eb828;border-radius: 8px;padding: 42px 20px 42px;line-height: 24px;color: #000000;}
.coop ul{color: #FFFFFF;margin-top: 29px;font-size: 15px;letter-spacing: -0.2px;}
.coop li{position: relative; padding-left: 36px;}
.coop ul li:before{content: " ";position: absolute;top: 12px;left: 4px;border-top: 3px solid;width: 17px;}
.coop a{color: inherit;}
.coop li .doc{
    color: #e9e9e9;
    font-size: 13px;
    font-family: "HelveticaNeue-Light", "HelveticaNeue", "Roboto", Arial, sans-serif;
    margin-left: 14px;
}

/**************************************FOOTER******************************************/

footer{background: #f6f6f6 !important;padding: 9px 0 5px;font-size: 0;color: #4d4d4d; position: absolute; bottom: 0; left: 0 ;width: 100%;}
.phones{font-size: 14px;letter-spacing: -0.4px;font-family: "Roboto", Arial, sans-serif;}
.phones li{margin-bottom: 3px;}
.phones li a{color: #4d4d4d;text-decoration: none;}
.phones .skype-link a{display: inline-block;margin-top: 6px;color: #9db725 !important;text-decoration: underline;}
.phones .skype-link a:hover{text-decoration: none;}
.skype-icon{background-position: -130px -11px;width: 14px;height: 14px;margin-right: 8px;}
footer .widget{margin: 0}
#first,
#second,
#third,
#fourth{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    width: 25%;
    border-left: 1px solid #cad3df;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 17px 9px 10px 9px;
    min-height: 103px;
	margin: 0;
}
#first{border-left: none;padding-left: 0;}
.free-call{
    font-family: "Arial Narrow",Arial, sans-serif;
    font-weight: bold;
    color: #616161;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 16px;
}
.free-call a{color: inherit; text-decoration: none;}
.copyright{color: #a0a0a0;font-size: 13px;}
.copyright a{color: #a0a0a0;text-decoration: none;}
.tech{font-size: 13px;line-height: 20px;padding-top: 15px;}
.menu-toggle,.mobile-menu-cover,.mobile-menu{display: none;}
#second{
    font-size: 13px;
    line-height: 20px;
    padding-top: 15px;
	color :#4d4d4d;
}
#second a{color: #9db725}
#third a{color: #4d4d4d}
#fourth a{color: inherit}
/***************************************PAGES******************************************/

.breadcrumb,.woocommerce-breadcrumb{
    cursor: default;
    padding-top: 7px;
    font-size: 12px;
    margin-left: -2px;
    letter-spacing: -0.2px;
    margin-bottom: 23px;
    color: #bdbdbd;
    vertical-align: top;
}
.breadcrumb a,.woocommerce-breadcrumb a{
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin-right: 24px;
	color: #909090; 
	position: relative;
	text-decoration: underline;
}
.breadcrumb a:hover,.woocommerce-breadcrumb a:hover{text-decoration: none;}
.breadcrumb a:after ,.woocommerce-breadcrumb a:after{
    content: " ";
    position: absolute;
    top: 5px;
    right: -14px;
    background: #eaeaea;
    width: 4px;
    height: 4px;
    border-radius: 50%;
}
.page-title{
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 23px;
    margin-bottom: 41px;
}
.contacts{padding-top: 12px;}
.page-title h1{margin: 0;text-transform: none;font-size: 37px;letter-spacing: 0.1px;}
.contacts-adress{
    padding-bottom: 18px;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 29px;
    padding-top: 12px;
}
.contacts-left{
    float: left;
    width: 345px;
    border-right: 1px solid #e7e7e7;
    margin-right: 19px;
    padding-top: 7px;
	line-height: normal;
}
.contacts-item-title-text{
    display: inline-block;
    vertical-align: middle;
    width: 285px;
    font-size: 13px;
    letter-spacing: -0.1px;
    line-height: 1.4em;
    min-height: 21px;
}
.contacts-list{padding-bottom: 1px;margin-bottom: -7px;}
.contacts-item{margin-bottom: 17px;min-height: 73px;}
.contacts-item-title{color: #3d3d3d;}
.contacts-ukr-title{
    background-position: -54px -101px;
    width: 31px;
    height: 28px;
    margin: -10px 4px -10px 4px;
}
.contacts-rus-title{
    background-position: -88px -101px;
    width: 31px;
    height: 28px;
    margin: -10px 4px -10px 4px;
}
.contacts-usa-title{
    background-position: -122px -101px;
    width: 31px;
    height: 28px;
    margin: -10px 4px -10px 4px;
}
.contacts-item-phones{padding: 14px 0 10px 43px;font-size: 13px;color: #7a7a7a;}
.contacts-item-phones>li{margin-bottom: 8px;}
.contacts-item-phones-left{display: inline-block;vertical-align: top;width: 63px;}
.contacts-item-phones-right{display: inline-block;vertical-align: top;width: 220px;}
.contacts-item-phones-right a{color: inherit;text-decoration: none;}
.no-list-style>li{padding: 0;}
.no-list-style>li:before{content: none;}
.contacts-add{
    border-top: 1px solid #e7e7e7;
    padding: 20px 0 10px;
    margin-right: 18px;
    font-size: 13px;
}
.contacts-add>li{margin-bottom: 15px;color: #7a7a7a;}
.mail-icon{
    background-position: -148px -2px;
    width: 12px;
    height: 8px;
    margin: -4px 19px 0 12px;
}
.contacts-add .skype-icon{margin: -7px 18px 0 12px;}
.contacts-add-item{position: relative; padding-left: 43px;}
.contacts-add-item>.icon{position: absolute; top: 50%; left: 0;}
.contacts-add-item a{color: #1f1f1f;}
.contacts-right{overflow: hidden;padding-top: 13px; line-height: normal;}
.contacts-map-block{height: 315px;margin-bottom: 15px;}
.contacts-map{
    display: none;
    height: 100%;
    background: url("../images/data/map.jpg") no-repeat 50% 50%;
    background-size: cover;
}
.contacts-map.active{display: block;}
.contacts-map iframe{width: 100%; height: 100%; display: block;}
.contacts-map-nav{
    cursor: default;
    display: inline-block;
    vertical-align: top;
}
.contacts-map-nav-item{
    display: inline-block;
    vertical-align: top;
    margin-right: 25px;
}
.contacts-map-nav-item>a{
    text-decoration: none;
    color: #1f1f1f;
    display: inline-block;
    padding: 8px 13px;
    background: #FFFFFF;
    border-radius: 4px;
    font-size: 16px;
}
.contacts-map-nav-item.active>a{color: #FFFFFF;background: #9db725;}
.contacts-map-nav-item:hover>a>span{border-bottom-color: transparent;}
.contacts-map-nav-item>a>span{border-bottom: 1px dashed;}
.contacts-map-nav-item.active>a>span{border-bottom-color: transparent;}
.contacts-map-nav-link{
    display: inline-block;
    vertical-align: top;
    margin-left: 23px;
    background: #1f1f1f;
    border-radius: 4px;
    padding: 9px 8px 8px;
    position: relative;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 13px;
    margin-top: 1px;
    letter-spacing: 0.4px;
}
.contacts-map-nav-link:before{
    content: " ";
    position: absolute;
    top: 50%;
    right: 100%;
    border: 8px solid transparent;
    border-right-color: #1f1f1f;
    margin-top: -8px;
}
.contacts-map-nav-link-wrap{display: inline;}
.contacts-form{float: left;width: 327px;margin-right: 38px;}
.contacts-bottom{margin-bottom: 52px;}
.contacts-bottom h2{
    font-family: "HelveticaNeue","Roboto, Arial, sans-serif";
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 24px;
    line-height: normal;
}
.input-wrap{position: relative;padding-bottom: 15px;}
.input{
    display: block;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #c9cbbd;
    background: #f5f7ee;
    padding: 14px 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
}
.input.placeholder{color: #7a7a7a;}
textarea{resize: vertical;}
textarea.input{min-height: 75px;}
.input:focus{border-color: #9db725;background: #FFFFFF;}
.input-wrap.error .input, input[aria-invalid="true"]{border-color: red;}
.error-mess,.wpcf7-not-valid-tip{
    display: none;
    position: absolute;
    bottom: 2px;
    font-size: 10px;
    color: red;
	width: 100%;
    line-height: normal;
}
.input-wrap.error .error-mess{display: block;}
.contacts-form-bottom{text-align: right;margin-top: -2px;}
.contacts-form-bottom .button{padding: 11px 10px 8px;}
.contacts-text{font-size: 13px;line-height: 1.7em;overflow: hidden;}
.contacts-text h2{margin-bottom: 18px;}
.bottom-banner{margin-bottom: 36px;}
.text-content{
    color: #4f4f4f;
    line-height: 1.4em;
    margin-top: -3px;
    font-size: 13px;
    padding-bottom: 91px;
}
.important{
    text-transform: uppercase;
    color: #9db725;
    font-weight: bold;
    letter-spacing: -0.65px;
    margin-bottom: 29px;
    line-height: 1.6em;
    font-size: 14px;
}
.text-content p{margin-bottom: 1.85em;}
.text-content ul{
    color: #7a7a7a;
    list-style-type: disc;
    list-style-position: inside;
    margin-bottom: 1.8em;
}
.text-content li{margin-bottom: 2px;}
.image{display: block;}
.image-left{float: left;margin: 6px 25px 15px 0;}
.image-right{float: right;margin: 6px 0 15px 25px;}
.catalog-page-title{margin-bottom: 24px;}
.catalog-page-title h1{margin-right: 360px;}
.catalog-nav{margin: 8px 0 -15px;}
.catalog-nav>li{
    display: inline-block;
    vertical-align: top;
    margin: 0 -2px 0 5px;
}
.catalog-nav>li>a{
    display: block;
    padding: 5px 12px 6px;
    color: #000000;
    border-radius: 14px;
}
.catalog-nav>li.active>a{background-color: #1f1f1f;color: #9db725;text-decoration: none;}
.catalog-sort{position: absolute;top: 42px;right: 90px;width: 250px;}
.select .selectize-input{
    background: #FFFFFF!important;
    border: 1px solid #9db725!important;
    padding: 13px 44px 12px 14px;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #1f1f1f;
}
.reset_variations{display: none;}
form.cart .variations .label{margin-bottom: 10px;}
.product-price .variations_form {max-width: 206px; margin: 0 auto 10px; float: none!important}
.product-price .quantity{ margin:0!important; }
.select .selectize-dropdown .option{font-size: 12px; padding: 3px 10px;margin: 0;}
.select.selectize-control.single .selectize-input:after{    
    background: url('../images/icons/sprite.png') no-repeat -31px -101px;
    width: 12px;
    height: 8px;
    border: none;
}
.select .selectize-input:before{content: none;}
.help-icon{background-position: -1px -151px;width: 46px;height: 40px;}       
.help-link{
    position: absolute;
    top: 6px;
    right: 12px;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    margin: 0;
}
.help-link:hover{margin-top: -5px;}
.catalog,.products{margin-left: -21px;font-size: 0;margin-bottom: 22px;}
.catalog-item,.products > li{
    display: inline-block;
    vertical-align: top;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 21px;
    font-size: 14px;
    margin-bottom: 21px;
}
.catalog-item-wrap{
    border: 1px solid #9db725;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
    table-layout: fixed;
    width: 100%;
}
.catalog-item-wrap:hover{border-color: #000000;}
.catalog-item-image{
    display: table-cell;
    vertical-align: middle;
    width: 228px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
}
.catalog-item-image img{display: block;margin:  0 auto;}
.catalog-item-content{
    display: table-cell;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 28px 10px 28px 10px;
}
.catalog-item-title{color: #9eb827; font-size: 20px;font-weight: bold;margin-bottom: 11px;}
.catalog-item-desc{
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.4em;
    min-height: 2.8em;
    color: #3d3d3d;
}
.catalog-item-price{margin-top: 3px;float: left;color: #000000;}
.catalog-item-price span{font-size: 27px;margin-right: 2px;}
.catalog-item-buy{
    float: right;
    margin-right: 5px;
    margin-top: 1px !important;
    width: 80px auto !important;
    text-align: center !important;
}
body .woocommerce-pagination {
	border: none; padding: 0; margin: 0;
}
.pagination,.woocommerce-pagination .page-numbers{text-align: center;cursor: default;margin-bottom: 39px;}
.pagination>li,.woocommerce-pagination .page-numbers>li{display: inline-block;vertical-align: top;margin: 0 2px;}
.pagination>li>a,.woocommerce-pagination .page-numbers>li>.page-numbers{
    display: inline-block;
    vertical-align: top;
    min-width: 35px;
    height: 35px;
    line-height: 35px;
    padding: 0 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    color: #1f1f1f;
    text-decoration: none;
    border-radius: 17px;
	background: none;
	border: none;
}
.pagination>li>a:hover,.woocommerce-pagination .page-numbers>li>.page-numbers:hover{color: #9db725; }
.pagination>li.active>a,.woocommerce-pagination .page-numbers>li>.page-numbers.current{color: #9db725;background: #1f1f1f;}
.pagination>li>span,.woocommerce-pagination .page-numbers>li>.page-numbers{
    display: inline-block;
    vertical-align: top;
    min-width: 35px;
    height: 35px;
    line-height: 35px;
    padding: 0 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    color: #1f1f1f;
    text-decoration: none;
    border-radius: 17px;
	cursor: pointer;
}
.pagination .prev,.woocommerce-pagination .page-numbers>li>.page-numbers.prev{
    display: inline-block;
    vertical-align: top;
    background: url("../images/icons/sprite.png") no-repeat -55px -144px;
    width: 16px;
    height: 14px;
    min-width: 0;
    margin: 11px 83px 0 -83px;
	text-indent: 100px;
	overflow: hidden;
}
.pagination .prev:hover,.woocommerce-pagination .page-numbers>li>.page-numbers.prev:hover{background-position: -55px -160px}
.pagination .next,.woocommerce-pagination .page-numbers>li>.page-numbers.next{
    display: inline-block;
    vertical-align: top;
    background: url("../images/icons/sprite.png") no-repeat -74px -144px;
    width: 16px;
    height: 14px;
    min-width: 0;
    margin: 11px -83px 0 83px;
	text-indent: 100px;
	overflow: hidden;
}
.pagination .next:hover,.woocommerce-pagination .page-numbers>li>.page-numbers.next:hover{background-position: -74px -160px}
.catalog-page-title>img{float: left;margin-right: 10px;}
.page-title-with-image{
    display: table;
    margin-right: 360px;
    margin-top: -11px;
    margin-bottom: -8px;
}
.page-title-with-image-left,.page-title-with-image-right{
    display: table-cell; 
    vertical-align: top;
}
.page-title-with-image-right{padding-top: 10px;}
.page-title-with-image-right h1{margin-right: 0;}
.page-title-with-image-left{padding-right: 22px;}
.catalog-item-left{
    display: table-cell;
    vertical-align: top;
    width: 229px;
    padding: 10px 0 12px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    position: relative;
}
.catalog-card-image{
    padding-bottom: 30px;
    background: url("../images/background/shadow.png") no-repeat 50% 100%;
    margin-bottom: -1px;
}
.catalog-card-imagez  img{display: block; margin: 0 auto;}
.catalog-item-left  .catalog-card-bottom .button{width: auto;}
.catatalog-card-title{
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.1em;
    min-height: 4.2em;
    color: #000000;
}
.catalog-deals-slider-item-list{white-space: nowrap;margin-bottom: 29px;}
.catalog-deals-slider-item-list .deals-slider-item-list-item{
    background: #9eb827;
    border-radius: 50%;
    width: 58px;
    height: 58px;
    padding-top: 12px;
    margin: 0 9px 0 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #FFFFFF;
    white-space: normal;
}
.catalog-deals-slider-item-list .deals-slider-item-list-item:first-child{margin-left: 0;}
.catalog-deals-slider-item-list .deals-slider-item-list-item:last-child{margin-right: 0;}
.catalog-card-bottom{cursor: default;text-align: center;}
.catalog-card-bottom .button{margin: 0 1px;width: 78px;}
.catalog-item-right{
    display: table-cell;
    vertical-align: top;
    padding: 20px 10px 17px 40px;
}
.catalog-item-right .product-short{padding: 0}
.catalog-item-right .catalog-item-title{color: #9eb827;margin-bottom: 16px;}
.call-icon{
    background-position: -102px -140px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
}
.desc-icon{
    background-position: -129px -139px;
    width: 17px;
    height: 24px;
    margin-top: -12px;
}
.catalog-card-text{font-size: 13px;line-height: 18px;}
.catalog-card-text-title{
    position: relative;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 15px;
}
.catalog-card-text-title>.icon{position: absolute;top: 50%;left: -29px;}
.catalog-card-text ul{list-style-type: disc; color: #7a7a7a;    margin-bottom: 21px;}
.catalog-card-text ul li{margin-bottom: 4px;}
.product-info{
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-top: 53px;
    margin-bottom: 39px;
}
.product-image{
    display: table-cell;
    vertical-align: top;
    width: 385px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #e7e7e7;
    padding: 0 20px 0px 0;
}
form.cart table{width: 100%}
form.cart table #pa_razmer{width: 100px;}
.product-image-wrap{
    padding-bottom: 29px;
    background: url("../images/background/shadow.png") no-repeat 50% 100%;
	text-align: center;
}
.product-block  .product-image-wrap>.image-block,.products  .catalog-item-image>.image-block{padding: 0 ; border: none;}
.product-image-wrap img{display: block; margin: 0 auto;}
.product-short{
    display: table-cell;
    vertical-align: top;
    padding: 17px 10px 10px 43px;
}
.product-price{
    display: table-cell;
    vertical-align: top;
    width: 255px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid #e7e7e7;
    padding: 62px 0 10px 2px;
}
.product-price .variations>div{
    margin-bottom: 12px;
}

.product-price .single_variation{
    display: none;
}

.product-short .catalog-item-title{margin-bottom: 16px;}
.product-short ul{max-width: 204px;}
.order-button{
    display: block;
    margin: 34px auto 0;
    width: 126px;
    position: relative;
    left: -2px;
    padding: 19px 8px 18px;
    background-color: #f5f8e9;
}
.order-icon{
    background-position: -99px -171px;
    width: 20px;
    height: 19px;
    margin: -5px 20px -5px -15px;
}
.product-description{
    font-size: 13px;
    line-height: 1.4em;
    color: #7a7a7a;
    margin-bottom: 50px;
}
.product-description-wrap{
    /*height: 14.2em;*/
    overflow: hidden;
    margin-bottom: 45px;
}
.product-description-height{padding: 1px 0;}
.product-description-toggle{
    display: block;
    margin: 24px auto 10px;
    width: 206px;
    text-align: center;
    text-decoration: none;
    background-color: #9db725;
    color: #000000;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 2px 8px;
    border-radius: 0 0 3px 3px; 
}
.product-description-toggle:hover{color: #FFFFFF;} 
hr.green{border-top-color: #9eb827;}
.toggle-icon{
    background-position: -153px -144px;
    width: 5px;
    height: 8px;
    margin-left: 12px;
    margin-right: -3px;
    margin-top: -7px;
}
.products-slider{margin-bottom: 21px;clear: both;}
.products-slide{text-align: center;}
.products-slide-title{
    display: inline-block;
    background-color: #FFFFFF;
    padding: 3px 15px 0;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: -5px;
    min-width: 134px;
}
.products-slide-wrap{
    border: 2px solid #9db725;
    border-radius: 5px;
    margin-top: -9px;
    padding: 25px 15px 10px 39px;
    text-align: left;
}
.products-slide-item{
    display: inline-block;
    vertical-align: middle;
    width: 208px;
    margin-right: 6px;
    position: relative;
}
.products-slide-item-image{margin-bottom: 4px; min-height: 134px;}
.products-slide-item-text{
    font-size: 12px;
    line-height: 13px;
    padding-left: 3px;
    min-height: 30px;
}
.products-slide-item-text a{color: inherit;}
.products-slide-plus{
    display: inline-block;
    vertical-align: middle;
}
.products-slide-plus{
    width: 56px;
    height: 56px;
    border: 1px solid #1f1f1f;
    border-radius: 50%;
    line-height: 56px;
    text-align: center;
    margin: 39px 29px 0 20px;
    vertical-align: top;
}
.products-slide-plus-icon{
    background-position: -149px -158px;
    width: 12px;
    height: 11px;
}
.sale-icon{
    position: absolute;
    width: 38px;
    height: 38px;
    background: #9eb827;
    border-radius: 50%;
    line-height: 38px;
    text-align: center;
    color: #FFFFFF;
    font-size: 13px;
    top: -7px;
    left: 9px;
}
.products-slide-result{
    display: inline-block;
    vertical-align: top;
    width: 267px;
    margin-left: 41px;
    height: 124px;
    margin-top: -16px;
    border-left: 1px solid #e7e7e7;
    padding-left: 41px;
    padding-top: 53px;
    position: relative;
}
.products-slide-result:before{
    content: " ";
    position: absolute;
    top: 50%;
    height: 26px;
    margin-top: -16px;
    background: #FFFFFF;
    left: -5px;
    width: 10px;
}
.products-slide-result:after{
    content: " ";
    position: absolute;
    top: 50%;
    left: -6px;
    background: url('../images/icons/sprite.png') no-repeat -149px -174px;
    width: 12px;
    height: 7px;
    margin-top: -7px;
}
.products-slide-result .button{
    margin-top: -5px;
    display: block;
    margin: -5px auto 0;
    max-width: 143px;
}
.products-slider .bx-wrapper .bx-controls-direction a.bx-prev{margin-top: -29px;}
.products-slider .bx-wrapper .bx-controls-direction a.bx-next{margin-top: -29px;}
.products-slider .bx-pager{display: none;}
body .products-slider .bx-wrapper .bx-pager.bx-default-pager a{background-color: #9db725}
.balance-title h1{margin-right: 60px;}
.balance-title .help-link{ top: 41px;right: 0px;}
.pay-title{font-size: 18px;margin: 4px 0 25px 35px;}
.pay-list{margin-bottom: 78px;}
.pay-item{
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 20px 0 1px 20px;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    position: relative;
}
.pay-item.active{border-color: #9db725;}
.pay-item-image{
    float: left;
    width: 202px;
    margin-right: 23px;
    padding-bottom: 30px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    background: url("../images/background/shadow.png") no-repeat 50% 100%;
}
.pay-item-image img{display: block;}
.pay-form{
    opacity: 0;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    padding-top: 30px;
    visibility: hidden;
}
.pay-item.active .pay-form{opacity: 1;visibility: visible;}
.pay-item.active:before{
    content: " ";
    position: absolute;
    top: 0px;
    left: 0px;
    background: url('../images/icons/sprite.png') no-repeat -4px -197px;
    width: 39px;
    height: 39px;
    margin: -20px;
}
.pay-form-item{
    display: inline-block;
    vertical-align: top;
    width: 140px;
    margin-right: 10px;
}
.pay-form-item.item1{width: 190px;}
.pay-form-item.item2{width: 152px;}
.pay-form-item.item3{width: 150px;}
.pay-form-item.item4{width: 84px;}
.pay-form-item.item5{width: 80px;margin-right: 0;}
.pay-form-item.item5 {width: auto;}
.pay-form-item-label{margin-bottom: 7px;white-space: nowrap;line-height: normal; font-size: 14px;}
.pay-other-price{color: #9db725;line-height: 42px;}
.pay-other-price>span{font-size: 19px;font-weight: bold;}
.pay-form-item  .button{display: block;width: 100%;}
.input-wrap .select .selectize-input{border: 1px solid #c9cbbd!important;background: #f5f7ee!important;}
.input-wrap .select .selectize-input.input-active{border: 1px solid #9db725!important;background: #FFFFFF!important;}
.pay-alert{
    font-size: 13px;
    color: #7a7a7a;
    text-align: center;
    margin-top: -8px;
    line-height: 1.8em;
    margin-bottom: 93px;
}
.pay-alert img{display: block; margin: 0 auto 15px;}
.num-mess{
    position: absolute;
    top: 100%;
    margin-top: -9px;
    font-size: 11px;
    color: #7a7a7a;
    width: 200px;
    line-height: 15px;
}
.catalog-sort.order-select{right: 0}
.cart-block{margin-top: 43px}
.cart-block .products-slide-wrap{padding: 0;text-align: center;}
.cart-block .products-slide-item{margin: 30px 30px 15px;}
.cart-block .products-slide-plus{vertical-align: middle;margin-top: 0;}
.cart-block-bottom{
    background: #9db725;
    color: #FFFFFF;
    font-size: 22px;
    text-align: right;
    padding: 16px 4px 4px;
}
.cart-clear{
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    text-align: center;
    font-size: 11px;
    color: #FFFFFF;
    text-decoration: none;
    background: inherit;
    padding: 7px 10px 3px;
    border-radius: 4px;
    margin-left: 77px;
    margin-top: -10px;
    min-width: 80px;
}
.cart-clear:hover{background-color: #1f1f1f;color: #9db725;}
.order-total .descr{white-space: nowrap;}
.icon-clear{
    background-position: -55px -201px;
    width: 22px;
    height: 24px;
    display: block;
    margin: 0 auto 3px;
}
.cart-sum{font-weight: bold;text-align: right;}
#order_review table.shop_table{border:none!important;}
#order_review td.order-total.newBlockOrderTotal{
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap; 
    background:#9db725;
    color:#fff;
    font-size:22px;
    align-items: center;
    padding-top:10px;
    padding-bottom:10px; 
    flex-wrap: wrap;   
}
.order-form{ display: table; width: 100%;table-layout: fixed;margin: 36px 0 20px;}
.order-form-left{
    display: table-cell;
    vertical-align: top;
    width: 64.5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 30px;
    border-right: 1px solid #e7e7e7;
}
.order-form-right{
    display: table-cell;
    vertical-align: top;
    width: 35.5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 27px;
    padding-bottom: 100px;
}
.order-form-title{font-weight: bold;}
.order-form-row{margin: 0 0 10px;}
.order-form-row>.input-wrap{padding-bottom: 0;}
.order-form-row>.input-wrap.short.error .error-mess{display: none;}
.order-form-row>.input-wrap.short{float: right;width: 47%;clear: right;}
.order-form-row>.input-wrap.short:first-child{float: left; clear: left;}
.order-form .num-mess{width: 100%;position: relative; margin: 5px 0 0}
.order-deliver-accordion-item{    margin-bottom: 5px;}
.order-deliver-accordion-item-title{padding-bottom: 7px;}
.order-deliver-accordion-item-title img{display: inline-block; vertical-align: middle; margin: -3px 5px;}
.order-deliver-accordion-item-title .radio-button:before{
    position: absolute;
    top: 50%;
    margin-top: -12px;
}
.order-deliver-accordion-item-title .radio-button.active:after{
    position: absolute;
    top: 50%;
    margin-top: -4px;
}
.order-form hr{margin-bottom: 25px;}
.input-wrap label{display: block;margin-bottom: 5px;font-size: 14px;}
.order-form-row textarea{min-height: 94px;}
.radio-button{position: relative;overflow: hidden;  min-height: 24px;padding-top: 5px;}
.radio-button:before{
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    background: #f5f7ee;
    border: 1px solid #c9cbbd;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}
.radio-button.active:after{
    content: " ";
    position: absolute;
    top: 8px;
    left: 8px;
    background: #b0b592;
    border-radius: 50%;
    width: 9px;
    height: 9px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.radio-button input{position: absolute;top: 0px;left: -1000px;opacity: 0;}
.order-deliver-accordion-item-content{display: none;padding-left: 38px;}
.radio-button label{
    cursor: pointer;
    padding-left: 38px;
    position: relative;
    display: block;
    color: #7a7a7a;
}
.order-deliver-accordion-item-content .radio-button{margin-top: 7px;}
.radio-button.active label{color: #1f1f1f;}
.order-form-right hr{margin-bottom: 56px;}
.order-submit, .order-form #payment #place_order{
    float: right;
    margin-top: -87px;
    width: 32.7%;
    padding: 19px 8px 17px;
}
.order-deliver-block{display: none;}
.order-deliver-block.active{display: block;}
.order-one{
    width: 500px;
}
.order-one .products-slide-item-image{
    display: inline-block;
    vertical-align: middle;
    width: 208px;
    margin-right: 10px;
    height: auto;
    min-height: 0;
    margin-bottom: 0;
}
.order-one .products-slide-item-text{
    display: inline-block;
    vertical-align: middle;
    width: 267px;
    text-align: left;
    font-size: 15px;
    line-height: 1.3em;
    min-height: 0;
}
body .site-footer{margin: 0}
body #horizontalTab ul{margin: 0; display: block;}
.eng-icon{
    background-position: -15px -3px;
    width: 14px;
    height: 9px;
    margin-top: 0px;
    margin: 4px 0 0 1px;
}
.ru-icon{
    background-position: -15px -16px;
    width: 14px;
    height: 9px;
    margin: 4px 0 0 1px;
}
.mobile-menu .ppqtrans_language_chooser{
    float: left;
    width: 50%;
    border: none;
    display: block;
    padding: 10px 10px 0px;
}
.mobile-menu .search-field{
    color: #000000;
    width: 100%;
    background: #FFFFFF;
    font-size: 14px;
    padding: 10px 30px 10px 14px;
}
.mobile-menu .search{position: relative}
.mobile-menu .search-submit{
    position: absolute;
    top: 13px;
    right: 7px;
    background: url('../images/icons/sprite.png') no-repeat -85px -9px;
    width: 11px;
    height: 10px;
    border: none;
}
div.wpcf7 img.ajax-loader{    margin-right: -22px;}
abbr[title]{border: none;}
div.woocommerce-info:first-child {
display: none;
}

/*.order-form .create-account{display: none;}*/
.order-form-bottom #payment{
    background: none;
    padding: 0;
    margin: 0;
    border: none;
}
.order-form-bottom #payment div.form-row{padding: 0}
.variations_button .quantity{
	position: relative;
}
.variations_button .quantity:before{
	content: "Кол-во";
	display: block;
	margin-bottom: 5px;
}
.woocommerce form.cart div.quantity, .woocommerce-page form.cart div.quantity{
	float: none!important;
	width: auto; 
}
.quantity input.qty{
    background: #FFFFFF!important;
    border: 1px solid #9db725!important;
    padding: 13px 14px 12px 14px!important;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #1f1f1f;
    width: 100%!important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    text-align: left!important;
    height: auto!important;
}
.footer-counter{
    float: right;
    margin-top: -44px;
    width: 25%;
    padding-left: 10px;
    box-sizing: border-box;
}
/*** TICKETS ***/

.tickets-block{
	overflow: hidden;
	padding-top: 30px;
}
.tickets-block-col{
	float: left;
	width: 50%;
}
.tickets-offers{
	padding: 0 25px 15px 0;
	margin-bottom: 30px;
	position: relative
}
.tickets-offers:before{
	content: " ";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 32%;
	border-top: 1px solid #e7e7e7
}
.tickets-offers-header{
	min-height: 5em;
}
.tickets-offers-region{
    font-size: 22px;
    color: #000000;
    line-height: normal;
	margin: 0;
	font-weight: bold;
}
.tickets-offers-cities{
	opacity: 0.8;
	font-size: 14px;
    padding-top: 10px;
	margin-bottom: 10px;
}
.tickets-price-block{
	display: table;
	width: 100%;
}
.tickets-price-block .price{
	display: table-cell;
	vertical-align: middle;
	color: #fc8f19;
	font-size: 18px;
	font-weight: bold;
}
.market-price-block{
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	opacity: 0.8;
	font-size: 12px;	
}
.market-price{
	text-decoration: line-through
}

.tickets-form{
	float: right;
	width: 47%;
	border: 1px solid #fc8f19;
	margin: 0 0 30px 30px;
	border-radius: 4px;
}
.tickets-form a{
	color: #fc8f19;
}
.tickets-form-header{
	background: #fc8f19;
	color: #FFFFFF;
	padding: 15px 16px;
	border-radius: 3px 3px 0 0;
}
.tickets-phone-capt{
	float: left;
    width: 190px;
    margin-right: 8px;
    font-size: 13px;
    opacity: 0.8;
}
.tickets-form .callback-phone{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 24px;
	line-height: 42px;
	text-decoration: none;
	float: right;
}
.tickets-tabs-nav{
	display: table;
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 15px;
}
.tickets-tabs-nav a{
	display: table-cell;
	vertical-align: middle;
	padding: 7px 10px;
	text-align: center;
	border: 1px solid #e7e7e7;
	text-decoration: none;
	color: inherit;
    font-size: 14px;
}
.tickets-tabs-nav a.active{	
	background-color: #fc8f19;
	border-color: #fc8f19;
	color: #FFFFFF;
}
.tickets-tab{
	display: none;
}
.tickets-tab.active{
	display: block;
}
.tickets-form-content{
	position: relative;
	padding: 20px 15px 15px;
}
.tickets-form-content h3{
	text-align: center;
	margin-bottom: 10px;
}
.tickets-or{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 0;
	margin: -15px;
	text-align: center;
	font-size: 12px;
	color: #a0a0a0;
	line-height: 30px;
}
.ui-datepicker{
	z-index: 1000!important;
}
.input.wpcf7-date{ 
	background-image:url("../images/icons/calendar.png");
	background-repeat: no-repeat;
	background-position: 94% 50%;
	background-size: 18px 18px;
}
.add-comment,.add-flight{
	font-size: 14px;
	text-decoration: none;
	border-bottom: 1px dashed;
}
.add-comment-wrap{
	display: none;
}
.tickets-form .button{
	border-color: #fc8f19;
	display: block;
    margin: 0 auto;
    padding: 12px 33px;
    width: 100%;
}
.tickets-form .button:hover, .tickets-form .button:focus, .tickets-form .button:active{
	background-color: #fc8f19;	
} 
.tickets-tabs p:last-of-type{
	margin-bottom: 0;
}
.tickets-add-block{position: relative; }
.tickets-add-block:before{
	content: " ";
    position: absolute;
    top: -5px;
    bottom: 15px;
    right: -19px;
    width: 7px;
    background: #fc8f19;
}
.tickets-add-block-remove{
	position: absolute;
    top: 50%;
    right: -16px;
    margin: -20px -12px;
    width: 24px;
    height: 24px;
    background: #fc8f19;
    border-radius: 50%;
    color: #FFFFFF!important;
    text-align: center;
    line-height: 25px;
    text-decoration: none;
	font-size: 20px; 
}
.add-flight{float: right;margin-top: 20px; display: none;}
.tickets-add-block:last-child .add-flight{display: inline-block;}
.tickets-add-block:nth-child(5) .add-flight{display: none;}
.tickets-compl-result{display: none;}
.tickets-form .error-mess, .tickets-form .wpcf7-not-valid-tip{
	position: relative;
	top: 0;
	left: 0;
}
.tickets-form  .input{
	padding-top: 10px;
	padding-bottom: 10px;
}
.tickets-form .select .selectize-input{
	padding-top: 9px;
	padding-bottom: 9px;
}
.tickets-text{
	clear: both;
	padding-top: 20px;
}
.tickets-form div.wpcf7-response-output{
	margin: 0 -15px -15px;
	color: #FFFFFF;
	background: #9db725;
	border-color: #9db725;
}
.tickets-form  div.wpcf7-validation-errors{
	color: #FFFFFF;
	background: #fc8f19;
	border-color: #fc8f19;
}
body .products li .onsale, body .onsale, body .single .products li .onsale{
  background: #9eb827;
  border-color: #9eb827;
  color: #FFFFFF;
  padding: 1px 7px 3px;
  border-radius: 3px;
}

@media screen and (max-width: 1100px){
    .home-slider-wrap{margin-left: 60px; margin-right: 60px;}
    .home-slider-item-title{font-size: 26px;}
}
@media screen and (max-width: 1000px){
    .wrapper{padding: 0 15px;}
    .header-bottom{position: relative;}
    .menu-wrap{display: block;width: auto; margin: 10px 0 0;}
    .add-funds{position: absolute; top: 0; right: 15px;}
    .logo{display: block; margin: 10px auto 0 ;width: 97px;}
    .deals-slider{padding-right: 30px;}
    .deals-slider-viewport {max-width: 730px; margin: 0 auto;}
    .home-slider-item-title{font-size: 21px; margin-bottom: 10px; line-height: 30px;}
    .home-slider-nav-item .home-slider-more{margin-left: 5px;}
    .home-slider-nav-item a{padding: 2px 10px; font-size: 12px;}
    .home-slider-nav-wrap:before{content: none;}
    .products-slide-result{padding-left: 10px;width: 220px;}
    .balance-title .help-link{right: 15px;}
    .pay-list{margin: 0 20px;}
    .pay-form-item{margin-bottom: 30px;}
    .pay-form-item.item1,.pay-form-item.item2,.pay-form-item.item3{width: 230px;}
	.catalog-item-left{height: auto!important;}
}
@media screen and (max-width: 960px){
    .header-top{display: none;}
    .logo{margin: 0px 0 1px 60px;}
    .menu-toggle{
        display: block;
        position: absolute;
        top: 28px;
        left: 15px;
        width: 32px;
        height: 31px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: 2px solid #9db725;
        border-radius: 5px;
        transition: all 0.4s;
        -moz-transition: all 0.4s;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        background: #FFFFFF;
        z-index: 50;
    }
    .menu-toggle:before,.menu-toggle:after{
        content: ' ';
        position: absolute;
        top: 50%;
        margin-top: -9px;
        width: 70%;
        left: 15%;
        height: 2px;
        border-top: 3px solid #9db725;
        border-bottom: 3px solid #9db725;
        transition: all 0.4s;
        -moz-transition: all 0.4s;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
    }
    .menu-toggle:after{margin-top: 1px;}
    .menu-toggle.active{
        position: fixed;
        margin-left: 230px;
		z-index: 199;
    }
    .menu-toggle.active:before{
        height: 0px;
        border-bottom-color: transparent;
        transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        margin-top: -2px;
        margin-left: -1px;
    }
    .menu-toggle.active:after{
        height: 0px;
        border-top-color: transparent;
        transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        margin-top: -4px;
        margin-left: -1px;
    }
    .mobile-menu-cover{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 200;
    }
    .mobile-menu{
        position: fixed;
        left: 0;
        margin-left: -230px;
        top: 0;
        height: 100vh;
        overflow: auto;
        width: 230px;
        background: #9db725;
        z-index: 250;
        color: #FFFFFF;
        transition: all 0.4s;
        -moz-transition: all 0.4s;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 15px;
    }
    .mobile-menu.show{margin-left: 0;  box-shadow: 4px -4px 10px rgba(0,0,0,0.5);}
	.mobile-menu-top{font-size: 0}
    .mobile-menu aside.widget_wpglobus,.mobile-menu .socials{float: left;width: 50%;border: none;display: block;padding: 5px 10px 0px;}
    .mobile-menu aside.widget_wpglobus{
		padding: 9px 0px 0px;
		border: none;
		margin: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		text-align: left;
	}
	.flags-styled{
		padding: 0px;
		border: none;
		margin: 0;
	}
	.languages-item{margin-top: 0;}
    .mobile-menu-top{ margin-bottom: 10px;}
    .mobile-menu  .search{padding: 0; border: none; display: block; width:  auto;}
    .mobile-menu  .search-input{color: #000000; width: 100%; background: #FFFFFF; font-size: 14px;padding: 10px 30px 10px 14px}
    .mobile-menu  .search-submit{top: 13px;}
    .mobile-menu-list{text-align: left;margin-top: 15px;}
    .mobile-menu-list a{
		color: #000000;
		font-weight: bold;
		text-decoration: none;
		font-size: 13px;
		padding: 5px 15px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		text-align: center;
		border-top: 2px solid #9db725;
		border-bottom: 2px solid #9db725;
		margin: 0 -15px;
		height: auto;
		min-height: auto;
		text-align: left;
	}
	.mobile-menu-list.countries{margin-top: 0;}
	.mobile-menu-list.countries a{
		color: #000000;
		font-weight: bold;
		font-size: 15px;
		text-decoration: none;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		text-align: center;
		border-top: 2px solid #9db725;
		border-bottom: 2px solid #9db725;
		text-align: left;
		padding: 10px 15px 10px;
		margin: 0 -15px;
		height: auto;
		min-height: auto;
	}
	.mobile-menu-list.countries .nav1-icon{background-position: -5px -36px;width: 30px;height: 24px;margin-right: 5px;}
	.mobile-menu-list.countries .nav2-icon{background-position: -43px -36px;width: 25px;height: 25px;margin: -18px 0;margin-left: 5px;margin-right: 5px;}
	.mobile-menu-list.countries .nav3-icon{background-position: -73px -34px;width: 24px;height: 26px;margin-left: 6px;margin-right: 5px;}
	.mobile-menu-list.countries .nav4-icon{background-position: -129px -37px;width: 32px;height: 22px;margin-left: -2px;margin-right: 5px;}
	.mobile-menu-list.countries .nav5-icon{background-position: -106px -36px;width: 17px;height: 24px;margin-left: 7px; margin-right: 11px}
	.mobile-menu-list a .where-icon{display: none;}
	.mobile-menu-list.countries .mobile-menu-item a{font-size: 13px;padding: 5px 15px;}
    .mobile-menu-item .menu-item-link{font-size: 13px;padding: 5px 15px;}
    .mobile-menu-item {margin: 0;}
    .mobile-menu-item.last{margin-bottom: 11px;}
    .menu-wrap{display: none;}
    .home-slider-wrap{margin: 0 0 50px;padding:20px 280px 20px 20px;height: 605px;}
    .home-slider-nav-wrap{bottom: inherit; top: 10px;left: inherit;right: 10px; width: 250px;}
    .home-slider-nav-wrap:before{content: none;}
    .home-slider-nav{display: block;}
    .home-slider-nav-item,.home-slider-nav-item:last-child{display: block; width:  auto; padding: 5px 10px;height: auto;border: none;}
    .home-slider-item-image{margin: 10px auto 20px; float: none;}
    .home-slider-wrap .bx-wrapper .bx-controls-direction a{display: none;}
    .home-slider-item-content{text-align: center;}
    .home-slider-item-top{display: inline-block;}
    .home-slider-item-content{min-height: 0; padding-bottom: 20px; padding-top: 0;}
    .catalog,.products{margin-left: 0;} 
    .catalog-item,.products > li{padding: 0; margin: 0 auto 15px; width:  auto; max-width: 650px; display: block;}
    .product-info{display: block; margin: 0;}
    .product-image{display: block; padding: 0; margin: 0 0 20px; width: auto; border: none;}
    .product-image img{margin: 0 auto; display: block;} 
    .product-short,.product-price{display: block; margin: 0 auto 20px; max-width: 350px; padding: 0;width: auto; border: none;}
	.catalog-item-right .product-short{padding: 0!important; margin: 0!important;}
    .catalog-deals-slider-item-list .deals-slider-item-list-item{margin:  0 16px;}
    .products-slide-item-image img{margin: 0 auto;}
    .products-slide-item{display: block; width:  auto; margin: 0 auto 20px; text-align: center;max-width: 250px;}
    .products-slide-plus{display: block; margin: 0 auto 20px}
    .products-slide-result{padding: 0;border-left: none; display: block; width:  auto; max-width: 250px; margin: 70px auto 0;}
    .products-slide-result:before{content: none;}
    .products-slide-result:after{left: 50%; top: -30px; margin-left: -5px;}
    .products-slide-wrap{padding: 25px;margin: -10px auto 0; max-width: 350px;}
    .products-slider{margin: 0 40px 50px;}
    .pay-item{
        display: inline-block; 
        vertical-align: top; 
        width: 48%; 
        margin: 0 0 10px; 
        padding: 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .pay-item-image{float: none; margin: 0 auto 10px; display: block; }
    .pay-form-item{display: block; width: auto!important; margin: 0;}
    .num-mess{position: relative; top: 0; margin: 5px 0 0 0; width: 100%;}
    .pay-other-price{display: inline-block;vertical-align: top; width: 40%; margin-right: 5%;}
    .pay-form{display: none;}
    .pay-item.active .pay-form{display: block;}   
    .catalog-item-left .catalog-deals-slider-item-list .deals-slider-item-list-item{margin: 0 5px;}
    .cart-block .products-slide-item{margin: 30px auto;}
    .cart-block-bottom{min-height: 60px;text-align: center; position: relative; padding: 20px 80px 20px 10px;}
    .cart-sum{/*display: block;*/ margin: 10px 0;}
    .cart-clear{margin: 0; position: absolute;top: 50%;margin-top: -32px;right: 4px;}
    .order-one .products-slide-item-text{margin-top: 10px; width:  auto; display: block; text-align: center;}
    .order-one .products-slide-item-image{display: block; text-align: center; margin: 0; width:  auto;}
	.catalog-item-wrap{min-height:0!important}
	.tickets-form{
		float: none;
		margin: 0 auto 30px;
		width: 100%;
		max-width: 500px;
	}
}
@media screen and (max-width: 900px){
    .contacts-left{float: none; max-width: 100%; width: auto; border-right: none; padding: 0; margin: 0; }
}
@media screen and (max-width: 800px){
	.home-country-capt{margin-top: -15px;}
    .deals-slider-viewport {max-width: 490px; margin: 0 auto;}
    .deals-slider-bottom .ui-slider-handle{height: 10px;width: 90px; margin-left: -45px;}
    .deals-slider-bottom-wrap{padding: 0 45px; height: 10px;}
    .home-slider-nav-wrap{display: none;}
    .home-country{float: none; width: auto; margin: 0 0 46px;}
    h2{margin-bottom: 15px;}
    .home-slider-wrap{padding: 20px;height: 428px;}
    .selectize-dropdown [data-selectable], .selectize-dropdown .optgroup-header{padding: 5px 14px;margin-top: 0;}
    .home-country-block .selectize-dropdown{max-height: 175px; height:  auto;}
    .home-country-block .selectize-dropdown-content{max-height: 170px;}
    .home-slider-wrap .bx-default-pager {top: -20px;left: -4px;}
    .home-slider-item-image{width: 175px; margin: 0 auto 20px; height: 145px;}
    .deals-top-prev,.deals-top-next{font-size: 0; padding: 0; width: 40px; height: 40px; overflow: hidden; text-indent: 1000px; top: 24px;}
    .home-text-left,.home-text-right{float: none; width:  auto;}
    .home-slider-item-top{font-size: 14px;}
    .home-slider-item-title{font-size: 20px;}
    .home-slider-item-text{font-size: 14px; line-height: 24px;}
    .deals-top{padding: 15px 60px;}
    .home-slider-item-content{padding: 0}
    .home-text-right h1{padding-right: 0;}
    .page-title h1{font-size: 30px;}
    .contacts-form{float: none; width:  auto; margin: 0 auto 40px; padding: 0; max-width: 400px;}
    .catalog-sort{position: relative; top: 0; right: 0; margin:-1px 0 21px; }
    .catalog-nav{margin-bottom: 0;}
    .page-title h1{margin: 0 50px 0 0;}
    .pagination .next{margin-left: 10px;}
    .pagination .prev{margin-right: 10px;}
    .catalog-item-buy{margin-right: 0}
    .order-form{display: block;}
    .order-submit,.order-form #payment #place_order{margin: 0;float: none; width: 100%; max-width: 300px;}
    .order-deliver-wrap{max-width: 300px;}
    .order-form-left,.order-form-right{display: block; padding: 0;margin-bottom: 40px; border:none; width:  auto;}
	.home-country-block{max-width: 298px;}
    #customer_details{width: 100%!important;}
}
@media screen and (max-width: 640px){
    .footer-block,.footer-block:first-child,#first, #second, #third, #fourth{min-height: auto;display: block; width:  auto; margin: 0; padding: 10px 15px;text-align: center; border: none;float: none;}
	footer{position: relative;}
	body{padding-bottom: 0}
    .contacts-map-block{height: 200px;}
    .catalog-item,.products > li{max-width: 350px; margin: 0 auto 20px; text-align: center;}
    .catalog-item-wrap{display: block;}
    .pagination>li{margin: 0}
    .catalog-item-image,.catalog-item-content{display: block; width:  auto; padding: 10px 20px;}
    .catalog-item-left,.catalog-item-right{padding: 15px; display: block; width:  auto;}
    .catalog-card-text{text-align: left; margin: 0 20px 10px 40px;}
	.footer-counter{display: none;}
}
@media screen and (max-width: 540px){
    .deals-slider-viewport {max-width: 235px; margin: 0 auto;}
    .contacts-map-nav-item{margin: 0 4px;}
    .contacts-map-nav-link{text-align: center;width: 120px;display: block;margin: 20px auto 20px;}
    .contacts-map-nav-link:before{content: none;}
    .contacts-map-nav{text-align: center; display: block; width:  auto;}
    .pay-item{display: block; margin: 0 0 20px; width:  auto;}
    .pay-list{margin: 0 7px;}
    .order-form-row>.input-wrap.short,.order-form-row>.input-wrap.short:first-child{float: none; width:  auto; margin-bottom: 20px;}
    .order-form-row{margin-bottom: 0;}
}
@media screen and (max-width: 480px){
    .home-slider-item{padding: 15px 0;}
    .home-slider-item-title{font-size: 16px; line-height: 20px;}
    .deals-top h2{font-size: 22px;}
    .deals-nav {text-align: center;cursor: default; margin: 15px -40px 0;}
    .deals-nav>li {margin: 0 -5px 0 -1px;}
    .coop{text-align: center; padding: 15px;}
    .coop ul li:before{content: none;}
    .coop ul li{padding: 0}
    .contacts-map-block{height: 150px;}
    .contacts-item-title-text{width: 215px;}
    .contacts-item-phones-right{width: 148px;}
    .image-left, .image-right{float: none; margin:  10px auto;}
    .page-title h1{font-size: 26px; line-height: 30px}
    .pagination>li{margin: 0 -2px}
    .pagination>li>a,.pagination>li>span{width: 30px; min-width: 30px; height: 30px; line-height: 30px; font-size: 14px;}
    .catalog-deals-slider-item-list .deals-slider-item-list-item{margin: 0 5px;}
    .products-slider .bx-wrapper .bx-controls-direction a.bx-next,
    .products-slider .bx-wrapper .bx-controls-direction a.bx-prev{display: none;}
    .products-slider{margin: 0 0 50px; padding-top: 40px;}
    .products-slider .bx-pager{display: block; top: -30px;}
    .breadcrumb{display: none;}
    .balance-title .help-link{top: 1px;}
    .help-link{top: 10px;}
	.tickets-form .form-row-first, .tickets-form .form-row-last{
		float: none;
		width: auto;
	}
	.tickets-tabs-nav a{font-size: 12px;}
	.tickets-block-col{float: none; width: auto; padding: 0}
	.tickets-offers{padding-right: 0;}
}
@media screen and (max-width: 375px){
    #order_review td.order-total.newBlockOrderTotal{justify-content: center;}
}
.free-call a{color: #4d4d4d !important;}

html body.woocommerce-checkout div#content.site-content div.woocommerce div.woocommerce-message:first-child{
    display: none;
}

 /* #billing_country_field{ */
    /* clear: right;
    float: right; */
    /* width: 54%; */
/* }  */
.YouTube {text-align: center; color: #fff;}

.YouTube input {display: none;}

.YouTube label {background: #000; padding: 5px 7px;}

.YouTube label:hover, .YouTube input:checked + label {background: rgba(0, 0, 0, 0.6);}


.YouTube > div {
  -moz-transition: 1s;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  }

.YouTube > div > div {
  position: relative;}

.YouTube iframe {
  width: 570px;
   height: 320px;
  margin: 0 auto;}
#killme{font-size: 16px;}
 .holopop{
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 0;
 } 
 .holopop p{margin-bottom: 0;}
  .deliv-string{
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	padding: 0!important;
  }
body.single-product .product-description li div {display: none;}
body.woocommerce-checkout div#content div.entry-content div.woocommerce p span{
    padding: 0 15px;
    font-size: 14px;
}
aside.widget_wpglobus{
    display: inline-block;
}
div.product-info div.product-price div p{
    text-align: center;
}

body .form-row .checkbox {
    position: relative;
    padding: 4px 0 4px 37px;
}

.form-row .checkbox:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    background: #f5f7ee;
    border: 1px solid #c9cbbd;
    width: 25px;
    height: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.form-row .checkbox.active:after {
    position: absolute;
    top: 7px;
    left: 7px;
    content: '';
    width: 10px;
    height: 5px;
    border-left: 2px solid #b0b592;
    border-bottom: 2px solid #b0b592;
    transform: rotate(-45deg);
}

body .form-row .input-checkbox {
    display: none;
}
.ui-datepicker .ui-datepicker-header {
    position: relative!important;
    padding: .5em 0!important;
    background: none!important;
    border: none!important;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
   
    top: 8px!important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
   
    padding: 7px 5px!important;
}

#wpcf7-f9409-p8516-o1 p{
    margin-bottom: 11px;
}
#wpcf7-f9409-p8516-o1 #ui-datepicker-div .ui-state-default
{
    color:red;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
    color:#9db725!important;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{
    color:#444!important;
}

.ui-datepicker-calendar a:hover{
    background: #ddd!important;
    border-color:#9db725!important;
}
.ui-state-hover.ui-datepicker-prev.ui-corner-all,
.ui-state-hover.ui-datepicker-next.ui-corner-all
{
    background-image: none!important;
    background-color: white!important;
    border-color:#aaa!important;
}
.ui-datepicker-prev.ui-corner-all{
    left:0px!important;
    border:1px solid transparent!important;
}
.ui-datepicker-next.ui-corner-all{
    right:0px!important;
    border:1px solid transparent!important;
}
.ui-datepicker-prev.ui-corner-all .ui-icon,
.ui-datepicker-next.ui-corner-all .ui-icon
{
    background-image: none!important;
    background-color: #9db725!important;
    border-radius:50%;
    position: relative!important;
}
.ui-datepicker-prev.ui-corner-all .ui-icon::before,
.ui-datepicker-next.ui-corner-all .ui-icon::before{
    position: absolute;
    content:"";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 6px 4px 0;
    border-color: transparent #fff transparent transparent;
    color:black;
    top: 4px;
    left: 4px;
    font-family: Arial;
    font-size: 10px;
    z-index: 999;
}
.ui-datepicker-next.ui-corner-all .ui-icon::before{

    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #ffffff;
    left: 6px;
}
.ui-datepicker-calendar tr td a{
    border:none!important;
    background: none!important;
    text-align: center!important;
}
.ui-datepicker-calendar tr td a.ui-state-active{
    
    background: #ddd!important;
    color:#888!important;
}
.checkout.woocommerce-checkout{
    overflow: hidden;
}
.checkout.woocommerce-checkout.processing{
    position: relative;
    overflow: hidden;
}
.checkout.woocommerce-checkout.processing::after{
    position: absolute;
    background: #fff;
    opacity: 0.6;
    display: block;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.slider-card__title {
    height: 2.5em;
    max-height: 2.5em;
}
/*-------------------------------*/
.slider-card .circle-price span{font-size: 14px;}

.block_price .block_price__price-standart ins{
    display: inline-block;
    background: red;
    color: #fff;
    padding: 1px 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.result_cart_valute{font-weight: bold;}

#billing_phone,
#billing_country_other,
#billing_address_1,
#billing_email,
#billing_postcode,
#billing_city,
#billing_first_name{width: 100%;}
#shipping_method .woocommerce-Price-amount{display: none;}
.amp-map-button_block{margin: 0 auto;text-align: center;}
div.curency_list_ptoduct div.woocs-style-1-select span{font-size: 14px;}
#payment div.payment_box{display:block!important;}
.new-page__product .block_price__price{display: flex;align-items: center;justify-content: space-between;}

span.soldout {
    padding: 3px 7px;
    background: #7b1616;
    color: white;
    font-size: 13px;
    }



    .amp-map-button{margin-top:0!important;background: none!important; color:#000!important;}
    .amp-map-button:hover {
        background-color: #9db725!important;
        color: #FFFFFF!important;
    }

    .woocommerce-checkout .woocommerce-checkout-review-order-table{display: block!important;}
    #payment div.payment_box p, #payment div.payment_box .form-row{
        line-height: 20px;
    }
    #payment div.payment_box{
        border: none !important;
        background: none!important;
        padding: 0!important;
        margin: 0!important;
    }
    #wcus_np_billing_custom_address{display: none;}