
body {
    font-family: 'Rubik', sans-serif;
}
a {
    color: #268bb9;
}
.font-weight-medium {
    font-weight: 500!important;
}
.border-radius-0 {
    border-radius: 0;
}
.fs-12 {
    font-size: 12px!important;
}
.bg-red {
    background-color: #ef5350;
}
.bg-blue {
    background-color: #268bb9;
}
.bg-green {
    background-color: #166947;
}
.bg-dark-blue {
    background-color: #164f69;
}
.color-red {
    color: #ef5350;
}
.bg-gray {
    background-color: #f5f5f5;
}
/* ===== HEADER =====*/
.text-blue {
    color: #268bb9;
}
.text-gray {
    color: #a7a7a7;
}
.link-phone {

}
.link-phone img{
    height: 11px;
    vertical-align: baseline;
    margin-right: 5px;
}
.logo {
    color: black;
}
.logo:hover {
    text-decoration: none;
    color: black;
}
.logo div{
    display: inline-block;
    vertical-align: middle;
}
.logo span {
    font-size: 18px;
}
.btn-primary {
    background-color: #268bb9;
    border-color: #268bb9;
}
.btn-primary:hover {
    background-color: #2899ca;
    border-color: #2899ca;
}
.btn-header-cat {
    font-size: 14px;
    transition: all 0.3s;
    padding: 16px;
    outline: none;
}
.btn-header-cat:focus {
    outline: none!important;
}
.arrow {
    border: solid white;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 2px;
    vertical-align: middle;
}
.arrow.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.breadcrumb-wrapper {
    background: #e9ecef;
}
.breadcrumb-item {
    font-size: 14px;
}
.breadcrumb-item.active {
    color: #268bb9;
}
.breadcrumb-item a {
    font-size: 14px;
    color: #636363;
}
header .dropdown-menu {
    min-width: 100%;
    width: auto;
    border-radius: 0;
    padding: 0;
    margin: 0;
    font-size: 12px;
}

.dropdown-item {
    display: flex;
    align-items: center;
    padding: 14px 16px;
    color: #828282;
    text-transform: uppercase;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 99%;
    margin-left: .1rem;
    margin-right: .1rem;
}
.dropdown-item:focus, .dropdown-item:hover{
    color: #268bb9;
    background-color: transparent;
}
.dropdown-submenu:hover > a{
    color: #268bb9;
    background-color: transparent;
}
.dropdown-item:focus > .arrow, .dropdown-item:hover >.arrow{
    border-color: #268bb9!important;
}
@media screen and (max-width: 992px){
    #category-nav {
        position: absolute;
        top: 0;
        z-index: 10;
    }
    .navbar-collapse {
        margin-top: 10px;
    }
    .navbar-toggler {
        margin-left: auto;
    }
}
@media (min-width: 992px){
    .navbar-expand-lg .navbar-nav .nav-link {
        margin-left: 8px;
    }
}

/*===== BANNER =====*/
.banner {
    padding-top: 80px;
    padding-bottom: 280px;
    color: white;
}
.banner h1 {
    font-size: 32px;
}
.lead {
    color: #BAE4FF;
}

/*===== ADVANTAGES =====*/
.advantages {
    border: 1px solid #ececec;
    border-radius: 5px;
}
.adv{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    border-right: 1px solid #ececec;
}
.adv img {
    margin-right: 15px;
}
.adv.last {
    border: none;
}
@media screen and (max-width: 992px){
    .adv.two{
        border: none;
    }
}
@media screen and (max-width: 768px){
    .adv {
        border: none;
        justify-content: unset;
    }
}
.adv-text p {
    font-size: 14px;
    color: #636363;
    margin: 0;
}

/*===== CATEGORY MAIN PAGE =====*/
.bg-cat-bak {
    min-height: 150px;
    background: url("../img/bak.png") no-repeat center center;
    background-size: cover;
}
.bg-cat-stiralka {
    min-height: 150px;
    background: url("../img/stiralka.png") no-repeat center center;
    background-size: cover;
}
.bg-cat-icebox {
    min-height: 150px;
    background: url("../img/icebox.png") no-repeat center center;
    background-size: cover;
}
.category-list {
    height: 380px;
    max-height: 380px;
}
.category-list .category_title {
    height: 20%;
    display: flex;
    align-items: center;
    padding-left: 16px;
}
.category-list p {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}
.category-list ul {
    list-style: none;
    display: flex;
    height: 80%;
    padding-left: 25px;
    flex-direction: column;
    justify-content: space-around;
}
.category-list ul li {

}
.category-list ul li a {
    display: block;
    color: #828282;
    text-decoration: none;
    font-size: 12px;
    line-height: 14px;
}
.category-list ul li a:hover {
    color: #268bb9;;
}
/*===== SWIPER =====*/
.swiper-container {
    width: 100%;
    min-height: 380px;
    height: 100%;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    cursor: auto;
    pointer-events: none;
    background: #eaeaea;
}
.swiper-button-next, .swiper-button-prev {
    background: #268bb9;
    color: white;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 10px;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    right: 0;
    left: auto;
    transform: translateY(-25px);
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 0;
    transform: translateY(25px);
    left: auto;
}
.card-product {
    position: relative;
    overflow: hidden;
    height: 100%;
}
.img-responsive {
    display: block;
    max-width: 100%;
    max-height: 100%;
    height: auto;
}
.card-product-wrap {
    height: 100%;
}

.card-product-wrap .card {
    border: none;
    border-left: 1px solid #ececec;
    border-radius: 0;
}

.card-product .card-body {
    position: absolute;
    bottom: 0;
    overflow: hidden;
    background-color: rgba(255,255,255,.5);
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
}
.card-product-wrap:focus .card-body, .card-product-wrap:hover .card-body {
    padding-bottom: 5rem;
}
.card-product-wrap:focus .card-product-btn, .card-product-wrap:hover .card-product-btn {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.card-product-title {
    position: relative;
    display: block;
    height: 5rem;
    margin-bottom: 1.5rem;
    font-size: 12px;
    color: #3e3e3e;
    overflow: hidden;
}

.card-product-price {
    font-weight: 500;
}
.card-product-btn {
    position: absolute;
    bottom: 1.5rem;
    left: 1rem;
    -webkit-transform: translateY(-webkit-calc(100% + 1.5rem));
    -ms-transform: translateY(calc(100% + 1.5rem));
    transform: translateY(calc(100% + 1.5rem));
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
    color: white;
    background-color: #268bb9;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}
.card-product-btn:hover {
    color: white;
    background-color: #2899ca;
    border-color: #2899ca;
}
.card-product-btn img {
    width: 17px;
    margin-right: 10px;
}
/*===== КАТАЛОГ ТОВАРА =====*/
.catalog .card-product-title {
    height: 4.5rem;
}
.card-product-wrap.catalog {
    height: 300px;
}
.card-product-wrap.catalog .card {
    border: none;
}
/*===== COMPANY SLIDER =====*/
.swiper-container.company {
    min-height: 120px;
    max-height: 120px;
    padding: 15px 15px;
}
.company .swiper-slide {
    text-align: center;
}
.swiper-button-next.company-next.swiper-button-disabled, .swiper-button-prev.company-prev.swiper-button-disabled {
    opacity: 1;
    cursor: auto;
    pointer-events: none;
    background: none;
}
.swiper-button-next.company-next, .swiper-button-prev.company-prev {
    color: #cdcdcd;
    background: none;
}
.swiper-button-next.company-next:after, .swiper-button-prev.company-prev:after {
    font-size: 20px;
}
.swiper-button-prev.company-prev, .swiper-container-rtl .swiper-button-next.company-next {
    left: 0;
    right: auto;
    transform: none;
}
.swiper-button-next.company-next, .swiper-container-rtl .swiper-button-prev.company-prev {
    right: 0;
    transform: none;
    left: auto;
}

/*===== FOOTER =====*/
footer {
    background-color: #1a1f2b;
}
.footer-social {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    justify-content: space-between;
}
.footer-social .social {
    font-size: 14px;
    margin-top: 20px;
}
.footer-social .social a img {
    height: 30px;
    width: auto;
}
.footer-menu {
    display: flex;
    flex-direction: column;
}
.footer-menu h5 {
    font-size: 16px;
    margin-bottom: 20px;
}
.footer-menu a {
    color: #a7a7a7;
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 10px;
}
.footer-menu a:hover {
    color: #00b1bf;
}
.copyright {
    background-color: #10151f;
    text-align: center;
    color: white;
}
.copyright p {
    margin-bottom: 0;
    font-size: 14px;
}
.copyright span {
    color:  #00b1bf;
}

/* =====FILTER FORM===== */
.filter-head {
    position: relative;
    cursor: pointer;
}
.filter-head .filter-name {
    color: #1a1f2b;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
}
.filter-head .filter-border {
    margin-top: 10px;
    width: 100%;
    height: 2px;
    background-color: #ececec;
}
.filter-head .filter-border>div {
    width: 30%;
    height: 2px;
}
.filter-fields .form-check-label {
    font-size: 14px;
}
.filter-fields .form-check-label.active {
    color: #268bb9;
}
.btn-collapse {
    position: absolute;
    right: 5px;
    top: 0;
}
.img-collapse {
    transition: all 0.3s;
}
.img-collapse.active {
    transform: rotate(-90deg);
}
/* INPUT RANGE */
.noUi-horizontal {
    height: 4px;
}
.filter-form {
    clear: both;
}
@media  screen and (max-width: 992px) {
    .filter-block {
        position: fixed;
        height: 100vh;
        overflow: auto;
        top: 0;
        left: 0;
        z-index: 10;
        transition: all 0.3s;
        background: white;
        max-width: 270px;
        box-shadow: 1px 0 5px;
        transform: translateX(-103%);
    }
}

/*===== PRODUCT PAGE ======*/
.properties p {
    display: flex;
    position: relative;
    justify-content: space-between;
    font-size: 14px;
}
.properties p strong {
    z-index: 2;
    background: #fff;
    padding-right: 3px;
}
.properties p span {
    z-index: 2;
    background: #fff;
    padding-left: 3px;
}
.properties p:before {
    content: "";
    height: 1px;
    width: 100%;
    border-bottom: 1px dotted #1d1d1d;
    display: block;
    bottom: 5px;
    z-index: 0;
    left: 0;
    position: absolute;
}
.product-desc ul {
    list-style: none;
}
.product-desc ul li {
    display: inline-block;
    font-size: 14px;
}

/*===== CART WIDGET =====*/
.cart-widget-box {
    max-height: 500px;
    min-width: 300px;
    overflow-y: auto;
    background: #ffffff;
    border: 1px solid #ececec;
    color: #595e6f;
}
.cart-widget-box .cart-items {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}
.cart-items .single-cart {
    border-bottom: 1px solid #ececec;
    padding-bottom: 20px;
    margin-bottom: 15px;
}
.cart-items .single-cart:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0 solid #ececec;
}
.cart-widget-box .cart-product {
    display: flex;
    position: relative;
}
.cart-widget-box .cart-product:hover {
    text-decoration: none;
}
.cart-product .product-details--title {
    color: #1a1f2b;
    font-size: 1em;
    font-weight: 500;
    line-height: 20px;
    margin: 0 30px 5px 0;
    text-align: left;
    text-transform: none;
    transition: .4s;
}
.cart-product .product-details--price {
    color: orangered;
}
.cart-product .cart-cross {
    background: none;
    color: #1a1f2b;
    display: block;
    font-size: 18px;
    font-weight: bold;
    height: auto;
    left: auto;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    z-index: 1;
    transition: .4s;
}
.cart-widget-box .cart-product-img {
    margin-right: 15px;
    position: relative;
    width: 50px;
    transition: .4s;
}
.cart-widget-box .cart-product-img img {
    width: 50px;
}
.cart-product .cart-cross:hover {
    color: #ff2929;
}
.cart-widget-box .cart-product__subtotal {
    display: flex;
    justify-content: space-between;
    color: #1a1f2b;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
}
.count-input-block input {
    width: 60px;
    padding: 2px;
}
.pro-title img{
    width: 50px;
}
.media {
    display: block;
}
ul.boiler-desc {
    list-style: none;
}
@media screen and (max-width: 768px){
    .main-content h2 {
        font-size: 24px;
    }
    .banner h1 {
        font-size: 24px;
    }
    .banner {
        padding-bottom: 100px;
    }
}