@font-face {
    font-family: 'Open Sans';
    src: url('/Assets/fonts/OpenSans/OpenSans-Regular.ttf');
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/Assets/fonts/OpenSans/OpenSans-Light.ttf');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/Assets/fonts/OpenSans/OpenSans-SemiBold.ttf');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/Assets/fonts/OpenSans/OpenSans-Bold.ttf');
    font-weight: 700;
    font-display: swap;
}

html, body {
    font-family: 'Open Sans', sans-serif !important;
    color: #14191F;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Open Sans', sans-serif !important;
}

.agentam-page__button {
    padding: 11px 16px;
    border: 1px solid;
    border-radius: 3px;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.agentam-page__button_medium {
    padding: 9px 12px;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
}

.agentam-page__button_white {
    border-color: #FFFFFF;
    background: #FFFFFF;
    color: #006AFF;
}

.agentam-page__button_blue {
    border-color: #006AFF;
    background: #006AFF;
    color: #FFFFFF;
}

.agentam-page__button_outline-white {
    border-color: #FFFFFF;
    background: transparent;
    color: #FFFFFF;
}

.agentam-page__button:hover,
.agentam-page__button:active,
.agentam-page__button-button:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.agentam-page__button_white:hover {
    border-color: #FFFFFF;
    background: #FFFFFF;
    color: #0055CC;
}

.agentam-page__button_white:active,
.agentam-page__button_white:focus {
    border-color: #FFFFFF;
    background: #FFFFFF;
    color: #0060E6;
}

.agentam-page__button_blue:hover {
    border-color: #0055CC;
    background: #0055CC;
    color: #FFFFFF;
}

.agentam-page__button_blue:active,
.agentam-page__button_blue:focus {
    border-color: #0060E6;
    background: #0060E6;
    color: #FFFFFF;
}

.agentam-page__button_outline-white:hover {
    border-color: #FFFFFF;
    background: transparent;
    color: #FFFFFF;
}

.agentam-page__button_outline-white:active,
.agentam-page__button_outline-white:focus {
    border-color: #FFFFFF;
    background: transparent;
    color: #FFFFFF;
}

.agentam-page__button i {
    margin-right: 8px;
}

.agentam-page__btn-list {
    margin-top: -5px;
    margin-bottom: -5px;
}

.agentam-page__btn-list > .agentam-page__button {
    margin-top: 5px;
    margin-right: 12px;
    margin-bottom: 5px;
}

.agentam-page__btn-list > .agentam-page__button:last-of-type {
    margin-right: 0;
}

.main-form {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #F0F2F5;
}

.main-form__form {
    flex-shrink: 0;
    min-width: 380px;
    margin-top: 0;
    margin-left: 12px;
    border-radius: 3px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 20px 20px rgba(20, 25, 31, 0.16), 0 0 8px rgba(20, 25, 31, 0.16);
    box-shadow: 0 20px 20px rgba(20, 25, 31, 0.16), 0 0 8px rgba(20, 25, 31, 0.16);
    -ms-flex-negative: 0;
}

.main-form__form form button[type=submit] {
    width: 100%;
    margin-top: 36px;
    padding: 12px 16px;
    border: 1px solid #006AFF;
    border-radius: 3px;
    background: #006AFF;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
}

.main-form__form form button[type=submit]:hover {
    border-color: #0055CC;
    background-color: #0055CC;
}

.main-form__form form button[type=submit]:disabled {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #DBE0E6;
    background-color: #EEF0F2;
    color: #A7B2BE;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.main-form__form form button[type=submit]:active {
    border-color: #0060E6;
    background-color: #0060E6;
}

.main-form form.menedjer .group {
    position: relative;
    margin-bottom: 16px;
}

.main-form form.menedjer .group i.fa {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 16px;
    color: #3388FF;
}

.agent-self-registration__input-wrapper.has-error,
.agent-self-registration__input-wrapper:not(.agent-self-registration__input-password-wrapper).has-error input,
.agent-self-registration__input-password-wrapper.has-error,
.agent-self-registration__input-wrapper.has-error .selectize-control,
.main-form form.menedjer .group.has-error input {
    border-color: #FF6363;
    color: #FF6363;
}

.agent-self-registration__input-wrapper.has-error .selectize-control .selectize-input .item {
    color: #FF6363;
}

.main-form form.menedjer .group.has-error i.fa,
.main-form form.menedjer .group.has-error label {
    color: #FF6363;
}

.main-form form.menedjer input {
    display: block;
    width: 100%;
    height: 56px;
    padding: 22px 40px 4px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #DBE0E6;
    border-radius: 3px;
    background: #FFFFFF;
    font-weight: normal;
    font-size: 16px;
}

.main-form form.menedjer input:focus {
    border-color: #3388FF;
    outline: none;
}

.main-form form.menedjer label {
    position: absolute;
    top: 17px;
    left: 10px;
    font-weight: normal;
    font-size: 16px;
    color: #999999;
    -o-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
    pointer-events: none;
}

.main-form form.menedjer label:after {
    content: '*';
    margin-left: 2px;
    font-size: 12px;
}

.main-form form.menedjer input:focus ~ label,
.main-form form.menedjer input:disabled ~ label,
.main-form form.menedjer input:valid ~ label {
    top: 5px;
    font-size: 14px;
    line-height: 19px;
    color: #3388FF;
}

.agent-self-registration__desc {
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: #001533;
}

.agent-self-registration__tabs-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 36px;
    padding-top: 0;
    border-bottom: 1px solid #99C4FF;
    font-weight: bold;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: #001533;
}

.agent-self-registration__input-wrapper .selectize-input {
    height: 34px;
    padding-left: 0 !important;
    border: none;
    background: white !important;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.agent-self-registration__input-wrapper .selectize-input .item {
    width: calc(100% - 40px);
    font-size: 14px;
    line-height: 20px;
    color: #14191F;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.agent-self-registration__input-wrapper .selectize-input .select-one {
    width: 100% !important;
}

.agent-self-registration__input-wrapper .selectize-dropdown .selectize-dropdown-content {
    width: 100%;
    margin-left: 0;
    border: 1px solid #E0E5EB;
    border-top: none;
    background-color: white !important;
    cursor: pointer;
}

.agent-self-registration__tabs-1,
.agent-self-registration__tabs-2 {
    width: calc(50% - 50px);
    margin-right: 50px;
    padding-bottom: 16px;
    border-bottom: 4px solid transparent;
    color: #66A6FF;
    cursor: pointer;
}

.agent-self-registration__tabs_active {
    border-bottom: 4px solid #006AFF;
    color: #001533;
}

.agent-self-registration__tab-content-wrapper {
    padding: 24px 0 0;
    border-radius: 3px;
    background: #FFFFFF;
}

.agent-self-registration__radio-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 14px;
    margin-bottom: 0;
    border: none;
    border-radius: 3px;
    background: #FFFFFF;
}

.agent-self-registration__radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 44px;
    text-align: center;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    color: #52637A;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}

.agent-self-registration__radio_active {
    background: #667B99;
    color: white;
}

.agent-self-registration__input-wrapper {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 12px;
}

#agentSelfRegistrationInnContainer {
    display: none;
}

.agent-self-registration__input-wrapper_pt-sm {
    padding-top: 6px;
}

.agent-self-registration__input-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 40%;
    padding-right: 12px;
    text-align: right;
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    line-height: 16px;
    color: #667B99;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
}

.agent-self-registration__input-password-wrapper,
.agent-self-registration__input-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: 100%;
    height: 36px;
    padding-left: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #E0E5EB;
    border-radius: 3px;
    background: #FFFFFF;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    color: #0A455C;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.agent-self-registration__input-password:focus,
.agent-self-registration__input-password:active,
.agent-self-registration__input-password {
    width: 90%;
    border: none;
    outline: none;
}

.agent-self-registration__input-text:active,
.agent-self-registration__input-text:focus {
    outline: none;
}

input[type="select-one"]::-webkit-input-placeholder,
.agent-self-registration__input-password::-webkit-input-placeholder,
.agent-self-registration__input-text::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #A3B0C2;
    opacity: 1;
}

input[type="select-one"]::-moz-placeholder,
.agent-self-registration__input-password::-moz-placeholder,
.agent-self-registration__input-text::-moz-placeholder { /* Firefox 19+ */
    color: #A3B0C2;
    opacity: 1;
}

input[type="select-one"]:-ms-input-placeholder,
.agent-self-registration__input-password:-ms-input-placeholder,
.agent-self-registration__input-text:-ms-input-placeholder { /* IE 10+ */
    color: #A3B0C2;
    opacity: 1;
}

.agent-self-registration__input-password:-moz-placeholder,
.agent-self-registration__input-text:-moz-placeholder { /* Firefox 18- */
    color: #A3B0C2;
    opacity: 1;
}

.agent-self-registration__input-password-eye {
    color: #3388FF;
    cursor: pointer;
}

#submit-form,
#submit-form3,
#submit-form2,
#submit-form1 {
    position: inherit;
    width: 100%;
    margin: 10px auto auto;
}


.main-form__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    max-width: 744px;
    margin: 0 auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.main-form__column {
    width: calc(50% - 12px);
}

.main-form__info {
    flex-shrink: 1;
    margin-right: 12px;
    -ms-flex-negative: 1;
}

.main-form__container .main-title {
    margin: 0;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
}

.main-form hr.super-hr {
    margin-top: 24px;
    margin-bottom: 32px;
}

.main-form__container .main-form__text {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
}

.main-form__form__wrapper {
    padding: 20px 24px 24px;
}

.main-form__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #E0E5EB;
    font-weight: 600;
    font-size: 12px;
}

.main-form__footer a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 16px;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #006AFF;
    text-decoration: none;
    outline: none;
}

.main-form__footer a:hover,
.main-form__footer a:active,
.main-form__footer a:focus {
    color: #0055CC;
    text-decoration: none;
    outline: none;
}

.agent-self-registration__tabs {
    padding: 0;
    border: none;
    background: #FFFFFF;
    font-weight: 600;
    font-size: 12px;
    color: #006AFF;
    outline: none;
}

.agent-self-registration__tabs.agent-self-registration__tabs_active {
    font-weight: bold;
    font-size: 16px;
    color: #14191F;
}

.agent-self-registration__tabs:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.agent-self-registration__tabs-wrapper,
.agent-self-registration__tabs_active {
    border-bottom: none;
    color: inherit;
}

#agent-self-registration__tabs-1 {
    text-align: left !important;
}

#agent-self-registration__tabs-2 {
    text-align: right !important;
}

.agent-self-registration__radio:hover,
.agent-self-registration__radio:active,
.agent-self-registration__radio:focus {
    border-color: #C2CAD6;
    background-color: #FFFFFF;
    color: #006AFF;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.agent-self-registration__radio_active:hover,
.agent-self-registration__radio_active:active,
.agent-self-registration__radio_active:focus,
.agent-self-registration__radio_active {
    border-color: #006AFF;
    background: #006AFF;
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
}

.agent-self-registration__input-wrapper_recaptcha {
    overflow: hidden;
}

.agent-self-registration__input-text {
    padding: 8px 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #E0E5EB;
    border-radius: 3px;
    font-size: 14px;
    line-height: 20px;
    color: #14191F;
}

.agent-self-registration__input-text:hover {
    border: 1px solid #C2CAD6;
}

.agent-self-registration__input-text:focus {
    border: 1px solid #66A6FF;
}

.agent-self-registration__input-text.selectize-control {
    padding: 0;
}

.agent-self-registration__input-text.selectize-control .selectize-input {
    padding: 8px 12px !important;
}

.selectize-dropdown.agent-self-registration__input-text {
    padding: 0;
    font-size: 14px;
    line-height: 20px;
}

.agent-self-registration__input-wrapper .selectize-control.single .selectize-input input {
    width: 85% !important;
    font-size: 14px;
    line-height: 20px;
    color: #14191F;
}

.agent-self-registration__input-wrapper .select2-selection__arrow {
    display: none;
}

.agent-self-registration__floating-label {
    position: absolute;
    top: 4px;
    left: 12px;
    display: none;
    margin: 0;
    background-color: #FFFFFF;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #006AFF;
    z-index: 3;
}

.agent-self-registration__input-wrapper_with-value .agent-self-registration__floating-label {
    display: block;
    -webkit-animation: agent-floating-label 0.1s ease-in-out;
    animation: agent-floating-label 0.1s ease-in-out;
}

.popup-fade {
    position: relative;
    display: none;
    z-index: 1000;
}

.popup-fade:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.3;
    z-index: 9999;
}

.popup {
    position: fixed;
    top: calc(50% - 160px);
    left: calc(50% - 60px);
    width: 520px;
    margin-left: -200px;
    padding: 24px;
    border-radius: 4px;
    background: #FFFFFF;
    opacity: 1;
    -webkit-box-shadow: 0px 4px 20px rgba(5, 26, 46, 0.3);
    box-shadow: 0px 4px 20px rgba(5, 26, 46, 0.3);
    z-index: 99999;
}

.popup .agentam-page__button {
    min-width: 80px;
    margin-top: 50px;
}

.popup-success-icon {
    width: 48px
}

.popup-error-icon {
    width: 48px
}

.popup-content {
    margin-top: 16px;
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 24px;
}

:invalid {
    -webkit-box-shadow: none;
    box-shadow: none;
}

:-moz-submit-invalid {
    box-shadow: none;
}

:-moz-ui-invalid {
    box-shadow: none;
}

.promo_container {
    position: relative;
    width: 100%;
    max-width: 1176px;
    margin: 0 auto;
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 3;
}

.promo_container_big {
    max-width: 1480px;
}

.promo-footer {
    padding-top: 64px;
    padding-bottom: 74px;
    background: #29313D;
    color: #FFFFFF;
}

.promo-footer__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.promo-footer__info-column + .promo-footer__info-column {
    margin-left: 24px;
}

.promo-footer__copyright {
    margin-top: 25px;
    padding-top: 30px;
    border-top: 1px solid #3D4A5C;
}

.promo-footer__info-subheading {
    margin: 0 0 23px;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
}

.agent-self-registration__input-wrapper .form-check label {
    font-style: normal;
    font-weight: normal;
}

.promo-footer__text {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap;
}

.promo-footer__text a {
    color: #FFFFFF;
    text-decoration: none;
}

.promo-footer__text a:hover,
.promo-footer__text a:active,
.promo-footer__text a:focus {
    color: #FFFFFF;
    text-decoration: none;
}

.promo-footer__text + .promo-footer__text {
    margin-top: 8px;
}

.promo-footer__logo {
    max-width: 152px;
    height: auto;
    margin-bottom: 20px;
}

.promo-footer__text-icon {
    margin-right: 16px;
}

.promo-footer__copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.promo-footer__copyright-text {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}

.promo-footer__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 0 24px;
    padding: 0;
    list-style: none;
    font-size: 18px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.promo-footer__socials a {
    display: block;
    padding: 12px;
    color: #FFFFFF;
}

.promo-footer__socials li + li {
    margin-left: 8px;
}

.promo-footer__socials a:hover,
.promo-footer__socials a:active,
.promo-footer__socials a:focus {
    color: #FFFFFF;
}

.agentam-header {
    padding-top: 65px;
    padding-bottom: 68px;
    background-color: #006AFF;
    color: #FFFFFF;
}

.agentam-header__logo {
    margin-bottom: 48px;
}

.agentam-header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.agentam-header__text {
    width: 47.5%;
}

.agentam-header__image-wrap {
    width: 50%;
}

.agentam-header__heading {
    margin: 0 0 24px;
    padding: 0;
    font-weight: 600;
    font-style: normal;
    font-size: 32px;
    line-height: 40px;
    color: #FFFFFF;
}

.agentam-header__description {
    margin: 0 0 24px;
    padding: 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.agentam-header__image {
    max-width: 100%;
    height: auto;
}

.agentam-products {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #F0F2F5;
}

.agentam-page__heading {
    position: relative;
    max-width: 500px;
    margin: 0 auto 48px;
    padding: 0 0 24px;
    text-align: center;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #14191F;
}

.agentam-page__heading_left {
    margin-right: 0;
    margin-left: 0;
    text-align: left;
}

.agentam-page__heading:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    display: inline-block;
    width: 48px;
    height: 4px;
    margin-left: -24px;
    background-color: #006AFF;
}

.agentam-page__heading_left:after {
    left: 0;
    margin-left: 0;
}

.agentam-products__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: stretch;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1201px;
    text-align: center;
    margin: auto;
}

.agentam-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /*width: calc(25% - 18px);*/
    width: 276px;
    margin: 0 12px 48px 12px;
    padding: 24px;
    border-radius: 3px;
    background: #FFFFFF;
    text-align: center;
    -webkit-box-shadow: 0 20px 20px rgba(20, 25, 31, 0.16), 0 0 8px rgba(20, 25, 31, 0.16);
    box-shadow: 0 20px 20px rgba(20, 25, 31, 0.16), 0 0 8px rgba(20, 25, 31, 0.16);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}

.agentam-product__icon {
    width: 96px;
    height: 96px;
    margin-bottom: 24px;
}

.agentam-product__name {
    margin: auto 0 0;
    padding: 0;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
}

.agentam-product__text {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 24px;
}

.agentam-product__text-accent {
    font-weight: 700;
    color: #006AFF;
}

.agentam-advantages {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #FFFFFF;
}

.agentam-advantages__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    margin-bottom: -24px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
}

.agentam-advantage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: calc(33.33% - 16px);
    margin-bottom: 24px;
    padding: 24px;
    border-radius: 3px;
    background: #FFFFFF;
    -webkit-box-shadow: 0 20px 20px rgba(20, 25, 31, 0.16), 0 0 8px rgba(20, 25, 31, 0.16);
    box-shadow: 0 20px 20px rgba(20, 25, 31, 0.16), 0 0 8px rgba(20, 25, 31, 0.16);
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    margin-right: 24px;
}

.agentam-advantage:nth-of-type(3n) {
    margin-right: 0;
}

.agentam-advantage__heading {
    margin: 0 0 12px;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
}

.agentam-advantage__description {
    margin: 0;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #667B99;
}

.agentam-advantage__image-wrap {
    flex-shrink: 0;
    -ms-flex-negative: 0;
}

.agentam-advantage__image {
    width: 96px;
    height: 96px;
    margin-left: 18px;
}

.agentam-sk-block {
    max-width: 100%;
    padding-top: 52px;
    padding-bottom: 56px;
    background: #F0F2F5;
    overflow: hidden;
}

.agentam-sk__list__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    margin-bottom: -24px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
}

.agentam-sk__list__carousel {
    display: none !important;
}

.agentam-sk {
    width: calc(20% - 20px);
    margin-bottom: 24px;
    margin-right: 25px;
    border-radius: 3px;
    background: #FFFFFF;
    overflow: hidden;
}

.agentam-sk:nth-of-type(5n) {
    margin-right: 0;
}

.agentam-sk__logo {
    max-width: 100%;
    height: auto;
}

.agentam-payments {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #FFFFFF;
}

.agentam-payments__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.agentam-payment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: calc(33.33% - 16px);
    padding: 24px;
    border-radius: 3px;
    background: #FFFFFF;
    -webkit-box-shadow: 0 20px 20px rgba(20, 25, 31, 0.16), 0 0 8px rgba(20, 25, 31, 0.16);
    box-shadow: 0 20px 20px rgba(20, 25, 31, 0.16), 0 0 8px rgba(20, 25, 31, 0.16);
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

.agentam-payment__icon {
    width: 96px;
    height: 96px;
    margin-bottom: 24px;
}

.agentam-payment__heading {
    margin: 0 0 8px;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
}

.agentam-payment__text {
    margin: 0 0 16px;
    font-size: 16px;
    line-height: 24px;
}

.agentam-payment .agentam-payment__text:last-of-type {
    margin-bottom: 0;
}

.agentam-payment__text-accent {
    font-weight: bold;
    color: #006AFF;
}

.agentam-payment__text-wrap {
    max-width: 100%;
    margin-bottom: 16px;
}

.agentam-payment__sum {
    width: 100%;
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid #E0E5EB;
}

.agentam-payment__sum-value {
    margin: 0 0 8px;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    color: #006AFF;
}

.agentam-payment__sum-description {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
}

.agentam-payments-type {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #F0F2F5;
}

.agentam-payments-type__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    max-width: 776px;
    margin: 0 auto;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.agentam-payment-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: calc(50% - 12px);
    padding: 24px;
    background: #fff;
    border: 1px solid #3388FF;
    border-radius: 3px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
}

.agentam-payment-type__logo {
    flex-shrink: 0;
    width: 72px;
    height: 72px;
    margin-right: 24px;
    -ms-flex-negative: 0;
}

.agentam-payment-type__text {
    margin-bottom: 0;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
}

.agentam-payment-type__text-accent {
    display: block;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
}

.main-reviews {
    padding-top: 80px;
    padding-bottom: 56px;
    background: #F0F2F5;
}

.main-reviews__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    max-width: 744px;
    margin: 0 auto;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.main-reviews__list_carousel {
    display: none !important;
}

.main-reviews__review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(50% - 12px);
    min-height: 216px;
    margin-bottom: 24px;
    padding: 24px;
    border-radius: 6px;
    background: #FFFFFF;
    -webkit-box-shadow: 0 20px 20px rgba(20, 25, 31, 0.16), 0 0 8px rgba(20, 25, 31, 0.16);
    box-shadow: 0 20px 20px rgba(20, 25, 31, 0.16), 0 0 8px rgba(20, 25, 31, 0.16);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

.main-reviews__review-text {
    margin: 0 0 1.5rem;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
}

.main-reviews__review-reviewer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
}

.main-reviews__review-reviewer img {
    flex-shrink: 0;
    width: 40px;
    height: auto;
    margin-right: 20px;
    -ms-flex-negative: 0;
}

.main-reviews__review-reviewer h4 {
    margin: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}

.main-reviews__review-reviewer p {
    margin: 0;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #A3B0C2;
}

.main-reviews__list .slick-slide {
    padding: 5px;
}

.main-reviews__list .slick-slide:focus,
.main-reviews__list .slick-slide:active {
    outline: none;
}

.main-reviews__list .slick-dots {
    margin-top: 16px;
}

.main-reviews__list .slick-dots li button:before {
    content: "";
    width: 16px;
    height: 16px;
    border: 1px solid #C2CAD6;
    border-radius: 50%;
    background-color: transparent;
    opacity: 1;
}

.main-reviews__list .slick-dots li button:hover:before {
    border: 1px solid #3388FF;
}

.main-reviews__list .slick-dots li.slick-active button:before {
    border: 5px solid #3388FF;
}

.opf-select {
    margin-bottom: 32px;
}

.opf-select__options {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -8px;
    -webkit-box-align: stretch;
    -webkit-box-pack: justify;
    -ms-flex-align: stretch;
    -ms-flex-pack: justify;
}

.opf-select__option {
    width: calc(50% - 8px / 2);
    margin: 0 0 8px;
    padding: 0;
}

.opf-select__option-label {
    width: 100%;
    margin: 0;
}

.opf-select-option {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 12px;
    box-sizing: border-box;
    border: 1px solid #C2CAD6;
    border-radius: 3px;
    background: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    color: #3D4A5C;
    cursor: pointer;
    transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -ms-flex-align: center;
    -ms-flex-pack: start;
}

.opf-select-option:hover {
    border-color: #006AFF;
    box-shadow: none;
    background-color: #006AFF;
    color: #FFFFFF;
    outline: none;
}

.opf-select__option-input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: .01;
}

.opf-select__option-input:checked + .opf-select-option {
    border-color: #006AFF;
    background-color: #006AFF;
    color: #FFFFFF;
}

.opf-select__option-input:checked:focus + .opf-select-option {
    border-color: #0055CC;
    background-color: #0055CC;
}

.opf-select__option-input:disabled + .opf-select-option {
    border-color: #C2CAD6;
    background-color: #FFFFFF;
    color: #667B99;
    cursor: default;
}

.opf-select__option-input:disabled:checked + .opf-select-option {
    background-color: #DAE0E7;
    color: #3D4A5C;
}

.opf-select-option__icon {
    width: 32px;
    height: 32px;
    margin-right: 12px;
}

.agentam-bonus .promo_container {
    width: 800px
}

.agentam-bonus__content {
    display: flex;
    justify-content: space-between!important;
    align-items: center!important;
}

.agentam-bonus-time {
    background: #CCE1FF;
    padding-top: 40px;
    padding-bottom: 40px
}

.agentam-bonus-time .agentam-bonus__text {
    margin-left: 48px;
}

@-webkit-keyframes agent-floating-label {
    0% {
        top: 22px;
    }
    100% {
        top: 4px;
    }
}

@keyframes agent-floating-label {
    0% {
        top: 20px;
    }
    100% {
        top: 4px;
    }
}

@media (max-width: 992px) {
    .main-form {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .agentam-products__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: -24px;
    }

    .agentam-product {
        width: calc(50% - 12px);
        margin-bottom: 24px;
    }

    .agentam-advantage {
        width: calc(50% - 12px);
    }

    .agentam-advantage:nth-of-type(3n) {
        margin-right: 24px;
    }

    .agentam-advantage:nth-of-type(2n) {
        margin-right: 0;
    }

    .agentam-payment__icon {
        width: 76px;
        height: 76px;
    }

    .agentam-payment__heading {
        margin-bottom: 12px;
        font-weight: 600;
        font-size: 20px;
        line-height: 24px;
    }

    .agentam-payment__text {
        margin-bottom: 12px;
        font-size: 14px;
        line-height: 20px;
    }

    .agentam-payment__sum-value {
        font-size: 20px;
        line-height: 20px;
    }

    .agentam-payment__sum-description {
        font-size: 12px;
        line-height: 14px;
    }

    .main-form form .group {
        margin-bottom: 0;
    }
}

@media (max-width: 880px) {
    .promo-footer__info {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .promo-footer__info-column + .promo-footer__info-column {
        margin: 0;
    }

    .promo-footer__info-column {
        width: calc(50% - 12px);
    }

    .promo-footer__info-column:nth-of-type(3) {
        order: 4;
        margin-top: 24px;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
    }

    .promo-footer__info-column:nth-of-type(2) {
        order: 3;
        margin-top: 24px;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
    }

    .promo-footer__info-column:nth-of-type(4) {
        order: 2;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
    }

    .promo-footer {
        padding-top: 42px;
        padding-bottom: 38px;
    }
}

@media (max-width: 850px) {
    .agentam-header {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .agentam-header__image-wrap {
        display: none;
    }

    .agentam-header__text {
        width: 100%
    }

    .agentam-header__logo {
        width: 180px;
        height: auto;
        margin-bottom: 48px;
    }

    .agentam-header__heading {
        margin-bottom: 16px;
        font-weight: 600;
        font-size: 24px;
        line-height: 32px;
    }

    .agentam-header__description {
        margin-bottom: 48px;
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
    }

    .agentam-sk-block {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .agentam-sk__list__block {
        display: none;
    }

    .agentam-sk__list__carousel {
        display: block !important;
    }

    .agentam-sk__list__carousel .slick-list {
        overflow: visible;
    }

    .agentam-sk {
        width: 100%;
        margin-right: 6px;
        margin-bottom: 0;
        margin-left: 6px;
    }

    .agentam-sk:nth-of-type(5n) {
        margin-right: 6px;
    }

    .agentam-payments {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .agentam-payments__list {
        -ms-flex-direction: column;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: -24px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
    }

    .agentam-payment {
        width: 100%;
        max-width: 376px;
        margin-bottom: 24px;
        -webkit-box-shadow: 0 8px 8px rgba(20, 25, 31, 0.28), 0 0 8px rgba(20, 25, 31, 0.16);
        box-shadow: 0 8px 8px rgba(20, 25, 31, 0.28), 0 0 8px rgba(20, 25, 31, 0.16);
    }

    .agentam-page__heading_left {
        margin-bottom: 24px;
        font-size: 20px;
        line-height: 32px;
    }
    .agentam-bonus .promo_container {
        width: 100%
    }
    .agentam-bonus__content {
        display: block;
    }
    .agentam-bonus__text,
    .agentam-bonus__icon {
        text-align: center;
    }
    .agentam-bonus__text {
        margin-bottom: 32px;
    }
    .agentam-bonus-time .agentam-bonus__text {
        margin-left: 0;
        margin-top: 32px;
        margin-bottom: 0;
    }
}

@media (max-width: 750px) {
    .main-form__container .main-title {
        font-size: 20px;
        line-height: 24px;
    }

    .main-form__container .main-form__text {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width: 648px) {
    .agentam-page__heading {
        margin-bottom: 32px;
        font-size: 20px;
        line-height: 32px;
    }

    .agentam-products {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .agentam-product {
        -webkit-box-shadow: 0 2px 2px rgba(20, 25, 31, 0.28), 0 0 2px rgba(20, 25, 31, 0.24);
        box-shadow: 0 2px 2px rgba(20, 25, 31, 0.28), 0 0 2px rgba(20, 25, 31, 0.24);
    }

    .agentam-product__icon {
        width: 64px;
        height: 64px;
        margin-bottom: 12px;
    }

    .agentam-product__name {
        font-size: 24px;
        line-height: 32px;
    }

    .agentam-product__text {
        font-size: 12px;
        line-height: 16px;
    }

    .agentam-advantages {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .agentam-advantage {
        width: 100%;
        -webkit-box-shadow: 0 2px 2px rgba(20, 25, 31, 0.28), 0 0 2px rgba(20, 25, 31, 0.24);
        box-shadow: 0 2px 2px rgba(20, 25, 31, 0.28), 0 0 2px rgba(20, 25, 31, 0.24);
        margin-right: 0;
    }

    .agentam-advantage:nth-of-type(3n) {
        margin-right: 0;
    }

    .agentam-advantage__image {
        width: 76px;
        height: 76px;
    }

    .agentam-payments-type {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .agentam-payments-type__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: -24px;
    }

    .agentam-payment-type {
        width: 100%;
        margin-bottom: 24px;
    }

    .main-reviews {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .main-reviews__list {
        display: block !important;
    }

    .main-reviews__list_columns {
        display: none !important;
    }

    .main-reviews__review {
        width: 100%;
        min-height: 200px;
        margin-bottom: 16px;
        text-align: left;
        -webkit-box-shadow: 0 2px 2px rgba(20, 25, 31, 0.28), 0 0 2px rgba(20, 25, 31, 0.24);
        box-shadow: 0 2px 2px rgba(20, 25, 31, 0.28), 0 0 2px rgba(20, 25, 31, 0.24);
    }

    .main-reviews__review-text {
        margin-bottom: 24px;
        font-weight: normal;
        font-style: normal;
        font-size: 14px;
        line-height: 20px;
    }

    .main-reviews__review-reviewer h4 {
        font-weight: 600;
        font-size: 12px;
        line-height: 16px;
    }

    .main-reviews__review-reviewer p {
        font-weight: normal;
        font-size: 12px;
        line-height: 16px;
    }

    .main-form__container {
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
    }

    .main-form__column {
        width: 100%;
    }

    .main-form__container .main-form__text {
        margin-bottom: 48px;
    }

    .main-form__info {
        margin-right: 0;
    }

    .main-form__form {
        min-width: auto;
        margin-left: 0;
    }

    .agent-self-registration__radio {
        font-size: 12px;
        line-height: 20px;
    }

    .agent-self-registration__radio:hover,
    .agent-self-registration__radio:active,
    .agent-self-registration__radio:focus {
        font-size: 12px;
        line-height: 20px;
    }
}

@media only screen and (max-width: 600px) {
    .agent-self-registration__input-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .agent-self-registration__input-label {
        justify-content: flex-start;
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
    }

    .agent-self-registration__input-password-wrapper,
    .agent-self-registration__input-text {
        width: 100%;
    }

    .agent-self-registration__tabs-1,
    .agent-self-registration__tabs-2 {
        width: 100%;
        margin-right: 0;
    }

    .agent-self-registration__tabs-2 {
        margin-left: 20px;
    }
}

@media (max-width: 480px) {
    .promo-footer__info-column {
        order: 1;
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
    }

    .promo-footer__info-column:nth-of-type(3) {
        order: 3;
        margin-top: 24px;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
    }

    .promo-footer__info-column:nth-of-type(2) {
        order: 2;
        margin-top: 24px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
    }

    .promo-footer__info-column:nth-of-type(4) {
        order: 4;
        margin-top: 24px;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
    }

    .agentam-advantage__heading {
        margin-bottom: 7px;
    }

    .agentam-advantage__description {
        font-size: 12px;
        line-height: 16px;
    }

    .agentam-payment-type__text-accent {
        font-size: 16px;
        line-height: 20px;
    }

    .agent-self-registration__tabs-wrapper {
        font-size: 14px;
        line-height: 18px;
    }

    .agent-self-registration__tabs-1,
    .agent-self-registration__tabs-2 {
        padding-bottom: 10px;
    }

    .agent-self-registration__tabs.agent-self-registration__tabs_active {
        font-size: 12px;
    }

    .opf-select-option {
        padding: 8px;
        font-size: 12px;
    }

    .opf-select-option__icon {
        width: 24px;
        height: 24px;
        margin-right: 8px;
    }

    .main-form__info {
        padding-left: 24px;
        padding-right: 24px;
    }

    .main-form .promo_container {
        padding-left: 0;
        padding-right: 0;
    }

    .promo-footer__copyright {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .promo-footer__socials {
        margin-left: 0;
        margin-top: 8px;
    }

    .agentam-bonus__icon img {
        width: 100%
    }
}

.agent-self-registration__input-wrapper .form-check label {
    padding-right: 12px;
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    line-height: 16px;
    color: #667B99;
}

.ggpopover {
    min-width: 228px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    border-radius: 3px;
    font-family: 'Open Sans', serif !important;
    -webkit-box-shadow: 0 2px 2px rgba(20, 25, 31, 0.28), 0 0 2px rgba(20, 25, 31, 0.24);
    box-shadow: 0 2px 2px rgba(20, 25, 31, 0.28), 0 0 2px rgba(20, 25, 31, 0.24);
}

.ggpopover .popover-content {
    padding: 16px;
    border-radius: 3px;
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    line-height: 20px;
}

.agent-self-registration__input-wrapper .opf-checkbox input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0.01;
    overflow: hidden;
}

.agent-self-registration__input-wrapper label.opf-checkbox__label {
    position: relative;
    padding: 0 0 0 20px;
    font-size: 12px;
    line-height: 16px;
    color: #14191F;
    cursor: pointer;
}

.agent-self-registration__input-wrapper .opf-checkbox input + label:before {
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 1px solid #C2CAD6;
    border-radius: 2px;
}

.agent-self-registration__input-wrapper .opf-checkbox input:checked + label:before {
    border-color: #3388FF;
    background-color: #3388FF;
}

.agent-self-registration__input-wrapper .opf-checkbox input:checked + label:after {
    content: "\F00C";
    position: absolute;
    top: 1px;
    left: 0;
    display: block;
    width: 14px;
    height: 14px;
    text-align: center;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 9px;
    line-height: 14px;
    color: #FFFFFF;
}

.agent-self-registration__input-wrapper .opf-checkbox__label i {
    display: inline-block;
    margin-right: 4px;
    font-size: 14px;
    color: #A3B0C2;
}

.app-info-block {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: inherit;
    line-height: inherit;
    color: #667B99;
}

.app-info-block ul {
    margin-bottom: 0;
}

.app-info-block p,
.app-info-block ul li {
    margin: 0 0 0.5em;
}

.app-info-block p:last-child,
.app-info-block ul li:last-child {
    margin-bottom: 0;
}

.app-info-block strong,
.app-info-block b {
    font-weight: 600;
    color: #14191f;
}

.app-info-block .app-info-block-title {
    padding: 0;
    font-size: inherit;
    line-height: initial;
    background-color: #fff;
    border-bottom: none;
    border-radius: 0;
    font-weight: 700;
    margin: 4px 0 12px;
    color: #14191f;
}

.app-info-block .app-info-block-title_with-toggle-collapse {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    cursor: pointer;
}

.app-info-block .app-info-block__toggle-collapse {
    font-size: 0.875em;
    color: #3388FF;
}

.app-info-block .app-info-block__content-collapsable {
    margin-top: 0.5em;
}

.app-info-block_actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 0.75em;
}

.app-info-block_action {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    white-space: nowrap;
    transition: color 0.3s ease-in-out;
    font-weight: 600;
    font-size: inherit;
    line-height: inherit;
    color: #006AFF;
}

.app-info-block_action:hover, .app-info-block_action:active, .app-info-block_action:focus {
    border: none;
    background: none;
    outline: none;
    box-shadow: none;
    color: #00d5ff;
}

.app-info-block_action:hover,
.app-info-block_action:active,
.app-info-block_action:focus {
    color: #0055CC;
}

.app-info-block_action-icon {
    margin-right: 0.5em;
}

.app-info-block-icon {
    margin: 9px 0 0 9px;
    font-size: inherit;
    color: #3388FF;
}

.app-info-block-icon_error {
    color: #FF3333;
}

.app-info-block-icon_success {
    color: #009934;
}

.app-info-block-icon_warning {
    color: #FFAD32;
}

.app-info-block:not(.app-info-block-no-border) {
    border: 1px solid #E0E5EB;
    border-radius: 3px;
    padding: 1em;
}

.app-info-block_sk-transport {
    padding: 0.75em;
    border-radius: 3px;
    background: #E6F0FF;
}

.app-info-block_sk-transport .app-info-block-title {
    margin-bottom: 0;
}

.agentam-real-data-popover {
    max-width: 100%;
    width: 100%;
    margin-top: 0 !important;
    border: 1px solid #E0E5EB;
    border-top: 0;
    border-radius: 3px;
    box-shadow: 0 0 2px rgba(20, 25, 31, 0.24), 0 2px 2px rgba(20, 25, 31, 0.28);
}
