* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    overflow: hidden;
}

body {
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.2;
}

.wrapper {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content {
    padding: 35px 57px 60px;
    background: url("../img/line.png") no-repeat center center;
    border-radius: 10px;
    background-position: bottom;
    width: 484px;
}

@media (max-width: 575px) {
    .content {
        border-radius: 0;
        padding: 35px 15px 65px;
        width: 100%;
    }
}

.logo {
    display: block;
    margin: 20px auto;
}

.form_wrapper {
    max-width: 524px;
    margin: 0 auto;
    margin-top: 29%;
}

.form_wrapper__subtitle {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.035em;
    margin-bottom: 15px;
    color: #000;
}

.form_wrapper__title {
    text-align: center;
    max-width: 446px;
    margin: 0 auto 30px;
    text-transform: uppercase;
    color: #000;
    font-family: Lato,sans-serif;
    font-weight: 900;
    font-size: 22px;
    line-height: 130%;
    width: 100%;
}

.uk-width-large-1-3,
.uk-width-large-2-6 {
    width: 100%;
}

.RForm form select,
.RForm form input:not([type=checkbox]) {
    background: #fff;
    border-radius: 3px;
    height: 50px !important;
    color: #979797!important;
    font-size: 16px;
    letter-spacing: 0.035em;
    padding: 4px 20px;
    border: 1px solid #E8E8E8;
}
form input::placeholder{
    color: #979797!important;
}

form input:focus{
    background-color: #fff!important;
}
.country-code{
    color: #979797!important;
}
.buttonSubmit {
    font-family: 'Roboto', sans-serif;
}

.RForm {
    padding-top: 0 !important;
    max-width: 370px;
}

.RForm form {
    padding: 0 0 !important;
}

.RForm .indent {
    padding: 0 !important;
    margin: 14px 0 0 0 !important;
}

.agree-terms-conditions-link,
.RForm .agreementText {
    display: block;
    color: #AEBCE2;
}

.agree-terms-conditions-link {
    text-decoration: underline;
}

.agree-terms-conditions-link:hover {
    color: #AEBCE2;
    text-decoration: none;
}

.RForm .agreementText {
    max-width: 300px;
    margin: 0 auto;
    padding-left: 30px !important;
}


.agree-terms-conditions-label {
    text-align: left !important;
    margin-left: 20px;
}

.RForm .agree-terms-conditions-checkbox {
    float: left;
    margin-bottom: 30px !important;
    margin-top: 6px !important;
    height: 20px !important;
    width: 20px !important;
    margin-left: 10px !important;
    border-radius: 3px;
    outline: none !important;
}

input {
    -webkit-appearance: none;
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

.agreementText {
    position: relative;
}

.agreementText input {
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #349EFF;
    background-color: transparent;
    width: 21px;
    height: 21px;
    display: inline-block;
    margin-right: 15px;
    cursor: pointer
}

.agreementText input:after, .agreementText input:before {
    content: "";
    position: absolute;
    background-color: #349EFF;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity .3s ease
}

.agreementText input:before {
    width: 3px;
    height: 9px;
    left: 9px;
    top: 3px
}

.agreementText input:after {
    width: 7px;
    height: 3px;
    left: 2px;
    top: 8px
}

.agreementText input:checked:after, .agreementText input:checked:before {
    opacity: 1
}

.tooltip:before {
    top: -14px;
}

.RForm .usf-button {
    margin-bottom: 20px !important;
    margin-top: 30px !important;
}

.RForm form button {
    height: 50px;
    text-transform: uppercase;
    letter-spacing: 0.035em;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    font-weight: 600;
    transition: background 0.3s;
}

.RForm form button:hover {
    background: #FFC045; !important;
    box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.2);
    transition: .3s;
}

.agree-terms-conditions-span,
.RForm .agree-terms-conditions-link {
    font-size: 12px;
    line-height: 14px;
}

.RForm form select {
    color: #6e7278 !important;
}

::-webkit-input-placeholder {
    color: #ffffff !important;
}

::-moz-placeholder {
    color: #ffffff !important;
}

:-ms-input-placeholder {
    color: #ffffff !important;
}

:-moz-placeholder {
    color: #ffffff !important;
}

.custom-form__ab .custom-select .direction-indent {
    margin: 0;
    width: 100%;
    /*padding-left: 60px;*/
}

.uk-form-success {
    background: transparent !important;
    color: #ffffff !important;
}

.uk-form-danger {
    border-color: #d85030 !important;
    background: transparent !important;
}

.RForm .usf-email {
    order: 3 !important;
}

.custom-form__ab .custom-select select {
    display: none;
}

.custom-form__ab .custom-select {
    position: relative;
}

.custom-form__ab .select-selected {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: flex;
    width: 120px;
    align-items: center;
    order: 1;
    border-right: none;
    margin: 5px 0;
    padding-left: 20px;
    cursor: pointer;
    justify-content: flex-start;
}

.custom-form__ab .select-selected .country-flag {
    flex: 0 0 30px;
    height: 20px;
    border-radius: 2px;
    order: 2;
    object-fit: cover;
    margin: 0 10px;
}

.custom-form__ab .select-selected .country-code {
    order: 1;
}

.custom-form__ab .select-selected .country-code:before {
    content: '+';
}

.custom-form__ab .select-hide {
    display: none;
}

.RForm .custom-form__ab .usf-country .select-selected:after {
    content: "";
    background: url("../img/phone-arrow.svg") no-repeat center;
    background-size: cover;
    width: 10px;
    height: 6px;
    transition: transform .3s;
    order: 3;
}

.RForm .custom-form__ab .usf-country .select-selected.select-arrow-active:after {
    transform: rotate(180deg);
}

.RForm .custom-form__ab .usf-country .select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    border-radius: 6px;
}

.RForm .custom-form__ab .usf-country .select-items .custom-option {
    display: -webkit-flex;
    display: flex;
    padding: 8px 19px;
    border: transparent;
    border-bottom: rgba(0, 0, 0, .1);
    cursor: pointer;
    width: 100%;
}


.RForm .custom-form__ab .usf-country .select-items .custom-option .country-code {
    width: 25%;
    text-align: center;
    color: rgba(53, 53, 53, .7);
}

.RForm .custom-form__ab .usf-country .select-items .custom-option .country-name {
    width: 75%;
    color: rgba(53, 53, 53, .7);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 30px;
}

.RForm .custom-form__ab .usf-country .userPhone {
    padding-left: 130px;
}

.custom-form__ab input[type=tel]:focus,
.custom-form__ab input:not([type]):focus,
.custom-form__ab input[type=email]:focus {
    background: #f5fbfe30;
}

.country-flag {
    width: 30px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
}

.userPhone .country-code {
    color: black;
}

.virtual-list-wrapper {
    overflow-x: hidden !important;
}

.RForm .custom-form__ab .usf-country .select-items .custom-option:hover {
    background-color: rgba(0, 0, 0, .1);
}

input:-webkit-autofill {
    -webkit-text-fill-color: #979797!important;
    /*-webkit-box-shadow: 0 0 0 45px #051c59 inset !important;*/
    transition: background-color 5000s ease-in-out 0s;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 174, 255, 0.04) 50%, rgba(255, 255, 255, 0) 51%, rgba(0, 174, 255, 0.03) 100%);

}

/*POPUP*/
.popup_wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.47);
    font-family: Arial;
    display: none;
}

.general {
    display: flex;
    max-width: 260px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    flex-direction: column;
    margin: 0 auto;
    border-radius: 10px 10px 10px 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.close-popup{
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    background-image: url("../images/close.png");
    background-size: cover;
    background-repeat: no-repeat;
    top: 10px;
    right:10px;
    cursor: pointer;
}
.call-icon {
    height: 35px;
}

.top-block {
    height: 70px;
    display: flex;
    background: linear-gradient(269.16deg, #5DA9DD 0.18%, #93D5FA 99.81%);
    border-radius: 10px 10px 0px 0px;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px 0 15px;
}

.middle-block {
    background: #fff;
}

.middle-block hr {
    width: 220px;
    margin: -2px auto;
    opacity: 0.5;
    height: 1px;
    background: #EFF1F3;
}

.ty-text {
    color: #fff;
    font-style: normal;
    font-size: 11px;
    margin: 0;
}

.title {
    font-style: normal;
    font-weight: bold;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 150%;
    color: #fff;
    margin: 0;
}

.sub-title {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 30px;
    color: #5A5C5C;
    text-align: left;
    padding: 15px 10px 0 20px;
    margin: 0;
}

.under-sub-title {
    color: #AEACAC;
    font-size: 7px;
    padding: 5px 0px 10px 20px;
    margin:0;
}

.marked-text {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #A9B4C2;
    text-align: center;
    height: 80px;
}

.marked-text p {
    padding-top: 26px;
}

.footer {
    display: flex;
    border-top: 1px solid rgba(169, 180, 194, 0.2);
    height: 80px;
}

.footer-text {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    color: #A9B4C2;
}

.footer__container {
    display: flex;
    align-items: center;
}

.bottom-block {
    height: 118px;
    background: #fff;
    border-radius: 0 0 10px 10px;
}

.bottom-block-title {
    font-family: Arial, sans-serif;

    padding: 15px 49px 10px;
    font-style: normal;
    font-weight: bold;
    font-size: 9px;
    line-height: 10px;
    display: flex;
    align-items: center;
    text-align: center;
}

.bottom-block-title p {
    color: #000000;
    margin: 0;
}

.icons-block {
    padding: 0px 23px 12px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.icons-block .app-icon {
    width: 100px;
}
.icons-block .play-icon{
    width: 100px;
}
.download-text {
    font-family: Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 7px;
    line-height: 8px;
    color: #838080;
    opacity: 0.7;
    margin-top: 5px;
}

input{
    color: #fff;
}
input:focus{
    color: #fff!important;
}

/*POPUP END*/

@media (max-width: 1439px) {
    .logo-wrapper {
        padding: 20px 0;
    }
}

@media (min-width: 768px) {
    .uk-width-medium-1-2,
    .uk-width-medium-2-4,
    .uk-width-medium-3-6,
    .uk-width-medium-5-10 {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .general {
        display: flex;
        max-width: 330px;
        flex-direction: column;
    }

    .call-icon {
        align-self: center;
    }

    .middle-block,
    .bottom-block {
        height: auto;
    }

    .icons-block {
        text-align: center;
    }

    .icons-block .app-icon {
        margin-right: 0;
    }

    .sub-title {
        padding: 15px 30px 0 30px;
    }

    .middle-block hr {
        width: 295px;
    }

    .ty-text,
    .title,
    .sub-title,
    .marked-text,
    .bottom-block-title,
    .icons-block {
        text-align: center;
    }

    .footer__container {
        display: flex;
        align-items: center;
    }

    .marked-text {
        margin-bottom: 15px;
    }
}

@media (max-width: 420px) {

    .RForm .indent {
        margin: 15px 0 0 0 !important;
    }

    .RForm .usf-button {
        margin-bottom: 11px !important;
        margin-top: 29px !important;
    }
}

@media (max-width: 414px) {
    .wrapper {
        background-position: center -25px;
    }
}

@media (max-width: 405px) {
    .wrapper {
        background-position: center -15px;
    }
}

@media (max-width: 399px) {
    .wrapper {
        background-position: center -10px;
    }

    .RForm .agreementText {
        padding-left: 20px !important;
    }

    .RForm .agree-terms-conditions-checkbox {
        margin-left: 0 !important;
    }

    .agree-terms-conditions-label {
        margin-left: 12px;
    }

    .agree-terms-conditions-span,
    .RForm .agree-terms-conditions-link {
        font-size: 11px;
    }
}

@media (max-width: 385px) {
    .wrapper {
        background-position: center -5px;
    }
}

@media (max-width: 375px) {
    .wrapper {
        background-position: center 0;
        background-size: auto;
    }
}

@media (max-width: 340px) {
    .form_wrapper__title {
        margin: 0 auto 18px;
    }

    .RForm form button {
        font-size: 14px;
        letter-spacing: 0;
    }

    .RForm .agree-terms-conditions-label {
        margin-right: -20px;
    }
}

.header-brand{
    background-color: #429CDE;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    min-height: 105px;
}