.modal1{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    display: none;
    overflow: hidden;
    z-index:1000;
}
.modal1_inner{
    float: right;
    width: 50vw;
    background: #fff;
    height: 100%;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.modal1_inner #form, .modal2_inner #form{
    max-width: 400px;
}
.modal1_inner .field{
    border: none;
    background: #e6e6e4;
    color: #8a8a8a;
    margin-top: 20px;
    min-width: 300px;
    padding: 10px;
}

.btn-form{
    color: #8a8a8a;
    font-family: 'Graphik LCG Medium';
    background: transparent;
    padding: 10px 35px;
    border-radius: 50px;
    border: 1px solid #8a8a8a;
    font-size:12px;
    margin-top: 30px;
}
.close, .close1 {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: fixed;
    right: 60px;
    top: 20px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #000;
    font-style: normal;
    font-size: 45px;
    font-family: "Graphik LCG Thin";
    background: transparent;
    border: none;
}

.close3 {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: relative;

    float:right;
    top:0;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #000;
    font-style: normal;
    font-size: 45px;
    font-family: "Graphik LCG Thin";
    background: transparent;
    border: none;
}











.white-popup-block1{
display: none;
background: #FFF;
padding: 10px 10px;
text-align: left;

position: absolute;
top: 25vh;

}

.white-popup-block1 img{
    max-width:50vw;
    max-height:500px;
}


@media screen and (max-width:700px){

    .white-popup-block1 img{
    max-width:100vw;
    max-height:500px;
}
.white-popup-block1{
display: none;
background: #FFF;

text-align: left;
max-width: 100vw
position: absolute;
top: 25vh;

}
.close3{
    right:30px;
}
}




.modalheader{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 20px 60px;
    width: 100vw;
    background: rgba(255, 255, 255, 1);
    margin: 0;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2);
            box-shadow: 0 0 3px rgba(0,0,0,0.2);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;

}


.tac{
    text-align: center;
}
.mfp-hide{
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
.white-popup-block{
    color: #c0c0c0;
}
.white-popup-block a{
  /*  color: #c0c0c0;*/
    text-decoration: none;
}
.white-popup-block form{
    text-align: left;
    margin: 0 auto;
    max-width:400px;
}
.white-popup-block .field{
    border: none;
    border-bottom: 2px solid #e6e6e6;
}
.white-popup-block .row{
    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;
                max-width: 194px;
    margin: 0 auto;

}
.white-popup-block h2{
    font-family: "Graphik LCG Medium";
    padding-bottom: 50px;
    font-size: 24px;
}
.white-popup-block span{
/*    color: #a2bfff;*/
}
.white-popup-block input {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.white-popup-block input:focus {
    border-bottom: 2px solid #a2bfff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.article_inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.col{
    max-width: 500px;
    padding: 50px;
}
@media screen and (max-width:1100px){
    .mfp-content{
        width: 100vw!important  ;
        height: auto;
    }
    .modalheader{
        padding: 15px 10px;
    }
    .modalheader .logo{

    }
    .mfp-close{
        right: 0px!important;
        top: 5px!important;
    }
}