﻿﻿/*   
Theme Name: ApsWohnBau
Author: Serhii Nikolaienko
Author Email: seganiko.corp@gmail.com
Author Phone: +48576111731
Author Telegram: @sega_niko
Author Viber: +48576111731
Author WhatsApp: +48576111731
Author Url: https://seganiko.com
Author Linkedin profile: https://www.linkedin.com/in/sergeynikolaenko/
Version: 1.0
*/

*{
	box-sizing: border-box;
	/* -webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; */
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

ul[class],
ol[class] {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
}

article > * + * {
  margin-top: 0;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	transition: 0.5s!important;
	outline: none!important;
	box-sizing: border-box;
	/* -webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; */
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section{
	display: block;
}

blockquote, q{
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after{
	content: '';
	content: none;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

a{
	transition: 0.5s;
	text-decoration: none;
	color: #5097e8;
}

a:hover,
a:active,
a:focus,
a:visited{
	text-decoration: none;
	color: #5097e8;
}

::-webkit-scrollbar{
    width: 6px;
    background: #fff;
}

::-webkit-scrollbar-thumb{
    width: 6px;
    background: #333;
}



html,
body{
	font-family: Open Sans;
    font-size: 16px;
    line-height: 1.35;
    color: #2c3e50;
    font-weight: 400;
    overflow-x: hidden;
}

strong{
	font-weight: 700;
}

h1, h2, h3, h4, h5, h6{
	padding: 8px 0 6px;
	font-weight: 700;
}

h1{
	font-size: 30px;
}

h2{
	font-size: 26px;
}

h3{
	font-size: 24px;
}

h4{
	font-size: 19px;
}

p{
	margin: 18px 0;
}



.container{
	max-width: 1400px;
	width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
	margin: 0 auto;
	padding: 0 20px;
    position: relative;
}

.row{
	width: 100%;
	display: block;
}

.text-index-about ul,
.content-page ul{
	list-style: none;
	padding: 0;
}

.text-index-about ol,
.content-page ol{
	padding: 0 0 0 18px;
}

.text-index-about ul li,
.text-index-about ol li,
.content-page ul li,
.content-page ol li{
	margin: 7px 0;
    position: relative;
}

.text-index-about ul li,
.content-page ul li{
	padding: 0 0 0 15px;
}

.content-page ul li:before{
    content: "\f105";
    position: absolute;
    top: calc(50% - 8px);
    left: 0;
    font-size: 14px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.btn,
a.btn{
    display: flex;
	align-items: center;
	justify-content: center;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
	padding: 12px 18px;
	width: auto;
	height: 48px;
    font-size: 15px;
    line-height: 1;
    border-radius: 4px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	white-space: nowrap;
}

.block-submit-btn{
    display: flex;
	align-items: center;
	justify-content: space-between;
}

.w100,
.btn.w100{
	width: 100%;
}

.w50,
.btn.w50{
	width: calc(50% - 11px);
}

.text-left{
	text-align: left;
}

.text-center{
	text-align: center;
}

.text-right{
	text-align: right;
}

.btn-info,
a.btn-info{
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-info:hover,
a.btn-info:hover{
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}

.btn-outline-info,
a.btn-outline-info{
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8;
}

.btn-outline-info:hover,
a.btn-outline-info:hover{
    color: #fff;
    background-color: #17a2b8;
    background-image: none;
    border-color: #17a2b8;
}

.btn-danger,
a.btn-danger{
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger:hover,
a.btn-danger:hover{
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}

.btn-outline-danger,
a.btn-outline-danger{
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545;
}

.btn-outline-danger:hover,
a.btn-outline-danger:hover{
    color: #fff;
    background-color: #dc3545;
    background-image: none;
    border-color: #dc3545;
}

.btn-warning,
a.btn-warning{
    color: #212529;
    background-color: #ffc107;
}

.btn-warning:hover,
a.btn-warning:hover{
    color: #212529;
    background-color: #e0a800;
}

.btn-outline-warning,
a.btn-outline-warning{
    color: #212529;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107;
}

.btn-outline-warning:hover,
a.btn-outline-warning:hover{
    color: #212529;
    background-color: #ffc107;
    background-image: none;
    border-color: #ffc107;
}

.btn-success,
a.btn-success{
    color: #fff;
    background-color: #28a745;
}

.btn-success:hover,
a.btn-success:hover{
    color: #fff;
    background-color: #218838;
}

.btn-outline-success,
a.btn-outline-success{
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745;
}

.btn-outline-success:hover,
a.btn-outline-success:hover{
    color: #fff;
    background-color: #28a745;
    background-image: none;
    border-color: #28a745;
}

.btn-primary,
a.btn-primary{
    color: #fff;
    background-color: #007bff;
}

.btn-primary:hover,
a.btn-primary:hover{
    color: #fff;
    background-color: #0069d9;
}

.btn-outline-primary,
a.btn-outline-primary{
    color: #0069d9;
    background-color: transparent;
    background-image: none;
    border-color: #0069d9;
}

.btn-outline-primary:hover,
a.btn-outline-primary:hover{
    color: #fff;
    background-color: #0069d9;
    background-image: none;
    border-color: #0069d9;
}

.btn-dark,
a.btn-dark{
    color: #fff;
    background-color: #343a40;
}

.btn-dark:hover,
a.btn-dark:hover{
    color: #fff;
    background-color: #23272b;
}

.btn-outline-dark,
a.btn-outline-dark{
    color: #23272b;
    background-color: transparent;
    background-image: none;
    border-color: #23272b;
}

.btn-outline-dark:hover,
a.btn-outline-dark:hover{
    color: #fff;
    background-color: #23272b;
    background-image: none;
    border-color: #23272b;
}

.alert{
    position: relative;
    padding: 15px 20px;
    margin: 15px 0;
    border: none;
    border-radius: 4px;
	font-size: 15px;
}

.alert-danger{
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-success{
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-primary{
	color: #004085;
	background-color: #cce5ff;
	border-color: #b8daff;
}

.alert-warning{
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba;
}

.alert-info{
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.form-status .alert{
	text-align: center;
}

input,
button,
textarea,
select{
	padding: 12px 15px;
    border-radius: 4px;
	border: 1px solid #e6e6e7;
	box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.075);
	width: 100%;
	height: 48px;
	outline: none;
}

input:focus-visible,
button:focus-visible,
textarea:focus-visible,
select:focus-visible{
	outline: none;
}

.one-input input:disabled{
	background: #343a4010;
}

.parent-form{
	width: 100%;
}

.form-heading{
	font-weight: 500;
	font-size: 28px;
	margin: 0 0 7px;
}

.form-mini-heading{
	font-weight: 400;
	font-size: 18px;
	margin: 0 0 15px;
}

.h-one-input{
	font-size: 17px;
	font-weight: 600;
	margin: 12px 0 0;
	padding-left: 63px;
}

.one-input,
.block-submit-btn{
	margin: 9px 0;
	width: 100%;
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.one-input input{
	width: 100%;
	border-radius: 0 10px 10px 0;
	border-radius: 4px;
}

.one-input select{
	width: 100%;
	border-radius: 0 10px 10px 0;
	border-radius: 4px;
	padding: 12px 12px;
}

.one-input span.select2.select2-container{
	width: calc(100% - 48px)!important;
	margin-left: 48px;
	border-radius: 0 10px 10px 0;
	height: 48px;
	border: 1px solid #e6e6e7;
    box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.075);
}

.one-input span.select2.select2-container .selection,
.select2-container .select2-selection--single{
	width: 100%!important;
	height: 46px!important;
	display: flex!important;
	align-items: center!important;
	border-radius: 0 10px 10px 0!important;
	border: none!important;
}

.select2-container .select2-selection--single .select2-selection__rendered{
	padding-left: 15px!important;
	padding-right: 15px!important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 11px!important;
}

.description-input{
	font-size: 14px;
	margin: 0 0 5px;
}

.wpcf7-form{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 30px;
}

.one-col-form-order-call,
.one-col-form-order-call-full{
	width: calc(50% - 15px);
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 15px;
}

.one-col-form-order-call-full{
	width: 100%;
}

.one-col-form-order-call{
	align-items: flex-start;
}

div.wpcf7{
	max-width: 100%;
}

.one-input{
	margin: 0;
	flex-wrap: wrap;
}

.one-input p{
	margin: 0;
    width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

.block-submit-btn,
.block-submit-btn p{
	margin: 0;
}

div.wpcf7 textarea{
	height: 136px;
}

.mini-mess-modal-win{
	width: 100%;
}

.mini-mess-modal-win p{
	margin: 0;
}

.wpcf7-list-item{
	margin: 0;
}

div.wpcf7 input[type=checkbox]{
	width: 22px;
	height: 22px;
	margin: 0;
}

div.wpcf7 label{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.wpcf7-list-item-label{
	display: block;
	width: calc(100% - 32px);
}





.content{
	min-height: calc(100vh - 375px);
	padding: 0 0 70px;
}

.content a{
	/* border-bottom: 1px dashed #5097e8; */
	color: #5097e8;
}

.top-heading{
	padding: 15px 0 0;
}

.top-heading h1{
	padding: 0;
	font-weight: 700;
}

#breadcrumbs{
	font-size: 12px;
	margin: 0 0 15px;
}

#breadcrumbs,
#breadcrumbs a{
	color: #ccc;
	border: none;
}

.home .content{
	padding: 0;
}

.home .footer{
	margin: 0;
}



.top-header{
	padding: 10px 0;
	/* border-bottom: 1px solid #e6e6e7; */
	box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.075);
}

.top-header .container{
	justify-content: space-between;
}

.logo{
	width: 65px;
}

.topmenu{
	width: calc(100% - 95px);
	position: relative;
}

.topmenu ul{
	width: 100%;
	height: 65px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
	gap: 50px;
}

.topmenu ul li{
	/* width: 100%; */
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: relative;
}

.topmenu ul li a{
	color: #2c3e50;
	font-weight: 600;
	line-height: 1.3;
	height: 65px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 15px;
	padding: 0 10px;
	text-transform: uppercase;
}

.topmenu ul li ul.sub-menu{
	position: absolute;
	width: auto;
	background: #fff;
	flex-wrap: wrap;
	height: auto;
	top: 65px;
	left: 0;
	padding: 5px 0;
	min-width: 250px;
	border: 1px solid #e6e6e7;
	box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.075);
	display: none;
	/* display: block; */
}

.topmenu ul li:hover > ul.sub-menu{
	display: block;
	z-index: 9;
}

.topmenu ul li ul.sub-menu li{
	width: 100%;
	justify-content: flex-start;
}

.topmenu ul li ul.sub-menu li a{
	padding: 10px 15px;
	height: auto;
}



.close-menu{
	position: absolute;
	right: 15px;
	top: 20px;
	width: 32px;
	cursor: pointer;
	display: none;
}

.close-menu.active .active-img{
	display: block;
}

.close-menu .active-img,
.close-menu.active .no-active-img{
	display: none;
}





.first-screen{
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	width: 100%;
	height: 730px;
}




.index-about{
	padding: 75px 0 25px;
}

.index-about .container{
	align-items: center;
	justify-content: space-between;
}

.img-index-about{
	background-image: url(/wp-content/uploads/index-about-min.jpg);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	width: 480px;
	height: 380px;
}

.content-index-about{
	width: calc(100% - 530px);
}

.mark-index-about{
	font-size: 13px;
	text-transform: uppercase;
}

.mark-index-about i{
	margin-right: 5px;
	font-size: 11px;
}

.h-index-about{
	font-size: 36px;
	font-weight: 600;
	line-height: 1.15;
	margin: 15px 0 20px;
}

.text-index-about{
	font-weight: 500;
}



.index-text{
	padding: 50px 0;
	background: #f5f5ed;
	text-align: center;
	margin-top: 0px;
}

.index-text .index-heading.index-heading2{
	padding: 0;
}

.h-index-text{
	color: #a27019;
	font-size: 36px;
	text-align: center;
	width: 100%;
	font-weight: 700;
	margin: 0 0 15px;
}

.content-index-text{
	padding: 0 200px;
	font-weight: 500;
}

.content-index-text-accordion{
	max-height: 180px;
	overflow: hidden;
	position: relative;
}

.content-index-text-accordion2{
	max-height: 790px;
	overflow: hidden;
	position: relative;
}

.container-read-more-btn{
	background: #f5f5ed;
	position: absolute;
	width: 100%;
	height: 40px;
	bottom: 0;
	left: 0;
	right: 0;
}

.read-more-btn{
	position: absolute;
	width: 150px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	bottom: 0;
	left: calc(50% - 75px);
	left: calc(100% - 350px);
	right: 0;
	background-color: rgba(255, 255, 255, 1);
	color: #a27019;
	text-align: center;
	cursor: pointer;
}

.page-template-page-appartament .index-text{
	text-align: left;
}

.page-template-page-appartament .content-index-text p{
	margin: 14px 0;
}

.page-template-page-appartament .content-index-text ul,
.page-template-page-appartament .content-index-text ol{
	list-style: none;
}

hr{
	padding: 0;
	margin: 0;
	border-color: #fafafa63;
}



.block-one-index-object-1{
	display: none;
}

.index-heading{
	color: #a27019;
	font-size: 36px;
	text-align: center;
	width: 100%;
	font-weight: 700;
	padding: 45px 0;
}

.index-heading.index-heading2 .index-heading-h{
	color: #a27019;
	font-size: 36px;
	font-weight: 700;
}

.index-heading.index-heading2 .content-index-text{
	color: #2c3e50;
	font-weight: 500;
	font-size: 16px;
	text-align: left;
	
}

.index-heading .container{
	align-items: center;
	justify-content: center;
}

.index-heading img{
	width: 180px;
	position: absolute;
	right: 150px;
}



.data-object{
	padding: 25px 0;
    background: #f5f5ed;
}

.data-object .container{
	justify-content: space-between;
}

.one-data-object{
	width: calc(25% - 30px);
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.one-data-object svg{
    vertical-align: top;
    fill: #a27019;
	width: 50px;
	height: 50px;
}

.one-data-object img{
	width: 50px;
	height: 50px;
}

.text-one-data-object{
	width: calc(100% - 65px);
	font-weight: 500;
}



.image-object-container img{
	width: 100%;
	height: auto;
}



.link-object-container{
	margin: 0 0 50px;
}

.link-object-container a{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	text-decoration: none;
	border: none;
	width: 100%;
	font-weight: 700;
	color: #a27019;
	padding: 15px 0;
}

.link-object-container a i{
	font-size: 30px;
	margin-left: 20px;
}



.contact-company{
	padding: 20px 0 75px;
}

.contact-company .container{
	/* max-width: 1180px; */
	align-items: center;
	justify-content: space-between;
}

.text-contact-company{
	/* width: calc(100% - 400px); */
	width: calc(100% - 530px);
}

.img-contact-company{
	width: 480px;
}



.index-offer{
	padding: 35px 0;
}

.index-offer .container{
	justify-content: space-between;
}

a.one-index-offer{
	width: calc(50% - 30px);
	display: flex;
    align-items: center;
    justify-content: space-between;
	text-align: left;
	text-decoration: none;
	border: none;
	color: #2c3e50;
}

a.one-index-offer img{
	width: 80px;
}

a.one-index-offer svg{
	vertical-align: top;
    fill: #a27019;
    width: 80px;
    height: 80px;
}

.text-one-index-offer{
	width: calc(100% - 95px);
	font-weight: 600;
	font-size: 20px;
}



.contact-index{
	margin: 30px 0 50px;
}

.content .contact-index a{
	color: #a27019;
}

.contact-index .container{
    max-width: 1180px;
}



.index-contacts{
	padding: 75px 0;
	background: #e1ded7;
}

.index-contacts .container{
	justify-content: space-between;
}

.container-index-contacts{
	width: 100%;
	max-width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

.text-index-contacts{
	width: 20%;
	font-weight: 500;
	font-size: 15px;
}

.text-index-contacts img{
	width: 130px;
	margin: 0 0 40px;
}

.text-index-contacts a{
	border: none;
	text-decoratoin: none;
	color: #2c3e50;
	font-weight: 700;
}

.one-col-footer-contacts{
	width: 25%;
	font-size: 16px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 9px;
}

.one-footer-contacts{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.icon-one-footer-contacts{
	width: 32px;
	font-size: 32px;
	text-align: center;
	color: #a27019;
}

.one-footer-contacts a{
	color: #2c3e50;
	font-weight: 600;
}

.content-one-footer-contacts{
	width: calc(100% - 44px);
}

.content-one-footer-contacts p{
	margin: 0;
}

.social-contacts{
	width: 30%;
	font-size: 32px;
	display: flex;
	gap: 18px;
}

.social-contacts a{
	color: #a27019;
}



.page-template-page-appartament .content{
	padding: 0;
}



.slider-object{
	padding: 75px 0 105px;
}

.slider-object .swiper{
	width: 100%;
	height: 100%;
}

.slider-object .swiper-slide{
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.slider-object .swiper-slide img{
	display: block;
	width: calc(100% - 550px);
	height: 100%;
	object-fit: cover;
}

.slider-object .swiper-pagination{
	bottom: -35px;
	font-weight: 700;
}

.slider-object .swiper-button-next,
.slider-object .swiper-button-prev{
    width: 16px;
    background-size: 16px 44px;
}



.apartament-layout{
	padding: 30px 0;
}

.one-apartament-layout{
	padding: 50px 0;
}

.h-one-apartament-layout{
    font-size: 36px;
    text-align: center;
    width: 100%;
    font-weight: 700;
    margin: 0 0 15px;
	background: #f5f5ed;
	padding: 20px 15px;
}

.desc-one-apartament-layout{
	text-align: left;
	max-width: 600px;
	padding: 10px 0 0;
    margin: 0 auto 45px;
}

.desc-one-apartament-layout p{
	margin: 14px 0;
}

.desc-one-apartament-layout table{
	margin-bottom: 20px;
	height: auto!important;
}

.desc-one-apartament-layout table tr,
.desc-one-apartament-layout table tr td{
	height: auto!important;
}

.img-one-apartament-layout{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	text-align: center;
	background: #f5f5ed;
	padding: 40px 15px;
}

.img-one-apartament-layout img{
	max-height: 560px;
}



.object-map{
	width: 100%;
}

.object-map iframe{
	width: 100%!important;
	height: 500px!important;
	margin-bottom: -6px;
}












































.footer{
	display: none;
}



div.wp-caption{
	width: calc(33.33% - 30px)!important;
	float: left;
	margin: 30px 30px 30px 0;
	text-align: center;
	padding: 15px;
	border: 1px solid rgba(204,204,204,.5);
}

div.wp-caption p{
	font-size: 14px;
	display: block;
	min-height: 38px;
	margin-bottom: 0;
}

hr{
	width: 100%;
	display: block;
	float: none;
	clear: both;
}



.container-list-post .row{
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 30px;
}

.one-post{
	border: solid 0.8px #e1ded6;
	width: calc(33.33% - 20px);
}

.date-one-post{
	font-size: 15px;
	color: #482b1e;
	font-weight: 700;
	margin: 0 0 10px;
}

.h-one-post{
	margin: 20px 0 0;
	color: #a27019;
	font-size: 18px;
	font-weight: 700;
	padding: 0 16px;
}

.h-one-post a{
	color: #a27019;
}

.text-one-post{
	padding: 0 16px;
	line-height: 1.35;
	font-size: 14px;
	margin: 10px 0;
}

.text-one-post p{
	margin: 0;
}

.load-more-one-post{
	padding: 0 16px;
	margin: 0 0 20px;
	font-size: 15px;
	font-weight: 700;
}

.load-more-one-post a{
	color: #a27019;
}

.load-more-one-post a i{
	margin-right: 4px;
}



.gallery img{
	border: none!important;
}

.gallery .gallery-item{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.gallery .gallery-item .gallery-icon{
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.gallery .gallery-item .gallery-caption{
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 7px 0 0;
	font-weight: 600;
}





.parent-btn-href{
	text-align: right;
}

a.btn-href{
	font-size: 17px;
	border: none;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	background: #a27019;
	font-weight: 400;
	color: #fff;
	padding: 15px 25px;
	margin: 0;
	display: inline-block;
	max-width: 100%;
	text-align: center;
}

a.btn-href:hover{
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	background: #000;
}
















.wp-pagenavi{
	margin: 40px 0 0;
	text-align: center;
}

.wp-pagenavi span.pages{
	display: none;
}

.wp-pagenavi span,
.wp-pagenavi a{
	font-size: 15px;
	padding: 8px 12px;
}

.wp-pagenavi a{
	color: #004F80;
	border: 1px solid #004F80;
}

.wp-pagenavi span,
.wp-pagenavi span.current,
.wp-pagenavi a:hover{
	color: #fff;
	background: #004F80;
	border-color: #004F80;
	border: 1px solid #004F80;
}

.wp-pagenavi a.first,
.wp-pagenavi a.last,
span.extend{
	display: none;
}



.map{
	width: 100%;
	margin: 30px 0 0;
}

.map iframe{
	width: 100%;
}

blockquote{
	border-left: 5px solid #a27019;
	padding: 1px 15px;
	margin: 15px 0;
	display: block;
}

img.alignright{
	display: block;
	float: right;
	padding: 5px 0 5px 15px;
}

img.alignleft{
	display: block;
	float: left;
	padding: 5px 15px 5px 0;
}

img.aligncenter{
	clear: both;
	display: block;
	margin: 15px auto;
}

img.alignnone{
	clear: both;
	display: block;
	margin: 15px 0;
}



div.wpcf7{
	margin: 0;
}

.fancybox-close-small,
.fancybox-close-small:after{
	outline: none!important;
	border: none!important;
}

input,
select,
textarea{
	padding: 15px;
	border: none;
	border: 1px solid #e6e6e7;
	outline: none;
	background: transparent;
	font-size: 15px;
	width: 100%;
	max-width: 100%;
	font-weight: 300;
	border-radius: 4px;
	color: #000;
}

span.wpcf7-form-control-wrap{
	display: block;
	width: 100%;
}

div.wpcf7 select{
	padding: 15px;
	outline: none;
}

div.wpcf7 textarea{
	height: 120px;
}

div.wpcf7 label{
	text-align: left;
}

div.wpcf7 br{
	display: none;
}

div.wpcf7{
	width: 100%;
	max-width: 1000px;
	margin: 45px 0 0;
}

div.wpcf7 label{
	font-size: 15px;
	font-weight: 300;
}

div.wpcf7 input[type=submit]{
	font-size: 17px;
	border: none;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	background: #a27019;
	font-weight: 400;
	color: #fff;
	padding: 15px 25px;
	margin: 0;
	display: block;
	max-width: 100%;
	text-align: center;
}

div.wpcf7 input[type=submit]:hover{
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	background: #000;
}

div.wpcf7-response-output{
	margin: 0!important;
}

div.wpcf7-validation-errors{
	background: #c52517!important;
}

div.wpcf7-mail-sent-ok{
	background: #368c09!important;
}

span.wpcf7-not-valid-tip,
.ajax-loader,
.wpcf7 br{
	display: none!important;
}

div.wpcf7-response-output{
	padding: 15px!important;
	width: 100%!important;
	float: none;
	clear: both;
	max-width: 100%!important;
	margin: 0 auto!important;
	margin-top: 7px!important;
	font-size: 17px;
	text-align: center;
	color: #fff!important;
	font-weight: 400!important;
	border: none!important;
	border-radius: 4px!important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output{
	background: #c52517!important;
}

.wpcf7 form.sent .wpcf7-response-output{
	background: #4caf50!important;
}

.modal-win{
	width: 100%;
	max-width: 650px;
	display: none;
}

.h-modal-win{
	font-size: 32px;
    font-family: Roboto;
	text-align: center;
}
















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

	.topmenu ul{
		gap: 0;
	}
	
	.index-heading img{
		right: 20px;
	}
	
	.index-contacts{
		padding: 35px 0;
	}
	
	.container-index-contacts{
		width: 100%;
		max-width: 100%;
	}
	
	.text-index-contacts{
		width: 50%;
	}
	
	.img-index-contacts{
		width: 50%;
	}
	
	.one-apartament-layout{
		padding: 15px 0;
	}
	
	.h-one-apartament-layout{
		font-size: 24px;
	}
	
	.desc-one-apartament-layout{
		padding: 0;
		font-size: 15px;
		margin: 0 0 20px;
	}
	
	.desc-one-apartament-layout table td{
		padding: 10px;
	}
	
	.index-heading.index-heading2 .container{
		padding-top: 0;
	}
	
	.index-heading.index-heading2 p{
		margin: 5px 0;
	}
	
	.page-template-page-appartament .content-index-text p{
		margin: 20px 0;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
}



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

	.close-menu{
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 34px;
		color: #a27019;
		right: 20px;
		top: 26px;
	}
	
	.topmenu{
		width: 100%;
		position: absolute;
		top: 79px;
		height: calc(100vh - 79px);
		overflow-y: auto;
		border-top: 1px solid #a27019;
		left: 0;
		background: #fff;
		opacity: 0;
		z-index: -1;
		padding: 10px 0 50px;
	}
	
	.topmenu.active{
		opacity: 1;
		z-index: 15;
	}
	
	.topmenu ul{
		height: auto;
		flex-wrap: wrap;
	}
	
	.topmenu ul li{
		width: 100%;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	
	.topmenu ul li a{
		height: auto;
		width: 100%;
		padding: 10px 15px;
		justify-content: flex-start;
	}
	
	.topmenu ul li ul.sub-menu{
		position: static;
		width: 100%;
		display: flex;
		border: none;
		box-shadow: none;
		padding-left: 10px;
	}
	
	.read-more-btn{
		left: calc(100% - 150px);
	}
	
	
	
	
	
	.content-index-text{
		padding: 0;
	}
	
	.h-index-text{
		font-size: 24px;
	}
	
	.index-heading{
		font-size: 24px;
		padding: 35px 0;
	}
	
	.index-heading .container{
		padding-right: 215px;
	}
	
	.one-data-object{
		width: calc(50% - 15px);
		height: 60px;
	}
	
	.img-index-about{
		width: 100%;
		height: 400px;
		margin: 0 0 30px;
	}
	
	.content-index-about{
		width: 100%;
	}
	
	.h-index-about{
		font-size: 24px;
	}
	
	.index-about{
		padding: 35px 0;
	}
	
	.index-text{
		padding: 35px 0;
	}
	
	.one-data-object img,
	.one-data-object svg{
    	width: 40px;
		height: 40px;
	}
	
	.text-one-data-object{
		width: calc(100% - 55px);
	}
	
	.one-post{
		width: calc(50% - 15px);
	}
	
	.contact-company{
		padding: 0 0 35px;
	}
	
	.text-contact-company{
		width: 100%;
	}
	
	.img-contact-company{
		width: 100%;
		margin: 0 0 30px;
	}
	
	.img-contact-company img{
		width: auto;
		height: auto;
	}
	
	a.one-index-offer img{
		width: 44px;
	}
	
	.text-one-index-offer{
		width: calc(100% - 59px);
		font-size: 14px;
	}
	
	img.alignnone,
	img.alignleft,
	img.aligncenter,
	img.alignright{
		padding: 0;
		margin: 15px 0;
		float: none;
	}
	
	h1{
		font-size: 24px;
	}
	
	h2{
		font-size: 21px;
	}
	
	h3{
		font-size: 19px;
	}
	
	h4{
		font-size: 17px;
	}
	
	.wpcf7-form{
		gap: 15px;
	}
	
	.one-col-form-order-call,
	.one-col-form-order-call-full{
		width: 100%;
	}
	
	.first-screen{
    	height: 330px;
	}
	
	.index-heading .container{
		padding-top: 50px;
		padding-right: 20px;
	}
	
	.index-heading img{
		width: 110px;
		top: -25px;
		right: calc(50% - 55px);
	}
	
	.text-one-data-object{
		font-size: 14px;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
}



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

	.one-post{
		width: 100%;
	}
	
	.desc-one-apartament-layout table{
		height: auto!important;
	}
	
	.desc-one-apartament-layout table td{
		font-size: 12px;
	}
	
	.img-index-about{
		display: none;
	}
	
	.index-heading .container{
		padding-top: 0px;
	}
	
	.index-about{
		padding: 35px 0 10px;
	}
	
	.link-object-container{
		margin: 0 0 35px;
	}
	
	.container-index-contacts{
		flex-wrap: wrap;
	}
	
	.one-col-footer-contacts{
		width: 100%;
	}
	
	.h-index-about{
		color: #a27019;
		font-size: 21px;
	}
	
	.content .contact-index a{
		font-weight: 500;
	}
	
	.text-index-contacts{
		width: 30%;
	}
	
	.text-index-contacts img{
		width: 85px;
		margin: 0 0 22px;
	}
	
	.one-col-footer-contacts:nth-child(2){
		width: 70%;
	}
	
	.one-col-footer-contacts:nth-child(2) .icon-one-footer-contacts i{
		display: none;
	}
	
	.icon-one-footer-contacts{
		width: 18px;
		font-size: 18px;
	}
	
	.content-one-footer-contacts{
		width: calc(100% - 27px);
	}
	
	.social-contacts {
		width: 100%;
		font-size: 23px;
		display: flex;
		gap: 12px;
		margin-top: 10px;
	}
	
	.page-template-page-appartament .index-text{
		margin-top: -30px;
	}
	
	.index-text h3,
	.index-heading.index-heading2 .index-heading-h,
	.h-index-text{
		color: #a27019;
		font-size: 21px;
	}
	
	.content-index-text-accordion{
		max-height: 200px;
	}
	
	.content-index-text-accordion2{
		max-height: 600px;
	}
	
	.page-template-page-appartament .content-index-text p{
		margin: 2px 0;
	}
	
	.apartament-layout{
		padding: 7px 0;
	}
	
	.desc-one-apartament-layout table td{
		padding: 0 4px;
	}
	
	
	
	
	
	
}


