/*
Theme Name: yumika
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap');

/*
* {-webkit-appearance: none; }
*/


:root {
  --text: #323232;
  --dark: #5E544F;
  --light: #DFD7D5;
  --white: #FFFFFF;
  --accente: #489AE6;
  --accente_light: #61B3FF;
  --grey: #F4F4F4;
  --red: #e52222;
}

html {
	margin: 0%;
	padding: 0%;
	background: var(--grey);
}
body {
    margin: 0%;
    padding: 0%;
    line-height: 125%;
    font-size: 17px;
    font-family: 'Inter';
    color: var(--text);
    overflow-x: hidden;
}
a {
	color: var(--text);
}
a:hover {
    color: var(--red);
    text-decoration: none;
}
h1, h2, p.h2, h3, p.h3, h4, p.h4, h5, h6 {
    font-family: 'Montserrat';
	font-weight: normal;
    letter-spacing: 0px;
	position: relative;
}
h1, p.h1 {
    font-size: 70px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
p.h2, h2 {
	font-size: 50px;
	font-style: normal;
	font-weight: 600;
    line-height: 120%;
	line-height: normal;
}
.title {
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 35px 0;
}
p.h3, h3 {
	font-size: 35px;
	font-style: normal;
	font-weight: 600;
    line-height: 120%;
	letter-spacing: 0;
}
p.h4, h4 {
    font-size: 27px;
    line-height: 120%;
    font-weight: 600;
    margin: 20px 0;
}
h5, h6 {
    font-size: 19px;
    text-transform: inherit;
    line-height: 20pt;
    margin: 0%;
    margin: 0 auto;
}
img {
	max-width: 100%;
	height: auto;
}
input, select, textarea {
	outline: none;
}
.center {
    margin: 0 auto;
    width: 96%;
    max-width: 1550px;
    box-sizing: border-box;
    position: relative;
}
.center:after {
	content: '';
	clear: both;
	display: block;
}
.clear {
	position: relative;
	clear: both;
}
s {
    color: #EE2222;
}

/* elements */
a.button.more, input[type="button"], input[type="submit"] {
    background: var(--dark);
    color: var(--white);
    border: none;
    text-transform: none;
    font-size: 14px;
    font-weight: 500;
    padding: 18px 23px;
    border-radius: 4px;
    cursor: pointer;
    transition: 1s;
    text-decoration: none;
    box-shadow: 0px 6px 8px 0px rgba(34, 60, 80, 0.2);
}
a.button.more:hover, input[type="button"]:hover, input[type="submit"]:hover {
    background: var(--accente);
    text-decoration: underline;
    box-shadow: 0px 6px 8px 0px rgba(34, 60, 80, 0.12);
}
a.button.more.dark {
    background: var(--light);
    color: var(--text);
    display: table;
    margin: 15px 0 25px;
	transition: 0.5s;
}
a.button.more.dark:hover {
    background: var(--accente_light);
	color: var(--white);
}

/* center */
.center.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.center.content_none:after {
	content: none;
}




/* warning */
section.warning {
    background: var(--dark);
    color: var(--white);
    padding: 10px 0;
    font-size: 14px;
	text-align: center;
}
section.warning a {
    color: #fff;
	text-decoration: none;
}
section.warning a:hover {
    color: #fff;
	text-decoration: underline;
}
section.warning a span {
    background: #6E6967;
    border-radius: 4px;
    padding: 5px 12px;
    margin-left: 20px;
}



/* top */
section.top {
    padding: 20px 0;
}
section.top a {
    text-decoration: none;
}
section.top a:hover {
    text-decoration: underline;
	color: var(--red);
}
section.top .center.flex {
    gap: 50px;
}
section.top a {
	color: var(--text);
}
.top a.location {
    font-size: 15px;
    line-height: 110%;
    position: relative;
    max-width: 200px;
}
.top a.location:before {
    content: url('images/location.svg');
    float: left;
    margin: 0 10px 0 0;
}
a.bank {
    position: relative;
    border: 2px solid #EAEAEA;
    padding: 20px 20px 14px;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 14px;
    line-height: 120%;
    max-width: 250px;
    box-sizing: border-box;
	transition: 1s;
}
a.bank:hover {
    border: 2px solid #c7ddf1;
}
a.bank:before {
    content: url('images/logo_bank.svg');
    position: absolute;
    top: -10px;
    background: var(--grey);
    padding: 2px 10px;
    left: 10px;
}
a.whatsapp.mess {
    content: url('images/whatsapp.svg');
}
a.telegram.mess {
    content: url('images/telegram.svg');
}
a.tel {
    font-size: 19px;
    font-weight: 600;
}
.top a.tel {
    display: block;
    margin: 0 0 3px 0;
}
.top .phone {
    display: flex;
    align-items: center;
    gap: 10px;
}
.phone span.time {
    font-size: 14px;
}


/*
	nav
*/
nav.main {
    background: var(--light);
}
nav.main .center > ul {
    margin: 0%;
	padding: 0%;
	list-style-type: none;
	
    display: flex;
    align-items: center;
    justify-content: space-between;
}
nav.main .center > ul > li > a {
    padding: 20px 30px;
    display: block;
}
nav.main ul > li:hover > a {
	background: var(--dark);
	color: var(--white);
}


/*
	hover double menu
*/
nav.main .center > ul > li {
	
}
nav.main .center > ul > li > ul {
    display: none;
    position: absolute;
    background: var(--dark);
    z-index: 1;
    margin: 0%;
    padding: 0 30px 15px;
    list-style-type: none;
    box-sizing: border-box;
    border-radius: 0 0 4px 4px;
    margin-top: -1px;
    z-index: 2;
}
nav.main .center > ul > li:hover > ul {
	display: block;
}
nav.main .center > ul > li > ul > li {
	margin: 15px 0;
}
nav.main .center > ul > li > ul > li > a {
	color: var(--white)
}
nav.main .center > ul > li.current_page_item {
    background: #EADFDD;
}
nav.main .center > ul > li > ul > li.current_page_item > a {
    color: var(--light);
}
nav.main .center > ul > li > ul > li > a:hover {
	color: var(--accente_light);
}

/*
	sliders
*/
section.sliders {
	background: var(--dark);
}
section.sliders.regular_slider {
    margin: 0 !important;
}
section.sliders .one {
	position: relative;
    padding: 20px 0;
    height: 500px;
    background-size: cover;
    background-position: center center;
}
section.sliders .one:before {
    content: '';
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(180deg, rgb(0 0 0 / 18%) 0%, rgba(0, 0, 0, 1) 100%);
    position: absolute;
    transition: 2s;
    opacity: 0.6;
}
section.sliders .one .center {
    position: relative;
    color: #fff;
}
.sliders .content {
    max-width: 800px;
}
.sliders .content article {
    margin-top: -20px;
    margin-bottom: 50px;
    max-width: 700px;
    font-size: 19px;
    line-height: 120%;
}


/*
	triggers
*/
section.triggers {
    background: var(--dark);
    color: var(--white);
    font-size: 15px;
}
section.triggers ul {
    margin: 0%;
    padding: 0%;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}
section.triggers ul li {
    padding: 30px 30px;
    box-sizing: border-box;
}
section.triggers ul li img {
    float: left;
    margin: -10px 20px 0 0;
}


/*
	projects
*/
section.projects {
    position: relative;
    padding: 5px 0 40px;
}
section.projects > .center {
	position: relative;
	z-index: 1;
}
section.projects:before {
    content: '';
    position: absolute;
    width: 100%;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;
    background-color: var(--dark);
    background-image: url('images/background_projects.png');
    background-size: cover;
    background-position: center center;
}
section.projects:after {
    content: '';
    position: absolute;
    width: 100%;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;
    background-color: var(--dark);
    opacity: 0.9;
}
.projects_list {
    display: inline-block;
}
.projects_list .one {
    width: 400px;
    float: left;
    margin: 0 25px 0 0;
    background: var(--white);
    border-radius: 4px;
    overflow: hidden;
}
.projects_list .one .image {
    height: 260px;
    background: var(--dark);
    border-radius: 4px;
    overflow: hidden;
}
.projects_list .one .image img {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.projects_list .one .content {
    padding: 20px 30px;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 120%;
    height: 240px;
}
.projects_list .one .content a.name {
    font-size: 23px;
    font-weight: 600;
    display: block;
    margin-bottom: 20px;
}
.projects_list .one .content .price {
    margin: 18px 0;
    font-weight: 600;
    font-size: 18px;
}
a.button.gray {
    background: #F0EEEE;
    color: var(--text);
    border: none;
    text-transform: none;
    font-size: 14px;
    font-weight: 500;
    padding: 18px 23px;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.2s;
    text-decoration: none;
    box-shadow: none;
    display: table;
    margin: 15px 0 0;
}
a.button.gray:hover {
    background: var(--dark);
    color: var(--white);
}
article.short {
    max-width: 1000px;
    margin: 30px 0;
    font-size: 19px;
    line-height: 130%;
	color: var(--white);
}
article.short h3 {
    margin-bottom: 20px;
}
article.short.black {
	color: var(--text);
}

/*
	photos
*/
section.photos {
    position: relative;
    padding: 15px 0 55px;
}
section.photos:before {
    content: '';
    position: absolute;
    width: 100%;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;
    background-color: var(--light);
    opacity: 1;
}
.photos_list {
	
}
.photos_list .one {
    position: relative;
    float: left;
    margin: 0 20px 0 0;
    width: 350px;
    border-radius: 4px;
    height: 400px;
    font-size: 15px;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-color: var(--dark);
}
.photos_list .one:before {
    content: '';
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    position: absolute;
	transition: 2s;
    opacity: 0.4;
}
.photos_list .one:hover:before {
    opacity: 0.7;
}
.photos_list .one .content {
    padding: 0 30px;
    box-sizing: border-box;
    position: absolute;
    top: 230px;
	color: var(--white);
}
.photos_list .one .content a {
	color: var(--white);
}
.photos_list .one .content a:hover {
	color: var(--accente_light);
}
.photos_list .one .content a.name {
    font-size: 21px;
    display: block;
    margin-bottom: 15px;
    line-height: 130%;
    font-weight: 600;
}
a.more_arrow {
    content: url('images/arrow_link.svg');
    left: 30px;
    position: absolute;
    top: 30px;
    transition: 1s;
}
.photos_list .one a.more_arrow {
    opacity: 0.3;
}
.photos_list .one:hover a.more_arrow {
    opacity: 1;
}


/*
	about
*/
section.about {
    position: relative;
    padding: 15px 0 45px;
    overflow: hidden;
}
section.about:before {
    content: url('images/logo_watermark.png');
    position: absolute;
    left: 2%;
    bottom: -10px;
}

/*
	article
*/
img.alignright {
    float: right;
    max-width: 50%;
    border-radius: 4px;
    margin: 0 0 20px 50px;
}
img.alignleft {
    float: left;
    max-width: 50%;
    border-radius: 4px;
    margin: 0 50px 20px 0;
}
article ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
article ul li {
    position: relative;
    margin: 0 0 25px 0;
    padding-left: 40px;
    box-sizing: border-box;
}
article ul li:before {
    content: url('images/list.svg');
    position: absolute;
    left: 0;
    top: 0;
}

/*
	title_left
*/
section.title_left .title, section.title_left h2 {
    max-width: 1000px;
}

/*
	materials
*/
section.materials {
    position: relative;
    padding: 15px 0 40px;
}
section.materials:before {
    content: '';
    position: absolute;
    width: 100%;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    height: 70%;
    background-color: var(--light);
    opacity: 1;
}
.materials_list .one {
    float: left;
    margin: 0 20px 0 0;
    width: 230px;
}
.materials_list .one div {
    margin-bottom: 15px;
    border-radius: 4px;
    overflow: hidden;
    background: var(--dark);
}
.materials_list .one div img {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 100%;
}


/*
	remont
*/
section.remont {
	position: relative;
    padding: 10px 0 40px;
}
section.remont:before {
    content: '';
    position: absolute;
    width: 100%;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;
    background-color: var(--light);
    opacity: 1;
}
.remont_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-flow: row dense;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
}
.remont_list .one div {
    overflow: hidden;
    border-radius: 4px;
    background: var(--dark);
    margin-bottom: 15px;
    height: 360px;
}
.remont_list .one div img {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 100%;
}


/*
	ipoteka
*/
section.ipoteka {
    padding: 50px 0;
	background: #F9F9F9;
}
section.ipoteka .ipoteka_logos {
    float: left;
    width: 50%;
}
section.ipoteka .ipoteka_logos div {
    display: inline-block;
    margin: 3% 10% 3% 0;
    box-sizing: border-box;
}
section.ipoteka .ipoteka_logos div img {
    height: 42px;
    width: auto;
    vertical-align: middle;
}
section.ipoteka article {
    float: right;
    width: 45%;
}
section.ipoteka article h3 {
    margin: 20px 0;
}


/*
	contact_bottom
*/
section.contact_bottom .center.flex.content_none {
    align-items: normal;
}
section.contact_bottom {
	position: relative;
}
/*
section.contact_bottom .map {
    position: relative;
	width: 50%;
    background: var(--text);
	min-height: 500px;
}
*/
section.contact_bottom .map {
    position: relative;
    width: 50%;
    background: var(--text);
    min-height: 500px;
    top: 0;
    right: 0;
    z-index: 1;
    bottom: 0;
}
section.contact_bottom .map iframe {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border: none;
    background: var(--text);
    width: 100%;
    height: 100%;
}
address {
    font-style: normal;
    padding: 15px 0 25px;
    width: 45%;
}
address a {
    text-decoration: none;
}
address a:hover {
    text-decoration: underline;
}
address a.tel {
    font-size: 26px;
}
address .mess {
    display: flex;
    align-items: center;
    margin: 9px 0;
    gap: 10px;
}
address .location {
    font-size: 21px;
    font-weight: 600;
    margin: 20px 0 0;
}
address span {
    display: block;
	font-size: 15px;
	font-weight: 500;
    margin-bottom: 13px;
}
address span.comma {
    display: inline;
}
address input[type="button"] {
    display: table;
    margin: 20px 0;
}
address a.email {
    display: table;
    margin: 30px 0;
    font-size: 19px;
}
a.yandex.serv {
    content: url('images/yandex.svg');
}
a.google.serv {
    content: url('images/google.svg');
}
a.gis2.serv {
    content: url('images/2gis.svg');
}
.services_network {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    margin: 25px 0 35px;
}
.services_network a {
    height: 40px;
    background: rgb(94 84 79 / 8%);
    padding: 10px 20px;
    border-radius: 4px;
	transition: 1s;
}
.services_network a:hover {
    background: rgb(94 84 79 / 18%);
}


/*
	footer
*/
footer {
    background: var(--dark);
    color: var(--white);
	font-size: 15px;
}
footer a {
    color: var(--white);
	text-decoration: none;
}
footer a:hover {
    color: var(--accente_light);
	text-decoration: underline;
}

/*
	footer
	bottom_navi
*/
section.bottom_navi {
    padding: 35px 0 45px;
}
section.bottom_navi span.close {
	display: none;
}
section.bottom_navi .center.flex.content_none {
    align-items: flex-start;
    justify-content: space-between;
    gap: 10%;
}
nav.bottom {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10%;
    width: 80%;
}
nav.bottom .one div {
    margin-bottom: 20px;
    font-size: 21px;
    color: var(--light);
}
nav.bottom .one ul {
    margin: 0%;
    padding: 0%;
    list-style-type: none;
    font-size: 14px;
}
nav.bottom .one ul li {
    margin-bottom: 6px;
}
nav.bottom .one ul li.current_page_item > a {
    color: var(--accente_light);
}
nav.bottom .one:first-child {
	width: 40%;
}
nav.bottom .one {
    width: 30%;
}
nav.bottom .one:first-child ul {
    columns: 2;
}


/*
	footer
	copyright
*/
section.copyright {
    padding: 25px 0;
    border-top: 1px solid #dfd7d533;
    font-size: 13px;
    color: #BDBDBD;
}
section.copyright a {
    color: #BDBDBD;
}
a.vk.social {
    content: url('images/vk.svg');
}
a.tg.social {
    content: url('images/telegram_white.svg');
}
footer .social {
    display: flex;
    gap: 20px;
}
footer .social a {
    opacity: 0.6;
}
footer .social a:hover {
    opacity: 1;
}


/*
	single_page
*/
section.single_page {
    padding: 1px 0 50px;
    background: var(--white);
}
section.single_page section.contact_bottom .map {
    border-radius: 4px;
    overflow: hidden;
}

/*
	contact
*/
section.requisites .center.flex {
    align-items: flex-start;
}


/*
	requisites
*/
article {
    line-height: 160%;
}
article hr {
    border: none;
    border-top: 1px solid var(--grey);
    display: block;
    width: 100%;
    clear: both;
}
a.file {
    background: #CCC2C0;
    padding: 20px 30px 15px;
    box-sizing: border-box;
    max-width: 300px;
    border-radius: 4px;
    position: relative;
}
a.file:before {
    content: url('images/doc.svg');
    float: left;
    margin: -3px 20px 0 0;
}
section.requisites .center {
    background: var(--light);
    margin-top: 50px;
    padding: 30px 50px;
    box-sizing: border-box;
    border-radius: 4px;
    background-image: url('images/logo_watermark_light.png');
    background-position: bottom -5px right;
    background-repeat: no-repeat;
}
section.requisites article {
    width: 30%;
}
section.requisites article:first-child {
	width: 40%;
}
section.requisites a.file {
    margin: 35px 0 0;
}


/*
	breadcrumbs
*/
section.breadcrumbs {
    padding: 12px 0;
    margin: 20px 0 -50px;
    color: #939393;
}
.breadcrumbs a {
	position: relative;
	margin: 0 50px 0 0;
	text-decoration: none;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}
.breadcrumbs a:after {
    content: '';
    width: 15px;
    height: 1px;
    background: var(--dark);
    position: absolute;
    right: -35px;
    top: 10px;
}


/*
	about
*/
section.preview img {
    border-radius: 4px;
	background: var(--dark);
}
section.preview .center {
	position: relative;
}
section.preview article {
	position: absolute;
}
section.preview article {
    position: absolute;
    background: var(--white);
    right: 3%;
    max-width: 900px;
    border-radius: 4px;
    padding: 20px 40px;
    box-sizing: border-box;
    top: -30px;
    box-shadow: 0 0 9px 10px rgb(41 41 41 / 8%);
    z-index: 1;
}
section.preview .image {
	position: relative;
}
section.preview .image:after {
    content: url('images/logo_watermark_light.png');
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0.5;
    bottom: -4px;
}


/*
	about
	ipoteka
*/
section.ipoteka_about {
	position: relative;
	padding: 5px 0 40px;
}
section.ipoteka_about:before {
    content: '';
    position: absolute;
    width: 100%;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    height: 70%;
    background-color: var(--grey);
    opacity: 1;
}
.ipoteka_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: row dense;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}
.ipoteka_list .one {
    background: var(--white);
    border-bottom: 2px solid var(--light);
    border-radius: 4px;
    padding: 20px 50px;
    box-sizing: border-box;
	transition: 1s;
}
.ipoteka_list .one:hover {
    border-bottom: 2px solid var(--accente_light);
}
.ipoteka_list .one.finish {
    background-color: var(--dark);
    color: var(--white);
    border-bottom: 2px solid var(--dark);
}
.ipoteka_list .one.finish {
    background-color: var(--dark);
    color: var(--white);
}



/*
	about
	triggers
*/
section.triggers_about {
    background: var(--dark);
    color: var(--white);
    padding: 1px 0 40px;
}
section.triggers_about ol {
	margin: 0%;
	padding: 0%;
	list-style-type: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-flow: row dense;
    grid-column-gap: 0;
    grid-row-gap: 0;
}
section.triggers_about ol li {
    padding: 50px;
    box-sizing: border-box;
    border-top: 1px solid rgb(255 255 255 / 20%);
    border-right: 1px solid rgb(255 255 255 / 20%);
}
section.triggers_about ol li:nth-child(-n+3) {
	border-top: none;
}
section.triggers_about ol li:nth-child(3),
section.triggers_about ol li:nth-child(6) {
	border-right: none;
}
section.triggers_about ol li img {
    float: none;
    margin: 0 0 20px 0;
    display: block;
}
section.triggers_about ol li:nth-child(4),
section.triggers_about ol li:nth-child(1) {
	padding-left: 0;
}
section.triggers_about ol li:nth-child(3),
section.triggers_about ol li:nth-child(6) {
	padding-right: 0;
}

/*
	about
	more
*/
section.single_page.about_page section.contact_bottom {
    margin-top: 50px;
}


/*
	about
	what
*/
section.what {
    position: relative;
    padding: 10px 0 15px;
}
section.what:before {
    content: '';
    position: absolute;
    width: 100%;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    height: 20%;
    background-color: var(--dark);
    opacity: 1;
}
.what_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-flow: row dense;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-bottom: 30px;
}
section.what.more_services .what_list {
    grid-template-columns: repeat(2, 1fr);
}
section.what.more_services .what_list .one .content {
    max-width: 500px;
    top: 220px;
}
.what_list .one {
    position: relative;
    width: 100%;
    border-radius: 4px;
    height: 350px;
    font-size: 15px;
    overflow: hidden;
    background-color: var(--dark);
    background-position: center center;
    background-size: cover;
}
.what_list .one:before {
    content: '';
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    position: absolute;
    transition: 2s;
    opacity: 0.4;
}
.what_list .one:hover:before {
    opacity: 0.7;
}
.what_list .one .content {
	position: relative;
	z-index: 1;
    padding: 0 30px;
    box-sizing: border-box;
    position: absolute;
    top: 230px;
    color: var(--white);
}
.what_list .one .content a {
    color: var(--white);
}
.what_list .one .content a:hover {
    color: var(--accente_light);
}
.what_list .one .content a.name {
    font-size: 21px;
    display: block;
    margin-bottom: 15px;
    line-height: 130%;
    font-weight: 600;
}
.what.longe {
    position: relative;
    border-radius: 4px;
    background-position: center center;
    background-size: cover;
    padding: 100px 30px 50px;
    color: #fff;
    background-color: var(--dark);
    overflow: hidden;
}
.what.longe a {
    color: #fff;
}
.what.longe:before {
    content: '';
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    position: absolute;
    transition: 2s;
    opacity: 0.4;
}
.what.longe:hover:before {
    opacity: 0.7;
}
.what.longe .content {
    position: relative;
    z-index: 1;
    max-width: 700px;
}
.what.longe .content img {
    display: table;
    margin-bottom: 20px;
}
.what.longe .content a:hover {
	color: var(--accente_light);
}
.what.longe .content a.name {
    display: table;
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 130%;
}
.what.longe .content a.url {
    display: table;
    margin: 20px 0 0;
    font-size: 22px;
}

/*
	history
*/
section.history {
    padding: 10px 30px 80px;
}
section.history h2 {
    text-align: center;
}
.history_list {
    padding: 20px 0 100px;
    max-width: 1350px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: row dense;
    grid-column-gap: 120px;
    grid-row-gap: 70px;
}
.history_list:before {
    content: '';
    top: 12%;
    bottom: 12%;
    height: 90%;
    width: 1px;
    left: 50%;
    border-right: 2px dashed hsl(208.86deg 100% 88.66%);
    position: absolute;
}
.history_list .one {
    background: var(--light);
    width: 100%;
    margin: 0 0 30px 0;
    position: relative;
    padding: 60px 50px;
    box-sizing: border-box;
    border-radius: 4px;
    float: left;
}
.history_list .one:nth-child(even) {
    bottom: -200px;
}
.history_list .one:after {
    content: '';
    position: absolute;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    background: var(--accente);
    border: 10px solid hsl(208.86deg 100% 88.66%);
    top: 40%;
    z-index: 1;
    right: -88px;
    margin: 0 auto;
    /* box-sizing: border-box; */
}
.history_list .one:nth-child(even):after {
    right: inherit;
    left: -85px;
}
.history_list .one:nth-child(6),
.history_list .one:nth-child(3),
.history_list .one:nth-child(2) {
    background: #D7EBFE;
}
.history_list .one span {
    font-size: 50px;
    font-weight: 600;
    display: block;
    margin-bottom: 35px;
}
.history_list .one strong {
    display: block;
    margin: 18px 0 15px;
}

/*
	photos
*/
.photos_list.full {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: row dense;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}
.photos_list.full .one {
	width: 100%;
	float: none;
}
.photos_list.full .one .content {
    max-width: 450px;
}


/*
	one photo
*/
section.preview_photo {
    position: relative;
    margin: 20px 0 0;
}
section.preview_photo:before {
    content: '';
    position: absolute;
    width: 100%;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;
    background-color: var(--grey);
    opacity: 1;
}
section.preview_photo .image {
    position: relative;
    height: 550px;
    border-radius: 4px;
    background: var(--dark);
    overflow: hidden;
}
section.preview_photo .image img {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 100%;
}
section.preview_photo .image:before {
    content: '';
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(321deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    position: absolute;
    transition: 2s;
    opacity: 0.4;
}
section.preview_photo .content {
    max-width: 1100px;
    position: absolute;
    z-index: 1;
    padding: 80px 50px 0;
    box-sizing: border-box;
    color: var(--white);
}
section.preview_photo .content .breadcrumbs {
    font-size: 15px;
}
section.preview_photo .content .breadcrumbs a {
	color: var(--white);
}
section.preview_photo .content .breadcrumbs a:after {
    background: #cbcbcb;
}
section.preview_photo .content h1 {
    margin: 30px 0 0;
}
table,
table tr,
table td {
    height: auto !important;
}

/*
	table
*/
section.information {
    background: var(--grey);
    padding: 1px 0 40px;
}
article table {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
	border-spacing: 0px;
}
article table td {
    box-sizing: border-box;
    padding: 10px 20px;
	border-top: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
}
article table tr td:first-child {
	padding-left: 0;
}
article table tr td:last-child {
	padding-right: 0;
	border-right: none;
}
article table tr:first-child td {
	border-top: none;
}

/*
	information
*/
.information_list {
    display: flex;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 5%;
}
.information_list article {
    width: 40%;
}
.information_list article:first-child {
    width: 50%;
}
.information_list .buttons {
    width: 20%;
}
.buttons input[type="button"] {
    width: 100%;
    margin: 0 0 20px 0;
    max-width: 100%;
    padding: 20px 30px;
}
input[type="button"].blue {
    background: var(--accente);
}
.video_iframe {
	text-align: center;
	background: var(--light);
	border-radius: 4px;
}	
section.video video {
    height: 650px;
    width: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
section.video iframe {
    width: 100%;
    height: 600px;
    background: var(--dark);
    border: none;
    border-radius: 4px;
}
.gallery_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: row dense;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}
.gallery_list .one {
	background: var(--light);
	text-align: center;
	border-radius: 4px;
	overflow: hidden;
}
.gallery_list .one img {
    margin: 0 auto;
    width: auto;
    display: block;
    width: 100%;
    object-fit: contain;
    object-fit: cover;
    height: 500px;
}

/*
	projects
*/
section.single_page.projects_page {
    background: var(--grey);
}
.projects_list.full {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-flow: row dense;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}
.projects_list.full .one {
	width: 100%;
	display: none;
}
.projects_list.full .one.active {
	display: block;
}
.projects_list.full .one .image {
    height: 320px;
}
aside {
    background: var(--light);
    padding: 5px 30px;
    box-sizing: border-box;
    border-radius: 4px;
    margin-bottom: 20px;
}
aside h4 {
    margin-bottom: -5px;
}

/*
	filter
*/
div.filter {
    background: var(--white);
    padding: 10px 30px;
    box-sizing: border-box;
    border-radius: 4px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
div.filter .name {
    font-weight: 600;
}
input[type="button"].grey {
    background: var(--light);
    box-shadow: none;
    color: var(--text);
	transition: 0.2s;
}
input[type="button"].grey:hover {
    background: var(--accente);
    color: var(--white);
    box-shadow: none;
}
div.filter .floors {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
div.filter .floor {
    background: var(--grey);
    padding: 15px 25px;
    border-radius: 4px;
	cursor: pointer;
}
div.filter .floor:hover {
    background: var(--accente_light);
    color: var(--white);
}
div.filter .floor.active {
    background: var(--accente);
    color: var(--white);
}
div.filter .range {
    width: 33%;
    position: relative;
}
div.filter .range {
    width: -webkit-fill-available;
    position: relative;
    padding: 0 2%;
}
div.filter .range span {
    font-size: 13px;
    display: block;
}
div.filter .range input[type="range"] {
    width: 100%;
    margin: 0;
}
div.filter .range span.min {
    float: left;
    width: auto;
}
div.filter .range span.max {
    float: right;
    width: auto;
}
div.filter span.real {
    width: 50%;
    margin: 0 auto;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: 600;
}


/*
	section.navi
*/
section.navi {
    padding: 40px 0 0;
}
section.navi ul {
    margin: 0%;
    padding: 0%;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
section.navi ul li {
    padding: 15px 40px;
    border-bottom: 2px solid var(--grey);
	cursor: pointer;
}
section.navi ul li:hover {
    border-bottom: 2px solid var(--dark);
}
section.navi ul li.active {
    border-bottom: 2px solid var(--accente);
}
section.navi ul li:first-child {
	padding-left: 0;
}


/*
	single project
*/
section.preview_project {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
}


/*
	section.preview_project .slider_photos
*/
section.preview_project .slider_photos {
	width: 50%;
}
.slider_photos .photo {
    height: 520px;
    margin-bottom: 5px;
    background: var(--grey);
    border-radius: 4px;
    overflow: hidden;
}
.slider_photos .photo .one {
    height: 520px;
    background: var(--dark);
}
.slider_photos .photo .one img {
    display: block;
    width: 100%;
    object-fit: cover;
    object-fit: contain;
    height: 100%;
}

/*
	section.preview_project .info
*/
section.preview_project .info {
	width: 50%;
}
.slider_photos .thumbnails .one {
    margin: 0 6px 0 0;
    float: left;
    border-radius: 4px;
    overflow: hidden;
    width: auto !important;
    background: var(--dark);
    cursor: pointer;
	border: 2px solid var(--white);
}
.slider_photos .thumbnails .one.slick-slide.slick-current.slick-active {
	border: 2px solid var(--accente);
}
.slider_photos .thumbnails .one img {
    height: 90px;
    width: auto;
}

section.preview_project .info .grey {
    background: var(--grey);
    border-radius: 4px;
    padding: 35px;
    box-sizing: border-box;
    font-size: 15px;
}
section.preview_project .info .grey article {
    font-size: 15px;
    line-height: 130%;
}
section.preview_project .info .grey article h2 {
    font-size: 23px;
    margin: 0 0 10px 0;
}
section.preview_project .info .grey.price {
    margin-top: 10px;
    gap: 30px;
}
section.preview_project .info .grey ol {
    margin: 25px 0 20px;
    padding: 0;
    list-style-type: none;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-flow: row dense;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
}
section.preview_project .info .grey ol li {
    font-weight: 600;
	position: relative;
}
section.preview_project .info .grey ol li:before {
	content: attr(data-parent);
}
section.preview_project .info .grey ol li img {
    display: block;
    margin-bottom: 7px;
}
section.preview_project .info .grey ol li span {
    font-size: 13px;
    display: block;
    font-weight: 500;
}
section.preview_project .info input[type="button"].blue {
    padding: 23px 25px;
    font-size: 15px;
    font-weight: 600;
}
section.preview_project .files {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: row dense;
    grid-column-gap: 20px;
    grid-row-gap: 15px;
    margin: 30px 0 0;
}
section.preview_project .files a {
    position: relative;
	background: #DFD7D5;
    border-radius: 4px;
    padding: 20px 30px 15px;
    box-sizing: border-box;
}
section.preview_project .files a:before {
    content: url('images/pdf.svg');
    float: left;
    margin: -3px 20px 0 0;
}
.grey.price {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.total {
    font-size: 23px;
    font-weight: 600;
    display: block;
    margin-bottom: 7px;
}
.plan_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: row dense;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
}
.plan_list .one {
    border: 1px solid var(--light);
    border-radius: 4px;
    overflow: hidden;
    background-color: var(--light);
}
.plan_list .one img {
    display: block;
    margin: 0 auto;
}



/*
	plan
*/
section.plan {
    position: relative;
    padding: 1px 0 30px;
}
section.plan:before {
    content: '';
    position: absolute;
    width: 100%;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;
    background-color: var(--grey);
    opacity: 1;
}

/*
	materials
*/
section.materials.title_left.full {
	
}
section.materials.title_left.full:before {
    background-color: var(--light);
}
section.materials.title_left.full .materials_list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-auto-flow: row dense;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
}
section.materials.title_left.full .materials_list .one {
    margin: 0;
    width: 100%;
}

/*
	characteristic
*/
section.characteristic {
    padding: 1px 0 50px;
}
section.characteristic table tr {
    width: 50%;
    display: inline-flex;
    box-sizing: border-box;
}
section.characteristic table tr td {
    width: 50%;
    display: inline-block;
    box-sizing: border-box;
}
section.characteristic table tr:nth-child(2) td {
	border-top: none;
}
section.characteristic table tr td:first-child {
    font-weight: 600;
}

/*
	slider_photos
*/
section.slider_photos {
    padding: 1px 0 30px;
}
.slider_photos_list .one img {
    height: 420px;
    width: auto;
    float: left;
    margin: 0 10px 0 0;
    border-radius: 4px;
    overflow: hidden;
	background: var(--dark);
}
section.projects.single:before {
    content: '';
    position: absolute;
    width: 100%;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    height: 55%;
    background: var(--dark);
    opacity: 1;
}
section.projects.single:after {
	content: none;
}
section.single_page.single_project {
    padding: 1px 0 0;
}

/*
	have_home
*/
section.have_home {
    padding: 1px 0 30px;
}
section.single_page.service_one section.have_home {
    background: #f9f9f9;
}
.home_have {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: row dense;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}
/*
.home_have .what {
    margin-bottom: 20px;
    padding-top: 200px;
    border-radius: 4px;
    overflow: hidden;
}
*/
.home_have .what {
    margin-bottom: 20px;
    padding-top: 300px;
    border-radius: 4px;
    overflow: hidden;
    min-height: 260px;
    box-sizing: border-box;
}
.home_have .what a.location {
    position: relative;
    display: table;
    margin: 20px 0 0;
    padding-left: 30px;
    box-sizing: border-box;
}
.home_have .what a.location:before {
    content: url('images/location_white.svg');
    position: absolute;
    left: 0;
}
.home_have .what.longe .content {
    position: relative;
    z-index: 1;
    max-width: 600px;
}
.home_have .what.longe:before {
    opacity: 0.7;
}
section.what.no_before {
    padding: 0;
}
section.what.no_before:before {
	content: none;
}


/*
	one service
*/
section.preview_service {
    position: relative;
    background-size: cover;
    background-position: center center;
    padding: 60px 0 90px;
    margin-top: -1px;
    color: var(--white);
    background-color: var(--dark);
}
section.preview_service a {
	color: var(--white);
}
section.preview_service .breadcrumbs a:after {
    background: #cbcbcb;
}
div.breadcrumbs {
    color: var(--light);
}
section.preview_service:before {
    content: '';
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(321deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    position: absolute;
    transition: 2s;
    opacity: 0.6;
}
section.preview_service .center {
    position: relative;
    z-index: 1;
}
section.preview_service .center > * {
	max-width: 900px;
}
section.preview_service .center > article {
    max-width: 700px;
    margin-bottom: 35px;
}
section.preview_service h1 {
    margin: 25px 0;
}


/*
	home_have
*/
section.single_page.single_home_have h1 {
    font-size: 50px;
    margin: 65px 0 35px;
}
section.preview_home_have {
    display: flex;
    align-items: unset;
    justify-content: space-between;
	border-radius: 4px;
	overflow: hidden;
}
section.preview_home_have .slider_photos {
    width: 50%;
}
section.preview_home_have .info.map {
    width: 50%;
    position: relative;
}
section.preview_home_have .info.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    min-height: -webkit-fill-available;
    border: none;
    background: var(--dark);
}
section.preview_home_have .slider_photos .photo {
    margin: 0;
    border-radius: 0;
}
.information_list .buttons article {
    width: 100%;
    line-height: 130%;
    margin: 20px 0;
}
a.map_location {
    position: relative;
    display: table;
    margin: 20px 0 0;
}
a.map_location:before {
    content: url('images/map_location.png');
    border-radius: 100%;
    float: left;
    margin: -8px 25px 0 0;
    overflow: hidden;
}
.information_list article:first-child div.autor {
    display: flex;
    gap: 30px;
}
div.autor .website {
    background: #EDEDED;
    padding: 15px 30px;
    box-sizing: border-box;
    line-height: 130%;
    border-radius: 4px;
}
div.autor .website a {
    display: table;
    font-weight: 600;
}

/*
	form
*/
.visibility {
	display: none;
}

/*
	callback_block
*/
section.callback_block {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: 5;
    background-color: rgb(0 0 0 / 82%);
    max-width: 100%;
    min-width: 100%;
    color: #323232;
    animation: callback .6s forwards;
}
section.callback_block.active {
	display: block;
}
section.callback_block .content {
    background: #fff;
    position: fixed;
    z-index: 30;
    left: 0;
    right: 0;
    display: block;
    top: 15%;
    margin: 0 auto;
    width: 390px;
    box-sizing: border-box;
    box-shadow: 0 0 32px 12px rgb(0 0 0 / 44%);
    border-radius: 4px;
    padding: 30px 60px 60px;
}
section.callback_block .content p.h2 {
    font-size: 28px;
    margin-bottom: 20px;
}
section.callback_block .content p.politic {
    font-size: 14px;
    line-height: 130%;
    margin: 20px 0;
    opacity: 0.6;
}

/*
	answer form
*/
.notification.notification_accept {
    background: #bde7bd;
    border-radius: 4px;
    padding: 16px 20px;
    box-sizing: border-box;
    margin: 25px 0 0;
}
.notification.notification_accept strong {
    display: block;
    margin-bottom: 4px;
}


/*
	form inputs
*/
input[type="tel"], input[type="email"], input[type="text"] {
    font-size: 19px;
    padding: 16px 20px;
    box-sizing: border-box;
    border-radius: 6px;
    border: 2px solid #ddd;
    margin: 5px 0;
	transition: 1s;
}
input[type="tel"]:hover, input[type="email"]:hover, input[type="text"]:hover {
    border: 2px solid #c3c3c3;
}
form input[type="button"] {
    margin: 10px 0;
}
span.close {
	content: url('images/close.svg');
	background: var(--accente);
	padding: 25px;
	border-radius: 100%;
	position: absolute;
	right: -10px;
	top: -10px;
	transition: .5s;
}
span.close:hover {
	background: var(--accente_light);
}
section.pop_up span.close {
    padding: 20px;
    right: -15px;
}
form .politic {
    margin: 15px 0 20px;
    font-size: 14px;
}
form .politic input[type="checkbox"] {
    margin: 0 10px 0 0;
    width: 20px;
    height: 20px;
    float: left;
}


/*
	slick
*/
section.sliders.regular_slider ul.slick-dots {
    bottom: 30px;
}
section.sliders span.arrow {
	opacity: 0;
	transition: 1s;
}
section.sliders:hover span.arrow {
	opacity: 1;
}
ul.slick-dots li button {
    border-radius: 100%;
    width: 10px;
    height: 10px;
    background: var(--dark);
}
ul.slick-dots li button:hover {
    background: var(--grey);
}
ul.slick-dots li.slick-active button {
	background: var(--accente);
}
/*
	section.projects
*/
section.projects {
    overflow: hidden;
}
section.single_page.single_home_have {
    padding: 1px 0 0;
}
.regular.visible .slick-list {
    overflow: visible;
}
.slickdots_left ul.slick-dots {
    text-align: left;
    bottom: -50px;
}
.regular.slickdots_left.slick-dotted.slick-slider {
    margin-bottom: 80px;
}
section.projects ul.slick-dots li button {
    background: var(--light);
}
section.projects ul.slick-dots li.slick-active button {
	background: var(--accente);
}
span.white.arrow.slick-arrow {
	cursor: pointer;
    background: var(--white);
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    padding: 14px;
    border-radius: 100%;
    content: url('images/arrow_left.svg');
    box-shadow: 0px 0px 10px 3px rgb(157 157 157 / 20%);
	transition: 1s;
    z-index: 1;
}
span.white.arrow.slick-arrow:hover {
    box-shadow: 0px 0px 10px 3px rgb(157 157 157 / 30%);
}
span.white.arrow.slick-arrow.prev {
    right: 70px;
}
span.white.arrow.slick-arrow.next {
	right: 0;
	transform: rotate(180deg);
}
span.white.arrow.top.slick-arrow.slick-disabled {
	opacity: 0.3;
}
span.white.arrow.slick-arrow.top {
    top: -80px;
}
span.white.arrow.middle {
    top: 48%;
}
span.white.arrow.middle.next {
    right: 1%;
}
span.white.arrow.middle.prev {
    left: 1%;
}
button.slick-arrow {
    cursor: pointer;
    background: var(--white);
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    padding: 14px;
    border-radius: 100%;
    box-shadow: 0px 0px 10px 3px rgb(157 157 157 / 20%);
    transition: 1s;
    z-index: 1;
    top: -270px;
}
button.slick-arrow:hover {
    background: var(--white);
    box-shadow: 0px 0px 10px 3px rgb(157 157 157 / 30%);
}
button.slick-prev.slick-arrow {
	left: 20px;
}
button.slick-next.slick-arrow {
    right: 20px;
    transform: rotate(180deg);
    top: -300px;
}
.slick-next:before {
    content: url('images/arrow_left.svg') !important;
}
.slick-prev:before {
    content: url('images/arrow_left.svg') !important;
}

/*
	error 404
*/
section.error404 {
    padding: 25px 0 90px;
}
section.error404 h1 {
    margin: 20px 0 -20px;
}
section.single_page.service_one {
    padding: 1px 0 0;
}



/* popup__toggle */
#popup__toggle {
	bottom: 8%;
    right: 10px;
    position: fixed;
    z-index: 9;
	cursor: pointer;
	transition: 0.5s;
}
#popup__toggle.dinamic {
	bottom: 10%;
	transition: 0.5s;
}
.img-circle{
	background-color: var(--accente);
	box-sizing: ontent-box;
	-webkit-box-sizing: content-box;
	transition: 1s;
}
#popup__toggle:hover .img-circle {
	background-color: var(--accente_light);
}
.circlephone {
	box-sizing:content-box;
	-webkit-box-sizing:content-box;
	border: 2px solid var(--accent);
	width:150px;
	height:150px;
	bottom:-25px;
	right:10px;
	position:absolute;
	-webkit-border-radius:100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	opacity: .5;
	-webkit-animation: circle-anim 2.4s infinite ease-in-out !important;
	-moz-animation: circle-anim 2.4s infinite ease-in-out !important;
	-ms-animation: circle-anim 2.4s infinite ease-in-out !important;
	-o-animation: circle-anim 2.4s infinite ease-in-out !important;
	animation: circle-anim 2.4s infinite ease-in-out !important;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all 0.5s;
}
#popup__toggle:hover .circlephone {
	border: 2px solid var(--accent_light);
}
.circle-fill {
	box-sizing:content-box;
	-webkit-box-sizing:content-box;
	background-color: var(--accente);
	width:100px;
	height:100px;
	bottom:0px;
	right:35px;
	position:absolute;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid transparent;
	-webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;
	-moz-animation: circle-fill-anim 2.3s infinite ease-in-out;
	-ms-animation: circle-fill-anim 2.3s infinite ease-in-out;
	-o-animation: circle-fill-anim 2.3s infinite ease-in-out;
	animation: circle-fill-anim 2.3s infinite ease-in-out;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all 0.5s;
}
.img-circle {
	box-sizing:content-box;
	-webkit-box-sizing:content-box;
	width:72px;
	height:72px;
	bottom: 14px;
	right: 49px;
	position:absolute;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid transparent;
	opacity: 1;
	transition: 0.5s;
}
.img-circleblock {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	width: 72px;
	height: 72px;
	background-image: url(images/callme.svg);
	background-position: center center;
	background-repeat: no-repeat;
	animation-name: tossing;
	-webkit-animation-name: tossing;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	transition: 0.5s;
}
.img-circle:hover {
	opacity: 1;
}
@keyframes pulse {0% {transform: scale(0.9);opacity: 1;}
  50% {transform: scale(1); opacity: 1; }   
  100% {transform: scale(0.9);opacity: 1;}}
 @-webkit-keyframes pulse {0% {-webkit-transform: scale(0.95);opacity: 1;}
  50% {-webkit-transform: scale(1);opacity: 1;}   
  100% {-webkit-transform: scale(0.95);opacity: 1;}}
@keyframes tossing {
  0% {transform: rotate(-8deg);}
  50% {transform: rotate(8deg);}
  100% {transform: rotate(-8deg);}}
@-webkit-keyframes tossing {
  0% {-webkit-transform: rotate(-8deg);}
  50% {-webkit-transform: rotate(8deg);}
  100% {-webkit-transform: rotate(-8deg);}}
@-moz-keyframes circle-anim {
  0% {-moz-transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;-moz-opacity: .1;-webkit-opacity: .1;-o-opacity: .1;}
  30% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;-moz-opacity: .5;-webkit-opacity: .5;-o-opacity: .5;}
  100% {-moz-transform: rotate(0deg) scale(1) skew(1deg);opacity: .6;-moz-opacity: .6;-webkit-opacity: .6;-o-opacity: .1;}}
@-webkit-keyframes circle-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.5) skew(1deg);-webkit-opacity: .1;}
  30% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);-webkit-opacity: .5;}
  100% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);-webkit-opacity: .1;}}
@-o-keyframes circle-anim {
  0% {-o-transform: rotate(0deg) kscale(0.5) skew(1deg);-o-opacity: .1;}
  30% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);-o-opacity: .5;}
  100% {-o-transform: rotate(0deg) scale(1) skew(1deg);-o-opacity: .1;}}
@keyframes circle-anim {
  0% {transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;}
  30% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;}
  100% {transform: rotate(0deg) scale(1) skew(1deg);
opacity: .1;}}
@-moz-keyframes circle-fill-anim {
  0% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);opacity: .2;}
  100% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-webkit-keyframes circle-fill-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;  }
  50% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;  }
  100% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-o-keyframes circle-fill-anim {
  0% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-o-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@keyframes circle-fill-anim {
  0% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
}




@media(max-width: 1550px) {
	body {
		font-size: 15px;
	}	
	h1, p.h1 {
		font-size: 50px;
	}
	p.h2, h2 {
		font-size: 40px;
	}
	.title {
		font-size: 40px;
	}
	p.h4, h4 {
		font-size: 22px;
	}
	nav.main .center > ul > li > a {
		padding: 20px 20px;
	}	
	section.sliders .one {
		height: 430px;
	}
	section.triggers {
		font-size: 14px;
	}	
	article {
		line-height: 150%;
	}	
	article ul li {
		margin: 0 0 15px 0;
	}
	section.ipoteka {
		padding: 30px 0;
	}	
	section.ipoteka .ipoteka_logos div img {
		height: 50px;
	}	
	address .location {
		font-size: 18px;
	}
	address a.email {
		font-size: 17px;
	}


}

@media(max-width: 1350px) {
	a.bank {
		padding: 15px 20px 10px;
	}	
	a.tel {
		font-size: 17px;
	}
	.top a.location {
		font-size: 14px;
		max-width: 180px;
	}
	section.ipoteka .ipoteka_logos {
		float: left;
		width: 45%;
	}	
	section.ipoteka article {
		width: 54%;
	}
	nav.main .center > ul > li > ul {
		padding: 10px 30px 10px;
	}


}


@media(max-width: 900px) {
	html.main {
		margin-top: 0 !important;
		overflow-x: hidden;
	}
	html #wpadminbar {
		display: none !important;
		height: 0px !important;
		max-height: 0px !important;
	}	
	
	.center {
		width: 90%;
		min-width: 90%;
		max-width: 90%;
	}
	h1 {
		font-size: 29px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
	}
	p.h2, h2 {
		font-size: 27px;
		line-height: 120%;
		font-weight: normal;
		position: relative;
		font-weight: 600;
		letter-spacing: 0;
	}
	p.h3, h3 {
		font-size: 18px;
		line-height: 16pt;
	}
	h4, h5, h6 {
		font-size: 16px;
		line-height: 16pt;
	}

	/*
		warning
	*/
	section.warning {
		padding: 8px 0;
		font-size: 12px;
	}	
	section.warning a span {
		display: none;
	}

	html {
		background: #fff;
	}

	#popup__toggle {
		bottom: 8%;
		right: 3px;
		position: fixed;
		z-index: 15;
	}
	.circlephone {
		max-width: 70px;
		max-height: 70px;
	}
	.circle-fill {
		max-width: 45px;
		max-height: 45px;
		bottom: -12px;
		right: 23px;
	}
	.img-circle {
		width: 25px;
		height: 25px;
		right: 33px;
		top: -27px;
	}
	.img-circleblock {
		width: 20px;
		height: 20px;
		right: 3px;
		top: 2px;
		position: absolute;
		background-size: 65%;
	}


	/*
		header
	*/	
	header {
		border-bottom: 1px solid #ddd;
	}	
	

	/*
		section
		nav
	*/
	nav.main, section {
		overflow: hidden;
	}	


	/*
		top
	*/	
	section.top {
		padding: 15px 0;
	}	
	section.top .center.flex {
		gap: 10px;
	}	
	.top a.location {
		display: none;
	}
	.top a.bank {
		display: none;
	}
	.top input[type="button"] {
		display: none;
	}
	.top a.mess {
		display: none;
	}
	.top a.logo {
		max-width: 25%;
	}
	a.tel {
		font-size: 14px;
	}
	.top a.tel {
		display: block;
		margin: 0 0 1px 0;
	}	
	span.bmenu {
		content: url('images/bmenu.svg');
		background: var(--dark);
		padding: 15px 12px;
		border-radius: 4px;
	}
	span.bmenu.dinamic {
		position: fixed;
		right: 0;
		top: 0;
		z-index: 2;
		border-radius: 0 0 4px 4px;
		background: var(--accente);
	}

	/*
		nav
	*/
	nav.main {
		display: none;
	}
	

	/*
		title
	*/
	.sliders .content article {
		margin-top: 0;
		margin-bottom: 50px;
		max-width: 700px;
		font-size: 16px;
		line-height: 120%;
	}
	.sliders .content h2,
	.sliders .content h1 {
		font-size: 37px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
	}

	/*
		title
	*/
	.title {
		font-size: 30px;
		padding: 25px 0;
	}	
	
	/*
		triggers
	*/
	section.triggers {
		font-size: 14px;
		padding-bottom: 22px;
	}	
	section.triggers ul {
		display: block;
	}
	section.triggers ul.regular.mobile_regular li {
		padding: 30px 30px 10px 30px;
		box-sizing: border-box;
	}
	section.triggers ul.slick-dots li {
		padding: 5px 15px !important;
	}
	section.triggers ul.slick-dots li button {
		background: var(--light);
	}
	section.triggers ul.slick-dots li.slick-active button {
		background: var(--accente);
	}

	
	/*
		projects
	*/
	section.projects {
		position: relative;
		padding: 5px 0 20px;
	}	
	.projects_list .one {
		margin: 0 10px 0 0;
	}
	.projects_list .one .image {
		height: 220px;
	}
	.projects_list .one .content a.name {
		font-size: 18px;
	}
	.projects_list .one .content .price {
		margin: -5px 0 12px;
		font-weight: 600;
		font-size: 16px;
	}
	.projects_list .one .content {
		padding: 22px 20px;
		font-size: 14px;
		height: 240px;
	}
	a.button.gray {
		padding: 15px 17px;
	}

	/*
		article.short
	*/
	article.short h3 {
		margin-bottom: 15px;
	}	
	article.short {
		max-width: 100%;
		margin: 30px 0 1px;
		font-size: 14px;
	}

	/*
		photos
	*/
	section.photos {
		padding: 15px 0;
	}	
	.photos_list .one a.more_arrow {
		opacity: 1;
	}
	.photos_list .one .content {
		top: 200px;
	}
	img.alignleft, img.alignright {
		float: none;
		max-width: 100%;
		border-radius: 4px;
		margin: 0;
	}

	/*
		article
	*/
	article {
		line-height: 140%;
		font-size: 14px;
	}
	article ul li {
		margin: 0 0 10px 0;
	}


	/*
		materials
	*/
	section.materials {
		padding: 1px 0 10px;
	}


	/*
		remont
	*/
	section.remont {
		position: relative;
		padding: 1px 0 20px;
	}
	.remont_list {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-auto-flow: row dense;
		grid-column-gap: 0;
		grid-row-gap: 20px;
	}
	.remont_list .one div {
		height: 220px;
		width: 100%;
	}


	/*
		ipoteka
	*/
	section.ipoteka .ipoteka_logos {
		float: none;
		width: 100%;
	}
	section.ipoteka .ipoteka_logos div img {
		height: 33px;
		width: auto;
		margin: 0;
	}
	section.ipoteka .ipoteka_logos div {
		display: inline-block;
		margin: 15px 10px;
		box-sizing: border-box;
	}
	section.ipoteka article {
		width: 100%;
	}
	address {
		font-style: normal;
		padding: 15px 0 25px;
		width: 100%;
	}
	section.contact_bottom .map {
		position: relative;
		width: 100%;
		background: var(--text);
		min-height: 400px;
		top: 0;
		right: 0;
		z-index: 1;
		bottom: 0;
	}
	section.contact_bottom .map iframe {
		height: 500px;
		min-height: 500px;
	}
	

	/*
		contact address
	*/
	.services_network {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		gap: 20px;
		margin: 25px 0 1px;
	}
	.services_network a {
		box-sizing: border-box;
		height: 50px;
		padding: 10px 10px;
	}
	address a.tel {
		font-size: 24px;
		display: table;
		margin: 20px 0;
	}
	address .location {
		font-size: 21px;
	}
	address span.comma {
		display: none;
	}
	address div.mess {
		display: flex;
		align-items: center;
		margin: 1px 0 15px;
		gap: 10px;
		max-width: 250px;
	}


	/*
		bottom_navi
	*/
	section.bottom_navi .center.flex.content_none {
		display: block;
	}
	.logo_bottom {
		margin-bottom: 30px;
	}
	nav.bottom {
		display: block;
		align-items: flex-start;
		justify-content: space-between;
		gap: 10%;
		width: 100%;
	}
	nav.bottom .one:first-child ul {
		columns: 1;
	}
	nav.bottom .one {
		width: 100%;
		margin: 20px 0;
	}
	nav.bottom .one:first-child {
		width: 100%;
	}
	section.bottom_navi {
		padding: 25px 0 15px;
	}


	/*
		copyright
	*/
	section.copyright {
		padding: 15px 0;
	}	
	section.copyright .center.flex {
		display: block;
	}
	section.copyright .center.flex > * {
		display: block;
		margin: 7px 0;
	}
	section.copyright .center.flex .social {
		display: flex;
		padding: 5px 0;
	}
	section.copyright .center.flex span.autor {
		display: none;
	}
	
	
	
	/*
		body.menu
	*/
	body.menu section.bottom_navi {
		display: block;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
		z-index: 3;
		background: var(--dark);
		overflow: auto;
		padding: 10%;
		box-sizing: border-box;
	}
	body.menu nav.bottom .one ul li {
		margin-bottom: 8px;
	}
	body.menu .logo_bottom {
		margin-bottom: 30px;
		max-width: 35%;
	}
	body.menu nav.bottom .one {
		margin: 20px 0 40px;
	}	
	body.menu nav.bottom .one:last-child {
		margin-bottom: 0;
	}		
	body.menu section.bottom_navi span.close {
		display: block;
		content: url('images/close.svg');
		background: var(--accente);
		padding: 25px;
		border-radius: 100%;
		position: absolute;
		right: -10px;
		top: -10px;
	}
	
	/*
		breadcrumbs
	*/
	.breadcrumbs {
		font-size: 13px;
	}
	.breadcrumbs a {
		margin: 0 25px 0 0;
	}	
	.breadcrumbs a:after {
		width: 8px;
		right: -20px;
	}
	section.preview_service {
		padding: 30px 0 90px;
	}	
		
	/*
		about
	*/
	section.preview article {
		position: relative;
		background: var(--white);
		right: 0;
		max-width: 100%;
		border-radius: 4px;
		padding: 0;
		box-sizing: border-box;
		top: 0;
		box-shadow: none;
		z-index: 1;
	}	
	section.preview .image {
		position: relative;
		height: 300px;
	}
	section.preview img {
		border-radius: 4px;
		background: var(--dark);
		display: block;
		width: 100%;
		object-fit: cover;
		height: 100%;
	}	
	section.preview .image:after {
		content: none;
	}	
	
	/*
		ipoteka_about
	*/
	section.preview {
		padding-bottom: 25px;
	}	
	section.ipoteka_about:before {
		height: 100%;
	}	
	section.ipoteka_about h2 {
		font-size: 21px;
	}
	.ipoteka_list {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-auto-flow: row dense;
		grid-column-gap: 0;
		grid-row-gap: 10px;
	}
	.ipoteka_list .one {
		padding: 15px 20px;
	}
	
	
	/*
		what_list
	*/	
	.what_list {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-auto-flow: row dense;
		grid-column-gap: 0;
		grid-row-gap: 10px;
		margin-bottom: 10px;
	}
	
	/*
		triggers_about
	*/	
	section.triggers_about ol {
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 30px;
		grid-row-gap: 30px;
	}
	section.triggers_about ol li {
		padding: 0;
		border: none !important;
	}
	
	/*
		history_list
	*/		
	section.history {
		padding: 10px 0 0;
	}
	.history_list {
		padding: 15px 0;
		max-width: 100%;
		margin: 0 auto;
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-auto-flow: row dense;
		grid-column-gap: 0;
		grid-row-gap: 10px;
	}
	.history_list .one {
		width: 100%;
		margin: 0 0 10px 0;
		padding: 40px 30px 30px;
		float: none;
	}
	.history_list .one:nth-child(even) {
		bottom: 0;
	}
	.history_list .one:nth-child(even):after,
	.history_list .one:after {
		content: none;
	}

	
	/*
		requisites
	*/	
	section.requisites .center.flex {
		align-items: baseline;
		display: block;
	}
	section.requisites .center {
		margin-top: 1px;
		padding: 20px 30px;
		background-image: none;
	}
	section.requisites article:first-child {
		width: 100%;
	}
	section.requisites article {
		width: 100%;
	}
	section.requisites a.file {
		margin: 10px 0 10px;
		display: table;
		font-size: 14px;
		padding: 20px 20px 10px;
		background: rgb(255 255 255 / 52%);
	}
	
	/*
		single_page
		contact_bottom
	*/	
	section.single_page {
		padding: 1px 0 30px;
	}	
	section.single_page.about_page section.contact_bottom {
		margin-top: 1px;
	}
	
	/*
		contact_bottom
	*/	
	section.contact_bottom .center.flex.content_none {
		align-items: normal;
		display: block;
	}
	
	/*
		single_page
		services
	*/	
	section.what.more_services .what_list {
		grid-template-columns: repeat(1, 1fr);
	}	
	
	/*
		single_page
		photos
	*/	
	.photos_list.full {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-auto-flow: row dense;
		grid-column-gap: 0;
		grid-row-gap: 10px;
	}
	section.preview_photo .content {
		max-width: 100%;
		position: absolute;
		z-index: 1;
		padding: 30px;
		box-sizing: border-box;
		color: var(--white);
	}
	section.preview_photo .content .breadcrumbs {
		font-size: 15px;
		line-height: 125%;
	}
	section.preview_photo .image {
		position: relative;
		height: 380px;
		border-radius: 4px;
		background: var(--dark);
		overflow: hidden;
	}
	
	/*
		information
	*/
	section.information {
		padding: 1px 0 20px;
	}	
	.information_list {
		display: block;
	}
	.information_list article:first-child {
		width: 100%;
	}
	.information_list article {
		width: 100%;
	}
	.information_list .buttons {
		width: 100%;
		padding: 30px 0 0;
	}
	
	/*
		video
		iframe
	*/
	section.video iframe {
		height: 250px;
	}
	section.video video {
		height: 200px;
	}	
	.gallery_list {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-auto-flow: row dense;
		grid-column-gap: 0;
		grid-row-gap: 5px;
	}
	.gallery_list .one img {
		height: 250px;
	}
	
	/*
		single_page
		single_home_have
	*/
	section.single_page.single_home_have h1 {
		font-size: 30px;
		margin: 65px 0 35px;
	}
	section.breadcrumbs {
		padding: 16px 0;
		margin: 0 0 -60px;
	}
	aside {
		padding: 1px 25px;
	}
	section.preview_home_have {
		display: block;
	}	
	section.preview_home_have .slider_photos {
		width: 100%;
	}
	.slider_photos .photo .one,	
	.slider_photos .photo {
		height: 350px;
	}
	section.preview_home_have .info.map {
		width: 100%;
		position: relative;
		height: 300px;
	}
	.information_list article:first-child div.autor {
		display: block;
		gap: 30px;
	}
	div.autor .website a {
		display: inline-block;
		font-weight: 600;
	}
	section.single_page.single_home_have .information_list article:first-child {
		width: 100%;
		padding-bottom: 20px;
	}

	/*
		callback_block
	*/
	section.callback_block .content {
		background: #fff;
		position: fixed;
		z-index: 30;
		left: 0;
		right: 0;
		display: block;
		top: 0;
		margin: 0 auto;
		width: 100%;
		box-sizing: border-box;
		box-shadow: none;
		border-radius: 0;
		padding: 30% 13%;
		bottom: 0;
	}
	section.pop_up span.close {
		padding: 25px;
		right: -10px;
		top: -10px;
	}
	section.callback_block .content p.h2 {
		font-size: 28px;
		margin-bottom: 30px;
	}

	/*
		filter
	*/
	div.filter {
		padding: 15px 25px;
		margin-bottom: 15px;
		display: block;
	}
	div.filter .floors {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		gap: 15px;
		margin: 10px 0;
	}
	div.filter .floor {
		padding: 10px 15px;
	}
	div.filter .range {
		width: 100%;
		position: relative;
		display: table;
		padding: 20px 0 0;
	}
	div.filter input[type="button"] {
		display: table;
		margin: 10px 0;
		width: 100%;
	}
	.projects_list.full {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-auto-flow: row dense;
		grid-column-gap: 0;
		grid-row-gap: 10px;
	}
	.projects_list.full .one .image {
		height: 220px;
	}
	.projects_list.full .one .content {
		padding: 22px 20px;
		font-size: 14px;
		height: auto;
	}
	
	/*
		have_home
	*/
	section.have_home {
		padding: 1px 0;
	}
	.home_have {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-auto-flow: row dense;
		grid-column-gap: 0;
		grid-row-gap: 10px;
		}	
	.home_have .what {
		padding-top: 100px;
		border-radius: 4px;
		overflow: hidden;
		min-height: auto;
		box-sizing: border-box;
	}

	/*
		answer callback form
	*/
	.notification.notification_accept {
		margin: 0;
	}


}