@import 'reset.css';
@import 'fonts.css';
@import 'slick.css';
@import 'jquery-ui.css';
@import 'scrollbar.css';

.header {
    width: 100%;
    height: 120px;
    background: url(../images/bg-header.png) repeat-x center center;
    border-bottom: #535353 solid 9px;
}

.header .header_content {
    width: 1140px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.header .header_content .logo {
    width: 348px;
    height: 158px;
    float: left;
    background: url(../images/logo.png) no-repeat center center;
    position: absolute;
    z-index: 99;
    left: 0;
}

.header .header_content .right_content_header {
    width: 790px;
    height: 100%;
    float: left;
    margin-left: 348px;
}

.header .header_content .right_content_header .header_menu {
    width: auto;
    float: right;
    height: 55px;
    display: block;
    list-style: none;
    margin-top: 15px;
}

.header .header_content .right_content_header .header_menu li {
    width: auto;
    height: 100%;
    float: left;
    padding-left: 13px;
    padding-right: 13px;
    background: url(../images/icons/border-menu.png) no-repeat left center;
    position: relative;
}

.header .header_content .right_content_header .header_menu li ul {
  position:absolute;
  display:none;
  background-color: #8e2d28;
  width: 177px;
  left: 2px;
  top: 60px;
  z-index: 999;
  padding-bottom: 10px;
}
.header .header_content .right_content_header .header_menu li ul li {
  float:none;
  background:none;
  text-align:left;
}
.header .header_content .right_content_header .header_menu li ul li:first-child {
  padding-left: 15px;
  padding-right: 14px;
}
.header .header_content .right_content_header .header_menu li ul li a {
  text-align:left;
}

.header .header_content .right_content_header .header_menu li:first-child {
    padding-left: 10px;
    background: none;
}

.header .header_content .right_content_header .header_menu li:last-child {
    padding-right: 0px;
}

.header .header_content .right_content_header .header_menu li span {
    float: left;
    font-family: 'pf_din_text_cond_promedium';
    color: #fff;
    font-size: 12px;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    line-height: 23px;
}

.header .header_content .right_content_header .header_menu li a {
    font-family: 'pf_din_text_cond_probold';
    color: #fff;
    font-size: 22px;
    display: block;
    text-decoration: none;
    text-align: center;
    margin-top: 10px;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.36);
}

.header .header_content .right_content_header .header_menu li a:hover {
    text-decoration: underline;
}

.header .header_content .right_content_header .header_contacts {
    width: 100%;
    height: 23px;
    float: left;
    margin-top: 15px;
}

.header .header_content .right_content_header .header_contacts .contact {
    width: auto;
    height: 100%;
    float: right;
    margin-right: 30px;
    line-height: 25px;
}

.header .header_content .right_content_header .header_contacts .contact:first-child {
    margin-right: 0px;
}

.header .header_content .right_content_header .header_contacts .contact .ico {
    float: left;
    width: 25px;
    height: 100%;
    margin-right: 10px;
}

.header .header_content .right_content_header .header_contacts .contact .ico.ico-phone {
    background: url(../images/icons/phone-ico.png) no-repeat center center;
}

.header .header_content .right_content_header .header_contacts .contact .ico.ico-mail {
    background: url(../images/icons/mail-ico.png) no-repeat center center;
}

.header .header_content .right_content_header .header_contacts .contact .ico.ico-basket {
    background: url(../images/icons/basket-ico.png) no-repeat center center;
}

.header .header_content .right_content_header .header_contacts .contact .title {
    width: auto;
    float: left;
    font-family: 'pf_din_text_cond_probold';
    font-size: 18px;
    color: #fff;
}

.facebook_ico {
    position: absolute;
    width: 64px;
    height: 78px;
    background: url(../images/fc-bg.png) no-repeat center center;
    right: 0px;
    top: 170px;
}

.slider {
    width: 100%;
    height: 540px;
    position: relative;
}

.slider .fc_ico {
    position: absolute;
    width: 64px;
    height: 78px;
    background: url(../images/fc-bg.png) no-repeat center center;
    right: 0px;
    top: 33px;
}

.slider .slide {
    width: 100%;
    height: 540px;
    float: left;
}

.slider .sliderNav {
    width: 55px;
    height: 55px;
    background: url(../images/arrov-bg.png) repeat-x center center;
    border-radius: 100%;
    position: absolute;
    z-index: 99;
    top: 44%;
    box-shadow: 0px 0px 15px #000;
    cursor: pointer;
}

.slider .sliderNav.prevSlideNav {
    left: 50px;
}

.slider .sliderNav.prevSlideNav .left_play {
    width: 100%;
    height: 100%;
    background: url(../images/play-left.png) no-repeat center center;
    margin: 0 auto;
    background-position: 43% 50%;
}

.slider .sliderNav.nextSlideNav {
    right: 50px;
}

.slider .sliderNav.nextSlideNav .right_play {
    width: 100%;
    height: 100%;
    background: url(../images/play-right.png) no-repeat center center;
    background-position: 57% 50%;
}

.collapse_button {
    display: none;
}

.slick-dots {
    position: absolute;
    top: 0px;
    left: 50%;
    margin-top: 25px;
}

.slick-dots li {
    float: left;
    margin-right: 10px;
    width: 20px;
    height: 20px;
}

.slick-dots li button {
    border-radius: 50%;
    display: block;
    background: rgba(255, 255, 255, 0.65);
    border: none;
    outline: none;
    color: transparent;
    width: 20px;
    height: 20px;
}

.slick-dots li.slick-active button {
    background: #535353;
    border: 3px solid rgba(255, 255, 255, 0.65);
    box-sizing: border-box;
}

.articles {
  padding-top:20px;
  line-height:17px;
}

.articles {
  font-family:arial;
  color:#000;  
}
.articles strong {
  font-weight:bold;
}

.articles a, .articles a:visited {
  font-family:arial;
  color:#000;  
  padding-bottom:8px;
  display:block;
  font-size:12px;
  padding-left: 9px;
  position: relative;  
}
.articles a:before {
  content: "\00bb";
  top: -2px;
  position: absolute;
  left: 0;
}

.rules_label {
  font-family:arial;
  color:#000;  
  padding-bottom:8px;
}
.agree_rules {
  font-family:arial;
  color:#000;  
  font-size:14px;
}

.footer {
    height: 530px;
    width: 100%;
    background: url(../images/bg-footer.png) no-repeat center center;
    background-size: cover;
    border-top: #535353 solid 9px;
    position:relative;
}

.footer .copyright {
  font-family: 'pf_din_text_cond_prothin';
  position:absolute;
  bottom:25px;
 
}

.footer .footer_content {
    width: 1110px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.footer .footer_content .categories {
    height: 287px;
    display: block;
    list-style: none;
    position: absolute;
    margin-top: -143px;
}

.footer .footer_content .categories li {
    width: 281px;
    height: 287px;
    display: block;
    float: left;
}

.footer .footer_content .categories .cp107 {
    background: url(../images/item-category-1.png) no-repeat center center;
}

.footer .footer_content .categories .cp108 {
    background: url(../images/item-category-2.png) no-repeat center center;
}

.footer .footer_content .categories .cp109{
    background: url(../images/item-category-3.png) no-repeat center center;
}

.footer .footer_content .categories .cp110 {
    background: url(../images/item-category-4.png) no-repeat center center;
}

.footer .footer_content .categories li .title {
    text-align: center;
    font-family: 'pf_din_text_cond_probold';
    color: #000;
    font-size: 20px;
    display: block;
    text-decoration: none;
    letter-spacing: 1px;
    width: 180px;
    margin: 60px auto;
}

.footer .footer_content .categories li .title:hover {
    text-decoration: underline;
}

.footer .bottom_footer {
    width: 1040px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 210px;
}

.footer .bottom_footer .item {
    height: auto;
    overflow: hidden;
    float: left;
    box-sizing: border-box;
}

.footer .bottom_footer .item:first-child {
    width: 549px;
}

.footer .bottom_footer .item:last-child {
    width: 489px;
}

.footer .bottom_footer .item .footer_menu {
    width: 50%;
    float: left;
    display: block;
    list-style: none;
    box-sizing: border-box;
}

.footer .bottom_footer .item .footer_menu:last-child {
    padding-left: 95px;
}

.footer .bottom_footer .item .footer_menu:first-child {
    padding-left: 55px;
}

.footer .bottom_footer .item .footer_menu li {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
    padding-left: 18px;
    box-sizing: border-box;
}

.footer .bottom_footer .item .footer_menu li.title {
    margin-bottom: 22px;
}

.footer .bottom_footer .item .footer_menu li.title:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 6px solid red;
    border-bottom: 6px solid transparent;
    margin-left: -17px;
    margin-top: 1px;
}

.footer .bottom_footer .item .footer_menu li.title.bottom_fix {
    margin-bottom: 63px;
}

.footer .bottom_footer .item .footer_menu li.title a {
    font-family: 'pf_din_text_cond_promedium';
    color: #333333;
    font-size: 16px;
}

.footer .bottom_footer .item .footer_menu li a {
    color: #666666;
    font-size: 13px;
    font-family: arial;
    text-decoration: none;
    transition: 0.3s;
}

.footer .bottom_footer .item .footer_menu li a:hover {
    text-decoration: underline;
    color: #fff;
}

.footer .bottom_footer .item .contact_phone {
    width: 100%;
    height: 16px;
    margin-top: 45px;
    float: left;
    padding-left: 25px;
}

.footer .bottom_footer .item .contact_phone .text {
    float: left;
    display: inline-block;
    height: 100%;
    width: auto;
    margin-right: 15px;
    font-family: arial;
    font-size: 14px;
    line-height: 17px;
    color: #555555;
}

.footer .bottom_footer .item .contact_phone .ico-phone {
    display: inline-block;
    float: left;
    background: url(../images/icons/phone-ico-footer.png) no-repeat center center;
    width: 18px;
    height: 18px;
    margin-right: 8px;
}

.footer .bottom_footer .item .contact_phone .phone_numer {
    width: auto;
    display: inline-block;
    float: left;
    font-family: arial;
    font-size: 14px;
    line-height: 17px;
    color: #555555;
}

.footer .bottom_footer .item:first-child {
    border-right: 1px solid #dfedf7;
}

.footer .bottom_footer .item .content {
    width: 50%;
    height: auto;
    overflow: hidden;
    float: left;
    padding-left: 25px;
    box-sizing: border-box;
}

.footer .bottom_footer .item .content:nth-child(2) {
    padding-left: 45px;
}

.footer .bottom_footer .item .content .title {
    font-family: 'pf_din_text_cond_probold';
    color: #545454;
    font-size: 21px;
    text-align: left;
}

.footer .bottom_footer .item .content .phone {
    width: 100%;
    height: 16px;
    margin-top: 15px;
}

.footer .bottom_footer .item .content .phone .ico-phone {
    display: inline-block;
    float: left;
    background: url(../images/icons/phone-ico-footer.png) no-repeat center center;
    width: 18px;
    height: 18px;
    margin-right: 8px;
}

.footer .bottom_footer .item .content .phone .phone_numer {
    width: auto;
    display: inline-block;
    float: left;
    font-family: arial;
    font-size: 14px;
    line-height: 17px;
    color: #555555;
}

.footer .bottom_footer .item .content .circles {
    width: 100%;
    height: 16px;
    margin-top: 27px;
}

.footer .bottom_footer .item .content .circles .circle {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background: rgba(2, 113, 207, 0.35);
    display: block;
    float: left;
    border-radius: 50%;
}

.footer .bottom_footer .item .content .circles .circle.half {
    width: 0px;
    margin-right: 26px;
}

.footer .bottom_footer .item .content .circles .circle.half:before {
    content: "";
    display: block;
    width: 8px;
    float: left;
    background: rgba(2, 113, 207, 0.35);
    height: 16px;
    border-radius: 50px 0px 0px 50px;
}

.footer .bottom_footer .item .content .circles .circle.half:after {
    content: "";
    display: block;
    width: 8px;
    margin-left: 8px;
    background: #e83c31;
    height: 16px;
    border-radius: 0px 50px 50px 0px;
}

.footer .bottom_footer .item .content .circles .circle.full {
    background: #e83c31;
}

.footer .bottom_footer .item .content .time_to_work {
    height: 13px;
    width: 100%;
    margin-top: 10px;
}

.footer .bottom_footer .item .content .time_to_work .pm {
    font-family: arial;
    color: #555555;
    font-size: 11px;
    position: relative;
    margin-left: 30px;
    float: left;
}

.footer .bottom_footer .item .content .time_to_work .pm:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-bottom: 6px solid #fff;
    border-right: 25px solid transparent;
    position: absolute;
    margin-left: -29px;
    margin-top: -3px;
}

.footer .bottom_footer .item .content .time_to_work .pm:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-bottom: 6px solid #fff;
    border-left: 30px solid transparent;
    position: absolute;
    margin-left: 59px;
    margin-top: -12px;
}

.footer .bottom_footer .item .content .time_to_work .am {
    font-family: arial;
    color: #555555;
    font-size: 11px;
    position: relative;
    margin-left: 40px;
    float: left;
}

.main_wrapper {
    width: 100%;
    height: 100%;
    background: url(../images/tires-bg.jpg) top center;
    background-attachment: fixed;
    /*background-size: cover;*/
}

.main_wrapper.bg_other {
    background: #cbcbcb;
}

.main_wrapper.bg_draw {
    background: url(../images/bg-draw.jpg) no-repeat center center;
    /* background-size: cover; */
    background-attachment: fixed;
}

.main_wrapper.bg_autoservise {
    background: url(../images/autoservise-bg2.jpg) no-repeat top center #cccccc;
    background-attachment: fixed;
    /*background-size: cover;*/
}

.main_wrapper.bg_autoparts {
    background: url(../images/autoparts-bg.jpg)no-repeat center center;
    background-attachment: fixed;
    background-color:#cccccc;
}

.main_wrapper.bg_autorims {
    
    background: url(../images/autorims-bg.jpg) no-repeat;
     background-attachment: fixed;
     background-color:#cccccc;
    /*background-size: cover;*/
}

.main_wrapper.bg_autobatteries {
    background: url(../images/autobatteries-bg.jpg) no-repeat;
     background-attachment: fixed;
     background-color:#cccccc;
    /*background-size: cover;*/
}

.main_wrapper .nuoma_desc {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.main_wrapper .nuoma_desc .title {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-family: 'pf_din_text_cond_probold';
    font-size: 21px;
    color: #545454;
    margin-bottom: 40px;
}

.main_wrapper .nuoma_desc .desc {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-family: arial;
    font-size: 14px;
    color: #000;
    line-height: 25px;
}
.desc2 {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-family: arial;
    font-size: 14px;
    color: #000;
    line-height: 25px;
    margin-bottom: 20px;
    min-height: 50px;
}


.main_wrapper .contact {
    width: 600px;
    height: auto;
    overflow: hidden;
    margin: 50px auto;
    line-height: 28px;
}

.main_wrapper .contact .text {
    display: inline-block;
    font-family: 'pf_din_text_cond_prothin';
    float: left;
    font-size: 21px;
    color: #525252;
}

.main_wrapper .contact .phone {
    float: left;
    display: inline-block;
    width: auto;
    margin-left: 23px;
}

.main_wrapper .contact .phone .text {
    font-family: 'pf_din_text_cond_promedium';
    color: #525252;
    display: inline-block;
    float: left;
    margin-left: 12px;
}

.main_wrapper .contact .phone .ico {
    background: url(../images/icons/phone-ico2.png) no-repeat center center;
    width: 34px;
    height: 24px;
    float: left;
    display: inline-block;
}

.main_wrapper .nuoma_slider {
    margin-top: 55px;
    width: 100%;
}

.main_wrapper .nuoma_slider .slide {
    height: 535px;
    width: 815px;
    border: 8px solid #cccccc;
    margin-left: 15px;
    margin-right: 15px;
}

.main_wrapper .nuoma_slider .sliderNav {
    width: 55px;
    height: 55px;
    background: url(../images/arrov-bg.png) repeat-x center center;
    border-radius: 100%;
    position: absolute;
    z-index: 99;
    top: 40%;
    box-shadow: 0px 0px 15px #000;
    cursor: pointer;
}

.main_wrapper .nuoma_slider .sliderNav.prevSlideNav {
    left: 35px;
}

.main_wrapper .nuoma_slider .sliderNav.prevSlideNav .left_play {
    width: 100%;
    height: 100%;
    background: url(../images/play-left.png) no-repeat center center;
    margin: 0 auto;
    background-position: 43% 50%;
}

.main_wrapper .nuoma_slider .sliderNav.nextSlideNav {
    right: 35px;
}

.main_wrapper .nuoma_slider .sliderNav.nextSlideNav .right_play {
    width: 100%;
    height: 100%;
    background: url(../images/play-right.png) no-repeat center center;
    background-position: 57% 50%;
}

.main_wrapper .main {
    height: auto;
    padding-bottom: 200px;
    width: 1180px;
    margin: 0 auto;
    background: #fff;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
    box-sizing: border-box;
}

.main_wrapper .main .main_dazymas {
    padding-left: 25px;
    padding-right: 25px;
}

.main_wrapper .main .dazymas_content {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 50px;
}

.main_wrapper .main .dazymas_content .left {
    width: 50%;
    height: auto;
    overflow: hidden;
    float: left;
    box-sizing: border-box;
}

.main_wrapper .main .dazymas_content .left .title {
    font-family: 'pf_din_text_cond_probold';
    color: #545454;
    font-size: 21px;
    text-align: left;
    margin-bottom: 30px;
    width: 100%;
    padding-right: 100px;
    box-sizing: border-box;
    margin-top: 0px;
}

.main_wrapper .main .dazymas_content .left .desc {
    width: 100%;
    font-family: arial;
    color: #000000;
    font-size: 14px;
    line-height: 21px;
    padding-right: 100px;
    box-sizing: border-box;
}

.main_wrapper .main .dazymas_content .left .img {
    width: 100%;
    height: 427px;
    border: 7px solid #cccccc;
    box-sizing: border-box;
    margin-top: 50px;
}

.main_wrapper .main .dazymas_content .right {
    width: 50%;
    box-sizing: border-box;
    float: left;
    height: auto;
    overflow: hidden;
    padding-left: 8px;
}

.main_wrapper .main .dazymas_content .right .img {
    border: 7px solid #cccccc;
    box-sizing: border-box;
    width: 100%;
    height: 336px;
    margin-bottom: 24px;
}

.main_wrapper .main .dazymas_content .right .img:last-child {
    margin-bottom: 0px;
}

.main_wrapper .main .dazymas_content .big_img {
    width: 100%;
    height: 434px;
    border: 7px solid #cccccc;
    box-sizing: border-box;
    margin-top: 42px;
    float: left;
}

.main_wrapper .main .dazymas_content .title {
    width: 100%;
    height: auto;
    font-family: 'pf_din_text_cond_probold';
    font-size: 21px;
    color: #545454;
    text-align: left;
    float: left;
    margin-top: 47px;
}

.main_wrapper .main .dazymas_content .table {
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
    margin-top: 19px;
}

.main_wrapper .main .dazymas_content .table .row {
    width: 100%;
    height: 50px;
    overflow: hidden;
}

.main_wrapper .main .dazymas_content .table .row:first-child .left {
    background: #81b9e7;
    color: #fff;
    font-weight: bold;
}

.main_wrapper .main .dazymas_content .table .row:first-child .right {
    background: #81b9e7;
    color: #fff;
}

.main_wrapper .main .dazymas_content .table .row .left {
    width: 882px;
    box-sizing: border-box;
    border-right: 1px solid #dfdfdf;
    height: 100%;
    float: left;
    text-align: left;
    padding-left: 20px;
    padding-top: 19px;
    font-family: arial;
    font-size: 14px;
    background: #ebebeb;
}

.main_wrapper .main .dazymas_content .table .row .right {
    width: 245px;
    height: 100%;
    float: left;
    text-align: center;
    line-height: 50px;
    font-family: arial;
    font-size: 14px;
    background: #ebebeb;
    font-weight: bold;
}

.main_wrapper .main .dazymas_content .table .row:nth-child(2n) .left {
    background: #fff;
}

.main_wrapper .main .dazymas_content .table .row:nth-child(2n) .right {
    background: #fff;
}

.main_wrapper .main .dazymas_content .the_top {
    width: 100%;
    height: 20px;
    margin-top: 50px;
    float: left;
    cursor: pointer;
}

.main_wrapper .main .dazymas_content .the_top span {
    display: inline-block;
    float: right;
    text-align: right;
    font-family: arial;
    font-size: 14px;
    color: #545454;
}

.main_wrapper .main .google_map {
    width: 100%;
    height: 500px;
    box-sizing: border-box;
    border: 7px solid #cccccc;
}

.main_wrapper .main .google_map #map {
    width: 100%;
    height: 486px;
}

.main_wrapper .main.other_pages {
    padding-left: 45px;
    padding-right: 45px;
}

.main_wrapper .main .staff {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 45px;
}

.main_wrapper .main .staff .title {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-family: 'pf_din_text_cond_probold';
    color: #545454;
    font-size: 21px;
    margin-bottom: 25px;
}

.main_wrapper .main .staff .contacts_bar {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 125px;
}

.main_wrapper .main .staff .contacts_bar.fix_margin {
    margin-bottom: 0px;
}

.main_wrapper .main .staff .contacts_bar:last-child {
    margin-bottom: 75px;
}

.main_wrapper .main .staff .contacts_bar .item_wrapper {
    width: 235px;
    height: auto;
    overflow: hidden;
    float: left;
    margin-right: 45px;
    padding-top: 45px;
    position: relative;
}

.main_wrapper .main .staff .contacts_bar .item_wrapper .half_title {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-family: 'pf_din_text_cond_probold';
    color: #545454;
    font-size: 21px;
    margin-bottom: 25px;
    float: left;
    box-sizing: border-box;
    position: absolute;
    margin-top: -45px;
}

.main_wrapper .main .staff .contacts_bar .item_wrapper .items {
    width: 100%;
    height: 160px;
    float: left;
}

.main_wrapper .main .staff .contacts_bar .item_wrapper:nth-child(4n) {
    margin-right: 0px;
}

.main_wrapper .main .staff .contacts_bar .item_wrapper .contact {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.main_wrapper .main .staff .contacts_bar .item_wrapper .contact .name {
    width: 100%;
    height: auto;
    font-family: arial;
    font-weight: bold;
    font-size: 16px;
    color: #545454;
    margin-top: 3px;
    height: 20px;
}

.main_wrapper .main .staff .contacts_bar .item_wrapper .contact .person {
    width: 100%;
    height: auto;
    font-family: arial;
    font-size: 14px;
    color: #545454;
    margin-top: 0px;
}

.main_wrapper .main .staff .contacts_bar .item_wrapper .contact .phone {
    width: 100%;
    height: auto;
    font-family: arial;
    font-size: 14px;
    color: #545454;
    margin-top: -3px;
    margin-left: 0px;
    /*height: 20px;*/
}

.main_wrapper .main .staff .contacts_bar .item_wrapper .contact .phone:first-child {
    margin-top: 17px;
}

.main_wrapper .main .staff .contacts_bar .items {
    width: 235px;
    height: 160px;
    float: left;
    margin-right: 45px;
}

.main_wrapper .main .staff .contacts_bar .items:nth-child(4n) {
    margin-right: 0px;
}

.main_wrapper .main .time_to_work {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 44px;
}

.main_wrapper .main .time_to_work .right_bar {
    width: 545px;
    height: 320px;
    float: left;
    box-sizing: border-box;
    border: 7px solid #cccccc;
}

.main_wrapper .main .time_to_work .right_bar .img {
    /*background: url(../images/office.png) no-repeat center center;*/
    background-size: cover;
    width: 100%;
    height: 100%;
}

.main_wrapper .main .time_to_work .left_bar {
    width: 540px;
    height: auto;
    overflow: hidden;
    float: left;
}

.main_wrapper .main .time_to_work .left_bar .content {
    width: 242px;
    height: auto;
    overflow: hidden;
    float: left;
    box-sizing: border-box;
}

.main_wrapper .main .time_to_work .left_bar .content .title {
    font-family: 'pf_din_text_cond_probold';
    color: #545454;
    font-size: 21px;
    text-align: left;
}

.main_wrapper .main .time_to_work .left_bar .content .pretitle {
    font-family: arial;
    font-size: 14px;
    text-align: left;
    color: #555555;
    margin-top: 5px;
}

.main_wrapper .main .time_to_work .left_bar .content .desc {
    font-family: arial;
    font-size: 14px;
    text-align: left;
    color: #555555;
    margin-top: 21px;
}

.main_wrapper .main .time_to_work .left_bar .content .phone {
    width: 100%;
    height: 16px;
    margin-top: 15px;
}

.main_wrapper .main .time_to_work .left_bar .content .phone .ico-phone {
    display: inline-block;
    float: left;
    background: url(../images/icons/phone-ico-footer.png) no-repeat center center;
    width: 18px;
    height: 18px;
    margin-right: 8px;
}

.main_wrapper .main .time_to_work .left_bar .content .phone .phone_numer {
    width: auto;
    display: inline-block;
    float: left;
    font-family: arial;
    font-size: 14px;
    line-height: 17px;
    color: #555555;
}

.main_wrapper .main .time_to_work .left_bar .content .circles {
    width: 100%;
    height: 16px;
    margin-top: 10px;
}

.main_wrapper .main .time_to_work .left_bar .content .circles .circle {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background: rgba(2, 113, 207, 0.35);
    display: block;
    float: left;
    border-radius: 50%;
}

.main_wrapper .main .time_to_work .left_bar .content .circles .circle.half {
    width: 0px;
    margin-right: 26px;
}

.main_wrapper .main .time_to_work .left_bar .content .circles .circle.half:before {
    content: "";
    display: block;
    width: 8px;
    float: left;
    background: rgba(2, 113, 207, 0.35);
    height: 16px;
    border-radius: 50px 0px 0px 50px;
}

.main_wrapper .main .time_to_work .left_bar .content .circles .circle.half:after {
    content: "";
    display: block;
    width: 8px;
    margin-left: 8px;
    background: #e83c31;
    height: 16px;
    border-radius: 0px 50px 50px 0px;
}

.main_wrapper .main .time_to_work .left_bar .content .circles .circle.full {
    background: #e83c31;
}

.main_wrapper .main .time_to_work .left_bar .content .time_to_work {
    height: 13px;
    width: 100%;
    margin-top: 10px;
    padding-top: 8px;
}

.main_wrapper .main .time_to_work .left_bar .content .time_to_work .pm {
    font-family: arial;
    color: #555555;
    font-size: 11px;
    position: relative;
    margin-left: 30px;
    float: left;
}

.main_wrapper .main .time_to_work .left_bar .content .time_to_work .pm:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-bottom: 6px solid #c9c9c9;
    border-right: 25px solid transparent;
    position: absolute;
    margin-left: -29px;
    margin-top: -3px;
}

.main_wrapper .main .time_to_work .left_bar .content .time_to_work .pm:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-bottom: 6px solid #c9c9c9;
    border-left: 30px solid transparent;
    position: absolute;
    margin-left: 59px;
    margin-top: -12px;
}

.main_wrapper .main .time_to_work .left_bar .content .time_to_work .am {
    font-family: arial;
    color: #555555;
    font-size: 11px;
    position: relative;
    margin-left: 40px;
    float: left;
}

.main_wrapper .main .container_autodalys {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 70px;
}

.main_wrapper .main .container_autodalys .left_bar {
    width: 235px;
    height: auto;
    overflow: hidden;
    float: left;
}

.main_wrapper .main .container_autodalys .left_bar.autoservises ul li:before {
    display: none;
}

.main_wrapper .main .container_autodalys .left_bar .title {
    width: 100%;
    height: auto;
    font-family: 'pf_din_text_cond_probold';
    font-size: 21px;
    color: #545454;
    text-align: left;
    margin-bottom: 43px;
}

.main_wrapper .main .container_autodalys .left_bar ul {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    list-style: none;
}

.main_wrapper .main .container_autodalys .left_bar ul li {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 27px;
    font-size: 14px;
    font-family: 'pf_din_text_cond_probold';
    padding-right: 18px;
    box-sizing: border-box;
}

/*.main_wrapper .main .container_autodalys .left_bar ul li:before {*/
    /*width: 0;*/
    /*height: 0;*/
    /*border-top: 4px solid transparent;*/
    /*border-left: 6px solid red;*/
    /*border-bottom: 4px solid transparent;*/
    /*display: block;*/
    /*content: "";*/
    /*position: absolute;*/
    /*margin-left: -13px;*/
    /*margin-top: 2px;*/
/*}*/

.main_wrapper .main .container_autodalys .left_bar ul li a {
    color: #535353;
    text-decoration: none;
    transition: 0.3s;
}

.main_wrapper .main .container_autodalys .left_bar ul li a:hover {
    text-decoration: underline;
    color: #BB9595;
}

.main_wrapper .main .container_autodalys .right_bar {
    width: 900px;
    height: auto;
    overflow: hidden;
    float: left;
    /*margin-top: 50px;*/
}

.main_wrapper .main .container_autodalys .right_bar .description {
    width: 100%;
    height: auto;
    font-family: arial;
    color: #000000;
    font-size: 14px;
    line-height: 27px;
    margin-top: -4px;
}

.main_wrapper .main .container_autodalys .right_bar .description p {
    margin-bottom: 20px;
}

.main_wrapper .main .container_autodalys .right_bar.fix {
    margin-top: 42px;
}

.main_wrapper .main .container_autodalys .right_bar .galerry {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 65px;
}

.main_wrapper .main .container_autodalys .right_bar .galerry .item {
    width: 215px;
    height: auto;
    overflow: hidden;
    float: left;
    margin-right: 13px;
    margin-bottom: 45px;
    cursor:pointer;
}

.main_wrapper .main .container_autodalys .right_bar .galerry .item:nth-child(4n) {
    margin-right: 0px;
}

.main_wrapper .main .container_autodalys .right_bar .galerry .item .item_img {
    box-sizing: border-box;
    width: 100%;
    height: 215px;
    border: 5px solid #cccccc;
    transition: 0.3s;
    cursor: pointer;
}

.main_wrapper .main .container_autodalys .right_bar .galerry .item:hover > .item_img{
    border: 5px solid #e83c31;
}

.main_wrapper .main .container_autodalys .right_bar .galerry .item .item_title {
    text-align: center;
    font-family: arial;
    color: #000;
    font-size: 14px;
    margin-top: 17px;
}

.main_wrapper .main .container_autodalys .right_bar .galerry .item .item_title:hover {
  text-decoration: underline;
  color: #BB9595;
}

.naujienos ul {
  list-style-type: disc;
  list-style: disc;
}
.naujienos ul li {
  margin-left:25px;
}

.main_wrapper .main .container_autodalys .right_bar .title_table {
    width: 100%;
    height: auto;
    font-family: 'pf_din_text_cond_probold';
    font-size: 21px;
    color: #545454;
    text-align: left;
    float: left;
    margin-top: 20px;
}

.main_wrapper .main .container_autodalys .right_bar .table {
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
    margin-top: 19px;
}

.main_wrapper .main .container_autodalys .right_bar .table .row {
    width: 100%;
    height: 50px;
    overflow: hidden;
}

.main_wrapper .main .container_autodalys .right_bar .table .row:first-child .left {
    background: #81b9e7;
    color: #fff;
    font-weight: bold;
}

.main_wrapper .main .container_autodalys .right_bar .table .row:first-child .right {
    background: #81b9e7;
    color: #fff;
}

.main_wrapper .main .container_autodalys .right_bar .table .row .left {
    width: 780px;
    box-sizing: border-box;
    border-right: 1px solid #dfdfdf;
    height: 100%;
    float: left;
    text-align: left;
    padding-left: 20px;
    padding-top: 19px;
    font-family: arial;
    font-size: 14px;
    background: #ebebeb;
}

.main_wrapper .main .container_autodalys .right_bar .table .row .right {
    width: 117px;
    height: 100%;
    float: left;
    text-align: center;
    line-height: 50px;
    font-family: arial;
    font-size: 14px;
    background: #ebebeb;
    font-weight: bold;
}

.main_wrapper .main .container_autodalys .right_bar .table .row:nth-child(2n) .left {
    background: #fff;
}

.main_wrapper .main .container_autodalys .right_bar .table .row:nth-child(2n) .right {
    background: #fff;
}

.main_wrapper .main .container_autodalys .right_bar .the_top {
    width: 100%;
    height: 20px;
    margin-top: 50px;
    float: left;
    cursor: pointer;
}

.main_wrapper .main .container_autodalys .right_bar .the_top span {
    display: inline-block;
    float: right;
    text-align: right;
    font-family: arial;
    font-size: 14px;
    color: #545454;
}

.main_wrapper .main .container_autodalys .right_bar .title {
    width: 100%;
    height: 50px;
    background: #ebebeb;
    font-family: 'Conv_verdana_bold';
    line-height: 50px;
    padding-left: 22px;
    box-sizing: border-box;
    font-size: 12px;
    color: #000;
    margin-bottom: 17px;
}

.main_wrapper .main .container_autodalys .right_bar .brands {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 30px;
}

.main_wrapper .main .container_autodalys .right_bar .brands:last-child {
    margin-bottom: 75px;
}

.main_wrapper .main .container_autodalys .right_bar .brands .brand {
    width: 215px;
    height: 215px;
    float: left;
    margin-right: 13px;
    margin-bottom: 15px;
    border: 5px solid #cccccc;
    box-sizing: border-box;
}

.main_wrapper .main .container_autodalys .right_bar .brands .brand:nth-child(4n) {
    margin-right: 0px;
}

.main_wrapper .main .products_slider {
    width: 100%;
    height: 270px;
    border: 7px solid #cccccc;
    box-sizing: border-box;
}

.main_wrapper .main .products_slider .slide {
    height: 256px;
    width: 100%;
}

.main_wrapper .main .products_slider.fix_height_slider {
    height: 240px;
}

.main_wrapper .main .products_slider.fix_height_slider .slide {
    height: 226px;
}

.main_wrapper .main .products_slider .sliderNav {
    width: 55px;
    height: 55px;
    background: url(../images/arrov-bg.png) repeat-x center center;
    border-radius: 100%;
    position: absolute;
    z-index: 99;
    top: 40%;
    box-shadow: 0px 0px 15px #000;
    cursor: pointer;
}

.main_wrapper .main .products_slider .sliderNav.prevSlideNav {
    left: 50px;
}

.main_wrapper .main .products_slider .sliderNav.prevSlideNav .left_play {
    width: 100%;
    height: 100%;
    background: url(../images/play-left.png) no-repeat center center;
    margin: 0 auto;
    background-position: 43% 50%;
}

.main_wrapper .main .products_slider .sliderNav.nextSlideNav {
    right: 50px;
}

.main_wrapper .main .products_slider .sliderNav.nextSlideNav .right_play {
    width: 100%;
    height: 100%;
    background: url(../images/play-right.png) no-repeat center center;
    background-position: 57% 50%;
}

.main_wrapper .main .products_content {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 35px;
}

.main_wrapper .main .products_content .right {
    width: 875px;
    height: auto;
    float: left;
    padding-left: 25px;
    box-sizing: border-box;
}

.main_wrapper .main .products_content .right .sort_bar {
    width: 100%;
    background: #ebebeb;
    height: 50px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.main_wrapper .main .products_content .right .sort_bar .title {
    width: auto;
    height: 100%;
    display: inline-block;
    float: left;
    line-height: 50px;
    font-family: 'Conv_verdana_bold';
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
}

.main_wrapper .main .products_content .right .sort_bar .ui-selectmenu-button {
    height: 100%;
    width: 132px !important;
    box-sizing: border-box;
    margin-right: 13px;
    margin-top: 7px;
}

.main_wrapper .main .products_content .right .sort_bar .ui-selectmenu-button span.ui-selectmenu-text {
    padding-left: 10px;
    font-size: 17px;
    line-height: 19px;
}

.main_wrapper .main .products_content .right .sort_bar .ui-menu li:hover {
    color: #fff;
}

.main_wrapper .main .products_content .right .sort_bar span {
    height: 100%;
    display: inline-block;
    float: left;
}

.main_wrapper .main .products_content .right .sort_bar .pretext {
    line-height: 19px;
    font-family: 'Conv_verdana_bold';
    font-size: 12px;
    padding-left: 4px;
    padding-right: 4px;
}

.main_wrapper .main .products_content .right .sort_bar .ui-state-default .ui-icon {
    background: url("../images/icons/triangle.png") no-repeat center center, #ffffff;
    background-position: 6px;
    display: block !important;
    margin-top: -13px !important;
    margin-right: -6px !important;
}

.main_wrapper .main .sort_submit {
    height: 34px;
    width: 90px;
    background: #0189ed;
    background: -moz-linear-gradient(top, #0189ed 0%, #0466c1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0189ed), color-stop(100%, #0466c1));
    background: -webkit-linear-gradient(top, #0189ed 0%, #0466c1 100%);
    background: -o-linear-gradient(top, #0189ed 0%, #0466c1 100%);
    background: -ms-linear-gradient(top, #0189ed 0%, #0466c1 100%);
    background: linear-gradient(to bottom, #0189ed 0%, #0466c1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0189ed', endColorstr='#0466c1', GradientType=0);
    border: none;
    outline: none;
    color: #fff;
    font-family: 'pf_din_text_cond_promedium';
    margin-top: 8px;
    cursor: pointer;
    margin-left: 16px;
    transition: 0.3s;
}

.main_wrapper .main .sort_submit:hover {
    opacity: 0.8;
}

.main_wrapper .main .products_content .right .product {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    list-style: none;
    margin-top: 20px;
}

.main_wrapper .main .products_content .right .product .left_bar {
    width: 260px;
    height: 450px;
    float: left;
    margin-right: 25px;
}

.main_wrapper .main .products_content .right .product .left_bar .brand_logo {
    width: 100%;
    height: 60px;
    float: left;
    display: block;
    background: url(../images/brand-logo.png) no-repeat center center;
    background-size: contain;
}

.main_wrapper .main .products_content .right .product .left_bar .product_img {
    width: 100%;
    height: 350px;
    float: left;
    display: block;
    margin-top: 23px;
    background: url(../images/gym-one.png) no-repeat center center;
    background-size: contain;
}

.main_wrapper .main .products_content .right .product .description {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 25px;
}

.main_wrapper .main .products_content .right .product .description .title {
    width: 100%;
    height: 60px;
    background: #f7f7f7;
    font-family: arial;
    font-weight: bold;
    font-size: 14px;
    padding-left: 20px;
    box-sizing: border-box;
    line-height: 60px;
    color: #000;
}

.main_wrapper .main .products_content .right .product .description .body {
    padding-top: 25px;
    width: 100%;
    font-family: arial;
    font-size: 14px;
    color: #000;
    line-height: 18px;
}

.main_wrapper .main .products_content .right .product .description .body p {
    margin-bottom: 25px;
}

.main_wrapper .main .products_content .right .product .right_bar {
    width: 540px;
    height: auto;
    overflow: hidden;
    float: left;
}

.main_wrapper .main .products_content .right .product .right_bar .product_name {
    width: 100%;
    height: 60px;
    background: #f7f7f7;
    font-family: arial;
    font-weight: bold;
    font-size: 18px;
    padding-left: 20px;
    box-sizing: border-box;
    line-height: 60px;
    text-transform: uppercase;
    color: #3e3e3e;
}

.main_wrapper .main .products_content .right .product .right_bar .features_bar {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 22px;
}

.main_wrapper .main .products_content .right .product .right_bar .features_bar .get_order {
    width: 150px;
    height: 30px;
    float: left;
    margin-top: 12px;
    line-height: 30px;
    color: #fff;
    font-family: 'pf_din_text_cond_promedium';
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    border: none;
    outline: none;
    background: #0189ed;
    background: -moz-linear-gradient(top, #0189ed 0%, #0466c1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0189ed), color-stop(100%, #0466c1));
    background: -webkit-linear-gradient(top, #0189ed 0%, #0466c1 100%);
    background: -o-linear-gradient(top, #0189ed 0%, #0466c1 100%);
    background: -ms-linear-gradient(top, #0189ed 0%, #0466c1 100%);
    background: linear-gradient(to bottom, #0189ed 0%, #0466c1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0189ed', endColorstr='#0466c1', GradientType=0);
    transition: 0.3s;
}

.main_wrapper .main .products_content .right .product .right_bar .features_bar .get_order:hover {
    opacity: 0.8;
}

.main_wrapper .main .products_content .right .product .right_bar .features_bar .amounts {
    height: auto;
    width: 100%;
    overflow: hidden;
    /*margin-top: -50px;*/
    margin-top: 20px;
    float: left;
}
.main_wrapper .main .products_content .right .tires_product .right_bar .features_bar .amounts {
    /*margin-top: -50px;*/
}

.main_wrapper .main .products_content .right .product .right_bar .features_bar .amounts .amount {
    width: 100%;
    height: 30px;
    float: left;
    margin-bottom: 8px;
}

.main_wrapper .main .products_content .right .product .right_bar .features_bar .amounts .amount:last-child {
    margin-bottom: 0px;
}

.main_wrapper .main .products_content .right .product .right_bar .features_bar .amounts .amount .text {
    width: auto;
    display: inline-block;
    float: left;
    line-height: 30px;
    font-family: arial;
    color: #000;
    font-family: 14px;
}

.main_wrapper .main .products_content .right .product .right_bar .features_bar .amounts .amount .total_price {
    display: inline-block;
    float: left;
    margin-left: 6px;
    line-height: 30px;
    font-family: arial;
    font-weight: 800;
}

.main_wrapper .main .products_content .right .product .right_bar .features_bar .amounts .amount .input_range select {
    width: 55px;
    height: 25px;
    margin-left: 5px;
    float: left;
    display: inline-block;
    background: #f7f7f7;
}

.main_wrapper .main .products_content .right .product .right_bar .features_bar .amounts .amount .input_range input {
    width: 30px;
    background: transparent;
    border: none;
    outline: none;
    height: 100%;
    display: inline-block;
    float: left;
    font-family: 'custom_verdana';
    color: #000;
    padding-left: 10px;
    font-size: 14px;
}

.main_wrapper .main .products_content .right .product .right_bar .features_bar .amounts .amount .input_range .amountRange {
    height: 50%;
    width: 10px;
    float: left;
    font-size: 12px;
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    -webkit-user-select: auto;
    -webkit-user-select: none;
    -webkit-user-select: text;
}

.main_wrapper .main .products_content .right .product .right_bar .features_bar .amounts .amount .input_range .amountRange.plus {
    line-height: 16px;
}

.main_wrapper .main .products_content .right .product .right_bar .features_bar .amounts .amount .input_range .amountRange:last-child {
    line-height: 15px;
}

.main_wrapper .main .products_content .right .product .right_bar .features_bar:nth-child(2) {
    margin-right: 10px;
}

.main_wrapper .main .products_content .right .product .right_bar .features_bar:nth-child(2) ul li {
    background: #fff;
}

.main_wrapper .main .products_content .right .product .right_bar .features_bar:last-child {
    margin-right: 0px;
}

.main_wrapper .main .products_content .right .product .right_bar .features_bar:last-child .img {
    width: 100%;
    height: 280px;
    background-size: contain;
    background: url(../images/features1.png) no-repeat center center;
}

.main_wrapper .main .products_content .right .product .right_bar .features_bar .item {
    width: 165px;
    height: auto;
    overflow: hidden;
    float: left;
    margin-right: 10px;
}

.main_wrapper .main .products_content .right .product .right_bar .features_bar .item:nth-child(2) {
    margin-right: 10px;
}

.main_wrapper .main .products_content .right .product .right_bar .features_bar .item:nth-child(2) ul li {
    background: #fff;
}

.main_wrapper .main .products_content .right .product .right_bar .features_bar .item ul {
    display: block;
    list-style: none;
    float: left;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.main_wrapper .main .products_content .right .product .right_bar .features_bar .item ul li {
    float: left;
    width: 100%;
    height: 32px;
    margin-bottom: 4px;
    background: #f7f7f7;
    padding-left: 20px;
    line-height: 32px;
    box-sizing: border-box;
    font-family: arial;
    color: #000000;
    font-size: 14px;
}

.main_wrapper .main .products_content .right .products {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    list-style: none;
    /*margin-top: 20px;*/
}

.main_wrapper .main .products_content .right .products li {
    width: 200px;
    height: 295px;
    float: left;
    border: 1px solid #cccccc;
    margin-right: 14px;
    margin-bottom: 22px;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
}

.main_wrapper .main .products_content .right .products li:nth-child(4n) {
    margin-right: 0px;
}

.main_wrapper .main .products_content .right .products li .title {
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 18px;
    font-family: arial;
    color: #3e3e3e;
    font-size: 13px;
    text-align: center;
    padding-bottom: 20px;
    box-sizing: border-box;
}

.main_wrapper .main .products_content .right .products li .title.freeze {
    padding-right: 32px;
    background: url(../images/icons/freze.png) no-repeat top right;
    background-position: 175px 15px;
}

.main_wrapper .main .products_content .right .products li .title.sun {
    padding-right: 32px;
    background: url(../images/sun.jpg) no-repeat top right;
    background-position: 175px 15px;
}

.main_wrapper .main .products_content .right .products li .sku {
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
    font-family: arial;
    color: #3e3e3e;
    font-size: 13px;
    text-align: center;
    box-sizing: border-box;
}

.main_wrapper .main .products_content .right .products li .features {
    height: 15px;
    width: auto;
    margin-top: 20px;
    display: inline-block;
    box-sizing: border-box;
    z-index: 9999;
    position: relative;
}

.main_wrapper .main .products_content .right .products li .features div {
    width: 35px;
    height: 15px;
    margin-right: 10px;
    float: left;
}

.main_wrapper .main .products_content .right .products li .features div:last-child {
    margin-right: 0px;
}

.main_wrapper .main .products_content .right .products li .features .item1 {
    background: url(../images/icons/icons1.png) no-repeat center center;
    background-position: -3px -6px;
}

.main_wrapper .main .products_content .right .products li .features .item2 {
    background: url(../images/icons/icons1.png) no-repeat center center;
    background-position: -48px -6px;
}

.main_wrapper .main .products_content .right .products li .features .item3 {
    background: url(../images/icons/icons1.png) no-repeat center center;
    background-position: -95px -6px;
    width: 45px;
}

.main_wrapper .main .products_content .right .products li .img_block_product {
    height: 190px;
    width: 100%;
    position: absolute;
    /*margin-top: 6px;*/
    bottom: 0;
}

.main_wrapper .main .products_content .right .products li .img_block_product .sales {
    position: absolute;
    top: 0px;
    right: 10px;
    width: 54px;
    height: 54px;
    background: url(../images/star.png) no-repeat center center;
    text-align: center;
    color: #fff;
    font-family: arial;
    font-weight: bold;
    line-height: 54px;
}

.main_wrapper .main .products_content .right .products li .img_block_product .price_wrapper {
    width: 175px;
    background: #fff;
    height: 40px;
    box-sizing: border-box;
    position: absolute;
    /*top: 125px;*/
    bottom: 20px;
    left: 10px;
}

.main_wrapper .main .products_content .right .products li .img_block_product .price_wrapper .prices {
    height: 100%;
    width: 98px;
    display: inline-block;
    float: left;
}

.main_wrapper .main .products_content .right .products li .img_block_product .price_wrapper .prices .price {
    height: auto;
    width: 100%;
    float: left;
    font-family: arial;
    font-weight: bold;
    color: #ff0000;
    font-size: 18px;
    margin-top: 6px;
    margin-left: 7px;
}

.main_wrapper .main .products_content .right .products li .img_block_product .price_wrapper .prices .old_price {
    height: auto;
    width: 100%;
    float: left;
    font-family: arial;
    color: #000;
    font-size: 12px;
    margin-left: 7px;
}

.main_wrapper .main .products_content .right .products li .img_block_product .price_wrapper .add_to_basket {
    width: 72px;
    height: 28px;
    background: #0189ed;
    background: -moz-linear-gradient(top, #0189ed 0%, #0466c1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0189ed), color-stop(100%, #0466c1));
    background: -webkit-linear-gradient(top, #0189ed 0%, #0466c1 100%);
    background: -o-linear-gradient(top, #0189ed 0%, #0466c1 100%);
    background: -ms-linear-gradient(top, #0189ed 0%, #0466c1 100%);
    background: linear-gradient(to bottom, #0189ed 0%, #0466c1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0189ed', endColorstr='#0466c1', GradientType=0);
    float: left;
    margin-top: 6px;
    text-align: center;
    line-height: 28px;
    color: #fff;
    font-family: 'pf_din_text_cond_promedium';
    display: block;
    text-decoration: none;
    cursor: pointer;
    transition: 0.3s;
}

.main_wrapper .main .products_content .right .products li .img_block_product .price_wrapper .add_to_basket:hover {
    opacity: 0.8;
}

.main_wrapper .main .products_content .left {
    width: 260px;
    height: auto;
    overflow: hidden;
    float: left;
}

.main_wrapper .main .products_content .left .filter_wrpper {
    width: 100%;
    height: 615px;
    margin-top: 20px;
    background: #ebebeb;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

.main_wrapper .main .products_content .left .filter_wrpper .filter_title {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: left;
    padding-top: 21px;
    font-family: 'Conv_verdana_bold';
    color: #000000;
    font-size: 12px;
    font-weight: bold;
}

.main_wrapper .main .products_content .left .filter_wrpper .filter_title:first-child {
    padding-top: 25px;
}

.main_wrapper .main .products_content .left .filter_wrpper .intervals {
    width: 100%;
    height: 32px;
    margin-top: 12px;
}

.main_wrapper .main .products_content .left .filter_wrpper .intervals .ui-selectmenu-button {
    height: 100%;
    width: 62px !important;
    box-sizing: border-box;
}

.main_wrapper .main .products_content .left .filter_wrpper .intervals .ui-selectmenu-button span.ui-selectmenu-text {
    padding-left: 10px;
    font-size: 17px;
    line-height: 19px;
}

.main_wrapper .main .products_content .left .filter_wrpper .intervals span {
    height: 100%;
    display: inline-block;
    float: left;
}

.main_wrapper .main .products_content .left .filter_wrpper .intervals .pretext {
    line-height: 19px;
    font-family: 'Conv_verdana_bold';
    font-size: 12px;
    padding-left: 4px;
    padding-right: 4px;
}

.main_wrapper .main .products_content .left .filter_wrpper .intervals .ui-state-default .ui-icon {
    background: url("../images/icons/triangle.png") no-repeat center center, #ffffff;
    background-position: 6px;
    display: block !important;
    margin-top: -13px !important;
    margin-right: -6px !important;
}

.main_wrapper .main .products_content .left .filter_wrpper .checkbox_bar {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
}

.main_wrapper .main .products_content .left .filter_wrpper .checkbox_bar.scroll {
    height: 130px;
}

.main_wrapper .main .products_content .left .filter_wrpper .checkbox_bar.scroll .mCSB_dragger_bar {
    background: #0889e9;
    background: -moz-linear-gradient(top, #0889e9 0%, #1e78cb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0889e9), color-stop(100%, #1e78cb));
    background: -webkit-linear-gradient(top, #0889e9 0%, #1e78cb 100%);
    background: -o-linear-gradient(top, #0889e9 0%, #1e78cb 100%);
    background: -ms-linear-gradient(top, #0889e9 0%, #1e78cb 100%);
    background: linear-gradient(to bottom, #0889e9 0%, #1e78cb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0889e9', endColorstr='#1e78cb', GradientType=0);
}

.main_wrapper .main .products_content .left .filter_wrpper .checkbox_bar.scroll .mCSB_draggerRail {
    background: #ffffff;
    border-radius: 5px;
    width: 4px;
}

.main_wrapper .main .products_content .left .filter_wrpper .checkbox_bar .checkbox {
    width: 100%;
    height: 15px;
    margin-bottom: 13px;
}

.main_wrapper .main .products_content .left .filter_wrpper .checkbox_bar .checkbox label {
    width: 15px;
    height: 15px;
    display: inline-block;
    float: left;
    /*background: #fff;*/
    cursor: pointer;
}

.main_wrapper .main .products_content .left .filter_wrpper .checkbox_bar .checkbox label.active {
    /*background: url(../images/icons/active-checkbox.png) no-repeat center center;*/
}

.main_wrapper .main .products_content .left .filter_wrpper .checkbox_bar .checkbox label input {
    /*display: none;*/
}

.main_wrapper .main .products_content .left .filter_wrpper .checkbox_bar .checkbox span {
    font-family: 'custom_verdana';
    font-weight: 400;
    font-size: 12px;
    margin-left: 10px;
    cursor: pointer;
}

.main_wrapper .main .products_content .left .filter_wrpper .range_input_wrapper {
    width: 100%;
    height: 40px;
    margin-top: 20px;
}

.main_wrapper .main .products_content .left .filter_wrpper .range_input_wrapper .ui-slider-handle {
    border-radius: 50%;
    height: 13px;
    width: 13px;
    background: #0889e9;
    background: -moz-linear-gradient(top, #0889e9 0%, #1e78cb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0889e9), color-stop(100%, #1e78cb));
    background: -webkit-linear-gradient(top, #0889e9 0%, #1e78cb 100%);
    background: -o-linear-gradient(top, #0889e9 0%, #1e78cb 100%);
    background: -ms-linear-gradient(top, #0889e9 0%, #1e78cb 100%);
    background: linear-gradient(to bottom, #0889e9 0%, #1e78cb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0889e9', endColorstr='#1e78cb', GradientType=0);
    border: none;
    cursor: pointer;
}

.slider_txt {
  width:100%; 
  height:100%;
  overflow:hidden;
  padding:10px;
}
.slider_txt p{
  padding-top:10px;
  font-family: 'pf_din_text_cond_probold';
  letter-spacing: 1px;
}
.slider_txt h1 {
  font-size:24px;
   font-family: 'pf_din_text_cond_probold';
  letter-spacing: 1px;
  padding:10px;
}

.slider_txt h2 {
  font-size:22px;
   font-family: 'pf_din_text_cond_probold';
  letter-spacing: 1px;
  padding:10px;
}

.slider_txt h3 {
  font-size:20px;
   font-family: 'pf_din_text_cond_probold';
  letter-spacing: 1px;
  padding:10px;
}

.slider_txt h4 {
  font-size:18px;
   font-family: 'pf_din_text_cond_probold';
  letter-spacing: 1px;
  padding:10px;
}


.main_wrapper .main .products_content .left .filter_wrpper .range_input_wrapper #slider-range {
    height: 4px;
    background: #ffffff;
    border-radius: 5px;
    border: none;
}

.main_wrapper .main .products_content .left .filter_wrpper .range_input_wrapper .ui-slider-range {
    background: #0189ed;
}

.main_wrapper .main .products_content .left .filter_wrpper .range_value {
    position: absolute;
    font-family: 'custom_verdana';
    font-size: 12px;
    color: #000;
}

.main_wrapper .main .products_content .left .basket {
    width: 100%;
    height: 50px;
    background: #0189ed;
    background: -moz-linear-gradient(top, #0189ed 0%, #0466c1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0189ed), color-stop(100%, #0466c1));
    background: -webkit-linear-gradient(top, #0189ed 0%, #0466c1 100%);
    background: -o-linear-gradient(top, #0189ed 0%, #0466c1 100%);
    background: -ms-linear-gradient(top, #0189ed 0%, #0466c1 100%);
    background: linear-gradient(to bottom, #0189ed 0%, #0466c1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0189ed', endColorstr='#0466c1', GradientType=0);
    transition: 0.3s;
    cursor: pointer;
}

.main_wrapper .main .products_content .left .basket:hover {
    opacity: 0.8;
}

.main_wrapper .main .products_content .left .basket .wrapper {
    width: 172px;
    height: 30px;
    margin: 0 auto;
    padding-top: 9px;
    line-height: 30px;
}

.main_wrapper .main .products_content .left .basket .wrapper .title {
    text-align: center;
    color: #fff;
    font-family: 'pf_din_text_cond_promedium';
    font-size: 20px;
    display: inline-block;
    float: left;
}

.main_wrapper .main .products_content .left .basket .wrapper .ico {
    width: 28px;
    height: 100%;
    float: right;
    background: url(../images/icons/basket-ico2.png) no-repeat center center;
    display: inline-block;
}

.add_to_cart_response {
    display: none;
    line-height:16px;
    float: left;
    /*line-height: 55px;*/
    margin-top: 10px;
    font-family: arial, sans-serif;
    font-size: 12px;
    background-color:#ebebeb;
    margin-top:15px;
    padding:10px;
    border:1px solid #0285e8;
}
.add_to_cart_response a, .add_to_cart_response a:visited {
  color:#0285e8;
}

.cart_table {
    width: 100%;
    border-right: 1px solid #dfdfdf;
}
.cart_table th {
    background: #81b9e7;
    color: #fff;
    font-weight: bold;
    /*border-right: 1px solid #dfdfdf;*/
    height: 100%;
    text-align: left;
    padding: 15px 20px;
    /*padding-top: 19px;*/
    font-family: arial;
    font-size: 14px;
}
.cart_table th:first-child {
    border-right: none;
}
.cart_table th:last-child {
    width: 25px;
}
.cart_table td {
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    text-align: left;
    padding: 15px 20px;
    font-family: arial;
    font-size: 14px;
    vertical-align: middle;
}
.cart_table td:first-child {
    border-left: 1px solid #dfdfdf;
    width: 105px;
    border-right: none;
    padding-right: 0px;
}
.cart_table td a {
    color: #000;
    text-decoration: none;
}
.cart_table td a:hover {
    text-decoration: underline;
}
.cart_table tr:nth-child(even) {background: #fff}
.cart_table tr:nth-child(odd) {background: #f7f7f7}
.cart_img {
    width: 100px;
    height: 100px;
    border: 1px #dfdfdf solid;
    display: inline-block;
}
.cart_title, .cart_price {
    font-weight: bold;
}
.last_tr {
    background-color: #fff!important;
}
.last_tr td:first-child {
    border-left: none;
    border-bottom: none;
}
.last_tr td:nth-child(2) {
    border-left: none;
    border-bottom: none;
}
.last_tr td {
    text-align: right;
    font-weight: bold;
}
.can_order {
    font-family: arial, sans-serif;
    font-size: 14px;
    float: left;
    width: 85px;
    padding-left: 10px;
    padding-top: 6px;
    font-weight: bold;
}
.can_order2 {
    font-family: arial, sans-serif;
    font-size: 14px;
}
@import 'responsive.css';