.page-cities {
    padding-bottom: 150px;
}

.page-cities .content {
	font-size: 1em;
	margin: 0;
}

.page-cities .text p {
	margin: 0;
}
.page-cities .text p:not(:last-child) {
	margin-bottom: 1em;
}
.page-cities .text b,
.page-cities .text strong {
	font-weight: 700;
}
.page-cities .text a {
	color: #fc1212;
}
.page-cities .text ul {
    list-style: initial;
    padding-left: 1.5em;
}

.page-cities .banner__title,
.page-cities .banner__text {
	max-width: 620px;
}
.page-cities .banner__bg,
.page-cities .banner__bg img {
	object-fit: cover;
	object-position: center;
}

.page-cities .cities {
    padding-top: 100px;
    padding-bottom: 50px;
}
.page-cities .cities .list {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
	gap: 30px;
}
.page-cities .cities .item {
    width: 100%;
    max-width: calc(25% - 25px);
	padding: 20px;
	background: #ffffff;
	box-shadow: 0px 5px 10px rgba(1, 22, 65, 0.03);
	border-radius: 10px;
}
.page-cities .cities .item > *:not(:last-child) {
	margin-bottom: 15px;
}
.page-cities .cities .item__title {
    font-weight: 700;
	font-size: 1.15em;
    line-height: 1.3;
	display: block;
}
.page-cities .cities .item__image {
	display: block;
    width: 100%;
    height: 150px;
	border-radius: 10px;
    object-fit: cover;
    object-position: center;
}
.page-cities .cities .item__image img {
	display: inherit;
	width: 100%;
	height: 100%;
    border-radius: inherit;
    object-fit: inherit;
    object-position: inherit;
}
.page-cities .cities .item__text {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
	min-height: 120px;
}
.page-cities .cities .item__btns {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.page-cities .cities .item__btn {
	width: 100%;
}

.page-cities .main-sale-form {
	margin-top: 50px;
	margin-bottom: 50px;
}
.page-cities .main-sale-form-wrapper {
    align-items: center;
	background-image: url('data:image/svg+xml,<svg width="398" height="410" viewBox="0 0 398 410" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.36" d="M248.723 -13.2592L248.73 -13.2337C204.741 -0.251275 178.896 45.5292 190.834 90.0858C202.961 135.345 249.483 162.204 294.743 150.077C314.733 144.721 331.132 132.654 342.17 116.951L397.948 325.117L246.655 365.656L238.872 185.318L178.869 163.108L138.01 212.343L221.439 372.413L70.1469 412.951L14.3689 204.785C31.7792 212.866 52.0149 215.116 72.0051 209.76C117.265 197.632 144.124 151.111 131.997 105.851C120.057 61.294 74.7833 34.5694 30.1958 45.3223L30.189 45.2969L248.723 -13.2592ZM37.0969 79.4804C63.7884 72.3284 91.2238 88.1685 98.376 114.86C105.528 141.552 89.6882 168.987 62.9965 176.139C36.305 183.291 8.86938 167.451 1.7174 140.759C-5.43427 114.068 10.4056 86.6325 37.0969 79.4804ZM259.834 19.7981C286.526 12.6462 313.961 28.4862 321.113 55.1776C328.265 81.8692 312.425 109.305 285.734 116.457C259.042 123.608 231.607 107.769 224.455 81.0772C217.303 54.3859 233.143 26.9503 259.834 19.7981ZM308.462 -8.84871L308.461 -8.84845L303.356 -27.8981L303.357 -27.8984L308.462 -8.84871Z" fill="url(%23paint0_linear_1028_52698)"/><defs><linearGradient id="paint0_linear_1028_52698" x1="139.457" y1="16.0186" x2="234.047" y2="369.034" gradientUnits="userSpaceOnUse"><stop stop-color="white"/><stop offset="1" stop-color="white" stop-opacity="0"/></linearGradient></defs></svg>');
	background-repeat: no-repeat;
	background-position: 345px -60px;
}

.page-cities .info {
    padding-top: 50px;
    padding-bottom: 50px;
}
.page-cities .info-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    background: #fff;
    overflow: hidden;
}
.page-cities .info-left {
    position: relative;
    width: 100%;
    max-width: 566px;
    min-height: 650px;
    padding: 40px 50px;
}
.page-cities .info-right {
    width: 100%;
    max-width: 1004px;
    padding: 40px 50px;
}
.page-cities .info-composition {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.page-cities .info-composition-image {
    position: absolute;
    top: 90px;
    left: -110px;
    width: 890px;
    height: auto;
}
.page-cities .info-composition-shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 90.17%);
}
.page-cities .info-title {
    position: relative;
}
.page-cities .info-text {}
.page-cities .info-btn {
    margin-top: 30px;
}


@media (max-width: 1229.98px) {
    .page-cities .programs .list {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media (min-width: 768px) {
    .page-cities .programs .item__text {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 11;
        overflow: hidden;
        min-height: 202px;
    }
}

@media (max-width: 767.98px) {
    .page-cities {
        padding-bottom: 50px;
    }
    .page-cities .page-title {
        margin-bottom: 30px;
    }
    .page-cities .programs .list {
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }
}

