div,
a,
p {
  font-family: 'Roboto';
}

.container {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

a {
  text-decoration: none !important;
  -webkit-transition: .2s;
  transition: .2s;
}

.header,
.main,
.call,
.work,
.locate,
.footer {
  width: 1366px;
  margin-left: auto;
  margin-right: auto;
}

.header {
  background: #6ba170;
  padding: 10px 0;
}

.header .df {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.logo_text {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 33px;
  color: #ffffff;
}

.logo_text:hover {
  opacity: 0.85;
}

.header_mail,
.header_link_map {
  font-size: 15px;
  color: #ffffff;
}

.header_mail:hover,
.header_link_map:hover {
  opacity: 0.85;
}

.logo {
  width: 100px;
}

.logo img {
  width: 100%;
}

.heade_phones {
  padding-left: 30px;
  background: url("../images/phone.svg") no-repeat left center/15px auto;
}

.header_phone {
  display: block;
  font-size: 15px;
  color: #ffffff;
  margin: 6px 0;
}

.header_phone:hover {
  opacity: 0.85;
}



.main:before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.6;
}

.main .container {
  position: relative;
  z-index: 2;
}

.title {
  font-size: 41px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 0 48px;
  line-height: 1.2;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.5); border: 0px solid red;
}

.main_text {
  text-align: center;
  color: #ffffff;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.4;
  padding-bottom: 20px;
  font-size: 1.5rem;
}

.btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  -webkit-transition: .2s;
  transition: .2s;
  padding: 0 30px;
  border-radius: 12px 0 12px 0;
  transition: .2s;
}

.btns span {
  -webkit-transition: .2s;
  transition: .2s;
}

.btns:hover {
  opacity: 0.8;
  cursor: pointer;
}

.main {
  text-align: center;
}

.main .btns {
  background: #6ba170;
  border: 1px solid #6ba170;
  height: 40px;
}

.main .btns span {
  color: #ffffff;
}

.main .btns:hover {
  opacity: 0.8;
}

.main_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main_center .btns {
  margin-left: auto;
  margin-right: auto;
}

.call {
  padding-bottom: 50px;
}

.call_df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.call_title {
  font-size: 25px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  padding: 25px 180px 30px;
  line-height: 1.3;
}
.call_titless {
  font-size: 29px;
  text-align: center;

  font-weight: 400;
  padding: 45px; border: 0px solid #6ba170;
  line-height: 1.3;
}
.call_titlezz {
  font-size: 19px;
  text-align: center;

  font-weight: 400;
  padding: 45px; border: 0px solid #6ba170;
  line-height: 1.3;
}

.call_df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.call_item {
  min-width: 50%;
  max-width: 50%;
}

.call_left {
  padding-left: 180px;
  padding-right: 80px;
  background: url("../images/item.png") no-repeat left top/100px auto;
}

.call_right {
  padding-left: 80px;
  border-left: 1px solid #cccccc;
}

.call_item {
  font-size: 15px;
  line-height: 1.4;
}

.call_item a {
  color: #6ba170;
}

.call_item a:hover {
  color: #000000;
}

.work {
  background: #72ac79;
  padding: 30px 0 50px;
}

.work_title {
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
  font-size: 35px;
  text-align: center;
}

.work_df {
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.work_item {
  min-width: 33.33%;
  max-width: 33.33%;
  margin-bottom: 50px;
  padding: 0 30px;
}

.work_item_title {
  color: #ffffff;
  font-size: 25px;
  padding-bottom: 15px;
}

.work_item_title span {
  font-size: 33px;
  font-weight: 400;
}

.work_item_text {
  color: #ffffff;
  font-size: 15px;
  line-height: 1.3;
  padding-right: 80px;
}

.work .btns {
  background: #ffffff;
  color: #72ac79;
  border: 1px solid #ffffff;
  height: 40px;
}

.footer {
  background: #000000;
}

.footer_df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
}

.locate iframe {
  display: block;
}

.button-pop {
	display: inline-flex;
	justify-content:center;align-items: center;
	padding: 0.625rem 1.25rem;
	border-radius: 6px;
	background-color: #e2302e;
	color: #fff;
	font-size: 0.9rem;
	outline: none;
	border: none;
  cursor:pointer;
 }
 @media (any-hover: hover) {
	.button-pop {
	  transition: 0.3s;
	}
	.button-pop:hover {
	  background: #a32421;
	}
 }
 
.popup {
	-webkit-overflow-scrolling: touch;
	z-index: 100;
	padding: 30px 20px;
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	transition: visibility 0.8s ease 0s;
	visibility: hidden;
}
.popup::before {
	content: "";
	background-color: rgba(0, 0, 0, 0.9);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity 0.8s ease 0s;
}
.popup.show {
	visibility: visible;
	overflow: auto;
}
.popup.show .popup__body {
	transform: scale(1);
}
.popup.show::before {
	opacity: 1;
}
.popup._active {
	overflow: auto;
	visibility: visible;
}
.popup._active .popup__body {
	transition: all 0.3s ease 0.2s;
	transform: scale(1);
}
.popup._active::before {
	opacity: 1;
}
.popup__content {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-height: 100%;
	flex: 1 1 auto;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.popup__body {
	transform: scale(0);
	transition: all 0.3s ease 0s;
	background: #fff;
	width: 100%;
	max-width: 500px;
	padding: 30px;
}
.popup__close{
	width: 20px;
	height: 20px;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	z-index: 30;
  background:none;
  border:0;
}
.popup-callback__title {
	text-align: center;
	margin-bottom: 20px;
	font-size: 22px;
}
.popup-callback__form {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.input {
	width: 100%;
	margin-bottom: 15px;
	width: 100%; 
   border: 1px solid #b0b0b0;
   box-sizing: border-box;
   border-radius: 5px;
   outline: 0;
   padding-top: 10px;
   padding-bottom: 10px;
   padding-left: 20px;
   padding-right: 10px;
}
.input:active,
.input:focus,
.input:hover {
	border: 1px solid #ecd6bb
}
.popup-callback__checkbox {
	font-size: 12px;
	margin-bottom: 20px;
	text-align: center;
}

@media (max-width: 479.98px){
	.popup-callback__checkbox {
		font-size: 10px;
		margin-bottom: 15px;
	}
	.popup__body {
		padding: 30px 15px;
	}
	.popup-callback__title {
		margin-bottom: 15px;
		font-size: 16px;
	}
	.input {
		margin-bottom: 10px;
		padding-top: 7px;
		padding-bottom: 7px;
		padding-left: 15px;
	}
}