#extension-landing {
    width: 100%;
    margin: 0 auto;
}

#wrapper {

}

#header {
    background-color: #fff;
}

.head {
    margin: 0 auto;
    width: 1170px;
}

#nav-menu.landing {
    padding-top: 31px;
    margin-left: 110px !important;
}

.logo_svg {
    margin: 17px 55px 0 15px;
    width: 234px;
    height: 59px;
    background: url(https://static.surfearner.com/images/svg/se-logo-tr.svg);
    display: block;
}

.navigation-bar > li.featured > a {
    border: 1px solid #1ac6ff;
    color: #1ac6ff;
    display: inline-block;
    opacity: 1;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 300;
}

#nav-menu li.links a {
    color: #000;
    font-weight: 400;
    border-bottom: 2px solid transparent;
    margin: 0 31px 0 0;
    padding: 0;
}

#nav-menu li.links a:hover {
    border-bottom: 2px solid #df4281;
}

.navigation-bar-right > li.featured > a {
    margin-top: 29px;
    margin-right: 10px;
    border: 1px solid #1ac6ff;
    color: #1ac6ff;
    padding: 8px 15px 6px 15px;
    display: inline-block;
    opacity: 1;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}

.navigation-bar-right > li.featured > a:hover {
    background: #1ac6ff;
    color: #fff;
}

.navigation-bar-right > li.featured > a:hover {
    background: #1ac6ff;
    color: #fff;
}

.navigation-bar-right > li.featured.pink > a:hover {
    background: #df4281;
    color: #fff;
}

.head_title {
    margin-top: 340px;
}

.head_title h1 {
    display: block;
    text-align: center;
    color: #fff;
}

.head_title p {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 21px;
}

.head_button {
    text-align: center;
    margin-top: 60px;
}

.head_button .btn-blue {
    padding: 0 50px;
}

#get_auth {

}

.block_white {
    margin: 0 auto;
    padding: 20px 0 100px;
    text-align: center;
    background: #fff;
}

.block_gray {
    margin: 0 auto;
    padding: 60px 0;
    text-align: center;
    background: #f8f8f8;
}

.block_white p, .block_gray p {
    font-size: 24px;
}

.block_white p span, .block_gray p span {
    font-size: 18px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-40 {
    padding-bottom: 40px;
}

#messengers .widget {
    padding: 30px 0px;
}

.why-delete {
    padding: 50px 0 50px 50px;
    float: left;
}

.why-delete h1 {
    font-size: 42px;
}

.why-delete p {
    font-size: 24px;
}

.why-delete-img {
    padding: 40px 0;
    float: left;
    width: 631px;
}

.reasons {
    padding-top: 20px;
}

.reasons ul {
    list-style: none;
}

input[type=radio] {
    position: absolute;
    visibility: hidden;
}

input[type=radio] + label {
    font-size: 18px;
    padding: 6px 6px 6px 1.4em;
}

#footer {
    background: #1a1a1a !important;
}

.p_link {
    color: #000;
}

.b-popup {
    display: none;
    width: 100%;
    min-height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    position: fixed;
    top: 0px;
    z-index: 999;
}

.b-popup .popup_div {
    background: #fff;
}

.popup_div {
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    overflow: auto;
}

.popup_close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 14px;
    height: 14px;
    text-decoration: none;
    display: block;
    font-size: 18px;
}

a.popup_close {
    color: #333 !important;
}

.form_popup p {
    font-size: 16px;
    font-weight: 300;
}

a.btn_white {
    color: #fff !important;
}