@font-face {
	font-family: "Arm Bebas";
	src: url("./fonts/arm-bebas.TTF");
}
@font-face {
	font-family: "Roboto Regular";
	src: url("./fonts/roboto/Roboto-Regular.ttf");
}
@font-face {
	font-family: "Roboto bold";
	src: url("./fonts/roboto/Roboto-Bold.ttf");
}
@font-face {
	font-family: "bebas-neue";
	src: url("./fonts/BebasNeue-Regular.ttf");
}
@font-face {
	font-family: "bebasneuecyrillic";
	src: url("./fonts/bebasneuecyrillic.ttf");
}
@font-face {
	font-family: "Bebas";
	src: url("./fonts/bebas.woff");
}
@font-face {
	font-family: "Montserrat";
	src: url("./fonts/montserrat/Montserrat-Regular.woff");
}
/*@font-face {*/
/*	font-family: 'Montserrat';*/
/*	src: url('/fonts/montserrat/Montserrat-Regular.TTF') format('truetype');*/
/*	font-weight: normal;*/
/*	font-style: normal;*/
/*}*/

:root {
	--index: calc(1vw + 1vh);
    --pink: #D8549E;
    --pink-hover: #c94f94;
}
::selection {
	background: #000;
	color: #fff;
}
/* Reset */
* {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	height: 100%;
	min-height: 100%;
}
body {
	min-height: 100%;
	background-color: #fff;
	position: relative;
}
html,
html a {
	-webkit-font-smoothing: antialiased;
}

/* Basic typography setting */
body,
select,
input,
textarea,
button {
	font: normal 14px/1.5 Montserrat, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #000;
	outline: none;
}
a {
	outline: none;
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

p {
	margin-bottom: 1em;
	line-height: 30px;
}

img {
	max-width: 100%;
}
a img {
	border: 0 none;
}
a > img {
	vertical-align: bottom;
}

/* H1 - H6 */
h1 {
	font-size: 3rem;
}
h2,
.h2 {
	font-size: 21px;
}
h3,
.h3 {
	font-size: 20px;
}
h4,
.h4 {
	font-size: 18px;
}
h5,
.h5 {
	font-size: 16px;
}
h5,
.h5 {
	font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
	font-family: "Arm Bebas", Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	margin: 0 0 1em 0;
	line-height: normal;
	font-weight: 600;
}

.ru h1,
.ru h2,
.ru h3,
.ru h4,
.ru h5,
.ru .h1,
.ru .h2,
.ru .h3,
.ru .h4,
.ru .h5 {
	font-family: "Bebas", Arial, Helvetica, sans-serif;
}
.en h1,
.en h2,
.en h3,
.en h4,
.en h5,
.en .h1,
.en .h2,
.en .h3,
.en .h4,
.en .h5 {
	font-family: "Bebas", Arial, Helvetica, sans-serif;
}
.hy h1,
.hy h2,
.hy h3,
.hy h4,
.hy h5,
.hy .h1,
.hy .h2,
.hy .h3,
.hy .h4,
.hy .h5 {
	font-family: "Arm Bebas", Arial, Helvetica, sans-serif;
	font-weight: 400;
}
.ltr_space {
	letter-spacing: 1.5px;
}

.addcomment h3 {
	margin: 0.3em 0 0.6em 0;
}

.dlevideoplayer ul[data-theme] {
	display: none;
}

/* Frequent styles */
.strike {
	text-decoration: line-through;
}
.nobr {
	white-space: nowrap;
}
.hide {
	display: none;
}
.title_hide {
	left: -9999px;
	position: absolute;
	top: -9999px;
	overflow: hidden;
	width: 0;
	height: 0;
}
.uline {
	text-decoration: underline;
}
.strike {
	text-decoration: line-through;
}
.justify {
	text-align: justify;
}
.center {
	text-align: center;
}
.tleft {
	text-align: left;
}
.tright {
	text-align: right;
}
.left {
	float: left;
}
.right {
	float: right;
}
fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 20px;
	margin-bottom: 25px;
}
fieldset legend {
	font-weight: bold;
}

.grey {
	color: #919191;
}
.grey a {
	color: inherit;
}
.grey a:hover {
	color: #353535;
}
.blue {
	color: #3394e6;
}
.orange {
	color: #e85319;
}

sup {
	vertical-align: super;
	font-size: smaller;
}
sub {
	vertical-align: sub;
	font-size: smaller;
}
.over {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
a .over {
	cursor: pointer;
}

.cover {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

/* Other items configurations */
ul {
	padding-left: 40px;
	list-style: disc outside;
	margin-top: 1em;
	margin-bottom: 1em;
}
ol {
	padding-left: 40px;
	list-style: decimal outside;
	margin-top: 1em;
	margin-bottom: 1em;
}
.reset {
	list-style: none;
	margin: 0;
	padding: 0;
}

strong,
b {
	font-weight: bold;
}
em,
cite,
i {
	font-style: italic;
}
caption {
	text-align: left;
}
th,
td {
	vertical-align: middle;
}
small,
.small {
	font-size: 0.9em;
}
hr {
	height: 0;
	border: 0;
	border-top: 2px solid #eeeeef;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	margin: 20px 0;
}

.clr {
	clear: both;
}
.clrfix:after {
	clear: both;
	content: "";
	display: table;
}

.img_width img {
	width: 100%;
}

body {
	margin: 0;
	padding: 0;
	min-height: 100%;
	min-width: 320px;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	overflow-y: scroll;
}

/* template */
.one-percent {
	padding-right: 1%;
}
.two-percent {
	padding-right: 2%;
}
.rate_link {
	width: 100%;
	max-width: 1465px;
	margin: 75px auto 0;
}
.rate_link > div > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.rate_link .review {
	padding: 0 20px;
}
.page {
	overflow: hidden;
	flex-grow: 1;
}
.conteiner {
}
.wrp {
	padding: 0 50px;
}
.midside {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 30px;
}
.mrg {
	margin-top: 75px;
}
.mb-100 {
	margin-bottom: 100px;
}
.mb-75 {
	margin-bottom: 75px;
}
.mb-80 {
	margin-bottom: 75px;
}
.mb-55 {
	margin-bottom: 55px;
}
.mb-35 {
	margin-bottom: 35px;
}
.little {
	margin-top: 45px;
}
.upper {
	text-transform: uppercase;
}
.lower {
	text-transform: lowercase;
}
.head_pad {
	min-height: 1px;
	padding-top: 120px;
}
.arrow_text {
	padding-right: 50px;
	background: url(../images/pages/arrow-right.svg) right center no-repeat;
	background-size: 30px auto;
	font-size: 18px;
}
.arrow_text_left {
	padding-left: 50px;
	background: url(../images/pages/arrow-left.svg) left center no-repeat;
	background-size: 30px auto;
	font-size: 18px;
}
.arrow_text_left_white {
	padding-left: 50px;
	background: url(../images/pages/arrow-left-white.svg) left center no-repeat;
	background-size: 30px auto;
	font-size: 18px;
}
.arrow_right {
	text-align: right;
	margin-top: 30px;
}
.berrors {
	margin-top: 150px;
	margin-bottom: 50px;
	background-color: #ccc;
	color: #000;
	padding: 20px 50px;
}
.row-paddings {
	padding: 0 30px;
}

/* Header */
#header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1001;
}
#header .header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 80px;
	background: rgba(238, 241, 246, 0.8);
	backdrop-filter: blur(7.5px);
}
.header .logo {
	height: 44px;
}
.header .headmenu {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header .headmenu ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header .headmenu ul li {
	margin-right: 80px;
}
.header .headmenu ul li a {
	position: relative;
	display: block;
	font-weight: 400;
	text-decoration: none;
}
.header .headmenu ul li a::after {
	content: "";
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 0%;
	height: 2px;
	background: #000;
	transition: 0.5s ease;
}
.header .headmenu ul li a.active::after,
.header .headmenu ul li a:hover::after {
	width: 100%;
}
.header .headmenu ul li a.contact_us::after {
	display: none;
}
.header .headmenu ul li a.contact_us {
	display: inline-block;
	padding: 4px 12px;
	color: #000;
	border: 1px solid #000;
}
.header .headmenu ul li a.contact_us:hover {
	background: #000;
	color: #fff;
	text-decoration: none;
}

.header .langbar {
	position: relative;
}
.header .langbar .curentlang {
	display: block;
	cursor: pointer;
}
.header .langbar .curentlang span {
	margin-right: 8px;
}
.header .langbar .curentlang:after {
	content: "";
	position: relative;
	display: inline-block;
	vertical-align: middle;
	border: solid #000;
	border-width: 0 2px 2px 0;
	padding: 3px;
	top: -2px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.header .langbar .otherlangs {
	position: absolute;
	top: 20px;
	right: -15px;
	left: -15px;
	background-color: #f1f4f8;
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
	visibility: hidden;
	opacity: 0;
	transition: all 0.1s;
}
.header .langbar.open .otherlangs {
	visibility: visible;
	opacity: 1;
	top: 30px;
	z-index: 1002;
}
.header .langbar .otherlangs a {
	display: block;
	color: inherit;
	padding: 8px 15px;
	transition: all 0.1s ease-in-out;
}
.header .langbar .otherlangs a:hover {
	text-decoration: none;
	background: #000;
	color: #fff;
}

#header #menu-btn {
	display: none;
	position: relative;
	z-index: 2;
	width: 30px;
	height: 30px;
	cursor: pointer;
}
#header #menu-btn > span {
	position: absolute;
	top: 2px;
	width: 100%;
	height: 3px;
	border-radius: 2px;
	background-color: #000;
	transform-origin: center center;
	transition: all 0.25s;
}
#header #menu-btn > span:nth-child(1) {
	margin-top: 0;
}
#header #menu-btn > span:nth-child(2) {
	margin-top: 10px;
}
#header #menu-btn > span:nth-child(3) {
	margin-top: 20px;
}

.menu_opened #header #menu-btn > span:nth-child(1) {
	margin-top: 10px;
	transform: rotate(-45deg);
}
.menu_opened #header #menu-btn > span:nth-child(2) {
	opacity: 0;
	visibility: hidden;
}
.menu_opened #header #menu-btn > span:nth-child(3) {
	margin-top: 10px;
	transform: rotate(45deg);
}

/* home */
.head {
	position: relative;
	/*height: 100vh;*/
	overflow: hidden;
}
.head > img {
	display: block;
	width: 100%;
	/*position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);*/
}
.head_in {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	padding-bottom: 30px;
}
.head_in.divide {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

/* footer */
/* .footer_line {
	width: 100%;
	margin: 75px auto 0;
	height: 1px;
	border-top: 1px solid #d7dadf;
} */

.footer {
    padding: 50px 30px;
    background: rgba(238, 241, 246, 1);
    border-top: 1px solid #d7dadf;
}
.footer > .wrp {
	display: flex;
	justify-content: space-between;
	padding: 0;
}
.footer > .wrp > div:first-child img {
	width: 200px;
	margin-bottom: 40px;
}
.footer ul.labels {
	display: flex;
	flex-direction: column;
}
.footer ul.labels > li {
	margin: 0;
}
.footer > .wrp > div:first-child p {
	/*font-size: .8em;*/
	line-height: 25px;
	max-width: 500px;
}
.footer > .wrp > div:last-child {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	padding-left: 15%;
}
.footer > .wrp > div:last-child > ul > li {
	margin-bottom: 20px;
}
.footer > .wrp > div:last-child > ul > li:first-child {
	font-weight: 500;
}
.footer > .wrp > div:last-child > ul > li:last-child {
	margin-bottom: 0;
}
.footer .full_icons > a:nth-child(n + 2) {
	margin-left: 40px;
}
.footer .wrp ul {
	padding-left: 20px;
	list-style: none;
}
.footer .lang > h6:nth-child(n + 2) {
	margin-top: 10px;
}
.footer .address {
	margin-left: 10px;
}
.footer .copyright {
	text-align: center;
	margin-top: 50px;
	color: #000;
	font-size: 0.9em;
}
.footer .full_icons {
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer .full_icons > a {
	display: block;
}
.footer .full_icons > img {
	width: 25px;
	height: 25px;
}

/* Project Bottom Navigation */

#project_nav ul.arrows {
	display: flex;
	justify-content: space-between;
	list-style: none;
	font-size: 22px;
	letter-spacing: 2px;
	align-items: center;
	text-transform: uppercase;
}
#project_nav ul.arrows li:first-child,
#project_nav ul.arrows li:last-child {
	min-width: 120px;
	height: 30px;
	display: flex;
	align-items: center;
}
#project_nav ul.arrows li:first-child img,
#project_nav ul.arrows li:last-child img {
	width: 60px;
	transition: all 0.3s;
}
#project_nav ul.arrows li:last-child:hover img {
	transform: scale(1.3);
}
#project_nav ul.arrows li:first-child:hover img {
	transform: scaleX(-1.3) !important;
}
#project_nav ul.arrows > li {
	text-align: center;
}
#project_nav ul.arrows > a:first-child > li {
	justify-content: flex-start;
}
#project_nav ul.arrows > a:last-child > li {
	justify-content: flex-end;
}
#project_nav ul.arrows > li > a {
	display: flex;
}
#project_nav .line {
	height: 1px;
	width: 60%;
	margin: 0 auto;
	border: 1px solid white;
}
#project_nav button.other {
	margin: 0 auto;
	display: block;
	background-color: transparent;
	border: 1px solid black;
	padding: 25px 70px;
	font-size: 20px;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	text-transform: uppercase;
}
#project_nav button.other:hover {
	background-color: black;
	color: #fff;
}
#project_nav .midside.mrg {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
#project_nav .line {
	height: 1px;
	width: 60%;
	margin: 75px auto 45px;
	border: 1px solid white;
}

.previous_page {
	padding-top: 120px;
}

.company_info {
	color: #fff !important;
}

/* login */
#login {
	display: block;
	max-width: 300px;
	margin: 0 auto;
}
#login li {
	margin-bottom: 20px;
}
#login li:last-child {
	margin-bottom: 0;
}
#login li input {
	color: #000;
}
#login li label {
	display: block;
	margin-bottom: 5px;
}

#logged {
	display: block;
	max-width: 300px;
	margin: 0 auto;
	text-align: center;
}
#logged li {
	margin-bottom: 20px;
}
#logged li:last-child {
	margin-bottom: 0;
}

#login .l-btn,
#logged .l-btn {
	display: inline-block;
	text-transform: uppercase;
	height: 44px;
	line-height: 44px;
	padding: 0 50px;
	border: 1px solid #ffffff;
	cursor: pointer;
	background: transparent;
	outline: none;
}
#login .l-btn:hover,
#logged .l-btn:hover {
	border: 1px solid #525252;
	text-decoration: none;
}

#portfolio .pictures {
	display: flex;
	justify-content: space-between;
}
#portfolio .previous_page {
	padding-top: 120px;
}
#portfolio .pictures {
}
#portfolio .pictures > .interior {
}
#portfolio .pictures > .architecture {
	padding-left: 8%;
}
#portfolio .pictures > div > a {
}
#portfolio .pictures > div > a > .arrow_right {
	margin-top: 10px;
}
#portfolio .pictures > div > a > .arrow_right > .arrow_text {
	font-size: 16px;
}

/* Find other projects - form */
.ui-dialog.orderProject .ui-dialog-title {
	float: none;
	display: block;
	text-align: center;
	margin: 10px 0 20px 0;
	color: #fff;
}

#orderProject {
	display: none;
	padding: 0 15%;
	color: #fff;
}
#orderProject .options {
	display: flex;
	justify-content: space-around;
}
#orderProject .application {
	display: flex;
	justify-content: space-around;
}
#orderProject .little_mrg {
	margin-top: 50px;
}
#orderProject .inputs > input {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid white;
	color: #fff;
}
#orderProject .inputs > input.failed {
	border-bottom: 1px solid red;
}
#orderProject .inputs > label {
	display: block;
}
#orderProject .inputs > textarea {
	color: #fff;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid white;
	overflow: hidden;
}
#orderProject .inputs .button {
	background-color: transparent;
	border: 1px solid white;
	padding: 10px 45px;
	display: inline-block;
	margin: 50px auto;
	cursor: pointer;
}
#orderProject .inputs button b {
	font-weight: 100;
}
#orderProjects .arrow_left {
	text-align: left;
}
#orderProject .form {
	width: 40%;
}

/* Find other projects - Radio Buttons */
#orderProject .container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-weight: 100;
	font-size: 16px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#orderProject .container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
#orderProject .checkmark {
	position: absolute;
	top: 50%;
	left: 0;
	height: 16px;
	width: 16px;
	transform: translate(0, -50%);
	background-color: black;
	border: 1px solid white;
}
#orderProject .container:hover input ~ .checkmark {
	background-color: black;
	border: 1px solid white;
}
#orderProject .container input:checked ~ .checkmark {
	background-color: black;
	border: 1px solid white;
}
#orderProject .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
#orderProject .container input:checked ~ .checkmark:after {
	display: block;
}
#orderProject .container .checkmark:after {
	top: 2px;
	left: 2px;
	width: 10px;
	height: 10px;
	background: white;
}
#orderProject .about .options {
	display: flex;
	justify-content: space-around;
}

.sketch_row_indigo > div:first-child {
	display: none;
}
.sketch_row_indigo p {
	margin: 0 !important;
}

#navigation {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 40px 0;
}
#navigation .arrow.page_prev {
    margin-right: 4px;
}
#navigation .arrow.page_next {
    margin-left: 4px;
}
#navigation .pages {
    display: flex;
}
#navigation a,
#navigation span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    min-width: 40px;
    font-size: 1rem;
    line-height: 1rem;
    color: #666;
    padding: 4px;
    border: 1px solid #ccc;
    transition: all .1s ease-in-out;
}
#navigation .arrow.page_next > a,
#navigation .arrow.page_next > span {
    display: block;
    background: url(../images/pages/portfolio/arrow-right-short.svg) center center no-repeat;
    background-size: 24px;
}
#navigation .arrow.page_prev > a,
#navigation .arrow.page_prev > span {
    display: block;
    background: url(../images/pages/portfolio/arrow-left-short.svg) center center no-repeat;
    background-size: 24px;
}
#navigation .arrow.page_prev > span,
#navigation .arrow.page_next > span {
    opacity: .6;
}
#navigation .pages > a,
#navigation .pages > span {
    margin: 0 4px;
}
#navigation a:hover {
    text-decoration: none;
    color: #000;
    background-color: #eee;
}
#navigation .pages > span {
    border-color: #000;
    color: #000;
}