html, body {
	width: 100%;
	min-width: 375px;
}
@font-face {
	font-family: 'Conv_zhum601n_0';
	src: url('../fonts/zhum601n_0.eot');
	src: local('☺'), url('../fonts/zhum601n_0.woff') format('woff'), url('../fonts/zhum601n_0.ttf') format('truetype'), url('../fonts/zhum601n_0.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	/*font-family:'Rubik', sans-serif;*/
	font-family: 'Conv_zhum601n_0', sans-serif !important;
	line-height: 1.4;
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	color: #444;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	margin: 0;
	letter-spacing: 1px;
	overflow-x:hidden !important
}
::selection {
	background: #ccc;
}
::-moz-selection {
 background: #ccc;
}
a {
	-webkit-user-select: none;
	text-decoration: none;
	outline: none;
	color: #111;
	opacity: 1;
}
a:hover {
	text-decoration: none;
	border-color: transparent;
	color: #111;
}
a:active {
	color: #e6866f;
}
* {
	box-sizing: border-box;
	opacity: 1;
	outline: 0!important;
}
input[type="submit"], input[type="text"], input[type="email"], input[type="search"], input[type="password"], textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
}
textarea {
	padding: 0;
}
fieldset {
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	-webkit-padding-before: 0;
	-webkit-padding-start: 0;
	-webkit-padding-end: 0;
	-webkit-padding-after: 0;
	margin: 0;
	padding: 0;
	border: none;
}
.pdf-seo-title {
    line-height: normal;
    text-transform: uppercase;
    opacity: 0;
}

.side-titl h3{
	margin-top: 50px;

}
button {
	outline: none;
	border: none;
	cursor: pointer;
}
h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	line-height: 1.2;
	color: #111;
	font-weight: 700;
}
h1, h2.h1 {
	font-size: 35px;
	line-height: 0.9;
	font-weight: 700;
	letter-spacing: 1.5px;
}
h2 {
	font-size: 60px;
}
h3 {
	font-size: 40px;
}
h4 {
	font-size: 34px;
}
h5 {
	font-size: 20px;
}
p {
	margin: 0;
	padding: 0;
	font-size: 17px;
	line-height: 25px;
	color: #444;
	margin-bottom: 26px;
}
.clearfix:after {
	content: ' ';
	display: block;
	clear: both;
}
.btn {
	display: inline-block;
	position: relative;
	border: none;
	width: initial;
	height: initial;
	padding: 18px 35px;
	/*padding-bottom: 22px;*/
	background: transparent;
	z-index: 1;
	cursor: pointer;
	margin-right: 10px;
}
.btn:nth-last-child(1) {
	margin-right: 0;
}
.btn > span {
	position: relative;
	color: #111;
	font-size: 18px;
	z-index: 2;
	font-weight: 600;
	text-transform: uppercase;
}
.btn:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background: #ECE8E0;
	border: 0;
	border-radius: 5px;
	z-index: -1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.btn:hover:before {
	background: #e6866f;
}
.btn:active:before {
	-webkit-transform: scale(0.95);
	-ms-transform: scale(0.95);
	transform: scale(0.95);
}
.btn_ar {
	padding-right: 70px;
}
.btn_ar:after {
	content: '';
	display: block;
	position: absolute;
	right: 34px;
	top: 20px;
	width: 26px;
	height: 14px;
	background: url('../img/ar-btn.svg') no-repeat center;
	background-size: contain;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.btn_ar:hover:after {
	-webkit-transform: scaleY(-1);
	-ms-transform: scaleY(-1);
	transform: scaleY(-1);
}
 body::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px transparent;
 background-color: #F5F5F5;
}
body::-webkit-scrollbar {
 width: 6px;
 background-color: #F5F5F5;
}
body::-webkit-scrollbar-thumb {
 background-color: #111;
}
/* input / textarea */

input {
	padding: 8px 0;
	color: #555;
	background: transparent;
	width: 100%;
	height: 54px;
	font-size: 14px;
	border: 0;
	border-bottom: 1px solid #E4E2DD;
	font-weight: 500;
	border-radius: 0 !important;
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	padding-left: 50px;
	font-family: 'Conv_zhum601n_0', sans-serif !important;
}
input::-webkit-input-placeholder {
color: #555;
font-size: 15px;
}
input:-moz-placeholder {
color: #555;
font-size: 15px;
}
input::-moz-placeholder {
color: #555;
font-size: 15px;
}
input:-ms-input-placeholder {
color: #555;
font-size: 15px;
}
input:focus {
	box-shadow: none;
}
.error input {
	color: #F95151;
}
textarea {
	padding: 17px 0;
	color: #555;
	background: transparent;
	width: 100%;
	height: 115px;
	font-size: 16px;
	border: 0;
	border-bottom: 1px solid #E4E2DD;
	font-weight: 500;
	border-radius: 0 !important;
	resize: none;
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	    padding-left: 50px;
		font-family: 'Conv_zhum601n_0', sans-serif !important;
}
textarea::-webkit-input-placeholder {
color: #555;
font-size: 16px;
}
textarea:-moz-placeholder {
color: #555;
font-size: 16px;
}
textarea::-moz-placeholder {
color: #555;
font-size: 16px;
}
textarea:-ms-input-placeholder {
color: #555;
font-size: 16px;
}
textarea:focus {
	box-shadow: none;
}
.error textarea {
	color: #F95151;
}
textarea::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 3px transparent;
 background-color: #F5F5F5;
}
textarea::-webkit-scrollbar {
 width: 3px;
 background-color: #F5F5F5;
}
textarea::-webkit-scrollbar-thumb {
 background-color: #111;
}
.input-wrap:before, .textarea-wrap:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	/*background: #333;*/
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.textarea-wrap:before {
	bottom: 0;
}
.input-wrap.val:before, .textarea-wrap.val:before {
	width: 87%;
}
.input-wrap.error:before, .textarea-wrap.error:before {
	background: #F95151;
}
span.error {
	display: block;
	text-align: left;
	font-weight: 500;
	color: #F95151;
	font-size: 12px;
	margin-bottom: -10px;
	margin-top: 10px;
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
/* checkbox */

.styled-checkbox {
	position: absolute;
	opacity: 0;
	width: auto !important;
	height: auto !important;
	margin: auto !important;
}
.styled-checkbox ~ label {
	position: relative;
	cursor: pointer;
	padding: 0;
	font-size: 14px;
	opacity: 1;
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.styled-checkbox ~ label:hover {
	opacity: 0.7;
}
/*// Box.*/
.styled-checkbox ~ label:before {
	content: '';
	margin-right: 12px;
	display: inline-block;
	vertical-align: text-top;
	border: 1px solid #FF3729;
	width: 16px;
	height: 16px;
	background: transparent;
	border-radius: 50%;
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
/*// Box hover*/
.styled-checkbox:hover ~ label:before {
	background: transparent;
}
/*// Box focus*/
.styled-checkbox:focus ~ label:before {
/* box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12); */
}
/*// Box checked*/
.styled-checkbox:checked + label:before {
	background: transparent;
}
/*// Disabled state label.*/
.styled-checkbox:disabled ~ label {
	color: #b8b8b8;
	cursor: auto;
}
/*// Disabled box.*/
.styled-checkbox:disabled ~ label:before {
	box-shadow: none;
	background: #ddd;
}
/*// Checkmark. Could be replaced with an image*/
.styled-checkbox:checked ~ label:after {
	content: '';
	position: absolute;
	left: 5px;
	top: 8px;
	background: #231F20;
	width: 2px;
	height: 2px;
	box-shadow: 2px 0 0 #231F20, 3px 0 0 #231F20, 3px -2px 0 #231F20, 3px -4px 0 #231F20, 3px -6px 0 #231F20, 3px -6px 0 #231F20;
	transform: rotate(45deg);
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.styled-checkbox ~ label > a {
	font-weight: bold;
	opacity: 1;
	transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.styled-checkbox ~ label > a:hover {
	opacity: 0.7;
}
.header__logo a {
	font-size: 45px;
	color: #FF3729;
	opacity: 1;
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.menu__ancs {
	position: absolute;
	top: 47%;
	left: -124px;
	width: 320px;
	height: 26px;
	text-align: center;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.socs-ico span {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -2px;
	right: 0;
	margin: auto;
	width: 14px;
	height: 14px;
	
	background-size: contain;
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
/* COMMON */

.container {
	position: relative;
	/*padding: 115px 9.5% 60px;*/
	padding: 100px 9.5% 100px;
	background: #F6F4EF;
	overflow: hidden;
	z-index: 1;
}
.containers-wrap {
	width: calc(100% - 70px);
	margin-left: 70px;
	z-index: 9;
	    margin-bottom: 0 !important;
}
.containers-wrap {
}
.containers-wrap > .container:nth-last-child(1) {
	box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.25);
}
.bottom-containers {
	position: relative;
	bottom: 0;
	/*width: calc(100% - 70px);*/
	width:100%;
	z-index: 0;
}
.container_bg-link {
}
.title {
	margin-bottom: 40px;
}
/* menu */

.menu {
	position: fixed;
	width: 70px;
	height: 100%;
	background: #fff;
	z-index: 10;
}
.menu__logo {
	position: absolute;
	top: 3px;
	/* right: 4px;*/
	text-align: center;
	left: 5%
}
.menu__logo img {
	position: relative;
	width: 200px;
	z-index: 9
}
.menu-logo {
	display: block;
	width: 180px;
	height: 350px;
	background: url('../img/asconrealty_logo.png') no-repeat center;
	background-size: contain;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	transform: rotate(-90deg);
	left: -76px;
	position: relative;
}
.menu-logo:hover {
	opacity: 0.6;
}
.menu-logo:active {
	-webkit-transform: translateY(5px);
	-ms-transform: translateY(5px);
	transform: translateY(5px);
}
/* borgir */

.menu__burger {
	position: relative;
	height: 70px;
	background: #EEECE7;
	cursor: pointer;
	z-index: 10;
	transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}
.menu__burger:hover {
	background: #F6F4EF;
}
.menu-burger {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 32px;
	height: 24px;
	cursor: pointer;
	z-index: 10;
}
.burger {
	position: absolute;
	background: #111;
	width: 100%;
	height: 4px;
	top: 10px;
	right: 0;
	opacity: 1;
}
.burger::before, .burger::after {
	content: "";
	display: block;
	position: absolute;
	background: #111;
	width: 32px;
	height: 4px;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
.burger::before {
	top: 12px;
}
.burger::after {
	bottom: 12px;
}
.burger::after, .burger::before, .burger {
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.menu-burger.menu-burger_on .burger::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	bottom: 0;
}
.menu-burger.menu-burger_on .burger::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0;
}
.menu-burger.menu-burger_on .burger {
	background: rgba(29,25,22,0);
}
.menu__proj {
	position: absolute;
	bottom: 210px;
	right: -152px;
	width: 380px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	z-index: 3;
	opacity: 1;
	visibility: visible;
	pointer-events: visible;
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.menu__proj.hidden {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.menu__proj.hiddenonpage {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.menu-proj {
	display: inline-block;
	white-space: nowrap;
	opacity: 1;
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	letter-spacing: 0.5px;
}
.menu-proj:hover {
	opacity: 0.5;
}
.menu-proj.load {
	opacity: 0;
}
.menu-proj:after {
	content: '';
	display: block;
	clear: both;
}
.menu-proj__name {
	display: inline-block;
	position: relative;
	padding-right: 30px;
}
.menu-proj__name span {
	font-size: 16px;
	font-weight: 600;
	color: #1F1F1F;
	text-transform: uppercase;
	letter-spacing: 1px
}
.menu-proj__type {
	display: inline-block;
	position: relative;
	padding-left: 30px;
}
.menu-proj__type span {
	font-size: 22px;
	font-weight: 600;
	color: #B89C84;
}
.menu-proj__type:before {
	content: '';
	display: block;
	position: absolute;
	top: 9px;
	left: 0;
	height: 20px;
	width: 2px;
	background: #E5E4E0;
}
/* Projects */

.container_projs {
}
.projs {
	margin-top: -25px;
}
.projs__title {
	margin-bottom: 64px;
}
.projs__tags {
	margin-bottom: 34px;
}
.projs-tags {
}
.projs-tags__item {
	display: inline-block;
	opacity: 1;
	cursor: pointer;
	margin-right: 24px;
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.projs-tags__item:hover {
	opacity: 0.6;
}
.projs-tags__item:nth-last-child(1) {
	margin-right: 0;
}
.projs-tags__item span {
	font-size: 18px;
	color: #111;
	text-transform: lowercase;
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.projs-tags__item.active span {
	color: #B89C84;
}
.projs__cards {
	position: relative;
}
.projs-cards {
	min-height: 820px;
}
.projs-cards:after {
	content: '';
	display: block;
	clear: both;
}
.projs-card {
	display: block;
	float: left;
	/*width: calc(100% / 3 - 28px);*/
	width: 30%;
	margin-right: 28px;
	margin-bottom: 28px;
}
.project_page{
	width:47% !important
}
.project_page .projs-card__img {
	  height: 500px;
}

.projs-card__img {
	    position: relative;
    height: 350px;
    overflow: hidden;
    z-index: 1;
}
.projs-card__img img {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-o-object-fit: cover;
	object-fit: cover;
	transition: all 2.5s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition: all 2.5s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 2.5s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 2.5s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: all 2.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.projs-card:hover .projs-card__img img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.projs-card__info {
	position: relative;
	padding-top: 36px;
	padding-bottom: 20px;
	z-index: 2;
	background: #111;
}
.product_page_info {
	text-align: center;
	padding-top: 0
}
.projs-card-info__title {
	opacity: 1;
	margin-bottom: .0px;
	z-index: 2;
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.projs-card-info__title h3 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 1.3em;
}
.projs-card:hover .projs-card-info__title {
	opacity: 0.4;
}
.projs-card-info__lable {
	position: absolute;
	top: -10px;
	right: 10px;
	width: 100px;
	height: 100px;
	z-index: -1;
}
.projs-card-info__lable_new {
	background: url('../img/ribbon.png') no-repeat center;
	background-size: contain;
	transform: rotate(-30deg);
}
.projs-card-info__lable_new1 {
	background: url('../img/ready-possession.png') no-repeat center;
	background-size: contain;
	transform: rotate(0deg);
}
.projs-card-info__lable_sale {
	
	background-size: contain;
}
.projs-card-info__tag {
	margin-bottom: 18px;
}
.projs-card-info__tag span {
	font-size: 16px;
	color: #ccc;
}
.projs-card-info__year {
	padding-top: 22px;
	border-top: 2px solid #111;
}
.projs-card-info__year span {
	font-size: 18px;
	font-weight: 700;
	color: #111;
}
.container_projs .cross-bg {
	position: absolute;
	top: 40%;
	left: auto;
	right: 0;
}
/* bg-link */

.container_bg-link {
	background-size: cover !important;
	height: 125px;
	padding-top: 35px;
	padding-bottom: 50px;
	opacity: 1;
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.container_bg-link:hover {
	/*opacity: 0.9;*/
}
.container_bg-link a {
/*display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	z-index: 3;*/
}
.bg-link {
	z-index: 2;
}
.container_bg-link:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.56)), to(transparent));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.56), transparent);
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.56), transparent);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.56), transparent);
	z-index: -1;
}
.bg-link__title {
}
.bg-link__title h2 {
	color: #fff;
	line-height: 1;
}
/* endform */

.container_endform {
	/*padding-right: 0 !important;*/
	padding-top: 90px;
}
.endform {
	margin-bottom: 40px;
}
.endform:after {
	content: '';
	display: block;
	clear: both;
}
.endform__dscr {
	float: left;
	width: 30%;
}
.endform-dscr {
}
.endform-dscr__title {
	margin-bottom: 40px;
}
.endform-dscr__mail {
}
.endform-dscr__mail a {
	font-size: 28px;
	font-weight: 600;
	color: #9D8B7B;
	text-decoration: underline;
	letter-spacing: -0.06em;
	opacity: 1;
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.endform-dscr__mail a:hover {
	opacity: 0.6;
}
.endform__fields {
	float: left;
	width: 70%;
}
.endform-fields {
}
.form-fields {
	margin-bottom: 28px;
}
.inputs-wrap {
	margin-bottom: 20px;
}
.inputs-wrap:after {
	content: '';
	display: block;
	clear: both;
}
.input-wrap {
	position: relative;
	margin-bottom: 16px;
	width: 50%;
	float: left;
	padding-right: 100px;
}
.input-wrap_half {
	float: left;
	width: calc(50% - 25px);
	margin-right: 50px;
}
.input-wrap_half:nth-child(2n+2) {
	margin-right: 0;
}
.textarea-wrap {
	position: relative;
}
.form-button {
	padding-top: 25px;
}
.mb100 {
	margin-bottom: 100px !important;
}
.mb0 {
	margin-bottom: 0 !important
}
.form-button:after {
	content: '';
	display: block;
	clear: both;
}
.form-button .btn {
}
.form-agree {
	display: inline-block;
	position: relative;
	width: 410px;
	line-height: 1;
	margin-left: 44px;
}
.form-agree span {
	color: rgba(31, 31, 31, 0.31);
	font-size: 14px;
	font-weight: 500;
}
.form-agree span span {
	cursor: pointer;
	color: rgba(31, 31, 31, 0.31);
	border-bottom: 1px solid;
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.form-agree span span:hover {
	border-bottom: 1px solid transparent;
}
/* footer */

.footer {
	padding-top: 20px;
	border-top: 1px solid #EFEBE0;
}
.footer:after {
	content: '';
	display: block;
	clear: both;
}
.footer__socs {
	float: left;
}
.footer-socs {
}
.footer-socs__item {
	display: inline-block;
	position: relative;
	width: 44px;
	height: 44px;
	margin-right: 16px;
}
.footer-socs__item:nth-last-child(1) {
	margin-right: 0;
}
.footer-socs__item:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	background: #fff;
	border-radius: 50%;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.footer-socs__item:hover:before {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.footer-socs__item span {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.footer-socs__item_fb span {
	width: 8px;
	height: 18px;
	background: url('../img/ico-share-fb.svg') no-repeat center;
	background-size: contain;
}
.footer-socs__item_vk span {
	width: 19px;
	height: 19px;
	background: url('../img/twitter.png') no-repeat center;
	background-size: contain;
}
.footer-socs__item_in span {
	top: 1px;
	left: 0px;
	width: 18px;
	height: 18px;
	background: url('../img/icon-share-insta.svg') no-repeat center;
	background-size: contain;
}
.footer-socs__item_yt span {
	top: 1px;
	left: 0px;
	width: 18px;
	height: 18px;
	background: url('../img/ico-share-yt.png') no-repeat center;
	background-size: contain;
}
.footer__info {
	float: right;
}
.footer-info {
	display: block;
}
.footer-info__copy {
	display: inline-block;
}
.footer-info__copy span {
	color: #B89C84;
	font-size: 20px;
	font-weight: 300;
	opacity: 0.45;
}
.footer-info__f12 {
	display: inline-block;
	margin-left: 40px;
}
.footer-info__f12 a {
	opacity: 0.45;
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.footer-info__f12 a:hover {
	opacity: 1;
}
.footer-info__f12 span {
	position: relative;
	padding-right: 86px;
	color: #B89C84;
	font-size: 20px;
	font-weight: 300;
}
.footer-info__f12 span:after {
	content: '';
	display: block;
	position: absolute;
	top: 2px;
	right: 0;
	width: 80px;
	height: 22px;
	background: url('../img/by.svg') no-repeat center;
	background-size: contain;
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.footer-info__f12 a:hover span:after {
/*background: url('../img/by-hov.svg') no-repeat center;*/
	/*background-size: contain;*/
}
/* main-pp */

.menupanel {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: auto;
	margin: auto;
	padding: 74px 90px;
	padding-right: 55px;
	width: 600px;
	background: url(../img/menu_bg.png) #1F1F1F;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 0;
	-webkit-transform: translateX(-600px);
	-ms-transform: translateX(-600px);
	transform: translateX(-600px);
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.menupanel.open {
	-webkit-transform: translateX(70px);
	-ms-transform: translateX(70px);
	transform: translateX(70px);
}
.menupanel-cont {
	position: relative;
	height: 100%;
}
.menupanel__links {
}
.menupanel-links {
}
.menupanel-links__item {
	margin-bottom: 4px;
}
.menupanel-links__item a {
	font-size: 35px;
	color: #fff;
	opacity: 1;
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.menupanel-links__item a:hover {
	/*opacity: 0.4;*/
	color: #e6866f
}
.menupanel__contacts {
	position: absolute;
	width: 100%;
	bottom: 0;
	/*border-top: 2px solid #fff;*/
	padding-top: 36px;
}
.menupanel-contacts {
	position: relative;
}
.menupanel-contacts__mail {
	margin-bottom: 16px;
}
.menupanel-contacts__mail a {
	font-size: 20px;
	color: #fff;
	opacity: 1;
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	letter-spacing: 0.5px
}
.menupanel-contacts__mail a:hover {
	opacity: 0.4;
}
.menupanel-contacts__phone {
	margin-bottom: 60px;
}
.menupanel-contacts__phone a {
	font-size: 20px;
	color: #fff;
	opacity: 1;
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	letter-spacing: 0.5px
}
.menupanel-contacts__phone a:hover {
	opacity: 0.4;
}
.menupanel-contacts__socs {
}
.menupanel-contacts__by {
	position: absolute;
	bottom: 10px;
	right: 0;
}
.menupanel-contacts__by .footer-info__f12 span {
	color: #fff;
}
.menupanel-contacts__by .footer-info__f12 span:after {
	background: url('../img/by-white.svg') no-repeat center;
	background-size: contain;
}
/**/
/* project */
/**/

.container_bg-top {
	height: 420px;
	padding: 0 !important;
	background-size: cover !important;
	background-attachment: fixed !important;
}
.container_proj {
	background: #111;
	overflow: initial;
}
.proj-3d {
	position: absolute;
	top: -50px;
	right: 13%;
	z-index: 2;
	width: 105px;
	height: 105px;
	cursor: pointer;
}
.proj-3d:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background: #ECE8E0;
	border: 0;
	border-radius: 50%;
	z-index: -1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.proj-3d:hover:before {
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
}
.proj-3d span {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 70px;
	height: 80px;
	background: url('../img/3d-ico.svg') no-repeat center;
	background-size: contain;
}
.proj__title {
	margin-bottom: 45px;
}
.proj__title h1 {
	color: #fff;
}
.proj__info {
	padding-top: 14px;
	border-top: 3px solid #e6866f;
	margin-bottom: 90px;
}
.proj__text {
	margin-bottom: 0px;
}
.proj-half-parts {
}
.proj-half-parts:after {
	content: '';
	display: block;
	clear: both;
}
.proj-half-part {
	float: left;
	width: 50%;
	padding-right: 20px;
}
.proj-half-part span {
	display: inline-block;
	color: #fff;
	font-size: 19px;
	margin-right: 20px;
}
.proj-half-part span:nth-last-child(1) {
	margin-right: 0;
}
.proj-half-part p {
	    font-weight: 300;
    color: #fff;
    margin-right: 20px;
    text-align: justify;
}
.proj__gallery {
	margin-bottom: 40px;
}
.proj-gallery {
}
.proj-gallery__row {
	margin-bottom: 40px;
}
.proj-gallery__row:after {
	content: '';
	display: block;
	clear: both;
}
.proj-gallery-item {
	position: relative;
}
.proj-gallery-item img {
	width: 100%;
	height: auto;
	z-index: 1;
	cursor: pointer;
}
.proj-gallery-item_vert {
	float: left;
	width: calc(50% - 20px);
	height: 1080px;
	margin-right: 40px;
}
.proj-gallery-item_vert:nth-last-child(1) {
	margin-right: 0;
}
.proj-gallery-item_vert img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.fullscreen-ico {
	display: block;
	position: absolute;
	top: 30px;
	right: 74px;
	width: 100px;
	height: 100px;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	z-index: 2;
	pointer-events: none;
	-webkit-transform: translateY(12px) scale(0.7);
	-ms-transform: translateY(12px) scale(0.7);
	transform: translateY(12px) scale(0.7);
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.proj-gallery-item:hover .fullscreen-ico {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0) scale(0.7);
	-ms-transform: translateY(0) scale(0.7);
	transform: translateY(0) scale(0.7);
}
.fullscreen-ico:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	border-radius: 50%;
	background: #fff;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.proj-gallery-item:hover .fullscreen-ico:before {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.fullscreen-ico span {
	display: block;
	position: absolute;
	width: 26px;
	height: 26px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	transition: all 1.4s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition: all 1.4s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 1.4s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 1.4s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: all 1.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.fullscreen-ico span:nth-child(1) {
	top: -20px;
	left: -20px;
	background: url('../img/fullscreen-ico-1.svg') no-repeat center;
	background-size: contain;
}
.fullscreen-ico span:nth-child(2) {
	bottom: -20px;
	right: -20px;
	background: url('../img/fullscreen-ico-2.svg') no-repeat center;
	background-size: contain;
}
.proj-gallery-item:hover .fullscreen-ico span:nth-child(1) {
	-webkit-transform: translate(-4px, -4px);
	-ms-transform: translate(-4px, -4px);
	transform: translate(-4px, -4px);
}
.proj-gallery-item:hover .fullscreen-ico span:nth-child(2) {
	-webkit-transform: translate(4px, 4px);
	-ms-transform: translate(4px, 4px);
	transform: translate(4px, 4px);
}
.fancybox-overlay {
	position: fixed;
	width: calc(100% - 70px) !important;
	margin-left: 70px;
	background: #111;
	height: 100vh !important;
}
.fancybox-infobar {
	top: auto;
	left: auto;
	right: 20px;
	bottom: 20px;
	font-size: 24px;
	font-weight: 500;
}
.fancybox-infobar span {
}
.fancybox-toolbar {
	right: 20px;
	top: 20px;
}
button.fancybox-button {
	padding: 0;
	width: 24px;
	height: 24px;
	margin: 0 10px;
	opacity: 1;
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	
}
.fancybox-button--thumbs{
display:none	
}
button.fancybox-button:hover {
	opacity: 0.5;
}
.fancybox-button[disabled], .fancybox-button[disabled]:hover {
	opacity: 0 !important;
}
button.fancybox-button.fancybox-button--arrow_left, button.fancybox-button.fancybox-button--arrow_right {
	width: 30px;
	height: 60px;
	padding: 0 !important;
	cursor: pointer;
	opacity: 1;
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
button.fancybox-button.fancybox-button--arrow_left:hover, button.fancybox-button.fancybox-button--arrow_right:hover {
	opacity: 0.5;
}
button.fancybox-button.fancybox-button--arrow_left {
	left: 40px;
	background: url(../img/fancy-left.svg) no-repeat center;
	background-size: contain;
}
button.fancybox-button.fancybox-button--arrow_right {
	right: 40px;
	background: url(../img/fancy-right.svg) no-repeat center;
	background-size: contain;
}
button.fancybox-button.fancybox-button--zoom {
	width: 26px;
	height: 26px;
	margin-right: 12px;
	background: url(../img/fancy-zoom.svg) no-repeat center;
	background-size: contain;
	opacity:0
}
button.fancybox-button.fancybox-button--play {
	width: 26px;
	height: 26px;
	background: url(../img/fancy-play.svg) no-repeat center;
	background-size: contain;
	opacity:0
}
button.fancybox-button.fancybox-button--pause {
	background: url(../img/fancy-pause.svg) no-repeat center;
	background-size: contain;
}
button.fancybox-button.fancybox-button--close {
	background: url(../img/fancy-close.svg) no-repeat center;
	background-size: contain;
}
/* About */

.container_about-img {
	position: relative;
	height: 600px;
	background-size: cover !important;
	background-attachment: fixed !important;
	z-index: 1;
}
.container_about-img:before {
	content: '';
	display: block;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	/*background: -webkit-gradient(linear, left top, left bottom, from(#1E1E20), to(rgba(30, 30, 32, 0)));
	background: -webkit-linear-gradient(top, #1E1E20 0%, rgba(30, 30, 32, 0) 100%);
	background: -o-linear-gradient(top, #1E1E20 0%, rgba(30, 30, 32, 0) 100%);
	background: linear-gradient(180deg, #1E1E20 0%, rgba(30, 30, 32, 0) 100%);*/
	/*background:rgba(0,0,0,0.2);*/
	-webkit-transform: matrix(1, 0, 0, -1, 0, 0);
	-ms-transform: matrix(1, 0, 0, -1, 0, 0);
	transform: matrix(1, 0, 0, -1, 0, 0);
}
.container_about {
	background: #111;
	overflow: initial;
}
.about {
/*margin-top: -172px;*/

	/*margin-bottom: 87px;*/
}
.about__main {
}
.about-main {
}
.about-main__title {
	margin-bottom: 82px;
}
.about-main__title h1 {
	color: #fff;
	line-height: 50px;
	letter-spacing: 2px;
}
.about-main__texts {
}
.about-main-texts {
}
.about-main-texts:after {
	content: '';
	display: block;
	clear: both;
}
.about-main-texts__item {
	float: left;
	width: 50%;
	padding-right: 150px;
}
.about-main-texts__item p {
	color: #fff;
	margin-bottom: 20px;
}
.about-main-texts__item_c {
	position: relative;
	z-index: 1;
}
.about-main-texts__item_c:after {
	content: '';
	display: block;
	position: absolute;
	top: -30px;
	left: -50px;
	width: 104px;
	height: 74px;
	z-index: -1;
	background: url(../img/about-k.svg) no-repeat center;
	background-size: contain;
}
.about-main-texts__item_c h4 {
	color: #e6866f;
	z-index: 1;
	padding-right: 22%;
	line-height: 1.3;
	position: relative;
	top: -14px;
}
.container_studio {
	background: #F6F4EF;
	padding-bottom: 0 !important;
}
.studio {
}
.studio:after {
	content: '';
	display: block;
	clear: both;
}
.studio__vis {
	float: left;
	width: 50%;
}
.studio-vis {
	position: relative;
	height: 100%;
}
.mastermind {
	position: relative;
	width: 100%;
	height: 600px;
	z-index: 2;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
}

.studio-vis:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: auto;
	width: 500px;
	height: 500px;
	margin: 0 auto;
	/*background: url(../img/cross-about.svg) no-repeat center;*/
	background-size: contain;
	z-index: -3;
}
.studio__info {
	float: left;
	width: 50%;
}
.studio-info {
	padding-right: 13%;
}
.studio-info__big {
	line-height: 1.25;
	letter-spacing: -0.1em;
	border-bottom: 3px solid rgba(0, 0, 0, 0.04);
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.studio-info__big span {
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 1px;
}
.mb15 {
	margin-bottom: 15px
}
.studio-info__big span a {
	color: #B89C84;
	border-bottom: 2px solid;
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.studio-info__big span a:hover {
	border-bottom: 2px solid transparent;
}
.container_tasty p a {
	color: #B89C84;
	border-bottom: 1px solid;
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.container_tasty p a:hover {
	border-bottom: 1px solid transparent;
}
.studio-info__text {
	margin-bottom: 70px;
}
.studio-info__text p {
}
.arlink {
}
.arlink-cont {
	display: inline-block;
}
.arlink__txt {
	display: inline-block;
	margin-right: 12px;
}
.arlink__txt span {
	font-size: 18px;
	color: #333;
	font-weight: 600;
	opacity: 1;
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.arlink-cont:hover .arlink__txt span {
	opacity: 0.7;
}
.arlink_light .arlink__txt span {
	color: #fff;
}
.arlink__ar {
	display: inline-block;
	position: relative;
	width: 52px;
	height: 52px;
	vertical-align: -14px;
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.arlink__ar:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #E0DBCF;
	border-radius: 50%;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.arlink-cont:hover .arlink__ar:before {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.arlink_light .arlink__ar:before {
	background: #F6F4EF;
}
.arlink__ar span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 10px;
	height: 18px;
	margin: auto;
	background: url(../img/next-projs-ar.svg) no-repeat center;
	background-size: contain;
}
.container_media {
	background: #FCFBF9;
	padding-bottom: 90px;
}
.media {
}
.media__title {
	margin-bottom: 88px;
}
.media__blocks {
}
.media-blocks {
}
.media-blocks:after {
	content: '';
	display: block;
	clear: both;
}
.media-blocks__item {
	float: left;
	width: 25%;
	padding-right: 6%;
	margin-bottom: 50px;
}
.media-blocks-item {
	display: block;
}
.media-blocks-item__img {
	width: 100%;
	height: auto;/*margin-bottom: 48px;*/
}
.media-blocks-item__img img {
	width: 100%;
	box-shadow: 0px 15px 30px rgba(85, 67, 67, 0.25);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.media-blocks-item:hover .media-blocks-item__img img {
	-webkit-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	transform: translateY(-20px);
}
.media-blocks-item__title {
	/*	height: 80px;*/
	margin-bottom: 22px;
}
.media-blocks-item__title h4 {
	font-size: 20px;
}
.media-blocks-item__title h4 {
	opacity: 1;
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.media-blocks-item:hover .media-blocks-item__title h4 {
	opacity: 0.4;
}
.media-blocks-item__text {
	height: 75px;
}
.media-blocks-item__text span {
}
.container_partners {
	background: #fff;
	padding-bottom: 90px;
}
.media-blocks-item__link {
	margin-top: 40px;
}
.media-blocks-item__link span {
	color: #B89C84;
	text-decoration: underline;
	opacity: 1;
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.media-blocks-item:hover .media-blocks-item__link span {
	opacity: 0.4;
}
.media-blocks-item__img.media-blocks-item__img_partners {
	position: relative;
	/*width: 228px;*/
	height: 160px;
}
.media-blocks-item__img.media-blocks-item__img_partners img {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	/*left: 0;
	right: 0;*/
	bottom: 0;
	width: 80px;
	height: auto;
	/*max-height: 152px;*/
	margin: auto;
	box-shadow: none;
	-o-object-fit: contain;
	object-fit: contain;
	-webkit-transform: translateY(0) !important;
	-ms-transform: translateY(0) !important;
	transform: translateY(0) !important;
}
.media-blocks-item__img.media-blocks-item__img_partners:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	/*background: #fff;*/
	border-radius: 50%;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.media-blocks-item:hover .media-blocks-item__img.media-blocks-item__img_partners:before {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.media-img-partner-q {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	font-size: 96px;
	color: #E4E2DD;
	margin: auto;
	text-align: center;
	padding-top: 40px;
}
/* other pp-s */

.pp {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 100;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.pp.show {
	opacity: 1;
	visibility: visible;
}
.pp::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px transparent;
 background-color: #F5F5F5;
}
.pp::-webkit-scrollbar {
 width: 6px;
 background-color: #F5F5F5;
}
.pp::-webkit-scrollbar-thumb {
 background-color: #111;
}
.pp-bg {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	background: rgba(29, 25, 22, 0.5);
	z-index: 1;
	transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.pp-container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: auto;
	width: 960px;
	background: #fff;
	padding: 50px 50px;
	margin: 0 auto;
	margin-top: 100px;
	margin-bottom: 100px;
	z-index: 10;
	-webkit-transform: translateY(100vh);
	-ms-transform: translateY(100vh);
	transform: translateY(100vh);
	transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}
.pp.show .pp-container {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.pp-cross {
	position: fixed;
	top: 30px;
	right: 30px;
	width: 48px;
	height: 48px;
	cursor: pointer;
	/*background: url(../img/cross-pp-white.svg) no-repeat center;*/
	background-size: contain;
	z-index: 50;
	cursor: pointer;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.pp-cross:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.pp-content {
}
.pp__title {
	margin-bottom: 40px;
}
.pp__title h3 {
	font-size: 34px;
}
.pp__articles {
	min-height: 60px;
	margin-bottom: 40px;
}
.pp__button {
	text-align: center;
}
.btn_cross {
	padding-right: 70px;
}
.btn_cross:after {
	content: '';
	display: block;
	position: absolute;
	top: 28px;
	right: 30px;
	width: 18px;
	height: 18px;
	
	background-size: contain;
}
/* main */

.container_galls {
	padding: 0 !important;
}
.galls {
}
.galls-cont {
	height: 100vh;
}
.galls-cont:after {
	content: '';
	display: block;
	clear: both;
}
.galls-cont__left {
	position: relative;
	float: left;
	width: 80%;
	height: 100%;
}
.galls__slider {
	height: 100%;
}
.galls-slider {
	height: 100%;
}
.galls-cont__right {
	position: relative;
	float: left;
	width: 20%;
	height: 100%;
}
.galls__slider-r {
	height: 100%;
}
.galls-slider-r {
	height: 100%;
}
.galls-slider .swiper-button-prev, .galls-slider .swiper-button-next {
	background: none !important;
	height: 100%;
	width: 50%;
	left: 0;
	top: 0;
	bottom: 0;
	cursor: move;/*cursor: url(../img/cursor-maingal-.png), auto !important;*/
}
.galls-slider .swiper-button-next {
	left: 50%;
}
.swiper-container.galls-slider-r .swiper-pagination {
	bottom: calc(314px + 72px);
	width: 80%;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: left;
}
.swiper-container.galls-slider-r .swiper-pagination-bullet {
	position: relative;
	width: 10px;
	height: 10px;
	margin: 0 8px;
	opacity: 1 !important;
	background: #fff !important;
}
/**/
.swiper-container.galls-slider-r .swiper-pagination-bullet .circle-load {
	display: none;
}
.swiper-container.galls-slider-r .swiper-pagination-bullet.swiper-pagination-bullet-active .circle-load {
	display: block;
}
.circle-load {
	position: absolute;
	width: 26px;
	height: 26px;
	top: 0;
	left: -8px;
	right: 0;
	bottom: 0;
	margin: auto;
	background: transparent;
}
.circle-load-svg {
	stroke-dasharray: 0 70;
	-webkit-animation: rot 3.3s linear infinite;
	animation: rot 3.3s linear infinite;
}
@-webkit-keyframes rot {
 100% {
 stroke-dasharray: 70 70;
}
}
@keyframes rot {
 100% {
 stroke-dasharray: 70 70;
}
}
/**/


.galls__info {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 24px 32px;
	background: #fff;
	height: auto;
	z-index: 2;
}
.galls-info {
}
.galls-info__number {
	margin-bottom: 16px;
}
.galls-info__number span {
	display: block;
	line-height: 1;
	font-size: 108px;
	font-weight: 600;
	color: #1F1F1F;
	letter-spacing: -0.05em;
}
.galls-info__number p {
	font-weight: 600;
	color: #1F1F1F;
}
.galls-info__text {
	line-height: 1;
	margin-bottom: 30px;
}
.galls-info__text span {
	font-size: 21px;
	font-weight: 600;
	color: #1F1F1F;
}
.galls-info__all {
	position: relative;
	padding-top: 18px;
	border-top: 3px solid #F6F4EF;
	letter-spacing: -0.05em;
}
.galls-info__all a {
	position: relative;
	padding-left: 58px;
	opacity: 1;
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	font-weight: 600;
	font-size: 20px;
}
.galls-info__all a:hover {
	opacity: 0.5;
}
.galls-info__all a:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 28px;
	height: 28px;
	background: url(../img/gal-allprojs-ico.svg) no-repeat center;
	background-size: contain;
}
/**/

.container_offers {
	padding-right: 0 !important;
	padding-bottom: 120px !important;
	background: #FCFBF9;
}
.cols {
}
.cols-cont {
	/*margin-bottom: 70px;*/
	z-index: 2;
}
.cols-cont:after {
	content: '';
	display: block;
	clear: both;
}
.cols__info {
	position: relative;
	float: left;
	width: 34%;
	z-index: 2;
}
.cols-info {
}
.cols-info__text {
	padding-right: 22%;
	margin-bottom: 50px;
}
.cols-info__text p {
	text-align: justify
}
.cols__vis {
	position: relative;
	float: left;
	width: 66%;
	height: 100%;
	z-index: 0;
}
.cols-vis {
}
/**/

.offers-items {
}
.offers-items:after {
	content: '';
	display: block;
	clear: both;
}
.offers-items__block {
	position: relative;
	float: left;
	width: calc(100% / 3);
	cursor: pointer;
	z-index: 2;
}
.offers-items__block:after {
	content: '';
	display: block;
	position: absolute;
	top: -150px;
	left: 0;
	width: 2px;
	height: 2000px;
	background: #F6F4EF;
}
.offers-items-block__img {
	position: relative;
	padding: 0 24px;
	margin-bottom: 10px;
	margin-top: -110px;
}
.offers-items__block_3 .offers-items-block__img {
}
.offers-items-block__img img {
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
}
.offers-items-block__title {
	/*padding: 0 24px 0 48px;*/
	padding: 0 35px;
	text-align: center;
	box-sizing: content-box;/*height: 180px;*/
	/*padding-bottom: 150px;*/
}
.offers-items-block__title h3 {
	font-size: 22px;
	font-weight: 400;
	color: #444;
	line-height: 33px;
}
.offers-items-block__hover-pic {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	padding: 0 48px;
	opacity: 0;
	visibility: hidden;
	z-index: 2;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.offers-items__block:hover .offers-items-block__hover-pic {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.offers-items__block_1 .offers-items-block__hover-pic {
	top: 78px;
	-webkit-transform: translate(0, 10%);
	-ms-transform: translate(0, 10%);
	transform: translate(0, 10%);
}
.offers-items__block_2 .offers-items-block__hover-pic {
	bottom: auto;
	top: -6px;
	-webkit-transform: translate(0, -10%);
	-ms-transform: translate(0, -10%);
	transform: translate(0, -10%);
}
.offers-items__block_3 .offers-items-block__hover-pic {
	padding-right: 0;
	left: auto;
	-webkit-transform: translate(10%, 0);
	-ms-transform: translate(10%, 0);
	transform: translate(10%, 0);
}
.cross-bg {
	position: absolute;
	top: 28%;
	left: 16%;
	width: 500px;
	height: 500px;
	z-index: -1;
	
	background-size: contain;
}
.circlogo-bg {
	position: absolute;
	top: 0;
	right: -60px;
	width: 200px;
	height: 200px;
	z-index: -1;
	background: url(../img/acon_reality.png) no-repeat center;
	background-size: contain;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-animation-duration: 36s;
	-moz-animation-duration: 36s;
	-o-animation-duration: 36s;
	animation-duration: 36s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: infinite-rotate;
	-moz-animation-name: infinite-rotate;
	-o-animation-name: infinite-rotate;
	animation-name: infinite-rotate;
}
@-webkit-keyframes infinite-rotate {
 0% {
 -webkit-transform: rotate(0deg);
 -ms-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 -ms-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
@keyframes infinite-rotate {
 0% {
 -webkit-transform: rotate(0deg);
 -ms-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 -ms-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
/*tasty*/

.container_tasty {
	background: #111;
	height: 100vh;
	padding-right: 0;
	padding-left: 0;
	top: 0;
	z-index: 2;
	position: -webkit-sticky; /* Safari */
	position: sticky;
	top: 0;
	opacity: 1;
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.container_tasty.scrollable {
	pointer-events: visible;
}
.container_tasty.scrolled {
	pointer-events: none;
}
.container_tasty-ghost {
	position: relative;
}
.tasty-ghost-line {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
}
.container_tasty .title h2.h1 {
	color: #fff;
}
.container_tasty .cols {
}
.container_tasty .cols-cont {
	padding: 0 9.5%;
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.cols__vis_projs {
	width: auto;
}
.cross-bg_dark {
	background: url(../img/home_projects_bg.png) no-repeat center;
	background-size: contain;
}
.cols__vis_projs .projs-card {
	width: 340px;
	margin-right: 20px;
}
.slider-container_tasty .projs-card {
	width: 340px;
	margin-right: 32px;
}
.cols__vis_projs .projs-card:nth-last-child(1) {
	margin-right: 0;
}
.container_tasty .projs-card-info__title h3 {
	color: #fff;
	font-size: 25px;
	font-weight: 500;
}
/*map*/

.container_map {
	background: #F8F7F3;
	padding-right: 0 !important;/*padding-bottom: 0 !important;*/
}
.map {
	position: absolute;
	top: -150px;
	bottom: 0;
	right: 0;
	left: auto;
	width: 100%;
	height: 100vh;
}
.map-cities__item {
	margin-bottom: 16px;
}
.map-cities__item h4 {
	display: inline;
	position: relative;
	color: #1F1F1F;
	padding-left: 40px;
	cursor: pointer;
	opacity: 1;
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	font-size: 19px;
}
.map-cities__item h4:hover {
	opacity: 0.5;
}
.map-cities__item.active h4 {
	color: #e6866f;
}
.map-cities__item h4:after {
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	left: 0;
	width: 24px;
	height: 28px;
	background: url(../img/map-ico.svg) no-repeat center;
	background-size: contain;
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.map-cities__item.active h4:after {
	background: url(../img/map-ico-hov.svg) no-repeat center;
	background-size: contain;
}
.map-shadow {
	position: absolute;
	top: -150px;
	bottom: 0;
	right: auto;
	left: -15px;
	width: 340px;
	height: 100vh;
	z-index: 2;
	pointer-events: none;
	background: -webkit-gradient(linear, left top, right top, from(#F8F7F3), to(rgba(248, 247, 243, 0)));
	background: -webkit-linear-gradient(left, #F8F7F3 0%, rgba(248, 247, 243, 0) 100%);
	background: -o-linear-gradient(left, #F8F7F3 0%, rgba(248, 247, 243, 0) 100%);
	background: linear-gradient(90deg, #F8F7F3 0%, rgba(248, 247, 243, 0) 100%);
}
.map-window {
	position: absolute;
	top: -78px;
	left: -46px;
	width: 500px;
	height: 205px;
	background: #fff;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.12);
	border-radius: 4px;
	z-index: 1000000;
	overflow: hidden;
}
.map-window-cont {
	display: block;
	position: relative;
	height: 100%;
}
.map-window-cont:after {
	content: '';
	display: block;
	clear: both;
}
.map-window__img {
	position: relative;
	float: left;
	width: 185px;
	height: 100%;
	overflow: hidden;
}
.map-window__img img {
	-o-object-fit: cover;
	object-fit: cover;
	width: auto;
	max-width: 100% !important;
	min-width: auto;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
}
.map-window-cont:hover .map-window__img img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.map-window__info {
	float: left;
	width: calc(100% - 185px);
	padding: 24px 24px;
	height: 100%;
}
.map-window-info {
	position: relative;
	height: 100%;
}
.map-window-info__title {
	margin-bottom: 4px;
	line-height: 1.0;
}
.map-window-info__title span {
	font-size: 28px;
	font-weight: 600;
	color: #111;
}
.map-window-info__dscr {
}
.map-window-info__dscr span {
	font-size: 16px;
	color: #444;
	font-weight: 600;
}
.map-window-info__adr {
	position: absolute;
	bottom: 6px;
	left: 0;
	width: 212px;
}
.map-window-info__adr span {
	font-size: 15px;
	color: #444;
	line-height: 20px;
}
.map-window-info__link {
	position: absolute;
	bottom: -8px;
	right: -10px;
	width: 52px;
	height: 52px;
}
.map-window-info__link:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #E0DBCF;
	border-radius: 50%;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.map-window-cont:hover .map-window-info__link:before {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.map-window-info__link span {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 10px;
	height: 18px;
	background: url(../img/next-projs-ar.svg) no-repeat center;
	background-size: contain;
}
.map-window-close {
	position: absolute;
	top: 0;
	right: 0;
	height: 50px;
	width: 50px;
	cursor: pointer;
	    background: url(../img/cross-btn-black.svg) no-repeat center;
	background-size: 40%;
	z-index: 100;
	opacity: 1;
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.map-window-close:hover {
	opacity: 0.5;
}
.gm-style-iw {
	overflow: initial !important;
	font-size: 0 !important;
}
/*clients*/

.container_clients {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	padding-right: 0 !important;
}
.container_clients .cols-cont {
	margin-bottom: 0;
}
.container_clients .cols-info {
	padding-top: 40px;
}
.clients {
}
.clients-cont {
}
.clients-cont:after {
	content: '';
	display: block;
	clear: both;
}
.clients__item {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	float: left;
	width: calc(100% / 3);
	height: 250px;
	border-left: 2px solid #EFEBE0 !important;
	border-bottom: 2px solid #EFEBE0 !important;
}
.clients__item:nth-last-child(-n+3) {
	border-bottom: 0 !important;
}
.clients__item img {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.clients__item:hover img {
	opacity: 0.7;
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}
/*main-form*/

.container_endform {
	background: #F8F7F3;
}
.endform-dscr__adress {
	margin-top: -56px;
	margin-bottom: 56px;
}
.endform-dscr__adress h4 {
	line-height: 1.4;
}
/* Contacts */

.container_contacts {
	background: #F8F7F3;
	padding-right: 0 !important;
	/*height: calc(100vh - 300px);
	min-height: 650px;*/
}
.endform-dscr__mail_lowcase {
	white-space: nowrap;
}
.endform-dscr__mail_lowcase a {
	display: inline-block;
	font-size: 28px;
	margin-right: 30px;
}
.endform-dscr__mail_lowcase a:nth-last-child(1) {
	margin-right: 0;
}
.container_contacts .endform-dscr__adress {
	margin-top: -100px;
}
/* Cost */

.container_cost {
	/*height: calc(100vh - 300px);*/
	min-height: 650px;
}
.container_cost .cols__info {
	width: 50%;
}
.container_cost .cols__vis {
	width: 50%;
	padding-top: 42px;
	padding-left: 50px;
}
.container_cost .cols__vis:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: -150px;
	width: 2px;
	height: 100vh;
	background: #EFEBE0;
}
.container_cost .circlogo-bg {
	top: -20px;
	right: -125px;
}
/* 404 */

.container_notfound {
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}
.notfound {
	z-index: 1;
	margin-top: -62px;
}
.notfound-cont {
	text-align: center;
	height: 100%;
	z-index: 1;
}
.notfound__num {
	line-height: 1;
	margin-bottom: 50px;
}
.notfound__num span {
	font-size: 288px;
	font-weight: 700;
	color: #111;
}
.notfound__title {
	margin-bottom: 40px;
}
.notfound__title h1 {
}
.notfound__dscrp {
	margin-bottom: 70px;
}
.pp__button {
	text-align: center;
}
.notfound-crossbg {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	margin-left: -25%;
	width: 900px;
	height: 900px;
	
	background-size: contain;
	z-index: -1;
}
/*totop button*/

.totop {
	position: fixed;
	right: 55px;
	bottom: 50px;
	width: 60px;
	height: 60px;
	z-index: 9;
	opacity: 0;
	background: #E0DBCF;
	cursor: pointer;
	border-radius: 50%;
	pointer-events: none;
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.totop.show {
	pointer-events: visible;
	opacity: 1;
	bottom: 90px;
}
.totop.show.bott {
	bottom: 120px;
}
.totop:hover {
	opacity: 0.7;
}
.totop span {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 20px;
	font-weight: 600;
}
/* 3d tour */

.pp-container-3d {
	width: 100%;
	height: 100%;
	z-index: 100;
}
.pp-container-3d iframe {
	width: 100%;
	height: 100%;
	z-index: 100;
}
/*other*/


.container_endform .cols__vis {
	/*padding-left: 124px;*/
	margin: 0 auto;
	display: block
}
.form-fields {
/*padding-right: 194px;*/
}
.container_endform .form-fields {
/*margin-top: -16px;
	padding-right: 37%;*/
}
.container_tasty p {
	color: #fff;
}
.container_cost .form-agree {
	width: 296px;
	top: 14px;
}
.container_cost .form-agree br {
	display: none;
}
/*other*/

.offers-pp {
	position: absolute;
	top: 0;
	bottom: 0;
	left: auto;
	right: 0;
	width: calc(66% - 88px);
	height: 100%;
	z-index: 10;
	background: #F6F4EF;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.offers-pp.show {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.offers-pp-cross {
	position: absolute;
	width: 72px;
	height: 52px;
	opacity: 1;
	background: url(../img/cross-dark.svg) no-repeat center;
	background-size: contain;
}
.offers-pp-cross:hover {
	opacity: 0.5;
}
.offers-pp-cont {
	padding: 80px 120px;
}
.offers-pp__title {
	margin-bottom: 30px;
}
.offers-pp__title h3 {
	font-size: 30px
}
.offers-pp__text {
	margin-bottom: 82px;
	padding-right: 28%;
}
.offers-pp .circlogo-bg {
	top: 42%;
	right: -12%;
}
.cols__vis_projs .projs-card__img {
	height: 500px;
}
.cols__vis_projs .projs-card-info__lable {
	top: -55px;
	width: 90px;
	height: 90px;
	right: -26px;
}
.cols__vis_projs .projs-card-info__tag {
	padding-bottom: 20px;
	border-bottom: 2px solid #fff;
}
.container_endform .circlogo-bg {
	top: 14px;
	right: -4%;
}
.container_studio .studio__vis {
	position: relative;
	left: -6%;
}
.container_endform .endform-dscr__title {
	margin-top: -20px;
}
.proj {
	margin-top: -20px;
}
.offers-items-block__ar {
	padding: 0 48px;
}
.arlink__ar_offer:before {
	background: transparent;
	border: 1.5px solid #555;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
}
.offers-items__block:hover .arlink__ar_offer:before {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.offers-items__block:hover .arlink__ar_offer {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.galls-proj {
	display: none;
}
.menu__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: #fff;
}
.scroll-canvas-cont {
	position: relative;
}
.scroll-canvas-cont:after {
	content: '';
	display: block;
	clear: both;
}
.container_tasty .projs-card-info__year {
	display: none;
}
.map .gmnoprint.gm-style-cc {
	display: none;
}
/*.map .gmnoprint {*/
	/*display: none;*/
/*}*/
.gmnoprint.gm-bundled-control {
	top: 140px !important;
	right: 140px !important;
}
.gmnoprint.gm-bundled-control button {
	width: 40px !important;
	height: 40px !important;
	margin-bottom: 30px !important;
	border-radius: 50% !important;
	background: #FFF !important;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.16);
}
.gmnoprint.gm-bundled-control > div > div {
	box-shadow: none !important;
	background: none !important;
	width: auto !important;
	height: auto !important;
	border-radius: 0 !important;
}
.gmnoprint.gm-bundled-control > div > div > div {
	display: none;
}
/**/

.offers-items-block__ar {
	display: none;
}
.offers-cont.cols-cont {
	z-index: 2;
}
a.arlink-cont {
	pointer-events: auto;
}
.arlink.arlink_off {
	position: absolute;
	width: 100%;
	left: 9.5%;
	/*bottom: 190px;*/
	top: 80%;
	z-index: 2;
	pointer-events: none;
}
.arlink-cont.off {
	position: absolute;
	pointer-events: none;
}
.arlink-cont.off-1 {
	left: calc(31% + 140px);
}
.arlink-cont.off-2 {
	left: calc(52% + 140px);
}
.arlink-cont.off-3 {
	left: calc(72% + 140px);
}
.container.container_notfound {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100vh;
}
.custom-object-fit {
	position: relative;
	background-size: cover;
	background-position: center center;
}
.custom-object-fit .featured-image {
	opacity: 0;
}
 [data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
 transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
 -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
 -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
 -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
 -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.offers-items__block:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	clear: both;
	height: 100vh;
	width: 100%;
}
.preloader {
	display: none;
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 9;
	-webkit-transform: translateX(100vw);
	-ms-transform: translateX(100vw);
	transform: translateX(100vw);
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	-o-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-name: preload-elem;
	-moz-animation-name: preload-elem;
	-o-animation-name: preload-elem;
	animation-name: preload-elem;
}
@-webkit-keyframes preload-elem {
 0% {
 -webkit-transform: translateX(100vw);
 -ms-transform: translateX(100vw);
 transform: translateX(100vw);
}
 66% {
 -webkit-transform: translateX(0vw);
 -ms-transform: translateX(0vw);
 transform: translateX(0vw);
}
 100% {
 -webkit-transform: translateX(0vw);
 -ms-transform: translateX(0vw);
 transform: translateX(0vw);
}
}
@keyframes preload-elem {
 0% {
 -webkit-transform: translateX(100vw);
 -ms-transform: translateX(100vw);
 transform: translateX(100vw);
}
 66% {
 -webkit-transform: translateX(0vw);
 -ms-transform: translateX(0vw);
 transform: translateX(0vw);
}
 100% {
 -webkit-transform: translateX(0vw);
 -ms-transform: translateX(0vw);
 transform: translateX(0vw);
}
}
.preloader__item {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100vh;
	width: 100vw;
	-webkit-transform: translateX(-100vw);
	-ms-transform: translateX(-100vw);
	transform: translateX(-100vw);
}
.preloader__item_dark {
	background: #111;
	-webkit-animation-name: preload-elem1;
	-moz-animation-name: preload-elem1;
	-o-animation-name: preload-elem1;
	animation-name: preload-elem1;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	z-index: 3;
}
@-webkit-keyframes preload-elem1 {
 0% {
 -webkit-transform: translateX(0);
 -ms-transform: translateX(0);
 transform: translateX(0);
}
 100% {
 -webkit-transform: translateX(-100vw);
 -ms-transform: translateX(-100vw);
 transform: translateX(-100vw);
}
}
@keyframes preload-elem1 {
 0% {
 -webkit-transform: translateX(0);
 -ms-transform: translateX(0);
 transform: translateX(0);
}
 100% {
 -webkit-transform: translateX(-100vw);
 -ms-transform: translateX(-100vw);
 transform: translateX(-100vw);
}
}
.preloader__item_gold {
	background: #EEECE7;
	-webkit-animation-name: preload-elem2;
	-moz-animation-name: preload-elem2;
	-o-animation-name: preload-elem2;
	animation-name: preload-elem2;
	-webkit-animation-duration: 1.5s;
	-moz-animation-duration: 1.5s;
	-o-animation-duration: 1.5s;
	animation-duration: 1.5s;
	z-index: 2;
}
@-webkit-keyframes preload-elem2 {
 0% {
 -webkit-transform: translateX(0);
 -ms-transform: translateX(0);
 transform: translateX(0);
}
 33% {
 -webkit-transform: translateX(0);
 -ms-transform: translateX(0);
 transform: translateX(0);
}
 100% {
 -webkit-transform: translateX(-100vw);
 -ms-transform: translateX(-100vw);
 transform: translateX(-100vw);
}
}
@keyframes preload-elem2 {
 0% {
 -webkit-transform: translateX(0);
 -ms-transform: translateX(0);
 transform: translateX(0);
}
 33% {
 -webkit-transform: translateX(0);
 -ms-transform: translateX(0);
 transform: translateX(0);
}
 100% {
 -webkit-transform: translateX(-100vw);
 -ms-transform: translateX(-100vw);
 transform: translateX(-100vw);
}
}
.preloader__item_logo {
	background: #fff;
	-webkit-animation-name: preload-elem3;
	-moz-animation-name: preload-elem3;
	-o-animation-name: preload-elem3;
	animation-name: preload-elem3;
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	-o-animation-duration: 2s;
	animation-duration: 2s;
	z-index: 1;
}
@-webkit-keyframes preload-elem3 {
 0% {
 -webkit-transform: translateX(0);
 -ms-transform: translateX(0);
 transform: translateX(0);
}
 66% {
 -webkit-transform: translateX(0);
 -ms-transform: translateX(0);
 transform: translateX(0);
}
 88% {
 -webkit-transform: translateX(0);
 -ms-transform: translateX(0);
 transform: translateX(0);
}
 100% {
 -webkit-transform: translateX(-100vw);
 -ms-transform: translateX(-100vw);
 transform: translateX(-100vw);
}
}
@keyframes preload-elem3 {
 0% {
 -webkit-transform: translateX(0);
 -ms-transform: translateX(0);
 transform: translateX(0);
}
 66% {
 -webkit-transform: translateX(0);
 -ms-transform: translateX(0);
 transform: translateX(0);
}
 88% {
 -webkit-transform: translateX(0);
 -ms-transform: translateX(0);
 transform: translateX(0);
}
 100% {
 -webkit-transform: translateX(-100vw);
 -ms-transform: translateX(-100vw);
 transform: translateX(-100vw);
}
}
.galls-slider img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.projs-card.projs-card_filt {
	display: none;
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-animation-name: preload-first;
	-moz-animation-name: preload-first;
	-o-animation-name: preload-first;
	animation-name: preload-first;
	-webkit-animation-duration: 0.5s;
	-moz-animation-duration: 0.5s;
	-o-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
@-webkit-keyframes preload-first {
 0% {
 -webkit-transform: translateY(10px);
 -ms-transform: translateY(10px);
 transform: translateY(10px);
}
 100% {
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 transform: translateY(0);
}
}
@keyframes preload-first {
 0% {
 -webkit-transform: translateY(10px);
 -ms-transform: translateY(10px);
 transform: translateY(10px);
}
 100% {
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 transform: translateY(0);
}
}
.projs-card.projs-card_filt.hide {
	opacity: 0;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
}
.fancybox-progress {
	background: #fff;
}
.container_bg-top {
}
.container_bg-top img {
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-animation-duration: 50s;
	-moz-animation-duration: 50s;
	-o-animation-duration: 50s;
	animation-duration: 50s;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-name: to-bg-scale;
	-moz-animation-name: to-bg-scale;
	-o-animation-name: to-bg-scale;
	animation-name: to-bg-scale;
}
@-webkit-keyframes to-bg-scale {
 0% {
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
}
 100% {
 -webkit-transform: scale(1.3);
 -ms-transform: scale(1.3);
 transform: scale(1.3);
}
}
@keyframes to-bg-scale {
 0% {
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
}
 100% {
 -webkit-transform: scale(1.3);
 -ms-transform: scale(1.3);
 transform: scale(1.3);
}
}
.projs-card {
	transform: translateZ(1000px);
	transform-style: preserve-3d;
}
.container.container_page.container_about {
	position: relative;
	top: -2px;
}
.container.container_page.container_about:before {
	content: '';
	display: block;
	position: absolute;
	bottom: -3px;
	left: 0;
	right: 0;
	top: auto;
	width: 100%;
	height: 4px;
	background: #1E1E20;
}
.gm-style-pbt, .gm-style-pbc {
	display: none;
}
.footer {
	margin-right: 12.5%;
}
.arlink-cont.off.hover .arlink__ar_offer:before {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.file-upload-input {
	display: none;
}
.file-upload-button {
	display: none;
}
.form-upload {
	margin-bottom: 50px;
}
.form-upload__item {
	display: inline-block;
	width: 300px;
}
.upload-item {
	cursor: pointer;
	opacity: 1;
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.upload-item:hover {
	opacity: 0.7;
}
.upload-item:after {
	content: '';
	display: block;
	clear: both;
}
.upload-item__ico {
	float: left;
	width: 24px;
	height: 22px;
	vertical-align: -2px;
}
.upload-item__ico_1 {
	background: url(../img/dwld-1.svg) no-repeat center;
	background-size: contain;
}
.upload-item__ico_2 {
	background: url(../img/dwld-2.svg) no-repeat center;
	background-size: contain;
}
.upload-item__txt {
	position: relative;
	float: left;
	width: calc(100% - 24px);
	padding-left: 16px;
	top: -3px;
}
.upload-item__txt span {
	color: #9D8B7B;
	font-size: 19px;
}
.form-upload__item label {
	display: inline-block;
	width: 100%;
}
.filename {
	font-size: 14px;
	color: rgba(31, 31, 31, 0.31);
}
.form-uploaded {
	padding-left: 41px;
}
.pp.pp_thanx {
	text-align: center;
}
.container_studio .circlogo-bg {
	top: 10%;
	right: -6%;
}
.container_proj .circlogo-bg {
	top: 10%;
	right: -6%;
}
.fancybox-is-open .fancybox-bg {
	opacity: 0.97;
}
main section:nth-last-child(1) > .container {
	/*box-shadow: 0px 16px 48px rgba(0, 0, 0, 0.1);
	background: #fff*/
}
.container {
	opacity: 1;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-name: appear;
	-moz-animation-name: appear;
	-o-animation-name: appear;
	animation-name: appear;
}
@-webkit-keyframes appear {
 0% {
 opacity: 0;
}
 50% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
@keyframes appear {
 0% {
 opacity: 0;
}
 50% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
.menu-back__ar {
	position: relative;
	float: left;
	width: 38px;
	height: 38px;
}
.menu-back__ar:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #E0DBCF;
	border-radius: 50%;
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.menu-back:hover .menu-back__ar:before {
	background: #B89C84;
}
.menu-back__ar:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 6px;
	height: 12px;
	background: url(../img/ar-header.svg) no-repeat center;
	background-size: contain;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.menu__back {
	position: absolute;
	/*bottom: 76px;*/
	top: 50%;
	right: -45px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	z-index: 3;
	opacity: 1;
	visibility: visible;
	pointer-events: visible;
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.menu__back.hidden {
/*opacity: 0;*/
	/*visibility: hidden;*/
	/*pointer-events: none;*/
}
.menu-proj__name.menu-back__name span {
	/*color: #E0DBCF;*/
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.menu-back:hover .menu-proj__name.menu-back__name span {
	color: #e6866f;
}
.menu-proj__name.menu-back__name {
	padding-top: 2px;
	padding-left: 20px;
}
.menu-proj.menu-back {
	opacity: 1;
}
.menu-proj.menu-back:hover {
	opacity: 1;
}
.form-upload-main:after {
	content: '';
	display: block;
	clear: both;
}
.container_cost .form-upload__item {
	float: left;
	width: 50%;
}
.gm-style-cc {
	display: none !important;
}
.media-blocks-item__link span {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #B89C84;
}
.pp.pp_3d {
	width: calc(113% + 6px);
}
.menupanel {
	overflow-y: auto;
}
.menupanel-cont {
	min-height: 536px;
}


/**/
/**/
/* ADAPTIVE */
/**/
/**/

@media only screen and (min-width : 1921px) {
.container.container_tasty {
	padding-top: 12%;
}
.container_cost {
	height: calc(100vh - 300px);
}
}
 @media only screen and (max-width : 1700px) {
.container_cost .form-fields {
	padding-right: 0;
}
.container_cost .form-agree {
	width: 254px;
}
.offers-items-block__title h3 {
	font-size: 26px;
}
.notfound-crossbg {
	width: 700px;
	height: 700px;
	margin-left: -19%;
}
.notfound__num span {
	font-size: 248px;
}
.notfound__title h2.h1 {
	font-size: 52px;
}
.notfound__num {
	margin-bottom: 36px;
}
.upload-item__txt span {
	min-width: 136px;
	display: inline-block;
}
.endform__fields {
	width: 68%;
	padding-left: 6%;
}
.endform__dscr {
	width: 32%;
}
.container_endform .form-fields {
	padding-right: 18%;
}
}
 @media only screen and (max-width : 1440px) {
.galls-info__number span {
	font-size: 100px;
}
.galls-info__text span {
	font-size: 26px;
}
.container {
	padding: 92px 6.5% 50px;
}
h1, h2.h1 {
	/*font-size: 52px;*/
}
p {
	font-size: 16px;
	margin-bottom: 20px;
}
.offers-items-block__title h3 {
	font-size: 24px;
}
.title {
	margin-bottom: 54px;
}
.totop span {
	font-size: 16px;
}
.totop {
	/*width: 90px;
		height: 90px;*/
	right: 32px;
}
.totop.show {
	bottom: 60px;
}
.arlink__txt span {
	font-size: 28px;
}
.offers-items-block__title {
	padding: 0 18px 0 28px;
	padding-bottom: 252px;
}
.offers-items-block__hover-pic {
	padding: 0 42px;
}
.map-window {
	width: 510px;
	height: 210px;
}
.map-window__img {
	width: 160px;
}
.map-window__info {
	width: calc(100% - 160px);
	padding: 22px 34px;
}
.map-window-info__title span {
	font-size: 30px;
}
.map-window-info__dscr span {
	font-size: 16px;
}
.map-window-info__adr span {
	font-size: 16px;
}
.map-window-info__adr {
	width: 210px;
}
.map-window-info__link {
	right: -4px;
}
h4 {
	font-size: 28px;
}
.cols-info__text {
	padding-right: 16%;
	margin-bottom: 104px;
}
.cross-bg {
	top: 30%;
	left: 22%;
	width: 400px;
	height: 400px;
}
.circlogo-bg {
	width: 300px;
	height: 300px;
}
.endform-dscr__adress h4 {
	font-size: 24px;
}
.endform-dscr__mail a {
	font-size: 24px;
}
.btn > span {
	font-size: 18px;
}
input {
	font-size: 16px;
	height: 48px;
}
 input::-webkit-input-placeholder {
font-size: 16px;
color:#555
}
 input:-moz-placeholder {
font-size: 16px;
color:#555
}
 input::-moz-placeholder {
font-size: 16px;
color:#555
}
 input:-ms-input-placeholder {
font-size: 16px;
color:#555
}
textarea {
	/*font-size: 16px;
	height: 48px;*/
}
 textarea::-webkit-input-placeholder {
font-size: 16px;
color:#555
}
 textarea:-moz-placeholder {
font-size: 16px;
color:#555
}
 textarea::-moz-placeholder {
font-size: 16px;
color:#555
}
 textarea:-ms-input-placeholder {
font-size: 16px;
color:#555
}
.btn {
	padding: 16px 38px;
}
.btn_ar {
	padding-right: 80px;
}
.btn_ar:after {
	right: 34px;
	top: 23px;
}
.form-agree {
	margin-left: 26px;
	width: 270px;
	vertical-align: -14px;
}
.form-agree br {
	display: none;
}
.bg-link__title h2 {
	font-size: 48px;
}
.container_bg-link {
	/*height: 250px;*/
}
.arlink__ar {
	vertical-align: -16px;
}
.clients__item {
	height: 200px;
}
.menupanel {
	width: 520px;
	padding: 52px 68px;
}
.menupanel-links__item a {
	font-size: 42px;
}
.menupanel-contacts__mail a {
	font-size: 20px;
}
.menupanel-contacts__phone a {
	font-size: 20px;
}
.footer-socs__item {
	margin-right: 12px;
}
.footer-info__f12 span {
	font-size: 16px;
	padding-right: 90px;
}
.footer-info__f12 span:after {
	width: 80px;
}
.menu-proj__type span {
	font-size: 20px;
}
.menu-proj__name span {
	font-size: 20px;
}
.menu-proj__name {
	padding-right: 26px;
}
.menu-proj__type {
	padding-left: 26px;
}
.menu__proj {
	right: -150px;
}
.menu-logo {
	width: 22px;
}
.galls__info {
	padding: 12px 5.35%;
}
.swiper-container.galls-slider-r .swiper-pagination {
	bottom: calc(233px + 86px);
}
.offers-items__block_1 .offers-items-block__hover-pic {
	top: 56px;
}
.offers-items__block_2 .offers-items-block__hover-pic {
	top: 16px;
}
h3 {
	font-size: 32px;
}
.offers-pp-cross {
	width: 52px;
	height: 40px;
	top: 34px;
	right: 34px;
}
.offers-pp {
	width: calc(66% - 36px);
}
.container_endform .cols__vis {
	padding-left: 96px;
}
.endform-dscr__adress {
	margin-bottom: 34px;
}
.projs-card__img {
	height: 440px;
}
.about-main-texts__item {
	padding-right: 80px;
}
.about-main-texts__item_c {
	padding-left: 70px;
}
.about-main-texts__item_c:after {
	top: -32px;
	left: 35px;
	width: 68px;
	height: 60px;
}
.studio-info__big span {
	/*font-size: 32px;*/
}
.studio-vis:after {
	top: auto;
	bottom: 30%;
	width: 400px;
	height: 400px;
}
.studio-info__big {
	/*padding-bottom: 38px;*/
	margin-bottom: 20px;
}
.media-blocks-item__img.media-blocks-item__img_partners {
	position: relative;
	width: 192px;
	height: 192px;
}
.media-blocks-item__img {
	margin-bottom: 34px;
}
.media-img-partner-q {
	padding-top: 26px;
}
.media-blocks-item__img.media-blocks-item__img_partners img {
	width: 100px;
}
.media-blocks-item__text span {
	font-size: 16px;
}
.container_contacts .endform-dscr__adress {
	margin-top: 0;
}
/*.container_contacts {
	height: calc(100vh - 250px);
}*/
.container_cost .form-agree {
	top: 0;
	width: 248px;
}
.arlink.arlink_off {
	left: 6.5%;
	bottom: 124px;
}
.arlink-cont.off-1 {
	left: calc(31% + 40px);
}
.arlink-cont.off-2 {
	left: calc(52% + 32px);
}
.arlink-cont.off-3 {
	left: calc(72% + 42px);
}
.offers-cont.cols-cont {
	margin-bottom: 0;
}
.projs-cards {
	min-height: 690px;
}
.btn_cross:after {
	top: 21px;
}
.btn_cross {
	padding-right: 70px;
}
.footer {
	margin-right: 12.5%;
}
.media-blocks-item__title {
	margin-bottom: 16px;
	height: 66px;
}
.media-blocks-item__title h4 {
	/*font-size: 28px;*/
}
.totop.show.bott {
	bottom: 80px;
}
.offers-pp__text {
	padding-right: 20%;
}
.menu__back {
	right: -20px;
}
.list-type li{
	padding:0 20px
}
}
 @media only screen and (max-width : 1365px) {
.galls-info__number span {
	font-size: 92px;
}
.galls-info__text span {
	font-size: 22px;
}
.galls-info__all a {
	font-size: 17px;
}
.galls-info__all a:after {
	top: -2px;
}
.offers-items-block__img {
	padding: 0 14px;
}
.offers-items-block__title {
}
.offers-items__block_1 .offers-items-block__hover-pic {
	top: 70px;
}
.cols__vis_projs .projs-card__img {
	height: 468px;
}
.projs-card__info {
	padding-top: 18px;
	padding-bottom: 18px;
}
h1, h2.h1 {
	font-size: 48px;
}
p {
	font-size: 15px;
	margin-bottom: 16px;
}
h4 {
	font-size: 24px;
}
.map-cities__item h4:after {
	top: 4px;
	width: 24px;
}
.map-cities__item h4 {
	padding-left: 36px;
}
.map-window {
	width: 400px;
	height: 180px;
}
.map-window__img {
	width: 116px;
}
.map-window__info {
	width: calc(100% - 116px);
	padding: 16px 24px;
}
.map-window-info__title span {
	font-size: 24px;
}
.map-window-info__dscr span {
	font-size: 14px;
}
.map-window-info__adr span {
	font-size: 14px;
}
.map-window-info__adr {
	width: 180px;
}
.map-window-info__link {
	width: 44px;
	height: 44px;
}
.map-window-info__link span {
	width: 8px;
	height: 16px;
}
.map-window-info__title {
	margin-top: 4px;
}
.arlink__txt span {
	font-size: 24px;
}
.clients__item {
	height: 180px;
}
.endform-dscr__adress h4 {
	font-size: 20px;
}
.endform-dscr__adress {
	margin-bottom: 26px;
	margin-top: -12px;
}
.title {
	margin-bottom: 48px;
}
.container {
	padding: 76px 6.5% 38px;
}
.form-agree span {
	font-size: 12px;
}
.form-agree {
	margin-left: 12px;
	width: 212px;
}
.circlogo-bg {
	width: 280px;
	height: 280px;
}
.cross-bg {
	width: 360px;
	height: 360px;
}
.cols-info__text {
	padding-right: 12%;
	margin-bottom: 84px;
}
.container_endform .cols__vis {
	padding-left: 72px;
}
.bg-link__title h2 {
	font-size: 44px;
}
.container_bg-link {
	height: 229px;
}
.btn.btn_cross {
	padding-right: 66px;
}
.btn_cross:after {
	top: 21px;
	right: 34px;
}
.container_contacts, .container_cost {
	height: calc(100vh - 10px);
}
.notfound-crossbg {
	width: 600px;
	height: 600px;
	margin-left: -9%;
}
.media-blocks-item__title {
	height: 56px;
}
.media-blocks-item__title h4 {
	font-size: 24px;
}
.offers-pp__text {
	padding-right: 16%;
	margin-bottom: 52px;
}
}
 @media only screen and (max-width : 1279px) {
h1, h2.h1 {
	font-size: 36px;
}
p {
	font-size: 14px;
	margin-bottom: 22px;
}
.galls-info__number span {
	font-size: 60px;
}
.galls-info__text span {
	font-size: 18px;
}
.galls-info__all a {
	font-size: 14px;
	padding-left: 36px;
}
.galls-info__all a:after {
	top: 0;
	width: 22px;
	height: 22px;
}
.arlink__txt span {
	font-size: 18px;
}
.arlink__ar {
	width: 30px;
	height: 30px;
	vertical-align: -10px;
}
.arlink__ar span {
	width: 6px;
	height: 10px;
}
.offers-items-block__title h3 {
	font-size: 18px;
}
.offers-items-block__title {
	height: 94px;
	padding: 0 26px;
}
.title {
	margin-bottom: 26px;
}
.cols-info__text {
	padding-right: 12%;
	margin-bottom: 52px;
}
.offers-pp-cont {
	padding: 48px 76px;
}
.offers-pp-cross {
	width: 34px;
	height: 34px;
	top: 28px;
	right: 36px;
}
.cols__vis_projs .projs-card__img {
	height: 336px;
}
.slider-container_tasty .projs-card {
	width: 248px;
	margin-right: 32px;
}
.projs-card-info__lable {
	top: -32px;
	width: 72px;
	height: 72px;
}
.container_tasty .projs-card-info__title h3 {
	font-size: 22px;
}
.projs-card-info__title {
	margin-bottom: 4px;
}
.projs-card-info__tag span {
	font-size: 12px;
}
.cols__vis_projs .projs-card-info__tag {
	padding-bottom: 8px;
}
.cols__vis_projs .projs-card__info {
	padding-top: 18px;
	padding-bottom: 12px;
}
.map-window {
	width: 356px;
	height: 138px;
}
.map-window__img {
	width: 110px;
}
.map-window__info {
	width: calc(100% - 110px);
	padding: 12px 18px;
}
.map-window-info__title span {
	font-size: 18px;
}
.map-window-info__dscr span {
	font-size: 12px;
}
.map-window-info__adr span {
	font-size: 12px;
}
.map-window-info__adr {
	width: 100%;
}
.map-window-info__link {
	display: none;
}
.map-cities__item h4 {
	padding-left: 28px;
}
.map-cities__item h4:after {
	top: -1px;
	width: 20px;
}
h4 {
	font-size: 18px;
}
.totop span {
	font-size: 8px;
}
.totop {
	width: 50px;
	height: 50px;
}
.cross-bg {
	width: 216px;
	height: 216px;
}
.clients__item {
	height: 144px;
}
.clients__item img {
	max-width: 80%;
	max-height: 100%;
}
.circlogo-bg {
	width: 240px;
	height: 240px;
}
.container_endform .form-fields {
	padding-right: 30%;
	margin-top: 4px;
	margin-bottom: 34px;
}
input {
	font-size: 14px;
	height: 32px;
}
 input::-webkit-input-placeholder {
font-size: 14px;
}
 input:-moz-placeholder {
font-size: 14px;
}
 input::-moz-placeholder {
font-size: 14px;
}
 input:-ms-input-placeholder {
font-size: 14px;
}
textarea {
	font-size: 14px;
	height: 42px;
}
 textarea::-webkit-input-placeholder {
font-size: 14px;
}
 textarea:-moz-placeholder {
font-size: 14px;
}
 textarea::-moz-placeholder {
font-size: 14px;
}
 textarea:-ms-input-placeholder {
font-size: 14px;
}
.endform-dscr__adress h4 {
	font-size: 18px;
	line-height: 1.6;
}
.endform-dscr__mail a {
	font-size: 18px;
}
.btn > span {
	font-size: 16px;
}
.btn {
	padding: 12px 40px;
}
.btn_ar {
	padding-right: 60px;
}
.btn_ar:after {
	right: 26px;
	top: 18px;
	width: 20px;
	height: 12px;
}
.bg-link__title h2 {
	font-size: 36px;
}
.container.container_bg-link {
	height: 160px;
	padding-top: 50px;
}
.container {
	padding: 70px 6% 24px;
}
.offers-items-block__img {
	margin-top: -48px;
	padding: 0 26px;
	margin-bottom: -4px;
}
.menu {
	width: 100%;
	height: 50px;
	top: 0;
}
.galls-cont {
	height: calc(100vh - 50px);
}
.menu__burger {
	position: absolute;
	top: 0;
	left: 10px;
	width: 50px;
	height: 50px;
	background: transparent !important;
}
.menu-logo {
	width: 164px;
	height: 28px;
	
	background-size: contain;
}
.menu__logo {
	top: 11px;
	left: auto;
	right: 20px;
}
.menu .menu__proj {
	display: none;
}
.containers-wrap {
	width: 100%;
	margin-left: 0;
	margin-top: 50px;
}
.swiper-container.galls-slider-r .swiper-pagination {
	bottom: calc(212px + 20px);
}
.galls-proj {
	display: block;
	position: absolute;
	bottom: 32px;
	left: 40px;
	z-index: 2;
}
.menu-proj__name span {
	font-size: 22px;
	color: #fff;
}
.menu-proj__type span {
	font-size: 22px;
}
.menu-proj__name {
	padding-right: 18px;
}
.menu-proj__name {
	padding-right: 18px;
}
.bottom-containers {
	width: 100%;
}
.container.container_tasty {
	padding-top: 18%;
}
.menupanel.open {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.menupanel {
	width: 500px;
	padding: 8% 58px 6.5% 78px;
	z-index: 3;
	overflow-y: auto;
}
.menupanel-cont {
	min-height: 486px;
}
.menu-burger.menu-burger_on .burger::after,  .menu-burger.menu-burger_on .burger::before {
	background: #fff;
}
.menupanel-links__item a {
	font-size: 48px;
}
.menupanel-contacts__mail a {
	font-size: 22px;
}
.menupanel-contacts__phone a {
	font-size: 22px;
}
.footer-socs__item {
	width: 44px;
	height: 44px;
	margin-right: 14px;
}
.footer-socs__item_vk span {
	width: 17px;
}
.footer-socs__item_in span {
	width: 16px;
	height: 16px;
}
.footer-info__f12 span {
	padding-right: 68px;
}
.footer-info__f12 span:after {
	top: 4px;
	right: 0;
	width: 64px;
	height: 14px;
}
.projs {
	margin-top: -40px;
}
.projs-card__img {
	height: 350px;
}
.projs-card-info__title h3 {
	font-size: 28px;
	font-weight: 600;
}
.projs__title {
	margin-bottom: 56px;
}
h1, h2.h1 {
	line-height: 1;
}
.studio-info__big span {
	font-size: 24px;
}
.mastermind {
	height: 450px;
}
.studio-info__big {
	padding-bottom: 32px;
	margin-bottom: 34px;
}
.studio-info__text {
	margin-bottom: 46px;
}
.container.container_media, .container.container_partners {
	padding-bottom: 60px;
}
.media-blocks-item__text {
	height: 102px;
	line-height: 1.2;
}
h2 {
	font-size: 36px;
}
.title.media__title {
	margin-bottom: 46px;
}
.media-blocks-item__img.media-blocks-item__img_partners {
	width: 175px;
	height: 175px;
}
.media-img-partner-q {
	padding-top: 16px;
}
.studio-vis:after {
	width: 324px;
	height: 324px;
}
.media-blocks-item__text span {
	font-size: 14px;
}
.proj-half-part span {
	font-size: 14px;
}
.proj__info {
	padding-top: 14px;
	margin-bottom: 50px;
}
.proj-half-part p {
	font-weight: 500;
	margin-bottom: 12px;
}
.proj-gallery-item_vert {
	height: 654px;
}
.proj-3d {
	width: 90px;
	height: 90px;
}
.proj-3d span {
	width: 52px;
	height: 60px;
}
.container_bg-top {
	height: 265px;
}
.container_cost {
	height: calc(100vh - 210px);
	min-height: auto;
}
.container_contacts .cols__info {
	float: none;
	width: 100%;
	margin-bottom: 40px;
}
.container_contacts .cols__vis {
	float: none;
	width: 112%;
	height: auto;
	margin-left: -6%;
	overflow: hidden;
}
.container_contacts .map-shadow {
	top: 0;
	bottom: auto;
	right: 0;
	width: 100%;
	height: 300px;
	background: -webkit-gradient(linear, left top, left bottom, from(#F8F7F3), to(rgba(248, 247, 243, 0)));
	background: -webkit-linear-gradient(top, #F8F7F3 0%, rgba(248, 247, 243, 0) 100%);
	background: -o-linear-gradient(top, #F8F7F3 0%, rgba(248, 247, 243, 0) 100%);
	background: linear-gradient(180deg, #F8F7F3 0%, rgba(248, 247, 243, 0) 100%);
}
.container_contacts .map {
	position: relative;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 390px;
}
.container_contacts .cols-info__text {
	padding-right: 0;
}
.container_cost .form-fields {
	padding-right: 0;
}
.container_cost .cols__vis {
	padding-top: 54px;
}
.burger::before {
	top: 8px;
}
.burger::after {
	bottom: 8px;
}
.galls-info__all {
	padding-top: 10px;
	padding-bottom: 14px;
}
.galls-info__text {
	margin-bottom: 24px;
}
.container_offers {
	padding-bottom: 110px !important;
}
.map-cities__item {
	margin-bottom: 24px;
}
.endform-dscr__adress {
	margin-bottom: 27px;
	margin-top: 0;
}
.inputs-wrap {
	margin-bottom: 0;
}
.form-agree {
	margin-left: 20px;
}
.cols-cont {
	margin-bottom: 55px;
}
.menupanel-links__item {
	margin-bottom: 0;
}
.pp-container {
	width: 78%;
}
.btn.btn_cross {
	padding-right: 66px;
}
.btn_cross:after {
	top: 18px;
	right: 32px;
}
.container_about-img {
	height: 300px;
	background-attachment: initial !important;
	background-position-y: top !important;
}
.about {
	margin-top: -192px;
	margin-bottom: 42px;
}
.about-main-texts__item_c {
	padding-left: 132px;
	padding-right: 0;
}
.about-main-texts__item_c h4 {
	padding-right: 5%;
	top: 0;
	font-weight: 500;
}
.studio-info {
	padding-right: 0;
}
.studio-info__big {
	margin-bottom: 26px;
}
.mastermind {
	height: 480px;
}
.media-blocks-item__img {
	margin-bottom: 24px;
}
.media-blocks-item__title {
	margin-bottom: 14px;
}
.about-main-texts__item_c:after {
	top: -20px;
	left: 94px;
}
.about-main-texts__item {
	padding-right: 0;
}
.media-blocks-item__link {
	margin-top: 14px;
}
.container.container_page.container_endform .form-fields {
	padding-right: 10%;
	margin-top: -12px;
}
.container.container_page.container_endform .form-agree {
	width: 340px;
	vertical-align: -6px;
}
.container.container_page.container_endform .endform-dscr__title h2 {
	font-weight: 600;
}
.container.container_page.container_endform .endform-dscr__title {
	padding-right: 25%;
}
.projs__tags {
	margin-bottom: 20px;
}
.projs-card-info__tag {
	margin-bottom: 8px;
}
.projs-card-info__year {
	padding-top: 4px;
}
.projs-card-info__year span {
	font-size: 11px;
}
.projs-card {
	margin-bottom: 10px;
	width: calc(100% / 3 - 28px);
}
.fullscreen-ico {
	display: none;
}
.form-agree span {
	font-weight: 300;
}
.container_cost .form-agree {
	display: block;
	width: 100%;
	margin-top: 24px;
	margin-left: 0;
}
.container_contacts {
	height: calc(100vh - 50px);
	padding-bottom: 0;
}
.container_contacts .cols-cont {
	margin-bottom: 0;
}
.arlink.arlink_off {
	left: 6%;
	bottom: 68px;
}
.totop.show.bott {
	bottom: 128px;
}
.notfound-crossbg {
	left: 0;
}
.container.container_notfound {
	height: calc(100vh - 50px);
}
.offers-items__block_1 .offers-items-block__hover-pic {
	top: 38px;
}
.offers-items__block_2 .offers-items-block__hover-pic {
	top: -30px;
}
.offers-items__block_3 .offers-items-block__hover-pic {
	right: 0;
}
.preloader__item.preloader__item_logo img {
	width: 180px;
}
.projs-cards {
	min-height: 690px;
}
.offers-items-block__hover-pic {
	display: none;
}
.footer {
	margin-right: 6%;
}
.upload-item__txt span {
	font-size: 15px;
}
.form-upload__item {
	width: 250px;
}
.upload-item__ico {
	height: 18px;
}
.upload-item__txt {
	padding-left: 10px;
	top: -5px;
}
.media-blocks-item__title {
	height: 42px;
}
.media-blocks-item__title h4 {
	font-size: 18px;
}
.offers-pp__text {
	padding-right: 0;
}
.menu__back {
	display: none;
}
.container_cost .form-upload__item:nth-child(1) {
	width: 60%;
}
.container_cost .form-upload__item:nth-child(2) {
	width: 40%;
}
.gmnoprint.gm-bundled-control button {
	margin-bottom: 20px !important;
}
.gmnoprint.gm-bundled-control {
	top: 120px !important;
	right: 120px !important;
}
.projs-cards {
	min-height: 640px;
}
}
 @media only screen and (max-width : 1024px) {
.container_tasty .cols-cont {
	padding: 0 6.5%;
}
.container_tasty .cols {
	overflow-x: scroll;
	overflow-y: hidden;
}
.container.container_tasty {
	padding: 76px 0 38px;
	height: auto;
}
.container_tasty .cols-cont {
	margin-bottom: 0;
}
.container_tasty-ghost {
	display: none;
}
.container_tasty .projs-cards {
	min-height: 520px;
}
.sticky-containers {
	overflow: hidden;
}
 [data-aos^=fade][data-aos^=fade] {
 opacity: 1;
 transition-property: unset;
 transform: none;
}
}
 @media only screen and (max-width : 1023px) {
.galls-cont__right {
	display: none;
}
.galls-cont__left {
	width: 100%;
	float: none;
}
.galls-cont {
	height: 480px;
}
.swiper-navigation {
	position: absolute;
	bottom: 100px;
	left: 40px;
	z-index: 1;
}
.galls-slider .swiper-button-prev, .galls-slider .swiper-button-next {
	display: inline-block;
	position: initial;
	width: 30px;
	height: 30px;
}
.galls-slider .swiper-button-prev {
	background: url(../img/gal-mob-l.svg) no-repeat center !important;
	background-size: contain !important;
	margin-right: 10px;
}
.galls-slider .swiper-button-next {
	background: url(../img/gal-mob-r.svg) no-repeat center !important;
	background-size: contain !important;
}
.galls-slider .swiper-button-prev, .galls-slider .swiper-button-next {
	cursor: auto !important;
}
p {
	font-size: 14px;
	margin-bottom: 12px;
}
.offers-items-block__img {
	margin-top: -40px;
}
.offers-items-block__title h3 {
	font-size: 14px;
}
.container.container_tasty {
	padding-top: 70px;
	height: auto;
}
.map-window {
	width: 310px;
}
.form-agree span {
	font-weight: 300;
}
.form-agree {
	margin-left: 2px;
	width: 200px;
}
.btn {
	padding: 12px 23px;
}
.btn_ar {
	padding-right: 50px;
}
.btn_ar:after {
	right: 18px;
	top: 18px;
}
.pp-container {
	width: 80%;
}
.pp-cross {
	width: 30px;
	height: 30px;
}
.btn_cross {
	padding-right: 46px;
}
.btn_cross:after {
	top: 19px;
	right: 21px;
	width: 14px;
	height: 14px;
}
.projs-tags__item {
	margin-right: 18px;
}
.input-wrap_half {
	width: calc(50% - 10px);
	margin-right: 20px;
}
input {
	font-size: 12px;
	height: 38px;
}
 input::-webkit-input-placeholder {
font-size: 12px;
}
 input:-moz-placeholder {
font-size: 12px;
}
 input::-moz-placeholder {
font-size: 12px;
}
 input:-ms-input-placeholder {
font-size: 12px;
}
textarea {
	font-size: 12px;
	height: 38px;
}
 textarea::-webkit-input-placeholder {
font-size: 12px;
}
 textarea:-moz-placeholder {
font-size: 12px;
}
 textarea::-moz-placeholder {
font-size: 12px;
}
 textarea:-ms-input-placeholder {
font-size: 12px;
}
.endform-dscr__title h2 {
	font-size: 36px;
}
.projs-card__img {
	height: 290px;
}
.projs-card-info__year span {
	font-size: 9px;
	font-weight: 600;
	color: #111;
}
.container_studio .studio__vis {
	left: -4%;
}
.container_about-img {
	height: 380px;
}
.about-main-texts__item {
	padding-right: 20px;
}
.about-main-texts__item {
	padding-right: 20px;
}
.about-main-texts__item_c:after {
	top: -30px;
	left: 14px;
	width: 56px;
	height: 44px;
}
.studio-info__big span {
	font-size: 18px;
}
.studio-info {
	padding-right: 0;
}
.mastermind {
	height: 460px;
}
.media-blocks-item__text span {
	font-size: 12px;
}
.media-blocks-item__text {
	height: 98px;
	line-height: 1.0;
}
.media-blocks__item {
	width: calc(100% / 3);
	padding-right: 8%;
}
.studio-vis:after {
	width: 245px;
	height: 245px;
}
.proj-gallery-item_vert {
	height: 540px;
}
.container.container_bg-top {
	background-attachment: initial !important;
}
.proj__text {
	margin-bottom: 50px;
}
.container_contacts {
	height: calc(100vh - 210px);
	min-height: auto;
	padding-right: 5% !important;
}
.container_contacts .cols-cont {
	margin-bottom: 0;
}
.container_contacts .map {
	height: 500px;
}
.circlogo-bg, .circlogo-bg {
	top: 0;
	right: -80px !important;
}
.menupanel {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}
.projs {
	margin-top: -25px;
}
.projs__title {
	margin-bottom: 34px;
}
.projs__tags {
	margin-bottom: 32px;
}
.container.container_page.container_endform .endform-dscr__title {
	padding-right: 0;
}
.endform__fields {
	padding-left: 5%;
}
.container.container_page.container_endform .form-agree {
	width: 262px;
	vertical-align: -14px;
}
.about-main-texts__item_c {
	padding-left: 25px;
	padding-right: 0;
}
.about-main-texts__item_c h4 {
	padding-right: 74px;
	top: -4px;
}
.about-main-texts__item_c:after {
	top: -24px;
	left: 6px;
}
.proj__info {
	margin-bottom: 36px;
}
.arlink-cont.off-1 {
	left: calc(31% + 32px);
}
.arlink-cont.off-3 {
	left: calc(72% + 34px);
}
.arlink-cont.off-2 {
	left: calc(52% + 30px);
}
.container_tasty .cols-cont {
	padding-left: 0;
	padding-right: 0;
}
.slider-container_tasty .projs-card {
	width: calc(100% / 3 - 22px);
}
.scroll-canvas-cont .cols__info {
	width: 100%;
	float: none;
	margin-bottom: 40px;
}
.cols__vis.cols__vis_projs {
	width: 100%;
	float: none;
}
.slider-container_tasty .projs-card:nth-child(3n+3) {
	margin-right: 0;
}
.cols__vis_projs .projs-card__img {
	height: 290px;
}
.cols__vis_projs .projs-card-info__lable {
	top: -32px;
	width: 72px;
	height: 72px;
}
.container_tasty .projs-card-info__title h3 {
	font-size: 28px;
	font-weight: 500;
}
.projs-cards {
	min-height: 440px;
}
.container.container_tasty {
	padding: 70px 6% 24px;
}
.form-upload__item {
	width: 195px;
}
.container.container_page.container_endform .form-agree {
	padding-right: 42px;
}
.totop {
	right: 20px;
}
.upload-item__txt {
	padding-left: 4px;
	top: -6px;
}
.upload-item__txt span {
	font-size: 12px;
}
.projs-cards {
	min-height: 800px;
}
}
 @media only screen and (max-width : 767px) {
   .container_bg-link {
    height: 400px !important;
}
     .footer-bottom {
    padding-right: 70px;
    float: right;
    color: #ccc;
    font-size: 13px !important;
    padding-top: 46px  !important;
}
.galls-cont__right {
	display: block;
	float: none;
	width: 100%;
	height: auto;
}
.galls__slider-r {
	display: none;
}
.galls-cont__left {
	height: calc(100vh - 50px);
	margin-bottom: 138px;
}
.galls__info {
	bottom: 0;
	height: 138px;
}
.galls-info__number, .galls-info__text {
	width: 50%;
}
.galls-info__text {
	margin-bottom: 0;
}
.galls-info__number {
	margin-bottom: 7px;
}
.galls-info__all {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 98px;
	border-top: 0;
	border-left: 2px solid #F6F4EF;
	padding-top: 58px;
	padding-left: 28px;
	margin-top: 20px;
}
.galls-info__all a {
	font-size: 18px;
	padding-left: 0;
	padding-top: 0;
}
.galls-info__all a:after {
	top: -58px;
	width: 46px;
	height: 46px;
	background: url(../img/gal-allprojs-ico-mob.svg) no-repeat center;
	background-size: contain;
}
.galls-cont {
	height: auto;
}
.swiper-navigation {
	bottom: 76px;
	left: 26px;
}
.galls-proj {
	bottom: 32px;
	left: 26px;
}
.cols__info {
	float: none;
	width: 100%;
}
.cols-info__text {
	padding-right: 0;
	margin-bottom: 36px;
}
.container_offers .arlink {
	display: none;
}
.cols__vis {
	float: none;
	width: 100%;
	height: auto;
}
.offers-items__block:after {
	display: none;
	background: transparent;
	position: initial;
	top: initial;
	left: initial;
	width: initial;
	height: auto;
}
.offers-items__block {
	width: 100%;
	float: none;
	border-top: 2px solid #F6F4EF;
}
.offers-items-block__img {
	margin: 0;
	height: auto;
	width: 164px;
	float: left;
	text-align: center;
	margin-top: -36px;
	top: 12px;
	padding: 0 22px;
}
.offers-items-block__img img {
	position: relative;
	margin: 0 auto;
}
.offers-items-block__ar {
	display: none;
}
.offers-items-block__title {
	box-sizing: border-box;
	margin-bottom: 0;
	height: auto;
	float: left;
	width: calc(100% - 164px);
	padding: 0;
	padding-top: 32px;
	padding-right: 20%;
}
.offers-items__block:after {
	content: '';
	display: block;
	clear: both;
}
.offers-items-block__hover-pic {
	display: none;
}
.cols-cont {
	margin-bottom: 0;
}
.container_offers {
	padding-bottom: 0 !important;
}
.container {
	padding: 30px 0 22px;
}
.cols__info {
	padding: 0 5.35%;
}
.menu-logo {
	width: 136px;
	height: 18px;
}
.menu__logo {
	top: 18px;
}
.container.container_tasty {
	height: auto;
	padding: 38px 0 22px;
}
.container_tasty .cols-cont {
	padding: 0;
}
.container_tasty .cols__info {
	margin-bottom: 46px;
}
.projs-card {
	float: none !important;
	margin-right: 0 !important;
	width: 100% !important;
}
.cols__vis.cols__vis_projs {
	padding: 0 5.35%;
}
.projs-card .projs-card-info__title h3 {
	font-size: 24px;
}
.projs-card-info__tag span {
	font-size: 14px;
}
.cols__vis_projs .projs-card-info__tag {
	margin-bottom: 0;
	padding-bottom: 22px;
}
.map {
	position: initial !important;
	height: 338px;
}
.map-shadow {
	left: 0;
	top: 0;
	bottom: auto;
	height: 70px;
	width: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(#F8F7F3), to(rgba(248, 247, 243, 0)));
	background: -webkit-linear-gradient(top, #F8F7F3 0%, rgba(248, 247, 243, 0) 100%);
	background: -o-linear-gradient(top, #F8F7F3 0%, rgba(248, 247, 243, 0) 100%);
	background: linear-gradient(180deg, #F8F7F3 0%, rgba(248, 247, 243, 0) 100%);
}
.clients__item {
	height: 84px;
}
.container_clients .cols__info {
	margin-bottom: 40px;
}
.cross-bg {
	width: 172px;
	height: 172px;
	top: 14%;
	left: auto;
	right: -10%;
}
.clients {
	border: 2px solid #EFEBE0 !important;
}
.clients__item:nth-child(3n+1) {
	border-left: 0 !important;
}
.circlogo-bg {
	width: 180px;
	height: 180px;
}
.container_endform .circlogo-bg {
	top: 22%;
	right: -15%;
}
.endform-dscr {
	border-bottom: 2px solid #F6F4EF;
	padding-bottom: 26px;
	margin-bottom: 38px;
}
.container_endform .cols__vis {
	padding: 0 5.35%;
}
.container_endform .form-fields {
	padding-right: 0;
	margin-top: 0;
	margin-bottom: 22px;
}
.form-agree {
	margin-left: 0;
	width: 100%;
	margin-top: 16px;
	margin-bottom: 20px;
}
.bg-link {
	padding: 0 5.35%;
}
.bg-link__title h2 {
	font-size: 28px;
}
.totop {
	right: 5.35%;
}
.offers-pp-cont {
	padding: 44px 5.35%;
}
.offers-pp {
	width: 100%;
}
.offers-pp-cross {
	top: 14px;
	right: 14px;
}
.offers-pp__title h3 {
	font-size: 24px;
}
.projs-card .projs-card__img {
	height: 250px;
}
.container_map .cols__vis {
	overflow: hidden;
}
.container_map .cols__info {
	padding-bottom: 30px;
}
.menupanel {
	padding: 24% 12.5%;
	width: 100%;
}
.menupanel-links__item a {
	font-size: 36px;
}
.menupanel-contacts__by {
	position: initial;
}
.footer-info__f12 {
	display: block;
	margin-left: 0;
}
.menupanel-contacts__socs {
	margin-bottom: 30px;
}
.menupanel-contacts__phone {
	margin-bottom: 22%;
}
.menupanel-contacts__socs {
	margin-bottom: 12%;
}
.menupanel__contacts {
	position: initial;
	padding-top: 16%;
}
.menupanel__links {
	margin-bottom: 20%;
}
.container.container_page {
	padding: 38px 5.35% 22px;
}
.projs-tags__item span {
	font-size: 14px;
}
.projs-tags__item {
	margin-right: 12px;
}
.projs__title {
	margin-bottom: 32px;
}
.projs-card-info__year {
	padding-top: 6px;
}
.projs-card-info__year span {
	font-size: 14px;
}
.projs-card-info__tag {
	margin-bottom: 12px;
}
h1, h2.h1 {
	font-size: 28px;
}
.container_about-img {
	height: 120px;
	background-attachment: initial !important;
	background-position: top center !important;
}
.about {
	margin-top: -10px;
	margin-bottom: 0;
}
p {
	font-size: 12px;
	margin-bottom: 18px;
}
.about-main-texts__item {
	padding-right: 0;
	float: none;
	width: 100%;
}
.about-main-texts__item_c {
	padding-left: 28px;
	padding-top: 36px;
	padding-bottom: 36px;
	border-top: 2px solid #B89C84;
	border-bottom: 2px solid #B89C84;
	margin-top: 50px;
}
.about-main-texts {
	padding-bottom: 66px;
}
.about-main-texts__item_c h4 {
	top: 0;
	font-size: 18px;
	font-weight: 500;
	padding-right: 0;
}
.about-main-texts__item_c:after {
	top: 22px;
}
.container_studio .studio__vis {
	left: 0;
	float: none;
	width: 100%;
	position: absolute;
	bottom: 0;
}
.studio__info {
	float: none;
	width: 100%;
	padding-bottom: 400px;
}
.mastermind {
	height: 370px;
}
.studio {
	position: relative;
}
.studio-info__big {
	padding-bottom: 26px;
	margin-bottom: 22px;
}
.media-blocks__item {
	width: 50%;
	padding-right: 8%;
	margin-bottom: 20px;
}
.media-blocks-item__img {
	margin-bottom: 22px;
}
.media-blocks-item__title h4 {
	font-weight: 500;
}
.media-blocks-item__text {
	height: 94px;
}
.media-blocks-item__title {
	margin-bottom: 6px;
}
.media-blocks-item__img.media-blocks-item__img_partners {
	width: 138px;
	height: 138px;
}
.media-blocks-item__img.media-blocks-item__img_partners img {
	width: 90px;
}
.media-blocks-item__link {
	margin-top: 8px;
	margin-bottom: 18px;
}
.media-img-partner-q {
	padding-top: 12px;
	font-size: 76px;
}
.endform__dscr {
	float: none;
	width: 100%;
}
.endform__fields {
	float: none;
	width: 100%;
}
.container_endform .endform-dscr__title {
	margin-top: 0;
	margin-bottom: 22px;
}
.footer {
	padding-top: 20px;
	border-top: 2px solid #EFEBE0;
}
.footer__socs {
	float: right;
}
.container_page .endform-dscr__mail {
	position: absolute;
	bottom: 90px;
}
.footer-info__copy span {
	font-size: 14px;
}
.footer-info__f12 a {
	font-size: 14px;
	font-weight: 500;
}
.footer__info {
	float: none;
	padding-top: 74px;
	padding-bottom: 20px;
}
.container_page .endform-dscr {
	padding-bottom: 0;
	margin-bottom: 40px;
	border-bottom: 0;
}
.endform {
	margin-bottom: 20px;
}
.container.container_page.container_proj {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.container_proj .proj__title,  .container_proj .proj__info,  .container_proj .proj__text {
	margin-left: 5.35%;
	margin-right: 5.35%;
}
.proj__info {
	padding-top: 18px;
	border-top: 2px solid #B89C84;
	margin-bottom: 34px;
}
.proj__text .proj-half-part {
	float: none;
	width: 100%;
	padding-right: 0;
}
.container_bg-top {
	height: 120px;
}
.container_contacts .cols__info {
	padding: 0;
}
.container_contacts .cols__vis {
 width: calc(100% + 5.35% * 2);
	margin-left: -5.35%;
}
.container_contacts {
	height: auto;
}
.container_contacts.container_page .endform-dscr__mail {
	position: initial;
}
.endform-dscr__mail a {
	display: block;
	margin: 0;
	margin-bottom: 20px;
	font-size: 18px;
}
.container_contacts .endform-dscr__adress h4 {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.3;
}
.container.container_page {
	padding-bottom: 0;
}
.container_cost .cols__info {
	width: 100%;
	float: left;
	margin-bottom: 40px;
}
.container_cost .cols-info__text {
	padding-right: 0;
	margin-bottom: 20px;
}
.container_cost .cols__vis:after {
	display: none;
}
.container_cost .endform-fields:after {
	display: none;
}
.container_cost .form-fields {
	position: relative;
}
.container_cost .form-fields:after {
	content: '';
	display: block;
	position: absolute;
	top: -25px;
	left: -100px;
	width: 1000px;
	height: 2px;
	background: #EFEBE0;
}
.container_cost .cols__vis {
	padding: 0;
	float: none;
	width: 100%;
}
.container_cost {
	height: auto;
	min-height: auto;
}
.container.container_cost .endform-dscr__mail {
	position: initial;
}
.container_cost .cols__info {
	padding: 0;
}
.container.container_cost .endform-dscr {
	margin-bottom: 0;
}
.container_cost .form-agree {
	margin-bottom: 50px;
}
.container_contacts {
	padding-right: 5.35% !important;
}
.bottom-containers {
	position: initial;
}
.container.container_bg-link {
	background-size: cover !important;
	background-position-x: 75% !important;
}
.menu__burger {
	left: 10px;
}
.cols-info__title h1 br,  .cols-info__title h2.h1 br {
	display: none;
}
.title {
	margin-bottom: 28px;
}
.cols__vis_projs .projs-card__info {
	padding-bottom: 22px;
}
.map-cities__item h4 {
	padding-left: 32px;
}
.endform-dscr__adress {
	margin-bottom: 46px;
}
input {
	height: 34px;
}
.btn_ar {
	padding-right: 68px;
}
.btn_ar:after {
	right: 28px;
	top: 18px;
}
.pp-container {
	padding: 26px 26px;
	margin-top: 64px;
	margin-bottom: 64px;
	left: -26px;
}
.pp-cross {
	width: 24px;
	height: 24px;
	top: 18px;
	right: 19px;
}
.pp__title h3 {
	font-size: 22px;
}
.pp__title {
	margin-bottom: 24px;
}
.btn_cross:after {
	right: 32px;
}
.inputs-wrap {
	margin-bottom: 0;
}
.offers-pp {
	position: fixed;
	top: 50px;
}
.container.container_offers {
	z-index: 7;
}
.pp-cross.offers-pp-cross {
	width: 30px;
	height: 30px;
	top: 12px;
}
.projs {
	margin-top: 0;
}
.endform__fields {
	padding-left: 0;
}
.studio-vis:after {
	bottom: 14%;
}
.proj__info .proj-half-part:nth-last-child(1) {
	padding-right: 0;
	text-align: right;
}
.proj-gallery__row {
	margin-bottom: 0;
}
.proj-gallery-item {
	margin-bottom: 26px;
}
.proj-gallery-item.proj-gallery-item_vert {
	width: 100%;
	margin-right: 0;
}
.proj-gallery {
	padding-bottom: 72px;
}
.proj-3d {
	width: 70px;
	height: 70px;
	top: -38px;
	right: 5.35%;
}
.proj-3d span {
	width: 42px;
	height: 48px;
}
button.fancybox-button.fancybox-button--arrow_left,  button.fancybox-button.fancybox-button--arrow_right {
	padding-top: 12px;
}
.fancybox-navigation .fancybox-button {
	top: calc(50% - 14px);
}
.arlink.arlink_off {
	display: none;
}
.totop.show {
	bottom: 20px;
}
.totop.show.bott {
	bottom: 22px;
}
.offers-items__block:after {
	content: '';
	display: block;
	clear: both;
}
.notfound__num span {
	font-size: 120px;
}
.notfound__num {
	margin-bottom: 18px;
}
.notfound__title h2.h1 {
	font-size: 28px;
}
.notfound__title {
	margin-bottom: 32px;
}
.notfound__dscrp {
	line-height: 1.2;
	margin-bottom: 52px;
}
.notfound-crossbg {
	width: 100%;
	margin-left: 0%;
}
.notfound__dscrp span {
	font-size: 14px;
}
.offers-items__block:before {
	display: none;
}
.proj__gallery {
	margin-bottom: 0;
}
.containers-wrap[data-namespace="index"] > section:nth-child(2) {
	z-index: 7;
}
.clients__item:hover img {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.preloader__item.preloader__item_logo img {
	width: 140px;
}
.projs-cards {
	min-height: 390px;
}
.containers-wrap {
	margin-bottom: 0 !important;
}
.menupanel {
	overflow-y: auto;
	overflow-x: hidden;
}
.menupanel-cont {
	min-height: 486px;
}
.footer {
	margin-right: 0;
}
.container.container_page.container_endform {
	padding-right: 5.35% !important;
}
.container.container_page.container_endform .form-fields {
	padding-right: 0;
}
.bg-link__title h2 {
	font-weight: 600;
}
.studio-info__big {
	letter-spacing: -0.02em;
}
.form-upload__item {
	display: block;
	width: auto;
	margin-bottom: 10px;
}
.form-upload {
	margin-bottom: 22px;
}
.upload-item:after {
	content: '';
	display: block;
	clear: both;
}
.form-upload__item {
	float: left;
	width: 50%;
}
.upload-item__txt span {
	font-size: 14px;
}
.media-blocks-item__link span {
	font-size: 12px;
}
.offers-pp {
	overflow-y: auto;
	overflow-x: hidden;
}
.map-window-close {
	background-size: 28%;
}
.gmnoprint.gm-bundled-control > div > div {
	width: 150px !important;
}
.gmnoprint.gm-bundled-control {
	top: 26px !important;
	right: 0 !important;
	left: 12px !important;
}
.gmnoprint.gm-bundled-control button {
	display: inline-block !important;
	margin-bottom: 0 !important;
	margin-right: 16px !important;
}
.upload-item__txt span {
	min-width: 136px;
	display: inline-block;
}
.container.container_offers {
	z-index: 9;
}
.totop {
	z-index: 8;
}
 @media all and (orientation: landscape) {
 .menupanel {
 padding: 9% 12.5%;
}
 .menupanel__links {
 margin-bottom: 10%;
}
 .menupanel__contacts {
 padding-top: 12%;
}
 .menupanel-contacts__phone {
 margin-bottom: 5%;
}
 .menupanel-contacts__socs {
 margin-bottom: 9%;
}
}
}
 @media only screen and (max-width : 374px) {
.preloader {
	height: 100%;
	width: 100%;
}
.preloader__item {
	height: 100%;
	width: 100%;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}
 @-webkit-keyframes preload-elem {
 0% {
 -webkit-transform: translateX(100%);
 -ms-transform: translateX(100%);
 transform: translateX(100%);
}
 66% {
 -webkit-transform: translateX(0%);
 -ms-transform: translateX(0%);
 transform: translateX(0%);
}
 100% {
 -webkit-transform: translateX(0%);
 -ms-transform: translateX(0%);
 transform: translateX(0%);
}
}
 @keyframes preload-elem {
 0% {
 -webkit-transform: translateX(100%);
 -ms-transform: translateX(100%);
 transform: translateX(100%);
}
 66% {
 -webkit-transform: translateX(0%);
 -ms-transform: translateX(0%);
 transform: translateX(0%);
}
 100% {
 -webkit-transform: translateX(0%);
 -ms-transform: translateX(0%);
 transform: translateX(0%);
}
}
}
 @media only screen and (width: 812px) and (orientation: landscape) {
.container_cost, .container_contacts {
	height: auto;
}
 [data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
 opacity: 1 !important;
 transform: none !important;
}
}
.totop img {
	width: 40px;
	margin: 0 auto;
	display: block;
	top: 10px;
	position: relative;
}
.gm-style .gm-style-iw-t::after {
	background: rgba(0,0,0,0) !important
}
/*icon css start*/
.sky-form .icon-prepend {
	font-size: 17px;
	height: 37px;
	line-height: 31px;
	position: absolute;
	text-align: center;
	width: 40px;
}
.icon-prepend:after {
	border-right: 1px solid #000
}
.sky-form .icon-prepend {
	color: #fff;
	margin: 8px 0;
	padding-left: 2px;
	border: 1px solid;
	background: #333;
	margin-top: 18px;
	left: 0;
	line-height: 35px
}
.sky-form .icon-prepend-online {
	color: #5d5a5a;
	margin: 15px 0;
	padding-left: 2px;
	opacity: 0.7;
}
/*end*/
.endform-dscr__adress p {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 25px;
}
.endform-dscr__adress p i {
	padding-right: 5px;
}
.padding-left-icon {
	margin-left: 33px;
}
.endform-dscr__adress a {
	color: #444
}
.endform-dscr__adress a:hover {
	color: #B89C84
}
.footer-bottom {
	padding-right: 70px;
	float: right;
	color: #ccc;
	font-size: 16px;
}
.mono {
	top: 3px;
	position: relative;
}
.list-type li {
	float: left;
	padding: 0 20px;
	list-style-type: none;
}
.list-type li a {
	color: #ccc;
	font-size: 16px;
}
.testimonial {
	background: #4D241C;
	padding: 30px 32px 30px 90px;
	margin: 50px 20px 50px 120px;
	border-radius: 0 100px 100px 0;
	color: #fff;
	position: relative;
	border: 5px solid #D0AB6D;
}
.testimonial .pic {
	width: 210px;
	height: 210px;
	line-height: 200px;
	border-radius: 50%;
	border: 14px solid #D0AB6D;
	position: absolute;
	top: -15px;
	left: -120px;
	overflow: hidden;
}
.testimonial .pic img {
	width: 100%;
	height: 100%;
}
.testimonial .testimonial-info {
	display: inline-block;
	width: 35%;
	float: left;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	padding: 28px 25px;
	margin: 0;
	border-right: 1px solid #D0AB6D;
}
.testimonial .testimonial-info small {
	display: block;
	font-size: 12px;
	color: #fff;
	margin-top: 5px;
}
.testimonial .description {
	display: inline-block;
	width: 65%;
	font-size: 15px;
	color: #fff;
	margin-bottom: 0;
	padding: 28px 0 28px 28px;
	position: relative;
}
.testimonial .description:before {
	content: "\f10d";
	font-family: fontawesome;
	position: absolute;
	top: 0;
	left: 10px;
	font-size: 20px;
	color: #D0AB6D;
}
.testimonial .description:after {
	content: "\f10e";
	font-family: fontawesome;
	font-size: 20px;
	color: #D0AB6D;
	position: absolute;
	bottom: 5px;
}
.owl-theme .owl-controls .owl-page.active span,  .owl-theme .owl-controls .owl-page span {
	width: 25px !important;
	height: 7px !important;
	background: #4D241C !important;
	box-sizing: content-box;
}
.owl-theme .owl-controls .owl-page span {
	border: 4px solid transparent;
	background: #D0AB6D !important;
	display: block
}
 @media only screen and (max-width: 767px) {
.testimonial {
	border-radius: 40px;
	margin: 90px 15px 0;
	padding: 100px 40px 30px 40px;
}
.testimonial .pic {
	position: absolute;
	top: -85px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.testimonial .testimonial-info {
	width: 100%;
	float: none;
	border-right: none;
	text-align: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.testimonial .description {
	width: 100%;
}
}
 @media only screen and (max-width: 480px) {
.testimonial {
	padding: 100px 30px 30px;
}
}
.testi-cols {
	width: 50%;
	margin: 0 auto
}
/*animated call btn*/
.phonering-alo-phone.phonering-alo-static {
	opacity: .6
}
.phonering-alo-phone.phonering-alo-hover, .phonering-alo-phone:hover {
	opacity: 1
}
.phonering-alo-ph-circle {
	width: 100px;
	height: 100px;
	top: 20px;
	right: 10px;
	position: absolute;
	background-color: transparent;
	border-radius: 100% !important;
	border: 2px solid rgba(230,134,111,0.9);
	border: 2px solid #bfebfc 9;
	opacity: .1;
	-webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
	animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
	transition: all .5s;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	z-index: 9
}
.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle {
	-webkit-animation: phonering-alo-circle-anim 1.1s infinite ease-in-out!important;
	animation: phonering-alo-circle-anim 1.1s infinite ease-in-out!important
}
.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle {
	-webkit-animation: phonering-alo-circle-anim 2.2s infinite ease-in-out!important;
	animation: phonering-alo-circle-anim 2.2s infinite ease-in-out!important
}
.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle, .phonering-alo-phone:hover .phonering-alo-ph-circle {
	border-color: #00aff2;
	opacity: .5
}
.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle, .phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle {
	border-color: #75eb50;
	border-color: #baf5a7;
	opacity: .5
}
.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle {
	border-color: #00aff2;
	border-color: #bfebfc;
	opacity: .5
}
.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle, .phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle {
	border-color: #ccc;
	opacity: .5
}
.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle {
	border-color: #75eb50;
	opacity: .5
}
.phonering-alo-ph-circle-fill {
	width: 100px;
	height: 100px;
	top: 20px;
	right: 10px;
	position: absolute;
	background-color: #e6866f;
	border-radius: 100% !important;
	border: 2px solid transparent;
	-webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
	animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
	transition: all .5s;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	z-index: 9
}
.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle-fill {
	-webkit-animation: phonering-alo-circle-fill-anim 1.7s infinite ease-in-out!important;
	animation: phonering-alo-circle-fill-anim 1.7s infinite ease-in-out!important
}
.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle-fill {
	-webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out!important;
	animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out!important;
	opacity: 0!important
}
.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle-fill, .phonering-alo-phone:hover .phonering-alo-ph-circle-fill {
	background-color: rgba(0,175,242,0.5);
	background-color: #00aff2 9;
	opacity: .75!important
}
.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle-fill, .phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle-fill {
	background-color: rgba(117,235,80,0.5);
	background-color: #baf5a7 9;
	opacity: .75!important
}
.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle-fill {
	background-color: rgba(0,175,242,0.5);
	background-color: #a6e3fa 9
}
.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle-fill, .phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle-fill {
	background-color: rgba(204,204,204,0.5);
	background-color: #ccc 9;
	opacity: .75!important
}
.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle-fill {
	background-color: rgba(117,235,80,0.5);
	opacity: .75!important
}
.phonering-alo-ph-img-circle {
	width: 60px;
	height: 60px;
	top: 40px;
	right: 30px;
	position: absolute;
	/*background: rgba(230,134,111,0.5) url(../img/call_icon.png) no-repeat center center;*/
	background: rgba(230,134,111,0.5);
	border-radius: 100% !important;
	border: 2px solid transparent;
	/*-webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
	animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;*/
	z-index: 9
}
.phonering-alo-ph-img-circle i{
	color:#fff;
	font-size: 30px;
	text-align: center;
	display: block;
	line-height: 55px
}
.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-img-circle {
	-webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out!important;
	animation: phonering-alo-circle-img-anim 1s infinite ease-in-out!important
}
.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-img-circle {
	-webkit-animation: phonering-alo-circle-img-anim 0 infinite ease-in-out!important;
	animation: phonering-alo-circle-img-anim 0 infinite ease-in-out!important
}
.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-img-circle, .phonering-alo-phone:hover .phonering-alo-ph-img-circle {
	background-color: #00aff2
}
.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-img-circle, .phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-img-circle {
	background-color: #75eb50;
	background-color: #75eb50 9
}
.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-img-circle {
	background-color: #00aff2;
	background-color: #00aff2 9
}
.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-img-circle, .phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-img-circle {
	background-color: #ccc
}
.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-img-circle {
	background-color: #75eb50
}
 @-webkit-keyframes phonering-alo-circle-anim {
 0% {
 -webkit-transform:rotate(0) scale(.5) skew(1deg);
 -webkit-opacity:.1
}
 30% {
 -webkit-transform:rotate(0) scale(.7) skew(1deg);
 -webkit-opacity:.5
}
 100% {
 -webkit-transform:rotate(0) scale(1) skew(1deg);
 -webkit-opacity:.1
}
}
 @-webkit-keyframes phonering-alo-circle-fill-anim {
 0% {
 -webkit-transform:rotate(0) scale(.7) skew(1deg);
 opacity:.2
}
 50% {
 -webkit-transform:rotate(0) scale(1) skew(1deg);
 opacity:.2
}
 100% {
 -webkit-transform:rotate(0) scale(.7) skew(1deg);
 opacity:.2
}
}
 @-webkit-keyframes phonering-alo-circle-img-anim {
 0% {
 -webkit-transform:rotate(0) scale(1) skew(1deg)
}
 10% {
 -webkit-transform:rotate(-25deg) scale(1) skew(1deg)
}
 20% {
 -webkit-transform:rotate(25deg) scale(1) skew(1deg)
}
 30% {
 -webkit-transform:rotate(-25deg) scale(1) skew(1deg)
}
 40% {
 -webkit-transform:rotate(25deg) scale(1) skew(1deg)
}
 50% {
 -webkit-transform:rotate(0) scale(1) skew(1deg)
}
 100% {
 -webkit-transform:rotate(0) scale(1) skew(1deg)
}
}
 @-webkit-keyframes fadeInRight {
 0% {
 opacity:0;
 -webkit-transform:translate3d(100%, 0, 0);
 -ms-transform:translate3d(100%, 0, 0);
 transform:translate3d(100%, 0, 0)
}
 100% {
 opacity:1;
 -webkit-transform:none;
 -ms-transform:none;
 transform:none
}
}
 @keyframes fadeInRight {
 0% {
 opacity:0;
 -webkit-transform:translate3d(100%, 0, 0);
 -ms-transform:translate3d(100%, 0, 0);
 transform:translate3d(100%, 0, 0)
}
 100% {
 opacity:1;
 -webkit-transform:none;
 -ms-transform:none;
 transform:none
}
}
 @-webkit-keyframes fadeOutRight {
 0% {
 opacity:1
}
 100% {
 opacity:0;
 -webkit-transform:translate3d(100%, 0, 0);
 -ms-transform:translate3d(100%, 0, 0);
 transform:translate3d(100%, 0, 0)
}
}
 @keyframes fadeOutRight {
 0% {
 opacity:1
}
 100% {
 opacity:0;
 -webkit-transform:translate3d(100%, 0, 0);
 -ms-transform:translate3d(100%, 0, 0);
 transform:translate3d(100%, 0, 0)
}
}
 @-webkit-keyframes phonering-alo-circle-anim {
 0% {
 -webkit-transform:rotate(0) scale(.5) skew(1deg);
 transform:rotate(0) scale(.5) skew(1deg);
 opacity:.1
}
 30% {
 -webkit-transform:rotate(0) scale(.7) skew(1deg);
 transform:rotate(0) scale(.7) skew(1deg);
 opacity:.5
}
 100% {
 -webkit-transform:rotate(0) scale(1) skew(1deg);
 transform:rotate(0) scale(1) skew(1deg);
 opacity:.1
}
}
 @keyframes phonering-alo-circle-anim {
 0% {
 -webkit-transform:rotate(0) scale(.5) skew(1deg);
 transform:rotate(0) scale(.5) skew(1deg);
 opacity:.1
}
 30% {
 -webkit-transform:rotate(0) scale(.7) skew(1deg);
 transform:rotate(0) scale(.7) skew(1deg);
 opacity:.5
}
 100% {
 -webkit-transform:rotate(0) scale(1) skew(1deg);
 transform:rotate(0) scale(1) skew(1deg);
 opacity:.1
}
}
 @-webkit-keyframes phonering-alo-circle-fill-anim {
 0% {
 -webkit-transform:rotate(0) scale(.7) skew(1deg);
 transform:rotate(0) scale(.7) skew(1deg);
 opacity:.2
}
 50% {
 -webkit-transform:rotate(0) scale(1) skew(1deg);
 transform:rotate(0) scale(1) skew(1deg);
 opacity:.2
}
 100% {
 -webkit-transform:rotate(0) scale(.7) skew(1deg);
 transform:rotate(0) scale(.7) skew(1deg);
 opacity:.2
}
}
 @keyframes phonering-alo-circle-fill-anim {
 0% {
 -webkit-transform:rotate(0) scale(.7) skew(1deg);
 transform:rotate(0) scale(.7) skew(1deg);
 opacity:.2
}
 50% {
 -webkit-transform:rotate(0) scale(1) skew(1deg);
 transform:rotate(0) scale(1) skew(1deg);
 opacity:.2
}
 100% {
 -webkit-transform:rotate(0) scale(.7) skew(1deg);
 transform:rotate(0) scale(.7) skew(1deg);
 opacity:.2
}
}
 @-webkit-keyframes phonering-alo-circle-img-anim {
 0% {
 -webkit-transform:rotate(0) scale(1) skew(1deg);
 transform:rotate(0) scale(1) skew(1deg)
}
 10% {
 -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
 transform:rotate(-25deg) scale(1) skew(1deg)
}
 20% {
 -webkit-transform:rotate(25deg) scale(1) skew(1deg);
 transform:rotate(25deg) scale(1) skew(1deg)
}
 30% {
 -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
 transform:rotate(-25deg) scale(1) skew(1deg)
}
 40% {
 -webkit-transform:rotate(25deg) scale(1) skew(1deg);
 transform:rotate(25deg) scale(1) skew(1deg)
}
 50% {
 -webkit-transform:rotate(0) scale(1) skew(1deg);
 transform:rotate(0) scale(1) skew(1deg)
}
 100% {
 -webkit-transform:rotate(0) scale(1) skew(1deg);
 transform:rotate(0) scale(1) skew(1deg)
}
}
 @keyframes phonering-alo-circle-img-anim {
 0% {
 -webkit-transform:rotate(0) scale(1) skew(1deg);
 transform:rotate(0) scale(1) skew(1deg)
}
 10% {
 -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
 transform:rotate(-25deg) scale(1) skew(1deg)
}
 20% {
 -webkit-transform:rotate(25deg) scale(1) skew(1deg);
 transform:rotate(25deg) scale(1) skew(1deg)
}
 30% {
 -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
 transform:rotate(-25deg) scale(1) skew(1deg)
}
 40% {
 -webkit-transform:rotate(25deg) scale(1) skew(1deg);
 transform:rotate(25deg) scale(1) skew(1deg)
}
 50% {
 -webkit-transform:rotate(0) scale(1) skew(1deg);
 transform:rotate(0) scale(1) skew(1deg)
}
 100% {
 -webkit-transform:rotate(0) scale(1) skew(1deg);
 transform:rotate(0) scale(1) skew(1deg)
}
}
/*end*/
.slider-text {
	background: rgba(31,31,31,0.3);
	/*background-image: linear-gradient(to right top, rgba(0,0,0,0.9), rgba(59,59,59,0.5), rgba(119,119,119,0.9), rgba(185,185,185,0.9), rgba(255,255,255,0.9));*/
	position: absolute;
	bottom: 0;
	/* left: 5%; */
	padding: 20px 20px 0px 20px;
}
.slider-text h1 {
	color: #fff;
	margin-bottom: 20px;
}
.slider-text p {
	color: #fff;
	font-size: 16px
}
/*sroll down*/

.qua_scroll_down {
	position: absolute;
	bottom: -18px;
	text-decoration: none;
	font-size: 12px;
	color: #333;
	width: 40px;
	margin: 0 auto;
	left: 10%;
	text-align: center;
	z-index: 2;
	margin-left: 0px;
	transform: rotate(90deg)
}
.qua_scroll_down b {
	width: 25px;
	height: 40px;
	border: 2px solid #333;
	border-radius: 15px;
	display: inline-block;
	position: relative;
}
.qua_scroll_down b:before {
	display: block;
	content: '';
	height: 4px;
	width: 2px;
	background: #e6866f;
	left: 10px;
	top: 8px;
	position: absolute;
	animation: 2s ease 0s normal none infinite mouse-down;
	-webkit-animation: 2s ease 0s normal none infinite mouse-down;
}
@keyframes mouse-down {
0% {
height:4px
}
50% {
height:12px
}
100% {
height:4px
}
}
.qua_scroll_down {
	white-space: inherit;
}
.qua_scroll_down.qua_go:hover {
	color: #fff;
}
/*end*/
.galls-info__number img {
	width: 150px;
}
/* Blink for Webkit and others
(Chrome, Safari, Firefox, IE, ...)
*/

@-webkit-keyframes blinker {
 from {
opacity: 1.0;
}
to {
	opacity: 0.0;
}
}
.blink {
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.9s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-direction: alternate;
}
.pink-color {
	color: #e6866f
}
.separator-line1 {
	height: 3px;
	width: 50px;
	background: #e6866f;
	left: 3px;
	right: 0;
	top: 5px;
	position: relative;
}
.separator-line2 {
	height: 3px;
	width: 50px;
	background: #fff;
	left: 3px;
	right: 0;
	top: 5px;
	position: relative;
}
.h1 {
	margin-bottom: 5px
}
.h1:after {
	background: rgba(51,51,51,0.7);
    content: '';
    width: 50px;
    height: 1px;
    left: 53px;
    bottom: 0;
    top: 12px;
    position: relative;
    display: block;
}
.h1-top:after {
	/*top: 42px;*/
}
.list-type li a:hover {
	color: #e6866f;
}
.project-logo {
	width: 200px;
}
.project_gallery-page .projs-card:hover .projs-card__img .icon_hover{
top:40%	
}
.projs-card:hover .projs-card__img .icon_hover {
	position: relative;
	color: #fff;
	z-index: 1;
	top: 45%;
	left: 0;
	font-size: 30px;
	border: 2px solid;
	border-radius: 100%;
	padding: 20px;
	right: 0;
	text-align: center;
	margin: 0 auto;
	display: table;
}
.projs-card:hover .projs-card__img:before {
	position: absolute;
	z-index: 1;
	background: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	content: "";
}
.home-prj-icon-hover {
	-webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
	animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
}
.icon_hover {
	color: rgba(0,0,0,0)
}
.projs-card:hover .icon_hover {
	color: #fff
}
.mastermind {
	background: url(../img/about_page.png) no-repeat bottom;
	background-size: contain;
	-webkit-animation-duration: 6s;
	-moz-animation-duration: 6s;
	-o-animation-duration: 6s;
	animation-duration: 6s;
	-webkit-animation-timing-function: steps(1);
	-moz-animation-timing-function: steps(1);
	-o-animation-timing-function: steps(1);
	animation-timing-function: steps(1);
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: mastermind;
	-moz-animation-name: mastermind;
	-o-animation-name: mastermind;
	animation-name: mastermind;
	background-position: left 24px;
}
.career-page{
	
	background: url(../img/career_page.png) no-repeat bottom !important;
}
.product_page_info span {
	color: #fff
}
.white-color {
	color: #fff
}
.border-bottom-heading:after {
	background: rgba(51,51,51,0.7);
	content: '';
	width: 50px;
	height: 1px;
	left: 227px;
	top: 142px;
	position: absolute;
}
.cols__vis_contact {
	width: 100%;
	float: none
}
.text-center {
	text-align: center
}
/*button css*/

.button-wrapper {
  cursor: pointer;
  display: block;
 /* margin: 40px auto;*/
  max-width: 155px;
  position: relative;
  transition: all 0.6s ease 0.15s;
  width: 100%;
}
.button-wrapper::before, .button-wrapper::after {
  background: #e6866f;
  bottom: 2px;
  content: "";
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  transition: all 0.6s;
  width: 25px;
}
.button-wrapper::before {
  right: -12px;
}
.button-wrapper::after {
  left: -12px;
}
.button-wrapper:hover {
  background: #e6866f;
  transition: all 0.6s;
}
.button-wrapper:hover::before {
  background: #fafafa;
  right: -2px;
  -webkit-transform: scaleY(5);
          transform: scaleY(5);
  width: 200px;
}
.button-wrapper:hover::after {
  background: #fafafa;
  left: -2px;
  -webkit-transform: scaleY(5);
          transform: scaleY(5);
  width: 200px;
}

.submit {
  background: none;
    border: 2px solid #e6866f;
    color: #333;
    cursor: pointer;
    display: block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 45px;
   /* padding-left: 0.8em;*/
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.6s ease 0.15s;
    width: 100%;
    z-index: 3;
}
.submit:hover {
  border: 2px solid transparent;
  color: #e6866f;
  transition: all 0.6s;
}
/*end*/	

.cnt-add-icon{
top:7px;
position:relative	
}
@media (min-width: 1441px) and (max-width: 1600px) { 
.menupanel-links__item a {
    font-size: 30px;}}
@media (min-width: 1367px) and (max-width: 1440px) {
    .menupanel-links__item a {
    font-size: 23px;} 
}
/*---------------*/
.proj-gallery-item_3 {
    position: relative;
    width: 33.33%;
    float: left;
}
.proj-gallery-item_3 img {
    max-width: 100%;
    display: block;
}
/*-----------------------*/
.inline_block{
    display: inline-block;
}
.prj-map-location{
width:100%	
}
.width40{
width:40%;
/*margin-left:8%	*/
}
#Contact_Us{
width:80%	
}
#Visit_Site{
width:80%	
}
#Career {
    width: 80%;
	    border-top: 6px solid #e6866f;
    border-radius: 5px;;
	    background: #F6F4EF;
    padding: 20px
}
#Career fieldset{
	    margin-top: 30px;
		margin-bottom:30px;
}
#Career fieldset i{
	   left: auto ;
}
.file-holder{
left:10px;
position:relative	
}
.input-wrap1 {
    margin-bottom: 20px;
}
#Contact_Us .button-wrapper{
margin-top:10px;
    margin-right: -21%;
    
}
#Visit_Site .button-wrapper{
margin-top:40px;	
}
.mt5{
margin-top:5%	
}
.ml8{
margin-left:8%	
}
.email-icn-cnt{
    left: -12px;
    position: relative;	
}
.phone-cnt-icon{
    top: -15px;
    position: relative;
}
.contact_address a:hover{
color:#e6866f	
}
.text-justify{
text-align:justify	
}
.faq-title{
    font-size: 25px;
    color: #333;
    font-weight: 600;
	margin-bottom:20px;
}
.testimonials{
width: 33.33333333%;
float:left;
padding:0 15px;
}
.video_gallery {

    box-shadow: 0 1px 1px rgba(0,0,0,.2);
    padding-top: 0px;
    border: 1px solid rgba(0,0,0,.1);
    margin-bottom: 40px;

}
.video-text {

    font-size: 15px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 15px;
    letter-spacing: 0.5px;
    margin-bottom: 0;

}
.video_gallery iframe{
    width: 100%;
    height: 260px;
}
/*visit site*/
 #floatdiv {

    transition: all 1.5s ease 0s;

}
	
/*end*/
/* News Block */
.news-block-four{
width:50%;
float:left;
padding:0 15px;	
}
.news-block-four{
	position:relative;
	margin-bottom:70px;
}

.news-block-four .inner-box{
	position:relative;
}

.news-block-four .inner-box .image{
	position:relative;
	display:block;
	overflow:hidden;
	background:#101010;
}

.news-block-four .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.news-block-four .inner-box:hover .image img{
	opacity:0.50;
	-webkit-transform:scale(1.05);	
	-ms-transform:scale(1.05);	
	-moz-transform:scale(1.05);	
	transform:scale(1.05);	
}

.news-block-four .inner-box .image .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	text-align:center;
}

.news-block-four .inner-box .image .overlay-box .icon{
	position:absolute;
	left:50%;
	top:50%;
	width:80px;
	height:80px;
	color:#222222;
	margin-left:-40px;
	text-align:center;
	border-radius:50%;
	line-height:80px;
	display:inline-block;
	padding-left:4px;
	font-size:20px;
	margin-top:-40px;
	background-color:rgba(255,255,255,1);
}

.news-block-four .inner-box .image .owl-dots{
	display:none;
}

.news-block-four .inner-box .owl-nav{
	position:absolute;
	left:0px;
	top:50%;
	width:100%;
	margin-top:-38px;
}

.news-block-four .inner-box .owl-nav .owl-prev{
	position:absolute;
	left:30px;
	top:0px;
	width:55px;
	height:55px;
	color:#ffffff;
	font-size:20px;
	line-height:55px;
	text-align:center;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	background-color:rgba(0,0,0,0.50);
}

.news-block-four .inner-box .owl-nav .owl-next{
	position:absolute;
	right:20px;
	top:0px;
	width:55px;
	height:55px;
	color:#ffffff;
	font-size:20px;
	line-height:55px;
	text-align:center;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	background-color:rgba(0,0,0,0.50);
}

.news-block-four .inner-box .owl-nav .owl-prev:hover,
.news-block-four .inner-box .owl-nav .owl-next:hover{
	color:#ffffff;
	background-color:#222222;
}

.news-block-four .inner-box .lower-content{
	position:relative;
	z-index:1;
}

.news-block-four.style-two .inner-box .lower-content .inner-content{
	margin:0px;
}

.news-block-four .inner-box .lower-content .inner-content{
	position:relative;
	margin-left:30px;
	margin-right:30px;
	margin-top:-80px;
	background-color:#ffffff;
	padding:0px 50px 20px 50px;
	box-shadow:0px 0px 25px rgba(0,0,0,0.10);
	min-height: 270px;
}

.mb25{
margin-bottom:25px;	
}
.news-block-four .inner-box .lower-content .post-date{
	position:relative;
	color:#ffffff;
	top:-10px;
	font-size:14px;
	margin-top:-10px;
	padding:10px 17px;
	display:inline-block;
	background-color:#222222;
	opacity: 0;
	
}

.news-block-four .inner-box .lower-content h3{
	position:relative;
	font-size:30px;
	font-weight:600;
	line-height:25px;
	margin-top:10px;
}

.news-block-four .inner-box .lower-content h3 a{
	position:relative;
	color:#222222;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	font-size: 18px;
}

.news-block-four .inner-box .lower-content h3 a:hover{
	color:#e6866f;
}

.news-block-four.style-two .inner-box .lower-content .quote-icon{
	position:absolute;
	right:70px;
	bottom:30px;
	color:#e6866f;
	font-size:60px;
	line-height:1em;
}

.news-block-four .inner-box .lower-content .post-meta{
	position:relative;
	margin-top:10px;
	padding-bottom:18px;
}

.news-block-four .inner-box .lower-content .post-meta li{
	position:relative;
	color:#666666;
	font-size:14px;
	margin-right:15px;
	display:inline-block;
	
}

.news-block-four .inner-box .lower-content .post-meta li:last-child{
	margin-right:0px;
}

.news-block-four .inner-box .lower-content .post-meta:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	height:2px;
	width:50px;
	background-color:#e9c37a;
}

.news-block-four .inner-box .lower-content .text{
	position:relative;
text-align:justify;	
	    line-height: 25px;
    margin-top: 18px;
	font-size:17px;
	    letter-spacing: 0.5px;
	
}

.news-block-four .inner-box .lower-content .read-more{
	position:relative;
	color:#222222;
	font-size:14px;
	line-height:1em;
	margin-top:20px;
	display:inline-block;
	
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.news-block-four .inner-box .lower-content .read-more .arrow{
	position:relative;
	margin-left:10px;
	color:#e9c37a;
	top:2px;
}

.news-block-four .inner-box .lower-content .read-more:hover{
	color:#e6866f;
}

/*** /
/*** 

====================================================================
	Styled Pagination
====================================================================

***/

.styled-pagination{
	position:relative;
	margin-bottom:0
}

.styled-pagination li{
	position:relative;
	font-size:16px;
	color:#222222;
	display:inline-block;
	margin:0px 8px 0px 8px;
	
}

.styled-pagination li a{
	position:relative;
	display:inline-block;
	font-size:16px;
	color:#222222;
	font-weight:600;
	text-transform:capitalize;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	
}

.styled-pagination li a:hover,
.styled-pagination li a.active{
	color:#e6866f;
}
/***/
.styled-pagination span{
    font-size: 30px;
    top: 5px;
    position: relative;	
}
.blog-description .news-block-four {
    width: 55%;
    float: none;
    margin: 0 auto;
}
.inner-blog-title{
font-size:25px;
text-align:left;
    color: #222222;
	margin-bottom:35px;	
}

.blog-description .news-block-four .inner-box .lower-content .inner-content{
	margin:0;
	padding:0;
	background:rgba(0,0,0,0);
	box-shadow:none;
	min-height:auto
}
.inner-blog-date{
        float: right;
    background: #111;
    color: #fff;
    padding: 10px;
    right: 0;
    position: relative;
    margin-top: -7%;
    z-index: 9;
    top: 35px;
	opacity: 0
}

/*blog next prev*/
.ps-prev-project-link {
	margin-top: 8px
}
.pg-navigation {
	    background-color: #F6F4EF;
    color: #fff;
    border-bottom: 1px solid #111;

	
}
.ps-navigation {
	padding: 15px 0
}
.ps-navigation .disabled {
	cursor: default;
	opacity: .3;
	margin-top: 8px
}
.ps-prev-project-link {
	float: left;
	margin-left: -1%
}
.ps-back {
	left: 50%;
	top: inherit;
	width: 5%;
	margin: 0 auto
}
.ps-new-loading {
	height: 35px;
	line-height: 0;
	width: 35px;
	margin: 0 auto
}
.ps-new-loading span:nth-of-type(1) {
	animation-delay: .1s
}
.ps-new-loading span {
	display: inline-block;
	height: 12px;
	opacity: 1;
	width: 12px;
	background: #111;
	border-radius: 1px;
	margin: 2px
}
.ps-new-loading span:nth-of-type(2) {
	animation-delay: .3s
}
.ps-new-loading span:nth-of-type(3) {
	animation-delay: .2s
}
.ps-new-loading span:nth-of-type(4) {
	animation-delay: .4s
}
.ps-next-project-link span {
	float: right
}
.ps-icon img{
		filter: brightness(0);
}
.ps-back-text, .ps-nav-text {
	color: #fff;
	font-size: 13px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-right: 6px
}
.ps-next-project-link img{
	filter: brightness(0);
}
.content-boxed {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	max-width: 1200px;
}
.ps-next-project-link {
	float: right;
	margin-top: -35px;
	margin-right: -1%;

}
.ps-icon.icon-arrow-left>img, .ps-icon.icon-arrow-right>img {
	margin-top: -9px
}


.pages-header-content h1 {
	color: #fff;
	font-weight: 700;
	/* margin-top: 25%;*/
	text-transform: uppercase;
}
.pages-header-content {
position: absolute;
    z-index: 999;
    margin: 0 auto;
    display: block;
    text-align: center;
    left: 0;
    right: 0;
    margin-top: -17px;
}
.pages-header-content > p {
	color: #fff;
	font-weight: 600;
	line-height: 40px;
	text-transform: uppercase;
}
.pages-header-content .breadcum {
	/* margin-bottom: -11px;
    margin-top: 55px;*/
	position: relative;
	top: -16px;
}
.pages-header-content.contact-us .breadcum {
	margin-bottom: 0px
}
.pages-header-content .breadcum ul > li {
	display: inline-block;
	font-size: 12px;
	margin: 0 10px;
	text-transform: uppercase;
}
.pages-header-content .breadcum > ul {
	background: #111;
	display: inline-block;
	-webkit-clip-path: polygon(2% 0, 100% 0%, 98% 100%, 0% 100%);
clip-path:polygon(2% 0, 100% 0%, 98% 100%, 0% 100%);
padding-left:0
}
.pages-header-content .breadcum ul > li > a {
	color: #fff;
	font-weight: 600;
	padding: 0 5px;
}
.pages-header-content .breadcum ul > li:after {
	color: #fff;
	content: "/";
	font-size: 17px;
	margin-left: 6px;
	position: absolute;
}
.pages-header-content .breadcum ul > li:last-child:after {
	display: none
}
.pages-header-content .breadcum ul > li:last-child > a { /*color: #111*/
}
.pages-header-content .about-us-content {
	margin-top: 0px
}
/*choose btn css*/

/*.customfile-filename {
    width: 80% !important;
}

button.customfile-upload:hover {
    background: #e6866f;
    cursor: pointer;
}

button.customfile-upload {
    width: 20%;
    padding: 2px 0 0px 0;
    background: #e6866f;
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    border: none;
    height: 44px;
    font-weight: 600;
    border: 0px solid;
    border-radius: 0;
	    top: 6px;
    position: relative;
}*/
.file-wrapper{
	border-bottom: 1px solid #E4E2DD;
}
.file-wrapper input {
    left: 0;
    opacity: .01;
    cursor: pointer;
    position: absolute;
    -moz-opacity: .01;
    filter: alpha(opacity=1);
}
.file-wrapper .file-button {
    color: #fff;
    /*float: left;*/
    cursor: pointer;
    margin-left: 0px;
    padding: 15px;
    background:#333 !important;
    display: inline-block;
	    font-size: 14px;
}
.form-control {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding-left: 1rem;
	padding-right: 1rem;
	font-size: 14px;
	width: 100%;
	height: 45px;
	margin-bottom: 20px;
	background: #fff;
	border-bottom: 1px solid #d3d9dd!important;
	border-radius: 3px;
	cursor: pointer;
	color: #000;
	border: none;
	font-family: Quicksand, sans-serif
}
/*end*/
.pr0{
padding-right:0	
}
.list-style-type{
padding-left:20px	
}
.list-style-type li{
list-style-type:circle	
}
.next-blog{
    background: #111;
    padding: 10px;
      position: absolute;
    right: -9%;
	z-index:9;
	margin-top:30%
	
   
}
.privious-blog{
    background: #111;
    padding: 10px;
    position: absolute;
    left:-9%;
	z-index:9;
	margin-top:30%
	
 
}
.privious-blog img{
width:30px;	
top: 3px;
    position: relative;
}
.next-blog img{
width:30px;	
top: 3px;
    position: relative;
}
.width100{
width:100%	
}
.blckqute{
    background: #fff;
    padding: 50px;
    font-size: 20px;
    border-left: 5px solid #e6866f;	
	    margin: 0;
    margin-bottom: 20px;
}
.white-text{
color:#fff
}
.leftnone{
	left:0 !important
}
.current-open-section{
	background: #fff;
	padding-bottom: 0px !important
}
.mb10{
	margin-bottom: 10px;
}

/*working forms css*/
#error_data {
	color: red;
	font-size: 14px;
	margin: 0 0 10px;
	line-height: normal
}
@-webkit-keyframes spinnerRotate {
from {
-webkit-transform:rotate(0)
}
to {
	-webkit-transform: rotate(360deg)
}
}
@-moz-keyframes spinnerRotate {
from {
-moz-transform:rotate(0)
}
to {
	-moz-transform: rotate(360deg)
}
}
@-ms-keyframes spinnerRotate {
from {
-ms-transform:rotate(0)
}
to {
	-ms-transform: rotate(360deg)
}
}
#form_process {
	-webkit-animation-name: spinnerRotate;
	-webkit-animation-duration: 1.1s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: spinnerRotate;
	-moz-animation-duration: 1.1s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: spinnerRotate;
	-ms-animation-duration: 1.1s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	display: inline-block;
	margin-left: 10px;
	position: relative;
	visibility: hidden
}
#error_data {
	color: red;
	font-size: 14px;
	margin: 0 0 10px;
	line-height: normal
}
.alert.alert-danger p {
	color: #fff;
	background: red;
	border-radius: 24px;
	padding: 10px
}
.alert.alert-danger {
	color: #454545;
	background-color: #ffb4b4;
	padding: 10px 15px;
	font-weight: 700;
	letter-spacing: .5px;
	line-height: 28px
}
.alert.alert-success {
	color: #508e14;
	background: #f0f0f0;
	padding: 10px 15px;
	font-weight: 700;
	letter-spacing: .5px;
	line-height: 28px;
	
}
/*end*/
@-moz-document url-prefix() {
	.news-block-four .inner-box .lower-content .inner-content{
		min-height: 275px;
	}
	.news-block-four{
		min-height:650px;	
	}
}
.career-form-section{
	    float: none;
    margin: 0 auto;
}
.current-open-section_last {
    background: #fff;
    padding-bottom: 100px !important;
}
.who_we_are_sec{
background:#fff	
}
.who_we_are_sec h4{
    font-size: 20px;
    margin-top: 25px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1px;	
	color: #e6866f;
}
.who_we_are_sec p{
margin-top:15px !important;	
}
.custom_heading{
    background: #f6f4ef;
    margin-bottom: 0;
   padding: 0 0 20px;
    text-align: center
}
 .custom_heading .separator-line1 {
    height: 3px;
    width: 50px;
    background: #e6866f;
    left: 3px;
    right: 0;
    top: 5px;
    position: relative;
    margin: 0 auto;
}
 .custom_heading .h1:after {
    margin: 0 auto;
}

.custom_heading span{
    font-size: 14px;
}

.custom_heading .h1 span{
    font-size: 14px;
}


.container_bg-link-tags {
       height: 15px;
}


.container_bg-link .cols-info__title{
        padding-left: 62px;
}
.container_bg-link .h1-top{
    font-size: 29px;
    color: #fff
}


.projs-card-info__lable_new {
    transform: none;
    right: 10px !important;
}

.btn_apply{
        color: #fff;
    display: inline-block;
    background: #e6866f;
    padding: 10px 30px;
    border-radius: 5px;
}

.pb-100{
    padding-bottom: 100px !important;
}

.responstable tr:nth-child(even) {
     background-color: #fff !important; 
}

.career_page .contact_address p {
    width: 33.33%;
    float: left;
}
@media (max-width: 767px) { .career_page .contact_address p {
    width: 100%;
    float: left;
}}
.project-sub-title {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
    background-color: #162a42;
    color: #fff;
    text-align: center;
    padding: 11px !important;
    font-size: 14px;
    width: 41%;
    top: -19px;
    line-height: 19px;
    position: relative;
    margin: 0 156px;
}
.project-bg-left {
    background-image: url(../img/project_bg_left.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
}
.project-sub-title h3 {
    padding: 0 0 10px 0 !important;
    color: #fff !important;
}


.swiper-slide {
    position: relative;
}

.ready-possession {
    position: absolute;
    bottom: 10px; /* Adjust the top position as needed */
    right: 10px; /* Adjust the right position as needed */
    /* Optional: Add a background for better visibility */
    padding: 10px; /* Optional: Add padding around the content */
    border-radius: 5px; /* Optional: Add rounded corners */
    text-align: center; /* Center the text inside the box */
}

.ready-possession img {
    display: block;
    max-width: 100px; /* Adjust size as needed */
    margin: 0 auto 5px; /* Center image and add margin below */
}

.ready-possession p {
    margin: 0;
    font-size: 14px; /* Adjust font size as needed */
    font-weight: bold; /* Make the text bold if desired */
}
.footer-socs__item {
    display: inline-block;
    margin: 0 10px;
    text-decoration: none;
}


.footer-socs__item span i {
    font-size: 16px; /* Adjust size as needed */
}
.footer-socs__item_ln span {
    top: 1px;
    left: 0px;
    width: 18px;
    height: 18px;
    background: url(../img/linkedin.png) no-repeat center;
    background-size: contain;
}
.menu__bg.mar_bottom {
    margin-top: 167%;
}
.view-more-button {
    display: inline-block;
    margin-top: 4px;
    padding: 6px 15px;
    background-color: #e6866f;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    margin-bottom: 10%;
}

.view-more-button:hover {
    background-color: #fff; /* Darker shade on hover */
}
.galls__slider .swiper-button.swiper-button-prev {
    z-index: 0;
}
