


.warp{
    width: 100%;
}
.page_width{
    width: 1020px;
    width: 1200px;
    margin: 0px auto;
}
a.row{
    display: block;
}
.center_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@-webkit-keyframes animated_cs_logo{
    0%{background-position:0 0;}
    100%{background-position: 0 -418px;}
}
@keyframes animated_cs_logo{
    0%{background-position:0 0;}
    100%{background-position: 0 -418px;}
}
.cs_logo_png{
    width: 163px;
    height: 22px;
    background: url('../img/simplysmart-b.png') no-repeat 0 0;
    -webkit-animation: animated_cs_logo 3s steps(19) infinite;
    animation: animated_cs_logo 3s steps(19) infinite;
    -webkit-transition:all 0.5s;
    transition: all 0.5s;
}

.__modal-content{
    padding: 0 40px;
    border-radius: 0;
}
.modal-body{
    padding: 40px 40px;
}
._modal-header .close{
    display: none;
    position: absolute;
    top: -18px;    
    left: -18px;
    background: #fff;
    font-size: 40px;
    text-shadow: none;
    padding: 0 8px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,.25);
    opacity: 0.7;
    float: none;
    transition: all 1s;
}
._modal-header .close:hover{
    opacity: 1;
    transform: rotate(720deg);
}

.btn-primary {
    color: #fff;
    background-color: #bd2031;
    _background-image: linear-gradient(to top, #c98404 0, #efb633 100%);
    border-color: #bd2031;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus{
    color: #fff;
    background-color: #bd2031;
    _background-image: linear-gradient(to top, #c98404 0, #c98404 100%);
    border-color: #bd2031;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #bd2031;
    border-color: #bd2031;
}
.btn-read_more{
    background: #fff;
    border-radius: 4px;
    color: #003670;
}
.banner .btn-read_more{
    margin-top: 10px;
}
.btn-read_more:hover{
    color: #003670;
}
.btn-read_more.with_fa{
    font-size: 0;
    padding: 6px 10px;
}
.btn-read_more.with_fa .fa{
    font-weight: bold;
    font-size: 20px;
}
.active_1 .hide_active{
    display: none;
}
.active_1 .show_active_inline{
    display: inline !important;
}


.icon-input-btn{
    _display: inline-block;
    position: relative;
    font-size: 32px;
}
.dir_rtl .icon-input-btn input[type="submit"]{
    padding-right: 3em;
}
.dir_ltr .icon-input-btn input[type="submit"]{
    padding-left: 3em;
}
.icon-input-btn .fa{
    display: inline-block;
    position: absolute;
    color: #fff;
    top: 0;
    bottom: 0;
    line-height: 1;
    padding: 0.4em;
    pointer-events: none;
}
.dir_rtl .icon-input-btn .fa{
    right: 0;
    border-left: 2px ridge #EAB02D;
}
.dir_ltr .icon-input-btn .fa{
    left: 0;
}


h1{
    padding: 30px 0;
    font-size: 22px;
    font-weight: normal;
    color: #bd2031;
    border-bottom: 1px solid #e2e2e2;
}
h2, h3{
    font-size: 1.2em;
    font-weight: normal;
    color: #bd2031;
    margin-bottom: 6px;
}
ul{
    _list-style-image: url('../img/y.png');
}
body{
    font-family: 'Assistant', sans-serif;
    font-size: 16px;
    background: #fff;
    width: 100%;
    position: relative;
    padding-top: 0px;
    padding-right: 0 !important;
    transition: all 0.1s;
}
body.lang_heb{
    _font-family: 'Alef', Tahoma, sans-serif;
}
body.font_size_big{
    font-size: 18px;
}
body.font_size_biggest{
    font-size: 18px;
}
.header{
    position: absolute;
    width: 100%;
    z-index: 100;
    height: 200px;
    margin-bottom: 0;
    background-color: #fff;
    _background-color: rgba(255,255,255,.95);
    background-color: transparent;

    background: url('../img/header_bg.png') repeat-x left top transparent;
    background: linear-gradient(to bottom, #fff 0%, rgba(255,255,255,.4) 70%, transparent 100%);

    border: none;
    _box-shadow: 0 0 10px rgba(0,0,0,.25);
    _box-shadow: none;
    pointer-events: none;
    transition: all 0.25s;
}
.dir_ltr .header{
    _background: url('../img/header_bg_ltr.png') repeat right top transparent;
}
.header>*{
    pointer-events: auto;
}
.header .container-fluid{
    pointer-events: none;
}
.header .container-fluid>*{
    pointer-events: auto;
}
.header .container-fluid .warp_header_top{
    pointer-events: none;
}
.header .container-fluid .warp_header_top>*{
    pointer-events: auto;
}
.logo a{
    display: block;
    margin:  0;
    padding: 30px 30px;
    transition: all 0.25s;
}
.logo a img{
    transition: all 0.25s;
}

.header_phone_btn{
    margin-top: 20px;
    font-size: 17px;
    font-weight: bold;
    color: #000;
    background: transparent;
}
.header_phone_btn:hover{
    color: #000;
    text-decoration: none;
}
.header_phone_btn .link{
    color: #bd2031;
}
.dir_rtl .link_label{
    border-right: 1px solid #e9e9e9;
    margin-right: 6px;
    padding-right: 6px;
}
.dir_ltr .link_label{
    border-left: 1px solid #e9e9e9;
    margin-left: 6px;
    padding-left: 6px;
}
.dir_rtl .header_phone_btn .fa{
    color: #eee;
    color: #15ACCD;
    transform: scale(-1, 1);
}
.header_warp_search{
    margin: 15px 50px 0;
}
.header_warp_search .form-group{
    margin-bottom: 0;
}
.header_warp_search .search_form .q_search{
    background: transparent;
    border: 1px solid #e9e9e9;
}
.header_warp_search .search_form .btn_glasss {
    color: #fff;
    background: #bd2031;
    background: linear-gradient(to top, #c98404 0, #efb633 100%);
}


.navbar-header{
    float: none;
}
.navbar-nav {
    position: relative;
    z-index: 1;
    width: auto;
    _border-top: 1px solid #e9e9e9;
    background: transparent;
}
.navbar-default .navbar-nav>li>a {
    color: #000;
    background: transparent;
    font-size: 17px;
    padding: 7px 11px;
    margin: 0 0;
    font-weight: 600;
    border: none;
    _border-right: 1px solid #e9e9e9;
    _border-left: 1px solid #e9e9e9;
    _border-top: 1px solid #e9e9e9;
    border-radius: 6px;
    transition: all 0.5s;
}
.navbar-default .navbar-nav>li.dropdown.open>a {
    border-radius: 6px 6px 0 0;
}
.dir_rtl .navbar-default .navbar-nav>li:last-child>a {
    _border-left: 1px solid #e9e9e9;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>li:hover>a, .navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active:hover>a, .navbar-default .navbar-nav>.open:hover>a{
    z-index: 1;
    color: #fff;
    border-top-color: #bd2031;
    background: #bd2031;
}
.navbar-default .navbar-nav:hover>.active>a{
    z-index: 0;
    color: #000;
    border-top-color: #e9e9e9;
    background: transparent
}
.navbar-default .navbar-nav>.active:hover>a{
    z-index: 1;
    color: #fff;
    border-top-color: #bd2031;
    background: #bd2031;
}
.navbar-default .navbar-nav .text-hide a{
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.warp_header_menu{
    _box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    background: transparent;
}
.navbar-default .header_menu{
    margin-top: 50px;
    padding: 0 50px;
    transition: all 0.25s;
}
.navbar-nav .fa > span{
    display: none;
}
.navbar-nav>li>.dropdown-menu{
    padding: 0;
    margin: 0;
    margin-top: -1px;
    border: none;
    _border-top: 1px solid #fff;
    border-radius: 8px;
    border-radius: 0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);

    right: 0;
}
.dropdown-menu{
    font-size: 0.875em;
    background-color: rgba(255,255,255,0.8);
}
.navbar-nav .dropdown-menu .dropdown-menu{
    top: 0;
    left: auto;
    right: 97%;
}
._navbar-nav>li>.dropdown-menu:before{
    content: url(../img/triangle_up.png);
    position: absolute;
    top: -15px;
    right: 20px;
}
.dropdown-menu>li{
    position: relative;
}
@media (min-width: 768px){
    .dropdown-menu>li::before{
        position: absolute;
        content: ' ';
        display: block;
        width: 3px;
        height: 10px;
        background: #fff;
        margin: 14px;
    }
}
.dropdown-menu>li>a{
    padding: 8px 30px;
    font-size: 1em;
    font-weight: normal;
    color: #fff;
    background: transparent;
    background: #bd2031;
    border-top: 1px solid #d23a4a;
    border-bottom: 1px solid #a61222;
}
.dropdown-menu>li:first-child>a{
    border-top: none;
    _box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.2) inset;
}
.dropdown-menu>li:last-child>a{
    border-bottom: none;
}
.dropdown-menu>li.active>a, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus{
    color: #fff;
    background: #911d2a;
}
.dropdown-menu>li.active, .dropdown-menu>li:hover {
    _background: #911d2a;
}
.navbar-nav>li:last-child>.dropdown-menu{
    right: 0;
    left: auto;
}
.dir_rtl .navbar-nav>li:last-child>.dropdown-menu{
    right: auto;
    left: 0;
}
.top_bar{
    padding: 0px;
}
.warp_member_bar{
    margin: 14px 0;
    font-size: 14px;
    border-left: 1px solid #ccc;
}
.warp_member_bar a{
    padding: 0;
}
.warp_member_bar .fa{
    padding: 0 16px;
}
.warp_langs_menu{
    _padding: 3px 12px;
    _border-right: 1px solid #eaeaea;
    _border-left: 1px solid #eaeaea;
    color: #777;
}
.warp_langs_menu a{
    position: relative;
    display: block;
    z-index: 1;
    float: right;
    padding: 6px 8px;
    border-bottom: 1px solid transparent;
    color: #777;
    font-size: 14px;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    transition: all 0.25s;
}
.dir_ltr .warp_langs_menu a{
    float: left;
}
.warp_langs_menu:not(:hover) a.active, .warp_langs_menu a:hover{
    z-index: 2;
    color: #bd2031;
    border-bottom-color: #bd2031;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    text-decoration: none;
}
.not_registered_member .warp_member_bar .login, .registered_member .warp_member_bar .logout{
    display: block;
}
.not_registered_member .warp_member_bar .logout, .registered_member .warp_member_bar .login{
    display: none;
}


.warp_content_0{
    position: relative;
    z-index: 10;
    _background: #fff;
}
.warp_content{
    position: relative;
    background: #fff;
}
.with_side_bar .content{
    display: flex;
    _overflow-y: hidden;
}
.content_bar{
    padding: 0;
    margin: 0 auto;
    flex-grow: 1;
}

.content_bar h2{
}

.in_content_text img{
	max-width: 100%;
}
.in_content_text iframe{
	max-width: 100%;
}
.in_content_text{
    min-height: 200px;
    padding: 20px 0;
    text-align: justify;
    font-size: 17px;
}
.with_side_bar .content h1{
    padding-left: 40px;
    padding-right: 40px;
}
.dir_rtl.with_side_bar .in_content_text{
    padding-right: 40px;
}
.dir_ltr.with_side_bar .in_content_text{
    padding-left: 40px;
}

.side_bar{
    padding-top: 40px;
    padding-right: 0;
    padding-left: 40px;
    min-height: 350px;

	flex-shrink: 0;
	
    background: #f4f4f4;
    background: linear-gradient(to right, #e8e8e8 0%, #fff 100%);
    box-shadow: 10px 0px 5px -5px rgba(0, 0, 0, 0.15) inset;
}
.dir_ltr .side_bar{
    padding-right: 40px;
    padding-left: 0;

    background: linear-gradient(to left, #e8e8e8 0%, #fff 100%);
    box-shadow: -10px 0px 5px -5px rgba(0, 0, 0, 0.15) inset;
}
.side_menu{
    margin-bottom: 70px;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    transition: all 0.5s;
}
.side_menu:hover{
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}

.side_bar .nav>li>a {
    position: relative;
    padding: 12px 20px;
    color: #777;
    background: transparent;
    font-size: 18px;
    font-weight: normal;
    border-top: 1px solid #ccc;
    _border-bottom: 1px solid #fff;
    transition: color 0.25s, background 0.25s, border 0.25s;
}
.nav.menu_with_icon>li>a{
    padding-right: 60px;
}
.menu_with_icon>li>a img {
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.side_bar .nav>li:first-child>a {
    _border-top: none;
}
.side_bar .nav-stacked>li+li {
    margin-top: 0px;
}
.side_menu:not(:hover) .nav>li.active>a, .side_menu:not(:hover) .nav>li>a:focus, .side_menu:not(:hover) .nav>li>a:hover,
.side_menu .nav>li>a:hover {
    text-decoration: none;
    color: #bd2031;
    background: transparent;
}



.side_bar .nav>li.active>a:before, .side_bar .nav>li>a:hover:before {
    _content: url(../img/side_menu_active_ltr_bg.png);
    position: absolute;
    display: block;
    top: -2px;
    left: -10px;
    background: transparent;
}
.dir_rtl .side_bar .nav>li.active>a:before, .dir_rtl .side_bar .nav>li>a:hover:before {
    _content: url(../img/side_menu_active_rtl_bg.png);
    left: auto;
    right: -10px;
}
.side_bar .nav:hover>li.active>a:before {
    display: none;
}
.side_bar .nav>li.active>a:hover:before {
    display: block;
}
.side_bar .dropdown-menu{
    display: none;
    position: relative;
    top: auto;
    left: auto;
    float: none;
    padding: 0;
    margin: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.side_bar .active>.dropdown-menu{
    display: block;
}
.side_bar .dropdown-menu>li>a{
    background-color: transparent;
    border-top: 1px solid #d6d6d6;
    margin: 0 50px 0 0;
    padding: 4px 12px;
    color: #777;
}
.side_bar .dropdown-menu>li.active>a, .side_bar .dropdown-menu>li>a:hover{
    color: #bd2031;
    background: #fff;
}
.nav_header~li:nth-child(2)>a{
    border-top-color: transparent;
}
.nav_header h2{
    position: relative;
    margin: 0 -10px;
    padding: 14px 0;
    background: #bd2031;
    color: #fff;
    text-align: center;
    box-shadow: 0 3px 5px rgba(0,0,0,.25);
}
.nav_header h2::before, .nav_header h2::after{
    position: absolute;
    content: ' ';
    bottom: -10px;
    right: 0;
    border-left: 10px solid #916406;
    border-bottom: 10px solid transparent;
}
.nav_header h2::after{
    right: auto;
    left: 0;
    border-right: 10px solid #916406;
    border-left: none;
}


.social{
    position: relative;
    margin-top: -7px;
}
.social_solid {
    display:inline-block;
    position:relative;
    width:36px;
    height:36px;
    opacity: 1;
    text-align:center;
    margin: 0 10px;
    border-radius:60px;
    transition:border-color .3s ease-out,color .3s ease-out,background .3s ease-in;
}
.social_solid i {
    line-height: 36px;
    transition: all 1s;
}
.social_solid:hover i{
    color:#fff;
}
.social_solid:hover{
    background:#fff;
}
.warp_social_facebook{
    padding-top: 20px;
    color: #777;
}
.banner{
    position: relative;
    transition: all 0.5s;
}
.banner .carousel:after{
    content: ' ';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 300px;
    pointer-events: none;
    background: linear-gradient(to top, rgba(16, 6, 4, 0.59) 0, transparent 100%);
}
.homepage .banner .carousel .item:after{
    height: 400px;
}
/*
.homepage .banner .carousel-inner>.item:after{
    content: '';
    position: absolute;
    height: 444px;
    background: url('../img/banner_bg.png') repeat-x left bottom transparent;
    _background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.06) 11%,rgba(0,0,0,0.21) 28%,rgba(0,0,0,0.76) 77%,rgba(0,0,0,0.96) 100%);

    pointer-events: none;
    bottom: 0;
    right: 0;
    left: 0;
}
*/
.banner .carousel-inner>.item>a>img, .banner .carousel-inner>.item>img{
    margin: 0 auto;
    min-width: 750px;
}
.carousel .item > a{
    display: block;
}

.carousel-control{
    z-index: 10;
}
.carousel-caption{
    padding-top: 10px;
    padding-bottom: 300px;
    left: 0;
    right: 0;
    bottom: 0;

    text-align: initial;
    _background: radial-gradient(rgba(255,255,255,.5) 0%, rgba(255,255,255,.5) 50%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 100%);
    _background: radial-gradient(rgba(255,255,255,0) 20%, rgba(255,255,255,0) 100%);
    _background: radial-gradient(rgba(255,255,255,.5) 0%, rgba(255,255,255,.5) 500px, rgba(255,255,255,0) 800px, rgba(255,255,255,0) 100%);
}
.carousel-caption .h2{
    display: inline-block;
    padding: 6px 10px;
    _border-bottom: 1px solid #ccc;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    background: #bd2031;
    background: rgba(189, 23, 49, .95);
    border-radius: 6px;
}
.carousel-caption p {
    display: inline-block;
    padding: 10px;
    border-radius: 6px;
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    background: rgba(0,0,0,0.5);
    border-radius: 6px;
}

.carousel-caption .btn{
    margin-top: 6px;
    color: #000;
    border-color: transparent;
    font-weight: bold;
    background: #fff;
    transition: all 0.5s;
}
/*
.carousel-caption .btn:hover{
    background: rgba(0,0,0,.8);
    border-color: #fff;
}
*/
@media (min-width: 768px){
    .form-horizontal .checkbox .control-label {
        text-align: initial;
    }
}
.help-block:empty{
    display: none;
}
.warp_form .help-block{
    margin-bottom: 0;
}
.content_text .warp_form{
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 40px;
}
.breadcrumb {
    padding: 8px 10px;
    margin-bottom: 0;
    font-size: 14px;
    list-style: none;
    border-radius: 0;
    _border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    background: transparent;
    background: #f5f5f5;
}
.with_side_bar .breadcrumb {
    padding-right: 40px;
    padding-left: 40px;
}
.breadcrumb a{
    color: #777;
}
.breadcrumb li:last-child > a{
    color: #bd2031;
}
.footer_logo{
    margin-left: 10px;
}
.warp_footer{
    _background: #fff;
}
body{
    background: url('../img/footer_bg.jpg') no-repeat center bottom #fff;
}
.warp_footer{
    width: 100%;
    position: relative;
    color: #fff;
    padding: 20px 0;
    padding: 0;
    _box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15) inset;
}
.footer{
    position: relative;
}
.footer_bottom{
    padding-bottom: 0;
    _border-bottom: 1px solid #c8c8c8;
}
.footer_contact_form .warp_contact_as_form{
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
@media(min-width: 768px){
    .footer_contact_form .col-sm-3, .footer_contact_form .col-sm-6, .footer_contact_form .col-sm-12{
        padding-right: 7.5px;
        padding-left: 7.5px;
    }
}
.footer_contact_form h2{
    font-size: 22px;
    padding: 0 7.5px;
    color: #fff;
}
.footer_contact_form h3{
    padding: 8px 7.5px;
    font-size: 18px;
}
.footer_contact_form textarea{
    height: 132px;
}
.footer_contact{
    padding: 30px 0;
    border-top: 1px solid #eee;
}
.cs_logo {
    _padding: 20px 0;
}
.footer_links{
    font-size: 16px;
    min-height: 150px;
    padding-top: 0;
    padding-bottom: 60px;
    color: #7c7c7c;


    _display: flex;
    _align-items: flex-end;
}
.footer_links a{
    display: block;
    width: 25%;
    min-width: 140px;
    float: right;
    padding: 6px 12px;
    color: #000;
    transition: all 0.25s;
}
.dir_ltr .footer_links a{
    float: left;
}
.footer_links a:hover{
    color: #000;
    _text-decoration: none;
}
.footer_form{
    z-index: 10;
    color: #000;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.08);
    transition: all 0.5s;
}
.footer_form:hover{
    box-shadow: 0 0 15px rgba(0,0,0,.3);
}
.search_form{
    position: relative;
}
.search_form .q_search{
    background: #e3e3e3;
    border: 1px solid #c1c1c1;
    border-bottom: none;

}
.search_form .btn_glasss{
    position: absolute;
    left: 0px;
    top: 0;
    margin: 4px;
    padding: 2px 5px;
    background: #fff;
    color: #bd2031;
    box-shadow: 0 0 10px rgba(0,0,0,0.1)
}
.dir_ltr .search_form .btn_glasss{
    left: auto;
    right: 0px;
}
.footer_form_2{
	background: transparent;
    padding-bottom: 60px;
    box-shadow: none;
}
.footer_form_2:hover{
    box-shadow: none;    
}
.footer_form_2 .row{
    margin-right: -6px;
    margin-left: -6px;
}
.footer_form_2 form>div{
    padding-left: 6px;
    padding-right: 6px;
}
.footer_form_2 .frm_header h2{
    padding-bottom: 20px;
    font-weight: bold;
}
.footer_form_2 .form-group {
    margin-bottom: 6px;
}
.footer_form_2 .form-control{
	color: #fff;
    background-color: rgba(0,0,0,.15);
    border-radius: 0;
    transition: all 1s;
}
.footer_form_2 .form-control:focus{
    background-color: rgba(0,0,0,.5);
}
.footer_form_2 .form-control::-moz-placeholder{color:#fff;opacity:1}.footer_form_2 .form-control:-ms-input-placeholder{color:#fff}.footer_form_2 .form-control::-webkit-input-placeholder{color:#fff}

.footer_form.footer_form_2 .btn{
    font-size: 16px;
    font-weight: bold;
    padding: 10px 20px;
    height: auto;
    width: auto;
}
.footer_form.footer_form_2 .checkbox input[type=checkbox] {
    position: relative;
    float: none;
    display: inline-block;
    margin: auto;
}
/* --------------------------------- */

.font_bar .normal_size{
    font-size: 12px;
}
.font_bar .big_size{
    font-size: 16px;
}
.font_bar .biggest_size{
    font-size: 20px;
}

.side_form{
    position: relative;
    margin-top: 20px;
    padding: 24px 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    transition: all 0.5s;
}
.side_form:hover{
    box-shadow: 0 0 10px rgba(0,0,0,.3);
}
.side_form_title h2{
    padding-bottom: 15px;
}
.side_form_title h2{
    color: #000;
    font-size: 18px;
}
.side_form .checkbox{
    font-size: 11px;
    max-width: 80%;
}
.side_form .checkbox{
    font-size: 11px;
    max-width: 80%;
}
.side_form .control-label{
    display: none;
}
.side_form .checkbox .control-label{
    display: inline;
}
.side_form .form-group .col-sm-8{
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}
.side_news{
    position: relative;
    margin-top: 20px;
    padding: 24px 20px;
    background: transparent;
    border-radius: 8px;
    _box-shadow: 0 0 10px rgba(0,0,0,.1);
    transition: all 0.5s;
}
.side_news:hover{
    _box-shadow: 0 0 10px rgba(0,0,0,.3);
}
.side_news_title{
    padding: 20px 0;
    font-size: 20px;
    border-bottom: 1px solid #e2e2e2;
}
.side_news_title span{
    color: #bd2031;
}
.news_item{
    padding: 15px 0;
    display: block;
    font-size: 16px;
    color: #000;
    text-decoration: none;
}
.news_item:hover{
    color: #000;
    text-decoration: none;
}
.news_item h3{
    padding: 15px 0;
    font-size: 14px;
    color: #bd2031;
}
.war_news_list_btns{
    text-align: center;
}
.news_list_btns{
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
#warper_all .news_list_btns .btn{
    border-radius: 0;
}

.warp_social_bar{
    border-top: 1px solid #e2e2e2;
    padding: 30px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.dir_rtl.with_side_bar .warp_social_bar{
    padding-right: 40px;
}
.dir_ltr.with_side_bar .warp_social_bar{
    padding-left: 40px;
}
.contact_as_form h3{
    font-size: 16px;
}
.contact_as_form .form-control{
    background: #fff;
    border-color: #545454;
    color: #000;
}
.contact_as_form .btn{
    padding-left: 74px;
    padding-right: 74px;
}
.warp_social_bar>*{
    vertical-align: bottom !important;
    margin-right: 4px;
    margin-left: 4px;
}
.warp_social_bar .send_to_friend, .warp_social_bar .print_page{
    color: #000;
}
.warp_social_bar .send_to_friend .fa, .warp_social_bar .print_page .fa{
    margin-left: 10px;
    margin-right: 10px;
    color: #bd2031;
    transition: all 0.25s;
}
.warp_social_bar .print_page .fa{
    color: #bd2031;
}
.warp_social_bar .send_to_friend:hover .fa, .warp_social_bar .print_page:hover .fa{
    transform: scale(1.25);
}

.catalog_cat_category{
    padding: 0;
    padding: 15px 0;
}
.with_side_bar.dir_rtl .catalog_cat_category{
    _padding-right: 25px;
}
.with_side_bar.dir_ltr .catalog_cat_category{
    _padding-left: 25px;
}
.catalog_cat_text{
    padding: 30px  0;
}
.dir_rtl.with_side_bar .catalog_cat_text{
    padding-right: 40px;
}
.dir_ltr.with_side_bar .catalog_cat_text{
    padding-left: 40px;
}
.warp_catalog_category{
    display: block;
    float: left;
    margin: 15px 0;
    padding: 0 15px;
}
.warp_catalog_category:hover{
    text-decoration: none;
}


.catalog_category1{
    position: relative;
    margin: 0;
    border: 1px solid #fff;
    border-radius: 6px;
    _box-shadow: 0 0 15px rgba(0,0,0,.1);
    transition: all 0.5s;
}

.catalog_category1:hover{
    _box-shadow: 0 0 25px rgba(0,0,0,.3);
}
.catalog_category1 .warp_catalog_img{
    display: flex;
    height: 240px;
    _sbackground: #eee;
    _border-bottom: 1px solid #e7e7e7;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.catalog_category1 .warp_catalog_img img{
    min-width: 100%;
    height: auto;
    transition: all 0.5s;
}
.catalog_category1:hover .warp_catalog_img img{
    transform: scale(1.05);
}
.warp_catalog_headers{
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(255,255,255,.75);
}
.warp_min_price{
    padding: 8px 13px;
    background: #3fbdcd;
    background: rgba(63, 189, 205, .75);
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.warp_min_price .price{
    font-weight: bold;
    font-size: 20px;
}
.catalog_category_title{
    padding: 6px 10px 0;
    color: #0068b1;
    font-size: 25px;
    font-weight: normal;
}
.catalog_category_title_2{
    padding: 0 10px;
    color: #009ab1;
    font-size: 16px;
    font-weight: normal;
}
.catalog_category_summary{
    color: #000;
    margin-bottom: 30px;
}
.catalog_category_root{
    padding: 30px 0;
    border-bottom: 1px solid #e0e0e0;
}
.catalog_category_root:hover, .catalog_category_root:active{
    text-decoration: none;
}
.warp_catalog_product{
    position: relative;
    display: block;
    margin: 0 0 20px 0;
    padding: 0;
}
.dir_rtl.with_side_bar .warp_catalog_product{
    padding-right: 40px;
    padding-left: 0;
}
.dir_ltr.with_side_bar .warp_catalog_product{
    padding-right: 0;
    padding-left: 40px;
}
.warp_catalog_product.onsale .catalog_product .warp_catalog_img::before{
    position: absolute;
    z-index: 1;
    top: -5px;
}
.dir_rtl .warp_catalog_product.onsale .catalog_product .warp_catalog_img::before{
    left: -5px;
}
.dir_ltr .warp_catalog_product.onsale .catalog_product .warp_catalog_img::before{
    right: -5px;
}
.lang_heb .warp_catalog_product.onsale .catalog_product .warp_catalog_img::before{
    content: url(../img/onsale_tag_heb.png);
}
.lang_eng .warp_catalog_product.onsale .catalog_product .warp_catalog_img::before{
    content: url(../img/onsale_img_eng.png);
}
.warp_catalog_product:hover, .warp_catalog_product:active, .warp_catalog_product:focus{
    text-decoration: none;
}
.catalog_product{
    _margin: 4px;
    border: 1px solid #fff;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    _background: linear-gradient(to top, #f3f3f3 0, #fff 35%, #fff 100%);
    transition: all 0.25s;
    _max-width: 580px;
}
.catalog_product:hover, .warp_catalog_product:active .catalog_product, .warp_catalog_product:focus .catalog_product{
    box-shadow: 0 0 15px rgba(0,0,0,.2);
}
.warp_catalog_product .warp_catalog_img{
    position: relative;
    width: 60%;
    float: right;
}
.warp_catalog_product .warp_catalog_img_0{
    height: 240px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.warp_catalog_product:nth-child(odd) .warp_catalog_img{
    float: left;
}
.warp_catalog_product .warp_catalog_img img{
    height: 100%;
    max-width: initial;
    width: auto;
    transition: all 0.25s;
}
.warp_catalog_product:hover .warp_catalog_img img{
    transform: scale(1.05);
}
.catalog_item_title{
    padding: 16px 0;
    margin: 0 30px;
    color: #bd2031;
    font-size: 20px;
    font-weight: normal;
    border-bottom: 1px solid #e2e2e2;
}
.warp_catalog_detalis{
    position: relative;
    height: 240px;
    width: 40%;
    float: right;
}
.catalog_item_summary{
    height: 120px;
    padding: 10px 30px 0;
    _text-align: center;
    font-size: 14px;
    color: #777;
}
.catalog_item_price{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 1px solid #e2e2e2;
    padding: 10px 30px;
    background: #f5f5f5;
    text-align: center;
    color: #bd2031;
}
.price_label, .catalog_label{
    color: #000;
}
.catalog_product .btn{
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
.catalog_product .btn.add_from_catalog{
    _padding-top: 5px;
    padding-bottom: 5px;
}
.link_to_more_items{
    display: block;
    padding: 16px 0;;
    margin-top: 10px;
    margin-bottom: 40px;
    color: #bd2031;
    font-size: 25px;
    text-align: center;
    transition: all 0.25s;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.dir_rtl .link_to_more_items{
    margin-right: 40px;
}
.dir_ltr .link_to_more_items{
    margin-left: 40px;
}
.link_to_more_items:hover{
    text-decoration: none;
    box-shadow: 0 0 15px rgba(0,0,0,.3);
}
.btn-black{
    background: #424242;
    background: linear-gradient(to top, #000 0, #424242 100%);
    color: #fff;
}
.btn-black:hover{
    background: linear-gradient(to top, #424242 0, #000 100%);
    color: #fff;
}

.catalog_cat_main{
    _overflow: hidden;
    _display: flex;
}
.warp_catalog_item_detalis{
    padding: 20px 0;
    min-height: 370px;
}
.catalog_num{
    padding: 0 20px;
    color: #bd2031;
    font-size: 14ppx;
}
.warp_catalog_item_detalis .item_text{
    padding: 20px 20px;
}
.catalog_item_form{
    padding: 20px 20px;
    display: block;
    border-top: 1px solid #e2e2e2;
}
.catalog_pricelist_price{
    color: #777;
}
.catalog_pricelist_price .price{
    text-decoration: line-through;
}
.catalog_site_price{
    color: #5c5076;
    font-size: 19px;
    font-weight: bold;
}
.catalog_site_price .price{
    color: #bd2031;
}
.warp_itm_btn{
    padding-top: 20px;
}
.add_item_to_cart{
    padding: 9px 20px;
    font-size: 26px;
    font-weight: bold;
}
.warp_btn_lock{
    color: #9c9c9c;
}
.warp_btn_lock .text{
    display: inline-block;
    max-width: 75px;
    margin: 10px 44px 0;
    font-size: 12px;
}
#warper_all .warp_btn_lock .fa{
    color: #9c9c9c;
    border: none;
}
.warp_catalog_gallery{
    background: #e8e8e8;
    background: linear-gradient(to left, #e8e8e8 0, #fff 100%);
    box-shadow: -6px 0 3px -3px rgba(0,0,0,.3) inset;
}
.dir_ltr .warp_catalog_gallery{
    background: linear-gradient(to right, #e8e8e8 0, #fff 100%);
    box-shadow: 6px 0 3px -3px rgba(0,0,0,.3) inset;
}
.catalog_gallery{
    margin: 20px 5px 20px -15px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.dir_ltr .catalog_gallery{
    margin: 20px 5px 20px -15px;
    margin-right: -15px;
    margin-left: 25px;
}
.warp_catalog_gallery_img{
    position: relative;
    height: 350px;
    _display: flex;
    text-align: center;
    _padding: 20px;
    justify-content: center;
    align-items: center;
    _border-bottom: 1px solid #e2e2e2;
}
.onsale .warp_catalog_gallery_img:before{
    position: absolute;
    z-index: 2;
    top: -5px;
}
.lang_heb .onsale .warp_catalog_gallery_img:before{
    content: url(../img/onsale_tag_heb.png);
}
.lang_eng .onsale .warp_catalog_gallery_img:before{
    content: url(../img/onsale_tag_eng.png);
}
.dir_rtl .onsale .warp_catalog_gallery_img:before{
    left: -5px;
}
.dir_ltr .onsale .warp_catalog_gallery_img:before{
    right: -5px;
}
.warp_all_tumb_imgs{
    padding-right: 15px;
    padding-left: 15px;
    cursor: pointer;
}
.warp_catalog_gallery_img img, .warp_tumb_img img{
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
}
.warp_tumb_img{
    height: 80px;
    display: flex;
    text-align: center;
    padding: 10px;
    justify-content: center;
    align-items: center;
}
.warp_catalog_content .warp_social_bar{
    padding: 15px 0;
}
.dir_rtl.with_side_bar .warp_catalog_content .warp_social_bar{
    padding-right: 20px;
}
.dir_ltr.with_side_bar .warp_catalog_content .warp_social_bar{
    padding-left: 20px;
}
.catalog_similar_products{
    margin: 0 -15px;
    padding-bottom: 20px;
    box-shadow: 0 -10px 10px -10px rgba(0,0,0,.25);
}
.catalog_similar_products_header{
    padding: 20px;
    font-weight: bold;
}
.catalog_similar_products .catalog_item_summary{
    _height: 74px;
    _font-size: 14px;
}

.warp_catalog_tabs{
    margin: 0 -15px;
    min-height: 250px;
    padding-top: 20px;
    border-top: 1px solid #e7e7e7;
}
.dir_rtl .warp_catalog_tabs .nav{
    padding-right: 10px;
}
.dir_ltr .warp_catalog_tabs .nav{
    padding-left: 10px;
}
.dir_rtl .warp_catalog_tabs .tab-content{
    padding-right: 20px;
}
.dir_ltr .warp_catalog_tabs .tab-content{
    padding-left: 20px;
}
.dir_rtl .nav-tabs>li:last-child {
    margin-left: 30px;
}
.dir_ltr .nav-tabs>li:last-child {
    margin-right: 30px;
}
.nav-tabs>li:not(.active) {
    cursor: pointer;
}
.dir_rtl .nav-tabs>li>a {
    margin-right: 8px;
}
.dir_ltr .nav-tabs>li>a {
    margin-left: 8px;
}
.nav-tabs>li>a {
    color: #bd2031;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    background: #bd2031;
    color: #fff;
}
.warp_catalog_tabs .tab-content{
    padding-top: 20px;
    padding-bottom: 20px;
}

.hp_block{
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
}
.hp_block.without_text .hp_block_title{
    position: absolute;
    right: 25px;
    left: 25px;
    bottom: 25px;
    margin: 0;
    padding: 8px 0;
    font-size: 23px;
    font-weight: bold;
    color: #bd2332;
    background-color: #fff;
    background-color: rgba(255,255,255,.8);
    box-shadow: 0 0 10px rgba(0,0,0,.25);
}
.hp_block.without_text:hover .hp_block_title, .hp_block.without_text:focus .hp_block_title{
    background-color: #fff;
}
.hp_block.without_text .hp_block_title::before{
    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANAQMAAABIJXY/AAAABlBMVEUAAAC9IDGsu/AUAAAAAXRSTlMAQObYZgAAABBJREFUCNdj+P8DisAAFxcAWSoRsNPKgLcAAAAASUVORK5CYII=);
    
    display: inline-block;
    padding: 0 10px;
}
.hp_block.with_text .hp_block_title{
    position: absolute;
    z-index: 20;
    top: 42px;
    left: -24px;
    width: 172px;
    margin: 0;
    padding: 6px 0 12px;
    
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: red;
    
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKwAAAAnCAMAAAClmFPxAAAAXVBMVEUAAAAAAAABAAABAAAAAAAAAAAHAABkBhCYDR2wDh99ChaNCxijDB1RAAjHESTPESVOAAhDAAdUAAlZAAnSESajESGpESKwESLMESW9ESO3ESPCESTHESVWAAlMAAeJh00mAAAAFHRSTlMACRYmOEghE+2RtLXn26SYYIGo7hphnjgAAAEGSURBVFjD3dPbCsIwDIDhpd1aT9V5mjpd3/8xTWMQRJhuwpr4Z6xXhY9Ai/8KputX6uYwVXPAlFhRawyAEitqHWqVWFmrxMpaHdbzeO0ab088+I3Trs95GqGFr635tRmtrB1iveWMtEqsg7SwuuZumbRKrF9r/eoiIdIqsbJWiZW1/dZWTh+0ftZKqk+L1pOsFknbY20FDWtV7LVnt2RthA1r362NzEirxMraV+tRbqR9tTZi56FVsdfnbpVYWavEilrGbrsuxlCVldC2MVUR1neIDaW1pdRIuyNsjdhgjXNWbHWM3Z6wO7Q6ACO5tFDzwAYD0kOtp/cVTCG/ek+H84WGbPrdARyrff1Dx7FKAAAAAElFTkSuQmCC') no-repeat center center;
    transform: rotate(-45deg);
}
.hp_block.with_text .item::after{
    content: ' ';
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAACtCAMAAACtIl4tAAAAY1BMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABmaHTeAAAAIXRSTlMKAxoS3tUjpW2uRDgww5hkKcq8tpCJgVjlz516dFFKXT4WMoDLAAAAlklEQVQoz23GBw6EMAxEUdM7hBJ6u/8p16NYmyDFevoeCgIPHA/5nosij5CFHmn6pVClrLomVXNFxa2ocrzshbKkt7S9TW9xXXRfKCy0OJ5HdB09HQo5mueOEz1PcRx0mM7oPAutSfPQGJPpZLXtx76LLKOMB/evoKKQipFGxzBYTUNDg0KP9r21bVaSfMRGbAqrKVuNHwuREnNCPY92AAAAAElFTkSuQmCC') repeat-x bottom left;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 173px;
}
.hp_block.with_text .carousel-caption{
    padding: 20px 20px;
    text-align: center;
    font-size: 18px;
}
.hp_block .carousel-indicators{
    z-index: 8;
    width: auto;
    left: 20px;
    right: auto;
    bottom: 10px;
    margin: 0;
    padding: 10px 20px;
}
.hp_block .carousel-indicators li{
    background-color: #515151;
    border-color: #515151;
}
.hp_block .carousel-indicators li.active{
    background-color: #bd2031;
    border-color: #bd2031;
}
.hp_block:nth-child(4), .hp_block:nth-child(7){
    width: 66.66%;
}
.hp_block:nth-child(4){
    float: left;
}
.hp_block:nth-child(7), .hp_block:nth-child(10){
    clear: both;
}

.fixed_form{
    position: fixed;
    z-index: 265;
    left: -200px;
    top: 150px;
    top: 20vh;
    width: 260px;
    padding: 12px 80px 12px 20px;
    background: url('data:image/png;base64,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') no-repeat left top;
    box-shadow: none;
    transition: all .25s;
}
.side_form.fixed_form:hover {
    box-shadow: none;
}
.fixed_form.active, .fixed_form.focusin{
    left: 0;
}
.toggle_side_form{
    position: absolute;
    border: none;
    width: 50px;
    top: 66px;
    right: 10px;
    height: 236px;
    background: transparent;
}
.fixed_form .title{
    color: #bc1f30;
    margin: 0;
    padding: 14px 0;
    font-size: 23px;
    font-weight: bold;
}
.fixed_form .tel{
    display: block;
    margin: 0;
    padding: 4px 0;
    font-weight: bold;
    font-size: 24px;
    color: #000;
    text-align: left;
}
.fixed_form .warp_form{
    padding-top: 22px;
}
.fixed_form .form-horizontal .form-group{
    margin-bottom: 6px;
}
.fixed_form .form-control {
    background-color: #f9f9f9;
}
.fixed_form textarea.form-control {
    height: 84px;
}
.homepage_text{
    color: #000;
    font-size: 20px;
    font-weight: 600;
}
.homepage_text h2{
    color: #000;
    font-size: 24px;
    font-weight: 700;
}
.homepage_text h3{
    color: #bd2031;
    font-size: 22px;
    font-weight: 700;
}
body:not(.homepage) .homepage_text{
    display: none;
}
.homepage .homepage_text{
    padding-top: 50px;
    padding-bottom: 120px;
}
.homepage_products_header{
    margin: 10px 0 20px;
    padding: 10px 0;
    background: #363636;
    background: linear-gradient(to top, #000 0, #363636 100%);
    border-radius: 8px;
}
.dir_rtl .homepage_products_header{
    margin-right: 20px;
}
.dir_ltr .homepage_products_header{
    margin-left: 20px;
}
.homepage_products_header h2{
    font-size: 25px;
    font-weight: bold;
    color: #bd2031;
    text-align: center;
}

.homepage_text_2{
    padding-top: 20px;
}
.blocks{
    padding: 20px 0 10px;
}
.dir_rtl .warp_block{
    padding-right: 20px;
    padding-left: 0;
}
.dir_ltr .warp_block{
    padding-left: 20px;
    padding-right: 0;
}
.block{
    display: block;
    padding-bottom: 10px;
    color: #000;
    background: #f3f3f3;
    background: linear-gradient(to top, #f3f3f3 0, #fff 35%, #fff 100%);
    border: 1px solid #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    transition: all 0.5s;
}
.block:hover{
    box-shadow: 0 0 20px rgba(0,0,0,.3);
    text-decoration: none;
}
.block img{
    max-width: 100px;
    max-height: 140px;
    height: auto;
    width: auto;
}
.block .text{
    padding-top: 20px;
    height: 100px;
    font-size: 21px;
}
.block .text h2{
    font-size: 34px;
    font-weight: bold;
}
.block .btn{
    background: transparent;
    border-color: #d1d1d1 transparent transparent;
}


.warp_homepage_text_1{
    padding: 30px 0;
    background: #3e3f3f;
    _background: url('../img/homepage_text_bg.jpg') repeat top center #3e3f3f;
    color: #fff;
    font-size: 18px;
}

.warp_slider{
    background: #fff;
    position: absolute;
    top: -150px;
    background: transparent;
}
.warp_slider a{
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.warp_slider .slick-initialized .slick-slide {
    text-align: center;
    _width: 150px !important;
}
.warp_slider .warp_img{
    height: 116px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 17px;
    transition: all 1s;
    background: transparent;
}
.warp_slider .warp_img:hover{
    background: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,.25);
}
.warp_slider .slider img{
    _height: 50px;
    width: auto;
    transition: all 1s;
}
.warp_slider .slick-slide:hover img, .warp_slider .slick-slide>a:focus img{
    filter: url(filter.svg#to_red);
    -webkit-filter: url(static/filter.svg#to_red);
}
.slider_nav{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 60px 10px 30px;

    color: #fff;
}
.slider_nav.prev{
    left: -30px;
}




/* --------- gallery -------- */
.gallery_cat{
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
}
.gallery_cat .warp_img{
    height: 200px;
}
.gallery_cat .gallery_cat_title{
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    padding: 8px 0;
    background: #fff; 
    background: rgba(255,255,255,.65); 
    text-align: center;
    color: #bd2031;
    transition: all 0.5s;
}
.gallery_cat:hover .gallery_cat_title{
    background: rgba(255,255,255,.85); 
}
.warp_gallery_items{
    padding-left: 0;
    padding-right: 40px;
}
.gallery_item1{
    position: relative;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
}
.gallery_item1::after{
    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC8AAAAvCAMAAABE+WOeAAAAXVBMVEUAAAD08+708+708+708+708+708+708+708+708+708+708+708+708+708+708+708+708+708+708+708+708+708+708+708+708+708+708+708+708+708+52/hGwAAAAHnRSTlMAZ9PL63xa8nUioTPaQz3flBz55r6PL6earFIOs4RJZ74eAAABmElEQVRIx51WWaKDIAyMVXDBKlq1duP+x3wxKK+CC3S+IExwCCERHAzZGN+UUrd4zAY4wdAn6htJf+RSdcpFV+2wm4cm1EUWCSGirKi14dFs0Z8pkdn3YsPIJX269F4hSu7YeakQvW2+T1YGW2AKcXfpyd7BqoQcLDGXHPaQX9aS+ER/wT5ekwM3UUhRTA5HyFFS2vyLb69wjGuL9zAP8Vsf64QjYh2tD7L0ph2qscRHCnFZHwEVdZRiuBTBKZ9sg45lDR58qHVM8TvMi89Qt5aTe/FzEpSRHB8+YOZlUChVePKJGqOTJx+lxIBP+2muKZpB2X1bZnx5UWiDlq5NQ6pNpEtOTEOcV578Cseh+5N+Pz7pX8WHxTOoKrTLrPuODwZ1DIh/8P2KsPwJzU8KSunFLyn/SRD34HM0ifn9lqd82r4z9YGd8pkyifCg+uPy7frzDq9v4fWTID3qs/yx/pszq3anv7RTz7Ot8rB/SXAXUvKw+iOxU755qrfpv1wIwU3/feeB/X0fQlr/D1LACQQr5v+TgrnkP130RTr8qFmQAAAAAElFTkSuQmCC);
    
    position: absolute;
    display: block;
    top: 0;
    right: 15px;
    left: 15px;
    bottom: 0;
    text-align: center;
    background: rgba(0,0,0,.75);
    padding: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all 0.5s;
}
.gallery_item1:hover::after{
    opacity: 1;
}
.gallery_item1 .warp_img{
    height: 270px;
}
.content_bar .galery_items_title{
    font-size: 24px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}




/* --------------- start navbar_toggle ----------- */
#warper_all{
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}
.navbar_toggle .dropdown .fa{
    display: none;
}
@media (max-width: 768px){
    .banner, .warp_content, .warp_footer {
        transition: right 0.5s;
        right: 0;
    }
    .active_navbar_toggle .banner, .active_navbar_toggle .warp_content, .active_navbar_toggle .warp_footer {
        right: 300px;
        right: 285px;
    }
    .navbar-header .navbar-toggle .icon-bar, .header_phone_btn .fa{
        transition: all 0.5s ease 1s;
    }
    .active_navbar_toggle .navbar-header .navbar-toggle, .active_navbar_toggle .header_phone_btn {
        position: relative;
        z-index: 6;
    }
    .active_navbar_toggle .navbar-default .navbar-toggle .icon-bar{
        background-color: #bd2031;
    }
    .active_navbar_toggle .header_phone_btn .fa{
        color: #bd2031;
    }
    #warper_all .navbar-default .header_menu{
        margin-top: 0;
        padding-top: 50px;
    }
    .active_navbar_toggle .header{
        background: #f4f4f4;
    }
    .navbar-nav{
        margin: 0;
    }
    .navbar_toggle {
        width: 300px;
        display: block;
        transition: all 0.5s;
        transition-delay: 0.2s;
        right: -1000px;
        position: relative;
        position: absolute;
        margin-top: 100%;
    }
    .active_navbar_toggle .navbar_toggle{
        right: 0;
        padding: 0 0 1000%;
        margin-top: 0;
        background: #f4f4f4;
        max-height: initial;
        border-left: 1px solid #ccc;
    }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }
    .navbar-default .navbar-toggle {
        border-color: transparent;
    }
    .navbar_toggle .dropdown .fa{
        position: absolute;
        right: 4px;
        z-index: 100;
        display: block;
        font-size: 2em;
        margin-top: 0px;
        padding: 7px 12px;
        border-radius: 50%;
        transition: all 0.5s;
    }
    .dir_rtl .navbar_toggle .dropdown .fa{
        right: initial;
        left: 4px;
    }
    .navbar_toggle .dropdown .fa.active{
        transform: rotate(180deg);
    }
    .navbar-default .navbar-nav>li{
        border-top: 1px solid #fff;
        border-bottom: 1px solid #ccc;
    }
    .header.navbar-default .navbar-nav li>a{
        padding-right: 20px;
    }
}
/* --------------- end navbar_toggle ----------- */


@media (min-width: 1400px){
    .navbar-default .navbar-nav>li>a{
        font-size: 20px;
    }
}
@media (min-width: 992px){
    .with_side_bar .side_bar{
        width: 270px;
    }
    .with_side_bar .content_bar{
        width: 930px;
        width: clc(100% - 270px);
    }
}
@media (min-width: 768px){
    .warp_header_icons{
        position: absolute;
        top: 50px;
        transition: all 0.25s;
    }
    .warp_header_icons_2{
        float: none!important;
        left: 300px;
    }
    .header .navbar-nav{
        margin-top: 50px;
    }
    .scroll_from_top #warper_all .header{
        height: 110px;
    }
    .scroll_from_top .warp_header_icons{
        top: 22px;
    }    
    .scroll_from_top .warp_header_icons_2{
        left: 200px;
    } 
}
@media (max-width: 1500px) and (min-width: 992px){
}
@media (max-width: 1200px) and (min-width: 0px){
    .warp_header_icons{
        top: 25px;
    }
}
@media (max-width: 1200px){
    .navbar-default .header_menu{
        margin-top: 25px;
        padding: 0 0;
    }
    .logo a {
        padding: 10px 0;
    }
    .warp_header_icons.flip{
        float: none!important;
        padding-right: 25px;
    }
    .page_width{
        width: auto;
    }
    .navbar-nav{
        margin: 0 0;
        padding: 0 15px;
        float: none;
    }
    .navbar-default .navbar-nav>li>a {
        font-size: 16px;
        margin-right: 0;
        margin-left: 0;
        padding-right: 8px;
        padding-left: 8px;
    }
    .carousel-caption {
        left: 10%;
        right: 10%;
        padding-bottom: 150px;
    }
    .content .content_text .in_content_text{
        padding-right: 20px;
        padding-left: 20px;
    }
    .dir_ltr .logo a {
        padding-right: 0;
        padding-left: 10px;
    }
    .footer_logo{
        margin-right: 10px;
    }
    #warper_all .footer_form .warp_h2 h2{
        padding: 25px 0;
        font-size: 18px;
    }
    .warp_slider{
        display: none;
    }
}
@media (max-width: 992px) and (min-width: 768px){
    .header .logo{
        position: absolute;
        left: 0;
    }
    .logo a {
        padding: 10px;
    }
    .navbar-default .header_menu {
        margin-top: 75px;
    }
    .warp_header_icons {
        top: 44px;
    }
    .warp_header_icons_2.flip{
        left: 250px;
		padding-top: 0;
		margin-top: -20px;
    }    
    .navbar-default .navbar-nav>li>a {
        font-size: 16px;
        padding-right: 8px;
        padding-left: 8px;
    }
}
@media (max-width: 992px){
    .navbar-default .navbar-nav>li>a {
        _font-size: 16px;
        _padding-right: 10px;
        _padding-left: 10px;
    }
    .header_warp_search{
        position: absolute;
        top: 0;
        right: 150px;
        top: 0;
        margin: 0;
    }
    #warper_all .footer_form .warp_h2 h2 {
        padding: 16px 0;
    }
    .dir_ltr .header_warp_search{
        right: auto;
        left: 150px;
    }
    .catalog_item_summary{
        height: 75px;
        height: 120px;
    }
    #warper_all .catalog_cat_text{
        padding-right: 20px;
        padding-left: 20px;
    }
    .content_bar h2{
        padding-right: 20px;
        padding-left: 20px;
    }
    body .warp_item_min_price {
        padding-top: 40px;
    }
    body .item_min_price_label {
        padding: 0 15px;
        font-size: 20px;
    }
    body .item_min_price {
        padding: 0 15px;
        font-size: 26px;
    }
}
@media (min-width: 768px){
    .dir_rtl.with_side_bar .warp_social_bar{
        padding-left: 0px;
    }
    .dir_ltr.with_side_bar .warp_social_bar{
        padding-right: 0px;
    }
    .scroll_from_top .header{
        position: fixed;
        background: #fff;
        height: 70px;
        box-shadow: 0 0 10px rgba(0,0,0,.3);
    }
    .scroll_from_top .logo a {
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .scroll_from_top .logo img {
        height: 85px;
        width: auto;
    }
    .scroll_from_top .navbar-default .header_menu {
        margin-top: 16px;
    }
}
@media (max-width: 768px){
	.fixed_form{
		display: none;
	}
	.in_content_text img {
		max-width: 100%;
		height: auto;
	}
	.in_content_text iframe {
		max-width: 100%;
		height: auto;
	}
    body{
        padding-top: 0px;
    }
    .header{
        height: auto;
        background: #F6F7F8;
        background: transparent;
        background: rgba(0,0,0, 0.5);
        background: linear-gradient(to top, rgba(0,0,0,0) 0, rgba(0,0,0,.5) 100%) transparent;
        background: linear-gradient(to top, rgba(255,255,255,0) 0, rgba(255,255,255,.5) 100%) transparent;
        position: fixed;
        top: 0;
        right: 0;
    }
    h1{
        padding-left: 20px;
        padding-right: 20px;
    }
    .navbar-nav>li>.dropdown-menu:before{
        display: none;
    }
    .navbar-nav>li>.dropdown-menu{
        background: transparent;
        box-shadow: none;
    }
    .dropdown-menu>li>a{
        background-color: transparent;
    }
    .navbar-default .navbar-nav>li>a{
        margin: 0;
        padding-right: 20px;
        padding-left: 20px;
        border-top-color: transparent;
    }

    .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus,
    .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active:hover>a{
        color: #bd2031;
        border-color: #bd2031;
        border-top-color: transparent;
        background: transparent;
    }
    .menu_lang_li{
        float: left;
        width: 25%;
    }
    .menu_lang_li ~ li:not(.menu_lang_li){
        clear: both;
    }
/*    .scrolled_from_top .header_phone_btn{
        position: fixed;
        bottom: 10px;
        left: 10px;
        border-radius: 50%;
        background: rgba(0, 0, 0, 0.1);
        padding: 6px 9px;
    }
    .scrolled_from_top .header_phone_btn:active{
        background: rgba(21, 172, 205, 0.5);
    }*/

    .banner .carousel-inner > .item > a > img, .banner .carousel-inner > .item > img {
        height: calc(100vh - 60px);
        max-width: none;
    }


    .carousel-caption {
        left: 10%;
        right: 10%;
        bottom: 0;
        background: transparent;
    }
    .carousel-caption h2 {
        padding-bottom: 10px;
        font-size: 30px;
    }
    .carousel-caption p {
        font-size: 20px;
    }
    .carousel-caption .read_more {
        margin-top: 4px;
        padding: 2px 8px;
    }
    .homepage_text{
        padding-right: 20px;
        padding-left: 20px;
    }
    .catalog_cat_main{
        display: block;
    }
    #warper_all .catalog_cat_category{
        padding: 0 30px;
    }
    #warper_all .warp_catalog_product{
        padding: 0;
    }
    .catalog_similar_products{
        padding: 0 20px;
    }
    .catalog_product{
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 40px;
        max-width: 610px;
    }
    .warp_social_bar {
        border-bottom: 1px solid #e2e2e2;
    }
    .navbar-default .navbar-toggle .icon-bar {
        width: 30px;
        height: 5px;
        background-color: #eee;
        background-color: #009CFF;
    }
    .header_phone_btn{
        transition: all 0.5s;
        margin-top: 8px;
    }
    .warp_header_top{
        max-height: 1px;
    }
    ._logo{
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        margin: auto;
        float: none !important;
        width: 204px;
    }
    .logo a {
        display: block;
        padding: 5px 12px;
    }
    .logo img{
        max-height: 50px;
        max-width: calc(100vw - 100px);
        width: auto;
        height: auto;
    }
    .warp_contact_as_form .btn{
        width: 100%;
    }
    .navbar-default .navbar-nav>li>a{
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .navbar-nav>li>.dropdown-menu{
        position: relative;
        float: none;
        float: none;
        font-size: 0.8em;
    }
    .dropdown-menu>li>a {
        border-top: 1px solid #e2e2e2;
    }
    .content .warp_social_bar{
        padding: 30px;
    }
    .footer_contact{
        padding-left: 20px;
        padding-right: 20px;
    }
    .warp_form{
        padding-left: 20px;
        padding-right: 20px;
    }
    .social{
        text-align: center;
        margin: 20px 0;
    }
    .warp_catalog_category{
        width: 50%;
        float: left;
        padding: 0 15px;
    }
    .catalog_category1{
        margin: auto;
    }
    .warp_catalog_gallery{
        background: #e8e8e8;
        padding: 20px;
        box-shadow: none;
    }
    .catalog_gallery{
        margin: 0;
    }
    .warp_slider .slider img{
        _height: auto;
    }
    .slick-initialized .slick-slide{
        _padding: 8px;
    }
    .footer_contact{
        text-align: center;
    }
    .footer_links{
        min-height: 1px;
    }
    .catalog_category_summary{
        padding-right: 20px;
        padding-left: 20px;
    }
    .warp_category_content .btn{
        margin-right: 20px;
        margin-left: 20px;
    }
    .catalog_item_summary{
        height: auto;
        padding-bottom: 20px;
    }
    #warper_all .homepage_products_header{
        margin: 10px 20px;
    }
    #warper_all .warp_block{
        padding: 10px 20px;
    }
    .block .text {
        height: auto;
    }
    .hp_block:nth-child(n){
        float: none;
        width: 100%;
    }
    .hp_block .hp_block_img {
        max-width: 100%;
        height: auto;
    }
    .warp_catalog_product .warp_catalog_img, .warp_catalog_detalis{
        width: auto;
        float: none;
        max-width: 610px;
        height: auto;
    }
    .warp_item_min_price{
        text-align: center;
        font-size: 20px;
        color: #bd2031;
        padding-bottom: 20px;
    }
    .catalog_text_type_2{
        padding: 20px 30px;
    }
    .warp_catalog_category{

    }
    .warp_catalog_product .warp_catalog_img_0{
        display: block;
        height: auto;
    }
    .warp_catalog_product .warp_catalog_img img{
        max-width: 100%;
        _max-width: 100vw;
        _min-width: 100%;
        max-width: initial;
        max-width: 80vw;
        max-width: calc(100vw - 40px);
        height: auto;
    }
    #warper_all .link_to_more_items{
        margin: 20px 30px;
        padding: 10px 20px;
        font-size: 20px;
    }
    .catalog_gallery_type_2{
        padding-top: 30px;
    }
    .warp_catalog_gallery_img{
        height: auto;
    }
}
@media (max-width: 500px){
    .navbar-toggle{
        padding-right: 8px;
        padding-left: 8px;
    }
    .header_phone_btn{
        padding-right: 0;
        padding-left: 0;
    }
    .logo a {
        padding: 10px 10px;
    }
    .carousel-caption {
        bottom: 30px;
        padding-bottom: 0;
    }

    .carousel-caption h2 {
        _padding-bottom: 4px;
        _margin-bottom: 4px;
        font-size: 20px;
    }
    .carousel-caption p {
        _font-size: 14px;
    }
    .warp_catalog_product{
        float: none;
        width: auto;
        margin-left: auto;
        margin-right: auto;
        _max-width: 300px;
    }
    .content_bar h1{
        font-size: 30px;
    }
    .content_bar h2{
        font-size: 20px;
    }
    .nav-tabs{
        width: 320px;
        width: 100vw;
        white-space: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
        padding-top: 5px;
    }
    .nav-tabs > li {
        float:none;
        display:inline-block;
    }
    .warp_catalog_category{
        width: auto;
        float: none;
        padding: 0 0;
    }
}

@media print {
    .header{
        display: block;
    }
    .logo{
        position: relative;
    }
    .logo a[href]:after {
        content: none !important;
    }
}



@media (min-width: 768px) {
    .warp_header_icons_2 {
        padding-top: 7px;
        padding-right: 15px;
    }
    .warp_header_icons img{
        margin: 0 8px;
        transition: all 0.75s;
    }
    .warp_header_icons img:hover{
        transform: rotate(360deg);
    }
    .footer_form_1 .warp_h2{
        background: url('../img/footer_form_h2_bg.png') no-repeat left center;
    }
    .footer_form_1 .warp_h2 .h2{
        font-size: 22px;
        font-weight: bold;
        padding: 22px 0;
        margin: 0;
        text-align: center;
    }
    .footer_form_1 .form-control{
        border-radius: 0;
        color: #bd2332;
        font-size: 17px;
        font-weight: bold;
        width: 290px;
    }
    .footer_form_1 .form-control::-moz-placeholder{color:#bd2332;opacity:1}.footer_form_1 .form-control:-ms-input-placeholder{color:#bd2332}.footer_form_1 .form-control::-webkit-input-placeholder{color:#bd2332}
    .footer_form_1 .form-group.checkbox{
        padding-top: 9px;
        line-height: 1;
    }
    
    .footer_form_1 .checkbox .control-label{
        width: 230px;
    }
    .footer_form .checkbox input[type=checkbox]{
        display: block;
        float: right;
        margin: 12px 10px;
    }
    .footer_form .btn{
        color: #fff;
        font-size: 30px;
        line-height: 1;
        background: #bd2031;
        border-radius: 0;
        width: 52px;
        height: 48px;
    }
    .footer_form .warp_fields{
        padding: 10px;
    }
    .side_form_title {
        font-size: 20px;
        margin: 0px 0;
        font-weight: normal;
        color: #bd2031;
        font-size: 24px;
        text-align: center;
    }
    .side_form_title_2{
        padding-bottom: 20px;
    }
    .side_banner{
        margin-right: -15px;
        margin-left: -9px;
        padding: 30px 0;
    }
    .catalog_gallery_type_2{
        position: relative;
        padding: 40px 0;
    }
    .catalog_text_type_2{
        padding-bottom: 40px;
        color: #777;
    }
    .dir_rtl .catalog_gallery_type_2, .dir_rtl .catalog_text_type_2{
        padding-right: 40px;
    }
    .dir_ltr .catalog_gallery_type_2, .dir_ltr .catalog_text_type_2{
        padding-left: 40px;
    }
    .warp_item_form{
        position: absolute;
        top: 40px;
        left: 0;
        background: rgba(255,255,255,0.8);
    }
    .warp_item_min_price{
        float: left;
        width: 300px;
        height: 350px;
        max-width: calc(100vw - 600px);
        padding: 100px 30px 0;
    }
    .item_min_price_label{
        padding: 0 50px;
        font-size: 20px;
        color: #bd2031;
    }
    .item_min_price{
        padding: 0 20px;
        font-size: 40px;
        font-weight: normal;
        text-align: center;
        color: #000;
        color: #777;
    }
    .warp_item_btn{
        margin-top: 30px;
        padding: 30px 0;
        border-top: 1px solid #fff;
    }
    .warp_item_btn .btn{
        color: #bd2031;
        box-shadow: 0 0 10px rgba(0,0,0,.1);
        border-radius: 0;
        transition: all 0.25s;
    }
    .warp_item_btn:hover .btn{
        box-shadow: 0 0 15px rgba(0,0,0,.3);
    }
    .warp_item_field{
        height: 1px;
        max-height: 350px;
        float: left;
        opacity: 0;
        margin: 30px 0;
        width: 0px;
        transition: all 0.5s;
    }
    .warp_item_field.active{
        height: auto;
        opacity: 1;
        margin: 0px 30px;
        width: 500px;
    }
    .warp_catalog_category:nth-child(9n+4){
        width: 66.666%;
    }
    .warp_catalog_category:nth-child(9n+4) .warp_catalog_img {
        height: 510px;
    }
}

@supports (_display: flex) {
    @media (min-width: 768px) {
        .navbar-nav{
            min-width: 1020px;
            display: flex;
            justify-content: space-between;
            float: none;
        }
        .navbar-nav>li {
            float: none;
            flex-grow: 1;
            text-align: center;
        }
        .navbar-default .navbar-nav>li>a{
            padding-right: 0;
            padding-left: 0;
        }
    }
}


#TA_certificateOfExcellence777 {
    width: auto;
    height: auto;
    position: fixed;
    z-index: 999;
    left: 0;
    bottom: 0;
}

    @media (max-width: 768px) {
        #TA_certificateOfExcellence777 {
            display: none;
        }
    }

/*
body{
    padding-top: 0;
}
.header{
    display: none;
}
.banner{
    display: none;
}
.navbar-nav>li>.dropdown-menu{
    display: block !important;
}
*/


.wrapper-all-popup-exit .modal-content{
  position: relative;
  border: unset;
  border-radius: unset;
  
}

.wrapper-all-popup-exit .modal-body{
  width: 100%;
  height: 100%;
  padding: 40px 40px;
  min-height: 580px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
}

.wrapper-all-popup-exit .modal-body:hover{
  text-decoration: none;
}

@media(max-width: 468px){
  .wrapper-all-popup-exit .modal-body{
    min-height: 230px;
  }
}