
.close {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
}

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

.header {
    margin: 9px 13px 0;
}

button.close {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
    padding: 0;
}

.modal-header .close {
    margin-top: -2px;
}



h2 {
    font-size: 23px;
    letter-spacing: -0.04em;
    line-height: 1.2;
    margin-left: 26px;
    margin-top: 14px;
    width: 376px;
    height: 90px;
}

.content {
    padding-left: 24px;
    padding-top: 10px;
    width: 395px;
    height: 237px;
}

#content_message {
    font-size: 14px;
    letter-spacing: -0.0067em;
    line-height: 1.25;
	margin-top: 20px;
}

#terms_container {
	font-size: 10px;
    letter-spacing: -0.07em;
    line-height: 1.2;
    width: 398px;
    height: 60px;
    padding-top: 1px;
}

#terms {
    width: 398px;
}

#buttons {
    display: flex;
    justify-content: space-between;
    margin: 0 28px 0 27px;
}

.botton-blue {
    background-color: #698cff;
    border: 1px solid #5176f0;
    border-radius: 4px;
    color: #ffffff;
	font-weight: bold;
	cursor: pointer;
}

#skip {
    font-weight: bold;
    padding: 9px;
    width: 115px;
}

#Continue {
	width: 180px;
}

.close {
    color: #000;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    opacity: 0.5;
    text-shadow: 0 1px 0 #fff;
}

.close:focus, .close:hover {
    color: #000;
    cursor: pointer;
    opacity: 0.8;
    text-decoration: none;
}
