.custom-modal--cities.custom-modal--show .custom-modal__content {
    min-height: 100vh;
}
.cities__list-item {
    margin: 0;
}
.cities__list-key {
    margin-top: 30px;
}
.cities__list {
    max-height: 1700px;
}
.cities__list-item {
    width: calc(16% - 20px);
}
@media (max-width: 600px) {
	.cities__list {
	  flex-direction: initial;
	}
	.cities__list-item {
	  width: calc(50% - 5px);
	}
}
.banners__slider-wrapper {
    height:462px;
}
.coupon-page .banners__slider-wrapper {
    height:400px;
}
@media(max-width: 1200px) {
    .banners__slider-wrapper {
        height:400px
    }
    .coupon-page .banners__slider-wrapper {
        height:330px;
    }
}
@media(max-width: 992px) {
    .banners__slider-wrapper {
        height:287px
    }
    .coupon-page .banners__slider-wrapper {
        height:365px;
    }
}
@media(max-width: 768px) {
    .banners__slider-wrapper {
        height:212px
    }
    .coupon-page .banners__slider-wrapper {
        height:270px;
    }
}
@media(max-width: 576px) {
    .banners__slider-wrapper {
        height:165px
    }
    .coupon-page .banners__slider-wrapper {
        height:230px;
    }
    .banners {
        display: block;
    }
}
.swiper__slide-image {
    border-radius: 4px;
}
.news-item__title {
    margin-bottom:20px;
    font-family:"Raleway",sans-serif;
    font-size:19px;
    line-height:25px;
    color:#3d528b;
    font-weight:600
}
@media(max-width: 768px) {
    .news-item__title {
        margin-bottom:15px;
        font-size:17px;
        line-height:24px
    }
}
.partners-pdf__icon {
    width: 40px;
    margin-left: 10px;
}
.partner_gallery {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(3, 1fr);
    margin: 20px 0;
}
.gallery_item {
    cursor: pointer;
    position: relative;
}
.gallery_item img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    border-radius: .375rem;
    max-width: 100%;
    cursor: pointer;
}
@media(max-width: 512px) {
    .partner_gallery {
        display: grid;
        grid-gap: 15px;
        grid-template-columns: repeat(2, 1fr);
    }
}

.ui.pagination.menu .item {
    color: #fff;
    background-color: #4d7ec8;
    display: inline-block;
    padding: 8px 15px;
    border-radius: 7px;
    background-image: linear-gradient(0deg, rgb(111, 188, 240) 1%, rgb(52, 150, 223) 49%, rgb(78, 126, 200) 100%);
    font-size: 1.2em;
    font-weight: bold;
}

.ui.pagination.menu .item.active {
    background-color: #ff0000;
    background-image: none;
}

.partner-card {
    transform: none;
    border: 2px solid transparent;
    position: relative;
}

.partner-card:hover {
    transform: none;
    border: 2px solid #4d7ec8;
}

.parnter-card__name {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
}

.bid-radio {
    font-size: 13px;
    color: #000000;
}

@media (max-width: 576px) {
    .partner-card {
        width: 46%;
        margin: 10px auto;
    }
    .parnter-card__name {
        font-size: 12px;
        line-height: 18px;
        font-weight: 400;
    }
    .ui.pagination.menu .item {
        display: none;
    }
    .ui.pagination.menu .item:first-child,
    .ui.pagination.menu .item:nth-child( 3 ),
    .ui.pagination.menu .item:nth-last-child( 2 ),
    .ui.pagination.menu .item:last-child,
    .ui.pagination.menu .item.active,
    .ui.pagination.menu .item.disabled {
        display: block;
        margin: 5px;
    }
    .ui.pagination.menu {
        display: flex;
    }
    .news-item__image {
        max-height: none;
        height: 100%;
    }
    .news-item__image img {
        max-height: none;
    }
    .custom-modal {
        background-color: #fff;
    }
    .custom-modal__content {
        box-shadow: none;
    }
    /*.custom-modal__content {
        position: fixed;
        width: fit-content;
        overflow: auto;
    }*/
}

.side-menu--active{
    color: #fff !important;
    background-color: #7f6eb3;
}

.main-banner__fam-name {
    text-align: center;
}

.home-cards {
    padding: 200px 0 75px;
}

.home-cards .partners-utils {
    margin-top: 40px;
}

.home-cards .partner-card {
    width: calc(25% - 20px);
    margin: 10px;
}

.catalog-link {
    margin-top: 30px;
    display: flex;
    width: 100%;
    justify-content: center;
}

.advantages {
    padding: 75px 0 100px;
}

.top-partners {
    padding: 50px 0;
}

.home-pdf-block {
    display: flex;
    align-items: center;
}

.main-banner__fam {
    position: absolute;
    bottom: 260px;
    right: 21%;
    left: auto;
}

.main-banner__card {
    display: none;
}

.header__inner {
    min-height: 90px;
}

/*@media (min-width: 576px) {
    .header__col--right {
        display: none;
    }
}*/

@media (max-width: 992px) {
    .main-banner__fam {
        bottom: 100px;
    }
}

@media (max-width: 768px) {
    .main-banner__fam {
        right: 60px;
    }
}

@media (max-width: 576px) {
    .main-banner__fam {
        right: 40px;
        bottom: 10px;
    }

    .header__inner {
        min-height: 70px;
    }

    .main-banner__fam-name {
        padding: 2px 12px;
        align-self: end;
    }

    .main-banner__fam-position {
        padding: 2px 10px;
    }

    .main-banner__fam .skew-text {
        font-size: 11px;
    }

    .home-cards {
        padding: 100px 0 75px;
    }

    .home-pdf-block {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .home-cards .partner-card {
        width: calc(50% - 20px);
    }

    .advantages__list {
        flex-direction: row;
    }

    .advantages__item {
        width: calc(50% - 20px);
    }

    .advantages__name {
        font-size: 15px;
    }

    .main-banner__inner {
        background-image: url(../images/tree.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right bottom;
    }

    .main-banner__title {
        font-size: 16px;
        line-height: 24px;
        padding: 7px 12px;
        background: linear-gradient(314.71deg, rgba(0, 0, 0, 0.01) 8.64%, rgba(0, 0, 0, 0.02) 89.83%),rgba(240,240,240,.2);
        border: 1px solid rgba(255,255,255,.7);
        border-radius: 5px;
        box-shadow: inset 6px 6px 18px 1px rgba(0,0,0,.3),inset -6px -6px 15px 1px rgba(255,255,255,.3);
        -webkit-backdrop-filter: blur(6px);
        backdrop-filter: blur(6px);
        transform: skew(-10deg);
        color: #fff;
        max-width: 300px;
        margin: 0 auto;
    }
}
.main-banner__title {
    color: #6d9bb7;
}
.partner-card .fav {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    border: none;
    background: transparent;
    cursor: pointer;
}
