@font-face {
    font-family: Philosopher;
    src: url(/fonts/Philosopher.otf) format("opentype");
}

@font-face {
    font-family: PhilosopherBold;
    src: url(/fonts/Philosopher-Bold.ttf) format("truetype");
}

@font-face {
    font-family: PhilosopherBoldItalic;
    src: url(/fonts/Philosopher-BoldItalic.ttf) format("truetype");
}
@media (min-width: 992px){
    .modal-lg {
        width: 1000px !important;
    }
}
.breadcrumb a:hover i.fa{
    color: #006ee5 !important;
}
.head-good-slider-text{
    font-size: 18px;
    font-weight: 900;
    color: #007bff;
}
.big-cat-img-div img{
    max-height: 65px;
}
.cat-child{
    text-transform: capitalize;
}
.cat-childs{
    max-height: 180px;
    overflow: auto;
}
.big-cat-div{
    padding: 15px;
}
@media (min-width: 746px){
    .slide-div img{
        max-height: 250px;
    }
    .desc-flex-div{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .text-left-desc{
        text-align: left;
    }
    .why-block{
        padding: 5% 7% 5% 7%;
    }
    .why-inner-block{
        display: flex;
        background: #fff;
    }

    .why-small-inner-block{
        padding: 15px;

    }
    .why-small-outer-block{
        flex: 0 1 calc(20% - 8px);
        padding: 15px;
        margin: 4px;
    }
    .why-img-block img{
        max-height: 85px;
        margin: auto;
        padding-bottom: 15px;
    }
    .section-why h2{
        color: #fff!important;
        font-size: 36px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.28;
        letter-spacing: normal;
        border: 0;
        margin: 0;
        text-align: left;
        text-transform: inherit;
    }
    .why-head-text{
        font-weight: 600;
        font-size: 18px;
        min-height: 55px;
        display: flex;
        align-items: center;
    }
    .why-small-text{
        font-size: 14px;
        color: #000000a3;
    }
}
@media (max-width: 746px){
    .slide-div img{
        max-height: 240px;
    }
    .why-block{
        padding: 5%;
    }
    .why-inner-block{
        background: #fff;
    }

    .why-small-inner-block{
        padding: 15px;

    }
    .why-small-outer-block{
        padding: 15px;

    }
    .why-img-block img{
        max-height: 85px;
        margin: auto;
        padding-bottom: 15px;
    }
    .section-why h2{
        color: #fff!important;
        font-size: 36px !important;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.28;
        letter-spacing: normal;
        border: 0;
        margin: 0;
        text-align: left;
        text-transform: inherit;
    }
    .why-head-text{
        font-weight: 600;
        font-size: 18px;
    }
    .why-small-text{
        font-size: 14px;
        color: #000000a3;
    }
}

ul.filter {
    margin-bottom: 0px;
}
.filter label{
    font-size: 14px;
    text-transform: capitalize;
}
.thumbnail.cat_item{
    min-height: 425px;
}
.catalog_btn{
    color: #fff;
    background: #007bff ;
    border: 1px solid #fff;
    transition: all .5s;
}
.catalog_btn:hover {
    background: #fff;
    color: #007bff !important;
    border-color: #007bff;
}
.catalog_btn_fav{
    color: #fff;
    background: #007bff ;
    border: 1px solid #fff;
    transition: all .5s;
}
.catalog_btn_fav:hover {
    color: #ff4040  !important;
}
.thumbnail.cat_item{
    padding: 0;
    /*border: 2px solid #007bff;*/
}
.modal{
    z-index: 2001 !important;
}
.md-modal {
    margin: auto;
    position: fixed;
    top: 75px;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100vw;
    min-width: 100vh;
    z-index: 20;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.md-show {
    visibility: visible;
}

.md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    background: rgba(#e4f0e3, 0.8);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show ~ .md-overlay {
    opacity: 1;
    visibility: visible;
}

.md-effect-12 .md-content {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show.md-effect-12 ~ .md-overlay {
    background-color: #e4f0e3;
}

.md-effect-12 .md-content h3,
.md-effect-12 .md-content {
    background: transparent;
}

.md-show.md-effect-12 .md-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

@media (min-width: 860px) {
    #msg_pop{
        background-color: rgba(0, 0, 0, 0.7);
        display: none;
        position: fixed;
        z-index: 99999;
        bottom: 10px;
        right: 100px;
        width: 250px;
        padding: 10px;
        color:#fff;
        font-size:13px;
        line-height:13px;
        -webkit-box-shadow: 0px 0px 10px #999;
        -moz-box-shadow: 0px 0px 10px #999;
        box-shadow: 0px 0px 10px #999;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
    }
    #msg_pop h4{
        margin:0;
        text-align:center;
        font-size:15px;
    }
}
@media (max-width: 860px) {
    #msg_pop{
        background-color: #fff;
        display: none;
        position: fixed;
        z-index: 123;
        bottom: 109px;
        right:0px;
        width: 250px;
        padding: 10px;
        color:#000;
        font-size:13px;
        line-height:13px;
        border: 2px solid #000;
        border-right: 0px;
        border-radius: 0px !important;
        border-top-left-radius: 5px !important;
    }
    #msg_pop h4{
        margin:0;
        text-align:center;
        font-size:15px !important;
    }
}



#msg_close{
    display:block;
    position:absolute;
    top:5px;
    right:10px;
    line-height:15px;
    width:16px;
    height:16px;
    text-align:center;
    color:#fff;
    cursor:pointer;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}
#msg_close:hover {
    background-color:#fff;
    color:#000;
}
.fadeIn{
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
    animation-duration: 0.4s;
    -webkit-animation-duration: 0.4s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
}

@keyframes fadeIn {
    0% {transform: scale(0.7);opacity: 0.5;}
    80% {transform: scale(1.1);}
    100% {transform: scale(1);opacity: 1;}
}

@-webkit-keyframes fadeIn {
    0% {-webkit-transform: scale(0.7);opacity: 0.5;}
    80% {-webkit-transform: scale(1.1);}
    100% {-webkit-transform: scale(1);opacity: 1;}
}
@media screen
and (-webkit-min-device-pixel-ratio:0)
and (min-width: @screen-tablet) {

    ::i-block-chrome, .row.safari-fix  {
        display:table!important;
    }
    ::i-block-chrome, .row.safari-fix [class*="col-"] {
        display:table-cell!important;
        float:none!important;
        width:auto!important;
        padding-left:2%!important;
        padding-right:2%!important;
    }

}

.filter_grid{
    max-height: 0px;
    overflow: hidden;
    transition: all 1s;
}

@media (min-width: 1000px) and (max-width: 1200px) {
    .test-modal{
        width: 50%;
    }

.filters_btn{
        margin-left: 25px;
    }
    body{
        padding-top: 150px !important;
    }
}

@media (max-width: 1000px) and (min-width: 860px) {
    .test-modal{
        width: 50%;
    }

    .filters_btn{
        margin-left: 25px;
    }
    body{
        padding-top: 175px !important;
    }
}

@media (max-width: 1150px) and (min-width: 991px) {
    #all_main_content{
        padding-top: 40px !important;
    }
}
@media (max-width: 860px) {
    .modal-dialog.modal-lg{
        margin-top: 80px !important;
    }
}
@media (min-width: 860px) {
    .modal-dialog.modal-lg {
        margin-top: 145px !important;
    }
}
@media (min-width: 991px) {
    .modal-dialog.modal-lg{
        margin-top: 190px !important;
    }
}


@media (max-width: 991px) {
    body {
        padding-bottom: 50px !important;
    }


}
@media (max-width: 859px) {
    .btn-menu {
        top: 15px !important;

    }
    body{
        padding-top: 60px !important;
        padding-bottom: 50px !important;
    }
    .filter_btn_div{
        margin-left: 25px;
    }
    .right_colum.open{
    overflow: scroll;
        transition: all 1s;
        padding: 15px;
    }
}
.hidden-menu{
    padding: 10px;
}
.hidden-menu li{
    padding: 10px;
    border-bottom: 1px solid #949494;
}
.hidden-menu .dd-item{
    padding: 10px;
}
@media all and (min-width: 992px) {
    .cat_zoom:hover{
        color: #006ee5;
    }
    /* .dd-hover .dropdown-menu{ display: none; } */
    .dd-hover:hover .nav-link{ color: #fff;  }
    .dd-hover:hover .dropdown-menu{ display: block; }
    .dd-hover .dropdown-menu{ margin-top:0; }
}
.cats_close_child{
    max-height: 0px;
    overflow: hidden;
    transition: all 1s;
    margin-bottom: -11px;

}
.cats_open_child{
    max-height: 200px;
    overflow: hidden;
    transition: all 0.5s;
}
.cats_close{
    max-height: 0px;
    overflow: hidden;
    transition: all 1s;
}
.cats_open{
    max-height: 900px;
    overflow: hidden;
    transition: all 1s;
}
.cats_close_child_mob{
    max-height: 0px;
    overflow: hidden;
    transition: all 1s;
    margin-bottom: -11px;

}
.cats_open_child_mob{
    max-height: 200px;
    overflow: hidden;
    transition: all 0.5s;
}
.cats_close_mob{
    max-height: 0px;
    overflow: hidden;
    transition: all 1s;
}
.cats_open_mob{
    max-height: 250px;
    overflow: hidden;
    transition: all 1s;
}
body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat';
    font-size: 12pt;
  }
  .hidden-menu {
    display: block;
    position: fixed;
    list-style:none;
    padding: 0;
    border-left: 1px solid gray;
    margin: 0;
    box-sizing: border-box;
    width: 285px;
    background-color: #f1f1f1;
    height: 100%;
    top: 0;
    right: -285px;
    transition: right .2s;
    z-index: 20;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .hidden-menu-ticker {
    display: none;
  }
  .btn-menu {
    color: #666;
    background:none;
    padding: 5px;
    top: 30px;
    position: fixed;
    right: 3%;
    cursor: pointer;
    transition: right .35s;
    z-index: 30;
    width: 40px;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .btn-menu span {
    display: block;
    height: 5px;
    background-color: #666;
    margin: 5px 0 0;
    transition: all .1s linear .23s;
    position: relative;
  }
  .btn-menu span.first {
    margin-top: 0;
  }
  .hidden-menu-ticker:checked ~ .btn-menu {
      right: 25px;
      top: 11px;
  }
  .hidden-menu-ticker:checked ~ .hidden-menu {
    right: 0;
  }
  .hidden-menu-ticker:checked ~ .btn-menu span.first {
    -webkit-transform: rotate(45deg);
    top: 10px;
  }
  .hidden-menu-ticker:checked ~ .btn-menu span.second {
    opacity: 0;
  }
  
  .hidden-menu-ticker:checked ~ .btn-menu span.third {
    -webkit-transform: rotate(-45deg);
    top: -10px;
  }
  header {
    background-color: #666;
    color: #fff;
    text-align: center;
    padding: 5px;
  }
  
  h1 {
    margin: 0;
    padding: 0;
    font-size: 2em;
  }
.dd-item{
    font-size: 20px;
    font-family: 'Montserrat';
}
.title-accordion{
    color: #ecf0f1;
    font-size: 20px;
    background: #23262d;
    padding: 15px;
    text-transform: uppercase;
    margin-bottom: 17px;
    text-align: center;
}.sections-title{
     width: 100%;
     height: 100%;
     background: #a81825;
     color: #ecf0f1;
     transition: all linear 0.15s;
     font-size: 14px;
     border-bottom: 1px solid #ecf0f1;
     cursor: default;
     padding: 15px;
     margin: 0;
 }.sections-title>a{
      padding: 15px;
      color: #ecf0f1;
      width: 80%;
      border-right: 1px solid #fff;
      text-transform: uppercase;
      font-size: 14px;
  }
.filters{
    padding-top: 7px;
    padding-bottom: 10px;
    border: 0;
    overflow: auto;
    scrollbar-color: #999;
}.dark_bg{
     background: #23262d !important;
     color:#fff;
 }
::-webkit-scrollbar { width: 3px; height: 3px;}
::-webkit-scrollbar-button {  background-color: #999; }
::-webkit-scrollbar-track {  background-color: #999;}
::-webkit-scrollbar-track-piece { background-color: #ffffff;}
::-webkit-scrollbar-thumb { height: 50px; background-color: #999; border-radius: 3px;}
::-webkit-scrollbar-corner { background-color: #999;}
::-webkit-resizer { background-color: #999;}

body {
    font-family: 'Montserrat';
    font-size: 16px;
}

a {
    color: #141414;
}

a:hover {
    color: #006ee5;
}

.modal-dialog {
//margin-top: 70px !important;
}

.btn {
    color: #FEF7C9;
}
/* HEADER */
#header_img {
    height: 200px;
    text-align: center;
}

#header_img img {
    margin-top: 25px;
    height: 150px;
}

.header_top {
    display: none;
}

.header_top .page_details li a, .header_top .user_details li a {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
}

@media (min-width: 1500px) {
    .navbar-center-parent {
        text-align: center;
    }

    .navbar-center {
        display: inline-block;
    }

    .navbar-center > li > a {
    // height: 65px !important;
    }
    .caption{
        min-height: 150px;
    }.thumbnail{
         margin-bottom: 0;
     }.big-block img{
          transform: scale(1.12);
      }.big-block .cats_good_image{
           height: 995px;
           overflow: hidden;
       }.m-h-560{
            min-height:560px;
        }
}
@media screen and (min-width: 860px) and (max-width: 1500px) {
    .navbar-center-parent {
        text-align: center;
    }

    .navbar-center {
        display: inline-block;
    }

    .navbar-center > li > a {
    // height: 65px !important;
    }
    .caption{
        min-height: 115px;
    }.thumbnail{
         margin-bottom: 0;
     }.big-block img{
          transform: scale(1.12);
      }.big-block .cats_good_image{
           height: 775px;
           overflow: hidden;
       }.m-h-560{
            /*min-height:560px;*/
        }
}
@media (max-width: 860px) {
    .btn-group.open{
        margin-bottom: 40px;
    }
    .caption{
        min-height: 0px;
    }.
    .thumbnail{
         margin-bottom: 0;
     }.big-block img{
          transform: scale(1.12);
      }.big-block .cats_good_image{
           overflow: hidden;
       }
    .content{
        padding:15px;
    }.m-h-560{
         padding: 0;
     }
    .cat_item p {
        font-size: 16px !important;
        /* padding-right: 30px; */
    }
    .dd-test{
        position: relative !important;
    }
}

.navbar {
    min-height: inherit;
}
.menu-logo{
    display: none;
}

#menu {
    width: 100%;
    z-index: 2002;
}

#menu {
    background-color: #fff;
    box-shadow: none;
    border-bottom: 1px solid #999999;
}

.show-search i {
    background-color: #fff;
}

.header_top {
    border: none;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background:none;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus{
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.link-hover-center a {
    display: inline-block;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    position: relative;
}
.link-hover-center a:after {
    display: block;
    content: "";
    background-color: grey;
    height: 3px;
    width: 0%;
    left: 50%;
    position: absolute;
    -webkit-transition: width .3s ease-in-out;
    -moz--transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}
.link-hover-center a:hover:after,
.link-hover-center a:focus:after {
    width: 100%;
}
.navbar-inverse .navbar-nav > li > a {
    color: #000  ;
    font-size: 20px;
    border: none!important;
    text-transform: uppercase;
    padding-top: 31px;
    padding-bottom: 15px;
}

@media (max-width: 859px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > div > a {
        color: #7C3F2D;
    }
}

.navbar-inverse .navbar-nav > li > a {
    padding-left: 14px!important;
    padding-right: 14px!important;
    padding-top: 25px;
    padding-bottom: 20px;
}


.header_top .container {
    padding: 5px 0px;
}

@media (min-width: 860px) and (max-width: 991px) {
    .navbar-inverse .navbar-nav > li > a {
        font-size: 18px;
    }
}

.show-search {
    z-index: 1000;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    object-fit: fill;
    width: 100%;
}

.header_phones {
    position: relative;
    float: left;
    display: none;
}

.header_phones ul {
    list-style: none;
    font-size: 19px; /* 16 */
    color: gray; /* #0A94E1 #2E0571 */
    margin: 9px 0; /* 8 */
    padding-left: 0;
}

.header_phones ul li {
    margin-top: 3px;
}

.head_phone_li {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 359px) {
    .header_phones ul {
        margin: 11px 0;
        padding-left: 0;
    }

    .header_phones ul li {
        font-size: 17px !important;
    }
}

.navbar-inverse .navbar-toggle {
    border-color: grey;
}

.navbar-inverse .navbar-toggle:hover .icon-bar, .navbar-inverse .navbar-toggle:focus .icon-bar {
    background-color: #fff;
}

.navbar-inverse .navbar-toggle .icon-bar, .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #000;
}

.navbar-inverse .navbar-toggle {
    background-color: #fff;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: grey;
}


.navbar-inverse .navbar-nav > li.order_call > a{
    color: #fff;
}

.navbar-inverse .navbar-nav > li.order_call > a:hover, .navbar-inverse .navbar-nav > li.order_call > a:focus {
    color: #006ee5;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus{
    color: #006ee5;
}


/* DropDown */

.navbar-nav > li > .dropdown-menu {
    background-color: #fff;
}

@media (max-width: 859px) {
    .navbar-nav .open .dropdown-menu {
        background-color: #fff;
    }
}

.dropdown-menu > li> div > a:hover, .dropdown-menu > li > div> a:focus {
    color: #006ee5;
}

.dropdown-menu li a {
    color: #141414;
}

.dropdown-menu > li > div> a:hover, .dropdown-menu > li > div> a:focus {
    background-color: #fff;
}


.dropdown-menu li a {
    padding: 0;
}


.dropdown-menu li span {
    font-family: 'Montserrat';
}

.dropdown-menu{
    padding-left: 3px;
}



.dropdown-menu > li > div {
    padding: 0;
}

.dropdown-menu >li > span {
//text-transform: uppercase;
}
/* End DropDown */
/* END HEADER */

/* MAIN PAGE */


#carousel-example-generic {
    margin-bottom: 20px;
}

.main_col {
    margin-bottom: 50px;
}

.item_grid h2{
    margin-top: 40px;
}
.services_block .services_body {
    margin-bottom: 10px;
}

.carousel-indicators .active {
    background-color:#B90028;
}

.page-header {
}

.ask_head {
    margin-left: 158px;
}

@media (max-width: 600px) {
    .page_header_ask {
        text-align: left !important;
    }

    .ask_head {
        margin-left: 0;
    }
}

.services_item {
    background-color: #FEF7C9;
}

/* Shares */

.shares_main {
    width: inherit;
}

.shares_row {
    width: 50%;
    height: auto;
    position: relative;
    min-height: 1px;
    float: left;
    margin-bottom: 40px;
}

.shares_img {
    width: 32%;
    height: 137px;
    object-fit: fill;
}

.shares_content {
    width: 68%;
}

.shares_name {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}

/* Shares end*/

/* Media-main */

@media (min-width: 768px) {
    .thumbnail.services_item a > img {
        object-fit: fill;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .main_col {
        width: 50%;
        float: left;
    }
}

@media (max-width: 991px) {
    .thumbnail.services_item a > img {
        max-height: 360px;
    }

    .shares_row {
        width: 100%;
    }

    .shares_img img {
        margin: auto;
        max-width: 100%;
        max-height: 137px;
    }

    .shares_content, .shares_img {
        float: left;
    }
}

@media (max-width: 768px) {
    h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
        font-size: 22px!important;
    }

    .header_top .container .row {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 479px) {
    .shares_content, .shares_img {
        float: none;
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }
}

/* Media-main end */
/* END MAIN PAGE */

/* QUESTIONS */
.questions_name {
    font-size: 22px;
    float: right;
}

.questions_quote, .answer_quote {
    font-size: 20px;
    margin-left: 10px;
}

.questions_btn, .questions_name {
/ / margin-left: 10 px;
}

.questions_content, .answer_content {
    width: 100%;
}

h1 > .ask_span {
    float: right;
    border: none !important;
}

.answer_quote {
    border-left-color: #0A94E1;
}

.form-group:last-child {
    margin-bottom: 0;
}

/* QUESTIONS END */

/* CONTACTS */

.contact_color {
    color: #141414;
}

.icons-list {
    list-style: none;
    padding-left: 0;
}

.icons-list li {
    margin-bottom: 5px;
}

.contact_strong {
    margin-left: 3px;
}

/* CONTACTS END */

@media (min-width: 860px) {
    .modal-ask {
        width: 600px;
    }
}

@media (max-width: 768px) {
    .ask_btn {
        font-size: 18px;
        text-transform: none;
    }
}

/*
@media (min-width: 100px) {
    .container {
        width: 93.5%;
        margin-left: 3.25%;
    }
}

@media (min-width: 860px) {
    .container {
        width: 87.2%;
        margin-left: 6.4%;
    }
}

@media (min-width: 992px) {
    .container {
        width: 90%;
        margin-left: 5%;
    }
}


*/

.header_phones_mobile {
    display: none;
}
@media (max-width: 859px) {
    .style-scroll {
        overflow-y: scroll;
        overflow-x: hidden;
        margin: 0;
        padding-bottom: 30px;

    }

    .style-scroll::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #FEF7C9;
    }

    .style-scroll::-webkit-scrollbar {
        width: 5px;
        background-color: #FEF7C9;
    }

    .style-scroll::-webkit-scrollbar-thumb {
        background-color: gray;
    }

    .header_phones_mobile {
    //display: inline!important;
        margin-left: -15px;
    }
}

/* SERVICE */
@media (max-width: 479px) {
    .service_content img {
        width: 100% !important;
        height: auto !important;
        margin: 0 !important;
        margin-top: 5px !important;
        margin-bottom: 5px !important;

        object-fit: contain;
    }
}

.services_block .services_body {
    height: auto;
    overflow: visible;
}

.service_reserve{
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.service_reserve a{
    font-size: 22px;
}


/* END SERVICE */

/* GALLERY */
@media (min-width: 768px) {
    .gallery_image {
        height: 360px;
        object-fit: contain !important;
    }
}

.main_gallery{
    margin-bottom: 0;
    padding: 5px;
    border: 1px solid #7C3F2D!important;
}

.gallery_item{
    margin-bottom: 0;
}



/* END GALLERY */

/* PRICES */
.table_prices {
    margin-top: 25px;
    margin-bottom: 75px;
    margin-left: 2.5%;
    width: 95%;
    font-size: 22px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-collapse: collapse;
}

.table_prices .tr_bigcat {
    font-size: 34px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #000000;
    color: #7C3F2D;
}

.table_prices .tr_bigcat td {
    padding: 5px 0;
}

.table_prices .tr_smallcat {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    color: #7C3F2D;

}

.table_prices .tr_smallcat td {
    padding: 5px 5px;
}

.table_prices .tr_price {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}
.table_prices .tr_price td {
    padding: 2px 10px;
}
.table_prices .td_name {
    border-right: 1px solid #000000;
}

.table_prices .td_prc {
    font-size: 20px;
    text-align: right;
    font-weight: bold;
}

/* END PRICES */
/* FOOTER */
.footer {
    background-color: #fff;
}

.coupon {
    width: 100%;
    background-color: #006ee5;
    height: 52px;
    border-top: 1px solid #8B1630;
    border-bottom: 1px solid #8B1630;
}

.coupon_text {
    position: relative;
    color: #fff;
    font-family: 'Montserrat';
    width: 50%;
    float: left;
    text-align: center;
    height: 100%;
}

.coupon_text span {
    margin-top: 14px;
    margin-right: 50px;
    display: inline-block;
}

.coupon_div_href{
    font-family: 'Montserrat';
    line-height: 2.3;
    width: 50%;
    position: relative;
    float: left;
}

.coupon_div_href a {
    height: 38px;
    margin: 6px 0;
    width: 426px;
    border: 1px solid #8B1630;
    background-color: #fff;
    color: #141414!important;
    display: block; /* Ссылка как блочный элемент */
    text-align: center; /* Выравнивание по центру */
    position: relative;
    left: -213px;
}

.coupon_div_href a:hover {
    color: #8B1630!important;
}


.footer > .container {
    padding-top: 20px;
}

.footer li, .footer h4, .footer a, .footer p, .footer i {
    color: #141414;
}
.footer i {
    color: #fff;
    font-size: 40px;
}

.sub_footer {
    border-top-color: #141414;
}

.footer_logo img {
    max-width: 100%;
}

.footer_contact {
    width: 100%;
    text-align: center;
}

.footer a:hover{
    color: #8B1630!important;
}
.social_details{
    width: 100%;
    text-align: right;
}


.social_details a:hover i.fa{
    color: #fff!important;
    text-decoration: underline;
}
 a:hover i.fa-shopping-cart{
    color: gray!important;
    text-decoration: underline;
}
.link-hover-center a:hover i.fa{
    color: gray!important;
    text-decoration: none;
}

.mid_footer .social_details li a{
    font-size: 16px;
}

.mid_footer{
    margin-bottom: 10px;
}

.footer_pages a{
    margin-right: 10px;
}

.footer_visa img {
    width: 100%;
}

/* END FOOTER */

/* MODAL */
@media (min-width: 860px) {
    .modal_reserve {
        width: 360px;
    }
    .modal_image {
        width: 780px;
    }
}

/* Modal-reserve */
.input-group-addon{
    background-color: #FEF7C9;
    color: #7C3F2D;
}
.btn_reserve_close{
    color: #000000;
}
/* End reserve */

/* Modal-image */

.modal_image .modal-content{
    background-color: #1E1E1E!important;
}

.modal_image .modal-body{
    padding: 0;
}
.modal_image img{
    width: 100%;
    max-height: 480px;
    object-fit: contain;
}

.modal_image_control:hover{
    cursor: pointer;
}


@media (max-width: 600px) {
    .modal_image {
        max-height: 360px!important;
    }

}
.modal_image .carousel-control {
    width: 40%;
}
.modal_image .icon-next{
    right: 20%;
}
.modal_image .icon-prev{
    left: 20%;
}

/* End Modal_image */

/* END MODAL */


/* CATEGORY */

.breadcrumb {
    background-color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    color: #141414;
}

.breadcrumb a {
    color: #141414;
}

.breadcrumb a:hover {
    color: #006ee5;
}

.sort {
    font-size: 13px;
}

.cats_group_list {
    padding-top: 10px;
    list-style-type: none;
    padding-left: 20px;
}

.cats_group_div {
//overflow-y: scroll;
}

.cats_group_list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #FEF7C9;
}

.cats_group_list::-webkit-scrollbar {
    width: 5px;
    background-color: #FEF7C9;
}

.cats_group_list::-webkit-scrollbar-thumb {
    background-color: gray;
}

.img_position span.sale_top {
    font-family: 'Montserrat';
    color: #006ee5;
    font-size: 17px;
    width: auto;
    height: auto;
    border: none;
    border-radius: 0;
    padding: 0;
    background: none;
    top: 15px;
    left: 15px;

}
@media (max-width: 860px) {
    .thumbnail.cat_item a > img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
    }
    .cats_good_image {
        height: 200px;
    }
}
@media (min-width: 860px) {
    .thumbnail.cat_item a > img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
    }
    .cats_good_image {
        height: 170px;
    }
}
@media (min-width: 992px) {
    .thumbnail.cat_item a > img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
    }
    .cats_good_image {
        height: 150px;
    }
}
@media (min-width: 1200px) {
    .cats_good_image {
        height: 200px;
    }
}
@media (min-width: 1500px) {
    .cats_good_image {
        height: 300px;
    }
}




.cat_item {
    border: none;
}

.cat_item p{
    margin-bottom: 0;
    font-size: 18px;

}

.cat_item caption {
    font-size: 18px;
}

.cat_item p.f_price {
    font-size: 14px;
    color: #141414;
}

.my_price {
    color: #007bff;
    font-weight: bold;
}
.cats_good_image {
    border-bottom: 2px solid #D8D8D8;
    padding-bottom: 25px;
}

.cat_item .cat_empty{
    text-align: center;
    font-family: 'Montserrat';
}

.cat_zoom {
    color: #fff;
}
.cat_zoom.us_log_fav_btn_on,
.cat_zoom.us_not_log_fav_btn_on
{
    color: #ff4040;
}
#grid_filter .sort{
    background: none;
    color: #141414;
}

.grid_filter ul{
    font-size: 13px;
}

#grid_filter .act_sort {
    color: #006ee5;
    background: none;
}

.grid_filter ul.goods_pages li a.active {
    background: none;
    color: #006ee5;
}

.grid_filter ul.goods_pages li a.active {
    font-size: 16px;
}

.goods_pages{
    border-bottom: 1px dotted #D8D8D8!important;
}

.cats_group_name {
    text-transform: uppercase;
}

.cats_group_name {
}

.cats_group {
    cursor: pointer;
}

.cat_active {
    color: #B90028!important;
}
/* END CATEGORY */

/* GOOD */

.good_item .price_f {
    font-size: 14px;
    color: #141414;
}

.good_item .price_itself span {
    font-size: 20px;
    color: #006ee5;
}

.good_item div {
    margin-bottom: 0;
    font-size: 16px;
}

.good_item .good_empty{
    font-family: 'Montserrat';
    margin: 10px 0;
}

.good_item a.btn {
    width: 339px;
    max-width: 100%;
    background-color: #006ee5;
    border: 1px solid #fff;
    text-transform: uppercase;
    color: #fff;
    transition: all .5s;
}


.good_item div.buy_button_good{
    font-family: 'Montserrat';
    margin-bottom: 15px;
    margin-top: 0;
}

.good_item div.buy_button_good a:hover {
    background-color: #fff;
    color: #007bff !important;
    border-color: #007bff;
}
.goods_code{
    color: #ccc;
    padding: 3px 0;
    font-size: 11px;
    float: right;
}

div.good_sizes {
    min-height: 61px;
}
div.good_size {
    position: relative;
    float: left;
    width: 36px;
    height: 36px;
    font-size: 16px;
    margin: 10px 15px 15px 0;
    text-align: center;
    border: 2px solid #D9D9D9;
}

div.good_size_choose {
    border-color: #006ee5;
}
div.good_size_choose a {
    color: #006ee5;
}

div.good_size a {
    padding-top: 5px;
    display: block;
    height: 100%;
}

div.good_size a:hover {
    cursor: pointer;
}

div.good_size a:active, div.good_size a:focus  {
    color: #006ee5;
}
div.good_size:hover {
    border-color: #006ee5;
}

div.good_size_empty {
    padding-top: 5px;
    background-color: #D9D9D9;
    color: #fff;
}

div.good_size_empty:hover {
    border-color: #D9D9D9;
}

.good_details h2, .good_description h2, .good_details h3, .good_description h3, .good_details h1, .good_description h1{
    margin-top: 5px;
    margin-bottom: 5px;
}

.good_details, .good_description {
    margin-top: 15px;
}

/* Good Cart */
.modal-good-view th{
    font-family: 'Montserrat';
    font-weight: normal;
    font-size: 20px;
}

.modal-good-view td {
    font-size: 18px;
}

.modal-good-view .order_sum {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 18px;
}

.modal-good-view .order_sum span {
    font-size: 18px;
    color: #006ee5;
}

.modal-body .buy_button .btn-default {
    color: #141414;
}
.modal-body .buy_button .btn_theme {
    background-color: #131313;
    border: 1px solid #717171;
    color: #fff;
}
.modal-body .buy_button .btn_theme:hover{
    background-color: #006ee5;
}

.modal-body hr{
    margin-top: 10px;
}
/* End Good Cart */
/* END GOOD */
/* CART */
.continue_buys  {
    color: #141414;
}
#register {
    background-color: #131313;
    border: 1px solid #717171;
    color: #fff;
}
#register:hover{
    background-color: #006ee5;
}

.table_cart {
    font-size: 18px;
}
.table_cart th{
    font-family: 'Montserrat';
    font-weight: normal;
    font-size: 20px;
}

.order_sum {
    margin: 15px 0;
    font-size: 18px;
}

.order_sum span {
    font-size: 18px;
    color: #006ee5;
}
/* END CART */

/* ORDER */
#cart_table th{
    font-size: 20px;
}

#cart_table {
    font-size: 18px;
}

.about_order p a{
    color: #006ee5;
}
/* ORDER END */
h2, h1{
    color: #141414!important;
}

.page-header span {
    border: none;
}

p > img {
    max-width: 100%;
    object-fit: contain;
}

.page-header{
    text-align: center;
    margin-top: 0;
    border-bottom-color: #141414;
}

.btn {
    font-size: 16px;
}

@media (max-width: 767px) {
    p > img, p > a > img {
        max-width: 100%;
        height: auto!important;
    }

    iframe {
        width: 100%;
        height: auto;
    }
}

th,b, strong,.h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .onepay label {
    font-family: 'Montserrat';
}

a:hover i.fa{
    color: #fff!important;
    text-decoration: underline;
}
a:hover i.fa-shopping-cart{
    color: gray!important;
    text-decoration: none !important;
}

.onepay .btn  {
    background-color: #131313;
    border: 1px solid #717171;
    color: #fff;
}
.onepay .btn:hover{
    background-color: #006ee5;
}