.flag_r_20x20 {
    background-image: url(/images/flags_20x20_r_sprites.png);
    display: inline-block;
    height: 20px;
    width: 20px;
}
.flag_r_20x20_pl {
    background-position: -2px -2px;
}
.flag_r_20x20_pt {
    background-position: -26px -2px;
}
.flag_r_20x20_ro {
    background-position: -2px -26px;
}
.flag_r_20x20_rs {
    background-position: -26px -26px;
}
.flag_r_20x20_ru {
    background-position: -50px -2px;
}
.flag_r_20x20_th {
    background-position: -50px -26px;
}
.flag_r_20x20_tr {
    background-position: -2px -50px;
}
.flag_r_20x20_vn {
    background-position: -26px -50px;
}
.flag_r_20x20_ae {
    background-position: -50px -50px;
}
.flag_r_20x20_cn {
    background-position: -74px -2px;
}
.flag_r_20x20_cz {
    background-position: -74px -26px;
}
.flag_r_20x20_de {
    background-position: -74px -50px;
}
.flag_r_20x20_es {
    background-position: -2px -74px;
}
.flag_r_20x20_fr {
    background-position: -26px -74px;
}
.flag_r_20x20_gb {
    background-position: -50px -74px;
}
.flag_r_20x20_gr {
    background-position: -74px -74px;
}
.flag_r_20x20_hr {
    background-position: -98px -2px;
}
.flag_r_20x20_id {
    background-position: -98px -26px;
}
.flag_r_20x20_in {
    background-position: -98px -50px;
}
.flag_r_20x20_ir {
    background-position: -98px -74px;
}
.flag_r_20x20_it {
    background-position: -2px -98px;
}
.flag_r_20x20_jp {
    background-position: -26px -98px;
}
.flag_r_20x20_kr {
    background-position: -50px -98px;
}
.flag_r_20x20_ms,
.flag_r_20x20_my {
    background-position: -74px -98px;
}
.page-banned .site-content-in {
    padding: 20px;
}
@font-face {
    font-family: NunitoSans;
    font-style: normal;
    font-weight: 300;
    src: url(/themes/cabinet/fonts/NunitoSansRegular/NunitoSansRegular.eot);
    src: url(/themes/cabinet/fonts/NunitoSansRegular/NunitoSansRegular.eot?#iefix) format("embedded-opentype"), url(/themes/cabinet/fonts/NunitoSansRegular/NunitoSansRegular.woff) format("woff"),
        url(/themes/cabinet/fonts/NunitoSansRegular/NunitoSansRegular.ttf) format("truetype");
}
@font-face {
    font-family: OpenSansSemiBold;
    font-style: normal;
    font-weight: 600;
    src: url(/themes/cabinet/fonts/OpenSansSemiBold/OpenSans-SemiBold.eot);
    src: url(/themes/cabinet/fonts/OpenSansSemiBold/OpenSans-SemiBold.eot?#iefix) format("embedded-opentype"), url(/themes/cabinet/fonts/OpenSansSemiBold/OpenSans-SemiBold.woff) format("woff"),
        url(/themes/cabinet/fonts/OpenSansSemiBold/OpenSans-SemiBold.ttf) format("truetype");
}
.blank {
    font-family: NunitoSans, Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    min-width: 320px;
}
.blank * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.blank ol,
.blank p,
.blank ul {
    margin: 0;
}
.blank ol,
.blank ul {
    list-style: none;
    padding: 0;
}
.blank a {
    text-decoration: none;
}
.blank .brand {
    text-align: center;
}
.blank .wrapper {
    background: #f0f5f9;
    min-height: 100vh;
}
.blank .site-content {
    position: relative;
}
.blank .site-content,
.blank body:not(.is-chart) .site-content-in .content {
    -webkit-box-flex: 1;
    flex: 1;
}
.blank .site-content-in {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    height: auto !important;
    justify-content: center;
    margin: 83px auto 20px;
    max-width: 600px;
    padding-top: 47px;
    width: 100%;
}
@media screen and (max-width: 1279px) {
    .blank .site-content-in {
        margin: 45px auto 20px;
    }
}
@media screen and (max-width: 600px) {
    .blank .site-content-in {
        margin: 20px auto;
        padding-top: 30px;
    }
}
.blank .site-header {
    height: auto;
    padding-top: 20px;
}
.blank .site-header__back-btn {
    border-bottom: 1px solid #0099fa;
    color: #1e385b;
    display: block;
    font-size: 16px;
    margin-left: 15px;
    position: relative;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.blank .site-header__back-btn:before {
    background-image: url(/themes/cabinet/images/login/icon-left.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 17px;
    left: -19px;
    margin-top: -11px;
    position: absolute;
    text-rendering: auto;
    top: 13px;
    width: 17px;
}
.blank .site-header__back-btn:hover {
    border-bottom: 1px solid rgba(0, 153, 250, 0);
}
.blank .site-header .login-container {
    -webkit-box-pack: justify;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 590px;
    padding: 0 5px;
    width: 100%;
}
@media screen and (max-width: 600px) {
    .blank .site-header {
        padding-left: 10px;
        padding-right: 20px;
    }
}
.blank .languages {
    font-family: NunitoSans, sans-serif;
    font-weight: 300;
    margin-right: 20px;
    position: relative;
}
.blank .languages__title .languages__flag {
    border: 2px solid #173257;
    border-radius: 50%;
    height: 24px;
    margin-right: 10px;
    width: 24px;
}
.blank .languages__flag {
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 20px;
    margin-right: 8px;
    width: 20px;
}
.blank .languages__title {
    -webkit-box-align: center;
    align-items: center;
    color: #173257;
    cursor: pointer;
    display: -webkit-box;
    display: flex;
    text-transform: uppercase;
}
.blank .languages__title-text {
    font-size: 16px;
    font-weight: 300;
    margin-top: 1px;
    position: relative;
}
.blank .languages__title-text:after {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    background-image: url(/themes/2017-09/img/icon-drop-down.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: -webkit-box;
    display: flex;
    height: 26px;
    justify-content: center;
    position: absolute;
    right: -30px;
    top: -2px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 26px;
}
.blank .languages__list {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 10px 70px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 70px rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
    margin-top: 18px;
    min-width: 400px;
    opacity: 0;
    padding: 10px;
    pointer-events: none;
    position: absolute;
    right: -25px;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: opacity 0.5s, visibility 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, visibility 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s, visibility 0.5s;
    transition: opacity 0.5s, transform 0.5s, visibility 0.5s, -webkit-transform 0.5s;
    visibility: hidden;
    z-index: 999;
}
@media screen and (max-width: 420px) {
    .blank .languages__list {
        min-width: calc(100vw - 30px);
    }
}
.blank .languages__lang-name {
    color: #5b6675;
    font-size: 14px;
}
.blank .languages__item:hover > a {
    background: #f4f4f4;
    color: #173257;
}
.blank .languages__item:hover > a span {
    color: #173257;
}
.blank .languages__link {
    -webkit-box-align: center;
    align-items: center;
    border-radius: 10px;
    color: hsla(0, 0%, 100%, 0.7);
    display: -webkit-box;
    display: flex;
    padding: 5px 10px;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.blank .languages__item {
    -webkit-box-flex: 0;
    flex: 0 0 33.3333%;
    margin-bottom: 5px;
}
@media screen and (max-width: 420px) {
    .blank .languages__item {
        -webkit-box-flex: 0;
        flex: 0 0 50%;
    }
}
.blank .languages--opened .languages__title-text:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.blank .languages--opened .languages__list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
}
.blank .logo__letter-1 {
    fill: #1e385b;
}
.blank .logo__letter-2 {
    fill: #8aa1b3;
}
.blank .brand__link {
    display: inline-block;
    margin-bottom: 35px;
}
@media screen and (max-width: 600px) {
    .blank .brand__link {
        margin-bottom: 15px;
    }
}
.blank .brand__logo_no-link {
    margin: 0 auto 20px;
    max-width: 60px;
}
.blank h1 {
    font-family: Open Sans, Arial, sans-serif;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.1;
    margin: 0 0 10px;
}
@media screen and (max-width: 600px) {
    .blank h1 {
        font-size: 26px;
        letter-spacing: 1px;
    }
}
.blank .login-content {
    color: #535c6d;
    padding: 12px 40px;
    text-align: center;
}
.blank .login-content__desc {
    margin-bottom: 30px;
}
.blank .login-content a {
    border-bottom: 1px solid #0099fa;
    color: #1e385b;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.blank .login-content a:hover {
    border-bottom: 1px solid rgba(0, 153, 250, 0);
}
.blank .login-content .recaptcha-block {
    min-height: 120px;
}
.blank .login-content .g-recaptcha {
    display: inline-block !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.blank .login-content .step2 {
    display: none;
}
.blank .login-content .ajax-message {
    display: none;
    margin-bottom: 15px;
}
.blank .login-content .ajax-loader-v2__icon {
    height: 1.875rem;
    width: 1.875rem;
}
.blank .login-content form.sms-confirm .step1 {
    display: none;
}
.blank .login-content form.sms-confirm .step2 {
    display: block;
}
.blank .login-content__redirect {
    display: inline-block;
    margin-bottom: 27px;
    white-space: nowrap;
}
.blank .login-content__redirect a {
    margin-left: 20px;
}
@media screen and (max-width: 600px) {
    .blank .login-content__redirect a {
        margin-left: 0;
        margin-top: 10px;
    }
}
.blank .login-content__redirect_no-margin a {
    margin-left: 0;
}
@media screen and (max-width: 600px) {
    .blank .login-content__redirect {
        -webkit-box-align: center;
        -webkit-box-pack: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        align-items: center;
        display: -webkit-box;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 15px;
        white-space: normal;
    }
    .blank .login-content {
        padding: 12px 20px;
    }
}
.blank .login-v2 {
    width: 100%;
}
.blank .login-v2 form {
    margin: 0 auto;
    max-width: 420px;
}
.blank .login-v2 .recaptcha-block {
    -webkit-box-pack: center;
    display: -webkit-box;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.blank .form-group {
    margin-bottom: 20px;
    position: relative;
}
.blank .form-group_with-label {
    border-radius: 0;
}
.blank .form-group label {
    color: #758b9d;
    display: inline-block;
    left: 0;
    margin-bottom: 8px;
    position: absolute;
    top: 13px;
    -webkit-transform: translate(0) scale(1);
    transform: translate(0) scale(1);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition: color 0.2s cubic-bezier(0, 0, 0.2, 1) 0ms, -webkit-transform 0.2s cubic-bezier(0, 0, 0.2, 1) 0ms;
    transition: color 0.2s cubic-bezier(0, 0, 0.2, 1) 0ms, -webkit-transform 0.2s cubic-bezier(0, 0, 0.2, 1) 0ms;
    transition: color 0.2s cubic-bezier(0, 0, 0.2, 1) 0ms, transform 0.2s cubic-bezier(0, 0, 0.2, 1) 0ms;
    transition: color 0.2s cubic-bezier(0, 0, 0.2, 1) 0ms, transform 0.2s cubic-bezier(0, 0, 0.2, 1) 0ms, -webkit-transform 0.2s cubic-bezier(0, 0, 0.2, 1) 0ms;
    z-index: 1;
}
.blank input::-webkit-input-placeholder {
    color: transparent !important;
    font-size: 0 !important;
}
.blank input::-moz-placeholder {
    color: transparent !important;
    font-size: 0 !important;
}
.blank input::placeholder {
    color: transparent !important;
    font-size: 0 !important;
}
.blank .form-control {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #a3a8b0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #758b9d;
    font-size: 16px;
    height: auto;
    line-height: 1.42857143;
    outline: none !important;
    padding: 10px 0 7px;
    position: relative;
    width: 100%;
    z-index: 2;
}
.blank .form-control + label {
    font-size: 16px;
    top: 9px;
}
.blank .form-control + label span {
    color: #0099fa;
}
.blank .form-control:focus + label,
.blank .form-control_filled + label {
    color: #0099fa;
    -webkit-transform: translateY(-17px) scale(0.75);
    transform: translateY(-17px) scale(0.75);
    z-index: 3;
}
.blank .checkbox,
.blank .radio {
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    position: relative;
}
.blank .password-container {
    position: relative;
}
.blank .password-container__icon {
    cursor: pointer;
    height: 1rem;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1rem;
    z-index: 9;
}
.blank .password-container__icon:after {
    background-image: url(/themes/cabinet/images/login/ic-eye.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 16px;
    margin-top: -7px;
    position: absolute;
    right: 5px;
    top: 50%;
    width: 16px;
    z-index: 3;
}
@media only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .blank .password-container__icon:after {
        background-image: url(/themes/cabinet/images/login/ic-eye@2x.png);
    }
}
.blank .rules {
    color: #758b9d;
    font-size: 14px;
}
.blank .rules a {
    border-bottom: 1px solid #758b9d;
    color: #758b9d;
}
.blank .rules a:hover {
    border-bottom: 1px solid transparent;
}
.blank .rules label {
    padding-left: 23px;
}
.blank .rules .checkbox input[type="checkbox"],
.blank .rules .radio input[type="checkbox"] {
    height: 15px;
    left: 0;
    margin-left: 0;
    margin-top: 1px;
    position: absolute;
    top: 0;
    width: 15px;
}
.blank .form-bottom {
    margin-bottom: 45px;
}
.blank .form-bottom_2-col {
    -webkit-box-pack: justify;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    margin-top: -20px;
}
@media screen and (max-width: 600px) {
    .blank .form-bottom_2-col {
        -webkit-box-align: center;
        -webkit-box-pack: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 15px;
    }
    .blank .form-bottom {
        margin-bottom: 35px;
    }
}
.blank .btn {
    background: linear-gradient(79deg, #0099fa, #002ed9);
    background-size: 115% auto;
    border: 0;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.7px;
    max-width: 300px;
    overflow: hidden;
    padding: 16px 20px 14px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 100%;
}
.blank .btn:hover {
    background-position: 100%;
    color: #fff;
}
.blank .social-container {
    margin-top: 30px;
}
.blank .social-container__title {
    margin-bottom: 12px;
}
.blank .register-social {
    -webkit-box-pack: center;
    display: -webkit-box;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: 300px;
    width: 100%;
}
.blank .register-social .social-btn {
    -webkit-box-flex: 1;
    border: 0;
    border-radius: 10px;
    color: #fff;
    display: block;
    flex: 1 1 50%;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 8px 7px 27px;
    position: relative;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.blank .register-social .social-btn:before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 17px;
    left: 28px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 17px;
}
.blank .register-social .social-btn--fb {
    background: #0099fa;
    margin-right: 10px;
}
.blank .register-social .social-btn--fb:before {
    background-image: url(/themes/2017-09/img/icon-facebook.png);
}
.blank .register-social .social-btn--gp {
    background: #f0f0f0;
    color: #707070 !important;
    padding-left: 28px;
}
.blank .register-social .social-btn--gp:before {
    background-image: url(/themes/2017-09/img/icon-google.png);
    left: 37px;
}
.blank .register-social .social-btn:hover {
    border: none;
    opacity: 0.7;
}
.blank .notification-message {
    display: inline-block;
    margin: 0 auto;
    max-width: 493px;
}
.blank input:-webkit-autofill,
.blank input:-webkit-autofill:focus,
.blank input:-webkit-autofill:hover {
    -webkit-text-fill-color: #758b9d !important;
    -webkit-box-shadow: inset 0 0 0 1000px #fff !important;
    color: #758b9d !important;
    font-size: 16px !important;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
}
.blank input:-internal-autofill-previewed,
.blank input:-internal-autofill-previewed:focus,
.blank input:-internal-autofill-previewed:hover {
    font-size: 16px !important;
}
.blank .login-container {
    margin: 0 auto;
    max-width: 600px;
    padding: 0;
    width: 100%;
}
.blank .login-footer {
    padding: 73px 20px 10px;
}
.blank .login-footer-nav {
    -webkit-box-pack: center;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}
.blank .login-footer-nav__item {
    margin: 0 15px 21px;
}
@media screen and (max-width: 600px) {
    .blank .login-footer-nav__item {
        margin: 0 15px 12px;
    }
}
.blank .login-footer-nav__link {
    border-bottom: 1px solid #758b9d;
    color: #758b9d;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.blank .login-footer-nav__link:hover {
    border-bottom: 1px solid transparent;
}
@media screen and (max-width: 600px) {
    .blank .login-footer-nav__link {
        font-size: 14px;
    }
}
@media screen and (max-width: 1279px) {
    .blank .login-footer {
        padding: 15px 15px 10px;
    }
}
.blank .login-socket {
    -webkit-box-pack: center;
    -webkit-box-align: center;
    align-items: center;
    color: #758b9d;
    display: -webkit-box;
    display: flex;
    font-size: 14px;
    justify-content: center;
    text-align: center;
}
.blank .login-socket svg {
    margin-left: 20px;
}
.blank .login-socket svg .svg-fill {
    fill: #758b9d;
}
.blank .wrapper__bottom {
    padding-bottom: 40px;
}
.blank .recovery-link {
    padding-left: 1.75rem;
}
.blank .recovery-link a {
    border-bottom: 1px solid #0099fa;
    color: #1e385b;
    position: relative;
}
.blank .recovery-link a:before {
    background-image: url(/themes/2017-09/img/icon-refresh-blue.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 16px;
    left: -28px;
    position: absolute;
    top: 3px;
    width: 16px;
}
.blank .recovery-link a:hover {
    border-bottom: 1px solid transparent;
}
.blank.page-password_recovery .login .login-content .recaptcha-block,
.blank.page-password_recovery_confirm .login .login-content .recaptcha-block {
    min-height: 75px;
}
.blank .message {
    border: 1px dashed transparent;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 10px 15px;
    position: relative;
}
.blank .message.message-success {
    background-color: #e7f4e7;
    border-color: #7bc67b;
    color: #4cac4c;
}
.blank .message.message-warning {
    background-color: #fdf3e5;
    border-color: #f2ba69;
    color: #d08804;
}
.blank .message.message-error {
    background-color: #f9e5e5;
    border-color: #df6f6c;
    color: #f44336;
}
.blank .message > h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 5px;
    margin-top: 0;
}
.blank .message > p {
    font-size: 13px;
}
.blank .banned__text {
    color: #000;
    font-size: 16px !important;
    line-height: 20px;
    margin-bottom: 18px;
    max-width: 400px;
    text-align: center;
}
.blank .banned__text a {
    border-bottom: 1px solid rgba(25, 76, 221, 0.3);
    color: #194cdd;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.blank .banned__text a:hover {
    border-bottom: 1px solid #194cdd;
}
.blank .banned__text_bold {
    font-weight: 700;
}
.blank .banned__img {
    margin: 12px 0 15px;
    text-align: center;
}
.blank .banned__img img {
    max-width: 50px;
}
.blank .error-content {
    margin-bottom: 30px;
}
.blank .error-content .error-desc {
    margin-bottom: 20px;
}
.blank .error-content .btn-block {
    border: 0;
    color: #fff !important;
}
.blank.ar-lang .form-group label {
    left: unset;
    right: 0;
    -webkit-transform-origin: right;
    transform-origin: right;
}
.blank.ar-lang .password-container__icon {
    left: 0;
    right: unset;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.blank.ar-lang .password-container__icon:after {
    left: 5px;
    right: unset;
}
.blank.ar-lang .rules .checkbox input[type="checkbox"],
.blank.ar-lang .rules .radio input[type="checkbox"] {
    margin-left: 0;
    margin-right: 0;
}
.blank.ar-lang .checkbox label,
.blank.ar-lang .radio label {
    padding-left: 0;
    padding-right: 20px;
}
.blank.ar-lang .login-content__redirect {
    display: inline-block;
    margin-bottom: 27px;
    white-space: nowrap;
}
.blank.ar-lang .login-content__redirect a {
    margin-left: 0;
    margin-right: 20px;
}
@media screen and (max-width: 600px) {
    .blank.ar-lang .login-content__redirect a {
        margin-left: 0;
        margin-right: 0;
    }
}
.blank.ar-lang .login-content__redirect_no-margin a {
    margin-left: 0;
    margin-right: 0;
}
.blank.ar-lang .register-social .social-btn--fb {
    margin-left: 10px;
    margin-right: 0;
}
.blank.ar-lang .recovery-link {
    padding-left: 0;
    padding-right: 1.75rem;
}
.blank.ar-lang .recovery-link a:before {
    left: unset;
    right: -28px;
}
.blank.ar-lang .login-socket svg {
    margin-left: 0;
    margin-right: 20px;
}
.blank.ar-lang .languages {
    margin-left: 20px;
    margin-right: 0;
}
.blank.ar-lang .languages__title .languages__flag {
    margin-left: 10px;
    margin-right: 0;
}
.blank.ar-lang .languages__flag {
    margin-left: 8px;
    margin-right: 0;
}
.blank.ar-lang .languages__title-text:after {
    left: -30px;
    right: unset;
}
.blank.ar-lang .languages__list {
    left: -25px;
    margin-left: 0;
    right: unset;
}
.greg-captcha {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    max-width: 240px;
    width: 100%;
}
.greg-captcha__wrap {
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    margin: 1.5rem auto;
}
.greg-captcha__left {
    -webkit-box-flex: 0;
    flex: 0 0 calc(100% - 60px);
}
.greg-captcha__right {
    -webkit-box-flex: 0;
    flex: 0 0 60px;
    text-align: center;
}
.greg-captcha__icon {
    fill: #6a8092;
}
.greg-captcha img {
    max-width: 100%;
}
.greg-captcha__btn {
    background: transparent;
    border: 0;
    cursor: pointer;
    display: inline-block;
    height: 23px;
    margin: 0 auto;
    opacity: 0.5;
    padding: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 21px;
}
.greg-captcha__btn img {
    margin: 0;
}
.greg-captcha__btn:hover {
    opacity: 1;
}
/*# sourceMappingURL=blank.min.css.map*/
