@import https: //fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap;

* {
    scrollbar-width: auto;
    scrollbar-color: #008dee #ffffff
}

::-webkit-scrollbar {
    width: 12px;
    height: 12px
}

::-webkit-scrollbar-track {
    background: #EFEFEF
}

::-webkit-scrollbar-thumb {
    background-color: #008dee;
    border-radius: 360px;
    border: 2px solid #ffffff
}

body,
html {
    font-family: 'Manrope', sans-serif !important;
    background: white !important;
    font-size: 16px;
    line-height: 1.8em
}

.navbar {
    background: #008DEE !important;
    color: white !important
}

footer {
    background: #008DEE !important;
    color: white !important;
    min-height: 200px
}

.navbar a {
    color: white !important
}

.col-md-5 {
    word-wrap: break-word
}

.col-md-7 {
    word-wrap: break-word
}

.top {
    min-height: 650px;
    margin-bottom: 20px;
    background-image: url(/img/main-m.jpg);
    background-size: cover
}

.btn-showall {
    font-size: 20px;
    border-radius: 10px;
    padding: 15px 35px;
    margin-top: 20px !important
}

.discussion-photo {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .top {
        min-height: unset;
        background-image: url(/img/main.png)
    }

    .use-pluses {
        overflow-x: hidden !important
    }
}

@media screen and (min-width: 1024px) {
    .top {
        min-height: 706px
    }
}

.top-2 {
    padding: 60px 0;
    background-image: url(/img/main-2.png);
    margin-bottom: 20px;
    background-size: cover;
    color: white !important
}

@media screen and (min-width: 1024px) {
    .top-2 {
        padding: 95px 0
    }
}

.top-2 .title-top {
    padding-top: 0;
    margin-top: 0;
    color: white !important
}

@media screen and (min-width: 768px) {
    .top-2 .title-top {
        font-weight: 700;
        font-size: 24px;
        line-height: 33px
    }
}

.title-top {
    margin-top: 20px;
    font-weight: 300;
    font-size: 20px;
    line-height: 112%;
    color: #000000;
    text-align: center;
    font-style: normal
}

@media screen and (min-width: 768px) {
    .title-top {
        display: block;
        text-align: start;
        font-weight: 500;
        font-size: 30px;
        text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25)
    }
}

@media screen and (min-width: 1024px) {
    .title-top {
        padding-top: 90px;
        font-size: 40px
    }
}

.img-bottom {
    width: 100%;
    height: auto
}

.discussion-hot {
    background: #D2EDFF;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.discuss a {
    color: black;
    text-decoration: underline
}

.btn-top-20 {
    margin-top: 20px
}

a.dropdown-item {
    color: black !important
}

.container-xl,
.container-lg,
.container-md,
.container-sm,
.container {
    max-width: 1440px
}

.menu-profile li {
    list-style: none;
    margin-left: 0;
    padding-left: 0
}

.menu-profile ul {
    margin-left: 0;
    padding-left: 0
}

.menu-profile a {
    list-style: none;
    margin-left: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    display: inline-block;
    padding-left: 8px;
    color: #000000;
    font-size: 20px
}

.menu-profile a:hover {
    color: #1052D0;
    text-decoration: none
}

.menu-profile a svg {
    fill: #000000;
    position: relative;
    top: -2px;
    left: -8px
}

.menu-profile a:hover svg {
    fill: #1052D0
}

textarea {
    border: 1px solid #ccc !important
}

.border-black {
    padding: 24px;
    border: 1px solid #ccc;
    border-radius: 7px;
    font-size: 18px
}

.border-black2 {
    padding: 24px;
    border: 1px solid #000000;
    border-radius: 7px;
    font-size: 18px;
    min-height: 200px
}

.btn-info {
    color: white;
    background-color: #1052D0
}

.btn-block {
    display: block;
    width: 100%;
}

.left-div {
    display: inline-block
}

.message-text {
    margin-bottom: 20px
}

.title-line {
    margin-top: 25px;
    border-bottom: 1px solid black;
    margin-bottom: 10px
}

.card-header-title {
    padding: 0 20px;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px
}

.news-photo img {
    width: 100%;
    height: auto
}

.discuss {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    border-bottom: 1px solid black
}

div#exampleModal {
    background: rgba(29, 54, 153, 0.5) !important
}

.modal-dialog {
    max-width: 1000px !important
}

.card-header {
    background: #EAEEF0 !important
}

.card {
    border: 1px solid #ccc;
    border-radius: 10px;
}

.btn-none-border {
    background: inherit !important;
    color: black;
    padding-top: 3px;
    padding-bottom: 3px
}

.btn-none-border:hover {
    background: inherit !important;
    color: #1052D0 !important
}

.btn-none-border2 {
    background: inherit !important;
    color: black;
    margin-top: 20px
}

.btn-none-border2:hover {
    background: inherit !important;
    color: #1052D0 !important
}

.gr img {
    border-radius: 10px
}

.ph {
    width: 100%;
    height: auto
}

.title__description {
    display: flex;
    flex-flow: column nowrap;
    padding: 10px 15px;
    background-color: #D2EDFF
}

@media screen and (min-width: 768px) {
    .title__description {
        display: block;
        padding: 0;
        background-color: unset
    }
}

.title-dsc {
    order: 1;
    font-weight: 300;
    font-size: 14px
}

@media screen and (min-width: 768px) {
    .title-dsc {
        font-size: 22px;
        padding-bottom: 20px;
        padding-top: 10px;
        padding-right: 20px
    }
}

.header-top {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    height: 630px;
    margin: 0 auto
}

@media screen and (min-width: 768px) {
    .header-top {
        display: block;
        width: 90%;
        height: auto;
        padding: 50px 0
    }
}

@media screen and (min-width: 1024px) {
    .header-top {
        padding: 50px 0 0
    }
}

.header-enter {
    display: block;
    margin-top: 10px;
    color: black;
    background: transparent;
    border: 3px solid #1052D0;
    border-radius: 360px;
    font-size: 18px;
    padding: 12px 35px;
    order: 3
}

.header-enter:hover {
    background-color: #1052D0;
    color: white;
    border-color: #1052D0
}

@media screen and (min-width: 768px) {
    .header-enter {
        margin-top: 0;
        display: inline-block
    }
}

.header-register {
    display: block;
    min-width: 200px;
    padding: 8px;
    color: white;
    border: 3px solid #1052D0;
    background-color: #1052D0;
    border-radius: 360px;
    font-size: 18px;
    padding: 12px 35px;
    box-sizing: border-box;
    order: 2
}

.header-register:hover {
    color: #000000;
    background-color: transparent;
    border-color: #1052D0
}

@media screen and (min-width: 768px) {
    .header-register {
        margin-left: 20px;
        display: inline-block
    }
}

.card-header-title {
    padding-top: 45px;
    padding-bottom: 15px
}

.user-name {
    font-weight: 500;
    font-size: 18px;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.flex-nowrap {
    overflow-x: scroll
}

@media screen and (max-width: 767px) {
    .main-photo-article {
        width: 100% !important;
        float: none;
        margin: 0 !important;
        margin-bottom: 20px !important
    }

    .navbar-nav .active:after {
        display: none !important
    }

    .navbar-nav .active {
        font-weight: bold
    }

    .flex-nowrap {
        scrollbar-width: 0;
        overflow-y: hidden;
        overflow-x: scroll
    }

    .flex-nowrap::-webkit-scrollbar {
        display: none
    }
}

.news img {
    border-radius: 10px
}

.news {
    margin: 10px;
    height: 100%;
    border-radius: 10px
}

.news-date {
    color: silver;
    padding: 10px;
    font-size: 12px
}

@media screen and (min-width: 768px) {
    .news-date {
        padding: 10px 0 0;
        font-size: 18px
    }
}

.news-body2 {
    padding: 10px
}

.news:hover {
    -webkit-box-shadow: 0 2px 21px 0 rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0 2px 21px 0 rgba(34, 60, 80, 0.2);
    box-shadow: 0 2px 21px 0 rgba(34, 60, 80, 0.2);
    border-radius: 10px
}

.news-body2 {
    font-size: 17px
}

.dark_block {
    background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 10px
}

@media screen and (min-width: 768px) {
    .dark_block {
        padding: 20px 30px
    }
}

.main_slide {
    width: 100%;
    height: 170px;
    background-size: cover;
    background-position: center center
}

@media screen and (min-width: 768px) {
    .main_slide {
        height: 350px
    }
}

.content-dark {
    position: relative;
    color: white;
    max-width: 600px;
    margin: auto 0 0;
    font-size: 25px
}

.content-dark a {
    color: white
}

.news-body {
    font-size: 16px
}

.news-body p {
    margin: 0;
    max-height: 52px
}

@media screen and (min-width: 768px) {
    .news-body p {
        max-height: unset
    }
}

.content-top {
    position: relative;
    font-size: 15px
}

.like {
    position: relative;
    right: 20px;
    float: right;
    top: -10px
}

.l2 {
    transition: background 2s;
    color: black
}

.l2:hover {
    text-decoration: none;
    color: black
}

.l2:hover .dark_block {
    background: inherit !important;
    transition: all .5s ease-out
}

.card-header {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    border-bottom: 1px solid #ccc
}

select.form-control {
    border: 1px solid #ccc
}

input.form-control {
    border: 1px solid #ccc
}

.form-group label {
    font-weight: bold;
    font-size: 16px
}

.filter a.btn.btn-info.btn-lg {
    width: 100%
}

.filter {
    padding-left: 30px;
    padding-right: 30px
}

.clear-btn {
    font-size: 17px;
    color: black;
    text-align: center;
    text-decoration: underline;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer
}

.navbar-nav .nav-item {
    padding: 4px 10px
}

.navbar-nav .active:after {
    content: '';
    padding-bottom: 0;
    width: 100%;
    height: 2px;
    color: wheat;
    background: white;
    display: block;
    position: relative;
    top: 0
}

@media screen and (min-width: 768px) {
    .navbar-nav .active:after {
        top: 12px
    }
}

#myTabContent .card-body {
    padding-left: 0;
    padding-right: 0
}

#myTab li.nav-item {
    flex-grow: 1;
    text-align: center
}

#myTab a {
    color: black;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px
}

@media screen and (min-width: 768px) {
    #myTab a {
        font-weight: 400;
        font-size: 22px;
        line-height: 30px
    }
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: inherit !important;
    background-color: inherit !important;
    border-color: inherit !important;
    border: 0 !important;
    border-bottom: 2px solid #1052D0 !important
}

.nav-item a:hover {
    border: 0 !important;
    border-bottom: 2px solid white !important;
    border: 0 !important
}

.main-photo-article img {
    width: 100%;
    max-height: 400px;
    object-fit: contain
}

.date {
    color: silver
}

#sync1 {
    display: inline-block;
    float: left;
    width: 70%
}

#sync2 {
    display: inline-block;
    float: left;
    width: 30%
}

#owl-slider {
    display: flex;
    clear: both
}

#sync1 .item {
    background: #0c83e7;
    padding: 80px 0;
    margin: 5px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center
}

#sync2 {
    transform: rotate(90deg)
}

#sync2 .item {
    transform: rotate(-90deg);
    background: #c9c9c9;
    padding: 10px 0;
    margin: 5px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer
}

#sync2 .item h1 {
    font-size: 18px
}

#sync2 .current .item {
    background: #0c83e7
}

.owl-theme .owl-nav [class*=owl-] {
    transition: all .3s ease
}

.owl-theme .owl-nav [class*=owl-].disabled:hover {
    background-color: #d6d6d6
}

#sync1.owl-theme {
    position: relative
}

#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%
}

#sync1.owl-theme .owl-prev {
    left: 10px
}

#sync1.owl-theme .owl-next {
    right: 10px
}

.menu-profile .active a {
    color: #3490dc !important
}

.menu-profile .active svg {
    fill: #3490dc !important
}

#sync1 .item {
    background: #c9c9c9
}

.wrap {
    display: flex;
    flex-direction: column;
}

#prod__main__thumb {
    width: 100%;
    margin: 4px;
}

#prod__main__thumb .wrap__img {
    height: 560px;
}

#prod__main__thumb .wrap__img img {
    margin: 0 auto;
    object-fit: contain;
    width: 100%;
    height: 100%;
    opacity: 1
}

#prod__main__thumb .wrap__img .thumb_blur {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(15px);
    z-index: -1;
    position: absolute;
    top: 0px;
    left: 0px;
}

#prod__main__thumb.wrap__img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
}



#prod__thumb__list .wrap__img {
    object-fit: cover;
    overflow: hidden;
    height: 200px;
}

#prod__thumb__list {}

#prod__thumb__list .wrap__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 5px !important;
}

.slick-next {
    right: 19px;
    right: 19px !important
}

.slick-prev {
    left: 12px !important;
    z-index: 1000 !important
}

.chats {
    background: rgba(0, 0, 0, 0.05) !important;
    border-radius: 10px;
    min-height: 500px
}

.chats textarea {
    background-color: rgba(0, 0, 0, 0.1) !important;
    border: 0 !important;
    color: black !important;
    height: 60px !important;
    overflow-y: auto;
    border-radius: 10px 10px 10px 10px !important;
    padding: 10px;
    width: 100%;
    margin-top: 10px
}

.message {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 10px;
    border-radius: 10px;
    background-color: #00a0e5;
    padding: 10px;
    position: relative;
    color: white;
    word-break: break-word;
    max-width: 90%;
    margin-bottom: 5px;
    width: 100%
}

.youmessage {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 10px;
    border-radius: 10px;
    margin-bottom: 5px;
    background-color: #ccf0fd;
    padding: 10px;
    position: relative;
    color: black;
    word-break: break-word;
    max-width: 90%;
    width: 100%
}

.form-message textarea {
    min-height: 60px
}

#messageadd {
    right: 16px;
    width: 60px;
    height: 60px;
    border: 0;
    background-image: url(/img/msgchat.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-color: #013758;
    border-radius: 0 5px 5px 0
}

.chatphoto {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 2px solid white;
    float: left;
    margin-right: 10px
}

.users {
    padding: 10px
}

.chat-user:hover .chatphoto {
    border: 2px solid green !important
}

.messageusers {
    padding-bottom: 5px
}

.users {
    padding-top: 5px;
    padding-bottom: 5px
}

.messageusers:hover {
    background: rgba(0, 0, 0, 0.1) !important;
    cursor: pointer
}

.first {
    border-left: 2px solid green
}

h2 {
    padding-bottom: 10px
}

.white-link a {
    color: white;
    text-decoration: underline
}

main {
    min-height: calc(100vh - 262px)
}

#app {
    overflow: hidden
}

a,
button {
    transition: .5s all;
    cursor: pointer
}

.form-group.row {
    overflow: visible
}

.footer {
    padding-bottom: 30px
}

.footer__title {
    padding-top: 30px;
    font-size: 20px;
    padding-bottom: 20px;
    font-weight: bold;
    color: #fff
}

.captcha img {
    display: block;
    width: 100%
}

.discussion {
    padding: 0;
    padding-bottom: 15px !important;
    margin-bottom: 15px !important;
    border-bottom: 1px solid #ccc
}

.card-body .discussion:last-child {
    border-bottom: 0;
    margin-bottom: 0 !important
}

.discussion__title {
    padding-bottom: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px
}

.discussion__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px
}

.discussion__info {
    margin-top: 15px !important
}

.discussion__info svg,
.price-ads svg {
    max-width: 24px
}

.discussion__fav {
    margin-right: 10px
}

#myTab .card-body {
    padding: 0
}

.aside-title {
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    text-align: center
}

.page-title {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px
}

.page-title-subtitle {
    margin: 0px;
}

.page-subtitle {
    font-size: 18px;
    margin-top: 10px
}

;

@media screen and (min-width: 1024px) {
    .page-title {
        margin-bottom: 45px;
        font-size: 24px;
        line-height: 33px
    }
}

.footer-link {
    color: #fff !important;
    text-decoration: none !important
}

.nav-tabs .nav-link {
    border: none
}

.sidebar-item a {
    white-space: normal !important
}

.last {
    padding-top: 1.5rem;
    padding-bottom: 450px;
    background-image: url(../img/last-bgm.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom center
}

@media screen and (min-width: 768px) {
    .last {
        padding-top: 268px;
        padding-bottom: 268px;
        background-image: url(../img/last-bg.jpg);
        background-position: center center;
        background-size: cover
    }
}

@media screen and (min-width: 1640px) {
    .last {
        padding-top: 480px;
        padding-bottom: 480px
    }
}

.last-info__title {
    font-weight: 300;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    letter-spacing: -.02em
}

@media screen and (min-width: 768px) {
    .last-info__title {
        font-size: 44px;
        line-height: 60px
    }
}

.last-info__btn {
    width: 100%
}

@media screen and (min-width: 768px) {
    .last-info__btn {
        width: auto;
        padding: 20px 25px;
        font-size: 22px;
        line-height: 30px;
        text-align: center
    }
}

.use-pluse__descr {
    margin-top: 30px
}

.use-pluse__title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    height: 35px
}

.use-pluse__icon {
    margin-right: 6px
}

.use-pluse__pic {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto
}

.logo {
    width: 100px
}

@media screen and (max-width: 1024px) {

    #prod__main__thumb,
    #prod__thumb__list {
        width: 100%
    }

    #prod__thumb__list {
        margin-top: 20px;
        height: auto
    }

    #prod__thumb__list img {
        /* width: 40px; */
        /* height: 40px; */
        object-fit: cover
    }
}

.header-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.header-container-right {
    display: none
}

@media screen and (max-width: 767px) {
    .header-usermenu-desktop {
        display: none
    }

    .header-usermenu-mobile {
        display: flex !important
    }

    .header-container {
        display: flex;
        width: 100%;
        justify-content: space-between
    }

    .header-container-right {
        display: flex;
        flex-direction: row;
        align-items: center
    }

    .header-container-right .navbar-nav {
        flex-direction: row;
        margin-right: 20px
    }

    .dropdown-toggle::after {
        margin-left: 10px
    }
}

.header-usermenu-mobile {
    display: none
}

#navbarSupportedContent {
    width: 100%
}

.dropdown-menu {
    position: absolute !important
}

.navbar-toggler {
    border-color: rgba(255, 255, 255, .5) !important
}

.navbar-toggler .navbar-toggler-icon {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%)
}

.card__article-info {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0 20px;
    padding-bottom: 20px
}

.card__article-info-item {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    color: #5A5B5C
}

.card-title {
    margin: 0
}

.card-title a {
    color: #000
}

.card__article-image {
    height: 250px;
    border-bottom: #ccc 1px solid
}

.card__article-image,
.card__article-image a {
    width: 100%;
    overflow: hidden
}

.card__article-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.card__article {
    margin-bottom: 25px !important
}

.rating-thumbs {
    display: flex;
    gap: 10px;
    margin-left: 10px
}

.single__article-info {
    display: flex;
    gap: 15px;
    justify-content: space-between
}

.single__article-info-container {
    display: flex;
    gap: 15px
}

.panel-title {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 15px
}

.panel-title h1 {
    margin: 0
}

.single__article-info {
    margin-bottom: 15px;
    flex-wrap: wrap
}

.single__article-info-item {
    font-size: 14px;
    display: flex;
    gap: 5px;
    align-items: center;
    color: #5A5B5C
}

.rating-thumbs-like {
    color: #479436;
    gap: 7px;
    display: flex;
    align-items: center
}

.rating-thumbs-dislike {
    color: #943636;
    gap: 7px;
    display: flex;
    align-items: center
}

.main-photo-article {
    width: 400px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    border: #ccc 1px solid
}

.comment-actions .btn-link {
    padding: 0;
    margin: 0;
    box-shadow: none;
    outline: 0
}

.card__article-small {
    border: 0;
    border-bottom: #ccc 1px solid;
    margin-bottom: 15px;
    padding-bottom: 15px
}

.card__article-small .card__article-body {
    padding: 0
}

.card__article-small .card__article-info {
    margin: 0;
    padding: 0;
    margin-top: 5px
}

.card__article-big .card__article-image {
    height: 350px
}

.nav-tabs.flex-nowrap {
    overflow-y: hidden;
    scrollbar-width: 0
}

.nav-tabs.flex-nowrap::-webkit-scrollbar {
    display: none
}

.comments {
    margin-top: 15px
}

.comments [id*="comment"] {
    margin-top: 20px
}

.comments .comment-rating {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    border-bottom: #ccc 1px solid;
    padding-bottom: 15px;
    flex-wrap: wrap
}

.comments .comment-text p:last-child {
    margin-bottom: 0
}

.comments .comment-actions {
    margin: 5px 0
}

.rating-btn button {
    border: 0;
    background: none;
    width: 28px;
    height: 28px;
    border-radius: 360px;
    font-size: 14px;
    color: #fff;
    line-height: 14px;
    transition: all .2s ease-in-out
}

.rating-btn button:hover {
    opacity: .8
}

.rating-dislike button {
    background: #479436
}

.rating-like button {
    background: #943636
}

.lead {
    margin: 10px 0
}

.user-photo img {
    max-width: 150px;
    max-height: 150px;
    border-radius: 360px;
    border: #ccc 1px solid
}

.user {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px
}

.badge {
    position: relative;
    top: -1px
}

.ads {
    margin-top: 15px;
    margin-bottom: 15px
}

.ads .like_icon {
    position: absolute;
    top: 15px;
    right: 15px
}

.ads .like_icon svg {
    max-width: 24px
}

.ads-title2 {
    font-size: 22px;
    margin-top: 5px;
    color: #008DEE
}

.ads-category {
    background: #008DEE;
    color: #fff;
    font-size: 16px;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    display: table
}

.ads>a {
    height: 220px;
    display: block;
    border: #ccc 1px solid;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 10px
}

.ads>a img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover
}

.ads-data {
    font-size: 14px
}

.pagination {
    margin-top: 15px
}

.panel-price {
    margin: 15px 0;
    font-size: 20px;
    color: #008DEE
}

.ads-similar,
.ads-interesting,
.ads-last {
    margin-bottom: 30px
}

.panel-title .ads-category {
    margin: 0;
    top: 2px;
    position: relative
}

.user__info {
    border: #ccc 1px solid;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 30px
}

.user__info-row.user-name {
    text-align: center;
    font-size: 22px;
    margin: 20px 0
}

.slick-next:before,
.slick-prev:before {
    color: #008DEE !important;
    font-size: 32px !important
}

.user__info-items {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 5px
}

.user__info-items h3 {
    font-size: 16px;
    margin: 0px;
    padding: 0px;
    line-height: 1.8em
}

.slick-track img {
    cursor: pointer
}

.slick-track img:hover {
    opacity: .7
}

.btn {
    font-size: 18px
}

.user__info-items {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.user__info-items div {
    display: flex;
    flex-wrap: wrap;
    gap: 5px
}

.user__info-items div span {
    font-weight: bold
}

@media screen and (max-width: 767px) {
    .user__info {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 15px
    }

    .user__info-row.user-name {
        margin: 0;
        margin-bottom: 15px;
        text-align: left
    }

    .user__info-photo {
        width: 200px
    }
}

@media screen and (max-width: 520px) {
    .user__info {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 15px
    }

    .user__info-photo {
        max-width: 200px
    }

    .user__info-inner {
        width: 100%
    }
}

.form-search {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between
}

.form-search input[type='text'] {
    width: calc(100% - 130px);
    font-size: 18px
}

.district {
    margin-bottom: 30px
}

.district-photo a {
    border: #ccc 1px solid;
    border-radius: 5px;
    overflow: hidden;
    height: 170px;
    display: block
}

.district-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.district .row {
    align-items: center
}

.district-name {
    font-size: 20px;
    line-height: 1.6em;
    color: #008DEE
}

.district-address {
    font-size: 16px !important;
    display: flex;
    gap: 10px;
    align-items: center
}

@media screen and (max-width: 767px) {
    #prod__thumb__list .wrap__img {
        height: 150px;
    }

    .form-search {
        margin-top: 20px
    }

    .district-name {
        margin-top: 10px
    }
}

.page-notfound {
    text-align: center;
    margin-top: 100px
}

.page-notfound__title {
    font-size: 86px;
    margin: 0;
    font-weight: 800;
    text-shadow: rgb(0 0 0 / 15%) 0 5px 15px;
    line-height: initial
}

.page-notfound__subtitle {
    font-size: 28px;
    line-height: initial;
    margin-bottom: 20px
}

.page-notfound__links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px
}

.page-notfound__links .btn {
    font-size: 18px;
    border-radius: 360px;
    padding: 5px 15px
}

.neighbor {
    margin-bottom: 30px
}

.neighbor .row {
    display: flex;
    align-items: center
}

.neighbor .user-photo__photo {
    border: #ccc 1px solid;
    border-radius: 5px;
    overflow: hidden;
    border-radius: 360px;
    max-width: 150px;
    max-height: 150px
}

.neighbor .user-photo__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.user__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.card-body {
    word-wrap: break-word
}

.neighbor__info {
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px
}

.neighbor__info .btn {
    width: 100%
}

.neighbor__info-photo {
    max-width: 250px;
    border: #ccc 1px solid;
    border-radius: 360px;
    overflow: hidden
}

.neighbor__info-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.neighbor__block-at {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 25px
}

.border-black h1,
.border-black h2,
.border-black h3,
.border-black h4,
.border-black h5,
.border-black h6 {
    font-size: 24px;
    margin: 0px;
    margin-bottom: 10px;
    padding: 0px;
}

.flex-title {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.comments-title {
    font-size: 24px;
    margin-bottom: 10px;
}

.border-black .row.gr img {
    width: 100%;
}

.border-black .row.gr h5 {
    font-size: 18px !important;
    text-align: center;
    margin: 5px 0px;
    display: block;
}

.text-block {
    word-wrap: break-word;
    word-break: break-word
}

.card__flyer {
    border-radius: 0px;
    background: #fff0b0;
    box-shadow: rgb(0 0 0 / 6%) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    width: 200px;
    margin-bottom: 15px;
    margin-right: 15px;
    line-height: 1.5
}

.card__flyer__title {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}

.card__flyer__text {
    font-size: 14px;
}

.card__flyer__address {
    font-size: 12px;
    font-style: italic;
    display: block;
    border-top: #000000 1px solid;
    margin-top: 10px;
    padding-top: 10px;

}

.row-masonry--center {
    margin: 0 auto;
}

.card__qrcode {
    max-width: 600px;
    margin: 0 auto;
}

.card__qrcode__img {
    width: 128px;
    height: 128px;
    margin: 0 auto;
}

.flyers-link {
    color: inherit; /* наследует цвет текста от родителя */
    text-decoration: none; /* убирает подчёркивание, если нужно */
}

/*  убрать цвет и при наведении/посещении */
.flyers-link:link,
.flyers-link:visited,
.flyers-link:hover,
.flyers-link:active {
    color: inherit;
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    .card__qrcode {
        text-align: center;
    }

    .card__qrcode__img {
        margin-top: 20px;
    }
}

