

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
}

*:hover,
*:focus {
  outline: 0;
}



.works-big-wrap {
	position: relative;
}

.works-big-item {
	position: relative;
	width: 100%;
	top: 0;
	left: 0%;
	opacity: 0;
	transform: scale(1);
	z-index: 10;
	height: 0px;
	overflow: hidden;
}
.works-big-item a{
	opacity: 0;
	transform: scale(0.3);
	transition: .7s;
}
.works-big-item.active {
	opacity: 1;
	z-index: 11;
	height: 100%;
}
.works-big-item.active a{
	opacity: 1;
	transform: scale(1);
}


.types {
	position: relative;
	z-index: 2;
}



.works-item a {
	position: relative;
}

.works-item a:hover .ovarlay {
	opacity: 1;
}

.works-item a .ovarlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	opacity: 0;
	transition: .3s;
}

.works-item a .ovarlay img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 6em;
}






/*.works-big-item.first .works-item img {
	width: 100%;
}*/



.works-big-item a img {
	width: 100%;
}



/* 4 */

.works-big-item.fourth .works-item:first-child {
	width: 30.1%;
}

.works-big-item.fourth .works-item:nth-child(2) {
	width: 40.5%;
}

.works-big-item.fourth .works-item:last-child {
	width: 26.7%;
}



/* 1 */


.works-big-item.first .works-wrap {
	display: block;
}

.works-big-item.first .works-item {
	display: flex;
	justify-content: space-between;
}


.works-big-item.first .works-item:first-child a:first-child {
	width: 50.1%;
}

.works-big-item.first .works-item:first-child a:last-child {
	width: 48%;
}

/*.works-big-item.first .works-item:first-child a img {
	width: 100%;
}*/


.works-big-item.first .works-item:nth-child(2) a:first-child {
	width: 25.2%;
}

.works-big-item.first .works-item:nth-child(2) a:nth-child(2) {
	width: 49%;
}

.works-big-item.first .works-item:nth-child(2) a:last-child {
	width: 23%;
}


.works-big-item.first .works-item:last-child a:first-child {
	width: 45%;
}

.works-big-item.first .works-item:last-child a:last-child {
	width: 53%;
}



/* 2 */

.works-big-item.second .works-wrap {
	display: block;
}

.works-big-item.second .works-item {
	display: flex;
	justify-content: space-between;
}

/*.works-big-item.second .works-item:first-child a img {
	width: 100%;
}*/

.works-big-item.second .works-item a {
	margin-bottom: 0.9em;
}






.works-big-item.second .works-item:first-child a:first-child {
	width: 33.2%;
}

.works-big-item.second .works-item:first-child a:nth-child(2) {
	width: 33.7%;
}

.works-big-item.second .works-item:first-child a:last-child {
	width: 31.2%;
}



.works-big-item.second .works-item:nth-child(2) a:first-child {
	width: 33%;
}

.works-big-item.second .works-item:nth-child(2) a:nth-child(2) {
	width: 33.5%;
}

.works-big-item.second .works-item:nth-child(2) a:nth-child(3) {
	width: 16.9%;
}

.works-big-item.second .works-item:nth-child(2) a:last-child {
	width: 13.5%;
}


.works-big-item.second .works-item:last-child a:first-child {
	width: 51.9%;
}

.works-big-item.second .works-item:last-child a:last-child {
	width: 46.9%;
}





/* 3 */



.works-big-item.third .works-wrap {
	display: block;
}

.works-big-item.third .works-item {
	display: flex;
	justify-content: space-between;
}

/*.works-big-item.third .works-item:first-child a img,
.works-big-item.third .works-sub-item:first-child a img,
.works-big-item.third .works-sub-sub-item:first-child a img {
	width: 100%;
}*/

.works-big-item.third .works-item a {
	margin-bottom: 0.9em;
}




.works-big-item.third .works-item {
	width: 100%;
}

.works-big-item.third .works-item .works-sub-item a {
	display: block;
	width: 100%;
}

.works-big-item.third .works-item .works-sub-item:first-child {
	width: 32.6%;
}

.works-big-item.third .works-item .works-sub-item:nth-child(2) {
	width: 31%;
}

.works-big-item.third .works-item .works-sub-item:last-child {
	width: 34.4%;	
}

.works-big-item.third .works-item .works-sub-item:last-child .works-sub-sub-item {
	display: flex;
	justify-content: space-between;
}

.works-big-item.third .works-item .works-sub-item:last-child .works-sub-sub-item:last-child a:first-child {
	width: 42%;
}

.works-big-item.third .works-item .works-sub-item:last-child .works-sub-sub-item:last-child a:last-child {
	width: 55.2%;
}



.works-big-item.third .works-item:last-child {
	display: flex;
	justify-content: space-between;
}

.works-big-item.third .works-item:last-child a:first-child {
	width: 49.5%;
}

.works-big-item.third .works-item:last-child a:nth-child(2) {
	width: 11.7%;
}

.works-big-item.third .works-item:last-child a:last-child {
	width: 37%;
}






/* 5 */


.works-big-item.fifth .works-wrap {
	display: flex;
	justify-content: space-between;
}

.works-big-item.fifth .works-item {
	display: block;
}

.works-big-item.fifth .works-item a {
	margin-bottom: 0.9em;
}



.works-big-item.fifth .works-item:first-child {
	width: 29.7%;
}

.works-big-item.fifth .works-item:last-child {
	width: 69.3%;
}



.works-big-item.fifth .works-item:last-child .works-sub-item:first-child {
	display: flex;
	justify-content: space-between;
}

.works-big-item.fifth .works-item:last-child .works-sub-item:first-child .works-sub-sub-item:first-child {
	width: 59%;
}

.works-big-item.fifth .works-item:last-child .works-sub-item:first-child .works-sub-sub-item:last-child {
	width: 39.5%;
}




.works-big-item.fifth .works-item:last-child .works-sub-item:last-child {
	display: flex;
	justify-content: space-between;
}

.works-big-item.fifth .works-item:last-child .works-sub-item:last-child .works-sub-sub-item:first-child {
	width: 36.9%;
}

.works-big-item.fifth .works-item:last-child .works-sub-item:last-child .works-sub-sub-item:last-child {
	width: 61.6%;
}










/*.works-mobile-slider-item {
	display: none;
}

.works-mobile-slider-item:first-child {
	display: block;
}*/





.works-mobile-slider-big {
	position: relative;
}

.works-mobile-slider-item {
	position: relative;
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	z-index: 10;
	transition: .5s;
	height: 0px;
	overflow: hidden;
}

.works-mobile-slider-item.active {
	opacity: 1;
	z-index: 11;
	height: 100%; 
}





.popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	z-index: 99;
	display: none;
}


.popup-politika {
    width: 706px;
    max-width: 95%;
    background: #f8f8f8;
    border: 3px solid #fff;
    position: relative;
    margin: 10px auto;
    z-index: 999999;
    z-index: 100;
}

.close-politika {
    background: url(../img/close-order-modal.png) no-repeat center center;
    width: 50px;
    height: 50px;
    right: 0px;
    border-left: 3px solid #fff;
    position: absolute;
    cursor: pointer;
}

.popup-politika .heading {
    width: 100%;
    height: 50px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    line-height: 50px;
    background: #0c0c0f;
    border-bottom: 1px solid #fff;
}

.popup-politika .text {
    padding: 15px 30px;
}

.popup-politika .text p {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 14px;
    line-height: 18px;
}






.process-romb {
	border: 0.3em solid #fcd997;
	width: 68%;
	transform: rotate(45deg);
	margin: 0 auto;
	margin-bottom: 4.5em;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .3s;
}

.process-romb:hover {
	background-color: #fcd997;
}

.process-romb img {
	transform: rotate(-45deg);
	width: 65%;
}



.process-item.second {
	margin-bottom: 8em;
}







.types {
	margin-bottom: 4em;
}



.works-price {
	text-align: center;
	color: #fff;
	font: 3em AkrobatRegular;
	margin-bottom: 1.65em;
}

.works-price span {
	font-family: AkrobatExtraBold;
}




.works-item a .ovarlay .ovarlay-price {
	position: absolute;
	left: 50%;
	bottom: 0.4em;
	transform: translate(-50%, 0);
	color: #fff;
	font: 2.5em LatoBold;
	line-height: 1.1em;
	text-align: center;
	display: block;
	width: 100%;
	padding: 0 5px;
}

.works-item a .ovarlay .ovarlay-price.small {
	font-size: 1.5em;
	bottom: 0.5em;
}


.works-mobile-item {
	position: relative;
}

.mob-ovarlay-price {
	position: absolute;
	left: 0;
	bottom: 10px;
	display: block;
	width: 100%;
	text-align: center;
	padding: 0 5px;
	font: 22px LatoBold;
	color: #fff;
}




.works-big-item.first .works-item a {
	transform: scale(0);
	transition: .7s;
}







.process-mobile {
	display: none;
}




.team-item {
	display: none;
}

.team-item.active {
	display: block;
}

.more-desk-team {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 35px;
}

.more-desk-team a {
	color: #fff;
	font: 30px LatoBold;
	border-top: 3px solid #ddb882;
  	border-bottom: 3px solid #bd8e4b;
  	position: relative;
  	padding: 10px 115px;
  	padding-bottom: 13px;
  	transition: .3s;
}

.more-desk-team a:hover {
	background: rgba(221, 184, 129, 0.3);
}

.more-desk-team a::before {
  content: '';
  width: 3px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#ddb882), to(#bd8e4b));
  background: -webkit-linear-gradient(top, #ddb882, #bd8e4b);
  background: -o-linear-gradient(top, #ddb882, #bd8e4b);
  background: linear-gradient(180deg, #ddb882, #bd8e4b);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.more-desk-team a::after {
  content: '';
  width: 3px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#ddb882), to(#bd8e4b));
  background: -webkit-linear-gradient(top, #ddb882, #bd8e4b);
  background: -o-linear-gradient(top, #ddb882, #bd8e4b);
  background: linear-gradient(180deg, #ddb882, #bd8e4b);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}




.slick-dots {
	bottom: -3em;
	width: 85%;
	display: flex;
	justify-content: flex-end;
}




.more-reviews {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 65px;
}

.more-reviews a {
	color: #fff;
	font: 30px LatoBold;
	border-top: 3px solid #ddb882;
  	border-bottom: 3px solid #bd8e4b;
  	position: relative;
  	padding: 10px 115px;
  	padding-bottom: 13px;
  	transition: .3s;
}

.more-reviews a:hover {
	background: rgba(221, 184, 129, 0.3);
}

.more-reviews a::before {
  content: '';
  width: 3px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#ddb882), to(#bd8e4b));
  background: -webkit-linear-gradient(top, #ddb882, #bd8e4b);
  background: -o-linear-gradient(top, #ddb882, #bd8e4b);
  background: linear-gradient(180deg, #ddb882, #bd8e4b);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.more-reviews a::after {
  content: '';
  width: 3px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#ddb882), to(#bd8e4b));
  background: -webkit-linear-gradient(top, #ddb882, #bd8e4b);
  background: -o-linear-gradient(top, #ddb882, #bd8e4b);
  background: linear-gradient(180deg, #ddb882, #bd8e4b);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}




.contacts-item {
	margin-bottom: 1.6em;
}

.contacts-item h3 {
	font-size: 3em;
}

.contacts-item p {
	font-size: 2em;
}

.contacts-wrap h2 {
	margin-bottom: 0.2em;
}

.contacts-section .wrapper {
	padding: 3.7em 0em 4.5em;
}





@media screen and (max-width: 1200px) {
	.more-reviews a {
		font-size: 25px;
		padding-left: 75px;
		padding-right: 75px;
	}
}

@media screen and (max-width: 1150px) {
	.works-item a .ovarlay .ovarlay-price {
		font-size: 20px;
		bottom: 10px;
	}

	.works-item a .ovarlay .ovarlay-price.small {
		font-size: 17px;
		bottom: 10px;
	}

	.works-item a .ovarlay img {
		width: 45px;
	}

	.contacts-section .wrapper {
		padding-top: 1.7em;
	}
}

@media screen and (max-width: 1100px) {
	.more-reviews a {
		font-size: 20px;
		padding-left: 50px;
		padding-right: 50px;
	}
}


@media screen and (max-width: 960px) {
	.works-price {
		font-size: 25px;
	}

	.more-desk-team a {
		font-size: 22px;
		padding-left: 50px;
		padding-right: 50px;
	}
}

@media screen and (max-width: 780px) {
	.works-price {
		font-size: 23px;
	}
}

@media screen and (max-width: 650px) {
	.more-reviews {
		margin-top: 85px;
	}

	.reviews-section .slick-dots {
		width: 100%;
		justify-content: center;
	}
}


@media screen and (max-width: 560px) {
	body {
		position: relative;
	}

	.popup-politika {
		position: absolute;
		top: 15px;
		transform: translate(-50%, 0);
	}


	.popup-politika .heading {
		font-size: 16px;
		padding-left: 30px;
		text-align: left;
	}




	body .connect-section .title h2 {
		padding-left: 0;
		margin-left: 0;
		text-align: center;
		line-height: 0.75;
	}




	.process-wrap {
		display: none;
	}

	.process-mobile {
		display: block;
		padding: 0 10px;
		padding-left: 50px;
		position: relative;
	}

	.process-mobile::before {
		content: '';
		position: absolute;
		top: 32px;
		left: 14px;
		width: 19px;
		height: 100%;
		background: url('../img/process-mobile-bg.png') no-repeat;
	}


	.process-mobile-item {
		margin-bottom: 29px;
		display: flex;
		align-items: center;
	}

	.process-mobile-item:last-child {
		margin-bottom: 0;
	}

	.process-section {
		padding-bottom: 0;
	}

	.process-mobile-item .image {
		width: 53px;
		height: 53px;
		border: 3px solid #fbd998;
		display: flex;
		justify-content: center;
		align-items: center;
		transform: rotate(45deg);
	}

	.process-mobile-item .image img {
		width: 80%;
		transform: rotate(-45deg);
	}

	.process-mobile-item .text {
		margin-left: 20px;
	}

	.process-mobile-item h3 {
		color: #fbd998;
		font-size: 25px;
		line-height: 17px;
		margin-bottom: 5px;
	}

	.process-mobile-item p {
		color: #fff;
		font: 13px AkrobatRegular;
		line-height: 15px;
	}


	.more-desk-team {
		display: none;
	}
}


@media screen and (max-width: 440px) {
	.process-item {
		margin-bottom: 25px;
	}

	.process-item.second {
		margin-bottom: 25px;
	}

	.process-romb {
		border-width: 2px;
		margin-bottom: 20px;
	}

	.process-romb img {
		height: auto;
	}

	.process-item h3 {
		font-size: 17px;
	}

	.process-item p {
		font-size: 7px;
	}

	.process-center {
		padding-top: 22px;
	}

	.process-center img {
		height: 83%;
	}
}