﻿@charset "utf-8";
.wrapper{
    width: 100%;
    /*padding-bottom: 75px;*/
    position: relative;
    background-color: #f7f7f7;
    /*
    background-image: url(../images/contact_bg.png);
    background-size: 1920px;
    background-position: center 100%;
    */
}
.wrapper::after{
/*    content: '';
    width: 100%;
    height: 353px;
    position: absolute;
    left: 0;
    bottom: 75px;


    background-image: url(../images/contact_bg.png);
    background-size: 1920px;
    background-position: center 100%;
*/
}
.contact{
    width: 940px;
    margin: 0 auto;
    position: relative;
        z-index: 1;
}
.contact h3{
    font-size: 28px;
    font-weight: bold;
    color: #709f2f;
    text-align: center;
    padding-top: 56px;
    padding-bottom: 40px;
}
.contact label {
    min-height: 47px;
    width: 128px;    
    padding: 14px 0px ;
    margin-right: 2px;
    text-align: center;
    background: #ececec;    
    font-size: 20px;
}
.contact .input_txt {
    background: #ececec;    
    /*min-height: 47px;*/
    padding: 10px;
    font-size: 20px;
    -webkit-flex: 1;  /* Safari 6.1+ */
    -ms-flex: 1;  /* IE 10 */    
    flex: 1;
}

.nameAndGender {
    height: 48px;
    display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 18px;
}
.nameAndGender .nameWrap , .nameAndGender .genderWrap{
    display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;  /* Safari 6.1+ */
    -ms-flex: 1;  /* IE 10 */    
    flex: 1;
}
.nameAndGender .blank{
    width: 25px;
}
.phoneWrap{
    display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 18px;
}
.phoneWrap label{
    width: 128px;
}
.phoneWrap .input_txt{
    -webkit-flex: 1;  /* Safari 6.1+ */
    -ms-flex: 1;  /* IE 10 */    
    flex: 1;
}
.agreeWrap{
    display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 18px;
}
.agreeWrap label{
    width: 340px;
    height: 72px;
    padding: 25px;
}
.agreeWrap .input_txt{    
    padding: 24px 10px;
    -webkit-flex: 1;  /* Safari 6.1+ */
    -ms-flex: 1;  /* IE 10 */    
    flex: 1;
}
.agreeWrap a{
    color: #709f2f;
    -webkit-flex: 1;  /* Safari 6.1+ */
    -ms-flex: 1;  /* IE 10 */    
    flex: 1;
    text-decoration: underline;
    padding-left: 45px;

}
.genderBox label , .agreeBox label{
    width: auto;
    height: auto;
    min-height: auto;
    padding: 0;
}
input[type=radio   ]:not(old) , input[type=checkbox   ]:not(old){
  width   : 28px;
  margin  : 0;
  padding : 0;
  opacity : 0;
}

input[type=radio   ]:not(old) + label , input[type=checkbox   ]:not(old) + label {
  display      : inline-block;
  margin-left  : -28px;
  padding-left : 28px;
  background   : url('../images/checks.png') no-repeat 0 0;
  line-height  : 24px;
}

input[type=radio]:not(old):checked + label{
  background-position : 0 -48px;
}
input[type=checkbox]:not(old):checked + label{
  background-position : 0 -48px;
}
.checkWrap{
    display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 33px;
}
.checkBlank{
    -webkit-flex: 1;  /* Safari 6.1+ */
    -ms-flex: 1;  /* IE 10 */    
    flex: 1;
}
.contact .small {
    width: 150px;
    border: 1px solid #9e9e9e;
    background: #e8e8e8;
    margin-left: 10px;
    font-size: 20px;
}
.mdma{
    width: 135px;
}
.clear_btn , .sent_btn{
    width: 170px;
    margin-left: 20px;
    
}
.link_btn{
    width: 100%;
    color: #709f2f;
    padding: 10px;
    border: 1px solid #709f2f;
    background: #FFF;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease-out;
}
.link_btn:hover{
    background:#709f2f;
    color: #FFF;
    transition: all 0.3s ease-out;

}
.phoneDiv{
    width: 100%;
    text-align: left;
    padding-bottom: 70px;
}
.phoneDiv p {
    font-size: 24px;
    display: inline-block;
}
.phoneDiv h2{
    font-size: 36px;
    color: #709f2f;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 20px;
}
.phone01{
    letter-spacing: 4px;
}
#map{
    /*max-width: 859px;
    height: 272px;*/
    max-width: 800px;
    height: 390px;
    border: 1px solid #bebebe;
    z-index: 1;
}


.black{
    width:100%;
    height: 100%;
    padding: 100px 50px 50px 50px;
    display: none;
    background: rgba(0,0,0,0.6);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
}
.black .infoWrap{
    width: 1200px;
    height: 100%;
    padding: 50px;
    overflow-y: auto;
    background-color: #FFF;
    margin: 0 auto;
}
.infoBox{
}
.infoBox h3{
    color: #709f2f;
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 44px;
    text-align: center;
}
.infoBox p{
        font-size: 17px;
}
.infoBox b{
    font-weight: bold;
}
.closeBtn{
    text-align: right;
    position: relative;
    margin: 0 auto;
    top: -1px;
    color: #FFF;
    right: 0px;
    font-size: 30px;
    cursor: pointer;
    width: 1200px;
}
.map_box{
    position: relative;
}
.kiwi_map{
    width: 535px;
    height: 549px;
    background: url(../images/kiwi_map.png) no-repeat;
    position: absolute;
    right: -220px;
    top: -116px;
}