.hunter {
    margin-bottom: 100px;
}
.hunter__name {
    font-size: 74px;
    margin: 80px auto;
    text-align: center;
    font-family: DinCyR, sans-serif;
    color: #014637;
    font-weight: 600;
}
.hunter__list {
    display: block;
    margin-bottom: 60px;
}
.hunter__item {
    display: inline-block;
    vertical-align: top;
}
.hunter__one .hunter-item-one {
    width: 42%;
}
.hunter__one .hunter-item-two {
    width: 18%;
    margin: 0 1.5%;
}
.hunter__one .hunter-item-three {
    width: 36%;
}
.hunter-image {
    max-width: 100%;
		display: block;
}
.hunter__title {
    font-size: 24px;
    color: #014637;
    font-family: DinCyR, sans-serif;
    margin: 25px 0;
    font-weight: 600;
    line-height: 1.1;
}
.hunter__text {
    font-size: 16px;
    font-family: DinCyR, sans-serif;
    font-weight: 400;
}

.hunter__two .hunter-item-one {
    width: 34.5%;
}
.hunter__two .hunter-item-two {
    width: 34.5%;
    margin: 0 2%;
}
.hunter__two .hunter-item-three {
    width: 25.5%;
}

.hunter__three .hunter__item {
    width: 23%;
}
.hunter__three .hunter__item:not(last-child) {
    margin-right: 1.65%;
}

.hunter__request {
    margin: 30px auto;
    width: 230px;
}
.hunter__request-btn {
    cursor: pointer;
    font-family: DinCyR, sans-serif;
    margin: 0 auto;
    display: inline-block;
    padding: 20px 70px;
    font-size: 18px;
    text-align: center;
    line-height: 1;
    transition: .3s ease;
    background-color: #014637;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}
.hunter__request-btn:hover{
  background-color: #00281f;
}

.request {
  background: #fff;
  padding: 30px; }
  .request__success {
    font-size: 18px;
    display: none;
    text-align: center; }
  .request__form {
    max-width: 900px;
    margin: 0 auto;
    padding: 30px; }
  .request__container-select, .request__container {
    position: relative;
    margin: 15px 0 35px; }
  .request__select, .request__input {
    font-family: DinCyR, sans-serif;
    position: relative;
    color: rgba(0, 0, 0, 0.87);
    font-size: 14px;
    width: 100%;
    height: 37px;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    border: none;
    border-bottom: 1px solid #828282;
    background-color: transparent;
    outline: none;
    border-radius: 0;
    box-shadow: none;
    z-index: 1; }
  .request__tip {
    font-family: DinCyR, sans-serif;
    position: absolute;
    top: -25%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    padding: 0 10px;
    color: #828282;
    font-size: 12px;
    width: 100%;
    z-index: 0;
    transition: font-size .15s ease-out, .15s ease-out; }
  /* .request__input_fill ~ .request__tip,
  .request__input:focus ~ .request__tip {
    top: -25%;
    font-size: 12px; } */
    .request__label {
    font-size: 14px;
    font-family: DinCyR, sans-serif;
}
  .request__label a {
    color: #014637;}
  .request__error {
    color: red;
    position: absolute;
    bottom: -20px;
    left: 0;
    font-size: 12px;}
    .request-btn{
      display: inline-block;
    text-transform: uppercase;
    color: #ffffff;
    background: #014637;
    cursor: pointer;
    text-decoration: none;
      font-size: 14px;
      padding: 15px 54px;
      border: none;
    font-family: DinCyR, sans-serif;
    }
    .request-btn:hover{
    background: #00281f;
    }
    .request__title {
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    font-family: DinCyR, sans-serif;
}
.field-active{
  display: block;
}
.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 700px;
    margin: 20px auto;
}
.mfp-close-btn-in .mfp-close {
    color: #333!important;
}
@media (max-width:1440px) {
  .hunter__name {
    margin: 40px auto;
}
}
@media (max-width:1024px) {
  .hunter__name {
    margin: 25px auto;
    font-size: 54px;
}
}
@media (max-width:960px) {
  .hunter-image {
      width: 100%;
  }
  .hunter__text {
    margin-bottom: 15px;
}
  .hunter__one .hunter-item-one {
    width: 100%;
}
.hunter__one .hunter-item-two {
    width: 44%;
    margin: 0;
    margin-right: 3%;
}
.hunter__one .hunter-item-three {
    width: 51%;
}
.hunter__two .hunter-item-one {
    width: 100%;
}
.hunter__two .hunter-item-two {
    width: 55%;
    margin: 0;
    margin-right: 3%;
}
.hunter__two .hunter-item-three {
    width: 40%;
}
.hunter__three .hunter__item:not(last-child) {
    margin-right: 2.6%;
}
.hunter__three .hunter__item {
    width: 47%;
    margin: 0;
}
}
@media (max-width:768px) {
	.mfp-close-btn-in .mfp-close {
		color: #fff!important;
}
}
@media (max-width:640px) {
  .hunter__name {
    margin: 15px auto;
    font-size: 40px;
}
  .hunter__list{
    margin-bottom: 0;
}
  .hunter__one .hunter-item-two {
      width: 100%;
  }
  .hunter__one .hunter-item-three {
      width: 100%;
  }
  .hunter__two .hunter-item-two {
      width: 100%;
  }
  .hunter__two .hunter-item-three {
      width: 100%;
  }
  .hunter__three .hunter__item {
      width: 100%;
  }
}
