@import url(fonts.googleapis.com/css?family=Lato&subset=latin,latin-ext);


*::-webkit-input-placeholder {
    color: #666;
    opacity: 1;
}
*:-moz-placeholder {
    color: #666;
    opacity: 1;
}
*::-moz-placeholder {
    color: #666;
    opacity: 1;
}
*:-ms-input-placeholder {
    color: #666;
    opacity: 1;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {

}
body input:required:valid,
body textarea:required:valid {

}

.loader {
    display:none !important ;
}

html.js .loader {
    display: none !important;
    background: none repeat scroll 0 0 #ffffff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}
html.js .loader_inner {
    background-image: url("../img/preloader.gif");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
    height: 60px;
    width: 60px;    display: none !important;
    margin-top: -30px;
    margin-left: -30px;
    left: 50%;
    top: 50%;
    position: absolute;
}

body {
    font-family: sans-serif;
    font-size: 16px;
    min-width: 320px;
    position: relative;
    line-height: 1.6;
    font-family: 'Roboto Condensed', sans-serif;
    overflow-x: hidden;
        padding: 0px;
    margin: 0px;
}
.hidden {
    display: none;
}

.container {
    width:1030px;
    display:block;

    margin:0 auto;
}

* {
  direction: rtl;  /* Right to Left */
}
ul {
    padding:0px;
    margin:0px;

}
.page_head {

}

.disabled {
    color: #e9e9e9 !important;

}
.top_head {
    background-color: #2e2e2e;
    padding-top: 6px;
    padding-bottom: 4px;
}
.left_top_head {
    padding-right: 35px;
    float: left;
    display: table;
}
.block_fb {

}
.block_ship {
    color: #fff;
    font-size: 14px;
    position: relative;
}
.block_ship i{
    width: 20px;
    height: 26px;
    position: absolute;
    background-image: url(../img/laye.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    right: -28px;
    top: 4px;
}
.right_top_head {
    display: table;
}
.top_mnu {
    float: right;
}
.block_ship a{
    float: left;
    padding-right: 39px;
    padding-top: 2px;
}
.top_mnu li{
    list-style-type: none;
    float: left;
    padding-right: 30px;
    padding-left: 10px;
    position: relative;
    border-right: 1px solid #484848;
    padding: 0 13px 0 16px;
}
.top_mnu li:last-child {
    border-right: 0;

}
.top_mnu li:last-child a {
    color: #fff;
    padding: 0 22px 0 0;
}
.top_mnu li:last-child a span {
    font-weight: 700;
}
.top_mnu li i.marker{
    width: 14px;
    height: 19px;
    position: absolute;
    background-image: url(../v2/img/location.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    right: 13px;
    top: 6px;
}
.top_mnu li i.phone{
    width: 14px;
    height: 19px;
    position: absolute;
    background-image: url(../v2/img/phone.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    right: 0;
    top: 6px;
}
.top_mnu li i.mail{
    width: 14px;
    height: 19px;
    position: absolute;
    background-image: url(../img/mail.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    right: 10px;
    top: 7px;
}
.right_top_head > ul > li:nth-child(4){
    padding-right: 0px;
}
.top_mnu li:nth-child(3) a {
    padding: 0 27px 0 0;
}

.top_mnu li a{
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    font-weight: 400;
    font-family: "LatoBlack" !important;
}
.mnu > li{
    list-style-type: none;
    float: left;
    padding-left: 40px;

}
.mnu > li > a {
    position: relative;
    cursor: pointer;
}

.mnu > li > a:before {
   content: '';
    width: 2px !important;
    height: 100% !important;
    position: absolute;
    display: block;
    background-color: #94c12e !important;
    left: -21px !important;
    top: 0px !important;
}

div.main_mnu > div > ul > li:nth-child(1) a:before {
display:none;
}

.mnu > li > a{
    color: #fff !important;
    font-size: 14px;
    text-decoration: none;
    padding-bottom: 14px;
    padding-top: 13px;
    display: block;
}
.main_list ul li a{
    color: #6d6d6d;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}
.main_list{
    color: #2e2e2e;
    font-size: 16px;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
}
.green_logo_list li span{
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    display: block;
    margin-top: 10px;
    line-height: 18px;
}

.green_logo_list li{
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    display: block;

    line-height: 18px;
}
.green_logo_list li {
    list-style-type: none;
    display: block;
    float: left;
    border-right: 1px solid #9fcb3c;
    padding-right: 25px;
}
.green_logo_list li:nth-child(4){
    border-right: none;
}
.green_logo_list li img {
    display: block;
    height: 55px;
        margin-bottom: 10px;
}
.head {
    padding-top: 12px;
    padding-bottom: 4px;
    background-color: #fff;
}
.logo {
    float: left;
    display: table;
}
.right_head {
    float: right;
    display: table;
}
.langue {
    display: table;
    border-radius: 5px;
    float: left;
    background-color: #e9e9e9;
    margin-left: 4px;
    margin-top: 19px;
    width: 114px;
    height: 29px;
    padding-right: 31px;
    font-size: 14px;
    color: #808080;
    line-height: 32px;
    padding-left: 28px;
    position: relative;
    background-image: url(/img/downline.png);
        background-repeat: no-repeat;
    background-position: 10px;
}

.langue a + a {
    display:none;
}

.langue a{
    color: rgb(128, 128, 128);
}
.social_link li a {
    height:20px;
    }
.langue span {

}
.langue span i {
    background-image: url(../img/usa.png);
    display: block;
    position: absolute;
    width: 24px;
    height: 10px;
    right: 0px;
    top: 10px;
    background-repeat: no-repeat;
}
.langue a.lang_2 span i {
    background-image: url(../img/il.png);

}


.block_cart span  {

}
.block_cart span i  {
   background-image: url(../img/basket.png);
    position: absolute;
    display: block;
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    top: -1px;
    right: 0;
}
.big_slider .container {
	width: 100% !important;

}

.block_cart  {
    display: inline-block;
    float: left;
    margin-left: 12px;
    margin-right: 24px;
    padding-left: 14px;
    width: auto;
    text-align: left;
    margin-top: 21px;
    font-size: 16px;
    color: #2e2e2e;
    font-weight: bold;
    height: 30px;
    position: relative;
    padding: 0 30px 0 0;
}
.block_cart:after {
    content: "";
    width: 1px;
    height: 20px;
    top: 50%;
    margin: -12.5px 0 0 0;
    right: -13px;
    position: absolute;
    display: block;
    background: #ccc;
}

.block_cart a {
    color: #2e2e2e;
    padding-right: 0;
}

.block_myaccount {
    display: inline-block;
    margin-left: 2px;
    padding: 0 35px 0 0;
    width: auto;
    text-align: left;
    margin-top: 21px;
    font-size: 16px;
    color: #2e2e2e;
    font-weight: bold;
    height: 30px;
    position: relative;
    float: left;
}

.block_myaccount a {
    font-size: 16px;
    color: #2e2e2e;
    font-weight: bold;
}

.block_myaccount span {
    font-family: sans-serif;
    color: black;
    font-size: 15px;
}

.block_myaccount:before {
    content: '';
    background-image: url(../img/person.png);
    position: absolute;
    display: block;
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    right: 0;
    float: right;
}
/*
.block_myaccount span i {
    background-image: url(../img/myccont.png);
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    border: 2px solid #000;
    right: 13px;
    border-radius: 18px;
    top: -3px;
    background-position: 6px 5px;
}*/
.page_main {

}
.main_mnu {
    background-color: #87be0b;
    display: block;
    width: 100%;
        position: relative;
}
.bg_grey {
    display: block;
    width: 100%;
    background-color: #ebebeb;
    padding-bottom: 18px;
}
.block_searh {
    display: table;
    float: left;
    margin-top: 8px;
    font-weight: bold;
}
.block_searh form {
    margin-bottom: 0px;
}
.block_searh input{
    width: 230px;
    height: 35px;
    background-image: url(../img/searh.png);
    background-repeat: no-repeat;
    border: 1px solid #fff;
    background-position: 12px 8px;
    color: #7e7e7e;
    padding-right: 15px;
}
.mnu {
    display: table;
}
.mnu .bg_grey {
    position: absolute;
    z-index: 9999;
    left: 0px;
    right: 0px;
    display:none;
}

.main_list {
    display: block;
    float: left;
    width: 25%;
        padding-top: 15px;
}
.m_list {
    display: block;
    float: left;
    width: 50%;
    margin-bottom: 42px;
}

.m_list img {
    display:block;
    margin-top: 32px;
    margin-bottom: 7px;
}
.mini_list div:nth-child(2) img {

    margin-top: 14px;

}
.main_list img {
    display:block;
    margin-top: 30px;
    margin-bottom: 7px;
}

.slider {
    margin-top: 16px;
    display: block;
    position: relative;
    margin-bottom: 54px;
}
.slick-slide img {
    margin: 0 auto;
    padding-top: 0px;
}
.m_list {

    color: #2e2e2e;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
        line-height: 19px;
}
.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table;
}
.clearfix:after, .container:after, .container-fluid:after, .row:after, .modal-header:after, .modal-footer:after {
    clear: both;
}
.bg_grey:before{
    content: " ";
    display: table;
}
.bg_grey:after {
    clear: both;
    content: " ";
    display: table;
}
.m_list ul {
    padding-right: 20px;
    padding-top: 7px;
}
.main_list ul {
    padding-right: 18px;
    padding-top: 7px;
}
.main_list ul li{
    padding-bottom: 6px;
    text-transform: capitalize;
    color: #6d6d6d;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}
.m_list ul li {
    line-height: 29px;
    color: #6d6d6d;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}
.m_list ul li a {
    color: #6d6d6d;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;


}
.m_list span img{
    padding-bottom: 11px;
}
.mini_list {
    display: block;
    float: left;
    width: 50%;
    padding-top: 18px;
}
.list_spectr {
    display: block;
    width: 100%;
    float: left;
}
.list_spectr ul {

}
.list_spectr li {
    float: left;
    width: 33%;
    list-style-type: none;
    color: #2e2e2e;
    font-size: 14px;
    text-transform: unset;
    padding-top: 59px;
}
.list_spectr li span {
    display: block;
    font-size: 14px;
    color: #2e2e2e;
    padding-top: 8px;
    line-height: 18px;
}
.list_spectr li i {
    display: block;
    width: 57px;
    height: 57px;
    background-repeat: no-repeat;
}
div.list_spectr > ul > li:nth-child(1) {
    background-image: url(../img/ship.png);
        background-repeat: no-repeat;
    background-position: right top;
}
div.list_spectr > ul > li:nth-child(2) {
    background-image: url(../img/guaran.png);
        background-repeat: no-repeat;
    background-position: right top;
}
div.list_spectr > ul > li:nth-child(3) {
    background-image: url(../img/lowest.png);
        background-repeat: no-repeat;
    background-position: right top;
}
.items {
    display: block;
    float: left;
    width: 102%;
    padding-top: 20px;
    padding-bottom: 20px;
}
.item {
    width: 245px;
    float: right;
    margin: 0 0 19px 22px;
}
.item_b {
    background-color: #fff;
    position: relative;
    padding-bottom: 19px;
}
.item_b.recom{
    background-color: #f1f1f1;

}

.recom_images{
    height: 200px;
    position: relative;
    text-align: center;
}

.recom_images img {
    width: 100%;
    max-width: 173px;
}

.item_b > img {
    display: block;
    margin: 0 auto;
    padding-top: 14px;
    padding-bottom: 5px;
}
.item_title {
    display: block;
    text-align: center;
    color: #1e1e1e;
    text-decoration: none;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: bold;
    font-family: sans-serif;
    letter-spacing: -0.7px;
}
.item_title span {
    display: block;
    text-align: center;
}
.item_footer {
    display: table;
    width: 123px;
    margin: 0 auto;
}
.item_footer.rec span{
    background-color: #fff;
}
.item_footer.reg span{
    background-color: #f1f1f1;
}
.item_footer span {
    font-size: 10px;
    color: #9d9d9d;
    background-color: #f1f1f1;
    display: block;
    width: 47%;
    float: left;
    text-align: center;
    padding-top: 9px;
    line-height: 12px;
    padding-bottom: 4px;
    font-weight: 500;
    position: relative;
}
.item_footer span:before {
    content: '';
    background-image: url(../img/shape.png);
    width: 75px;
    position: absolute;
    height: 10px;
    bottom: -10px;
    left: -2px;
    background-repeat: no-repeat;
}
.item_footer span + span {
    float:right;
}
.item_footer.reg span + span {
    float: left;
}
.item_footer span i {
    background-image: url(../img/miniship.png);
    display: block;
    width: 25px;
    height: 23px;
    background-repeat: no-repeat;
    margin: 0 auto;
}
.ask_blok li i{
    background-image: url(../img/ask1.png);
    display: block;
    width: 21px;
    height: 18px;
    background-repeat: no-repeat;
    margin: 0 auto;
    float: right;
    line-height: 28px;
    margin-top: 8px;
}
.ask_blok li span{
    margin-right: 10px;
}
.item_footer.reg span:nth-child(4){
    margin-right: 0px;
}
.item_footer.reg{
    float: right;
    width: 260px;
    padding-top: 10px;
    padding-bottom: 4px;
}
.item_footer.reg span{
    width: 22%;
    margin-right: 8px;
}
.ask_blok li + li i{
    background-image: url(../img/ask2.png);
}
.item_footer span + span i {
    background-image: url(../img/minisecure.png);
    background-position: 6px 2px;
}
.item_footer.reg span i {
    background-image: url(../img/sh.png);
}
.item_footer.reg span + span i {
    background-image: url(../img/sh2.png);
    background-position: 6px 2px;
}
.item_footer.reg span + span + span i {
    background-image: url(../img/sh3.png);
    background-position: 0px 2px;
}
.item_footer.reg span + span + span + span i {
    background-image: url(../img/sh4.png);
    background-position: 6px 2px;
}

.hover_item {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display:none;
}
.hover_item button {
       background-color: #87be0b;
    color: #fff;
    border: 1px solid #87be0b;
    font-size: 16px;
    text-transform: uppercase;
    position: absolute;
    width: 90%;
    text-align: center;
    height: 38px;
    top: 41%;
    left: 50%;
    margin-left: -45%;
    cursor: pointer;
}
.item_b:hover .hover_item {
    display:block;
}
.banner_block {
    display: block;
    float: left;
    width: 100%;
}
.bg_gray {
    background-color: #ebebeb;
}
.bg_point {
    display: block;
    width: 100%;
    background-image: url(../img/point.png);
    height: 377px;
    background-repeat: no-repeat;
}
.point {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 32px;
    margin-top: 37px;
    margin-bottom: 60px;
    font-weight: bold;
}
.bg_video {
    margin-top: 37px;
    display: block;
    width: 100%;
    margin-bottom: 40px;
}
.latest_video {
    float: left;
    width: 47%;
}
.latest_article{
    float: right;
    width: 47%;
}
.video_block li{
    list-style-type: none;
    display: table;
    width: 100%;
    margin-bottom: 7px;
}
.descr_video{
    float: left;
    width: 54%;
}
.descr_video a{
    color: #232323;
    font-size: 18px;
    text-decoration: none;
    font-weight: bold;
    display: block;
    margin-bottom: 8px;
    line-height: 21px;
}
.descr_video span{
    color: #707070;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
}
.latest_video > h2 {
    color: #fff;
    font-size: 18px;
    padding: 8px 17px;
    font-weight: bold;
    margin-bottom: 0px;
    display: table;
    position: relative;
}
.latest_video > h2:before {
    content: '';
    background-image: url(../img/ugol.png);
    position: absolute;
    right: 0px;
    width: 160px;
    height: 53px;
    top: -1px;
    background-position: -3px 0px;
    background-repeat: no-repeat;
    z-index: -1;
}
.video_block {
    border-top: 1px solid #e5e5e5;
    padding-top: 27px;
}
.video_block .video {
    width: 43%;
    float: right;
}
.block_ship span{
    margin-left: 68px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}
.watch {
    background-color: #87be0b;
    padding: 8px 16px;
    color: #fff !important;
    font-family: "LatoBold" !important;
    display: table !important;
    margin-top: 30px;
}
.brand_title {
    text-align: center;
    color: #171717;
    font-size: 26px;
    font-weight: 500;
}
.bg_geen {
    background-color: #87be0b;
    display: block;
    width: 100%;
    position: relative;
    float: left;
    padding-top: 45px;
    padding-bottom: 38px;
}
.green_logo {
    float: left;
    display: table;
    padding-top: 4px;
    padding-left: 34px;
}
.green_logo_list {
    float: right;
    width: 60%;
}
.page_footer {
    display: block;
    width: 100%;
    float: left;
    position: relative;
    /*margin-top: 24px;*/
}
.page_footer .bg_black .container > div {
    position: relative;
}
.page_footer .bg_black .container > div:before {
    content: '';
    background-image: url(../img/man.png);
    position: absolute;
    width: 204px;
    display: block;
    height: 400px;
    padding-right: 50px;
    background-repeat: no-repeat;
    top: 3px;
    right: -30px;
    margin-right: 19px;
}
.bg_black {
    background: #161616;
    background-repeat: no-repeat;
    background-position: 1160px 160px;
    display: block;
    float: left;
    width: 100%;
    padding-top: 27px;
    padding-bottom: 17px;
}
.footer_list ul{
    padding: 0px;
    margin: 0px;
}

.social_link li a {
    font-size: 0px !important;
}

.footer_list ul li{
    color: #898989;
    font-size: 14px;
    list-style-type: none;
    text-transform: capitalize;
}
.footer_list{
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}
.footer_list ul li p{
    margin-top: 6px;
    margin-bottom: 0px;
    text-transform: capitalize;
}
.footer_list span{
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}


.footer_list ul li a{
    color: #898989;
    font-size: 14px;
    text-decoration: none;
    margin-top: 6px;
    display: block;
    font-weight: 500;
     text-transform: capitalize;
}
.bg_fulblack form span{
    color: #fff;
    font-size: 16px;
    display: block;
    padding-bottom: 13px;
    font-weight: bold;
}
.social_link {

}
section.page_footer > div.bg_black > div > div:nth-child(1) > ul:nth-child(2){
    margin-bottom: 35px;
}
.social_link li{
    position: relative;
    float: right;
    display: block;
    margin-left: 10px;
    margin-top: 5px;
}
.fb {
    background-image: url(../img/fb.png);
    position: absolute;
    width: 20px;
    display: block;
    height: 30px;
    background-repeat: no-repeat;
    background-position: 7px 2px;
}
.insta {
    background-image: url(../img/insta.png);
    position: absolute;
    width: 30px;
    display: block;
    height: 30px;
    background-repeat: no-repeat;
    background-position: 2px 2px;
}
.youtube {
    background-image: url(../img/youtube.png);
    position: absolute;
    width: 30px;
    display: block;
    height: 30px;
    background-repeat: no-repeat;
    background-position: 2px 2px;
}
.footer_list {
    float:left;
    margin-left: 82px;
    margin-right: 6px;
    position: relative;
    right: 15px;
}
.bg_fulblack {
    background-color: #0a0a0a;
    display: block;
    width: 100%;
    float: left;
    padding-top: 22px;
    padding-bottom: 8px;
    min-height: 165px;
}
.subscribe {
    color: #fff;
    text-decoration: none;
    background: #87be0b;
    padding: 14px 44px;
    font-weight: bold;
    padding-top: 11px;
}
.copyright {
    color: #fff;
    opacity: 0.5;
    font-size: 12px;
    font-weight: 500;


}

.copyright_new {
    color: #fff;
    opacity: 0.5;
    font-size: 12px;
    font-weight: 500;
    margin-top: 12px;
}

.bg_fulblack form input{
    color: #6d6d6d;
    background: #292929;
    border: #292929;
    height: 45px;
    width: 215px;
    margin-right: 0px;
    font-weight: 500;
    padding-right: 12px;
    padding-left: 10px;
}

#newsletter-name {
    margin-left: 2px;
    margin-right: -3px;
}
.bg_fulblack form {
    position: relative;
}
#newsletter-name {
    display: inline-block;
}
#newsletter-email {
    display: inline-block;
}

.main_form {
    display: block;
    float: left;
    margin-top: 1px;

    padding-left: 45px;
}

.bg_fulblack .main_form {
    width: 644px;
    margin-left: -553px;
    position: absolute;
    left: 50%;
    float:none;
}
@media (min-width: 481px) and (max-width: 767px) {


    .newsletter-validate-detail button{
        display: block;
        float: none;
        margin: 0 auto;
    }

    .newsletter-name{

     margin-bottom:10px ;
    }



}
.opl{

}
.opl li{
    list-style-type: none;
    width: 25%;
    display: block;
    float: left;
    position: relative;
}
.opl li i{
    background-image: url(../img/pic.png);
    display: block;
    margin: 0 auto;
    background-repeat: no-repeat;
}
section.page_main > div.bg_point > div > ul > li:nth-child(1) {
    background-image: url(../img/pic.png);
    background-repeat:  no-repeat;
    background-position: center;
    background-position: center top;


}
section.page_main > div.bg_point > div > ul > li:nth-child(2) {
    background-image: url(../img/pic2.png);
    background-repeat:  no-repeat;
    background-position: center;
    background-position: center top;


}
section.page_main > div.bg_point > div > ul > li:nth-child(3) {
    background-image: url(../img/pic3.png);
    background-repeat:  no-repeat;
    background-position: center;
    background-position: center top;


}
section.page_main > div.bg_point > div > ul > li:nth-child(4) {
    background-image: url(../img/pic4.png);
    background-repeat:  no-repeat;
    background-position: center;
    background-position: center top;


}
.opl li span{
    color: #fff;
    font-size: 18px;
    text-align: center;
    display: block;
    margin-top: 42px;
    position: relative;
    padding-top: 12px;
    font-weight: bold;
}

.opl li {
    color: #fff;
    font-size: 18px;
    text-align: center;
    display: block;
        padding-top: 113px;
    position: relative;
    font-weight: bold;
}

.opl li:before {
    content: '';
    border-right: 1px solid #867a74;
    position: absolute;
    width: 4px;
    display: block;
    height: 40px;
    background-repeat: no-repeat;
    left: 121px;
    top: 63px;
}
.tabs__content {
    display: none; /* Ð¿Ð¾ ÑƒÐ¼Ð¾Ð»Ñ‡Ð°Ð½Ð¸ÑŽ Ð¿Ñ€ÑÑ‡ÐµÐ¼ Ð²ÑÐµ Ð±Ð»Ð¾ÐºÐ¸ */
}
.tabs__content.active {
    display: block; /* Ð¿Ð¾ ÑƒÐ¼Ð¾Ð»Ñ‡Ð°Ð½Ð¸ÑŽ Ð¿Ð¾ÐºÐ°Ð·Ñ‹Ð²Ð°ÐµÐ¼ Ð½ÑƒÐ¶Ð½Ñ‹Ð¹ Ð±Ð»Ð¾Ðº */
}
.tabs__content > div:nth-child(4n) {
    margin-left: 0px;
}
.tabs__caption {
    padding: 0px;
    display: table;
    width: 100%;
    padding-bottom: 41px;
}
.tabs__caption.bot{
      padding-bottom: 20px;
}
.tabs__caption li {
    font-size: 16px;
    color: #6d6d6d;
    text-transform: uppercase;
    font-weight: bold;
    list-style-type: none;
    cursor:pointer;
    position: relative;
    float: right;
    margin-left: 57px;
        font-family: sans-serif;
}
.tabs__caption li:after {
    content: '/';
    left: -32px;
    position: absolute;
    display: block;
    top: -1px;
    color: #dedcdc;
}
.tabs__caption li:last-child:after {
    display:none;
}
.tabs__caption li.active {
    color:#87be0b;

    border-bottom: 3px solid #87be0b;
}
.tabs__caption li:hover {
    color:#87be0b;
}
.all_baner {
    display: table;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
}
.all_baner img {
    width: 100%;
    z-index: -1;
}
.baner_left {
    float: left;
    width: 75%;
}
.baner_left_blok {
    float: left;
    width: 65.5%;
}
.smoll_baner {
    width: 48%;
    float: left;
    position: relative;
    overflow: hidden;
    height: 243px;
}



div.baner_left_blok > div:nth-child(2) {
    float: right;
    margin-bottom: 17px;
}
.big_baner {
    display: table;
    width: 100%;
    position: relative;
    height: 500px;
    font-family: "LatoBlack" !important;
}
.long_baner {

}
.baner_left_right_blok {
    float: right;
    width: 32%;
    margin-right: 4px;
}


.baner_left_right_blok .smoll_baner {
        text-align: center;
    padding-top: 86px;
    padding-right: 0px;
}


.baner_right {
    float: right;
    width: 24%;
}
.smoll_baner img {
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    position: absolute;
}
.big_baner img {
    position: absolute;
    top: 0px;
    right:0px;
}
.baner_left_right_blok .long_baner {
    position: relative;
    height: 526px;
}
.baner_left_right_blok .long_baner img {
    position: absolute;
    bottom: 61px;
}
.baner_left_right_blok .smoll_baner {
    width: 100%;
}
.baner_right .long_baner {
    position: relative;
    height: 512px;
    padding-top: 41px;
    padding-right: 15px;
}
.baner_right .long_baner img {
    position: absolute;
    right: 0px;
    left: 0px;
    top: 0px;
}
.baner_right .smoll_baner {
    width: 100%;
    margin-top: 14px;
}
.smoll_baner {
    color: #fff;
    font-size: 16px;
    font-weight: 500;

    padding-right: 17px;
    text-transform: uppercase;
}

.baner_left_blok .smoll_baner {
     padding-top: 152px;
}

.smoll_baner p {
    font-weight: bold;
    color: #fff;
    font-size: 28px;
    padding: 0px;
    margin: 0px;
    position: absolute;
    bottom: 26px;
    text-transform: uppercase;
    right: 16px;
}
.smoll_baner p:before {
    content: '';
    position: absolute;
    display: block;
    width: 48px;
    height: 2px;
    background-color: #fff;
    bottom: -7px;
}
.big_baner {
    color: #000000;
    font-size: 39px;
    text-transform: uppercase;
     line-height: 42px;
    padding-top: 89px;
    padding-right: 15px;
}
.baner_left_right_blok .long_baner .head {
    display: block;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    padding-top: 8px;
    padding-bottom: 41px;
}
.baner_left_right_blok .long_baner .head b {
    display: block;
    font-weight: bold;
    font-size:28px;
    line-height: 27px;
    position: relative;
}

.baner_left_right_blok .long_baner .head strong {
    display: block;
    font-weight: bold;
    font-size:28px;
    line-height: 27px;
    position: relative;
}

.baner_left_right_blok .long_baner .head strong:before {
    content: '';
    display: block;
    position: absolute;
    width: 51px;
    height: 1px;
    background-color: #000;
    bottom: -34px;
    left: 50%;
    margin-left: -25px;
}
.baner_left_right_blok .long_baner .big_green {
    font-size: 45px;
    color: #87be0b;
    display: block;
    text-align: center;
    font-family: "LatoBlack" !important;
}
.baner_left_right_blok .long_baner p {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #989898;
    font-weight: 500;
    margin: 0px;
    padding: 0px;
    line-height: 21px;
}
.baner_left_right_blok .long_baner p a.view_now {
    margin: 0 auto;
    margin-top: 21px;
}
.baner_left_right_blok .smoll_baner span {
    display: block;
    text-align: center;
    position: relative;
    right: 0px;
    bottom: 0px;
    top: 85px;
}
.baner_left_right_blok .smoll_baner p {
    display: block;
    text-align: center;
    position: relative;
    right: 0px;
    top: 0px;
}
.baner_left_right_blok .smoll_baner p:before {
    bottom: -4px;
    left: 50%;
    margin-left: -24px;
}
.baner_right .long_baner {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    font-family: "LatoBlack";
}
.baner_right .long_baner span.green_long {
    color:#87be0b;
    display: block;
        line-height: 14px;
}
.baner_right .smoll_baner {
    text-align: center;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    width: 100%;
    font-weight: bold;
        padding-right: 0px;
            padding-top: 17px;

}
.baner_right .smoll_baner span.green_long {
    color: #87be0b;
    font-size: 28px;
    top: 40px;
    font-family: "LatoBlack";
    left: 0px;
    right: 0px;
    line-height: 22px;
    display: block;
}
.container_green {
    width: 1096px;
    padding-left: 31px;
}
.green_logo_list > li:nth-child(1) {
    width: 22%;
}
.green_logo_list > li:nth-child(2) {
    width: 26%;
    padding-right: 41px;
}
.green_logo_list > li:nth-child(3) {
    width: 32%;
    padding-right: 41px;
}
.green_logo_list > li:nth-child(4) {
    width: 20%;
    padding-right: 0px;
}
div.bg_black > div > div:nth-child(3) {
    margin-left: 73px;
}
div.bg_black > div > div:nth-child(4) {
    margin-left: 61px;
}
.view_now {
    font-size: 15px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    text-transform: initial;
    display: table;
    background-color: #87be0b;
    margin-top: 29px;
    height: 10px;
    line-height: 34px;
    padding-right: 17px;
    padding-left: 15px;
}
.livechat {
    float: left;
    background-color: #87be0b;
    color: #fff;
    text-decoration: none;
    margin-top: 20px;
    width: 104px;
    padding-right: 34px;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    background-image: url(../img/livechat.png);
    background-repeat: no-repeat;
    background-position: right 13px center;
}
.big_slider {
    background-image: url(../img/bigslider.png);
    display: block;
    width: 100%;
    height: 433px;
    margin-bottom: 32px;
    overflow: hidden;
}
.big_slider_list {

}
.l_bigslider {
    float: left;
    display: block;
    width: 59%;
}
.r_bigslider {
    float: right;
    display: block;
    padding-top: 45px;
}
.r_bigslider span {
   font-size: 40px;
    display: block;
    color: #fff;
}
.r_bigslider .span_big {
    font-size: 90px;
    text-transform: uppercase;
    font-family: "LatoBlack";
    letter-spacing: 7px;
    line-height: 66px;
}
.r_bigslider .green_slide {
    font-size: 42px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 12px;
    background-color: #87be0b;
    display: table;
    line-height: 45px;
    margin-top: 17px;
    padding-left: 10px;
    padding-right: 10px;
}
.r_bigslider .btn_bigslide {
    display: table;
    background-color: #fff;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    width: 148px;
    margin-top: 23px;
    text-transform: uppercase;
    height: 42px;
    line-height: 39px;
    padding-right: 48px;
    background-image: url(../img/btnshape.png);
    background-repeat: no-repeat;
    background-position: right;
}
.r_bigslider p {
    color:#ffffff;
    font-weight: 500;
    font-size:16px;
}
.big_slider_list .slick-prev {
    width: 100px;
    height: 100px;
    display: block;
    left: -200px;
}
.big_slider_list .slick-prev:before {
    background-image: url(../img/bigleft.png);
    width: 40px;
    height: 64px;
}
.big_slider_list .slick-next {
    width: 100px;
    height: 100px;
    display: block;
    right: -133px;
}
.big_slider_list .slick-next:before {
    background-image: url(../img/rightbig.png);
    width: 47px;
    height: 64px;
}
.slick-slider .slick-track, .slick-slider .slick-list {
    outline:none !important;
}
.slick-initialized .slick-slide {
    outline:none !important;
	   
		    padding-bottom: 10px;
    margin-bottom: 27px;
}
a {
    text-decoration: none;
}
.klie{
    background-color: #eef3f6;
}
.bg_fitness{
    display: block;
    width: 100%;
    background-color: #ebebeb;
    padding-bottom: 71px;
        background-image: url(../img/itemsbg.png);
    padding-top: 41px;
}
.page_nav{

}
.pagination{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    margin: 0 auto;
    display: table;
    text-align: center;
}
.pagination li{
    margin-top: 29px;
    float: right;
    margin-right: 2px;
}
.pagination li.active span{
    color: #fff;
    background: #87be0b;
    text-decoration: none;
    border: 1px solid #ebebeb;
        font-size: 14px;
    color: #fff;
    padding: 11px 14px;
    margin-right: 0px;
}
.pagination li a{
    font-size: 14px;
    color: #fff;
    padding: 11px 14px;
    margin-right: 0px;
    background-color: #000;
}

.pagination li:hover a{
        color: #fff;
    background: #87be0b;
    text-decoration: none;
}

.simple_slider{

}
.simple_slider_body{
        border: 3px solid #e8e8e8;
}
.simple_slider_body i{
    color: #fff;
    text-decoration: none;
    background: #87be0b;
    padding: 9px 24px;
    font-weight: bold;
    font-style: normal;
    position: absolute;
    background-image: url(../img/progr.png);
    background-repeat: no-repeat;
    background-position: 4px 10px;
    left: 0px;
    top: 0px;
    text-transform: uppercase;
    padding-left: 33px;
}
.simple_slider_body p{
    margin: 0px;
    color: #9E9E9E;
    padding-top: 10.5px;
    padding-bottom: 0px;
}
.title_slider{
    display: block;
    text-align: center;
    color: #1e1e1e;
    text-decoration: none;
    font-size: 27px;
    margin-bottom: 10px;
    font-weight: bold;
}
.simple_slider_link{
    color: #fff;
    text-decoration: none;
    background: #87be0b;
    padding: 6px 9px;
    font-weight: 100;
    cursor:pointer;
    border: 1px solid #87be0b;
}

.sp-slide .simple_slider_link {
    line-height: 37px;
}

.slider-pro:before {
 content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #343434;
}

.btn_defolt{
   color: #fff;
    text-decoration: none;
    background: #87be0b;
    padding: 8px 12px;
    padding-right: 47px;
    font-weight: bold;
    position: relative;
}
.btn_defolt:before {
    content: "";
    background-repeat: no-repeat;
    padding: 0px 12px;
    background-image: url(../img/rew.png);
    width: 30px;
    height: 30px;
    background-position: -2px 3px;
    position: absolute;
        right: -23px;
    top: 6px;
}
.checkout{
    padding-bottom: 54px;
}
.checkout_title{
    color: #2e2e2e;
    font-size: 24px;
    margin: 0px;
    margin-top: 33px;
    margin-bottom: 26px;
}
.checkout_blok{
    width: 32%;
    float: left;
    margin-right: 20px;
}
.checkout_bloks{

}
.page_add select{
    width: 289px;
    height: 44px;
    border: 1px solid #dad7d7;
    margin: 0 auto;
    display: block;
}
.checkout_blok:nth-child(4){
    margin-right: 0px;
}
.checkout_bloks_head{
    background-color: #2e2e2e;
    color: #fff;
    text-transform: uppercase;
    height: 40px;
    padding-right: 20px;
}
.checkout_bloks_head span{
    line-height: 38px;
    display: block;
    font-size: 20px;
}
.checkout_bloks_body p{
    margin: 0px;
    color: #7d7d7d;
    font-size: 15px;
    line-height: 15px;
}
.checkout_bloks_body{
    background-color: #f5f5f5;
    padding: 14px 14px;
    margin-bottom: 20px;
}
.checkout_bloks_body.mar{
     margin-bottom: 0px;
}
.cat_table.carta{
margin-bottom: 7px;
}
.discount_blok{

}
.pickup span{
    font-size: 14px;
    font-weight: 600;
    padding-right: 40px;
    display: block;
}
.checkout_bloks_body a{
    color: #87be0b;
    text-decoration: underline;
}
.discount_blok span{
    font-size: 18px;
}
.discount_input button{
    background-color: #2e2e2e;
    color: #fff;
    font-size: 15px;
    border: 1px solid #2e2e2e;
    width: 110px;
    height: 36px;
    float: left;
    position: absolute;
    z-index: 9;
    margin-top: 4px;
    left: 180px;
}
.discount_input input{
    width: 297px;
    height: 44px;
    padding-right: 10px;
    margin: 0 auto;
    display: block;
    border: 1px solid #dad7d7;
    position: relative;
}
.sumbit_order{
    color: #fff !important;
    text-decoration: none !important;
    background: #87be0b;
    font-weight: bold;
    display: block;
    width: 288px;
    height: 42px;
    text-align: center;
    padding-top: 6px;
    margin: 0 auto;
    margin-top: 8px;
}
.checkout_drop{
    background-color: #e0dddd;
    height: 44px;
    margin-top: 3px;
    padding-top: 11px;
    margin-bottom: 7px;
}
.checkout_drop span{
    font-size: 14px;
    font-weight: 600;
    padding-right: 40px;
    display: block;
}
.checkout_drop i{

}
.pickup{
    background-color: #e0dddd;
    height: 44px;
    margin-top: 20px;
    padding-top: 9px;
}
.page_custom{
    margin-bottom: 3px;
    font-size: 14px;
}
.page_custom select{
    width: 297px;
    height: 44px;
    padding-right: 10px;
    margin: 0 auto;
    display: block;
    border: 1px solid #dad7d7;
    color: #7d7d7d;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    background-image: url(../img/blueright.png);
    background-repeat: no-repeat;
    background-position: 10px 15px;
}
.page_custom input{
    width: 297px;
    height: 44px;
    padding-right: 15px;
    margin: 0 auto;
    display: block;
    border: 1px solid #dad7d7;
    color: #7d7d7d;
}
.page_custom label{

}
.paument_date{

}
.paument_date span{
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-top: 12px;
    margin-bottom: 2px;
}
.page_custom.date{
    float: left;
    width: 50%;
}
.list_tov{

}
.radio{
    background-color: #e0dddd;
    height: 44px;
    margin-bottom: 5px;
}
.page_custom.date select{
    width: 146px;
    height: 44px;
    margin-left: 3px;
}
.radio label{
    font-size: 14px;
    font-weight: 600;
}
.page_custom.date:nth-child(2) > select{
    margin-left: 0px !important;
}
.page_cust{

}
.list_tov{
    margin-top: 10px;
}
.checkout_bloks_body textarea{
    width: 297px;
    height: 124px;
    padding-right: 10px;
    margin: 0 auto;
    display: block;
    border: 1px solid #dad7d7;
    margin-bottom: 3px;
    padding-top: 13px;
}
.checkout_bloks_body span{
    display: block;
}
.edit_blok{
    width: 100%;
    float: left;
    margin-right: 20px;
    display: table;
}
.add_bloks:nth-child(2){
    border-right: 10px solid #fff;
}
.add_bloks:nth-child(1){
    border-left: 10px solid #fff;
}
.add_bloks{
    width: 49%;
    display: table-cell;
    background: #f5f5f5;
}
.add_adress a{
    color: #fff;
    text-decoration: none;
    background: #87be0b;
    display: block;
    width: 172px;
    margin-top: 13px;
    height: 40px;
    text-align: center;
    font-size: 14px;
    padding-top: 9px;
}
.addvid_address span{
    line-height: 22px;
    font-size: 13px;
    color: #7d7d7d;
}
.addvid_address a{
    color: #fff;
    text-decoration: none;
    background: #87be0b;
    display: inline-block;
    width: 68px;
    height: 33px;
    text-align: center;
    padding-top: 6px;
    font-size: 14px;
    margin-top: 17px;
}
.adi{
    color: #000 !important;
    font-weight: 600;
}
.colors{
    background-color: #2e2e2e !important;
}
.checkout_bloks_head.ed{
    text-transform: none;
}
.table_head{
    display: table-header-group;
}
.table_body{
    display: table-footer-group;
}
.ch_cot {
    display: block;
}
.cat_table {
    display: table;
    width: 100%;
    float: left;
    padding-top: 0px;
}
.cat_tr {
    display: table-row;
    color: #7d7d7d;
}
.cat_th.cap {
    text-align: right;
    height: 25px;
    font-size: 15px;
    font-weight: 600;
    color: #2e2e2e;
    width: 39%;
}
.cat_th {
    display: table-cell;
    vertical-align: middle;
    font-size: 15px;
    line-height: 16px;
    text-align: right;
    height: 60px;

}

.table_body .cat_th {
border-bottom: 1px solid #dcdcdc;
}


 div.table_body > div:last-child .cat_th{
border-bottom: 0px solid #dcdcdc;
 }

div.table_body > div > div:nth-child(2) {
    text-align: center;
}
.cat_th.cap:nth-child(2){
    text-align: center;
}
.addvid_address{
    display: inline-block;
}
.forgot{
    float: left;
    margin-top: 18px;
}
.bread{
    background-color: #2e2e2e;
}
.breadcrumb {
    margin: 0px;
    padding: 7px 0px;
    overflow: hidden;
}
.breadcrumb>li+li:before {

}
.breadcrumb li{
    list-style-type: none;
    font-size: 14px;
    float: right;
    color: #87be0b;
    padding-right: 9px;
    position: relative;
}

.breadcrumb li:first-child {
    padding-right: 0px;
}

.breadcrumb li a{
    color: #fff;
    text-decoration: none;
}
.breadcrumb li a:hover{
    color: #ca171d;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.single_itim_new{
    width: 100%;
}
.itim_vrap{
    float: left;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 19px;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 11px;
}
.itim_vrap_left{
    width: 55%;
    float: left;
    padding-top: 7px;
    padding-right: 7px;
    padding-left: 20px;
}

.itim_vrap_right {
    float: right;
      width: 44%;
    margin-top: 10px;
}
.simple_slider_link.now{
    font-size: 22px;
    margin-top: 30px;
    display: block;
    text-align: center;
    width: 127px;
    height: 50px;
    padding-top: 8px;
}
.title_green{
    color: #87be0b;
    font-size: 16px;
    font-weight: 500;
}
.main_itim_title{
    font-size: 32px;
    text-transform: uppercase;
    color: #3c3c3c;
    font-weight: bold;
    margin: 0px;
    line-height: 32px;
}
.itim_deskr{
    padding-top: 9px;
    padding-bottom: 20px;
}
.itim_deskr a{
    font-weight: 500;
    color: #87be0b;
    text-decoration: underline;
    font-size: 14px;
    display: block;
    padding-top: 10px;
}
.itim_deskr p{
    font-size: 14px;
    color: #7c7c7c;
    margin: 0px;
    font-weight: 500;
    padding-top: 10px;
}
.itim_deskr span{
    font-size: 16px;
    color: #3c3c3c;
    font-weight: bold;
}
.price_block{
    display: table;
    padding-top: 24px;
    padding-bottom: 13px;
}
.price{
    color: #292929;
    font-weight: bold;
    font-size: 16px;
    float: right;
    line-height: 23px;
}
.mewhen{
    float: left;
    padding-right: 21px;
}
.mewhen a{
    font-size: 22px;
    display: block;
    padding: 7px 15px;
}
.whybuy{
    border-top: 1px solid #e9e9e9;
    padding-top: 16px;
}
.whybuy p{
    font-size: 16px;
    color: #3c3c3c;
    font-weight: bold;
    margin: 0px;
}
.whybuy ul{
    padding-top: 10px;
}
.war li:before {
    content: '';
    background-image: url(../img/tire.png);
    position: absolute;
    width: 13px;
    display: block;
    height: 5px;
    padding-right: 0px;
    background-repeat: no-repeat;
    top: 10px;
    right: -2px;
}
.war li{
    position: relative;
    padding-right: 22px;
    color: #7c7c7c;
    font-size: 14px;
    font-weight: 500;
    list-style-type: none;
    padding-bottom: 8px;
}
.mewhen span{
    color: #7e7e7e;
    font-size: 13px;
    font-weight: 500;
}
.price span{
    font-size: 24px;
    display: block;
}
.shipping li i{

}
.ask_blok{
    display: block;
    float: left;
    width: 100%;
}
.ask_blok li{
    color: #3c3c3c;
    font-size: 15px;
    font-weight: bold;
    list-style-type: none;
    position: relative;
    line-height: 30px;
}
.soc_block{
    float: right;
}
.soc_block ul{

}
.soc_block ul li{
        list-style-type: none;
        position: relative;
        float: left;
}
.soc_block ul li a{
        color: #353535;
    font-size: 18px;
    font-weight: bold;
}
.soc_block ul li a i{
        display: block;
    width: 31px;
    height: 31px;
    background-repeat: no-repeat;
     background-image: url(../img/sprite_s.png);
}
.viber{
    background-position: -2px -1px;
}
.instagam{
   background-position: -27px 0px;
}
.twiter{
    background-position: -52px 0px;
}
.facebook{
   background-position: -80px 0px;
}
.recommended_buy{
    margin-bottom: 26px;
    display: block;
    float: right;
}
.recommended_buy p{
    color: #7c7c7c;
    font-size: 16px;
    margin: 0px;
    font-weight: 500;
}
.recommended_buy span{
    font-weight: 500;
    font-size: 24px;
    color: #171717;
}
.buy_recomendet_itim{
     display: table;
    padding-top: 15px;
        margin-bottom: 24px;
}
.buy_recomendet_itim li{
   list-style-type: none;
    float: left;
    position: relative;
    width: 122px;
    text-align: center;
    margin-left: 45px;
    height: 100px;
}

.buy_recomendet_itim li img {
width: 70px;
}

.buy_recomendet_itim li:before {
    content: '+';
       font-size: 25px;
    top: 35px;
    position: absolute;
     right: -39px;
}
.buy_recomendet_itim li:last-child:before{
    display: none;
}
.buy_recomendet_itim li:nth-child(1):before{
    content: '=';
    font-size: 25px;
}
.buy_recomendet_itim li a{

}
.buy_recomendet_itim li a img{

}
.let{

}
.let img{
    max-width: 100%;
}
.video_bloks{
    margin-top: 13px;
}
.video_bloks img{

}
.video_bloks img:nth-child(2){
    margin-right: 17px;
}
.description_img{
    padding-top: 10px;
}
.description_img img{
    margin-left: 10px;
}
.description_img img:nth-child(3){
    margin-left: 0px;
}
.ratings_bg{

}
.rating_head{

}
.title_reviews{
    font-size: 26px;
    color: #171717;
    font-weight: 500;
}
.rating_body{
    width: 100%;
    display: table;
}
.rating_body li{
    list-style-type: none;
    float: right;
    width: 34%;
    padding-top: 20px;
    padding-bottom: 20px;
}
.rating_qua{
    color: #171717;
    font-size: 18px;
    font-weight: 500;
}
.kol_rat{
    color: #4b4b4b;
    font-size: 14px;
    font-weight: 500;
}
.rat_blok{
    padding-top: 15px;
    line-height: 10px;
}
.green_big{
    color: #87be0b !important;
    font-size: 26px !important;
    font-family: "LatoBold" !important;
}
.rat_blok span i{
    font-size: 24px;
}
.rat_blok span{
    color: #4b4b4b;
    font-size: 18px;
    font-weight: 500;
}
.coments_list{
    padding-top: 28px;
    padding-bottom: 42px;
    border-bottom: 1px solid #e9e9e9;
}
.coment{
    padding-top: 16px;
    border-top: 1px solid #e9e9e9;
    padding-bottom: 22px;
}
.coment_head{
    display: table;
}
.coment_head_pic{
    float: right;
}
.coments_list a{
    padding: 8px 18px;
}
.coment_head_pic img{

}
.coment_head_text{
    float: left;
    padding-top: 12px;
}
.coment_head_text span{
    color: #171717;
    font-size: 18px;
    font-weight: 500;
    font-weight: 600;
}
.coment_head_text p{
    color: #707070;
    font-size: 14px;
    margin: 0px;
    font-weight: 500;
}
.coment_body{

}
.coment_body p{
    color: #707070;
    font-size: 14px;
    margin: 0px;
    font-weight: 500;
}
.recom{
    display: table;
    width: 100%;
}
.recom p{
    color: #171717;
    font-size: 26px;
    font-weight: 500;
    margin: 0px;
    padding-top: 26px;
}
.description_bg{
    margin-bottom: 31px;
}
.description_bg p{
    color: #7c7c7c;
    font-size: 14px;
    font-weight: 500;
    margin: 0px;
    padding-bottom: 24px;
    line-height: 24px;
}
.checkbox li{
    list-style-type: none;
    padding-top: 7px;
}
.simple_slider_body.min{
    margin-bottom: 47px;
    margin-top: 20px;
    height: 159px;
}
.slick-prev, .slick-next {
    z-index: 999;
}
.simple_slider_body .slick-prev:before{
    background-image: url(../img/sim.png);
    padding-right: 5px;
}
.simple_slider_body .slick-next:before{
    background-image: url(../img/sim2.png);
}
.item_footer.rec span:before{
    background-image: url(../img/bef.png);
}
.mewhen.two{

}
.mewhen.two a{
    display: inline-block;
}
.buttonbox button {
	 height: 46px;
}
.black{
    background-repeat: no-repeat;
    background-color: #2e2e2e;
    color: #fff;
       width: 164px;
    height: 44px;
    text-align: center;
    background-image: url(../img/korz.png);
    padding-right: 49px !important;
    background-position: right 17px center;
    font-weight: bold;
     font-size: 22px;
       cursor:pointer;
    border: 0px;
}
.number{
    position: relative;
    display: block;
    float: left;
    margin-right: 5px;
    text-align: center;
}
.number input{
    text-align: center;
}
.number input{
      width: 47px;
    height: 47px;
    border: 1px solid #cac7c7;
    padding: 5px;
}
.minus{
    font-size: 17px;
    bottom: -6px;
    position: absolute;
    right: 19px;
}
.plus{
    font-size: 16px;
    position: absolute;
    top: -3px;
    left: 19px;
}

.rate{

}
.size{
    display: table;
}
.rate_form{
    float: left;
}
.page_rate{

}
.page_rate select{
        border: 1px solid #e9e9e9;
    width: 107px;
    height: 47px;
        -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #656565;
    font-size: 14px;
    font-weight: 500;
    padding: 12px;
    position: relative;
    background-image: url(../img/bl_str.png);
    background-repeat: no-repeat;
    background-position: 10px 20px;
}
.page_rate select option{

}
.size span{
       font-size: 16px;
    color: #292929;
    font-weight: bold;
    float: right;
        margin-top: 9px;
    margin-left: 12px;
}
.colors_change{

}
.colors_change ul{

}
.colors_change ul li{
list-style-type: none;
}
.colorig{

}
.colorig img{

}


















.simple_slider_link.f{
    color: #fff !important;
    text-decoration: none;
        padding: 8px 26px;
}
.bg_gre{
        background-image: url("../img/bg_gre.png");
        width: 100%;
        background-repeat: no-repeat;
        background-position: top;
        display: none;
}
.bg_gre p{
color: #171717;
    font-size: 26px;
    font-weight: 500;
        margin-bottom: 17px;
}
.number_cart{
        position: relative;
    display: table;
        margin: 0 auto;
}
.number_cart input{
    width: 89px;
    height: 39px;
    border: 1px solid #cac7c7;
    padding: 5px;
    text-align: center;
}
.minus_cart{
  font-size: 19px;
    position: absolute;
    left: 11px;
    top: 9px;
}
.plus_cart{
        font-size: 18px;
    position: absolute;
    right: 14px;
    top: 10px;
}
.cart_table{
    display: table;
    width: 100%;
}
.cart_table_head{
    background-color: #2e2e2e;

    text-align: center;
    font-size: 16px;
    font-weight: bold;
        display: table-header-group;
}
.cart_th{
    font-size: 16px;
    font-weight: bold;
    display: table-row;
    display: table-row;
}
.cart_table_head .cart_th{
    color: #fff;
        height: 45px;
}
.cart_table_body .cart_th{
    color: #000;
}
.cart_td{
    display: table-cell;

        text-align: center;
            vertical-align: middle;
}
.cart_table_body .cart_th .cart_td{
         padding-top: 20px;
    padding-bottom: 10px;
    line-height: 19px;
    border-bottom: 9px solid #fff;

        position: relative;
}

.cart_table_body .cart_th .cart_td a {
    color:#000;
}

.cart_table_body .cart_th .cart_td:before {
   content: "";
    position: absolute;
    right: 0px;
    height: 80%;
    width: 1px;
    background-color: #dcdcdc;
    top: 14px;
}


.selects_mount:before{
	    content: "";
    position: absolute;
    height: 98px;
    width: 1px;
    background-color: #dcdcdc;
    /* top: 27px; */
    /* margin-left: -48px; */
    margin-right: -49px;
}




div.cart_table_body > div > div:nth-child(1):before{

    display:none;
}

div.cart_table_body > div > div:nth-child(2):before{

    display:none;
}
body > section.page_main > div.container > div.recom.bo > div > div.cart_table_body > div > div:nth-child(2){
    border-right:none;
}

.body_ProductWhite section.page_main{
    background: #fff;
}
.cart_table_body{
    background-color: #f5f5f5;
    padding: 14px 14px;
    margin-bottom: 20px;
    display: table-footer-group;
}
.checkout_blok.chart{
    width: 47.5%;
    float: right;
    margin-right: 0px;
    margin-top: 55px;
}
.item_b.recom a.simple_slider_link{
    display: block;
    width: 115px;
    padding: 0px;
    height: 45px;
    margin: 0 auto;
    text-align: center;
    padding-top: 8px;
}
.oplata{
    display: table;
    margin-top: 20px;
}
.oplata li{
    list-style-type: none;
    position: relative;
    float: left;
    margin-right: 10px;
}
.oplata li:nth-child(4){
    margin-right: 0px;
}
.oplata li a{

}
.oplata li a i{
    display: block;
    width: 47px;
    height: 32px;
    background-repeat: no-repeat;
    background-image: url(../img/oplat_cart.png);
    float: right;
}
.pay{
    background-position: 0px 0px;
}
.master{
    background-position: -55px 0px;
}
.visa{
    background-position: -110px 0px;
}
.amf{
    background-position: -165px 0px;
}
.update{
    display: table;
    width: 100%;
}
.update_left{
    float: left;
}
.update_right{
    float: right;
}
.update_right a{
    width: 165px;
    height: 34px;
    padding: 0px;
    display: inline-block;
    text-align: center;
    padding-top: 4px;

}
.recom.bo p{
    padding-bottom: 20px;
}
div.cart_table_body > div > div:nth-child(6) {
    width: 2.5% !important;
}
div.cart_table_body > div > div:nth-child(5) {
    width: 9%;
}
div.cart_table_body > div > div:nth-child(4) {
    width: 8%;
}
div.cart_table_body > div > div:nth-child(3) {
    width: 9%;
}
div.cart_table_body > div > div:nth-child(2) {
    width: 9%;
    text-align: right;
}
div.cart_table_body > div > div:nth-child(1) {
    width: 2%;
}
.update_left a{
    width: 165px;
    height: 34px;
    display: inline-block;
    color: #fff;
    vertical-align: top;
    font-weight: bold;
    padding-top: 3px;
    text-align: center;
}
.blacks{
    background-color: #000;
}
.pik_tr {
    display: table-row;
    color: #5d5c5c;
}
.pik_th {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    text-align: right;
    height: 52px;
    border-bottom: 1px solid #dcdcdc;
}
.checkout_bloks_body.mar > div > div > div > div:nth-child(2) > div.pik_th.sty{
    border-bottom: none;
}
.checkout_bloks_body.mar > div > div > div > div:nth-child(2) > div:nth-child(2){
    border-bottom: none;
}
.pik_th.sty{
    font-weight: bold;
    color: #000;
}
div.carta > div > div > div:nth-child(2) {
    text-align: right;
    width: 67%;
}
.minimal_height_banner{
    background-color: #000;
    position: relative;
    display: none;
}
.minimal_height_banner_deskr{
    width: 100%;
    background-image: url(../img/mini.png);
    background-repeat: no-repeat;
    background-position: 0px -38px;
    font-family: "LatoBlack";
    display:table;
}
.minimal_height_left{
    color: #e8e8e8;
    text-transform: uppercase;
    font-size: 36px;
    float: right;
    padding-right: 11px;
    position: relative;
        padding-top: 5px;
    padding-bottom: 5px;
}
.minimal_height_left:before {
    content: '';
    background-image: url(../img/min.png);
    width: 5px;
    position: absolute;
    height: 40px;
    right: -6px;
    background-repeat: no-repeat;
    top: 15px;
}
.minimal_height_left span{
    color: #87be0b;
}
.minimal_height_right span{
    font-size: 16px;
    color: #ffffff;
    line-height: 19px;
    display: block;
    padding-top: 4px;
}
.minimal_height_right{
    float: right;
    padding-left: 11px;
    padding-top: 11px;
    text-transform: uppercase;
}
.big_banner_cart{
    display: table;
    width: 100%;
    background-image: url(../img/bag_cart.png);
    background-repeat: round;
    display: none;
}
.big_banner_cart_left{
         width: 230px;
    height: 134px;
    background-image: url(../img/mans.png);
    background-repeat: no-repeat;
    background-position: -31px -23px;
    float: left;
    position: relative;
}

.big_banner_cart_left:before {
content: '';
    background-image: url(../img/cart_left.png);
    position: absolute;
    right: -5px;
    width: 37px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 10px 0px;

}

.big_banner_cart_center{
              float: left;
    width: 55%;
}
.big_banner_cart_center span{
       color: #191919;
    font-size: 37px;
    text-transform: uppercase;
}
.center_color{
        color: #87be0b !important;

}
.big_banner_cart_center p{
margin: 0px;
color: #191919;
font-size: 16px;
text-transform: none;
    font-weight: 500;
        line-height: 8px;
}
.big_banner_cart_center a{
    text-transform: uppercase;
    font-weight: bold;
}
.big_banner_cart_right{
           float: right;
    width: 18%;
    background-color: #87be0b;
    position: relative;
    padding-left: 54px;
    padding-right: 20px;
    min-height: 133px;
}

.big_banner_cart_right:before {
        content: "";
    background-image: url(../img/cart_right.png);
    width: 66px;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    left: -37px;
    top: 0px;
}

.big_banner_cart_right p{
    font-size: 88px;
    color: #fff;
    padding: 0px;
    margin: 0px;
}


.left_leftc {
    float: left;
    width: 60%;
    font-family: "Lato-BlackItalic";
    display: block;
    line-height: 126px;
}

.left_rightc b {
        font-size: 43px;
}

.left_rightc {
        float: right;
    width: 40%;
    line-height: 27px;
    font-size: 20px;
    padding-top: 38px;
    font-family: "Lato-BlackItalic";
    text-transform: uppercase;
}

.center_descr {
            float: left;
    width: 79%;
    font-family: "Lato-BlackItalic";
    padding-top: 28px;
        padding-right: 18px;
}

.center_link {
        margin-top: 58px;
    font-size: 14px;
    width: 19%;
    display: block;
    float: right;
}

.credit {
        float: left;
    margin-top: 24px;
}

.grand_total {
        display: table;
    width: 100%;
}
div.grand_total > div > span:nth-child(1){
    float: left;
    padding-left: 31px;
    font-size: 20px;
    font-weight: bold;
float: left;
}

div.grand_total > div > span:nth-child(2){
    float: right;
    font-size: 20px;
    font-weight: bold;
}

.grand_total_descr {

}
.edit_total {
    display: table;
    width: 100%;
}

.bg_fulblack form button{
    color: #fff;
    text-decoration: none;
    background: #87be0b;
    padding: 11px 44px;
    font-weight: bold;
    padding-top: 12px;
    border: 1px solid #87be0b;
    float: left;
    margin-right: 4px;
    font-size: 13px;
    font-style: normal;
    width: 160px;
    height: 44px !important;
}

.price-label {
    display:none !important;
}


.special-price {
       display: table;
    width: 100%;
    float: none;
    text-align: center;
           margin-top: 2px;
           margin-bottom: 0px;
}

.special-price span {
    color: #1e1e1e;
    text-decoration: none;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
    float: none;
    padding-left: 9px;
}


.ico-register {
    display:none;
}

.item_b_img {
    min-height: 183px;
	max-height: 283px;
    text-align: center;
    padding-top: 19px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.item_b_img > img {

    display: block;
    position: relative;
    max-height: 205px;
    margin: 0 auto;
}

.item_b_title {
    height: 54px;
    max-height: 28px;
    overflow: hidden;
}


.old-price {
    position: absolute;
    width: 100%;
    left: 0px;
    text-align: center;
    margin: 0px;
    margin-top: -9px;
    text-decoration: line-through;
}



.price.old-price {
        float: none;
}




.simple_slider_body {
    position: relative;
    margin-bottom: 31px;
    margin-top: 36px;
    height: 159px;
}

.simple_slider_body > div {

}

.simple_slider_body_img {
    display: inline-block;
    width: 32%;
    padding-right: 1px;
    padding-top: 2px;
}

.simple_slider_body_img img {
float: right;
max-width: 137px;
}

.notifications p {
    margin: 0px !important;

    padding: 0px !important;
}

.simple_slider_body_descr {
    display: inline-block;
    text-align: left;
    width: 67%;
    vertical-align: top;
    padding-top: 6px;
}

.simple_slider_body .slick-slide {
         position: relative;
    padding-right: 175px;
    padding-top: 7px;
}

.title_slider {
    text-align: left;
    font-size: 25px;
    line-height: 28px;
    margin-bottom: 4px;
        margin-bottom: 0px;
}

.black_tabs {
    background-image: url(../img/blacktab.png);

}

.filter_block_bg {
display: none;
}
.filter_block_bg.expand {
    display: block;
    padding-bottom: 34px;
        padding-top: 20px;
}

.filter_blocks {
    display: table;

}

.filter_blocks > div {
       display: table-cell;
    margin-left: 7%;
        border-left: 1px solid #d0d0d0;
    padding-left: 38px;
    padding-right: 38px;
}

.slick-dots {
    display:none !important;
}

#product__slider .slick-slide {

}

.filter_blocks > div:nth-child(4) {
    border-left: 0px solid #d0d0d0;
}

.filter_blocks > div h4 {
font-size: 16px;
color:#2e2e2e;
}

.filter_blocks > div ul {
        list-style-type: none;
    padding: 0px;
    margin: 0px;
        margin-bottom: 21px;
}

.filter_blocks > div > ul li {

}

.filter_blocks > div ul li a {
    font-size: 14px;
    color:#7f7f7f;
}

.filter_block {
    position: relative;
}

.openfilter {
   background-color: #2e2e2e;
    color: #fff;
    font-size: 16px;
    display: table;
    margin: 0 auto;
    width: 105px;
    text-align: center;
    cursor:pointer;
    height: 40px;
    line-height: 40px;
    padding-right: 11px;
    background-image: url(../img/filterline.png);
    background-repeat: no-repeat;
    background-position: right 18px center;
    position: absolute;
    left: 50%;
    margin-left: -55px;
    bottom: 0px;
}

.bg_fitness {
    background-image: url(../img/itemsbg.png);
    padding-top: 41px;
    background-attachment: fixed;
    background-size: cover;
}

.better_baner {

}

.bottom_baner {
    margin-bottom: 66px;
    margin-top: 44px;
}
.better_baner {
position: relative;
height: 215px;
}

.better_baner img {
position: absolute;
}
.better_descr {
 position: absolute;
    font-size: 60px;
    color: #fff;
    width: 477px;
    left: 2px;
    text-transform: uppercase;
    font-family: "Capture";
    padding-top: 19px;
    line-height: 60px;
}

.better_descr a {
    font-size: 16px;
    display: block;
    width: 119px;
    height: 43px;
    position: relative;
    line-height: 19px;
    margin-top: 6px;

}

.green {
    color:#87be0b;
}

.mini_baner {
position: relative;
    float: left;
      width: 49%;
    height: 224px;
    margin-top:20px;
}

div.bottom_baner > div > div:nth-child(3) {
     float: right;
}

.mini_baner span {
       color: #fff;
    display: block;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;

}

.bottom_baner .mini_baner {
font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
      color: #fff;
}

.mini_baner  a {

}

.mini_baner img {
    position: absolute;
    left: 0px;
}

.shape_big {
        font-size: 66px !important;
    color: #ffbd00 !important;
    text-transform: uppercase !important;
    font-family: "LatoHeavy" !important;
    line-height: 48px;
    margin-top: 6px;
}
.live {
font-size: 18px !important;
      text-transform: lowercase !important;
    margin-top: 3px;
    padding-right: 6px;
        margin-bottom: 22px;
}
.yellow {
background-color: #ffbd00 !important;
color:#000 !important;
text-transform: uppercase;
border: 1px solid #ffbd00;
}
.mini_baner span.big_text {
        font-size: 36px;
    color: #000 !important;
    text-transform: uppercase;
    line-height: 39px;
    font-weight: 500;
    margin-bottom: 24px;
}
.mini_baner span.big_text  .red_text {
 font-weight: bold;
}
.red {
background-color: #eb1400;
text-transform: uppercase;
border: 1px solid #eb1400;
}

.mini_baner_descr {
           position: absolute;
    right: 32px;
    z-index: 1;
    top: 20px;
}

.mini_baner_descr  em {
        font-style: normal;
}

.red_text {
    color:#eb1400;
}

.simple_slider_body .slick-next {
    right: 18px;
    background-color: #dddddd;
    width: 35px;
    height: 93px;
    top: 68px;
}

.simple_slider_body .slick-prev {
    right: 57px;
    background-color: #dddddd;
    width: 35px;
    height: 93px;
    top: 68px;
}

.pagingInfo {
          position: absolute;
    bottom: 7px;
    right: 44px;
    color: #909090;
    font-size: 16px;
}
.simple-slider_body_top a {
    margin-top: 0px !important;
}
.simple-slider_body_top p {
    padding-top: 4.5px !important;
}
.simple-slider_body_top img {
    padding-top: 9px !important;

}
.simple_slider_body p {
        font-size: 14px;
}

.simple_slider_body_descr .simple_slider_link {
    font-size: 15px;
    display: table;
    float: left;
    padding: 5px 14px;
    margin-top: 27px;
}

.simple_slider_body .slick-dotted.slick-slider {
    margin-bottom: 2px;
}

.page_navigation li:hover a {
    color: #fff;
    background: #87be0b;
    text-decoration: none;
}

.footeritem_list {
    padding-bottom: 15px;
    margin-bottom: 16px;
}

.footeritem_list .slick-prev {
   background-color: #2e2e2e;
    bottom: -32px;
    top: auto;
    width: 30px;
    height: 30px;
        right: 35px;
}

.footeritem_list .slick-prev:before {
background-image: url(../img/flistprev.png);
    top: 8px;
    position: absolute;
}

.footeritem_list .slick-next {
    background-color: #2e2e2e;
    bottom: -32px;
    top: auto;
    width: 30px;
    height: 30px;
       right: 0px;
}

.footeritem_list .slick-next:before {
background-image: url(../img/flistnext.png);
    top: 8px;
    position: absolute;
}

#product__slider .slick-slide img {
    width: 100%;
}

.tech_list {
    float: left;
        width: 48%;

}
.tecnical {
padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.tecnical > li {

}

.tecnical > li p {
background-color: #f1f1f1;
    padding-right: 16px;
    color: #000;
    padding-bottom: 0px;
    font-size: 16px;
    font-weight: bold;
    padding-top: 11px;
    padding-bottom: 11px;
}

.tecnical > li > span {
        background-color: #f1f1f1;
    width: 100%;
    display: block;
    font-size: 16px;
    color: #2e2e2e;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
        border: 1px solid #f1f1f1;
    border-bottom: 0px;
        padding-left: 10px;
    padding-right: 10px;
}


.tecnical ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    font-size: 14px;
    color: #7c7c7c;
    font-weight: 500;
}


.tecnical ul li {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #f1f1f1;
    border-bottom: 0px;
        padding-left: 10px;
    padding-right: 10px;
}
.tecnical ul li:last-child{
    border-bottom: 1px solid #f1f1f1;
}
 div.tech_lists > div:nth-child(2) {
     float: right;
 }

 #product__slider .slick-slide {


        margin-bottom: 10px;
 }



  #product__slider > div.product__slider-thmb.slick-initialized.slick-slider > div {
    width: 90%;
    margin: 0 auto;
  }
#product__slider > div.product__slider-thmb.slick-initialized.slick-slider .slick-slide {
  margin: 4px;
  padding-top: 9px;
}

   #product__slider .slick-prev {
left: 1px;
   }

    #product__slider .slick-next {
right: -9px;
    }


    #slideshow-main {
    width:429px;
    float:left;
    margin-right:3px;
}

#slideshow-main ul {
    margin:0;
    padding:0;
    width:429px;
}

#slideshow-main li {
    width:429px;
    height:290px;
    display:none;
    position:relative;
}

#slideshow-main li.active {
    display:block !important;
}

#slideshow-main li span.opacity {
    position:absolute;
    bottom:0; left:0;
    display:block;
    width:100%;
    height:60px;
    background:#000;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index:500;
}

#slideshow-main li span.content {
    position:absolute;
    bottom:0; left:0;
    display:block;
    width:100%;
    height:60px;
    z-index:1000;
}

#slideshow-main li span.content h1 {
    font-size:14px;
    margin:5px 0;
    padding:0 10px;;
    color:#42e2e8;
}

#slideshow-main li span.content p {
    font-size:11px;
    margin:5px 0;
    padding:0 10px;;
    color:#42e2e8;
}

#slideshow-carousel {
    float:left;
    width:206px;
    position:relative
}

#slideshow-carousel ul {
    margin:0;
    padding:0;
    list-style:none;
}

#slideshow-carousel li {
    background:#fff;
    height:97px;
    position:relative
}

#slideshow-carousel li .arrow {
    left:3px;
    top:28px;
    position:absolute;
    width:20px;
    height:40px;
    background:url(images/arrow_white.png) no-repeat 0 0;
    display:block;
}

#slideshow-carousel li a {
    background:#000;
    display:block;
    width:206px;
    height:95px;
}


#slideshow-carousel .active {
    filter:alpha(opacity=100);
    -moz-opacity:1.0;
    -khtml-opacity: 1.0;
    opacity: 1.0;
}

#slideshow-carousel .faded {
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.tab_right {
        color: #fff;
}
.title_thumb {
  float: right;
    width: 100%;
}
.thumb_left {
           float: left;
    width: 70%;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 23px;
}
.thumb_right {
    float: right;
    width: 26%;
    padding-top: 0px;
    padding-bottom: 13px;
    border: 5px solid #525252;
    max-height: 67px;
    overflow: hidden;
}

.thumb_right img {
   width: 100%;
}

.tab_left {
max-height: 260px;
    overflow: hidden;
    color: #fff;
}

.sp-selected-thumbnail .sp-thumbnail {
    background-color: #313131;
    min-height: 90px;
    width: 100%;
}

.tab_left p {
    color:#808080;
    font-size:14px;
      font-weight: 500;
      margin-bottom: 22px;
    padding-left: 23px;
        max-height: 112px;
    overflow: hidden;
}

.tab_left p a {
        color: #fff;
}

.tab_left_head {
display: table;
    width: 100%;
}

.tab_left_head > div{
    display: block;
    float: left;
    width: 78%;
}

.tab_left_head a {
    font-size: 16px;
    color: #ffffff;
    display: block;
    text-transform: uppercase;
    line-height: 20px;
    font-weight: bold;
}

.tab_left_head span {
font-size: 14px;
display: block;
font-weight: 500;
    opacity: 0.5;
}

.tab_left_head > div:nth-child(2) {

    float: right;
    width: 20%;
}
.tab_left_head > div:nth-child(2) img {
border: 5px solid #525252;
    width: 100%;
}

.sp-slides-container {
    padding-right: 63px;
    padding-top: 43px;
}

.slider-pro {
        background: rgba(0, 0, 0, 0.8);
}

.sp-right-thumbnails.sp-has-pointer {
    height: 280px !important;
    overflow: hidden;
    padding-top: 0px !important;
    margin-top: 67px !important;
}

.thumb_left p {
    font-size: 14px;
    color:#808080;
     font-weight: 500;
     padding: 0px;
     margin:0px;
     text-transform: none;

}
.tech_lists{
        margin-bottom: 30px;
            width: 100%;
    display: table}

.black_title {
    position: absolute;
        right: 33px;
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    z-index: 9;
        top: 18px;
}

.black_title span {
    font-weight: bold;
}

.black_tabs .container {
    position: relative;
}
.sp-thumbnail {
        padding-right: 32px;
        padding-top: 10px;
}

.slider-pro {
    height: 372px;
}

.sp-mask{
    width: 100% !important;
}

.sp-slide{
 width: 100% !important;
}
.sp-slides-container:before {
    content:"";
}

.product__slider-main .slick-list.draggable {

    height: 538px;
    width: 442px;
    padding-top: 50px;
}

#product_slider {
    padding-top: 40px;
}
.slick-slide {

}

.product__slider-thmb  .slide.slick-slide {

    height: 89px;
    width: 89px !important;
}

.product__slider-thmb {
    margin-top: 12px;
}

.number input {
        text-align: center;
}

/*sprite with stars*/
#reviewStars-input input:checked ~ label, #reviewStars-input label, #reviewStars-input label:hover, #reviewStars-input label:hover ~ label {
  background: url('../img/star.png') no-repeat;
}

#reviewStars-input {

  /*fix floating problems*/
  overflow: hidden;
  *zoom: 1;
  /*end of fix floating problems*/

  position: relative;
  float: left;
  margin-right: 7px;
    margin-top: 3px;
}

#reviewStars-input input {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;

  width: 43px;
  height: 40px;

  position: absolute;
  top: 0;
  z-index: 0;
}

#reviewStars-input input:checked ~ label {
  background-position: -13px -50px;
}

#reviewStars-input label {
      background-position: -13px -11px;
    height: 19px;
    width: 19px;
    float: right;
    cursor: pointer;
    margin-right: 0px;
    position: relative;
    z-index: 1;
}

#reviewStars-input label:hover, #reviewStars-input label:hover ~ label {
      background-position: -12px -51px;
    height: 19px;
    width: 19px;
}

#reviewStars-input #star-0 {
  left: 0px;
}
#reviewStars-input #star-1 {
  left: 53px;
}
#reviewStars-input #star-2 {
  left: 106px;
}
#reviewStars-input #star-3 {
  left: 159px;
}
#reviewStars-input #star-4 {
  left: 212px;
}
#reviewStars-input #star-5 {
  left: 265px;
}

.stars_block {
    display: table;
}

.colors_change {
    display: table;
        margin-top: 6px;
}

.colors_change ul {
    list-style-type: none;
    float: left;
}

.colors_change ul li {
    float: left;
    margin-right: 5px;
    border: 2px solid #bcbcbc;
    width: 36px;
    height: 36px;
    position: relative;
    display: block;
    /* padding: 1px; */
    padding-top: 1px;
    padding-right: 1px;
    cursor:pointer;
}

.colorig img {

}

.colors_change > span {
    float: right;
    font-size: 16px;
    color: #292929;
    font-weight: bold;
    margin-top: 3px;
}

.size {
    display: table;
    float: left;
    margin-right: 20px;
}

.rate {
   display: table;
    border-top: 1px solid #e5e5e5;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 20px;
}

.rate_block {
    display: table;
}

.price_block {
    padding-top: 20px;
    padding-bottom: 20px
}

.minus {
    cursor:pointer;
    bottom: -3px;
}
.plus {
    cursor:pointer;
}

.o_mnu {
    display: none;
    width: 100px;
    height: 30px;
    border: 1px solid #fff;
    margin-left: 11px;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    margin: 0 auto;
    margin-top: 9px;
    margin-bottom: 8px;
    position: absolute;
    top: 0px;
}

.o_mnu_left > span {
    display: block;
    width: 14px;
    height: 1px;
    background-color: #fff;
}
.o_mnu_left > span + span {
    margin-top: 4px;
}
.o_mnu_left {
    padding-left: 8px;
    padding-top: 9px;
    position: absolute;
        left: 0px;
}

.o_mnu > span {
    padding-top: 2px;
    display: block;
    padding-left: 30px;
        padding-right: 9px;
}

.tops_mnu {
        width: 31px;
}

.mnu.expand {
    width: 100%;
    z-index: 9999;
        position: absolute;
    top: 48px;
    background-color: #87be0b;
    text-align: center;
    display:block !important;
    left: 0px;
    overflow: hidden;
}


.mnu.expand > li {
padding-left: 0%;
width: 100%;
    display: block;
    margin: 0px;
    padding: 0px;
        float: none;
}

.top_mnu.expand {
    display: block;
}


.add-to-cart-button {
    color: #fff;
    text-decoration: none;
    background: #87be0b;
    padding: 12px 13px;
    font-weight: bold;
    border:1px solid #87be0b;
        font-size: 22px;
    padding: 7px 15px;
    cursor:pointer;
}



.add_to_wishlist {
display:none;
}

.compare_div {
  display:none;
}

 div.price_block > div:nth-child(3) {
        float: right;
 }

 .price-box {
    color: #292929;
    font-weight: bold;
    font-size: 16px;
    float: right;
    line-height: 23px;
 }


 .price-box + div {
    float: left;
 }

 .attributes {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 17px;
    border-top: 1px solid #e9e9e9;
    padding-top: 17px;
 }

.specs {

}

.specs + .specs {
        margin-top: 10px;
}

.specs-label {
        min-width: 67px;
    display: inline-block;
}

 .select-options {
        border: 1px solid #e9e9e9;
    width: 107px;
    height: 47px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #656565;
    font-size: 14px;
    font-weight: 500;
    padding: 12px;
    position: relative;
    background-image: url(../img/bl_str.png);
    background-repeat: no-repeat;
    background-position: 10px 20px;
 }

 * {
    font-family: 'Open Sans', sans-serif !important;
}

.watchable, .watch {
     cursor:pointer;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.cart_bottom {

background-color: #f5f5f5;

display: table;

width: 100%;

margin-bottom: 18px;
 }
.mount_pay {

}
.selects_mount {

float: left;

width: 52%;

padding-top: 21px;
}
.select_m {

width: 50%;

float: left;
}
.coup_ap {

float: right;

width: 45%;

padding-right: 17px;

/* text-align: right; */

padding-bottom: 23px;
}
.input_coup {

}
.summary_cart {

float: left;

width: 49%;

background-color: #f5f5f5;

margin-top: 10px;

padding-top: 19px;

padding-right: 29px;
   padding-left: 29px;
padding-bottom: 41px;
}
.summary_cart_top {

/* padding-top: 19px; */

/* padding-right: 29px; */
}
.summary_cart_footer {

border-top: 1px solid #dcdcdc;

margin-top: 17px;

display: table;

width: 100%;

padding-top: 22px;
}
.ship_detalis {
        padding-bottom: 16px;
float: right;

background-color: #f5f5f5;

width: 49%;

margin-top: 10px;

padding-top: 19px;

padding-right: 17px;

margin-bottom: 24px;
}

.ship_detalis > .ship_form {

float: left;

width: 50%;
}

.ship_detalis > div span {

font-size: 16px;

color: #2e2e2e;

font-weight: bold;

padding-right: 9px;

display: block;

margin-bottom: 9px;
}

.ship_detalis > div textarea {

width: 95%;

/* background-color: #e0e0e0; */

border: 1px solid #e0e0e0;

height: 87px;

padding-right: 10px;
}

.ship_detalis > .ship_form input {

width: 95%;

margin-bottom: 7px;

height: 40px;

border: 1px solid #e0e0e0;

padding-right: 10px;
}

.summary_cart_top > span {

font-size: 16px;

color: #2e2e2e;

font-weight: bold;

display: block;

padding-bottom: 0px;
}
.summary_cart_top p {

padding: 0px;

margin: 0px;

font-size: 14px;

color: #5d5c5c;
}

.summary_cart_footer button {
    cursor:pointer;
display: table;

float: right;

background-color: #2e2e2e;

border:1px solid #2e2e2e;

margin-left: 8px;

color: #fff;

font-size: 16px;

padding-right: 12px;

padding-top: 7px;

padding-bottom: 8px;

padding-left: 12px;

margin-bottom: 22px;
}

.summary_cart_footer button:hover {
    background-color: #87be0b;
    border:1px solid #87be0b;
}






.summary_cart_footer a {

display: table;

float: right;

background-color: #2e2e2e;

margin-left: 8px;

color: #fff;

font-size: 16px;

padding-right: 12px;

padding-top: 7px;

padding-bottom: 8px;

padding-left: 12px;

margin-bottom: 22px;
}

.summary_cart_footer a:hover {
    background-color: #87be0b;
}

.summary_cart_footer a.green {
     background-color: #87be0b;
}

.summary_cart_footer button.green {
     background-color: #87be0b;
}

.summary_cart_footer img {

display: block;

margin-top: 43px;
}

.select_m span{

font-size: 16px;

color: #2e2e2e;

font-weight: bold;
}
.select_m select{

width: 90%;

margin-top: 10px;

border: 1px solid #e0e0e0;

height: 40px;

padding-right: 7px;

color: #a6a6a6;
}

.coup_ap > span {

display: block;

text-align: right;

font-size: 16px;

color: #2e2e2e;

font-weight: bold;

padding-top: 21px;

/* float: right; */

direction: ltr;

padding-right: 10px;
}

.input_coup button {
border: 1px solid #87be0b;
float: left;

background-color: #87be0b;

color: #fff;

width: 134px;

    padding-top: 10px;
    padding-bottom: 10px;

text-align: center;
}

.input_coup span {

display: block;

font-size: 14px;

color: #87be0b;

font-weight: 600;

text-decoration: underline;

padding-right: 11px;
}

.input_coup input {

float: right;

border: 1px solid #e0e0e0;

height: 41px;

width: 240px;
    padding-right: 12px;
margin-left: 9px;
}

.input_coup_form {

display: table;

margin-top: 10px;

margin-bottom: 7px;
}

.bottom_cart {
        margin-bottom: 49px;
}

.cart_sl {

padding: 8px;

text-align: center;

/* padding-top: 25px; */
}

.cart_sl_img {

}

.cart_sl_images {
        height: 100px;
    overflow: hidden;
}

    .cart_sl_images img {
        width: auto;
        height: 70%;
    }



.cart_sl a {
    height: 44px;
font-size: 12px;

color: #000;

font-weight: bold;

display: block;

margin-top: -6px;
}

.green {
color:#87be0b !important; 
}

.cart_sl > div {

background-color: #f1f1f1;

/* padding: 10px; */

padding-top: 22px;

padding-bottom: 13px;
}

.carts_slider {
display: block;
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
	max-width: 631px;
}

.carts_slider > span {
    font-size: 26px;
    color: #171717;
    font-weight: 600;
    display: block;
    padding-right: 10px;
}

.facelogin {
    margin-top: 35px;
}

.facelogin_block{
       background-color: #f5f5f5;
  width: 707px;
    padding-top: 16px;
    padding-bottom: 16px;
    margin-bottom: 16px;
    display: table;
}
.facelogin_block_header{
    padding-right: 12px;
    position: relative;
    padding-left: 39px;
    cursor:pointer;
}

.facelogin_block_header:before {
        background-image: url(../img/spriteups.png);
    content: '';
    display: block;
    position: absolute;
    left: 10px;
    width: 46px;
    height: 20px;
    top: 37%;
}

.facelogin_block_header.open:before {
height: 12px;

    background-position: 0px -28px;
}

.facelogin_block_header h3 {
    font-size: 18px;
    color: #1e1e1e;
    padding: 0px;
    margin: 0px;
}

.facelogin_block_header p {
font-size:16px;
color:#5d5c5c;
padding: 0px;
    margin: 0px;
}

.facelogin_block_body {
      background-color: #ffffff;

    width: 96%;
    margin: 0 auto;
    margin-top: 19px;
        padding-right: 15px;
    padding-top: 24px;
    padding-left: 23px;
        padding-bottom: 18px;
        display:none;
}

.facelogin_block_header.open + .facelogin_block_body {
display:table;
}

.facelogin_block_right {
        float: right;
        width: 46.1%;
}
.facelogin_block_left {
    float: left;
    width: 50%;
    margin-top: 29px;
}

.facelogin_block_right input {
width: 100%;
    height: 44px;
    margin-bottom: 18px;
    border:1px solid #dcdcdc !important;
        padding-right: 26px;
        outline:none !important;
}
.facelogin_block_right a {

}

.facelogin_block_inline {

}

.facelogin_block_inline button {
    float: left;
    background-color: #3c63b5;
    border: 1px solid #3c63b5;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 7px 8px;
    width: 247px;
    text-align: center;
    background-image: url(../img/fbicons.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
    display: table;
    padding-right: 23px;
    cursor:pointer;
}

.facelogin_block_inline a {
    float: left;
    background-color: #3c63b5;
    border: 1px solid #3c63b5;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 7px 8px;
    width: 247px;
    text-align: center;
    background-image: url(../img/fbicons.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
    display: table;
    padding-right: 23px;
}

.facelogin_block_inline span {
font-size: 18px;
    color: #87be0b;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 8px;
    display: table;
    padding-right: 9px;
}

.forgor_pass {
font-size: 16px;
    color: #9d9d9d;
    display: block;
    margin-top: -7px;
}

.signin_btn {
    background-color: #87be0b;
    color: #fff;
    padding: 8px 42px;
    display: table;
    margin-top: 20px;
    font-size: 18px;
    font-weight: bold;
    border:1px solid #87be0b;
}

.register_form .signin_btn {
    padding: 8px 20px;
}

.coup_ap h2 {
    margin: 0px;
    padding: 0px;
}


.fond {
    position:absolute;
    padding-top:45px;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#f8b334;
}
.mymagicoverbox {
  display: inline-block;
    color: #ffffff;
    cursor: pointer;
    font-weight: 300;
    float: left;

}
.mymagicoverbox_fenetre {
  z-index:9999;
  position:fixed;
  margin-left:50%;
  top:100px;
  text-align:center;
  display:none;
  padding:5px;
  background-color:#ffffff;
  color:#97BF0D;
  font-style:normal;
  font-size:20px;
  font-weight:300;

}
.mymagicoverbox_fenetreinterieur {
  text-align:center;
  overflow:auto;
  padding:10px;
  background-color:#ffffff;
  color:#666666;
  font-weight:400;

  font-size:17px;
  border-top:1px solid #e7e7e7;
  margin-top:10px
}
.mymagicoverbox_fermer {
  color:#CB2025;
  cursor:pointer;
  font-weight:400;
  font-size:14px;
  font-style:normal

}
#myfond_gris {
  display: none;
  background-color:#000000;
  opacity:0.7;
  width:100%;
  height:100%;
  z-index:9998;
  position:fixed;
  top:0;
  bottom:0;
  right:0;
  left:0;
}






.page_popap input::-webkit-input-placeholder {
        color: #9d9d9d;
    opacity: 1;
}
.page_popap input:-moz-placeholder {
        color: #9d9d9d;
    opacity: 1;
}
.page_popap input::-moz-placeholder {
        color: #9d9d9d;
    opacity: 1;
}
.page_popap input:-ms-input-placeholder {
    color: #9d9d9d;
    opacity: 1;
}

.popap_blok{
    width: 800px;
    display: table;
    float: left;
    padding-bottom: 79px;
}
.popap_log_left{
    background-color: #f5f5f5;
    float: left;
    width: 30%;
    left: 0px;
    position: absolute;
    bottom: 0px;
    top: 0px;
}


.popap_log_left .tabs__caption li {
    font-size: 25px;
    color: #6d6d6d;
    text-transform: uppercase;
    font-weight: bold;
    list-style-type: none;
    cursor: pointer;
    position: relative;
    float: none;
    margin-left: 0px;
    font-family: sans-serif;
    height: 110px;
    line-height: 110px;
    border-bottom: 1px solid #d0d0d0;
}

.popap_log_left .tabs__caption li.active {
    color: #fff;
    border-bottom: 1px solid #87be0b;
    background-color: #87be0b;
}

.popap_log_left li:after {
    display:none;
}

.popap_log_left a{
    font-size: 25px;
    color: #2e2e2e;
    text-transform: uppercase;
    display: block;
    text-align: center;
        padding: 30px;
}
.popap_log_left a:hover{
    background-color: #87be0b;
    text-decoration: none;
    color: #fff;
}
.popap_log_right{
    background-color: #fff;
    float: right;
    width: 71%;
    padding: 6px;
    padding-top: 59px;
    padding-left: 9%;
    padding-right: 7%;
}
.popap_login_blok{
        float: left;
    display: table;
        margin-bottom: -7px;
}
.page_popap.first:nth-child(6){
    margin-right: 0px;
}
.page_popap{
    margin-bottom: 18px;
    position: relative;
}
.page_popap label{
        z-index: 100;
    position: absolute;
    left: 10px;
    cursor: text;
    top: 9px;
    font-size: 16px;
    color: #9d9d9d;
    display: none;
}

.page_popap input:invalid + label {
    display: inline;
}

.page_popap label span {
    color: #ff0000;
}

.page_popap input{
        color: #9d9d9d;
        font-size: 16px;
        padding-left: 15px;
        padding-right: 15px;
        height: 42px;
        width: 435px;
        border: 1px solid #dcdcdc;
        text-align: left;
}
.page_popap.first{
    float: left;
    margin-right: 10px;
}
.page_popap.first:nth-child(2){
       margin-right: 0px;
}
.page_popap.first input{
 width: 213px !important;
 height: 43px;
}
.sub{
    display: table;
    width: 100%;
}
.req{
    float: right;
    color: #9d9d9d;
    font-size: 16px;
}
.req span{
    padding-right: 10px;
}
.checkbox_popap{
    float: left !important;
    font-size: 16px;
    color: #5d5c5c;
}
.checkbox_popap input{

}
.checkbox_popap label{

}

.or_blok{
    position: relative;
}
.or_blok:before{
 content: '';
    position: absolute;
    width: 380px;
    top: 11px;
    left: 35px;
    z-index: 0;
    height: 1px;
    background-color: #dcdcdc;
}
.or_blok span{
        background-color: #fff;
    text-align: center;
    display: block;
    text-transform: uppercase;
    color: #9d9d9d;
    font-size: 16px;
    width: 60px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}
.reg_blu{
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    width: 335px;
    height: 41px;
    display: block;
    margin: 0 auto;
    padding-top: 5px;
    background-color: #3c63b5;
    margin-top: 31px;
    position: relative;
    font-weight: bold;
}
.reg_blu:before{
   content: '';
    background-image: url(../img/fac_b.png);
        position: absolute;
    width: 20px;
    height: 17px;
    background-repeat: no-repeat;
    left: 18px;
    top: 12px;
}

.reg_blu:hover{
    text-decoration: none;
    color: #fff;
}
.cre_green{
    background-color: #87be0b;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    width: 338px;
    height: 42px;
    display: block;
    margin: 0 auto;
    padding-top: 5px;
        margin-bottom: 35px;
    margin-top: 47px;
    font-weight: bold;
}
.cre_green:hover{
    text-decoration: none;
    color: #fff;
}

.popap_log_right .checkbox label {
        padding-left: 24px;
}

.popap_log_right .checkbox label::before {
        right: auto;
    left: 0px;
}

.page_popap.clearfix {
        display: table;
    width: 100%;
}

.forg_popap {
        font-size: 16px;
    color: #9d9d9d;
    display: block;
    margin-top: -12px;
    margin-bottom: 25px;
}























































































.account_page{
    background-color: #e7e7e7;
    display: table;
    width: 100%;
        padding-bottom: 63px;
    padding-top: 37px;
}
.account_page_left{
    float: left;
    text-align: right;
    width: 77%;
        padding-top: 9px;
            margin-bottom: 50px;
}
.head_account{
    border-bottom: 1px solid #000;
    padding-bottom: 2px;
    display: table;
    width: 100%;
        position: relative;
}
.head_account.green_line{

}
.head_account.green_line span{
    color: #000000;
    font-size: 19px;
        font-weight: bold;
            display: table;
    position: relative;
}

.head_account.green_line span:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 4.5px;
    display: block;
    background-color: #69b30b;
    bottom: -4px;
}

.user_list{
   padding: 0px;
    margin: 0px;
    margin-top: 35px;
    margin-bottom: 31px;
    width: 260px;
}
.user_list + .user_list {
    margin-top: 0px;
    margin-bottom: 0px;
}

.user_list li{
    list-style-type: none;
    color: #000000;
    font-size: 15px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 13px;
    padding-top: 8px;
}
.head_account.black_line{

}
.head_account.black_line span{
    color: #000000;
    font-size: 15px;
    font-weight: bold;
    position: relative;
    display:table;
}

.head_account.black_line span:before{
    content: '';
        position: absolute;
    width: 100%;
    height: 4.5px;
    display: block;
    background-color: #000000;
    bottom: -4px;
}

.user_form{
        margin-top: 26px;
    width: 574px;
}
.user_form > div{
    display: block;
    float: right;
    width: 50%;
}

.user_form > div:nth-child(2) {
        display: block;
    float: left;
    width: 50%;
}

.user_form .input_group{
        float: none;
    width: 100%;
}
.user_form .input_group label{
    display: block;
    color: #000;
    font-size: 15px;
    margin-top: 3px;
    margin-bottom: 18px;
    display: none;
}
.input_group input{
    color: #000000;
    font-size: 15px;
    border: 1px solid #000;
    width: 263px;
    height: 31px;
    margin-bottom: 15px;
    padding-left: 12px;
    padding-right: 12px;
    text-align: right;
}
.input_group select{
    color: #000000;
    font-size: 15px;
    border: 1px solid #000;
    width: 261px;
    height: 30px;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    display: inline-block;

    background-repeat: no-repeat;
    background-position: 10px 10px;
}

.account_page_fight{
    float: right;
    text-align: right;
   width: 19%;
}
.account_link{
        display: table;
    width: 100%;
    text-align: left;
}

.account_link .buy_account {
    display: inline-block;
    float:none;
    background-color: #69b30b;
    width: 150px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin-top: 26px;
    padding-bottom: 5px;
    padding-top: 1px;
    border: 1px solid #69b30b;
}

.account_link a{
    text-decoration: underline;
    font-size: 13px;
}
.del{
    color: #000000;
    margin-left: 20px;
}
.del:hover{
    color: #000000;
}
.lin{
    color: #ff0000;
}
.lin:hover{
    color: #ff0000;
}

.input_group.date input{
    width: 163px;
}



.account_list_right {
margin-bottom: 14px;
    display: block;
    position: relative;
}
.account_list_right ul {
padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.account_list_right li {
    border-bottom: 1.4px solid #000000;
    padding-bottom: 10px;
    padding-top: 9px;
    padding-right: 30px;
    position: relative;
}

.account_list_right li a:before {
    content: '';
    background-image: url(../img/account_l_sprite.png);
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    left: 0px;
    top: 18px;
}

.account_list_right li a {
    font-size: 17px;
    color: #000000;
}

.account_list_right li a.active_tab {
color:#69b30b;
}

.account_list_right li a.active_tab:before {
        background-position: 0px -21px;
    height: 15px;
        top: 16px;
}

.account_list_right li a:hover {
color:#69b30b;
}

.account_cart_tr.cart_tr_mob {
    display:none;
}

.account_list_right li a:hover:before {
        background-position: 0px -21px;
    height: 15px;
        top: 16px;
}



.account_list_right li a i {
    background-image: url(../img/mnua_sprite.png);
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    right: 0px;
    top: 7px;
}
.account_icon_user {
background-position: -3px 0px;
}
.account_icon_adress {
    background-position: -38px 0px;
}
.account_icon_cart {
    background-position: -82px 0px;
}
.account_icon_car {
     background-position: -126px 0px;
}
.account_icon_ok {
background-position: -165px 0px;
}

.account_info_right {
display: block;
    position: relative;
    margin-top: 31px;
        margin-bottom: 20px;
}

.account_info_right span {
    font-size: 20px;
    font-weight: bold;
    color: #69b30b;
    position: relative;
    padding-right: 27px;
}

.account_info_right span i {
    background-image: url(../img/infoicon.png);
    position: absolute;
    width: 21px;
    height: 21px;
    display: block;
    right: 3px;
    top: 4px;
}

.account_info_right p {
    padding: 0px;
    margin: 0px;
    font-size: 15px;
    line-height: 18px;
    padding-top: 2px;
}

.account_info_right p a {
    color:#000;
}


.account_banner {
    margin-top: 56px;
    display: block;
}

.account_banner img {

}

.account_page_left p {
    font-size: 20px;
}

.account_cart {
    display: table;
    width: 100%;
}
.account_cart_head {
    display: table-header-group;
}
.account_cart_td {
        display: table-cell;
        border-bottom: 1px solid #000;
            position: relative;
                vertical-align: middle;
}
.account_cart_body {
    display: table-footer-group;
}
.account_cart_tr {
    display: table-row;
}

.account_cart_head .account_cart_td span {

    display: block;
}

.account_cart_head .account_cart_td span:before{
    content: '';
        display: block;
    position: absolute;
    width: 90%;
    height: 4.5px;
    background-color: #000;
    bottom: -2px;
    z-index: 99;
}

.dell_account {
    background-image: url(../img/dellacc.png);
        display: block;
    width: 17px;
    height: 20px;
    background-repeat: no-repeat;
}

.account_cart_body > .account_cart_tr > div:nth-child(1) {
width: 18%;
}
.account_cart_body > .account_cart_tr > div:nth-child(2) {
        font-size: 15px;
    width: 32%;
}
.account_cart_body > .account_cart_tr > div:nth-child(3) {
        font-size: 15px;
    width: 17.2%;
}
.account_cart_body > .account_cart_tr > div:nth-child(4) {
        width: 17.6%;
}
.account_cart_body > .account_cart_tr > div:nth-child(5) {

}

.account_cart_head > div:nth-child(1) span:before {

}
.account_cart_head > div:nth-child(2) span:before {
width: 81%;
}

.account_cart_head > div:nth-child(3) span:before {
width: 64%;
}

.account_cart_head > div:nth-child(4) span:before {
width: 64%;
}

.account_cart_head > div:nth-child(5) span:before {
width: 82%;
}

.account_cart_head > div:nth-child(6) span:before {

}

.account_cart_body > .account_cart_tr > div:nth-child(1) span {

}

.account_cart_body > .account_cart_tr > .account_cart_td {
    padding-top: 9px;
    padding-bottom: 2px;
}

.account_cart_head > div:nth-child(1) span:before{
    width: 100%;
}

.up_text_account {
    padding: 0px;
    margin: 0px;
    margin-top: 36px;
    margin-bottom: 16px;
}

.account_cart .minus i {
        font-size: 22px;
    color: #569601;
    font-style: normal;
    width: 100%;
    text-align: center;
    display: block;
    font-weight: 500;
    cursor: pointer;
    line-height: 14px;
}

.account_cart .plus i {
    font-size: 22px;
    color: #569601;
    font-style: normal;
    width: 100%;
    text-align: center;
    display: block;
    font-weight: 500;
    cursor: pointer;
    line-height: 18px;
}



.account_cart .plusfix input {
        width: 25px;
    display: block;
    height: 20px;
    vertical-align: top;
    text-align: center;
    border: 1px solid #8b8b8b;
    margin: 0 auto;
}
.account_cart .minus{
         width: 20px;
    height: 20px;
    background-color: #3c3c3c;
    display: block;
    vertical-align: middle;
    float: left;
    margin-top: 7px;
    left: 0px;
    right: auto;
    top: -7px;
    border: 1px solid #8b8b8b;
}
.account_cart .plus{
        width: 20px;
    height: 20px;
    background-color: #3c3c3c;
    display: block;
    vertical-align: middle;
    margin-top: 7px;
    right: 0px;
    top: -7px;
}
.account_cart .plus:hover{
    background-color: #cb1b39;
}
.account_cart .minus:hover{
    background-color: #cb1b39;
}
.account_cart .plusfix {
   float: none;
    width: 65px;
    position: relative;
    text-align: center;

    display: block;
    height: 20px;
}


.buy_account {
    display: table;
    float: left;
    background-color: #69b30b;
    width: 215px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin-top: 26px;
    padding-bottom: 5px;
    padding-top: 1px;
}

.account_cart_head .account_cart_td {
        font-size: 15px;
    padding-bottom: 4px;
}


.footer_account_cart {
        display: table;
    width: 100%;
    float: left;
    text-align: left;
    margin-top: 51px;
}

.footer_account_cart a {
    width: 104px;
    float: left;
    background-color: #000;
    text-align: center;
    color: #fff;
    margin-right: 12px;
    padding-top: 3px;
    padding-left: 10px;
    padding-bottom: 5px;
    background-image: url(../img/xs.png);
    background-repeat: no-repeat;
    background-position: center left 14px;
}

.footer_account_cart a + a {
background-image: url(../img/ams.png);
}

.account_cart.green .account_cart_head .account_cart_td span:before {
    background-color: #69b30b;
}

.account_cart.green .account_cart_td {
    color:#000;
}

.b_t_account {
    background-color: #69b30b;
    color: #fff;
    display: block;
    text-align: center;
}

.account_link.pdt100 .b_t_account {
    border: 1px solid #69b30b;
    padding: 10px 13px;
    float: left;
}

.account_cart.green .account_cart_td img {
margin-right: 12px;
}


.account_cart.green .account_cart_body > .account_cart_tr > div:nth-child(1) {
    width: 11%;
}

.account_cart.green .account_cart_body > .account_cart_tr > div:nth-child(2) {
    font-size: 15px;
    width: 25%;
}

.account_cart.green .account_cart_body > .account_cart_tr > div:nth-child(3) {
    font-size: 15px;
    width: 9.2%;
}

.account_cart.green .checkbox label::before {
        top: 8px;
}
.account_cart.green .account_cart_head .account_cart_td span {
    color: #69b30b;
    font-weight: bold;
}

.account_cart.green .account_cart_body > .account_cart_tr > div:nth-child(4) {
    width: 8.6%;
}

.account_cart .checkbox label::before {
    border: 1px solid #000;
}




.account_cart .checkbox input[type="checkbox"]:checked + label::after, .checkbox input[type="radio"]:checked + label::after{
  background-image: url(../img/check_account.png);
    background-color: transparent;
    background-position: 5px 7px;
}

.profile_user {
display:table;
width:100%;
padding-top: 50px;
padding-bottom: 41px;
}

.profile_user_left {
        float: left;
    width: 69%;
}

.profile_user_right {
      float: right;
    width: 26.8%;
}
.profile_user_avatar {
width: 100%;
    border: 1px solid #000000;
    height: 215px;
}

.profile_user_avatar img {
        display: block;
    margin: 0 auto;
    margin-top: 37px;
}

.profile_user_avatar a {
display: block;
    text-align: center;
    font-size: 19px;
    color: #909090;
    text-decoration: underline;
    margin-top: 10px;
}

.profile_user_right p {
    font-size: 13px;
    color: #010101;
    padding-top: 5px;
    line-height: 18px;
    margin: 0px;
}

.profile_user_left .user_form {
        margin-top: 0px;
}

.check_link {
   background-image: url(../img/chpen.png);
    float: left;
    background-repeat: no-repeat;
    padding-left: 23px;
    background-color: #69b30b;
    color: #000;
    border: 1px solid #0b080c;
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding-right: 3px;
    padding-top: 0px;
    background-position: 4px 6px;
        border-bottom: 0px solid #0b080c;
        font-style:normal;
}

.select_groups {
position: relative;

}

.select_groups:before {
    background-image: url(../img/lineselect.png);

    content: '';
    width: 34px;
    height: 30px;
    display: block;
    position: absolute;
    background-color: #69b30b;
    left: 26px;
    background-repeat: no-repeat;
    background-position: center;
}

.full_input {
    display: table;
    width: 100%;
        padding-top: 27px;
}

.full_input .input_group {
    width: 50%;
    float: right;
}


.full_input .input_group input {
float: right;
}


.full_input .input_group label {
min-width: 84px;
    display: block;
    float: none;
    font-size: 15px;
}


.head_account .checkbox label::before {
    border: 1px solid #000;
        top: -8px;
}




.head_account .checkbox input[type="checkbox"]:checked + label::after, .checkbox input[type="radio"]:checked + label::after{
  background-image: url(../img/check_account.png);
    background-color: transparent;
    background-position: 5px 7px;
        top: -12px;
}

.pdb3 {
    padding-bottom: 33px;
}
.pdb2 {
  padding-bottom: 25px;
}

.pdt100{
    padding-top: 105px;
}

.input_group input {
    outline:none !important;
}



.no_check input {

    background-color: #e7e7e7;
}

.no_check select {

    background-color: #e7e7e7;
}

.check_link {
    cursor:pointer;
}


.check_link.no_check {
    background-color: #000000;
    color:#fff;
    background-image: url(../img/whitepen.png);
}

.open_cart {

}

.open_cart .account_cart_td {
    border-bottom: 1px solid #b4b5b7;
}

.open_cart .account_cart_body .account_cart_td {
    background-color: #fff;
        border-bottom: 1px solid #69b30b;
}

.open_cart .account_cart_head .account_cart_td span:before {
    background-color: #69b30b;
}

.total_cart_clear {
display: table;
    width: 100%;
}
.total_cart {
    float: left;
    background-color: #fff;
    width: 204px;
    border: 1px solid #69b30b;
    border-top: 0px;
        padding-top: 16px;
            margin-bottom: 23px;
}
.total_cart_body {
    min-height: 111px;
}
.total_item {
    display: table;
    width: 90%;
    margin: 0 auto;
        margin-bottom: 7px;
}
.total_cart_footer {
    display: table;
    width: 90%;
    margin: 0 auto;
    border-top: 1px solid #69b30b;
    padding-bottom: 14px;
    padding-top: 9px;
}

.total_item span {
font-size: 15px;
    float: right;
    width: 50%;
    color: #69b30b;
    font-weight: bold;
}

.total_item span + span {
width: 50%;
    color: #010101;
    font-weight: 500;
}

.total_table {
      display: table;
    width: 100%;
        margin-bottom: 29px;
}
.total_table_row {
  display: table-row;
    min-height: 200px;
}
.total_table_td {
  display: table-cell;
    border-bottom: 1px solid #b4b5b7;
    min-height: 200px;
    padding-top: 28px;
    padding-bottom: 28px;
}


div.total_table > div:nth-child(1) > div {
    border-top: 1px solid #b4b5b7;
}

div.total_table > div > div:nth-child(1) {
        font-weight: bold;
}

.total_cart_footer span {
float: left;
    font-size: 15px;
    font-weight: bold;
}
.total_cart_footer span + span {
float: right;
    color: #69b30b;
}


.open_cart .account_cart_head .account_cart_td span {
color: #69b30b;
    font-weight: bold;
}

.open_cart .account_cart_head > div:nth-child(5) span:before {
    width: 100%;
}

.black_btn {
    background-color: #000;

}

.rows {
       display: table;
    width: 100%;
    margin-top: 18px;
    margin-bottom: 24px;
}

.rows a {
display: table;
    padding-left: 34px;
    padding-right: 34px;
        float: left;
}

.total_table_head {
    display: table-header-group;
}

.total_table_up {
padding-top: 12px;
    margin-bottom: 8px;
}

.total_table_up .total_table_td {
border: 0px;
}

.total_table_up .total_table_td span {

}

.total_table_up .total_table_td span:before {
 content: '';
    display: block;
    width: 90%;
    height: 4px;
    position: absolute;
    background-color: #b4b5b7;
    bottom: -2px;
}

.total_table_up .total_table_head .total_table_td {
    border-bottom: 1px solid #b4b5b7;
    padding-bottom: 5px;
    font-size: 15px;
    position: relative;
        color: #b4b5b7;
}

 .total_table_up .total_table_head > div > div:nth-child(1) {
    color:#000;
 }

 .total_table_up .black_btn {
        display: table;
    padding-left: 34px;
    padding-right: 34px;
    float:left;
 }

 .total_table_td {
        font-size: 15px;
 }


.dates_block {
    display: table;
    width: 263px;
}

.dates_calendar {

        display: table;
        float: right;
    width: 58%;
    position: relative;
}

.dates_calendar:before {
       content: '';
    background-image: url(../img/calendaricon.png);
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    width: 28px;
    height: 23px;
    right: 6px;
    top: 5px;

}

.dates_block input {
            width: 100%;
            padding-right: 63px;
}
.dates_block label {
   float: right;
    width: 34%;
}


.item_b.recom .item_title {
    min-height: 82px;
}


.page-404 .row > .col-sm-9 > .static-content{
    margin-bottom: 0 !important;
}
.filter_block{
    min-height: 40px;
    width: 100%;

    padding: 10px 0;
}
.openfilter{
    bottom: auto;
    top: 0px;
}
.filter_block_bg.expand{
    padding: 45px 0 5px 0;
}
.main-wrapper{
    margin: 15px auto 0 auto;
}

/* ////////////////////////////////////// */
.squire .squire-container.green-half{
    padding: 10px 20px 0 0;
}
.tab-pane  .media-left img{
    width: 80px;
    height: 80px;
    margin: 0 0 0 10px;
}
#product__slider .slick-slide img{
    max-height: 432px;
    max-width: 100%;
    width: auto;
    height: -webkit-fill-available;
}
.main-wrapper.search-page{
    margin: 15px auto 0 auto !important;
}
.itim_deskr p[style="text-align: center;"]{
    text-align: right !important;
}
.modal-body #vertical_tab_nav{
    height: 730px;
}
/* Main-menu */
.mnu>li .container{
    padding: 15px 0;
}
.mnu>li .colum{
    width: 25%;
    float: right;
    box-sizing: border-box;
    padding: 0 50px 0 20px;
}
.mnu>li .colum:last-child{
    padding: 0 0 0 20px;
}
.mnu>li .colum ul{
    list-style: none;
    margin: 0 0 12px 0;
}
.mnu>li .colum ul li a{
    display: block;
    font-size: 13px;
    color: #555;
    text-decoration: none;
    font-family: Arial;
    padding: 3.5px 5px 3.5px 0;
}
.mnu>li .colum ul li a:hover{
    color: #ed2020;
}
.mnu>li .colum h3{
    margin: 5px 0 0 0;
    padding: 0;
    border-bottom: 1px solid #ccc;
}
.mnu>li .colum h3 a{
    display: block;
    line-height: normal;
    padding: 0;
    margin: 0;
    color: #222;
    font-size: 13px;
    font-weight: bold;
    white-space: initial;
    text-overflow: initial;
    padding: 4px 0;
}
/* Main-menu */
.panel.panel-default.form-panel{
    margin: 0 auto;
}
.cart_list .slick-arrow{
    width: 30px;
    height: 30px;
    background: #2e2e2e url(../img/cart-arrow.png) center center no-repeat;
    position: absolute;
    bottom: -50px;
    top: auto;
    transition: 0.4s;
}
.cart_list .slick-arrow:hover{
    opacity: 0.8;
}
.cart_list .slick-arrow:before{
    display: none;
}
.cart_list .slick-next.slick-arrow{
    right: 50px;
    left: auto;
}
.cart_list .slick-prev.slick-arrow{
    right: 10px;
    left: auto;
    background: #2e2e2e;
}
.cart_list .slick-prev.slick-arrow:after{
    content: "";
    width: 8px;
    height: 13px;
    background: url(../img/cart-arrow.png) center center no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -4px;
    transform: rotate(-180deg);
}
form[action="/proceedcheckout/placeOrder"],
form[action="/cart"]{
    background: #fff;
}



.submit_review_form {
 max-width: 400px;
 margin: 0 auto;
 text-align:center;
}

/* text area */
.submit_review_form textarea{
    width: 307px;
    height: 101px;
}

.submit_review_form .btn_defolt{
	border:0px;
	margin-top:12px;
}
.submit_review_form div{

}

#recaptcha_div {
	padding:0px;
	padding-right: 48px;
}
 .rate_form_start{


	     overflow: hidden;
    text-align: left;
    width: 251px;
    direction: ltr;
 margin: 0 auto;}



 .star-rating {
  font-size: 0;
  white-space: nowrap;
  display: inline-block;
  width: 500px;
  height: 50px;
  overflow: hidden;
      text-align: left;
    direction: ltr;
  position: relative;
  background: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjREREREREIiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=');
  background-size: contain;
}
.star-rating i {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 10%;
  z-index: 1;
  background: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjRkZERjg4IiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=');
  background-size: contain;
}
.star-rating input {
  -moz-appearance: none;
  -webkit-appearance: none;
  opacity: 0;
  display: inline-block;
  width: 10%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 2;
  position: relative;
}
.star-rating input:hover + i,
.star-rating input:checked + i {
  opacity: 1;
}
.star-rating i ~ i {
  width: 20%;
}
.star-rating i ~ i ~ i {
  width: 30%;
}
.star-rating i ~ i ~ i ~ i {
  width: 40%;
}
.star-rating i ~ i ~ i ~ i  ~ i  {
  width: 50%;
}

.submit_review_form::after,
.submit_review_form::before {
  height: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
}



.modal {
}

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
}

.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width: inherit;
    height: inherit;
    /* To center horizontally */
    margin: 0 auto !important;
    border:0px;
}



.popup_main {
    min-height: 365px;
    max-width: 587px;
    direction: ltr;
    z-index: 999;
    background-color: #fff;
    margin: 0 auto;
}

    .popup_main * {
        direction: ltr;
    }

.close_panel {
    height: 33px;
    width: 587px;
    text-align: right;
    background-color: #569602;
    padding-right: 11px;
    line-height: 33px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.popup_base {
    display: inline-block;
    background-color: #fff;
    width: 372px;
}

.text_1 {
    background-color: #569602;
    display: block;
    height: 44px;
    width: 338px;
    margin-left: 34px;
    text-align: center;
    line-height: 44px;
    font-size: 24.08px;
    font-weight: bold;
    color: #fff;
    position: relative;
    bottom: -7px;
}

.text_2 {
    font-size: 18.08px;
    position: relative;
    bottom: -7px;
    right: 2px;
}

.text_3 {
    font-size: 11.8px;
    position: relative;
    bottom: 0px;
    right: 3px;
}

    .text_2, .text_3 .text_5, .text_6 {
        color: #484848;
    }

.text_4 {
    color: #569602;
    position: relative;
    top: 33px;
    left: 34px;
    letter-spacing: 1px;
}

.text_5 {
    position: relative;
    top: 33px;
    left: 194px;
}

.text_4, .text_5 {
    font-size: 21px;
    font-weight: bold;
}

.popup_img {
    display: inline-block;
    position: relative;
    top: 31px;
    left: 12px;
}

.button_1 {
    color: #626262;
    background-color: #cacaca;
    display: inline-block;
    width: 131px;
    height: 33px;
    border: none;
    position: relative;
    top: 88px;
    left: 35px;
    font-size: 16.49px;
}

.button_2 {
    color: #fff;
    background-color: #000;
    display: inline-block;
    width: 106px;
    height: 33px;
    border: none;
    position: relative;
    top: 88px;
    left: 131px;
    font-size: 16.49px;
}

.popup_base hr {
    background: #6da424;
    border: none;
    width: 336px;
    height: 1px;
    margin: auto 0 auto auto;
    position: relative;
    top: 70px;
    left: 0px;
}

.text_2, .text_3, .text_6 {
    display: block;
    text-align: right;
}

.text_4, .text_5 {
    display: inline-block;
}

.text_6 {
    font-size: 11px;
    position: relative;
    top: 101px;
    right: 2px;
}

.text_1, .text_2, .text_3, .text_4, .text_5, .text_6, .button_1, .button_2 {
    direction: rtl;
}

.color-squares{
    list-style:none;
}

.selected-value   {
    border: 1px solid #87be0b !important;
}

    .color-squares li {
        display: inline-block;
        border: 1px solid #7c7c7c;
        padding: 2px;
    }
    .color-squares li input {
        visibility: hidden;
        display: none;
    }
    .color-squares li span {
        width: 30px;
        height: 30px;
        display: inline-block;
    }

.specs {
    display: inline-block;

    min-width: 206px;
    /* min-height: 43px; */
    justify-content: center;
    vertical-align: middle;
    direction: rtl;
}

.specs-label {
    min-width: 47px;
    display: inline-block;
    margin-top: 7px;
}

.specs-val{
    margin-right:10px;
}
/* ========top-banner========= */
.banner-bg {
  background-image: url('/Content/Images/background-banner.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-color: #000;
  width: 100%;
  position: relative;
  height: auto;
}
.banner-body-layout {
  display: block;
  margin: 0 auto;
  width: 100%;
  /* height: 100%; */
  height: auto;
  max-width: 1068px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.banner-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* height: 100%; */
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 365px) {
  .banner-content .banner-main {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .banner-content .banner-main img {
    left: -29px !important;
  }
}
@media screen and (max-width: 414px) {
  .banner-content {
    margin: 0 auto;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .banner-main {
    min-width: 100% !important;
    width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .banner-descr {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 700px) {
  .banner-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .banner-bg {
    height: auto;
    background-position: 37% center !important;
  }
  .banner-descr {
    max-width: 374px;
    width: auto !important;
  }
}
@media screen and (max-width: 1008px) {
  .banner-bg {
    height: auto;
  }
  .banner-descr {
    width: 90%;
  }
}
.banner-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-height: 158px;
  margin-left: -4px;
  min-width: 374px;
  width: 374px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  overflow: hidden;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.banner-main h3 {
  font-size: 23px;
  font-weight: 900;
  color: #fff;
  font-family: 'Open Sans';
  text-transform: uppercase;
  margin-top: 11px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  letter-spacing: 0.009em;
  width: 100%;
}
.banner-main img {
  position: absolute;
  left: 1px;
}
.banner-tab {
  position: relative;
  font-size: 17px;
  font-weight: 900;
  color: #000;
  background-color: #87be0b;
  font-family: 'Open Sans';
  width: 202px;
  height: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 32px;
  text-transform: uppercase;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 13px;
  margin-top: 3px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  letter-spacing: 0.1em;
}
.banner-tab::after {
  content: '';
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-right: 11px solid #87be0b;
  border-bottom: 16px solid transparent;
  position: absolute;
  left: -11px;
}
.banner-descr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width:100%;
  
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.banner-descr h3 {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  font-family: 'Open Sans';
  margin-top: 15px;
  margin-bottom: 3px;
  margin-left: 0px;
  margin-right: 0px;
  letter-spacing: 0.015em;
}
.banner-descr p {
  font-size: 13px;
  font-weight: normal;
  font-family: 'Open Sans';
  color: #eee;
  margin-top: 0px;
  margin-bottom: 17px;
  margin-left: 0px;
  margin-right: 0px;
  direction: ltr;
  text-align: right;
  letter-spacing: 0.008em;
  line-height: 1.6em;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  width: 100%;
}
.banner-btn {
  font-size: 13px;
  font-weight: bold;
  font-family: 'Open Sans';
  color: #fff;
  width: 102px;
  height: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #87be0b;
  text-align: center;
  line-height: 32px;
  margin-top: 0px;
  margin-bottom: 24px;
  margin-left: 0px;
  margin-right: 0px;
  text-transform: uppercase;
}
.banner-btn {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}
.banner-hidden-text {
  direction: ltr;
  text-align: right;
}
/* ========top-banner========= */
body {
    margin: 0;
}

.modal-window-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    -o-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
}

.modal-window {
    min-width: 300px;
    width: 593px;
    height: 404px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff;
}

.modal-window__left {
    width: 193px;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 24px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    background-color: #f5f5f5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.modal-window__right {
    width: 400px;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-top: 24px;
    padding-bottom: 0px;
    padding-left: 25px;
    padding-right: 25px;
}

    .modal-window__right h2 {
        font-size: 20px;
        font-family: 'Open Sans';
        color: #2e2e2e;
        font-weight: bold;
        text-align: right;
        margin-top: 0px;
        margin-bottom: 14px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .modal-window__right form {
        width: 302px;
    }

        .modal-window__right form input {
            width: 100%;
            height: 39px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            line-height: 39px;
            margin-bottom: 11px;
            border: 1px solid #eee;
            font-size: 16px;
            padding-right: 13px;
            padding-left: 13px;
            text-align: right;
            color: #3e3e3e;
        }

            .modal-window__right form input::-webkit-input-placeholder {
                color: #b0b0b0;
            }

            .modal-window__right form input::-moz-placeholder {
                color: #b0b0b0;
            }

            .modal-window__right form input:-ms-input-placeholder {
                color: #b0b0b0;
            }

            .modal-window__right form input:-moz-placeholder {
                color: #b0b0b0;
            }

.sign-up-btn {
    width: 176px;
    height: 56px;
    line-height: 56px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
    font-size: 22px;
    color: #fff;
    font-weight: normal;
    background-color: #87be0b;
    font-family: 'Open Sans';
    text-align: center;
    cursor: pointer;
    text-align: left;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 22px;
    padding-right: 0px;
    background-image: url(../css/img/arrow.png);
    background-repeat: no-repeat;
    background-position: 89% 55%;
}

.log-in-btn {
    width: 176px;
    height: 56px;
    line-height: 56px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 22px;
    color: #fff;
    font-weight: normal;
    background-color: #2e2e2e;
    font-family: 'Open Sans';
    text-align: center;
    cursor: pointer;
    text-align: left;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 22px;
    padding-right: 0px;
}

.sign-up-small-btn {
    width: 114px;
    height: 40px;
    line-height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Open Sans';
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    background-color: #87be0b;
    text-align: center;
    cursor: pointer;
}

.log-in-small-btn {
    width: 114px;
    height: 40px;
    line-height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Open Sans';
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    background-color: #87be0b;
    text-align: center;
    cursor: pointer;
}

.sign-up-btn--log-in {
    background-color: #2e2e2e !important;
    background-image: none !important;
}

.log-in-btn--log-in {
    background-color: #87be0b !important;
    background-image: url(../css/img/arrow.png);
    background-repeat: no-repeat;
    background-position: 89% 55%;
}

@media screen and (min-width: 589px) and (max-width: 768px) {
    .modal-window__left {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .sign-up-btn {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        margin-left: 10px;
    }
}

@media screen and (max-width: 768px) {
    .modal-window {
        width: 70%;
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .modal-window__left {
        width: 100%;
        height: 104px;
        padding-right: 25px !important;
    }

    .modal-window__right {
        width: auto;
        height: auto;
        padding-bottom: 24px !important;
    }

        .modal-window__right form {
            width: 100%;
        }

    .sign-up-btn--log-in {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        margin-left: 0 !important;
    }

    .log-in-btn--log-in {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        margin-left: 10px !important;
    }
}

@media screen and (max-width: 589px) {
    .modal-window__left {
        height: 170px !important;
    }

    .modal-window__right {
        padding-top: 18px !important;
    }

    .sign-up-btn--log-in {
        -webkit-box-ordinal-group: 3 !important;
        -webkit-order: 2 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
        margin-bottom: 0 !important;
    }

    .log-in-btn--log-in {
        -webkit-box-ordinal-group: 2 !important;
        -webkit-order: 1 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
        margin-bottom: 10px !important;
    }
}

/*# sourceMappingURL=maps/style.css.map */
.buttons_login {
    width: 50%;
    margin: 0 auto;
    display: flex;
    text-align: center;
}



    .buttons_login .btn_black {
        margin-right: 12px;
      
    }


.btn_green {
    border: 1px solid #87be0b;
    float: left;
    background-color: #87be0b;
    color: #fff;
    width: 134px;
    height:40px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.btn_black {
    background-color: #2e2e2e;
    border: 1px solid #2e2e2e;
    border: 1px solid #2e2e2e;
    float: left;
    background-color: #2e2e2e;
    color: #fff;
    height: 40px;
    width: 134px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}