/*.container {

  display: table;

  width: 100%;

  height: 100%;

}*/

.go {
    padding: 20px 0px 0px 0px;
}

.go img {
    width: 240px;
}

table tr {
    border-bottom: none !important;
}

.interior {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.btn {
    /*  background-color: #fff;*/
    /*  padding: 1em 3em;*/
    border-radius: 3px;
    color: #2980b9;
    text-decoration: none;
}

.modal-window {
    position: fixed;
    background-color: rgb(0 0 0 / 68%);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.modal-window:target {
    opacity: 1;
    pointer-events: auto;
    text-align: center;
}

.modal-window>div {
    max-width: 600px;
    position: relative;
    margin: 10% auto;
    padding: 2rem;
    color: #444;
    background-color: #000;
    box-shadow: 0px 0px 4px #15f48c;
    border-radius: 20px;
}

.modal-window header {
    font-weight: bold;
}

.modal-close {
    color: #fff !important;
    line-height: 50px !important;
    font-size: 16px !important;
    position: absolute !important;
    right: 0 !important;
    text-align: center;
    top: 0;
    width: 70px !important;
    text-decoration: none !important;
    font-family: 'Bai Jamjuree', sans-serif;
    font-weight: 600 !important;
    background: none !important;
}

.modal-close:hover {
    color: #14f38a !important;
}

.modal-window h1 {
    font-family: 'Bai Jamjuree', sans-serif;
    font-size: 36px;
    color: #15f48c;
    font-weight: 600;
    margin: 30px 0px 30px 0px;
}

.modal-window table {
    text-align: left;
    width: 100%;
    line-height: 60px;
    padding: 10px 0px 0px 0px;
    font-family: 'Bai Jamjuree', sans-serif;
    display: inline;
}

.modal-window table td {
    color: #fff;
    font-size: 16px;
    font-family: 'Bai Jamjuree', sans-serif;
    font-weight: 500;
    padding: 0px 0px 5px 0px;
    border-bottom: transparent;
    background: transparent;
}

.modal-window table td span {
    border-radius: 3px;
    font-size: 16px;
    outline: none;
    padding: 10px 70px;
    color: #ffffff;
    margin-left: 20px;
    background: #303668;
    width: 200px;
    height: 45px;
    box-shadow: 0px 0px 9px #09ab42;
    border: 1px solid #15f48c;
    text-align: center;
}

.modal-window table td select {
    border-radius: 3px;
    outline: none;
    padding: 10px 0px;
    color: #ffffff;
    margin-left: 20px;
    background: #303668;
    width: 200px;
    height: 45px;
    -webkit-appearance: menulist;
    box-shadow: 0px 0px 9px #09ab42;
    border: 1px solid #15f48c;
}

.modal-window table td input {
    border-radius: 3px;
    outline: none;
    padding: 10px 10px;
    color: #ffffff;
    margin-left: 20px;
    background: #303668;
    box-shadow: 0px 0px 9px #09ab42;
    width: 200px;
    height: 45px;
}

@media only screen and (max-width: 767px) {
    .modal-window h1 {
        font-family: 'Bai Jamjuree', sans-serif;
        font-size: 30px;
        color: #14f48b;
        font-weight: 600;
        margin: 30px 0px 0px 0px;
    }
    .modal-window {
        top: 30px;
    }
    .modal-window>div {
        max-width: 328px;
    }
    .modal-window table td select {
        width: 150px;
    }
    .modal-window table td input {
        width: 150px;
    }
    .modal-window table td span {
        padding: 10px 40px;
    }
}