body {
	margin: 0 auto;
	padding: 0;
	font-size: 21px;
	line-height: 24px;
	/*width: 1200px;*/
	/*font-family: 'Cambria', serif;*/
	font-family: 'Merriweather', serif;
	background-color: #ede3cd;
}

html {
	box-sizing: border-box; 
}

*, 
*::before,
 *::after { 
 	box-sizing: inherit; 
 }


a {
	text-decoration: none;
	color: #000;
}

.menu {
	display: flex;
	width: 100%;
	padding: 0 10.2%;
	justify-content: space-between;
	min-height: 90px;
	align-items: center;
}



.navigation ul {
	align-items: center;
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
	width: 308px;
	min-height: 65px;
}

.topmenu > li {
  display: inline-block;
  position: relative;

}

.topmenu > .down > a:before {
  content: "";
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 115%;
  border-width: 0px 10px 10px 10px;
  border-style: solid;
  border-color: #ede3cd transparent;
  transform: translate(-50%, 20px);
  opacity: 0;
  transition: .3s;
}


.topmenu li:hover a:before {
  transform: translate(-50%, 0);
  opacity: 1;
}

.navigation a {
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	line-height: 21px;
	text-transform: uppercase;
	height: 65px;
}

.navigation a:hover {
	color: #886150;
	/*border-bottom: 2px solid #886150;*/

}


.navigation a:active {
	color: #bab9b9;
	/*border-bottom: 2px solid #886150;*/

}

.submenu {
  display: flex;
  flex-direction: column;	
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 150%;
  width: 50px;
  min-height: 280px;
  margin-top: 5px;
  background: #ede3cd;
  border-radius: 5px;
  box-shadow: 0 0 30px rgba(0,0,0,.2);
  box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  transform: translate(-50%, 20px);
  transition: .3s;
}

.topmenu > li:hover .submenu {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, 0);
}


.submenu li {

	padding-top: 5px;
	padding-bottom: 0;
}

.submenu a {
  font-size: 14px;
 /* font-weight: 700;*/
  /*letter-spacing: 1px;*/
  padding: 3px 10px;
  transition: .3s linear;
  margin: 15px 0 15px;
}

.submenu li:last-of-type {
	/*border-bottom: 1px solid #886150;*/
	padding-bottom: 5px;
}

.slider-wrapper {
	position: relative;
	min-height: 75px;
	margin-bottom: 10px;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #886150;
	
}


.bx-wrapper, .bx-window {
    margin:0 auto; 
    padding: 0;
    border: none; 
    background-color: transparent;
    width:100% !important;

}

.slider img {
	width: 100%;
    margin: 0 auto;
    height: 650px;
    filter: brightness(90%) blur(2px);
   
}


/*.pager{
    width:940px !important; 
}*/

.slider div{
    margin: auto !important;
}
.text {
	position: absolute;
	top: 25%;
	right: 15%;
	width: 380px;
	min-height: 50px;
	text-align: center;

}

.text p {
	color: #fff;
	font-size: 42px;
	line-height: 35px;
}

.text a {
	margin: 0 auto;
	padding-top: 18px;
	display: block;
	width: 185px;
	height: 60px;
	background-color: #346ec4;
	border-radius: 7%;
	text-align: center;
	color: #fff;
	text-transform: uppercase;	
}

.reasons {
	min-height: 840px;
	width: 1350px;
	margin: 0 auto;
	padding: 0 10.2%;
	margin: 0 auto;
}



.reasons h2 {
	font-size: 31px;
	color: #1a59b6;
	width: 540px;
	min-height: 85px;
	line-height: 35px;
	margin: 0 auto;
	margin-top: 25px;
	text-align: center;
	color: #000;
}

.list {
	display: flex;
}

.list ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: flex;
	width: 100%;
	min-height: 640px;
	flex-wrap: wrap;
	justify-content: space-between;
}

.order-list {
	display: flex;
	width: 410px;
	min-height: 105px;
	justify-content: space-between;
	align-items: center;
}

.order-list:not(:nth-child(2n)) {
	margin-right: 6%;
}

.order-list span {
	display: inline-block;
	color: #fff;
	width: 105px;
	height: 105px;
	text-align: center;
	vertical-align: bottom;
	background-color: rgba(80, 146, 232, 0.7);
	border-radius: 50%;
	font-size: 33px;
	padding: 40px;
}

.order-list p {
	/*color: #886150;*/
	color: #000;
	width: 290px;
}


.partners-wrapper {
	min-height: 635px;
	padding: 10px 0;
	background-color: #886150; 
	width: 100%;
}

.partners {
	display: flex;
	flex-direction: column;
	background-image: url("img/background.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
	min-height: 615px;
	width: 100%;

}

.partners h2{
	color: #886150;
	font-size: 34px;
	line-height: 15px;
	text-transform: uppercase;
	margin: 40px auto 0;
	height: 50px;
}

.partners-list {
	width: 1100px;
	min-height: 540px;
	justify-content: space-between;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	list-style: none;
	padding: 0;
	padding-bottom: 35px;
}

.partners-item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 320px;
	min-height: 225px;
	color: #886150;
	font-size: 17px;
	line-height: 17px;
}

.partners-item img {
	margin: 0 auto;
}

.partners-item span {
	text-align: center;
	height: 51px;
}

.partners-item:last-of-type {
	padding-top: 50px;
}

.check {
	display: flex;
	width: 100%;
	min-height: 285px;
	align-items: center;
	justify-content: space-around;
}

.check-item {
	width: 270px;
	min-height: 170px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}

.check-item path {
	fill: #599af0;
}

.check-item span {
	text-align: center;
	color: #886150;

}

.license {
	border-top: 10px solid #8f6a59;
	border-bottom: 10px solid #8f6a59;
	display: flex;
	flex-direction: column;
	align-items: center;
	min-height: 375px;
	justify-content: space-between;
	background-image: url("img/background.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
	padding-bottom: 40px;

}

.license h2 {
	color: #886150;
	font-size: 34px;
	line-height: 34px;
	text-transform: uppercase; 
}



.main-footer {
	display: flex;
	width: 100%;
	padding: 0 10.2%;
	justify-content: space-between;
	min-height: 110px;
	background-color: #886150;
	color: #ede3cd;
	font-size: 16px;
}

.main-footer ul {
	list-style: none;
	padding: 0;
}

.main-footer ul:last-of-type {
	text-align: right;
}

/*.main-footer p {
	width: 620px;
	color: #fff;
	margin: 0 auto;
	text-align: center;
}*/




/*----- Inner-services styles -----*/

.inner {
	border-bottom: 10px solid #8f6a59;
}

.services-list {
	margin: 0 auto;
	padding: 0;
	width: 1050px;
	min-height: 1370px;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 50px;
	
}

.services-item {
	width: 276px;
	display: flex;
	flex-direction: column;
	position: relative;
	align-items: center;
	justify-content: space-between;
	min-height: 400px;
	margin-top: 47px;
	
}

.services-item span {
	min-height: 70px;
	margin-bottom: 30px;
	font-weight: 700;
	text-align: center;
	color: #886150;
}

.services-item img {
	border-radius: 10px;
}

.services-item a {
	background-color: #70a9f5;
	align-items: center;
	display: block;
	width: 100%;
	padding: 18px 68px;
	color: #fff;
	text-transform: uppercase;
	border-radius: 10px;
}


.button:hover {
	background-color: #296fcb;
}

.button:active {
	background-color: #296fcb;
	color: #85b0cd;
}



.active-page:after {
	content: "";
	width: 100%;
	height: 3px;
	background-color: #000;
	position: absolute;
	left: 0;
	bottom: -3px;
}

.active-page {
	pointer-events: none;
	cursor: default;
}



/* ----- Тест ------*/


.image-wrapper {
	position: relative;
	width: 100%;

}

.image-wrapper img {
	width: 100%;
	height: 332px;
}

.actions {
	position: absolute;
	width: 100%;
	box-sizing: border-box;
	left: 0;
	bottom: 15px;
	padding: 0 25px;
	z-index: 1;
}


.actions span {
	display: inline-block;
	color: #fff;
	transform: translate(0%, 20px);
  	opacity: 0;
  	transition: .7s;
  	font-weight: 400;
  	text-transform: uppercase;
  	font-size: 14px;

}



.actions .button {
	width: 100%;
	padding: 0;
	text-align: center;
	height: 45px;
	padding-top: 10px;
	margin-top: 20px;
	font-size: 18px;
	
}

.business-text .button {
	margin-top: 10px;
}

.earth-text .button {
	margin-top: 45px;
}

.actions:hover + .image-wrapper {
	filter: blur(3px) brightness(40%);
}

.actions:hover span {
	transform: translate(0%, 0);
  	opacity: 1;

}



/* ------ Оценка жилой недвижимости ------ */

.main-photo {
	display: flex;
	height: 560px;
	width: 100%;
	background-size: 100% 560px;
	background-repeat: no-repeat;
	position: relative;
	border-top: 10px solid #8f6a59;
	border-bottom: 10px solid #8f6a59;

}

.realty {
	background-image: url("img/services/zhilayanedvizhimost.jpg");

}

.main-photo h1 {
	position: absolute;
	width: 305px;
	text-align: center;
	font-size: 42px;
	line-height: 42px;
	right: 10%;
	top: 10%;
}

.main-services-specials {
	padding: 50px 0;
	background-color: #e6d7b8;
}

.main-services-specials h2 {
	width: 750px;
	margin: 0 auto;
	text-align: center;
	line-height: 32px;
}


.services-specials {
	display: flex;
	margin-top: 25px;
	width: 1250px;
	margin: 0 auto;
	/*padding: 0 10.2%;*/
}

.services-specials ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: flex;
	width: 100%;
	/*Если плохо будет отображаться на малых экранах*/
	/*width: 1027px;*/
	min-height: 440px;
	flex-wrap: wrap;
	justify-content: space-between;
}

.services-specials-list {
	display: flex;
	width: 410px;
	min-height: 135px;
	justify-content: space-between;
	align-items: center;
}

.services-specials-list:not(:nth-child(2n)) {
	margin-right: 6%;
}

.services-specials-list span {
	display: inline-block;
	fill: #3aa1ff	
}

.services-specials-list p {
	/*color: #886150;*/
	color: #000;
	width: 320px;
	font-weight: 500;
}


.documents-wrapper {
	padding: 50px 0;
	/*background-color: #e6d7b8;*/
	border-top: 10px solid #8f6a59;
}

.documents-wrapper h2 {
	width: 725px;
	margin: 0 auto;
	text-align: center;
	line-height: 32px;
}

.documents-wrapper h3 {
	margin: 0 auto;
	margin-top: 55px;
	text-align: center;
	line-height: 28px;
}

.documents-wrapper p {
 text-indent: 20px;
	width: 100%;
	margin: 0 auto;
	padding: 0 10.2%;
}

.movable {
	background-image: url("img/services/movable.jpg");
}

.movable {
	color: #000;
}

.movable h1 {
	top: 45%;
	width: 375px;
}

.transport {
	border-top: 10px solid #8f6a59;
}


.transport-list {
	
	display: flex;
	align-items: center;

}

.transport-list  ul{
	list-style: none; 
	margin: 0 auto;
	padding: 0;
	margin-top: 35px;
	

}

.transport-item {
	display: flex;
	flex-direction: column;
	align-items: center;

}

.transport-item span {
	fill: #3aa1ff;
}

.commercial {
	background-image: url("img/services/kommercheskaya-nedvizhimost.jpg");
}

.commercial h1 {
	color: #fff;
}


.earth {
	background-image: url("img/services/earth.jpg");
}

.earth h1 {
	width: 370px;
}

.inner-reasons {
	/*padding: 0 10.2%;*/
	width: 100%;
	margin: 0 auto;
	background-color: #e6d7b8;
	border-top: 10px solid #8f6a59;
	border-bottom: 10px solid #8f6a59;

}



.inner-reasons p {
	font-weight: 700;
}

.nice-earth {
	padding: 50px 10.2%;
}

.nice-earth h2 {
	margin: 0 auto;
	width: 675px;
	line-height: 35px;
	text-align: center;
}

.nice-earth ul {
	list-style: none;
	margin: 0 auto;
	margin-top: 40px;
	padding: 0;
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
}

.nice-list-earth  {
	width: 270px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;

}

.nice-list-earth span {
	margin-bottom: 50px;
}


.nice-list-earth p {
	font-weight: bold;
}

.inner-map {
	padding: 30px 0;
	border-top: 10px solid #8f6a59;

}

.partners-inner-page {
	padding: 30px 0;
	border-top: 10px solid #8f6a59;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}

.partners-inner-page h2 {
	width: 300px;
	font-size: 24px;
	text-align: center;
}

.our-partners-list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	width: 950px;
	margin: 0 auto;
	justify-content: space-between;
}

.our-partners-item {
	margin-bottom: 30px;
	width: 276px;
	min-height: 336px;
	font-size: 14px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	justify-content: space-around;
}

.our-partners-item span {
	min-height: 96px;
}


.business-valuation {
	background-image: url("img/services/Otsenka-biznesa.jpg");
	
}

.gemological-services {
	background-image: url("img/services/Gemologicheskaya-ekspertiza.jpg");
}

.gemological-services h1,
.art-valuation h1 {
	left: 40%;
}

.art-valuation h1 {
	top: 40%;
	left: 30%;
	color: #fff;
	width: 550px;
}

.art-valuation {
	background-image: url("img/services/art-valuation.jpg");
}

.build-valuation {
	background-image: url("img/services/build-valuation.jpg");
}

.auto-tech {
	background-image: url("img/services/auto-tech.jpg");
}

.court-economical {
	background-image: url("img/services/court-economical.jpg")
}

.tech-criminal {
	background-image: url("img/services/tech-criminal.jpg")
}

.pocherk {
	background-image: url("img/services/pocherk.jpg")
}

.linguist {
	background-image: url("img/services/linguist.jpg")
}

.border-top {
	border-top: 10px solid #8f6a59;
}

.border-bottom {
	border-bottom: 10px solid #8f6a59;
}

.check-inner {
	min-height: 350px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
	padding: 35px 60px;
	
}

.check-inner h2 {
	/*width: 500px;*/
	margin-top: 0;
	margin-bottom: 50px;
}

.check-wrapper-inner {
	width: 840px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.check-item-inner span {
	margin-top: 25px;
	min-height: 90px;
}

.art-services {
	background-image: url("img/services/art-services.PNG");
}

.art-services h1 {
	color: #fff;
	top: 65%;
}

.court {
	background-image: url("img/services/court.jpg");
}

.court h1 {
	width: 500px;
	color: #fff;
	top: 30%;
	right: 25%;
}

.realty-main {
	background-image: url("img/services/realty-main.jpg");
	color: #fff;
}


.intro-text {
	padding: 40px 10.2%;
}

.intro-text p {
	text-indent: 20px;
	width: 100%;
	margin: 0 auto;
}

.price h3 {
	width: 750px;
	margin: 20px auto;
	margin-top: 40px;
	text-align: center;
}

.price-list {
	width: 1250px;
	margin: 0 auto;
	padding: 0;
}

.price-list li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin: 50px 0;
}

.price-list li p {
	text-align: center;
	margin: 0;
	width: 1000px;
}

.price-list li span {
	margin: 0 15px;
}

.price-list li span:last-child {
	width: 130px;
}




#menu-checkbox {
  /* чекбокс скрыт */
  		display: none;
}

.warning {
	width: 100;;
	margin: auto;
}
.warning p{
	text-align: center;
}
@media screen and (max-width: 680px) {
	
	.warning {
		font-size: 14px;
	}

	.menu,
	.menu-inner {
		padding: 5px 15px;
		flex-wrap: wrap;
	}

	/*.navigation  a {
		font-size: 14px;
		line-height: 16px;
	}*/

	.topmenu {
		width: 200px;
	}

	#logo {
		margin: 0 auto;
		width: 150px;
		height: 50px;

	
	}

	.slider img {
	width: 100%;
    height: 200px;   
	}

	.reasons {
		width: 100%;
		padding: 0 3%;
	}
	

	.text {
		width: 300px;
		top: 30px;
		left: 5px;
	}

	.text p {
		width: 300px;
		font-size: 18px;

	}

	.text a {
	font-size: 14px;
	padding-top: 8px;
	display: block;
	width: 105px;
	height: 40px;
	text-transform: uppercase;	
    }

	.reasons h2 {
		font-size: 18px;
		width: 100%;
	}

	.list {
		width: 100%;
	}
	.list .order-list {
		width: 100%;
		margin: 0;
		margin-left: 15px;
		
	}
	
	.order-list span {
		width: 50px;
		height: 50px;		
		font-size: 23px;
		text-align: center;
		vertical-align: bottom;
		padding: 15px;
		margin-right: 15px;
	}

	.order-list p {
		font-size: 16px;
		width: 100%;
	}

	.partners-list {
		width: 100%;
	}

	.partners-item {
		margin: 0 auto;
		margin-bottom: 25px;
		flex-wrap: wrap;
	}
	
	.check,
	.check-inner {
		padding: 40px 0;
		flex-wrap: wrap;
	}

	.check-inner h2 {
		width: 100%;
		text-align: center;
		font-size: 24px;
		line-height: 28px;
	}

	.check-wrapper-inner {
		width: 100%;
		flex-wrap: wrap;
	}

	.check-item {
		width: 100%;
		margin-bottom: 25px;
		min-height: 130px;
	}

	.check-item span {
		font-size: 16px;
	}
	
	.license {
		min-height: 300px;
	}

	.main-footer {
		flex-wrap: wrap;
	}

	.main-footer ul {
		text-align: left !important;
		width: 100%;
		font-size: 14px;
	}

	.services-list {
		width: 100%;
		flex-wrap: wrap;
	}

	.services-item {
		margin: 0 auto;
	}

	.services-item span {
		margin-top: 40px;
	}
	
	.image-wrapper {
		filter: blur(3px) brightness(40%);
	}

	.actions span {

	  	opacity: 1;

	}

	/*Тест меню*/

	

	.navigation {
		width: 100%;
	}

	#menu-checkbox {
  /* чекбокс скрыт */
  		display: none;
	}

	.navigation .topmenu {
  /* пункты меню скрыты */
	  display: none;
	  padding: 0;
	  margin: 0;
	}

	.topmenu li {
  /* пункты меню расположены вертикально */
  /* каждый имеет ширину 100% */
	  font-size: 1em;
	  display: block;
	  width: 100%;
	  margin-bottom: 10px;
	}
	.topmenu a {
	  /* немного стилизуем ссылки */
	  display: block;
	  border-bottom: 1px solid #886150;
	  color: #000;
	  padding: .5em;
	  text-decoration: none;
	  height: 35px;
	}
	/*.topmenu a:hover {
	  text-decoration: underline;
	}*/
	.toggle-button {
	  font-family: 'Oswald', sans-serif;
	  text-align: center;
	  display: block;
	  font-size: 21px;
	  /* не забываем явно указать каким должен быть курсор */
	  cursor: pointer;
	  color: #000;
	}
	.toggle-button:after {
	  /* получаем данные из атрибута data-open в html */
	  content: attr(data-open);
	  display: block;
	  margin: 10px 0;
	  padding: 10px 30px;
	}
	#menu-checkbox:checked + nav[role="navigation"] .topmenu {
	  /* когда чекбокс активен меню становится видимым */
	  display: block;
	}
	#menu-checkbox:checked + nav[role="navigation"] .toggle-button:after {
	  content: attr(data-close);
	}

	/*Окончание тестов*/
	

	.main-photo {
		height: 300px;
		background-size: 100% 300px;
		display: flex;
		width: 100%;
	}

	.main-photo	h1 {
		position: static;
		font-size: 28px;
		width: 90%;
		height: 150px;

	}

	.business-valuation h1 {
		color: #fff;
		padding-left: 5%;
		margin-top: 40%;
	}

	/*.main-photo h1 {
		colo
	}*/

	.intro-text {
		font-size: 16px;
	}

	.main-services-specials,
	.documents-wrapper {
		width: 100%;
		padding: 0 3%;
	}

	.main-services-specials h2,
	.documents-wrapper h2,
	.nice-earth h2 {
		padding-top: 25px;
		width: 100%;
		font-size: 25px;
	}

	.services-specials {
		width: 100%;
	}

	.services-specials-list {
		width: 100%;
	}
	
	.services-specials-list svg {
		width: 75px;
		height: 75px;
	}

	.nice-earth {
		width: 100%;
		padding: 0 3%;
	}

	.nice-earth ul {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.nice-list-earth {
		width: 100%;
	}

	.nice-list-earth span {
		margin-bottom: 0;
	}

	.partners-inner-page {
		width: 100%;

	}

	.our-partners-list {
		width: 100%;
	}

	.price h3 {
		width: 90%;
		line-height: 30px;
		margin-left: 0;
		margin-right: 0;
		font-size: 24px;
	}

	.price-list {
		width: 100%;
	}

	.price-list li span {
		margin: 0;
	}

	.price-list li span:first-child {
		display: none
	}

}

.copy-right {
	background-image: url("img/services/copy-right.jpg");
	/* filter: blur(4px); */
	color: #fff;
	text-align: left;
	position: relative;
}

.copy-right h1 {
	text-align: left;
	/* background-color: rgba(256 , 256,256,0.5); */
	/* left: 10%; */
	
}