@import url("fonts.css");

::selection {
  background: #297d2e; /* Safari */
  color: #fff;
}
::-moz-selection {
  background: #297d2e; /* Firefox */
  color: #fff;
}

body {
	margin: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 16px;
	color: #404040;
	overflow-x: hidden;
}
.hidden {
	display: none;
}
.nopadding {
	padding: 0;
}
a {
	color: inherit;
}

a:active,
a:focus,
input:focus,
textarea:focus,
button:focus,
select:focus {
  outline: none;
}
h1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 52px;
  line-height: 56px;
  font-weight: 300;
  color: #1c1c1c;
	margin-top: 90px;
	margin-bottom: 20px;
}
h1:after {
	content: '';
	display: block;
	width: 263px;
	height: 7px;
	margin-top: 20px;
	border-top: 3px solid #297d2e;
	border-bottom: 2px solid #297d2e;
}
/*Для плейсхолдера*/
*::-webkit-input-placeholder {
  color: #dcdcdc;
  opacity: 1;
}
*:-moz-placeholder {
  color: #dcdcdc;
  opacity: 1;
}
*::-moz-placeholder {
  color: #dcdcdc;
  opacity: 1;
}
*:-ms-input-placeholder {
  color: #dcdcdc;
  opacity: 1;
}
/*конец стилей для плейсхолдера*/

/* Начало 1го блока*/
.header {
	height: 800px;
	background-size: cover;
}
.top-line {
	height: 62px;
	line-height: 62px;
	color: #fff;
	font-weight: 400;
	background: linear-gradient( to top, #297d2e, #38a83f);
}
.header-city-wrap {
  display: inline-block;
  margin-left: 30px;
}
.header-city {
	border-bottom: 1px dashed #fff;
}
.header-city-icon {
	font-size: 18px;
	position: relative;
	top: 2px;
	margin-right: 6px;
}
.header-contacts-wrap {
	text-align: right;
}
.header-phone {
	font-size: 20px;
}
.header-phone:before {
	font-family: "FontAwesome";
	content: '\f10b';
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
	position: relative;
	top: 1px;
	margin-right: 10px;
}
.header-call {
	border-bottom: 1px dashed #fff;
	margin-left: 30px;
	position: relative;
	top: -3px;
}
.top-mnu-wrap {
	background: rgba(255,255,255,0.8);
}
.top-mnu-wrap .col-xs-12 {
	min-height: 0;
}
/*top-mnu*/
.top-mnu ul {
	margin: 0;
	padding: 0;
	font-size: 0;
}
.top-mnu li {
  list-style-type: none;
  display: inline-block;
  line-height: 53px;
  padding: 0 29.3px;
  font-size: 16px;
}
.top-mnu li:first-child {
	padding-left: 0;
}
.top-mnu li:nth-last-child(2) {
	padding-right: 0;
}
.top-mnu li a {
	display: block;
	height: 100%;
	transition: 0.3s;
}
.top-mnu li a:hover {
	color: #297d2e;
}
.sliding-line {
	display: block;
	height: 2px;
	background: #297d2e;
	position: absolute;
	bottom: -1px;
	left: 0;
}
/*end top-mnu*/

/*toggle-button*/
.toggle-mnu {
  display: block;
  width: 28px;
  height: 28px;
  margin-top: 12px;
  position: absolute;
  top: 9px;
  right: 15px;
}
.toggle-mnu span:after, .toggle-mnu span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
}
.toggle-mnu span:after {
  top: 18px;
}
.toggle-mnu span {
  position: relative;
  display: block;
}
.toggle-mnu span, .toggle-mnu span:after, .toggle-mnu span:before {
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;
}
.toggle-mnu.on span {
  background-color: transparent;
}
.toggle-mnu.on span:after, .toggle-mnu.on span:before {
	background: #000;
}
.toggle-mnu.on span:before {
  transform: rotate(45deg) translate(-1px, 0px);
}
.toggle-mnu.on span:after {
  transform: rotate(-45deg) translate(6px, -7px);
}
/*end toggle-button*/

/*hidden-mnu*/
.hidden-mnu {
	display: none;
	font-size: 16px;
	text-align: center;
}
.hidden-mnu ul {
	padding: 20px 0;
}
.hidden-mnu li {
	display: block;
	margin: 0;
}
/*end hidden-mnu*/
.h1-descript {
	font-size: 18px;
	line-height: 26px;
}
.header-button {
	display: block;
	width: 285px;
	height: 57px;
	border-radius: 3px;
	border: 1px solid #297d2e;
	text-align: center;
	line-height: 55px;
	font-size: 14px;
	text-transform: uppercase;
	color: #297d2e;
	transition: 0.2s ease;
}
.header-button:hover {
	color: #fff;
	background: #297d2e;
}
/* Конец 1го блока*/

/*content-block*/
h2 {
	font-size: 28px;
	text-align: center;
	margin: 35px 0;
	font-weight: 300;
}
h2:after {
	content: '';
	display: block;
	width: 122px;
	height: 7px;
	margin: 0 auto;
	margin-top: 10px;
	border-top: 3px solid #297d2e;
	border-bottom: 2px solid #297d2e;
}
.content-block-item {
	background: #f0f5f1;
	border-left: 5px solid #297d2e;
	min-height: 105px;
	margin-bottom: 31px;
}
.content-block-item:last-child {
	margin-bottom: 0;
}
.item-number {
	margin: 0;
	font-weight: 700;
	font-size: 42px;
	color: #297d2e;
	background: #e4ebe5;
	float: left;
	width: 77px;
	text-align: center;
	line-height: 105px;
}
.item-text {
	margin: 0;
	padding: 16px 20px;
	line-height: 24px;
	float: left;
	width: 278px;
	font-weight: 400;
}
.content-block-text {
	background: #f0f5f1;
	padding: 12px 25px;
	line-height: 24px;
	border-left: 5px solid #297d2e; 
}
/*end content-block*/

/*services*/
.services-item {
	text-align: center;
	margin-bottom: 40px;
}
.services-item img {
	border-radius: 50%;
	box-shadow: 0 5px 13px rgba(0,0,0,0.5);
	border: 3px solid transparent;
	transition: 0.3s;
}
.services-item img:hover {
	box-shadow: 0 5px 13px rgba(41,125,46,0.5);
	border: 3px solid #297d2e;
}
.services-name {
	font-size: 18px;
}
/*end services*/

/*about*/
.about-logo-wrap {
	border-radius: 5px;
	border: 2px solid #297d2e;
	min-height: 225px;
	text-align: center;
	line-height: 225px;
}
.about-logo-wrap img {
	width: 100%;
	max-width: 453px;
	border-radius: 5px;
}
.about-text {
	line-height: 28px;
	margin-bottom: 50px;
}
.about-text p:first-child {
	margin-top: -4px;
}
.about-item {
	margin-bottom: 60px;
}
.about-item img {
	float: left;
}
.about-item-text {
	padding-left: 120px;
	line-height: 24px;
	margin: 0;
}
/*end about*/

/*principles*/
.principles {
	background: #f0f5f1;
	padding-bottom: 60px;
}
.principles img {
	margin: 0 auto;
}
.nopaddingleft {
	padding-left: 0;
}
.nopaddingright {
	padding-right: 0;
}
.principles .descript {
	background: #fff;
	height: 440px;
	padding: 0 80px;
	display: table;
}
.descript-text-wrap {
	display: table-cell;
  vertical-align: middle;
}
.principles .num {
	font-weight: 700;
	font-size: 40px;
	margin: 0;
}
.principles .num:after {
	content: '';
	display: block;
	width: 2px;
	height: 23px;
	background: #3b3c41;
	margin: 10px 0 17px 0;
}
.principles .head {
	margin: 0;
	font-weight: 500;
	font-size: 20px;
	text-transform: uppercase;
}
.principles .text {
	line-height: 26px;
}
/*end principles*/

/*consult*/
.consult {
	background-size: cover !important;
	padding: 40px 0;
}
.consult-text {
	color: #fff;
	font-size: 28px;
	line-height: 37px;
	text-align: center;
	margin-top: 47px;
}
.consult-text span {
	font-weight: 400;
}
#form-consult {
	background: #fff;
	border-radius: 3px;
	padding: 28px 58px 35px 58px;
	text-align: center;
}
#form-consult .head {
	font-size: 22px;
	margin: 0;
	margin-bottom: 20px;
}
#form-consult input {
	display: block;
	height: 57px;
	width: 100%;
	border-radius: 3px;
	border: 1px solid #c5c5c5;
	margin-bottom: 20px;
  padding-left: 20px;
}
#form-consult button {
	width: 100%;
	height: 57px;
	background: #297d2e;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	border: none;
	border-radius: 3px;
}
/*end consult*/

/*reviews-fiz*/
.reviews-fiz {
	background: #f0f5f1;
	padding-bottom: 40px;
}
.owl-carousel.reviews {
	margin-top: -40px;
}
.reviews-fiz-item {
	background: #fff;
	border-radius: 2px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.12);
	padding: 55px 30px 40px 30px;
	text-align: center;
	max-width: 458px;
	margin: 3px 15px;
}
.reviews-fiz-item-wrap img {
	border-radius: 50%;
	max-width: 108px;
	margin: 0 auto;
	position: relative;
	top: 54px;
}
.reviews-fiz-item .date {
	font-size: 14px;
	float: left;
	margin: 0;
}
.reviews-fiz-item .date:before {
	font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  content: '\f073';
  font-size: 14px;
	margin-right: 10px;
}
.reviews-fiz-item a.contact {
	font-size: 14px;
	float: right;
	border-bottom: 1px dashed #404040;
}
.reviews-fiz-item a.contact:before {
	font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  content: '\f189';
  font-size: 15px;
	margin-right: 10px;
}
.reviews-fiz-item p.contact {
	font-size: 14px;
	float: right;
	margin: 0;
	border-bottom: none;
}
.reviews-fiz-item p.contact:before {
	font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  content: '\f095';
  font-size: 15px;
	margin-right: 10px;
	position: relative;
	top: 1px;
}
.owl-carousel.reviews .owl-nav {
	display: block;
}
.owl-carousel.reviews .owl-dots {
	display: block;
}
.owl-carousel.reviews .owl-prev {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	position: absolute;
	background-color: #fff;
	box-shadow: 0 1px 2px rgba(0,0,0,0.12);
	top: 220px;
	left: -70px;
	text-align: center;
	transition: 0.3s;
}
.owl-carousel.reviews .owl-prev:hover {
	box-shadow: 0 1px 12px rgba(0,0,0,0.2);
}
.owl-carousel.reviews .owl-prev:before {
	font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  speak: none;
	content: '\f053';
	color: #c7ccc8;
	font-size: 17px;
	line-height: 41px;
}
.owl-carousel.reviews .owl-next {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	position: absolute;
	background-color: #fff;
	box-shadow: 0 1px 2px rgba(0,0,0,0.12);
	top: 220px;
	right: -70px;
	text-align: center;
	transition: 0.3s;
}
.owl-carousel.reviews .owl-next:hover {
	box-shadow: 0 1px 12px rgba(0,0,0,0.2);
}
.owl-carousel.reviews .owl-next:before {
	font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  speak: none;
	content: '\f054';
	color: #c7ccc8;
	font-size: 17px;
	line-height: 41px;
}

.owl-carousel.reviews .owl-dots {
	margin: 20px auto;
	text-align: center;
}
.owl-carousel.reviews .owl-dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 1px solid #297d2e;
	display: inline-block;
	margin-right: 8px;
}
.owl-carousel.reviews .owl-dot:last-child {
	margin: 0;
}
.owl-carousel.reviews .owl-dot.active {
	background-color: #297d2e;
}
.reviews-button {
	display: block;
	margin: 0 auto;
	width: 200px;
	height: 50px;
	border: 1px solid #297d2e;
	border-radius: 3px;
	color: #297d2e;
	font-size: 14px;
	font-weight: 400;
	line-height: 48px;
	text-align: center;
	text-transform: uppercase;
	transition: 0.2s ease;
}
.reviews-button:hover {
	color: #fff;
	background: #297d2e;
}
/*end reviews-fiz*/

/*reviews-ur*/
.reviews-ur {
	padding-bottom: 50px;
}
.reviews-ur-item {
	margin-bottom: 30px;
}
.reviews-ur-item img {
	box-shadow: 0 2px 8px rgba(0,0,0,0.12);
	margin: 0 auto;
}
.reviews-ur-item .ur-name {
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 0;
	min-height: 48px;
}
.reviews-ur-button {
	display: block;
	margin: 0 auto;
	width: 200px;
	height: 50px;
	border: 1px solid #297d2e;
	border-radius: 3px;
	color: #297d2e;
	font-size: 14px;
	font-weight: 400;
	line-height: 48px;
	text-align: center;
	text-transform: uppercase;
	transition: 0.2s ease;
}
.reviews-ur-button:hover {
	color: #fff;
	background: #297d2e;
}
/*end reviews-ur*/

/*experts*/
.experts {
	background: #f0f5f1;
	padding-bottom: 20px;
}
.expert-item {
	margin-bottom: 35px;
}
.expert-item img {
	border-radius: 50%;
	display: block;
	margin: 30px auto 0 auto;
}
.expert-item .name {
	font-weight: 400;
	text-align: center;
	margin: 6px 0;
}
.expert-item .descript {
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	margin: 0;
}
.expert-item .text-wrap {
	background: #fff;
	padding: 30px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.12);
}
.expert-item.expert-1 .text-wrap:before {
	content: '';
	position: absolute;
  left: -45px;
  top: 50px;
	border: 30px solid transparent;
	border-right: 30px solid #fff;
}
.expert-item.expert-2 .text-wrap:before {
	content: '';
	position: absolute;
  right: -45px;
  top: 50px;
	border: 30px solid transparent;
	border-left: 30px solid #fff;
}
.expert-item .text {
	margin: 0;
	line-height: 24px;
}
.expert-item .text:before {
	font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  speak: none;
	content: '\f10d';
	font-size: 22px;
	color: #dae7dd;
	position: absolute;
	top: 8px;
	left: 28px;
}
.expert-item .text:after {
	font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  speak: none;
	content: '\f10e';
	font-size: 22px;
	color: #dae7dd;
	position: absolute;
	bottom: 8px;
	right: 28px;
}
/*end experts*/

/*kp*/
.kp {
	padding-bottom: 40px;
}
.kp .tabs {
	margin-bottom: 30px;
	border-bottom: 1px solid #297d2e;
}
.kp .tab {
	display: inline-block;
	width: 180px;
	text-align: center;
	padding: 10px 0;
	cursor: pointer;
}
.kp .tab.tab-active {
	color: #fff;
	background: #297d2e;
}
#form-kp input,
#form-kp select {
	display: block;
	width: 100%;
	height: 45px;
	border: 1px solid #c5c5c5;
	border-radius: 2px;
	margin-bottom: 20px;
	padding-left: 20px;
}
#form-kp select {
	color: #dcdcdc;	
}
#form-kp option {
	color: #404040;
}
#form-kp option:first-child {
   color: #dcdcdc;
}
#form-kp .small {
	width: 263px;
	display: inline-block;
}
#form-kp .small.left {
	margin-right: 25px;
}
#form-kp textarea {
	display: block;
	width: 100%;
	height: 90px;
	border: 1px solid #c5c5c5;
	border-radius: 2px;
	padding-left: 20px;
	padding-top: 12px;
	margin-bottom: 20px;
}
#form-kp button {
	display: block;
	margin-left: auto;
	width: 135px;
	height: 45px;
	background: #297d2e;
	border-radius: 2px;
	border: none;
	color: #fff;
}
.kp .tab_item {
	position: relative;
	overflow: hidden;
}
.kp .tab_item .descript {
	background: rgba(0,0,0,0.75);
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	margin: 0;
	color: #fff;
	line-height: 25px;
	padding: 25px;
}
/*end kp*/

/*client-logo*/
.client-logo {
	background: #f0f5f1;
	padding-bottom: 47px;
}
.client-logo-item {
	text-align: center;
  margin-bottom: 7px;
}
.client-logo-item img {
	max-width: 100%;
	height: auto;
}
/*end client-logo*/

/*docs*/
.docs {
	padding-bottom: 25px;
}
.owl-carousel.docs {
	max-width: 1050px;
	margin: 0 auto;
}
.docs-show-item img {
	max-width: 160px;
	margin: 0 auto;
}
.owl-carousel.docs .owl-nav {
	display: block;
}
.owl-carousel.docs .owl-prev {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	position: absolute;
	background-color: #fff;
	border: 1px solid #297d2e;
	top: 91px;
	left: -60px;
	text-align: center;
	transition: 0.3s;
}
.owl-carousel.docs .owl-prev:hover {
	/*box-shadow: 0 1px 12px rgba(0,0,0,0.2);*/
}
.owl-carousel.docs .owl-prev:before {
	font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  speak: none;
	content: '\f053';
	color: #297d2e;
	font-size: 17px;
	line-height: 39px;
}
.owl-carousel.docs .owl-next {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	position: absolute;
	background-color: #fff;
	border: 1px solid #297d2e;
	top: 91px;
	right: -60px;
	text-align: center;
	transition: 0.3s;
}
.owl-carousel.docs .owl-next:hover {
	/*box-shadow: 0 1px 12px rgba(0,0,0,0.2);*/
}
.owl-carousel.docs .owl-next:before {
	font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  speak: none;
	content: '\f054';
	color: #297d2e;
	font-size: 17px;
	line-height: 39px;
}
/*end docs*/

/*questions*/
.questions {
	background: #f0f5f1;
	padding-bottom: 35px;
}
.questions .accordeon-item {
	margin-bottom: 11px;
}
.questions .accordeon .question {
	margin: 0;
	margin-bottom: 1px;
	background: #fff;
	cursor: pointer;
	border-radius: 2px;
	padding: 14px 0 14px 28px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.07);
}
.questions .accordeon .question:before {
	font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: '\f107';
  font-size: 22px;
  float: right;
  margin-right: 28px;
 	line-height: 22px;
  transition: all ease-out 0.15s;
}
.questions .accordeon .question.active {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.questions .accordeon .question.active:before {
	transform: rotate(-180deg);
}
.questions .accordeon .ans {
	margin: 0;
	padding: 20px 40px;
	background: #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,0.07);
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}
/*end questions*/

/*video*/
.video {
	padding-bottom: 48px;
}
.video .video-wrap {
  position:relative;
  padding-bottom:56.25%;
  padding-top:30px;
  height:0;
  overflow:hidden;
  margin-bottom: 6px;
}
.video .video-wrap iframe,
.video .video-wrap object,
.video .video-wrap embed {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
.small-padding {
	padding: 0 3px;
}
/*end video*/

/*contacts*/
.contacts {
	background: #f0f5f1;
	padding-bottom: 40px;
}
#form-contacts {
	background: #fff;
	text-align: center;
	padding: 25px 43px 35px 43px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.12);
}
#form-contacts .head {
	font-size: 25px;
	margin: 0;
}
#form-contacts .descript {
	margin: 0;
	margin-bottom: 28px;
}
#form-contacts input {
	display: block;
	border-radius: 3px;
	width: 100%;
	height: 53px;
	border: 1px solid #505050;
	margin-bottom: 20px;
  padding-left: 20px;
}
#form-contacts button {
	display: block;
	width: 100%;
	height: 53px;
	border-radius: 3px;
	background: #297d2e;
	color: #fff;
	text-transform: uppercase;
	border: none;
}
.contacts-wrap {
	background: #fff;
	padding: 25px 43px 16px 43px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.12);
}
.contacts-wrap .head {
	font-size: 18px;
	margin: 0;
	margin-top: 9px;
	margin-bottom: 28px;
}
.contact-item {
	margin-bottom: 20px;
}
.contact-item i {
	color: #131313;
	margin-right: 12px;
	position: relative;
}
.contact-item i.fa-phone {
	font-size: 19px;
	top: 2px;
}
.contact-item i.fa-envelope {
	font-size: 15px;
}
.contact-item i.fa-clock-o {
	font-size: 18px;
}
.contact-item i.fa-home {
	font-size: 18px;
}
.contact-item a {
	border-bottom: 1px dashed #1a1a1a;
	margin-left: 14px;
}
/*end contacts*/

/*footer*/
.footer {
	background: #2d2d2d;
	min-height: 73px;
	line-height: 73px;
}
.footer-menu ul {
	margin: 0;
	padding: 0;
}
.footer-menu li {
	display: inline-block;
	list-style-type: none;
	color: #fff;
	margin-right: 32px;
}
.footer-menu li:last-child {
	margin: 0;
}
.footer-payment-link {
	border: 1px solid #fff;
	color: #fff;
	padding: 10px 35px;
	transition: 0.3s;
}
.footer-payment-link:hover {
	background: #fff;
	color: #2d2d2d;
}
.footer-soc-wrap {
	text-align: right;
}
.footer-soc-wrap a {
	margin-left: 40px;
}
.footer-soc-wrap a:first-child {
	margin-left: 0;
}
.footer-soc-wrap i {
	font-size: 18px;
	color: #fff;
}
/*end footer*/

/*Popup*/
.popup {
	padding: 10px 0;
	background-color: #fff;
	max-width: 540px;
	margin: auto;
	position: relative;
	border-radius: 5px;
	text-align: center;
	padding: 25px 45px 20px 45px;
}
.popup .form-head {
	font-size: 22px;
	margin: 0;
}
.popup .form-descript {
	font-size: 16px;
	margin-top: -3px;
}
.popup input {
	display: block;
	width: 100%;
	border: 1px solid #c5c5c5;
	height: 45px;
	border-radius: 2px;
	margin-bottom: 10px;
	padding-left: 20px;
}
.popup textarea {
	display: block;
	width: 100%;
	border: 1px solid #c5c5c5;
	height: 100px;
	border-radius: 2px;
	margin-bottom: 10px;
	padding-left: 18px;
	padding-top: 5px;
}
.popup .button {
	display: block;
	width: 100%;
	background: #297d2e;
	height: 55px;
	color: #fff;
	border: none;
	border-radius: 2px;
}
.popup .button-descript {
	margin-bottom: 0;
	font-size: 14px;
}
.popup .button-descript:before {
	font-family: "FontAwesome";
	content: '\f017';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
	position: relative;
	top: 1px;
	margin-right: 6px;
}
.popup input.file {
	border: none;
}
.mfp-bg {
	opacity: 0.7;
}
/*Конец Popup*/

/*Popup выбор города*/
#popup-header-city {
	max-width: 815px;
	text-align: left;
}
#popup-header-city .form-head {
	font-size: 26px;
	text-align: center;
	margin-bottom: 20px;
}
#popup-header-city .city-item {
	padding: 13px 20px;
	cursor: pointer;
	background: transparent;
	transition: 0.1s;
}
#popup-header-city .city-item:hover {
	background: #ededed;
}
#popup-header-city .city-item span {
	font-size: 22px;
	border-bottom: 1px dashed #1c1c1c;
	margin-left: 18px;
}
/*Конец Popup выбор города*/

/*Начало Popup отзывы юр лиц и сертификаты*/
.reviews-ur-full-img,
.docs-full-img  {
	max-width: 960px;
	background-color: #fff;
	border-radius: 3px;
	margin: 0 auto;
	padding: 25px 40px 20px 40px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.reviews-ur-full-img img,
.docs-full-img img {
	width: 100%;
}
/*Конец Popup отзывы юр лиц и сертификаты*/

/*popup добавить отзыв*/
#popup-form-reviews {
	max-width: 630px;
	padding: 30px;
}
#popup-form-reviews input.file {
	display: inline-block;
	width: auto;
	height: auto;
	padding: 0;
	margin-bottom: 15px;
}
/*конец popup добавить отзыв*/

/*popup написать письмо*/
#popup-form-mail .form-head {
	margin-bottom: 20px;
}
#popup-form-mail input.file {
	display: inline-block;
	width: auto;
	height: auto;
	padding: 0;
	margin-bottom: 15px;
	margin-left: 7px;
}
#popup-form-mail textarea {
	height: 250px;
}
/*конец popup написать письмо*/

/*Popup для договор оферты*/
#oferta-popup.popup {
	max-width: 800px;
	padding: 30px 60px;
	margin: 20px auto;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
#oferta-popup .zag {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	margin: 0;
	margin-bottom: 30px;
}
#oferta-popup .zag span {
	font-weight: 700;
	font-size: 15px;
	text-transform: none;
}
#oferta-popup .zag-descript {
	font-weight: 700;
	text-align: left;
}
#oferta-popup .zag-descript .right {
	float: right;
}
#oferta-popup .text {
	font-weight: 400;
	font-size: 15px;
	text-align: justify;
	margin-top: 30px;
}
#oferta-popup .text-italic {
	font-style: italic;
	text-align: center;
}
#oferta-popup .text span {
	font-weight: 700;
}
#oferta-popup .text-zag	{
	text-align: center;
	font-weight: 700;
	margin-bottom: -16px;
}
#oferta-popup .text-rekvizity {
	text-align: left;
}
#oferta-popup .text.text-rekvizity span {
	font-weight: 400;
	text-align: center; 
	display: block;
}
/*Конец Popup для договор оферты*/

/*Анимация для попап окон*/
.my-mfp-zoom-in .popup {
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 
	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 
}

.my-mfp-zoom-in.mfp-ready .popup {
	opacity: 1;
	-webkit-transform: scale(1); 
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-o-transform: scale(1); 
	transform: scale(1); 
}

.my-mfp-zoom-in.mfp-removing .popup {
	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 
	opacity: 0;
}

.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out; 
	-moz-transition: opacity 0.3s ease-out; 
	-o-transition: opacity 0.3s ease-out; 
	transition: opacity 0.3s ease-out;
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}
/*Конец анимация для попап окон*/

/*стили для кнопки наверх*/
#back-top {
  display: none;
  cursor: pointer;
	bottom: 20px;
	right: 32px;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 10px;
	position: fixed;
	opacity: 0.25;
	transition: 0.3s;
	z-index: 999;
	border-radius: 5px;
	background: #2c7c2e;
}

#back-top i {
  color: #fff;
  font-size: 22px;
  line-height: 32px;
}

#back-top:hover {
	opacity: 1;
}

.top.mPS2id-highlight {
		display: none;
}
/* конец стилей для кнопки наверх*/