﻿@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gloria+Hallelujah&display=swap');
html * {
	margin:0;
	padding:0;
    box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
body {
	background:#fff;
	font-family:'Open Sans', Arial, sans-serif;
	color:#222;
	font-size:13px;
	overflow-y:auto;
}
header, nav, article, section, footer, figure, aside, address {
	display:block;
	font-style:normal;
}
a {
	font-size:13px;
	color:#222;
	text-decoration:none;
    display:block;
    font-family:'Montserrat', sans-serif;
}
a:hover {
    color:#555;
}
img {
	border:0;
    width:100%;
    height:auto;
    display:block;
}
textarea,
select,
input,
button {
	outline:none;
	resize:none;
	overflow:hidden;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
button {
    cursor:pointer;
}
ol,
ul {
	list-style-type:none;
}
::-webkit-input-placeholder {
    color:#555;
    font-size:13px;
    font-family:'Montserrat', sans-serif;
}
:-moz-placeholder {
    color:#555;
    font-size:13px;
    font-family:'Montserrat', sans-serif;
}
::-moz-placeholder {
    color:#555;
    font-size:13px;
    font-family:'Montserrat', sans-serif;
}
:-ms-input-placeholder {
    color:#555;
    font-size:13px;
    font-family:'Montserrat', sans-serif;
}
input:-webkit-autofill {
    -webkit-box-shadow:0 0 0 30px white inset;
}
.clear {
	clear:both;
}
#error-page {
    width:100%;
    height:100%;
    position:absolute;
    background:#f8f8f8;
    display:table;
}
#error-page figure {
    display:table-cell;
    text-align:center;
    vertical-align:middle;
    padding:10px;
}
#error-page figure img {
    width:100%;
    max-width:400px;
    height:auto;
}
#popup {
    position:fixed;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.5);
    top:0;
    left:0;
    z-index:10;
}
#popup .window {
	width:calc(100% - 100px);
	height:100%;
	max-width:500px;
    max-height:500px;
    left:50%;
    top:50%;
	transform:translate(-50%, -50%);
    position:fixed;
}
#popup .window figure img {
	width:100%;
	height:100%;
    border-radius:5px;
    box-shadow:0 0 10px rgba(0,0,0,0.2);
}
#popup .window a.close {
    width:30px;
    height:30px;
    line-height:30px;
    background:url(/Images/icon-close.png) no-repeat center #ee7514;
    top:0;
    right:-30px;
    position:absolute;
    z-index:2;
    cursor:pointer;
    border-radius:5px;
}
.recess {
    padding:0 60px;
    max-width:1500px;
    margin:auto;
}
#page {
    width:100%;
}
#header {
    width:100%;
    height:105px;
    position:absolute;
    top:0;
    z-index:5;
    background:rgba(170, 170, 170, 0.45);
}
#header.style-2 {
    height:auto;
    position:relative;
    background:none;
    top:auto;
}
#header.click {
    height:100%;
    background:none;
}
#header .recess {
    padding:10px 0;
    margin:auto;
    position:relative;
}
#header .logo {
    float:left;
    width:120px;
    height:auto;
    margin-right:40px;
}
#header .lang {
    float:right;
    margin:32px 0 0 50px;
}
#header.click .lang {
    margin:25px 50px 0 0;
}
#header .lang a {
    display:block;
    padding:5px 10px;
    border:solid 1px #fff;
    width:max-content;
    color:#fff;
    font-weight:600;
}
#header.click .lang a,
#header.style-2 .lang a {
    border:solid 1px #0f3e83;
    color:#0f3e83;
}
#index {
    margin-top:70px;
}
#index .about {
    
}
#index .about figure {
    width:600px;
    float:left;
    margin-right:100px;
}
#index .about .text {
    width:calc(100% - 700px);
    float:left;
}
#index .about .text h3 {
    font-size:38px;
    margin-bottom:40px;
    font-weight:400;
    font-family:"Outfit", Arial, sans-serif; /* iki kere yazma yerine fallback verdim */
    letter-spacing:1px;
    text-shadow:0 0 8px rgba(0, 0, 0, 0.1);
}
#index .about .text h3 strong {
    font-weight:800;
}
#index .about .text h2 {
    font-size:38px;
    margin-bottom:20px;
    font-weight:600;
    font-family:"Outfit", sans-serif;
}
#index .about .text p {
    font-size:20px;
    line-height:30px;
    color:#222;
}
#index .separatism {
    position:relative;
    margin:100px 0;
}
#index .separatism .left-column {
    width:60%;
    height:660px;
    background:#0f3b86;
    border-top-right-radius:70px;
    border-bottom-right-radius:70px;
    border-top-left-radius:10px;
    border-bottom-left-radius:10px;
    color:#fff;
    padding:80px 230px 80px 100px;
}
#index .separatism .left-column h3 {
    color:#fff;
    font-size:50px;
    line-height:54px;
    margin-bottom:40px;
    font-family:"Outfit", sans-serif;
    letter-spacing:2px;
    color:#f0f0f0;
}
#index .separatism .left-column a {
    color:#fff;
    font-size:28px;
    font-weight:600;
    transition:all 0.3s ease;
    width:max-content;
}
#index .separatism .left-column a:hover {
    padding-left:10px;
    color:#c0c0c0;
}
#index .separatism .left-column a.active {
    color:#c0c0c0;
}
#index .separatism .left-column ul {
    margin-left:30px;
}
#index .separatism .left-column ul li {
    margin-bottom:40px;
}
#index .separatism .left-column figure {
    position:absolute;
    right:0;
    top:80px;
    width:calc(100% - 650px);
}
#index .separatism .left-column figure img {
    border-radius:15px;
}
#index .separatism .left-column .text {
    font-size:15px;
    line-height:22px;
    margin-top:30px;
    opacity:1;
    transform:translateX(0);
    transition:opacity 0.4s ease, transform 0.4s ease;
}
#index .projects {
    background:#15292b;
}
#index .news {
    margin-top:70px;
}
#index .news h3 {
    font-size:36px;
    margin-bottom:40px;
    font-family:"Outfit", sans-serif;
}
#index .news ul {
    display:flex;
    gap:30px;
}
#index .news ul li {
    flex:1;
}
#index .news ul li:nth-child(4) {
    display:none;
}
#index .news ul li figure {
    margin-bottom:20px;
    width:100%;
    height:300px;
    overflow:hidden;
}
#index .news ul li figure img {
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    display:block;
}
#index .news ul li p {
    font-size:18px;
    line-height:28px;
    font-weight:700;
}
#footer {
    background:#fbfbfb;
    margin-top:100px;
    padding:80px 0;
}
#footer .recess {
    max-width:100%;
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    flex-wrap:nowrap;
    position:relative;
}
#footer .logos {
    width:300px;
    flex-direction:column;
    align-items:flex-start;
    margin-right:40px;
}
#footer .logos > figure {
    width:80px;
    margin-bottom:70px;
}
#footer .logos .social-media ul {
    display:flex;
    gap:10px;
}
#footer .menu {
    flex:1;
}
#footer .menu a {
    font-size:14px;
    width:max-content;
}
#footer .menu ul {
    display:flex;
    flex-wrap:wrap;
    gap:60px;
}
#footer .menu ul li:nth-child(odd) {
    flex: 0 0 calc((100% - 60px) * 0.4);
}
#footer .menu ul li:nth-child(even) {
    flex: 0 0 calc((100% - 60px) * 0.6);
}
#footer .menu ul li:last-child {
    display:none;
}
#footer .menu-2 ul.first li a,
#footer .menu ul li:last-child a,
#footer .menu ul li span {
    font-size:21px;
    font-weight:700;
    margin-bottom:20px;
    display:block;
    position:relative;
    padding-left:20px;
    width:max-content;
}
#footer .menu-2 ul.first li a::before,
#footer .menu ul li:last-child a::before,
#footer .menu ul li span::before {
    content:"";
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
    width:8px;
    height:8px;
    border-radius:50%;
    background:#f8ac00;
}
/*#footer .menu-2 ul.first li a {
    font-size:21px;
    font-weight:700;
    margin-bottom:20px;
    display:block;
    position:relative;
    padding-left:20px;
    width:max-content;
}
#footer .menu-2 ul.first li a::before {
    content:"";
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
    width:8px;
    height:8px;
    border-radius:50%;
    background:#f8ac00;
}*/
#footer .menu ul li a {
    margin-left:18px;
    padding:5px;
}
#footer .menu-2 {
    width:300px;
    flex-direction:column;
}
#footer .menu-2 ul.second {
   margin-top:70px;
}
#footer .menu-2 ul.second li:not(:last-child) {
   margin-bottom:10px;
}
#footer .menu-2 ul.second li a {
   font-size:13px;
   color:#666;
   width:max-content;
}
#creapark {
    position:absolute;
    right:0;
    bottom:0;
}
#creapark a {
    width:min-content;
    margin:auto;
}
#creapark img {
    width:80px;
    height:auto;
    transform: rotate(90deg);
}
#content {
    font-family:'Raleway', sans-serif;
    font-size:14px;
}
#content .web-tv {
    margin-bottom:50px;
    position:relative;
    background:#f9f9f9;
}
#content .web-tv .recess {
    position:relative;
    z-index:2;
}
#content .web-tv h1 {
    font-size:40px;
    color:#1f3c53;
    padding:30px 0;
    display:block;
}
/*#content .web-tv figure {
    overflow:hidden;
    height:650px;
}*/
#content .web-tv figure img {
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    display:block;
}
#content .about {
    position:relative;
    z-index:3;
}
#content .about article.style-2 h5 {
    font-size:14px;
    margin-bottom:10px;
}
#content .about article h2 {
    font-size:30px;
    color:#f8ac00;
    margin-bottom:20px;
}
#content .about article h3 {
    font-size:20px;
    margin-bottom:20px;
}
#content .about article h5 {
    font-size:16px;
    margin-bottom:20px;
}
#content .about article > p {
    margin-bottom:20px;
    line-height:26px;
}
#content .about article figure.two-big-photo {
    margin-bottom:20px;
}
#content .about article figure.two-big-photo img:first-child {
    margin-right:20px;
}
#content .about article figure.two-big-photo img {
    width:calc(50% - 10px);
    height:auto;
    float:left;
}
#content .about article ul {
    list-style-type:disc;
    padding-left:20px;
}
#content .about article ul li:not(:last-child) {
    margin-bottom:10px;
}
#content .about .little-photo {
    width:400px;
    float:left;
    margin-right:40px;
}
#content .about .board-directors {
    float:left;
}
#content .about .board-directors p {
    margin-bottom:20px;
}
#content .about .board-directors p strong {
    display:block;
    margin-bottom:3px;
}
#content .about .gallery {
    margin-top:80px;
}
#content .about .gallery ul {
    display:flex;
    flex-wrap:wrap;
    list-style-type:none;
    gap:10px 20px;
}
#content .about .gallery ul li {
    flex:0 0 calc(33.333% - 13.333px);
    box-sizing:border-box;
}
#content .about .gallery ul li a {
    display:block;
}
#content .about article.style-2 .table {
    margin-bottom:20px;
}
#content .about article.style-2 .table ol {
    list-style:none;
    border:solid 1px #999;
}
#content .about article.style-2 .table ol li {
    display:table;
    width:100%;
}
#content .about article.style-2 .table ol li:not(:last-child) {
    border-bottom:solid 1px #999;
}
#content .about article.style-2 .table ol li.title {
    font-weight:bold;
    background:#e8e8e8;
}
#content .about article.style-2 .table ol li span {
    width:70%;
    display:table-cell;
    padding:5px 10px;
}
#content .about article.style-2 .table ol li.title span {
    padding:0 5px;
}
#content .about article.style-2 .table ol li span:first-child {
    width:30%;
    border-right:solid 1px #999;
}
#content .about article.style-2 .table ol li span a {
    color:#238ebc;
}
#content .about article.style-2 .table-2 {
    margin-bottom:20px;
}
#content .about article.style-2 .table-2 ol {
    list-style:none;
    border:solid 1px #999;
}
#content .about article.style-2 .table-2 ol li {
    display:table;
    width:100%;
}
#content .about article.style-2 .table-2 ol li span {
    display:table-cell;
    width:20%;
    vertical-align:middle;
    border-right:solid 1px #999;
}
#content .about article.style-2 .table-2 ol li span:first-child {
    padding:0 10px;
}
#content .about article.style-2 .table-2 ol li span:last-child {
    width:60%;
    border-right:0;
}
#content .about article.style-2 .table-2 ol li span i {
    display:block;
    font-style:normal;
    padding:5px 10px;
}
#content .about article.style-2 .table-2 ol li span i:not(:last-child) {
    border-bottom:solid 1px #999;
}
#content .about .apartment-management .title {
    height:290px;
    background:#f0f1f5;
    clip-path:polygon(0 0, 100% 0, 100% 60%, 0 100%);
    display:flex;
    justify-content:center;
    align-items:flex-start;
    text-align:center;
    padding-top:50px;
    color:#0f3e83;
}
#content .about .apartment-management .title .text {
    max-width:800px;
}
#content .about .apartment-management .title .text h6 {
    font-size:36px;
    font-weight:700;
    margin-bottom:20px;
}
#content .about .apartment-management .list {
    padding:0 100px;
    margin-top:-140px;
    position:relative;
    z-index:2;
    font-weight:400;
    color:#0f3e83;
    font-family:"Outfit", sans-serif;
    font-size:17px;
}
#content .about .apartment-management .list ul {
    display:flex;
    flex-wrap:wrap;
    list-style:none;
    margin:0;
    padding:0;
    justify-content:space-between;
}
#content .about .apartment-management .list ul li {
    flex:0 0 calc(33.333% - 20px);
    margin-bottom:30px;
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
}
#content .about .apartment-management .list ul li figure {
    width:170px;
    height:170px;
    border:2px dashed  #eaeaea;
    border-radius:50%;
    overflow:hidden;
    flex-shrink:0;
    background:#fff;
    margin-bottom:10px;
}
#content .about .apartment-management .list ul li figure img {
    border:2px solid #fff;
}
#content .about .landscape .tab-1 {
    position:relative;
}
#content .about .landscape .tab-1 p {
    position:absolute;
    top:54px;
    left:100px;
    font-size:64px;
    line-height:76px;
    font-weight:700;
    color:#fff;
    width:min-content;
}
#content .about .landscape .tab-2 {
    position:relative;
    font-size:34px;
    padding:40px 0 0 100px;
    color:#6d9802;
}
#content .about .landscape .tab-2 > p {
    width:calc(100% - 300px);
    font-family:'Montserrat', sans-serif;
}
#content .about .landscape .tab-2 > p span {
    font-size:26px;
    font-weight:700;
    display:block;
    color:#0f3e83;
}
#content .about .landscape .tab-2 .round {
    width:320px;
    height:320px;
    background:rgba(255,255,255,0.3);
    border-radius:50%;
    position:absolute;
    top:-140px;
    right:50px;
    padding:15px;
    text-align:center;
    color:#fff;
    font-size:14px;
    font-weight:700;
    box-shadow:0 0 12px rgba(0, 0, 0, .05);
}
#content .about .landscape .tab-2 .round p {
    width:100%;
    height:100%;
    background:#6d9802;
    border-radius:50%;
    padding:80px 20px 20px 20px;
}
#content .about .landscape .tab-2 .round p span:last-child {
    font-size:110px;
    margin-top:50px;
}
#content .about .landscape .tab-3 {
    margin:120px auto 70px auto;
}
#content .about .landscape .tab-4 {
    font-size:40px;
    color:#04bdc2;
    font-weight:700;
    text-align:center;
    background:url(/Images/Photos/garden-bg.png) no-repeat left 100px bottom;
    background-size:auto 80%;
}
#content .about .landscape .tab-4 > span {
    color:#739f00;
    font-size:40px;
    margin-bottom:20px;
    display:block;
}
#content .about .landscape .tab-4 ul {
    list-style-type:none;
    width:max-content;
    margin-left:calc(50% - 50px);
    text-align:left;
}
#content .about .landscape .tab-4 ul li span {
    color:#e69a08;
}
#content .about .landscape .tab-4 ul li p {
    color:#759e02;
    font-size:20px;
}
#content .about .landscape .tab-5 {
    margin:100px auto;
}
#content .about .landscape .tab-5 figure {
    margin-bottom:40px;
}
#content .about .landscape .tab-5 p {
    max-width:800px;
    margin:auto;
    font-size:21px;
    line-height:34px;
    font-weight:700;
    color:#5f6366;
}
#content .about .landscape .tab-6 {
    position:relative;
}
#content .about .landscape .tab-6 p {
    position:absolute;
    top:54px;
    left:100px;
    font-size:14px;    
    font-weight:500;
    color:#fff;
    max-width:440px;
}
#content .about .landscape .tab-6 p span {
    display:block;
    font-weight:700;
}
#content .about .landscape .tab-6 p span:first-child {
    font-size:30px;
    color:#fff4b2;
    margin-bottom:5px;
}
#content .about .landscape .tab-6 p span:nth-child(2) {
    font-size:36px;
    margin-bottom:20px;
}
#content .about .landscape .tab-6 p span:last-child {
    line-height:24px;
    font-weight:600;
}
#content .about .sports-health .tab-1 {
    height:290px;
    background:#0f3e83;
    clip-path:polygon(0 0, 100% 0, 100% 60%, 0 100%);
    color:#fff;
    padding:50px 40px 0 40px;
}
#content .about .sports-health .tab-1 ul {
    display:flex;
    list-style-type:none;
}
#content .about .sports-health .tab-1 ul li {
    flex:0 0 60%;
    display:flex;
    align-items:flex-start;
}
#content .about .sports-health .tab-1 ul li:last-child {
    flex:0 0 40%;
}
#content .about .sports-health .tab-1 ul li p:first-child {
    font-size:140px;
    line-height:70px;
    font-weight:700;
    margin-right:20px;
}
#content .about .sports-health .tab-1 ul li p span {
    display:block;
}
#content .about .sports-health .tab-1 ul li p span:first-child {
    font-size:30px;
    margin-bottom:10px;
    font-weight:700;
}
#content .about .sports-health .tab-1 ul li p span:last-child {
    font-size:12px;
    line-height:18px;
    color:rgba(255,255,255, .7);
    padding-right:100px;
}
#content .about .sports-health .tab-2 {
    margin:40px 0 80px 0;
    position:relative;
}
#content .about .sports-health .tab-2 p {
    max-width:700px;
}
#content .about .sports-health .tab-3 span,
#content .about .sports-health .tab-2 span {
    display:block;
}
#content .about .sports-health .tab-2 span:first-child {
    color:#6d9802;
    margin-bottom:10px;
    font-size:28px;
    font-weight:700;
}
#content .about .sports-health .tab-2 span:last-child {
    font-size:13px;
    line-height:20px;
}
#content .about .sports-health .tab-2 .photos {
    position:absolute;
    top:-190px;
    right:30px;
}
#content .about .sports-health .tab-2 .photos figure p {
    width:calc(100% - 14px);
    height:calc(100% - 14px);
    top:7px;
    left:7px;
    position:absolute;
    overflow:hidden;
    border-radius:50%;
    border:dashed 1px #fff;
}
#content .about .sports-health .tab-2 .photos figure img {
    border-radius:50%;
}
#content .about .sports-health .tab-2 .photos figure.big-photo {
    width:240px;
    height:240px;
    position:relative;
    overflow:hidden;
}
#content .about .sports-health .tab-2 .photos figure.little-photo {
    width:150px;
    height:150px;
    position:absolute;
    z-index:2;
    overflow:hidden;
    top:80px;
    right:150px;
}
#content .about .sports-health .tab-3 {
    display:block;
    margin-bottom:40px;
}
#content .about .sports-health .tab-3 > span {
    color:#6d9802;
    margin-bottom:30px;
    font-size:22px;
    font-weight:500;
    display:block;
}
#content .about .sports-health .tab-3 .content-wrapper {
    display:flex;
    align-items:flex-start;
    gap:80px;
}
#content .about .sports-health .tab-3 .content-wrapper > figure {
    width:580px;
    height:364px;
    background:url(/Images/Photos/ayricaliklar-12-bg.jpg) no-repeat center;
    display:flex;
    align-items:center;
    padding-top:19px;
    flex-shrink:0;
}
#content .about .sports-health .tab-3 .content-wrapper > figure ul {
    display:flex;
    flex-wrap:wrap;
    list-style-type:none;
    margin:0;
    padding:0;
    width:100%;
    height:100%;
    align-content:space-between;
}
#content .about .sports-health .tab-3 .content-wrapper > figure ul li {
    flex:0 0 calc(50% - 27px);
    display:flex;
    align-items:center;
    color:#fff;
    font-size:12px;
    font-weight:600;
    padding:0 20px 0 78px;
    height:75px;
}
#content .about .sports-health .tab-3 .content-wrapper > figure ul li:nth-child(odd) {
    margin-right:54px;
}
#content .about .sports-health .tab-3 .content-wrapper .text {
    flex:1;
    font-size:14px;
    line-height:24px;
    color:#333;
    padding-top:80px;
}
#projects .projects {
    position:relative;
}
#projects .projects .list h5 {
    font-size:26px;
    margin-bottom:30px;
}
#projects .projects .list .loop ul {
    display:flex;
    flex-wrap:wrap;
    gap:50px 30px;
    align-items:flex-start;
}
#projects .projects .list .loop ul li {
    flex:0 0 calc(50% - 15px);
    box-sizing:border-box;
    position:relative;
    display:flex;
    justify-content:center;
    align-items:center;
}
#projects .projects .list .loop ul li a {
    position:relative;
    display:block;
    width:100%;
    height:auto;
}
#projects .projects .list .loop ul li a .photo {
    width:100%;
    height:max-content;
    overflow:hidden;
    position:relative;
    display:block;
    background:#0f3e83;
}
#projects .projects .list .loop ul li a .photo img {
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    display:block;
    transition:transform .4s ease;
}
#projects .projects .list .loop ul li a:hover .photo img {
    transform:scale(1.1);
}
#projects .projects .list .loop ul li a .photo::after {
    content:"";
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0);
    transition:background .4s ease;
    z-index:1;
}
#projects .projects .list .loop ul li a:hover .photo::after {
    background:rgba(0,0,0,0.20);
}
#projects .projects .list .loop ul li a .logo {
    position:absolute;
    top:10px;
    left:10px;
    z-index:2;
}
#projects .projects .list .loop ul li a .logo img {
    max-height:120px;
    width:auto;
    filter:drop-shadow(0 0 10px rgba(0,0,0,.4))
            drop-shadow(0 0 20px rgba(255,255,255,.2));
}
#projects .projects .list .loop ul li a p.summary {
    position:absolute;
    bottom:20px;
    left:20px;
    z-index:2;
    color:#fff;
    font-size:14px;
    font-weight:700;
    transition:bottom 0.2s ease;
}
#projects .projects .list .loop ul li a:hover p.summary {
    bottom:50px;
}
#projects .projects .list .loop ul li a i {
    position:absolute;
    bottom:-50px;
    right:20px;
    z-index:2;
    color:#fff;
    font-size:14px;
    font-weight:700;
    display:block;
    border:solid 1px #fff;
    padding:10px 40px 10px 20px;
    border-radius:20px;
    font-style:normal;
    transition:bottom 0.4s ease;
    background:url(/Images/arrow.png) no-repeat center right 15px;
    background-size:16px auto;
}
#projects .projects .list .loop ul li a:hover i {
    bottom:20px;
}
#press.style-2 {
    top:0;
    margin-bottom:0;
}
#press .press-list a {
    font-weight:600;
}
#press .press-list .filter {
    height:100px;
}
#press .press-list .list {
    font-weight:600;
}
#press .press-list .list  > ul > li {
    padding:20px 30px;
    border-bottom:solid 1px #f0f0f0;
}
#press .press-list .list  > ul > li:first-child {
    background:#f8ac00;
    font-weight:700;
    color:#fff;
}
#press .press-list .list  > ul > li span {
    display:table-cell;
    vertical-align:middle;
}
#press .press-list .list  > ul > li span.date {
    width:200px;
}
#press .press-list .list  > ul > li span.name {
    width:500px;
}
#press .press-list .list  > ul > li span.title {
    width:calc(100% - 700px);
}
#press .press-list .block-list > ul {
    display:flex;
    flex-wrap:wrap;
    gap:30px;
}
#press .press-list .block-list > ul > li {
    flex:0 0 calc(33.333%  - 20px);
}
#press .press-list .block-list > ul > li > a > figure {
    margin-bottom:20px;
    width:100%;
    height:300px;
    overflow:hidden;
}
#press .press-list .block-list > ul > li > a > figure img {
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    display:block;
}
#press .press-list .block-list > ul > li > a p {
    font-size:18px;
    line-height:28px;
    font-weight:700;
}
#press .press-list .commercials  > ul {
    display:flex;
    flex-wrap:wrap;
    gap:30px;
}
#press .press-list .commercials  > ul > li {
    flex:0 0 calc(33.333%  - 20px);
    position:relative;
}
#press .press-list .commercials  > ul > li a {
    display:block;
}
#press .press-list .commercials  > ul > li a figure {
    position:relative;
    overflow:hidden;
}
#press .press-list .commercials  > ul > li a figure img {
    transition:transform .4s ease;
}
#press .press-list .commercials  > ul > li a:hover figure img {
    transform:scale(1.1);
}
#press .press-list .commercials  > ul > li a p {
    position:absolute;
    bottom:20px;
    left:20px;
    z-index:2;
    color:#fff;
    font-size:14px;
    font-weight:700;
    width:calc(100% - 40px);
}
#press-detail {
    margin-top:40px;
}
#press-detail figure {
    width:1000px;
    margin:0 auto 50px auto;
}
#press-detail article {
    line-height:22px;
}
#press-detail article p:not(:last-child) {
    margin-bottom:20px;
}
#press-detail article h3 {
    font-size:22px;
    margin-bottom:20px;
}
#press-detail article h6 {
    font-size:16px;
    margin-bottom:20px;
}
#press-detail .gallery {
    margin-top:50px;
}
#press-detail .gallery ul li {
    width:calc(25% - 30px);
    float:left;
    margin:0 40px 20px 0;
}
#press-detail .gallery ul li:nth-child(4n) {
    margin-right:0;
}
#journal {
    position:relative;
}
#journal > .recess > .journal-list {
    margin-top:140px;
}
#journal > .recess > .journal-list > ul {
    display:flex;
    flex-wrap:wrap;
    gap:140px 30px;
}
#journal > .recess > .journal-list > ul > li {
    flex:0 0 calc(25%  - 22.5px);
    height:140px;
    background:#f8f8f8;
    border-radius:3px;
    position:relative;
}
#journal > .recess > .journal-list > ul > li figure {
    width:140px;
    height:auto;
    position:absolute;
    left:30px;
    top:-80px;
}
#journal > .recess > .journal-list > ul > li figure img {
    box-shadow:2px 2px 8px rgba(0,0,0,.2);
}
#journal > .recess > .journal-list > ul > li .title {
    margin:25px 0 0 190px;
    display:block;
}
#journal > .recess > .journal-list > ul > li .title p:first-child {
    margin-bottom:8px;
}
#journal > .recess > .journal-list > ul > li .title p:nth-child(2) {
    margin-bottom:20px;
}
#journal > .recess > .journal-list > ul > li .links {
    margin:0 0 0 0;
}
#journal > .recess > .journal-list > ul > li .title a {
    display:block;
    width:max-content;
    padding:8px 20px;
    border:solid 1px #f8ac00;
    font-size:13px;
    font-weight:700;
}
#project-detail {
    font-family:'Raleway', sans-serif;
}
#project-detail .web-tv {
    position:relative;
    z-index:1;
    top:0;
    width:100%;
    height:calc(100vh - 100px);
    background:no-repeat center;
    background-size:cover;
}
#project-detail .web-tv .text {
    position:absolute;
    z-index:9;
    top:260px;
    left:200px;
}
#project-detail .web-tv .text h1 {
    font-size:56px;
    line-height:62px;
    font-weight:700;
    color:#fff;
    width:min-content;
    text-shadow:2px 2px 8px rgba(0, 0, 0, 0.6);
}
#project-detail .inner {
    position:relative;
    width:100%;
    top:calc(100% - 50px);
}
#project-detail .inner.style-2 {
    top:80px;
}
#project-detail .summary {
    max-width:900px;
    text-align:center;
    font-size:16px;
    line-height:30px;
    font-weight:600;
    margin:0 auto 50px auto;
}
#project-detail .summary .yellow {
    color:#f8ac00;
}
#project-detail .summary p {
    margin-bottom:20px;
}
#project-detail .summary p:last-child {
    margin-bottom:0;
}
#project-detail .tab-1 {
    text-align:center;
    margin-bottom:100px;
}
#project-detail .tab-1 a {
    display:block;
    width:max-content;
    padding:0 20px;
    margin:auto;
}
#project-detail .tab-1 ul {
    display:flex;
    justify-content:center;
}
#project-detail .tab-1 ul li {
    padding:0 20px;
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    position:relative;
}
#project-detail .tab-1 ul li:not(:last-child)::after {
    content:"";
    position:absolute;
    right:0;
    width:2px;
    height:60%;
    top:20%;
    background:#f0f0f0;
}
#project-detail .tab-1 ul li a figure {
    width:80px;
    height:80px;
    background:no-repeat left;
    transition:all 0.3s ease;
    margin:0 auto 10px auto;
}
#project-detail .tab-1 ul li.logo figure {
    width:120px;
    height:100px;
    position:relative;
    display:table;
    vertical-align:middle;
    margin:2px 0 0 0;
}
#project-detail .tab-1 ul li.logo figure p {
    display:table-cell;
    vertical-align:middle;
}
#project-detail .tab-1 ul li a:hover figure {
    background:no-repeat right;
}
#project-detail .tab-1 ul li.sales-office-phone {
    padding-top:20px;
}
#project-detail .tab-1 ul li.sales-office-phone span {
    display:block;
    font-weight:600;
    font-size:16px;
}
#project-detail .tab-1 ul li.sales-office-phone span:last-child {
    color:#f8ac00;
    font-size:34px;
    font-weight:800;
    margin-top:3px;
    letter-spacing:1px;
}
#project-detail .tab-1 ul li.website a figure {
    background-image:url(/Images/icon-project-website.png);
}
#project-detail .tab-1 ul li.catalog a figure {
    background-image:url(/Images/icon-project-catalog.png);
}
#project-detail .tab-1 ul li.info-form a figure {
    background-image:url(/Images/icon-project-info-form.png);
}
#project-detail .tab-1 ul li.video a figure {
    background-image:url(/Images/icon-project-video.png);
}
#project-detail .recess.style-2 {
    text-align:center;
}
#project-detail .tag {
    max-width:900px;
    margin:0 auto 120px auto;
    vertical-align:top;
    font-size:15px;
}
#project-detail .tag ul {
    display:flex;
    width:100%;
    justify-content:space-between;
}
#project-detail .tag ul li {
    display:flex;
    flex-direction:column;
}
#project-detail .tag ul li span {
    display:block;
    padding:0 2px;
}
#project-detail .tag ul li span:first-child {
    font-weight:700;
    margin-bottom:8px;
    width:max-content;
    font-size:20px;
}
#project-detail .gallery {
    margin:0 auto 60px auto;
    position:relative;
    padding-bottom:20px;
}
#project-detail #map {
    width:100%;
    height:700px;
    margin-bottom:60px;
}
#project-detail .let-us-call-you .text {
    width:500px;
    float:left;
    margin-right:50px;
    line-height:24px;
}
#project-detail .let-us-call-you .text h5 {
    font-size:26px;
    margin-bottom:20px;
}
#project-detail .let-us-call-you .form {
    width:calc(100% - 550px);
    float:left;
    padding:40px;
    background:#fcfcfc;
    font-family:'Raleway', sans-serif;
}
#project-detail .let-us-call-you .form ul {
    width:100%;
    display:flex;
    flex-wrap:wrap;
    gap:20px;
}
#project-detail .let-us-call-you .form ul li {
    width:calc(50% - 30px);
}
#project-detail .let-us-call-you .form ul li:nth-child(n+5) {
    width:100%;
}
#project-detail .let-us-call-you .form  ul li .button {
    display:block;
    padding:10px 25px;
    font-size:16px;
    border:0;
    background:#143a85;
    color:#fff;
    margin-top:20px;
    font-weight:600;
    width:max-content;
    margin:auto;
    letter-spacing:0.05em;
}
#project-detail .let-us-call-you .form ul li .textarea, 
#project-detail .let-us-call-you .form ul li .input {
    width:100%;
    height:40px;
    line-height:40px;
    border:0;
    padding:0 10px;
    background:#fff;
    text-align:left;
}
#project-detail .let-us-call-you .form ul li .textarea {
    height:80px;
    line-height:normal;
    padding:10px;
}
#project-detail .let-us-call-you .form ul li p {
    font-size:16px;
    font-weight:bold;
    text-align:center;
    margin-bottom:10px;
}
#project-detail .let-us-call-you .form ul li ::-webkit-input-placeholder {
    color:#666;
    font-size:13px;
    font-family:'Montserrat', sans-serif;
}
#project-detail .let-us-call-you .form ul li :-moz-placeholder {
    color:#666;
    font-size:13px;
    font-family:'Montserrat', sans-serif;
}
#project-detail .let-us-call-you .form ul li ::-moz-placeholder {
    color:#666;
    font-size:13px;
    font-family:'Montserrat', sans-serif;
}
#project-detail .let-us-call-you .form ul li :-ms-input-placeholder {
    color:#666;
    font-size:13px;
    font-family:'Montserrat', sans-serif;
}
#project-detail .let-us-call-you .form ul li .input.warning {
    background:#f0f0f0;
}
#project-detail .let-us-call-you .form ul li label {
    display:block;
    margin-bottom:8px;
    width:100%;
}
#project-detail .let-us-call-you .form ul li label .checkbox {
    display:none;
}
#project-detail .let-us-call-you .form ul li label .checkbox + span {
	background-color:#fff;
    background:url(/Images/checks.png) no-repeat top;
	display:inline-block;
	position:relative;
	cursor:pointer;
	width:14px;
	height:14px;
    overflow:hidden;
    margin-right:5px;
    vertical-align:top;
}
#project-detail .let-us-call-you .form ul li label .checkbox:checked + span,
#project-detail .let-us-call-you .form ul li label .checkbox + span:active,
#project-detail .let-us-call-you .form ul li label .checkbox:checked + span:active {
    background:url(/Images/checks.png) no-repeat bottom;
}
#project-detail .let-us-call-you .form ul li label .checkbox:checked + span a,
#project-detail .let-us-call-you .form ul li label .checkbox + span:active a,
#project-detail .let-us-call-you .form ul li label .checkbox:checked + span:active a,
#project-detail .let-us-call-you .form ul li label .checkbox + span:hover a {
    color:#fff;
}
#project-detail .let-us-call-you .form ul li label .checkbox:checked + span:after {
	font-size:14px;
	position:absolute;
	top:0px;
	left:4px;
	color:#fff;
}
#project-detail .let-us-call-you .form ul li label i {
	font-style:normal;
    font-weight:bold;
    display:inline-block;
}
#project-detail .let-us-call-you .form ul li.informed > label {
    width:100%;
}
#project-detail .let-us-call-you .form ul li.informed label i {
    width:calc(100% - 30px);
	font-size:12px;
    color:#111;
    font-weight:normal;
}
#project-detail .let-us-call-you .form ul li.informed label i a {
	font-weight:bold;
    color:#111;
    font-size:12px;
    text-decoration:underline;
    cursor:pointer;
    display:inline-block;
}
#project-detail .let-us-call-you .form ul li.informed .confirmation {
	margin-top:40px;
}
#project-detail .let-us-call-you .form ul li.informed .confirmation p {
	padding:10px 0;
    font-size:13px;
    text-align:left;
}
#project-detail .let-us-call-you .form ul li.informed .confirmation label {
	margin-right:30px;
    display:inline-block;
    width:200px;
}
#project-detail .let-us-call-you .form ul li.send {
	text-align:center;
    margin-bottom:0;
}
#project-detail .let-us-call-you .form .info {
	display:none;
}
#contact {
    position:relative;
}
#contact .left-column address {
    width:350px;
    float:left;
    margin-right:50px;
}
#contact .left-column address h2 {
    margin-bottom:20px;
    font-size:22px;
}
#contact .left-column address ul li {
    margin-bottom:20px;
    line-height:24px;
}
#contact .left-column address ul li:last-child {
    margin-bottom:0;
}
#contact .left-column address ul li p:first-child {
    margin-bottom:5px;
    font-weight:bold;
    color:#09428f;
}
#map.style-3 {
    width:100%;
    height:100%;
    position:absolute;
}
#form {
    font-size:16px;
    width:calc(100% - 400px);
    float:left;
}
#form.style-2 {
    width:100%;
    float:none;
}
#form h2 {
    margin-bottom:30px;
}
#form ul li {
    width:calc(50% - 15px);
    float:left;
    margin-bottom:40px;
}
#form ul li:nth-last-child(-n+4) {
    width:100%;
    float:none;
}
#form ul li:nth-child(odd) {
    margin-right:30px;
}
#form ul li p {
    font-weight:bold;
    margin-bottom:8px;
}
#form-modal-sms .window p .input,
#form ul li .textarea,
#form ul li .input {
    width:100%;
    height:40px;
    line-height:40px;
    padding:0 10px;
    border:solid 1px #f0f0f0;
    font-family:'Raleway', sans-serif;
    font-size:14px;
    background:#f8f8f8;
}
#form-modal-sms .window p .input {
    height:40px;
    line-height:40px;
}
#form ul li .input:-webkit-autofill {
    -webkit-box-shadow:0 0 0 30px #f8f8f8 inset;
}
#form ul li .textarea {
    height:140px;
}
#form ul li .textarea.warning,
#form ul li .input.warning {
    background:#f0f0f0;
}
#form ul li .button {
    background:#212a3c;
    border:none;
    font-weight:bold;
    padding:10px 20px;
    color:#fff;
    font-size:16px;
}
#form ul li i {
    font-style:normal;
    position:relative;
    top:5px;
    font-size:12px;
}
#form ul li i a {
    font-weight:bold;
    cursor:pointer;
    font-size:12px;
    display:inline-block;
}
#form ul li .checkbox {
    display:none;
}
#form ul li .checkbox + span {
	background-color:#fff;
    background:url(/Images/checks.png) no-repeat top;
	display:block;
	position:relative;
	cursor:pointer;
	width:14px;
	height:14px;
    overflow:hidden;
    float:left;
    margin-right:6px;
}
#form ul li .checkbox:checked + span,
#form ul li .checkbox + span:active,
#form ul li .checkbox:checked + span:active {
    background-image:url(/Images/checks.png);
    background-position:bottom;
}
#form ul li .checkbox:checked + span a,
#form ul li .checkbox + span:active a,
#form ul li .checkbox:checked + span:active a,
#form ul li .checkbox + span:hover a {
    color:#fff;
}
#form ul li .checkbox:checked + span:after {
	font-size:14px;
	position:absolute;
	top:0px;
	left:4px;
	color:#fff;
}
#form ul li label {
    display:block;
    width:max-content;
}
#form ul li label.style-2 {
    margin-top:10px;
}
#form ul li label i {
	width:calc(100% - 20px);
    float:left;
    margin-top:-4px;
}
#form .info {
	display:none;
}
#form ul li .confirmation {
	margin-top:40px;
}
#form ul li .confirmation p {
	padding:10px 0;
    font-size:13px;
}
#form ul li .confirmation label {
	margin-right:30px;
    display:inline-block;
}
#error-zone.approved {
    color:#48a5cc;
    font-weight:700;
    padding-bottom:30px;
}
#informed-text {
    width:100%;
    height:100%;
    max-width:800px;
    max-height:400px;
    font-size:12px;
}
#informed-text p {
    margin-bottom:20px;
}
#error-zone-permission.warning {
    color:#bc0512;
    font-weight:bold;
}
#error-zone-mail-list.warning p {
    margin-bottom:20px;
}
#error-zone-permission.warning {
    margin-top:10px;
    text-align:left;
    font-size:12px;
}
#form-modal-sms,
#form-modal {
    position:fixed;
    z-index:4;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background:rgba(0,0,0,0.3);
    font-family:'Raleway', sans-serif;
    display:none;
}
#form-modal-sms.active,
#form-modal.active {
    display:block;
}
#form-modal-sms .window,
#form-modal .window {
    width:400px;
    height:160px;
    background:#fff;
    border-radius:5px;
    top:calc(50% - 80px);
    left:calc(50% - 200px);
    position:absolute;
    text-align:center;
    box-shadow:0 0 20px rgba(0,0,0,0.2);
}
#form-modal-sms .window {
    height:190px;
    top:calc(50% - 95px);
    position:relative;
}
#form-modal-sms .window .loading {
    position:absolute;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.5);
    border-radius:5px;
    display:none;
}
#form-modal-sms .window .loading.active {
    display:block;
}
#form-modal-sms .window .loading figure {
    width:60px;
    height:60px;
    background:no-repeat no-repeat center #fff;
    background-image:url(/Images/loading.gif);
    background-size:50px 50px;
    position:absolute;
    top:calc(50% - 30px);
    left:calc(50% - 30px);
    border-radius:5px;
}
#form-modal-sms .window p,
#form-modal .window p {
    padding:20px;
    color:#bc0512;
    font-weight:bold;
    line-height:22px;
}
#form-modal-sms .window .phone-no {
    padding-top:20px;
    display:block;
}
#form-modal-sms .window .phone-no i {
    font-style:normal;
    font-weight:bold;
}
#form-modal-sms .window .phone-no i u {
    text-decoration:none;
}
#form-modal-sms .window .buttons,
#form-modal .window .buttons {
    padding:20px;
    border-top:solid 1px #f8f8f8;
}
#form-modal-sms .window .buttons .go.button,
#form-modal .window .buttons .go.button {
    background:#f8ac00;
    margin-right:20px;
    color:#fff;
}
#form-modal-sms .window .buttons .button,
#form-modal .window .buttons .button {
    padding:10px 25px;
    background:#f0f0f0;
    border-radius:25px;
    font-size:12px;
    font-weight:bold;
    letter-spacing:1px;
    margin-top:30px;
    display:inline-block;
    border:0;
    cursor:pointer;
}
#form-modal-sms .window .buttons .button,
#form-modal .window .buttons .button {
    margin-top:0;
}
#form-modal-sms .window .buttons .button:hover,
#form-modal .window .buttons .button:hover{
    background:#0f3e83;
    color:#fff;
}
#cookies {
    width:1200px;
    background:#f0f0f0;
    padding:20px 120px 20px 20px;
    position:fixed;
    z-index:10;
    border-radius:5px;
    left:calc(50% - 600px);
    bottom:10px;
    font-family:'Raleway', sans-serif;
    font-size:12px;
    line-height:13px;
    border:solid 4px rgba(232,232,232,.4);
}
#cookies a {
    font-size:12px;
    font-weight:bold;
    border-radius:3px;
}
#cookies a.link {
    font-weight:bold;
    color:#fff;
    font-size:12px;
}
#cookies a.close {
    padding:10px 20px;
    display:block;
    position:absolute;
    right:20px;
    top:calc(50% - 12px);
    cursor:pointer;
    background:#f8ac00;
    color:#000;
}
#sales-offices ul {
    display:flex;
    flex-wrap:wrap;
    gap:50px 30px;
    align-items:flex-start;
}
#sales-offices ul li {
    flex:0 0 calc(50% - 15px);
    box-sizing:border-box;
    position:relative;
    display:flex;
    flex-direction:column;
}
#sales-offices ul li figure {
    width:100%;
    height:400px;
    overflow:hidden;
    background-position:center bottom;
    background-repeat:no-repeat;
    background-size:cover;
    margin-bottom:20px;
}
#sales-offices ul li figure img {
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    display:block;
}
#sales-offices ul li .text {
}
#sales-offices ul li:nth-child(odd) .text {
    padding-right:30px;
}
#sales-offices ul li:nth-child(even) .text {
    padding-left:30px;
}
#sales-offices ul li .text h6 {
    font-size:22px;
    color:#f8ac00;
    margin-bottom:20px;
}
#sales-offices ul li .text span {
    display:block;
    font-weight:bold;
    margin-bottom:5px;
    font-size:16px;
    color:#74602f;
}
#sales-offices ul li .text i {
    font-style:normal;
    display:block;
    margin-bottom:20px;
}
#sales-offices ul li .text i.address {
    line-height:22px;
}
#sales-offices ul li .text i.phone a {
    font-size:28px;
    color:#9a8450;
}
#sales-offices ul li .text i.phone a.last b {
    font-weight:normal;
}
#sales-offices ul li .text i.e-mail a {
    color:#0f3e83;
}
#sales-offices ul li .text > a {
    padding:15px 20px 15px 25px;
    display:inline-block;
    border-radius:30px;
    margin-right:20px;
    color:#238ebc;
    font-size:12px;
    font-weight:bold;
    letter-spacing:0.05em;
    cursor:pointer;
    background:no-repeat left center;
}
#sales-offices ul li .text > a.map-show {
    background-image:url(/Images/map-icon.png);
    background-size:20px auto;
}
#sales-offices ul li .text > a.website {
    background-image:url(/Images/icon-website.png);
}
#landing-page .inner {
    position:absolute;
    width:100%;
    height:100%;
    min-height:790px;
    background:#dde2e8;
    padding:30px;
    font-family:'Jost', sans-serif;
    font-size:14px;
    display:flex;
}
#landing-page .inner .left-column {
    width:calc(100% - 400px);
    height:100%;
    margin-right:0px;
    background:#fff;
    display:inline-flex;
    background:no-repeat center;
    background-size:cover;
    position:relative;
}
#landing-page .inner .left-column .slogan {
    width:100%;
    max-width:440px;
    height:auto;
    display:table-cell;
    margin:auto;
    padding:20px;
}
#landing-page .inner .left-column .slogan img {
    width:100%;
    height:auto;
}
#landing-page .inner .right-column {
    width:400px;
    background:#143a85;
    display:inline-flex;
    padding:20px;
    color:#fff;
}
#landing-page .inner .right-column .form {
    border:solid 3px #f0f0f0;
    padding:20px;
    font-size:13px;
}
#landing-page .inner .right-column .form a {
    font-size:13px;
}
#landing-page .inner .right-column .form .logo {
    margin:0 auto 20px auto;
    width:120px;
}
#landing-page .inner .right-column .form .logo img {
    width:100%;
    height:auto;
}
#landing-page .inner .right-column .form ul li {
    margin-bottom:12px;
}
#landing-page .inner .right-column .form ul li:nth-child(6) {
    margin-top:10px;
}
#landing-page .inner .right-column .form ul li:last-child {
    margin-bottom:0;
}
#landing-page .inner .right-column .form ul li .textarea,
#landing-page .inner .right-column .form ul li .input {
    width:100%;
    height:32px;
    line-height:32px;
    border:0;
    padding:0 10px;
    background:rgb(255,255,255);
    background:-moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
    background:-webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%);
    background:radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%);
    text-align:left;
}
#landing-page .inner .right-column .form ul li .textarea {
    height:50px;
}
#landing-page .inner .right-column .form ul li p {
    font-size:15px;
    font-weight:500;
    text-align:center;
    margin-bottom:10px;
}
#landing-page .inner .right-column .form ul li ::-webkit-input-placeholder {
    color:#666;
    font-size:13px;
    font-family:'Montserrat', sans-serif;
}
#landing-page .inner .right-column .form ul li :-moz-placeholder {
    color:#666;
    font-size:13px;
    font-family:'Montserrat', sans-serif;
}
#landing-page .inner .right-column .form ul li ::-moz-placeholder {
    color:#666;
    font-size:13px;
    font-family:'Montserrat', sans-serif;
}
#landing-page .inner .right-column .form ul li :-ms-input-placeholder {
    color:#666;
    font-size:13px;
    font-family:'Montserrat', sans-serif;
}
#landing-page .inner .right-column .form ul li .input.warning {
    background:#ccc;
}
#landing-page .inner .right-column .form ul li label {
    display:inline-block;
    margin-right:20px;
}
#landing-page .inner .right-column .form ul li label .checkbox {
    display:none;
}
#landing-page .inner .right-column .form ul li label .checkbox + span {
	background-color:#fff;
    background:url(/Images/checks-white.png) no-repeat top;
	display:inline-block;
	position:relative;
	cursor:pointer;
	width:14px;
	height:14px;
    overflow:hidden;
    margin-right:5px;
    vertical-align:top;
}
#landing-page .inner .right-column .form ul li label .checkbox:checked + span,
#landing-page .inner .right-column .form ul li label .checkbox + span:active,
#landing-page .inner .right-column .form ul li label .checkbox:checked + span:active {
    background:url(/Images/checks-white.png) no-repeat bottom;
}
#landing-page .inner .right-column .form ul li label .checkbox:checked + span a,
#landing-page .inner .right-column .form ul li label .checkbox + span:active a,
#landing-page .inner .right-column .form ul li label .checkbox:checked + span:active a,
#landing-page .inner .right-column .form ul li label .checkbox + span:hover a {
    color:#fff;
}
#landing-page .inner .right-column .form ul li label .checkbox:checked + span:after {
	font-size:14px;
	position:absolute;
	top:0px;
	left:4px;
	color:#fff;
}
#landing-page .inner .right-column .form ul li label i {
	font-style:normal;
    font-weight:500;
    display:inline-block;
    color:#f8ad00;
    top:-2px;
    position:relative;
}
#landing-page .inner .right-column .form ul li.informed label {
    margin-bottom:10px;
}
#landing-page .inner .right-column .form ul li.informed label i {
    width:calc(100% - 30px);
    color:#fff;
    font-weight:normal;
    width:auto;
    top:-3px;
    position:relative;
}
#landing-page .inner .right-column .form ul li.informed label i a {
	font-weight:500;
    color:#fff;
    text-decoration:underline;
    cursor:pointer;
    display:inline-block;
}
#landing-page .inner .right-column .form ul li.informed .confirmation {
    margin-top:20px;
}
#landing-page .inner .right-column .form ul li.informed .confirmation p {
    font-size:12px;
    font-weight:400;
    margin-bottom:12px;
    color:#cfcfcf;
}
#landing-page .inner .right-column .form ul li.informed .confirmation label {
    width:max-content;
    float:left;
}
#landing-page .inner .right-column .form ul li.send {
	text-align:center;
    margin-top:-10px;
}
#landing-page .inner .right-column .form ul li.send .button {
    display:inline-block;
    padding:10px 30px;
    font-size:16px;
    border:0;
    background:#f8ad00;
    color:#fff;
    margin-top:20px;
    font-weight:bold;
    letter-spacing:0.05em;
    font-family:'Montserrat', sans-serif;
    border-radius:3px;
}
#landing-page .inner .right-column .form ul li.send .button:hover {
    background:#f0f0f0;
    color:#222;
}
#landing-page-gallery {
    position:absolute;
    top:100%;
    width:100%;
    font-family:'Krona One', sans-serif;
    padding-top:30px;
}
#landing-page-gallery .gallery ul li {
    width:calc(33.33% - 20px);
    float:left;
    margin:0 30px 27px 0;
}
#landing-page-gallery .gallery ul li:nth-child(3n) {
    margin-right:0;
}
#landing-page-gallery #map {
    width:100%;
    height:500px;
}
#thanks {
    position:absolute;
    width:100%;
    max-width:300px;
    max-height:300px;
    top:calc(50% - 150px);
    left:calc(50% - 150px);
    font-family:'Montserrat', sans-serif;
    font-size:18px;
    text-align:center;
}
#thanks figure {
    width:200px;
    margin:0 auto 20px auto;
}




/*paged-list*/
.paged-list {
    display:table;
    margin:30px auto 0 auto;
}
.paged-list .total-page {
    margin:30px auto 0 auto;
    text-align:center;
}
.paged-list ul li {
    display:table-cell;
    padding:0 3px;
}
.paged-list ul li span,
.paged-list ul li a {
    font-size:16px;
    display:block;
    border:solid 1px #f0f0f0;
    width:50px;
    height:50px;
    line-height:50px;
    text-align:center;
    font-weight:600;
}
.paged-list ul li a:hover {
    color:#ed145b;
}
.paged-list ul li.active span {
    color:#ed145b;
    border:0;
}
.paged-list ul li.disabled a:hover {
    background:none;
    color:unset;
}
/*paged-list*/
/*sort*/
.radio-list {
    padding:0 40px 0 20px;
    width:220px;
    outline:none;
    cursor:pointer;
    position:relative;
    border-radius:3px;
    background:#f8f8f8;
    font-size:15px;
    font-weight:600;
    float:left;
}
.radio-list:first-child {
    margin-right:20px;
}
.radio-list:after {
    content:"";
    width:0;
    height:0;
    position:absolute;
    right:14px;
    top:50%;
    margin-top:-6px;
    border-width:6px 0 6px 6px;
    border-style:solid;
    border-color:transparent #333;    
}
.radio-list span {
    width:100%;
    display:block;
	line-height:42px;
	color:#666;
}
.radio-list .dropdown {
    position:absolute;
    z-index:2;
    top:calc(100% + 1px);
    left:-1px;
    right:0;
    background:#ccc;
    list-style:none;
    font-weight:normal;
    opacity:0;
    pointer-events:none;
    width:100%;
    border-radius:3px;
    max-height:200px;
    overflow-x:auto;
}
.radio-list .dropdown::-webkit-scrollbar {
    width:10px;
}
.radio-list .dropdown::-webkit-scrollbar-track {
    box-shadow:inset 0 0 5px grey; 
    border-radius:10px;
}
.radio-list .dropdown::-webkit-scrollbar-thumb {
    background:#0f3e83; 
    border-radius:10px;
}
.radio-list .dropdown::-webkit-scrollbar-thumb:hover {
    background:#212a3c; 
}
.radio-list .dropdown li.month {
    display:none;
}
.radio-list .dropdown li.month.show {
    display:block;
}
.radio-list .dropdown li span {
    margin:0;
    padding:0;
    cursor:pointer;
    display:block;
    text-decoration:none;
    width:100%;
	padding:0 10px;
	border-radius:3px;
	color:#333;
}
.radio-list .dropdown li span:hover {
    background:#f0f0f0;
}
.radio-list .dropdown li .checkbox {
    display:none;
}
.radio-list.active .dropdown {
    opacity:1;
    pointer-events:auto;
}
.radio-list.active:after {
    border-color:#ccc transparent;
    border-width:6px 6px 0 6px ;
    margin-top:-3px;
}
.radio-list.active {
    background:#ccc;
    background:-moz-linear-gradient(left, #ccc 0%, #ccc calc(100% - 40px), #f0f0f0 calc(100% - 40px), #f0f0f0 100%);
    background:-webkit-gradient(linear, left top, right top, color-stop(0%,#ccc), color-stop(calc(100% - 40px),#ccc), color-stop(calc(100% - 40px),#f0f0f0), color-stop (100%,#f0f0f0));
    background:-webkit-linear-gradient(left, #ccc 0%,#ccc calc(100% - 40px),#f0f0f0 calc(100% - 40px),#f0f0f0 100%);
    background:-o-linear-gradient(left, #ccc 0%,#ccc calc(100% - 40px),#f0f0f0 calc(100% - 40px),#f0f0f0 100%);
    background:linear-gradient(to right, #ccc 0%,#ccc calc(100% - 40px),#f0f0f0 calc(100% - 40px),#f0f0f0 100%);
    color:#333;
}
/*sort*/
/*second menu*/
.second-menu-button {
    width:100%;
    max-width:400px;
    background:#f0f0f0;
    line-height:30px;
    padding:5px 10px;
    cursor:pointer;
    border:0;
    font-family:'Raleway', sans-serif;
    font-size:18px;
    font-weight:bold;
    border-radius:2px;
    display:none;
    margin:auto;
}
.second-menu-button:hover,
.second-menu-button:focus {
    background:#f5f5f5;
}
.second-menu-ul {
    display:block;
}
/*second menu*/
/*select style*/
.custom-select {
    position:relative;
    color:#666;
    font-size:14px;
    font-family:'Montserrat', sans-serif;
}
.custom-select .select {
    display:none;
}
.select-selected {
    background-color:#fff;
}
.select-selected:after {
    position:absolute;
    content:"";
    top:15px;
    right:10px;
    width:0;
    height:0;
    border:6px solid transparent;
    border-color:#333 transparent transparent transparent;
}
.select-selected.select-arrow-active:after {
    border-color:transparent transparent #333 transparent;
    top:8px;
}
.select-items {
    max-height:200px;
    overflow:auto;
}
.select-items div,
.select-selected {
    height:34px;
    line-height:34px;
    padding-left:10px;
    cursor:pointer;
    border:solid 1px #ccc;
}
.select-items div {
    border-radius:0;
    border:solid 1px #f0f0f0;
    border-top:0;
}
.select-items div:first-child {
    border-top:solid 1px #f0f0f0;
    border-top-left-radius:3px;
    border-top-right-radius:3px;
}
.select-items div:last-child {
    border-bottom-left-radius:3px;
    border-bottom-right-radius:3px;
}
.select-items {
    position:absolute;
    background-color:#f8f8f8;
    top:100%;
    left:0;
    right:0;
    z-index:9;
    color:#333;
    border-radius:3px;
    margin-top:1px;
}
.select-hide {
    display:none;
}
.select-items div:hover,
.same-as-selected {
    background-color:#f0f0f0;
}
/*select style*/
/*project-gallery slider*/
.slick-slider {
    position:relative;
    display:block;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -ms-touch-action:none;
    touch-action:none;
    -webkit-tap-highlight-color:transparent;
}
.slick-list {
    position:relative;
    overflow:hidden;
    display:block;
    margin:0;
    padding:0;
}
.slick-list:focus {
	outline:none;
}
.slick-loading .slick-list {
	background:url(/Images/loading.gif) no-repeat center;
}
.slick-list.dragging {
	cursor:pointer;
}
.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
	-webkit-transform:translate3d(0, 0, 0);
	-moz-transform:translate3d(0, 0, 0);
	-ms-transform:translate3d(0, 0, 0);
	-o-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0);
}
.slick-track {
	position:relative;
	left:0;
	top:0;
	display:block;
	zoom:1;
}
.slick-track:before,
.slick-track:after {
	content:"";
	display:table;
}
.slick-track:after {
	clear:both;
}
.slick-loading .slick-track {
	visibility:hidden;
}
.slick-slide {
	float:left;
	height:100%;
	min-height:1px;
	display:none;
}
.slick-slide img {
	display:block;
}
.slick-slide.slick-loading img {
	display:none;
}
.slick-slide.dragging img {
	pointer-events:none;
}
.slick-initialized .slick-slide {
	display:block;
}
.slick-loading .slick-slide {
	visibility:hidden;
}
.slick-vertical .slick-slide {
	display:block;
	height:auto;
	border:1px solid transparent;
}
.slick-prev,
.slick-next {
	position:absolute;
    top:-60px;
	display:block;
	height:44px;
	width:44px;
	line-height:0;
	font-size:0;
	cursor:pointer;
	color:transparent;
	padding:0;
	border:none;
	outline:none;
    background:no-repeat center;
    background-size:10px;
}
.slick-prev:hover,
.slick-next:hover {
}
.slick-prev:focus,
.slick-next:focus {
	outline:none;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity:0.25;
}
.slick-prev:before,
.slick-next:before {
	font-family:"slick";
	font-size:20px;
	line-height:1;
	color:white;
	opacity:0.85;
	-webkit-font-smoothing:antialiased;
}
.slick-prev {
	right:74px;
    background-image:url(/Images/arrow-prev.png);
}
.slick-next {
	right:20px;
    background-image:url(/Images/arrow-next.png);
}
.slick-next:before {
}
.slick-slider {
	margin-bottom:30px;
}
.slick-slider div img {
	width:100%;
}
.slick-slider div span {
	margin:0 10px;
    display:block;
}
.slick-dots {
	position:absolute;
	bottom:-45px;
	list-style:none;
	display:block;
	text-align:center;
	padding:0px;
	width:100%;
}
.slick-dots li {
	position:relative;
	display:inline-block;
	height:14px;
	width:14px;
	margin:0px 5px;
	padding:0px;
	cursor:pointer;
	border:solid 2px #1362a9;
    border-radius:50%;
}
.slick-dots li button {
	border:0;
	background:transparent;
	display:block;
	height:20px;
	width:20px;
	outline:none;
	line-height:0;
	font-size:0;
	color:transparent;
	padding:5px;
	cursor:pointer;
	outline:none;
}
.slick-dots li button:focus {
	outline:none;
}
.slick-dots li button:before {
	position:absolute;
	top:-2px;
	left:-2px;
	content:"";
	width:10px;
	height:10px;
	opacity:0;
    background:#111;
    border:solid 2px #111;
    border-radius:50%;
}
.slick-dots li.slick-active button:before {
	opacity:1;
}
/*project-gallery slider*/
/* index slider */
#index .projects .app {
    position:relative;
    min-height:700px;
    overflow:hidden;
    color:#fff;
}
#index .projects .bg {
    position:absolute;
    inset:0;
    background-size:cover;
    background-position:center bottom;
    transition:background-image .45s ease;
}
#index .projects .overlay {
    position:absolute;
    inset:0;
    background:
      radial-gradient(1200px 600px at 10% 10%, rgba(255,255,255,.08), transparent),
      radial-gradient(1400px 700px at 90% 90%, rgba(255,255,255,.05), transparent);
}
#index .projects .content {
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:1.1fr 1fr;
    gap:40px;
    align-items:center;
    min-height:600px;
    padding:120px 28px 48px 20px;
}
#index .projects .left {
    max-width:640px;
    min-width:400px;
}
#index .projects .left h6 {
    font-size:50px;
    line-height:50px;
    font-family:"Outfit", sans-serif;
    font-weight:500;
    margin-bottom:30px;
    z-index:2;
    position:relative;
}
#index .projects .left .desc {
    margin:0;
    color:#fcfcfc;
    max-width:520px;
    font-size:22px;
    z-index:2;
    position:relative;
}
#index .projects .left .desc .more-link {
    margin-top:20px;
    padding:8px 14px;
    background:#f8ac00;
    font-weight:600;
    border-radius:6px;
    width:max-content;
    color:#fff;
    font-size:16px;
}
#index .projects .left .desc .more-link:hover {
    background:none;
    border-color:#f8ac00;
}
#web-tv .shadow,
#index .projects .left .shadow {
    width:50%;
    height:calc(100% + 40px);
    z-index:1;
    position:absolute;
    top:0;
    left:0;
    background:linear-gradient(
        to right,
        rgba(0,0,0,0.4) 0%,
        rgba(0,0,0,0) 100%
    );
}
#index .projects .cards-area {
    position:relative;
    max-width:700px;
    width:100%;
}
#index .projects .cards-viewport {
    overflow:hidden;
}
#index .projects .cards-track {
    display:flex;
    align-items:stretch;
    transition:transform .42s ease;
    padding-left:4px;
    
}
#index .projects .card {
    flex:0 0 calc((100% - (18px * 2)) / 3);
    margin-right:18px;
    overflow:hidden;
    position:relative;
    cursor:pointer;
    transition:all .25s ease;
    box-sizing:border-box;
    border-radius:20px;
    border:3px solid #fff;
}
#index .projects .card.active {
    border-color:#ffcf5a;
}
#index .projects .card > img {
    display:block;
    width:100%;
    height:min(54vh, 460px);
    object-fit:cover;
    filter: brightness(70%);
}
#index .projects .card .label {
    display:none !important;
}
#index .projects .logo-wrap {
    position:absolute;
    inset:0;
    display:flex;
    align-items:center;
    justify-content:center;
    pointer-events:none;
    padding:12px;
}
#index .projects .logo-wrap img {
    max-width:min(86%, 320px);
    max-height:120px;
    object-fit:contain;
    display:block;
    filter:drop-shadow(0 4px 12px rgba(0,0,0,.35));
}
#index .projects .cards-controls {
    display:flex;
    justify-content:center;
    gap:10px;
    margin-top:12px;
}
#index .projects .c-arrow {
    width:46px;
    height:46px;
    border-radius:14px;
    border:1px solid rgba(255,255,255,.14);
    background:rgba(255,255,255,.06);
    display:grid;
    place-items:center;
    cursor:pointer;
    color:#e9eef7;
}
/* index slider */
/*menu style*/
#menu {
    float:right;
}
#menu .menu-icon {
	display:none;
	position:absolute;
    z-index:4;
	overflow:hidden;
	width:40px;
	-webkit-appearance:none;
	-moz-appearance:none;
	box-shadow:none;
	border:none;
	cursor:pointer;
	-webkit-transition:background .3s;
	transition:background .3s;
    right:20px;
    margin-top:0px;
    padding:5px;
}
#menu .menu-icon:focus {
	outline:0
}
#menu .menu-icon span {
	display:block;
    width:30px;
	height:2px;
    background:#fff;
    margin:8px 0;
    transition:0.4s;
}
#menu .menu-icon span:nth-child(2) {
	width:80%;
    margin-left:20%;
}
#menu .menu-icon.is-active span:first-child {
	transform:translate(0, 11px) rotate(-45deg);
}
#menu .menu-icon.is-active span:nth-child(2) {
	opacity:0;
}
#menu .menu-icon.is-active span:last-child {
	transform:translate(0, -9px) rotate(45deg);
}
#menu .menu-list {
	margin-top:23px;
}
#menu .menu-list > ul > li {
	float:left;
    margin-right:30px;
}
#menu .menu-list > ul > li > span,
#menu .menu-list > ul > li > a {
    display:block;
    font-family:'Raleway', sans-serif;
    letter-spacing:1px;
    padding:10px 8px;
    font-size:16px;
    font-weight:600;
    cursor:pointer;
    color:#fff;
}
#header.style-2 #menu .menu-list > ul > li > span,
#header.style-2 #menu .menu-list > ul > li > a {
    color:#0f3e83;
}
#menu .menu-list > ul > li.lang a {
    color:#f9ab00;
    border-bottom:0;
}
#menu .menu-list > ul li a:hover {
    color:#f0f0f0;
    color:#9ba1a9;
}
#menu .menu-list > ul > li:hover > span,
#menu .menu-list > ul > li:hover > a {
    color:#f0f0f0;
}
#header.style-2 #menu .menu-list > ul > li > a.all-select ,
#header.style-2 #menu .menu-list > ul > li > span.all-select,
#menu .menu-list > ul > li > a.all-select ,
#menu .menu-list > ul > li > span.all-select {
    color:#fcf9f4;
}
#header.style-2 #menu .menu-list > ul > li > a.select ,
#header.style-2 #menu .menu-list > ul > li > span.select,
#menu .menu-list > ul > li > a.select ,
#menu .menu-list > ul > li > span.select {
    color:#9ba1a9;
}
.menu-list > ul > li .alt-menu {
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    padding-top:200px;
    display:none;
    text-align:center;    
}
.menu-list > ul > li .alt-menu .close-icon {
    position:absolute;
    width:36px;
    height:36px;
    top:30px;
    right:100px;
    cursor:pointer;
    background:#f8ac00;
    padding:10px;
    border-radius:50%;
}
.menu-list > ul > li .alt-menu .menu-items {
    position:relative;
}
.menu-list > ul > li .alt-menu .menu-items ul {
    list-style:none;
    padding:0;
    width:100%;
    display:table;
    max-width:900px;
    margin:auto;
}
.menu-list > ul > li .alt-menu .menu-items ul li {
    width:33%;
    height:140px;
    display:inline-block;
    vertical-align:top;
    text-align:center;
    border-right:solid 1px #d3c2a6;
    padding:0 20px;
    
}
.menu-list > ul > li .alt-menu .menu-items ul li:last-child,
.menu-list > ul > li .alt-menu .menu-items ul li:nth-child(3n) {
    border-right:none;
}
.menu-list > ul > li .alt-menu .menu-items ul li:nth-child(n+3) {
    margin-bottom:80px;
}
.menu-list > ul > li .alt-menu .menu-items ul li a {
    position:relative;
    display:block;
    color:#3e4752;
    font-size:16px;
    font-weight:700;
    letter-spacing:1px;
    padding:5px 10px;
    font-family:'Raleway', sans-serif;
    margin:auto;
}
.menu-list > ul > li .alt-menu .menu-items ul li a:hover {
    color:#b5b5b5;
    color:#3e4752;
}
.menu-list > ul > li .alt-menu .menu-items ul li a figure {
    width:70px;
    height:70px;
    margin:0 auto 20px auto;
    transition:all 0.2s ease;
    background:no-repeat center left;
}
.menu-list > ul > li.style-2 .alt-menu .menu-items ul li:first-child a figure {
    background-image:url(/Images/menu-icon-1.png);
}
.menu-list > ul > li.style-2 .alt-menu .menu-items ul li:nth-child(2) a figure {
    background-image:url(/Images/menu-icon-4.png);
}
/*.menu-list > ul > li.style-2 .alt-menu .menu-items ul li:nth-child(3) a figure {
    background-image:url(/Images/menu-icon-4.png);
}*/
.menu-list > ul > li.style-3 .alt-menu .menu-items ul li.future-projects a figure,
.menu-list > ul > li.style-3 .alt-menu .menu-items ul li.gelecek-projeler a figure {
    background-image:url(/Images/menu-icon-5.png);
}
.menu-list > ul > li.style-3 .alt-menu .menu-items ul li.projects-on-sale a figure,
.menu-list > ul > li.style-3 .alt-menu .menu-items ul li.satisi-devam-eden-projeler a figure {
    background-image:url(/Images/menu-icon-6.png);
}
.menu-list > ul > li.style-3 .alt-menu .menu-items ul li.completed-sales-projects a figure,
.menu-list > ul > li.style-3 .alt-menu .menu-items ul li.satisi-tamamlanan-projeler a figure {
    background-image:url(/Images/menu-icon-7.png);
}
.menu-list > ul > li.style-4 .alt-menu .menu-items ul li:first-child a figure {
    background-image:url(/Images/menu-icon-8.png);
}
.menu-list > ul > li.style-4 .alt-menu .menu-items ul li:nth-child(2) a figure {
    background-image:url(/Images/menu-icon-9.png);
}
.menu-list > ul > li.style-4 .alt-menu .menu-items ul li:nth-child(3) a figure {
    background-image:url(/Images/menu-icon-10.png);
}
.menu-list > ul > li.style-4 .alt-menu .menu-items ul li:nth-child(4) a figure {
    background-image:url(/Images/menu-icon-11.png);
}
.menu-list > ul > li.style-4 .alt-menu .menu-items ul li:nth-child(5) a figure {
    background-image:url(/Images/menu-icon-12.png);
}
.menu-list > ul > li.style-5 .alt-menu .menu-items ul li:first-child a figure {
    background-image:url(/Images/menu-icon-13.png);
}
.menu-list > ul > li.style-5 .alt-menu .menu-items ul li:nth-child(2) a figure {
    background-image:url(/Images/menu-icon-14.png);
}
.menu-list > ul > li.style-5 .alt-menu .menu-items ul li:nth-child(3) a figure {
    background-image:url(/Images/menu-icon-15.png);
}
.menu-list > ul > li.style-5 .alt-menu .menu-items ul li:nth-child(4) a figure {
    background-image:url(/Images/menu-icon-16.png);
}
.menu-list > ul > li.style-6 .alt-menu .menu-items ul li:first-child a figure {
    background-image:url(/Images/menu-icon-17.png);
}
.menu-list > ul > li.style-6 .alt-menu .menu-items ul li:nth-child(2) a figure {
    background-image:url(/Images/menu-icon-18.png);
}
.menu-list > ul > li.style-6 .alt-menu .menu-items ul li:nth-child(3) a figure {
    background-image:url(/Images/menu-icon-19.png);
}
.menu-list > ul > li .alt-menu .menu-items ul li a:hover figure {
    background-position-x:right;
}
#menu .menu-mobile {
    position:absolute;
    z-index:9;
    display:none;
    right:10px;
    top:67px;
}
#menu .menu-mobile > ul {
    display:none;
    position:static;
    background:#3e3934;
    text-align:center;
    right:0;
    padding:10px;
    width:270px;
}
#menu .menu-mobile > ul.slide {
	animation:slideDownMenu 0.3s ease forwards;
}
#menu .menu-mobile > ul li {
    display:block;
    border-bottom:solid 1px #574e45;
}
#menu .menu-mobile > ul li:last-child {
    border-bottom:0;
}
#menu .menu-mobile ul > li.mobile-menu-show,
#menu .menu-mobile ul > li > ul {
    display:none;
}
#menu .menu-mobile > ul li span,
#menu .menu-mobile > ul li a {
    display:block;
    color:#fff;
    font-family:'Raleway', sans-serif;
    font-weight:600;
    font-size:16px;
    padding:15px;
    cursor:pointer;
}
#menu .menu-mobile a:hover {
    background-color:#172b47;
    color:#fff;
}
#menu .menu-mobile .alt-menu {
	display:none;
}
#menu .menu-mobile > ul li ul li {
    background:rgba(255,255,255,0.1);
    border-bottom:solid 1px #89735c;
}
#menu .menu-mobile > ul li ul li:last-child {
    border-bottom:none;
}
#menu .menu-mobile > ul li ul li a {
    font-weight:500;
    padding:20px;
	font-size:16px;
}
.overlay-menu {
    position:fixed;
    width:100%;
    height:calc(100% - 70px);
    background:#fcf9f4;
    top:0px;
    left:0px;
    z-index:999999;
    display:none;
    box-shadow:rgba(38, 57, 77, .8) 0px 20px 30px -10px;
}
.full-container {
    width:100%;
    height:auto;
    position:relative;
    overflow:hidden;
}
body.mmactive {
    overflow:hidden;
}
.menu-mobile ul {
    display:none;
    position:relative;
    font-family:'Raleway', sans-serif;
    font-weight:600;
}
.menu-mobile ul a {
    font-family:'Raleway', sans-serif;
    font-size:14px;
    font-weight:600;
}
.sm-menu-outer.active .menu-mobile ul {
    display:block;
}
.sm-menu-outer {
    width:280px;
    height:calc(100vh - 60px);
    overflow-y:scroll;
    overflow-x:hidden;
    position:fixed;
    right:0;
    top:60px;
    z-index:-9;
    opacity:0;
    background-color:#263c46;
    -webkit-transition:opacity 0.2s;
    -moz-transition:opacity 0.2s;
    transition:opacity 0.2s;
    display:none;
}
.sm-menu-outer.active {
    opacity:1;
    z-index:999;
}
.sm-menu-outer .menu-mobile ul li {
    list-style-type:none;
    border-bottom:0.5px solid rgba(0, 0, 0, 0);
    border-image:linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #53676e 20%, #53676e 50%, #53676e 80%, rgba(0, 0, 0, 0) 100%) 0 0 1 0;
    color:#fff;
}
.sm-menu-outer .menu-mobile ul li.back {
    border:none;
}
.sm-menu-outer .menu-mobile ul li.back a {
    padding:20px 5px 20px 55px;
    background:url("/Images/back.png") no-repeat scroll 15px center / 5% #eee;
    background-size:24px;
    color:#333;
}
.sm-menu-outer .menu-mobile ul a {
    color:#fff;
    display:block;
    letter-spacing:1px;
    padding:15px;
    text-transform:uppercase;
    text-decoration:none;
    cursor:pointer;
}
.sm-menu-outer.slide .menu-mobile ul li.hasChild > a {
    background:url("/Images/next.png") no-repeat scroll 95% center / 5%;
    background-size:20px;
}
.sm-menu-outer.slide .menu-mobile ul .submenu {
    background-color:#263c46;
    height:calc(100vh - 60px);
    position:absolute;
    right:-100%;
    top:0;
    transition:all 0.5s ease 0s;
    width:100%;
    z-index:999;
}
.sm-menu-outer.slide .menu-mobile ul li.active > .submenu {
    right:0;
}
#sm-menu-ham {
    cursor:pointer;
    float:right;
    width:34px;
    height:28px;
    position:absolute;
    right:5px;
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    transform:rotate(0deg);
    -webkit-transition:all 0.5s ease-in-out 0s;
    -moz-transition:all 0.5s ease-in-out 0s;
    -o-transition:all 0.5s ease-in-out 0s;
    transition:all 0.5s ease-in-out 0s;
    top:21px;
    right:15px;
    z-index:9999;
    display:none;
}
#sm-menu-ham span {
    background-color:#fff;
    border-radius:5px;
    display:block;
    height:2px;
    left:0;
    opacity:1;
    position:absolute;
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    transform:rotate(0deg);
    -webkit-transition:all 0.25s ease-in-out 0s;
    -moz-transition:all 0.25s ease-in-out 0s;
    -o-transition:all 0.25s ease-in-out 0s;
    transition:all 0.25s ease-in-out 0s;
    width:30px;
}
#sm-menu-ham span:nth-child(1) {
    top:0;
}
#sm-menu-ham span:nth-child(2),
#sm-menu-ham span:nth-child(3) {
    top:10px;
}
#sm-menu-ham span:nth-child(4) {
    top:20px;
}
#sm-menu-ham.open span:nth-child(1) {
    left:50%;
    top:18px;
    width:0;
}
#sm-menu-ham.open span:nth-child(2) {
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    transform:rotate(45deg);
}
#sm-menu-ham.open span:nth-child(3) {
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    transform:rotate(-45deg);
}
#sm-menu-ham.open span:nth-child(4) {
    left:50%;
    top:18px;
    width:0;
}
/*menu style*/
/*web-tv*/
#web-tv .slider-container {
    width:100%;
    height:calc(100vh - 100px);
    position:relative;
    overflow:hidden;
    font-family:'Montserrat', sans-serif;
}
#web-tv img {
    -webkit-user-drag: none;
}
#web-tv .slider-container .shadow {
    position:absolute;
    width:100%;
    height:100%;
    background:linear-gradient(
        to right,
        rgba(0,0,0,0.4),
        rgba(0,0,0,0) 30%,
        rgba(0,0,0,0) 70%,
        rgba(0,0,0,0.4)
    );
    z-index:2;
}
#web-tv .slider-track {
    position:relative;
    width:100%;
    height:100%;
}
#web-tv .slide {
    position:absolute;
    inset:0;
    opacity:0;
    transition:opacity 800ms ease-in-out;
    pointer-events:none;
}
#web-tv .slide.active {
    opacity:1;
    z-index:1;
    pointer-events:auto;
}
#web-tv .slide a {
    display:block;
}
#web-tv .slide img {
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}
#web-tv .slide p {
    position:absolute;
    z-index:9999;
    top:260px;
    left:200px;
    font-size:56px;
    line-height:62px;
    font-weight:700;
    color:#fff;
    width:min-content;
    text-shadow:2px 2px 8px rgba(0, 0, 0, 0.6);
}
#web-tv .nav-dots {
    position:absolute;
    bottom:30px;
    left:100px;
    display:flex;
    gap:20px;
    pointer-events:none;
    z-index:3;
}
#web-tv .dot {
    width:100px;
    height:70px;
    border:2px solid transparent;
    border-radius:6px;
    overflow:hidden;
    pointer-events:all;
    cursor:pointer;
    background:#000;
    position:relative;
    transition:border 0.3s ease, transform 0.3s ease;
    flex-shrink:0;
}
#web-tv .dot img {
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}
#web-tv .dot.active {
    border-color:#fff;
    transform:scale(1.3);
    z-index:2;
}
#web-tv .progress-bar {
    position:absolute;
    bottom:0;
    left:0;
    height:3px;
    background:#fff;
    width:0%;
    transition:none;
}
#web-tv .dot.active .progress-bar {
    animation:fillBar linear forwards;
}
@keyframes fillBar {
    from { width:0%; }
    to { width:100%; }
}
#web-tv .nav-arrows {
    position:absolute;
    bottom:30px;
    right:20px;
    justify-content:space-between;
    display:flex;
    pointer-events:none;
    display:none;
    z-index:3;
}
#web-tv .arrow {
    background:rgba(255,255,255,0.6);
    border-radius:50%;
    width:46px;
    height:46px;
    pointer-events:all;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:bold;
    user-select:none;
    font-size:30px;
}
#web-tv .nav-arrows .arrow + .arrow {
    margin-top:10px;
}
/*web-tv*/






@media only screen and (max-height:790px) {
   #landing-page-gallery {
        top:790px;
    }
}
@media (max-width:1800px) {
    .menu-list > ul > li .alt-menu .close-icon {
        right:20px;
    }
    #header.click .lang {
        margin-right:70px;
    }
}
@media (max-width:1550px) {
    #header .recess {
        padding:10px 20px;
    }
}
@media (max-width:1400px) {
    #index .separatism .left-column {
        width:50%;
        padding:50px 180px 50px 70px;
    }
    #index .separatism .left-column figure {
        width:calc(100% - 500px);
    }
    #project-detail .let-us-call-you .text {
        width:350px;
    }
    #project-detail .let-us-call-you .form {
        width:calc(100% - 400px);
    }
    #content .about .landscape .tab-1 p {
        font-size:60px;
        line-height:72px;
    }
    #content .about .landscape .tab-4 ul {
        margin-left:calc(60% - 50px);
    }
    #index .news ul li figure,
    #press .press-list .block-list > ul > li > a > figure {
        height:270px;
    }
    #journal > .recess > .journal-list > ul > li {
        flex:0 0 calc(33.333%  - 20px);
    }
    #landing-page .inner {
        padding:20px;
    }
}
@media (max-width:1350px) {
    #index .about figure {
        width:550px;
    }
    #index .about .text {
        width:calc(100% - 650px);
    }
    #index .projects .left h6 {
        font-size:50px;
        line-height:50px;
    }
    #index .projects .card {
        flex:0 0 calc((100% - (18px * 1)) / 2);
    }
    #content .about .landscape .tab-1 p {
        top:30px;
        left:60px;
        font-size:56px;
        line-height:68px;
    }
    #content .about .landscape .tab-6 p {
        top:30px;
        left:60px;
    }
    #sales-offices ul li figure {
        height:360px;
    }
    #cookies {
        width:calc(100% - 40px);
        left:20px;
    }
}
@media (max-width:1280px) {
    #index .separatism .left-column {
        padding:50px 160px 50px 70px;
    }
    #index .separatism .left-column h3 {
        font-size:46px;
        line-height:50px;
    }
    #index .projects .cards-area {
        max-width:500px;
    }
    #footer .logos {
        width:240px;
    }
    #footer .menu-2 {
        width:200px;
    }
    #content .web-tv figure {
        height:600px;
    }
    #content .web-tv h1 {
        font-size:38px;
    }
    #project-detail .web-tv .text h1 {
        font-size:52px;
        line-height:58px;
    }
    #content .about .landscape .tab-2 {
        padding-left:40px;
    }
    #content .about .landscape .tab-2 > p {
        width:calc(100% - 400px);
    }
    #content .about .landscape .tab-2 .round {
        width:290px;
        height:290px;
    }
    #content .about .landscape .tab-2 .round p {
        padding-top:60px;
    }
    #press .press-list .list  > ul > li span.date {
        width:150px;
    }
    #press .press-list .list  > ul > li span.name {
        width:350px;
    }
    #press .press-list .list  > ul > li span.title {
        width:calc(100% - 500px);
    }
}
@media (max-width:1200px) {
    #index .about figure {
        width:500px;
    }
    #index .about .text {
        width:calc(100% - 600px);
    }
    #index .separatism .left-column {
        width:50%;
        padding:50px 180px 50px 70px;
    }
    #index .separatism .left-column h3 {
        font-size:42px;
        line-height:46px;
    }
    #index .separatism .left-column figure {
        width:calc(50% + 50px);
    }
    #project-detail .web-tv {
        height:calc(100vh - 200px);
    }
    #content .about .landscape .tab-1 p {
        left:30px;
        font-size:50px;
        line-height:60px;
    }
    #content .about .landscape .tab-6 p {
        left:30px;
    }
    #content .about .landscape .tab-4 {
        background-position:left 40px bottom;
        background-size:auto 70%;
    }
    #content .about .sports-health .tab-1 {
        padding:30px 40px 0 20px;
    }
    #content .about .sports-health .tab-1 ul li p:first-child {
        font-size:120px;
    }
    #content .about .sports-health .tab-2 p {
        max-width:600px;
    }
    #index .news ul li figure,
    #press .press-list .block-list > ul > li > a > figure {
        height:240px;
    }
    #sales-offices ul li figure {
        height:320px;
    }
}
@media (max-width:1150px) {
    #index .about figure {
        width:400px;
        margin-right:50px;
    }
    #index .about .text {
        width:calc(100% - 450px);
    }
    #index .projects .left h6 {
        font-size:44px;
        line-height:44px;
    }
    #content .web-tv figure {
        height:550px;
    }
    #content .web-tv h1 {
        font-size:36px;
    }
    #project-detail .web-tv .text {
        left:150px;
    }
    #project-detail .web-tv .text h1 {
        font-size:50px;
        line-height:56px;
    }
    #content .about .landscape .tab-3 {
        margin:100px auto 50px auto;
    }
    #content .about .landscape .tab-4 {
        font-size:32px;
    }
    #content .about .landscape .tab-4 > span {
        font-size:34px;
    }
    #content .about .landscape .tab-5 {
        margin:70px auto;
    }
    #content .about .sports-health .tab-2 p {
        max-width:500px;
    }
    #index .news ul li figure,
    #press .press-list .block-list > ul > li > a > figure {
        height:210px;
    }
    #contact .left-column address {
        width:280px;
        margin-right:40px;
    }
    #form {
        width:calc(100% - 320px);
    }
}
@media only screen and (max-width:1100px) {
    #landing-page .inner {
        padding:15px;
    }
    #landing-page-gallery {
        padding-top:15px;
    }
    #landing-page-gallery .gallery ul li {
        width:calc(33.33% - 10px);
        float:left;
        margin:0 15px 12px 0;
    }
}
@media (max-width:1050px) {
    #footer .logos {
        width:160px;
    }
    #content .about .landscape .tab-1 p {
        font-size:42px;
        line-height:52px;
    }
    #content .about .landscape .tab-6 p {
        max-width:700px;
    }
}
@media (max-width:1020px) {
    .recess {
        padding:0 20px;
    }
    #header {
        height:auto;
        background:none;
    }
    #header .logo {
        width:100px;
        margin-right:0;
    }
    #header .lang {
        margin:10px 80px 0 0;
    }
    #header.style-2 .lang {
        margin-top:20px;
    }
    #header.style-2 #menu .menu-icon {
        margin-top:10px;
    }
    #header.style-2 #menu .menu-icon span {
        background:#0f3e83;
    }
    #index .separatism .left-column {
        padding:20px 160px 20px 30px;
        height:auto;
    }
    #index .separatism .left-column h3 {
        font-size:34px;
        line-height:38px;
    }
    #index .projects .content {
        grid-template-columns:1fr;
        gap:28px;
        padding-top:90px;
    }
    #index .projects .card {
        flex:0 0 calc((100% - 18px) / 2);
    }
    #index .projects .logo-wrap img {
        max-width:min(48%, 200px);
        max-height:min(48%, 130px);
    }
    #index .projects .left {
        max-width:100%;
        min-width:100%;
    }
    #index .projects .left h6 {
        font-size:34px;
        line-height:34px;
    }
    #index .projects .cards-area {
        justify-self: end;
    }
    #footer {
        margin-top:80px;
        padding:80px 0;
    }
    #content .web-tv {
        margin-bottom:20px;
    }
    #content .web-tv h1 {
        font-size:34px;
        padding:20px 0;
    }
    #project-detail .web-tv .text h1 {
        font-size:48px;
        line-height:54px;
    }
    #projects .projects .list .loop ul li a .logo img {
        max-height:90px;
    }
    #projects .projects .list .loop ul li a i {
        bottom:20px;
        font-size:12px;
        padding:6px 40px 6px 15px;
    }
    #project-detail .tag,
    #project-detail .summary {
        padding:0 20px;
    }
    #project-detail .let-us-call-you .text {
        width:250px;
    }
    #project-detail .let-us-call-you .form {
        width:calc(100% - 300px);
    }
    #project-detail .tag ul {
        display:grid;
        grid-template-columns:repeat(2, 1fr);
        column-gap:20px;
        row-gap:30px;
    }
    #project-detail .tag ul li {
        width:100%;
        display:block;
    }
    #project-detail .web-tv {
        height:500px;
    }
    #project-detail .web-tv .text {
        top:160px;
    }
    #content .about .apartment-management .list {
        padding:0 40px;
    }
    #content .about .sports-health .tab-2 .photos {
        top:-150px;
        right:10px;
    }
    #content .about .sports-health .tab-2 .photos figure.big-photo {
        width:200px;
        height:200px;
    }
    #content .about .sports-health .tab-2 .photos figure.little-photo {
        width:110px;
        height:110px;
        top:60px;
        right:110px;
    }
    #content .about .sports-health .tab-3 > span {
        text-align:center;
    }
    #content .about .sports-health .tab-3 .content-wrapper {
        display:block;
    }
    #content .about .sports-health .tab-3 .content-wrapper > figure {
        display:block;
        margin:0 auto 30px auto;
    }
    #content .about .sports-health .tab-3 .content-wrapper .text {
        padding-top:0;
    }
    #landing-page .inner {
        padding:10px;
    }
    #landing-page .inner .left-column .slogan {
        min-width:auto;
        top:50px;
        left:0;
        margin:auto;
    }
    .overlay-menu {
        display: none !important;
    }
    #header.click {
        height:auto;
    }
    #header.click .lang {
        margin:10px 80px 0 0;
    }
    #header.style-2.click .lang {
        margin:20px 80px 0 0;
    }
    #header.click .lang a {
        border:solid 1px #fff;
        width:max-content;
        color:#fff;
    }
    #header.style-2.click .lang a {
        border:solid 1px #0f3e83;
        color:#0f3e83;
    }
    #projects .projects .list .loop ul li a p.summary {
        bottom:70px;
    }
    #menu .menu-list > ul > li.mobile-show,
	#menu .menu-icon,
	#menu .menu-mobile {
		display:block;
	}
    #index .separatism .left-column .text,
	#menu .alt-menu .close-icon,
    #menu .menu-mobile > ul > li.desktop-show,
    #menu .menu-list {
        display:none;
    }
}
@media (max-width:980px) {
    #web-tv .slide p {
        top:260px;
        left:50px;
        font-size:50px;
        line-height:54px;
    }
    #web-tv .nav-dots {
        left:50px;
    }
    #web-tv .slider-container {
        height:calc(100vh - 200px);
    }
    #project-detail .web-tv .text {
        left:50px;
    }
    #index .about figure {
        width:auto;
        max-width:500px;
        float:none;
        margin:0 auto 40px auto;
    }
    #index .about .text {
        width:100%;
        float:none;
    }  
    #project-detail .web-tv .text h1 {
        font-size:40px;
        line-height:46px;
    }
    #press .press-list .block-list > ul > li {
        flex:0 0 calc(50%  - 15px);
    }
    #press .press-list .block-list > ul > li > a > figure {
        height:270px;
    }
    #journal > .recess > .journal-list > ul > li {
        flex:0 0 calc(50%  - 15px);
    }
    #sales-offices ul li figure {
        height:290px;
    }
}
@media (max-width:920px) {
    #footer {
        margin-top:50px;
        padding:50px 0;
    }
    #footer .recess {
        flex-wrap:wrap;
    }
    #footer .logos {
        order:1;
        width:100%;
        margin-right:0;
        margin-bottom:40px;
        align-items:center;
        justify-content:center;
        display:flex;
    }
    #footer .logos > figure {
        margin-bottom:30px;
    }
    #footer .menu {
        order:2;
    }
    #footer .menu-2 {
        order:3;
    }
    #content .web-tv figure {
        height:500px;
    }
    #content .about .landscape .tab-2 {
        font-size:30px;
    }
    #content .about .landscape .tab-2 .round {
        width:240px;
        height:240px;
    }
    #content .about .landscape .tab-2 .round p {
        padding-top:50px;
    }
    #content .about .landscape .tab-2 .round p span:last-child {
        font-size:84px;
    }
    #content .about .landscape .tab-5 p {
        padding:0 20px;
    }
    #content .about .landscape .tab-6 p span {
        display:inline-block;
    }
    #content .about .sports-health .tab-1 ul li p:first-child {
        font-size:100px;
    }
    #content .about .sports-health .tab-1 ul li p span:last-child {
        padding-right:40px;
    }
    #landing-page-gallery {
        padding-top:10px;
    }
    #landing-page-gallery .gallery ul li {
        width:calc(50% - 5px);
        float:left;
        margin:0 10px 7px 0;
    }
    #landing-page-gallery .gallery ul li:nth-child(3n) {
        margin-right:10px;
    }
    #landing-page-gallery .gallery ul li:nth-child(even) {
        margin-right:0;
    }
}
@media (max-width:880px) {
    #index .news ul {
        flex-wrap:wrap;
    }
    #index .news ul li {
        flex:1 1 calc(50% - 30px);
    }
    #index .news ul li:nth-child(4) {
        display:block;
    }
    #press .press-list .block-list > ul > li > a > figure {
        height:240px;
    }
    #sales-offices ul li figure {
        height:250px;
    }
}
@media only screen and (max-width:820px) {
    #landing-page .inner {
        position:static;
        display:block;
        padding:20px;
    }
    #landing-page .inner .left-column {
        width:100%;
        height:400px;
        display:block;
    }
    #landing-page .inner .left-column .slogan {
        width:100%;
        max-width:auto;
        height:100%;
        margin:auto;
        display:block;
        text-align:center;
    }
    #landing-page .inner .left-column .slogan img {
        width:auto;
        height:100%;
    }
    #landing-page .inner .right-column {
        width:100%;
        display:block;
    }
    #landing-page-gallery {
        position:static;
    }
}
@media (max-width:800px) {
    .recess {
        padding:0 10px;
    }
    #web-tv .dot {
        width:70px;
        height:auto;
    }
    #content .web-tv figure {
        height:450px;
    }
    #content .about .little-photo {
        width:100%;
        float:none;
        margin:0 0 40px 0;
    }
    #project-detail .let-us-call-you .text {
        width:100%;
        float:none;
        margin:0 0 20px 0;
    }
    #project-detail .let-us-call-you .form {
        width:100%;
        float:none;
        padding:30px;
    }
    #project-detail .tab-1 ul {
        display:grid;
        grid-template-columns:repeat(2, 1fr);
        gap:30px 20px;
        justify-items:center;
    }
    #project-detail .tab-1 ul li {
        padding:0;
    }
    #project-detail .tab-1 ul li:not(:last-child)::after {
        content:none;
    }
    #content .about .board-directors {
        float:none;
    }
    #content .about .apartment-management .title {
        padding:30px 20px;
    }
    #content .about .apartment-management .list {
        padding:0 20px;
        margin-top:-90px;
    }
    #content .about .landscape .tab-1 p {
        font-size:34px;
        line-height:44px;
        width:300px;
    }
    #content .about .landscape .tab-2 .round {
        top:-40px;
        right:10px;
    }
    #content .about .landscape .tab-4 {
        background:none;
    }
    #content .about .landscape .tab-4 ul {
        margin-left:50%;
        transform:translateX(-50%);
    }
    #content .about .landscape .tab-4 {
        font-size:26px;
    }
    #content .about .landscape .tab-4 > span {
        font-size:28px;
        line-height:32px;
        margin-bottom:20px;
        display:block;
    }
    #content .about .landscape .tab-6 p {
        position:static;
        color:#333;
        margin-top:20px;
    }
    #content .about .landscape .tab-6 p span:first-child,
    #content .about .landscape .tab-6 p span:nth-child(2) {
        font-size:36px;
        margin-bottom:20px;
        color:#0f3e83;
    }
    #content .about .sports-health .tab-1 {
        height:320px;
    }
    #press .press-list .commercials  > ul > li {
        flex:0 0 calc(50%  - 15px);
    }
}
@media (max-width:770px) {
    #press .press-list .list  > ul > li span.date {
        width:150px;
    }
    #press .press-list .list  > ul > li span.name {
        width:calc(100% - 150px);
    }
    #press .press-list .list  > ul > li span.title {
        width:100%;
        display:block;
        margin-top:10px;
    }
    #contact .left-column address {
        width:100%;
        float:none;
        margin:0 0 50px 0;
    }
    #form {
        width:100%;
        float:none;
    }
    #press .press-list .list  > ul > li:first-child span:nth-child(-n+2) {
        display:none;
    }
}
@media (max-width:730px) {
    #content .about .sports-health .tab-1 {
        clip-path:none;
    }
}
@media only screen and (max-width:720px) {
    #content .about article.style-2 .table ol li span {
        width:100%;
        display:block;
    }
    #content .about article.style-2 .table ol li span:first-child {
        width:100%;
        border-right:0;
        border-bottom:solid 1px #999;
    }
}
@media (max-width:700px) {
    #web-tv .nav-dots {
        display:none;
    }
    #web-tv .nav-arrows {
        display:block;
    }
    #project-detail .web-tv {
        height:400px;
    }
    #project-detail .web-tv .text {
        left:20px;
    }
    #project-detail .web-tv .text h1 {
        font-size:30px;
        line-height:36px;
    }
    #content .about .gallery ul li {
        flex:0 0 calc(50% - 15px);
    }
    #content .about .apartment-management .title .text h6 {
        font-size:32px;
    }
    #content .about .apartment-management .list ul li {
        flex:0 0 calc(50% - 20px);
    }
    #sales-offices ul li {
        flex:0 0 100%;
    }
    #sales-offices ul li figure {
        height:320px;
    }
}
@media (max-width:670px) {
    #index .separatism .left-column {
        width:100%;
        padding:20px;
        border-radius:10px;
        text-align:center;
    }
    #index .separatism .left-column a {
        display:contents;
    }
    #index .separatism .left-column figure {
        position:static;
        right:0;
        margin-top:40px;
        width:100%;
    }
    #content .web-tv figure {
        height:380px;
    }
    #projects .projects .list .loop ul {
        gap:30px 0;
    }
    #projects .projects .list .loop ul li {
        flex:0 0 100%;
    }
    #content .about .landscape .tab-6 p,
    #content .about .landscape .tab-1 p {
        top:15px;
        left:15px;
    }
    #content .about .landscape .tab-2 {
        font-size:24px;
        padding-left:0;
    }
    #content .about .landscape .tab-2 > p {
        width:calc(100% - 250px);
    }
    #content .about .landscape .tab-2 > p span {
        font-size:20px;
    }
    #content .about .landscape .tab-6 p span:first-child,
    #content .about .landscape .tab-6 p span:nth-child(2) {
        font-size:30px;
    }
    #content .about .landscape .tab-6 p span:first-child {
        margin-bottom:0;
    }
    #content .about .sports-health .tab-1 {
        height:auto;
        padding:40px 20px;
    }
    #content .about .sports-health .tab-1 ul {
        display:block;
    }
    #content .about .sports-health .tab-1 ul li:last-child {
        margin-top:30px;
    }
    #content .about .sports-health .tab-1 ul li p:first-child {
        width:90px;
        font-size:80px;
        text-align:right;
    }
    #content .about .sports-health .tab-1 ul li p span:last-child {
        padding-right:0;
    }
    #content .about .sports-health .tab-2 p {
        max-width:100%;
    }
    #content .about .sports-health .tab-3 .content-wrapper > figure {
        width:100%;
        height:auto;
        background:none;
    }
    #content .about .sports-health .tab-3 .content-wrapper > figure ul li {
        color:#739f00;
        padding:10px;
        justify-content:center;
        text-align:center;
        height:auto;
        font-size:18px;
        font-weight:700;
        flex:0 0 50%;
    }
    #content .about .sports-health .tab-3 .content-wrapper > figure ul li:nth-child(odd) {
        margin-right:0;
    }
    #press .press-list .block-list > ul > li > a > figure {
        height:200px;
    }
    #footer .recess {
        flex-direction:column;
        gap:30px;
    }
    #footer .logos {
        width:auto;
        margin:0 auto;
    }
    #footer .menu-2 {
        width:100%;
    }
    #footer .menu-2 ul.second {
       display:flex;
       gap:30px;
       margin-top:30px;
       justify-content:center;
    }
    #footer .menu-2 ul.second li {
       flex:none;
    }
    #creapark {
        position:static;
        order:4;
        margin:auto;
    }
    #creapark img {
        transform: rotate(0);
    }
    #content .about .sports-health .tab-2 .photos {
        display:none;
    }
}
@media (max-width:620px) {
    #journal > .recess > .journal-list > ul > li {
        flex:0 0 100%;
    }
}
@media only screen and (max-width:570px) {
    #landing-page-gallery .gallery ul li {
        width:100%;
        max-width:400px;
        float:none;
        margin:0 auto 10px auto;
    }
    #landing-page-gallery .gallery ul li:nth-child(3n),
    #landing-page-gallery .gallery ul li:nth-child(even) {
        margin-right:auto;
    }
}
@media (max-width:560px) {
    #index .projects .cards-area {
        max-width:300px;
    }
    #index .projects .card {
        flex:0 0 100%;
        margin-right:18px;
    }
    #index .projects .logo-wrap img {
        max-width:min(56%, 180px);
        max-height:min(56%, 120px);
    }
    #index .news ul li {
        flex:1 1 100%;
    }
    
    #web-tv .slide p {
        left:20px;
        font-size:40px;
        line-height:44px;
    }
    #project-detail .let-us-call-you .form ul li {
        width:100%;
    }
    #project-detail .tag ul {
        grid-template-columns:1fr;
        column-gap:0;
        row-gap:30px;
    }
    #project-detail .tag ul li span:first-child {
        width:auto;
    }
    #content .about .sports-health .tab-3 .content-wrapper > figure ul li {
        flex:0 0 100%;
    }
    #press .press-list .block-list > ul > li {
        flex:0 0 100%;
    }
    #press .press-list .block-list > ul > li > a > figure {
        height:310px;
    }
    #press .press-list .commercials  > ul > li {
        flex:0 0 100%;
        max-width:400px;
        margin:auto;
    }
}
@media (max-width:500px) {
    #content .about .apartment-management .title .text h6 {
        font-size:26px;
    }
    #content .about .apartment-management .list {
        margin-top:-50px;
    }
    #content .about .apartment-management .list ul li figure {
        width:140px;
        height:140px;
    }
    #content .about .landscape .tab-1 p {
        font-size:28px;
        line-height:36px;
        width:auto;
    }
    #content .about .landscape .tab-2 > p {
        width:100%;
    }
    #content .about .landscape .tab-2 .round {
        position:static;
        margin:20px auto 0 auto;
    }
    #content .about .landscape .tab-3 {
        margin-top:50px;
    }
    .radio-list {
        width:140px;
    }
    #press .press-list .block-list > ul > li > a > figure {
        height:270px;
    }
    #form ul li {
        width:100%;
        float:none;
    }
    #sales-offices ul li figure {
        height:280px;
    }
    #footer .menu {
        flex:none;        
        margin:auto;
    }
    #footer .menu ul {
        flex-direction:column;
        gap:30px;
    }
    #footer .menu ul li:nth-child(odd),
    #footer .menu ul li:nth-child(even) {
        flex:none;
    }
    #footer .menu ul li:last-child {
        display:block;
    }
    #footer .menu-2 ul.second {
       margin-top:0;
    }
    #creapark {
        margin-top:20px;
    }
    #footer .menu-2 ul.first,
    .pagination li:not(.PagedList-skipToPrevious):not(.PagedList-skipToNext) {
        display:none;
    }
}
@media (max-width:450px) {
    #project-detail .tab-1 ul {
        grid-template-columns:1fr;
        gap:20px;
    }
    #content .about .gallery ul li {
        flex:0 0 100%;
    }
    #sales-offices ul li figure {
        height:240px;
    }
}
@media (max-width:400px) {
    #content .about .apartment-management .list ul li figure {
        width:110px;
        height:110px;
    }
    #content .about .landscape .tab-1 p {
        font-size:20px;
        line-height:28px;
        width:200px;
        top:10px;
        left:10px;
    }
    #footer .menu-2 ul.second {
       margin-top:0;
       flex-direction:column;
       gap:10px;
       align-items:center;
    }
}
@media (max-height:730px) {
    #web-tv .slide p {
        top:160px;
        font-size:46px;
        line-height:52px;
    }
}
@media (max-height:640px) {
    #web-tv .slider-container {
        height:400px;
    }
    #content .web-tv figure {
        height:500px;
    }
    #web-tv .nav-dots {
        display:none;
    }
    #web-tv .nav-arrows {
        display:block;
    }
}
@media (max-width:480px) {
    #web-tv .slide p {
        font-size:34px;
        line-height:38px;
    }
}