@charset "utf-8";

.home-banner {
    padding: 30px 0 10px 0; 
    margin-left:-15px;
}

.home-banner .container [class^="col-"] {
    padding: 0;
}

.home-banner-img {
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.hot-service {
    margin-bottom: 20px;
    position: relative;
    margin-left: 30px;
    background-color: #fff;
    border-radius: 3px;
    padding: 20px 20px 20px 50px;
    border: 1px solid rgba(48,48,48,.1);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
}

.hot-service i {
    position: absolute;
    height: 60px;
    width: 60px;
    /*font-size: 28px;*/
    line-height: 60px;
    text-align: center;
    border-radius: 3px;
    background-color: #00b4c8;
    top: 50%;
    margin: -30px 0 0 0;
    left: -30px;
    color: #00b4c8;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.hot-service p {
    color: rgba(48,48,48,.7);
}

.hot-service .header {
    text-transform: uppercase;
    font-weight:400; 
    color: #444; 
    font-size:18px; 
    margin-top:10px; 
    margin-bottom:10px; 
    line-height:1.1;
}

.hot-service:hover {
    border-color: rgba(0,180,200,.7);
}

.hot-service:hover i {
    color: #fff;
    margin: -40px 0 0 0;
}

.image-wrapper {
 position: relative;
 clear: both;
 margin-bottom:20px;
 display: inline-block;
 width:100%;
 height:240px;
 border:3px solid #fff;
 border-radius:10px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box; 
 background-repeat:no-repeat; 
 background-size: cover;
}
.image-wrapper-news { height:150px !important; margin-bottom:5px !important;}
.image-wrapper a {
 text-decoration: none;
}
.noGutter .image-wrapper:hover .image-title {
 opacity:1;
}
.image-hover {
 position: absolute;
 top: 0;
 left: 0;
 bottom: 0;
 right: 0;
 background: rgba(0, 0, 0, 0);
 border-radius: 7px;
 -webkit-transition: background-color 0.3s ease;
 -moz-transition: background-color 0.3s ease;
 transition: background-color 0.3s ease;
}
.image-hover i[class*="icon-"], .image-wrapper i[class*="fa-"] {
position:absolute;
top: 50%;
left:50%;
margin: -20px 0 0 -20px;
font-size:42px;
line-height:42px;
overflow:hidden;
color:#fff;
opacity:0;
 -webkit-transition: opacity-color 0.5s ease;
 -moz-transition: opacity-color 0.5s ease;
 transition: opacity-color 0.5s ease;
}



.home-banner .home-banner-img:hover {
    z-index: 2;
    -webkit-transform: scale(1.1,1.1);
    -webkit-box-shadow: 5px 5px 0 0 rgba(0,0,0,.2);
    -moz-box-shadow: 5px 5px 0 0 rgba(0,0,0,.2);
    box-shadow: 5px 5px 0 0 rgba(0,0,0,.2);
}

.home-banner-img .home-banner-text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 15px 30px 10px;
    background-color: rgba(114,114,114,.6);
}

.home-banner-img .home-banner-text h3, .home-banner-img .home-banner-text h4 {
    color: #fff;
    margin: 0;
    text-transform: uppercase;
}

.home-banner-img .home-banner-text .menu-h, .home-banner-img .home-banner-text .menu-h {
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    font-weight:400;
    font-size:18px;
    line-height:1.1;
}

.home-banner .home-banner-img .home-banner-text h5,.home-banner .home-banner-img .home-banner-text h6 {
    color: #f7f7f7;
}

/*--------- Новая вкладка ------------*/
.bxr-promo-ribbon {
    margin: 20px -5px;
    padding-left: 5px;
    padding-right: 5px;
}
.bxr-promo-ribbon.bxr-promo-block .bxr-promo-element {
    padding-left: 5px;
    padding-right: 5px;
}
.bxr-promo-ribbon.bxr-promo-block .bxr-promo-element {
    margin-bottom: 10px;
}
.bxr-promo-ribbon .bxr-promo-element {
    height: 250px;
    overflow: hidden;
    text-align: center;
    position: relative;
}
figure.effect-goliath {
    height: 250px;
    display: block;
    position: relative;
    overflow: hidden;
    background: #F6F6F6;
    text-align: center;
    cursor: pointer;
}

figure.effect-goliath .bxr-promo-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    background-position: center;
    
    position: relative;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.effect-goliath figcaption, 
figure.effect-goliath figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

figure.effect-goliath figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.effect-goliath figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

figure.effect-goliath .bxr-promo-image,
figure.effect-goliath h2 {
 -webkit-transition: -webkit-transform 0.35s;
 transition: transform 0.35s;
        font-size: 14px;
}

figure.effect-goliath h2,
figure.effect-goliath p {
 position: absolute;
 bottom: 0;
 left: 0;
}

figure.effect-goliath h2 {
     padding: 15px;
}

figure.effect-goliath p {
 padding: 30px;
 text-transform: none;
 font-size: 12px;
 opacity: 0;
 -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
 transition: opacity 0.35s, transform 0.35s;
 -webkit-transform: translate3d(0,50px,0);
 transform: translate3d(0,50px,0);
}

figure.effect-goliath:hover .bxr-promo-image {
 -webkit-transform: translate3d(0,-80px,0);
 transform: translate3d(0,-80px,0);
}

figure.effect-goliath:hover h2 {
 -webkit-transform: translate3d(0,-100px,0);
 transform: translate3d(0,-100px,0);
}

figure.effect-goliath:hover p {
 opacity: 1;
 -webkit-transform: translate3d(0,0,0);
 transform: translate3d(0,0,0);
}
.bxr-basket-row {
    min-height: 20px;
   /* padding: 3px 0; */
    font-weight: 300;
}
.bxr-top-headline {
    background: #f6f6f7;
    min-height: 10px;
    margin-top:10px;
}
.bxr-full-width {
    width: 100%;
}
ul.bxr-topline-menu {
    display: inline-block;
    padding: 0;
    margin: 8px 0 4px;
    margin-right: -30px;
    list-style: none;
    font-size: 13px;
}
.bxr-topline-menu li {
    float: left;
    margin-right: 18px;
    line-height: 17px;
}
.bx_login_block {
    margin-top: 6px;
}
.bx_login_block {
    float: left;
}
ul.bxr-topline-menu a {
    text-decoration: none;
    color: #414141;
}
a {
    color: #9c27b0;
}
.bx-searchtitle .bx-input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d5dadc;
    padding-right: 2px;
    background: #fff;
}
.bx-searchtitle .bx-input-group-btn {
    position: relative;
    font-size: 0;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.footer-line {
    height: 3px;
    width: 100%;
    background:  #9c27b0;
}
.footer-head {
    padding: 20px 15px 6px;
    font-size: 14px;
    font-weight: 700;
    color: #636466;
    line-height: 25px;
}
.footerline {
    margin-bottom: 20px;
}
.mobile-footer-menu-tumbl {
    padding: 10px 0;
    cursor: pointer;
    font-weight: bold !important;
}
.mobile-footer-menu-tumbl .fa-chevron-down {
    right: 0;
    position: absolute;
}
template_46bf4a…33029242379:16
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0,0);
}
.bxr-footer-col ul {
    padding: 0;
    list-style: none;
    margin: 0;
    margin-left: -10px;
}

.bxr-footer-col li a {
    color: #414141;
}


.bxr-delivery-block .delivery {
    margin-top: 20px;
}
.bxr-delivery-block .delivery-title {
    font-size: 18px;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.bxr-delivery-block .delivery-desc .delivery-img {
    display: inline-block;
    float: left;
    margin: 0 40px 15px 0;
}

.bxr-benefits-block .benefit {
    padding: 40px 0;
}
.bxr-benefits-block .benefit .benefit-text {
    float: right;
    padding-top: 30px;
    width: 57.692307692307686%;
}
.bxr-benefits-block .benefit h5 {
    margin-top: 0;
    font-size: 20px;
    font-weight: bold;
}
.bxr-benefits-block .benefit p {
    color: #303030;
    margin-bottom: 0;
    font-size: 15px;
}
.bxr-benefits-block .benefit .benefit-image {
    float: left;
    width: 37.60683760683761%;
}


.vk {
    background: url(/templates/default/images/vk.png) center center no-repeat;
}
.footer-socnet {
    width: 25px;
    height: 25px;
    float: left;
    display: block;
    margin-right: 6px;
}
.container {
    padding-left: 20px;
    padding-right: 20px;
}

a:hover, a:focus {
    color: #9c27b0;
}



















