@font-face{font-family:manrope;font-style:normal;font-weight:400;src:local('Manrope'),url(../fonts/manrope-regular.woff) format('woff')}@font-face{font-family:manrope;font-style:normal;font-weight:100;src:local('Manrope'),url(../fonts/manrope-thin.woff) format('woff')}@font-face{font-family:manrope;font-style:normal;font-weight:300;src:local('Manrope'),url(../fonts/manrope-light.woff) format('woff')}@font-face{font-family:manrope;font-style:normal;font-weight:500;src:local('Manrope'),url(../fonts/manrope-medium.woff) format('woff')}@font-face{font-family:manrope;font-style:normal;font-weight:600;src:local('Manrope'),url(../fonts/manrope-semibold.woff) format('woff')}@font-face{font-family:manrope;font-style:normal;font-weight:700;src:local('Manrope'),url(../fonts/manrope-bold.woff) format('woff')}
*{
    font-family: 'Manrope', sans-serif;
}
input {outline:none !important;}
:active, :hover, :focus {
    outline: 0;
    outline-offset: 0;
}

body {
    background: #ECEEF0;
    /*background: linear-gradient(90deg, rgba(208,212,218,1) 0%, rgba(222,225,229,1) 20%, rgba(236,238,240,1) 45%, rgba(236,238,240,1) 55%, rgba(222,225,229,1) 80%, rgba(208,212,218,1) 100%);*/
    background: linear-gradient(90deg, rgba(238,240,242,1) 0%, rgba(240,242,244,1) 20%, rgba(242,244,246,1) 45%, rgba(242,244,246,1) 55%, rgba(240,242,244,1) 80%, rgba(238,240,242,1) 100%);
    /*background: #EEE0C1;*/
    /*background: rgb(238,224,193);*/
    /*background: linear-gradient(90deg, rgba(238,224,193,1) 0%, rgba(243,234,213,1) 20%, rgba(249,244,233,1) 45%, rgba(249,244,233,1) 55%, rgba(243,234,213,1) 80%, rgba(238,224,193,1) 100%);*/
    /*background: url("/assets/site/images/fon.jpg");*/
    /*background-image: linear-gradient(to top, rgba(238,224,193, 0.6), rgba(249,244,223, 0.4)), url("/assets/site/images/fon.jpg");*/
    /*background-color:#fff;
    background-image:linear-gradient(0deg, transparent 0%, #fff 25%, #fff 75%, transparent 100%), url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAIklEQVQoU2N89+7dfwYsQEhIiBEkzDgkFGDzAbIY2Cv4AACvrBgJjYNGfwAAAABJRU5ErkJggg==);*/
}

h1 {
    font-size: 30px;
}
h1::first-letter {
    color: #E60000; /* Устанавливаем цвет первой буквы в красный */
    font-weight: bold; /* Делаем первую букву жирной */
}

.form-control:focus,
.btn-close:focus,
.page-link:focus {
    box-shadow: none !important;
    outline: 0 none !important;
}
button {
    border: none;
    background: none;
}

.border_error {
    border: 1px solid #FFC095 !important;
}

.info_block {
    padding: 10px;
    margin: 10px 0;
}

.navbar-nav .dropdown-toggle::after {
    display: none;
}

#objects_filter select {
    height: 24px;
    overflow: hidden;
    width: 50px;
}
/*select[multiple=multiple] {

}*/

.pagination .page-item {
    padding: 4px;
}
.pagination .page-link {
    border-radius: 8px;
    color: #3F4152;
    font-weight: bold;
}
.pagination .page-item.active a {
    background: none;
    border: 1px solid #9496AC;
    color: #9496AC;
}


.an_logo {
    max-height: 150px;
    object-fit: cover;
    margin-bottom: 5px;
}

/* СТАТЬИ + */
.article .art img, .article img {
    margin: 0 5px 5px 0;
    cursor: pointer;
}
.article .art img {
    width: 300px;
    /*height: 300px;*/
    object-fit: cover;
}
@media (max-width: 1024px) {
    .article .art img {
        width: 100%;
        margin: 4px 0 4px 0;
    }

    .article img {
        width: 100% !important;
        height: 100% !important;
        max-height: 80vh !important;
        object-fit: cover;
        margin: 4px 0px 4px 2px !important;
    }
}
.article div.preview {
    float: left;
}
/* СТАТЬИ - */



/* КАРТА + */
#map, #panorama {
    width: 100%;
    height: 350px;
    margin-bottom: 10px;
    text-align: center;
    border: 1px solid #ced4da;
    border-radius: 8px;
    overflow: hidden;
}
.map_link {
    border-radius: 10px;
    /*box-shadow: 0 4px 4px var(--background_gray_transparent);*/
    margin: 0 auto 15px auto;
    position: relative;
    width: 98%;
    background: #F2ECE6;
}
.map_link:before {
    backface-visibility: hidden;
    background: rgba(255, 100, 0, 0.1) none repeat scroll 0 0;
    border-radius: 10px 0 0 10px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: width 500ms ease 0s;
    width: 82px;
}
.map_link:hover:before {
    width: 100%;
    border-radius: 10px;
}
.map_link .left {
    float: left;
    padding: 5px 10px;
    text-align: center;
}
.map_link .left i.fa {
    color: #FF6400;
    font-size: 55px;
    width: 60px;
}
.map_link .right {
    overflow: hidden;
    padding: 10px 5px 10px 20px;
    color: #FF6400;
    font-size: 16px;
}
.map_link .right i {
    color: var(--gray);
    font-size: 13px;
}
/* КАРТА - */


/* стили для фильтра */

.filter-block{
    background-color:#eee;
    border-radius:20px;
    width: 470px;
    position: relative;
    max-height: calc(100% - 80px);
    box-sizing: border-box;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 3px, rgba(0, 0, 0, 0.12) 0px 4px 24px;
}
.icon-close{
    fill: currentcolor;
    align-self: center;
    vertical-align: middle;
    flex-shrink: 0;
    height: 40px;
    color: rgb(214, 214, 214);
    user-select: none;
    cursor: pointer;
    position: absolute;
    top: -8px;
    right: -52px;
    display: inline-block;
    box-sizing: content-box;
}
.filter-overflow{
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    box-sizing: border-box;
    overflow: hidden auto;
    width: 100%;
    display: block;
}
.filter-inside{
    box-sizing: border-box;
    flex-direction: column;
    border-radius: 20px;
    display: flex;
}
.top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    align-items: center;
    border-radius: 20px 20px 0px 0px;
    z-index: 20;
    top: 0px;
    -webkit-box-flex: 1;
    padding: 0px 10px;
    flex-grow: 1;
    background-color: rgb(255, 255, 255);
}
.top span{
    font-weight:600;
    font-size:20px;
    line-height:1.3;
    margin:0px;
}
.filter-content{
    padding-right: 20px;
    padding-left: 20px;
}
.form-item {
    padding-top: 10px;
    padding-bottom: 10px;
}
.form-item .btn-group {
    width: 100%;
}
.form-title span{
    font-weight:600;
    padding-bottom: 10px;
    display:inline-block;
}
.form-content ul {
    column-count: 2;
    column-gap: 20px;
    list-style: none;
    padding-left: 0px;
}
.issue{
    display:inline-block;
    background-image: url(img/issue.svg);
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    top:2px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    opacity: .48;
}
.issue:hover{
    opacity: 1;
}
.column-one{
    column-count: 1 !important;
}
.filter-bottom{
    display:flex;
    justify-content: space-between;
    font-size:16px;
}
.icon-map{
    fill: currentcolor;
    align-self: center;
    vertical-align: middle;
    flex-shrink: 0;
    height: 20px;
    position: relative;
    top: -1px;
    display: inline-block;
    box-sizing: content-box;
}
* {
    outline-color: #00aaff;
}
.on_map{
    background-color: rgb(161, 223, 255) !important;
    color:rgb(0, 138, 237) !important;
}
.filter-bottom {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0px 10px;
}
.main-filter {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    width: 50%;
}
.list-group-main {
    padding: 20px !important;
    width: 250px !important;
}
.bottom-filter{
    margin-top:20px;
    width: 100%;
    display: flex;
    gap: 10px;
}
.main-block-top {
    position: relative;
    padding: 16px 26px 26px 26px;
    border-radius: 24px;
    /*background: linear-gradient(90deg, #e3f7ff 10%, #f4eefe 90%);*/
    border: 1px solid #A8A9B0;
}
.main-block-top::before {
    content: "";
    background: url('../images/header_big2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    /*opacity: 0.7;*/
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    bottom: 0;
    right: 0;
    border-radius: 24px;
}
.filter-button {
    background: #f8f9fa;
    height: 38px;
    width: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.375rem;
}
.form-input {
    padding: 20px !important;
    width: 300px;
}
.input-group>.form-select {
    flex:none !important;
    width:auto !important;
}
#inputGroupSelect01 {
    width: 123px !important;
}
/* тизеры на главной */
.block-tieser {
    margin-top: 30px;
    margin-bottom: 60px;
    display:flex;
    justify-content: space-between;
    gap:20px;
}
.block-tieser .slick-list {
    padding-top: 30px;
}
.tieser-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration:none;
    color:#000;
    width:15%;
    gap:5px;
}

/*.img_teser img {
    width: 54px;
    height: 54px;
}*/
.img_teser i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 55px;
    color: #fff;
    background: #55576E;
    /*padding: 22px;*/
    border-radius: 50%;
    width: 110px;
    height: 110px;

}
.tieser-item:hover i {
    /*animation: hover_i 2s linear infinite;*/ /* linear alternate infinite */
    color: #1EB0F2;
}

@keyframes hover_i {
    0%   {transform: translate3d(0,0,0) scale3d(1,1,1);}
    40%  {transform: translate3d(0,-20%,0) scale3d(1.1,1.2,1);}
    100% {transform: translate3d(0,0,0) scale3d(1,1,1);}
    /*0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(0.8, 0.9);
    }

    100% {
        transform: scale(1, 1);
    }*/
}


.conten-teaser {
    text-align: center;
    font-size:14px;
    line-height: 18px;
}
.img_teser {
    display: flex;
    justify-content: center;
    margin-bottom:5px;
    text-align: center;
}

/*  основное содержимое  */
.content{
    margin-bottom:40px;
}
.article-item-image {
    width: 100%;
    height: 200px;
    border-radius: 10px;
    margin-right:20px;
    background-position: 50% 50%;
    background-size: cover;
    transition: .5s;
}
.article-item_title {
    font-size: 18px;
    margin-bottom: 10px;
}
.more {
    text-align: right;
    padding-right: 20px;
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pub-date {
    color: #ccc;
    font-size: 14px;
}
.list-articles {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top:40px;
}
/* .article-item {
    display: flex;
    width: 22%;
    flex-direction: column;
} */

/* листинг карточек объектов*/
.objects-card {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}
.card-item {
    width: 200px;
    min-height: 216px;
    display:flex;
    flex-direction:column;
    position:relative;
}
.card-header{
    display:block;
    position:relative;
    flex-shrink:0;
    flex-grow:0;
    word-break:break-word;
}
.image-wrap img {
    border-radius: 6px;
}

.thumb-item img{
    height:255px;
    object-fit: cover;
    border:none;
}
.tmb-wrap .tmb-wrap-table{
    position: relative;
    top: -15px;
    padding-left:10px;
    padding-right:10px;
}
.no-decoration{
    text-decoration:none;
}
.card-link{
    font-weight:700;
    word-break: break-word;
    overflow: hidden;
    font-size: 14px;
    line-height: 18px;
}
.card-link h3{
    font-size:14px;
}
.card-price{
    font-weight:700;
}
.card-geo, .date-pub{
    font-size:14px;
    line-height:18px;
    color:#757575;
}
.card-body p{
    margin:0px;
}
.slick-slide {
    margin: 0 10px; /* Измените отступы между слайдами на 20 пикселей */
  }

.content img{
    border-radius:6px;
}
.align-left {
    float: left;
    margin-right: 20px;
    width: 280px;
}
.align-right {
    float: right;
    margin-left: 20px;
    width: 280px;
}
.meta-article {
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
}
.author {
    display: flex;
    align-items: center;
    color: rgba(22, 39, 50, .4);
}
.author-img img{
    width:40px;
    height:40px;
    margin-right:10px;
}
.visited{
    width: auto;
    display: inline-block;
    vertical-align: middle;
    padding-left: 27px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAKCAMAAACKYC6uAAAAPFBMVEVHcEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACHr/7WAAAAFHRSTlMAMwgqKyUGBw4TGB4uMh8FCyAjJzznJWMAAABQSURBVHjaZU5HDoAwDLOT7sH8/18ppSpI+OIh2QkGnMMH0RbVYuOwwdCI36RRuH0iqyw8IZVMQCapnjwAbTLPgHbtwaxw75V3VJ7R/9nfYxe45wIlrIv1YAAAAABJRU5ErkJggg==) left center no-repeat;
    color: rgba(22, 39, 50, .4);
    font-size: 13px;
}

/*  стили категории */

/* хлебные крошки начало*/
.breadcrumbs-root {
    margin-bottom: 5px;
}
.breadcrumbs-link {
    margin-right: 2px;
}
.breadcrumbs-link {
    font-size: 14px;
    line-height: 20px;
    color: #757575;
    text-decoration: none;
}
.breadcrumbs-delimiter {
    margin-left: 3px;
    color: #757575;
    cursor: default;
    transform: rotate(180deg);
}
.desktop-ehvut4 {
    transform: rotate(180deg);
    align-self: center;
    vertical-align: middle;
    flex-shrink: 0;
    height: 14px;
    display: inline-block;
    box-sizing: content-box;
}
/* хлебные крошки конец*/

/* карта начало*/
.map-wrapper {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.map-wrapper_footer {
    position: absolute;
    display: block;
    left: 24px;
    right: 24px;
    bottom: 24px;
    z-index: 1;
}
.open-map {
    cursor: pointer;
    text-decoration: none;
    background-color: #fff;
    width: 100%;
    border-radius: 6px;
    white-space: nowrap;
    min-height: 40px;
}
/* карта конец */

/* карточка в категории старт*/
.obj-full-link {
    display: block;
    height: auto;
}
.obj-full-link:hover{
    background-color:#ccc;
}
.obj-column_item {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    width:100%;
    z-index:2;
    /*margin-bottom: 32px;*/
}
.obj-slider {
    max-width: 340px;
    width: 100%;
}
.obj-content {
    display:flex;
    flex-direction: column;
    width: 100%;
    /* max-width:480px; */
}
.obj-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom:5px;
}
.obj-title h3{
    font-size:18px;
    margin-bottom: 0px;
    color: #262626;
}
.similar .obj-title .title {
    width: calc(100% - 42px);
}
.obj-price{
    font-weight:700;
    font-size: 24px;
}
.old-price{
    color:#757575;
    font-size:14px;
    margin-left:6px;
    font-weight:normal;
}
.obj-badge{
    display:flex;
    margin-top:5px;
    margin-bottom:5px;
}
.obj-badge span{
    color: #000000;
    background-color: #EBEAE8;
    border-radius:5px;
    font-size:13px;
    height:20px;
    padding-left:6px;
    padding-right:6px;
    margin-right: 5px;
}
.obj-seller {
    min-width: 320px;
    display: flex;
    flex-direction:column;
    font-size:14px;
}
.obj-seller img {
    max-width: 300px;
    border: 1px solid #ced4da;
}
.obj-text p {
    font-size: 16px;
    margin-bottom: 0px;
}
.gray{
    color:#757575;
}
.button-list{
    margin-top:20px;
}
.button-list a {
    display: flex;
    background: #f5f5f5;
    border-color: #ccc;
    color: #000;
    text-decoration: none;
    justify-content: center;
    min-height: 30px;
    text-align: center;
    align-items: center;
    border-width: 1px;
    border-radius: 3px;
    padding-top: 4px;
    padding-bottom: 4px;
    line-height: 20px;
    font-size: 14px;
}
.back-item{
    background:#fff;
    position:relative;
    flex: 0 0 auto;
    isolation: isolate;
    margin-bottom: 60px;
    padding: 10px;
    border-radius:8px;
}
.back-item:hover::before{
    background:#fff;
    border-radius:8px;
    top:-10px;
    bottom:-10px;
    left:-10px;
    right:-10px;
    position:absolute;
    content:'';
    z-index:-1;
}
.back-link{
    cursor:pointer;
    height:100%;
    left:0;
    top:0;
    width:100%;
    position:absolute;
    
}
.favorites{
    position: relative;
    right: 11px;
    width: 30px;
    height: 30px;
    z-index: 10;
    /*background-image: url(img/like.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px 16px;*/
    transition: transform .3s cubic-bezier(.5, 0, .5, 3);
    opacity: 1;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
/* карточка в категории конец*/

/* карточка старт*/

.main-style{
    display:flex;
    /* gap:20px; */
    flex-wrap:wrap;
    flex-direction:row;
}
.button-green {
    width: 70%;
}
@media only screen and (max-width: 991px){
    .button-green {
        width: 100%;
    }
}
/* .content-left{
    width:50%;
}
.content-right{
    width:50%;
} */
.desktop-1l3k1vq {
    padding: 0px 17px 2px 9px;
}
.desktop-1l3k1vq:hover {
    background-color: rgb(237, 233, 225);
}
.desktop-1l3k1vq {
    font-family: inherit;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    margin: 0px;
    line-height: 0;
    position: relative;
    white-space: nowrap;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    flex-shrink: 0;
    border-radius: 6px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    outline: none;
    min-height: 32px;
    user-select: none;
    background-color: rgb(242, 239, 233);
    color: rgb(0, 0, 0);
    display: inline-block;
}
.desktop-16lvp8v {
    margin-left: 0;
}
.desktop-16lvp8v {
    fill: currentColor;
    height: 1em;
    box-sizing: border-box;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    vertical-align: middle;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 16px;
    display: inline-block;
    box-sizing: content-box;
}
.desktop-p6xjn6 {
    margin-left: 5px;
}
.desktop-p6xjn6 {
    margin: 0px 0px 0px 5px;
    font-weight: normal;
    box-sizing: border-box;
    line-height: 1.286;
    font-size: 14px;
    align-self: center;
    vertical-align: middle;
    text-align: left;
    display: inline;
}
.main-gallery{
    margin-top:20px;
}
.params-title {
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    padding-bottom: 16px;
    display: block;
}
.params_paramsList{
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
    column-count: 2;
    column-gap: 15px;
}
ul.params_paramsList li span {
    font-weight: normal;
    color: #8f8f8f;
    margin: 0;
    box-sizing: border-box;
    display: inline;
}
.pd-28{
    padding:28px 0px;
}
.main-map_title{
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    padding-bottom: 16px;
    display: block;
}
.main-map_map{
    margin-top:20px;
}
.main-description_title{
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    padding-bottom: 16px;
    display: block;
}
.price {
    margin-bottom: 24px;
}
.price-value_main {
    font-size: 32px;
    line-height: 1.42;
    font-weight: 600;
    
}
.style-price-value-wrapper{
    display:none;
}
.button-green_phone {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #fff;
    background-color: #6478F8;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    border-radius: 3px;
}
.button-green_phone:hover{
    color:#fff;
    background-color: #4C63F7;
}

.content-right_main {
    display: flex;
    flex-direction: column;
}
/* карточка конец  */


/* категория статей старт  */
.article-item {
    margin-bottom: 40px;
    display: flex;
    flex-direction: row;
}

.navigation-page {
    display:flex;
    justify-content: center;
}
.pub-date {
    margin-bottom: 5px;
}
.mobile{display:none;}
/* категория статей конец  */

.fotorama__stage__frame {
    background: #eee;
}
.fotorama__nav__shaft {
    float: left;
}
.home-slider{
    display: block;
}
.home-slider>.image-wrap>img {
    height: 160px;
}
.head-filters {
    margin: 10px 0;
    justify-content: space-between;
    display: flex;
}
.city_button {
    margin-right: 10px;
    margin-bottom: 15px;
}
.city-list li{
    cursor:pointer;
}
.btn-group {
    background-color: #fff;
}
.btn-outline-primary{
    --bs-btn-border-color: #ced4da !important;
    --bs-btn-color: #212529 !important;
}
.m-top {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.search-container {
    width: 100%;
}
.city-modal {
    flex-direction: column;
}

ul.city-list {
    list-style: none;
    padding-left: 0;
}
/* .width-modal-city{
    width:980px !important;
} */
@media only screen and (max-width: 320px){
    .obj-seller{
        max-width:320px;
        min-width:100%;
    }
    .block-filter{
        width:100% !important;
    }
    .btn-group.btn-mobile{
        width:auto !important;
    }
}
@media only screen and (max-width: 480px){
    .list-articles{
        flex-direction: column;
    }
    .article-item {
        width: 100%;
        margin-bottom:20px;
        flex-wrap:wrap;
        flex-direction: row;
        
    }
    .card-item{
        width: 100%;
    }
    .card-body {
        margin-top: 7px;
    }
    .main-filter{
        flex-wrap:wrap;
        width:100%;
    }
    .main-block-top {
        padding: 20px 7px;
    }
    #inputGroupSelect01 {
        width: 100% !important;
    }
    select#inputGroupSelect02 {
        width: 100% !important;
    }
    .input-group{
        width:100%;
    }
    .block-filter {
        width: 48%;
        display: flex;
    }
    
    .bottom-filter{
        width:100%;
        flex-direction: column;
    }
    .desktop{
        display:none;
    }
    .filter-content{
        padding:0px;
    }
    .btn-group label {
        font-size: 13px !important;
    }
    .img_teser img {
        width: 100%;
        height: auto;
    }
    /*.breadcrumbs{
        display:none;
    }*/
    .main-style{
        flex-direction: column;
    }
    .content-left {
        width: 100%;
    }
    .params_paramsList{
        column-count: 1;
    }
    .main-map_map{
        display:none;
    }
    .col-8{
        width:100% !important;
    }
    .align-left{
        width:auto
    }
    .align-right{
        width:auto
    }
    .obj-slider{
        max-width: 100%;
        height: 100%;
    }
    .obj-price span {
        width: 100%;
        display: block;
        margin-left: 0px;
    }


    .col-3.sidebar {
        display: none;
    }
    .col-9.category-content {
        width: 100%;
    }
    .obj-column_item{
        border-radius: 3px;
        /*webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .08), 0 0 2px 0 rgba(0, 0, 0, .04);
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .08), 0 0 2px 0 rgba(0, 0, 0, .04);*/
        background-color: #fff;
    }
    .map-wrapper{
        display:none;
    }
    .obj-column_item{
        flex-direction: column;
    }
    .image-wrap img {
        display: block;
        position: relative;
        height: 66vw !important;
    }
    .image-wrap img {
        height: 100%;
    }
    .obj-content{
        padding: 0;
    }
    .obj-title h3 {
        margin-bottom: 0px;
        color: #212121;
        font-size: 14px;
    }
    .obj-badge{
        display:none;
    }
    .comminucation{
        display:none;
    }
    .obj-seller{
        width:100%;
        min-width: 100%;
        padding: 9px 8px;
    }
    .brazzers-daddy img {
        object-fit: cover !important;
    }
    /*.seller-name{
        display:none;
    }
    .count{
        display:none;
    }
    .reg{
        display:none;
    }*/
    .button-list{
        margin-top:0px;
        z-index: 2;
    }
    .button-list a{
        display: flex;
        flex-direction: column;
        align-items: center;
        text-decoration: none;
        color: #fff;
        background-color: #6478F8;
        padding-top: 10px;
        padding-bottom: 10px;
        cursor: pointer;
        border-radius: 3px;
        z-index: 2;
    }
    .mobile{
        display:block;
    }
    .fotorama__nav-wrap {
        display: none;
    }
    .slick-slider{
        overflow-x:hidden;
    }
    .btn-radio-group {
        width: 100%;
        background: #fff;
    }
    /* .w40{
        width: 40%;
    } */
    .w40 {
        width: auto;
    }
    .w40>.btn-group{
        width:100%;
    }
    .block-filter.mobile {
        width:
         100%;
    }
    .form-content {
        width: 100%;
    }
    .w100>.btn-group {
        width: 100% !important;
    }
    .w100{
        width:100%;
    }
    .btn-group.btn-mobile {
        width: 100%;
        background-color: #fff;
    }
    .filter-bottom{
        padding:0px 0px;
        flex-direction: column;
        gap: 10px;
    }
    .top{
        padding: 0px 0px;
    }
    .top, .top span{
        font-size: 14px;
    }
    ul.city-list {
        column-count: 1;
    }
    .back-item:hover::before{
        content:none;
    }

}


@media only screen and (min-width: 481px) and (max-width: 768px) {
    .article-item{
        flex-wrap:wrap;
    }
    .obj-column_item{
        flex-direction: column;
    }
    .params_paramsList{
        column-count: 1;
    }
    .bottom-filter {
        width: 100%;
        flex-direction: column;
    }
    .desktop{
        display:none;
    }
    .block-filter.desktop {
        display: none;
    }
    .block-filter.mobile {
        width: 100%;
    }
    .main-filter{
        width: 100%;
        flex-wrap: wrap;
    }
    .btn-group.btn-mobile {
        width: 100%;
        background-color: #fff;
    }
    .block-filter.mobile>.form-content {
        width: 100%;
    }
    .block-filter {
        width: 48%;
        display: flex;
    }
    .w40 {
        width: 40%;
    }
    .w100{
        width:100%;
    }
    .btn-group{
        width:100%;
    }
    #inputGroupSelect01{
        width:100% !important;
    }
    #inputGroupSelect02 {
        width: 100% !important;
    }
    .form-content {
        width: 100%;
    }
    ul.city-list {
        column-count: 2;
    }
    .main-block-top{
        padding: 25px 30px;
    }
    .back-item:hover::before{
        left: -10px;
        right: -10px;
    }


}
@media only screen and (min-width: 769px) and (max-width: 1199px) {
    .article-item{
        flex-wrap:wrap;
    }
    .obj-column_item{
        flex-direction: row;
        flex-wrap:wrap;
    }

    .obj-slider{
        order:-1;
    }
    .obj-content{
        order:2;
    }
    .obj-seller{
        order:1;
    }
    .desktop{
        display:none;
    }
    .main-filter{
        flex-wrap: wrap;
        width:100%;
        justify-content: flex-start;
    }
    #objects_filter .w-100 {
        width: auto !important;
    }
    ul.city-list {
        column-count: 3;
    }


}
@media only screen and (min-width: 992px){
    .content-right{
        padding-left:20px;
    }
    ul.city-list {
        column-count: 3;
    }
}
@media (min-width: 576px){
.modal-dialog.modal-dialog-scrollable.width-modal-city {
    max-width: 980px !important;
    }
}
@media (min-width: 481px) and (max-width:575px){
    .col-sm-12{
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width: 1140px){
    .main-filter{
        width: 70%;
    }
    .mn-filter-left {
        display: flex;
        flex-direction: row;
        gap: 10px;
        width: 30%;
    }
    .mn-filter-center {
        display: flex;
        flex-direction: row;
        gap: 10px;
        justify-content: space-between;
        width: 100%;
    }
    .mn-filter-right {
        display: flex;
        flex-direction: row;
        gap: 10px;
        width: 20%;
    }
    .block-filter.w100 {
        width: 100%;
    }
    .w100>.btn-group {
        width: 100%;
    }
    .block-filter.desktop {
        width: 70%;
    }
    .desktop>.btn-group {
        width: 100%;
    }
    .desktop>.btn-group>.input-group>.form-select {
        min-width: 100%;
        width: 100%;
    }
    .w100>.form-content>.btn-group {
        width: 100%;
    }
    .btn-group>.btn {
        text-align: left;
    }
    .mn-filter-center>.w40>.input-group>.form-select {
        width: 100% !important;
    }
    .mn-filter-center>.w100 {
        width: 70%;
    }
    .mn-filter-center>.w40 {
        width: 30%;
    }
    .w40>.btn-group {
        width: 100%;
    }
}

.main-filter{
    margin-bottom:30px;
}
.btn-group>.btn {
    background-color: #fff;
    border: 1px solid #ced4da;
}
.filter-button{
    border: 1px solid #ced4da;
    background: #fff;
}
.bootstrap-select.btn-pr.btn-group{
    width: calc(100% - 50px) !important;
}
button.btn-filter {
    width: 45px;
}

.bootstrap-select.btn-group {
    width: 49% !important;
}
.btn-group.group-three {
    width: 48% !important;
}
.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover{
    color: #000 !important; 
}
.btn-light{
    --bs-btn-bg: #fff !important;
    border: 1px solid #ced4da;
}
.bootstrap-select {
    vertical-align: top !important;
}
.mb-10{
    margin-bottom:10px;
}
.main-block-top>.row{
    margin-left:0px;
    margin-right:0px;
}

.bootstrap-select .dropdown-toggle:focus{
    outline: thin dotted #333!important;
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: 0px !important;
}

.main-block-top .dropdown.bootstrap-select {
    width: 49% !important;
}





/* ДВЕ КОЛОНКИ UL + */
ul.data {
    list-style: none;
    column-count: 2;
    column-width: 250px;
    column-gap: 1em;
    padding: 5px 0 5px 0;
    margin-bottom: 0;
}
ul.data li {
    /*clear: both;*/
    width: 100%;
    display: inline-block;
}
ul.data li span:first-child {
    float: left;
    padding: 0 .4em 0 0;
    margin: 0 0 1px 0;
    font-weight: bold;
}
ul.data li span + span {
    float: right;
    padding: 0 0 0 .4em;
    margin: 0 0 1px 0;
}
ul.data li:after {
    content: "";
    display: block;
    overflow: hidden;
    /*height: 1em;
    border-bottom: 1px solid #E7E7E7;
    padding-top: 18px;*/
    margin: 0 0 1px 0;
}
ul.data li:before {
    content: "" !important;
    margin-right: 0 !important;
}
/* ДВЕ КОЛОНКИ UL - */


.block_citys {
    margin-bottom: 40px;
}
.block_citys img {
    object-fit: cover;
    max-width: 100%;
    height: auto;
    max-height: 250px !important;
}

footer {
    /*background: linear-gradient(90deg, #e3f7ff 10%, #f4eefe 90%);*/
    color: #fff;
}

@media only screen and (min-width: 640px) {
    footer ul.data {
        column-width: auto;
    }
}
footer ul.data li {
    display: block;
    min-width: 190px;
}
footer ul.data li:after {
    display: none;
}


#basket {
    position: fixed;
    left: 0;
    bottom: -50px;
    width: 100%;
    height: 45px;
    padding: 10px;
    background: #fff;
    border: 1px solid #c0c0c0;
    text-align: center;
    transition: bottom .2s linear;
    z-index: 10000;
}
#basket.showed {
    bottom: 0px;
}
#basket .count {
    display: inline-block;
    min-width: 20px;
}


/* скрываем чекбоксы и блоки с содержанием + */
.hidecheckbox {
    display: none;
}
.hidecheckbox + label {
    position: absolute;
    bottom: -30px;
    text-align: center;
    display: block;
    width: 100%;
}
.hidecheckbox + label ~ ul {
    position: relative;
    max-height: 150px;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}
.hidecheckbox + label ~ ul:after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 50%;
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 77%);
}
/* когда чекбокс активен показываем блоки с содержанием  */
.hidecheckbox:checked + label {
    display: none;
}
.hidecheckbox:checked + label + ul {
    max-height: 100%;
    transition: all 200ms ease-in-out;
}
.hidecheckbox:checked + label + ul:after {
    background: unset;
    height: 0;
}
/* скрываем чекбоксы и блоки с содержанием - */






/* PULSE */

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}





.section-bg {
    /*background-color: #fff9f7;*/
    background: linear-gradient(90deg, #e3f7ff 10%, #f4eefe 90%);
    padding: 20px 10px;
    border-radius: 10px;
}
.section-title {
    padding-bottom: 40px;
}

.section-title h2 {
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    line-height: 1px;
    margin: 0 0 5px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #aaaaaa;
    font-family: "Poppins", sans-serif;
}

.section-title h2::after {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: #C00000;
    margin: 4px 10px;
}

.section-title p {
    margin: 0;
    margin: 0;
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    color: #2a2c39;
}

.scale {
    display: inline-block; /* Строчно-блочный элемент */
    overflow: hidden; /* Скрываем всё за контуром */
}
.scale img {
    transition: 1s; /* Время эффекта */
    display: block; /* Убираем небольшой отступ снизу */
}
.scale img:hover {
    /*transform: scale(1.2);*/ /* Увеличиваем масштаб */
    transform: rotate(2deg) scale(1.5);
}

/*--------------------------------------------------------------
# Details
--------------------------------------------------------------*/
.details .content+.content {
    margin-top: 100px;
}
.details .content {
    margin-bottom: 0;
}

.details .content h3 {
    font-weight: 600;
    font-size: 26px;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    color: #2a2c39;
}

.details .content ul {
    list-style: none;
    padding: 0;
}

.details .content ul li {
    padding-bottom: 10px;
}

.details .content ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #1acc8d;
}

.details .content p:last-child {
    margin-bottom: 0;
}





.block-partners .slick-slide {
    display: flex !important;
    align-items: center; /* Выравнивание по центру вертикали */
    justify-content: center; /* Выравнивание по центру горизонта, если нужно */
    height: 200px;
    margin: 20px; /* Отступы между слайдами */
}

.block-partners .slick-slide img {
    max-height: 100%; /* Ограничивает высоту изображений, если это необходимо */
    max-width: 100%; /* Ограничивает ширину изображений, если это необходимо */
    object-fit: cover; /* Обеспечит обрезку / масштабирование изображений без искажений */
    /*border: 1px solid #c0c0c0;
    padding: 10px;
    border-radius: 10px;*/
}


.input-group-text {
    position: relative;
    min-width: 80px;
    text-align: center;
    display: inline-block;
}
.input-group-text sup {
    position: absolute;
    color: #f00;
    top: 15px;
    right: 9px;
    font-size: 22px;
}


.brazzers-daddy img {
    object-fit: contain;
}