 body{
    background:#f5f5f6;
    margin-top:20px;
}
/*Faq*/

.faq-search-wrap {
    padding: 50px 0 60px;
}

.faq-search-wrap .form-group .form-control,
.faq-search-wrap .form-group .dd-handle {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.faq-search-wrap .form-group .input-group-append {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    pointer-events: none;
}

.faq-search-wrap .form-group .input-group-append .input-group-text {
    background: transparent;
    border: none;
}

.faq-search-wrap .form-group .input-group-append .input-group-text .feather-icon > svg {
    height: 18px;
    width: 18px;
}
.bg-teal-light-3 {
    background-color: #7fcdc1 !important;
}

.hk-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

@media (min-width: 576px){
    .mt-sm-60 {
        margin-top: 60px !important;
    }
}
.mt-30 {
    margin-top: 30px !important;
}

.list-group-item.active {
    background-color: #00acf0;
    border-color: #00acf0;
}
.accordion .card .card-header.activestate {
    border-width: 1px;
}
.accordion .card .card-header {
    padding: 0;
    border-width: 0;
}
.card.card-lg .card-header, .card.card-lg .card-footer {
    padding: .9rem 1.5rem;
}
.accordion>.card .card-header {
    margin-bottom: -1px;
}
.card .card-header {
    background: transparent;
    border: none;
}
.accordion.accordion-type-2 .card .card-header > a.collapsed {
    color: #324148;
}
.accordion .card:first-of-type .card-header:first-child > a {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}
.accordion.accordion-type-2 .card .card-header > a {
    background: transparent;
    color: #00acf0;
    padding-left: 50px;
}
.accordion .card .card-header > a.collapsed {
    color: #324148;
    background: transparent;
}
.accordion .card .card-header > a {
    background: #00acf0;
    color: #fff;
    font-weight: 500;
    padding: .75rem 1.25rem;
    display: block;
    width: 100%;
    text-align: left;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
a {
    text-decoration: none;
    color: #00acf0;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    transition: color 0.2s ease;
}


.badge.badge-pill {
    border-radius: 50px;
}
.badge.badge-light {
    background: #eaecec;
    color: #324148;
}
.badge {
    font-weight: 500;
    border-radius: 4px;
    padding: 5px 7px;
    font-size: 72%;
    letter-spacing: 0.3px;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    text-transform: capitalize;
}
.ml-15 {
    margin-left: 15px !important;
}

.accordion.accordion-type-2 .card .card-header > a.collapsed:after {
    content: "\f158";
}

.accordion.accordion-type-2 .card .card-header > a::after {
    display: inline-block;
    font: normal normal normal 14px/1 'Ionicons';
    speak: none;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: auto;
    position: absolute;
    content: "\f176";
    font-size: 21px;
    top: 15px;
    left: 20px;
}

.mr-15 {
    margin-right: 15px !important;
}

 .catnv a {
        text-decoration: none;
        color: rgb(87, 87, 87);
    }
    .catnv a:hover {
        text-decoration: none;
    }

    .hov7:hover {
        background-color: whitesmoke;
    }

    .hov7 span.ml-15:hover,
    .hov8 span.ml-15:hover {
        background-color: white;
    }

    .h2blog {
        margin-left: 10px;
        margin-bottom: 10px;
        margin-top: -15px;
    }

    @media (max-width:912px) {
        .h2blog {
        font-size: 23px;
    }
    }

 /*
    .home-blog {
        padding-top: 80px;
        padding-bottom: 80px;
    }
        
    @media (min-width: 992px) {
        .home-blog {
            padding-top: 100px;
            padding-bottom: 100px;
        }
    }
    .home-blog .section-title {
        padding-bottom: 15px;
    }
    .home-blog .media {
        margin-top: 50px;
    }
    @media (min-width: 768px) {
        .home-blog .media {
            margin-top: 30px;
        }
    }
        */
    .bg-sand {
        background-color: #f5f5f6;
    }
    .media.blog-media {
        /*  margin-top: 30px; */
        margin-bottom: 30px;
        position: relative;
        display: block;
    }
    @media (min-width: 992px) {
        .media.blog-media {
            display: table;
        }
    }
    .media.blog-media .circle {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        background-color: rgba(0, 0, 0, 0.5);
        white-space: nowrap;
        position: absolute;
        padding: 0;
        top: 20px;
        left: 20px;
        text-align: center;
        box-shadow: none;
        transform: translateX(0);
        color: #fff;
        transition: background-color 0.3s ease;
    }
    .media.blog-media .circle .day {
        color: #fff;
        transition: color 0.25s ease;
        font-weight: 500;
        font-size: 28px;
        line-height: 1;
        /* margin-top: 12px; */
        margin-top: 4px;
    }
    .media.blog-media .circle .month {
        text-transform: uppercase;
        font-size: 14px;
    }
    .media.blog-media > a {
        position: relative;
        display: block;
    }
    @media (min-width: 992px) {
        .media.blog-media > a {
            display: table-cell;
            vertical-align: top;
            min-width: 200px;
        }
    }
    @media (min-width: 1200px) {
        .media.blog-media > a {
            min-width: 230px;
        }
    }
    .media.blog-media > a:before {
        position: absolute;
        content: "";
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        opacity: 0;
        transform: scale(0);
        transition: transform 0.3s ease, opacity 0.3s;
        background: rgba(12, 198, 82, 0.7);
        /*background: rgba(12, 124, 198, 0.7);*/
    }
    .media.blog-media > a img {
        width: 100%;
    }
    .media.blog-media:hover > a:before {
        opacity: 1;
        transform: scale(1);
    }
    .media.blog-media:hover .circle {
        background-color: rgba(255, 255, 255, 0.9);
    }
    .media.blog-media:hover .circle .day,
    .media.blog-media:hover .circle .month,
    .media.blog-media:hover .circle .year {
        color: #222;
    }
    .media.blog-media:hover .media-body h5 {
        color: #0cc652;
    }
    .media.blog-media:hover .media-body a.post-link {
        color: #0cc652;
        text-decoration: underline;
    }
    .media.blog-media .media-body {
        border: 1px solid #efeff3;
        padding: 30px 30px 10px;
        font-size: 14px;
        background: #fff;
        border-top: none;
    }
    @media (min-width: 992px) {
        .media.blog-media .media-body {
            padding: 15px 20px 10px;
            border-top: 1px solid #efeff3;
            border-left: none;
            display: table-cell;
            vertical-align: top;
        }
    }
    @media (min-width: 1200px) {
        .media.blog-media .media-body {
            padding: 30px 20px 10px;
        }
    }
    .media.blog-media .media-body h5 {
        transition: color 0.3s ease;
        margin-bottom: 15px;
    }
    @media (min-width: 992px) {
        .media.blog-media .media-body h5 {
            font-size: 15px;
        }
    }
    @media (min-width: 1200px) {
        .media.blog-media .media-body h5 {
            margin-bottom: 15px;
            font-size: 18px;
        }
    }
    .media.blog-media .media-body a.post-link {
        display: block;
        color: #222;
        font-size: 11px;
        padding: 23px 0;
        text-transform: uppercase;
        font-weight: 400;
    }
    @media (min-width: 992px) {
        .media.blog-media .media-body a.post-link {
            padding: 7px 0;
        }
    }
    @media (min-width: 1200px) {
        .media.blog-media .media-body a.post-link {
            padding: 23px 0;
        }
    }
    .media.blog-media .media-body ul {
        position: relative;
        padding: 10px 0 0;
    }
    .media.blog-media .media-body ul li {
        display: inline-block;
        width: 49%;
        position: relative;
    }
    .media.blog-media .media-body ul li:before {
        position: absolute;
        content: "";
        top: 5px;
        left: 0;
        width: 1px;
        height: 14px;
        background: #eeeef2;
    }
    .media.blog-media .media-body ul li:first-child:before {
        visibility: hidden;
    }
    .media.blog-media .media-body ul:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background: #eeeef2;
    }

    /* 
    @media screen and (max-width: 539px) {
        .imgk {
            content: url('{{ post.imagelist }}');
            width: 100%;
        }
    }

    от 540

    768
    820
    912

    до 991

    */
@media (max-width:167px) {

.hiddenimgbig {
display: none; 
visibility: hidden;

}

}

@media (min-width:168px) and (max-width:991px) {

.hiddenimg {
display: none; 
visibility: hidden;

}
}


@media (min-width:992px) {

.hiddenimgbig {
display: none; 
visibility: hidden;

}

}