@charset "utf-8";

.w_txt {
    text-align: center;
    border: solid 1px #000;
    margin: 2em 1em 1em;
    display: inline-block;
    padding: 1em 2em;
}
.w_txt.white {
    color: white;
    border: solid 1px #fff;
}
.w_txt a {
    text-decoration: underline;
}
.w_txt.white a {
    color: white;
}

#fancybox-close {
    right: -35px;
}

.btn_send{
    display: flex;
    justify-content: space-evenly;
}

@media screen and (max-width: 767px) {
.btn_send{
    display: block;
    
}
.btn_send div{
    margin:0.5em auto;
    
}

}

#cont1{
    display: none!important;
}
#cont2{
    display: block!important;
}