/*
Theme Name: Siteflex Singlepage
Author: Fennec Digital Soutions
Author URI: https://fenneco.ru/
Version: 1.1
*/



/* Colors */
.blue {
	color: #496A8A;
}
.dark-grey {
	color: #6A6A6A;
}
.grey {
	color: #D9D9D9;
}
.black {
	color: #333333;
}


/* Fonts */
* {
    -webkit-font-smoothing: antialiased;
	font-smoot: antialiased;
	font-smoothing: antialiased;
	font-variant-numeric: lining-nums;
}



/* Simple elements */
a,
a:before,
a:after,
button,
button:before,
button:after,
.link,
.btn,
.ss-header,
.slick-dots li button,
.slick-dots li button:before,
input,
.slick-dots li button:before,
.slick-dots li button:after,
.project-item-img img,
.modal-wrapper,
button.mobile-nav-btn.active span,
button.mobile-nav-btn.active span:before,
button.mobile-nav-btn.active span:after {
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-o-transition: all 0.25s;
	-ms-transition: all 0.25s;
	transition: all 0.25s;
}
.header-nav,
#header-cta-btn,
.header-wrap {
	-webkit-transition: all 0.45s;
	-moz-transition: all 0.45s;
	-o-transition: all 0.45s;
	-ms-transition: all 0.45s;
	transition: all 0.45s;
}
.background,
.main-screen-part,
.main-screen-bottom-part,
.content-part,
.content-end-part  {
	-webkit-transition: filter 0.25s, opacity 0s;
	transition: filter 0.25s, opacity 0s;
}
html, body {
	font-family: 'Arial', sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #333333;
	overflow-x: hidden;
	width: 100%;
	min-width:320px;
}
body {
	background: #171A23;
	min-height: calc(var(--vh) * 100);
}
header, img, div {
	display: block;
}
picture,
img{
	display: block;
	max-width: 100%;
}
.page-content{
	width: 100%;
	margin: 0 auto;
}
.padding-top {
	padding-top: 100px;
}
.padding-bottom {
	padding-bottom: 100px;
}
hr {
	display: block;
	border: none;
	width: 100%;
	height: 1px;
	position: relative;
	background: #D9D9D9;
	opacity: 1;
	padding: 0px;
	margin: 0px;
}
hr.white {
	background: #ffffff;
}
hr.black {
	height: 3px;
	background: #333333;
}
#stroykonsalt {
	position: relative;
	display: block;
}



/* Header & Wrap */
div#stroykonsalt {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.background {
    position: fixed;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100vw;
    height: calc(var(--vh) * 100);
	-webkit-filter: none;
	filter: none;
}
.background img {
    object-fit: cover;
    position: relative;
    width: 100%;
    height: 100%;
}
.background:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: linear-gradient(0deg, rgba(90, 120, 122, 0.20) 0%, rgba(90, 120, 122, 0.20) 100%), rgba(0, 0, 0, 0.19);
    width: 100%;
    height: 100%;
}
/* 
.background:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: linear-gradient(0deg, rgb(36 45 65 / 25%) 0%, rgb(35 45 57 / 41%) 100%), rgb(0 0 0 / 28%);
    width: 100%;
    height: 100%;
}
*/
.section-1 {
    margin-left: 100px;
    width: 20vw;
    height: calc(var(--vh) * 100);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
}
.section-2 {
	position: relative;
    margin-right: 100px;
    margin-left: calc(20vw + 100px);
}
a.logo {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 2;
}
.logo-layer-1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://new.stroykonsalt.com/wp-content/uploads/2023/12/logo-solid.svg);
    background-color: transparent;
    background-size: 100% auto;
    background-repeat: no-repeat repeat;
    background-position: 0% -100%;
    opacity: 1;
}
.logo-layer-2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://new.stroykonsalt.com/wp-content/uploads/2023/12/logo-outline.svg);
    background-color: transparent;
    background-size: 100% auto;
    background-repeat: no-repeat repeat;
    background-position: 0% -100%;
    opacity: 0;
}
.section-2-left {
    position: relative;
    width: 100%;
    z-index: 3;
	border-bottom: 1px solid rgb(255 255 255 / 20%);
    border-left: 1px solid rgb(255 255 255 / 20%);
    border-right: 1px solid rgb(255 255 255 / 20%);
	overflow: hidden;
}
.section-2-right {
    position: relative;
    width: 100%;
    z-index: 3;
	border-bottom: 1px solid rgb(255 255 255 / 20%);
    border-right: 1px solid rgb(255 255 255 / 20%);
	-ms-overflow-style: none; 
  	scrollbar-width: none; 
}
.full-size-section {
	width: 100% !important;
}
.header-block,
.main-screen-part,
.main-screen-bottom-part,
.content-part,
.content-end-part {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.header-block ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0px;
    padding: 25px;
    list-style: none;
	height: 100px;
}
.header-block ul li {
    display: inline-block;
    padding: 15px;
}
.header-block ul li a {
    color: rgb(255 255 255 / 100%);
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.16px;
    text-decoration: none;
}
.header-cta-button {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% + 1px); 
    border: 1px solid rgb(255 255 255);
    background: rgb(255 255 255 / 0%);
    color: #FFF;
    text-align: center;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    box-shadow: none;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
	white-space: nowrap;
	-webkit-transform: scale(1.001);
	transform: scale(1.001);
}
.cta-button-container {
	height: 100px;
}
.header-cta-button:hover,
.page-top-btn:hover,
.go-up:hover,
.header-cta-button:focus,
.page-top-btn:focus,
.go-up:focus {
	color: #fff !important;
	text-decoration: none !important;
    background: rgb(255 255 255 / 30%);
}
.header-block ul li a:hover {
    color: rgb(255 255 255 / 60%);
}
.mobile-header-nav-area {
    display: flex;
	align-items: center;
    width: 20px;
}
.mobile-header-cta-area {
    display: block;
    width: 20px;
}
.mobile-header-logo-area {
    display: block;
    width: calc(100% - 40px);
    padding-top: 2px;
}
button.mobile-logo {
    appearance: none;
    -webkit-appearance: none;
    border: none;
    background: transparent;
    padding: 0px 0px 0px 15px;
    margin: 0px;
    outline: none;
    box-shadow: none;
}
button.mobile-nav-btn {
    appearance: none;
    -webkit-appearance: none;
    border: none;
    background: transparent;
    padding: 0px;
    margin: 0px;
    outline: none;
    box-shadow: none;
    width: 20px;
    height: 20px;
}
button.mobile-cta {
    appearance: none;
    -webkit-appearance: none;
    border: none;
    background: transparent;
    padding: 0px;
    margin: 0px;
    outline: none;
    box-shadow: none;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
button.mobile-nav-btn span {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: relative;
}
button.mobile-nav-btn span:before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    top: -5px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
button.mobile-nav-btn span:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 5px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
button.mobile-nav-btn.active span {
	background: #ffffff00;
}
button.mobile-nav-btn.active span:before {
    top: 0px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
button.mobile-nav-btn.active span:after {
    top: 0px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.mobile-menu ul {
    list-style: none;
    display: block;
    padding: 0px;
    margin: 0px;
}
.mobile-menu ul li a {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    padding: 3px 15px 0px 0px;
}
.modal-handle {
    display: block;
    width: 100%;
    height: 24px;
    border: none;
    background: transparent;
    box-shadow: none;
    appearance: none;
    padding: 0px;
    position: relative;
}
.modal-handle:before {
    content: '';
    display: block;
    width: 32px;
    height: 3px;
    border-radius: 2px;
    position: absolute;
    top: calc(50% - 2px);
    left: calc(50% - 16px);
    background: #eee;
}
.mobile-menu ul li:not(:last-child) {
    margin-bottom: 3px;
}


/* Footer */
footer {
	width:100%;
	display: block;
}



/* Main Screen */
.main-screen-part {
	color: #fff;
    height: calc((var(--vh) * 100) - (100px * 2));
}
.main-screen-bottom-part .section-2-left {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0px;
    padding: 25px;
    height: 100px;
}
.main-screen-bottom-part .section-2-right {
    height: 100px;
}

.content-part .section-2-right {
    position: relative; /* Это нужно, чтобы `sticky` работал внутри */
}
.page-top-btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid rgb(255 255 255);
    background: rgb(255 255 255 / 0%);
	will-change: transform;
    color: #FFF;
    text-align: center;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    box-shadow: none;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    white-space: nowrap;
    -webkit-transform: scale(1.001);
    transform: scale(1.001);
    text-decoration: none;
	-webkit-transition: all 0s, opacity 0.15s, color 0.15s, background 0.15s;
	transition: all 0s, opacity 0.15s, color 0.15s, background 0.15s; 
}
.go-up {
	position: absolute;
    top: calc(var(--vh) * 100 + 99px);
    right: 0;
    width: 20vw; 
	height: 99px;
    border: 1px solid rgb(255 255 255);
    background: rgb(255 255 255 / 0%);
    color: #FFF;
    text-align: center;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    box-shadow: none;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    white-space: nowrap;
    -webkit-transform: scale(1.001);
    transform: scale(1.001);
    text-decoration: none;
    z-index: 2;
	-webkit-transition: all 0s, opacity 0.15s, color 0.15s, background 0.15s;
	transition: all 0s, opacity 0.15s, color 0.15s, background 0.15s; 
}
.page-top-btn:after {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    display: block;
    background: transparent url(https://new.stroykonsalt.com/wp-content/uploads/2023/12/arrow-white-right.svg) center center no-repeat;
	-webkit-transition: all 0.15s;
    transition: all 0.15s;
}
.page-top-btn:hover:after {
    right: 18px;
}
.go-up:after {
	content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    display: block;
    background: transparent url(https://new.stroykonsalt.com/wp-content/uploads/2023/12/arrow-white-top.svg) center center no-repeat;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: all 0.15s;
    transition: all 0.15s;
}
.go-up:hover:after {
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
}
.main-screen-bottom-part .section-2-left a,
.content-end-part a {
    position: relative;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    text-decoration: none;
}
.main-screen-bottom-part .section-2-left a span,
.content-end-part a span {
    display: inline-block;
    color: rgb(51 51 51);
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.16px;
    text-decoration: none;
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
}
.main-screen-bottom-part .section-2-left a figure {
    width: 42px;
    height: 42px;
    position: relative;
    display: block;
    background: transparent url(/wp-content/uploads/2023/12/arrow-black-bottom.svg) top 17px center no-repeat;
}
.content-end-part a figure {
    width: 42px;
    height: 42px;
    position: relative;
    display: block;
    background: transparent url(/wp-content/uploads/2023/12/arrow-black-right.svg) center center no-repeat;
}
.main-screen-bottom-part .section-2-left a figure:before,
.content-end-part a figure:before {
    content: '';
    border: 1px solid #D9D9D9;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    will-change: transform, width, height,border;
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
}
.main-screen-bottom-part .section-2-left a:hover figure:before,
.content-end-part a:hover figure:before {
    border: 1px solid #c3c3c3;
    width: 46px;
    height: 46px;
}
.main-screen-part .section-2-left {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    position: relative;
}
.title-area {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: flex-start;
    position: relative;
    min-height: 50%;
    padding-top: 25px;
    border-top: 1px solid rgb(255 255 255 / 20%);
	width: 100%;
}
.title-area h1 {
    margin-top: 0px;
}
.title-area.title-area-with-text h1 {
    width: 60%;
}
.title-area.title-area-with-text p {
    width: 40%;
    font-size: 16px;
	padding-top: 10px;
}
.main-screen-bottom-part .section-2-left a:hover {
    color: #7d7d7d;
}



/* Logo animation */
.logo-layer-1,
.logo-layer-2 {
	animation: logo-state-1 6s linear infinite;
	height: 3094px;
	background-position: center bottom;
	background-size: 100% 1547px;
	transition: background-position 0.001s, opacity 0.15s ease-in-out;
}
.logo:hover .logo-layer-1 {
	opacity: 0;
}
.logo:hover .logo-layer-2 {
	opacity: 1;
}
@keyframes logo-state-1 {
    0% {
       transform: translateY(0);
    }
	0% {
       transform: translateY(-1547px);
    }
}




/* Buttons and links */
a,
button,
input[type="submit"]{
	cursor: pointer;
	outline: none !important;
	text-decoration:none;
}
.btn-type-1 {
    position: relative;
    display: inline-block;
    width: auto;
    width: 100%;
    color: rgb(51 51 51);
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.16px;
    text-decoration: none;
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
}
.in-bar-btn {
    width: max-content;
    padding: 5px 0px;
}
.btn-bar .in-bar-btn:not(last-child) {
    margin-right: 15px;
}
.btn-type-1:hover,
.btn-type-1:focus {
    color: #7d7d7d;
}


/* Typography */
h1 {
	font-family: Arial;
	font-size: 56px;
	font-style: normal;
	font-weight: 900;
	line-height: 99%; /* 55.44px */
	letter-spacing: -0.56px;
}
h2 {
	font-family: Arial;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 109%; /* 52.32px */
	letter-spacing: -0.48px;
}
h3 {
	font-family: Arial;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 109%; /* 43.6px */
	letter-spacing: -0.4px;
}
h4 {
	font-family: Arial;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 109%; /* 23.98px */
	letter-spacing: -0.22px;
}
.in-text-list ul {
    list-style: none;
    padding-left: 0px;
}
.in-text-list ul li {
    position: relative;
}
.in-text-list ul li:not(:last-child) {
    margin-bottom: 10px;
}
p,
.in-text-list ul li {
	font-family: Arial;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 157.5%; /* 28.35px */
	letter-spacing: -0.09px;
}
.large,
.large p,
p.large,
.large ul li,
ul.large li,
.large ul li {
	font-family: Arial;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 157.5%; /* 28.35px */
	letter-spacing: -0.09px;
}
.small,
.small p,
p.small,
.small ul li,
ul.small li,
.small ul li  {
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 166%; /* 21.58px */
	letter-spacing: -0.065px;
}




/* Page content */
.content-wrap {
    max-width: 712px;
    display: block;
    margin: 0 auto;
}
.content-part .section-2-left,
.content-start-part .section-2-left {
	background-color: #fff;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}
.content-part .section-2-left {
	min-height: 600px;
}
.content-end-part .section-2-right {
	border-left: 1px solid #E2E2E2;
}
.go-up {
	max-height: 100px;
}
.content-end-part .section-2-left {
    background: #E2E2E2;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0px;
    padding: 25px;
    height: 100px;
}


/* Page elements */
.list-accordion .elementor-tabs-wrapper:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
	background: #D9D9D9;
    height: 2px;
    width: 100%;
    z-index: 0;
}
.list-accordion .elementor-tab-title {
    padding: 0px 30px 20px 0px !important;
    position: relative;
}
.list-accordion .elementor-tab-title:before {
    content: '';
    width: calc(100% - 30px) !important;
    height: 2px !important;
    bottom: 2px !important;
    left: 0;
    background: #00000000;
    display: block;
    position: absolute;
    transform: translateY(2px);
    z-index: 9999999;
}
.list-accordion .elementor-tabs-wrapper {
    position: relative;
}
.list-accordion .elementor-tab-title.elementor-active:before {
    background: #000;
}
.elementor-tab-content {
    padding: 50px 0px 0px !important;
}
.list-accordion .elementor-tab-content ul {
    display: block;
    position: relative;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.list-accordion .elementor-tab-content ul li:not(:last-child) {
    padding-bottom: 40px;
    display: block;
    width: 100%;
}
.list-accordion .elementor-tab-content ul li a {
    display: block;
    padding: 0 52px;
    min-height: 32px;
    position: relative;
    opacity: 1;
	color: #000000;
}
.list-accordion .elementor-tab-content ul li a img {
    display: block;
    width: auto;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
}
.list-accordion .elementor-tab-content ul li a span {
    display: block;
    max-width: 366px;
    color: #333;
    text-decoration: none;
}
.list-accordion .elementor-tab-content ul li a:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 9px;
    height: 14px;
    background: transparent url(https://new.stroykonsalt.com/wp-content/uploads/2023/12/arrow-black-right.svg) center right no-repeat;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.list-accordion .elementor-tab-content ul li a:hover {
    opacity: 0.65;
}
.list-accordion .elementor-tab-content ul li a:hover:after {
    right: -2px;
}
.project-items-catalog {
	display: block;
    width: 100%;
    height: auto;
    /* padding-left: 15px;
    padding-right: 15px; */
	/* Experimental : */
    width: unset !important;
	position: relative;
	margin-left: -15px !important;
    margin-right: -15px !important;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box !important
	-webkit-transition: all 0s, -webkit-transform 0.05s;
	transition: all 0s, transform 0.05s;
}
.project-item {
    position: relative;
    display: block;
    width: 425px;
    height: 425px;
	overflow: hidden;
	/* Experimental : */
	padding-left: 15px !important;
    padding-right: 15px !important;
    flex-shrink: 0;
    position: relative;
    transition-property: transform;
}
.project-items-catalog .project-item:first-child {
	margin-left: 15px !important;
}
.project-items-catalog .project-item:last-child {
	margin-right: 15px !important;
}
.projects-list-scrollbar {
	margin: 30px 15px 0px;
}
.project-item-link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 12;
}
.project-item-img img {
    position: relative;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    z-index: 3;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.project-item-img {
    position: absolute;
	overflow: hidden;
    width: 100%;
    height: 100%;
}
.project-item-img:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(291deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.00) 100%), linear-gradient(0deg, rgba(90, 120, 122, 0.20) 0%, rgba(90, 120, 122, 0.20) 100%), rgba(0, 0, 0, 0.20);;
    z-index: 5;
    opacity: 1;
}
.project-item-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    color: #fff;
    z-index: 10;
    padding: 30px;
    font-size: 16px;
    line-height: 16px;
}
.project-item-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    color: #fff;
    z-index: 10;
    padding: 30px;
    font-size: 16px;
    line-height: 16px;
}
span.project-item-name {
    color: #FFF;
    font-family: Arial;
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: 99%; /* 31.68px */
    letter-spacing: -0.32px;
}
.project-item:hover .project-item-img img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}


/* Projects & Services */
.title-area h1 {
    margin-top: 0px;
    display: block;
    max-width: 540px;
}
.section-2-block {
    display: block;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}
.single-project-enter-data {
    margin-top: 75px;
}
h2.single-project-enter-title {
    margin-top: 0px;
    margin-bottom: 30px;
}
.single-project-enter-title-seprator {
    height: 3px;
    background: #333333;
    margin-bottom: 15px;
}
.single-project-enter-data-title {
    display: block;
    color: #D9D9D9;
    font-weight: 700;
    letter-spacing: -0.1px;
    font-size: 13px;
    margin-bottom: 5px;
}
.single-project-enter-data-val {
    font-size: 13px;
    display: block;
    line-height: 135%;
}
.single-project-enter-data-item {
    margin-top: 40px;
	max-width: 184px;
}
.single-project-enter-data-separator-col {
    margin-top: 40px;
    margin-bottom: 40px;
}
.single-project-gallery .swiper-wrapper {
    margin-left: -10px !important;
    margin-right: -10px !important;
}
.single-project-gallery .swiper-slide {
    width: 340px !important;
    padding-left: 10px !important;
    padding-right: 10px !important; 
}
.single-project-gallery figure.swiper-slide-inner{
    width: 320px !important;
    height: 240px !important;
}

.single-project-gallery img.swiper-slide-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.custom-scrollbar {
    width: 100%;
    height: 3px;
    background: #D9D9D9;
    position: relative;
    margin-top: 10px;
	border-radius: 0px;
}
.scroll-thumb {
    height: 100%;
    width: 50px;
    background: #333333;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    border-radius: 0px;
	-webkit-transition: all 0.05s;
	transition: all 0.05s;
}

/* Modal */
html.modal-mode {
    overflow: hidden;
}
.modal-wrapper {
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: calc(var(--vh) * 100);
	opacity: 0;
	pointer-events: none;
	z-index: 990;
}
.modal-wrapper.active {
	opacity: 1;
	pointer-events: all;
}
.modal-wrapper-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #181B24;
    background-image: radial-gradient(farthest-corner at 16% 21%, #dbc5a62e, #DBC5A600), 
		radial-gradient(ellipse at 73% 97%, #181B24, #1E2432, #5559647a, transparent);
	opacity: 0;
}
.consultation-modal-wrpper .modal-wrapper-overlay {
    background-image: radial-gradient(farthest-corner at 16% 21%, #3a425f2e, #01020600), radial-gradient(ellipse at 73% 97%, #112435, #101927, #080f257a, transparent);
}
.modal-wrapper-overlay,
.modal-wrapper.active {
	opacity: .98;
}
html.modal-mode .section-1 {
	z-index: 995;
}
html.modal-mode header.header-block {
    position: relative;
    z-index: 1000;
}
html.modal-mode .background,
html.modal-mode .main-screen-part,
html.modal-mode .main-screen-bottom-part,
html.modal-mode .content-part,
html.modal-mode .content-end-part {
	-webkit-filter: blur(25px);
	filter: blur(25px);
}
.modal-container {
    position: relative;
    margin-right: 100px;
    margin-left: calc(20vw + 100px);
}
.modal {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    top: 70px;
    bottom: unset;
    height: calc((var(--vh) * 100) - 70px);
    border-left: 1px solid rgb(255 255 255 / 20%);
    border-right: 1px solid rgb(255 255 255 / 20%);
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-content {
	display: block;
    width: 100%;
    padding: 25px;
	position: relative;
    background: transparent;
    border: none;
    box-shadow: none;
    border-radius: 0px;
}

/* Form */
label {
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: 900;
	line-height: 99%; /* 12.87px */
	letter-spacing: -0.13px;
}
.wpcf7-spinner,
.wpcf7 .ajax-loader {
	display: none !important;
}
.form-row {
    margin-top: 15px;
}
input[type='text'], 
input[type='tel'] {
    appearance: none;
    width: 100%;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0px !important;
    font-family: Arial;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    line-height: 99%;
    letter-spacing: -0.13px;
    position: absolute;
    bottom: 0px;
    left: 0%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #92959f;
    color: #fff;
    padding: 15px 45px;
    border-radius: 0px;
    z-index: 1000;
    width: calc(100% - 20vw);
    height: 72px;
}
.wpcf7-not-valid-tip {
	font-family: Arial;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    line-height: 99%;
    letter-spacing: -0.13px;
    width: 100%;
    background: rgb(255 255 255 / 20%);
    padding: 10px;
    color: #fff;
}
input[type="submit"] {
    appearance: none;
}
.order-form-left,
.consultation-form-left {
    width: calc(100% - 20vw);
	position: relative;
}
.modal-content {
    padding: 0px;
}
.order-form-title-area,
.consultation-form-title-area {
    height: 240px;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    position: relative;
}
.consultation-form-title-area {
    height: 160px;
}
.order-form-title,
.consultation-form-title {
    padding: 45px;
    font-size: 56px;
    font-weight: 900;
    color: #fff;
    max-width: 478px;
    letter-spacing: 1px;
    line-height: 1;
}
.order-form-form-wrap form,
.consultation-form-form-wrap form {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	min-height: calc((var(--vh)* 100) - 240px - 101px);
}
.consultation-form-form-wrap form {
	min-height: calc((var(--vh)* 100) - 160px - 101px);
}
.order-form-right,
.consultation-form-right {
    width: 20vw;
    border-left: 1px solid rgb(255 255 255 / 20%);
	position: relative;
}
.consultation-form-col-2 p {
	color: #fff;
}
.order-form-right p,
.consultation-form-right p {
    margin-bottom: 0px;
}
.order-form,
.consultation-form {
    padding: 25px 25px 101px;
}
.order-form-row,
.consultation-form-row {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.order-form-col-2,
.consultation-form-col-2 {
    width: 100%;
    padding: 20px;
}
.order-form-col-1,
.consultation-form-col-1 {
    width: 50%;
    padding: 20px;
}
.order-form-col-1 label,
.consultation-form-col-1 label {
    letter-spacing: 0.1px;
    font-size: 13px;
    line-height: 2px;
    font-weight: 300;
    color: #ffffff6e;
    display: flex;
    margin: 0;
    width: 100%;
    white-space: nowrap;
    padding: 0px;
    border-left: 1px solid rgb(255 255 255 / 20%);
    border-right: 1px solid rgb(255 255 255 / 20%);
}
input[type='text'], 
input[type='tel'], 
input[type='number'] {
    width: 100%;
    appearance: none;
    border-bottom: none;
    background: transparent;
    color: #fff;
    box-shadow: none;
    padding: 10px 20px 5px;
    border-left: 1px solid rgb(255 255 255 / 20%);
    border-right: 1px solid rgb(255 255 255 / 20%);
    border-top: none;
}
.order-form-col-1 label:after,
.consultation-form-col-1 label:after{
    content: '';
    width: 100%;
    border-top: 1px solid rgb(255 255 255 / 20%);
    margin-left: 10px;
}
.order-form-col-1 label:before,
.consultation-form-col-1 label:before {
    content: '';
    width: 30px;
    border-top: 1px solid rgb(255 255 255 / 20%);
    margin-right: 10px;
}
.order-form-col-1 p, 
.order-form-col-2 p,
.consultation-form-col-1 p,
.consultation-form-col-2 p {
    display: block;
    width: 100%;
    margin: 0px;
}
.order-form-col-1 br, 
.order-form-col-2 br,
.consultation-form-col-1 br,
.consultation-form-col-2 br {
    display: none;
}
.order-form-calculation {
    padding: 45px 30px 45px 45px;
    color: #fff;
	-webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
}
.order-form-calculation-result-count {
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}
.order-form-calculation-result-count:after {
    content: ' Р.-';
}
.order-form-calculation-comment span {
    font-size: 13px;
    line-height: 16px;
}
.order-form-submit,
.consultation-form-submit {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 72px;
    border: none;
    background: rgb(255 255 255);
    color: #18212d;
    text-align: center;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    box-shadow: none;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    -webkit-transform: scale(1.001);
    transform: scale(1.001);
}
.order-form-submit:hover,
.consultation-form-submit:hover {
    background: rgba(255,255,255,0.66);
    border: none;
}
.order-form-acceptance-row,
.consultation-form-acceptance-row {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 72px;
    display: flex;
    align-items: center;
	padding: 0 45px;
}
.order-form-mode input[type="radio"],
.consultation-form-mode input[type="radio"] {
    display: none;
}
.order-form-mode .wpcf7-list-item,
.consultation-form-mode .wpcf7-list-item {
    display: inline-block;
    margin: 0px;
}
.order-form-mode label,
.consultation-form-mode label {
    display: inline-block;
    padding: 0px 0px 20px 0px;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.5); 
    background-color: transparent;
    border: none;
    border-radius: 5px;
    transition: color 0.3s, background-color 0.3s;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    position: relative;
    transition: color 0.15s ease-in-out, all 0s;
}
.order-form-mode input[type="radio"]:checked + .wpcf7-list-item-label,
.consultation-form-mode input[type="radio"]:checked + .wpcf7-list-item-label {
    color: #ffffff; 
    background-color: transparent;
    border-color: #ffffff;
}
.order-form-mode .wpcf7-list-item:not(:last-child),
.consultation-form-mode .wpcf7-list-item:not(:last-child) {
    margin-right: 30px;
}
.order-form-mode,
.consultation-form-mode {
    white-space: nowrap;
    position: relative;
    display: block;
    margin-bottom: 10px;
}
.order-form-mode:before,
.consultation-form-mode:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    background: rgb(255 255 255 / 20%);
    height: 2px;
    width: 100%;
    z-index: 1;
}
.order-form-mode .wpcf7-list-item-label:before,
.consultation-form-mode .wpcf7-list-item-label:before {
    content: '';
    width: 0%;
    height: 2px !important;
    bottom: -3px !important;
    left: 0;
    background: #ffffff00;
    display: block;
    position: absolute;
    transform: translateY(2px);
    z-index: 2;
    transition: all 0.15s ease-in-out;
}
.order-form-mode input[type="radio"]:checked + .wpcf7-list-item-label:before,
.consultation-form-mode input[type="radio"]:checked + .wpcf7-list-item-label:before {
    width: 100%;
    background: #ffffff;
}
.order-form-acceptance,
.consultation-form-acceptance {
    display: none;
}
.wpcf7-acceptance .wpcf7-list-item label {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ffffff; 
    margin: 0px;
}
.order-form-acceptance + .wpcf7-list-item-label::before,
.consultation-form-acceptance + .wpcf7-list-item-label::before {
    content: "";
    display: inline-block;
    width: 21px;
    height: 21px;
    border: 1px solid #ffffff; 
    border-radius: 0px;
    background-color: transparent;
    transition: background-color 0.25s;
    margin-right: 10px;
}
.order-form-acceptance:checked + .wpcf7-list-item-label::before,
.consultation-form-acceptance:checked + .wpcf7-list-item-label::before {
    background-color: rgba(255, 255, 255, 0.25); 
    position: relative;
}
.order-form-acceptance:checked + .wpcf7-list-item-label::after,
.consultation-form-acceptance:checked + .wpcf7-list-item-label::after {
    content: "✕"; 
    position: absolute;
    top: 0px;
    left: 5px;
    font-size: 14px;
    color: #ffffff;
}
.wpcf7-acceptance .wpcf7-list-item {
    margin: 0px;
    display: inline-block;
}
.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 13px;
    font-weight: normal;
    white-space: nowrap;
}
.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label a {
    color: #ffffff;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    margin-left: 4px;
}
.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label a:hover {
    color: #ffffff;
    border-bottom: 1px solid rgb(255 255 255 / 100%);
    text-decoration: none;
}
input[type='text']:hover, input[type='tel']:hover, input[type='number']:hover, input[type='text']:focus, input[type='tel']:focus, input[type='number']:focus {
    opacity: 1;
    outline: none;
}
.on-input input[type='text'], .on-input input[type='tel'], .on-input input[type='number'] {
    border-left: 1px solid rgb(255 255 255 / 100%);
    border-right: 1px solid rgb(255 255 255 / 100%);
}
.on-input label {
    border-left: 1px solid rgb(255 255 255 / 100%);
    border-right: 1px solid rgb(255 255 255 / 100%);
    color: #fff;
}
.on-input label:before, .on-input label:after {
    border-top: 1px solid rgb(255 255 255 / 100%);
}
.submit-complited {
	
}




/* ANIMATION */
.fade-in-200 {
    opacity: 0;
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
    -webkit-transition: opacity 200ms ease-in, transform 200ms ease-in;
    transition: opacity 200ms ease-in, transform 200ms ease-in;
}
.fade-in-200-inv {
    opacity: 0;
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
    -webkit-transition: opacity 200ms ease-in, transform 200ms ease-in;
    transition: opacity 200ms ease-in, transform 200ms ease-in;
}
.fade-in-400 {
    opacity: 0;
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
    -webkit-transition: opacity 400ms ease-in, transform 400ms ease-in;
    transition: opacity 400ms ease-in, transform 400ms ease-in;
}
.header-cta-button {
    opacity: 0;
    -webkit-transform: scale(1.001) translateY(80px);
    transform: scale(1.001) translateY(80px);
    -webkit-transition: opacity 400ms ease-in, transform 400ms ease-in;
    transition: opacity 400ms ease-in, transform 400ms ease-in;
}
.fade-in-600 {
    opacity: 0;
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
   -webkit-transition: opacity 600ms ease-in, transform 600ms ease-in;
    transition: opacity 600ms ease-in, transform 600ms ease-in;
}
.content-part,
.content-end-part {
    opacity: 0;
    -webkit-transform: translateY(80px);
    transform: translateY(80px);	
	-webkit-transition: filter 0.25s ease-in, transform 400ms ease-in, opacity 400ms ease-in;
    transition: filter 0.25s ease-in, transform 400ms ease-in, opacity 400ms ease-in;
}
html.load-complite .fade-in-200-inv,
html.load-complite .fade-in-200,
html.load-complite .content-part,
html.load-complite .content-end-part  {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
html.load-complite .fade-in-400 {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
html.load-complite .header-cta-button {
	transition-delay: 400ms;
    opacity: 1;
    -webkit-transform: scale(1.001) translateY(0);
    transform: scale(1.001) translateY(0);
}
html.load-complite .fade-in-600 {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.section-2-left {
	border-bottom: 1px solid rgb(255 255 255 / 0%);
    border-left: 1px solid rgb(255 255 255 / 0%);
    border-right: 1px solid rgb(255 255 255 / 0%);
	-webkit-transition: border 200ms ease-in;
	transition: border 200ms ease-in;
}
.section-2-right {
	border-bottom: 1px solid rgb(255 255 255 / 0%);
    border-right: 1px solid rgb(255 255 255 / 0%);
	-webkit-transition: border 200ms ease-in;
	transition: border 200ms ease-in;
}
.title-area {
    border-top: 1px solid rgb(255 255 255 / 0%);
	-webkit-transition: border 200ms ease-in;
	transition: border 200ms ease-in;
}
html.load-complite .section-2-left {
	transition-delay: 200ms;
	border-bottom: 1px solid rgb(255 255 255 / 20%);
    border-left: 1px solid rgb(255 255 255 / 20%);
    border-right: 1px solid rgb(255 255 255 / 20%);
}
html.load-complite .section-2-right {
	transition-delay: 200ms;
	border-bottom: 1px solid rgb(255 255 255 / 20%);
    border-right: 1px solid rgb(255 255 255 / 20%);
}
html.load-complite .title-area {
	transition-delay: 200ms;
    border-top: 1px solid rgb(255 255 255 / 20%);
}
.header-block ul li {
    opacity: 0;
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
    -webkit-transition: opacity 400ms ease-in, transform 400ms ease-in;
    transition: opacity 400ms ease-in, transform 400ms ease-in;
}
html.load-complite .header-block ul li:nth-child(1) {
    transition-delay: 0ms;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
html.load-complite .header-block ul li:nth-child(2) {
    transition-delay: 100ms;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
html.load-complite .header-block ul li:nth-child(3) {
    transition-delay: 200ms;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
html.load-complite .header-block ul li:nth-child(4) {
    transition-delay: 300ms;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
html.load-complite .header-block ul li:nth-child(5) {
    transition-delay: 400ms;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}



/* Archives */
.archive-title h1 {
    margin-top: 60px;
    margin-bottom: 20px;
}
.content-start-bradcrumbs-area {
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    top: 0;
    padding: 25px;
}
#breadcrumbs * {
    opacity: 1 !important;
}
#breadcrumbs {
    display: block;
    width: auto;
    max-width: 100%;
    color: #000;
    padding: 15px;
}
#breadcrumbs span, 
#breadcrumbs a {
    position: relative;
    display: inline;
    padding: 0px;
    width: auto;
    color: rgb(51 51 51);
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.16px;
    text-decoration: none;
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
}
#breadcrumbs span {
	font-weight: normal;
}
#breadcrumbs span:before, #breadcrumbs a:before,#breadcrumbs span:after, #breadcrumbs a:after {
    content: '';
    display: none;
}





/* DEBUG */


/* MEDIA */
@media (min-width: 1520px) {
	.title-area.title-area-with-text h1 {
		padding-right: 25px;
	}
	.title-area.title-area-with-text p {
		max-width: 340px;
	}
}

@media (max-width: 1440px) {
	.title-area.title-area-with-text h1,
	.title-area.title-area-with-text p {
		width: 100%;
    	max-width: 420px;
	}
	.title-area.title-area-with-text p {
		margin-bottom: 25px;
	}
	
}
@media (max-width: 1320px) {
	.project-item {
		width: 360px;
		height: 360px;
	}
}
@media (max-width: 1280px) {
	.order-form-col-1,
	.consultation-form-col-1 {
		width: 100%;
		padding: 20px;
	}
}
@media (min-width: 1140px) {
	.content-part .section-2-left {
		padding-left: 5px;
		padding-right: 5px;
	} 
	.modal {
		top: 101px;
    	height: calc((var(--vh) * 100) - 101px);
	}
}

@media (max-width: 1140px) {
	.section-2-left {
    	width: calc(100% - 180px);
	}
	.section-1,
	.section-2-right,
	.go-up {
		width: 180px;
	}
	.section-1 {
		margin-left: 60px;
	}
	.section-2,
	.modal-container {
		margin-right: 60px;
		margin-left: calc(180px + 60px);
	}
	.header-block ul,
	.main-screen-bottom-part .section-2-left,
	.content-start-bradcrumbs-area {
		padding: 15px;
	}
	.header-block ul li,
	.main-screen-bottom-part .section-2-left a,
	#breadcrumbs {
		padding: 10px;
	}
	.single-project-enter-data {
		padding-left: 25px;
		padding-right: 25px;
	}
	.sk-elementor-block {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	.header-cta-button,
	.page-top-btn,
	.go-up,
	.main-screen-bottom-part .section-2-left a,
	.header-block ul li a,
	.project-city,
	.project-year,
	#breadcrumbs span, 
	#breadcrumbs a {
    	font-size: 14px;
	}
	.header-block ul,
	.cta-button-container,
	.main-screen-bottom-part .section-2-left,
	.main-screen-bottom-part .section-2-right {
		height: 70px;
	}
	.go-up {
		max-height: 70px;
	}
	.main-screen-bottom-part .section-2-left a:after {
		top: -3px;
	}
	.main-screen-part {
		color: #fff;
		height: calc((var(--vh) * 100) - (70px * 2));
	}
	.logo-layer-1,
	.logo-layer-2 {
		height: 2444px;
		background-size: 100% 1222px;
		animation: logo-state-1 3.5s linear infinite;
	}
	.project-item-top,
	.project-item-bottom {
    	padding: 25px;
	}
	.project-item-name {
		font-size: 22px;
	}
	@keyframes logo-state-1 {
		0% {
		   transform: translateY(0);
		}
		0% {
		   transform: translateY(-1222px);
		}
	}
	.order-form,
	.consultation-form {
		padding: 5px 0px 101px;
	}
	.order-form-calculation,
	.consultation-form-calculation {
    	padding: 0px 15px 45px 20px;
	}
	.order-form-calculation-result,
	.consultation-form-calculation-resul {
		display: block;
		border-top: 1px solid #ebebeb;
		padding-top: 25px;
	}
	.order-form-acceptance-row,
	.consultation-form-acceptance-row {
		padding: 0 20px;
	}
	.order-form-mode label,
	.consultation-form-mode label {
		font-size: 14px;
		line-height: 14px;
	}
	.order-form-title,
	.consultation-form-title {
		padding: 20px;
		font-size: 48px;
	}
}

@media (min-width: 1140px) {
	.section-2-left {
    	width: calc(100% - 20vw);
	}
	.section-2-right {
		width: 20vw;
	}
}
@media(min-width:992px) {
	::-webkit-scrollbar {
	  width: 5px;
	}
	::-webkit-scrollbar-track {
	  box-shadow: none; 
	  border-radius: 5px;
	  background: #1d2327; 
	}
	::-webkit-scrollbar-thumb {
	  background: #eee; 
	  border-radius: 5px;
	}
	::-webkit-scrollbar-thumb:hover {
	   background: #fff;  
	}
}
@media(max-width: 992px) {
	.section-2-right,
	.go-up {
		display: none !important;
	}
	.section-2-left {
		width: 100% !important;
	}
}
@media(max-width: 840px) {
	.section-1 {
		width: 60px;
	}
	.section-2,
	.modal-container {
		margin-left: calc(60px + 60px);
	}
	.logo-layer-1,
	.logo-layer-2 {
		height: 1640px;
		background-size: 100% 410px;
		animation: logo-state-1 2s linear infinite;
	}
	@keyframes logo-state-1 {
		0% {
		   transform: translateY(0);
		}
		0% {
		   transform: translateY(-410px);
		}
	}
}

@media(min-width: 767px) {
	.mobile-scrooll-down-btn,
	.modal-handle {
		display: none !important;
	}
	html {
		scroll-behavior: smooth;
	}
}

@media (max-width:767px) {
	.section-1,
	.mobile-scrooll-down-btn:after,
	.list-accordion .elementor-tab-content ul li a:after,
	.content-start-bradcrumbs-area,
	.list-accordion .elementor-tab-mobile-title  {
		display: none !important;
	}
	h1 {
		font-size: 42px;
	}
	h2 {
		font-size: 36px;
	}
	h3 {
    	font-size: 32px;
	}
	.section-2 {
		margin-left: 25px;
		margin-right: 25px;
	}
	.section-2-left,
	.section-2-right {
		box-shadow: none;
	}
	.modal-container  {
		margin: 0 auto;
        width: 100vw;
        height: auto;
        max-height: calc((var(--vh) * 100) - 68px);
        bottom: 0;
        position: absolute;
		background: #fff;
        overflow: hidden; 
        border-radius: 12px 12px 0px 0px;
	}
	.mobile-menu-wrpper .modal-container  {
        min-height: calc((var(--vh) * 100) - 68px);
	}
	.modal {
		border: none;
		display: block;
		width: 100%;
		overflow: unset;
		height: auto;
		top: unset;
		border: none;
	}
	.mobile-header {
		display: flex !important;
		width: 100%;
		min-width: 100%;
		align-items: center;
		justify-content: flex-start;
		z-index: 3;
		position: relative;
		padding-top: 25px;
		padding-bottom: 20px;
		border-bottom: 2px solid rgb(255 255 255 / 20%);
	}
	.full-width-xs {
		width: 100%;
	}
	.content-part,
	.content-end-part {
		position: relative;
		width: calc(100% + 50px);
		left: -25px;
	}
	.content-end-part {
		background: #E2E2E2;
	}
	.mobile-scrooll-down-btn {
		text-align: center;
	}
	.main-screen-bottom-part {
		left: -25px;
		position: relative;
		width: calc(100% + 50px);
		border-radius: 12px 12px 0px 0px;
		overflow: hidden;
	}
	.main-screen-bottom-part:before {
		content: '';
		display: block;
		position: absolute;
		top: 12px;
		left: calc(50% - 16px);
		width: 32px;
		height: 2px;
		background: #eee;
		z-index: 4;
	}
	.list-accordion .elementor-tab-content ul li a {
		padding: 0px 0px 0px 52px;
	}
	.list-accordion .elementor-tab-content ul li:not(:last-child) {
    	padding-bottom: 35px;
	}
	.list-accordion .elementor-tabs .elementor-tabs-wrapper {
		display: flex !important;
	}
	.elementor-tab-content {
		padding: 35px 0px 0px !important;
	}
	.project-item {
		width: 320px;
		height: 320px;
	}
	.archive-title {
		margin-top: 120px;
	}
	.single-project-gallery .swiper-wrapper {
		pointer-events: none !important;
	}
	.order-modal-wrpper .modal-container,
	.consultation-modal-wrpper .modal-container {
		overflow-x: hidden;
        overflow-y: auto;
	}
	.order-form-title-area,
	.consultation-form-title-area{
		height: 180px;
    	border-bottom: none;
	}
	.order-form-title,
	.consultation-form-title {
		color: #333;
		font-size: 42px;
		padding: 20px 25px;
	}
	.order-form-form-wrap form,
	.consultation-form-form-wrap form {
		width: 100%;
		display: block;
	}
	.order-form,
	.consultation-form {
        padding: 0px 0px 30px;
    }
	.order-form-left,
	.order-form-right,
	.consultation-form-left,
	.consultation-form-right {
    	width: 100%;
    	border: none;
	}
	.order-form-mode:before,
	.consultation-form-mode:before {
		background: rgb(0 0 0 / 20%);
	}
	.order-form-mode label,
	.consultation-form-mode label {
    	padding: 0px 0px 15px 0px;
    	color: rgb(79 79 79 / 50%);
	}
	.order-form-mode input[type="radio"]:checked + .wpcf7-list-item-label,
	.consultation-form-mode input[type="radio"]:checked + .wpcf7-list-item-label {
    	color: #333;
	}
	.order-form-mode input[type="radio"]:checked + .wpcf7-list-item-label:before,
	.consultation-form-mode input[type="radio"]:checked + .wpcf7-list-item-label:before {
		background: #333;
	}
	.order-form-col-1 label,
	.consultation-form-col-1 label {
		color: #00000073;
		border-left: 1px solid rgb(0 0 0 / 20%);
		border-right: 1px solid rgb(0 0 0 / 20%);
	}
	.order-form-col-1 label:before,
	.consultation-form-col-1 label:before {
		width: 15px;
    	border-radius: 1px;
		border-top: 1px solid rgb(0 0 0 / 20%);
	}
	.order-form-col-1 label:after,
	.consultation-form-col-1 label:after {
		width: 100%;
    	border-radius: 1px;
		border-top: 1px solid rgb(0 0 0 / 20%);
	}
	input[type='text'], input[type='tel'], input[type='number'] {
		color: #333;
		border-left: 1px solid rgb(0 0 0 / 20%);
		border-right: 1px solid rgb(0 0 0 / 20%);
	}
	.order-form-acceptance-row,
	.consultation-form-acceptance-row {
		position: relative;
		left: unset;
		width: 100%;
		bottom: unset;
		height: auto;
		padding: 15px 20px 0px;
	}
	.wpcf7-acceptance .wpcf7-list-item label {
		color: #333;
	}
	.order-form-acceptance + .wpcf7-list-item-label::before,
	.consultation-form-acceptance + .wpcf7-list-item-label::before {
		width: 21px;
		height: 21px;
		border: 1px solid #d6d6d5;
	}
	.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label a,
	.consultation-acceptance .wpcf7-list-item .wpcf7-list-item-label a {
		color: #333;
		border-bottom: 1px solid rgb(0 0 0 / 20%);
	}
	.order-form-right p,
	.consultation-form-right p {
		margin-bottom: 0px;
	}
	.order-form-submit,
	.consultation-form-submit {
		position: relative;
		top: unset;
		bottom: unset;
    	background: rgb(226, 226, 226);
	}
	.order-form-calculation,
	.consultation-form-calculation {
		padding: 25px 25px 30px 25px;
		color: #333;
	}
	.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label a:hover {
		color: #333;
		border-bottom: 1px solid rgb(0 0 0 / 100%);
		text-decoration: none;
	}
	.on-input input[type='text'], .on-input input[type='tel'], .on-input input[type='number'] {
		border-left: 1px solid rgb(0 0 0 / 72%);
		border-right: 1px solid rgb(0 0 0 / 72%);
	}
	.on-input label {
		border-left: 1px solid rgb(0 0 0 / 72%);
		border-right: 1px solid rgb(0 0 0 / 72%);
		color: #333;
	}
	.on-input label:before, 
	.on-input label:after {
		border-top: 1px solid rgb(0 0 0 / 72%);
	}
	.order-form-acceptance:checked + .wpcf7-list-item-label::before,
	.consultation-form-acceptance:checked + .wpcf7-list-item-label::before {
    	background-color: rgb(0 0 0 / 5%);
		border: 1px solid #333;
	}
	.wpcf7-not-valid-tip {
		background: rgb(0 0 0 / 5%);
		color: #333;
	}
	.order-form-acceptance:checked + .wpcf7-list-item-label::after,
	.consultation-form-acceptance:checked + .wpcf7-list-item-label::after {
		content: "✕";
		top: 0px;
		left: 4px;
		font-size: 15px;
		color: #333;
	}
	.order-form-submit:hover, 
	.order-form-submit:focus,
	.consultation-form-submit:hover,
	.consultation-form-submit:focus {
		background: rgb(191 191 191);
	}
	.wpcf7 form .wpcf7-response-output {
		font-size: 15px;
		position: absolute;
		bottom: 0px;
		left: 0%;
		background-color: #92959f;
		color: #fff;
		padding: 25px;
		z-index: 1000;
		width: 100%;
		height: auto;
	}
	.main-screen-bottom-part .section-2-left a.mobile-scrooll-down-btn {
		text-align: center;
		font-size: 15px !important;
		justify-content: center;
		color: #a5a5a5;
	}
	.mobile-menu ul {
		padding: 10px 25px 25px;
	}
	.mobile-menu ul li a {
		font-size: 17px;
		letter-spacing: 0.01em;
		text-decoration: none !important;
	}
	.consultation-form-col-2 p {
		color: #5f5f5f;
	}
}

@media (max-width:440px) {
	.project-item {
		width: 280px;
		height: 280px;
	}
}




/* Bootstrap fix */
.col, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    min-width: 1px !important;
}