.gallery {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.gallery a {
	display: block;
	margin: 1rem;
	outline: none;
	border: #1c567a 2px solid;
}
.gallery a:hover {
	border-color: #1b75bc;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 7px 0px;
}
.gallery a img {
	display: block;
}

.politica {
	text-align: center;
}
.politica a {
	color: #fff;
}
.docs-list {
	max-width: 500px;
	text-align: left;
	margin: 0 auto;
}
.doc-file {
	display: inline-block;
	font-size: 18px;
	margin-bottom: 1rem;
	position: relative;
	padding-left: 36px;
}
.doc-file:before {
	content: '';
	display: block;
	width: 26px;
	height: 26px;
	background-image: url('img/pdf-icon.png');
	background-size: cover;
	position: absolute;
	left: 0;
	margin: 0 0 0 0px;
}
.about-btns {
	display: flex;
	justify-content: flex-start;
	width: 100%;
}
.btn-sec {
	text-transform: none;
	margin-right: 2rem;
}

.scrollUp {
	position:fixed;
	top:auto;
	bottom:10px;
	left:auto;
	right:10px;
	border-radius:5px;
	background-color:#EF233C;
	z-index:9999;
	opacity:0.5;
	cursor:pointer;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	line-height: 50px;
	font-size:16px;
	text-transform:uppercase;
	color:#fff;
	text-align:center;
	border: #fff 1px solid;
}
.scrollUp:hover {
	opacity: 1;
}
.btn {
	background-color: #EF233C;
}
.order-form {
	width: 300px;
}
.order-form h4 {
	font-weight: 700;
	color: #499320;
	text-align: center;
	padding: 0;
	margin: 1rem 0;
}
.order-form-row {
	margin-bottom: 20px;
}
.order-form-row:last-child {
	margin-bottom: 0;
}
.order-form-row label {
	display: block;
	margin-bottom: 3px;
	color: #7A7A7A;
	font-family: 'Cuprum';
}
.order-form-row input {
	box-sizing: border-box;
	width: 100%;
	border: #D4D4D4 1px solid;
	outline: none;
	padding: 5px;
	font-family: inherit;
}
.order-form-row input.has-warning, .order-form-row input.has-error {
	border-color: red;
}
.order-form-row p {
	font-family: 'Cuprum';
	font-size: 0.75rem;
	color: #9F9F9F;
}
.order-form-row p a {
	font-family: 'Cuprum';
	font-size: 0.75rem;
	color: #499320;
}
.order-form-row button {
	background-color: #479424;
	color: #fff;
	display: block;
	text-align: center;
	text-transform: uppercase;
	border: none;
	width: 100%;
	padding: 10px 0px;
	font-family: 'Cuprum';
	letter-spacing: 1px;
	cursor: pointer;
}

.btn.btn-blue {
	cursor: pointer;
	border: none;
	font-family: 'Cuprum';
}
.input-row input {
	font-family: 'Cuprum';
	margin: 0 5px;
}
.input-row input.has-warning, .input-row input.has-error {
	border-color: red;
}

.news.invert {
	background-color: #fff;
}
.news.invert .news-title, .news.invert .news-descr {
	color: #272727;
}
.news-img img {
	width: auto;
}

.faq {
	text-align: left;
}
.faq-item {
	padding-top: 0.5rem;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	border-bottom: #ccc 1px solid;
}
.faq-item-title {
	font-size: 1.4rem;
	padding-bottom: 0.3rem;
}
.faq-item-answer {
	font-size: 1rem;
	color: #808080;
}

.input-row textarea {
	display: inline-block;
	font-family: 'Cuprum';
	    border: 2px solid #00aeef;
    outline: 0;
    text-align: center;
    background: #fff;
    text-transform: uppercase;
    color: #6c6c6c;
    font-weight: 400;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 16px 5px;
    font-size: 17px;
    width: 355px;
    margin-top: 15px;
}

.input-row textarea.has-warning, .input-row textarea.has-error {
	border-color: red;
}

p {
	font-size: 1.15rem;
}

.all-news {
	flex-wrap: wrap;
}

.all-news .news-column {
	width: 30%;
	margin-right: 0px;
	margin-bottom: 50px;
}

.proizvodstvo a {
	margin-left: 10px;
}


.menu {
	background-color: #EF233C;
}

.footer {
	background-color: #EF233C;
}
.btn.btn-blue {
	background-color: #EF233C;
}
.logo-footer {
	background-color: transparent;
}
.start-sale {
	background-color: #EF233C;
}
.logo-white img {
	background-color: #EF233C;
}
.logo-white img {
	padding: 15px 20px;
	border-radius: 0px 0px 10px 10px;
}
.title {
	background-color: #EF233C;
}
.news-data {
	background-color: #EF233C;
}
.about {
	margin-top: 30px;
	background: #fff;

}
.about p {
	color: #272727;
	font-family: 'Fira Sans';
	font-size: 16px;
    line-height: 1.6;
}
.about h3 {
    font-family: 'Fira Sans';
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    margin: 0 0 10px;
}
.about-column img {
	border: none;
	border-radius: 7px;
	    box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.15);
}
.about-btns .btn {
	border-radius: 7px;
	font-family: 'Fira Sans';
	    font-weight: 500;
	    font-size: 18px;
	    letter-spacing: .5px;
}
.input-row input {
	border-color: #EF233C;
}

.btn:hover {
	background-color: #179E87;
}
.start-sale {
	display: none;
}

.menu-list li a {
	color: #fff;
	font-size: 17px;
	text-decoration: none;
	font-weight: 400;
	letter-spacing: .5px;
	font-family: 'Fira Sans';
}

.footer-menu-column ul li a {
	font-family: 'Fira Sans';
    font-size: 16px;
    letter-spacing: .5px;
}

.content .title {
    margin-bottom: 30px;
    font-family: 'Fira Sans';
    font-weight: 500;
    letter-spacing: 1px;
}

a {
	font-family: 'Fira Sans';
}

.header {
	justify-content: space-around;
	min-height: calc(100vh - 79px);
}
.arrow-btn-wr {
	height: 50px;
}
.arrow-btn.anchor {
	display: inline-block;
	animation: mouse 1.5s ease-in-out infinite;
}
.arrow-btn.anchor i {
	color: #fff;
	font-size: 40px;
}
@keyframes mouse {
    0% { margin-top: 0px; }   
    50% { margin-top: 20px; }
    100% { margin-top: 0px; }
   }
   .logo-white {
   	background-color: transparent;
   }
   .menu-list {
   	min-width: 355px;
   }
@media (max-width: 580px) {
	
	.news-img img {
		width:100%;
	}
	
	.about-btns {
		flex-direction: column;
		align-items: center;
	}
	.btn-sec {
		margin: 1rem 0;
	}
	.about-btns a {
		width: 250px;
		box-sizing: border-box;
		text-align: center;
	}
	.all-news .news-column {
		width: 100%;
	}
	.start-sale-descr {
		margin-top: 5px;
	}
}

.header-phone {
	display: flex;
	align-items: center;
}
.header-phone a {
	text-decoration: none;
	font-size: 20px;
	margin-left: 10px;
}
.header-phone i {
		display: inline-flex;
    border: #EF233C 2px solid;
    color: #EF233C;
    font-size: 20px;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.header-address {
	display: flex;
	align-items: center;
}
.header-address i {
	display: inline-flex;
    border: #EF233C 2px solid;
    color: #EF233C;
    font-size: 20px;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.header-address span {
	display: inline-block;
	text-decoration: none;
	font-size: 20px;
	margin-left: 10px;
}
.order-form-row p a {
    font-family: 'Fira Sans';
    font-size: 0.75rem;
    color: #EF233C;
}
.order-form h4 {
	font-family: 'Fira Sans';
	font-weight: 500;
}

.houses {
	margin: 25px 0px;
}

.houses-wrap {
	margin-top: 25px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
}

.houses-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-decoration: none;
}

.houses-item img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.houses-item__price {
	font-size: 20px;
	margin-top: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 0;
	color: #fff;
	background-color: #EF233C;
	width: 100%;
}

.houses-item__info {
	margin: 5px 0px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: #272727 1px dotted;
}

.houses-item__info span {
	background-color: #fff;
    padding: 3px 0px;
    /*margin-bottom: -6px;*/
	max-width: 285px;
}

.houses-item__info span:nth-child(1) {
	text-align: left;
}

.houses-item__info span:nth-child(2) {
	text-align: right;
	max-width: 180px;
}

.house-more__info .houses-item__info span strong {
	font-size: 20px;
}

.house-more__info-text {
	text-align: left;
}

.house-more {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}

.house-more__images {
	width: 49%;
}

.house-more__info {
	width: 49%;
}

.swiper-button-next, .swiper-button-prev {
	color: #EF233C !important;
}

.house-more__images img {
	display: block;
	width: 100%;
	height: auto;
}

@media (max-width: 787px) {
	.house-more__images {
		width: 100%;
	}
	
	.house-more__info {
		width: 100%;
	}

	.houses-item__info span, .house-more__info-text * {
		font-size: 14px;
	}
}
.zed a {color:white; text-decoration: none;}
.zed a:hover {text-decoration: underline;}

        .action-button {
            position: fixed;
            bottom: 20px;
            left: 20px;
            width: 140px;
            height: 140px;
            border-radius: 50%;
            background: #e31b23;
            border: none;
            cursor: pointer;
            font-size: 1.8rem;
            font-weight: 800;
            letter-spacing: 2px;
            color: white;
            text-transform: uppercase;
            font-family: inherit;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            line-height: 1.2;
            box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2), 0 2px 4px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.3);
            transition: all 0.25s cubic-bezier(0.2, 0.9, 0.4, 1.1);
            outline: none;
            z-index: 1000;
        }

        .action-button:hover {
            box-shadow: 0 18px 32px rgba(0, 0, 0, 0.3), 0 8px 12px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.4);
            transform: translateY(-3px) scale(1.02);
            background: #c1141b;
        }

        .action-button:active {
            transform: translateY(2px) scale(0.98);
            box-shadow: 0 5px 12px rgba(0, 0, 0, 0.25);
            transition: 0.05s linear;
        }

        .action-button:focus-visible {
            outline: 3px solid #ffd966;
            outline-offset: 4px;
            border-radius: 50%;
        }

        @media (max-width: 480px) {
            .action-button {
                width: 80px;
                height: 80px;
                font-size: 1.4rem;
                bottom: 20px;
                left: 20px;
            }
        }