@charset "UTF-8";
/*@font-face {*/
/*    font-family: 'LibreFranklin';*/
/*    src: url('../fonts/LibreFranklin-Medium.ttf'); !* IE9 Compat Modes *!*/
/*}*/


@font-face {
    font-display: swap;
    font-family: "OpenSans-Regular";
    src: url("../fonts/Open-Sans/OpenSans-Regular.eot?") format("eot"), url("../fonts/Open-Sans/OpenSans-Regular.woff2") format("woff2"), url("../fonts/Open-Sans/OpenSans-Regular.woff") format("woff"), url("../fonts/Open-Sans/OpenSans-Regular.ttf") format("truetype");
}

@font-face {
    font-display: swap;
    font-family: "OpenSans-Bold";
    src: url("../fonts/Open-Sans/OpenSans-Bold.eot?") format("eot"), url("../fonts/Open-Sans/OpenSans-Bold.woff2") format("woff2"), url("../fonts/Open-Sans/OpenSans-Bold.woff") format("woff"), url("../fonts/Open-Sans/OpenSans-Bold.ttf") format("truetype");
}

@font-face {
    font-display: swap;
    font-family: "OpenSans-BoldItalic";
    src: url("../fonts/Open-Sans/OpenSans-BoldItalic.eot?") format("eot"), url("../fonts/Open-Sans/OpenSans-BoldItalic.woff2") format("woff2"), url("../fonts/Open-Sans/OpenSans-BoldItalic.woff") format("woff"), url("../fonts/Open-Sans/OpenSans-BoldItalic.ttf") format("truetype");
}

@font-face {
    font-display: swap;
    font-family: "OpenSans-ExtraBold";
    src: url("../fonts/Open-Sans/OpenSans-ExtraBold.eot?") format("eot"), url("../fonts/Open-Sans/OpenSans-ExtraBold.woff2") format("woff2"), url("../fonts/Open-Sans/OpenSans-ExtraBold.woff") format("woff"), url("../fonts/Open-Sans/OpenSans-ExtraBold.ttf") format("truetype");
}

@font-face {
    font-family: "OpenSans-ExtraBoldItalic";
    src: url("../fonts/Open-Sans/OpenSans-ExtraBoldItalic.eot?") format("eot"), url("../fonts/Open-Sans/OpenSans-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/Open-Sans/OpenSans-ExtraBoldItalic.woff") format("woff"), url("../fonts/Open-Sans/OpenSans-ExtraBoldItalic.ttf") format("truetype");
}

@font-face {
    font-display: swap;
    font-family: "OpenSans-Italic";
    src: url("../fonts/Open-Sans/OpenSans-Italic.eot?") format("eot"), url("../fonts/Open-Sans/OpenSans-Italic.woff2") format("woff2"), url("../fonts/Open-Sans/OpenSans-Italic.woff") format("woff"), url("../fonts/Open-Sans/OpenSans-Italic.ttf") format("truetype");
}

@font-face {
    font-display: swap;
    font-family: "OpenSans-Light";
    src: url("../fonts/Open-Sans/OpenSans-Light.eot?") format("eot"), url("../fonts/Open-Sans/OpenSans-Light.woff2") format("woff2"), url("../fonts/Open-Sans/OpenSans-Light.woff") format("woff"), url("../fonts/Open-Sans/OpenSans-Light.ttf") format("truetype");
}

@font-face {
    font-display: swap;
    font-family: "OpenSans-LightItalic";
    src: url("../fonts/Open-Sans/OpenSans-LightItalic.eot?") format("eot"), url("../fonts/Open-Sans/OpenSans-LightItalic.woff2") format("woff2"), url("../fonts/Open-Sans/OpenSans-LightItalic.woff") format("woff"), url("../fonts/Open-Sans/OpenSans-LightItalic.ttf") format("truetype");
}

@font-face {
    font-display: swap;
    font-family: "OpenSans-SemiBold";
    src: url("../fonts/Open-Sans/OpenSans-SemiBold.eot?") format("eot"), url("../fonts/Open-Sans/OpenSans-SemiBold.woff2") format("woff2"), url("../fonts/Open-Sans/OpenSans-SemiBold.woff") format("woff"), url("../fonts/Open-Sans/OpenSans-SemiBold.ttf") format("truetype");
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.reset-p {
    margin: 0;
}

.reset-ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

body {
    font-family: "OpenSans-Regular",sans-serif;
    font-size: 14px;
}

.page-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}
/*.header {*/
/*    background-color: white;*/
/*}*/

/*.header__inner {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: space-between;*/
/*    max-width: 1500px;*/
/*    width: 100%;*/
/*    margin: 0 auto;*/
/*    padding: 30px 20px;*/
/*    flex-wrap: wrap;*/
/*}*/

/*.header__item {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/

/*.header__item:first-child {*/
/*    align-self: flex-end;*/
/*    color: #fff;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    background-color: #1e5393;*/
/*    border-radius: 25px;*/
/*    padding: 10px 30px;*/
/*}*/

/*.header__customers:last-child {*/
/*    padding-left: 5px;*/
/*}*/

/*.header__customers:not(:last-child) {*/
/*    border: 1px solid #fff;*/
/*    font-size: 20px;*/
/*    width: 25px;*/
/*    height: 25px;*/
/*    line-height: 22px;*/
/*    text-align: center;*/
/*    font-family: ExoBold, sans-serif;*/
/*}*/

/*.header__item:last-child {*/
/*    align-self: flex-end;*/
/*    font-size: 24px;*/
/*    color: #0669b2;*/
/*    text-transform: capitalize;*/
/*}


.phone-link {
    display: block;
    color: #0669b2;
    transition: transform 0.3s ease;
}

.phone-link:hover {
    transform: translateY(-2px);
}

.logo-1 {
    display: block;
    transition: transform 0.3s ease;
    max-width: 410px;
}

.logo-1:hover {
    transform: translateY(-2px);
}*/

.header {
    background-color: white;
}

.header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 20px;
}

.header__item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header__item:not(.heading) {
    max-width: 20%;
    -ms-flex-item-align: end;
    align-self: flex-end;
    width: 325px;

}

.heading {
    text-align: center;
    vertical-align: middle;
    color: #0052a4;
    font-size: 35px;
    line-height: 1.2;
    text-transform: uppercase;
}

.heading_text-2 {
    font-size: 32px;
}

.logo-1 {
    display: block;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.logo-1:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}

.capabilities {
    width: 100%;
    background-color: #0669b2;
    margin: 25px 0;
}

.capabilities__inner {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}

.capabilities__section-1 {
    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;
    max-width: 666px;
    width: 100%;
    height: 50px;
    border-radius: 25px;
    background-image: -o-linear-gradient(311deg, #fbe793 0%, #d7a957 0%, #f7c56d 47%, #fbe793 63%, #c38d2d 100%);
    background-image: linear-gradient(139deg, #fbe793 0%, #d7a957 0%, #f7c56d 47%, #fbe793 63%, #c38d2d 100%);
    font-size: 18px;
    color: #2c2c2c;
    margin: 0 auto -25px;
    position: relative;
    top: -25px;
    background-size: 400% 400%;
    -webkit-animation: bgGradient 3s linear 1s infinite running;
    animation: bgGradient 3s linear 1s infinite running;
}

.capabilities__section-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 20px 50px;
}

.section-2__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px;
    width: 33%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.section-2-items__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    max-width: 100%;
}


.item-text {
    padding: 0 20px;
    width: 100%;
}
.item-text-1 {
    color: white;
    font-size: 20px;
}
.item-text-2 {
    font-size: 14px;
    color: #fce793;
    margin-top: 20px;
    padding-right: 20px;
}

.section-2__img {
    width: 95%;
    padding-top: 30px;
    margin: 0 auto;
}

.offers__link {
    position: relative;
    height: 0;
    padding-bottom: calc(100% / (279/142));

}
.offers__link > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*.heading {*/
/*    text-align: center;*/
/*    vertical-align: middle;*/
/*    color: #0669b2;*/
/*    font-size: 36px;*/
/*    line-height: 1.2;*/
/*    text-transform: initial;*/
/*}*/

.section-3__heading-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.section-3__heading {
    position: relative;
    font-size: 23px;
    color: #fff;
    padding: 30px 20px;
}
.section-3__heading:after {
    content:"";
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    margin: 0;
    width: 15px;
    height: 7px;
    background-color: #ff6408;
}
.section-3__heading:before {
    content:"";
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    margin: 0;
    width: 15px;
    height: 7px;
    background-color: #ff6408;
}


.form__btn,
.get-free-btn {
    background-color: #e87921;
    outline: none;
    color: #fff;
    text-transform: capitalize;
    padding: 5px 5px;
    border-radius: 50px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    max-width: 335px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: block;
    border: 9px solid transparent;
    background-clip: padding-box;
    height: 68px;
}

.get-free-btn__text1 {
    font-size: 20px;
    display: block;
    text-transform: capitalize;
}

.get-free-btn__text2 {
    font-size: 12px;
    color: black;
    padding-top: 5px;
    display: block;
}

.form__btn:hover,
.get-free-btn:hover {
    background-color: #ff581f;
    cursor: pointer;
    border: 9px solid #F8C9AD;
}



.vip-authorithation {
    width: 100%;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    display: block;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
}


.vip-authorithation__title {
    font-size: 24px;
    text-align: center;
    color: #0052a4;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.vip-authorithation__sign-title {
    font-size: 18px;
    color: #0052a4;
}


.vip-authorithation__list{
    counter-reset: myCounter;
    padding-left: 0;
    font-size: 16px;
    line-height: 1.65;
}

.vip-authorithation__item{
    list-style: none;
}
.vip-authorithation__item a {
    color: #0052a4;
    font-weight: normal;
}
.vip-authorithation__item::before {
    font-family: inherit;
    counter-increment: myCounter;
    content:counter(myCounter)".";
    margin-right: 5px ;
    line-height: 1.65;
}

.vip-authorithation__item:first-of-type::before {
    margin-right: 7px ;
}

.vip-authorithation__link {
    text-decoration: underline;
    font-weight: bold;
}

.item__radio,
.item__checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
}
.item__radio+label,
.item__checkbox+label {
    all: unset;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.item__radio+label::before,
.item__checkbox+label::before {
    content: '';
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    width: 16px;
    height: 16px;
    border: 2px solid #0669b2;
    border-radius: 4px;
    margin-right: 4px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 4px;
}
.item__radio+label::before {
    border-radius: 50%;
}
.item__checkbox:checked+label::before {
    border-color: #0b76ef;
    background-color: #0b76ef;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.item__radio:not(:checked)+label:hover::before,
.item__checkbox:not(:checked)+label:hover::before {
    border-color: #b3d7ff;
}
.item__radio:active+label::before,
.item__checkbox:active+label::before {
    background-color: #b3d7ff;
    border-color: #b3d7ff;
}
.item__radio:checked+label::before {
    border-color: #0b76ef;
    background-color: #0b76ef;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}



#vip-auth-forms {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.vip-login-forms {
    width: 100%;
    border-radius: 5px;
    background: #f8f8f8;
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #bcbcbc;
}

.login-form {
    max-width: 50%;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
}

.vip-authorithation__register {
    width: 100%;
    margin: 15px auto;
    border: 1px solid #bcbcbc;
    border-radius: 8px;
}


.vip-reg-forms {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    padding: 15px 15px 30px;
}

.reg-form {
    width: 49%;
    border: 1px solid #bcbcbc;
    border-radius: 5px;
    background: #f8f8f8;
    padding: 20px 20px 10px;
    margin-bottom: 20px;
}

.reg-form__title {
    margin-bottom: 20px;
    font-size: 15px;
    text-align: center;
}

.login-form__item,
.reg-form__item {
    width: 100%;
    margin-bottom: 31px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}

.reg-form__item-div,
.login-form__item label,
.reg-form__item label {
    font-size: 12px;
    text-align: right;
    /*align-self: center;*/
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-width: 165px;
    padding-right: 0;
    margin-right: 5px;
    top: 11px;
    /*font-weight: bold;*/
    font-weight: normal;
    line-height: 1;
    position: relative;
}
.login-form__item > label,
.vip-reg-forms > .reg-form:nth-child(1) .reg-form__item > label {
    min-width: 165px;

}

.reg-form__item label::after {
    content: "*";
    color: #e32;
}
.none-star::after {
    display: none;
}
.reg-form-input-card,
.login-form__input,
.reg-form-input {
    width: 100%;
    border: 1px solid #b4b4b4 !important;
    height: 35px !important;
    border-radius: 4px;
    padding: 8px 7px;
    font-size: 12px;
}

.reg-form__item_space {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
}
.reg-form__item_space > .reg-form__row  {
    margin-bottom: 31px;
    width: 100%;
}
.reg-form__card + .form__div .reg-form-input {
    padding-right: 30px;
}

element.style {
    min-width: 23px;
}
.reg-form__card + .form__div i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 6px;
    right: 5px;
    z-index: 2;
}

.icon-png-close {
    padding: 11px;
}
.icon-png-close {
    background-position: -327px -122px;
    height: 22px;
}
.icon-png-checkGreen, .icon-png-close {
    background-image: url(../images/pngicons/sprite.png);
    width: 23px;
}

.reg-form__item-input {
    border-radius: 4px;
    border: 1px solid #b4b4b4 !important;
}

.reg-form__row {
    width: 49%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.vip-reg-forms > .reg-form:nth-child(3) .reg-form__item label {
    min-width: 165px;
}

#state {
    background-color: #fff;
}

.reg-form__card::after {
    display: none;
}

.reg-form__card > div:first-child::after {
    content: "*";
    color: #e32;
}

.reg-form__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.reg-form__card > div:last-child {
    font-size: 10px;
    font-style: italic;
}
.form__div_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.form__div_flex span {
    margin: 0 3px;
}
.reg-form__item-input {
    border: none;
    background: transparent;
    width: 100%;
    height: 35px;
    padding: 0 7px;
}
.reg-form__item-input::-webkit-input-placeholder {
    color: black;
}
.reg-form__item-input::-moz-placeholder {
    color: black;
}
.reg-form__item-input:-ms-input-placeholder {
    color: black;
}
.reg-form__item-input::-ms-input-placeholder {
    color: black;
}
.reg-form__item-input::placeholder {
    color: black;
}
.auth-inf {
    font-size: 16px;
    line-height: 1.65;
    margin-bottom: 30px;
}
.sign__date-title,
.auth-inf__title {
    font-weight: bold;
    margin-right: 5px;
}

/*
 *
 * signature *
 **/

.sign {
    margin: 0 auto;
    width: 100%;
    font-size: 16px;
    line-height: 1.65;
}

.sign__title {
    font-weight: bold;
}

.sign__title::after {
    content: '*';
    color: #e32;
}

.sign__block {
    max-width: 100%;
    isolation: isolate;
    margin: 1em 0 1.875em;
}

.sign__block > #signature_div {
    padding: 0 !important;
    position: relative !important;
    width: 100% !important;

    max-width: 100%;
    /*inline-size: -webkit-fill-available !important;*/
    block-size: min(442px, max(42vmax, 42vmin));
    outline: 0 !important;
    border-radius: 0;
    aspect-ratio: 95/30;
    margin: 0 0 calc(40px + 1.2em) !important;
    border: 1px solid transparent !important;
    border-block-start: .25em solid transparent !important;
    max-height: 167px;
}

.sign__block > #signature_div canvas {
    border: none !important;
    background-color: #f8f8f8 !important;
    border-radius: 0.3125em;
    display: block;
    width: unset;
    height: unset;
    position: absolute;
    inset: 0 0 0 0 !important;
    box-shadow: 0 0 0 1px #bcbcbc;
    max-height: 167px;
}

.sign__block > #signature_div canvas + div {
    position: absolute !important;
    top: calc(100% + .6em);
    right: unset;
    bottom: unset;
    left: 0;

    width: fit-content !important;
    height: min-content !important;
    overflow: unset !important;
}

.sign__block > #signature_div input[type="button"] {
    margin: 0 !important;
    transform: none;
    position: static !important;
    backdrop-filter: blur(1px);
    border-radius: 4px;
    padding-block: 5px;
    padding-inline: calc(12px + 26px) 12px;
    border: none;
    min-width: 166px;
    width: auto !important;
    height: 40px;
    line-height: 31px;
    box-shadow: 0 0 0 1px hsl(0 0% 30% / 50%), 0 1px 4px -1px hsl(36 60% 25% / 50%);
    background-color: rgb(155 155 155 / 20%);
    color: #000;
    background-image: url('data:image/svg+xml,<svg width="800px" height="800px" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="48" height="48" fill="white" fill-opacity="0.01"/><path d="M11.2721 36.7279C14.5294 39.9853 19.0294 42 24 42C33.9411 42 42 33.9411 42 24C42 14.0589 33.9411 6 24 6C19.0294 6 14.5294 8.01472 11.2721 11.2721C9.61407 12.9301 6 17 6 17" stroke="%23000000" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/><path d="M6 9V17H14" stroke="%23000000" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-size: 26px;
    background-position: 6px center;
    background-repeat: no-repeat;
    text-decoration: underline;
    text-decoration-thickness: from-font;

}

.sign__block > #signature_div input[type="button"]:not(:active) {
    transition: 250ms;
}

@media (hover: hover) {
    .sign__block > #signature_div input[type="button"] {
        cursor: pointer;
        background-color: rgb(255 255 255 / 60%);
    }

    .sign__block > #signature_div input[type="button"]:not(:hover) {
        filter: contrast(.8);
        color: #000;
        text-decoration-style: dashed;
    }

    .sign__block > #signature_div input[type="button"]:hover {
        box-shadow: 0 0 0 1px #ec6436, 2px 4px 8px 0 hsl(36 50% 25% / 50%);
        background-color: #ec6436;
    }
}

.sign__block > #signature_div input[type="button"]:active {
    transform: translateY(1px);
}

.sign__date,
.sign__desc {
    margin-bottom: 30px;
}

/**
 * signature end *
 **/






.authorithation {
    width: 100%;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    display: block;
    max-height: 0;
    z-index: 0;
    opacity: 0;
    visibility: hidden;
}

.calendly-inline-widget {
    width: 100%;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    display: block;
    max-height: 0;
    z-index: 0;
    opacity: 0;
    visibility: hidden;
}

.open {
    max-height: 5000px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 0;
    opacity: 1;
    visibility: visible;
}

.authorithation__inner {
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
}
.vip-authorithation__inner {
    padding: 30px 0 0;
}
.authorithation__register {
    background-color:  #f0eeee;
    padding: 30px 20px 20px;
    margin-bottom: 25px;
    border-radius: 15px;
}

.form__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.form__items-col:nth-child(2) {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    width: 1px;
    background-color: #b4b4b4;
    margin: 0 20px;
}

.form__items-col:not(:nth-child(2))  {
    width: 50%;
}

.login__item,
.form__items-row {
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.login__item > label,
.form__items-row > label {
    text-align: right;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-width: 132px;
    margin-right: 5px;
}

.login__item > label {
    min-width: 55px;
}


.login__item {
    width: 70%;
    margin: 20px auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.login__item:nth-child(2) {
    margin-bottom: 15px;
}

.form__items-row:not(:nth-child(1)) {
    margin-top: 20px;
}
.form__div {
    width: 100%;
    font-size: 12px;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
}

.login__item input,
.form__items input {
    border: 1px solid #b4b4b4;
    height: 35px;
    border-radius: 4px;
    padding: 0 7px;
    width: 100%;

}

.form__items-row label::after {
    content: "*";
    color: #e32;
}

.form__items:nth-child(2) {
    width: 50%;
    margin: 20px auto;
}

.form__items select {
    border: 1px solid #b4b4b4;
    height: 35px;
    background-color: #fff;
    width: 100%;
    border-radius: 4px;
    padding: 0 7px;
}

.form__btn {
    max-width: 270px;
}

.form__btn-text1 {
    font-size: 30px;
    display: block;
    text-transform: capitalize;
}

.form__btn-text1 {
    font-size: 24px;
    display: block;
}

.authorithation__login {
    position: relative;
    max-width: 700px;
    margin: 25px auto 0;
    background-color:  #f0eeee;
    padding: 20px 20px 70px;
    border-radius: 15px;
}

.form__btn_blue {
    background-color: #1727C2;
}

.form__btn_blue:hover {
    background-color: #031195;
    cursor: pointer;
    border: 9px solid #7D89FF;
}

.login__link {
    position: absolute;
    font-size: 24px;
    text-decoration: underline;
    display: block;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.form-message {
    position: absolute;
    font-size: 12px;
    color: #e32;
    display: block;
    /*bottom: -15px;*/
    width: 100%;
    padding-top: 3px;
    top: 100%;
}




.buy-all {
    width: 100%;
    background-color: #f0eeee;
}
.buy-all__inner {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 45px 20px 0 20px;
}

.heading_small {
    color: #ffffff;
    text-transform: none;
    font-size: 32px;
}



.buy-all__offers, .offers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 40px 0;
}

.offers__item {
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.offers__name {
    font-size: 20px;
    line-height: 1.3;
    color: #2a2a2a;
    text-align: center;
    padding-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.offers__name:first-child {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.offers__link {
    display: block;
}

.offers__thumb {
    display: block;
    -webkit-box-shadow: 5px -5px 12px rgba(0,0,0,0.22);
    box-shadow: 5px -5px 12px rgba(0,0,0,0.22);
}

.offers__thumb > svg {
    position: absolute;
    max-width: 35px;
    max-height: 35px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0;
}

.offers__thumb:hover svg {
    opacity: 1;
    z-index: 1;
}

.offers__thumb:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ff581f;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.offers__thumb:hover:before {
    opacity: 0.3;
}
.container__inner {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 20px;
}
.sign-up {
    padding: 0px 50px 30px;
    position: relative;
}

.sign-up__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 20px 0;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sign-up__btn {
    padding: 25px 0;
}

.sign-up__thumb {
    max-width: 337px;
    max-height: 436px;
    width: 30%;
}
.sign-up__quotes {
    width: 70%;
    padding: 40px 80px 20px;
    font-size: 20px;
    color: #595959;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: justify;
    margin: 0;
}

.sign-up__quote-1 {
    position: relative;
    font-weight: 200;
}

.sign-up__quote-1 > span {
    margin-left: 40px;
}

.sign-up__quote-2 {
    position: relative;
    font-weight: 700;
    margin-top: 35px;
}

.sign-up__author {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    color: #0052a4;
    margin-top: 35px;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.sign-up__quote-1:before {
    content: "\201c";
    font-size: 68px;
    color: #0052a4;
    position: absolute;
    top: -20px;
}

.sign-up__quote-2:after {
    /*content: "\201e";*/
    font-weight: 400;
    font-size: 68px;
    color: #0052a4;
    position: absolute;
    bottom: -20px;
}

.sign-up__polygon {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.sign-up__video-container {
    width: 100%;
    background-color: #f0eeee;
    padding: 40px 0;

}

.sign-up__video {
    max-width: 930px;
    max-height: 490px;
    margin: 0px auto;
    padding: 50px 130px;
}

.sign-up__video > img {
    border: 8px solid #df2825;
    cursor: pointer;
}

.step {
    width: 100%;
    background-color: #0669b2;
    margin-bottom: 25px;
}

.heading_step-big {
    color: white;
    font-size: 46px;
    padding: 50px 20px;
}

.heading_step-sm {
    color: white;
    font-size: 44px;
    padding: 20px 20px 50px;
    text-transform: none;
}

.step__btn {
    position: relative;
    bottom: -34px;
    margin: -34px auto 0;
}

.heading_vip {
    font-size: 42px;
    font-weight: 400;
    text-transform: none;
}

.vip__content {
    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;
    padding: 50px 20px 100px;
}

.vip__thumb {
    max-width: 550px;
    max-height: 260px;
    width: 35%
}

.vip__list {
    line-height: 1;
    padding-left: 20px;
    max-width: 100%;
}

.vip__list > .vip__list {
    padding-left: 24px;
}

.vip__list > .vip__list .vip__item::before {
    border-radius: 0;
    background-color: #0669b2;
    border-color: #0669b2;
}

.vip__list_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.vip__list_row > .vip__item:not(:last-child) {
    margin: 10px 25px 0 0;
}

.vip__item {
    position: relative;
    font-size: 20px;
    line-height: 1.2;
    color: #0b0b0b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.vip__item:not(:first-of-type) {
    margin-top: 10px;
}

.vip__item::before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 2px solid #ff6408;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 15px;
}
.simplify {
    width: 100%;
    background-color: #f0eeee;
}

.heading_md-orange {
    font-size: 35px;
    line-height: 1.35;
    color: #ff6408;
    font-weight: bold;
    text-transform: uppercase;
}

.offers__name-simpl {
    padding: 20px 0 0;
}

.heading_smaller {
    color: #0669b2;
    font-size: 27px;
    text-transform: none;
    padding-top: 40px;
}

.heading_smaller + .heading_smaller {
    padding: 15px 40px 0;
    font-weight: bolder;
}

.smart__inner {
    max-width: 1500px;
    position: relative;
}

.heading_md-blue {
    font-size: 35px;
    line-height: 1.35;
    font-weight: bold;
}

.smart__cards {
    padding: 40px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    cursor: pointer;
}

.smart__card {
    width: 16%;
    font-size: 21px;
    line-height: 1.37;
    text-align: center;
    background: #d1f0ff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.smart__card:hover {
    background-color: white;
    -webkit-box-shadow: 5px 5px 0 rgb(0, 82, 164);
    box-shadow: 5px 5px 0 rgb(0, 82, 164);
}

.smart__opportunities {
    color: #fff;
    background: #0052a4;
    padding: 20px 5px;
    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;
    min-height: 56px;
}

.smart__opportunities::before {
    content: '';
    min-height: inherit;
    font-size: 0;
}

.smart__content {
    color: #0052a4;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.smart__thumb {
    height: 186px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding: 10px 34px;
}

.smart__num {
    font-size: 28px;
    position: absolute;
    left: 17px;
    top: 50%;
    -webkit-transform: translateY(calc(-186px / 2 + 100%));
    -ms-transform: translateY(calc(-186px / 2 + 100%));
    transform: translateY(calc(-186px / 2 + 100%));
}

.smart__desc {
    padding: 0 20px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bolder;
    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;
    margin-bottom: 35px;
    min-height: 48px;
}

.smart__link {
    display: block;
    color: #0052a4;
    font-size: 14px;
    margin: auto 30px 35px;
    background-color: #A2D7EA;
    padding: 10px;
    text-transform: capitalize;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
}

.smart__link:hover {
    background-color: #0052a4;
    color: #fff;
}

.sign-free {
    background-color: #f0eeee;
}

.sign-free__inner {
    padding: 40px 80px;
}

.heading_md-blue-cap {
    text-transform: initial;
}


.get-free-btn_sign-free {
    margin: 25px auto 10px;
}

.get-free-btn__text2_sign-free {
    font-size: 12px;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
}

.get-free-btn__text2_sign-free::before {
    content: '\2605';
    color: #e87921;
    position: relative;
    top: -5px;
    left: -5px;
}

.authorithation__menu,
.sign-free__menu {
    max-width: 300px;
    width: 300px;
    max-height: 44px;
    height: 44px;
    margin: 40px auto;
    font-size: 20px;
    line-height: 2.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 22px;
    background-color: #ffffff;
    border: 2px solid #b4b4b4;
    text-transform: uppercase;
    position: relative;
}

.authorithation__menu {
    margin: 40px auto 20px;
}



.authorithation__item,
.sign-free__item {
    color: #aaa9a9;
    width: 50%;
    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;
    z-index: 1;
    cursor: pointer;
}
.authorithation__menu > input:checked + .authorithation__item,
.sign-free__menu > input:checked + .sign-free__item {
    color: #fff;
    cursor: auto;
}
.vip-authorithation__switch,
.authorithation__switch,
.sign-free__switch {
    position: absolute;
    color: #fff;
    width: 50%;
    height: 100%;
    border-radius: 19px;
    background-image: -o-linear-gradient(176deg, #234961 0%, #2b719d 100%);
    background-image: linear-gradient(-86deg, #234961 0%, #2b719d 100%);
    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;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    top: 0;
    left: 0;
}
.vip-authorithation__input,
.authorithation__input,
.sign-free__input {
    visibility: hidden;
    display: none;
}
.vip-authorithation__switch,
.authorithation__switch {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.access {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.access__content {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    width: 44%;
    margin: 0 15px;
    border: none;
    outline: none;
    text-align: center;
}

.access__content:first-of-type {
    background-color: #2b719d;
}

.access > .access__content:nth-child(2) {
    background-color: #234961;
}

.access__name {
    font-size: 22px;
    padding: 25px 10px;
    text-transform: uppercase;
    max-width: 100%;
}

.access__price {
    font-size: 81px;
    padding: 8px 10px;
    max-width: 100%;
}

.access__price > span:first-child {
    font-size: 35px;
    vertical-align: super;
}

.access__privilege {
    font-size: 15px;
    font-style: italic;
    padding: 25px 10px;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.access__privilege span {
    display: block;
}

.access__privilege span:not(:last-child) {
    margin-bottom: 5px;
}

.access__content-black {
    font-size: 16px;
    line-height: 2.5;
    color: #101010;
    background-color: white;
    z-index: 1;
    margin-bottom: 20px;
}

.access .access__content:nth-child(3) {
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.access__service {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0 5px;
}

.access__service:not(:last-of-type) {
    border-bottom: 1px solid #cccccc;
;
}

.access__service > span {
    color: #e87921;
}

.access__service_members {
    color: #347ca9;
}

.full-vip {
    padding: 40px 100px;
}

.heading_full-vip {
    font-size: 44px;
    font-weight: bold;
    text-transform: initial;
    color: #0669b2;
}

.full-vip__btn {
    padding: 18px 5px 80px;
}

.full-vip__doctors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 40px;
}

.full-vip__doctor {
    width: 49%;
    background: #d0e5f6;
    min-height: 252px;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.full-vip__photo {
    width: 35%;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.full-vip__main {
    margin-left: 10px;
    background: #fff;
    padding: 10px;
    font-size: 14px;
    border-radius: 4px;
}

.full-vip__text {
    margin-bottom: 10px;
}

.full-vip__author {
    color: #294b8c;
    margin-bottom: 10px;
    font-weight: bolder;
}



.popup-close {
    position: absolute;
    right: 18px;
    top: 25px;
    cursor: pointer;
}

.popup-close_img {
    position: absolute;
    right: -15px;
    top: -50px;
    cursor: pointer;
    pointer-events: auto;
    -webkit-filter: drop-shadow(1px 0px 0px #ff581f);
    filter: drop-shadow(1px 0px 0px #ff581f);
}
.popup-close_img svg path {
    fill: #ff581f
}

.popup-close_img path, .popup-close_video path {
    fill: white;
}
.popup-fade-img, .popup-fade {
    cursor: pointer;
}
.popup {
    position: fixed;
    background: #fff;
    padding: 50px 30px 50px 45px;
    line-height: 1.6;
    top: 50%;
    left: 50%;
    max-height: 600px;
    height: 90%;
    color: #333;
    font-size: 14px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    border-radius: 20px;
    z-index: 9;
    overflow: hidden;
    max-width: 600px;
    width: 90%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.popup__content {
    overflow: auto;
    height: 100%;
    padding-right: 15px;

    scrollbar-width: thin;
    scrollbar-color: #ff581f #f5f5f5;

}
.popup__content::-webkit-scrollbar {
    width: 6px;
}

/* Track */
.popup__content::-webkit-scrollbar-track {
    background: #f5f5f5;
    border: 2px solid transparent;
    background-clip: content-box; /* THIS IS IMPORTANT */
}

/* Handle */
.popup__content::-webkit-scrollbar-thumb {
    background: #ff581f;
    border: 1px solid #ff581f;
}

.popup__title {
    margin-bottom: 30px;
    text-align: center;
    font-size: 20px;
}

.popup__text p {
    margin-bottom: 10px;
}

.popup__title-second {
    margin: 20px 0 10px;
}

.popup-img {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 80%;
    max-width: 600px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
    pointer-events: none;
}

.image__size {
    -o-object-fit: contain;
    object-fit: contain;
    display: inline-block;
    width: auto;
    pointer-events: auto;
}

.popup-img.open {
    opacity: 1;
    z-index: 10005;
    visibility: visible;
}


.popup-video {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 80%;
    max-width: 1000px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.popup-video__inner {
    position: relative;
    height: 0;
    padding-bottom: calc(100% / (16/9));
}

.popup-video__inner > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.popup-video.open {
    opacity: 1;
    visibility: visible;
    z-index: 10005;
}
.popup-close_video {
    position: absolute;
    right: -10px;
    top: -25px;
    cursor: pointer;
}

.popup.open {
    opacity: 1;
    visibility: visible;
    z-index: 10006;
}

.popup-fade {
    z-index: 8;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}
.popup-fade.open {
    opacity: 1;
    visibility: visible;
}

.form-error {
    color: red;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    border: 1px solid red;
    word-break: break-all;
    min-height: 31px;
    line-height: 31px;
    margin: 10px 0;
    padding: 0 10px;
    border-radius: 4px;
    background: rgba(255, 0, 0, .2);
    font-family: OpenSansBold, sans-serif;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
}

.authorithation input[type='text'],
.vip-authorithation input[type='text'],
.authorithation input[type='email'],
.vip-authorithation input[type='email'],
.authorithation input[type='password'],
.vip-authorithation input[type='password'],
.authorithation input[type='tel'],
.vip-authorithation input[type='tel'],
.authorithation textarea {
    font-size: 12px !important;
}

.ElementsApp .InputElement {
    font-size: 14px !important;
}

@media (max-width: 1239px) {
    .heading_text-2 {
        font-size: 30px;
    }
    .smart__cards {
        margin: 0 auto;
        max-width: 850px;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .smart__card {
        width: 27%;
        margin: 0 20px 20px;
    }

    .item-text-2 {
        padding-right: 0;
    }
    .reg-form {
        width: 100%;
    }
}


@media (max-width: 1023px) {
    .heading {
        font-size: 32px;
    }

    .heading_text-2 {
        font-size: 24px;
    }

    .header__item:not(.heading) {
        max-width: 18%;
    }
    /*.header__item:last-child {*/
    /*    margin: 30px auto 0;*/
    /*    width: 100%;*/
    /*}*/
    /*.header__item:first-child {*/
    /*    align-self: center;*/
    /*}*/

    .capabilities__section-2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 75%;
        margin: 0 auto;
    }
    .section-2__items {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 0 20px;
        width: 100%;
    }
    .section-2-items__item {
        width: 75%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .section-2__img {
        width: 25%;
        padding: 10px 0;
    }
    .heading {
        font-size: 32px;
    }
    .sign-up__quotes {
        padding: 20px;
    }
    .vip__list_row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .vip__content {
        padding: 50px 20px 50px;
    }
    .full-vip {
        padding: 40px;
    }

    .full-vip__doctor {
        width: 100%;
    }
    .full-vip__photo {
        width: 25%;
    }
    .footer__flex {
        padding: 30px 40px;
    }
    .footer__flex-bottom {
        padding: 30px 40px;
    }
    .footer__auth {
        font-size: 12px;
    }

}

@media (max-width: 767px) {
    .heading {
        font-size: 20px;
    }

    .heading_main {
        font-size: 26px;
    }

    .heading_text-2 {
        font-size: 22px;
    }

    .heading_main {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
    }

    .header__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .header__item:not(.heading) {
        max-width: 150px;
        width: 40%;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .header__item:first-child {
        max-width: 200px;

    }
    /*.header__item:first-child {*/
    /*    display: none;*/
    /*}*/
    /*.logo-1 {*/
    /*    max-width: 150px;*/
    /*}*/
    /*.header__item:nth-child(2) {*/
    /*    order: 1;*/
    /*}*/

    /*.header__item:last-child > span {*/
    /*    display: none;*/
    /*}*/
    /*.header__item:last-child {*/
    /*    width: auto;*/
    /*    margin: 0;*/
    /*    font-size: 14px;*/
    /*    align-self: center;*/
    /*}*/
    /*.heading {*/
    /*    font-size: 20px;*/
    /*}*/
    .capabilities__section-1 {
        font-size: 16px;
    }
    .capabilities__section-2 {
        max-width: 90%;
    }
    .item-text-2 {
        margin-top: 10px;
    }

    .item-text-1 {
        font-size: 18px;
    }

    .get-free-btn__text1 {
        font-size: 18px;
    }

    .section-3__heading {
        font-size: 18px;
    }

    .section-3__heading {
        position: relative;
        text-align: center;
        padding: 30px 20px;
        font-size: 16px;
    }
    .section-3__heading:after {
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        margin: 0;
        width: 15px;
    }
    .section-3__heading:before {
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        margin: 0;
        width: 15px;
    }
    .buy-all__offers, .offers {
        padding: 10px 0 40px;
    }

    .offers__name {
        font-size: 16px;
    }
    .sign-up__quotes {
        padding: 20px;
        font-size: 14px;
    }
    .sign-up__author {
        font-size: 20px;
    }

    .heading_step-big {
        font-size: 30px;
        padding: 40px 20px 10px;
    }
    .heading_step-sm {
        font-size: 28px;
        padding: 20px;
    }
    .heading_vip {
        padding-top: 40px;
        font-size: 28px;
    }
    .vip__content {
        padding: 35px 0px 50px;
    }
    .vip__thumb {
        width: 30%;
    }
    .vip__item {
        font-size: 15px;
    }
    .vip__item::before {
        width: 12px;
        height: 12px;
        margin-right: 8px;
    }
    .vip__list_row > .vip__item:not(:last-child) {
        margin: 10px 15px 0 0;
    }
    .container__inner {
        padding: 30px 15px;
    }
    .heading_smaller {
        font-size: 20px;
        padding-top: 20px;
    }


    .smart__card {
        font-size: 16px;
        margin: 0 10px 20px;
    }
    .smart__opportunities {
        padding: 20px 5px;
        min-height: 42px;
    }
    .smart__thumb {
        height: 150px;
    }
    .smart__num {
        font-size: 22px;
        -webkit-transform: translateY(calc(-150px / 2 + 100%));
        -ms-transform: translateY(calc(-150px / 2 + 100%));
        transform: translateY(calc(-150px / 2 + 100%));
    }

    .smart__img > svg {
        width: 75px;
        height: 75px;
    }

    .smart__desc {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .authorithation__menu,
    .sign-free__menu {
        margin: 20px auto 40px;
        font-size: 16px;
    }

    .authorithation__menu {
        margin: 20px auto
    }
    .access__name {
        font-size: 18px;
    }
    .access__price > span:first-child {
        font-size: 27px;
    }
    .access__price {
        font-size: 72px;
    }
    .access__privilege {
        font-size: 13px;
    }
    .access__content-black {
        font-size: 13px;
    }
    .heading_full-vip {
        font-size: 28px;
    }
    .full-vip__btn {
        padding-bottom: 50px;
    }
    .full-vip__doctor {
        min-height: 225px;
    }
    .full-vip__photo {
        width: 25%;
    }
    .full-vip__main {
        font-size: 12px;
    }


    .footer__col {
        font-size: 12px;
    }
    .footer__inf {
        font-size: 12px;
    }
    .footer__flex-bottom {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .footer__inf:not(:last-child) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .footer__inf {
        padding-bottom: 5px;
    }
    .form__btn-text1 {
        font-size: 18px;
    }

    .vip-authorithation__btn {
        width: 140px;
        height: 48px;
    }

    .login__item input, .form__items input {
        height: 30px;
    }

    .form__items:nth-child(2) select {
        height: 30px;
    }

    .login__item,
    .form__items-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 25px;
        width: 100%;
    }

    .login__item > label, .form__items-row > label {
        -ms-flex-item-align: start;
        align-self: flex-start;
        margin-bottom: 3px;
        min-width: unset;
    }

    .login__link {
        font-size: 16px;
        bottom: 25px;
    }

    .login__item:nth-child(2) {
        margin-bottom: 25px;
    }

    .form__items-col:nth-child(2) {
        display: none;
    }

    .form__items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .login-form {
        max-width: 80%;
        width: 80%;
    }

    .form__items-col:not(:nth-child(2)) {
        width: 100%;
    }

    .form__items-row:not(:nth-child(1)) {
        margin-top: 0;
    }

    .form__items:nth-child(2) {
        width: 100%;
        margin: 0px auto 20px;
    }

    .authorithation__login {
        padding: 20px 20px 50px;
    }

    .vip-authorithation__title {
        font-size: 20px;
    }

    .vip-authorithation__sign-title {
        font-size: 18px;
        text-align: center;
    }

    .vip-authorithation__list {
        font-size: 14px;
        padding: 0 5px;
    }

    .auth-inf {
        font-size: 14px;
    }

    .sign {
        font-size: 14px;
    }

    .login-form__item, .reg-form__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .reg-form__item_space {
        margin-bottom: 0;
    }

    .reg-form__item-div, .login-form__item label, .reg-form__item label {
        /*align-self: center;*/
        top: 0px;
        margin-bottom: 5px;
        min-width: unset;
        margin-right: 0;
        text-align: center;
    }

    .login-form__item > label, .vip-reg-forms > .reg-form:nth-child(1) .reg-form__item > label {
        min-width: unset;
    }

    .vip-reg-forms > .reg-form:nth-child(3) .reg-form__item label {
        min-width: unset
    }

    .reg-form__row {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 25px;
    }
}

@media (max-width: 575px) {
    .capabilities__section-1 {
        width: 90%;
    }
    .capabilities__section-2 {
        max-width: 100%;
    }
    .section-2__items {
        padding: 0;
    }
    .item-svg > svg {
        width: 60px;
        height: 60px;
    }

    .item-text-1 {
        font-size: 16px;
    }

    .offers__name {
        font-size: 14px;
    }
    .sign-up__quotes {
        padding-left: 10px;
    }
    .sign-up__quote-1:before {
        font-size: 62px;
    }
    .sign-up__quote-2:after {
        font-size: 62px;
    }

    .sign-up__video {
        padding: 50px;
    }
    .heading_step-big {
        font-size: 26px;
    }
    .heading_step-sm {
        font-size: 24px;
    }
    .vip__content {
        padding: 20px 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .vip__thumb {
        width: 50%;
        padding-bottom: 20px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }


    .heading_md-blue {
        margin-top: 10px;
    }
    .heading_smaller {
        padding-top: 5px;
    }
    .smart__card {
        width: 40%;
    }
    .smart__opportunities {
        padding: 15px 5px;
    }
    .smart__thumb {
        height: 100px;
    }
    .smart__num {
        font-size: 20px;
        -webkit-transform: translateY(calc(-100px / 2 + 100%));
        -ms-transform: translateY(calc(-100px / 2 + 100%));
        transform: translateY(calc(-100px / 2 + 100%));
        left: 30px;
    }
    .smart__img > svg {
        width: 60px;
        height: 60px;
    }
    .smart__link {
        margin: auto 35px 20px;
    }
    .smart__desc {
        margin-bottom: 10px;
    }
    .authorithation__menu,
    .sign-free__menu {
        max-width: 280px;
        width: 280px;
        max-height: 36px;
        height: 36px;
        font-size: 14px;
        border-radius: 18px;
    }
    .authorithation__switch,
    .sign-free__switch {
        height: 100%;
        border-radius: 15px;
    }
    .access__name {
        padding-bottom: 10px;
    }
    .access__content {
        width: 43%;
    }
    .access__privilege {
        padding-top: 10px;
    }
    .access__content-black {
        line-height: 1.7;
    }

    .full-vip__doctor {
        min-height: 290px;
    }
    .full-vip__photo {
        width: 40%;
    }
    .footer__flex-bottom {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .footer__inf {
        padding-bottom: 5px;
    }
    .footer__inf:not(:last-child) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}
@media (max-width: 479px) {
    .container__inner {
        padding: 20px 5px;
    }

    .header__inner {
        padding: 30px 5px;
    }
    .header__item:nth-child(3) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .heading_main {
        padding-top: 10px;
    }
    .logo-2 {
        max-width: 100px
    }
    .heading_text-2 {
        font-size: 18px;
    }

    .capabilities__section-1 {
        width: 100%;
        font-size: 14px;
    }
    .section-2__items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .full-vip,
    .section-2__items:not(:first-child) {
        padding-top: 15px;
    }
    .section-2-items__item {
        width: 100%;
    }
    .section-2__img {
        width: 75%;
    }
    .section-3 {
        padding: 0 5px;
    }
    .item-text-2 {
        font-size: 12px;
        margin-top: 10px;
    }
    .item-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .section-3__heading {
        font-size: 14px;
    }
    .section-3__heading:after {
        height: 5px;
    }
    .section-3__heading:before {
        height: 5px;
    }
    .sign-up__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .sign-up__author {
        font-size: 18px;
    }
    .sign-up__thumb {
        width: 50%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-bottom: 10px;
    }
    .sign-up__quotes {
        padding: 5px;
        width: 100%;
    }

    .sign-up__video-container {
        padding: 20px 0;
    }

    .sign-up__video {
        padding: 20px;
    }

    .heading_step-sm {
        font-size: 18px;
    }
    .heading_step-big {
        font-size: 20px;
        padding: 30px 5px 5px;
    }

    .smart__card {
        width: 46%;
        margin: 0 5px 20px;
    }
    .smart__desc {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .smart__thumb {
        height: 90px;
    }
    .smart__num {
        -webkit-transform: translateY(calc(-90px / 2 + 100%));
        -ms-transform: translateY(calc(-90px / 2 + 100%));
        transform: translateY(calc(-90px / 2 + 100%));
        left: 15px;
    }

    .access__content {
        width: 47%;
        margin: 0px 5px;
    }
    .access__price {
        font-size: 50px;
    }
    .access__price > span:first-child {
        font-size: 23px;
    }
    .access__privilege {
        font-size: 12px;
    }
    .access__content-black {
        font-size: 12px;
    }
    .access__name {
        font-size: 16px;
    }
    .heading {
        font-size: 18px;
    }
    .heading_vip {
        font-size: 22px;
    }
    .heading_full-vip {
        font-size: 22px;
    }
    .full-vip__main {
        font-size: 10px;
    }
    .full-vip__doctor {
        min-height: 190px;
    }
    .footer__col {
        font-size: 9px;
    }
    .footer__inf {
        font-size: 10px;
    }

    .footer__auth {
        font-size: 10px;
    }
}



@media (max-width: 374px) {

    .item-text-1 {
        font-size: 15px;
    }

    .heading {
        font-size: 16px;
    }

    .heading_smaller {
        font-size: 14px;
    }
    .capabilities__section-1 {
        font-size: 12px;
    }
    .smart__card {
        width: 75%;
    }
    .smart__cards {
        padding: 25px 15px;
    }
    .smart__desc {
        padding: 0 15px;
    }
    .access__content {
        width: 100%
    }
    .access > .access__content:nth-child(2) {
        -webkit-box-ordinal-group:3;
        -ms-flex-order:2;
        order:2;
        margin-top: 10px;
    }
    .access > .access__content:nth-child(3) {
        -webkit-box-ordinal-group:2;
        -ms-flex-order:1;
        order:1;
    }
    .access > .access__content:nth-child(4) {
        -webkit-box-ordinal-group:4;
        -ms-flex-order:3;
        order:3;
    }

    .access__content:first-child > .access__name {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .full-vip__doctor:last-child > .full-vip__photo:first-child {
        background-size: contain !important;
    }
    .footer__col {
        width: 25%;
    }
    .footer__img {
        width: 16%;
    }
    .footer__inf {
        font-size: 9px;
    }
    .footer__auth {
        font-size: 9px;
    }

}

@-webkit-keyframes bgGradient {
    0% {
        background-position:0% 50%
    }
    50% {
        background-position:100% 50%
    }
    100% {
        background-position:0% 50%
    }
}

@keyframes bgGradient {
    0% {
        background-position:0% 50%
    }
    50% {
        background-position:100% 50%
    }
    100% {
        background-position:0% 50%
    }
}

.soc img {
    width: auto;
}

@media screen and (max-width: 639px) {
    .container__inner.tt.footer__flex {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .container__inner.tt.footer__flex .footer__col {
        width: calc(50% - 20px);
        margin: 10px;
    }
}
@media screen and (max-width: 374px) {
    .container__inner.tt.footer__flex {
        width: 100%;
    }
    .container__inner.tt.footer__flex .footer__col {
        width: calc(40% - 20px);
    }
}






.z-aao-row {
    position: relative;
    border-top: 1px solid #b8b8b8;
    padding: 30px 40px;
    background-color: #f5f5f5;
    display: -ms-grid;
    display: grid;
    grid-gap: 20px 41px;
    -ms-grid-columns: 300px 41px 1fr;
    grid-template-columns:300px 1fr;
    grid-template-areas:'thumb body'
}
@media screen and (min-width: 1156px) {
    .z-aao-row {
        margin-left: -20px;
        margin-right: -22px
    }
}
@media screen and (max-width: 1155px) {
    .z-aao-row {
        -ms-grid-columns: 100%;
        grid-template-columns:100%;
        -ms-grid-rows: auto 20px auto;
        grid-template-areas:'thumb' 'body';
        padding-left: 20px;
        padding-right: 20px
    }
}
.z-aao-row__thumb {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: thumb
}
.z-aao-row__img {
    mix-blend-mode: multiply;
    display: block;
    max-width: 100%
}
@media screen and (max-width: 1155px) {
    .z-aao-row__img {
        max-width: 250px
    }
}
.z-aao-row__body {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: body;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center
}
@media screen and (max-width: 1155px) {
    .z-aao-row__thumb {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }

    .z-aao-row__body {
        -ms-grid-row: 3;
        -ms-grid-column: 1
    }
}
@media screen and (min-width: 1156px) {
    .z-aao-row__body::before {
        content: '';
        width: 1px;
        height: 100%;
        background-color: #b8b8b8;
        position: absolute;
        top: 50%;
        right: calc(100% + 20px);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}
.z-aao-row__editor {
    max-width: 100%;
    line-height: 1.5;
    font-size: 14px;
    color: #818181
}
@media (min-width: 1156px) {
    .z-aao-row__editor {
        font-size: calc(14px + 2 * (100vw - 1156px) / 719)
    }
}
@media (min-width: 1875px) {
    .z-aao-row__editor {
        font-size: 16px
    }
}














