:root {
    --curr-color: #336699;
    --curr-color-white: rgba(255,255,255,0.5);
    --big-text: 38px;
    --primary-c: #2196F3;
    --secondary-c: #B2D7F5;
    --white: #FDFBFB;
    --text: #082943;
    --bg: var(--primary-c);
    --active-color: #27b5d5;
}
#container, .sidebar_menu_inner{/* height: 100%; */position: relative;}
.overlay-bg{
    position: absolute;
    opacity: 0;
    top:0;
    left: 0;
    right:0;
    bottom: 0;
    z-index: 110;
    background: rgb(0 0 0 / 50%);
    transition: 0.5s opacity;
    visibility: hidden;
}
.row.margin0 > div[class*="col-"] {
    padding: 6px;
    margin: 0;
}

.section_item {
    border: 1px solid #ececec;
    line-height: 20px;
    padding: 15px 15px 10px;
    zoom: 1;
    vertical-align: top;
    transition: box-shadow ease 0.2s, border ease-out 0.2s, transform ease 0.2s;
    background: #fff;
    position: relative;
    border-radius: 10px;
    margin: 0 0 10px 0;
}
#Catalog .products .section_item {padding: 20px 20px 10px;}
.row.flexbox .item {
    height: 100%;
    min-height: 100%;
}
.box-shadow:hover {
    border-color: #fff;
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 10%);
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    background-color: #fff;
    position: relative;
    z-index: 1;
}
#Last{
    background-color: #fafafa;
    padding: 20px 0px 20px 0px;
}
#Last .itc-slider-2 .itc-slider__item {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}


#Last .card_box{
    padding: 20px 10px;
    border-radius: 10px;
}
#Last .card_box .card:hover {
    -webkit-box-shadow: 0px 0px 0.29rem 0.1rem rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 0.29rem 0.1rem rgba(0, 0, 0, 0.15);
    z-index: 10;
    position: relative;
}
#Last .row{
    margin-right: -0px;
    margin-left: -0px;}
#Last div[class*="col-"]{
    padding-right: 15px;
    padding-left: 0px;
} 
#Last .card_box .card{
    border-radius: 10px;
    min-height: 136px;
}
#TopProducts{
    padding: 10px 10px 40px 10px;
    background: #fbfbfb;
    /* max-width: 1508px; */
    margin: 0 auto;
}
#TopProducts .products{

}
#TopProducts .image{
    position: relative;
    padding: 10px 40px 10px;
}
.logo-row{
    z-index: 10000;
    position: relative;
    top: 0;
    /* float: left; */
    display: inline-block;
}
.clear {
    clear: both;
    display: table;
    height: 0;
    background: none;
    float: none !important;
}
.wrap {
    margin: 0px auto 0px;
    padding: 0;
    display: block;
    text-align: right;
}
.bg{
    background: #f5f5f5;
    padding: 20px 15px;
}
.bgl{
    background: #ededed;
    padding: 20px 15px;
}
.brends.bg{
 padding: 20px 0px;
}
.swiper-wrapper{
    padding-bottom:20px !important;
}
*{
    text-align: left;
    margin: 0px;
    text-indent: 0px;
    /* font-weight: normal; */
    font-family: 'Roboto';
    outline: none;
}
#SendZakazBtn a{
    white-space: normal;
    display: block;
    margin: 0 auto!important;
    font-size: 16px;
    padding: 5px 25px;
    background: var(--active-color);
    border-color: var(--active-color);
    color: #fff;

}
#SendZakazBtn a:hover{
    color: #fff;
    background: #666666;
    border-color: #666666!important;
}
.p_menu svg{
    float: right;
    padding: 7px 0px 0px;
    position: absolute;
    top: 30%;
    right: 19px;
    z-index: 0;
    /* display: none; */
}
.sidebar_menu {
    background: #fafafa;
    position: fixed;
    width: 285px;
    padding-left: 10px;
    top: 0px;
    z-index: 120;
    bottom: 0px;
    left: 0px;
    border-right: 1px solid #eee !important;
    border-color: var(--stroke_black);
    background: #fff !important;
    background-color: var(--black_bg_black);
    height: 100%;
}
.wrapper{
    /* height: 100%; */
    position: relative;
}
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: #fff !important;
}
.logo-block{
    padding: 0px 0px 0px 0px;
}
.rounded-btn{
    line-height: 40px !important;
    top: 0 !important;
    left: 0 !important;
    padding: 0 !important;
    margin: 0;
    font-size: 11px;
    text-align: center;
    overflow: visible;
    border-radius: 50% !important;
    display: block!important;
    vertical-align: top;
    transition: box-shadow 0.4s,background-color 0.4s;
}
#Page{
    /* position: relative; */
    /* overflow: hidden; */
}
#MainMenu{
}
#MainMenu .MainMenuBtn svg{
    font-size: 20px;
    margin: 0 5px 0px 0px;
}
#MainMenu{
    position: relative;
    top: 0px;
    z-index:1000;
    display: inline-block;
    vertical-align: bottom;
}

.MainMenuArea{
    display: none;
    padding: 20px 10px 20px 20px;
    margin: 0;
    position: fixed;
    top: 75px;
    left: 15px;
    right: 15px;
    background: #fff;
    box-shadow: 0px 4px 11px #ccc;
    z-index: 10000;
    height: 86vh;
    width: auto !important;
}
#SubmenuW.fixed .MainMenuArea{
    
top: 50px !important;
}
.MainMenuScroll{

    height: 80vh;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-color: #dadcde #fff;
    /* scrollbar-color: rgb(var(--vi-secondary)) rgb(var(--vi-background)); */
    scrollbar-width: thin;
}
.MainMenuArea a.name{
    
    font-size: 16px;
    display: block;
    padding: 7px 10px;
    border-radius: 5px;
    text-decoration: none;
}
.MainMenuArea a.name span.icon{
    color:var(--active-color);
    display: inline-block;
    width: 23px;
}
.MainMenuArea a.name.min{
    white-space: normal;
    font-weight: 400;
    padding: 6px 5px;
    font-size: 14px;
}
.MainMenuArea a.name.min:hover{
    background: none;
    text-decoration: underline;
}
.MainMenuArea a.name:hover, .PointMenu.over a.name{
    position: relative;
    background: #f1f1f1;
}
.PointMenu.over a.name:after{
    content: '>';
    position: absolute;
    right: 15px;
    font-size: 20px;
    line-height: 24px;
    color: #666;
}
.WrapMenuArea{
    position: relative;
}
#MainMenu .MainMenuBtn{transition: background 0.3s;margin: 5px 0 0 0;width: 114px;/* float: left; *//* display: inline-block; */text-align: left;line-height: 40px;padding: 0px 0 0 10px;font-size: 15px;text-decoration: none;background: #666;border-radius: 5px;color: #fff;cursor: pointer;}
#MainMenu .MainMenuBtn:hover{
    background: #444;
}
#Blocks{
    padding: 20px 0;
}
#Blocks .boxx{
    border-radius: 10px;
    overflow: hidden;
}
#Blocks  .boxx .ower{
    text-align: center;
    
}
#Blocks .ower{
background: #f7f7f7;
    display: block;
    margin: 0 auto;
    width: 98%;
    line-height: 1.1 !important;
    font-weight: 400 !important;
    position: relative;
    top: -30px;
    z-index: 10;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #ccc;
}
#Blocks .ower .caption{
        font-size: 22px !important;

}
#Blocks .descr p{
    font-size: 15px !important;
    display: block;
    margin: 0 auto;
    font-weight: 300 !important;
    z-index: 10;
    padding: 5px 0px;
    border-radius: 10px;
}
#Animation{
    overflow: hidden;
}
#Animation .A-item{
    min-height: 680px;
    background-repeat: no-repeat !important;
    background-position: center top;
    background-size: cover;
}

#Animation .itc-slider__btn{
    opacity:0;
    transition: 0.3s all;
}
#Animation:hover  .itc-slider__btn{
    opacity:1;
}
#Animation:hover .itc-slider__btn_prev{
    left:0%;
}
#Animation:hover .itc-slider__btn_next{
    right:0%;
}
#Animation .itc-slider__btn_prev{
    left:-100px;
}
#Animation .itc-slider__btn_next{
    right:-100px;
}
#Animation .bg{
    width: 100%;
    background: #fff url(../images/bg.jpg) no-repeat center center;
    background-size:cover;
    min-height: 400px;
    padding: 0px;
    /* z-index: 0; */
    /* position: relative; */
}
#Animation .bg-opacity{
    padding: 0px 0;
    min-height: 400px;
    background-color: rgba(0,0,0,0.4);
    /* z-index: 10; */
    /* position: relative; */
}
#Animation  .text{
    padding: 40px 20px 10px 20px;
    color: #fff;
}
#PageContent .caption span{
    color: #333;
    font-size: 46px;
    line-height: 1.1;
    font-weight: 300;
}

#PageContent .caption-name span{
    color: #333;
    font-size: 46px;
    line-height: 1.1;
    font-weight: 300;
}
#PageContent .caption.boxcaption span, #PageContent .caption.boxcaptiontext span{
    color: #333;
}
#Animation .wrap{
    width: 100%;
    position: absolute;
    display: block;
    bottom: 5%;
    /* left: 38%; */
    text-align: center;
}

#Animation .a_capt{
    text-align: left;
    font-weight: 300;
    font-size: 40px;
    padding: 0px 0px 0px 30px;
    color: #fff;
    text-shadow: 0px 2px 6px rgb(0 0 0 / 60%);
}

#Animation .a_descr{
    text-align: left;
    font-weight: 300;
    padding: 0px 0px 60px 30px;
    font-size: 23px;
    color: #fff;
    text-shadow: 0px 1px 5px rgb(0 0 0 / 50%);
}
#Animation .button, .button-b {
    border-radius: 4px;
    border: none!important;
    background: rgb(255 255 255 / 0.80);
    font-size: 14px;
    padding: 10px 50px;
    margin: 0px auto;
    width: 200px;
    text-decoration: none;
    color: #333;
    /* text-transform: uppercase; */
    white-space: nowrap;
    cursor: pointer;
    transition: 0.3s;
}
#Animation .button:hover{
    background: rgb(255 255 255 / 0.99);
    color: #333;
}
#Animation .title1{
    font-size: 50px;
    line-height: 1.2;
    font-weight: 600;
    margin: 0 0 45px;
    letter-spacing: 0.3px;
}
#Animation .title2{
    font-size: 22px;
    line-height: 1.55;
    font-weight: 600;
    padding: 20px 0px 0px 0px;
}
#Animation .title3{
    font-size: 22px;
    line-height: 1.55;
    font-weight: 600;
    padding: 20px 0px 0px 0px;
}
#PageTopMenu.main #PageTel .socseti, #PageTopMenu.main  .cart{
    margin: -10px 0px 0px 0px;
}
#Label{padding: 20px 0px 0px 0px;}
#Label .loz a{
    text-transform: uppercase;
    text-decoration: none;
    /* text-align: center; */
    color: #4F4F4F;
    font-size: 19px;
    font-weight: 800;
    font-family: 'Roboto';
    letter-spacing: 1px;
}
.lozs{
    /* text-align: center; */
    color: #4F4F4F;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0px;
    padding: 0px 0px 0px 44px;
    margin-top: -13px;
}
#callbackF{
    margin-top: 0px;
}
.socseti, .cart, .likes, .zakaz{
    float: left;
    text-align: center;
    display: inline-block;
    margin: 0px 10px 0 10px;
    height: 40px;
    line-height: 40px;
}

#SubmenuFB .cart, #SubmenuFB .likes{

    margin-right:  15px !important;
}
.socseti a{
    text-decoration: none !important;
    margin: -12px 0px 0px 8px;
}
.socseti a.whatsapp span{
    color: #4F4F4F;
    font-size: 30px !important;
}
.socseti a.telegram span{
    color: #4F4F4F;
    font-size: 30px !important;
}

.soc a.whatsapp span{
    color: #43d854;
    font-size: 20px !important;
}
.soc a.telegram span{
    color: #0088cc;
    font-size: 20px !important;
}
.soc{
    padding:10px 0px 0px 0px;
}
#PageFooter .soc a.telegram span, #PageFooter .soc a.whatsapp span{
    font-size: 40px !important;
    margin: 0px 0px 0px 10px;
}
.reviews  img.reviews {
    /* border-radius: 50%; */
    width: 270px;
    /* border: 2px solid #e9e9e9; */
    /* padding: 10px; */
    margin: 0px auto 10px auto;
    /* transition: all 0.4s; */
}
.reviews  img.reviews:hover{
    /* box-shadow: 0px 0px 10px #d3d3d3; */
}
.specialists  img.reviews {
    border-radius: 50%;
    width: 220px;
    margin: 20px auto 10px auto;
}
#reviews .caption, .specialists .caption{
    text-align: left;
    font-size: 18px;
    margin: 10px 0px 0px 0px;
}
#reviews .border{
    display: block;
    height:100%;
}
#reviews .descr{padding: 10px 0px 10px 0px;font-weight: 400;font-size: 14px;text-align: left;line-height: 23px;color: #555;}
form.search {
    position: relative;
}
.search .search-button-div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px;
}
.search .btn-search {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0 16px;
    border: none;
    background: none;
    font-size: 17px;
    color: #333;
    width: 50px;
}
.search .btn-search:hover{

    color: var(--active-color);
}
.search-button-div .close-block, .top-block .info-text .search-block {
    position: relative;
    min-width: 57px;
    cursor: pointer;
}
.search .search-input {
    color: #444;
    display: block;
    height: 34px;
    line-height: 18px;
    padding: 0 70px 3px 14px;
    width: 100%;
    border-radius: 3px;
}
.search .search-input {
    padding: 0 44px 0 16px;
    height: 42px;
    font-size: 0.867em;
    line-height: 40px;
    background: #fafafa;
    border: 1px solid #ececec;
}
.search input[type="text"] {
    background: #fafafa;
    border: 1px solid #ececec;
    border-color: #ccc;
    border-radius: 5px;
    box-shadow: none;
    color: #383838;
    height: auto;
    font-size: 14px;
    outline: none;
}
#title-search_fixed{
    position:relative;
}
.search .search-input::placeholder{color:rgba(0,0,0,.2)}
.title-search-result.loading{
    background-image: url(../images/spinner.gif);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 30px;
}
.title-search-result{
    min-width: 40px;
    min-height: 40px;
    
}
.title-search-result{
    position: absolute;
    background: #fff;
    padding: 10px 20px;
    margin: 0 15px 0 0;
    top: 100%;
    left: 15px;
    z-index: 100;
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 10%);
}
.title-search-result img{
    height: 30px !important;
    width: auto !important;
    margin: 0 10px 0 0;
}
.title-search-result .name{
    font-size: 16px;
    color: #888;
}

.title-search-result a{
    padding: 4px 0px 0px 10px;
    display: block;
    font-size: 15px;
    color: #333;
    text-decoration: none;
}
.title-search-result a:hover{
 color: var(--active-color);
    text-decoration: underline;
}
.bg-black{
    background: #000;
    z-index: 11;
    position: relative;
    color: #fff;
    -webkit-box-shadow: 0 0 15px 0px rgb(0 0 0 / 70%);
    box-shadow: 0 0 15px 0px rgb(0 0 0 / 70%);
}
#menu{
    /* text-align: right !important; */
}
#PageHeaderMenu {
    display: block;
    padding: 0px 0px 0px 14px;
    margin: 10px 0px 10px 0px;
    /* height: 39px; */
    border: 1px solid #ccc;
    text-align: center;
    -webkit-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -moz-border-radius: 4px;
    position: relative;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background: rgba(0, 0, 0, 0.6);
}
.slick-next::before,.slick-prev::before{
    content: "";
    visibility: hidden; 
}
.slick-next {

    right: -35px !important;
    background: url('../images/r-arr.png') no-repeat!important;
    background-size: cover !important;
    content: "";
    display: block !important;
    height: 30px !important;
    width: 30px !important;
}
.slick-prev {
    left: -35px !important;
    background: url('../images/l-arr.png') no-repeat !important;
    background-size: cover !important;

    content: "";
    display: block !important;
    height: 30px !important;
    width: 25px !important;
}
#Check .c1{
    font-size: 20px;
}

#Check .c{
    text-align:right;
}
#Check .c3{
    font-size: 20px;
    color: #d0287d;
}
.none{
    display: none;
}
#Maintext{
    /* background: #f6f6f6 url(../images/spices.jpg) no-repeat right bottom; */
    padding: 20px 0px 50px 0px;
    background-size: 476px;
}
#Maintext .service-contacts-caption{
    font-size: 46px;
    line-height: 1.1;
    font-weight: 300;
    margin: 0 0 33px;
    text-align: center;
}
#Maintext .service-contacts-phone{
    text-align: center;
    padding: 20px 20px;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 300;
}

#Maintext .service-contacts-phone a{
    text-decoration: none;
    font-weight: 300;
}
#Maintext .service-contacts-name{
    text-align: center;
    border-top: 1px solid #333;
    padding: 20px 0px;
    font-size: 15px;
    line-height: 1.8;
}
#reviews{
}
#SubmenuF .cart{
    margin-top: 9px;
}

#SubmenuW .userin{
    float: left;
    text-align: center;
    display: inline-block;
    margin: 0px 0px 0 10px;
    height: 40px;
    line-height: 40px;
}
#SubmenuW .userlk{
    float: left;
    text-align: center;
    display: inline-block;
    margin: 0px 0px 0 10px;
    height: 40px;
    line-height: 40px;
}
#SubmenuW .userlk span.i, #SubmenuW .userlk span.i{
    font-size: 27px;
}
#SubmenuW .userin a.userin-top{
    transition: all 0.2s;
    line-height: 20px;
    margin: 0px 0px 0px 10px;
    padding: 10px 18px;
    border-radius: 10px;
    background: var(--active-color);
    text-decoration: none;
    color:#fff;
    border: 1px solid transparent;
} 
#SubmenuW .userin a.userin-top:hover{
    background: #fff;
    color:#000;
    border: 1px solid #999;
    
}
#SubmenuW .userlk a.userlk-top{
    transition: all 0.5s;
    color: #333;
    font-size: 11px;
    font-weight: 400;
    display: block;
    text-align: center;
    text-decoration: none;
    width: 54px;
    /* height: 10px; */
    line-height: 20px;
    margin: 0px 0px 0px 10px;
}
.cart.fixed{
    opacity: 0.8 !important;
    position:fixed;
    top: 60px;
    right: 15px;
    z-index: 10000;
}

.cart.fixed a.cart-top{
    /* padding:4px 7px; */
    /* margin:0; */
    /* width: 45px; */
    /* height: 45px; */
    /* line-height:37px; */
}
.cart a.cart-top span.i, .likes a.likes-top span.i, .zakaz a.zakaz-top span.i{
    font-size: 22px;
}
.cart, .cart a.cart-top, .likes, .likes a.likes-top, .zakaz, .zakaz a.zakaz-top{position: relative;line-height: 50px;}
.cart a{
    /* background: #666; */
}
.cart a.cart-top, .likes a.likes-top, .zakaz a.zakaz-top{
    transition: all 0.2s;
    color: #333;
    font-size: 12px;
    font-weight: 400;
    display: block;
    text-align: center;
    text-decoration: none;
    width: 54px;
    /* height: 10px; */
    line-height: 20px;
    margin: 0px 0px 0px 0px;
    padding: 0px
}
.cart a.cart-top:hover, .likes a.likes-top:hover, .zakaz a.zakaz-top:hover{
    /* background: #ccc; */
    color: var(--active-color);
}
#Brends{overflow: hidden;margin: 0px 0px 0px 0px;}
#Brends .brends .col{
    height: 80px !important;
    line-height: 60px;
    text-align: center;
    -ms-flex-preferred-size: 0;
    flex-basis: unset;
    -ms-flex-positive: 1;
    flex-grow: 0;
    max-width: none;
}
#Brends swiper-container a{
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
    padding: 0px 0px 10px;
}
#Brends img{
    max-width: 180px;
    height: 85px !important;
    width: auto !important;
    display: block;
    margin: auto auto;
    opacity: 0.7;
    transition: 0.2s;
    background: #fff;
    padding: 10px;
    
} 
    
#Brends
    img {
    max-width: 180px;
    height: 85px !important;
    width: auto !important;
    display: block;
    margin: auto auto;
    opacity: 0.7;
    transition: 0.2s;
}
  
#Brends img:hover{
    opacity: 1;
}
.option_ts{
    display: inline-block;
}
label.inline{
    display: inline-block;
    width: auto;
}
.m-000a{
    margin: 0 0 0 auto !important;
}
.w-90{
    width: 90%;
}
.w-80{
    width: 80%;
}
.form_name, .form_name span:not(.tooltip-q){
    /* color: #576778; */
    font-size: 1.1rem;
}


.form_name_sm{
    color: #444;
    font-size: 1rem;
}
#Main{

}
#Main.page{

}
#Main .img{
    text-align: center;
}
#Main .img img{
    position:relative;
    text-align: center;
    height: 150px;
    top:0px;
    transition: 0.2s;
}
#Main .img img:hover{
    position:relative;
    text-align: center;
    top:-3px;
}
#Main .name{
    padding: 10px 0px 20px 0px;
    color: #ffffff; 
    font-size: 20px;
    text-align: center;
}
#Main .name a{
    color: #ffffff; 
    font-size: 20px;
    text-decoration: none;

}
#Maintext .bg{
    background: url(../images/services.jpg) no-repeat center 20px;
    background-size: 92%;
}
.box{
    text-align: center;
    position: relative;
}
.box a.over{
    display:block;
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: rgb(0 0 0 / 50%);
    transition: 0.5s;
    text-decoration: none;
}
.caption .caption_min{
    font-size: 15px;
    text-align: center;
    padding: 5px 0px 0px;
    width: 80%;
    margin: 0px auto;
    font-family: 'Roboto';
}
.box a.over .caption, .box a.over .caption{
    margin-top: 45%;
    text-align:center;
    color: #fff;
    font-weight: 800;
    font-size: 35px;
    height: 100%;
    text-decoration: none;
    text-shadow: 1px 1px 3px #333;
}
.box a.over:hover{

    background: rgb(14 14 14 / 69%);
}
.shad{
    /* flex-grow: 1; */
    /* padding: 5px; */
    /* height: 60px; */
    margin-bottom: 25px;
    border-bottom: 1px solid #fff;
    transition: all ease 0.3s;
    border: solid 1px #E4E4E4;
    transition: box-shadow 0.4s;
}
.shad:hover{ 
    box-shadow: 0 4px 12px rgb(0 0 0 / 25%);
    border-bottom: 1px solid #f3f3f3; 

}
.box{
    /* box-shadow: 0 0rem 0.1rem rgba(0,0,0,.2)!important; */
    /* padding-bottom: 20px; */
}
.box:hover{
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.085)!important;
}
.date{
    
    margin: 10px 0px 0px 0px;
    font-size: 13px;
    color: #777;
}
#reviews .date{
    padding:0px 0 0 0;
    margin: 0;
    font-size: 13px;
    color: #777;
    letter-spacing: 0.5px;
}
#reviews .ratings{
    margin: 3px 0px 0px 0px;
}
#Popular{
    background: #fbfbfb;
    padding: 10px 0px 30px;
}
#AboutUS{
    background: #f7f7f7;
    /* background: url(../images/fon.jpg) no-repeat center top; */
    background-size: auto;
    padding: 30px 20px;
    border-radius: 10px;
}
#AboutUS .caption{
    font-size: 22px;
    margin: 10px 0px 30px 0px;
}
#AboutUS .name, #AboutUS .text{
    color: #3e3e3e;
}
#AboutUS .apple{
    display:
    block;
    /* text-align: center; */
    font-size: 39px;
    color: var(--active-color);
    padding: 4px 0px 0px;
}
#AboutUS .name{
    color: #3a3a3a;
    /* text-align: center; */
    font-size: 18px;
    font-weight: 600;
    padding: 6px 0px 10px;
    text-align: left;
}
#AboutUS .text{
    padding: 3px 10px 10px 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 23px;
    color: #666;
}
#AboutUS .line{
    border-top: 3px solid var(--active-color);
    width: 100px;
    /* margin: 0px auto; */
    height:1px;
    display: block;
}

#GetProd{
    background: url(../images/bg-main2.jpg) no-repeat center -100px;
    padding: 20px 0px;
}
#GetProd .btn-group{
    padding: 20px 0px;
}
#GetProd .btn-over{
    border-color: #fff;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}
#GetProd .btn-over:hover{
    color: #333;

}
#GetProd .btn-over a{
    text-decoration: none;
    color: #fff;
    font-weight: 700;
}
#Faqs p{
    margin:5px 0 5px 0;
}

#Faqs a{
    margin:5px 0 5px 0;
}
#Faqs {
    color:#fff;
    background: #030303 url(../images/vopros.png) no-repeat right -60px;
    padding: 20px 0px 40px 0px;
    background-size: 690px;
}
#Faqs a, #Faqs .red{
    text-decoration: underline;
    color: #ffffff;
    font-size: 20px;
}
#Faqs a:hover{
    text-decoration: none; 
    color:#ffffff;
}
#Faqs .links a{
    text-decoration: underline; 
    color:#ffffff;
}
#Faqs .links a:hover{
    text-decoration: none;
    color: #ffffff;
}
#Faqs .btn-outline-info{

    text-decoration: none!important;
}
#Faqs .name{
    color:#fff;
    font-size: 20px;
    padding: 0px 0px 20px 0px;
    text-decoration: underline;
}
#Question{

    background: #f1f1f1;

    padding: 20px 0px;

    background-size: cover;

    padding-bottom: 70px;
}
#Question .caption span{
    color:#333 !important;
}
#Question .boxs{
    background:#333333ad;
    padding: 10px 10px 40px 10px;
    border-radius:5px;
}
#Question .boxs{
    color:#fff;
}
.bg-breadcrumbs{
    background: #ffffff;
    /* background: url(../images/bgbreadcrums.jpg) repeat right top; */
    /* background-size: 170px; */
    border-bottom: 1px solid #fbfbfb;
}
#bredcrumbs{
    font-size: 14px;
    color: #666;
    font-weight: 300;
}
#bredcrumbs .bg{
    background: #fff;
    padding: 6px 0px;
    display: inline-block;
}
#bredcrumbs a{
    text-decoration: none;
    color: #616161;
    font-weight: 300;
}
#bredcrumbs span{
    font-weight: 300;
}
#bredcrumbs a:hover{
    color: #000;
    text-decoration: underline;
}
#form, #order{
    /* width: 600px; */
    margin: 0 auto;
}
.required-item{
    position: absolute;
    /* top: 0; */
    /* left: 0; */
    color: #f56a6a;
    display: block;
    width: auto; 
    /* height: auto; */
    font-size: 11px;
}
.required-item.right{
    left:200px;
}
.tooltip-q{
    display: inline-block;
    position: relative;
    margin: 0px 0px 0px 0px;
    font-family: arial !important;
    width: 19px;
    height: 19px;
    line-height: 19px;
    border: 1px solid #ccc;
    border-radius: 50%;
    vertical-align: text-top;
    text-align: center;
    font-size: 12px;
    color: #9b9b9b;
    cursor: default;
}
.tooltip-q:hover{

    border: 1px solid #369;

    color: #336699;
}
.driver{
    border: 1px solid #cccccc;
    border-radius: 5px;
    margin-top: 20px;
}
.numdriver{
    font-weight: 600;
    font-size: 1.2rem;
}
.Head{position: relative;background-color: #ffffff;}
.HeadMenu{
    background: #fff;
    z-index: 121;
    position: relative;
    padding: 0px 0px;
}
h5.name{
    font-size: 1.8rem;
    color: #565656;
    font-weight: 300;
}
h2.name{
    font-size: 45px;
    line-height: 70px;
    color: #ffffff;
    font-weight: 300;
    text-align: left !important;
    font-family: 'Bad Script' !important;
}
h1.name{
    font-size: 30px;
    color: #333;
    text-align: left;
    font-weight: 400;
    margin: 0;
    padding: 0px 0px 5px 0px;
}
.products-count{
    font-size: 14px;
    margin: 0px 0px 0px 0px;
    display: inline-block;
    color: #999;
    font-weight: 400;
    font-style: normal;
    border: 1px solid #ccc;
    padding: 3px;
    position: relative;
    top: -6px;
    border-radius: 2px;
}

h1.name_sm{
    font-size: 1.8rem;
    color: #444;
}
#SubmenuFB{
    /* height: 62px; */
    position: fixed;
    z-index: 110;
    top: 0;
    width: 100%;
    display: none;
}
#SubmenuF{
    padding: 0px 0 7px;
    background: #fff;
    box-shadow: 0 8px 8px rgb(0 0 0 / 7%);
    /* display: none; */
}

#carousel input,#carousel textarea,#carousel select{
    transition: all 0.3s ease-in-out;
    position: relative;
}
#Photos{
    padding: 30px 0px;
    background: #fff;
}
.main{
    padding: 30px 0px;
}
#Contacts{
    padding: 42px 40px;
    /* background: #fbfbfb; */
    font-size: 20px;
}
#ContactsPage{
    min-height: 70vh;
}
#Contacts p{
    padding: 0px 0px;
    font-size: 18px;
    font-weight: 500;
    color: #000;
}
#Contacts h3{
    font-size: 20px;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 0px;
    color: #000;
}

#Contacts h4{
    font-size: 25px;
    padding-bottom: 11px;
    margin-bottom: 0;
    padding-top: 10px;
}
#login.button-sm{
    margin-top: 6px;
    height: 30px;
}
.big{padding: 10px 0px;text-align: center;}
.big a{font-weight: 400;font-size: 27px;text-decoration: none;}
.btn.loading{
    background: #fff url(../images/load.gif) no-repeat -11px center !important;
    background-size: 60px !important;
    padding-left: 35px;
    color: #333;
    border: 1px solid #c3c3c3 !important;
}
.button-md,.button-md-b{
    border-radius: 4px;
    border: 2px solid #c2165e;
    background: #c2165e;
    font-size: 16px !important;
    color: #fff;
    padding: 6px 25px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    margin: 0 auto;
    transition:0.3s;
    outline-color: black;
}
.button-sm,.button-sm-b{
    border-radius: 19px;
    border: 2px solid #80C000;
    background: #80C000;
    font-size: 13px !important;
    color: #fff;
    padding: 3px 15px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    margin: 0 auto;
    transition:0.3s;
    outline-color: black;
}
.button-sm-b{
    border: 2px solid var(--active-color);
    color: var(--active-color);
    background: #fff;
}
.button-sm-b:hover{
    border: 2px solid var(--active-color);
    color: #fff !important;
    background: var(--active-color);
    text-decoration: none;    
}
.button,.button-b{
    border-radius: 4px;
    border: 1px solid #cbcbcb;
    background: transparent;
    font-size: 13px;
    text-decoration: none;
    color: #333;
    /* text-transform: uppercase; */
    white-space: nowrap;
    cursor: pointer;
    transition: 0.3s all !important;
    padding: 3px 10px;
}
.buttonB{
    font-size: 13px;
    padding: 4px 19px;
}
a.buttonC{
    font-size: 16px;
    padding: 5px 25px;
    background: var(--active-color);
    border-color: var(--active-color);
    color: #fff;
}
.button-sm:hover{
    border: 2px solid var(--active-color) !important;
    color: var(--active-color) !important;
}
.button.order{
      border: 1px solid var(--active-color);
    color: #fff !important;
    background: var(--active-color);
    padding: 10px 20px;font-size: 15px;
}
.button.order-btn-ok{
      border: 1px solid var(--active-color);
    color: #fff !important;
    background: var(--active-color);
    padding: 10px 20px;font-size: 15px;
}
.button.min{

    border: 2px solid var(--active-color);

    background: var(--active-color);

    font-size: 16px !important;

    color: #fff;

    padding: 4px 7px !important;
}

.button.min:hover{
    border: 2px solid var(--active-color);
    background: #3e3e3e;
    font-size: 13px !important;
    color: #fff;
    padding: 4px 17px !important;
}
a.delDriver{
    float:right;
    position: absolute;
    right: 20px;
    padding: 5px 10px 5px 30px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    border: 1px solid transparent;
    background:transparent url(../images/icon/trash.png) no-repeat 0 0;
    background-size: 25px;
}
a.delDriver:hover{
    background:#336699 url(../images/icon/trash.png) no-repeat 0 0;
    color: #000000 !important;
    border: 1px solid #336699;
    background-size: 25px;
}
.button-b {
    background: #fff;
    color: #000000;
}
.button-b:hover{
    background: var(--active-color);
    color: #fff !important;
    text-decoration: none;
    border: 1px solid var(--active-color)!important;
}
.button:hover,.button-sm:hover{
    border: 1px solid var(--active-color) !important;
    background: var(--active-color);
    color: #fff;
    text-decoration: none;
}
.button.yellow, .button-b.yellow{
    background: #f5b800;
    border: 2px solid #f5b800;
}

.button.yellow:hover, .button-b.yellow:hover{
    background: #fff;
    border: 2px solid #ffc107;
    color: #ffc107;
}
#clearStep2{
    position:absolute;
    top: -40px;
    right:0;
    visibility: visible;
    z-index: 100000000;
}
#clearStep2:hover{
    box-shadow: 0 0 1rem 0.2rem #ccc;
}
#clearStep2 img{
    transition: 0.3s;
}
#clearStep2:hover img{
    transform: rotate(90deg);
}
a{
    text-decoration: underline;
}
a.alltex{
    text-decoration: none;
    color: var(--active-color);
    font-size: 14px;
}
a.alltex:hover{
    
    text-decoration: underline;
}
#kalendar{

}
#kalendar h2{
    font-size: 35px;
    background: #d0287d;
    display: inline-block;
    padding: 5px 30px;
    border-radius: 9px;
    color: #fff;
    margin-top: 20px;
}
#kalendar p strong{
    font-size: 35px;
    display:inline-block;
    width: 50px;

}

#kalendar p{

}
#Gallery{
    z-index: 100;
    margin: 15px 0px;
}
#Actor .frame iframe{
    width: 100% !important;
    height: auto;
    min-height: 305px;
}
#Actor{
    margin: 10px 0px;
}
#Actor .caption.name{
    margin: 20px 0px 20px 0px;
    font-size: 30px;
    letter-spacing: -2px;
}
#Actor .params span{
    font-size: 13px;
    color: #888;
}
.sidebar-outer {
    margin-top: 0;
    position: relative;
}
#Actor .fixed {
    position: fixed;
    max-width: 450px;
    top: 0;
}
#Actor .params{

    margin: 0px 0px 20px 0px;

    border: 1px solid #f1f1f1;

    padding-top: 20px;

    padding-bottom: 10px;
}
#Actor .params .keey,#Actor .params span.keey{font-size: 15px !important;font-weight: 300!important;letter-spacing: 0px;padding: 1px;color: #333;}
#Actor .params .vaal,#Actor .params span.vaal{font-size: 15px !important;font-weight: 500 !important;color: #333;}
#Actors .name a, #Actors .name a b{
    font-size: 18px;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: -1px;
}
#Actors .name a{
    font-weight: 400;

}
#Actors .name{
    padding: 10px 0px 0px 0px;
}
#Actors .img{
    overflow: hidden;
    position: relative;
    z-index: 40;
    width: 100%;
}
#Actors .back{
    transition: 0.5s;
    padding: 15px;
}
#Actors .back:hover{
    z-index: 100;
    background: #f1f1f1;
}
#Actors img{
    transition: 0.8s;
}
#Actors img:hover{
    transform: scale(1.1);
}
.actorsmain .box, .actorsmain .box:hover{
    min-height: 300px;
    max-height: 310px;
    margin: 0px auto;
    text-align: center;
    border: none;
    box-shadow: none;
    overflow: hidden;
    border: 3px solid;
    background: #fff;
    border: 10px solid #fff;
    width: 100%;
    height: 100%;
    position: relative;
}
.actorsmainblock{
    width: 100%;
    height: 100%;
    min-height: 150px;
    position: relative;
}
.actorsmainblock .over a{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    line-height: 300px;
    text-align: center;
    text-decoration: none;
    font-size: 44px;
    font-weight: 300;
    color: #fff;
    z-index:100;
}
.actorsmainblock .over{
    box-shadow: inset 0px 0px 20px 20px rgba(0, 0, 0, 0.2);
    z-index:100;
    transition: all 0.4s;
    opacity: 0.2;
    position: absolute;
    top:0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0,0,0,0.55);
    color: #fff;
}
.mainblock:hover .over{

    opacity: 1;
}
.main .box img{
    width: 100%;
    margin: 0% auto 0 auto;
    position: relative;
}
.rel{
    position: relative;
}
#rounded-numbers{
    /* width: 78%; */
    text-align: center;
    margin: 0px auto;
}
#rounded-numbers > div{
    /* width: 20%; */
    /* float: left; */
    display: inline-block;
    text-align: left;
    cursor: pointer;
}
#rounded-numbers > div > .num{
    text-align: center;
    vertical-align: top;
    line-height: 45px;
    display: inline-block;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    font-size: 34px;
    font-weight: 600;
    padding: 0;
    height: 50px;
    width: 50px;
    color: #336699;
    background: #f9f9f9;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
}
#rounded-numbers > div:last-child{
}
#rounded-numbers > div:not(:last-child):after{
    content: '';
    background: url(../../images/icons/2513133-200.png) no-repeat left top;
    background-size: 23px;
    overflow: visible;
    background-position: 13px 12px;
    font-weight: 200;
    color: #ccc;
    font-size: 25px;
    display: inline-block;
    height: 50px;
    vertical-align: top;
    width: 56px;
    opacity: 0.5;
}
#rounded-numbers > div:hover > .num{
    box-shadow: -0.2rem -0.1rem 0.3rem rgba(0,0,0,0.12);
}
#rounded-numbers > div:hover > span{
    color: #333;
}
#rounded-numbers > div >  span{
    font-size: 15px;
    padding: 0px 0px 0px 5px;
    color: #888;
    font-weight: 600;
    display: inline-block;
    line-height: 58px;
    vertical-align: top;
}
#Overlay{
    display: none;
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    height:100%;
    z-index: 1000;
    background:rgba(0, 0, 0, 0.27);
}
#Popup-lg{
    position:absolute;
    width: 30vw;
    background:#fff;
    min-height: 200px;
    box-shadow: 0px 3px 9px -4px #0000007a;
    border-radius: 4px;
    padding: 20px 20px 40px 20px;
    z-index: 1001;
    display: none;
}
#Popup-lg.right{
    right:0;
}
#Popup-lg-btn{
    position: absolute;
    bottom: 10px;
    right: 10px;
}
#Popup,#Popup-menu{
    position:absolute;
    width: 270px;
    top: 64px;
    right: 0;
    padding: 20px 20px 20px 20px;
    box-shadow: 0px 3px 9px -4px #0000007a;
    background: #ffffff;
    border-radius: 4px;
    z-index:1001;
    display: none;
}
#Popup-menu{
    position:absolute;
    width: 570px;
    top: 64px;
    right: 0;
    padding: 20px 20px 20px 20px;
    box-shadow: 0px 3px 9px -2px #0000007a;
    background: #ffffff;
    border-radius: 4px;
    z-index:1001;
    display: none;
}
#Popup .caption,#Popup-lg .caption{
    font-size: 18px;    
}
#Popup a{
    font-size: 14px;    
}

#Popup-Close,#Popup-lg-Close,.PopupInfo-Close{
    transition: all 0.2s;
    position:  absolute;
    top: 5px;
    right: 5px;
    background: #d1d1d1;
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 15px;
    cursor:  pointer;
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
    text-indent: 0;
    text-transform: lowercase;
    padding: 0px 0px 1px 0px;
}
#Popup-Close:hover,#Popup-Close:hover, .PopupInfo-Close:hover{
    /* top: 5px; */
    /* right:5px; */
    /* width: 22px; */
    /* height: 20px; */
    /* line-height: 17px; */
}
#Popup-menu-Close{
    width:100px;
    float: right;
}
#menu_icon_overlay{
    display: inline-block;
    margin: 0;
    position: relative;
    float: right;
    transition: 0.3s;
}
.PopupInfo .descr{
    overflow-y: auto;
    max-height: 290px;
    margin-bottom: 30px;
}
#InfobuttonsOverlay .PopupInfo{
    position: absolute;
    white-space: normal;
    width: 400px;
    padding: 10px;
    top: -3px;
    right: 0%;
    padding: 20px 20px 20px 20px;
    box-shadow: 0px 3px 9px -2px #0000007a;
    background: #ffffff;
    border-radius: 4px;
    z-index:1001;
    display: none;
}
.fl-l{
    float: left;
}
.fl-r{
    float: right;
}
.carousel-indicators li {
    text-indent: 0px !important;
    cursor: auto !important;
    float: left;
    width: auto;
    display: inline-block;
}
.carousel-indicators  span{
    font-size: 15px;
}
.carousel-indicators li:not(:last-child):after {
    content: '';
    background: url(../../images/icons/2513133-200.png) no-repeat left top;
    background-size: 12px;
    overflow: visible;
    background-position: 15px 6px;
    font-weight: 200;
    color: #ccc;
    font-size: 25px;
    display: block;
    float: right;
    height: 25px;
    vertical-align: top;
    width: 35px;
    opacity: 0.5;
}
.bg-f{
    background: #333;
    text-align: left;
    margin: -5px -5px -5px 0px;
    z-index: 50;
}
.bg-s{
    background: #336699;
    margin: -25px 0px -25px 0px;
    z-index: 60;
    position: relative;
    text-align: left;
}
.bg-th{
    background: #ccc;
    text-align: left;
    margin: -5px 0px -5px 0px;
    z-index: 50;
}

.tab-name{
    font-size: 1rem;
}
.slick-slider .box, .cats .box{
    overflow: hidden;
    display: block;
}
.slick-slider .box img, .cats .box img{
    overflow: hidden;
    transition: all 1.8s;
}

.caption span{
    font-size: var(--big-text);
    padding-bottom: 15px;
    text-align: left;
}

#News a.caption{
font-size: 16px;
    text-decoration: none !important;
    line-height: 1.3;
    font-weight: 500;
    display: block;
    margin: 8px 0px 7px 0px;

}
#News .descr_min{
        font-size: 14px;
    line-height: 1.5;
    font-weight: 300;

}
#Main .caption-name{
    text-align: center;
    margin: 70px 0px 70px;
}
.cats a, .cats a .caption{

text-decoration: none !important;

font-size: 14px;

line-height: 1.4;

font-weight: 500;

text-align: left;
}
.cats a:hover .caption{
    /* font-size: 19px; */
    /* line-height: 1.4; */
    /* font-weight: 300; */
}
.form h2{
    font-size: 22px;
}
.form h3{
    font-size: 14px;
    color: #585858;
}
.prices{
    margin: 30px 0px 30px 0px;
    padding: 0px 0px 0px 0px;
    border-top: 2px solid #f6ebe8;
    border-bottom: 2px solid #f6ebe8;
}
#Prices h3.capt{
    font-size: 28px !important;
}
.prices .caption{
    font-size: 15px !important;
    font-weight: 500;
}
.prices .price{
    font-size:16px;
    font-weight: 600;
    text-align: right;
}
.prices .block{
    padding: 15px 0px 15px 0px;
}
.prices .block:first-child{
    border-bottom: 1px solid #dedede;
}
.boxcaption, .boxcaption span{
    padding:0;
    margin:0;
    font-size: 34px;
}
.boxcaptiontext, .boxcaptiontext span {
    font-size: 16px;
}
.boxcaption.caption span{
    font-weight: 700;
    padding: 0;
    font-size: 44px;
    color: #ffffff;
    /* border-bottom: 1px solid #c2165e; */
}
.caption span{
    font-weight: 500;
    padding: 0;
    font-size: 20px;
    color: #ffffff;
    /* border-bottom: 1px solid #c2165e; */
}

#Faqs .caption.boxcaption span{
    color: #fff;
}
.white,.white p{
    color: #f9f9f9 !important;
}
.center{
    text-align: center !important;
}
.not-white,.not-white p{
    color: #333 !important;
}
.bg-f .white,.bg-s .white,.bg-th .white{font-size: 1rem;}

ul.pull{

}

ul.pull li a{

    font-size: medium;
}
ul.pull li{
    position: relative;
    list-style: none;
    padding: 10px 0px 10px 20px;
    font-size: medium;
}
ul.pull li:after, ul.pull li:before{
    background: var(--curr-color);
    content: '';
    position: absolute;
    left: 0;
    top: 20px;
    display: block;
    transition: all ease-in 0.4s;
}
ul.pull li:after{
    width: 10px;
    height: 2px;
}
ul.pull li:before{
    width: 2px;
    height: 10px;
    top: 16px;
    left: 4px;
}

ul.pull>li:hover:before,ul.pull>li:hover:after{
    transform: rotate(90deg);
    background: #333;
}
ul{
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
ul li{
    display: list-item;
    margin: 0;
    padding: 0px 0px 0px 0px;
}
.mm-panels .v_menu li img{
    float: left;
    width: 20px;
}

#Auth{background: #FFF;margin: 30px auto;}
#Auth a{text-decoration: none;color: var(--active-color);font-size: 14px;}
#Auth a:hover{color:#333;}
#Questions{

}
#Questions .question h4{
    margin-bottom: 0rem;
    font-size: 1.21rem;
}
#Questions .question{
    position: relative;
    padding: 10px 16px;
    text-transform: uppercase;
    font-weight: 800;
    color: #202020;
    cursor: pointer;
    margin-top: 5px;
    margin-bottom: 0px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
    transition: 0.3s;
}
#Questions .answer{

    background-color: #fff;
    border-radius: 0 0 4px 4px;
    padding: 10px;
    border-top: 1px solid #fafafa;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
    margin-top: -1px;
}
#Questions .arr{

    position: absolute;

    display: block;

    width: 44px;

    height: 44px;

    top: 0;

    right: 4px;

    background: url(../../images/icons/arr-down.png) no-repeat center center;

    background-size: 17px;

    z-index: 10;

    transition: 0.3s;

    opacity: 0.4;
}
h4.sendform_text{
    text-align:center;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
}
a.sendform_text{
    display: inline-block;
}
.sendform_text a{

    /* text-decoration: underline; */

    font-weight: 600;
}
.sendform_text a:hover{
    text-decoration: none!important;
}
.maintext{
    font-size:14px;
}
#TopLine {
    display: block;
    background: #616161;
    color: #fff;
    padding: 5px 0px;
}
#TopMenu {
    display: block;
    margin: 14px 0px 0px 0px;
}
//#TopMenu a:first-child:after{
    content: '|';
    display: inline-block;
    padding: 0px 3px 0px 5px;
}
#TopMenu a.on{

    color: #f9f9f9;
    background: #000;
}
#TopMenu a{
    font-size: 19px;
    text-decoration: none;
    font-weight: 400;
    padding: 3px 10px;
    margin: 3px 0px 0px 17px;
    display: inline-block;
    transition: 0.2s;
    color: #fff;
}

#TopMenu a:hover{
    color: #b7b7b7;
    text-decoration: none;
}

h1 a,h2 a,h3 a,h4 a,h5 a{
    font-size:inherit !important;
}
#socseti a img{
    width: 27px;
}
#socseti a{
    display: inline-block;
    transition: 0.5s;
    width: 38px;
    height: 38px;
    text-align: center;
    padding: 5px 5px 5px 5px;
    border-radius: 50%;
}

#socseti a:hover{
    box-shadow: 0 0rem 0.5rem 0.3rem rgba(255,255,255,0.3);
}
.align-center {
    text-align: center !important;
}
.align-right {
    text-align: right !important;
}
.all-news{
    float: right;
}
a.name-sm{
    font-size: 0.80rem !important;
    white-space: nowrap;
    font-weight: 400;
    letter-spacing: -0.01rem;
}
.nfo > div {
    border-bottom: 1px dashed #ededed;
    padding: 0.3em;
    font-size: 15px;
}
#osago_online .name{
    font-size: 21px;
    margin: 0;
    padding: 0;
    text-indent:0;
}
.infoblock{
    box-shadow: 0 0rem 1rem #ccc;
    display: inline-block;
    padding: 20px;
    border-radius: 4px;
}
.infoblock p{
    margin:0;
    padding:0;
}
swiper-container.CatalogSwiper {
    
    padding:0px;
    overflow: visible !important;
}
swiper-container.banners {
    max-height: 400px;
    --swiper-navigation-color: #fff;
    --swiper-pagination-color:#fff;
    --swiper-pagination-bullet-inactive-color: #999;
    --swiper-navigation-size: 30px;
    --swiper-theme-color: #fff;
    --swiper-pagination-bottom: 10px;
}
swiper-container {
    --swiper-navigation-color: #333;
    --swiper-pagination-color:#333;
    --swiper-pagination-bullet-inactive-color: #999;
    --swiper-navigation-size: 30px;
    --swiper-theme-color: #fff;
    --swiper-pagination-bottom: 0px;
}
.prodimg .swiper{
    
    padding:0px 0 0px 0px;
}
  .swiper{
      width: 100%;
      height: 100%;
    }
    .swiper-slide{
      text-align: center;
      font-size: 18px;
      display: flex;
      justify-content: center;
      align-items: center;
    }
.swiper .banners-min{
    
}
.swiper .banners-min .banner-min a{
    text-decoration: none;
}
.swiper .banners-min .banner-min {padding: 0px 0;width: 100%;height: 50px;border-radius: 10px;text-align: center;}
.swiper .banners-min .bannercaption-min{color: #fff;font-size: 17px;font-weight: 600;text-align: center;text-decoration: none;}
.swiper .banners-min .bannerdescr-min{color: #fff;font-size: 13px;text-align: center;}

swiper-slide {padding: 10px 0 20px 0;width: 100%;height: 100%;}


swiper-slide.banner {
padding: 0px 0;
   width: 100%;
   height: 170px;
}
swiper-slide.banner.brends {
padding: 0px 0;
   width: 100%;
   height: 100px !important;
}

swiper-slide img {
    object-fit: cover;
    border-radius: 10px;
}
swiper-slide img {
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 100%;
    transition: filter .3s;
}
swiper-slide img.banerimg {
    width: auto;
    max-width: none;
    height: 100%;
    transition: filter .3s;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
}
#A_block{padding: 40px 0px 0px 0px;}

#A_block .a_caption{text-shadow: 1px 1px 5px rgba(255, 255, 255, 0.2);color: #000;font-size: 31px;}
a.logof img {
    margin: 10px auto 0px;
    width: 53px;
}
a.logo img{
    margin: 0px 25px 0px 0px;
    /* width: 59px; */
}
a.logo:hover{
    text-decoration:none;
    color: #686868;
}
a.logo.page img{
    width: 345px !important;
}
#SubmenuW.fixed a.logo img{
    margin: 5px 10px 0px 0px;
    width: 110px;
}
#A_block .a_descr{
    margin:30px 0px 0px 0px;
}

#A_block .a_img{
    margin:0px 0px 0px 0px;
    position: absolute;
    right: 0;
    top: 60px;
    padding: 0px 0px 0px 0px;
    width: 470px;
    height: 300px;
    background: url(../images/1.png) no-repeat;
    background-size: cover;
}
.filter-line{padding: 0 0 15px;}
.filter-line a{text-decoration: none;}
.filter-line a.sotrlink.red{font-weight: 500; color: var(--active-color);}
.filter-line a.btn{
    max-width: 200px;
}
#PageTel{
    /* right: 0; */
    /* position: absolute; */
    float: right;
    color: #4F4F4F;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}


#PageTel a, #PageTel .times, a.mobile.phone{
    transition: all ease-in-out 0.3s;
    margin: 0px 0px 0px 0px;
    text-decoration: none;
}
#PageTel  .times a:hover{
    color: #000;
}
.phonef{

    font-size: 17px;
    padding: 0px 20px 0px 0px;
}
#PageTel  .times{text-align: right;}
#PageTel  .times p, #PageTel  .times span, #PageTel  .times a{
    white-space: nowrap;
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-weight: 500;
    /* line-height: 19px; */
}
#PageTel a:hover{
    color: var(--active-color)!important;
}
#PageTel  .times .fa.fa1{
    font-size:25px;
    vertical-align: top;
    margin: 0;
    padding: 0px 0px 0px 0px;
}
#PageTel  .times  .fa.fa2{
    font-size: 30px;
}
#PageMap .text{
    text-align: left;
    font-size:15px;
    display: inline-block;

}
#PageMap .text p{
    text-align: left;
    font-size:15px;
    margin: 0;
    line-height: 22px;
}
#PageMap .fa{
    vertical-align: top;
    text-align: left;
    font-size: 29px;
    padding: 0px 20px 0px 0px;
    display: inline-block;
}
#PageMap a{
    color:#32abb1;
}
#PageMap{
    text-align: left;
    padding: 35px 0px 0px 0px;
    color: #fff;
}
#PageMap .text{
    color: #fff;
}
#PageTel a.lang{
    transition: 0.3s;
    color:#fff;
    padding:3px;
    border: 1px solid #fff;
    display: block;
    border-radius: 50%;
    font-size: 13px;
    width: 27px;
    height: 27px;
    text-align:center;
    text-decoration: none;
    background: #000000;
    margin: 0px 0px 0px 10px;
}

#PageTel a.lang:hover{

    background: #484848;
}
#Content .other{

background: transparent;

font-size: 28px;

font-weight: 400;
}
#Content img{
    position: relative;
    z-index: 10;
    overflow: visible;
}
#Content table.style {
    width: 100%; /* ÃƒÂÃ‚Â¨ÃƒÂÃ‚Â¸Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â½ÃƒÂÃ‚Â° Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â°ÃƒÂÃ‚Â±ÃƒÂÃ‚Â»ÃƒÂÃ‚Â¸Ãƒâ€˜Ã¢â‚¬Â Ãƒâ€˜Ã¢â‚¬Â¹ */
    border-collapse: collapse; /* ÃƒÂÃ‚Â£ÃƒÂÃ‚Â±ÃƒÂÃ‚Â¸Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â°ÃƒÂÃ‚ÂµÃƒÂÃ‚Â¼ ÃƒÂÃ‚Â´ÃƒÂÃ‚Â²ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â¹ÃƒÂÃ‚Â½Ãƒâ€˜Ã¢â‚¬Â¹ÃƒÂÃ‚Âµ ÃƒÂÃ‚Â»ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â½ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â¸ */
    border-bottom: 2px solid #c2165e; /* ÃƒÂÃ¢â‚¬ÂºÃƒÂÃ‚Â¸ÃƒÂÃ‚Â½ÃƒÂÃ‚Â¸Ãƒâ€˜Ã‚Â Ãƒâ€˜Ã‚ÂÃƒÂÃ‚Â½ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â·Ãƒâ€˜Ã†â€™ Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â°ÃƒÂÃ‚Â±ÃƒÂÃ‚Â»ÃƒÂÃ‚Â¸Ãƒâ€˜Ã¢â‚¬Â Ãƒâ€˜Ã¢â‚¬Â¹ */
    border-top: 2px solid #c2165e; /* ÃƒÂÃ¢â‚¬ÂºÃƒÂÃ‚Â¸ÃƒÂÃ‚Â½ÃƒÂÃ‚Â¸Ãƒâ€˜Ã‚Â Ãƒâ€˜Ã‚ÂÃƒÂÃ‚Â²ÃƒÂÃ‚ÂµÃƒâ€˜Ã¢â€šÂ¬Ãƒâ€˜Ã¢â‚¬Â¦Ãƒâ€˜Ã†â€™ Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â°ÃƒÂÃ‚Â±ÃƒÂÃ‚Â»ÃƒÂÃ‚Â¸Ãƒâ€˜Ã¢â‚¬Â Ãƒâ€˜Ã¢â‚¬Â¹ */
}
#Content table.style tr:first-child td{
    color: #c2165e;
    font-weight: 600;
    border-color: #c2165e;
}
#Content table.style td:first-child p{
    color: #5d5d5d;
    font-weight: bold;
    font-size: 14px;
}
#Content table.style td { 
    text-align: center; /* ÃƒÂÃ¢â‚¬â„¢Ãƒâ€˜Ã¢â‚¬Â¹Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â°ÃƒÂÃ‚Â²ÃƒÂÃ‚Â½ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â²ÃƒÂÃ‚Â°ÃƒÂÃ‚Â½ÃƒÂÃ‚Â¸ÃƒÂÃ‚Âµ ÃƒÂÃ‚Â¿ÃƒÂÃ‚Â¾ Ãƒâ€˜Ã¢â‚¬Â ÃƒÂÃ‚ÂµÃƒÂÃ‚Â½Ãƒâ€˜Ã¢â‚¬Å¡Ãƒâ€˜Ã¢â€šÂ¬Ãƒâ€˜Ã†â€™ */
    border-bottom: 1px solid #333;
    border-top: 1px solid #333;
}
#Content table.style td, #Content table.style th {
    padding: 5px; /* ÃƒÂÃ…Â¸ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â»Ãƒâ€˜Ã‚Â ÃƒÂÃ‚Â² Ãƒâ€˜Ã‚ÂÃƒâ€˜Ã¢â‚¬Â¡ÃƒÂÃ‚ÂµÃƒÂÃ‚Â¹ÃƒÂÃ‚ÂºÃƒÂÃ‚Â°Ãƒâ€˜Ã¢â‚¬Â¦ */
}

.slicks  div{
    box-sizing: border-box;
    overflow: hidden;
    min-height: 450px;
}
.slicks .slick-prev:before,
.slicks .slick-next:before {
    color: black;
}
.iviewSlider > div{
    width: 100% !important;
}
a.newscaption{font-size: 15px;color: #333;font-weight: 600;}
a.newscaption:hover{text-decoration:underline;color: #c88b8b;}
.newsdescr{font-size: 14px;font-weight: 400;}
.bglogo{
    position:
    relative;
    z-index:10;
    text-align: center;
}
.bglogo.page{
    background: none;
}
a.logo{
    margin: 0 auto;
    color: #333;
    text-decoration:
    none;
    padding: 0px;
    /* float: left; */
    /* display: inline-block; */
}
a.logoh img, a.logo img{
    margin: 0 10px 0px 0;
    border-radius: 5px;
    height: 40px;
    background: var(--active-color);
}
a.logo span{
    font-size: 17px;
    font-weight: 600;
    padding: 0px 0px 0px 0px;
}
a.logo.footer{
    font-size: 20px;
    text-decoration:none;
    margin: 10px 0px 10px 0px;
    display:inline-block;
    padding: 0px;
}
a.logo.footer span{
    color: #ffffff;
    font-size: 20px;
    padding: 0px 0px 0px 0px;
}
/* =Shadow Nav   -------------------------------------------------------------------------- */     
#top-menu{
    transition:all ease-in-out 0.2s;
    /* position:absolute; */
    left: 0;
    top: 60px;
}  

#p-left {
    width: 200px;
    margin: 40px 0px 0px 0px;
    padding: 0px;
    position: absolute;
    left: 0px;
}
#p-right {
    width: 150px;
    margin: 40px 10px 0px 0px;
    padding: 0px;
    position: absolute;
    right: 0px;
}
#PageHead 
{
    margin: 0px auto 0px auto;
    text-align: center;
}
#PageHeader .tel{
    opacity:0;
    visibility:hidden;
}

#PageHeader.fixed .tel{
    opacity:1;
    visibility:visible;
}

#PageHeader  
{
    /* background: url(../images/bg.jpg) no-repeat; */
    max-width: 100%;
    background-size: 100%;
    /* height: 190px; */
    margin: 0px auto 0px auto;
    padding: 0px;
    transition: all ease-out 0.15s;
    z-index: 12;
    position: relative;
    box-shadow: 0 8px 8px rgb(0 0 0 / 7%);
}

#PageHeader.main{
}
#PageHeader.main{
    /* width: 100%; */
    /* position: relative; */
    z-index: 100;
    color: #4F4F4F;
}
#PageHeader.main:after,
#PageHeader.main:before {
    border-bottom: 3vw solid #ffffff;
    bottom: 0;
    content: "";
    position: absolute;
}
#PageHeader.main:before {
    border-right: 0vw solid transparent;
    left: 0;
}
#PageHeader.main:after {
    border-left: 0vw solid transparent;
    right: 0;
}
#PageHeader.fixed{
    background: #ffffff;
}
#PageHeader.mobile  .PageTel{
    color:#fff;
}
#topmenu{
    margin: 15px 0 0 0;
    overflow: hidden;
}
#topmenu a{padding: 0px 0px 0px 0px;margin: 0 0 10px 0;transition: ease 0.3s;text-decoration: none;zoom: 1;color: #333;font-size: 14px;font-weight: 400;display: block;}
.menu_icon{/* padding: 0px 0px 0px 0px; *//* margin: 0; *//* position: relative; *//* float: right; *//* transition: 0.3s; *//* display: none; */}
#topmenu a:hover{
    
    color:var(--active-color);
}
.login_icon{
    padding: 4px 0 0;
    position: relative;
    display: inline-block;
    float: right;
}
.login_icon img{
    height: 34px;
    width: auto;
}
.logout img{

    height: 25px;

    width: auto;
}
.bg-banner{
    background: url(../images/66.jpg) no-repeat center top;
    background-size: 100%;
    min-height: 534px;
    height: 100%;
    position: relative;
}
.bg-banner .bg{
    height: 100%;
    width: 100%;
    position: absolute;
    padding: 0;
    margin: 0;
    background: rgba(226, 186, 175, 0.4);
    z-index: 10;
}
.bg h1.name{
    font-family: 'Bad Script' !important;
    font-size: 90px;
    color: #fff;
    z-index: 20;
    position: absolute;
}
#Albums{

}
.col-search{
    /* min-width: 46%; */
    max-width: 100%;
}
.cont {
    position: relative;
}
img.img_1{
    padding: 15px 0 15px 15px;
    margin: 0 10px 0px 0px;
    border: 10px solid transparent;
    border-image: linear-gradient(to left, transparent 0%, #f6ebe8 100%);
    border-image-slice: 1;
}

img.img_2{
    padding: 15px 15px 15px 0px;
    margin: 0 0px 10px 0px;
    border: 10px solid transparent;
    border-image: linear-gradient(to right, transparent 0%, #f6ebe8 100%);
    border-image-slice: 1;
}
#Albums a.img {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 10000;
    opacity: 1;
    /* position: absolute; */
    overflow: visible;
    visibility: visible;
    display: block;
    background: #826363 !important;
}
#Albums .image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
    position: relative;
    z-index: 100;
}
#Albums .middle {
    transition: all ease 3s;
    transition: .5s ease;
    padding: 5px 20px;
    opacity: 1;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.24) 0%, transparent 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
}

#Albums .albumsdescr{

    color: #fff;
}
#Albums .albumscaption{
    text-decoration: none;
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    font-size: 24px;
    font-weight: 500;
}

#Albums .block{
    position: relative;
    width: 100%;
    height: 220px;
    background-size: 100%;
    /* background-position: center center; */
    background-repeat: no-repeat;
    border-radius: 3px;
    transition: all ease 1.2s;
}
#Albums .block:hover{
    background-size: 110% !important;
    background-position: left center;
    background-repeat: no-repeat;
}
#PageTel a.callback{
    transition: 0.3s;
    color: #666;
    font-size: 14px !important;
    font-weight: 300;
    letter-spacing: 0.1px;
    padding: 5px 10px !important;
    margin: 0px 0px 0px 0px;
    /* text-transform: uppercase; */
}
a.callback:hover{
    color: #fff!important;
    background: var(--active-color);
    border: 1px solid var(--active-color)!important;
}
#QwestionForm{
    background: #232323;
    color: #fff;
    padding: 30px 30px;
}
#QwestionForm.inpage{
    background: #232323;
    color: #fff;
    padding: 30px 30px;
    width:100%;
}
#QwestionForm .caption{
    margin:0 0 10px 0;
    padding:0;
    font-size: 19px;
}
#QwestionForm .descr{
    font-size: 15px;
    color:#d4d4d4;
}
#PageContent  
{
    padding: 0px 0px 0px 0px;
    margin: 0px auto;
    /* position: relative; */
    /* z-index: 10; */
    vertical-align: top;
    max-width: 100%;
    min-height: 380px;
    vertical-align: top;
    /* position: relative; */
}
#PageContent #Content{
    min-height: 330px;
    /* padding: 30px 0px 20px 0px; */
}
#Products img{width: auto;max-height: 180px;}
#Products .box{

    background: #f3f3f3;

    padding: 0px 0px 0px 10px;

    margin: 0px 0px 30px 0px;
}
#Products .box .caption{

    text-align: left;

    font-weight: 600;

    font-size: 20px;

    margin: 30px 0px 10px 0px;

    text-transform: unset;
}
#Products .box .img{

}
.sell .fa{
    font-size: 50px;
    background: #f3f3f3;
    border: 1px solid #dedede;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    padding: 0px;
    margin: 0 auto 0px auto;
    display: block;
}

.contacts .line{
    padding: 20px 0px 10px 0px;
}
.contacts .c_icon, .contacts .c_text{
    display: inline-block;
    /* width: 85%; */
}
.contacts .c_text{
     width: 80%; 
}
.contacts .c_text h3{
    font-size: 19px;
    font-weight: 500;
}
.contacts .c_icon{
    padding:0;
    vertical-align: top !important;
    font-size: 28px;
    color: #666;
    width: 15%;
}
#Content .table table{
    width: 100%;
}
#PageContent.fixed{
}
#PageContentLeft {
    width: 20px;
    margin: 0px;
    padding: 0px;
    float: left;
    color: #F30;
}
#PageContentCenter {
    margin: -10px 210px 0px 210px;
    padding: 0px 0px 0px 0px;
    min-height: 400px;
}
#PageContentRight {
    width: 210px;
    margin: 0px;
    padding: 0px;
    float: right;
    color: #F30;
}
#PageMenu {
    margin: 0px 0px 0px 10px;
    padding: 0px;
    font-family: "Times New Roman", Times, serif;
    font-size: 16px;
    text-decoration: none;
    font-style: italic;
}
#PageKategorii {
    margin: 0px 10px 0px 0px;
    padding: 0px;
    text-decoration: none;
    font-style: italic;
}

#PageNews {
    margin: 0px 10px 0px 10px;
    padding: 0px;
    font-family: "Times New Roman", Times, serif;
    font-size: 16px;
    text-decoration: none;
    font-style: italic;
}
#PageAnekdot {
    background-image: url(../images/anekdot.png);
    width: 300px;
    margin: 0px auto;
    padding: 5px;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    color: #030;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-decoration: none;
    font-style: italic;
}
#PageKino {
    background-image: url(../images/kino.png);
    width: 300px;
    margin: 0px auto;
    padding: 5px;
    height: 344px;
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    color: #030;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-decoration: none;
    font-style: italic;
}
#PageRmain {
    width: 303px;
    margin: 0px auto;
    padding: 5px;
    height: 400px;
    float: right;
    background-repeat: no-repeat;
    display: block;
    color: #006;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-decoration: none;
    font-style: italic;
}
#PageAfisha {
    background-image: url(../images/Pergament.gif);
    width: 400px;
    margin: 0px auto;
    padding: 5px;
    height: 455px;
    float: right;
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
}
.number {
    display: inline-block;
    position: relative;
    width: 180px;
    margin-top: 0px;
    height: 47px;
    border-radius: 4px;
}
.number.sm {
    display: inline-block;
    position: relative;
    width: 100px;
    margin-top: 0px;
    height: 100%;
    border-radius: 4px;
}
.number input[type="number"] {
    display: block;
    font-size: 15px;
    height: 47px;
    line-height: 42px;
    width: 100%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-align: center;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
}
.number.sm input[type="number"] {
    display: block;
    font-size: 14px;
    height: 28px;
    /* line-height: 42px; */
    width: 100%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-align: center;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
    border: 1px solid #f1f1f1;
}
.number input[type="number"]::-webkit-outer-spin-button,
.number input[type="number"]::-webkit-inner-spin-button {
    display: none;
}
.number-minus, .number-plus {
    transition: 0.3s all;
    position: absolute;
    width: 40px;
    padding: 0;
    display: block;
    text-align: center;
    border: none;
    /* border-right: 1px solid #ddd; */
    font-size: 20px;
    font-weight: 300;
    background: transparent;
    cursor: pointer;
    background: #fafafa;
}
.number-minus{
    top: 1px;
    left: 1px;
    bottom: 1px;
}
.number-plus {
    top: 1px;
    right: 1px;
    bottom: 1px;
}
.number-plus:hover, .number-minus:hover{
    outline: none !important;
    color: var(--active-color);
}
#Catalog .number input[type="number"] {

font-size: 13px;

height: 30px;

line-height: 40px;

border-radius: 5px;
}
#Catalog .number-minus, .number-plus {
    width: 35px;
    font-size: 20px;
    font-weight: 300;
}
#Catalog .number {
    display: inline-block;
    position: relative;
    width: 100px;
    margin-top: 0px;
    height: 30px;
    border-radius: 5px;
}
.button.green{
    background:#80c000;
    border: 2px solid #80c000 !important;
}

#PageFooter    
{
    color: #fff;
    margin: 0px auto 0px auto;
    font-size: 12px;
    color: #131313;
    padding: 18px 0 15px;
    background-color: #333;
}
#PageFooter .times, #PageFooter #PageTel > .times p{
    text-align: left !important;
}
#PageFooter #PageTel {
    text-align: right;
    color: #4F4F4F;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
#PageFooter .f-logo img{
    margin: 0px 10px 0px 0px;
    width: 137px;
    background: transparent;
}
#PageFooter div{
    float: none !important;
}
#PageFooter .f-logo-text{
    color: #fff;
    font-size: 30px;
}
#PageFooter .f-tel a{
    font-size: 20px;
    color: #f1f1f1;
    text-decoration: none !important;
}
#PageFooter .f-logo-text span{
    color: #fafafa;
    font-size: 20px;
}
#PageFooter .f-email{
    color: #ccc;
    font-size: 14px;
}
#FooterMenu .f-name a:hover{

    color: #b3b3b3;
}
#FooterMenu .f-name a{
    color: #fafafa;
    font-size: 17px;
    font-weight: 500;
}
#FooterMenu .f-name-min a{
    color: #ccc;
    font-size: 15px;
    font-weight: 300;
}
#FooterMenu .f-name-min a:hover{

    color: #fff;
}
#FooterMenu > div{
    display: block;
    padding: 3px 0px;
}
#FooterMenu > div > a{
    text-decoration: none !important;
}

#Stati a.caption{
    font-size: 18px;
    text-decoration: none;
}

#Stati a.caption:hover{
    text-decoration: underline;

}
#Stati .descr{
    font-size: 14px;
}
#Stati a.more{
    font-size: 14px;
    color: #80c000;
    transition: 0.3s all;
}
#Stati a.more:hover {
    border: 2px solid #80c000!important;
    color: #fff !important;
    background: #80c000!important;
    text-decoration: none !important;
}
.Copyright{
    padding: 0px 66px 0px 0px;
    color: #fafafa !important;
}
#PageFooter a.logo-footer img{
    width: 300px;
}
#PageFooter .container-flued{
}
#PageFooter p, #PageFooter a, #PageFooter span, #PageFooter li, #PageFooter strong, #PageFooter b, #PageFooter .caption{
    color: #fff;
    font-size: 14px;
}
#PageFooter a:not(.logo){
    text-decoration: underline;
}
#PageFooter a:hover{
    text-decoration: none;
}
#PageFooterKarta    
{
    margin: 5px auto;
    color: #FF8819;
    font-size: 12px;
    width: 980px;
    text-align: center;
}
#PageFooter a.callback{
    text-decoration: none !important;
    background: #333;
    border-color: #fafafa!important;
    /* margin-top: -25px; */
}
#PageFooter a.callback:hover{
    background: var(--active-color);
    border-color: var(--active-color)!important;
}
.slogan{
    padding: 5px 0px 5px 0px;
    display: block;
    font-size: 13px;
}

#PageTopMenu{position: relative;z-index: 1;padding: 0px 0px 0px 0px;}
#PageTopMenu  > .bl-1,#PageTopMenu  > .bl-2,#PageTopMenu  > .bl-3{
    display: inline-block;
    text-align: left;
}
#PageTopMenu  > .bl-1{

    width: 200px;

    padding: 0;
}
#PageTopMenu  > .bl-2{

    width: 52%;

    padding: 0;

    float: right;
}
#social{

    margin: 10px 0px 0px 0px;
}
#PageTopMenu a.callback{
    color: #fff!important;
    background: var(--active-color);
    border: 1px solid var(--active-color)!important;
}
#PageTopMenu a.callback:hover{
    color: #333!important;
    background: #fff;
    border: 1px solid #333!important;
}
#social img{
    border-radius: 50%;
    margin: 12px 8px 5px 0px;
    height:32px;
}
#PageTopMenu  > .bl-3{

    width: 215px;

    text-align: right !important;

    margin-top: 23px;

    float: right;
}

#Popup{
    position:absolute;
    width: 270px;
    top: 52px;
    right: 0;
    padding: 20px 20px 20px 20px;
    box-shadow: 0px 3px 9px -4px #0000007a;
    background: #ffffff;
    border-radius: 4px;
    z-index:1001;
    display: none;
}
#Popup .caption{
    font-size: 18px;    
}

#PopupClose{
    transition: all 0.1s;
    position:  absolute;
    top: 5px;
    right: 5px;
    background: #ff5a5f;
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 14px;
    cursor:  pointer;
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
    text-indent: 0;
    text-transform: lowercase;
    padding: 0px 0px 1px 0px;
}
#PopupClose:hover{
    top: 3px;
    right: 3px;
    width: 18px;
    height: 18px;
    line-height: 17px;
}

#CheckOsago .val{

    font-weight: 600;
}
#CheckOsago h5{

    font-size: 15px;

    color: #369;
    text-align: center;
}
#CheckOsago h5:after{
    display: inline-block;
    content:'';
    width:30%;
    height: 1px;
    background:#efefef;
    margin: 0px 0px 0px 10px;
}
#DataOsago .caption b{
    font-size: 15px;
    font-weight: 600;
}
#helps{
    padding: 0px 0px 10px 0px;

}
#helps> span{
    font-size: 15px;
    margin: 0px 10px 0px 0px;
    display: inline-block;
    border-bottom: 1px dashed #98b2cc;
}
.helps > span{
    font-size: 14px;
    margin: 17px 10px 0px 0px;
    display: inline-block;
}
.helps > div.inline{
    font-size: 14px;
    margin: 0px 10px 0px 0px;
    display: inline-block;
}
#Strahovie .about{
    text-align: center;
    position: relative;
    top: -1rem;
    background: rgb(243, 243, 243);
    padding: 4px 6px;
    border-radius: 0px 0px 4px 4px;
    display: inline-block;
}
#Strahovie .about span{
    color: #2e2e2e;
}
#Strahovie .order{
}
#Card{
    width: 280px;
    height: 140px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: url(../images/card.jpg);
    background-size: 102%;
}
#Card .logo{

    background: url(../images/elektropolis_footer.png);

    background-size: 26px;

    background-repeat: no-repeat;

    background-position: 10px 10px;

    z-index: 100;

    width: 300px;

    height: 49px;

    color: #fff;

    line-height: 38px;

    font-size: 16px;

    padding: 0px 0px 0px 44px;

    text-shadow: 0px 1px 1px #333;
}
#Card .count span{
    font-size: 14px;
    color: #fff;
}
#Card .count{

    color: #fff;

    font-size: 32px;

    text-align: right;

    text-shadow: 1px 1px 1px #000;

    padding: 0px 20px 0px 0px;
}
#Card .number{

    text-align: center;

    letter-spacing: 1px;

    font-size: 20px;

    color: #fff;

    text-shadow: 1px 1px 1px #000;
}
.lock{
    opacity:0.3;
    position: absolute;
    right: 10px;
    top: 50px;
    z-index: 10;
    transition: 0.3s;
}

.lock:hover{
    opacity:0.9;  
}

.lock img{
    width: 27px;
}
.copyfield{
    text-align: right;
    border-bottom: 1px dashed #369;
    color: #336699;
    cursor: pointer;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 5px;
}
form{
    transition: all ease 0.3s;
}
.forms-w{
    width: 50% !important;
}
.forms-w60{
    width: 60% !important;
}
.forms-w75{
    width: 75% !important;
}
.forms-w90{
    width: 100% !important;
}
.rotated90 {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg); /* IE 9 */
    -moz-transform: rotate(90deg); /* Firefox */
    -webkit-transform: rotate(90deg); /* Safari and Chrome */
    -o-transform: rotate(90deg); /* Opera */
}
.rotated180 {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg); 
    -webkit-transform: rotate(180deg); 
    -o-transform: rotate(180deg);
}
p{font: normal 16px / 28px "Open Sans", Helvetica, Arial, Verdana, sans-serif;}
.bcred,#checksbox.bcred{
    border: 1px solid #f98e8e!important;
    border-color: #f98e8e !important;
    outline-color: beige;
}
.carousel-inner .carousel-item {
    opacity: 0;
    transition: none;
    transform: translate3d(0,0,0) !important;
}

.carousel-inner .carousel-item.active {
    transition: opacity 0.5s ease-in-out;
    opacity: 1;
}

.tooltip-inner > div {
    /* text-align: center; */
}
.tooltip-inner > div > img{
    /* margin: 0px auto; */
}
.ui-state-default:hover{
    background: #fff !important;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #ccc!important; /* ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â²ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ (ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¿ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ ÃƒÆ’Ã¢â‚¬ËœÃƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¼ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬ËœÃƒâ€¦Ã‚Â½ #000)*/
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #ccc!important; /* ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â²ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ (ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¿ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ ÃƒÆ’Ã¢â‚¬ËœÃƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¼ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬ËœÃƒâ€¦Ã‚Â½ #000)*/
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #ccc!important; /* ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â²ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ (ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¿ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ ÃƒÆ’Ã¢â‚¬ËœÃƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¼ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬ËœÃƒâ€¦Ã‚Â½ #000) */
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #ccc!important; /* ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â²ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ (ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¿ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ ÃƒÆ’Ã¢â‚¬ËœÃƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¼ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬ËœÃƒâ€¦Ã‚Â½ #000) */
}

.tooltip-inner {
    box-shadow: 0 0rem 1rem #ccc !important;
    max-width: 300px!important; /* ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¼ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¼ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬ËœÃƒâ€¦Ã¢â‚¬â„¢ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬ËœÃƒâ€¹Ã¢â‚¬Â ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â° ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¿ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â´ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â·ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ (ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¿ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ ÃƒÆ’Ã¢â‚¬ËœÃƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¼ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬ËœÃƒâ€¦Ã‚Â½ 200px) */
    color: #333!important; /* ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â²ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ ÃƒÆ’Ã¢â‚¬ËœÃƒâ€¹Ã¢â‚¬Â ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â° */
    background-color: #fff!important; /* ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â²ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â° (ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¿ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ ÃƒÆ’Ã¢â‚¬ËœÃƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¼ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬ËœÃƒâ€¦Ã‚Â½ #000) */
    border-radius: 3px!important; /* ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â´ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬ËœÃƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã¢â‚¬ËœÃƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â³ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â´ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬ËœÃƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â³ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â² */
    opacity: 1.0!important;
    filter: alpha(opacity=100)!important;
}
.tooltip-inner a{
    color: red !important;
    text-decoration: underline;
}

.tooltip-inner a:hover{
    color: red !important;
    text-decoration: none;
}
.tooltip.in {
    opacity: 1!important;
    filter:alpha(opacity=100)!important;
}
.tooltip.show {
    opacity: 1!important;
}

.blick {

}


.blick {
    overflow: hidden;
    position: relative;
}

.blick:after {
    opacity: 0;
    content: "";
    display: block;
    width: 40px;
    height: 200px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), #ffffff 10%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.6) 100%);
    left: -50%;
    top: -180%;
    z-index: 1;
    transform: rotate(45deg);
    position: absolute;
}
.blick:hover:after{
    animation: movingFlare 1s linear 0.01s infinite;
    opacity: 1;
}
@keyframes movingFlare {
0% {
    left: -100%;
}
50% {
    left: 100%;
}
100% {
    left: 300%;
}
}
#notice{
    transition: 0.32s;
    opacity: 0;
    right: -400px;
    overflow: hidden;
    visibility: hidden;
}
.notice-surface{position:fixed;z-index: 300;right:32px;top: 78px;max-width:calc(100% - 64px);max-height:calc(100vh - 56px);display:flex;flex-direction:row;background: #fff;border: 1px solid #ccc;border-radius: 10px;}.notice-surface--left{left:32px;right:auto}.notice-surface--reverse{bottom:28px;top:auto}@media (max-width:991px){.mfixed_y .notice-surface{top:74px}.bottom-icons-panel_y .notice-surface--reverse{bottom:72px}}.notice-surface__inner{display:flex;flex-direction:column-reverse;align-items:flex-start;position:relative;max-width:100%}.notice-surface--reverse .notice-surface__inner{display:flex;flex-direction:column}.notice{min-width:0;box-shadow:0 5px 20px rgba(0,0,0,.15);background:#fff;background:var(--black_bg_black);border-radius:4px;position:relative;max-width: 376px;/* max-width:100%; */transition:transform .1s linear;flex-shrink:0;/* margin:4px 0; */}.notice--link{cursor:pointer}.notice--hidden{display:none!important;margin:0}.notice__closer{width:38px;height:38px;position:absolute;top:-1px;right:-1px;display:flex;justify-content:center;align-items:center;z-index:1;cursor:pointer}.notice__inner{display: flex;padding:20px;align-items: center;}.notice__image{/* height:60px; */width: 20px;}.notice__image img{max-height:100%;max-width:100%}.notice__info-wrap{/* display:flex; */flex-shrink:0;align-items:flex-start;margin-left:-10px;margin-right:-10px}.notice__image-wrap,.notice__text-wrap{padding-left:10px;padding-right:10px}.notice__text-wrap{align-self:center;align-items: flex-start;margin-left: -10px;margin-right: 10px;}.notice .notice__text-wrap .notice__title:first-child{/* margin-top:-7px; */font-size: 14px;}.notice .notice__text-wrap .notice__detail:first-child{margin-top:-3px}.notice__title+.notice__detail{margin-top:4px}.notice__detail__more{margin-top:6px}.notice-surface--right .animate--notice-show{-webkit-animation:animate--notice-show--right .4s linear;-ms-animation:animate--notice-show--right .4s linear;animation:animate--notice-show--right .4s linear;right:0}@-webkit-keyframes animate--notice-show--right{from{right:calc(-100% - 32px)}50%{right:32px}to{right:0}}@-ms-keyframes animate--notice-show--right{from{right:calc(-100% - 32px)}50%{right:32px}to{right:0}}@keyframes animate--notice-show--right{from{right:calc(-100% - 32px)}50%{right:32px}to{right:0}}.notice-surface--left .animate--notice-show{-webkit-animation:animate--notice-show--left .6s linear;-ms-animation:animate--notice-show--left .6s linear;animation:animate--notice-show--left .6s linear;left:0}@-webkit-keyframes animate--notice-show--left{from{left:calc(-100% - 32px)}50%{left:32px}to{left:0}}@-ms-keyframes animate--notice-show--left{from{left:calc(-100% - 32px)}50%{left:32px}to{left:0}}@keyframes animate--notice-show--left{from{left:calc(-100% - 32px)}50%{left:32px}to{left:0}}.animate--notice-hide{height:0!important;opacity:0!important;margin:0!important;transition:transform .1s linear,opacity .3s ease-in-out .1s,height .3s linear .4s,margin .3s linear .4s}.animate--notice-hide .notice__closer{display:none}.animate--notice-click{transform:scale(.95)}
a.call_h{
    display: none;

    top: 23px;
    position: absolute;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 10px;
}
a.call_h img{

    position: relative;

    margin: -10px 0px 0px 0px;
}
.w-25{
    width: 25%;
    margin: 0 auto;
}
.w-50{
    width: 50%;
    margin: 0 auto;
}
.w-70{
    width: 70%;
    margin: 0 auto;
}
.w-60{
    width: 60%;
    margin: 0 auto;
}
.w-75{
    width: 75%;
    margin: 0 auto;
}
.w-80{
    width: 80%;
    margin: 0 auto;
}
.w-90{
    width: 90%;
    margin: 0 auto;
}
.w100{
    width: 100%;
    margin: 0 auto;
}
::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;color: #f1f1f1;}
::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;color: #f1f1f1;}
:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;color: #f1f1f1;}
:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease; color: #f1f1f1;}
:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

input:focus::-webkit-input-placeholder {opacity: 1; transition: opacity 0.3s ease;}
input:focus::-moz-placeholder          {opacity: 1; transition: opacity 0.3s ease;}
input:focus:-moz-placeholder           {opacity: 1; transition: opacity 0.3s ease;}
input:focus:-ms-input-placeholder      {opacity: 1; transition: opacity 0.3s ease;}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

::selection {
    background-color: #BDBDBD;
}
