body {
    font-family: 'Averta', sans-serif;
}

.text-right {
    text-align: right;
}

.header_page {
    position: relative;
    z-index: 1;
    overflow: hidden;
}


/* .container {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
} */

.header_page .container {
    position: relative;
    max-width: 1274px;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.header_page .container::after {
    content: "";
    position: absolute;
    top: 0;
    left: calc(100% - 16px);
    width: 100vw;
    height: 100%;
    background: #30B0E0;
    z-index: -1;
}

.header_page--img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: -1;
}

.header_page__txt {
    display: flex;
    align-items: center;
    padding: 0 0 17px 2.5%;
}

.header_page__txt--title {
    position: relative;
    font-size: 82px;
    font-weight: 700;
    line-height: normal;
    color: #fff;
}

.header_page__txt--title::before {
    content: "";
    position: absolute;
    top: 112%;
    right: -23px;
    width: 48%;
    padding-top: 5.5%;
    background: url('../img/line_title.svg') center no-repeat;
    background-size: contain;
}

.header_page__logotype {
    position: relative;
    min-height: 334px;
    width: 43%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 32px 0 0 12%;
    z-index: 1;
}

.header_page__logotype::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 168%;
    border-top-left-radius: 100%;
    background: #f8b018;
    opacity: 0.47;
    clip-path: polygon(0 40%, 100% 91%, 100% 100%, 0% 100%);
    z-index: -3;
}

.header_page__logotype::after {
    content: "";
    position: absolute;
    left: 13%;
    bottom: 0;
    width: 100%;
    height: 159%;
    border-top-left-radius: 100%;
    background: #f9b834;
    clip-path: polygon(0 44%, 100% 97%, 100% 100%, 0% 100%);
    z-index: -2;
}

.header_page__logotype--bg::before {
    content: "";
    position: absolute;
    left: 26%;
    bottom: 0;
    width: 100%;
    height: 146%;
    border-top-left-radius: 100%;
    background: #30B0E0;
    z-index: -1;
}

.header_page__logotype--bg::after {
    content: "";
    position: absolute;
    left: 13%;
    bottom: 0;
    width: 100%;
    height: 159%;
    border-top-left-radius: 100%;
    background: #F8B018;
    z-index: -4;
}

.headline_section {
    padding: 50px 0 0;
}


/*.headline_section .container {*/


/*max-width: 1172px;*/


/*}*/

.headline_section_row {
    display: flex;
    justify-content: space-between;
    padding-top: 43px;
}

.headline_section_col {
    width: 29%;
}

.headline_section--title {
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    text-align: center;
    color: #30b0e0;
}

.headline_section_col--title {
    margin-bottom: 24px;
}

.headline_section_col--title,
.headline_section_col--list p {
    font-weight: 300;
    font-size: 20px;
}

.headline_section_col--list li {
    display: flex;
    align-items: center;
    margin-bottom: 46px;
}

.headline_section_col--list .icon_box {
    width: 26px;
    display: block;
    margin-right: 15px;
}

.headline_section_col--list .icon_box img {
    max-width: 100%;
    height: auto;
}

.headline_section_col--list li p {
    width: calc(100% - 57px);
}

.headline_section_col--list strong {
    /*font-weight: 700;*/
    color: #30b0e0;
}


/*.form_section .container {*/


/*max-width: 1280px;*/


/*}*/

.form_section {
    position: relative;
    overflow: hidden;
}

.form_tabs_nav {
    position: relative;
    display: flex;
    margin: 30px 0 28px;
    z-index: 1;
}

.form_tabs_nav::before {
    content: "";
    position: absolute;
    top: 23px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #30B0E0;
    z-index: -1;
}

.form_tabs_nav_item {
    width: 20%;
    padding: 0 10px;
    text-align: center;
}

.form_tabs_nav_item.load .form_tabs_nav_item__link {
    cursor: pointer;
}

.form_tabs_nav_item__link {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #30B0E0;
}

.form_tabs_nav_item__link--num {
    width: 50px;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    border-radius: 10px;
    background: #fff;
    border: 3px solid #30b0e0;
}

.form_tabs_nav_item.active .form_tabs_nav_item__link--num {
    color: #fff;
    border: 3px solid #FCB316;
    background: #FCB316;
}

.form_tabs {
    border-radius: 10px;
    background: #fff;
}

.form_tabs_content__duration_period {
    max-width: 890px;
    margin: 0 auto;
    padding: 40px 20px 53px;
}

.form_tabs_content__personal_information {
    max-width: 850px;
    margin: 0 auto;
    padding: 43px 0 66px;
}

.form_tabs_content_order_summary {
    max-width: 870px;
    margin: 0 auto;
    padding: 43px 15px 48px;
}

.form_row {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 33px;
}

.form_row.radio {
    margin-bottom: 19px;
    padding-top: 14px;
}

.form_col[data-cols="1"] {
    width: 8.3%;
}

.form_col[data-cols="2"] {
    width: 16.6%;
}

.form_col[data-cols="3"] {
    width: 25%;
}

.form_col[data-cols="4"] {
    width: 33.2%;
}

.form_col[data-cols="5"] {
    width: 39%;
}

.form_col[data-cols="5.5"] {
    width: 46%;
}

.form_col[data-cols="6"] {
    position: relative;
    width: 48.5%;
}

.form_col[data-cols="12"] {
    width: 100%;
}

.form_tabs label,
.label_field {
    display: block;
    margin-bottom: 16px;
    font-size: 16px;
    line-height: normal;
}

.form_tabs input[type="text"],
.form_tabs input[type="number"],
.form_tabs input[type="email"],
.form_tabs input[type="password"],
.form_tabs select,
.form_tabs textarea,
.ui-selectmenu-button.ui-button {
    width: 100%;
    padding: 19px 20px 18px;
    font-size: 16px;
    color: #30B0E0;
    border-radius: 10px;
    border: 2px solid #30b0e0;
    background: #fff;
}

.not_valid input,
.not_valid textarea,
.not_valid .ui-selectmenu-button.ui-button,
.not_valid label::before,
.not_valid label::before {
    border-color: red !important;
}

.not_valid_msg {
    position: absolute;
    bottom: -20px;
    margin: 0;
    display: none;
    width: 100%;
    font-size: 12px;
    color: red;
}

.checkbox_btn_col .not_valid_msg {
    top: auto;
    bottom: -16px;
}

.not_valid .not_valid_msg {
    display: block;
}

.form_tabs textarea {
    min-height: 116px;
}

.form_tabs textarea:focus,
.form_tabs input[type="email"]:focus,
.form_tabs input[type="number"]:focus,
.form_tabs input[type="text"]:focus,
.form_tabs input[type="password"]:focus,
.form_tabs textarea:active,
.form_tabs select:focus,
.form_tabs input[type="email"]:active,
.form_tabs input[type="number"]:active,
.form_tabs input[type="text"]:active,
.form_tabs input[type="password"]:active,
.form_tabs select:active {
    outline: #F8B018;
}

.form_tabs input::placeholder {
    color: #30b0e0;
}

.radio_btn_row {
    display: flex;
    flex-wrap: wrap;
}

.radio_btn_col {
    position: relative;
}

.radio_btn_col:not(:nth-last-child(1)) {
    margin-right: 30px;
}

.radio_btn_col input[type="radio"],
.checkbox_btn_col input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
}

.radio_btn_col label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
}

.radio_btn_col label::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 2px solid #30b0e0;
    border-radius: 50%;
}

.radio_btn_col label::after {
    content: "";
    position: absolute;
    top: 6px;
    left: 5px;
    width: 12px;
    height: 12px;
    background: #30b0e0;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all;
}

.checkbox_btn_col {
    position: relative;
    min-height: 32px;
    margin-bottom: 14px;
}

.checkbox_btn_col label {
    position: relative;
    padding-left: 60px;
    cursor: pointer;
}

.checkbox_btn_col label::before {
    content: "";
    position: absolute;
    top: -4px;
    left: 0;
    width: 32px;
    height: 30px;
    border-radius: 10px;
    background: #fff;
    border: 2px solid #30b0e0;
}

.checkbox_btn_col label::after {
    content: "";
    position: absolute;
    top: 1px;
    left: 11px;
    width: 9px;
    height: 16px;
    border-bottom: 3px solid #30b0e0;
    border-right: 3px solid #30b0e0;
    opacity: 0;
    visibility: hidden;
    transform: rotate(45deg);
    transition: 0.3s all;
}

.radio_btn_col input[type="radio"]:checked~label::after,
.checkbox_btn_col input[type="checkbox"]:checked~label::after {
    opacity: 1;
    visibility: visible;
}

.title_row {
    font-size: 16px;
    font-weight: 600;
    color: #30B0E0;
}

.form_tabs_content_order_summary .title_row {
    margin-bottom: 26px;
}

.description_row {
    font-weight: 300;
    font-style: italic;
    font-size: 15px;
    line-height: 29px;
    color: #30b0e0;
}

.form_tabs .btn_box,
.files_section .btn_box {
    text-align: center;
}

.form_tabs .btn_box {
    margin-top: 40px;
}

.ui-button .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
    background: url("../img/slect_arrow.svg") center no-repeat;
    background-size: contain;
}

.ui-button.ui-selectmenu-button-open .ui-icon {
    transform: rotate(-180deg);
}

.ui-menu .ui-menu-item-wrapper {
    padding: 5px 20px;
}

.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
.ui-button.ui-state-active:hover {
    border: 1px solid #30b0e0;
    background: #30b0e0;
}

.ui-datepicker-calendar .ui-state-active,
.ui-datepicker-calendar .ui-widget-content .ui-state-active {
    color: #30b0e0;
}

.ui-selectmenu-menu .ui-menu {
    max-height: 300px;
}

.ui-selectmenu-menu .ui-state-disabled,
.ui-selectmenu-menu .ui-widget-content .ui-state-disabled,
.ui-selectmenu-menu .ui-widget-header .ui-state-disabled {
    opacity: 0.3;
}

.ui-selectmenu-menu .ui-state-disabled {
    display: none;
}


/*.ui-widget.ui-widget-content {*/


/*max-width: 400px;*/


/*width: 100%;*/


/*}*/

.ui-datepicker .ui-datepicker-header {
    padding: 8px 2px;
    border: 0;
    background: transparent;
}

.ui-datepicker table {
    margin-bottom: 0;
}

.ui-datepicker .ui-datepicker-title {
    text-transform: uppercase;
    font-size: 14px;
    color: #30b0e0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    top: 4px;
    border: 0 !important;
    background: none !important;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev {
    left: 24px;
}

.ui-datepicker .ui-datepicker-next {
    right: 24px;
}

.ui-widget-header .ui-icon {
    background: none;
}

.ui-icon-circle-triangle-w {
    border-top: 10px solid transparent;
    border-right: 14px solid #b6becd;
    border-bottom: 10px solid transparent;
}

.ui-icon-circle-triangle-e {
    border-top: 10px solid transparent;
    border-left: 14px solid #b6becd;
    border-bottom: 10px solid transparent;
}

.ui-datepicker .ui-datepicker-prev:hover .ui-icon-circle-triangle-w {
    border-right-color: #30b0e0;
}

.ui-datepicker .ui-datepicker-next:hover .ui-icon-circle-triangle-e {
    border-left-color: #30b0e0;
}

.ui-datepicker th {
    padding: 19px 5px;
    font-weight: 400;
    color: #b6becd;
}

.ui-datepicker td {
    padding: 0;
    border: 1px solid #f7f8fa;
}

.ui-datepicker td span,
.ui-datepicker td a {
    padding: 8px;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
    text-align: center;
    border: 0;
    background: #fefefe;
}

.ui-datepicker td a.ui-state-hover {
    color: #fff;
    background: #30b0e0;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: 1;
}

.ui-state-disabled .ui-state-default,
.ui-widget-content .ui-state-disabled .ui-state-default,
.ui-widget-header .ui-state-disabled .ui-state-default {
    color: #b6becd;
    background: #f7f8fa;
}

.iti.iti--allow-dropdown {
    width: 100%;
}

.form_container.clone .iti.iti--allow-dropdown>.iti__flag-container {
    display: none;
}

.form_container.clone .iti.iti--allow-dropdown>.iti.iti--allow-dropdown>.iti__flag-container {
    display: block;
}

.iti--separate-dial-code .iti__selected-flag,
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background: transparent;
}

.iti__selected-dial-code {
    font-size: 16px;
    color: #30b0e0;
}

.iti__arrow {
    width: 14px;
    height: 8px;
    border: 0;
    background: url("../img/slect_arrow.svg") center no-repeat;
    background-size: contain;
}

.form_insurance .iti__country {
    padding: 5px 20px;
}

.form_insurance .iti__country.iti__highlight {
    color: #fff;
    background: #30b0e0;
}

.btn_box .btn:not(:nth-child(1)) {
    margin-left: 31px;
}

.btn {
    position: relative;
    min-width: 116px;
    display: inline-block;
    padding: 11px 14px 11px;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    border-radius: 10px;
    border: none;
    box-shadow: none;
    /* background: #41b3e4; */
    transition: 0.3s all;
    cursor: pointer;
}

.btn-primary {
    background: #41b3e4;
}

.btn.btn_download {
    padding-left: 20px;
    padding-right: 52px;
}

.btn.btm_questions {
    min-width: 268px;
}

.btn-primary:hover {
    color: #000;
    background: #FCB316;
}

.btn.btn_white:hover {
    color: #30b0e0;
    background: #fff;
}

.btn svg {
    position: absolute;
}

.btn path {
    transition: 0.3s all;
}

.btn_arrow_left {
    padding-left: 35px;
}

.btn_arrow_right,
.btn_edit {
    padding-right: 26px;
}

.btn_arrow_left svg {
    left: 19px;
}

.btn_arrow_right svg {
    right: 27px;
}

.btn_duration_period.btn_arrow_right svg {
    right: 13px;
}

.btn.btn_edit svg,
.btn.btn_download svg {
    right: 18px;
}

.btn_arrow_left:hover path,
.btn_arrow_right:hover path,
.btn.btn_download:hover path {
    stroke: #000;
}

.btn_edit:hover path {
    fill: #000;
}

.tab_plan_pricing {
    position: relative;
    display: table;
    border-radius: 10px;
    overflow: hidden;
}

.tab_plan_pricing_row {
    display: table-row;
}

.tab_plan_pricing_row_newhead {
    display: table-row;
    background: #61bde1;
}

.hide {
    display: none !important;
}

.tab_plan_pricing_col {
    position: relative;
    display: table-cell;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    z-index: 1;
}

.tab_plan_pricing_col_new_head {
    position: relative;
    display: table-cell;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    z-index: 1;
    flex-direction: column;
}

.tab_plan_pricing_row:nth-child(odd):not(.title-desc) .tab_plan_pricing_col {
    background: #fff;
}

.tab_plan_pricing_row.header .tab_plan_pricing_col {
    color: #fff;
    background: #30B0E0;
}

.tab_plan_pricing_col_item_main {
    /* font-size: 16px !important; */
    padding: 20px 6% 20px 8%;
    color: #ffffff !important;
    background: #61bde1;
    text-align: left;
}

.tab_plan_pricing_col_item_main_list {
    /* font-size: 16px !important; */
    padding: 23px 10px 22px;
    color: #ffffff !important;
    background: #61bde1;
}

.tab_plan_pricing_row.header .tab_plan_pricing_col:nth-child(1),
.tab_plan_btn {
    padding: 23px 10px 22px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

.tab_plan_btn {
    width: 100%;
    border: 0;
    background: transparent;
}

.tab_plan_pricing_row.header .tab_plan_pricing_col:not(:nth-child(1)) {
    text-align: center;
}

.tab_plan_pricing_row:nth-child(2) .tab_plan_pricing_col {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    background: #61bde1;
}

.title-desc {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    background: #d5eff9;
}

.tab_plan_pricing_col_item {
    min-height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
}

.tab_plan_pricing_col:not(:nth-child(1)) .tab_plan_pricing_col_item {
    align-items: center;
}

.tab_plan_pricing_col:nth-child(1) .tab_plan_pricing_col_item {
    padding: 20px 6% 20px 8%;
}

.tab_plan_pricing_row.footer .tab_plan_pricing_col {
    padding: 15px 0 15px;
    text-align: center;
    background: #30B0E0;
}

.tab_plan_pricing_col::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all;
    z-index: -1;
}

.name_plan {
    display: block;
    margin-bottom: 12px;
    font-weight: 700;
    color: #30B0E0;
    transition: 0.3s all;
}

.from_info_row {
    display: flex;
    justify-content: space-between;
}

.from_info_col {
    width: 42%;
    margin-bottom: 30px;
}

.from_info_col p {
    margin-bottom: 14px;
    font-size: 16px;
    font-weight: 300;
}

.from_info_col p span {
    font-weight: 600;
}

.form_tabs_content_online_payment {
    padding: 0 0 52px;
}

.header_payment {
    margin-bottom: 50px;
    padding: 22px 15px 19px;
    text-align: center;
    color: #fff;
    border-radius: 10px 10px 0 0;
    background: #30B0E0;
}

.header_payment p {
    font-weight: 600;
}

.header_payment span {
    display: inline;
    min-height: 65px;
    padding-left: 20px;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
}

.form_payment {
    max-width: 843px;
    margin: 0 auto;
    border-radius: 0 0 10px 10px;
}

.form_payment_tabs_nav {
    display: flex;
}

.form_payment_tabs_nav--button {
    width: 100%;
    text-align: center;
}

.form_payment_tabs_nav--button:not(:nth-last-child(1)) {
    margin-right: 16px;
}

.form_payment_tabs_nav--button .btn_payment_tab {
    width: 100%;
    min-height: 65px;
    padding: 0;
    font-weight: 600;
    font-size: 16px;
    color: #292828;
    border: 0;
    border-radius: 10px 10px 0 0;
    background: #fff;
    transition: 0.3s all;
    pointer-events: none;
}

.form_payment_tabs_nav--button .btn_payment_tab:hover,
.form_payment_tabs_nav--button .btn_payment_tab.active {
    background: #F8B018;
}

.form_payment_body {
    padding: 55px 15px 63px;
    border-radius: 0 0 10px 10px;
    background: #fff;
}

.form_payment_tab {
    max-width: 410px;
    margin: 0 auto;
}

.expire_date_fields {
    width: 46.5%;
}

.expire_date_fields>div {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.expire_date_fields>div::before {
    content: "/";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.form_tabs .form_payment .expire_date_fields input {
    width: 45%;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    -moz-appearance: textfield;
}

.form_tabs .form_payment input {
    -moz-appearance: textfield;
}

.form_tabs .form_payment input::-webkit-outer-spin-button,
.form_tabs .form_payment input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.files_section {
    padding: 47px 0 20px;
}

.files_section .container,
.terms_conditions_section .container {
    max-width: 880px;
}

.files_section .btn_box {
    margin-bottom: 31px;
    font-size: 0;
}

.terms_conditions_section {
    padding: 7px 0 42px;
}

.title_section {
    margin-bottom: 22px;
    font-size: 20px;
    font-weight: 700;
    color: #30B0E0;
}

.description_section p {
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: -0.5px;
}

.footer_page {
    padding: 30px 0 26px;
    color: #fff;
    background: #30B0E0;
}

.footer_page .container {
    max-width: 1280px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer_col_txt {
    width: 33%;
}

.footer_page p {
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
}

.footer_col_logo--img {
    max-width: 162px;
    margin: 0 auto;
}

.alert-error-msg {
    padding: 16px;
    border-radius: 8px;
    background-color: #FFBABA;
    line-height: 1.5;
}

.title-bold {
    font-weight: bold;
    font-size: 1.3rem;
}

@media (min-width: 992px) {
    .headline_section .container,
    .form_section .container {
        width: 95%;
    }
    .form_tabs_title {
        display: none;
    }
    .form_tabs_nav::after {
        content: "";
        position: absolute;
        top: 13px;
        right: 0;
        width: 20px;
        height: 20px;
        border-top: 3px solid #30b0e0;
        border-right: 3px solid #30b0e0;
        transform: rotate(46deg);
    }
    .tab_plan_pricing_col:nth-child(1) {
        /* width: 43.5%; */
        text-align: left;
    }
    /*.tab_plan_pricing_col:nth-child(2) {
        width: 17.5%;
        text-align: left;
    }
    .tab_plan_pricing_col:nth-child(3) {
        width: 17%;
    }
    .tab_plan_pricing_col:nth-child(4) {
        width: 17%;
    }
    .tab_plan_pricing_col:nth-child(6) {
        width: 17%;
    }
    */
    .tab_plan_pricing .current-col.tab_plan_pricing_col::before {
        background: rgba(252, 179, 22, 0.6);
        opacity: 1;
        visibility: visible;
    }
    .tab_plan_pricing .tab_plan_pricing_row:nth-child(2) .tab_plan_pricing_col.current-col::before {
        background: rgba(252, 179, 22, 0.6);
        opacity: 1;
        visibility: visible;
    }
    .tab_plan_pricing_row.header .tab_plan_pricing_col.current-col::before,
    .tab_plan_pricing_row.footer .tab_plan_pricing_col.current-col::before {
        background: #FCB316;
        opacity: 1;
        visibility: visible;
    }
    .tab_plan_pricing_row.header .tab_plan_pricing_col.current-col,
    .tab_plan_pricing_row.footer .tab_plan_pricing_col.current-col .name_plan {
        color: #fff;
    }
    .more_details_row {
        display: none;
    }
}

@media (min-width: 1920px) {
    .header_page__logotype {
        /*min-height: 470px;*/
        min-height: 400px;
    }
    .header_page .container {
        max-width: 1794px;
    }
    .header_page__txt {
        padding-left: 3.5%;
    }
    .header_page__txt--title {
        font-size: 115px;
    }
    .header_page__logotype--img {
        max-width: 421px;
        width: 100%;
    }
    .headline_section {
        padding: 60px 0 0;
    }
    .headline_section .container {
        max-width: 1920px
    }
    .headline_section--title {
        letter-spacing: 0.5px;
    }
    .headline_section_row {
        padding-top: 44px;
    }
    .headline_section_col {
        width: 30%;
    }
    .headline_section_col--title {
        margin-bottom: 32px;
        letter-spacing: 1px;
    }
    .headline_section_col--list li {
        margin-bottom: 60px;
    }
    .headline_section_col--title,
    .headline_section_col--list p {
        font-size: 28px;
    }
    .headline_section_col--list li p {
        width: calc(100% - 78px);
        line-height: 32px;
    }
    .headline_section_col--list .icon_box {
        width: 40px;
        margin-right: 18px;
    }
    .form_section .container {
        max-width: 1920px;
    }
    .form_tabs_nav {
        margin: 45px 0 46px;
    }
    .form_tabs_nav::before {
        top: 31px;
    }
    .form_tabs_nav::after {
        top: 20px;
        right: 0;
        width: 22px;
        height: 22px
    }
    .form_tabs_nav_item__link {
        font-size: 22px;
        letter-spacing: -0.7px;
    }
    .form_tabs_nav_item__link--num {
        width: 70px;
        height: 66px;
        margin-bottom: 17px;
        font-size: 28px;
    }
    .form_tabs_content__duration_period {
        max-width: 1236px;
        padding: 58px 20px 74px
    }
    .form_row {
        margin-bottom: 48px;
    }
    .form_tabs label,
    .label_field {
        margin-bottom: 20px;
        font-size: 24px;
    }
    .not_valid_msg {
        bottom: -20px;
    }
    /* .form_tabs input[type="text"],
    .form_tabs input[type="number"],
    .form_tabs input[type="email"],
    .form_tabs input[type="password"],
    .form_tabs select,
    .form_tabs textarea,
    .ui-selectmenu-button.ui-button,
    .ui-menu .ui-menu-item-wrapper {
        padding: 26px 24px 25px;
        font-size: 24px;
    } */
    .ui-selectmenu-button .ui-icon {
        width: 30px;
        height: 26px;
    }
    .iti__selected-dial-code {
        font-size: 24px;
    }
    .ui-datepicker {
        width: 400px
    }
    .ui-datepicker table {
        font-size: 18px;
    }
    .ui-datepicker td span,
    .ui-datepicker td a {
        padding: 12px;
    }
    .title_row {
        margin-bottom: 8px;
        font-size: 24px;
    }
    .description_row {
        font-size: 23px;
    }
    .form_tabs .btn_box {
        margin-top: 62px;
    }
    .btn {
        min-width: 165px;
        padding: 18px 42px 18px;
        font-size: 18px;
    }
    .btn.btn_download {
        padding-left: 48px;
        padding-right: 86px;
    }
    .btn.btn_download svg {
        right: 26px;
        width: 26px;
        height: 21px;
    }
    .btn_box .btn:not(:nth-child(1)) {
        margin-left: 38px;
    }
    .btn_arrow_right,
    .btn_edit {
        padding: 18px 60px 18px 34px;
    }
    .btn_arrow_right svg {
        top: 16px;
        right: 41px;
        width: 14px;
        height: 24px;
    }
    .btn_duration_period.btn_arrow_right svg {
        right: 21px;
    }
    .btn_arrow_left {
        padding: 18px 26px 18px 52px;
    }
    .btn_arrow_left svg {
        top: 16px;
        left: 25px;
        width: 14px;
        height: 24px;
    }
    .tab_plan_pricing_col {
        font-size: 24px;
        line-height: 28px;
    }
    .tab_plan_pricing_col:nth-child(1) {
        width: 44.5%
    }
    .tab_plan_pricing_row.header .tab_plan_pricing_col:nth-child(1),
    .tab_plan_btn {
        padding: 31px 10px 33px;
        font-size: 22px;
    }
    .tab_plan_pricing_row:nth-child(2) .tab_plan_pricing_col {
        font-size: 22px;
    }
    .tab_plan_pricing_col:nth-child(1) .tab_plan_pricing_col_item {
        min-height: 143px;
        padding: 34px 5px 38px 58px;
    }
    .tab_plan_pricing_row.footer .tab_plan_pricing_col {
        padding: 30px 0 34px;
    }
    .name_plan {
        margin-bottom: 18px;
    }
    .form_tabs_content__personal_information {
        max-width: 1184px;
        padding: 61px 0 92px;
    }
    .radio_btn_col:not(:nth-last-child(1)) {
        margin-right: 39px;
    }
    .form_row.radio {
        margin-bottom: 24px;
        padding-top: 27px;
    }
    .radio_btn_col label {
        padding-left: 40px;
    }
    .radio_btn_col label::before {
        top: -2px;
        width: 26px;
        height: 26px;
    }
    .radio_btn_col label::after {
        top: 4px;
        left: 6px;
        width: 18px;
        height: 18px;
    }
    .form_tabs textarea {
        min-height: 163px;
    }
    .form_terms {
        padding-top: 17px;
    }
    .checkbox_btn_col {
        min-height: 48px;
    }
    .checkbox_btn_col label {
        padding-left: 84px;
    }
    .checkbox_btn_col label::before {
        top: -8px;
        width: 47px;
        height: 44px;
    }
    .checkbox_btn_col label::after {
        top: 1px;
        left: 21px;
        width: 10px;
        height: 24px;
    }
    .form_tabs_content_order_summary {
        max-width: 1212px;
        padding: 58px 15px 74px;
    }
    .form_tabs_content_order_summary .title_row {
        margin-bottom: 34px;
    }
    .from_info_col {
        width: 44%;
        margin-bottom: 43px;
    }
    .from_info_col p {
        margin-bottom: 18px;
        font-size: 24px;
    }
    .form_tabs_content_online_payment {
        padding: 0 0 73px;
    }
    .header_payment {
        margin-bottom: 70px;
        padding: 29px 15px 28px;
    }
    .header_payment p {
        font-size: 24px;
    }
    .header_payment span {
        font-size: 35px;
    }
    .form_payment {
        max-width: 1185px;
    }
    .form_payment_body {
        padding: 79px 15px 53px;
    }
    .form_payment_tabs_nav--button .btn_payment_tab {
        min-height: 91px;
        font-size: 24px;
    }
    .form_payment_tab {
        max-width: 576px;
    }
    .files_section .container,
    .terms_conditions_section .container {
        max-width: 1216px;
    }
    .files_section {
        padding: 66px 0 21px;
    }
    .files_section .btn_box {
        margin-bottom: 44px;
    }
    .terms_conditions_section {
        padding: 12px 0 115px;
    }
    .title_section {
        margin-bottom: 27px;
        font-size: 23px;
    }
    .description_section p {
        margin-bottom: 25px;
        font-size: 18px;
        line-height: 25px;
    }
    .footer_page {
        padding: 20px 0 20px;
    }
    .footer_page .container {
        max-width: 1790px;
    }
    .footer_col_txt {
        width: 26%;
    }
    .footer_page p {
        padding-bottom: 11px;
        font-size: 14px;
        line-height: 20px;
    }
    .footer_col_logo--img {
        max-width: 228px;
        width: 100%;
    }
}

@media (max-width: 1220px) {
    .header_page__txt--title {
        font-size: 64px;
    }
    .header_page__logotype--img {
        max-width: 250px;
    }
}

@media (max-width: 991px) {
    /* .container {
        padding: 0 33px;
    } */
    .header_page__txt {
        padding: 0;
    }
    .header_page__txt--title {
        font-size: 30px;
    }
    .header_page__txt--title::before {
        right: 1px;
        width: 42%;
        padding-top: 5%;
    }
    .header_page__logotype {
        width: 40%;
        min-height: 200px;
    }
    .header_page__logotype::before {
        height: 138%;
    }
    .header_page__logotype::after {
        left: 12%;
        height: 132%;
    }
    .header_page__logotype--bg::before {
        left: 25%;
        height: 119%;
    }
    .header_page__logotype--bg::after {
        left: 12%;
        height: 129%;
    }
    .header_page__logotype--img {
        max-width: 80px;
    }
    .headline_section {
        padding: 35px 0 0;
    }
    .headline_section--title {
        font-size: 18px;
        line-height: 25px;
    }
    .headline_section_row {
        flex-direction: column;
        padding-top: 37px;
    }
    .headline_section_col {
        width: 100%;
        margin-bottom: 18px;
    }
    .headline_section_col--title {
        margin-bottom: 22px;
    }
    .headline_section_col--list li {
        margin-bottom: 16px;
    }
    .headline_section_col--title,
    .headline_section_col--list p {
        font-size: 14px;
    }
    .headline_section_col--list .icon_box {
        width: 37px;
        margin-right: 18px;
    }
    .headline_section_col--list .icon_box img {
        max-height: 42px;
    }
    .headline_section_col--list li p {
        line-height: 23px;
    }
    .form_section {
        padding: 10px 0 0;
    }
    .form_tabs_title {
        font-size: 18px;
        font-weight: 700;
        text-align: center;
        color: #30B0E0;
    }
    .form_tabs_nav {
        justify-content: center;
        margin: 10px 0 17px;
        padding-bottom: 36px;
    }
    .form_tabs_nav::before {
        top: 15px;
        height: 2px;
    }
    .form_tabs_nav_item {
        width: 17%;
    }
    .form_tabs_nav_item__link--num {
        width: 33px;
        height: 31px;
        margin-bottom: 0;
        font-size: 19px;
        border-radius: 5px;
        border: 1.5px solid #30b0e0;
        transition: 0.3s all;
    }
    .form_tabs_nav_item__link--title {
        position: absolute;
        top: 48px;
        font-size: 18px;
        white-space: nowrap;
        opacity: 0;
        visibility: hidden;
        transition: 0.3s all;
        transform: translateX(-50%);
    }
    .form_tabs_nav_item.active .form_tabs_nav_item__link--num {
        transform: scale(1.4);
    }
    .form_tabs_nav_item.active .form_tabs_nav_item__link--title {
        opacity: 1;
        visibility: visible;
    }
    .form_tabs_content__duration_period {
        padding: 35px 20px 40px;
        border-radius: 10px;
        background: #fff;
    }
    .form_row {
        flex-wrap: wrap;
        margin-bottom: 0;
    }
    .form_col[data-cols="6"],
    .form_col[data-cols="12"] {
        width: 100%;
        margin-bottom: 18px;
    }
    .form_col[data-cols="3"],
    .form_col[data-cols="5"] {
        margin-bottom: 18px;
    }
    .form_tabs label,
    .label_field {
        margin-bottom: 7px;
        font-size: 14px;
        line-height: 23px;
    }
    .form_col .not_valid_msg {
        position: relative;
        top: 0;
        margin: -5px 0 6px;
    }
    .form_tabs input[type="text"],
    .form_tabs input[type="number"],
    .form_tabs input[type="email"],
    .form_tabs input[type="password"],
    .form_tabs select,
    .form_tabs textarea,
    .ui-selectmenu-button.ui-button {
        padding: 12px 13px 12px;
        font-size: 14px;
        border-radius: 5px
    }
    .form_tabs .birth_row input[type="number"] {
        padding-left: 5px;
        padding-right: 5px;
    }
    .form_tabs textarea {
        min-height: 86px;
    }
    .ui-menu .ui-menu-item-wrapper {
        padding: 5px 13px;
        font-size: 14px;
    }
    .iti__selected-dial-code {
        font-size: 14px;
    }
    .description_row {
        font-size: 13px;
        line-height: 17px;
    }
    .form_tabs .btn_box {
        margin-top: 36px;
    }
    .btn {
        min-width: 112px;
        padding: 7px 12px 8px;
        font-size: 14px;
        border-radius: 8px;
    }
    .btn_box .btn:not(:nth-child(1)) {
        margin-left: 6px;
    }
    .btn_arrow_right,
    .btn_edit {
        padding-right: 20px;
    }
    .btn.btn_download {
        margin-bottom: 25px;
        padding: 11px 56px 10px 28px;
    }
    .files_section .btn_box .btn:nth-child(2) {
        min-width: 262px;
    }
    .btn.btm_questions {
        min-width: 262px;
        padding: 11px 5px 10px;
    }
    .btn_arrow_left svg {
        left: 15px;
        width: 8px;
    }
    .btn_arrow_right svg {
        top: 6px;
        width: 8px;
    }
    .btn_arrow_right svg {
        right: 15px;
    }
    .btn.btn_arrow_left {
        padding-left: 36px;
    }
    .btn_duration_period.btn_arrow_right svg {
        right: 16px;
    }
    .btn.btn_download svg {
        top: 7px;
        right: 20px;
        width: 15px;
    }
    .form_tabs {
        background: transparent;
    }
    .tab_plan_pricing {
        width: 100%;
        display: inline-block;
        padding-top: 79px;
        border-radius: 0;
    }
    .tab_plan_pricing_row {
        display: flex;
        flex-wrap: wrap;
    }
    .tab_plan_pricing_col {
        width: 100%;
        display: inline-block;
    }
    .tab_plan_btn {
        padding: 15px 5px 15px;
        font-size: 16px;
        border-radius: 5px;
        cursor: pointer;
        transition: 0.3s all;
    }
    .tab_plan_btn.active {
        color: #fff;
        /* background: #FCB316; */
    }
    .tab_plan_pricing_row.header .tab_plan_pricing_col:nth-child(1) {
        padding: 24px 5px 21px;
        font-size: 18px;
        line-height: 20px;
        border-radius: 10px 10px 0 0;
    }
    .tab_plan_pricing_row.header .tab_plan_pricing_col:not(:nth-child(1)) {
        position: absolute;
        top: 5px;
        /* width: 32%; */
        border-radius: 5px;
    }
    .tab_plan_pricing_row.header .tab_plan_pricing_col:nth-child(2) {
        left: 0;
    }
    .tab_plan_pricing_row.header .tab_plan_pricing_col:nth-child(3) {
        left: 50%;
        transform: translateX(-50%);
    }
    .tab_plan_pricing_row.header .tab_plan_pricing_col:nth-child(4) {
        right: 0;
    }
    .tab_plan_pricing_row:nth-child(2) .tab_plan_pricing_col {
        font-size: 18px;
        line-height: 20px;
    }
    .tab_plan_pricing_row:not(:nth-child(1)) .tab_plan_pricing_col:not(:nth-child(1)) {
        display: none;
        background: #F5F5F5;
    }
    .plan-1 .tab_plan_pricing_row:not(:nth-child(1)) .tab_plan_pricing_col:nth-child(2),
    .plan-2 .tab_plan_pricing_row:not(:nth-child(1)) .tab_plan_pricing_col:nth-child(3),
    .plan-3 .tab_plan_pricing_row:not(:nth-child(1)) .tab_plan_pricing_col:nth-child(4),
    .plan-4 .tab_plan_pricing_row:not(:nth-child(1)) .tab_plan_pricing_col:nth-child(5),
    .plan-5 .tab_plan_pricing_row:not(:nth-child(1)) .tab_plan_pricing_col:nth-child(6) {
        display: block;
    }
    .tab_plan_pricing_row:nth-child(2) .tab_plan_pricing_col:not(:nth-child(1)) {
        background: rgba(252, 179, 22, 0.6);
    }
    .tab_plan_pricing_col_item {
        min-height: 58px;
        font-size: 12px;
        line-height: 18px;
    }
    .tab_plan_pricing_col:nth-child(1) .tab_plan_pricing_col_item {
        padding: 10px 11px 10px;
    }
    .tab_plan_pricing_row:nth-child(2) .tab_plan_pricing_col:nth-child(1) .tab_plan_pricing_col_item {
        min-height: 69px;
        padding: 10px 5px 16px;
        text-align: center;
    }
    .tab_plan_pricing_row:nth-child(2) .tab_plan_pricing_col .tab_plan_pricing_col_item {
        font-size: 18px;
        line-height: 20px;
    }
    .tab_plan_pricing_row .tab_plan_pricing_col:nth-child(1) .tab_plan_pricing_col_item {
        text-align: left;
        padding-right: 36px;
    }
    .tab_plan_pricing_row .tab_plan_pricing_col:nth-child(1) .tab_plan_pricing_col_item::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 13px;
        width: 10px;
        height: 10px;
        border-top: 2px solid #30B0E0;
        border-right: 2px solid #30B0E0;
        transform: translateY(-50%) rotate(136deg);
        transition: 0.3s all;
    }
    .tab_plan_pricing_row.footer .tab_plan_pricing_col::before {
        background: #FCB316;
        opacity: 1;
        visibility: visible;
    }
    .tab_plan_pricing_row.footer {
        position: relative;
        overflow: hidden;
        border-radius: 0 0 10px 10px;
    }
    .tab_plan_pricing_row.footer .tab_plan_pricing_col {
        padding: 8px 20px 13px;
    }
    .tab_plan_pricing_row.footer .tab_plan_pricing_col:nth-child(1) {
        display: none;
    }
    .tab_plan_pricing_row.footer .tab_plan_pricing_col .name_plan {
        margin-bottom: 6px;
        color: #fff;
    }
    .tab_plan_pricing_row.footer .btn {
        width: 100%;
        color: #30b0e0;
        background: #fff;
    }
    .tab_plan_pricing_row.footer .btn_details {
        display: none !important;
    }
    .tab_plan_pricing_row.footer .btn.btn_plan {
        display: block !important;
    }
    .more_details_row {
        font-size: 0;
    }
    .more_details_btn {
        position: relative;
        width: 100%;
        padding: 20px 20px 17px;
        display: inline-block;
        font-size: 12px;
        text-align: center;
        text-decoration: none;
        color: #fff;
        background: #30b0e0;
    }
    .more_details_btn::before {
        content: "";
        position: absolute;
        top: 17px;
        right: 14px;
        width: 10px;
        height: 10px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: rotate(136deg);
        transition: 0.3s all;
    }
    .more_details_btn.active::before {
        top: 21px;
        transform: rotate(-43deg);
    }
    .more_details_row~.tab_plan_pricing_row:not(.footer) {
        display: none;
    }
    .form_tabs_content__personal_information {
        padding: 21px 16px 42px;
        border-radius: 10px;
        background: #fff;
    }
    .title_row {
        margin-bottom: 10px;
        font-size: 14px;
    }
    .form_row.radio {
        margin-bottom: 0;
        padding-top: 21px;
    }
    .radio_btn_col:not(:nth-last-child(1)) {
        margin-right: 36px;
    }
    .radio_btn_col label {
        padding-left: 26px;
    }
    .radio_btn_col label::before {
        width: 16px;
        height: 16px;
    }
    .radio_btn_col label::after {
        left: 5px;
        width: 10px;
        height: 10px;
    }
    .form_terms {
        padding-top: 10px;
    }
    .checkbox_btn_col label {
        padding-left: 43px;
        font-size: 12px;
        line-height: 20px;
    }
    .checkbox_btn_col label::before {
        top: 2px;
        width: 22px;
        height: 20px;
        border-radius: 5px;
    }
    .checkbox_btn_col label::after {
        top: 5px;
        left: 10px;
        width: 4px;
        height: 11px;
        border-bottom: 2px solid #30b0e0;
        border-right: 2px solid #30b0e0;
    }
    .form_tabs_content_order_summary {
        padding: 24px 15px 30px;
        border-radius: 10px;
        background: #fff;
    }
    .from_info_row {
        flex-direction: column;
        margin-bottom: 25px;
    }
    .from_info_col {
        width: 100%;
        margin-bottom: 12px;
    }
    .form_tabs_content_order_summary .title_row {
        margin-bottom: 19px;
    }
    .from_info_col p {
        margin-bottom: 0;
        font-size: 14px;
        line-height: 28px;
    }
    .form_tabs .form_tabs_content_order_summary .btn_box {
        margin-top: 23px;
    }
    .form_tabs_content_online_payment {
        border-radius: 10px;
        background: #fff;
    }
    .header_payment {
        margin-bottom: 41px;
    }
    .header_payment p {
        font-size: 14px;
    }
    .header_payment span {
        padding-left: 13px;
        font-size: 20px;
        letter-spacing: normal;
    }
    .form_payment {
        max-width: 92%;
    }
    .form_payment_tabs_nav--button .btn_payment_tab {
        min-height: 49px;
        font-size: 14px;
    }
    .form_payment_body {
        padding: 23px 15px 40px;
    }
    #credit_card .form_row:nth-child(2) {
        flex-direction: column;
        margin-bottom: 24px;
    }
    .expire_date_fields {
        max-width: 190px;
        width: 100%;
        margin-bottom: 24px;
    }
    .form_col[data-cols="5.5"] {
        max-width: 147px;
        width: 100%;
    }
    .form_tabs .form_tabs_content_online_payment .btn_box {
        margin-top: 21px;
    }
    .files_section {
        padding: 29px 0 50px;
    }
    .files_section .btn_box {
        margin-bottom: 0;
    }
    .terms_conditions_section {
        padding-bottom: 16px;
    }
    .description_section p {
        font-size: 13px;
    }
    .footer_page {
        padding: 40px 0 14px;
    }
    .footer_page .container {
        flex-direction: column;
    }
    .footer_col_logo--img {
        max-width: 110px;
    }
    .footer_page .container>div {
        width: 100%;
    }
    .footer_page .container>div:nth-child(1) {
        order: 2;
        margin-bottom: 14px;
    }
    .footer_page .container>div:nth-child(2) {
        order: 1;
        margin-bottom: 21px;
        text-align: center;
    }
    .footer_page .container>div:nth-child(3) {
        order: 3;
    }
    .footer_page p {
        text-align: center !important;
    }
    .alert-error-msg:not(.title-bold) {
        font-size: 14px;
    }
}

@media (max-width: 640px) {
    .header_page__logotype {
        min-height: 125px;
        padding-top: 14px;
    }
}

@media (max-width: 480px) {
    .header_page__logotype--img {
        max-width: 60px;
    }
    .header_page__txt--title {
        font-size: 20px;
    }
    .form_tabs .birth_row label {
        font-size: 12px;
    }
}

@media (max-width: 380px) {
    .form_tabs_nav_item__link--title {
        font-size: 14px;
    }
}

@media (max-width: 360px) {
    /* .container {
        padding: 0 15px;
    } */
}