.mm-video-wrapper {
    position: relative;
    max-width: 100%
}

.mm-video-wrapper::after {
    content: '';
    display: block;
    padding-top: 56.25%;
    height: 0;
    width: 100%
}

.mm-video-wrapper .mm-embed {
    border: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.mm-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px
}

.mm-item {
    width: calc(100% / 3 - 16px);
    margin-left: 8px;
    margin-right: 8px
}

.RForm form>div,
.RForm form>div>* {
    width: 100%
}

.RForm input:not([type=checkbox]),
.RForm select {
    background-color: #fff;
    font-family: Montserrat, sans-serif;
    color: #000;
    padding: 10px 18px;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid transparent;
    -webkit-transition: border .3s;
    -o-transition: border .3s;
    transition: border .3s
}

.RForm input:not([type=checkbox])::-webkit-input-placeholder,
.RForm select::-webkit-input-placeholder {
    color: #000
}

.RForm input:not([type=checkbox])::-moz-placeholder,
.RForm select::-moz-placeholder {
    color: #000
}

.RForm input:not([type=checkbox]):-ms-input-placeholder,
.RForm select:-ms-input-placeholder {
    color: #000
}

.RForm input:not([type=checkbox])::-ms-input-placeholder,
.RForm select::-ms-input-placeholder {
    color: #000
}

.RForm input:not([type=checkbox])::placeholder,
.RForm select::placeholder {
    color: #000
}

.RForm input:not([type=checkbox]).uk-form-success,
.RForm select.uk-form-success {
    border-color: #000
}

.usf-country {
    position: relative;
    cursor: pointer
}

.usf-country select {
    cursor: pointer
}

.usf-country:after {
    content: '';
    position: absolute;
    top: 18px;
    right: 13px;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    -webkit-transition: border-color .3s, -webkit-transform .3s;
    transition: border-color .3s, transform .3s, -webkit-transform .3s;
    -o-transition: border-color .3s, transform .3s
}

.RForm .fe-phone-conteiner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.RForm .fe-phone-conteiner>div:first-of-type {
    width: 24%
}

.RForm .fe-phone-conteiner>div:first-of-type input {
    padding: 10px 3px;
    text-align: center;
    margin-bottom: 0
}

.RForm .fe-phone-conteiner>div:last-of-type {
    width: calc(76% - 14px)
}

.RForm .fe-phone-conteiner>div:last-of-type:before {
    left: -21%
}

.RForm .buttonSubmit {
    font-family: Raleway-Bold, sans-serif;
    text-align: center;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.RForm .agreementText {
    position: relative;
    margin-top: 11px;
    line-height: 12px
}

.RForm .agreementText a {
    text-decoration: underline;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.RForm .agreementText input {
    position: absolute;
    top: 1px;
    left: 0;
    width: 21px !important;
    height: 21px !important;
    display: inline-block;
    background-color: transparent;
    border: 2px solid #fd8f33;
    border-radius: 3px;
    margin-right: 15px;
    cursor: pointer
}

.agree-terms-conditions-label,
.agree-terms-conditions-label a {
    color: #fff;
    font-size: 10px;
    line-height: 12px;
    font-family: Roboto, sans-serif
}

.RForm .agreementText input:after,
.RForm .agreementText input:before {
    content: ''
}

.RForm .agreementText input:before {
    width: 3px;
    height: 14px;
    left: 14px;
    top: 5px
}

.RForm .agreementText input:after {
    width: 7px;
    height: 3px;
    left: 4px;
    top: 12px
}

.RForm .agreementText input:checked:after,
.RForm .agreementText input:checked:before {
    opacity: 1
}

.uk-form-danger {
    border-color: #fe5959 !important;
    font-weight: 500 !important
}

.ts-tooltip {
    position: relative
}

.ts-tooltip::before {
    content: attr(data-tooltip);
    display: block;
    color: #fe5959;
    position: absolute;
    top: -14px;
    left: -5px;
    right: -5px;
    text-align: center
}

.agree-terms-conditions-bad a,
.agree-terms-conditions-bad span {
    color: #ff4f46 !important
}

.uk-position-absolute {
    display: none
}

.RForm form {
    display: block;
    position: relative;
    z-index: 2;
    padding: 0 !important;
    margin: 0 auto;
    width: 100%
}

.RForm .indent {
    padding: 0 !important;
    margin: 2px 0 !important
}

.RForm form input {
    height: 40px !important
}

.RForm form .customer_phone {
    width: 100%
}

.RForm form button {
    height: 40px;
    margin-top: 8px;
    font-size: 13px;
    line-height: 16px !important;
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
    border-radius: 4px;
    color: #fff;
    border: 1px solid #fff;
    background: 0 0 !important;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
    outline: 0;
    -webkit-appearance: none
}

.RForm form input:not([type=checkbox]),
.RForm form select {
    height: 40px !important;
    padding-left: 25px;
    font-family: Raleway-Regular, sans-serif;
    border-radius: 4px
}

.buttonSubmit {
    width: 100% !important;
    line-height: 165% !important;
    cursor: pointer !important
}

.RForm div:nth-child(1) input,
.RForm div:nth-child(2) input,
.RForm div:nth-child(3) input,
.RForm div:nth-child(4) input,
.RForm div:nth-child(5) select,
.RForm div:nth-child(6) button {
    margin: 7px 0
}

.RForm div:nth-child(6) button {
    min-height: 30px
}

.countries-drop-down {
    width: 100%
}

.RForm form>div:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.RForm form>div:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.RForm form>div:nth-child(3) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.RForm form>div:nth-child(4),
.RForm form>div:nth-child(5) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.RForm form>div:nth-child(6) {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.bad-class1 {
    background-color: #efefef !important;
    border: 3px solid #f55 !important
}

.email {
    height: 30px;
    max-width: 100%;
    padding: 4px 6px;
    border: 1px solid #ddd;
    background: #fff;
    color: #444;
    -webkit-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
    -webkit-transition-property: border, background, color, padding, -webkit-box-shadow;
    -o-transition-property: border, background, color, box-shadow, padding;
    transition-property: border, background, color, box-shadow, padding, -webkit-box-shadow
}

.usf-country {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important
}

.custom-form__ab .custom-select {
    position: relative;
    font-family: Arial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none
}

.RForm .direction-indent {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-left: 0;
    width: 100%
}

.custom-form__ab .custom-select select {
    display: none
}

.custom-form__ab .select-selected {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: transparent;
    width: 100%;
    max-width: 90px;
    position: absolute;
    top: -1px;
    left: 10px;
    bottom: 0;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    border-right: none;
    margin: 5px 0
}

.custom-form__ab .select-selected:after {
    position: absolute;
    content: "";
    top: 20px;
    right: 7px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #615c5c transparent transparent
}

.custom-form__ab .select-selected:hover:after {
    position: absolute;
    content: "";
    top: 27px;
    right: 7px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #2e2c2c transparent transparent
}

.custom-form__ab .select-selected.select-arrow-active:after {
    border-color: transparent transparent #000;
    top: 20px
}

.custom-form__ab .select-items .custom-option,
.same-as-selected,
.select-selected {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 9px;
    border: none;
    border-color: transparent transparent rgba(0, 0, 0, .1);
    cursor: pointer;
    width: 100%
}

.custom-form__ab .custom-option div,
.same-as-selected div {
    padding: 0 10px
}

.custom-form__ab .select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99
}

.custom-form__ab .select-hide {
    display: none
}

.custom-form__ab .select-items .custom-option:hover,
.same-as-selected {
    background-color: rgba(0, 0, 0, .1)
}

.custom-form__ab .phone_operator {
    display: none
}

.custom-form__ab .select-selected .country-flag {
    width: 24px;
    height: 17px;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .4);
    box-shadow: 0 0 6px rgba(0, 0, 0, .4)
}

.custom-form__ab .customer_phone.userPhone {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.custom-form__ab .custom-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.custom-form__ab .custom-option .country-name {
    line-height: 18px;
    font-size: 13px;
    width: 85%;
    padding: 0 10px;
    color: #000
}

.country-code {
    font-weight: 400;
    font-size: 16px
}

.select-items .country-code {
    font-size: 14px
}

.custom-form__ab .select-selected .country-code {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center
}

.custom-form__ab .custom-option .country-flag {
    width: 5px;
    height: 17px;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .4);
    box-shadow: 0 0 6px rgba(0, 0, 0, .4)
}

.custom-form__ab .custom-option .country-code {
    width: 19%;
    text-align: center;
    color: #000 !important
}

.custom-form__ab .country-flag {
    background-repeat: no-repeat
}

.custom-form__ab .customer_phone.userPhone {
    padding-left: 115px !important
}

.virtual-list-wrapper {
    border: 1px solid rgba(0, 0, 0, .2);
    height: 150px !important;
    overflow-x: hidden !important
}

.RForm .usf-button {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.uk-form-danger {
    background: #fff7f8 !important
}

.RForm {
    min-width: 240px;
    max-width: 530px;
    margin: 0 !important;
    padding-top: 0 !important
}

.grid-element.uk-width-medium-1-2.uk-width-small-1-1.indent.usf-button.uk-width-large-1-3 {
    padding-top: 5px !important
}

.direction-indent.tooltip+.select-selected {
    border-color: #dc8d99 !important
}

.custom-select .tooltip {
    position: static
}

.RForm .agreementText {
    padding-left: 40px;
    color: #808a93
}

.RForm .uk-width-medium-1-2 {
    width: 100% !important
}

.virtual-list-wrapper::-webkit-scrollbar {
    width: 8px;
    background-color: #f5f5f5
}

.virtual-list-wrapper::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, .1);
    border: 1px solid #ccc
}

.virtual-list-wrapper::-webkit-scrollbar-thumb {
    border-radius: 0;
    background: -webkit-gradient(linear, left top, right top, from(#fff), to(#e4e4e4));
    background: linear-gradient(left, #fff, #e4e4e4);
    border: 1px solid #aaa
}

.virtual-list-wrapper::-webkit-scrollbar-thumb:hover {
    background: #fff
}

.agree-terms-conditions-span {
    margin-right: 0
}

.form.active .form-for-user,
.form.active .thank,
.form.active .thank-user,
.form.active .ts-send-error {
    display: block
}

.form-for-user,
.thank,
.thank-user,
.ts-send-error {
    color: #fff;
    display: none;
    text-align: center;
    font-size: 20px;
    line-height: 26px
}

.form-for-user-block {
    padding: 40px 50px;
    border-radius: 12px
}

.ts-form-hide .RForm,
.ts-form-hide .ts-form-title {
    opacity: 0
}

.form.ts-form-hide {
    background-image: none
}

.form .form-for-user h3,
.form .thank h3,
.form .thank-user h3,
.form .ts-send-error h3 {
    margin: 0
}

.overlay {
    position: fixed;
    width: 100vw;
    min-height: 100vh;
    height: 100%;
    visibility: hidden;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .5);
    z-index: 99999;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    -webkit-transition: opacity .8s, visibility .8s;
    -o-transition: opacity .8s, visibility .8s;
    transition: opacity .8s, visibility .8s
}

.overlay.active {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .8s, visibility .8s;
    -o-transition: opacity .8s, visibility .8s;
    transition: opacity .8s, visibility .8s
}

.popup {
    width: auto;
    max-width: 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow-y: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.popup .close {
    right: 15px;
    cursor: pointer;
    top: 15px;
    position: absolute;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    z-index: 99999;
    background-color: transparent
}

.popup .close::after,
.popup .close::before {
    content: '';
    width: 18px;
    height: 2px;
    position: absolute;
    left: 22.5%;
    top: 50%
}

.popup .close::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.popup .close::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.popup .modal__tab-block__logo {
    margin: 5px auto;
    background-color: #121212 !important;
    display: flex;
    align-items: center;
}

.popup .custom-form__ab .select-items {
    top: 80%
}

.close-white {
    border: 2px solid #fff
}

.close-white::after,
.close-white::before {
    background-color: #fff
}

.close-black {
    border: none
}

.close-black::after,
.close-black::before {
    background-color: #E20613;
}

.form .form-for-user.active,
.form .thank-user.active,
.form .thank.active,
.form .ts-send-error.active,
.popup-right .thank.active,
.popup-right .ts-send-error.active {
    display: block
}

.popup-right {
    display: inline-block;
    position: relative;
    max-width: 320px;
    width: 100%;
    background-color: #fff;
    padding: 40px 20px;
}

.popup-right h3 {
    font-size: 18px;
    line-height: 41px;
    font-weight: 500;
    text-align: center;
    margin: 0 0 15px
}

.popup-right .thank {
    color: #283e5b
}

.popup-right .ts-send-error {
    color: #8b0000
}

.popup-form.formHide {
    display: none
}

.popup .RForm {
    width: 100%;
    margin: 0 auto !important
}

.popup .RForm input:not([type=checkbox]),
.popup .RForm select {
    border: 1px solid #283e5b;
    border-radius: 3px
}

.popup .RForm form input:not([type=checkbox]),
.popup .RForm form select {
    height: 50px !important;
    margin-bottom: 15px
}

.popup .RForm form button {
    color: #fff;
    background-color: #31b255 !important;
    border-radius: 4px;
    height: 50px;
    font-size: 16px;
    font-family: Roboto, sans-serif;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 15px
}

.popup .agree-terms-conditions-label,
.popup .agree-terms-conditions-label a {
    color: #a3b1c5;
    font-size: 13px;
    line-height: 15px
}

.block_after_register {
    display: inline-block;
    margin-left: 180px;
    position: relative
}

.thank_after {
    position: absolute;
    width: 330px;
    height: 150px;
    color: #fff;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 0;
    left: 0;
    z-index: 99;
    font-size: 20px;
    line-height: 26px;
    background-image: url(images/form.html);
    border-radius: 12px;
    visibility: hidden;
    background-color: #415879
}

.thank_after h3 {
    margin-top: 20px
}

.btn_after_register {
    background-color: #25af4b;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    border-radius: 5px;
    height: 50px;
    width: 208px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    cursor: pointer
}

.form .btn_after_register {
    border: 2px solid #fff;
    font-size: 24px;
    width: 300px;
    height: 60px
}

.active_after {
    visibility: visible !important
}

.mm-content-section h1 {
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-size: 54px;
    line-height: 65px;
    text-transform: uppercase;
    color: #16254c;
    margin: 0
}

.mm-content-section h2 {
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #111820;
    margin-top: 0;
    margin-bottom: 35px
}

.mm-content-section p {
    text-align: center;
    margin-top: 0;
    margin-bottom: 35px
}

.mm-content-section .mm-text-width {
    max-width: 900px
}

.mm-content-section .mm-buttons {
    text-align: center
}

.mm-content-section .mm-button {
    font-size: 18px;
    line-height: 22px;
    padding: 14px 27px
}

.mm-content-section .mm-icon {
    margin-bottom: 20px
}

.mm-content-section .mm-icon svg {
    width: 50px;
    height: 50px;
    fill: #3c9bfc
}

.mm-content-section .mm-items {
    margin-bottom: 50px
}

.mm-content-section .mm-item {
    background: #fff;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, .06);
    box-shadow: 0 0 40px rgba(0, 0, 0, .06);
    border-radius: 5px 0 0 5px;
    padding: 50px 40px;
    margin-bottom: 16px;
    -webkit-transition: -webkit-box-shadow .3s;
    transition: box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s, -webkit-box-shadow .3s
}

.mm-content-section .mm-item-title {
    font-family: 'Roboto Medium', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 31px;
    color: #16254c;
    margin-bottom: 20px
}

.mm-content-section .mm-item-text {
    font-family: 'Roboto Light', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 31px;
    text-align: left;
    color: #6e7278;
    margin-bottom: 0
}

.mm-content-section .mm-accordion {
    max-width: 900px
}

.mm-content-section .mm-accordion-header {
    padding: 5px 55px 5px 40px;
    margin-bottom: 18px
}

.mm-content-section .mm-accordion-content {
    padding-left: 55px;
    padding-right: 60px
}

.mm-top-section {
    background-image: url(../images/akciya-etf/top-background-image-min.jpg), -o-linear-gradient(160deg, #edf6ff 50%, #3895fc 50%);
    background-image: url(../images/akciya-etf/top-background-image-min.jpg), linear-gradient(-70deg, #edf6ff 50%, #3895fc 50%);
    background-position: top center;
    background-color: #edf6ff;
    background-size: cover;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 579px;
    padding: 60px 0
}

.mm-top-section .mm-top-section-sub-title {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 47px;
    line-height: 65px;
    text-align: left;
    color: #16254c;
    margin-top: 0;
    margin-bottom: 45px
}

.mm-top-section .mm-buttons {
    text-align: left
}

.mm-top-section .mm-button {
    font-weight: 400;
    font-size: 24px;
    line-height: 41px;
    padding: 15px 30px
}

.mm-bottom-section {
    background-image: url(../images/akciya-etf/bottom-background-image-min.png);
    background-blend-mode: screen;
    background-position: 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 409px
}

.mm-bottom-section p {
    font-size: 24px;
    line-height: 41px
}

.mm-calc .calc {
    max-width: 838px
}

.mm-calc .calc h3 {
    font-weight: 400
}

.mm-calc .calc_roi [data-error*=" "]:after {
    bottom: -20px
}

.mm-calc .calc_roi-selected {
    background: #f7f9fd;
    border-radius: 3px;
    max-width: 100%
}

.mm-calc .calc_roi-selected_item {
    max-width: calc(100% / 4);
    margin-bottom: 16px
}

.mm-calc .calc_roi-selected_item input {
    background-color: #f3fdfb;
    border: 1px solid #d6d9e0;
    border-radius: 3px
}

.mm-calc .calc_roi-selected_item input:checked {
    background-position: center center
}

.mm-calc .calc_roi-time {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #d6d9e0;
    border-radius: 3px;
    position: relative
}

.mm-calc .calc_roi-time_wrapper_arrow {
    width: 20px
}

.mm-calc .calc_roi-submit {
    background: 0 0 !important;
    border: 2px solid #E20613;
    border-radius: 3px;
    color: #E20613 !important;
    max-width: 280px;
    width: 100% !important;
    margin: auto
}

.mm-calc .calc_roi-submit:hover {
    background-color: #B50613 !important;
    color: #fff !important
}

.mm-calc .calc_roi-micro-info {
    font-size: 14px !important;
    margin-top: 30px
}

.mm-calc .calc_result h4 {
    font-weight: 400
}

.mm-calc .calc_result-income_item-bar {
    overflow: hidden;
    border-radius: 4px;
    background-color: #f7f9fd
}

.mm-calc .calc_result-income_item-bar[value]::-moz-progress-bar,
.mm-calc .calc_result-income_item-bar[value]::-webkit-progress-value {
    -moz-appearance: none;
    appearance: none;
    background-color: #1fa03d
}

.mm-accordion {
    counter-reset: itemCount;
    margin: 0 auto
}

.mm-accordion-item {
    margin-bottom: 20px
}

.mm-accordion-header {
    font-family: 'Roboto Medium', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    /* background-color: #3c9bfc; */
    background-color: #E20613;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mm-accordion-header::before {
    counter-increment: itemCount;
    content: counter(itemCount) '.';
    margin-right: 5px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.mm-accordion-header::after {
    content: '+';
    display: inline-block;
    width: 26px;
    height: 26px;
    border: 2px solid #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 26px;
    line-height: 22px;
    color: #fff;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.mm-accordion-header.opened::after {
    content: '-'
}

.mm-accordion-header.opened+.mm-accordion-content {
    max-height: 200px
}

.mm-accordion-title {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.mm-accordion-content {
    background-color: #fff;
    max-height: 0;
    height: auto;
    overflow: hidden;
    -webkit-transition: max-height .5s;
    -o-transition: max-height .5s;
    transition: max-height .5s
}

.mm-accordion .mm-accordion-text {
    text-align: left;
    margin-bottom: 10px
}

@media (min-width:800px) {
    .form {
        display: inline-block;
        margin-top: 17px;
        width: 360px;
        margin-left: 65px;
        padding: 43px 18px 55px
    }

    .form h3 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 20px
    }

    .form form {
        width: 280px
    }
}

@media screen and (min-width:992px) {
    .mm-content-section .mm-item:hover {
        -webkit-box-shadow: 0 0 40px rgba(60, 155, 252, .5);
        box-shadow: 0 0 40px rgba(60, 155, 252, .5)
    }
}

@media (min-width:1200px) {
    .form {
        width: 490px;
        max-width: 490px;
        margin-left: 148px;
        padding: 35px 40px 60px;
        margin-top: 5px
    }

    .form form {
        width: 376px
    }

    .form h3 {
        font-size: 25px;
        line-height: 36px;
        margin-bottom: 37px
    }

    .popup {
        max-width: 720px;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        height: auto
    }

    .popup .RForm {
        margin: 0 auto !important
    }
}

@media (min-width:1560px) {
    .form:after {
        content: '';
        background-image: url(images/fly.html);
        width: 490px;
        height: 126px;
        position: absolute;
        top: 14px;
        left: 94%
    }
}

@media screen and (min-width:1920px) {
    .mm-top-section {
        background-size: contain
    }
}

@media screen and (max-width:1024px) {
    .mm-content-section .mm-icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
        flex: 0 0 100px
    }

    .mm-content-section .mm-item {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .mm-content-section .mm-item-title {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(100% - 100px);
        flex: 1 1 calc(100% - 100px)
    }

    .mm-top-section {
        background-position: 40% center
    }

    .mm-top-section .mm-top-section-sub-title {
        font-size: 34px;
        line-height: 38px
    }
}

@media (max-width:959px) {
    .RForm form>div:nth-child(4) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .RForm form>div:nth-child(5) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
}

@media (max-width:900px) {
    .btn_after_register {
        font-size: 18px;
        line-height: 27px;
        border-radius: 5px;
        height: 67px;
        width: 280px;
        margin-top: 20px;
        margin-bottom: 20px
    }

    .block_after_register {
        display: inline-block;
        margin-left: 0;
        position: relative;
        margin-top: 20px;
        margin-bottom: 20px
    }
}

@media screen and (max-width:768px) {
    .mm-content-section h1 {
        text-align: center
    }

    .mm-content-section h2 {
        font-size: 28px;
        line-height: 32px
    }

    .mm-content-section .mm-accordion-header {
        padding: 5px 20px
    }

    .mm-content-section .mm-accordion-content {
        padding: 0 20px
    }

    .mm-top-section {
        background-image: none;
        min-height: unset
    }

    .mm-top-section .mm-buttons,
    .mm-top-section .mm-top-section-sub-title {
        text-align: center
    }
}

@media (max-width:767px) {
    .RForm form>div:nth-child(4) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .RForm form>div:nth-child(5) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .LPForm.RForm {
        width: 100%
    }

    .tooltip:before {
        font-size: 10px;
        left: 20px
    }

    .custom-select {
        position: relative
    }

    .custom-select .tooltip {
        position: static
    }
}

@media (max-width:745px) {
    .RForm .usf-button {
        padding-top: 5px !important
    }
}

@media (max-width:638px) {
    .RForm .indent {
        width: 100%
    }
}

@media screen and (max-width:578px) {
    .mm-content-section h1 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 20px
    }

    .mm-content-section h2 {
        font-size: 20px
    }

    .mm-content-section p {
        font-size: 16px;
        line-height: 24px
    }

    .mm-content-section .mm-button {
        font-size: 18px;
        line-height: 22px
    }

    .mm-content-section .mm-icon {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        text-align: center
    }

    .mm-content-section .mm-item {
        padding: 30px
    }

    .mm-content-section .mm-item-title {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%
    }

    .mm-content-section .mm-item-text {
        font-size: 16px;
        line-height: 24px
    }

    .mm-top-section {
        text-align: center
    }

    .mm-top-section .mm-top-section-sub-title {
        font-size: 28px;
        line-height: 30px
    }

    .mm-calc .calc_roi-selected_item {
        max-width: calc(100% / 3)
    }
}

@media (max-width:530px) {
    .RForm .indent {
        width: 100% !important
    }
}

@media (max-width:380px) {
    .form .btn_after_register {
        font-size: 18px;
        width: 200px;
        height: 50px
    }
}

@media (max-width:375px) {
    .RForm form {
        margin-left: 0 !important;
        padding: 5px 0 !important
    }

    .RForm .indent {
        padding: 0 !important
    }

    .custom-form__ab .select-selected {
        left: 0;
        top: 0
    }

    .RForm .agreementText {
        padding-left: 30px
    }

    .custom-form__ab .select-items {
        margin-left: 0
    }

    .custom-select .tooltip:before {
        left: 0 !important
    }

    .tooltip:before {
        left: 0
    }

    .custom-form__ab .select-selected.select-arrow-active:after {
        top: 12px
    }

    .grid-element.uk-width-medium-1-2.uk-width-small-1-1.indent.usf-button.uk-width-large-1-3 {
        padding-top: 0 !important
    }

    .custom-form__ab .customer_phone.userPhone {
        padding-left: 110px !important
    }
}

@media (max-width:279px) {
    .RForm div:nth-child(1) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .RForm div:nth-child(2) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .RForm div:nth-child(5) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .RForm div:nth-child(4) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .RForm div:nth-child(3) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .RForm div:nth-child(6) {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
}

@media (max-width:959px) and (min-width:768px) {
    .RForm div:nth-child(3) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .RForm div:nth-child(4) {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .RForm div:nth-child(5) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .RForm .usf-email {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .custom-form__ab .select-items {
        margin-left: 15px;
        right: 15px;
        padding-left: 11px
    }

    .custom-form__ab .select-selected:after,
    .custom-form__ab .select-selected:hover:after {
        top: 17px
    }

    .custom-form__ab .select-selected.select-arrow-active:after {
        top: 10px
    }

    .custom-form__ab .customer_phone.userPhone {
        padding-left: 105px
    }

    .custom-form__ab .select-selected {
        top: -2px
    }

    .grid-element.uk-width-medium-1-2.uk-width-small-1-1.indent.usf-button.uk-width-large-1-3 {
        padding-top: 0 !important
    }
}

@media (max-width:1104px) and (min-width:960px) {
    .custom-form__ab .custom-option .country-name {
        line-height: 12px;
        padding: 0 4px !important;
        width: 82%
    }
}

@media (max-width:959px) and (min-width:476px) {
    .custom-form__ab .custom-option .country-name {
        line-height: 20px;
        width: 75%;
        font-size: 16px
    }

    .custom-select .tooltip:before {
        left: 15px
    }

    .custom-form__ab .select-selected {
        left: 27px
    }

    .custom-form__ab .customer_phone.userPhone {
        padding-left: 120px !important
    }

    .select-items .country-code {
        font-size: 16px
    }

    .custom-form__ab .custom-option .country-code {
        width: 10%
    }
}

@media (max-width:767px) and (min-width:320px) {

    .custom-form__ab .select-selected:after,
    .custom-form__ab .select-selected:hover:after {
        top: 14px
    }

    .custom-form__ab .select-selected.select-arrow-active:after {
        top: 7px
    }

    .custom-form__ab .select-selected {
        left: 10px
    }

    .custom-form__ab .select-items {
        padding-left: 11px
    }

    .custom-form__ab .select-selected .country-flag {
        position: relative;
        top: -2px
    }

    .custom-form__ab .customer_phone.userPhone {
        padding-left: 125px !important
    }
}