@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&subset=cyrillic');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700&subset=cyrillic');
@import url('https://fonts.googleapis.com/css?family=Oswald');

* {
	box-sizing: border-box;
}

body {
	font-size: 16px;
	background-color: #fff;
	font-family: 'Roboto Condensed', 'Roboto', sans-serif;
	padding: 0;
	margin: 0;
}

body.overflow {
	overflow: hidden;
}

img {
	max-width: 100%;
}

h2, ol, .bold, .alignment  {
	margin-left: 20px;
	margin-right: 5px;
}

p	{
	margin-left: 20px;
	margin-right: 5px;
	word-wrap: break-word;
}

li {
	word-break: break-word;
}

strong {
	margin-right: 20px;
}

a {
	text-decoration: none;
}

a:hover {
-webkit-transition: opacity 0.2s ease-out;
-moz-transition: opacity 0.2s ease-out;
-o-transition: opacity 0.2s ease-out;
transition: opacity 0.2s ease-out; 
opacity: 0.5;
    



}
.wrapper {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;

	display: flex;
	-ms-align-items: center;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
}

.wrapper.light {
	flex-direction: column;
	align-items: flex-start;
}

.flex {
	display: flex;
	-ms-align-items: center;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-around;
}

.align-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.inner-padding {
	padding: 50px;
}

.inner-padding-small {
	padding: 10px;
}

.padding-right {
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.height {
	height: 100% !important;
}

.width {
	width: 100% !important;
}

.shadow {
	-webkit-box-shadow: 0px 0px 18px 1px rgba(0,0,0,0.17);
	-moz-box-shadow: 0px 0px 18px 1px rgba(0,0,0,0.17);
	box-shadow: 0px 0px 18px 1px rgba(0,0,0,0.17);
}

.wrapper-light {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}

.breadcrumbs {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	margin-bottom: 10px;
}

.breadcrumbs a {
	color: #6f6f6f;
	text-decoration: underline;
}

/*Header*/
span.fund img {
    padding: 8px 40px 0px 40px;
}
.fixed { position:fixed; width:100%; top:0px; }

header {
  position: absolute;
  padding:;
  -webkit-transform-style: preserve3d;
          transform-style: preserve3d;
  -webkit-perspective: 3000px;
          perspective: 3000px;
  width: 100%;
  z-index:99999;
  top:40px;
}
.black { background-color:rgba(0, 0, 0, 0.7); top:0px !important; }
.menu { 

  list-style: none;
  margin: 0;
  padding-left: 0;
  display: flex;
  justify-content: center;
  
  font-size:1.32rem;
}
.logo a {
    padding: 0px !important;
    margin-top: 4px;
}
.menu a {
  padding: 20px 12px;
  display: block;
  text-decoration: none;
  color: white;
  font-family: 'Oswald';
  text-transform:uppercase;
}
.menu a:hover {
  color: #ffb70e;
  opacity:unset;
}
.menu__item {
  position: relative;
}
.menu__item.phones a{
    padding: 7px 25px;
    font-size: 1rem;
}
.menu__item:hover > .sub-menu-shadow {
  opacity:1;
}
.menu .sub-menu-shadow {
  position: absolute;
  opacity:0;
  
}

.dropdown-holder {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
}
.dropdown__bg, .dropdown__arrow {
  position: absolute;
}
.dropdown__arrow {
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent white;
  top: -20px;
  opacity:0;
  transition: 0.75s ease;
  pointer-events: none;
  
}
.dropdown__bg {
  width: 450px;
  height: 400px;
  background-color: white;
   opacity:0;
  transition: .75s ease;
  border-radius: 5px;
  overflow: hidden;
  z-index: -1;
  box-shadow: 0px 0px 10px #434343b5;
}
.dropdown__bg-bottom {
  background-color: #fafafa;
  position: absolute;
  width: 100%;
  left: 0;
  top: 300px;
  height: 700px;
  transition: .75s ease;
}
.dropdown__wrap {
  overflow: hidden;
  position: absolute;
  transition: .75s ease;
  z-index: 1;
}
.dropdown__wrap .top-section,
.dropdown__wrap .bottom-section {
  padding: 20px;
}
.dropdown-menu__content {
  position: absolute;
  opacity:0;
  transition: 0.75s ease;
  min-width: 200px;
  z-index:-1000;
}
.dropdown-menu__content ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.dropdown-menu__content a {
  color: inherit;
  text-decoration: none;
  display: block;
  padding: 5px 0;
  opacity:1;
}
.dropdown-menu__content a:hover {
  color: #333;
}
.dropdown-menu.active .dropdown-menu__content {
   opacity:1;
     z-index:1000;
     display:block;
}
#product .dropdown-menu__content {
  width: 640px;
}

#developer .dropdown-menu__content {
  width: 400px;
}

.col-2 {
  display: flex;
}
.col-2 > ul,
.col-2 > div {
  flex: 1 0 150px;
}
.col-2 span img {
  width: 100%;
  height: auto;
}

#product .col-2 li {
  display: block;
  padding: 20px 20px 10px;
}
#product .col-2 li h3 {
    font-size: 18px;
    margin: 0 0 10px;
    color: #5b5b5b;
  text-align: center;
}
.col-2 li:hover {
    color: black;
}
#product .col-2 li p {
  color: #999;
  margin: 0;
}
.mobile-logo{
    z-index: 2;
    position: relative;
    width: 60%;
    margin: 1.35rem;
	display: none;
}

/*First frame*/

.front {
	width: 100%;
	height: 100vh;
	background: #4e4e4e;

	display: flex;
	align-items: center;
}

.front__bg-image .main-image::after, .front__bg-image .back-image::after {
	content: '';
	top: 0;
	left: 0;
	opacity: .6;
	width: 100%;
	height: 100%;
	background-color: #000;
	position: absolute;
}

.front__bg-image {
	z-index: 1;
}

.front__bg-image .main-image, .front__bg-image .back-image {
	position: absolute;
	background: 50% 50% no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.front__bg-image .main-image {
	z-index: 2;
	background-image: url(/images/slider/1.jpg);
}

.front__bg-image .back-image {
	z-index: 1;
	background-image: url(/images/slider/1.jpg);
}

.front__slider {
	z-index: 2;
	height: 30%;
	position: relative;
	flex-wrap: nowrap;
	display: flex;
	align-items: center;
}

.slider-pagination {
	padding: 0;
	margin: 0;
}

.slider-pagination-item {
	margin: 35px;
	margin-left: 0;
	font-size: .875em;
	color: #fff;
	transition: text-align .2s ease-in-out;
	list-style: none;
}

.slider-pagination-item.current {
	text-align: right;
	margin-right: 24px;
}

.slider-pagination-item::before {
	content: '';
	top: 7px;
	left: 10px;
	width: 46px;
	height: 1px;
	display: block;
	position: relative;
	background-color: #fff;
	transition: left .2s ease-in-out;
}

.slider-pagination-item.current::before {
	left: 0;
}

.slider-elements {
	height: 150px;
	text-align: center;
}

.slider-pagination .slider-pagination-item {
	cursor: pointer;
}

.slider-container {
	width: 100%;
}

.slider-elements .slider-element {
	display: none;
}

.slider-elements .slider-element.current {
	display: block;
}

.slider-headline {
	margin: 0;
	color: #fff;
	font-size: 3.750em;
	font-weight: 900;
	word-wrap: break-word;
	text-transform: uppercase;
}

.slider-headline span {
	color: #daa520;
}

.slider-subtitle {
	width: 80%;
	display: block;
	margin: 30px auto;
	font-size: 1.375em;
	line-height: 30px;
	color: #fff;
}

.slider-controls {
	top: 80px;
	display: block;
	text-align: center;
	position: relative;
}

.control-arrow {
	cursor: pointer;

	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.control-arrow:hover {
	opacity: .7;
	background-color: #000;
}

.control-arrow:hover + .control-arrow path {
	opacity: .7;
	background-color: #000;
}

/*Achievements*/

.achievements {
	width: 100%;
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: space-around;

	-webkit-box-shadow: 0px 0px 18px 1px rgba(0,0,0,0.17);
	-moz-box-shadow: 0px 0px 18px 1px rgba(0,0,0,0.17);
	box-shadow: 0px 0px 18px 1px rgba(0,0,0,0.17);
}

.containers {
	margin: 30px;
	display: flex;
	align-items: center;
}

.containers:nth-child(odd) .containers__svg {
	height: 120px;
}

.containers__svg {
	z-index: -1;
	position: absolute;
	opacity: .07;
}

.containers-num {
	color: #000;
	font-size: 2.875em;
	font-weight: 900;
	font-family: 'Roboto';
	letter-spacing: -4px;
	
	margin: 5px;
}

.containers-descr {
	color: #000;
	font-size: 1.125em;
	font-weight: 500;
}

/* Main page photo gallery */

.photo-gallery {
	text-align: center;
	margin: 30px 0 30px;
}

.photo-gallery .wrapper {
	margin-top: 40px;
	justify-content: center;
}

.photo-gallery .block-title {
	text-align: center;
	font-size: 48px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 65px;
}

.photo-gallery .hr {
	margin-top: 18px;
	width: 85px;
	height: 3px;
	background-color: #af8c33;
	display: inline-block;
}

.photo-gallery .block-info {
	text-align: center;
	font-size: 16px;
	width: 40%;
	display: block;
	margin: 5px auto 30px;
}

/* Object block */

.object-block {
	max-width: 400px;
	/*height: 300px;*/
	margin: 5px;
	margin-top: 20px;
	display: inline-block;
}

.object-block .preview {
	width: 100%;
	/*height: 240px;*/
	overflow: hidden;
	text-align: center;
}

.object-block img {
	width: 100%;
    height: 22vw;
    object-fit: cover;
}

.object-block .short-info {
	background-color: #f5f5f5;
	padding: 12px;
	margin-bottom: 14px;
}

.object-block .short-info .name {
	color: #000000;
	font-size: 17px;
	line-height: 33px;
	display: block;
	text-align: left;
}

.object-block .short-info .name a{
	color: #000000;
}

.object-block .short-info .author {
	color: #000000;
	font-size: 11px;
	text-align: left;
	display: block;
	margin: 2px 0 4px;
	margin-top: -5px;
}

.object-block .short-info .detail {
	display: inline-block;
	float: right;
	margin: 4px 6px;
}

.object-block .short-info .detail .type {
	color: #000000;
	font-size: 10px;
	display: block;
}

.object-block .short-info .detail .info {
	font-size: 16px;
	color: #000000;
	text-align: center;
	display: block;
}



/*Filter big blocks showing END */

.button-container {
	display: block;
	text-align: center;
}

.default-button {
	background: #f5f5f5;
	color: #000;
	display: inline-block;
	text-transform: uppercase;
	border-bottom: 3px solid #de9e05;
	padding: 0 20px;
	line-height: 42px;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
	font-size: 15px;
	margin: 20px 0;
}

.default-button:hover {
	background: rgba(245, 245, 245, 0.25);
}

.default-button > .count {
	color: #b7b7b7;
	font-size: 12px;
}

/*Construction*/


.construction__blocks-containers {
	display: flex;
	margin: 40px 0 30px;
	flex-wrap: wrap;
	justify-content: space-around;
}

.rubric {
	text-align: center;
	margin-bottom: 25px;
	margin-top: 100px;
}

.rubric-margin {
	margin-top: 0px;
	padding-top: 0px !important;
}

.rubric__title {
	color: #000;
	font-size: 2.5em;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin: 0;
	word-wrap: break-word;
}

.rubric__title::after {
	content: '';
	bottom: 0;
	width: 50px;
	margin: 0 auto;
	margin-top: 10px;
	display: block;
	border-bottom: 2px solid #af8c33;
}

.rubric__subtitle {
	color: #000;
	font-size: 1em;
	margin-top: 15px;
	position: relative;
	display: block;
}

.containers__headline {
	color: #000;
	font-size: 1.5em;
	text-transform: uppercase;
	text-align: center;
}

.containers--construction {
	z-index: 0;
	width: 25%;
	opacity: 1;
	position: inherit;
	margin: 0;
	padding: 30px;
	flex-flow: wrap column;
}

.containers__image {
	width: 250px;
	margin: 25px 0;
}

.containers__text {
	color: #000;
	font-size: 1em;
	font-weight: 100;
	line-height: 20px;
}

/*About*/

.about {
	background-color: #f5f5f5;
	-webkit-box-shadow: 0px 0px 18px 1px rgba(0,0,0,0.17);
	-moz-box-shadow: 0px 0px 18px 1px rgba(0,0,0,0.17);
	box-shadow: 0px 0px 18px 1px rgba(0,0,0,0.17);}

.containers--about {
	width: 25%;
	flex-wrap: wrap;
	flex-flow: wrap column;
	margin: 0;
	padding: 30px;
}

.containers--about svg {
	z-index: 1;
	opacity: 1;
	position: relative;
}

.containers__headline--about {
	font-weight: bold;
	text-align: center;
	margin: 20px 0 20px;
	text-transform: inherit;
}

.containers--about .containers__text {
	text-align: center;
}

/* Projects */

.projects {
	padding: 10px 0;
}

.project__application-share-img {
	top: 2px;
	position: relative;
}

.projects .results {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	flex-wrap: wrap;
	justify-content: center;
}

.projects__filter {
	padding: 10px 20px;
	margin: 25px 0px 20px;

	line-height: 40px;
	color: #666666;

	-webkit-box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.04);
	-moz-box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.04);
	box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.04);

	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.projects__filter .main-filter {
	width: 100%;
	line-height: initial;
	
	display: flex;
	-ms-align-items: center;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}

.projects__filter .main-filter .view-type {
	display: flex;
	justify-content: space-between;
}

.projects__filter .main-filter .view-type a {
	margin-left: 5px;
}


.sort-by select:first-of-type{
	margin-left: 10px;
}
.sort-by select{
	border: none;
}

.projects__filter .main-filter .pagination a.svga {
	/*top: 6px;*/
	height: 24px;
	position: relative;
	display: inline-block;
}

.projects__filter .main-filter .pagination {
	width: 40%;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-evenly;
}

.projects__filter .main-filter .pagination a {
	color: #000;
	display: flex;
	font-weight: 100;
}

.projects__filter .main-filter .pagination span {
	color: #000;
	font-weight: 600;
}

.projects__filter .main-filter .pagination a span {
	color: #000;
	text-decoration: underline;
}

.projects__filter .main-filter .sort-by {
	display: flex;
	flex-wrap: wrap;
}

.projects__filter .main-filter .sort-by a {
	margin-left: 20px;
	color: #000;
}

.projects__filter .main-filter .all-filters {
	border: none;
	text-align: right;
	
	display: flex;
	align-items: center;
	justify-content: space-between;
	
	font-family: inherit;
	font-size: 15px;
	cursor: pointer;
	outline: none;
	color: #666666;
	background: transparent;
}

.projects__filter .main-filter .all-filters img {
	margin-right: 6px;
	width: 20px;
	height: 20px;
	vertical-align: middle;
}

.projects__filter .additional-filter {
	width: 100%;
	margin-top: 10px;
	border-top: 1px solid #f1f1f1;

	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
}

.projects__filter .additional-filter input, .projects__filter .additional-filter select {
	padding: 0 6px;
	margin: 0 3px;
	border: none;
	outline: none;
	border-bottom: 1px solid #000;
	background-color: transparent;
}

.projects__filter .additional-filter .search-by-name {
	display: inline-block;
}

.projects__filter .additional-filter .area-field {
	display: inline-block;
}

.projects__filter .additional-filter .area-field .from-to-inputs {
	display: inline-block;
	margin-left: 10px;
}

.projects__filter .additional-filter .area-field .from-to-inputs span:last-child {
	font-size: 12px;
}

.projects__filter .additional-filter .area-field .from-to-inputs input {
	width: 40px;
	text-align: center;
}

.projects__filter .additional-filter .other-params {
	display: inline-block;
}

.projects__filter .additional-filter button {
	padding: 0 20px;

	font-size: 1.125em;
	font-family: 'Roboto Condensed';
	border: 1px solid #000;
	background-color: #f7f7f7;
	cursor: pointer;
	outline: none;
}

/*One page html*/

.heading {
	padding-top: 30px
}

.rubric__pagination {
	width: 50%;
	margin: 20px auto 0px;

	display: flex;
	align-items: center;
	justify-content: space-around;
}

.rubric__pagination a {
	display: flex;
	-ms-align-items: center;
	align-items: center;
	color: #000;
}

.rubric__pagination a .preview {
	width: 48px;
	height: 48px;
	overflow: hidden;
	border-radius: 50%;
	text-align: center;
	margin-right: 8px;
}

.rubric__pagination a .preview.left-margin {
	margin-left: 8px;
	margin-right: 0;
}

.rubric__pagination a .preview img {
	min-width: 100%;
	max-width: 60px;
	min-height: 100%;
}

.rubric__pagination a >span {
	width: 90px;
}

/* Prices */

.work-prices {
	flex-wrap: wrap;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.work-price {
	text-align: center;
	margin: 35px 0px 15px;
}

.work-price img {
	text-align: center;
	width: 330px;
}

.work-price .work-description {
	border: 2px solid #ebebeb;
	margin-top: -20px;
	padding: 40px 0 0;
	min-width: 320px;
	text-align: left;
	font-family: 'Roboto';
}

.work-price .work-description .list {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

.work-price .work-description .list li {
	padding: 10px 25px 15px;
}

.work-price .work-description .list li:nth-child(even) {
	background-color: #fcfcfc;
}

.work-price .work-description .list li p {
	font-weight: 300;
	font-size: 14px;
	line-height: 19px;
	margin: 5px 0;
}

.work-price .work-description .list li strong {
	font-size: 16px;
	display: block;
	padding: 2px 0 0;
	font-weight: normal;
}

.work-price .work-description .price {
	float: right;
	padding-right: 20px;
}

.work-price .work-description .price small {
	font-size: 10px;
	margin: 0 3px;
}

.work-price .work-description .name {
	padding: 0 10px 8px;
	border-bottom: 1px solid #ebebeb;
	margin: 0 15px;
}

.work-price .work-description .to-info {
	display: block;
	text-align: center;
	padding: 20px;
	color: #000;
	text-transform: uppercase;

	border: none;
	outline: none;
	background: transparent;
	width: 100%;
	cursor: pointer;
	font-family: 'Roboto';
}

/*One page projects*/

.project {
	display: block;
}

.project .wrapper {
	margin-top: 20px;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.project__pics {
	width: 56%;
}

.project__pics img {
	width: 100%;
}

.project__pics-small {
	display: flex;
	flex-wrap: wrap;
}

.project__pics-small img {
	width: 20%;
	height: 70px;
	padding: 10px;
	cursor: pointer;
}

.project__descr {
	width: 44%;
	padding: 0 15px
}

.project__descr-headline {
	font-size: 1.125em;
	font-weight: 900;
	text-transform: uppercase;
}

.project__descr-headline::after {
	content: '';
	top: 10px;
	width: 100%;
	height: 1px;
	display: block;
	position: relative;
	background-color: #f1f1f1;
}

.project__params {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	margin-top: 10px;
	display: block;
	position: relative;
	list-style: none;
}

.project__params li {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	margin: 0 auto;
	
	position: relative;

	font-size: 13px;
	line-height: 21px;
}

.project__params-name {
	width: 68%;
	height: auto;
	margin: 0 1% 0 0;
	padding: 0;
	display: inline-block;
	position: relative;
	vertical-align: top;

	text-align: left;
	font-weight: 400;
}

.project__params li span:last-child {
	font-weight: 600;
}

.project__refinement {
	display: block;
	margin-top: 30px;

	color: #9b9b9b;
	font-size: 1em;
	font-weight: 100;
}

.project__application {
    font-family: helvetica;
    margin-top: 20px;
    text-decoration: none;
    font-style: normal;
    text-transform: lowercase;
    font-size: 13px;
    font-weight: 100;
    color: #6b6b6b;
}

.project__application a {
	margin-right: 10px;
}

.project__application-headline {
	display: block;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.project__application-headline::after {
	content: '';
	top: 10px;
	width: 100%;
	height: 1px;
	display: block;
	position: relative;
	background-color: #f1f1f1;
}

.project__application-share {
	margin-right: 20px;
}

.project__application-button {
	width: 80%;
	display: block;
	padding: 20px;
	margin-top: 20px;
	border: 3px solid #545454;
	outline: none;
	cursor: pointer;
	font-family: "Roboto Condensed";
	font-size: 1.5em;
	font-weight: 500;
	text-transform: uppercase;
	background-color: transparent;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	background: #f5f5f5;
	color: #000;
	display: inline-block;
	text-transform: uppercase;
	border: none;
	border-bottom: 3px solid #de9e05;
	padding: 0 20px;
	line-height: 42px;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
	font-size: 15px;
	margin: 20px 0;
}

.project__application-button:hover {
	color: #fff;
	background-color: #545454;
}

/* One page options*/

.options {
	-webkit-box-shadow: 0px 0px 18px 1px rgba(0,0,0,0.17);
	-moz-box-shadow: 0px 0px 18px 1px rgba(0,0,0,0.17);
	box-shadow: 0px 0px 18px 1px rgba(0,0,0,0.17);
}

.options .wrapper {
	margin-top: 50px;
	padding-bottom: 50px;

	-ms-align-items: flex-start;
	align-items: flex-start;
}

.options__headline, .similar__headline	{
	width: 100%;
	margin: 40px 0 30px;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
}

.options__blocks {
	width: 25%;
	padding: 10px;
}

.blocks-type {
	color: #000;
	height: 130px;
	padding: 0px;
	border: 1px solid #f1f1f1;
	
	display: flex;
	align-items: center;
	justify-content: center;
}

.blocks-type img {
	width: 60%;
}

.gallery-images li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 21%;
	height: auto;
	margin: 0 3% 20px 0;
	padding: 0;
}

.gallery-images li img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto 10px;
	padding: 0;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.gallery-images .gallery-item {
	cursor: pointer;
}

.blocks-price {
	display: block;
	width: 100%;
	margin: 30px 0 30px;
	padding-bottom: 5px;
	font-size: .875em;
	font-weight: lighter;
	border-bottom: 1px solid #f1f1f1;
	color: #000;
	display: none;
}

.blocks-price strong {
	font-weight: 700;
	font-size: 1.125em;
}

.blocks-descr-title {
	display: block;
	margin: 20px 0 20px;
	font-size: 1.125em;
	font-weight: 500;
}

.blocks-descr-text {
	font-weight: 100;
	line-height: 20px;
}

/*Similar one page*/

.similar {
	margin: 40px 0 60px;
}

.similar__photos {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.similar__photos-block {
	width: 25%;
	padding: 10px;
	color: #000;
}

.similar__photos-block img {
    width: 100%;
    height: 16.5vw;
    object-fit: cover;
}

.similar__photos-block span {
	text-transform: uppercase;
}

.similar__button {
	padding: 10px;
	margin: 30px 0 20px;
	cursor: pointer;
	border: 3px solid #f1f1f1;
	text-align: center;
	color: #777;

	font-size: 1.5em;
	font-weight: 800;
	font-family: "Roboto condensed";
	text-transform: uppercase;
	background: transparent;

	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;

	background: #f5f5f5;
	color: #000;
	display: inline-block;
	text-transform: uppercase;
	border: none;
	border-bottom: 3px solid #de9e05;
	padding: 0 20px;
	line-height: 42px;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
	font-size: 15px;
	margin: 20px 0;
}

.similar__button:hover {
	background-color: #f1f1f1;
}

/*Development page*/

.development__blocks, .foundations__blocks {
	width: 25%;
	padding: 20px;

	color: #000;
	text-align: center;
}

.development__blocks img, .foundations__blocks img {
	width: 100%;
}

.development__blocks-name, .foundations__blocks-name {
	font-size: 1.5em;
	font-weight: 400;
	text-transform: uppercase;
}

.about-dev {
    bottom: 50px;
	position: relative;
	background-color: #f5f5f5;
}

.about-dev .wrapper .heading {
	width: 70%;
}

.about-dev__headline {
	width: 100%;
	margin: 130px 0 30px 40px;
	font-size: 1.875em;
	font-weight: 900;
	text-transform: uppercase;
}

.about-dev__headline::after {
	content: '';
	bottom: 0;
	width: 50px;
	display: block;
	margin-top: 10px;
	border-bottom: 2px solid #af8c33;
}

.about-dev__blocks {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.blocks-block {
	width: 30%;
	margin: 20px 0 ;
	margin-left: 10px;
}

.blocks-block-title {
	font-size: 1.5em;
	font-weight: 600;
	display: block;
	margin-bottom: 30px;
}

/*Gallery page html*/

.gallery {
	margin-bottom: 40px;
}

.gallery .wrapper {
	margin-top: 40px;
	justify-content: center;
}

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

.gallery__buttons-item {
	margin: 10px;
	margin: 20px 0 20px 10px;
	padding: 7px;
	cursor: pointer;
	line-height: 42px;
	display: inline-block;

	color: #000;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	background: #f5f5f5;
	border: none;
	border-bottom: 3px solid #de9e05;
}

.gallery__buttons-item:first-child {
	margin-left: 0;
}

/*Foundations page html*/

.foundations__blocks {
	width: 25%;
	padding: 50px;
	display: flex;
	flex-flow: wrap column;

	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.foundations__blocks:hover {
	opacity: .7;
}

.foundations__blocks-name {
	margin-top: 20px;
}

.foundations__text {
	width: 90%;
	margin: 30px 0 100px;
	line-height: 20px;
	font-weight: 100;
	padding: 0px 50px;
}

.foundations__text-strong {
	font-weight: 600;
	display: block;
	margin: 20px 0;
}

.foundations__text-list {
	margin: 0 0 30px 30px;
}

.foundations__text-list li {
	list-style: circle;
}

.foundations__text-headline {
	display: block;
	margin: 20px 0;

	font-size: 1.5em;
	text-align: center;
}

/*Company page html*/

.company {
	margin: 30px 0;
}

.company .wrapper {
	-ms-align-items: flex-start;
	align-items: flex-start;
	justify-content: center;
}

.company__video {
	width: 40%;
	height: 280px;
}

.company__descr {
	width: 40%;
	margin-left: 30px;
	line-height: 20px;
	display: block;
}

.company__descr-headline {
	display: block;
	margin-bottom: 20px;
	
	font-size: 1.5em;
	font-weight: 600;
	text-transform: uppercase;
}

.company__descr-text, .company__subtitle {
	font-weight: 100;
}

.company__subtitle {
	width: 80%;
	margin-top: 30px;	
}

.company__achievements {
	width: 80%;
	display: block;
	margin-top: 20px;
	font-weight: 600;
}

.company__achievements-item {
	margin: 10px 0 0 30px;
	list-style-type: circle;
	font-weight: 100;
}

/*Team page html*/

.team {
	margin-top: 60px;
	background-color: #f5f5f5;
}

.team .wrapper .heading {
	margin-top: 30px;
	padding-top: 0;
}

.team__container {
	display: flex;
	flex-wrap: wrap;
	margin: 30px 0 30px;
}

.team__container-item {
	width: 25%;
	padding: 20px;

	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.team__container-item:hover {
	opacity: .4;
}

.team__container-item img {
	width: 100%;
}

.team__container-item-headline {
	font-size: 1.125em;
	font-weight: 600;

	display: block;
	margin-top: 10px;
}

.team__container-item-position {
	font-weight: 100;
	margin-top: 5px;
}

.catalog-download-btn {
	cursor: pointer;
	padding: 10px 20px;
	font-size: 14px;
	text-decoration: none;
	color: #000;
	background-color: #efefef;
	padding: 13px;
	margin-top: 20px;
	border: 1px solid #545454;
	outline: none;
	cursor: pointer;
	font-family: "Roboto Condensed";
	font-size: .8em;
	font-weight: 500;
	text-transform: uppercase;
	background-color: transparent;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

/*Contacts page html*/

.contacts__blocks {
	width: 80%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	justify-content: center;
}

.contacts__blocks #map {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.contacts__blocks-spb {
	width: 40%;
	margin: 10px;
	padding: 20px;
	background-color: rgba(255, 255, 255, 0.92);
	border: 4px solid #f1b41a;
	z-index: 2;

	display: flex;
	flex-flow: wrap column;
}

.contacts__blocks-spb:first-child {
	margin-right: 0;
}

.spb-headline {
	font-size: 1.125em;
	font-weight: 600;
	text-transform: uppercase;
}

.spb-regular, .spb-phone, .spb-mail {
	margin-top: 30px;
	
	color: #000;
	font-weight: 100;

	display: flex;
	-ms-align-items: flex-start;
	align-items: flex-start;
	justify-content: flex-end;
	flex-direction: row-reverse;
}

.spb-regular img, .spb-phone img,
.spb-mail img {
	margin-right: 10px
}

.spb-regular--refinement {
	margin-left: 30px;
}

.spb-phone:first-child {
	margin-top: 30px;
}

.spb-phone {
	font-weight: 600;
	margin-top: 5px;
}

.spb-mail {
	text-decoration: underline;
}

.form {
	width: 70%;
	height: 50%;
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	justify-content: center;
	margin: 15px 0 50px;
}

.form__left, .form__right {
	width: 48%;
	display: flex;
	margin-right: 10px;
	flex-flow: wrap column;
}

.form__right {
	margin-right: 0;
}

.form__group {
	width: 100%;
	height: 50px;
	margin-bottom: 10px;
	position: relative;
	border: 3px solid #999;
}

.form__group--textarea {
	height: 110px;
}

.form__input {
	width: 100%;
	height: 100%;
	padding: 10px;
	border: none;
	background-color: transparent;
	border-bottom: 3px solid #fff;
	box-sizing: border-box;

	font-family: "Roboto condensed";
}

.form__input:focus + label {
	opacity: 0;
}

.form__label {
	color: #a2a2a2;
	text-transform: uppercase;

	display: flex;
	-ms-align-items: center;
	align-items: center;

	top: 0;
	width: 100%;
	height: 100%;
	padding: 10px;
	position: absolute;
	pointer-events: none;

	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.form__label--align {
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.form__button {
	color: #000;
	font-family: "Roboto condensed";
	font-weight: 600;
	font-weight: bold;
	font-size: 1.125em;
	text-transform: uppercase;
	cursor: pointer;
	border: none;
	border-bottom: 3px solid #de9e05;
	background: #f5f5f5;

	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;

	display: inline-block;
	padding: 0 20px;
	line-height: 42px;
	text-decoration: none;
	font-size: 15px;
	outline: none;
	margin: 20px 0 5px;
}

.form__button:hover {
	background-color: #f1f1f1;
}

.form__titles {
	bottom: 40px;
	position: absolute;
	font-weight: 100;
	font-size: .875em;
}

.form__titles--textarea {
	bottom: 100px;
}

.popup {
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	position: absolute;
	background: #fff;

	display: flex;
	align-items: center;
	justify-content: center;
}

.popup.not-active {
	display: none;
}

.popup__form {
	width: 25%;
	display: flex;
	flex-flow: wrap column;
}

.popup__form .form__group {
	margin-top: 20px;
	height: 40px;
}

.popup__form-main-title {
	font-weight: 600;
	font-size: 1.125em;
}

.popup__form .form__group--textarea {
	height: 100px;
}

.form__group select {
	width: 100%;
	height: 47px;
	margin: 10px 0;
	padding: 0 10px;
	display: block;
	line-height: 16px;
	position: relative;
	
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-border-radius: 0;
	
	color: #888;
	font-size: 16px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	background: #fff url(../images/down-arrow.png) 97% center no-repeat;
	background-size: 2%;
	border: 3px solid #999;
}

.form__group--select {
	border: none;
	margin: 20px 0;
}

.popup__exit {
	top: 50px;
	right: 50px;
	position: absolute;
	cursor: pointer;
	padding: 20px;

	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

/*ArrowUp*/

.arrow-up {
	width: 60px;
	height: 60px;
	left: 0;
	bottom: 0;
	padding: 12px;
	margin: 0 0 5px 5px;
	position: fixed;
	cursor: pointer;
	border: 3px solid #b3b3b3;
	background-color: #fff;
 
	display: none;
}

.wpb_text_column {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

	/*404 page html*/

	.page-not-found {
		margin-top: 30vh;
		display: flex;
		-ms-align-items: center;
		justify-content: center;
		align-items: center;
		flex-flow: wrap column;
	}

	.page-not-found__title {
		font-size: 12.5em;
		font-weight: 900;
	}

	.page-not-found__subtitle {
		font-size: 2.250em;
	}




		.header__nav-lists--menu-block {
			display: none;
		}
/* Footer */

footer {
	background: url(../images/footer-bg.png) no-repeat #fff;
	background-size: cover;
	height: 300px;
	width: 100%;
	color: #fff;
	padding: 35px 0;
	bottom: 0;
	overflow: hidden;
}

footer > .wrapper {
	-ms-align-items: flex-start;
	align-items: flex-start;
}

footer a {
	color: #fff;
}

footer strong {
	font-size: 24px;
	font-weight: bold;
	display: block;
	margin-bottom: 15px;
}

footer .about-company, footer .best-projects, footer .contacts {
	display: inline-block;
	vertical-align: top;
}

footer .about-company {
	width: 30%;
	padding-right: 50px;
}

footer .about-company p {
	font-weight: 300;
	margin-bottom: 15px;
	font-size: 17px;
}

footer .about-company .social {
	text-decoration: none;
	list-style: none;
	margin: 0;
	margin-top: 30px;
	padding: 0;
	display: flex;
	list-style: none;
	justify-content: center;
}

footer .about-company .social li {
	display: inline-block;
}

footer .about-company .social li a {
	width: 38px;
	height: 34px;
	border: 2px solid #e1e1e0;
	margin-right: 8px;
	text-align: center;

	display: flex;
	justify-content: center;
}

footer .best-projects {
	width: 40%;
}

footer .best-projects .project {
	width: 47%;
	margin: 0px 10px 8px 0;
	padding: 10px 5px;
	border-bottom: 1px solid #636263;
	clear: both;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
}

footer .best-projects .project:last-child, footer .best-projects .project:nth-child(6) {
	border-bottom: none;
}

footer .best-projects .project:hover {
	background-color: #f1f1f1;
	color: #030303;
	transition: .2s ease-in-out background-color;
}

footer .best-projects .project .preview {
	float: left;
	width: 55px;
	height: 40px;
}

footer .best-projects .project .name {
	display: block;
	padding: 5px 10px 3px;
	overflow: hidden;
	transition: .2s .2s ease-in-out background-color;
}

footer .best-projects .project .price {
	display: block;
	padding: 0 10px 5px;
	overflow: hidden;
	color: #aa4531;
	font-size: 12px;
}

footer .contacts {
	width: 19%;
}

footer .contacts .info-block {
	display: block;
	border-bottom: 1px solid #636263;
	padding-bottom: 8px;
	margin-bottom: 10px;
	padding-left: 30px;
	position: relative;
}

footer .contacts .info-block:last-child {
	border-bottom: none;
}

footer .contacts .info-block img {
	display: inline-block;
	position: absolute;
	left: 0;
}

footer .contacts .info-block .about {
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 2px;
	
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: initial;
}

footer .contacts .info-block .description {
	display: block;
	font-size: 16px;
	line-height: 21px;
}

/*Adaptation*/

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

	.containers--construction {
		width: 35%;
	}

	.padding-right {
		padding: 20px;
		margin-right: 0px;
		margin-left: 0px;
	}

}

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

	.header__contacts-phones {
		font-size: .875em;
	}

	.header__nav-lists > a, .header__nav-lists > span {
		padding: 5px;
	}

	.header__nav-lists {
		font-size: .875em;
	}

	.header__nav-lists .list-items .list-item a {
		font-size: .875em;
	}

	.header__logo-name {
		font-size: 1em;
	}

	.header__contacts-icons img {
		width: 15px;
	}

	.slider-headline {
		font-size: 3em;
	}

	.slider-subtitle {
		font-size: 1.125em;
	}

	.achievements {
		height: 450px;
	}

	.achievements .wrapper .containers {
		width: 35%;
		justify-content: center;
		margin: 40px 0;
	}

	footer .wrapper {
		justify-content: flex-start;
	}

	footer .best-projects {
		width: 100%;
		margin: 50px;
	}

	footer .contacts {
		width: 100%;
		margin: 50px;
	}

	footer .about-company {
		width: 100%;
		margin: 50px;
	}

	footer {
		height: initial;
	}

	.contacts__blocks-spb {
		width: 100%;
	}

	.about-dev__blocks {
		justify-content: center;
	}

	.blocks-block {
		width: 100%;
	}

	.development__blocks, .foundations__blocks {
		width: 45%;
	}

	.projects__filter .main-filter .sort-by {
		width: initial;
	}

	.similar__photos-block {
		width: 35%;
	}

	.rubric__pagination {
		width: 80%;
	}
}

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

	h2 {
		margin-left: 20px;
		margin-right: 5px;
	}

	p	{
		margin-left: 20px;
		margin-right: 20px;
		word-wrap: break-word;
	}

	.inner-padding {
		padding: 20px;
	}

	.list-items .list-item .list-items {
		display: none !important;
	}


	.header__nav ul:last-child .burger-container-3 {
		display: none;
	}

	.header__nav-lists .list-items {
		display: none;
	}
 
	.header__nav-lists:hover > .list-items {
		display: none;
	}

	.header__nav-lists--menu-block .list-items.is-active {
		top: 30px;
		right: 0;
		display: block !important;
	}

	.menu {
		display: flex;
	}
	
	.achievements {
		height: 650px;
	}

	.achievements .wrapper .containers {
		width: 60%;
	}

	.slider-controls {
		top: 110px
	}

	.containers--about {
		width: 100%;
	}

	.containers--construction {
		width: 80%;
	}

	.header__nav {
		display: none;
	}

	.header__contacts {
		display: none;
	}

	.development__blocks, .foundations__blocks {
		width: 85%;
	}

	footer .best-projects .project {
		width: 100%;
		display: flex;

		-ms-align-items: center;
		align-items: center;
		justify-content: flex-start;
	}

	.slider-pagination {
		display: none;
	}

	.projects__filter .main-filter .pagination {
		width: 60%;
	}

	.projects__filter .main-filter .sort-by, .projects__filter .main-filter button {
		margin-top: 20px;
	}

	.project__descr {
		 width: initial; 
	}

	.project__application-button {
		width: 100%;
	}

	.project__pics {
		width: 95%;
	}

	.options__blocks {
		width: 55%;
		margin-top: 50px;
	}

	.similar__photos-block {
		width: 45%;
	}

	.popup__form {
		width: 60%;
	}
	.mobile-logo{
		display: block;
	}
	.object-block img,
	.similar__photos-block img {
	    height: auto;
	}
}

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

	.projects__filter .additional-filter .other-params {
		width: 93%;
	}

	.similar__photos-block {
		min-width: 330px;
	}
	
}

@media screen and (max-width: 330px) {
	.projects__filter .additional-filter .other-params {
		width: 59%;
	}
}
@media screen and (max-width: 410px) {

.menu {
    display: block;
    text-align: center;
    margin-left: 50%;
}
}
.alert-success {
	padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

/**
 * Tabs
 */
.tabs {
	display: flex;
	flex-wrap: wrap; // make sure it wraps
}
.tabs label {
	order: 1; // Put the labels first
	display: block;
	padding: 1rem 2rem;
	margin-right: 0.2rem;
	cursor: pointer;
  background: #90CAF9;
  font-weight: bold;
  transition: background ease 0.2s;
}
.tabs .tab {
  order: 99; // Put the tabs last
  flex-grow: 1;
	width: 100%;
	display: none;
  padding: 1rem;
  background: #fff;
}
.tabs input[type="radio"] {
	display: none;
}
.tabs input[type="radio"]:checked + label {
	background: #fff;
}
.tabs input[type="radio"]:checked + label + .tab {
	display: block;
}

@media (max-width: 45em) {
  .tabs .tab,
  .tabs label {
    order: initial;
  }
  .tabs label {
    width: 100%;
    margin-right: 0;
    margin-top: 0.2rem;
  }
}
.msoc {
	top: 12vh !important;
}
li.mnavsoc {
    display: inline-block;
    margin: 0 12.5%;
}
.mobile-nav-button, .mobile-menu { display: none; }
.c1 { width: 32%; }
@media only screen and (max-width: 768px) {
.main-header {display:none; }
.c1 { width:100%; } 
.mobile-nav-button {
  width: 35px;
  position: fixed;
  margin: 2rem;
  right: 0;
  top: 0;
  z-index: 9999;
  cursor: pointer;
  width: 35px;
  height: 30px;
  display:block !important;
}
.mobile-nav-button .mobile-nav-button__line {
  width: 100%;
  height: 4px;
  background: #daa520;
  position: relative;
  transition: 1s ease;
}
.mobile-nav-button .mobile-nav-button__line:nth-of-type(2) {
  margin: 0.5rem 0;
}
.mobile-nav-button .mobile-nav-button__line--1 {
  transform: rotate(45deg);
  top: 13px;
  position: absolute;
}
.mobile-nav-button .mobile-nav-button__line--2 {
  display: none;
}
.mobile-nav-button .mobile-nav-button__line--3 {
  transform: rotate(135deg);
  top: 13px;
  position: absolute;
}

.mobile-menu {
  display: block !important;
      max-width: 768px;
  width: 100%;
  right: -100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  z-index: 9998;
  transition: 0.6s ease;
  top: 0;
  opacity: 0;
}
.mobile-menu ul {
	position: relative;
    top: 9vh;
    padding: 0;
}
.mobile-menu ul li {
  list-style: none;
}
.mobile-menu ul li a {
    width: 100%;
    max-width: 1200px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 2rem;
    overflow: hidden;
    position: relative;
}
.mobile-menu ul:not(.msoc) li a{
	font-size: 1.5rem;
    margin: 3.5vh auto;
}
.mobile-menu ul li a:after {
  content: '';
  background: #0e0e0e;
  width: 100%;
  height: 100%;
  position: absolute;
  right: -100%;
  top: 0;
  z-index: -1;
  transition: 0.4s ease;
}
.mobile-menu ul li a:hover {
  color: #fff;
}
.mobile-menu ul li a:hover:after {
  right: 0;
}
.mobile-menu img {
  position: absolute;
  width: 150px;
  display: block;
  left: 50%;
  top: 3rem;
  transform: translatex(-50%);
  padding: 0;
  text-align: center;
}

.mobile-menu--open {
  right: 0;
  opacity: 1;
}

}
@media only screen and (min-width: 1320px) and (max-width: 1440px) {
.menu a { font-size: 1.15rem; }
}
@media only screen and (min-width: 859px) and (max-width: 1140px) { 
.logo { display:none;}
}
@media only screen and (min-width: 768px) and (max-width: 860px) { 
.logo,.socials { display: none; } 
}  
@media only screen and (min-width: 768px) and (max-width: 1319px) {
.menu { }
.menu a { font-size:1rem; }
}




.dropdown__arrow, .dropdown__bg,  .dropdown__wrap {
	display: none;
}

.dropdown-active .dropdown__arrow, .dropdown-active .dropdown__bg, .dropdown-active .dropdown__wrap {
	display: block;

}
