:root {
  --blue: #6999D1;
  --blue-light: #EAF1F9;
  --blue-dark: #2F4E72;
  --black: #000000;
  --grey: #3D3D3D;
  --gradient: linear-gradient(59deg, #2f4e72 0%, #6999d1 100%);
  --container: 1550px;
}



html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
.wpcf7-not-valid-tip {
    display: block;
    width: 100%;
}
.field.f-cpt .wpcf7-not-valid-tip {
    position: relative;
    margin: 0;
    top: 0;
    transform: translate(0px, 0px);
}
.field.f-cpt > span {
    display: block;
}
body {
	margin: 0;
	font-family: "Poppins", sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: var(--grey);
}
.firstscreen__meta .container {
  opacity: 0;
  transform: translateY(30px);
  animation: metaFadeUp 0.8s ease-out 0.75s forwards;
}

@keyframes metaFadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
ul, ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

.container {
	max-width: var(--container);
	margin: 0 auto;
	padding: 0 15px;
}

main {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}


.site-header .social svg {
    width: 20px;
    height: 21px;
}

.site-header .social a {
    display: flex;
    align-items: center;
}

.site-header .social {
    gap: 20px;
}

.site-header .social svg {
    fill: #fff;
}

.social a:hover svg {
    fill: #6999D1;
}

.social a:active svg {
    fill: #eaf1f9;
}

.site-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-header {
    padding: 50px 0 0 0;
    transition: .12s;
}

.site-header.scroll {
    background: #2f4e72;
    padding: 24px 0;
}
.site-header {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
}

.admin-bar .site-header {
    top: 32px;
}

.title-medium {
	font-size: 64px;
	font-weight: 600;
	color: var(--black);
	margin: 0;
}
.title-medium {
  
    line-height: 1;
	text-transform: uppercase;
}

.title-medium:before {
    
}
.hidden {
	display: none;
}



.edge__content {
    margin: 0 0 40px;
    padding: 0 0 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.19);
    display: grid;
    grid-template-columns: 1fr 1.12fr;
}

.edge {
    margin: 70px 0 100px;
}
main.page-error a {
    justify-content: space-between;
    min-width: 260px;
}
.erorr {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 150px 0;
}

.erorr h1 span {
    display: block;
    font-size: 100px;
}

.erorr h1 {
    color: #000;
    line-height: 1;
    text-align: center;
}
.edges {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}

.content {
    font-size: 20px;
    color: var(--grey);
}

.content p {
    margin: 0 0 15px;
}

.content p:last-child {
    margin: 0;
}

.edge-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.edge__text {
    font-weight: 500;
    font-size: 20px;
    color: var(--grey);
    line-height: 1;
}

.edge__value {
    font-weight: 300;
    color: #3d3d3d;
    font-size: 64px;
    line-height: 1;
}

.edge__value span {
    font-weight: 600;
    color: var(--blue);
}


.faq-item .answer{
    display:none;
}




.firstscreen {
    height: calc(var(--vh) * 100);
    min-height: 660px;
    position: relative;
}
.firstscreen__video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.firstscreen__meta h1 {
    font-size: 64px;
    font-weight: 500;
    margin: 0;
    color: #fff;
    max-width: 1024px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: -0.04em;
    position: relative;
}

.firstscreen__meta {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 100%;
}

.firstscreen__meta > div {
    width: 100%;
    display: flex;
    justify-content: center;
}

.firstscreen__meta h1 span {
    font-weight: 600;
    letter-spacing: 0;
    margin-right: 10px;
}
.firstscreen__video {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.firstscreen__video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.firstscreen__meta h1 span:before {
    content: '';
    display: block;
    width: 17px;
    height: 17px;
    border-radius: 20px;
    border: 6px solid #6999D1;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translate(-175%, -125%);
}

.firstscreen__meta h1 span {
    position: relative;
}
.firstscreen__meta h1:after {
    content: '';
    display: block;
    width: 105%;
    height: 200%;
    background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    z-index: -1;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    border-radius: 50%;
    filter: blur(100px);
    opacity: .55;
}
.firstscreen:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.22) 50%, rgba(0, 0, 0, 1) 100%);
    z-index: 1;
}
.page-template-page-test footer, .page-template-page-test header {
    display: none;
}
.page-template-page-test {
    background: #3d3d3d;
}
.test {
    max-width: 600px;
    margin: 100px auto;
    text-align: center;
}

.test p {
    color: #fff;
    font-size: 24px;
    margin: 30px 0;
}
.faq__wrap > p {
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    color: #3d3d3d;
   
}
.faq-items {
    max-width: 1000px;
    margin: 0 auto;
}
.faq__wrap {
    padding: 0 15px;
}
.section-meta {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    margin: 0 0 40px;
}
.question svg {
    stroke: #6999D1;
    fill: transparent;
}

.question {
    font-weight: 700;
    font-size: 18px;
    color: #1d1d1b;
    padding: 22px 34px;
    border-radius: 80px;
    background: #fff;
    line-height: 1;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    border: 1px solid #fff;
    transition: .12s;
	cursor: pointer;
}

.open > .question {
    border-color: #6999d1;
}

.open > .question span svg {
    transform: rotate(180deg);
    transition: .12s;
}

.answer {
    font-weight: 400;
    font-size: 18px;
    color: #3d3d3d;
    padding: 20px 34px 10px;
}

.faq-items {
    display: flex;
    flex-direction: column;
    gap: 10px;
}







.video-control {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    padding-bottom: 40px;
    display: flex;
    justify-content: center;
}


.btn--play .btn__icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #fff;
    display: block;
    position: relative;
	cursor: pointer;
}

.btn--play {
    background: transparent;
    border: 0;
    padding: 0;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
}

.btn--play .btn__icon:before, .btn--play .btn__icon:after {
    content: '';
    display: block;
    width: 2px;
    height: 12px;
    position: absolute;
    top: 50%;
    background: #fff;
    left: 50%;
}

.btn--play .btn__icon:before {
    transform: translate(calc(-50% + 3px), -50%);
}


.btn--play.active span.btn__play {
    display: none;
}


.btn--play.active span.btn__play span.btn__pause {
    display: inline-block;
}


.btn--play.active span.btn__pause {
    display: inline-block;
}

.btn--play span.btn__pause {
    display: none;
}

.btn--play.active .btn__icon:before {
    opacity: 1;
}

.btn--play .btn__icon:before {
    opacity: 0;
}

.btn--play.active .btn__icon:after {
    border: 0;
    background: #fff;
    transform: translate(calc(-50% - 3px), -50%);
}

.btn--play .btn__icon:after {
	border-left: 9px solid #fff;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	background: transparent;
	transform: translate(calc(-50% + 1px), -50%);
}

/* footer */

.blue-block {
    background: rgba(105, 153, 209, 0.14);
    border-radius: 70px;
    padding: 120px 0;
}

.site-footer {
    padding: 90px 0 25px;
    background: var(--grey);
    color: #fff;
}

.footer__info .logo {
    margin: 0 0 50px;
}

.footer__info > p {
    font-weight: 500;
    font-size: 20px;
}

p {
    margin: 0;
}

.footer__info > p svg {
    width: 30px;
    height: 30px;
    fill: #fff;
    margin-right: 10px;
}

.footer__info > p br {
    display: none;
}

.connected {
    margin: 40px 0;
    display: flex;
    align-items: center;
    gap: 20px;
}

span.connected__text {
    font-weight: 700;
    font-size: 20px;
}

.connected svg {
    fill: #fff;
    width: 26px;
    height: 26px;
}

.social {
    display: flex;
    align-items: center;
    gap: 30px;
}

.connected a {
    display: flex;
    align-items: center;
}


.footer__content {
    display: flex;
    justify-content: space-between;
}

.footer__info {
    max-width: 580px;
}

.footer__form {
    max-width: 550px;
}

.footer__bottom {
    display: flex;
    justify-content: space-between;
    padding-bottom: 28px;
    margin: 0 0 28px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.footer__menu ul {
    list-style: none;
}

.footer__menu a,
.footer__menu a:hover {
    font-weight: 400;
    font-size: 18px;
    color: #fff;
}

.footer__menu ul {
    display: flex;
    align-items: center;
}

.footer__menu ul > li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}
.footer__menu ul > li:last-child:after {
	display: none;
}
.footer__menu ul > li:after {
    content: '';
    display: block;
    width: 1px;
    height: 22px;
    background: rgba(255, 255, 255, 0.2);
    margin-right: 10px;
}
.footer__crby p {
    display: flex;
    justify-content: center;
    gap: 8px;
}

.footer__crby a,
.footer__crby a:hover {
    color: #fff;
}
.footer__bottom {
    margin-top: 65px;
}
/* END footer */

video#video-small {
    display: none;
}
  

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

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

html {
	box-sizing: border-box;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 0em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

a {
	text-decoration: none;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}



section {
	margin: 0 0 100px;
}



.who__mobile {
    display: none;
}
.who__content .title-medium {
    flex-direction: row-reverse;
}
.who__content .link--gr {
    margin-top: 80px;
}
.who .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px;
}

.who__media {
    display: flex;
    justify-content: flex-end;
}

.who__content .dekor {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
}

.who__content .title-medium {
    margin: 0 0 20px;
}


.blue-wrap {
    background: rgba(105, 153, 209, 0.14);
    border-radius: 70px;
    padding: 80px 0px;
	 overflow: hidden;
}
.niche .strategy__content {
    margin-bottom: 0;
}
.niche .strategy__content {
    margin-bottom: 0;
    gap: 10px;
}
.section-subtitle {
    font-weight: 700;
    font-size: 20px;
}
.niche .strategy__content, .niche .strategy__items.items-3 {
    position: relative;
    z-index: 1;
}

.niche .blue-wrap {
	padding-bottom: 50px;
}
.niche__dekor {
    position: absolute;
    bottom: 0;
    left: 100px;
    right: 100px;
    height: 432px;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 42px;
    align-items: flex-end;
}

.blue-wrap {
    position: relative;
}

.niche__dekor span {
    display: block;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.59) 0%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    height: 100%;
    border-radius: 70px 70px 0 0;
}

.niche__dekor span:nth-child(2) {
    height: 64%;
}

.niche__dekor span:nth-child(4) {
    height: 80%;
}

.niche__dekor span:nth-child(6) {
    height: 90.5%;
}
.niche .strategy__item:before, 
.niche  .strategy__item:after {
	display: none;
}

.strategy__content {
    text-align: center;
    max-width: 985px;
    margin: 0 auto 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
	align-items: center;
}

.strategy__items.items-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 150px;
    padding: 0 55px;
}

.strategy__items.items-4 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 0px;
   
}

.strategy__item .item__title {
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
}

.strategy__item .item__desc {
    font-weight: 400;
    font-size: 20px;
}

.strategy__item .item__desc, .strategy__item .item__title {
    text-align: center;
    color: #3d3d3d;
}

.strategy__item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    padding: 35px 15px;
    position: relative;
    z-index: 1;
}

.strategy__item:before, .strategy__item:after {
    content: '';
    display: block;
    background:  linear-gradient(180deg, rgba(255, 255, 255, 0.59) 0%, rgba(255, 255, 255, 0) 100%);
    width: 42%;
    height: 89%;
    border-radius: 70px 70px 0 0;
    position: absolute;
    z-index: -1;
}

.strategy__item:before {
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.strategy__item:after {
    right: 0;
    transform: translate(calc(50% + 0px), 50%);
}



.strategy__wrap .link--gr {
    margin: 40px auto 0;
    z-index: 1;
}

.strategy__wrap {
    display: flex;
    flex-direction: column;
}

.strategy__item:nth-child(2):after {
    transform: translate(calc(50% + 0px), 20%);
}

.strategy__item:nth-child(3):after {
    transform: translate(calc(50% + 0px), 0%);
}

.strategy__item:nth-child(4):after {
    opacity: 0;
}

.link--gr {
    padding: 0 26px;
    display: inline-flex;
    height: 70px;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background: linear-gradient(35deg, #304f74 0%, #4e76a5 100%);
    min-width: 305px;
    gap: 40px;
    position: relative;
    border-radius: 70px;
    transition: .12s;
}

.link--gr svg {
    fill: #fff;
    stroke: #fff;
    transition: .12s;
}

.link--gr:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 70px;
    z-index: -1;
    transition: .12s;
    opacity: 0;
}

.link--gr svg {
    transform: rotate(-45deg);
}

.link--gr span {
    display: flex;
    align-items: center;
}

.link--gr:hover:before {
    opacity: 1;
    border: 1px solid #2f4e72;
}

.link--gr:hover {
    background: transparent!important;
    color: #2f4e72!important;
}

.link--gr:hover svg {
    fill: #2f4e72;
    stroke: #2f4e72;
}

.link--gr:active svg {
    color: #fff;
}

.link--gr:active:before {}

.link--gr:active {
    color: #fff;
    background: #2f4e72;
}

a {
	
}

a:visited {
	
}

a:hover,
a:focus,
a:active {
	
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}



.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.custom-logo-link {
	display: inline-block;
}

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

.infinity-end.neverending .site-footer {
	display: block;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

#primary[tabindex="-1"]:focus {
	outline: 0;
}

.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
.item__img img {
    min-height: 108px;
}
.banner {
    position: relative;
    height: 500px;
}

.banner:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.23) 100%);
    z-index: 1;
}

.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    bottom: 0;
    left: 0;
}

.about-box .who__content .title-medium {
    flex-direction: row;
}
.who__media {
    align-items: center;
}


.about-niche__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    max-width: 985px;
    margin: 0 auto 40px;
}

.about-niche__items > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
}

.about-niche__items {
    display: flex;
    flex-direction: column;
    gap: 70px;
}



.about-niche__items > div:nth-child(even) .ab-item__media {
    order: 1;
}

.about-niche__items > div:nth-child(even) .ab-item__content {
    order: 2;
}
.content ul, .content ol {
    margin: 0 0 15px;
    padding-left: 30px;
}
.ab-item__media {
    min-height: 374px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ab-item__content > p {
    font-weight: 700;
    font-size: 32px;
    color: #000;
    margin: 0 0 20px;
}

.ab-item__content .content {
    font-size: 22px;
    color: #000;
}

.ab-item__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.teem__meta {
    max-width: 825px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto 80px;
	gap: 30px;
}

.member {
    padding: 0 35px 50px 35px;
    margin: 0 0 50px;
    border-bottom: 1px solid #cdcdcd;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 50px;
    align-items: center;
}

.member__media {
    width: 400px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

.member__media:before {
    content: '';
    display: block;
    padding-top: 100%;
}

.member__media img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.member:last-child {
    padding-bottom: 0;
    margin: 0;
    border: 0;
}

.member__content .content {
    max-width: 82%;
}

.member__title {
    font-weight: 700;
    font-size: 32px;
    color: #000;
    position: relative;
    display: flex;
    gap: 8px;
    align-items: self-end;
    line-height: 1;
    margin: 0 0 15px;
}

.member__title:before {
    content: '';
    display: block;
    width: 17px;
    height: 17px;
    border-radius: 20px;
    border: 6px solid #6999D1;
    position: relative;
    bottom: 3px;
}

.object-home .title-medium span,
.opportunities .title-medium span {
    border-color: #fff;
}

.member__subtitle {
    font-weight: 400;
    font-size: 22px;
    color: #000;
    margin: 0 0 15px;
    line-height: 1;
}

.member__content .content {
    font-size: 20px;
    color: #000;
}

section.banner {
    margin: 0 0 25px;
}

.page-navi {
    margin: 0 0 90px;
}

.breadcrumbs, .breadcrumbs a {
    font-size: 22px;
    font-weight: 400;
    color: #000;
}

.breadcrumbs .separate {
    margin: 0 22px;
    display: inline-block;
    width: 1px;
    height: 18px;
    background: #a2a2a2;
}

.breadcrumbs {
    display: flex;
    align-items: center;
}







/* Modal base */
.ob-modal {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 91000;
}

.ob-modal.is-open {
    display: block;
}

.ob-modal__overlay {
    position: absolute;
    inset: 0;
    background: #0F0F0F;
    opacity: .53;
}

.ob-modal__dialog {
    position: fixed;
    overflow-y: auto;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ob-modal__inner {
    display: flex;
    align-items: center;
    padding: 15px;
    height: 100%;
}

.ob-modal__block {
    border-radius: 40px;
    padding: 80px 40px 40px;
    margin: 0 auto;
    background: #fff;
    position: relative;
    max-width: 790px;
    width: 100%;
}

.ob-modal__content {
    padding: 0px;
}

.ob-modal__close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: #EBEBEB;
    padding: 0;
    border-radius: 50%;
    position: absolute;
    top: 24px;
    right: 24px;
}

body.ob-modal-open {
    overflow: hidden;
}

.objects__filters{
    margin-bottom:50px
}
.filters-row{display:flex;gap:20px;align-items:center}
.filters-row label span{
    margin-right:6px;
    font-weight:600
}
.acf-map {
    width: 100%;
    height: 100%;
}
.objects__list {
    min-height: 860px;
    max-height: 1032px;
}
.hide-map {
    margin-left: auto;
    border: 0;
    outline: none;
    display: flex;
    align-items: center;
    color: #2F4E72;
    font-size: 20px;
    justify-content: space-between;
    height: 70px;
    padding: 0 50px;
    border-radius: 70px;
    background: #EAF1F9;
    gap: 15px;
}

.hide-map svg {
    fill: #2F4E72;
}

.hide-map:hover {
    background: #2F4E72;
    color: #fff;
}

.hide-map:hover svg {
    fill: #fff;
}

.box__img {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    margin: 0 0 20px;
}

.box__img:before {
    content: '';
    display: block;
    padding-top: 40%;
}

.box__img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.box__address {
    line-height: 1;
    font-weight: 700;
    font-size: 20px;
    color: #2f4e72;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin: 0 0 15px;
}

.box__text {
    max-width: 710px;
    margin: 0px auto 30px;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: #000;
}

.box__items > p {
    font-weight: 700;
    font-size: 18px;
    color: #000;
    text-align: center;
    line-height: 1;
    margin: 0 0 20px;
}

.box__items > div {
    display: flex;
    justify-content: center;
    gap: 20px;
    font-weight: 400;
    font-size: 18px;
    color: #000;
}

.box__items > div div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.box__items {
    margin: 0 0 30px;
}

.box__link {
    display: flex;
    justify-content: center;
}

h3.box__title {
    font-weight: 600;
    font-size: 28px;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    line-height: 1;
    margin: 0 0 30px;
}
.ob-modal__close img {
    max-width: 16px;
}
.box__link .link--gr:hover {
    position: relative;
    z-index: 1;
}
.ob-modal__close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    background: #EBEBEB;
    padding: 0;
    border-radius: 50%;
    position: absolute;
    top: 24px;
    right: 24px;
    border: 0;
}



.objects {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px;
}

button#filters-reset {
    border: 0;
    outline: none;
    background: #EBEBEB;
    height: 70px;
    padding: 0 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    border-radius: 50px;
    font-size: 20px;
    color: #747474;
}

.filters__reset:hover {
    background: #eee
}

[hidden] {
    display: none !important
}


.anim-bg {
    filter: drop-shadow(-9px 4px 15px rgba(47, 78, 114, 0.44));
    cursor: pointer;
}

.anim-bg:focus {
    outline: none;
}

.term-panel {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9;
}

section.objects-home {
    position: relative;
}

.object-home__map {
    padding: 40px 0;
    display: flex;
    justify-content: center;
}

.object-home {
    display: grid;
    grid-template-columns: 5.6fr 7fr;
    gap: 30px;
}
path.anim-bg:focus {
    outline: none;
}
g:focus {
    outline: none;
}
.object-home__map svg {
    max-width: 600px;
    min-height: 460px;
}
.contact-section {
    position: relative;
    padding-top: 185px;
}

.contact-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.contact-bg:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.23) 100%);
}

.contact-section > .container, .contact-section .page-navi {
    position: relative;
    z-index: 3;
}


.contact-bg:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: #2F4E72;
    opacity: .53;
    z-index: 1;
}

.contact-bg:before {
    z-index: 2;
    position: absolute;
}
.contact-section .breadcrumbs, .contact-section .breadcrumbs a {
    color: #fff;
}

.contact-section__meta {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 747px;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin: 0 auto 90px;
}

.contact-section .title-medium {
    color: #fff;
}

.form-wrap {
    border-radius: 40px;
    background: #fff;
    padding: 100px 0;
}

.form-wrap > div {
    max-width: 855px;
    padding: 0 15px;
    margin: 0 auto;
}

.field input, .field textarea {
    border-radius: 15px;
    background: #F5F5F5;
    font-weight: 400;
    font-size: 20px;
    outline: none!important;
    box-shadow: none;
    border: 1px solid #f5f5f5;
    color: #2F4E72;
}

.field input::placeholder, .field textarea::placeholder {
    color: #7c7c7c;
}

.field input {
    padding: 0 30px 0 75px;
    height: 72px;
    width: 100%;
}

.field textarea {
    padding: 18px 34px;
    max-height: 146px;
}

.fields {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.field input:focus, .field textarea:focus {
    background: #CEE0F5;
    border: 1px solid #2F4E72;
    color: #2F4E72;
}

.f-input .wpcf7-form-control-wrap {
    position: relative;
    display: block;
}

.f-input .wpcf7-form-control-wrap:before {
    content: '*';
    display: block;
    font-weight: 400;
    font-size: 64px;
    color: #2f4e72;
    line-height: 1;
    position: absolute;
    top: 17px;
    left: 25px;
    transform: translate(0px, 0%);
}


.field.f-text p {
    font-weight: 400;
    font-size: 22px;
    text-align: center;
    color: #000;
    max-width: 710px;
    margin: 0 auto 25px;
}


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

.f-check .wpcf7-list-item span {
    position: relative;
    padding-left: 60px;
    font-size: 22px;
    color: #000;
    display: block;
}
button {
    cursor: pointer;
}
span.view-text {
    display: none;
}
button.hide-map.hide span.view-text {
    display: block;
}
button.hide-map.hide span.hide-text {
    display: none;
}
.form-wrap .f-check .wpcf7-list-item input:checked ~ span:after {
    opacity: 1 !important;
    z-index: 9;
    background: url(/wp-content/themes/realife/img/check.svg) no-repeat center;
}
span.wpcf7-acceptance label span {
    cursor: pointer;
}
.wpcf7 form.unaccepted .wpcf7-response-output {
    margin: 0;
    text-align: left;
    font-weight: 400;
    border: 0;
    margin-top: 24px;
}
.contact-section {
    margin-bottom: 0;
    padding-bottom: 150px;
}
.wpcf7 form.sent .wpcf7-response-output {
    margin: 0;
    text-align: left;
    color: #34557b;
    font-weight: 600;
    border: 0;
    margin-top: 24px;
}
.f-check .wpcf7-list-item span:before, .f-check .wpcf7-list-item span:after {
    content: '';
    display: block;
    width: 38px;
    height: 38px;
    position: absolute;
    top: 1px;
    left: 0;
    border-radius: 10px;
}

.f-check .wpcf7-list-item span:before {
    background: #f5f5f5;
}

.f-check .wpcf7-list-item span:after {
    background: url(/wp-content/themes/realife/img/check.svg) no-repeat center;
    opacity: 0;
}

.f-check .wpcf7-list-item input:checked ~ span:after {
    opacity: 1;
}

.f-check .wpcf7-list-item input {
    display: none;
}

.wpcf7-not-valid-tip {
    font-size: 14px;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(0%, 100%);
}

.f-input {
    position: relative;
    
}

.f-submit .link--gr {
    min-width: auto;
}

#f-white .f-check .wpcf7-list-item span:before {
    background: rgba(255, 255, 255, 0.2);
}

#f-white .f-check .wpcf7-list-item span:before, 
#f-white .f-check .wpcf7-list-item span:after {
    width: 32px;
    height: 32px;
    top: 4px;
}

#f-white .f-check .wpcf7-list-item span:after {
    background: url(/wp-content/themes/realife/img/check-w.svg) no-repeat center;
    
}

#f-white .field.f-text p {
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    margin: 0 0 15px;
    text-align: left;
    line-height: 1.1;
}

div#f-white {
    gap: 14px;
}

#f-white .field  input {
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.19);
    height: 54px;
    border-radius: 100px;
    padding: 0 22px;
    color: #fff;
    font-size: 16px;
}
#f-white .f-input .wpcf7-form-control-wrap:before {
    display: none;
}
#f-white .field  input::placeholder, #f-white .field  textarea::placeholder {
    color: rgba(255, 255, 255, 0.64);
}

#f-white .f-check .wpcf7-list-item span {
    font-size: 14px;
    color: #fff;
    padding-left: 50px;
}

#f-white .field  input, #f-white .field  textarea {
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.19);
}


.link--blue {
    background: #78aae4;
    border: 0;
    padding: 0 26px;
    border-radius: 80px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #000;
    display: inline-flex;
    height: 54px;
    align-items: center;
    justify-content: space-between;
    min-width: 232px;
}

.link--blue svg {
    stroke: #000;
    transform: rotate(-45deg);
}

.link--blue:hover {
    background: #fff;
}

.link--blue:active {
    background: #2F4E72;
}

.link--blue:active:before {
    content: '';
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 54px;
    border: 1px solid #6999D1;
    position: absolute;
    z-index: 1;
}

.link--blue:active {
    color: #fff;
}

.link--blue:active svg {
    stroke: #fff;
}

.link--blue:active {
    position: relative;
}
.wpcf7 form.invalid .wpcf7-response-output {
    text-align: left;
    margin: 0;
    border: 0;
    margin-top: 15px;
    font-size: 16px;
    padding: 0;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    text-align: left;
    margin: 0;
    border: 0;
    margin-top: 15px;
    font-size: 14px;
    padding: 0;
}
.footer__form .wpcf7 form.sent .wpcf7-response-output {
    color: #fff;
    text-align: left;
    padding: 0;
    margin: 15px 0 0 0;
    font-size: 14px;
}
#f-white .field.f-check {
    padding: 16px 0;
}
div#f-white .wpcf7-not-valid-tip {
    display: none;
}
#f-white input.wpcf7-not-valid {
    border: 2px solid #D9534F;
}
button {
    transition: .12s;
}
.contact-section input.wpcf7-not-valid {
    border: 2px solid #D9534F;
}
footer .field.f-check a {
    color: #fff;
}
.f-submit .link--gr:hover {
    border: 1px solid #2f4e72;
}
section.contact-section span.wpcf7-acceptance span a {
    color: #000;
}
.page-template-default .site-header,
body.error404 .site-header {
    background: #2f4e72;
    padding: 24px 0;
}

.page-default {
    padding: 100px 0;
}

.page-default h1 {
    font-size: 42px;
    color: #000;
    font-weight: 700;
}
.page-default h2, .page-default h3, .page-default h4, .page-default h5, .page-default h6 {
    font-size: 22px;
    color: #000;
}

.page-default .content p,
.page-default .content li {
    font-size: 16px;
    color: #000;
}

.objects {
    background: #EAF1F9;
    
}

.objects:before {
   
}
.objects-section {
    background: #EAF1F9;
    position: relative;
}
.objects__list h1 {
    font-weight: 700;
    font-size: 32px;
    color: #000;
    margin: 0;
}
.objects__map {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
}

.objects__meta {
    overflow: hidden;
    padding-top: 30px;
}
.objects__total {
    font-weight: 400;
    font-size: 20px;
    color: #000;
    margin: 0 0 30px;
}


.objects__panel {
    height: calc(100% - 138px);
    overflow-y: scroll;
}
.objects__map {
    margin-right: 0px;
}


.objects__panel::-webkit-scrollbar {
  width: 10px; 
  height: 10px; 
  margin-top: 0px;
}


.objects__panel::-webkit-scrollbar-track {
  background-color: transparent; 
  margin-top: 0px;
}


.objects__panel::-webkit-scrollbar-thumb {
  background-color: #2f4e72; 
  border-radius: 10px;

}

.term-panel__body .swiper-wrapper.objects__items .swiper-slide {
    max-width: 242px;
}
.objects__slider.swiper.swiper-backface-hidden {
    padding: 0 15px;
}
.term-panel__list button.term-panel__close {
    display: none;
}
.objects__items {
    padding-right: 20px;
    padding-bottom: 20px;
}
.objects__list {
    padding-right: 10px;
}
.objects__panel::-webkit-scrollbar-thumb:hover {
  background-color: #2f4e72; 
}

#objects-list-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

div#objects-list-items {}

.item__thumb {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.item__thumb:before {
    content: '';
    display: block;
    padding-top: 80%;
}

.item__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

article.item {
    position: relative;
}

.item__status-label {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 112%;
    min-height: 46px;
    text-align: center;
    min-width: 190px;
    padding: 0 16px;
    border-radius: 12px 0 12px 0;
    justify-content: center;
}

.status-status1 .item__status-label {
    background: rgba(47, 78, 114, 0.8);
    color: #fff;
}

.status-status2 .item__status-label {
    background: #6999d1;
    color: #000;
}

.status-status3 .item__status-label {
    background: #3d3d3d;
    color: #fff;
}

article.item h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 15px 50px 15px 20px;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    min-height: 78px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 0 0 12px 12px;
}
article.item h3,
article.item h3 svg {
    transition: .12s;
}
article.item h3 span {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    right: 30px;
    z-index: 1;
   
    display: flex;
    align-items: center;
}

article.item h3 span svg {
    stroke: #fff;
    transform: rotate(-45deg);
}

article.item:hover h3 {
    background: #2F4E72;
    color: #fff;
}

article.item:hover h3 svg {
    stroke: #fff;
    transform: rotate(0deg);
}

article.item:active h3 {
    background: #2F4E72;
    color: #fff;
}

article.item:active h3 svg {
    stroke: #fff;
    transform: rotate(0deg);
}

.item-object {
    position: relative;
}
.item-object a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.objects.hide {
    grid-template-columns: 1fr;
}

.objects.hide #objects-list-items {
    grid-template-columns: 1fr 1fr 1fr;
}

span.h-questions__meta span {
    display: block;
    font-size: 16px;
    line-height: 156%;
    font-weight: 400;
}

span.h-questions__meta span:first-child {
    font-weight: 700;
}

a.h-questions {
    display: inline-flex;
    align-items: center;
    height: 90px;
    padding: 0 32px;
    background: #2f4e72;
    border-radius: 100px;
    gap: 20px;
    color: #fff;
}

a.h-questions > span:first-child {
    display: flex;
    align-items: center;
}

a.h-questions svg {
    fill: #fff;
}

a.h-questions:hover {
    background: #fff;
    color: #2f4e72;
    border: 2px solid #2f4e72;
}

a.h-questions:hover svg {
    fill: #2f4e72;
}

a.h-questions:active {
    background: #78AAE4;
    color: #2f4e72;
    border: 2px solid #78AAE4;
}

a.h-questions:active svg {
    fill: #2f4e72;
}


.faq-dekor {
    position: relative;
    width: 100%;
}

.faq-dekor:before {
    content: '';
    display: block;
    position: absolute;
    top: 100px;
    right: 0;
    width: 80px;
    height: 160px;
    background: url(/wp-content/themes/realife/img/dekor-circle.svg) no-repeat center;
}

.faq-dekor:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 180px;
    left: 0;
    width: 60px;
    height: 120px;
    background: url(/wp-content/themes/realife/img/dekor-circle.svg) no-repeat center;
   
    background-size: 60px 120px;
    transform: rotate(180deg);
}

.faq .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
}



.slide__img:before {
    content: '';
    display: block;
    padding-top: 81%;
}

.slide__img {
    position: relative;
}

.slide__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.slide a {
    position: relative;
    display: block;
}

.slide__title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0px 45px;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 0;
    font-weight: 400;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    gap: 15px;
    min-height: 96px;
    align-items: center;
}

.slide__title svg {
    stroke: #fff;
    transform: rotate(-45deg);
}



.slide a:hover .slide__title {
    background: #2f4e72;
    color: #fff;
}

.slide a:hover .slide__title svg {
    stroke: #fff;
    transform: rotate(0deg);
}

.slide a:active .slide__title svg {
    stroke: #fff;
    transform: rotate(0deg);
}

.slide a:active .slide__title {
    background: #2f4e72;
    color: #fff;
}

.slide__title span {
    display: flex;
    align-items: center;
}
.objects-home__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.objects-home__img:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2F4E72;
    opacity: .63;
}

.object-home__list {
    position: relative;
    padding: 50px 40px 50px;
    margin: 70px 0;
}

.object-home__list:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100%;
    background: linear-gradient(270deg, #2f4e72 0%, rgba(51, 72, 96, 0) 100%);
    z-index: -1;
    border-radius: 44px 44px 44px;
}

section.objects-home > .container {
    position: relative;
    z-index: 1;
}


.objects-home .link--blue {
    height: 70px;
    min-width: 305px;
}


.term-panel__list-head {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: flex-end;
}

h2.term-panel__title {
    margin: 0;
    font-size: 24px;
    color: #000;
    font-weight: 700;
    display: flex;
    align-items: center;
}

h2.term-panel__title:before {
    content: ':';
    display: block;
    margin: 0 5px;
}
.term-panel {
    padding-top: 93px;
}

.admin-bar .term-panel {
    padding-top: 125px;
}

.swiper-slide .address {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin: 0 0 10px;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

button.term-panel__close {
    background: transparent;
    padding: 0;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: #5F6368;
    border: 0;
    gap: 10px;
    margin-right: auto;
    margin-left: 15px;
}


.term-panel__head h2.title-medium {
    font-size: 36px;
}


.term-panel__head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 20px 0 5px;
}

button.term-panel__close img {
    width: 20px;
}
.term-panel__list-head {
    margin: 15px 0 30px;
}

.term-panel__list-head .objects__total {
    margin: 0;
    font-weight: 700;
    color: #000;
}

.term-panel__list-head .objects__total span {
    font-size: 24px;
    font-weight: 700;
    margin-left: 10px;
}
.swiper-slide .item__thumb:before {
    padding-top: 75%;
}
.term-panel__list .swiper-scrollbar.swiper-scrollbar-horizontal {
    position: relative;
    top: auto;
    margin-top: 0px;
    left: 0px;
    right: 0px;
    width: calc(100% - 0px);
    background: #E1E1E1;
    height: 10px;
    margin-bottom: 15px;
}

.term-panel__list  .swiper-scrollbar-drag {
    background: #6999D1;
}

.objects__slider {
    padding: 0 15px;
}

.swiper-slide article.item h3 {
    min-height: 40px;
    line-height: 1.4;
    padding: 12px 45px 12px 12px;
    font-size: 14px;
}

.swiper-slide .item__status-label {
    font-size: 12px;
    min-width: 150px;
    padding: 0 12px;
    min-height: 40px;
}
.swiper-slide article.item h3 span {
    right: 20px;
}

.term-panel__body {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
}

.term-panel__map-wrap .acf-map {
    min-height: auto!important;
}

.term-panel__map-wrap {
    flex: 1 0 auto;
}

.term-panel {
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 1440px) {
    .form-wrap {
        max-width: 1024px;
        margin: 0 auto;
    }
    .objects__list h1 {
        font-size: 28px;
    }
    .objects__panel {
        height: calc(100% - 132px);
        overflow-y: scroll;
    }
}


.objects__meta {
    position: relative;
    padding-right: 80px;
}



.btn-copy {
    background: #fff;
    outline: none;
    box-shadow: none;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    right: 10px;
    top: 40px;
}

.btn-copy svg {
    position: relative;
    top: -3px;
}















.copylink-modal {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 1000
}

.copylink-modal.is-open {
    display: block
}

.copylink-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .45)
}

button.copylink-modal__close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    background: #EBEBEB;
    padding: 0;
    border-radius: 50%;
    position: absolute;
    top: 15px;
    right: 15px;
    border: 0;
}

.p_title {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin: 0 0 10px;
}

.p_subtitle {
    font-size: 18px;
    color: #000;
    margin: 0 0 20px;
}

.copylink-modal__row input {
    border-radius: 50px;
    background: #F5F5F5;
    font-weight: 400;
    font-size: 20px;
    outline: none !important;
    box-shadow: none;
    border: 1px solid #2F4E72;
    color: #2F4E72;
    height: 64px;
    padding: 0 120px  0 15px;
}

.copylink-modal__row {
    position: relative;
    margin: 0 0 15px;
}

.copylink-modal__row button {
    position: absolute;
    right: 0;
    top: 0;
    height: 64px;
    border-radius: 64px;
    min-width: 120px;
}

p.p_social_title {
    font-size: 18px;
    color: #000;
    margin: 0 0 15px;
}



.social-modal .social.social--white svg {
    width: 24px;
    height: 24px;
    fill: #2f4e72;
}

.social-modal .social.social--white a {
    display: flex;
    align-items: center;
}

.social-modal .social.social--white {
    gap: 15px;
}

.copylink-modal__dialog {
    width: 100%;
}

.copylink-modal__dialog {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 790px;
    border-radius: 40px;
    padding: 60px 40px 40px;
    margin: 0 auto;
    background: #fff;
}

button.copylink-modal__close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    background: #EBEBEB;
    padding: 0;
    border-radius: 50%;
    position: absolute;
    top: 15px;
    right: 15px;
    border: 0;
}

.copylink-modal__label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600
}

.copylink-modal__row {
    display: flex;
    gap: 8px
}

.copylink-modal__input {
    flex: 1 1 auto;
    padding: 10px 12px;
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    background: #f8f8f8
}

.copylink-modal__btn {
    flex: 0 0 auto;
    padding: 10px 14px;
    border: 0;
    border-radius: 8px;
    background: #2F4E72;
    color: #fff;
    cursor: pointer
}

.copylink-modal__btn:hover {
    opacity: .95
}

.copylink-modal__hint {
    margin-top: 0px;
    color: #2F4E72;
    font-size: 13px;
    margin: 0 0 15px;
}

.body--copylink-open {
    overflow: hidden
}
















.opportunities__wrap a.link {
    justify-content: space-between;
    min-width: 260px;
}

.opportunities__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 24px;
    position: relative;
    z-index: 1;
    color: #fff;
    padding: 60px 0;
}

section.opportunities {
    margin: 0;
    padding: 100px 0;
    position: relative;
}

.opportunities__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
}

.opportunities__bg:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2F4E72;
    opacity: .53;
}

.opportunities__wrap h2, .opportunities__wrap p {
    color: #fff;
    max-width: 991px;
}

.opportunities__wrap:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(270deg, #2f4e72 0%, rgba(51, 72, 96, 0) 100%);
    border-radius: 44px;
    z-index: -1;
}

.opportunities__wrap a.link:hover {
    background: #fff!important;
}



.objects-wrap__meta {
    display: flex;
    justify-content: center;
    margin: 0 0 70px;
}
.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    position: relative;
    bottom: auto;
    top: auto;
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

section span.swiper-pagination-bullet {
    background: rgba(105, 153, 209, 0.14);
    width: 50px;
    height: 6px;
    opacity: 1;
    border-radius: 6px;
}

section span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background:  #6999d1;
}

.properties__meta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 900px;
    margin: 0 auto 40px;
    text-align: center;
    gap: 15px;
}

.properties__meta p {
    max-width: 768px;
}
.objects-home {
    background: #2F4E72;
}

.object-home__meta .title-medium {
    color: #fff;
    margin: 0 0 15px;
}

.object-home__meta p {
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    margin: 0 0 50px;
}

ul#object-states-list {
    list-style: none;
    padding: 0;
    margin: 0 0 80px;
}


li.state-item span {
    font-size: 24px;
    font-weight: 700;
    border-radius: 60px;
    background: #78aae4;
    color: #000;
    min-width: 66px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 42px;
}

li.state-item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
    font-size: 24px;
    color: #fff;
}

.link--blue span {
    display: flex;
    align-items: center;
    justify-self: center;
}

li.state-item a {
    padding: 0 0 15px;
    margin: 0 0 15px;
    border-bottom: 1px solid rgba(105, 153, 209, 0.33);
}

li.state-item:last-child a {
    border: 0;
}

.object-home__list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

ul#object-states-list {
    width: 100%;
}
@media screen and (max-width: 1400px) {

    .ab-item__media {
        min-height: 280px;
    }
	.edge__value {
		font-size: 52px; 
	}
	.edge__text {
		font-size: 16px;
	}
	.who .container {
		gap: 40px;
	}
	.who__content .link--gr {
		margin-top: 40px;
	}

	.strategy__item {
    	gap: 16px;
	}

	.strategy__item .item__title {
		font-size: 20px; 
	}
	.strategy__item .item__desc {
		
		font-size: 18px;
	}

}
.objects.hide .objects__map {
    display: none;
}

.invest-nish .ab-item__content .content.content--mobile {
    display: none;
}
.btn-copy:hover svg {
    fill: #fff;
}
.btn-copy:hover {
    background: #436893;
}
section.objects-home {
    overflow: hidden;
}
body.term-open {
    overflow: hidden;
}

.title-medium span {
    width: 17px;
    height: 17px;
    border-radius: 20px;
    border: 6px solid #6999D1;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    bottom: 0px;
}

@media screen and (max-width: 1199px) {
.title-medium span {
    width: 11px;
    height: 11px;
    border: 4px solid #6999D1;
    margin-right: 6px;
    bottom: 0px;
}
    .term-panel__list .swiper-scrollbar.swiper-scrollbar-horizontal {
        margin-top: 24px;
    }
    .term-panel {
        padding-top: 86px;
    }
    .term-panel__head h2.title-medium {
        font-size: 24px;
    }
    .term-panel__head {
        gap: 15px;
        padding: 15px 0 15px;
        align-items: center;
    }
    button.term-panel__close {
        font-size: 14px;
        margin: 0 auto;
    }
    .object-home__list {
        padding: 40px 20px 40px;
        margin: 60px 0 0 0;
    }
    .object-home__meta p {
        font-size: 16px;
        margin: 0 0 30px;
    }
    ul#object-states-list {
        margin: 0 0 30px;
    }
    .object-home {
        grid-template-columns: 1fr;
    }
    .slide__title {
        padding: 15px 20px;
        min-height: 50px;
        font-size: 16px;
    }
    .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
        margin-top: 35px;
    }
    .faq-dekor {
        padding: 54px 0;
    }

.faq-dekor:before {
    top: 40px;
    width: 32px;
    height: 64px;
    background-size: contain;
    right: 0;
}

.blue-block.faq-dekor {
    border-radius: 35px;
}
.question {
    font-size: 16px;
}
.answer {
    font-size: 16px;
}
.faq__wrap .section-meta {
    margin: 0 0 20px;
}

.faq-dekor:after {
    width: 16px;
    height: 34px;
    background-size: contain;
    bottom: 30px;
}
    .objects-wrap__meta {
        margin: 0 0 20px;
    }

    .opportunities__wrap {
        padding: 60px 15px;
    }
    .opportunities__wrap:before {
        border-radius: 0;
        right: -15px;
        left: -15px;
        width: auto;
        background: linear-gradient(270deg, #2f4e72e0 0%, rgb(51 72 96 / 78%) 100%);
    }
    section.opportunities {
        padding: 60px 0;
    }
    .objects__map {
        position: relative;
        width: 100%;
    }

    .objects-section {
        background: transparent;
        position: relative;
    }

    .btn-copy {
        background: #f7f7f7;
    }
    .objects.hide #objects-list-items {
        grid-template-columns: 1fr 1fr;
    }

    .objects.hide .objects__map {
        display: none;
    }

    .objects:before {
        display: none;
    }
    .objects {
        background: transparent;
    }

    .objects__list {
        padding-right: 0px;
        min-height: auto;
        max-height: 100%;
    }
    .objects__items {
        padding-right: 0;
        padding-bottom: 0;
    }
    #objects-list-items {
        
        gap: 15px;
    }

  
    .item__status-label {
        min-height: 40px;
        font-size: 16px;
        padding: 0 15px;
    }
    .objects__panel {
        height: auto;
        overflow-y: auto;
        overflow-x: auto;
        max-width: 100%;
        margin-right:0px;
    }
    .objects__list {
        padding-bottom: 50px;
    }
    #objects-list-items {
        padding-bottom: 0px;
    }
    .objects__list h1 {
        font-size: 24px;
    }

    .objects__map {
        grid-area: 1 / auto / 2 / auto;
        height: 480px;
    }
    .objects__map {
        margin-right: 0;
        margin-left: 0;
    }
    .objects-section .container {
        padding: 0;
    }
    .objects__list {
        padding: 0 15px 50px; 
    }

    .objects {
        grid-template-columns: 1fr;
    }
    .footer__content {
        display: grid;
        grid-template-columns: 1.2fr 1fr;
        gap: 40px;
    }

	.breadcrumbs, .breadcrumbs a {
    	font-size: 14px;
	}
    .field.f-text p {
        font-weight: 400;
        font-size: 18px;
        text-align: center;
        color: #000;
        
        margin: 0 auto 10px;
    }
    .form-wrap {
        max-width: 680px;
    }
    .f-check .wpcf7-list-item span {
        font-size: 16px;
    }
    .contact-section {
        padding: 128px 0 60px;
    }
    .contact-section__meta {
        margin: 0 auto 50px;
    }

    .form-wrap {
        padding: 45px 15px 35px;
        border-radius: 20px;
    }
	.breadcrumbs .separate {
		margin: 0 12px;
		height: 14px;
	}

	.page-navi {
		margin: 0 0 45px;
	}

	.teem__meta {

		margin: 0 auto 50px;
		gap: 20px;
	}
	.member__title {
		font-size: 20px;
	}
	.member__subtitle {
		font-size: 16px;
	}
	.member__content .content {
		max-width: 100%;
	}

	.member {
		padding: 0 0 20px;
		margin: 0 0 20px;
	}
	.member__media {
		width: 240px;
	}
	.member__title:before {
        width: 11px;
        height: 11px;
        border: 4px solid #6999D1;
        transform: translate(0px, -1px);
    }
	.member__content .content {
		font-size: 14px;
		color: #000;
	}
	section {
		margin: 0 0 50px;
	}

	.ab-item__content > p {
		font-weight: 700;
		font-size: 22px;
		margin: 0 0 10px;
	}

	.about-niche__items {
		gap: 30px;
	}

	.ab-item__content .content {
		font-size: 16px;
		color: #000;
	}

	.banner {
		position: relative;
		height: 315px;
	}

	.section-subtitle {
		font-size: 18px;
	}

	.niche__dekor {
		left: 55px;
		right: 55px;
		height: 80%;
	}
	.strategy__items.items-3 {
		gap: 30px;
		    padding: 0 15px;
	}
	.strategy__content {
		padding: 0 15px;
	}
	.strategy__wrap .link--gr {
		margin: 20px auto 0;
	}
	.strategy__item .item__title {
        font-size: 16px;
    }
	.strategy__content {
		margin: 0 auto 20px;
	}
	.strategy__item {
        gap: 5px;
    }
	.strategy__item .item__desc {
        font-size: 14px;
    }

	.strategy__item {
		padding: 20px 15px;
	}
	.blue-wrap {
		padding: 50px 0;
	}
	.who__content .dekor svg {
		width: 74px;
		height: 37px;
	}
	.content {
		font-size: 16px;
	}
	.edge__value {
		font-size: 36px;
	}
	.edge-item {
   	 	gap: 10px;
	}
	.edge__content {
		padding: 0 0 20px;
		margin: 0 0 20px;
	}
	.edges {
		align-items: flex-start;
	}
	.edge__text {
		font-size: 14px;
		line-height: 1.2;
	}
	.title-medium {
		font-size: 42px;
	
	}
	
	.firstscreen__meta h1 {
		font-size: 42px;
		text-align: center;
	}
	.firstscreen__meta h1 span:before {
		width: 11px;
		height: 11px;
		border: 4px solid #6999D1;
		transform: translate(-175%, -125%);
	}
}



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

    button.copylink-modal__close img {
    max-width: 14px;
    }
    .copylink-modal__row button {
        position: absolute;
        right: 0;
        top: 0;
        height: 50px;
        border-radius: 64px;
        min-width: 75px;
        font-size: 14px;
    }
    .copylink-modal__row input {
        border-radius: 50px;
        background: #F5F5F5;
        font-weight: 400;
        font-size: 14px;
        outline: none !important;
        box-shadow: none;
        border: 1px solid #2F4E72;
        color: #2F4E72;
        height: 50px;
        padding: 0px 85px 0 15px;
    }
    button.copylink-modal__close {
        align-items: center;
        justify-content: center;
        width: 34px;
        height: 34px;
        background: #EBEBEB;
        padding: 0;
        border-radius: 50%;
        position: absolute;
        top: 15px;
        right: 15px;
        border: 0;
    }

    .filters-row {
        gap: 15px;
    }

    button#filters-reset, .hide-map {
        display: inline-flex ;
        width: auto;
        max-width: 175px;
    }

    .filter-state .nice-select {
        width: 100%!important;
    }

    button.hide-map {
        grid-area: 3 / 2 / auto / 3;
    }

    .objects__filters {
        margin: 0 0 30px;
    }

    .filter-state.filter-box {
        position: relative;
        z-index: 999;
    }

    .filter-box {
        grid-area: auto / 1 / auto / 3;
    }
    .filter-box, .filter-box .nice-select {
        width: 100%;
    }

    .filters-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    h3.box__title {
        font-size: 24px;
        margin: 0 0 20px;
    }

    .box__img:before {
        padding-top: 50%;
    }

    .box__img {
        border-radius: 20px;
    }

    .box__address {
        font-size: 16px;
    }

    .box__text {
        font-size: 14px;
    }

    .box__items > div div {
        font-size: 14px;
    }

    .box__items > p {
        font-size: 16px;
    }

    .box__link .link {
        font-weight: 400;
        font-size: 14px;
        width: 100%;
        justify-content: space-between;
        text-align: center;
        padding: 0 45px 0 45px;
        position: relative;
    }

    .box__link .link span {
    }

    .ob-modal__block {
        padding: 65px 20px 20px;
    }

    .ob-modal__close {
        width: 40px;
        height: 40px;
        right: 20px;
        top: 20px;
    }

    .ob-modal__close img {
        max-width: 14px;
    }











	.ab-item__content .content {
        font-size: 14px;
        color: #000;
    }
	.about-niche__items > div {
		gap: 30px;
	}
	.about-box .who__media img {
        max-width: 400px;
        width: 100%;
    }
	.about-box .who__media {
		display: flex;
		justify-content: center;
	}
	.who__content .dekor {
		margin: 0 0 10px;
	}
	.who__media {
		display: none;
	}
	.who .container {
		grid-template-columns: 1fr;
	}
	.who__mobile {
		display: block;
	}
	.who__mobile img {
		max-width: 400px;
        width: 100%;
	}
	.who__content .link--gr {
		margin-top: 30px;
	}
	.edge {
		margin: 40px 0 60px;
	}
	.edges {
		gap: 14px;
	}
	.title-medium {
        font-size: 32px;
    }
	.firstscreen__meta h1 {
        font-size: 32px;
        text-align: center;
        max-width: 369px;
    }
	.firstscreen__meta h1 span:before {
        width: 11px;
        height: 11px;
        border: 4px solid #6999D1;
        transform: translate(-150%, -91%);
    }

	.firstscreen__meta h1:after {
    	width: 420px;
    	height: 420px;
    	background: linear-gradient(180deg, #5b5b5b 0%, rgba(54, 78, 107, 0) 100%);
    	filter: blur(306px);  
	}

	.firstscreen__meta h1 span {
		margin-right: 0px;
	}
}


@media screen and (max-width: 860px) {
    .site-footer {
        padding: 55px 0 20px;
    }

    .disclaimer {
        font-size: 14px;
    }
    span.connected__text {
        font-size: 16px;
    }

    .footer__info > p {
        font-size: 16px;
    }

    .footer__content {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    #f-white .field.f-check {
        padding: 10px 0;
    }

    .footer__bottom {
        margin: 0 0 20px;
        padding-bottom: 20px;
    }

    .footer__bottom {
        margin: 32px 0 20px;
        padding-bottom: 20px;
    }
    .footer__menu a, .footer__menu a:hover {
      
        font-size: 16px;
      
    }
    #f-white .field.f-text p {
        font-size: 16px;
    }

    .question {
        padding: 15px 16px;
        font-weight: 600;
        min-height: 68px;
        align-items: center;
    }
    .answer {
        padding: 20px 16px 10px;
    }
    span.h-questions__meta span {

        line-height: 1.2;

    }
}


@media screen and (max-width: 820px) { 
    .copylink-modal__dialog {
        width: calc(100% - 30px);
        margin: 0 15px;
        left: 0;
        right: 0;
        transform: translate(0, -50%);
        padding: 55px 30px 30px;
    }
    .copylink-modal__row input {
        width: 100%;
    }
}

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

	video#video-large {
		display: none;
	}
	video#video-small {
		display: block;
	}
	.firstscreen {
        height: 630px;
        min-height: 630px;
        overflow: hidden;
    }
}

@media screen and (max-width: 767px) {
        .objects.hide #objects-list-items {
        grid-template-columns: 1fr ;
    }
    .object-home__list {
        align-items: center;
    }
    .object-home__meta p {
        text-align: center;
        max-width: 420px;
        margin: 0 auto 30px;
    }

    .object-home__meta {
        width: 100%;
        display: flex ;
        flex-direction: column;
        align-items: center;
    }
    li.state-item span {
        font-size: 16px;
        height: 35px;
        min-width: 56px;
    }
    li.state-item a {
        font-size: 16px;
    }

    .footer__bottom {
        flex-direction: column;
        gap: 32px;
        justify-content: center;
        align-items: center;
    }

    .field.f-text p {
        font-size: 16px;
        max-width: 400px;
    }
    .form-wrap > div {
        padding: 0 0px;
    }
    .field input {
        padding: 0 15px 0 45px;
        height: 62px;
        width: 100%;
        font-size: 16px;
    }
    .field textarea {
        padding: 15px 15px;
        max-height: 130px;
        font-size: 16px;
    }
    .f-input .wpcf7-form-control-wrap:before {
        font-size: 32px;
        top: 21px;
        left: 19px;
    }

    .f-check .wpcf7-list-item span {
        padding-left: 54px;
        font-size: 14px;
    }
    .contact-section__meta p.desc {
        font-size: 14px;
    }
	.invest-nish .ab-item .ab-item__content {
		order: 2;
	}
	.invest-nish .ab-item__content .content.content--mobile {
    	display: block;
	}
	.invest-nish .ab-item__content .content {
		display: none;
	}
	.member {
		grid-template-columns: 1fr;
		justify-content: center;
		align-items: center;
		text-align: center;
		gap: 20px;
	}
	.member__content {
		display: flex	;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.member__title {
		gap: 5px;
	}
	.member__media {
        width: 180px;
        margin: 0 auto;
    }
	.about-niche__items > div {
		gap: 15px;
	}
	.about-niche__items > div {
		grid-template-columns: 1fr;
	}

	.about-niche__items > div:nth-child(even) .ab-item__content {
		order: 2;
	}
	.about-niche__items > div:nth-child(even) .ab-item__media {
		order: 1;
	}

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

	.ab-item__media img {
		max-height: 116px;
		width: auto;
	}

	.ab-item__media {
        min-height: auto;
    }

	.about-niche__content {
		margin: 0 0 20px;
	}

	.section-subtitle {
		font-size: 14px;
	}

	.niche__dekor {
		left: 15px;
		right: 15px;
		height: 253px;
		gap: 15px;
		grid-template-columns: repeat(5, 1fr);
	}

	.niche__dekor span:nth-child(6), .niche__dekor span:nth-child(7) {
		display: none;
	}

	.niche__dekor span:nth-child(4) {
		height: calc(100% - 25px);
	}

	.niche__dekor span:nth-child(3) {
		height: calc(100% - 37px);
	}

	.niche__dekor span:nth-child(2) {
		height: calc(100% - 50px);
	}

	.niche__dekor span:nth-child(1) {
		height: calc(100% - 25px);
	}

	.strategy__items.items-3 {
		grid-template-columns: 1fr;
		gap: 20px;
		margin: 20px 0 0 0;
	}

	.strategy__items.items-3 > div {
		padding: 0 15px;
		max-width: 296px;
		margin: 0 auto;
	}

	.strategy__dekor span:nth-child(4) {
		height: calc(100% - 25px);
	}

	.strategy__dekor span:nth-child(3) {
		height: calc(100% - 35px);
	}

	.strategy__dekor span:nth-child(2) {
		height: calc(100% - 50px);
	}

	.strategy__dekor span:nth-child(1) {
		height: calc(100% - 25px);
	}

	.strategy__dekor {
		position: absolute;
		bottom: 0;
		left: 15px;
		right: 15px;
		display: grid;
		grid-template-columns: repeat(5, 1fr);
		gap: 14px;
		height: 253px;
	}

	.blue-wrap {
		border-radius: 35px;
		padding: 50px 0 35px;
		position: relative;
	}

	.strategy__dekor span {
		display: block;
		background: linear-gradient(180deg, rgba(255, 255, 255, 0.59) 0%, rgba(255, 255, 255, 0) 100%);
		width: 100%;
		height: 100%;
		border-radius: 70px;
	}

	.strategy__items.items-4 {
		grid-template-columns: 1fr 1fr;
	}
	.content {
        font-size: 14px;
    }

	.strategy__item:before, .strategy__item:after {
		display: none;
	}

	.edge__content {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.edges {
		grid-template-columns: 1fr 1fr;
		row-gap: 20px;
	}
	.edge-item {
		align-items: flex-start;
	}
	.edge__value {
        font-size: 32px;
    }
	.edge__value span {
		font-size: 36px;
	}
}




.f-submit .link--gr {
    border: 0;
}



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

    #objects-list-items {
        grid-template-columns: 1fr;
    }

}






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

    

    .contact-section {
        padding: 100px 0 60px;
    }

    footer .field.f-submit {
        display: flex;
        justify-content: center;
    }

	.who__content .link--gr,
    .f-submit .link--gr {
		width: 100%;
		justify-content: space-between;
	}

  
}