#game-address {
    margin-top: 50px;
    background: url(../images/bg.png) repeat-y #015d5a;
    padding: 30px 0 14px;
    color: #fff;
}

.game-wrapper-address {
    margin: 0 auto;
    max-width: 1350px;
    position: relative;
}


#game-address .opisanie {
    width: 470px;
    margin-left: 60px;    
}

.address-left {
    float: left;
   margin-left: 59px;
   position: relative;
}

.address-left span {
    color: #164097;
    position: absolute;
    font-size: 15px;
    white-space: nowrap;
}

.from-text {
    top: 37px;
    left: 100px;
}

.from-address-text {
    top: 67px;
    left: 100px;
}

.to-text {
    left: 330px;
    top: 219px;
}

.to-address-text {
    left: 330px;
    top: 279px;
}

.address-right {
    float: left;
    width: 550px;
    margin-left: 40px;
    margin-top: -120px;
}

.address-form {
    border: 4px solid #3d9bff;
    border-radius: 10px; 
    padding: 15px;
    margin-bottom: 30px;
}

.address-form label {
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    padding-left: 20px;
}

.address-form div {
    margin: 5px;
    margin-bottom: 10px;
}

.address-form input {
    width: 98%;
    border: none;
    font-size: 30px;
    border-radius: 10px;
    font-family: Arial;
    padding: 5px;
}

.address-message {
    border: 2px solid #ffcf3d; 
    border-radius: 10px; 
    padding: 20px;
}

.address-message p {
    font-size: 26px;
    font-style: italic;
    color: #ffcf3d;
    text-align: center;
    margin-bottom: 40px;
    display: none;
}


.game-wrapper-address:after {
    content: ".";
    clear: both;
    visibility: hidden;
    display: block;
}

.address-message button {
    cursor: pointer;
    border: none;
    background: #ffcf3d;
    color: #000;
    border-radius: 5px;
    text-align: center;
    width: 100%;
    padding: 10px 0;
    font-size: 24px;
    font-style: italic;     
    font-family: Arial;
}

.address-message button .arrow {
    display: inline-block;
    background: url(../images/arrow.png) no-repeat;
    width: 53px;
    height: 29px;
    vertical-align: bottom;
}

#eng_symbols, #rus_symbols {
    background: url(../images/back.png);    
    top: 0;        
    border-radius: 10px;
    position: absolute;
    width: 545px;
    font-size: 70px;
    font-weight: bold;
    text-align: center;
    padding: 20px 45px;
    height: 400px;
    display: none;
}