@font-face {
  font-family: 'autobautank_font';
  src: url("../fonts/autobautank_font.eot?1op9fo");
  src: url("../fonts/autobautank_font.eot?1op9fo#iefix") format("embedded-opentype"), url("../fonts/autobautank_font.ttf?1op9fo") format("truetype"), url("../fonts/autobautank_font.woff?1op9fo") format("woff"), url("../fonts/autobautank_font.svg?1op9fo#autobautank_font") format("svg");
  font-weight: normal;
  font-style: normal; }


header p{
    margin: 0;
    padding: 0;
}

h1 {
    font-family: "Arial", Arial, Verdana, sans-serif;
    font-size: 36px;
    line-height: 42px;
    font-weight: 700;
    color: #222222;
    padding: 13px 0 10px 0;
}

._type_prod  h1{
    padding-bottom: 40px;
}

h2 {
    font-family: "Arial", Arial, Verdana, sans-serif;
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    color: #222222;
    padding: 13px 0 10px 0;
}

h3 {
    font-family: "Arial", Arial, Verdana, sans-serif;
    font-size: 28px;
    line-height: 34px;
    font-weight: 400;
    color: #222222;
    padding: 13px 0 10px 0;
}

.show-more-home{
    vertical-align: top;
    font-family: "Arial",Arial,Verdana,sans-serif;
    font-size: 12px;
    line-height: 42px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition-property: background color;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-property: background color;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease;
    -ms-transition-property: background color;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease;
    -o-transition-property: background color;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease;
    transition-property: background color;
    transition-duration: .3s;
    transition-timing-function: ease;
    margin-bottom:  10px;
    text-align: center;
    cursor:     pointer;  
}
.show-more-home span{
    background: #ef4f00;
    padding: 10px 16px;
}
#blocks{
    width: 100%;
}

.catalog-thumbnails.offset-ziro.home-catalog a:nth-of-type(n+21) {
    display: none;
}

.admin-build-block{
    padding-bottom: 247px;
}

.slider-miniatures .slick-list img{
    cursor: pointer;
    border: 1px solid #fff;
}

.slider-miniatures .slick-current img{
    border: 1px solid #ef4f00;;
}

.card_tab table{
    display: table;
    width: 100% !important;
    margin: 15px 0;
    border: none;
}

.card_tab tr:nth-child(2n + 1) {
    background: rgba(238, 238, 238, 1);
}
.card_tab tr {
    display: table-row;
    background: rgba(247, 247, 247, 1);
}

.card_tab td {
    display: table-cell;
}

.card_tab td:first-child {
    width: 50%;
    border-right: 2px solid #ffffff;
    font-family: "Arial", Arial, Verdana, sans-serif;
    font-size: 15px;
    line-height: 40px;
    font-weight: normal;
    color: #333333;
    padding: 0 4%;
}

.card_tab td:first-child p{
    font-family: "Arial", Arial, Verdana, sans-serif;
    font-size: 15px;
    line-height: 40px;
    font-weight: normal;
    color: #333333;
    padding: 0 4%;
}

.card_tab td:last-child {
    width: 50%;
    font-family: "Arial", Arial, Verdana, sans-serif;
    font-size: 15px;
    line-height: 25px;
    /*font-weight: 700;*/
    color: #333333;
    padding: 7px 4%;
}

.card_tab td:last-child p{
    font-family: "Arial", Arial, Verdana, sans-serif;
    font-size: 15px;
    line-height: 25px;
    /*font-weight: 700;*/
    color: #333333;
    padding: 7px 4%;
}

.sidebar-nav._deep_1{
    display: none;
}

input[name="mail"]{
    display: none;
}

.uznat_cenu-preview-box, .leasing-preview-box, .recall-preview-box{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
}

.product-links a{
    cursor: pointer;
}

.uznat_cenu-preview-box .contact-form-section, .leasing-preview-box  .contact-form-section, .recall-preview-box  .contact-form-section{
    display: block;
    width: auto;
    height: auto;
    max-height: 440px;
    max-width: 500px;
    margin: auto;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    padding: 20px;
}

.uznat_cenu-preview-box .contact-form-section .contact-form-box, .leasing-preview-box   .contact-form-section .contact-form-box, .recall-preview-box .contact-form-section .contact-form-box{
    width: 100%;
}

.block_content img{
    max-width: 100%;
    height: auto;
}

.good-content .h3 {
    display: inline-block;
    vertical-align: top;
    font-family: "Arial", Arial, Verdana, sans-serif;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    padding: 5px 0 15px 0;
}

/*.good:hover .good-content .h3 {
    text-decoration: underline;
}*/

/*.product-view-list li.active a{
    color: #252525;
    background: rgba(255, 255, 255, 1);
}*/

.sidebar-nav li.active-trail a{
    color: #ffffff;
    background: rgba(239, 79, 0, 1);
}

.breadcrumbs ul li:last-child span {
    color: #999999;
    cursor: default;
    position: relative;
    top: 1px;
}

.breadcrumbs ul li a span
{
    color:  #103145;
    text-decoration: underline;
}

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

.breadcrumbs ul li span {
    font-family: "Arial", Arial, Verdana, sans-serif;
    font-size: 10px;
    line-height: 10px;
    font-weight: 700;
    text-transform: uppercase;

    color: #444444;
    -webkit-transition-property: background color;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-property: background color;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease;
    -ms-transition-property: background color;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease;
    -o-transition-property: background color;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease;
    transition-property: background color;
    transition-duration: .3s;
    transition-timing-function: ease;
}

/*.breadcrumbs ul li a:link span, .breadcrumbs ul li a:visited span{
    color: #00314f;
}

.breadcrumbs ul li a:link span, .breadcrumbs ul li a:visited span:hover{
    color: #ef4f00;
}*/

.uznat_cenu-preview-box .contact-form-section{
    height: 220px;
}

.input-box{
    position: relative;
}
input[type="text"], input[type="email"], input[type="tel"]{
    box-shadow: none;
}
.input-box .fa-star{
    position: absolute;
    color: #f00;
    right: 10px;
    font-size: 9px;
    top: 22px;
}

.slider-big-item{
    cursor: pointer;
}

.preview-box .close-btn{
    top: 1%;
}

.fa.fa-times{
    font-size: 30px;
    line-height: 30px;
    color: #ffffff;
    z-index: 2;
}

.call-contacts a.mail-link{
    font-size: 15px;
}

.preview-box img{
    max-height: 85%;
}

.preview-box .preview-text{
    position: fixed;
    bottom: 2%;
    color: #fff;
    width: 100%;
    text-align: center;
}

.preview-bg{
    background: rgba(0, 0, 0, .8);
}

.webstdio-box .h2 {
    display: inline-block;
    vertical-align: middle;
    width: 78%;
    font-family: "Arial", Arial, Verdana, sans-serif;
    font-size: 13px;
    line-height: 18px;
    font-weight: normal;
    color: #eeeeee;
    text-align: right;
    padding: 0 10px 0 0;
    -webkit-transition-property: color;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-property: color;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease;
    -ms-transition-property: color;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease;
    -o-transition-property: color;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease;
    transition-property: color;
    transition-duration: .3s;
    transition-timing-function: ease;
}

.webstdio-box .h2:hover {
    color: #ef4f00;
}

.h2 {
    font-family: "Arial", Arial, Verdana, sans-serif;
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    color: #222222;
    padding: 13px 0 10px 0;
}

.header-contacts-col.col-2 .h3 {
    font-family: "Arial", Arial, Verdana, sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    color: #ffffff;
}

.footer-col.col-2 .h3 {
    font-family: "Arial", Arial, Verdana, sans-serif;
    font-size: 12px;
    line-height: 24px;
    font-weight: normal;
    color: #eeeeee;
}

.prod_cena{
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.prod_cena span{
    font-family: 'Arial';
    font-size: 14px;
    color: #666;
    display: inline-block;
    margin-right: 10px;
    text-transform: uppercase;
}

.prod_cena p{
    font-family: 'Arial';
    font-size: 36px;
    line-height: 36px;
    color: #333;
    font-weight: bold;
    display: inline-block;
}

@media only screen and (max-width: 768px){
    .prod_cena span{
        display: block;
    }

    .prod_cena p{
        display: block;
    }
}
.someclasspolotic{
    font-size: 11px;
    color: #fff;
    font-family:"Arial",sans-serif;
    text-align: left;
    padding: 0;
  }
.good{
    height: 100%;
    border-radius: 3px;
    overflow: hidden;
}

.good-footer{
    position: absolute;
    bottom: 0px;
}

.good-block{
    width: 100%;
    height: 40px;
}

.read-more-link{
    cursor: pointer;
}

.text__body{
    display: none;
}

.select select option:first-child{
    display: none;
}


.slider-big .photo-descript {
    text-align: center;
    padding-left: 170px;
    color:  #ffffff;
    font-size: 18px;
    font-weight: 700;
}

.slider-big div:before{
    content: none;
}

.sidebar__bar{
    display: none;
}

.sidebar__title{
    display: inline-block;
    
    background: rgba(31,153,112,0);
    font-family: "Arial",Arial,Verdana,sans-serif;
    font-size: 14px;
    line-height: 55px;
    font-weight: 700;
    color: #00314f;
    text-transform: uppercase;
    padding: 0;
    
    -webkit-transition-property: background color;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-property: background color;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease;
    -ms-transition-property: background color;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease;
    -o-transition-property: background color;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease;
    transition-property: background color;
    transition-duration: .3s;
    transition-timing-function: ease;
}

@media only screen and (max-width: 768px){
    .sidebar.left {
        display: block;
        width: 100%;
    }

    .sidebar-nav{
        display: none;
        padding-left: 0px;
    }

    .sidebar__bar{
        display: block;
    }


}

.contact-form-section .close-btn{
    background: none;
    border: 1px solid transparent;
    right: 0px;
    top: -40px;
    position: absolute;
    cursor: pointer;
}

.slider-big-item{
    display: block;
    position: relative;
}

.leasing .contact-form-section, .recall  .contact-form-section{
    height: 325px
}

.header-section .thumbnail {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 28px 15px 0;
}


@media only screen and (max-width: 768px){
    .header-section .thumbnail {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        padding: 15px 1.2%;
    }
}

.header-section .category img{
    /*min-width: 100%;
    min-height: 100%;
    height: auto;*/
    height: auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
}

/*@media only screen and (max-width: 480px) {
    .header-section .categories .thumbnail {
        display: block;
        vertical-align: top;
        width: 100%;
        padding: 0;
    }
}*/

.birka {
    position: absolute;
    background: #666666;
    top: 150px;
    left: 10px;
    z-index: 1;
    font-family: Arial;
    color:  #ffffff;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.25px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    width: 80px;
    border-radius: 2px;
}

.slider-box .birka{
    top: 10px;
}

.birka-probeg{
    background-color: #0877b7;
}

.birka-nalik {
    background: #03ad7f !important;
}

.birka-action{
    background: rgba(239,14,72,1);
}

.birka:nth-child(2) {
    left: 95px;
}

.birka:nth-child(3) {
    left: 180px;
}

.slider-box{
    padding: 0;
    position: relative;
}

.birka-new {
    background: #ff5a00 !important;
}

.birka-subsidii {
    background: #ffd700 !important;
}

.marki h3{
    display: block;
    text-align: center;
}

.partners_title{
    display: inline-block;
    background: rgba(247, 247, 247, 1);
    font-weight: bold;
    line-height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.card_tab_link .fa-video-camera{
    border: 2px solid #666;
    border-radius: 2px;
    padding: 1px 2px 1px 2px;
    margin-right: 5px;
}

.card_tab_link.active .fa-video-camera{
    border: 2px solid #000;
}

.sidebar-nav._deep_0{
    padding-left: 0px;
}

.news_item{
    border-top: 1px solid #ccc;
    margin-bottom: 40px;
}

.news_list.stat .news_item{
    border: none;
}

.news_item:last-child{
    border-bottom: 1px solid #ccc;
}

.news_date{
    line-height: 22px;
    font-size: 11px;
    margin-bottom: 20px;
}

.news_date span
{
    display: inline-block;
    font-family: Arial;
    color:  #ffffff;
    font-size: 11px;
    font-weight: 400;
    line-height: 22px;
    background-color:  #333333;
    padding: 0 10px;
}

.news_img{
    float: left;
    vertical-align: top;
    width: 170px;
    margin-right: 30px;
}

.news_img_item{
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}

.news_img_item img{
    display: block;
    max-width: 100%;
    /*max-height: 118px;*/
    width: auto;
    height: auto;
}

.news_content{
    vertical-align: top;
    overflow: hidden;
}

.news_text a{
    text-decoration: underline;
    color: rgb(239, 79, 0);
}

.news_title{
    font-family: Arial;
    color:  #333333;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    margin-bottom: 35px;
}

.news_title:hover{
    color: rgb(239, 79, 0);
}



.main-content.right section{
    padding-top: 0px;
}

h1{
    padding-top: 0px;
}

.photo_list{
    margin-left: -15px;
    margin-right: -15px;
}

.photo_item{
    display: inline-block;
    vertical-align: top;
    width: 33%;
    padding: 0px 14px;
    margin-bottom: 30px;
}

.photo_img img, .photo_img iframe{
    max-width: 100%;
    display: block;
    width: auto;
    height: auto;
}

.photo_title{
    width: 100%;
    line-height: 50px;
    height: 50px;
    background-color: #333;
}

.photo_title span{
    display: inline-block;
    font-family: Arial;
    color: #eeeeee;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
    vertical-align: middle;
}

.photo_item:hover .photo_title span{
    text-decoration: underline;
}

.title{
    font-family: "Arial", Arial, Verdana, sans-serif;
    font-size: 36px;
    line-height: 42px;
    font-weight: 700;
    color: #222222;
    padding: 0 0 10px 0;
}

.your_city{
    position: relative;
}

.city_list{
    display: none;
    position: absolute;
    bottom: 0px;
    left: 0px;
    border-radius: 2px;
    background-color: #fff;
    height: 220px;
    overflow-y: auto;
    z-index: 99;
    padding-top: 20px;
    width: 172px;
}

.your_city:hover .city_list, .city_list.active{
    display: block;
}

.city_list a{
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    color: #333;
    display: block;
    text-align: left;
    padding-left: 11px;

}

.city_list a:hover{
    color: #ef5400;
}

.your_city_text{
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
    padding: 0 11px;
    border-radius: 2px;
    border: 1px dashed #fff;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 8px;
}



@media only screen and (max-width: 768px) {
    .pagination-box {
        text-align: center;
    }

    h1{
        padding-top: 0px;
        text-align: center;
    }

    .photo_list{
        margin: 0;
    }

    .photo_item{
        display: inline-block;
        vertical-align: top;
        width: 49%;
        padding: 0px 14px;
        margin-bottom: 30px;
    }

    .header-contacts-col.col-2{
        display: none;
    }

    .front_catalog .catalog-thumbnail{
        width: 312px;
        padding: 0px 16px;
    }

    .front_catalog .catalog-thumbnails{
        text-align: center;
    }

    .front_catalog .selected-box{
        padding: 0;
    }

    .front_catalog .selected-box:before, .front_catalog .selected-box:after{
        content: none;
    }
    
}


@media only screen and (max-width: 480px) {
  
    .header-section .categories .thumbnail {
        width: 100%;
    }

    .news_img{
        float: none;
        width: 100%;
    }

    .news_img img{
        margin: 0 auto;
    }

    .news_title{
        font-size: 22px;
    }

    .photo_list{
        margin: 0;
        text-align: center;
    }

    .photo_item{
        display: inline-block;
        vertical-align: top;
        width: 290px;
        max-width: 95%;
        padding: 0;
        margin-bottom: 30px;
    }

    /*.header-contacts-col.col-2{
        display: inline-block;
    }*/

    .front_catalog .catalog-thumbnail{
        width: 312px;
        padding: 0px 16px;
        max-width: 95%;
    }

    .front_catalog .selected-box{
        padding: 0;
    }

    .front_catalog .selected-box:before, .front_catalog .selected-box:after{
        content: none;
    }


}

.main-nav._deep_1{
    display: none;
    position: absolute;
    background-color:  #eef2f4;
    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.3);
    margin: 0;
    padding: 0;
    z-index: 99;
    border-bottom: 2px solid #ef5400;
}

.main-nav__item._deep_0:hover .main-nav._deep_1, .main-nav._deep_1.active{
    display: block;
}

.main-nav li a._deep_1{
    font-family: Arial;
    color:  #666c6f;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
    text-align: left;
    text-transform: uppercase;
    min-height: 36px;
}

.main-nav li a._deep_1:after{
    content: none;
}

.main-nav._deep_1{
    width: 240px;
    text-align: left;
}

.main-nav li._deep_1{
    display: block;
    top:0;
    padding-top: 0px;
    padding-bottom: 0px;
}

.main-nav li._deep_1:hover, .main-nav li._deep_1._active-trail{
    background-color:  #e0e8ec;
}

.right > span{
    display: block;
    margin-top: 10px;
}

.main-content.right section.catalog_text{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 30px 0px;
    margin-bottom: 40px;
}

.footer_top > .row{
    text-align: center;
}

.slider-big .slick-arrow{
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    height: 80px;
    width: 40px;
    background-color:  rgba(0, 0, 0, 0.5);
    background-position: center center;
    background-repeat: no-repeat;
    border: none;
    z-index: 99;
    cursor: pointer;
}

.slider-big .slick-arrow img{
    display: none;
}

.slider-big .slick-prev{
    left: 0px;
    background-image: url('../img/arrow-left.png');
}

.slider-big .slick-next{
    right: 0px;
    background-image: url('../img/arrow-right.png');
}

.header-contacts-col.col-3{
    padding-top: 0px;
}

.product-links ul li.block_price{
    border: none;
    text-align: center;
    text-transform: uppercase;
    color: #ef4f00;
}

.block_price p{
    color: #ef4f00;
    font-size: 17px;
}

.region_fade_in{
    z-index: 9999;
    position: relative;
}

.header-contacts-col.col-4 .h3 {
    font-family: "Arial",Arial,Verdana,sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    color: #ffffff;
}

.header-contacts-col.col-4 span{
    display: block;
    margin-top: 10px;
}

.footer-row-bottom{
    position: relative;
}

.footer-col.col-4{
    position: absolute;
    top: 10%;
    left: 58%;
    transform: translate(-50%, 0);
}

@media only screen and (max-width: 768px) {
    .footer-col.col-4{
        top: 32%;
        left: 50%;
        display: none;
    }
}


.header-col.logo-col{
    z-index: 100;
    position: relative;
}

.header-top-row .header-col.header-nav-col{
    z-index: 200;
}

.social_item{
    display: inline-block;
    width: 55px;
    height: 50px;
    background-position: -4px 0px;
    background-image: url(/sites/all/themes/autobau/images/socialpng33.png);
    background-size: auto 100%;
}

.social_item_fb{
    background-position: -65px 0px;
}

.social_item_yt{
    background-position: -126px 0px;
}
.social_item_inst{
    background-position: -189px 0px;
}

.three-cols-box .footer-col.col-1, .three-cols-box .footer-col.col-2, .three-cols-box .footer-col.col-3, .three-cols-box .footer-col.col-5{
    width: 24.5%;
    display: inline-block;
    vertical-align: top;
}

.footer-col.col-5{
    text-align: center;
}

@media only screen and (max-width: 768px){
    .three-cols-box .footer-col.col-1, .three-cols-box .footer-col.col-2, .three-cols-box .footer-col.col-3, .three-cols-box .footer-col.col-5{
        width: 100%;
        display: block;
        
    }
}

