/* ////////////////////////////////////////////////////////////////////////////////////////// */

.wrap{flex-wrap:wrap}

.fx1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.fx2{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

/* ////////////////////////////////////////////////////////////////////////////////////////// */

.thank{
    font-family: "PT Sans";
    font-size: 18px;
    font-weight: 400; 
    text-align: center; 
}

/* ////////////////////////////////////////////////////////////////////////////////////////// */

.containerz {

} 

.modalx {
  background-color: #ffffff;
  display: none;
    position: fixed; 
    top: 200px;
    right: auto;
    bottom: auto;
    left: auto;
  height: auto;
  margin-top: 200px;
  padding: 50px 40px 10px 40px;
  border-radius: 5px;
  z-index: 10;
  box-shadow: 0 0 0 99999px rgba(0, 0, 0, 0.7);
    margin-left: auto;
    margin-right: auto;
}

.close-modalx {
  color:  #000;
  text-decoration: none;
  float: right;
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
}
.super2{
  cursor: pointer;
}
/* ////////////////////////////////////////////////////////////////////////////////////////// */
.cont {
    height: 300px;
    margin-top: 40px;
} 
.mod {
    background-color: #ffffff;
    height: 260px;
    padding: 50px 40px 10px 40px;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.5);
}
/* ////////////////////////////////////////////////////////////////////////////////////////// */

.form{
    
}
.form-box-1{
    width: 466px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.form-box-2{
    width: 466px;
    margin: 15px 0px 0px 0px;
}
.chek{
    width: 14px;
    height: 13px;
    border: 1px solid #707070;
}
.chek-text{
    height: 14px;
    color: #707070;
    font-family: "Segoe UI";
    font-size: 13px;
    font-weight: 400;
    line-height: 14px;
    margin: 0px 0px 0px 6px;
}
.input-text{
    width: 423px !important;
    padding: 8px 12px !important;
    border: none !important;
    border-radius: 3px !important;
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2) inset !important;
    color: #393939 !important;
    border: 1px solid #d4d4d4 !important;
    outline: 0 !important;
    margin: 0px 3px !important;
}
.input-key{
    width: 418px !important;
    height: 49px !important;
    border-radius: 6px !important;
    background-color: #ffc8c5 !important;
    color: #000 !important;
    font-family: "Cormorant SC" !important;
    font-size: 25px !important;
    font-weight: 700 !important;
    letter-spacing: 0.53px !important;
    cursor: pointer !important;
    transition: 0.3s !important;
    margin: 16px 0px !important;
}
.input-key-2:hover,
.input-key:hover{
    transition: 0.3s;
    background-color: #bf3e41;
}


/*/////*/@media (min-width: 320px) and (max-width: 767px) {/*///////////////////////////////*/

.containerz {width: 300px; margin: 50px auto}
.modalx {
  margin-top: 100px;
    padding: 50px 10px 10px 10px;
}
/*////////*/}/*//////////////////////////////////////////////////////////////////////////////*/