
/*.yellow-button {
    transition: all 0.3s ease;
    display: inline-block;
    border: none;
    outline: none;
    font-size: 16px;
    color: #000;
    padding: 8px 22px 8px 20px;
    font-weight: 500;
    border-radius: 50px;
    line-height: 21px;
    background-color: #ffea33;
}

@media (min-width: 768px) {
    .yellow-button:hover {
        color: #000;
        transform: scale(1.1);
    }
}

.yellow-button.btn-sm {
    font-size: 14px;
    padding: 4px 14px 4px 14px;
}

.yellow-link-big {
    display: inline-block;
    border-radius: 40px;
    background-color: #ffea33;
    color: #000;
    padding: 10px 50px 12px 50px;
    outline: none;
    font-weight: bold;
    font-size: 27px;
    border: none;
    transition: all 0.3s ease;
}

@media (max-width: 767px) {
    .yellow-link-big {
        padding-right: 35px;
        padding-left: 35px;
        font-size: 18px;
    }
}

.yellow-link-big:hover {
    box-shadow: 0 0 30px #ffea33;
    color: #000;
}

.white-big-btn {
    background-color: #fff;
    transition: all 0.3s ease;
    display: inline-block;
    color: #000000;
    font-weight: bold;
    font-size: 23px;
    padding: 0 25px 0 28px;
    border-radius: 40px;
    outline: none;
    cursor: pointer;
}

.white-big-btn:hover {
    color: #000;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}

.white-big-btn span {
    display: block;
    padding: 14px 40px 14px 0;
    background: url(../images/bg-yellow-big-btn.png) no-repeat 100% 50%;
    background-size: 23px auto;
}

.big-btn {
    background: none;
    transition: all 0.3s ease;
    display: inline-block;
    color: #000000;
    font-weight: 500;
    font-size: 23px;
    padding: 0 25px 0 28px;
    border-radius: 40px;
    outline: none;
    cursor: pointer;
}

.big-btn:hover {
    color: #000;
    transform: scale(1.1);
}

.big-btn span {
    display: block;
    padding: 14px 40px 14px 0;
    background: url(../images/bg-yellow-big-btn.png) no-repeat 100% 50%;
    background-size: 23px auto;
}

.consult-big-btn {
    background-color: #fff;
    transition: all 0.3s ease;
    display: inline-block;
    color: #000000;
    font-weight: 500;
    font-size: 23px;
    padding: 0 25px 0 28px;
    border-radius: 40px;
    outline: none;
    cursor: pointer;
}

.consult-big-btn:hover {
    color: #000;
    background-color: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.consult-big-btn span {
    display: block;
    padding: 13px 40px 14px 0;
    background: url(../images/btn-icon-consult.png) no-repeat 100% 50%;
    background-size: 24px auto;
}

.g_attachment-btn {
    display: inline-block;
    position: relative;
    border: none;
    background: none;
    color: #000;
    font-weight: bold;
    font-size: 14px;
    outline: none;
}

.g_attachment-btn:hover:before {
    border-color: #666;
}

.g_attachment-btn:before {
    content: "";
    display: block;
    clear: both;
    border-radius: 50%;
    border: 1px solid #ccc;
    width: 56px;
    height: 56px;
    background: url(../images/msg-upload.png) no-repeat 50% 50%;
    background-size: 22px auto;
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    transition: 0.3s;
}

.g_attachment-btn span {
    display: inline-block;
    vertical-align: top;
    padding-top: 18px;
}

.pop-block {
    display: none;
    z-index: 100;
}

.global-close-btn {
    position: absolute;
    right: 50px;
    top: 50px;
    width: 20px;
    height: 20px;
    background: none;
    outline: none;
    border: none;
}

@media (max-width: 767px) {
    .global-close-btn {
        top: 40px;
        right: 30px;
    }
}

.global-close-btn:before, .global-close-btn:after {
    content: "";
    display: block;
    clear: both;
    height: 2px;
    background-color: #fff;
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    width: 135%;
    top: 0;
    margin-top: 8px;
    margin-left: -3px;
    transition: all 0.3s ease;
}

.global-close-btn:after {
    transform: rotate(-45deg);
}

@keyframes downPulse {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes downPulse2 {
    0% {
        transform: translateY(0) rotate(45deg);
    }
    50% {
        transform: translateY(5px) rotate(45deg);
    }
    100% {
        transform: translateY(0) rotate(45deg);
    }
}

@keyframes rotation {
    100% {
        transform: rotate(360deg);
    }
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.filial-link {
    border: 2px solid #ECECEC;
    background: none;
    padding: 0 23px 0 26px;
    border-radius: 30px;
    color: #000;
    font-size: 17px;
    font-weight: bold;
    outline: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.filial-link:hover {
    border-color: #ccc;
    color: #000;
}

.filial-link span {
    display: block;
    padding: 14px 30px 13px 0;
    background: url(../images/form-filial.png) no-repeat 100% 50%;
    background-size: 18px auto;
}

.white-button {
    display: inline-block;
    border: 1px solid #D0D4D9;
    padding: 7px 22px 7px 20px;
    color: #000;
    font-weight: bold;
    font-size: 18px;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.white-button:hover {
    color: #000;
    border-color: #000;
}

.bordered-btn-submit {
    border: 1px solid #BEC3C9;
    display: inline-block;
    background: none;
    transition: all 0.3s ease;
    font-size: 22px;
    color: #949aa3;
    font-size: 22px;
    padding: 10px 35px 11px 35px;
    border-radius: 40px;
}

.bordered-btn-submit:hover {
    background-color: #fff;
    border-color: #000;
}

.global-arrow {
    border: 1px solid #ffea33;
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 50%;
    padding-left: 4px;
    position: relative;
    transition: 0.3s;
    text-align: center;
}

.global-arrow.size-xl {
    width: 40px;
    height: 40px;
    border-width: 2px;
}

.global-arrow.size-xl:before {
    height: 2px;
    right: 7px;
}

.global-arrow.size-xl span {
    border-width: 0 2px 2px 0;
    padding: 8px;
    margin-top: 9px;
}

.global-arrow:hover {
    transform: scale(1.2);
}

.global-arrow:before {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    right: 5px;
    height: 1px;
    background: #ffea33;
    width: 70%;
    margin-top: -1px;
    top: 50%;
}

.global-arrow span {
    display: inline-block;
    vertical-align: middle;
    margin-top: 7px;
    border: solid #ffea33;
    border-width: 0 1px 1px 0;
    padding: 6px;
    margin-left: -2px;
    transform: rotate(-45deg);
}

.global-arrow.green-arrow {
    border-color: #13BD28;
}

.global-arrow.green-arrow:before {
    background: #13BD28;
}

.global-arrow.green-arrow span {
    border-color: #13BD28;
}

header {
    width: 100%;
    z-index: 46;
    position: absolute;
    top: 0;
    left: 0;
    padding: 45px 0 30px;
}

header:after {
    content: "";
    display: block;
    clear: both;
}

header.index-header {
    position: fixed;
    transition: padding 0.3s ease;
}

@media (min-width: 768px) {
    header.index-header.head-black {
        padding-top: 25px;
        padding-bottom: 15px;
    }
}

@media (max-width: 767px) {
    header {
        position: fixed;
        padding: 0;
        background: #fff;
        box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
    }
    header .container {
        padding: 0;
    }
}

header:before {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    height: 0;
    transition: all 0.5s ease;
    z-index: 3;
}

header .container {
    position: relative;
    z-index: 4;
}

header .close-menu {
    display: none;
}

@media (min-width: 768px) {
    header .close-menu {
        display: block;
        position: fixed;
        left: 0;
        width: 100%;
        top: 0;
        height: 100%;
        z-index: 1;
        background: rgba(0, 0, 0, 0.6);
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s ease;
        border: none;
        outline: none;
    }
}

header .close-menu:hover {
    background: rgba(0, 0, 0, 0.2);
}

header .header-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

@media (max-width: 767px) {
    header .header-flex {
        height: 60px;
        position: relative;
        padding-left: 15px;
    }
}

header .logo-box {
    transition: all 0.3s ease;
    padding-right: 2%;
}

@media (max-width: 767px) {
    header .logo-box {
        padding: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    header .logo-box {
        padding-right: 20px;
    }
}

header .logo-box .logo {
    display: block;
    transition: all 0.3s ease;
    position: relative;
    color: #fff;
    width: 165px;
}

header .logo-box .logo .black-logo {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.3s ease;
    margin-top: 0;
}

header .logo-box .logo img {
    margin-top: -15px;
    margin-left: -10px;
    display: none;
}

@media (min-width: 768px) {
    header .logo-box .logo img {
        display: block;
    }
}

header .logo-box .logo .logo-xs {
    display: none;
}

@media (max-width: 767px) {
    header .logo-box .logo .logo-xs {
        display: block;
        width: 140px;
        margin-top: -2px;
        margin-left: 0;
    }
}

header .menu-btn-box {
    border-right: 1px solid rgba(198, 200, 207, 0.4);
    width: 130px;
}

@media (min-width: 768px) and (max-width: 991px) {
    header .menu-btn-box {
        order: 3;
        border: none;
        width: 46px;
        height: 46px;
    }
}

@media (max-width: 767px) {
    header .menu-btn-box {
        width: auto;
        border: none;
        order: 3;
    }
}

header .menu-btn-box .menu-btn {
    z-index: 100;
    margin: 0;
    padding: 0;
    width: 46px;
    height: 46px;
    font-size: 0;
    cursor: pointer;
    outline: none;
    box-shadow: none;
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    position: relative;
    transition: all 0.3s ease;
}

@media (max-width: 767px) {
    header .menu-btn-box .menu-btn {
        border: none;
        position: absolute;
        right: 0;
        height: 100%;
        top: 0;
        width: 65px;
        border-left: 1px solid #E4E4E4 !important;
        border-radius: 0;
    }
}

header .menu-btn-box .menu-btn:hover {
    border-color: #fff;
}

header .menu-btn-box .menu-btn em {
    position: absolute;
    left: 100%;
    margin-left: 15px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    display: block;
    font-style: normal;
    top: 50%;
    margin-top: -7px;
}

@media (min-width: 768px) and (max-width: 991px) {
    header .menu-btn-box .menu-btn em {
        display: none;
    }
}

@media (max-width: 767px) {
    header .menu-btn-box .menu-btn em {
        display: none;
    }
}

header .menu-btn-box .menu-btn span {
    display: block;
    position: absolute;
    top: 21px;
    left: 13px;
    right: 13px;
    height: 2px;
    background: #ffea33;
    transition: 0.3s;
}

@media (max-width: 767px) {
    header .menu-btn-box .menu-btn span {
        left: 18px;
        right: 18px;
        top: 27px;
        height: 2px;
        background: #000;
    }
}

header .menu-btn-box .menu-btn span:before, header .menu-btn-box .menu-btn span:after {
    content: "";
    display: block;
    clear: both;
    transition: all 0.3s ease;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ffea33;
    box-sizing: inherit;
}

@media (max-width: 767px) {
    header .menu-btn-box .menu-btn span:before, header .menu-btn-box .menu-btn span:after {
        background: #000;
    }
}

header .menu-btn-box .menu-btn span:before {
    top: -7px;
    transition-property: top, transform;
}

@media (max-width: 767px) {
    header .menu-btn-box .menu-btn span:before {
        top: -9px;
    }
}

header .menu-btn-box .menu-btn span:after {
    bottom: -7px;
    width: 80%;
    transition-property: bottom, transform;
}

@media (max-width: 767px) {
    header .menu-btn-box .menu-btn span:after {
        bottom: -9px;
    }
}

header .menu-btn-box .menu-btn.mobile-btn-open span {
    background: transparent;
}

header .menu-btn-box .menu-btn.mobile-btn-open span:before, header .menu-btn-box .menu-btn.mobile-btn-open span:after {
    transition-delay: 0s, .3s;
}

header .menu-btn-box .menu-btn.mobile-btn-open span:before {
    top: 0;
    transform: rotate(45deg);
}

header .menu-btn-box .menu-btn.mobile-btn-open span:after {
    bottom: 0;
    transform: rotate(-45deg);
}

header .menu-btn-box {
    transition: all 0.3s ease;
}

header .head-top {
    padding-left: 3%;
    flex: 1;
    transition: all 0.3s ease;
}

header .navigation-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 767px) {
    header nav {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    header nav {
        width: 100%;
    }
}

header .site-type {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

header .site-type .link-wrap {
    display: table-cell;
    padding-right: 35px;
    text-align: left;
}

@media (min-width: 768px) and (max-width: 991px) {
    header .site-type .link-wrap {
        padding-right: 20px;
    }
}

@media (min-width: 990px) and (max-width: 1110px) {
    header .site-type .link-wrap {
        flex: 0;
    }
}

@media (min-width: 768px) and (max-width: 850px) {
    header .site-type .link-wrap {
        flex: 0;
    }
}

header .site-type .link-wrap:last-child {
    padding-right: 0;
}

@media (max-width: 767px) {
    header .site-type .link-wrap {
        padding-right: 20px;
    }
}

header .site-type a {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
    transition: all 0.3s ease;
    font-size: 15px;
    line-height: 16px;
    position: relative;
    display: inline-block;
}

header .site-type a:after {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: 5px;
    background-color: #ffea33;
    opacity: 0;
}

header .site-type a:hover {
    color: #fff;
}

header .site-type a.active {
    font-weight: 500;
    color: #fff;
}

header .site-type a.active:after {
    opacity: 1;
}

header .main-nav {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

header .main-nav li {
    border-left: 1px solid rgba(110, 110, 119, 0.4);
}

header .main-nav li:first-child {
    border: none;
}

header .main-nav li:first-child a {
    padding-left: 0;
}

header .main-nav li a {
    color: #fff;
    font-weight: 500;
    padding: 2px 23px;
    transition: all 0.3s ease;
}

header .main-nav li a:hover {
    color: #ffea33;
}

header .header-right {
    padding-left: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 450px;
}

@media (min-width: 1400px) {
    header .header-right {
        width: 500px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    header .header-right {
        width: 390px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    header .header-right {
        width: auto;
        padding-right: 15px;
    }
}

@media (max-width: 767px) {
    header .header-right {
        width: 100%;
        padding-left: 0;
    }
}

header .header-right .lang-box {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 100%;
    justify-content: center;
    padding-right: 20px;
    position: relative;
    z-index: 4;
}

@media (min-width: 992px) and (max-width: 1199px) {
    header .header-right .lang-box {
        padding-right: 10px;
    }
}

@media (max-width: 767px) {
    header .header-right .lang-box {
        display: none;
    }
}

header .header-right .lang-box .dropdown-backdrop {
    display: none;
}

header .header-right .lang-box .current-lang {
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: normal;
    padding: 0 25px 0 0;
    position: relative;
    white-space: nowrap;
}

header .header-right .lang-box .current-lang:before {
    content: "";
    display: block;
    clear: both;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    display: inline-block;
    right: 3px;
    margin-top: -6px;
    padding: 3px;
    position: absolute;
    top: 50%;
    transition: all 0.5s ease;
    transform: rotate(45deg);
}

header .header-right .lang-box .current-lang img {
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.4);
    padding: 4px;
    display: inline-block;
    vertical-align: middle;
}

header .header-right .lang-box .current-lang span {
    padding-left: 8px;
    display: inline-block;
    vertical-align: middle;
}

@media (min-width: 992px) and (max-width: 1199px) {
    header .header-right .lang-box .current-lang span {
        display: none;
    }
}

header .header-right .lang-box .current-lang:hover img {
    border-color: #fff;
}

header .header-right .lang-box .current-lang img {
    border-radius: 50%;
}

header .header-right .lang-box.open .langs-drop {
    display: block;
}

header .header-right .lang-box.open .current-lang img {
    border-color: rgba(255, 255, 255, 0.8);
}

header .header-right .lang-box.open .current-lang:after {
    border-color: #fff;
}

header .header-right .langs-drop {
    background: rgba(0, 0, 0, 0.8);
    border-radius: 22px;
    box-shadow: 0 0 93px rgba(63, 86, 130, 0.1);
    display: none;
    margin-top: 10px;
    padding: 18px 17px 20px 22px;
    position: absolute;
    left: -22px;
    text-align: left;
    top: 100%;
    width: 140px;
}

header .header-right .langs-drop .langs-list a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 0 3px 0 0;
    color: #fff;
    font-size: 13px;
    font-weight: normal;
}

header .header-right .langs-drop .langs-list a:hover img {
    border-color: rgba(255, 255, 255, 0.6);
}

header .header-right .langs-drop .langs-list a img {
    border-radius: 50%;
    border: 1px solid rgba(139, 136, 136, 0.4);
    padding: 5px;
    transition: 0.3s;
    margin-right: 10px;
}

header .header-right .langs-drop .langs-list a span {
    display: block;
    text-align: center;
    padding: 15px 0;
}

@media (min-width: 768px) {
    header .header-right .login-box {
        position: relative;
    }
}

header .header-right .login-box.open .login-drop {
    display: block;
}

header .header-right .login-box.open .login-link {
    border-color: transparent !important;
    background-color: #ffea33;
    color: #000;
}

header .header-right .login-box.open .login-link img {
    filter: invert(100%) grayscale(100%);
}

header .header-right .login-box .dropdown-backdrop {
    display: none;
}

header .header-right .login-drop {
    position: absolute;
    right: 0;
    top: 100%;
    margin-top: 20px;
    padding: 18px 20px 25px 20px;
    border-radius: 15px;
    text-align: left;
    background: rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 93px rgba(63, 86, 130, 0.2);
    display: none;
    width: 300px;
}

@media (max-width: 767px) {
    header .header-right .login-drop {
        right: 10px;
    }
}

header .header-right .login-drop .langs-label {
    display: block;
    text-align: left;
    border-bottom: 1px solid rgba(88, 89, 90, 0.4);
    margin-bottom: 15px;
    padding-bottom: 15px;
}

header .header-right .login-drop .login-type {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 8px 20px;
    position: relative;
}

header .header-right .login-drop .login-type:hover span {
    color: #ffea33;
}

header .header-right .login-drop .login-type:last-child {
    padding-bottom: 10px;
}

header .header-right .login-drop .login-type .icon {
    min-width: 38px;
    margin-top: -2px;
}

header .header-right .login-drop .login-type span {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    transition: all 0.3s ease;
}

header .header-right .become-client-link {
    height: 21px;
    padding-right: 32px;
    color: #ffea33;
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

@media (min-width: 768px) and (max-width: 991px) {
    header .header-right .become-client-link {
        display: none;
    }
}

@media (max-width: 767px) {
    header .header-right .become-client-link {
        display: none;
    }
}

header .header-right .become-client-link img {
    width: 20px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.3s ease;
}

header .header-right .become-client-link:hover {
    color: #fff;
}

header .header-right .become-client-link:hover img {
    filter: grayscale(100%);
}

header .header-right .login-link {
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 50px;
    padding-right: 18px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    transition: all 0.3s ease;
    display: block;
    white-space: nowrap;
}

@media (min-width: 768px) and (max-width: 991px) {
    header .header-right .login-link {
        width: 46px;
        height: 46px;
        border-radius: 50%;
        text-indent: -9999px;
        padding: 0;
        margin-left: 30px;
        background: url(../images/become-client-btn.png) no-repeat 49% 40%;
        background-size: 23px auto;
    }
}

@media (max-width: 767px) {
    header .header-right .login-link {
        position: absolute;
        right: 65px;
        width: 65px;
        top: 0;
        height: 100%;
        background: url(../images/login-btn-black.png) no-repeat 49% 40%;
        background-size: 25px auto;
        border: none;
        border-left: 1px solid #E4E4E4;
        padding: 0;
        border-radius: 0;
    }
}

header .header-right .login-link:hover {
    border-color: #fff;
}

header .header-right .login-link span {
    padding: 12px 8px 12px 25px;
    display: inline-block;
}

@media (min-width: 768px) and (max-width: 991px) {
    header .header-right .login-link span {
        display: none;
    }
}

@media (max-width: 767px) {
    header .header-right .login-link span {
        display: none;
    }
}

header .header-right .login-link img {
    display: inline-block;
    width: 24px;
}

@media (max-width: 767px) {
    header .header-right .login-link img {
        display: none;
    }
}

header.head-black,
header.header-menu-opened,
header.header-white {
    background-color: #F5F5F6;
    border-color: #DADADA;
    transition: all 0.5s ease;
}

header.head-black .container,
header.header-menu-opened .container,
header.header-white .container {
    position: relative;
}

header.head-black .logo-box .logo,
header.header-menu-opened .logo-box .logo,
header.header-white .logo-box .logo {
    color: #000;
}

header.head-black .logo-box .logo .black-logo,
header.header-menu-opened .logo-box .logo .black-logo,
header.header-white .logo-box .logo .black-logo {
    opacity: 1;
}

header.head-black .menu-btn-box .menu-btn,
header.header-menu-opened .menu-btn-box .menu-btn,
header.header-white .menu-btn-box .menu-btn {
    border-color: rgba(0, 0, 0, 0.5);
}

header.head-black .menu-btn-box .menu-btn span,
header.header-menu-opened .menu-btn-box .menu-btn span,
header.header-white .menu-btn-box .menu-btn span {
    background-color: #000;
}

header.head-black .menu-btn-box .menu-btn span:before,
header.header-menu-opened .menu-btn-box .menu-btn span:before,
header.header-white .menu-btn-box .menu-btn span:before {
    background-color: #000;
}

header.head-black .menu-btn-box .menu-btn span:after,
header.header-menu-opened .menu-btn-box .menu-btn span:after,
header.header-white .menu-btn-box .menu-btn span:after {
    background-color: #000;
}

header.head-black .menu-btn-box .menu-btn em,
header.header-menu-opened .menu-btn-box .menu-btn em,
header.header-white .menu-btn-box .menu-btn em {
    color: #000;
}

header.head-black .site-type a,
header.header-menu-opened .site-type a,
header.header-white .site-type a {
    color: #7c7c7c;
}

header.head-black .site-type a:hover,
header.header-menu-opened .site-type a:hover,
header.header-white .site-type a:hover {
    color: #ead204;
}

header.head-black .site-type a.active,
header.header-menu-opened .site-type a.active,
header.header-white .site-type a.active {
    color: #000;
}

header.head-black .header-right .lang-box .current-lang,
header.header-menu-opened .header-right .lang-box .current-lang,
header.header-white .header-right .lang-box .current-lang {
    color: #000;
}

header.head-black .header-right .lang-box .current-lang:before,
header.header-menu-opened .header-right .lang-box .current-lang:before,
header.header-white .header-right .lang-box .current-lang:before {
    border-color: #000;
}

header.head-black .header-right .lang-box .current-lang img,
header.header-menu-opened .header-right .lang-box .current-lang img,
header.header-white .header-right .lang-box .current-lang img {
    border-color: #ccc;
}

header.head-black .header-right .lang-box .current-lang:after,
header.header-menu-opened .header-right .lang-box .current-lang:after,
header.header-white .header-right .lang-box .current-lang:after {
    border-color: #ccc;
}

@media (min-width: 768px) {
    header.head-black .header-right .lang-box.open .current-lang img,
    header.header-menu-opened .header-right .lang-box.open .current-lang img,
    header.header-white .header-right .lang-box.open .current-lang img {
        border-color: rgba(0, 0, 0, 0.5);
    }
    header.head-black .header-right .lang-box.open .current-lang:after,
    header.header-menu-opened .header-right .lang-box.open .current-lang:after,
    header.header-white .header-right .lang-box.open .current-lang:after {
        border-color: rgba(0, 0, 0, 0.6);
    }
}

header.head-black .header-right .become-client-link,
header.header-menu-opened .header-right .become-client-link,
header.header-white .header-right .become-client-link {
    color: #000;
}

header.head-black .header-right .become-client-link img,
header.header-menu-opened .header-right .become-client-link img,
header.header-white .header-right .become-client-link img {
    filter: grayscale(1) invert(1);
}

header.head-black .header-right .become-client-link:hover,
header.header-menu-opened .header-right .become-client-link:hover,
header.header-white .header-right .become-client-link:hover {
    color: #ead204;
}

header.head-black .header-right .login-link,
header.header-menu-opened .header-right .login-link,
header.header-white .header-right .login-link {
    border-color: #ccc;
    color: #666;
}

header.head-black .header-right .login-link img,
header.header-menu-opened .header-right .login-link img,
header.header-white .header-right .login-link img {
    filter: invert(100%) grayscale(100%);
}

@media (min-width: 768px) and (max-width: 991px) {
    header.head-black .header-right .login-link,
    header.header-menu-opened .header-right .login-link,
    header.header-white .header-right .login-link {
        filter: invert(100%) grayscale(100%);
    }
}

@media (min-width: 992px) {
    header.head-black .header-right .login-link span,
    header.header-menu-opened .header-right .login-link span,
    header.header-white .header-right .login-link span {
        transition: background 0.3s ease;
    }
    header.head-black .header-right .login-link:hover,
    header.header-menu-opened .header-right .login-link:hover,
    header.header-white .header-right .login-link:hover {
        filter: none;
        color: #000;
        border-color: #000;
    }
}

@media (max-width: 767px) {
    header.head-black .header-right .login-link,
    header.header-menu-opened .header-right .login-link,
    header.header-white .header-right .login-link {
        filter: none;
    }
}

header.head-black:before,
header.header-white:before {
    height: 100%;
    background-color: #fff;
}

header.head-black .menu-btn em,
header.header-white .menu-btn em {
    transition: all 0.3s ease;
}

header.head-black .menu-btn:hover span,
header.header-white .menu-btn:hover span {
    background-color: #000;
}

header.head-black .menu-btn:hover span:before, header.head-black .menu-btn:hover span:after,
header.header-white .menu-btn:hover span:before,
header.header-white .menu-btn:hover span:after {
    background-color: #000 !important;
}

header.head-black .menu-btn:hover em,
header.header-white .menu-btn:hover em {
    color: #ffea33;
}

header.header-white {
    padding: 0;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}

header.header-white .logo-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
}

@media (max-width: 767px) {
    header.header-white .logo-box {
        padding: 0;
        display: block;
    }
}

header.header-white .logo-box .logo .logo-white {
    margin-top: 0;
    opacity: 0;
}

header.header-white .menu-btn-box {
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

@media (min-width: 768px) and (max-width: 991px) {
    header.header-white .menu-btn-box {
        width: 100px;
    }
}

header.header-white .head-top {
    position: relative;
    border-left: 1px solid rgba(198, 200, 207, 0.4);
    padding: 35px 0 35px 3%;
}

@media (max-width: 767px) {
    header.header-white .head-top {
        border: none;
        padding: 0 0 0 3%;
    }
}

@media (max-width: 767px) {
    header.header-white .header-right .login-link {
        filter: invert(100%) grayscale(100%);
    }
}

header.header-white .site-type {
    padding-top: 0;
}

header.header-white .site-type a {
    color: #7c7c7c;
}

header.header-white .site-type a:hover {
    color: #000;
}

header.header-white .site-type a.active {
    color: #000;
    position: relative;
}

header.header-white .site-type a.active:after {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    margin-top: 8px;
    top: 100%;
}

@media (max-width: 767px) {
    header.header-white .site-type a.active:after {
        margin-top: 5px;
        position: static;
    }
}

header.header-menu-opened {
    background: none;
    border-color: transparent;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}

header.header-menu-opened.head-black {
    transition: none;
    border-color: #DADADA;
}

header.header-menu-opened:before {
    height: 100%;
}

header.header-menu-opened .close-menu {
    opacity: 1;
    visibility: visible;
}

header.header-menu-opened .container {
    position: relative;
}

@media (max-width: 767px) {
    header.header-menu-opened .header-menu-box {
        background-color: #F9F9F9;
    }
}

header.header-menu-opened .header-menu-box:before {
    opacity: 1;
}

@media (max-width: 767px) {
    header.header-menu-opened .header-menu-box:before {
        opacity: 0;
    }
}

header.header-menu-opened .header-menu-box .navi {
    opacity: 1;
}

header.header-menu-opened .menu-btn {
    background-color: #ffea33;
    border-color: transparent !important;
}

@media (max-width: 767px) {
    header.header-menu-opened .menu-btn {
        border-color: #E4E4E4 !important;
        background-color: transparent;
    }
    header.header-menu-opened .menu-btn span {
        background: none !important;
    }
    header.header-menu-opened .menu-btn span:before, header.header-menu-opened .menu-btn span:after {
        transition-delay: 0s, .3s;
    }
}

header.header-menu-opened .menu-btn span {
    background: none !important;
}

header.header-menu-opened .menu-btn span:before, header.header-menu-opened .menu-btn span:after {
    background-color: #000 !important;
    transition-delay: 0s, .3s;
}

header.header-menu-opened .menu-btn span:before {
    top: 0;
    transform: rotate(45deg);
}

header.header-menu-opened .menu-btn span:after {
    bottom: 0;
    transform: rotate(-45deg);
    width: 100%;
}

header.header-menu-opened .menu-btn em {
    color: #000 !important;
}

@media (max-width: 767px) {
    header.header-menu-opened .header-flex {
        z-index: 30;
        box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    }
}

.header-menu-box {
    padding-top: 60px;
    width: 100%;
    display: none;
    position: relative;
    z-index: 3;
}

@media (max-width: 767px) {
    .header-menu-box {
        padding-top: 20px;
        padding-bottom: 20px;
        height: 100vh;
        overflow-x: hidden;
        overflow-y: auto;
    }
    .header-menu-box .container {
        padding: 0 20px;
        height: 100%;
    }
}

.header-menu-box:before {
    content: "";
    display: block;
    clear: both;
    left: 0%;
    top: 30px;
    position: absolute;
    width: 100%;
    opacity: 0;
    height: 1px;
    transition: all 1s ease 0.5s;
    background-color: #E8E8E8;
}

.header-menu-box .navi {
    margin-bottom: 0;
    opacity: 0;
    transition: all .5s ease;
}

@media (max-width: 767px) {
    .header-menu-box .navi {
        padding: 0 0 10px;
    }
}

.header-menu-box .site-type {
    text-align: center;
    margin-bottom: 30px;
    border-bottom: 1px solid #D9D9D9;
}

@media (max-width: 767px) {
    .header-menu-box .site-type {
        margin-bottom: 10px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: flex-start;
    }
}

.header-menu-box .site-type a {
    margin-bottom: -2px;
    width: 50%;
    text-align: center;
    margin-right: 0;
    text-transform: none;
    font-size: 18px;
    color: #8a8a8a !important;
}

@media (max-width: 767px) {
    .header-menu-box .site-type a {
        font-size: 15px;
        font-weight: 500;
        padding: 0 0 12px;
        width: auto;
        position: relative;
    }
    .header-menu-box .site-type a:after {
        position: absolute;
        left: 0;
        bottom: 0px;
    }
}

.header-menu-box .site-type a.active {
    color: #000 !important;
}

@media (max-width: 767px) {
    .header-menu-box .site-type a.active {
        font-weight: 500;
    }
    .header-menu-box .site-type a.active:after {
        height: 3px;
    }
}

.header-menu-box .phone-box {
    text-align: left;
    padding: 0 10px;
}

.header-menu-box .phone-box .title-box {
    display: block;
    color: #898989;
    font-weight: 500;
    font-size: 16px;
    padding-bottom: 3px;
}

.header-menu-box .phone-box .phone {
    display: block;
    font-weight: 500;
    color: #000;
    font-size: 24px;
}

.header-menu-box .lang-box {
    position: relative;
    z-index: 4;
    padding-bottom: 15px;
}

.header-menu-box .lang-box .dropdown-backdrop {
    display: none;
}

.header-menu-box .lang-box .current-lang {
    display: block;
    position: relative;
    background: #F1F3F4;
    border-radius: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 6px 60px 6px 13px;
}

.header-menu-box .lang-box .current-lang span {
    padding-left: 15px;
    font-size: 16px;
    display: block;
    color: #000;
}

.header-menu-box .lang-box .current-lang img {
    border-radius: 50%;
    border: 1px solid #D1D3D5;
    display: block;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    padding: 5px;
    transition: all 0.3s ease;
}

.header-menu-box .lang-box .current-lang:after {
    content: "";
    display: block;
    clear: both;
    display: inline-block;
    border: solid #A1A1A1;
    border-width: 0 2px 2px 0;
    padding: 5px;
    transform: rotate(45deg);
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -10px;
}

@media (min-width: 768px) {
    .header-menu-box .lang-box .current-lang:hover img {
        border-color: rgba(255, 255, 255, 0.8);
    }
    .header-menu-box .lang-box .current-lang:hover:after {
        border-color: #fff;
    }
}

.header-menu-box .lang-box.open .langs-drop {
    display: block;
}

@media (min-width: 768px) {
    .header-menu-box .lang-box.open .current-lang img {
        border-color: rgba(255, 255, 255, 0.8);
    }
    .header-menu-box .lang-box.open .current-lang:after {
        border-color: #fff;
    }
}

.header-menu-box .langs-drop {
    position: absolute;
    left: -13px;
    bottom: 100%;
    margin-bottom: 10px;
    padding: 10px 20px 10px 20px;
    width: 180px;
    border-radius: 15px;
    text-align: left;
    background: #fff;
    box-shadow: 0 0 93px rgba(63, 86, 130, 0.2);
    display: none;
}

.header-menu-box .langs-list li {
    border-bottom: 1px solid #E9E9E9;
}

.header-menu-box .langs-list li:last-child {
    border: none;
}

.header-menu-box .langs-list a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 3px 10px 6px;
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: normal;
}

.header-menu-box .langs-list a:hover img {
    background: #ffea33;
}

.header-menu-box .langs-list a img {
    border-radius: 50%;
    border: 1px solid #BEBEBE;
    padding: 4px;
    width: 34px;
    transition: 0.3s;
}

.header-menu-box .langs-list a span {
    display: block;
    padding-left: 10px;
}

@media (max-width: 767px) {
    .index-sect-1 {
        position: relative;
        max-height: 100vh;
        min-height: 400px !important;
    }
}

.index-sect-1 .top-index-slider-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #2e2e2e;
}

.index-sect-1 .top-index-slider-wrap .ls-bar-timer {
    border: none;
    background: #ffea33;
    opacity: 1;
}

.index-sect-1 .top-index-slider-wrap .ls-playvideo {
    display: none !important;
}

.index-sect-1 .top-index-slider-wrap .btn-slider-prev,
.index-sect-1 .top-index-slider-wrap .btn-slider-next {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    left: 0;
    z-index: 40;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    outline: none;
    cursor: url(../images/arrow-left.svg), pointer;
}

@media (max-width: 767px) {
    .index-sect-1 .top-index-slider-wrap .btn-slider-prev,
    .index-sect-1 .top-index-slider-wrap .btn-slider-next {
        display: none;
    }
}

.index-sect-1 .top-index-slider-wrap .btn-slider-next {
    left: 50%;
    cursor: url(../images/arrow-right.svg), pointer;
}

.index-sect-1 .top-index-slider-wrap .slider-bullets-box {
    position: absolute;
    top: 130px;
    left: 0;
    width: 100%;
    z-index: 40;
}

@media (min-width: 992px) and (max-height: 700px) {
    .index-sect-1 .top-index-slider-wrap .slider-bullets-box {
        top: 110px;
    }
}

.index-sect-1 .top-index-slider-wrap .slider-nav-list {
    display: block;
    height: auto;
    padding-left: 70px;
}

.index-sect-1 .top-index-slider-wrap .slider-nav-list li {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 0 0;
}

.index-sect-1 .top-index-slider-wrap .slider-nav-list li .dot {
    display: block;
    border-radius: 50%;
    visibility: visible;
    background: none;
    outline: none;
    width: 25px;
    height: 25px;
    border: 1px solid transparent;
    position: relative;
    padding: 0;
}

.index-sect-1 .top-index-slider-wrap .slider-nav-list li .dot:hover:before {
    background: #fff;
}

.index-sect-1 .top-index-slider-wrap .slider-nav-list li .dot:before {
    content: "";
    display: block;
    clear: both;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: 7px;
    right: 7px;
    bottom: 7px;
    background-color: rgba(255, 255, 255, 0.71);
    transform: scale(0.6);
    transition: all 0.3s ease;
}

.index-sect-1 .top-index-slider-wrap .slider-nav-list li.active .dot {
    border-color: #ffea33;
}

.index-sect-1 .top-index-slider-wrap .slider-nav-list li.active .dot:before {
    transform: scale(1);
    background-color: #ffea33;
}

.index-sect-1 .sect-bottom-box {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    z-index: 40;
    overflow: hidden;
}

.index-sect-1 .feats-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding-left: 36px;
    user-select: none;
}

@media (min-width: 768px) and (max-width: 991px) {
    .index-sect-1 .feats-flex {
        padding-left: 0;
    }
}

.index-sect-1 .feats-flex .feats-list {
    padding: 10px 0 2vh 0;
    width: 100%;
    margin-bottom: 3vh;
}

@media (max-height: 700px) and (min-width: 768px) {
    .index-sect-1 .feats-flex .feats-list {
        margin-bottom: 10px;
    }
}

.index-sect-1 .feats-flex .feats-list .flickity-button {
    display: none;
}

.index-sect-1 .feats-flex .feats-list .flickity-page-dots {
    top: 100%;
    bottom: auto;
    text-align: left;
    padding-left: 35px;
}

.index-sect-1 .feats-flex .feats-list .flickity-page-dots .dot {
    margin: 0 16px 0 0;
    border-radius: 0;
    width: 2px;
    background-color: #4E4E55;
}

.index-sect-1 .feats-flex .feats-list .flickity-page-dots .is-selected {
    background-color: #ffea33;
}

@media (min-width: 768px) and (max-width: 991px) {
    .index-sect-1 .feats-flex .feats-list {
        border: none;
        margin-left: -3%;
        width: 103%;
    }
}

@media (min-width: 768px) {
    .index-sect-1 .feats-flex .feats-list._mod-no-carousel {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: stretch;
    }
}

.index-sect-1 .feats-flex .feats-list .feat-item {
    position: relative;
    padding-left: 35px;
    width: 25%;
}

@media (min-width: 768px) {
    .index-sect-1 .feats-flex .feats-list .feat-item .icon {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-end;
        margin-bottom: 10px;
        width: 45px;
        height: 45px;
    }
}

@media (max-width: 767px) {
    .index-sect-1 .feats-flex .feats-list .feat-item .icon {
        margin-bottom: 15px;
    }
}

.index-sect-1 .feats-flex .feats-list .feat-item .icon img {
    backface-visibility: hidden;
    max-height: 100%;
    width: 100%;
}

.index-sect-1 .feats-flex .feats-list .feat-item .feat-title {
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    display: block;
    padding-bottom: 10px;
    white-space: nowrap;
}

@media (min-width: 768px) and (max-width: 991px) {
    .index-sect-1 .feats-flex .feats-list .feat-item .feat-title {
        white-space: normal;
    }
}

.index-sect-1 .feats-flex .feats-list .feat-item span {
    display: block;
    color: #cfd7df;
    font-size: 13px;
}

.top-index-slider {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.top-index-slider .ls-inner {
    z-index: auto;
}

.top-index-slider .ls-layers:before {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30%;
    z-index: 15;
}

.top-index-slider .ls-layers:after {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 13;
    height: 30%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.top-index-slider .rombs-over {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 12;
    background: url(../images/top-index-slider-layer-arrows.png) no-repeat 100% 50%;
    background-size: 100% auto;
}

.top-index-slider .rombs-over-dark {
    background: url(../images/rombs-over-dark.png) no-repeat 100% 50%;
    background-size: 100% auto;
}

.top-index-slider .dark-over {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    background-color: rgba(0, 0, 23, 0.4);
}

.top-index-slider .dark-over.dark-over-lighten {
    opacity: 0;
}

.top-index-slider .dark-over._mod-black {
    background-color: rgba(0, 0, 0, 0.28);
}

.top-index-slider .title {
    z-index: 15;
    user-select: none;
}

.top-index-slider .title .container {
    padding-bottom: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
}

.top-index-slider .title .title-text {
    color: #fff;
    font-weight: 300;
    margin: 0;
    font-size: 6vw;
    line-height: 5vw;
    padding-bottom: 20px;
}

@media (min-width: 1550px) {
    .top-index-slider .title .title-text {
        font-size: 82px;
        line-height: 70px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .top-index-slider .title .title-text {
        font-size: 70px;
        line-height: 70px;
    }
}

@media (min-width: 768px) and (max-height: 750px) {
    .top-index-slider .title .title-text {
        font-size: 60px;
        line-height: 54px;
    }
}

@media (max-height: 700px) {
    .top-index-slider .title .title-text {
        white-space: normal;
        width: 60%;
        min-width: 650px;
    }
    .top-index-slider .title .title-text br {
        display: none !important;
    }
}

.top-index-slider .title .title-text strong {
    font-weight: 500;
}

.top-index-slider .title .title-text small {
    font-size: 20px;
    line-height: 26px;
    display: inline-block;
    vertical-align: top;
}

.top-index-slider .title .title-text i {
    font-style: normal;
    font-size: 64px;
    line-height: 64px;
    display: block;
    font-weight: normal;
    padding-bottom: 10px;
    padding-top: 5px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .top-index-slider .title .title-text i {
        font-size: 54px;
    }
}

.top-index-slider .title .title-text-new {
    color: #fff;
    font-weight: 300;
    margin: 0;
    font-size: 50px;
    line-height: 50px;
    padding-bottom: 15px;
}

@media (min-width: 768px) and (max-height: 750px) {
    .top-index-slider .title .title-text-new {
        font-size: 60px;
        line-height: 62px;
    }
}

@media (max-height: 700px) {
    .top-index-slider .title .title-text-new {
        white-space: normal;
        width: 60%;
        min-width: 650px;
    }
    .top-index-slider .title .title-text-new br {
        display: none !important;
    }
}

.top-index-slider .title .title-text-new strong {
    font-weight: 500;
}

.top-index-slider .title .title-text-new small {
    font-size: 20px;
    line-height: 26px;
    display: inline-block;
    vertical-align: top;
}

.top-index-slider .title .title-text-new i {
    font-style: normal;
    font-size: 64px;
    line-height: 64px;
    display: block;
    font-weight: normal;
    padding-bottom: 10px;
    padding-top: 5px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .top-index-slider .title .title-text-new i {
        font-size: 54px;
    }
}

.top-index-slider .title p {
    color: #fff;
    font-weight: 300;
    margin: 0 0 25px;
    font-size: 24px;
    line-height: 34px;
    padding-left: 4px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .top-index-slider .title p {
        font-size: 34px;
        line-height: 36px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .top-index-slider .title p {
        font-size: 34px;
        line-height: 35px;
    }
}

@media (min-width: 768px) and (max-height: 700px) {
    .top-index-slider .title p {
        font-size: 28px;
        line-height: 25px;
    }
}

.top-index-slider .title p i {
    font-style: normal;
    font-size: 34px;
}

.top-index-slider .subtitle {
    z-index: 14;
    padding-top: 100px;
    user-select: none;
}

.top-index-slider .subtitle .container {
    padding-left: 75px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .top-index-slider .subtitle .container {
        padding-left: 60px;
    }
}

.top-index-slider .slide-text {
    position: absolute;
    width: 400px;
    left: 50%;
    margin-left: -200px !important;
    text-align: center;
    bottom: 10%;
    top: auto;
    z-index: 3;
}

.top-index-slider .slide-text strong {
    color: #fff;
    text-transform: uppercase;
    display: block;
    font-size: 35px;
    line-height: 38px;
    padding-bottom: 18px;
}

.top-index-slider .title-new .title-text {
    font-weight: 500;
    font-size: 76px;
    line-height: 65px;
    margin-bottom: 40px;
    padding-bottom: 0;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .top-index-slider .title-new .title-text {
        font-size: 54px;
        line-height: 45px;
        margin-bottom: 20px;
    }
}

@media (min-width: 1199px) and (max-height: 750px) {
    .top-index-slider .title-new .title-text {
        font-size: 54px;
        line-height: 45px;
        margin-bottom: 20px;
    }
}

.top-index-slider .title-new p {
    font-size: 37px;
    line-height: 44px;
    margin-bottom: 30px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .top-index-slider .title-new p {
        margin-bottom: 10px;
    }
}

@media (min-width: 1199px) and (max-height: 750px) {
    .top-index-slider .title-new p {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .top-index-slider .title-new p {
        font-size: 28px;
        line-height: 34px;
    }
}

.top-index-slider .title-new .yellow-big-btn {
    line-height: 32px;
    position: relative;
    z-index: 44;
}

#ls-global .proposition-slider .layer-man img {
    max-width: 100% !important;
}

.press-center-sect {
    background-color: #F5F5F6;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

@media (max-width: 767px) {
    .press-center-sect {
        padding: 40px 10px 20px;
        position: static;
        display: block;
    }
}

.press-center-sect .more-btn-wrap {
    padding-left: 30px;
}

@media (min-width: 1200px) {
    .press-center-sect .more-btn-wrap {
        padding-left: 60px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .press-center-sect .more-btn-wrap {
        padding-left: 20px;
    }
}

@media (max-width: 767px) {
    .press-center-sect .more-btn-wrap {
        padding-left: 0;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .press-center-sect .press-center-box {
        padding-bottom: 10px;
    }
}

.press-center-sect .press-center-box .sect-title {
    display: block;
    font-weight: normal;
    font-size: 60px;
    color: #000;
    padding-bottom: 40px;
}

@media (min-width: 1199px) and (max-height: 740px) {
    .press-center-sect .press-center-box .sect-title {
        font-size: 40px;
        padding-bottom: 30px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .press-center-sect .press-center-box .sect-title {
        padding-left: 30px;
        padding-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .press-center-sect .press-center-box .sect-title {
        padding: 0 0 20px;
        font-size: 40px;
        text-align: center;
    }
}

.press-center-list {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

@media (max-width: 767px) {
    .press-center-list {
        display: block;
        margin-bottom: 70px;
    }
}

.press-center-list .item {
    width: 33.3333%;
    padding-left: 60px;
    padding-bottom: 40px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .press-center-list .item {
        padding-left: 30px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .press-center-list .item {
        padding-left: 30px;
        width: 50%;
    }
}

@media (min-width: 768px) and (max-width: 991px) and (max-height: 950px) {
    .press-center-list .item {
        padding-left: 60px;
    }
}

@media (max-width: 767px) {
    .press-center-list .item {
        width: 100%;
        padding: 0;
    }
}

@media (max-width: 767px) and (orientation: landscape) {
    .press-center-list .item {
        width: 50%;
        padding: 0 10px;
    }
}

.press-center-list .item:nth-child(4) {
    display: none;
}

@media (min-width: 768px) and (max-width: 991px) {
    .press-center-list .item:nth-child(4) {
        display: block;
    }
}

@media (max-width: 767px) {
    .press-center-list .item:nth-child(4) {
        display: block;
    }
}

.press-center-list .item .item-holder {
    background-color: #fff;
    position: relative;
    overflow: hidden;
    transition: box-shadow 0.5s ease;
}

.press-center-list .item .item-holder:hover {
    box-shadow: 0 0 55px rgba(0, 0, 0, 0.1);
}

.press-center-list .item .item-holder:hover .image {
    transform: scale(1.1);
    transition: all 1.3s ease;
}

.press-center-list .item .item-holder:hover .image:after {
    opacity: 0;
}

.press-center-list .item .item-holder:after {
    content: "";
    display: block;
    clear: both;
    padding-top: 120%;
}

@media (min-width: 1400px) and (max-height: 800px) {
    .press-center-list .item .item-holder:after {
        padding-top: 90%;
    }
}

@media (min-width: 992px) and (max-height: 740px) {
    .press-center-list .item .item-holder:after {
        padding-top: 90%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .press-center-list .item .item-holder:after {
        padding-top: 90%;
    }
}

@media (min-width: 768px) and (max-width: 991px) and (max-height: 950px) {
    .press-center-list .item .item-holder:after {
        padding-top: 80%;
    }
}

@media (max-width: 767px) {
    .press-center-list .item .item-holder:after {
        padding-top: 90%;
    }
}

.press-center-list .item .abs-link:after {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    bottom: 25px;
    left: 35px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: url(../images/bg-yellow-big-btn.png) no-repeat 50% 50% #ffea33;
    background-size: 23px auto;
}

@media (min-width: 768px) and (max-width: 991px) {
    .press-center-list .item .abs-link:after {
        left: 20px;
    }
}

.press-center-list .item .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: 50% 50% !important;
    transition: all 0.5s ease;
}

.press-center-list .item .image:before {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.press-center-list .item .image:after {
    content: "";
    display: block;
    clear: both;
    transition: all 0.5s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #fff;
}

.press-center-list .item .date {
    position: absolute;
    top: 35px;
    left: 35px;
    font-weight: 500;
    color: #000;
    padding: 0 10px 6px;
    z-index: 3;
    border-bottom: 2px solid #DEDEDE;
}

@media (max-width: 767px) {
    .press-center-list .item .date {
        top: 25px;
        left: 25px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .press-center-list .item .date {
        left: 20px;
    }
}

.press-center-list .item .info {
    position: absolute;
    bottom: 65px;
    left: 45px;
    padding: 0 20px 20px 0;
    z-index: 2;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .press-center-list .item .info {
        left: 30px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .press-center-list .item .info {
        left: 20px;
        bottom: 60px;
    }
}

@media (max-width: 767px) {
    .press-center-list .item .info {
        left: 20px;
        bottom: 60px;
    }
}

.press-center-list .item .title {
    display: block;
    color: #000000;
    font-size: 31px;
    line-height: 31px;
    font-weight: 500;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .press-center-list .item .title {
        font-size: 24px;
        line-height: 28px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .press-center-list .item .title {
        font-size: 21px;
        line-height: 26px;
    }
}

@media (max-width: 767px) {
    .press-center-list .item .title {
        font-size: 24px;
        line-height: 28px;
    }
}

.press-center-list .item .title em {
    display: block;
    font-style: normal;
    font-weight: 300;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .press-center-list .item .title {
        line-height: 24px;
    }
}

@media (max-width: 767px) and (orientation: landscape) {
    .press-center-list .item .title {
        font-size: 18px;
        line-height: 22px;
    }
}

.press-center-list .actived .date {
    border-color: #D5D6D4;
    color: #fff;
}

.press-center-list .actived .title {
    color: #fff;
}

.press-center-list .actived .image:after {
    opacity: 0;
}

.press-center-list li.important .abs-link:after {
    background-color: #fff;
}

.press-center-list li.important .date {
    border-color: #FBEDBF;
}

.press-center-list li.important .item-holder {
    background-color: #ffea33;
}

.press-center-list .flickity-prev-next-button {
    top: 100%;
    transform: translateY(0);
    margin-top: 10px;
    z-index: 10;
    background: none;
    display: none;
}

.press-center-list .flickity-page-dots {
    bottom: auto;
    top: 100%;
    margin-top: 25px;
}

.press-center-list .flickity-page-dots .dot {
    width: 20px;
    height: 20px;
    background: none;
    border: 1px solid transparent;
    position: relative;
}

.press-center-list .flickity-page-dots .dot:before {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    border-radius: 50%;
    background-color: #B3B3B3;
    top: 50%;
    left: 50%;
    margin-top: -3px;
    margin-left: -3px;
    width: 6px;
    height: 6px;
}

.press-center-list .flickity-page-dots .dot:after {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    width: 8px;
    height: 8px;
    transition: all 0.3s ease;
    opacity: 0;
    z-index: 3;
    top: 50%;
    left: 50%;
    margin-top: -4px;
    margin-left: -4px;
    background-color: #ffea33;
    border-radius: 50%;
}

.press-center-list .flickity-page-dots .dot.is-selected {
    border-color: #ffea33;
}

.press-center-list .flickity-page-dots .dot.is-selected:after {
    opacity: 1;
}

.press-center-page {
    padding: 80px 0 30px;
}

@media (max-width: 767px) {
    .press-center-page {
        padding-top: 80px;
        padding-bottom: 0;
    }
}

.index-sect-1 {
    background-color: #ccc;
    z-index: 1;
}

.index-sect-3 {
    z-index: 3;
}

@media (max-width: 767px) {
    .index-sect-3 .product-promo-box {
        min-height: 600px;
    }
}

.index-sect-2 {
    z-index: 3;
    background-color: #020411;
}

@media (max-width: 767px) {
    .index-sect-2 {
        position: relative;
        z-index: 40;
    }
}

.index-sect-4 {
    background-color: #F4F4F5;
    position: relative;
    z-index: 5;
}

.index-sect-4 .press-center-sect {
    z-index: 40;
    position: absolute;
    top: 90px;
    bottom: 0;
    left: 0;
}

@media (max-width: 767px) {
    .index-sect-4 .press-center-sect {
        position: static;
    }
}

.index-sect-4 .last-sect-holder {
    position: absolute;
    top: 160px;
    bottom: 0;
    left: 0;
    width: 100%;
}

.index-sect-5 {
    background-color: #F4F4F5;
    position: relative;
    z-index: 5;
    width: 100%;
    overflow: hidden;
}

.navi {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .navi {
        justify-content: flex-start;
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .navi {
        display: block;
        padding: 0 10px;
        margin-bottom: 20px;
    }
}

.navi .nav-title {
    display: block;
    font-size: 24px;
    font-weight: normal;
    padding-bottom: 30px;
    color: #000;
    white-space: nowrap;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .navi .nav-title {
        font-size: 18px;
        padding-bottom: 25px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navi .nav-title {
        font-size: 18px;
        padding-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .navi .nav-title {
        padding: 15px 10px;
        font-size: 22px;
        font-weight: 500;
        position: relative;
    }
    .navi .nav-title:after {
        content: "";
        display: block;
        clear: both;
    }
}

.navi a.nav-title:hover {
    color: #ead204;
}

@media (max-width: 767px) {
    .navi a.nav-title:hover {
        color: #000;
    }
}

.navi .expand {
    display: none;
}

@media (max-width: 767px) {
    .navi .expand {
        display: block;
        position: absolute;
        top: 2px;
        border: none;
        right: 0px;
        width: 50px;
        height: 50px;
        padding: 0;
        background: none;
        outline: none;
    }
    .navi .expand:after {
        content: "";
        display: block;
        clear: both;
        display: inline-block;
        background: none;
        border: solid #A1A1A1;
        border-width: 0 2px 2px 0;
        padding: 5px;
        transform: rotate(45deg);
        position: absolute;
        right: 20px;
        top: 17px;
        transition: all 0.3s ease;
    }
}

.navi .expand.active:after {
    transform: rotate(-135deg);
    top: 20px;
}

.navi .nav-col {
    padding-left: 50px;
    padding-bottom: 10px;
    flex: 1;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .navi .nav-col {
        padding-left: 20px;
        max-width: 230px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navi .nav-col {
        padding-left: 20px;
        width: 33.3333%;
        flex: none;
        padding-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .navi .nav-col {
        padding: 0;
        position: relative;
        border-bottom: 1px solid #DFDFE0;
    }
    .navi .nav-col:last-child {
        border: none;
    }
}

.navi ul {
    padding-left: 5px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .navi ul {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .navi ul {
        display: none;
    }
}

.navi ul li {
    position: relative;
    padding: 0 0 12px 28px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .navi ul li {
        padding-left: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navi ul li {
        padding-left: 20px;
    }
}

@media (max-width: 767px) {
    .navi ul li {
        padding-left: 25px;
    }
}

.navi ul li:before {
    content: "";
    display: block;
    clear: both;
    width: 11px;
    height: 2px;
    background-color: #E0E0E0;
    position: absolute;
    left: 0;
    top: 5px;
}

@media (max-width: 767px) {
    .navi ul li:before {
        width: 9px;
    }
}

.navi ul li a {
    display: block;
    font-size: 14px;
    color: #6c6c6c;
}

@media (max-width: 767px) {
    .navi ul li a {
        color: #666;
        font-size: 16px;
    }
    .navi ul li a br {
        display: none !important;
    }
}

.navi ul li a:hover {
    color: #000;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .navi ul li a {
        font-size: 14px;
    }
}

footer {
    border-top: 1px solid #CCCCCD;
    padding: 50px 0 30px;
    background-color: #F5F5F6;
    position: relative;
    z-index: 5;
}

@media (max-width: 767px) {
    footer {
        border: none;
        padding-top: 30px;
    }
    footer .navi {
        margin-bottom: 10px;
    }
}

footer .footer-contacts-box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding-left: 60px;
    border-bottom: 1px solid #CCCCCD;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    footer .footer-contacts-box {
        padding-left: 30px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    footer .footer-contacts-box {
        padding-left: 0;
        display: block;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    footer .footer-contacts-box {
        padding: 0 15px;
        display: block;
        border: none;
        margin-bottom: 20px;
    }
}

footer .footer-contacts-box .phone-box {
    white-space: nowrap;
}

@media (min-width: 768px) and (max-width: 991px) {
    footer .footer-contacts-box .phone-box {
        text-align: center;
        padding-bottom: 10px;
    }
}

@media (max-width: 767px) {
    footer .footer-contacts-box .phone-box {
        white-space: normal;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        position: relative;
        padding-top: 70px;
        border-bottom: 1px solid #CCCCCD;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }
}

footer .footer-contacts-box .phone {
    position: relative;
    padding-left: 80px;
    line-height: 60px;
    font-size: 29px;
    font-weight: 500;
    color: #000;
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 767px) {
    footer .footer-contacts-box .phone {
        position: static;
        padding: 0;
    }
}

footer .footer-contacts-box .phone:before {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: url(../images/icon-phone.png) no-repeat 50% 50% #ffea33;
    background-size: 25px auto;
}

@media (max-width: 767px) {
    footer .footer-contacts-box .phone:before {
        left: 50%;
        margin-left: -30px;
    }
}

footer .footer-contacts-box .title-box {
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #000;
    padding-left: 5%;
}

@media (max-width: 767px) {
    footer .footer-contacts-box .title-box {
        order: -1;
        color: #6F6F6F;
        font-weight: normal;
        font-size: 18px;
        padding: 0;
    }
}

footer .soc-box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
}

@media (max-width: 767px) {
    footer .soc-box {
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    footer .soc-box {
        justify-content: center;
    }
}

footer .soc-box .title-box {
    position: relative;
    padding-left: 0;
    padding-right: 60px;
}

@media (max-width: 767px) {
    footer .soc-box .title-box {
        display: block;
        text-align: center;
        padding: 0 0 10px;
        font-weight: 500;
        color: #000;
    }
}

footer .soc-box .title-box:after {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    width: 28px;
    height: 2px;
    background-color: #A4A4A5;
    right: 0;
    top: 50%;
    margin-top: -1px;
}

@media (max-width: 767px) {
    footer .soc-box .title-box:after {
        display: none;
    }
}

footer .soc-box .socials {
    padding-top: 5px;
    padding-left: 15px;
}

@media (max-width: 767px) {
    footer .soc-box .socials {
        padding: 0;
        text-align: center;
    }
}

footer .soc-box .socials a {
    width: 42px;
    display: inline-block;
    margin-right: 20px;
    height: 42px;
    border-radius: 50%;
    background-color: #fff;
    transition: all 0.3s ease;
    box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.03);
    overflow: hidden;
    transition: all 0.3s ease;
}

footer .soc-box .socials a img {
    transition: all 0.5s ease;
}

footer .soc-box .socials a:hover {
    background-color: #000;
}

footer .soc-box .socials a:hover img {
    filter: invert(100%);
}

footer .footer-bottom-box {
    text-align: center;
}

@media (max-width: 767px) {
    footer .footer-bottom-box {
        padding: 0 15px;
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    footer .footer-bottom-box .bottom-left {
        order: 3;
        border-top: 1px solid #CCCCCD;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

footer .footer-bottom-box .bottom-left p {
    margin: 0;
    font-size: 13px;
    color: #666;
    padding: 0 3% 0 83px;
    text-align: left;
}

@media (min-width: 992px) and (max-width: 1199px) {
    footer .footer-bottom-box .bottom-left p {
        padding-left: 46px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    footer .footer-bottom-box .bottom-left p {
        padding-left: 35px;
    }
}

@media (max-width: 767px) {
    footer .footer-bottom-box .bottom-left p {
        padding-left: 0;
        padding-right: 0;
    }
}

footer .footer-bottom-box .bottom-left p a {
    text-decoration: underline;
    color: #000;
}

footer .footer-bottom-box .bottom-left p a:hover {
    text-decoration: none;
}

footer .footer-bottom-box .bottom-left span {
    display: inline-block;
    padding-left: 16px;
    color: #727272;
    font-size: 13px;
}

@media (max-width: 767px) {
    footer .footer-bottom-box .bottom-left span {
        font-size: 15px;
        line-height: 21px;
    }
}

footer .footer-bottom-box .bottom-right {
    border-bottom: 1px solid #CCCCCD;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    footer .footer-bottom-box .bottom-right {
        border: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }
}

@media (max-width: 767px) {
    footer .footer-bottom-box .bottom-right .bottom-nav {
        padding-left: 10px;
        text-align: left;
    }
}

footer .footer-bottom-box .bottom-right .bottom-nav li {
    display: inline-block;
    padding-right: 30px;
}

@media (max-width: 767px) {
    footer .footer-bottom-box .bottom-right .bottom-nav li {
        display: block;
        padding: 0 0 15px 25px;
        position: relative;
    }
    footer .footer-bottom-box .bottom-right .bottom-nav li:before {
        content: "";
        display: block;
        clear: both;
        width: 10px;
        height: 1px;
        background-color: #C6C6C7;
        position: absolute;
        top: 6px;
        left: 0;
    }
}

footer .footer-bottom-box .bottom-right .bottom-nav li a {
    font-weight: 500;
    color: #878787;
    font-size: 13px;
}

@media (max-width: 767px) {
    footer .footer-bottom-box .bottom-right .bottom-nav li a {
        font-size: 15px;
    }
}

footer .footer-bottom-box .bottom-right .bottom-nav li a:hover {
    color: #000;
}

.footer-sect-box {
    position: absolute;
    z-index: 40;
    top: 90px;
    bottom: 0;
    left: 0;
    width: 100%;
}

@media (max-width: 767px) {
    .footer-sect-box {
        position: relative;
        top: auto;
        bottom: auto;
    }
}

.footer-sect-box .footer-holder {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.footer-sect-box footer {
    border: none;
    padding-top: 0;
    padding-bottom: 0;
}

@media (min-height: 900px) {
    .footer-sect-box footer {
        padding-bottom: 40px;
    }
}

.become-top-sect {
    background-color: #fff;
    color: #fff;
}

.become-top-sect .global-anim-holder {
    position: relative;
    overflow: hidden;
    padding: 200px 0 110px;
}

@media (max-width: 767px) {
    .become-top-sect .global-anim-holder {
        padding: 90px 0 30px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .become-top-sect .global-anim-holder {
        padding-top: 140px;
        padding-bottom: 70px;
    }
}

.become-top-sect .sect-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover !important;
}

.become-top-sect .overlay {
    z-index: 3;
    background-color: rgba(14, 18, 28, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.become-top-sect .rombs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0.5;
    background: url(../images/become-top-rombs.png) no-repeat 0 0% fixed;
}

@media (max-width: 767px) {
    .become-top-sect .rombs {
        display: none;
    }
}

.become-top-sect .box-content {
    padding-left: 65px;
    position: relative;
    z-index: 5;
}

@media (min-width: 768px) and (max-width: 991px) {
    .become-top-sect .box-content {
        padding-left: 30px;
    }
}

@media (max-width: 767px) {
    .become-top-sect .box-content {
        padding: 0 10px;
    }
}

.become-top-sect .become-info-box {
    padding-bottom: 130px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .become-top-sect .become-info-box {
        padding-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .become-top-sect .become-info-box {
        padding-bottom: 0px;
    }
}

.become-top-sect .contacts-info-box h1 {
    font-weight: 500;
}

.become-top-sect .page-content-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid rgba(163, 154, 153, 0.33);
    margin-bottom: 0px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .become-top-sect .page-content-nav {
        align-items: flex-end;
    }
}

@media (max-width: 767px) {
    .become-top-sect .page-content-nav {
        display: none;
    }
}

.become-top-sect .page-content-nav li {
    padding-right: 3%;
}

.become-top-sect .page-content-nav li a {
    position: relative;
    padding-bottom: 15px;
    display: block;
    font-weight: 500;
    color: #fff;
    font-size: 17px;
    line-height: 24px;
    transition: all 0.3s ease;
}

@media (min-width: 768px) and (max-width: 991px) {
    .become-top-sect .page-content-nav li a {
        font-size: 15px;
        line-height: 21px;
    }
    .become-top-sect .page-content-nav li a br {
        display: none !important;
    }
}

.become-top-sect .page-content-nav li a:after {
    content: "";
    display: block;
    clear: both;
    left: 0px;
    width: 100%;
    height: 3px;
    opacity: 0;
    position: absolute;
    top: 100%;
    margin-top: -1px;
    background-color: #ffea33;
}

.become-top-sect .page-content-nav li a:hover {
    color: #ffea33;
}

.become-top-sect .page-content-nav li.active a:after {
    opacity: 1;
}

.become-top-sect ul.contacts-nav {
    float: left;
    padding-top: 40px;
}

.become-top-sect ul.contacts-nav li {
    white-space: nowrap;
    margin-right: 35px;
    padding: 0;
}

.become-top-sect ul.contacts-nav li:last-child {
    margin-right: 0;
}

.become-top-sect ul.contacts-nav li a {
    font-size: 22px;
    font-weight: 500;
    padding-left: 5px;
    padding-right: 5px;
}

.become-top-sect ul.contacts-nav li.active a {
    color: #ffea33;
}

.become-top-sect h1 {
    color: #fff;
    font-size: 85px;
    margin: 0 0 20px;
    font-weight: normal;
    line-height: 80px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .become-top-sect h1 {
        font-size: 60px;
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .become-top-sect h1 {
        font-size: 38px;
        line-height: 40px;
        margin-bottom: 10px;
    }
}

.become-top-sect .slogan {
    display: block;
    font-weight: 300;
    font-size: 50px;
    line-height: 51px;
    padding-bottom: 25px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .become-top-sect .slogan {
        font-size: 34px;
        line-height: 38px;
    }
}

@media (max-width: 767px) {
    .become-top-sect .slogan {
        font-size: 24px;
        line-height: 28px;
    }
    .become-top-sect .slogan br {
        display: none !important;
    }
}

.contact-top-sect .become-top-holder {
    padding-top: 160px;
    padding-bottom: 70px;
}

@media (max-width: 767px) {
    .contact-top-sect .become-top-holder {
        padding-top: 100px;
        padding-bottom: 30px;
    }
}

.page-nav-white {
    background-color: #fff;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.08);
    position: fixed;
    z-index: 40;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(-110px);
    transition: transform 0.5s ease;
}

.page-nav-white.active {
    transform: translateY(0);
}

@media (max-width: 767px) {
    .page-nav-white {
        padding: 10px 0 12px;
        position: relative;
        transform: translateY(0);
    }
}

.page-nav-white ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 65px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .page-nav-white ul {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .page-nav-white ul {
        padding-left: 0;
        display: block;
    }
}

.page-nav-white ul li {
    padding: 0 2%;
    flex: 1;
    border-right: 1px solid #E3E3E3;
}

@media (max-width: 767px) {
    .page-nav-white ul li {
        border: none;
        padding: 0 15px;
    }
}

.page-nav-white ul li:last-child {
    padding-right: 0;
    border: none;
}

.page-nav-white ul li:first-child {
    padding-left: 0;
}

@media (max-width: 767px) {
    .page-nav-white ul li:first-child {
        padding: 0 15px;
    }
}

.page-nav-white ul li a {
    display: block;
    padding: 18px 0 22px;
    font-size: 15px;
    color: #808080;
    line-height: 19px;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .page-nav-white ul li a br {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .page-nav-white ul li a {
        padding: 10px 0 8px;
    }
    .page-nav-white ul li a br {
        display: none !important;
    }
}

.page-nav-white ul li a:after {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    bottom: 12px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #ffea33;
    opacity: 0;
    transition: all 0.3s ease;
}

@media (max-width: 767px) {
    .page-nav-white ul li a:after {
        bottom: 0;
        height: 2px;
    }
}

.page-nav-white ul li a:hover {
    color: #000;
}

.page-nav-white ul li.active a {
    color: #000;
}

.page-nav-white ul li.active a:after {
    opacity: 1;
}

section.sect-content {
    position: relative;
    z-index: 6;
    padding: 60px 0 50px;
    color: #000;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
}

@media (max-width: 767px) {
    section.sect-content {
        padding: 30px 0 20px;
    }
}

section.sect-content._mod-gray {
    background: #F6F6F6;
}

section.sect-content .about-concern-content .heading-box {
    border-bottom: 1px solid #E5E5E5;
    padding: 20px 0 30px;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    section.sect-content .about-concern-content .heading-box {
        margin-bottom: 30px;
        padding-bottom: 10px;
    }
}

section.sect-content .about-concern-content .heading-box p {
    font-weight: 300;
    font-size: 34px;
    line-height: 46px;
}

@media (min-width: 768px) and (max-width: 991px) {
    section.sect-content .about-concern-content .heading-box p {
        font-size: 28px;
        line-height: 34px;
    }
}

@media (max-width: 767px) {
    section.sect-content .about-concern-content .heading-box p {
        font-size: 20px;
        line-height: 28px;
    }
}

section.sect-content .about-concern-content h2 {
    font-size: 50px;
    line-height: 57px;
    border: none;
}

@media (max-width: 767px) {
    section.sect-content .about-concern-content h2 {
        font-size: 23px;
        line-height: 28px;
        padding-bottom: 0;
    }
    section.sect-content .about-concern-content h2 br {
        display: none !important;
    }
}

section.sect-content .about-concern-content h3 {
    font-size: 30px;
    font-weight: 500;
}

@media (max-width: 767px) {
    section.sect-content .about-concern-content h3 {
        font-size: 19px;
    }
}

section.sect-content .about-concern-content .title-wrap {
    max-width: 1100px;
}

section.sect-content .about-concern-content p {
    font-size: 24px;
    line-height: 35px;
    font-weight: 300;
}

@media (max-width: 767px) {
    section.sect-content .about-concern-content p {
        font-size: 16px;
        line-height: 24px;
    }
}

section.sect-content .about-concern-content hr {
    margin: 30px 0;
}

@media (max-width: 767px) {
    section.sect-content .about-concern-content hr {
        margin: 20px 0;
    }
}

section.sect-content .about-concern-content em {
    display: block;
    font-style: normal;
    color: #585858;
    font-size: 15px;
    line-height: 28px;
}

section.sect-content .about-concern-content .image-flex-desc {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin: 3vw 0 8vw;
}

@media (max-width: 992px) {
    section.sect-content .about-concern-content .image-flex-desc {
        flex-direction: column;
    }
}

section.sect-content .about-concern-content .col {
    width: 46%;
}

@media (max-width: 992px) {
    section.sect-content .about-concern-content .col {
        width: 100%;
        margin-bottom: 30px;
    }
}

section.sect-content .about-concern-content .col.out-left {
    margin-left: -65px;
}

@media (min-width: 768px) and (max-width: 991px) {
    section.sect-content .about-concern-content .col.out-left {
        margin-left: -30px;
    }
}

@media (max-width: 767px) {
    section.sect-content .about-concern-content .col.out-left {
        margin-left: 0;
    }
}

section.sect-content .about-concern-content .col.out-left .image {
    margin-left: -3vw;
    width: 47vw;
}

@media (min-width: 1650px) {
    section.sect-content .about-concern-content .col.out-left .image {
        max-width: 950px;
    }
}

@media (max-width: 992px) {
    section.sect-content .about-concern-content .col.out-left .image {
        width: 100%;
        margin: 0;
    }
}

@media (max-width: 992px) {
    section.sect-content .about-concern-content .col.out-right {
        order: -1;
    }
}

section.sect-content .about-concern-content .col.out-right .image {
    margin-right: -4vw;
}

section.sect-content.product-desc-section {
    padding-top: 10px;
    overflow: visible;
}

section.sect-content.product-desc-section h2.big-title {
    font-size: 50px;
    font-weight: 500;
    border: none;
    padding-bottom: 0;
}

@media (max-width: 767px) {
    section.sect-content.product-desc-section h2.big-title {
        font-size: 44px;
    }
}

section.sect-content.product-desc-section .partner-tabs-sect {
    padding-bottom: 50px;
    padding-top: 20px;
}

@media (max-width: 767px) {
    section.sect-content.product-desc-section .partner-tabs-sect {
        padding-bottom: 20px;
    }
}

section.sect-content.product-desc-section .partner-tabs-sect p {
    color: #666;
}

section.sect-content .heading-sect-box {
    padding-bottom: 20px;
}

@media (max-width: 767px) {
    section.sect-content .heading-sect-box {
        padding-bottom: 0;
    }
}

section.sect-content .content-holder {
    padding-left: 65px;
}

@media (min-width: 768px) and (max-width: 991px) {
    section.sect-content .content-holder {
        padding-left: 30px;
    }
}

@media (max-width: 767px) {
    section.sect-content .content-holder {
        padding: 0 10px;
    }
}

section.sect-content .content-info-block {
    padding-bottom: 50px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    -webkit-font-smoothing: subpixel-antialiased;
}

@media (max-width: 767px) {
    section.sect-content .content-info-block {
        padding-bottom: 30px;
        font-size: 18px;
        line-height: 28px;
    }
    section.sect-content .content-info-block:last-child {
        padding-bottom: 0;
    }
}

section.sect-content .adr-box {
    padding-bottom: 40px;
    font-size: 21px;
    color: #000;
}

section.sect-content p {
    font-size: 19px;
    line-height: 30px;
    margin: 0 0 30px;
}

@media (max-width: 767px) {
    section.sect-content p {
        font-size: 18px;
        line-height: 24px;
    }
}

section.sect-content p .yellow-button {
    margin-top: 5px;
}

section.sect-content p small {
    color: #555;
    font-size: 16px;
    line-height: 24px;
    display: block;
}

section.sect-content .head-box p {
    font-size: 23px;
    line-height: 32px;
    font-weight: 300;
}

section.sect-content p.head-text {
    font-size: 31px;
    line-height: 36px;
    margin-bottom: 40px;
}

@media (min-width: 768px) and (max-width: 991px) {
    section.sect-content p.head-text {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    section.sect-content p.head-text {
        font-size: 24px;
        line-height: 31px;
        margin-bottom: 30px;
    }
}

section.sect-content .step-title {
    padding-bottom: 6px;
    font-size: 20px;
    position: relative;
}

@media (max-width: 767px) {
    section.sect-content .step-title {
        font-size: 18px;
    }
}

section.sect-content .step-title strong {
    font-weight: 500;
}

section.sect-content .step-title .infobox-block {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    width: 500px;
}

section.sect-content .quest-link {
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    border: 1px solid rgba(116, 111, 109, 0.2);
    color: #000;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    width: 28px;
    height: 28px;
    line-height: 28px;
    transition: all 0.3s ease;
    background: none;
    outline: none;
}

section.sect-content .quest-link:hover {
    border-color: rgba(0, 0, 0, 0.8);
}

section.sect-content h2 {
    font-weight: 500;
    margin: 0 0 25px;
    color: #000;
    font-size: 35px;
    line-height: 40px;
    border-bottom: 1px solid #DEDEE4;
    padding-bottom: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
    section.sect-content h2 {
        font-size: 28px;
        line-height: 34px;
    }
}

@media (max-width: 767px) {
    section.sect-content h2 {
        font-size: 26px;
        line-height: 32px;
    }
}

section.sect-content h2._mod-noborder {
    border: none;
    margin-bottom: 30px;
    font-size: 35px;
    line-height: 44px;
}

@media (min-width: 768px) and (max-width: 991px) {
    section.sect-content h2._mod-noborder {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 25px;
    }
}

@media (max-width: 767px) {
    section.sect-content h2._mod-noborder {
        font-size: 22px;
        line-height: 28px;
        padding-bottom: 0;
    }
}

section.sect-content .tip-box {
    border-left: 2px solid #000000;
    padding: 8px 0 8px 30px;
    color: #333;
}

section.sect-content .tip-box p {
    margin: 0;
    font-size: 16px;
    line-height: 23px;
}

section.sect-content h3 {
    font-size: 44px;
    margin: 0 0 30px;
}

@media (min-width: 768px) and (max-width: 991px) {
    section.sect-content h3 {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    section.sect-content h3 {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 10px;
    }
}

section.sect-content .plefted {
    padding-left: 40px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    section.sect-content .plefted {
        padding-left: 4%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    section.sect-content .plefted {
        padding-left: 20px;
    }
}

@media (max-width: 767px) {
    section.sect-content .plefted {
        padding-left: 0px;
    }
}

section.sect-content ul {
    padding-bottom: 30px;
}

section.sect-content ul li {
    padding-bottom: 5px;
    position: relative;
    padding-left: 28px;
}

section.sect-content ul li:before {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    top: 12px;
    width: 14px;
    left: 0;
    background-color: #444444;
    height: 2px;
}

section.sect-content ol {
    counter-reset: li;
    list-style: none;
    margin: 0;
    padding: 10px 0;
}

@media (max-width: 767px) {
    section.sect-content ol {
        padding-left: 0;
    }
}

section.sect-content ol > li {
    position: relative;
    padding-left: 35px;
    font-weight: 300;
    padding-bottom: 23px;
    font-size: 18px;
    line-height: 26px;
}

@media (max-width: 767px) {
    section.sect-content ol > li {
        padding-left: 0;
        padding-top: 35px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 10px;
    }
    section.sect-content ol > li:last-child {
        border: none;
    }
}

section.sect-content ol > li:before {
    content: "";
    display: block;
    clear: both;
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: 0px;
    top: 1px;
    background: #ffea33;
    color: #000;
    width: 25px;
    height: 25px;
    font-size: 14px;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    font-weight: 500;
    z-index: 4;
}

@media (max-width: 767px) {
    section.sect-content ol > li:before {
        left: 0;
        top: 2px;
        font-size: 14px;
    }
}

section.sect-content ol > li p {
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 25px;
}

section.sect-content ol > li p:last-child {
    margin-bottom: 0;
}

section.sect-content ol > li strong {
    font-size: 16px;
}

section.sect-content ol ul {
    padding: 20px 0 10px 20px;
}

@media (max-width: 767px) {
    section.sect-content ol ul {
        padding: 0 0 10px;
    }
}

section.sect-content ol ul li {
    font-size: 16px;
    padding-bottom: 15px;
}

section.sect-content ol ul li:last-child {
    padding-bottom: 0;
}

section.sect-content ol ul li:before {
    background: #ffea33;
}

@media (max-width: 767px) {
    section.sect-content ol ul li:before {
        top: 12px;
    }
}

section.sect-content ol ul li small {
    font-weight: 300;
    color: #757575;
    font-size: 14px;
}

@media (max-width: 767px) {
    section.sect-content ul.yellow-list {
        padding-bottom: 10px;
    }
}

section.sect-content ul.yellow-list li:before {
    background-color: #ffea33;
}

section.sect-content ul.steps-list li {
    padding-bottom: 40px;
}

@media (max-width: 767px) {
    section.sect-content ul.steps-list li {
        padding-bottom: 20px;
    }
}

section.sect-content ul.steps-list li:last-child {
    padding-bottom: 0;
}

section.sect-content ul.steps-list p {
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    section.sect-content ul.process-steps-list {
        padding-top: 0;
    }
}

section.sect-content ul.process-steps-list li {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    margin-bottom: 35px;
    font-size: 23px;
    line-height: 29px;
    font-weight: 300;
    padding-left: 0;
    padding-bottom: 0;
    padding-right: 80px;
}

@media (min-width: 768px) and (max-width: 991px) {
    section.sect-content ul.process-steps-list li {
        font-size: 19px;
        line-height: 24px;
        margin-bottom: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 767px) {
    section.sect-content ul.process-steps-list li {
        display: block;
        padding: 0 0 20px;
        border-bottom: 1px solid #eee;
        margin-bottom: 20px;
    }
}

section.sect-content ul.process-steps-list li:last-child {
    margin-bottom: 0;
}

section.sect-content ul.process-steps-list li:before {
    display: none;
}

section.sect-content ul.process-steps-list li .icon {
    width: 90px;
    height: 90px;
    min-width: 90px;
    border-radius: 50%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    border: 2px solid #ffea33;
}

@media (max-width: 767px) {
    section.sect-content ul.process-steps-list li .icon {
        margin: 0 auto 20px;
    }
}

section.sect-content ul.process-steps-list li .step-text {
    display: block;
    padding-left: 30px;
}

@media (max-width: 767px) {
    section.sect-content ul.process-steps-list li .step-text {
        padding-left: 0;
        font-size: 18px;
        line-height: 24px;
    }
}

section.sect-content ul.shield-list {
    padding-left: 40px;
    padding-bottom: 40px;
}

@media (max-width: 767px) {
    section.sect-content ul.shield-list {
        padding-left: 0px;
    }
}

section.sect-content ul.shield-list li {
    background: url(../images/scheme-shield-list.png) no-repeat 0 5px;
    background-size: 16.5px auto;
    padding-left: 34px;
    padding-bottom: 16px;
    font-size: 19px;
    line-height: 23px;
    font-weight: 300;
}

section.sect-content ul.shield-list li:before {
    display: none;
}

section.sect-content ul._g-bull-list > li {
    position: relative;
    padding-bottom: 55px;
    padding-left: 50px;
}

@media (max-width: 767px) {
    section.sect-content ul._g-bull-list > li {
        padding-left: 30px;
        padding-bottom: 25px;
    }
    section.sect-content ul._g-bull-list > li:last-child {
        padding-bottom: 0;
    }
}

section.sect-content ul._g-bull-list > li:before {
    content: "";
    display: block;
    clear: both;
    width: 28px;
    height: 2px;
    background: #ffea33;
    position: absolute;
    top: 14px;
    left: 0;
}

@media (max-width: 767px) {
    section.sect-content ul._g-bull-list > li:before {
        width: 15px;
    }
}

section.sect-content ul._g-bull-list > li p {
    margin: 0 0 30px;
    font-size: 16px;
    line-height: 27px;
}

section.sect-content ul._g-bull-list > li .list-title {
    display: block;
    font-size: 28px;
    padding-bottom: 15px;
}

@media (max-width: 767px) {
    section.sect-content ul._g-bull-list > li .list-title {
        font-size: 21px;
    }
}

section.sect-content .create-process-info .process-small-info {
    border-top: 1px solid #DDDDDD;
    margin-left: 110px;
    margin-right: 90px;
    padding: 30px 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
    section.sect-content .create-process-info .process-small-info {
        margin: 0;
    }
}

@media (max-width: 767px) {
    section.sect-content .create-process-info .process-small-info {
        padding: 0;
        margin: 0;
        border: none;
    }
}

section.sect-content .create-process-info .process-small-info p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: #000;
    margin: 0 0 25px;
}

section.sect-content .create-process-info .process-small-info .yellow-big-btn {
    margin-left: -22px;
}

@media (max-width: 767px) {
    section.sect-content .create-process-info .process-small-info .yellow-big-btn {
        margin-left: 0;
    }
}

section.sect-content .how-to-tablist {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 0;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    section.sect-content .how-to-tablist {
        display: block;
        margin-bottom: 30px;
        padding-bottom: 10px;
    }
}

section.sect-content .how-to-tablist li {
    padding: 0 40px 0px 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
    section.sect-content .how-to-tablist li {
        padding-right: 30px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    section.sect-content .how-to-tablist li {
        padding-right: 20px;
    }
}

@media (max-width: 767px) {
    section.sect-content .how-to-tablist li {
        padding: 5px 0 0;
    }
}

section.sect-content .how-to-tablist li:first-child {
    padding-left: 0;
}

section.sect-content .how-to-tablist li:first-child a {
    padding-left: 0;
}

section.sect-content .how-to-tablist li:last-child {
    padding-right: 0;
}

section.sect-content .how-to-tablist li:before {
    display: none;
}

section.sect-content .how-to-tablist li a {
    color: #5e5e5e;
    font-size: 22px;
    font-weight: 500;
    display: inline-block;
    border-bottom: 2px solid transparent;
    padding: 0 10px 5px;
    transition: 0.3s;
    font-weight: 500;
}

@media (min-width: 768px) and (max-width: 991px) {
    section.sect-content .how-to-tablist li a {
        font-size: 17px;
    }
}

@media (max-width: 767px) {
    section.sect-content .how-to-tablist li a {
        font-size: 18px;
        padding: 0 0 5px;
    }
}

section.sect-content .how-to-tablist li a:hover {
    color: #000;
}

section.sect-content .how-to-tablist li.active a {
    border-color: #ffea33;
    color: #000;
}

section.sect-content._mod-rules p {
    font-size: 19px;
    line-height: 30px;
    font-weight: 300;
}

section.sect-content._mod-rules p b {
    font-weight: 500;
}

section.sect-content._mod-rules a {
    color: #ead204;
    text-decoration: underline;
}

section.sect-content._mod-rules a:hover {
    text-decoration: none;
}

section.sect-content._mod-rules ul li {
    margin-bottom: 10px;
}

section.sect-content._mod-rules ul p {
    font-size: 16px;
    line-height: 23px;
}

section.sect-content._mod-rules .claim-form {
    padding-top: 60px;
}

section.sect-content._mod-rules .doc-link {
    display: inline-block;
    color: #000;
    font-weight: 500;
    font-size: 19px;
    text-decoration: none;
}

section.sect-content._mod-rules .doc-link img {
    margin-left: 10px;
}

section.sect-content._mod-rules .doc-link:hover {
    color: #ffea33;
}

section.sect-content .selectric-items ul {
    padding: 0;
    margin: 0;
}

section.sect-content .selectric-items ul li {
    margin: 0;
}

section.sect-content .selectric-items ul li:before {
    display: none;
}

section.sect-content .gray-center-full-box p {
    font-size: 30px;
    line-height: 41px;
}

@media (max-width: 767px) {
    section.sect-content .gray-center-full-box p {
        font-size: 18px;
        margin-bottom: 20px;
        line-height: 26px;
    }
}

section.sect-content .info-dl {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #F5F5F5;
}

@media (max-width: 767px) {
    section.sect-content .info-dl {
        padding-bottom: 20px;
    }
}

section.sect-content .info-dl dt {
    padding: 40px 0 35px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

@media (max-width: 767px) {
    section.sect-content .info-dl dt {
        display: block;
        padding: 20px 0 15px;
    }
}

section.sect-content .info-dl dt:first-child {
    border: none;
}

section.sect-content .info-dl dt .icon {
    position: relative;
    width: 100px;
}

@media (min-width: 768px) and (max-width: 991px) {
    section.sect-content .info-dl dt .icon {
        width: 80px;
    }
}

@media (max-width: 767px) {
    section.sect-content .info-dl dt .icon {
        width: 100%;
        margin-bottom: 20px;
    }
}

section.sect-content .info-dl dt .icon:before {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    top: 50%;
    left: -17px;
    background: #ffea33;
}

section.sect-content .info-dl dt .icon img {
    position: relative;
    z-index: 3;
}

section.sect-content .info-dl dt .title {
    display: block;
    font-weight: 300;
    font-size: 37px;
    line-height: 40px;
}

@media (max-width: 767px) {
    section.sect-content .info-dl dt .title {
        font-size: 30px;
        line-height: 34px;
    }
}

section.sect-content .info-dl dd {
    padding-left: 180px;
    font-size: 17px;
    color: #545454;
    line-height: 23px;
    margin: 0;
    padding-right: 10%;
    max-width: 1400px;
    padding-bottom: 25px;
    font-weight: 300;
}

@media (min-width: 768px) and (max-width: 991px) {
    section.sect-content .info-dl dd {
        padding-left: 130px;
    }
}

@media (max-width: 767px) {
    section.sect-content .info-dl dd {
        padding-left: 0px;
    }
}

section.sect-content .card-interes-section {
    padding: 40px 0 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
    section.sect-content .card-interes-section {
        padding-top: 20px;
    }
}

@media (max-width: 767px) {
    section.sect-content .card-interes-section {
        padding-top: 5px;
    }
}

section.sect-content .card-interes-box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    padding: 15px 0 60px;
}

@media (min-width: 768px) and (max-width: 991px) {
    section.sect-content .card-interes-box {
        justify-content: space-between;
        padding-top: 0;
    }
}

@media (max-width: 767px) {
    section.sect-content .card-interes-box {
        display: block;
        padding: 0 0 20px;
    }
}

section.sect-content .card-interes-box .card-col {
    width: 40%;
    padding-right: 5vw;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
}

@media (min-width: 768px) and (max-width: 991px) {
    section.sect-content .card-interes-box .card-col {
        justify-content: flex-start;
        width: 50%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    section.sect-content .card-interes-box .card-col {
        width: 50%;
    }
}

@media (max-width: 767px) {
    section.sect-content .card-interes-box .card-col {
        width: 100%;
        padding-right: 0;
        padding-bottom: 30px;
    }
}

section.sect-content .card-interes-box .card-feats-col {
    position: relative;
    width: 40%;
    z-index: 2;
    padding-top: 10px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    section.sect-content .card-interes-box .card-feats-col {
        width: 45%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    section.sect-content .card-interes-box .card-feats-col {
        padding-top: 10px;
        width: 50%;
    }
}

@media (max-width: 767px) {
    section.sect-content .card-interes-box .card-feats-col {
        width: 100%;
        padding-top: 0;
    }
}

section.sect-content .user-actions {
    position: relative;
    z-index: 3;
}

section.sect-content .mapbg {
    position: absolute;
    top: -60px;
    left: 0;
    width: 95%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

section.sect-content .mapbg img {
    max-height: 420px;
}

section.sect-content .map-title {
    position: relative;
    z-index: 3;
    font-size: 12px;
    margin-bottom: 30px;
    display: block;
    color: #717171;
    font-weight: 500;
}

@media (max-width: 767px) {
    section.sect-content .map-title {
        margin-bottom: 20px;
    }
}

section.sect-content .erial-card-image {
    position: relative;
    z-index: 3;
    width: 90%;
    min-width: 360px;
    max-width: 400px;
}

@media (min-width: 768px) and (max-width: 991px) {
    section.sect-content .erial-card-image {
        min-width: 290px;
        width: 95%;
    }
}

@media (max-width: 767px) {
    section.sect-content .erial-card-image {
        min-width: 0;
        width: 100%;
    }
}

section.sect-content .erial-card-image img {
    border-radius: 1vw;
    box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.36);
}

@media (max-width: 767px) {
    section.sect-content .erial-card-image img {
        border-radius: 5vw;
    }
}

section.sect-content .card-interes-feats-list {
    margin-bottom: 0;
    padding-bottom: 0;
}

@media (max-width: 767px) {
    section.sect-content .card-interes-feats-list {
        max-width: none;
        margin-bottom: 0;
        padding: 0 0 0 10px;
    }
}

section.sect-content .card-interes-feats-list li {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding-left: 0;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 23px;
}

@media (min-width: 768px) and (max-width: 991px) {
    section.sect-content .card-interes-feats-list li {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    section.sect-content .card-interes-feats-list li {
        margin-bottom: 10px;
    }
}

section.sect-content .card-interes-feats-list li:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    section.sect-content .card-interes-feats-list li:last-child {
        margin-bottom: 0;
    }
}

section.sect-content .card-interes-feats-list li:before {
    display: none;
}

section.sect-content .card-interes-feats-list li .icon {
    margin-right: 35px;
    position: relative;
    border-radius: 50%;
    width: 30px;
    min-width: 30px;
    height: 30px;
    background: #ffea33;
}

@media (max-width: 767px) {
    section.sect-content .card-interes-feats-list li .icon {
        margin-right: 20px;
    }
}

section.sect-content .card-interes-feats-list li .icon img {
    position: absolute;
    right: 6px;
    top: -9px;
}

section.sect-content .card-interes-feats-list li .desc {
    width: 100%;
}

section.sect-content .card-interes-feats-list li span {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

@media (max-width: 767px) {
    section.sect-content .card-interes-feats-list li span {
        padding-bottom: 5px;
    }
}

section.sect-content .card-interes-feats-list li p {
    margin: 0;
    font-size: 12px;
    line-height: 19px;
    color: #767676;
}

@media (max-width: 767px) {
    section.sect-content .card-interes-feats-list li p {
        line-height: 17px;
    }
}

.become-bottom-sect {
    padding: 60px 0 70px;
    background-color: #F5F5F6;
}

@media (max-width: 767px) {
    .become-bottom-sect {
        padding: 40px 0 20px;
    }
    .become-bottom-sect .press-center-sect {
        padding-top: 0;
    }
}

.become-bottom-sect .press-center-box .sect-title {
    font-size: 40px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .become-bottom-sect .press-center-box .sect-title {
        padding-left: 40px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .become-bottom-sect .press-center-list .item {
        padding-left: 40px;
    }
}

.become-bottom-sect .press-center-list .item .item-holder:after {
    padding-top: 100%;
}

.press-center-page .press-center-box .sect-title {
    font-weight: 300;
    font-size: 55px;
    padding-left: 65px;
}

@media (max-width: 767px) {
    .press-center-page .press-center-box .sect-title {
        padding-left: 0;
        font-size: 40px;
    }
}

.press-center-page .press-center-list {
    padding-left: 25px;
}

@media (max-width: 767px) {
    .press-center-page .press-center-list {
        padding: 0;
        margin-bottom: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .press-center-page .press-center-list {
        padding-left: 45px;
    }
}

.press-center-page .press-center-list .item {
    padding-left: 40px;
    display: block;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .press-center-page .press-center-list .item {
        padding-left: 20px;
    }
}

@media (max-width: 767px) {
    .press-center-page .press-center-list .item {
        padding-left: 0;
        border-bottom: 1px solid #ddd;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
}

@media (max-width: 767px) and (orientation: landscape) {
    .press-center-page .press-center-list .item {
        padding: 0 10px;
        border: none;
        padding-bottom: 0;
    }
}

@media (max-width: 767px) {
    .press-center-page .press-center-list .item:last-child {
        border: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }
}

.press-center-page .press-center-list .item .item-holder:after {
    padding-top: 90%;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .press-center-page .press-center-list .item .abs-link:after {
        left: 30px;
    }
}

.press-center-page .press-center-list .item .date {
    top: 20px;
    left: 35px;
}

.no-touch .product-view-section .product-background {
    background-attachment: fixed !important;
}

.fixed-calculation-box {
    position: fixed;
    left: 0;
    width: 100%;
    bottom: 0;
    padding: 0 40px 0 40px;
    z-index: 17;
    transition: 0.5s;
    transform: translateY(80px);
}

@media (min-width: 768px) and (max-width: 991px) {
    .fixed-calculation-box {
        padding-left: 30px;
    }
}

@media (max-width: 767px) {
    .fixed-calculation-box {
        display: none;
    }
}

.fixed-calculation-box .calculation-box {
    display: none;
    margin-bottom: 0;
    border-radius: 0;
    padding: 0;
}

.fixed-calculation-box .calculation-box .calc-form-type {
    padding: 20px 15px 0 40px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .fixed-calculation-box .calculation-box .calc-form-type {
        padding-left: 20px;
    }
}

.fixed-calculation-box .calculation-box .calc-form-type .calc-holder-flex {
    padding-top: 0;
    padding-bottom: 20px;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .fixed-calculation-box .calculation-box .calc-form-type .calc-holder-flex {
        padding-bottom: 0;
    }
}

.fixed-calculation-box .calc-opener-btn {
    background: #ffea33;
    border-radius: 30px 30px 0 0;
    display: block;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    padding: 12px 50px 12px 35px;
    font-size: 20px;
    color: #000;
    font-weight: 500;
    transition: 0.3s;
    border-bottom: 1px solid #ECE8E6;
    position: relative;
    transition: 0.3s;
}

@media (max-width: 767px) {
    .fixed-calculation-box .calc-opener-btn {
        display: none;
    }
}

.fixed-calculation-box .calc-opener-btn:hover {
    background: #ffea33;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}

.fixed-calculation-box .calc-opener-btn span {
    display: block;
    padding-left: 70px;
    position: relative;
    line-height: 44px;
}

.fixed-calculation-box .calc-opener-btn span:before {
    content: "";
    display: block;
    clear: both;
    border-radius: 50%;
    background: url(../images/calc-shower-icon.png) no-repeat 50% 50% #fff;
    background-size: 21px auto;
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 0;
}

.fixed-calculation-box .calc-opener-btn em {
    font-style: normal;
}

.fixed-calculation-box .calc-opener-btn b {
    display: none;
}

.fixed-calculation-box .calc-opener-btn i {
    position: absolute;
    top: 14px;
    border-radius: 50%;
    background: transparent;
    display: block;
    width: 40px;
    height: 40px;
    border: none;
    right: 40px;
    transition: 0.3s;
}

.fixed-calculation-box .calc-opener-btn i:before, .fixed-calculation-box .calc-opener-btn i:after {
    content: "";
    display: block;
    clear: both;
    height: 2px;
    background-color: #000;
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    width: 55%;
    width: 35%;
    top: 2px;
    margin-top: 18px;
    margin-left: 9px;
    transition: all 0.3s ease;
}

.fixed-calculation-box .calc-opener-btn i:before {
    left: 8px;
}

.fixed-calculation-box .calc-opener-btn i:after {
    left: -1px;
    transform: rotate(-45deg);
}

.fixed-calculation-box.calc-fix-ready {
    transform: translateY(0px);
}

.fixed-calculation-box.calc-fix-ready .calc-opener-btn {
    opacity: 1;
}

.fixed-calculation-box.calc-info-open .calc-opener-btn {
    background: #fff;
}

.fixed-calculation-box.calc-info-open .calc-opener-btn em {
    display: none;
}

.fixed-calculation-box.calc-info-open .calc-opener-btn b {
    display: inline;
}

.fixed-calculation-box.calc-info-open .calc-opener-btn i {
    background: #ffea33;
}

.fixed-calculation-box.calc-info-open .calc-opener-btn i:before, .fixed-calculation-box.calc-info-open .calc-opener-btn i:after {
    top: 1px;
    left: 0;
    width: 55%;
}

.fixed-calculation-box .take-credit-btn {
    width: 100%;
    display: block;
    border: none;
    background: #ffea33;
    padding: 16px 0;
    font-size: 30px;
    text-align: center;
    font-weight: 500;
    position: relative;
    color: #000;
    transition: 0.3s;
}

.fixed-calculation-box .take-credit-btn:hover {
    box-shadow: 0 0 20px #ffea33;
}

.fixed-calculation-box .take-credit-btn span {
    display: inline-block;
    background: url(../images/bg-yellow-big-btn.png) no-repeat 100% 0%;
    background-size: 30px auto;
    line-height: 30px;
    padding-right: 65px;
}

.product-view-section {
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .product-view-section {
        max-height: 800px;
        min-height: 550px;
    }
}

@media (max-width: 767px) {
    .product-view-section {
        height: auto;
        min-height: 0 !important;
        padding-top: 34vh;
        padding-bottom: 30px;
    }
}

@media (min-width: 768px) {
    .product-view-section:after {
        content: "";
        display: block;
        clear: both;
        padding-top: 45%;
    }
}

.product-view-section .product-view {
    position: absolute;
    padding: 260px 0 0;
    bottom: 10%;
    left: 0;
    width: 100%;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .product-view-section .product-view {
        bottom: 5%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .product-view-section .product-view {
        bottom: 5%;
    }
}

@media (max-width: 767px) {
    .product-view-section .product-view {
        position: relative;
        height: auto;
        padding: 0;
    }
}

.product-view-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.7) 30%, transparent 90%);
}

@media (min-width: 768px) {
    .product-view-section .overlay {
        background: url(../images/deposit-dark-overlay.png) no-repeat;
        background-size: 100% 100%;
        box-shadow: none;
    }
}

@media (max-width: 767px) {
    .product-view-section .overlay {
        opacity: 0.1;
    }
}

.product-view-section .image-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
}

@media (max-width: 767px) {
    .product-view-section .image-bg {
        position: absolute;
        top: 60px;
        height: auto;
        bottom: 0;
        background: #191C1F;
    }
}

.product-view-section .image-bg .desktop-bg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-attachment: fixed !important;
    background-position: 50% 50% !important;
    background-size: cover !important;
}

.product-view-section .image-bg picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 767px) {
    .product-view-section .image-bg picture {
        position: relative;
        display: block;
        height: auto;
    }
    .product-view-section .image-bg picture:after {
        content: "";
        display: block;
        clear: both;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to top, #191C1F 0%, transparent 95%);
    }
}

.product-view-section .image-bg picture img {
    object-position: 50% 20%;
    width: 100%;
    margin-top: -3vw;
}

@media (max-width: 767px) {
    .product-view-section .image-bg picture img {
        height: auto;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .product-view-section .image-bg picture img {
        object-fit: cover;
        min-height: 600px;
        margin-top: 0;
    }
}

.product-view-section .text-wrapper {
    padding-bottom: 30px;
    padding-right: 35%;
}

@media (max-width: 767px) {
    .product-view-section .text-wrapper {
        width: 100%;
        padding-right: 0;
    }
}

.product-view-section .text-wrapper p {
    margin: 0 0 10px;
    font-size: 22px;
    line-height: 32px;
}

@media (max-width: 767px) {
    .product-view-section .text-wrapper p {
        font-size: 18px;
        line-height: 25px;
    }
}

.product-view-section .product-info {
    z-index: 5;
    transform: perspective(0px);
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    color: #fff;
}

@media (max-width: 767px) {
    .product-view-section .product-info {
        position: static;
        text-align: left;
        display: block;
    }
}

.product-view-section h2 {
    margin: 0;
    color: #fff;
    font-weight: 500;
    font-size: 60px;
    line-height: 60px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .product-view-section h2 {
        font-size: 54px;
        line-height: 54px;
    }
}

.product-view-section h2 b {
    color: #ffea33;
    font-weight: 500;
}

@media (max-width: 767px) {
    .product-view-section h2 {
        font-size: 35px;
        line-height: 40px;
        margin-bottom: 0;
    }
}

.product-view-section .yellow-big-btn {
    font-size: 18px;
    padding: 0 15px 0 18px;
}

.product-view-section .yellow-big-btn span {
    padding: 5px 40px 5px 0;
}

@media (max-width: 767px) {
    .product-view-section .yellow-big-btn {
        font-size: 17px;
        padding-right: 20px;
        padding-left: 20px;
    }
}

.product-view-section .product-type-box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .product-view-section .product-type-box {
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        margin-top: 0;
        margin-bottom: 10px;
    }
}

.product-view-section .product-type-box strong {
    display: block;
    font-size: 60px;
    color: #ffea33;
    font-weight: 500;
}

@media (min-width: 768px) and (max-width: 991px) {
    .product-view-section .product-type-box strong {
        font-size: 44px;
    }
}

@media (max-width: 767px) {
    .product-view-section .product-type-box strong {
        font-size: 22px;
        width: auto;
    }
}

@keyframes scale3 {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    30% {
        transform: scale(1.2);
        opacity: 1;
    }
    60% {
        transform: scale(1.4);
        opacity: 0;
    }
    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}

@keyframes shadow1 {
    0% {
        transform: scale(1);
    }
    30% {
        transform: scale(1.3);
    }
    60% {
        transform: scale(1);
    }
    100% {
        transform: scale(1);
    }
}

.product-view-section .product-icon {
    border-radius: 50%;
    margin-left: 20px;
    min-width: 110px;
    width: 110px;
    height: 110px;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    padding: 25px;
}

@media (max-width: 767px) {
    .product-view-section .product-icon {
        margin-left: 0;
        order: -1;
        width: 80px;
        height: 80px;
        min-width: 80px;
        margin-bottom: 20px;
        padding: 15px;
    }
}

.product-view-section .product-icon:after {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #fed350;
    border-radius: 50%;
    animation: scale3 3s linear infinite;
    animation-delay: 0.3s;
}

@media (max-width: 767px) {
    .product-view-section .product-icon:after {
        animation: none;
    }
}

.product-view-section .product-icon:before {
    content: "";
    display: block;
    clear: both;
    border: 1px solid #ffea33;
    position: absolute;
    top: 6px;
    right: 6px;
    bottom: 6px;
    left: 6px;
    border-radius: 50%;
    animation: shadow1 3s ease infinite;
    background: #ffea33;
}

@media (max-width: 767px) {
    .product-view-section .product-icon:before {
        animation: none;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
}

.product-view-section .product-icon img {
    position: relative;
    z-index: 3;
    max-height: 100%;
    width: 100%;
}

.product-view-section .cent-button {
    width: 50px;
    text-align: center;
    height: 30px;
    position: absolute;
    left: 50%;
    margin-left: -25px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .product-view-section .cent-button {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .product-view-section .cent-button {
        display: none;
    }
}

.product-view-section .scrollmoreBtn {
    background: none;
    width: auto;
    position: absolute;
    top: 0;
    margin-top: 0;
}

.product-view-section .scrollmoreBtn:after {
    margin-top: 20px;
}

.product-view-section .product-parameters {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .product-view-section .product-parameters {
        margin-bottom: 20px;
    }
}

.product-view-section .product-parameters .param-item {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    width: 180px;
    padding: 9px 35px 14px 35px;
}

@media (max-width: 767px) {
    .product-view-section .product-parameters .param-item {
        width: 33.333%;
        padding: 5px 10px 3px 10px;
    }
}

.product-view-section .product-parameters .param-item:first-child {
    border: none;
    padding-left: 0;
    width: 160px;
}

@media (max-width: 767px) {
    .product-view-section .product-parameters .param-item:first-child {
        width: 33.333%;
    }
}

.product-view-section .product-parameters .param-item .param-num {
    display: block;
    font-size: 35px;
    font-weight: 300;
    padding-bottom: 5px;
    color: #ffea33;
}

@media (max-width: 767px) {
    .product-view-section .product-parameters .param-item .param-num {
        font-size: 26px;
        font-weight: 500;
        white-space: nowrap;
    }
}

.product-view-section .product-parameters .param-item .param-num em {
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
}

@media (max-width: 767px) {
    .product-view-section .product-parameters .param-item .param-num em {
        font-size: 10px;
    }
}

.product-view-section .product-parameters .param-item .param-name {
    display: block;
    font-size: 12px;
    line-height: 16px;
    padding-left: 4px;
}

@media (max-width: 767px) {
    .product-view-section .product-parameters .param-item .param-name {
        font-size: 10px;
        color: #c7c7c7;
        line-height: 13px;
        padding-left: 0;
    }
}

.product-view-section .buttons-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
}

@media (max-width: 767px) {
    .product-view-section .buttons-flex {
        display: block;
        padding-left: 10px;
    }
}

@media (max-width: 767px) {
    .product-view-section .buttons-flex .btns-left {
        margin-left: 0;
    }
}

.product-view-section .buttons-flex .btns-right {
    padding-right: 15px;
}

@media (min-width: 768px) {
    .product-view-section .buttons-flex .btns-right {
        padding-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .product-view-section .buttons-flex .btns-right {
        display: none;
    }
}

.product-view-section .all-product-link {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    background: none;
    outline: none;
    border: none;
}

.product-view-section .all-product-link:hover span {
    color: #ffea33;
}

.product-view-section .all-product-link:hover i:before {
    transform: translateY(-1px);
}

.product-view-section .all-product-link:hover i:after {
    transform: translateY(1px);
}

.product-view-section .all-product-link span {
    display: inline-block;
    vertical-align: middle;
    transition: 0.3s;
}

.product-view-section .all-product-link i {
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    transition: 0.3s;
    position: relative;
    z-index: 3;
    width: 40px;
    height: 40px;
    margin-left: 19px;
    background: #ffea33;
}

.product-view-section .all-product-link i:before, .product-view-section .all-product-link i:after {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    height: 2px;
    left: 11px;
    right: 11px;
    top: 16px;
    background: #000;
    transition: 0.3s;
}

.product-view-section .all-product-link i:after {
    top: auto;
    bottom: 16px;
}

.product-view-section .mobile-period {
    display: none;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 4;
    color: #fff;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

@media (max-width: 767px) {
    .product-view-section .mobile-period {
        display: flex;
        z-index: 6;
        margin-bottom: 30px;
        padding: 0 20px;
    }
}

.product-view-section .mobile-period strong {
    font-size: 11vw;
    line-height: 10vw;
    display: block;
    min-width: 100px;
}

@media (orientation: landscape) {
    .product-view-section .mobile-period strong {
        font-size: 30px;
        line-height: 32px;
    }
}

.product-view-section .mobile-period span {
    display: block;
    padding-left: 35px;
    font-size: 6vw;
    line-height: 6vw;
    font-weight: 500;
    position: relative;
    text-align: left;
}

@media (orientation: landscape) {
    .product-view-section .mobile-period span {
        font-size: 26px;
        line-height: 32px;
    }
}

.product-view-section .mobile-period span:before {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    width: 20px;
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #fff;
    margin-top: -2px;
}

.product-view-sect-wrap {
    position: relative;
}

.all-products-drowdown-holder {
    position: absolute;
    bottom: 5vw;
    width: 100%;
    left: 0;
}

.all-products-drowdown-holder .container {
    position: relative;
}

.deposit-view .products-choose-box .all-products-scrollbox {
    height: auto;
    max-height: 320px;
}

@media (max-width: 767px) {
    .deposit-view .products-choose-box .all-products-scrollbox {
        height: auto;
    }
}

@media (max-width: 767px) {
    .deposit-view .product-backgrounds .image-bg {
        background-attachment: scroll !important;
    }
}

@media (max-width: 767px) and (orientation: portrait) {
    .deposit-view .product-backgrounds .image-bg {
        background: url(../images/product-view-deposit-xs.jpg) no-repeat !important;
        background-size: auto 100% !important;
        background-attachment: scroll !important;
        background-position: 60% 0% !important;
    }
}

.credit-view {
    min-height: 850px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .credit-view {
        min-height: 1000px;
    }
    .credit-view .overlay-bottom {
        background-color: rgba(0, 0, 0, 0.1);
    }
}

.credit-view .products-choose-box .all-products-dropdown {
    width: 430px;
}

@media (max-width: 767px) {
    .credit-view .products-choose-box .all-products-dropdown {
        width: 100%;
    }
}

.credit-view .products-choose-box .all-products-dropdown .drop-title {
    font-size: 34px;
    line-height: 32px;
    padding: 5px 55px 20px 50px;
}

@media (max-width: 767px) {
    .credit-view .products-choose-box .all-products-dropdown .drop-title {
        font-size: 24px;
        line-height: 28px;
        padding-left: 30px;
    }
}

.credit-view .products-choose-box .all-products-list li a strong {
    font-size: 19px;
    color: #000;
}

@media (max-width: 767px) {
    .credit-view .products-choose-box .all-products-list li a strong {
        font-size: 16px;
    }
}

.credit-view .products-choose-box .all-products-list li a span {
    font-size: 14px;
    color: #b0b0b0;
}

.credit-view .products-choose-box .all-products-list li.active a {
    cursor: default;
}

.credit-view .products-choose-box .all-products-list li.active a:hover {
    background: none;
}

.credit-view .products-choose-box .all-products-list li.active a strong {
    color: #000;
}

.credit-view h2 {
    color: #ffea33;
    font-size: 70px;
    line-height: 61px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .credit-view h2 {
        font-size: 56px;
        line-height: 58px;
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .credit-view h2 {
        font-size: 24px;
        line-height: 28px;
    }
}

@media (max-width: 767px) {
    .credit-view .product-parameters .param-item .param-num {
        font-size: 18px;
    }
}

.credit-view .product-info {
    bottom: 340px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .credit-view .product-info {
        bottom: 520px;
    }
}

.credit-view .product-info p {
    margin: 10px 0 30px;
    color: #fff;
    font-size: 21px;
    line-height: 24px;
}

@media (max-width: 767px) {
    .credit-view .product-info p {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 10px;
    }
}

.credit-view .product-info .text-wrapper {
    width: 45%;
}

@media (min-width: 768px) and (max-width: 991px) {
    .credit-view .product-info .text-wrapper {
        width: 80%;
    }
}

@media (max-width: 767px) {
    .credit-view .product-info .text-wrapper {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .credit-view .calc-info-form .calc-holder-flex {
        flex-wrap: wrap;
    }
    .credit-view .calc-info-form .calc-amount-deposit,
    .credit-view .calc-info-form .calc-months-deposit {
        width: 45%;
    }
    .credit-view .calc-info-form .results-box {
        width: 100%;
        padding-top: 20px;
    }
    .credit-view .calc-info-form .results-box .result-box {
        margin-top: 0;
    }
    .credit-view .calc-info-form .results-box .label {
        padding-bottom: 5px;
    }
}

@media (max-width: 767px) {
    .credit-view .calc-info-form .calc-amount-deposit {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
}

@media (max-width: 767px) and (orientation: landscape) {
    .credit-view .calc-info-form .calc-amount-deposit {
        display: block;
    }
}

@media (max-width: 767px) {
    .credit-view .calc-info-form .calc-amount-deposit .select-boxed {
        order: -1;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) and (max-width: 767px) {
    .credit-view .calc-info-form .calc-amount-deposit .select-boxed {
        width: 100%;
        margin-bottom: 0;
    }
}

.credit-view .calc-info-form .calc-amount-deposit .select-boxed {
    padding-top: 20px;
}

.credit-view .calc-info-form .calc-return-amount .result-norm:last-child {
    padding-bottom: 0;
}

.credit-view .calc-info-form .calc-return-amount .result-norm .profit-value {
    font-size: 30px;
    line-height: 30px;
    vertical-align: top;
}

.credit-view .calc-info-form .calc-return-amount .result-norm .percent-value {
    font-size: 25px;
    line-height: 30px;
}

.credit-view .calc-info-form .calc-return-amount .result-norm .years-label {
    display: inline-block;
    vertical-align: top;
    padding-top: 5px;
    font-size: 15px;
    margin-left: 5px;
}

.credit-view .calc-info-form .calc-return-amount .result-norm .years-label:before {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    width: 13px;
    background-color: #CECECE;
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
}

.credit-view .calc-info-form .results-box .calc-result-quatro {
    width: 53%;
}

@media (min-width: 768px) and (max-width: 991px) {
    .credit-view .calc-info-form .results-box .calc-result-quatro {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .credit-view .calc-info-form .results-box .calc-result-quatro {
        width: 100%;
    }
}

.credit-view .calc-info-form .results-box .calc-result-quatro .select-boxed {
    padding-top: 0;
    padding-left: 10px;
}

.credit-view .calc-info-form .select-boxed {
    width: 100%;
}

@media (max-width: 767px) {
    .credit-view .calc-info-form .select-boxed {
        padding-bottom: 15px;
    }
}

.credit-view .calc-info-form .select-boxed .select-title {
    display: block;
    color: #6a6a6a;
    font-size: 15px;
    padding-bottom: 5px;
}

@media (max-width: 767px) {
    .credit-view .calc-info-form .select-boxed .select-title {
        font-size: 17px;
        font-weight: 500;
        padding-bottom: 10px;
        padding-left: 15px;
    }
}

.credit-view .calc-info-form .select-boxed .selectric-wrapper.selectric-hover .selectric .label {
    color: #ead204;
}

.credit-view .calc-info-form .select-boxed .selectric-wrapper .selectric {
    border: none;
    background: none;
}

@media (max-width: 767px) {
    .credit-view .calc-info-form .select-boxed .selectric-wrapper .selectric {
        border: 2px solid rgba(255, 255, 255, 0.4);
        border-radius: 15px;
    }
}

.credit-view .calc-info-form .select-boxed .selectric-wrapper .selectric .label {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    margin-left: 0;
    padding-bottom: 0;
    line-height: 34px;
    font-weight: 500;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .credit-view .calc-info-form .select-boxed .selectric-wrapper .selectric .label {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .credit-view .calc-info-form .select-boxed .selectric-wrapper .selectric .label {
        padding-left: 20px;
        padding-right: 5px;
        line-height: 40px;
        height: 40px;
    }
}

.credit-view .calc-info-form .select-boxed .selectric-wrapper .selectric .button {
    background: none;
    width: 32px;
    height: 32px;
    border: 1px solid #ffea33;
    border-radius: 50%;
    transition: 0.3s;
}

@media (max-width: 767px) {
    .credit-view .calc-info-form .select-boxed .selectric-wrapper .selectric .button {
        display: inline-block;
        vertical-align: top;
        margin-top: 4px;
        margin-right: 8px;
    }
}

.credit-view .calc-info-form .select-boxed .selectric-wrapper .selectric .button:after {
    content: "";
    display: block;
    clear: both;
    margin-top: 8px;
    position: static;
    display: inline-block;
    vertical-align: top;
    border: solid #000;
    border-width: 0 2px 2px 0;
    padding: 4px;
    transform: rotate(45deg);
}

@media (max-width: 767px) {
    .credit-view .calc-info-form .select-boxed .selectric-wrapper .selectric .button:after {
        border-color: #ffea33;
    }
}

.credit-view .calc-info-form .select-boxed .selectric-wrapper .selectric-items {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
    border: none;
    left: -20px;
    outline: none;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .credit-view .calc-info-form .select-boxed .selectric-wrapper .selectric-items {
        left: 0;
    }
}

.credit-view .calc-info-form .select-boxed .selectric-wrapper .selectric-items li {
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 16px;
    color: #000;
    margin: 3px 0;
    transition: 0.3s;
}

.credit-view .calc-info-form .select-boxed .selectric-wrapper .selectric-items li:hover {
    background: #EAECEF;
}

.credit-view .calc-info-form .select-boxed .selectric-wrapper .selectric-items li.selected {
    background: #ffea33;
}

.credit-view.credit-auto {
    min-height: 950px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .credit-view.credit-auto {
        min-height: 900px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .credit-view.credit-auto {
        min-height: 1150px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .credit-view.credit-auto .layer-man .image-holder {
        padding-top: 60px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .credit-view.credit-auto .calc-info-layer .results-box {
        padding-top: 0;
    }
    .credit-view.credit-auto .calc-info-layer .results-box .calc-item {
        width: 45%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .credit-view.credit-auto .calc-info-layer .results-box .calc-result-quatro {
        width: 45%;
    }
}

@media (min-width: 1199px) {
    .credit-view.credit-auto .calc-info-layer .results-box .calc-result-quatro .quatro-item {
        padding: 30px 5%;
    }
}

.credit-view-auto {
    min-height: 900px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .credit-view-auto {
        min-height: 1100px;
    }
}

.credit-view-auto .product-info {
    bottom: 380px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .credit-view-auto .product-info {
        bottom: 570px;
    }
}

.credit-leasing {
    min-height: 1080px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .credit-leasing {
        min-height: 1150px;
    }
}

.credit-leasing .product-info {
    bottom: 450px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .credit-leasing .product-info {
        bottom: 600px;
    }
}

.credit-leasing h2 {
    margin-bottom: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .credit-leasing h2 {
        line-height: 50px;
    }
}

.user-actions {
    text-align: center;
    padding-bottom: 30px;
}

@media (max-width: 767px) {
    .user-actions {
        padding-bottom: 20px;
    }
}

.user-actions a {
    margin: 0 10px;
    font-size: 24px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .user-actions a {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .user-actions a {
        font-size: 18px;
        width: 100%;
        margin: 0 0 10px;
    }
}

.user-actions .consult-big-btn {
    background: #F7F7F7;
}

.product-info-section {
    position: relative;
    z-index: 5;
    padding: 60px 0 30px;
    color: #000;
    background-color: #F5F5F6;
}

@media (max-width: 767px) {
    .product-info-section {
        padding: 40px 0 20px;
    }
}

.product-info-section .content-holder {
    padding-left: 70px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .product-info-section .content-holder {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .product-info-section .content-holder {
        padding: 0 10px;
    }
}

.product-info-section p {
    margin: 0 0 25px;
    font-size: 15px;
    line-height: 22px;
    color: #606060;
}

.product-bottom-sect {
    padding: 55px 0 40px;
    position: relative;
    z-index: 11;
    background-color: #F5F5F6;
}

@media (max-width: 767px) {
    .product-bottom-sect {
        padding: 30px 0 10px;
    }
}

.product-bottom-sect .flickity-button {
    display: none;
}

.product-bottom-sect .flickity-page-dots {
    position: static;
    margin-top: 10px;
}

.product-bottom-sect .flickity-page-dots .dot {
    border: 1px solid transparent;
    width: 20px;
    height: 20px;
    background: none;
    position: relative;
    transition: all 0.5s ease;
}

.product-bottom-sect .flickity-page-dots .dot.is-selected {
    border-color: #ffea33;
}

.product-bottom-sect .flickity-page-dots .dot.is-selected:after {
    transform: scale(1);
    background-color: #ffea33;
}

.product-bottom-sect .flickity-page-dots .dot:after {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    background-color: #B5B5B6;
    border-radius: 50%;
    transform: scale(0.8);
    transition: all 0.5s ease;
}

.product-bottom-sect .product-feats-list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    padding-bottom: 65px;
    color: #000000;
}

@media (max-width: 767px) {
    .product-bottom-sect .product-feats-list {
        display: block;
        padding-bottom: 0px;
    }
}

.product-bottom-sect .product-feats-list .item {
    width: 33.3333%;
    padding-left: 3%;
}

@media (max-width: 767px) {
    .product-bottom-sect .product-feats-list .item {
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }
}

.product-bottom-sect .product-feats-list .item .item-holder {
    width: 100%;
    background-color: #fff;
    height: 100%;
    padding: 23px 10% 25px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .product-bottom-sect .product-feats-list .item .item-holder {
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .product-bottom-sect .product-feats-list .item .item-holder {
        display: block;
    }
}

@media (max-width: 767px) {
    .product-bottom-sect .product-feats-list .item .item-holder {
        display: block;
        text-align: center;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .product-bottom-sect .product-feats-list .item .item-holder .icon-box {
        padding-bottom: 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .product-bottom-sect .product-feats-list .item .item-holder .icon-box {
        padding-bottom: 15px;
    }
}

.product-bottom-sect .product-feats-list .item .item-holder .icon {
    width: 70px;
    height: 70px;
    background-color: #ffea33;
    border-radius: 50%;
}

@media (max-width: 767px) {
    .product-bottom-sect .product-feats-list .item .item-holder .icon {
        margin: 0 auto 10px;
    }
}

.product-bottom-sect .product-feats-list .item .item-holder .icon img {
    width: 100%;
}

.product-bottom-sect .product-feats-list .item .item-holder .desc {
    padding-left: 23px;
    padding-top: 5px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .product-bottom-sect .product-feats-list .item .item-holder .desc {
        padding-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .product-bottom-sect .product-feats-list .item .item-holder .desc {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .product-bottom-sect .product-feats-list .item .item-holder .desc {
        padding-left: 0;
    }
}

.product-bottom-sect .product-feats-list .item .item-holder .desc strong {
    display: block;
    font-weight: 500;
    font-size: 25px;
    padding-bottom: 8px;
    line-height: 23px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .product-bottom-sect .product-feats-list .item .item-holder .desc strong {
        font-size: 21px;
    }
}

.product-bottom-sect .product-feats-list .item .item-holder .desc span {
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
    display: block;
}

@media (min-width: 768px) and (max-width: 991px) {
    .product-bottom-sect .product-feats-list .item .item-holder .desc span {
        font-size: 16px;
    }
}

.product-bottom-sect .product-main-info {
    text-align: center;
    color: #000;
    padding-bottom: 50px;
}

.product-bottom-sect .product-main-info .icon {
    padding-bottom: 20px;
}

.product-bottom-sect .product-main-info .subtitle {
    display: block;
    font-weight: 300;
    font-size: 33px;
    padding-bottom: 15px;
}

.product-bottom-sect .product-main-info .name {
    font-weight: 500;
    font-size: 50px;
    padding-bottom: 10px;
    line-height: 50px;
    display: block;
}

@media (min-width: 768px) and (max-width: 991px) {
    .product-bottom-sect .product-main-info .name {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 20px;
    }
}

.product-bottom-sect .product-main-info .user-actions {
    padding-top: 10px;
}

.product-bottom-sect .product-main-info .user-actions .consult-big-btn {
    background: #fff;
}

.product-bottom-sect .product-credit-info .name {
    padding-bottom: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .product-bottom-sect .product-credit-info .name {
        padding-bottom: 10px;
    }
}

.product-bottom-sect .product-credit-info .subtitle {
    padding-bottom: 30px;
}

.infobox-block {
    position: absolute;
    outline: none;
    top: 100%;
    left: 0;
    background-color: #fff;
    border-radius: 30px;
    padding: 45px 30px 40px 40px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    color: #000;
}

@media (max-width: 767px) {
    .infobox-block {
        padding: 20px 10px 20px 15px;
        text-align: left;
        position: fixed;
        top: 50%;
        width: 100% !important;
    }
}

.infobox-block .close {
    top: 20px;
    right: 25px;
}

.infobox-block .close:hover:before, .infobox-block .close:hover:after {
    background-color: #ffea33;
}

.infobox-block .close:before, .infobox-block .close:after {
    width: 100%;
    background-color: #000;
}

.infobox-block .pop-block-holder {
    max-height: 250px;
}

.infobox-block .infobox-title {
    display: block;
    color: #000;
    font-size: 21px;
    font-weight: normal;
    padding-bottom: 20px;
}

.infobox-block p {
    font-weight: 300;
    font-size: 16px;
    line-height: 23px;
    margin: 0 0 22px;
}

@media (max-width: 767px) {
    .infobox-block p {
        font-size: 14px !important;
        line-height: 19px !important;
    }
}

.infobox-block p:last-child {
    margin-bottom: 0;
}

.index-footer .navi {
    margin-bottom: 2vh;
}

@media (max-height: 780px) and (min-width: 768px) {
    .index-footer .navi {
        margin-bottom: 0px;
    }
    .index-footer .navi .nav-title {
        padding-bottom: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .index-footer .navi {
        margin-bottom: 0px;
    }
}

@media (max-height: 780px) and (min-width: 768px) {
    .index-footer .footer-bottom-box .bottom-left {
        padding-bottom: 0;
    }
}

@media (min-width: 768px) {
    .js .product-view-section,
    .js .global-anim-top-sect {
        opacity: 0;
    }
}

section.section-inner {
    padding: 180px 0 50px;
    position: relative;
    z-index: 5;
    color: #000;
    background-color: #fff;
}

@media (max-width: 767px) {
    section.section-inner {
        padding-top: 90px;
    }
}

section.section-inner.page-bg-gray {
    background-color: #F6F6F8;
}

section.section-inner .content-holder {
    padding-left: 65px;
}

@media (min-width: 768px) and (max-width: 991px) {
    section.section-inner .content-holder {
        padding: 0;
    }
}

@media (max-width: 767px) {
    section.section-inner .content-holder {
        padding: 0;
    }
}

section.section-inner p {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 20px;
    font-weight: 300;
}

@media (max-width: 767px) {
    section.section-inner p {
        font-size: 18px;
        line-height: 26px;
    }
}

section.section-inner p .yellow-button {
    margin-top: 5px;
}

section.section-inner p small {
    color: #555;
    font-size: 15px;
    line-height: 23px;
    display: block;
}

section.section-inner .fake-table {
    margin-bottom: 20px;
}

section.section-inner .fake-table .table-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
}

@media (max-width: 767px) {
    section.section-inner .fake-table .table-row {
        display: block;
    }
}

section.section-inner .fake-table .table-col {
    padding: 20px 10px;
}

@media (max-width: 767px) {
    section.section-inner .fake-table .table-col {
        padding: 10px;
        border-bottom: 1px solid #D3D6DA;
    }
}

section.section-inner .fake-table .table-col.summ {
    border-bottom: 2px solid #ffea33;
    padding-left: 0;
    padding-right: 0;
    margin: 0 10px;
}

section.section-inner .fake-table .table-col.summ strong {
    font-size: 20px;
}

section.section-inner .fake-table span {
    display: block;
    font-size: 16px;
    color: #5e5e5e;
    padding-bottom: 10px;
}

@media (min-width: 768px) and (max-width: 1199px) {
    section.section-inner .fake-table span {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    section.section-inner .fake-table span {
        padding-bottom: 5px;
    }
}

section.section-inner .fake-table strong {
    color: #000;
    font-size: 18px;
    display: block;
}

@media (min-width: 768px) and (max-width: 1199px) {
    section.section-inner .fake-table strong {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    section.section-inner .fake-table strong {
        font-size: 16px;
    }
}

section.section-inner .fake-table-bordered {
    border-top: 1px solid #D3D6DA;
    border-bottom: 1px solid #D3D6DA;
}

@media (max-width: 767px) {
    section.section-inner .fake-table-bordered {
        border: none;
    }
}

section.section-inner .fake-table-bordered .table-col {
    border-left: 1px solid #D3D6DA;
}

@media (max-width: 767px) {
    section.section-inner .fake-table-bordered .table-col {
        border-left: none;
    }
}

section.section-inner .fake-table-bordered .table-col:first-child {
    border-left: none;
}

section.section-inner .fake-table-dep .table-row {
    border-top: 1px solid #ECEEEF;
}

@media (max-width: 767px) {
    section.section-inner .fake-table-dep .table-row {
        display: block;
        background: #fff;
        border-radius: 20px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
        margin-bottom: 30px;
    }
}

section.section-inner .fake-table-dep .table-row:first-child {
    border-top: none;
}

@media (max-width: 767px) {
    section.section-inner .fake-table-dep .table-row-head {
        display: none;
    }
}

section.section-inner .fake-table-dep .table-col {
    border-left: 1px solid #E8E9EB;
    padding: 20px 3%;
}

@media (min-width: 768px) and (max-width: 1199px) {
    section.section-inner .fake-table-dep .table-col {
        padding: 20px 15px;
    }
}

@media (max-width: 767px) {
    section.section-inner .fake-table-dep .table-col {
        width: 100% !important;
        min-width: 100% !important;
        border-left: none;
        padding: 20px 25px;
    }
    section.section-inner .fake-table-dep .table-col:last-child {
        border-bottom: none;
    }
}

section.section-inner .fake-table-dep .table-col:first-child {
    border-left: none;
}

section.section-inner .fake-table-dep .table-col.col-desc {
    width: 30%;
    min-width: 30%;
}

section.section-inner .fake-table-dep .table-col.col-filename {
    width: 35%;
    min-width: 35%;
}

section.section-inner .fake-table-dep .table-col.col-date {
    width: 40%;
}

section.section-inner .fake-table-dep .deposit-desc {
    display: block;
    font-size: 22px;
    font-weight: 500;
    color: #000;
    line-height: 26px;
}

@media (min-width: 768px) and (max-width: 1199px) {
    section.section-inner .fake-table-dep .deposit-desc {
        font-size: 18px;
        line-height: 22px;
    }
}

section.section-inner .fake-table-dep .status-info {
    padding-left: 45px;
    min-height: 25px;
}

section.section-inner .fake-table-dep .status-info .status-title {
    display: block;
    font-size: 18px;
    line-height: 21px;
    color: #000;
    font-weight: 500;
    padding-bottom: 3px;
}

@media (min-width: 768px) and (max-width: 991px) {
    section.section-inner .fake-table-dep .status-info .status-title {
        font-size: 16px;
        line-height: 19px;
    }
}

@media (max-width: 767px) {
    section.section-inner .fake-table-dep .status-info .status-title {
        font-size: 16px;
        line-height: 19px;
    }
}

section.section-inner .fake-table-dep .status-info .status-date {
    display: block;
    color: #777777;
    font-weight: 500;
    font-size: 14px;
}

section.section-inner .fake-table-dep .status-good {
    background: url(../images/form-icon-okay.png) no-repeat;
    background-size: 25px auto;
}

section.section-inner .fake-table-dep .status-warning {
    background: url(../images/form-icon-warning.png) no-repeat;
    background-size: 28.5px auto;
}

section.section-inner .fake-table-dep .file-info {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

@media (min-width: 768px) and (max-width: 1199px) {
    section.section-inner .fake-table-dep .file-info {
        display: block;
        overflow: hidden;
    }
    section.section-inner .fake-table-dep .file-info .icon {
        text-align: center;
        padding-bottom: 10px;
    }
}

section.section-inner .fake-table-dep .file-info:hover .filedesc .filename {
    color: #ffea33;
}

section.section-inner .fake-table-dep .file-info .filedesc {
    padding-left: 25px;
}

@media (min-width: 768px) and (max-width: 1199px) {
    section.section-inner .fake-table-dep .file-info .filedesc {
        padding-left: 0;
        text-align: center;
    }
}

@media (max-width: 767px) {
    section.section-inner .fake-table-dep .file-info .filedesc {
        width: 100%;
        overflow: hidden;
    }
}

section.section-inner .fake-table-dep .file-info .filedesc .title {
    display: block;
    font-size: 13px;
    color: #b7b7b7;
    font-weight: 500;
    padding-bottom: 5px;
}

section.section-inner .fake-table-dep .file-info .filedesc .filename {
    display: block;
    color: #000;
    font-weight: 500;
    font-size: 15px;
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
}

@media (min-width: 768px) and (max-width: 991px) {
    section.section-inner .fake-table-dep .file-info .filedesc .filename {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    section.section-inner .fake-table-dep .file-info .filedesc .filename {
        font-size: 14px;
        max-width: none;
        word-wrap: break-word;
        padding-bottom: 5px;
    }
}

section.section-inner .fake-table-product-desc {
    display: table;
    width: 100%;
}

@media (max-width: 767px) {
    section.section-inner .fake-table-product-desc {
        display: block;
    }
}

section.section-inner .fake-table-product-desc .table-row {
    width: 100%;
    display: table-row;
}

@media (max-width: 767px) {
    section.section-inner .fake-table-product-desc .table-row {
        display: block;
    }
}

section.section-inner .fake-table-product-desc .table-row:first-child .table-col {
    border-top: none;
}

section.section-inner .fake-table-product-desc .table-col {
    border-top: 1px solid #E2E4E7;
    border-left: 1px solid #E2E4E7;
    padding: 7px 3%;
    color: #464646;
    font-size: 16px;
    display: table-cell;
}

@media (max-width: 767px) {
    section.section-inner .fake-table-product-desc .table-col {
        display: block;
        border-left: none;
        border-top: none;
        border-bottom: 1px solid #E2E4E7;
    }
}

section.section-inner .fake-table-product-desc .table-col:first-child {
    border-left: none;
}

@media (max-width: 767px) {
    section.section-inner .fake-table-product-desc .table-col:first-child {
        border-top: none !important;
    }
}

section.section-inner .fake-table-product-desc .table-col .nowrap {
    white-space: nowrap;
}

section.section-inner .fake-table-product-desc .table-col strong {
    color: #000;
}

@media (max-width: 767px) {
    section.section-inner .fake-table-product-desc .table-col strong {
        font-size: 18px;
    }
}

section.section-inner .fake-table-product-desc .table-col-desc {
    font-size: 17px;
    color: #000;
}

.register-page .reg-heading {
    text-align: center;
    padding-bottom: 20px;
    width: 90%;
    margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 991px) {
    .register-page .reg-heading {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .register-page .reg-heading {
        padding-bottom: 20px;
        width: 100%;
    }
}

.register-page .reg-heading h1 {
    font-weight: 300;
    font-size: 53px;
    line-height: 60px;
    margin: 0 0 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .register-page .reg-heading h1 {
        font-size: 48px;
        line-height: 55px;
    }
}

@media (max-width: 767px) {
    .register-page .reg-heading h1 {
        font-size: 44px;
        line-height: 50px;
    }
}

.register-page .reg-heading p {
    font-size: 18px;
    line-height: 29px;
}

.register-page .register-form .label-type {
    display: block;
    font-size: 20px;
    line-height: 27px;
}

.register-page .radio-inline-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.register-page .radio-inline-list .custom-radio {
    padding-right: 10%;
    margin-bottom: 10px;
}

.register-page .radio-inline-list .custom-radio:last-child {
    padding-right: 0;
}

.register-page .radio-inline-list.radio-inline-lefted .custom-radio {
    padding-right: 30px;
}

.register-page fieldset.company-role {
    border-bottom: 1px solid #F0F1F4;
    padding-bottom: 20px;
}

.register-page .is-politic-fields .form-group:last-child {
    margin-bottom: 0;
}

.register-page .other-fields .radio-inline-list {
    padding-left: 0;
}

.register-page .right-plefted {
    padding-left: 40px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .register-page .right-plefted {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .register-page .right-plefted {
        padding-left: 0;
    }
}

.register-page .check-fields {
    padding-left: 30px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .register-page .check-fields {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .register-page .check-fields {
        padding-left: 0;
    }
}

.register-page .politic-info-group {
    display: none;
}

.register-page .form-steps-list {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    margin-bottom: 50px;
    margin-top: 30px;
}

@media (max-width: 767px) {
    .register-page .form-steps-list {
        margin-bottom: 30px;
    }
}

.register-page .form-steps-list:before {
    content: "";
    display: block;
    clear: both;
    background-color: #ffea33;
    left: 125px;
    height: 2px;
    top: 5px;
    position: absolute;
    z-index: 2;
    display: none;
}

.register-page .form-steps-list li {
    position: relative;
    padding: 20px 0 0;
    flex: 1;
    text-align: center;
}

.register-page .form-steps-list li:before {
    content: "";
    display: block;
    clear: both;
    background-color: #DADCE1;
    height: 2px;
    left: 0;
    width: 50%;
    position: absolute;
    top: 5px;
}

.register-page .form-steps-list li:after {
    content: "";
    display: block;
    clear: both;
    background-color: #DADCE1;
    height: 2px;
    left: 50%;
    width: 50%;
    position: absolute;
    top: 5px;
}

.register-page .form-steps-list li:first-child {
    max-width: 200px;
}

.register-page .form-steps-list li:first-child:before {
    display: none;
}

.register-page .form-steps-list li:last-child {
    max-width: 200px;
}

.register-page .form-steps-list li:last-child:after {
    display: none;
}

.register-page .form-steps-list li .step-title {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #bababa;
    line-height: 18px;
    position: relative;
    z-index: 3;
}

@media (max-width: 767px) {
    .register-page .form-steps-list li .step-title {
        font-size: 12px;
        line-height: 16px;
    }
}

.register-page .form-steps-list li .step-title:before {
    content: "";
    display: block;
    clear: both;
    border-radius: 50%;
    background-color: #D8DADF;
    width: 12px;
    height: 12px;
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -6px;
}

.register-page .form-steps-list li.active:before {
    background-color: #ffea33;
}

.register-page .form-steps-list li.active .step-title {
    font-size: 19px;
    color: #000;
}

@media (max-width: 767px) {
    .register-page .form-steps-list li.active .step-title {
        font-size: 14px;
    }
}

.register-page .form-steps-list li.active .step-title:before {
    background-color: #ffea33;
}

.register-page .form-steps-list li.done:before, .register-page .form-steps-list li.done:after {
    background-color: #ffea33;
}

.register-page .form-steps-list li.done .step-title:before {
    background-color: #ffea33;
}

.register-page .white-status-box {
    background-color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    border-radius: 24px;
    padding: 0 30px;
    margin-bottom: 35px;
}

.register-page .white-status-box:last-child {
    margin-bottom: 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .register-page .white-status-box {
        padding: 0 5px 0 20px;
    }
}

@media (max-width: 767px) {
    .register-page .white-status-box {
        display: block;
        padding: 0 5px;
    }
}

.register-page .white-status-box .status-left-box {
    flex: 1;
    height: 100%;
}

.register-page .white-status-box .status-left-box .status-heading-box {
    border-bottom: 1px solid #F3F3F3;
    padding: 25px 30px 10px 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 767px) {
    .register-page .white-status-box .status-left-box .status-heading-box {
        padding: 20px 30px 10px;
    }
}

.register-page .white-status-box .status-left-box .status-heading-box .status-title {
    display: block;
    font-size: 23px;
}

.register-page .white-status-box .status-left-box .status-heading-box .date {
    display: block;
    font-weight: 500;
    font-size: 16px;
    color: #696969;
}

.register-page .white-status-box .status-left-box .status-signed-box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 15px 0 20px 10px;
}

@media (max-width: 767px) {
    .register-page .white-status-box .status-left-box .status-signed-box {
        display: block;
    }
}

.register-page .white-status-box .status-left-box .status-signed-box .status-info {
    flex: 1;
    padding-left: 45px;
    padding-top: 3px;
    min-height: 25px;
}

@media (max-width: 767px) {
    .register-page .white-status-box .status-left-box .status-signed-box .status-info {
        margin: 10px 0;
    }
}

.register-page .white-status-box .status-left-box .status-signed-box .status-info .status-title {
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    padding-bottom: 3px;
}

.register-page .white-status-box .status-left-box .status-signed-box .status-info .status-date {
    display: block;
    color: #777777;
    font-weight: 500;
    font-size: 14px;
}

.register-page .white-status-box .status-left-box .status-signed-box .status-good {
    background: url(../images/form-icon-okay.png) no-repeat;
    background-size: 25px auto;
}

.register-page .white-status-box .status-left-box .status-signed-box .status-warning {
    background: url(../images/form-icon-warning.png) no-repeat;
    background-size: 28.5px auto;
}

.register-page .white-status-box .status-right-box {
    border-left: 1px solid #F3F3F3;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 0px 20px 25px;
    width: 30%;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .register-page .white-status-box .status-right-box {
        width: 150px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .register-page .white-status-box .status-right-box {
        width: 140px;
        padding-left: 5px;
    }
}

@media (max-width: 767px) {
    .register-page .white-status-box .status-right-box {
        width: 100%;
        border-left: none;
        border-top: 2px solid #f3f3f3;
        padding: 20px 0;
        justify-content: center;
    }
}

.register-page .white-status-box .status-right-box .file-info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .register-page .white-status-box .status-right-box .file-info {
        display: block;
        overflow: hidden;
    }
    .register-page .white-status-box .status-right-box .file-info .icon {
        text-align: center;
        padding-bottom: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .register-page .white-status-box .status-right-box .file-info {
        display: block;
        overflow: hidden;
    }
    .register-page .white-status-box .status-right-box .file-info .icon {
        text-align: center;
        padding-bottom: 10px;
    }
}

.register-page .white-status-box .status-right-box .file-info:hover .filedesc .filename {
    color: #ffea33;
}

.register-page .white-status-box .status-right-box .file-info .filedesc {
    padding-left: 25px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .register-page .white-status-box .status-right-box .file-info .filedesc {
        padding-left: 0;
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .register-page .white-status-box .status-right-box .file-info .filedesc {
        padding-left: 0;
        text-align: center;
    }
}

.register-page .white-status-box .status-right-box .file-info .filedesc .title {
    display: block;
    font-size: 13px;
    color: #b7b7b7;
    font-weight: 500;
    padding-bottom: 5px;
}

.register-page .white-status-box .status-right-box .file-info .filedesc .filename {
    display: block;
    color: #000;
    font-weight: 500;
    font-size: 15px;
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
}

@media (min-width: 768px) and (max-width: 991px) {
    .register-page .white-status-box .status-right-box .file-info .filedesc .filename {
        font-size: 14px;
    }
}

.register-page .white-status-box .sign-actions-box {
    padding: 15px 0 20px 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

@media (min-width: 768px) and (max-width: 991px) {
    .register-page .white-status-box .sign-actions-box {
        display: block;
        text-align: center;
        padding: 15px 10%;
    }
}

@media (max-width: 767px) {
    .register-page .white-status-box .sign-actions-box {
        display: block;
        text-align: center;
        padding: 15px 5px;
    }
}

.register-page .white-status-box .sign-actions-box .digital-box {
    position: relative;
}

.register-page .white-status-box .sign-actions-box .digital-box .digital-btn-choose {
    border: none;
    background-color: #ffea33;
    padding: 0 25px 0 30px;
    border-radius: 30px;
    color: #000;
    font-size: 17px;
    font-weight: 500;
    outline: none;
    transition: all 0.3s ease;
}

@media (max-width: 767px) {
    .register-page .white-status-box .sign-actions-box .digital-box .digital-btn-choose {
        padding: 0 15px 0 20px;
    }
}

@media (min-width: 768px) {
    .register-page .white-status-box .sign-actions-box .digital-box .digital-btn-choose:hover {
        box-shadow: 0 0 30px #ffea33;
    }
}

.register-page .white-status-box .sign-actions-box .digital-box .digital-btn-choose span {
    display: block;
    padding: 14px 38px 13px 0;
    background: url(../images/digital-label.png) no-repeat 100% 50%;
    background-size: 21px auto;
}

.register-page .white-status-box .sign-actions-box .or {
    padding: 0 25px;
    font-size: 18px;
    color: #A3A3A3;
}

@media (min-width: 768px) and (max-width: 991px) {
    .register-page .white-status-box .sign-actions-box .or {
        display: block;
        width: 100%;
        text-align: center;
        padding: 20px 0;
    }
}

.register-page .white-status-box .digital-buttons {
    position: absolute;
    left: -3px;
    right: -3px;
    top: -3px;
    bottom: -3px;
    border-radius: 50px;
    box-shadow: 0 5px 10px rgba(164, 179, 200, 0.3);
    display: none;
}

.register-page .white-status-box .digital-buttons button {
    background: linear-gradient(to bottom, #FAFAFA 0%, #F3F3F3 100%);
    border: 1px solid rgba(165, 180, 200, 0.5);
    border-top: none;
    border-radius: 50px;
    height: 100%;
    width: 50%;
    float: left;
    outline: none;
    text-align: center;
    transition: all 0.3s ease;
}

.register-page .white-status-box .digital-buttons button:hover {
    background: linear-gradient(to bottom, #fff 0%, #fff 100%);
}

.register-page .white-status-box .digital-buttons button:first-child {
    border-radius: 50px 0 0 50px;
    border-right: 2px solid #CDD0D6;
}

.register-page .white-status-box .digital-buttons button:last-child {
    border-left: none;
    border-radius: 0 50px 50px 0;
}

.register-page .white-box-payment-info {
    background-color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    border-radius: 24px;
    padding: 0;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .register-page .white-box-payment-info {
        display: block;
    }
    .register-page .white-box-payment-info:last-child {
        margin-bottom: 0;
    }
}

.register-page .white-box-payment-info .payment-name-box {
    padding: 25px 25px 25px 60px;
    width: 25%;
    position: relative;
}

@media (min-width: 768px) and (max-width: 991px) {
    .register-page .white-box-payment-info .payment-name-box {
        width: 100%;
        border-bottom: 1px solid #EBEDF0;
    }
}

@media (max-width: 767px) {
    .register-page .white-box-payment-info .payment-name-box {
        width: 100%;
        padding: 30px 25px 20px;
    }
}

.register-page .white-box-payment-info .payment-name-box .payment-type {
    transform: rotate(-90deg);
    width: 100px;
    text-align: center;
    position: absolute;
    top: 50%;
    height: 100px;
    left: 20px;
    margin-top: -50px;
    text-transform: uppercase;
    font-size: 10px;
    color: #adadad;
    font-weight: 500;
    display: block;
    letter-spacing: 4px;
}

@media (max-width: 767px) {
    .register-page .white-box-payment-info .payment-name-box .payment-type {
        position: static;
        transform: rotate(0deg);
        margin: 0;
        width: 100%;
        display: block;
        padding-bottom: 10px;
        text-align: left;
        height: auto;
    }
}

.register-page .white-box-payment-info .payment-name-box .date {
    display: block;
    color: #696969;
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 5px;
}

.register-page .white-box-payment-info .payment-name-box .name {
    display: block;
    font-size: 24px;
    font-weight: 500;
    color: #000;
    margin-bottom: 30px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .register-page .white-box-payment-info .payment-name-box .name {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .register-page .white-box-payment-info .payment-name-box .name {
        margin-bottom: 10px;
    }
}

.register-page .white-box-payment-info .payment-name-box .price {
    display: block;
    font-size: 20px;
    background: url(../images/icon-payment-income.png) no-repeat 100% 50%;
    background-size: 23px auto;
    min-height: 23px;
}

.register-page .white-box-payment-info .payment-name-box .price span {
    font-weight: 300;
}

.register-page .white-box-payment-info .payment-center-box {
    flex: 1;
    padding: 25px 5%;
    background: url(../images/bg-ticket-left.png) repeat-y;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .register-page .white-box-payment-info .payment-center-box {
        padding: 25px 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .register-page .white-box-payment-info .payment-center-box {
        background: none;
    }
}

@media (max-width: 767px) {
    .register-page .white-box-payment-info .payment-center-box {
        display: block;
        background: url(../images/bg-ticket-top.png) repeat-x;
        padding: 30px 20px 20px;
        border-bottom: 1px solid #EBEDF0;
    }
}

.register-page .white-box-payment-info .payment-center-box .stat-box {
    padding-left: 45px;
    background: url(../images/icon-payment-date.png) no-repeat;
    background-size: 35.5px auto;
}

@media (max-width: 767px) {
    .register-page .white-box-payment-info .payment-center-box .stat-box {
        background: none;
        padding-left: 0;
        padding-bottom: 10px;
    }
}

.register-page .white-box-payment-info .payment-center-box .stat-box .dates-box {
    padding-bottom: 20px;
}

.register-page .white-box-payment-info .payment-center-box .stat-box .dates-box .wait-pay {
    display: block;
    font-size: 16px;
    color: #000;
    padding-bottom: 3px;
}

@media (max-width: 767px) {
    .register-page .white-box-payment-info .payment-center-box .stat-box .dates-box .wait-pay {
        font-size: 15px;
    }
}

.register-page .white-box-payment-info .payment-center-box .stat-box .dates-box .last-pay {
    display: block;
    font-size: 14px;
    color: #8b8b8b;
}

.register-page .white-box-payment-info .payment-center-box .stat-box .doc-info-box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
}

@media (max-width: 767px) {
    .register-page .white-box-payment-info .payment-center-box .stat-box .doc-info-box {
        display: block;
    }
}

.register-page .white-box-payment-info .payment-center-box .stat-box .doc-info-box .doc-info-col {
    border-left: 1px solid #EBEDF0;
    padding: 0 20px;
}

@media (max-width: 767px) {
    .register-page .white-box-payment-info .payment-center-box .stat-box .doc-info-box .doc-info-col {
        padding: 0 0 10px;
        border-left: none;
    }
}

.register-page .white-box-payment-info .payment-center-box .stat-box .doc-info-box .doc-info-col:first-child {
    border: none;
    padding-left: 0;
}

.register-page .white-box-payment-info .payment-center-box .stat-box .doc-info-box .doc-info-col:last-child {
    padding-right: 0;
}

.register-page .white-box-payment-info .payment-center-box .stat-box .doc-info-box .doc-info-col span {
    display: block;
    font-weight: 300;
    font-size: 14px;
    color: #000;
}

.register-page .white-box-payment-info .payment-center-box .stat-box .doc-info-box .doc-info-col strong {
    font-size: 14px;
    color: #000;
}

.register-page .white-box-payment-info .payment-center-box .actions-box .buttons-wrap {
    text-align: center;
    width: 210px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .register-page .white-box-payment-info .payment-center-box .actions-box .buttons-wrap {
        width: 150px;
    }
}

@media (max-width: 767px) {
    .register-page .white-box-payment-info .payment-center-box .actions-box .buttons-wrap {
        width: 100%;
    }
}

.register-page .white-box-payment-info .payment-center-box .actions-box .buttons-wrap a {
    width: 100%;
    font-size: 18px;
    margin-bottom: 18px;
    line-height: 21px;
}

.register-page .white-box-payment-info .payment-center-box .actions-box .buttons-wrap a:last-child {
    margin-bottom: 0;
}

.register-page .white-box-payment-info .doc-link-box {
    width: 120px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #EBEDF0;
}

@media (max-width: 767px) {
    .register-page .white-box-payment-info .doc-link-box {
        width: 100%;
        padding: 15px 0;
    }
}

.register-page .white-box-payment-info .doc-link-box .doc-link {
    font-size: 14px;
    color: #787878;
    line-height: 17px;
    display: inline-block;
    font-weight: 500;
    transition: all 0.3s ease;
}

.register-page .white-box-payment-info .doc-link-box .doc-link:hover {
    color: #000;
    transform: scale(1.1);
}

.register-page .white-box-payment-info .doc-link-box .doc-link img {
    display: block;
    width: 31px;
    margin-bottom: 5px;
}

@media (max-width: 767px) {
    .register-page .white-box-payment-info .doc-link-box .doc-link img {
        display: inline-block;
        vertical-align: middle;
    }
}

@media (max-width: 767px) {
    .register-page .white-box-payment-info .doc-link-box .doc-link span br {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .register-page .button-wrap {
        text-align: center;
    }
}

.register-page .buttons-center-wrap {
    text-align: center;
}

.register-page .buttons-center-wrap a,
.register-page .buttons-center-wrap button {
    width: 260px;
    margin: 0 15px;
}

@media (max-width: 767px) {
    .register-page .buttons-center-wrap a,
    .register-page .buttons-center-wrap button {
        display: block;
        margin: 0 auto 20px;
    }
}

.register-page .buttons-center-wrap .yellow-btn-submit {
    background-color: #ffea33;
    font-size: 25px;
    padding-bottom: 9px;
    padding-top: 9px;
}

.register-page .register-info-box {
    text-align: center;
    color: #000;
    width: 90%;
    margin: 0 auto 60px;
    padding-top: 30px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .register-page .register-info-box {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .register-page .register-info-box {
        width: 100%;
        padding-top: 0;
        margin-bottom: 0;
    }
}

.register-page .register-info-box .icon {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .register-page .register-info-box .icon {
        margin-bottom: 20px;
    }
}

.register-page .register-info-box .desc {
    padding-bottom: 30px;
}

@media (max-width: 767px) {
    .register-page .register-info-box .desc {
        padding-bottom: 20px;
    }
}

.register-page .register-info-box .info-title {
    display: block;
    font-size: 33px;
    font-weight: normal;
    padding-bottom: 25px;
}

@media (max-width: 767px) {
    .register-page .register-info-box .info-title {
        font-size: 24px;
        line-height: 30px;
        padding-bottom: 20px;
    }
}

.register-page .register-info-box p {
    margin: 0 0 20px;
    color: #595959;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
}

.about-top-sect {
    padding: 190px 0 80px;
    position: relative;
    overflow: hidden;
}

@media (min-width: 768px) and (max-width: 991px) {
    .about-top-sect {
        padding-top: 160px;
    }
}

@media (max-width: 767px) {
    .about-top-sect {
        padding: 190px 0 30px;
        overflow: visible;
    }
}

.about-top-sect .scroll-bottom-link {
    top: 45%;
    bottom: auto;
    width: 40px;
}

@media (min-width: 2000px) {
    .about-top-sect .scroll-bottom-link {
        right: 50%;
        margin-right: -900px;
    }
}

.about-top-sect._mod-pic-heading {
    min-height: 400px;
    max-height: 680px;
}

.about-top-sect._mod-pic-heading .bottom-title-box {
    position: absolute;
    bottom: 15%;
    left: 0;
    width: 100%;
}

.about-top-sect._mod-pic-heading:after {
    content: "";
    display: block;
    clear: both;
    padding-top: 24%;
}

.about-top-sect._mod-pic-heading h1 {
    font-weight: 500;
    margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .about-top-sect._mod-pic-heading h1 {
        line-height: 60px;
    }
}

.about-top-sect._mod-pic-heading .box-content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 767px) {
    .about-top-sect._mod-pic-heading .box-content {
        display: block;
    }
}

.about-top-sect._mod-pic-heading .box-content .right-btn-col {
    padding-right: 10px;
}

@media (max-width: 767px) {
    .about-top-sect._mod-pic-heading .box-content .right-btn-col {
        display: none;
    }
}

.about-top-sect._mod-pic-heading .titles-box {
    padding-right: 5vw;
}

@media (max-width: 767px) {
    .about-top-sect._mod-pic-heading .titles-box {
        padding-right: 0;
    }
}

.about-top-sect._mod-pic-heading .all-product-link {
    text-transform: none;
}

.about-top-sect._mod-pic-heading .all-product-link span {
    letter-spacing: 0;
}

.about-top-sect .sect-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover !important;
}

@media (max-width: 767px) {
    .about-top-sect .sect-bg {
        background-position: 60% 0 !important;
    }
    .about-top-sect .sect-bg:after {
        content: "";
        display: block;
        clear: both;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.2);
    }
}

.about-top-sect .overlay {
    z-index: 3;
    background-color: rgba(14, 18, 28, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.about-top-sect .overlay._mod-light {
    background: rgba(0, 0, 0, 0.23);
}

.about-top-sect .overlay._mod-light:before {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 80%;
    width: 100%;
    background: url(../images/overlay-light-bottom.png) no-repeat 50% 100%;
    background-size: 100% 100%;
}

.about-top-sect .box-content {
    padding-left: 65px;
    position: relative;
    z-index: 5;
    color: #fff;
}

@media (min-width: 768px) and (max-width: 991px) {
    .about-top-sect .box-content {
        padding-left: 30px;
    }
}

@media (max-width: 767px) {
    .about-top-sect .box-content {
        padding: 0 5px;
    }
}

.about-top-sect h1 {
    color: #fff;
    font-size: 60px;
    margin: 0 0 20px;
    font-weight: normal;
    line-height: 60px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .about-top-sect h1 {
        font-size: 65px;
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .about-top-sect h1 {
        font-size: 38px;
        line-height: 40px;
        margin-bottom: 10px;
    }
}

.about-top-sect .about-nav {
    width: 100%;
    margin-top: 100px;
    border-bottom: 1px solid rgba(163, 154, 153, 0.33);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
}

@media (max-width: 767px) {
    .about-top-sect .about-nav {
        margin-top: 20px;
        border: none;
        display: none;
    }
    .about-top-sect .about-nav .flickity-page-dots {
        display: none;
    }
}

.about-top-sect .about-nav li {
    display: block;
    margin-right: 5%;
    margin-bottom: -1px;
}

.about-top-sect .about-nav li:last-child {
    margin-right: 0;
}

@media (max-width: 767px) {
    .about-top-sect .about-nav li:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .about-top-sect .about-nav li {
        display: block;
        margin-right: 0;
        margin-bottom: 10px;
    }
}

.about-top-sect .about-nav li a {
    color: #fff;
    transition: all 0.3s ease;
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
    position: relative;
    height: 100%;
    display: inline-block;
    padding-bottom: 18px;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .about-top-sect .about-nav li a {
        font-size: 18px;
        line-height: 20px;
    }
}

@media (max-width: 767px) {
    .about-top-sect .about-nav li a {
        font-size: 24px;
        padding-bottom: 5px;
    }
}

.about-top-sect .about-nav li a:after {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 3px;
    background-color: #ffea33;
    transition: all 0.3s ease;
    opacity: 0;
}

@media (max-width: 767px) {
    .about-top-sect .about-nav li a:after {
        margin-top: 5px;
        height: 1px;
    }
}

.about-top-sect .about-nav li a:hover {
    color: #ffea33;
}

.about-top-sect .about-nav li.active a {
    color: #ffea33;
}

.about-top-sect .about-nav li.active a:after {
    opacity: 1;
}

.about-top-sect .nav-wrap {
    border-bottom: 1px solid rgba(163, 154, 153, 0.33);
    padding-top: 50px;
}

@media (max-width: 767px) {
    .about-top-sect .nav-wrap {
        border: none;
    }
}

.about-top-sect .subtitle {
    display: block;
    font-size: 38px;
    line-height: 48px;
    font-weight: 300;
}

@media (min-width: 768px) and (max-width: 991px) {
    .about-top-sect .subtitle {
        font-size: 34px;
        line-height: 40px;
    }
}

@media (max-width: 767px) {
    .about-top-sect .subtitle {
        font-size: 23px;
        font-weight: 300;
        line-height: 30px;
    }
}

.about-top-sect .subtitle-big {
    display: block;
    font-size: 40px;
    line-height: 50px;
    color: #fff;
    font-weight: normal;
    padding-bottom: 20px;
}


.white-box {
    padding: 30px 40px 35px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 50px rgba(87, 87, 109, 0.04);
}

@media (min-width: 768px) and (max-width: 1199px) {
    .white-box {
        margin-bottom: 35px;
    }
}

@media (max-width: 767px) {
    .white-box {
        padding: 20px 15px;
    }
}

.all-products-sect {
    padding: 20px 0 30px;
}

@media (max-width: 767px) {
    .all-products-sect {
        padding-top: 30px;
    }
}

.all-credit-products .xs-more em {
    border-color: #14BD28;
}

.all-credit-products .xs-more em:before {
    background: #14BD28;
}

.all-credit-products .xs-more em:after {
    border-color: #14BD28;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .all-credit-products {
        padding-right: 4%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .all-credit-products {
        padding-right: 20px;
        padding-left: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .all-credit-products .cat-label-wrap {
        display: none;
    }
}

.all-credit-products .main-info-row {
    min-height: 180px;
    flex-wrap: nowrap;
}

@media (max-width: 767px) {
    .all-credit-products .main-info-row {
        min-height: 0;
    }
}

@media (max-width: 767px) {
    .all-credit-products .col-stack-left,
    .all-credit-products .col-stack-right {
        padding: 15px 0;
        flex-wrap: wrap;
    }
}

.all-credit-products .col-stack-right {
    padding-right: 0;
    border-left: none;
    padding-left: 0;
    flex: 1;
    max-width: 700px;
    justify-content: center;
}

@media (max-width: 767px) {
    .all-credit-products .col-stack-right {
        padding: 0 20px 10px;
        border: none;
        justify-content: space-between;
    }
}

@media (max-width: 767px) and (orientation: landscape) {
    .all-credit-products .col-stack-right {
        justify-content: center;
    }
}

.all-credit-products .col-stack-right .line {
    display: block;
    height: 100%;
    width: 1px;
    min-width: 1px;
    background: #E2E4E5;
    margin: 0 8%;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .all-credit-products .col-stack-right .line {
        margin: 0 5%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .all-credit-products .col-stack-right .line {
        margin: 0 15px;
    }
}

@media (min-width: 1400px) {
    .all-credit-products .col-stack-right .line {
        margin: 0 10%;
    }
}

@media (max-width: 767px) {
    .all-credit-products .col-stack-right .line {
        margin: 0 3px;
        height: 50px;
    }
}

@media (max-width: 767px) and (orientation: landscape) {
    .all-credit-products .col-stack-right .line {
        margin: 0 5%;
    }
}

.all-credit-products .col-stack-left {
    width: 40%;
    justify-content: flex-start;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .all-credit-products .col-stack-left {
        width: 30%;
    }
}

@media (max-width: 767px) {
    .all-credit-products .col-stack-left {
        text-align: center;
        justify-content: center;
    }
    .all-credit-products .col-stack-left .col-product-icon {
        width: 100%;
    }
    .all-credit-products .col-stack-left .col-product-name {
        width: 100%;
    }
    .all-credit-products .col-stack-left img {
        display: block;
        margin: 0 auto 10px;
    }
}

.all-credit-products .col-line {
    display: none;
}

.all-credit-products .col-product-period {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

@media (min-width: 768px) and (max-width: 991px) {
    .all-credit-products .col-product-period {
        display: block;
    }
}

@media (max-width: 767px) {
    .all-credit-products .col-product-period {
        display: block;
    }
}

@media (max-width: 767px) and (orientation: landscape) {
    .all-credit-products .col-product-period {
        display: flex;
    }
}

.all-credit-products .col-product-period.period-from {
    border-right: 1px solid #E5E8EC;
}

.all-credit-products .col-product-period .title {
    padding-bottom: 0;
    margin-top: -10px;
    text-align: center;
    display: block;
    width: 100%;
}

.all-credit-products .col-product-period .title br {
    display: none !important;
}

@media (min-width: 768px) and (max-width: 991px) {
    .all-credit-products .col-product-period .title {
        padding-left: 15px;
    }
    .all-credit-products .col-product-period .title br {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .all-credit-products .col-product-period .title {
        margin-top: 0;
        margin-bottom: 5px;
        text-align: left;
        padding-right: 0;
    }
}

@media (max-width: 767px) and (orientation: landscape) {
    .all-credit-products .col-product-period .title {
        padding-right: 10px;
    }
}

@media (max-width: 767px) {
    .all-credit-products .col-product-period .title br {
        display: none !important;
    }
}

.all-credit-products .col-product-period .summ-info {
    white-space: nowrap;
}

.all-credit-products .col-product-period .summ-info .period-box img {
    margin-top: 14px;
}

@media (max-width: 767px) {
    .all-credit-products .col-product-period .summ-info .period-box img {
        display: none;
    }
}

.all-credit-products .col-product-period .summ-info .before-num {
    margin-top: 15px;
    font-weight: normal;
    padding: 0 5px;
}

@media (max-width: 767px) {
    .all-credit-products .col-product-period .summ-info .before-num {
        display: block;
        margin-top: 0;
        padding-left: 20px;
    }
}

.all-credit-products .col-product-period .summ-info .nummed {
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

@media (max-width: 767px) {
    .all-credit-products .col-product-period .summ-info .nummed {
        text-align: left;
    }
}

.all-credit-products .col-product-period .summ-info .time-type {
    text-align: left;
    padding-left: 5px;
}

@media (max-width: 767px) {
    .all-credit-products .col-product-period .summ-info .time-type {
        padding-left: 0;
    }
}

.all-credit-products .col-product-period .summ-info .month-type {
    font-weight: 500;
    color: #000;
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    margin-top: 14px;
}

@media (max-width: 767px) {
    .all-credit-products .col-product-period .summ-info .month-type {
        margin-top: 5px;
    }
}

.all-credit-products .col-product-period .period-box .before-num {
    font-size: 16px;
}

.all-credit-products .col-product-period .period-box .num em {
    display: none;
}

@media (min-width: 768px) and (max-width: 991px) {
    .all-credit-products .col-product-period .period-box .num {
        font-size: 40px;
        line-height: 40px;
    }
}

@media (max-width: 767px) {
    .all-credit-products .col-product-period .period-box .num {
        font-size: 18px;
        font-weight: 500;
        line-height: 24px !important;
    }
    .all-credit-products .col-product-period .period-box .num em {
        font-style: normal;
        display: inline;
    }
}

.all-credit-products .col-product-period .time-type {
    font-size: 13px;
    font-weight: 500;
}

@media (max-width: 767px) {
    .all-credit-products .col-product-period .time-type {
        font-size: 18px;
    }
}

.all-credit-products .col-round-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 7%;
}

section.about-content {
    padding: 70px 0 30px;
    width: 100%;
    overflow: hidden;
}

@media (max-width: 767px) {
    section.about-content {
        padding: 40px 0 30px;
    }
}

section.about-content .content-holder {
    padding-left: 65px;
}

@media (min-width: 768px) and (max-width: 991px) {
    section.about-content .content-holder {
        padding-left: 20px;
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    section.about-content .content-holder {
        padding: 0;
    }
}

@media (min-width: 1400px) {
    section.about-content .content-holder {
        padding-right: 65px;
    }
}

section.about-content .flex-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 65px;
}

@media (max-width: 767px) {
    section.about-content .flex-row {
        flex-direction: column;
        padding-bottom: 0;
    }
}

section.about-content .flex-row .flex-col {
    width: 50%;
}

@media (max-width: 767px) {
    section.about-content .flex-row .flex-col {
        width: 100%;
        padding-bottom: 30px;
    }
}

section.about-content .flex-row .flex-col._mod-46p {
    width: 46%;
}

@media (max-width: 767px) {
    section.about-content .flex-row .flex-col._mod-46p {
        width: 100%;
    }
}

section.about-content .flex-row .flex-col p:last-child {
    margin-bottom: 0;
}

section.about-content .flex-row._mod-vcent {
    align-items: center;
}

section.about-content .image-wrapper {
    width: 100%;
    position: relative;
}

section.about-content .image-wrapper:after {
    content: "";
    display: block;
    clear: both;
}

section.about-content .full-width {
    width: 100%;
}

section.about-content .about-image-1 {
    float: right;
    overflow: hidden;
    position: relative;
    margin-bottom: 60px;
    height: 300px;
}

@media (min-width: 1399px) {
    section.about-content .about-image-1 {
        width: 100%;
        float: none;
    }
}

@media (max-width: 767px) {
    section.about-content .about-image-1 {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
        margin-right: 0;
    }
}

section.about-content .about-image-1 img {
    width: 100%;
    position: absolute;
    right: 0;
}

@media (max-width: 767px) {
    section.about-content .about-image-1 img {
        position: relative;
    }
}

section.about-content .about-image-2 {
    height: 270px;
    overflow: hidden;
    position: relative;
    margin-bottom: 120px;
}

@media (min-width: 1399px) {
    section.about-content .about-image-2 {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    section.about-content .about-image-2 {
        margin-bottom: 80px;
    }
}

@media (max-width: 767px) {
    section.about-content .about-image-2 {
        width: 100%;
        height: auto;
        margin-bottom: 50px;
    }
}

section.about-content .about-image-2 img {
    width: 100%;
    position: absolute;
    left: 0;
}

@media (max-width: 767px) {
    section.about-content .about-image-2 img {
        position: relative;
    }
}

section.about-content p {
    color: #000;
    font-size: 21px;
    line-height: 31px;
    margin: 0 0 60px;
    font-weight: 300;
}

@media (min-width: 768px) and (max-width: 991px) {
    section.about-content p {
        margin-bottom: 30px;
        font-size: 18px;
        line-height: 24px;
    }
}

@media (max-width: 767px) {
    section.about-content p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
    }
}

section.about-content p.big {
    font-size: 34px;
    font-weight: 300;
    line-height: 50px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    section.about-content p.big {
        font-size: 28px;
        line-height: 40px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    section.about-content p.big {
        font-size: 22px;
        line-height: 30px;
    }
}

@media (max-width: 767px) {
    section.about-content p.big {
        font-size: 21px;
        line-height: 26px;
    }
}

section.about-content h2 {
    font-size: 90px;
    font-weight: 300;
    color: #000;
    margin: 0 0 40px;
    border: none;
    padding-bottom: 0;
    line-height: 90px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    section.about-content h2 {
        font-size: 80px;
        line-height: 80px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    section.about-content h2 {
        font-size: 70px;
        line-height: 70px;
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    section.about-content h2 {
        font-size: 42px;
        line-height: 52px;
        margin-bottom: 20px;
        font-weight: normal;
    }
}

section.about-content hr {
    margin-bottom: 60px;
    border-bottom: 1px solid #ABADB1;
}

@media (max-width: 767px) {
    section.about-content hr {
        display: none;
    }
}

section.about-content .plefted {
    padding-left: 30px;
}

@media (max-width: 767px) {
    section.about-content .plefted {
        padding-left: 0;
    }
}

section.about-content .text-holder-right {
    padding-left: 15%;
}

@media (max-width: 767px) {
    section.about-content .text-holder-right {
        padding-left: 0;
    }
}

.press-center-tizer-sect {
    display: block;
    padding: 60px 0 20px;
}

@media (max-width: 767px) {
    .press-center-tizer-sect {
        padding: 30px 0 0;
    }
}

.press-center-tizer-sect .press-center-box .sect-title {
    font-size: 40px;
}

@media (max-width: 767px) {
    .press-center-tizer-sect .press-center-box .sect-title {
        padding-left: 0;
    }
}

.press-center-tizer-sect .press-center-list .item .item-holder:after {
    padding-top: 90%;
}

section.contract-heading-top-sect {
    background: #fff;
    padding-bottom: 10px;
    padding-top: 160px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
    section.contract-heading-top-sect.xs-gray {
        background: none;
    }
}

@media (max-width: 767px) {
    section.contract-heading-top-sect {
        padding-top: 130px;
        padding-bottom: 20px;
    }
}

section.contract-heading-top-sect h1 {
    font-weight: 300;
    font-size: 53px;
    margin: 0 0 25px;
}

@media (max-width: 767px) {
    section.contract-heading-top-sect h1 {
        font-size: 34px;
    }
}

section.contract-heading-top-sect .digital-sign-box {
    text-align: center;
    padding-bottom: 35px;
}

@media (max-width: 767px) {
    section.contract-heading-top-sect .digital-sign-box {
        padding-bottom: 0;
    }
}

section.contract-heading-top-sect .digital-sign-box .digital-label {
    display: block;
    color: #2d5f9b;
    font-size: 17px;
    padding-bottom: 15px;
}

@media (max-width: 767px) {
    section.contract-heading-top-sect .digital-sign-box .digital-label {
        padding-bottom: 5px;
    }
}

section.contract-heading-top-sect .digital-sign-box .digital-buttons {
    display: block;
    outline: none;
    border-radius: 50px;
    box-shadow: 0 5px 15px rgba(164, 179, 200, 0.3);
    width: 330px;
    height: 66px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    section.contract-heading-top-sect .digital-sign-box .digital-buttons {
        width: 100%;
        height: 50px;
    }
}

section.contract-heading-top-sect .digital-sign-box .digital-buttons button {
    background: linear-gradient(to bottom, #FAFAFA 0%, #F3F3F3 100%);
    border: 1px solid rgba(165, 180, 200, 0.5);
    border-top: none;
    border-radius: 50px;
    height: 100%;
    width: 50%;
    float: left;
    outline: none;
    text-align: center;
    transition: all 0.3s ease;
}

@media (max-width: 767px) {
    section.contract-heading-top-sect .digital-sign-box .digital-buttons button {
        width: 100%;
        border: 1px solid rgba(165, 180, 200, 0.5) !important;
    }
}

section.contract-heading-top-sect .digital-sign-box .digital-buttons button:hover {
    background: linear-gradient(to bottom, #fff 0%, #fff 100%);
}

section.contract-heading-top-sect .digital-sign-box .digital-buttons button:first-child {
    border-radius: 50px 0 0 50px;
    border-right: 1px solid #CDD0D6;
}

@media (max-width: 767px) {
    section.contract-heading-top-sect .digital-sign-box .digital-buttons button:first-child {
        border-radius: 50px;
    }
}

section.contract-heading-top-sect .digital-sign-box .digital-buttons button:last-child {
    border-left: none;
    border-radius: 0 50px 50px 0;
}

@media (max-width: 767px) {
    section.contract-heading-top-sect .digital-sign-box .digital-buttons .id-kart-btn {
        display: none;
    }
}

section.contract-content {
    padding-top: 45px;
}

@media (max-width: 767px) {
    section.contract-content {
        padding-bottom: 0px;
        padding-top: 20px;
    }
}

section.contract-content h2 {
    font-size: 30px;
    font-weight: normal;
    margin: 0 0 30px;
    color: #000;
}

@media (max-width: 767px) {
    section.contract-content h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }
}

.g_table-holder {
    margin-left: -3%;
    width: 102%;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .g_table-holder {
        width: 100%;
        margin-left: 0;
    }
}

table.table-full-info thead td {
    border-bottom: 1px solid #C4C8CD;
    font-size: 15px;
    line-height: 19px;
    vertical-align: bottom;
    border-left: 1px solid #D7DADE;
}

@media (min-width: 768px) and (max-width: 1199px) {
    table.table-full-info thead td {
        font-size: 14px;
    }
    table.table-full-info thead td br {
        display: none !important;
    }
}

table.table-full-info thead td:first-child {
    border-left: none;
}

table.table-full-info tbody td {
    border-top: 1px solid #DBDDE1;
    border-left: 1px solid #D7DADE;
}

@media (min-width: 768px) and (max-width: 1199px) {
    table.table-full-info tbody td {
        font-size: 14px;
    }
}

table.table-full-info tbody td:first-child {
    border-left: none;
}

table.table-full-info tbody td .date {
    white-space: nowrap;
}

.table-bottom-info {
    background: #fff;
    margin-top: 30px;
    padding: 25px 10px;
    text-align: center;
    color: #000;
    font-size: 16px;
    border-radius: 10px;
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    .table-bottom-info {
        font-size: 14px;
        text-align: left;
        background: none;
        padding: 0 10px;
        margin-bottom: 20px;
        margin-bottom: 10px;
    }
}

.index-sect-2 {
    background: none;
}

.product-promo-box {
    width: 100%;
    height: 100%;
    clip: rect(0, auto, auto, 0);
    overflow: hidden;
    position: absolute;
}

@media (max-width: 767px) {
    .product-promo-box {
        min-height: 400px;
        height: 100vh;
        position: relative;
        height: calc(var(--vh, 1vh) * 100);
    }
}

.product-promo-box .image-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 767px) {
    .product-promo-box .image-bg {
        position: absolute;
    }
}

@media (min-width: 768px) {
    .product-promo-box .image-bg {
        transform: translateY(100px);
        position: fixed;
    }
}

.product-promo-box .image-bg .desktop-bg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-attachment: fixed !important;
    background-position: 50% 0% !important;
    background-size: cover !important;
}

.product-promo-box .image-bg picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.product-promo-box .image-bg picture img {
    object-fit: cover;
    object-position: 50% 10%;
    width: 100%;
    height: 100%;
}

.product-promo-box .image-bg .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
    .product-promo-box .image-bg .overlay {
        background: url(../images/deposit-dark-overlay.png) no-repeat;
        background-size: 100% 100%;
        opacity: 0.3;
        box-shadow: none;
    }
}

.product-promo-box .product-screen-info {
    position: fixed;
    z-index: 5;
    right: 0;
    transform: perspective(0px);
    top: 110px;
    bottom: 200px;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    color: #fff;
}

@media (max-width: 767px) {
    .product-promo-box .product-screen-info {
        position: absolute;
        top: auto;
        bottom: 5%;
        padding: 0 0 30px;
    }
}

@media (max-width: 767px) and (orientation: landscape) {
    .product-promo-box .product-screen-info {
        bottom: 5%;
        top: auto;
        display: block;
    }
}

@media (max-width: 767px) {
    .product-promo-box .product-screen-info .container {
        width: 100%;
        padding: 0 15px 0 30px;
    }
}

.product-promo-box .product-screen-info h2 {
    font-weight: 500;
    font-size: 50px;
    line-height: 50px;
    margin: 0 0 10px -4px;
}

@media (max-width: 767px) {
    .product-promo-box .product-screen-info h2 {
        margin-left: 0;
        font-size: 18vw;
        line-height: 19vw;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) and (orientation: landscape) {
    .product-promo-box .product-screen-info h2 {
        font-size: 82px;
        line-height: 86px;
    }
}

.product-promo-box .product-screen-info h2 span {
    display: block;
    font-size: 80px;
    line-height: 80px;
    padding-left: 5px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .product-promo-box .product-screen-info h2 span {
        font-size: 60px;
        line-height: 60px;
    }
}

@media (max-width: 767px) {
    .product-promo-box .product-screen-info h2 span {
        font-size: 14vw;
        line-height: 15vw;
        padding-left: 0;
    }
}

@media (max-width: 767px) and (orientation: landscape) {
    .product-promo-box .product-screen-info h2 span {
        font-size: 42px;
        line-height: 46px;
    }
}

.product-promo-box .product-screen-info .subtitle {
    display: block;
    font-weight: 300;
    font-size: 26px;
    line-height: 34px;
    padding-bottom: 20px;
}

@media (max-width: 767px) {
    .product-promo-box .product-screen-info .subtitle {
        padding-left: 4px;
    }
    .product-promo-box .product-screen-info .subtitle br {
        display: none !important;
    }
}

.product-promo-box .product-screen-info .yellow-big-btn {
    margin-left: -15px;
}

@media (max-width: 767px) {
    .product-promo-box .product-screen-info .yellow-big-btn {
        margin-left: 0;
        line-height: 31px;
    }
    .product-promo-box .product-screen-info .yellow-big-btn span {
        padding-top: 8px;
        padding-bottom: 9px;
    }
}

.product-promo-box .sect-bottom-box {
    position: absolute;
    bottom: 6%;
    left: 0;
    width: 100%;
    z-index: 40;
    overflow: hidden;
}

@media (min-width: 768px) and (max-height: 700px) {
    .product-promo-box .sect-bottom-box {
        bottom: 15px;
    }
}

@media (max-width: 767px) {
    .product-promo-box .sect-bottom-box {
        display: none;
    }
}

.product-promo-box .sect-bottom-box .feats-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding-left: 70px;
    user-select: none;
}

@media (min-width: 768px) and (max-width: 991px) {
    .product-promo-box .sect-bottom-box .feats-flex {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .product-promo-box .sect-bottom-box .feats-flex {
        display: block;
        padding-left: 0;
    }
}

.product-promo-box .sect-bottom-box .feats-flex .scroll-bottom-box {
    width: 10%;
}

@media (min-width: 768px) and (max-width: 991px) {
    .product-promo-box .sect-bottom-box .feats-flex .scroll-bottom-box {
        display: none;
    }
}

.product-promo-box .sect-bottom-box .feats-list {
    padding: 0px 0 10px 0px;
    height: 160px;
    width: 100%;
}

@media (min-width: 768px) and (max-width: 991px) {
    .product-promo-box .sect-bottom-box .feats-list {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .product-promo-box .sect-bottom-box .feats-list {
        padding: 0 0 0 10px;
        height: auto;
        border: none;
    }
}

.product-promo-box .sect-bottom-box .feats-list .flickity-slider {
    backface-visibility: hidden;
}

.product-promo-box .sect-bottom-box .feats-list .flickity-button {
    display: none;
}

.product-promo-box .sect-bottom-box .feats-list .flickity-page-dots {
    bottom: 0;
    text-align: left;
}

@media (max-width: 767px) {
    .product-promo-box .sect-bottom-box .feats-list .flickity-page-dots {
        bottom: auto;
        top: 100%;
        padding-top: 10px;
        padding-left: 15px;
    }
}

.product-promo-box .sect-bottom-box .feats-list .flickity-page-dots .dot {
    margin: 0 16px 0 0;
    border-radius: 0;
    width: 2px;
    transition: 0.3s;
    background-color: rgba(255, 255, 255, 0.3);
}

.product-promo-box .sect-bottom-box .feats-list .flickity-page-dots .is-selected {
    background-color: #ffea33;
}

@media (min-width: 768px) and (max-width: 991px) {
    .product-promo-box .sect-bottom-box .feats-list {
        border: none;
        margin-left: -3%;
        width: 103%;
    }
}

.product-promo-box .sect-bottom-box .feats-list .feat-item {
    padding-right: 5%;
    width: 25%;
    backface-visibility: hidden;
}

.product-promo-box .sect-bottom-box .feats-list .feat-item:hover .feat-title {
    color: #ffea33;
}

@media (min-width: 768px) and (max-width: 991px) {
    .product-promo-box .sect-bottom-box .feats-list .feat-item {
        padding-right: 0;
        padding-left: 3%;
    }
}

@media (max-width: 767px) {
    .product-promo-box .sect-bottom-box .feats-list .feat-item {
        width: 250px;
        padding-left: 10px;
        padding-right: 5%;
    }
}

.product-promo-box .sect-bottom-box .feats-list .feat-item .icon {
    position: relative;
}

@media (min-width: 768px) {
    .product-promo-box .sect-bottom-box .feats-list .feat-item .icon {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-end;
        margin-bottom: 15px;
        width: 45px;
        height: 50px;
    }
}

@media (max-width: 767px) {
    .product-promo-box .sect-bottom-box .feats-list .feat-item .icon {
        margin-bottom: 15px;
    }
}

.product-promo-box .sect-bottom-box .feats-list .feat-item .icon img {
    backface-visibility: hidden;
    max-height: 100%;
    width: 100%;
}

.product-promo-box .sect-bottom-box .feats-list .feat-item .feat-title {
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    display: block;
    padding-bottom: 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .product-promo-box .sect-bottom-box .feats-list .feat-item .feat-title {
        white-space: normal;
        font-size: 15px;
        line-height: 19px;
    }
}

@media (max-width: 767px) {
    .product-promo-box .sect-bottom-box .feats-list .feat-item .feat-title {
        padding-bottom: 5px;
        font-size: 20px;
    }
}

.product-promo-box .sect-bottom-box .feats-list .feat-item .percent-box .num {
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    font-size: 20px;
    color: #cccccc;
    opacity: 0.9;
}

@media (min-width: 768px) and (max-width: 991px) {
    .product-promo-box .sect-bottom-box .feats-list .feat-item .percent-box .num {
        font-size: 19px;
    }
}

.product-promo-box .sect-bottom-box .feats-list .feat-item .percent-box .label {
    display: inline-block;
    vertical-align: middle;
    color: #afafaf;
    font-size: 12px;
}

.product-promo-box .sect-bottom-box .feats-list .feat-item .percent-box .label:before {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    width: 10px;
    background: rgba(184, 184, 184, 0.7);
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
}

.product-promo-box .sect-bottom-box .feats-list .feat-item span {
    display: block;
    color: #cfd7df;
    font-size: 13px;
}

@media (max-width: 767px) {
    .product-promo-box .sect-bottom-box .feats-list .feat-item span {
        font-size: 14px;
    }
}

.product-promo-box .sect-bottom-box .feats-list-flexed {
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
}

@media (min-width: 768px) and (max-width: 991px) {
    .product-promo-box .sect-bottom-box .feats-list-flexed {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .product-promo-box .sect-bottom-box .feats-list-flexed {
        padding-left: 10px;
        display: block;
    }
}

.product-promo-box .sect-bottom-box .feats-list-flexed .feat-item {
    padding-left: 0;
    padding-right: 5%;
    width: auto;
    flex: 1;
    position: relative;
}

@media (min-width: 768px) and (max-width: 991px) {
    .product-promo-box .sect-bottom-box .feats-list-flexed .feat-item {
        padding-right: 0;
        padding-left: 3%;
    }
}

@media (max-width: 767px) {
    .product-promo-box .sect-bottom-box .feats-list-flexed .feat-item {
        width: 250px;
        flex: auto;
    }
}

.product-promo-box .sect-bottom-box .feats-list-flexed .feat-item:last-child {
    padding-right: 0;
}

.product-promo-box .sect-bottom-box .feats-list-flexed .feat-item .icon {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 15px;
    width: 60px;
    height: 50px;
}

.product-promo-box .sect-bottom-box .feats-list-flexed .feat-item .icon img {
    max-height: 100%;
}

@media (max-width: 767px) {
    .product-promo-box .sect-bottom-box .feats-list-flexed .feat-item .icon {
        height: 50px;
    }
}

.product-promo-box .sect-bottom-box .feats-list-flexed .feat-item:hover .feat-title {
    color: #ffea33;
}

div#fp-nav.right,
div#fp-nav.fp-right {
    right: 4%;
    margin-top: 0 !important;
    transition: 0.3s;
    z-index: 40;
    transform: translateY(-60%);
}

div#fp-nav.right.hidedo,
div#fp-nav.fp-right.hidedo {
    transform: translate(80px, -70%);
    opacity: 0;
}

div#fp-nav.right li,
div#fp-nav.fp-right li {
    display: block;
    margin: 5px 0;
    width: auto;
    height: auto;
}

div#fp-nav.right li a,
div#fp-nav.fp-right li a {
    display: block;
    border-radius: 50%;
    visibility: visible;
    background: none;
    outline: none;
    width: 27px;
    height: 27px;
    border: 1px solid transparent;
    position: relative;
    padding: 8px;
    transition: 0.3s;
}

div#fp-nav.right li a:hover span,
div#fp-nav.fp-right li a:hover span {
    background: #fff;
}

div#fp-nav.right li a:before,
div#fp-nav.fp-right li a:before {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #ffea33;
    border-radius: 50%;
    opacity: 0;
    transition: 0.3s;
    transform: scale(0.5);
}

@media (max-width: 767px) {
    div#fp-nav.right li a,
    div#fp-nav.fp-right li a {
        margin: 15px 0;
    }
}

div#fp-nav.right li a span,
div#fp-nav.fp-right li a span {
    border-radius: 50%;
    position: static;
    display: block;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    background-color: rgba(255, 255, 255, 0.5);
    transform: scale(0.7);
    transition: all 0.3s ease;
}

div#fp-nav.right li a .fp-sr-only,
div#fp-nav.fp-right li a .fp-sr-only {
    display: none !important;
}

div#fp-nav.right li a.active:before,
div#fp-nav.fp-right li a.active:before {
    transform: scale(1);
    opacity: 1;
}

div#fp-nav.right li a.active span,
div#fp-nav.fp-right li a.active span {
    border-radius: 50%;
    transform: scale(1);
    background-color: #ffea33;
}

.index-sect-invest {
    position: relative;
    z-index: 3;
}

.index-sect-invest .sect-bottom-box {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    z-index: 40;
    overflow: hidden;
}

@media (max-height: 600px) and (min-width: 768px) {
    .index-sect-invest .sect-bottom-box {
        bottom: 10px;
    }
}

@media (max-width: 767px) {
    .index-sect-invest .sect-bottom-box {
        position: relative;
        z-index: 50;
        bottom: auto;
        left: auto;
    }
}

.index-sect-invest .feats-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    user-select: none;
}

@media (min-width: 768px) and (max-width: 991px) {
    .index-sect-invest .feats-flex {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .index-sect-invest .feats-flex {
        margin-left: -6%;
        margin-right: -7%;
    }
}

.index-sect-invest .feats-flex .feats-list {
    padding: 10px 0 2vh 0;
    width: 100%;
    margin-bottom: 3vh;
}

@media (max-width: 767px) {
    .index-sect-invest .feats-flex .feats-list {
        padding-bottom: 10px;
    }
}

@media (max-height: 600px) and (min-width: 768px) {
    .index-sect-invest .feats-flex .feats-list {
        margin-bottom: 0;
    }
}

.index-sect-invest .feats-flex .feats-list .flickity-button {
    display: none;
}

.index-sect-invest .feats-flex .feats-list .flickity-page-dots {
    top: 100%;
    bottom: auto;
    text-align: left;
}

@media (max-height: 600px) and (min-width: 768px) {
    .index-sect-invest .feats-flex .feats-list .flickity-page-dots {
        display: none;
    }
}

@media (max-width: 767px) {
    .index-sect-invest .feats-flex .feats-list .flickity-page-dots {
        padding-left: 8%;
    }
}

.index-sect-invest .feats-flex .feats-list .flickity-page-dots .dot {
    margin: 0 16px 0 0;
    border-radius: 0;
    width: 2px;
    background-color: #4E4E55;
}

.index-sect-invest .feats-flex .feats-list .flickity-page-dots .is-selected {
    background-color: #ffea33;
}

@media (min-width: 768px) and (max-width: 991px) {
    .index-sect-invest .feats-flex .feats-list {
        border: none;
    }
}

.index-sect-invest .feats-flex .feats-list .feat-item {
    width: 22%;
    margin-right: 3.5%;
}

.index-sect-invest .feats-flex .feats-list .feat-item:hover .image img {
    transform: scale(1.05);
}

.index-sect-invest .feats-flex .feats-list .feat-item:hover .name {
    color: #ffea33;
}

@media (max-width: 1199px) {
    .index-sect-invest .feats-flex .feats-list .feat-item {
        width: 29%;
        margin-right: 5%;
    }
}

@media (max-width: 767px) {
    .index-sect-invest .feats-flex .feats-list .feat-item {
        width: 230px;
        margin-right: 0;
        padding-left: 8%;
    }
}

.index-sect-invest .feats-flex .feats-list .feat-item .image {
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .index-sect-invest .feats-flex .feats-list .feat-item .image {
        margin-bottom: 10px;
        border-radius: 5px;
    }
}

.index-sect-invest .feats-flex .feats-list .feat-item .image img {
    transition: all 0.5s ease;
    backface-visibility: hidden;
}

@media (min-width: 768px) {
    .index-sect-invest .feats-flex .feats-list .feat-item .image img {
        transform: scale(1.1);
    }
}

.index-sect-invest .feats-flex .feats-list .feat-item .name {
    display: block;
    color: #fff;
    font-size: 16px;
    transition: color 0.3s ease;
    font-weight: 500;
    padding-bottom: 5px;
}

.index-sect-invest .feats-flex .feats-list .feat-item .price {
    display: block;
    color: #ffea33;
    font-size: 12px;
}

.index-sect-invest .feats-flex .feats-list .feat-item .price b {
    font-weight: 500;
}

.index-sect-invest .feats-flex .feats-list-flexed {
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .index-sect-invest .feats-flex .feats-list-flexed {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .index-sect-invest .feats-flex .feats-list-flexed {
        display: block;
    }
}

.index-sect-invest .feats-flex .feats-list-flexed .feat-item {
    padding-left: 0;
    margin-right: 5%;
    width: auto;
    flex: 1;
    position: relative;
}

@media (min-width: 768px) and (max-width: 991px) {
    .index-sect-invest .feats-flex .feats-list-flexed .feat-item {
        padding-right: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .index-sect-invest .feats-flex .feats-list-flexed .feat-item {
        margin-right: 3%;
    }
}

@media (max-width: 767px) {
    .index-sect-invest .feats-flex .feats-list-flexed .feat-item {
        width: 250px;
        flex: auto;
        margin-right: 0;
        padding-left: 8%;
    }
}

.index-sect-invest .feats-flex .feats-list-flexed .feat-item:last-child {
    margin-right: 0;
}

.index-sect-invest .feats-flex .feats-list-flexed .feat-item .icon {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 15px;
    width: 60px;
    height: 50px;
}

.index-sect-invest .feats-flex .feats-list-flexed .feat-item .icon img {
    max-height: 100%;
}

@media (max-width: 767px) {
    .index-sect-invest .feats-flex .feats-list-flexed .feat-item .icon {
        height: 50px;
    }
}

.index-sect-invest .feats-flex .feats-list-flexed .feat-item .feat-title {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    display: block;
    padding-bottom: 8px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .index-sect-invest .feats-flex .feats-list-flexed .feat-item .feat-title {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .index-sect-invest .feats-flex .feats-list-flexed .feat-item .feat-title {
        font-size: 18px;
    }
}

.index-sect-invest .feats-flex .feats-list-flexed .feat-item .feat-subtitle {
    color: rgba(255, 255, 255, 0.8);
    display: block;
    font-size: 12px;
    line-height: 18px;
}

.product-invest-promo {
    width: 100%;
    height: 100%;
    clip: rect(0, auto, auto, 0);
    overflow: hidden;
    position: absolute;
}

@media (max-width: 767px) {
    .product-invest-promo {
        position: relative;
        min-height: 400px;
        height: 100vh;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-end;
        align-items: stretch;
        padding-bottom: 3vh;
    }
}

.product-invest-promo .sect-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 50% 50% !important;
    background-size: cover !important;
    background-attachment: fixed !important;
}

@media (min-width: 768px) {
    .product-invest-promo .sect-bg {
        position: fixed;
        transform: translateY(100px);
    }
}

@media (max-width: 767px) {
    .product-invest-promo .sect-bg {
        background-attachment: scroll !important;
    }
    .product-invest-promo .sect-bg:after {
        content: "";
        display: block;
        clear: both;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4);
    }
}

.product-invest-promo .image-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
}

@media (max-width: 767px) {
    .product-invest-promo .image-bg {
        position: absolute;
    }
}

@media (min-width: 768px) {
    .product-invest-promo .image-bg {
        transform: translateY(100px);
        transform-style: preserve-3d !important;
        backface-visibility: hidden !important;
    }
}

.product-invest-promo .image-bg .desktop-bg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-attachment: fixed !important;
    background-position: 50% 50% !important;
    background-size: cover !important;
}

.product-invest-promo .image-bg picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.product-invest-promo .image-bg picture img {
    object-fit: cover;
    object-position: 50% 40%;
    width: 100%;
    height: 100%;
}

.product-invest-promo .image-bg .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.7) 30%, transparent 90%);
}

@media (min-width: 768px) {
    .product-invest-promo .image-bg .overlay {
        background: url(../images/deposit-dark-overlay.png) no-repeat;
        background-size: 100% 100%;
        box-shadow: none;
        opacity: 0.3;
    }
}

.product-invest-promo .product-screen-info {
    position: fixed;
    z-index: 5;
    right: 0;
    transform: perspective(0px);
    top: 100px;
    bottom: 50px;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    color: #fff;
}

@media (max-width: 767px) {
    .product-invest-promo .product-screen-info {
        position: static;
        padding: 50px 0 0;
        flex-direction: row;
        align-items: center;
    }
}

@media (max-width: 767px) {
    .product-invest-promo .product-screen-info .container {
        padding: 0 15px 0 30px;
    }
}

.product-invest-promo .product-screen-info .columns-flex {
    padding-right: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-end;
}

@media (min-width: 768px) and (max-width: 991px) {
    .product-invest-promo .product-screen-info .columns-flex {
        display: block;
        padding-right: 30px;
    }
}

@media (max-width: 767px) {
    .product-invest-promo .product-screen-info .columns-flex {
        display: block;
        padding-right: 0;
    }
}

.product-invest-promo .product-screen-info .titles-box {
    width: 60%;
    max-width: 800px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .product-invest-promo .product-screen-info .titles-box {
        padding-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .product-invest-promo .product-screen-info .titles-box {
        width: 100%;
        padding-bottom: 15px;
    }
}

.product-invest-promo .product-screen-info h2 {
    font-weight: 500;
    font-size: 50px;
    line-height: 50px;
    margin: 0 0 10px -4px;
}

@media (max-width: 767px) {
    .product-invest-promo .product-screen-info h2 {
        font-size: 15vw;
        line-height: 15vw;
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) and (orientation: landscape) {
    .product-invest-promo .product-screen-info h2 {
        font-size: 52px;
        line-height: 56px;
    }
}

.product-invest-promo .product-screen-info .subtitle {
    display: block;
    font-weight: 300;
    font-size: 26px;
    line-height: 34px;
    padding-bottom: 20px;
    color: #fff;
}

@media (min-width: 768px) and (max-width: 991px) {
    .product-invest-promo .product-screen-info .subtitle {
        padding-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .product-invest-promo .product-screen-info .subtitle {
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 20px;
    }
}

.product-invest-promo .product-screen-info .yellow-big-btn {
    margin-left: -15px;
}

@media (max-width: 767px) {
    .product-invest-promo .product-screen-info .yellow-big-btn {
        margin-left: 0;
    }
    .product-invest-promo .product-screen-info .yellow-big-btn span {
        padding-top: 8px;
        padding-bottom: 9px;
    }
}

@media (min-width: 768px) {
    .product-invest-promo .product-screen-info {
        top: 110px;
        bottom: 200px;
    }
}

@media (min-width: 768px) and (max-height: 800px) {
    .product-invest-promo .product-screen-info {
        bottom: 210px;
    }
    .product-invest-promo .product-screen-info .titles-box {
        max-width: 1100px;
        width: 80%;
    }
    .product-invest-promo .product-screen-info h2 {
        margin-bottom: 15px;
    }
    .product-invest-promo .product-screen-info .subtitle {
        font-size: 29px;
    }
    .product-invest-promo .product-screen-info._mod-nocar {
        bottom: 200px;
    }
    .product-invest-promo .product-screen-info._mod-nocar .titles-box {
        max-width: 800px;
        width: 60%;
    }
}

@media (min-width: 768px) and (max-height: 850px) and (min-width: 1400px) {
    .product-invest-promo .product-screen-info {
        bottom: 290px;
    }
    .product-invest-promo .product-screen-info h2 {
        margin-bottom: 15px;
    }
    .product-invest-promo .product-screen-info._mod-nocar {
        bottom: 32vh;
    }
    .product-invest-promo .product-screen-info._mod-nocar .titles-box {
        max-width: 800px;
        width: 60%;
    }
}

.radial-progress {
    position: relative;
    display: inline-block;
}

.radial-progress canvas {
    display: block;
}

.radial-progress .handle {
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.radial-progress .handle:after {
    content: "";
    display: block;
    clear: both;
    -webkit-tap-highlight-color: transparent;
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 0px 1px 3px rgba(238, 132, 56, 0.3);
    height: 12px;
    left: 50%;
    outline: 0;
    position: absolute;
    top: 0px;
    width: 12px;
    margin-left: -5px;
    margin-top: -3px;
    border: 1px solid #FE927F;
}

.radial-progress .radial-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 10px 10px;
    text-align: center;
    color: #000;
}

.radial-progress .radial-content .title {
    display: block;
    font-size: 16px;
    color: #000;
    line-height: 18px;
    padding-bottom: 10px;
}

.radial-progress .radial-content .num {
    display: block;
    font-size: 21px;
    padding-bottom: 10px;
    font-weight: 500;
}

.radial-progress .radial-content .done-label {
    display: block;
    font-size: 13px;
    color: #909090;
    font-weight: 500;
}

.radial-progress .radial-content .percents-done {
    display: block;
    font-size: 18px;
    color: #672d90;
    font-weight: 500;
}

.radial-progress .radial-content .percents-done em {
    font-style: normal;
}


.fader-calc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.12);
    z-index: 15;
    display: none;
}

.crowd-top-sect {
    padding-top: 200px;
    padding-bottom: 50px;
}

@media (max-width: 767px) {
    .crowd-top-sect {
        padding-top: 100px;
        padding-bottom: 30px;
    }
}

.crowd-top-sect .titles-box {
    max-width: 700px;
    padding-bottom: 30px;
}

@media (max-width: 767px) {
    .crowd-top-sect .titles-box {
        padding-bottom: 10px;
    }
}

.crowd-top-sect h1 {
    font-size: 68px;
    line-height: 60px;
    margin-bottom: 30px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .crowd-top-sect h1 {
        font-size: 50px;
        line-height: 50px;
    }
}

@media (max-width: 767px) {
    .crowd-top-sect h1 {
        font-size: 35px;
        line-height: 40px;
        margin-bottom: 20px;
    }
    .crowd-top-sect h1 br {
        display: none !important;
    }
}

.crowd-top-sect .subtitle {
    padding-left: 0;
    font-size: 30px;
    line-height: 39px;
    padding-bottom: 30px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .crowd-top-sect .subtitle {
        font-size: 24px;
        line-height: 28px;
    }
}

@media (max-width: 767px) {
    .crowd-top-sect .subtitle {
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 0;
    }
}

@media (max-width: 767px) {
    .crowd-top-sect .yellow-big-btn {
        font-size: 22px;
        padding-left: 22px;
        padding-right: 22px;
    }
}

.crowd-top-sect .subtitle-bottom {
    display: block;
    padding: 50px 0 30px 60px;
    color: #fff;
    font-size: 30px;
    line-height: 36px;
    font-weight: normal;
}

@media (min-width: 768px) and (max-width: 991px) {
    .crowd-top-sect .subtitle-bottom {
        padding-left: 18px;
    }
}

@media (max-width: 767px) {
    .crowd-top-sect .subtitle-bottom {
        padding: 0 0 30px;
        font-weight: 300;
        font-size: 22px;
        line-height: 24px;
    }
}

.crowd-top-sect .about-nav {
    margin-top: 0;
    padding-top: 0px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .crowd-top-sect .about-nav {
        display: block;
    }
    .crowd-top-sect .about-nav li a {
        font-size: 18px;
        padding-bottom: 8px;
    }
}

.crowdfund-list-sect {
    padding: 65px 0 40px;
}

@media (max-width: 767px) {
    .crowdfund-list-sect {
        padding: 30px 0 20px;
    }
}

.crowdfund-list-sect .content-holder {
    padding-left: 65px;
}

@media (max-width: 767px) {
    .crowdfund-list-sect .content-holder {
        padding-left: 0;
    }
}

.crowdfund-list-sect .crowd-list {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .crowdfund-list-sect .crowd-list {
        justify-content: space-between;
    }
}

.crowdfund-list-sect .crowd-list .item {
    width: 30.5%;
    margin-right: 4%;
    margin-bottom: 4%;
    background: #fff;
    border-radius: 30px;
    position: relative;
    padding-bottom: 75px;
    transition: transform 0.5s, box-shadow 0.5s;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .crowdfund-list-sect .crowd-list .item {
        margin-right: 3%;
        width: 31%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .crowdfund-list-sect .crowd-list .item {
        width: 47%;
        margin-right: 6%;
        margin-bottom: 6%;
    }
}

@media (max-width: 767px) {
    .crowdfund-list-sect .crowd-list .item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) and (orientation: landscape) {
    .crowdfund-list-sect .crowd-list .item {
        width: 48%;
    }
}

@media (min-width: 768px) {
    .crowdfund-list-sect .crowd-list .item:hover {
        transform: scale(1.03);
        box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    }
}

@media (min-width: 992px) {
    .crowdfund-list-sect .crowd-list .item:nth-child(3n) {
        margin-right: 0;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .crowdfund-list-sect .crowd-list .item:nth-child(2n) {
        margin-right: 0;
    }
}

.crowdfund-list-sect .crowd-list .info-holder {
    padding: 0 10%;
    position: relative;
    backface-visibility: hidden;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .crowdfund-list-sect .crowd-list .info-holder {
        padding: 0 5%;
    }
}

.crowdfund-list-sect .crowd-list .image {
    margin-bottom: 15px;
}

.crowdfund-list-sect .crowd-list .image img {
    border-radius: 30px 30px 0 0;
    width: 100%;
}

.crowdfund-list-sect .crowd-list .titles-box {
    height: 100px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
}

.crowdfund-list-sect .crowd-list .titles-box .title {
    font-size: 23px;
    font-weight: 500;
    display: block;
    color: #000;
    line-height: 23px;
    padding-bottom: 10px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .crowdfund-list-sect .crowd-list .titles-box .title {
        font-size: 18px;
        line-height: 20px;
    }
}

@media (max-width: 767px) and (orientation: landscape) {
    .crowdfund-list-sect .crowd-list .titles-box .title {
        font-size: 18px;
        line-height: 21px;
    }
}

.crowdfund-list-sect .crowd-list .titles-box p {
    margin: 0;
    color: #505050;
    font-size: 15px;
    line-height: 17px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .crowdfund-list-sect .crowd-list .titles-box p {
        font-size: 14px;
        line-height: 16px;
    }
}

.crowdfund-list-sect .crowd-list .profit-box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}

.crowdfund-list-sect .crowd-list .profit-box .profit-num {
    border-right: 1px solid #F4F4F4;
    padding-right: 15px;
    white-space: nowrap;
}

.crowdfund-list-sect .crowd-list .profit-box .profit-num .num {
    display: inline-block;
    vertical-align: top;
    font-size: 46px;
    font-weight: 500;
    color: #000;
}

.crowdfund-list-sect .crowd-list .profit-box .profit-num .percent {
    display: inline-block;
    vertical-align: top;
    color: #000;
    font-size: 26px;
    font-weight: 500;
    line-height: 42px;
}

.crowdfund-list-sect .crowd-list .profit-box .profit-label {
    padding-left: 18px;
    display: block;
    font-size: 13px;
    line-height: 19px;
    color: #414141;
}

.crowdfund-list-sect .crowd-list .circle-box {
    text-align: center;
    margin-bottom: 10px;
}

.crowdfund-list-sect .crowd-list .dates-box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 14px;
}

.crowdfund-list-sect .crowd-list .dates-box .date-label {
    color: #656565;
    display: block;
    padding-bottom: 3px;
}

.crowdfund-list-sect .crowd-list .dates-box .date {
    display: block;
    color: #000;
    font-weight: 500;
}

.crowdfund-list-sect .crowd-list .more-button-box {
    position: absolute;
    bottom: 0;
    left: 5%;
    right: 5%;
    border-top: 1px solid #f1f1f1;
    padding: 15px 0;
    text-align: center;
}

.crowdfund-list-sect .crowd-list .more-button-box .more-btn {
    display: inline-block;
    font-weight: 500;
    color: #000;
    font-size: 15px;
}

.crowdfund-list-sect .crowd-list .more-button-box .more-btn .global-arrow {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.cat-navi-box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    position: relative;
}

@media (max-width: 767px) {
    .cat-navi-box {
        display: block;
    }
    .cat-navi-box .more-wrap .yellow-big-btn {
        width: 100%;
        text-align: center;
    }
}

.cat-navi-box .pagination {
    position: absolute;
    left: 0;
}

@media (max-width: 767px) {
    .cat-navi-box .pagination {
        position: static;
        margin-bottom: 20px;
    }
}

.pagination {
    text-align: left;
}

.pagination li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 9px;
}

.pagination li a {
    display: block;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 34px;
    font-size: 18px;
    font-weight: 500;
    background: #fff;
    color: #000;
    transition: 0.3s;
}

.pagination li a:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.pagination li.active a {
    background: #EBEBEB;
    box-shadow: none;
}

.how-to-scheme-box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 90px;
    padding-right: 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .how-to-scheme-box {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .how-to-scheme-box {
        flex-direction: column;
        padding-right: 0;
        margin-bottom: 20px;
    }
}

.how-to-scheme-box .arrow {
    position: absolute;
    background: url(../images/how-scheme-arrow.png) no-repeat 100% 0;
    background-size: 38.5px auto;
    width: 39px;
    height: 8px;
    display: block;
    top: 50%;
    margin-top: -4px;
}

@media (max-width: 767px) {
    .how-to-scheme-box .arrow {
        transform: rotate(90deg);
        top: 100%;
        margin-top: 5px;
        left: 50%;
        margin-left: -20px;
    }
}

.how-to-scheme-box .scheme-text {
    position: absolute;
    top: 70px;
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    line-height: 23px;
    left: 50%;
    transform: translateX(-50%);
}

@media (min-width: 768px) and (max-width: 991px) {
    .how-to-scheme-box .scheme-text {
        font-size: 14px;
        line-height: 16px;
    }
}

@media (max-width: 767px) {
    .how-to-scheme-box .scheme-text {
        position: static;
        width: 100%;
        transform: none;
        padding-top: 10px;
    }
}

.how-to-scheme-box .scheme-text span {
    display: block;
    padding-bottom: 5px;
}

.how-to-scheme-box .scheme-text em {
    font-style: normal;
    font-size: 14px;
    color: #8d8d8d;
    font-weight: normal;
}

.how-to-scheme-box .scheme-col-man {
    position: relative;
    border: 3px solid #ffea33;
    width: 15%;
    border-radius: 50%;
    max-width: 190px;
}

@media (max-width: 767px) {
    .how-to-scheme-box .scheme-col-man {
        width: 100px;
        border-width: 2px;
        margin-bottom: 40px;
    }
}

.how-to-scheme-box .scheme-col-man:after {
    content: "";
    display: block;
    clear: both;
    padding-top: 100%;
}

.how-to-scheme-box .scheme-col-man .icon {
    position: absolute;
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
}

.how-to-scheme-box .scheme-col-man img {
    border-radius: 50%;
}

.how-to-scheme-box .scheme-col-man .arrow {
    right: -20px;
}

.how-to-scheme-box .scheme-col-man .graph-round {
    background: url(../images/scheme-graph-round.png) no-repeat 50% 50% #ffea33;
    background-size: 36.5px auto;
    width: 74px;
    height: 74px;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    margin-left: -36px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .how-to-scheme-box .scheme-col-man .graph-round {
        width: 60px;
        height: 60px;
        background-size: 30px auto;
    }
}

.how-to-scheme-box .scheme-col-money {
    width: 190px;
    position: relative;
    text-align: center;
    padding-right: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .how-to-scheme-box .scheme-col-money {
        width: 110px;
    }
}

@media (max-width: 767px) {
    .how-to-scheme-box .scheme-col-money {
        margin-bottom: 30px;
        width: 100%;
        padding-right: 0;
    }
}

.how-to-scheme-box .scheme-col-money img {
    margin: 0 auto;
    display: block;
}

@media (max-width: 767px) {
    .how-to-scheme-box .scheme-col-money img {
        transform: translateX(-10px);
    }
}

.how-to-scheme-box .scheme-col-money .arrow {
    left: 95%;
}

.how-to-scheme-box .scheme-col-money .scheme-text {
    width: 175px;
}

@media (max-width: 767px) {
    .how-to-scheme-box .scheme-col-money .scheme-text {
        width: 100%;
    }
}

.how-to-scheme-box .scheme-col-erial {
    position: relative;
    width: 30%;
    max-width: 300px;
}

@media (max-width: 767px) {
    .how-to-scheme-box .scheme-col-erial {
        width: 250px;
        margin-bottom: 50px;
    }
}

.how-to-scheme-box .scheme-col-erial .lines {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation: rotation 2s linear infinite;
}

.how-to-scheme-box .scheme-col-erial .erial-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

.how-to-scheme-box .scheme-col-erial .arrow {
    right: 0;
}

.how-to-scheme-box .scheme-col-erial .arrow-prev {
    right: 100%;
    margin-right: -20px;
}

@media (max-width: 767px) {
    .how-to-scheme-box .scheme-col-erial .arrow-prev {
        right: auto;
        top: auto;
        bottom: 100%;
    }
}

.how-to-scheme-box .scheme-col-ideas {
    width: 160px;
    position: relative;
    text-align: center;
}

@media (min-width: 768px) and (max-width: 991px) {
    .how-to-scheme-box .scheme-col-ideas {
        width: 90px;
    }
}

@media (max-width: 767px) {
    .how-to-scheme-box .scheme-col-ideas {
        width: 100%;
    }
}

.how-to-scheme-box .scheme-col-ideas img {
    margin: 0 auto;
    display: block;
}

.how-to-scheme-box .scheme-col-ideas .arrow {
    left: 95%;
}

.how-to-scheme-box .scheme-col-ideas .scheme-text {
    width: 200px;
    top: 80px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .how-to-scheme-box .scheme-col-ideas .scheme-text {
        width: 160px;
    }
}

@media (max-width: 767px) {
    .how-to-scheme-box .scheme-col-ideas .scheme-text {
        width: 100%;
    }
}

.how-to-scheme-box .scheme-col-propositions {
    width: 170px;
    position: relative;
    height: 310px;
    margin-left: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .how-to-scheme-box .scheme-col-propositions {
        height: 160px;
        width: 120px;
    }
}

@media (max-width: 767px) {
    .how-to-scheme-box .scheme-col-propositions {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin: 0 auto 10px;
        height: auto;
    }
}

.how-to-scheme-box .scheme-col-propositions .arrow {
    right: 100%;
}

@media (max-width: 767px) {
    .how-to-scheme-box .scheme-col-propositions .arrow {
        right: auto;
        top: 30px;
    }
}

.how-to-scheme-box .scheme-col-propositions .proposition {
    border-radius: 50%;
    border: 2px solid #ffea33;
    width: 80px;
    height: 80px;
    position: absolute;
    left: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

@media (min-width: 768px) and (max-width: 991px) {
    .how-to-scheme-box .scheme-col-propositions .proposition {
        width: 60px;
        height: 40px;
        padding: 0 13px;
    }
}

@media (max-width: 767px) {
    .how-to-scheme-box .scheme-col-propositions .proposition {
        position: relative;
        left: auto;
        height: auto;
        padding: 0 10px;
        position: static;
    }
}

.how-to-scheme-box .scheme-col-propositions .proposition:after {
    content: "";
    display: block;
    clear: both;
    background: url(../images/how-scheme-arrow-top.png) no-repeat 50% 50% #ffea33;
    background-size: 11.5px auto;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    right: -10px;
    top: 0;
    position: absolute;
}

.how-to-scheme-box .scheme-col-propositions .proposition-top {
    top: 0;
}

@media (max-width: 767px) {
    .how-to-scheme-box .scheme-col-propositions .proposition-top {
        top: auto;
    }
}

.how-to-scheme-box .scheme-col-propositions .proposition-center {
    right: 0;
    top: 38%;
    left: auto;
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    .how-to-scheme-box .scheme-col-propositions .proposition-center {
        transform: none;
        right: auto;
    }
}

.how-to-scheme-box .scheme-col-propositions .proposition-bottom {
    top: 53%;
}

@media (max-width: 767px) {
    .how-to-scheme-box .scheme-col-propositions .proposition-bottom {
        bottom: auto;
    }
}

.how-to-scheme-box .scheme-col-propositions .proposition-bottom-right {
    bottom: 0;
    right: 0;
    left: auto;
}

@media (max-width: 767px) {
    .how-to-scheme-box .scheme-col-propositions .proposition-bottom-right {
        bottom: auto;
    }
}

.how-to-scheme-box .propositions-mans .proposition {
    border: none;
    display: block;
}

@media (min-width: 768px) and (max-width: 991px) {
    .how-to-scheme-box .propositions-mans .proposition {
        padding: 0;
    }
}

.how-to-scheme-box .propositions-mans .proposition:after {
    display: none;
}

.how-to-scheme-box .propositions-mans._mod-inv {
    margin-left: 0;
}

.how-to-scheme-box .propositions-mans._mod-inv .proposition-top {
    left: auto;
    right: 0;
}

.how-to-scheme-box .propositions-mans._mod-inv .proposition-center {
    right: auto;
    left: 0;
}

.how-to-scheme-box .propositions-mans._mod-inv .proposition-bottom {
    left: auto;
    right: 0;
}

.how-to-scheme-box .propositions-mans._mod-inv .proposition-bottom-right {
    right: auto;
    left: 0;
}

section.contact-content-sect .map-box {
    height: 400px;
    width: 100%;
    position: relative;
    border-radius: 10px;
    margin-top: 10px;
    transition: all 0.5s ease;
    overflow: hidden;
    margin-bottom: 35px;
}

@media (min-width: 768px) and (max-width: 991px) {
    section.contact-content-sect .map-box {
        width: 100%;
        position: relative;
        top: auto;
        bottom: auto;
    }
    section.contact-content-sect .map-box:after {
        content: "";
        display: block;
        clear: both;
        padding-top: 50%;
    }
}

@media (max-width: 767px) {
    section.contact-content-sect .map-box {
        width: 100%;
        margin-top: 0;
        height: 400px;
    }
}

section.contact-content-sect .map-box .map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

section.contact-content-sect .map-box .zoom-buttons {
    position: absolute;
    z-index: 5;
    left: 20px;
    bottom: 45px;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

section.contact-content-sect .map-box .zoom-buttons button {
    width: 40px;
    height: 40px;
    text-align: center;
    font-weight: 500;
    line-height: 40px;
    display: block;
    border: none;
    outline: none;
    background: none;
    transition: 0.3s;
    color: #000;
    font-size: 26px;
}

section.contact-content-sect .map-box .zoom-buttons button:hover {
    background: #ffea33;
}

section.contact-content-sect .map-box .zoom-buttons .zoom-in {
    border-bottom: 1px solid #ECECEC;
}

section.contact-content-sect .map-box .zoom-buttons .zoom-out {
    position: relative;
}

section.contact-content-sect .map-box .zoom-buttons .zoom-out:after {
    content: "";
    display: block;
    clear: both;
    height: 3px;
    width: 14px;
    background: #000;
    position: absolute;
    top: 45%;
    left: 50%;
    margin-left: -7px;
}

section.contact-content-sect .mapsbox-holder {
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

section.contact-content-sect .mapsbox-holder .make-route-link {
    display: inline-block;
    transition: 0.3s;
    outline: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    border: none;
    background: #ffea33;
    border-radius: 30px;
    padding: 6px 15px 7px;
    margin-left: -8px;
}

section.contact-content-sect .mapsbox-holder .adr {
    display: block;
    font-size: 19px;
    line-height: 23px;
    font-weight: 300;
    color: #000;
    margin-bottom: 10px;
}

section.contact-content-sect .mapsbox-holder .worktime {
    display: block;
    font-size: 11px;
    color: #64686f;
    padding-bottom: 6px;
    width: 100%;
    text-transform: uppercase;
    border-bottom: 1px solid #E9E9E9;
    margin-bottom: 10px;
}

section.contact-content-sect .mapsbox-holder .phone {
    display: block;
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
}

section.contact-content-sect .zoom-map {
    display: block;
    height: 55px;
    width: 55px;
    position: absolute;
    top: 50%;
    left: 100%;
    z-index: 10;
    background: url(../images/btn-zoom-map.png) no-repeat 50% 50% #fff;
    background-size: 23.5px auto;
    text-indent: -9999px;
    border: none;
    border-radius: 50%;
    margin-left: -27px;
    margin-top: -27px;
    transition: all 0.3s ease;
    outline: none;
}

@media (min-width: 768px) and (max-width: 991px) {
    section.contact-content-sect .zoom-map {
        display: none;
    }
}

@media (max-width: 767px) {
    section.contact-content-sect .zoom-map {
        display: none;
    }
}

section.contact-content-sect .zoom-map:hover {
    background-color: #ffea33;
}

section.contact-content-sect .office-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

@media (min-width: 768px) and (max-width: 991px) {
    section.contact-content-sect .office-list {
        display: block;
    }
}

@media (max-width: 767px) {
    section.contact-content-sect .office-list {
        display: block;
    }
}

section.contact-content-sect .office-list .office-item {
    width: 49%;
    padding: 0 0 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
    section.contact-content-sect .office-list .office-item {
        width: 100%;
    }
}

@media (max-width: 767px) {
    section.contact-content-sect .office-list .office-item {
        width: 100%;
    }
}

section.contact-content-sect .office-list .office-item:before {
    display: none;
}

section.contact-content-sect .office-list .office-item .office-holder {
    background: #fff;
    box-shadow: 0 0 80px rgba(0, 0, 0, 0.06);
    padding: 10px 5%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
}

@media (max-width: 767px) {
    section.contact-content-sect .office-list .office-item .office-holder {
        display: block;
    }
}

section.contact-content-sect .office-list .left-info {
    padding: 20px 20px 20px 10px;
}

section.contact-content-sect .office-list .left-info .adr {
    display: block;
    font-weight: 500;
    font-size: 19px;
    line-height: 22px;
    padding-bottom: 10px;
}

section.contact-content-sect .office-list .left-info .worktime {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    color: #6a6a6a;
    padding-bottom: 15px;
}

section.contact-content-sect .office-list .left-info .contacts-box {
    position: relative;
    padding-left: 55px;
    padding-top: 8px;
}

section.contact-content-sect .office-list .left-info .contacts-box:before {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/contacts-phone-icon.png) no-repeat 50% 50% #ffea33;
    background-size: 21.5px auto;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

section.contact-content-sect .office-list .left-info .contacts-box .phone {
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    display: block;
    line-height: 20px;
}

section.contact-content-sect .office-list .left-info .contacts-box .mail-link {
    font-size: 15px;
    font-weight: 300;
}

section.contact-content-sect .office-list .right-info {
    border-left: 1px solid #E8E8E8;
    padding-left: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

@media (max-width: 767px) {
    section.contact-content-sect .office-list .right-info {
        display: block;
        border-left: none;
        border-top: 1px solid #E8E8E8;
    }
}

section.contact-content-sect .office-list .right-info .iconed-link {
    display: block;
    margin: 10px 0;
    text-decoration: none;
    position: relative;
    line-height: 16px;
    padding-left: 30px;
    padding-top: 3px;
    white-space: nowrap;
}

@media (min-width: 992px) and (max-width: 1199px) {
    section.contact-content-sect .office-list .right-info .iconed-link {
        white-space: normal;
    }
}

section.contact-content-sect .office-list .right-info .iconed-link:hover span {
    text-decoration: underline;
}

section.contact-content-sect .office-list .right-info .iconed-link img {
    position: absolute;
    left: 0;
    top: 0;
}

section.contact-content-sect .office-list .right-info .iconed-link span {
    display: block;
    font-weight: 500;
    color: #000;
    font-size: 13px;
}

section.contact-content-sect h2 {
    font-size: 34px;
    font-weight: 300;
    border-bottom: 1px solid #D5D9DD;
    margin-bottom: 30px;
    padding-left: 33px;
    padding-bottom: 20px;
}

@media (max-width: 767px) {
    section.contact-content-sect h2 {
        font-size: 23px;
        line-height: 30px;
        padding-bottom: 10px;
        padding-left: 0;
        font-weight: normal;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    section.contact-content-sect .content-info-block {
        padding-bottom: 20px;
    }
}

section.contact-content-sect a {
    text-decoration: underline;
    color: #000;
}

section.contact-content-sect a:hover {
    text-decoration: none;
}

section.contact-content-sect .fake-table {
    width: 100%;
    padding-bottom: 40px;
}

@media (max-width: 767px) {
    section.contact-content-sect .fake-table {
        padding-bottom: 0;
    }
}

section.contact-content-sect .fake-table .table-row {
    width: 100%;
    padding: 8px 4% 8px 35px;
    font-size: 17px;
    line-height: 22px;
    border-radius: 10px;
}

@media (max-width: 767px) {
    section.contact-content-sect .fake-table .table-row {
        padding-left: 0;
    }
}

section.contact-content-sect .fake-table .table-row:nth-child(even) {
    background-color: #F9F9FA;
}

@media (max-width: 767px) {
    section.contact-content-sect .fake-table .table-row:nth-child(even) {
        background: none;
    }
}

section.contact-content-sect .fake-table span {
    display: inline-block;
    vertical-align: top;
    width: 44%;
    color: #7c7c7c;
}

@media (min-width: 992px) and (max-width: 1199px) {
    section.contact-content-sect .fake-table span {
        width: 50%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    section.contact-content-sect .fake-table span {
        width: 50%;
    }
}

@media (max-width: 767px) {
    section.contact-content-sect .fake-table span {
        width: 100%;
        display: block;
        padding-bottom: 5px;
    }
}

section.contact-content-sect .fake-table strong {
    width: 45%;
    display: inline-block;
    vertical-align: top;
    font-weight: normal;
}

@media (max-width: 767px) {
    section.contact-content-sect .fake-table strong {
        font-weight: 500;
        width: 100%;
        display: block;
        padding-left: 20px;
    }
}


@media (min-width: 768px) {
    .touch .product-view-section .layer-man,
    .touch .product-view-section .right-percents-box {
        position: absolute;
    }
}

.partner-map-section {
    height: 700px;
    width: 100%;
    position: relative;
    margin-bottom: -30px;
    border-radius: 15px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .partner-map-section {
        height: 400px;
    }
}

.partner-map-section .map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.partner-map-section .gm-style .mapsbox-frame {
    padding: 0;
}

.partner-map-section .gm-style .gm-style-iw {
    min-height: 110px;
    height: auto !important;
    width: 290px;
    padding: 0;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.13);
}

@media (max-width: 767px) {
    .partner-map-section .gm-style .gm-style-iw {
        max-width: 200px !important;
    }
}

@media (max-width: 767px) {
    .partner-map-section .gm-style .gm-style-iw-d {
        max-width: 250px !important;
    }
}

.partner-map-section .gm-style .mapsbox-holder {
    padding: 25px 5px 10px 25px;
}

@media (max-width: 767px) {
    .partner-map-section .gm-style .mapsbox-holder {
        padding: 15px 5px 5px 15px;
    }
}

.partner-map-section .gm-style .mapsbox-holder .item-title-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.partner-map-section .gm-style .mapsbox-holder .catname {
    display: block;
    font-weight: 500;
    font-size: 11px;
    padding-bottom: 5px;
}

.partner-map-section .gm-style .mapsbox-holder .name {
    display: block;
    font-weight: 500;
    font-size: 18px;
}

.partner-map-section .gm-style .mapsbox-holder .icon {
    padding-left: 10px;
    max-width: 110px;
    min-width: 70px;
}

@media (max-width: 767px) {
    .partner-map-section .gm-style .mapsbox-holder .icon {
        display: none;
    }
}

.partner-map-section .gm-style .mapsbox-holder .icon img {
    max-width: 100%;
}

.partner-map-section .gm-style .mapsbox-holder .adr {
    display: block;
    font-size: 13px;
    padding-bottom: 3px;
}

.partner-map-section .gm-style .mapsbox-holder .tel {
    display: block;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 10px;
}

.partner-map-section .gm-style .mapsbox-holder .map-button {
    background: #ffea33;
    border-radius: 15px;
    font-weight: 500;
    color: #000;
    display: inline-block;
    padding: 5px 13px 6px 12px;
    transition: all 0.3s ease;
}

@media (max-width: 767px) {
    .partner-map-section .gm-style .mapsbox-holder .map-button {
        font-size: 12px;
    }
}

.partner-map-section .gm-style .mapsbox-holder .map-button:hover {
    background: #000000;
    color: #fff;
}

.partner-map-section .show-all-btn {
    display: block;
    text-align: left;
    color: #B8B8B8;
    font-size: 17px;
    width: 100%;
    border-radius: 10px;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 15px 30px 16px 20px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    position: relative;
    display: inline-block;
    z-index: 40;
    position: absolute;
    top: 40px;
    left: 65px;
    transition: all 0.3s ease;
    width: 370px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .partner-map-section .show-all-btn {
        width: 300px;
        left: 30px;
    }
}

@media (max-width: 767px) {
    .partner-map-section .show-all-btn {
        left: 15px;
        top: 20px;
        width: 250px;
    }
}

.partner-map-section .show-all-btn:hover {
    color: #000;
    background: #ffea33;
}

.partner-map-section .show-all-btn:after {
    content: "";
    display: block;
    clear: both;
    display: inline-block;
    border: solid #000;
    border-width: 0 1px 1px 0;
    padding: 5px;
    transform: rotate(45deg);
    position: absolute;
    right: 30px;
}

.partner-map-section .cats-abs-block {
    position: absolute;
    text-align: left;
    top: 110px;
    width: 370px;
    left: 65px;
    z-index: 40;
    bottom: 40px;
    display: none;
}

@media (min-width: 768px) and (max-width: 991px) {
    .partner-map-section .cats-abs-block {
        left: 30px;
    }
}

@media (max-width: 767px) {
    .partner-map-section .cats-abs-block {
        left: 10px;
        bottom: 20px;
        top: 90px;
        width: 250px;
    }
}

.partner-map-section .cats-abs-block .cats-holder {
    background: #ffffff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    max-height: 100%;
    border-radius: 10px;
    padding: 0;
    overflow: hidden;
    height: 100%;
}

.partner-map-section .cats-abs-block .cats-holder .mCSB_scrollTools {
    right: 5px;
    top: 15px;
    bottom: 15px;
}

.partner-map-section .cats-abs-block .cats-holder .mCSB_inside > .mCSB_container {
    margin-right: 0;
}

.partner-map-section .cats-abs-block .cats-holder .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.partner-map-section .cats-abs-block .cats-holder .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
}

.partner-map-section .shop-cats-list {
    width: 100%;
    list-style: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.partner-map-section .shop-cats-list li {
    padding: 0;
    margin: 0;
}

.partner-map-section .shop-cats-list li:before {
    display: none;
}

.partner-map-section .shop-cats-list li button {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 2px 40px 2px 15px;
    width: 100%;
    background: none;
    outline: none;
    border: none;
    font-size: 16px;
    text-align: left;
    transition: all 0.3s ease;
}

.partner-map-section .shop-cats-list li button:hover {
    background: #F4F4F4;
}

.partner-map-section .shop-cats-list li button .image {
    display: block;
    width: 55px;
    margin-right: 10px;
    transition: filter 0.3s ease;
}

.partner-map-section .shop-cats-list li button .image img {
    width: 100%;
}

.partner-map-section .shop-cats-list li button .catName {
    display: block;
    text-align: left;
    flex: 1;
    font-weight: 500;
}

.partner-map-section .shop-cats-list li button .count {
    display: block;
    font-size: 13px;
    font-weight: normal;
}

.partner-map-section .shop-cats-list li button.actived {
    background: #ffea33;
}

.partner-map-section .shop-cats-list li button.actived .image {
    filter: invert(0.3);
}

.partner-map-section .zoom-buttons {
    position: absolute;
    z-index: 5;
    top: 40px;
    right: 40px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

@media (max-width: 767px) {
    .partner-map-section .zoom-buttons {
        top: 20px;
        right: 15px;
    }
}

.partner-map-section .zoom-buttons .zoom-button {
    display: block;
    width: 40px;
    height: 35px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    outline: none;
    background: #fff;
    font-size: 25px;
    color: #333;
    font-weight: 500;
    line-height: 35px;
    padding: 0;
}

.partner-map-section .zoom-buttons .zoom-button:hover {
    background: #ffea33;
    color: #000;
}

.partner-map-section .zoom-buttons .zoom-button.zoom-in {
    border-radius: 10px 10px 0 0;
    border-bottom: 1px solid #ddd;
}

.partner-map-section .zoom-buttons .zoom-button.zoom-out {
    border-radius: 0 0 10px 10px;
    line-height: 30px;
    padding-bottom: 5px;
}

.partner-tabs-sect .partners-list-wrap {
    width: 100%;
    max-width: 1400px;
}

@media (max-width: 767px) {
    .partner-tabs-sect .tab-content .container {
        padding: 0;
    }
}

.partner-tabs-sect .partners-type-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    position: relative;
    padding-bottom: 0;
}

.partner-tabs-sect .partners-type-list .abs-link {
    outline: none;
    background: none;
    border: none;
}

.partner-tabs-sect .partners-type-list:before {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: 2;
    width: 3px;
}

.partner-tabs-sect .partners-type-list:after {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: #fff;
    bottom: 0;
}

@media (max-width: 767px) {
    .partner-tabs-sect .partners-type-list {
        display: block;
        padding-bottom: 20px;
    }
}

.partner-tabs-sect .partners-type-list li.item {
    width: 16.666%;
    text-align: center;
    border-right: 1px solid #F5F5F5;
    border-bottom: 1px solid #F5F5F5;
    padding-left: 0;
    padding-bottom: 0;
    position: static;
}

.partner-tabs-sect .partners-type-list li.item:before {
    display: none;
}

.partner-tabs-sect .partners-type-list li.item:hover .item-holder {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
    .partner-tabs-sect .partners-type-list li.item:hover .item-holder {
        box-shadow: none;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .partner-tabs-sect .partners-type-list li.item {
        width: 20%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .partner-tabs-sect .partners-type-list li.item {
        width: 25%;
    }
}

@media (max-width: 767px) {
    .partner-tabs-sect .partners-type-list li.item {
        width: 33.33333%;
        border: none;
    }
}

.partner-tabs-sect .partners-type-list li.item .item-holder {
    transition: box-shadow 0.3s;
    position: relative;
    z-index: 4;
    height: 100%;
    padding: 25px 10px;
}

@media (max-width: 767px) {
    .partner-tabs-sect .partners-type-list li.item .item-holder {
        padding: 10px 5px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .partner-tabs-sect .partners-type-list li.item .item-holder {
        padding: 15px 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .partner-tabs-sect .partners-type-list li.item .item-holder {
        padding: 15px 10px;
    }
}

.partner-tabs-sect .partners-type-list li.item .icon {
    height: 90px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .partner-tabs-sect .partners-type-list li.item .icon {
        height: 80px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .partner-tabs-sect .partners-type-list li.item .icon {
        height: 70px;
    }
}

@media (max-width: 767px) {
    .partner-tabs-sect .partners-type-list li.item .icon {
        height: 60px;
    }
}

.partner-tabs-sect .partners-type-list li.item .title {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

@media (max-width: 767px) {
    .partner-tabs-sect .partners-type-list li.item .title {
        font-size: 14px;
    }
}

div.drop-custom-select-map {
    padding-right: 15px;
}

div.drop-custom-select-map .drop-list {
    padding-right: 10px;
}

.sect-bottom-box .feats-list .feat-item:hover .feat-title {
    color: #ffea33 !important;
}

.all-products-sect {
    background: #fff;
    padding-bottom: 50px;
}

.all-products-sect ._g-product-tizer-item:last-child {
    border: none;
}

.tab-become-content {
    padding-left: 5%;
}

@media (max-width: 767px) {
    .tab-become-content {
        padding-left: 0;
    }
}

.all-product-link {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    white-space: nowrap;
    background: none;
    outline: none;
    border: none;
    position: relative;
    z-index: 5;
}

.all-product-link:hover span {
    color: #ffea33;
}

.all-product-link:hover i:before {
    background-color: #fff;
    transform: translateY(-1px);
}

.all-product-link:hover i:after {
    background-color: #fff;
    transform: translateY(1px);
}

.all-product-link span {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 1px;
    transition: 0.3s;
}

.all-product-link i {
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    transition: 0.3s;
    position: relative;
    z-index: 3;
    width: 40px;
    height: 40px;
    margin-left: 19px;
    background: #ffea33;
}

.all-product-link i:before, .all-product-link i:after {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    height: 2px;
    left: 11px;
    right: 11px;
    top: 16px;
    background: #000;
    transition: 0.3s;
}

.all-product-link i:after {
    top: auto;
    bottom: 16px;
}


.product-screen {
    width: 100%;
    height: 100%;
    clip: rect(0, auto, auto, 0);
    overflow: hidden;
    position: absolute;
}

@media (max-width: 767px) {
    .product-screen {
        min-height: 400px;
        height: 100vh;
        position: relative;
        height: calc(var(--vh, 1vh) * 100);
    }
}

.product-screen .image-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
}

@media (max-width: 767px) {
    .product-screen .image-bg {
        position: absolute;
    }
}

@media (min-width: 768px) {
    .product-screen .image-bg {
        transform: translateY(100px);
        transform-style: preserve-3d !important;
        backface-visibility: hidden !important;
    }
}

.product-screen .image-bg .desktop-bg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-attachment: fixed !important;
    background-position: 50% 50% !important;
    background-size: cover !important;
}

.product-screen .image-bg .xs-bg {
    display: none;
}

@media (max-width: 767px) {
    .product-screen .image-bg .xs-bg {
        display: block;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
}

.product-screen .image-bg picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.product-screen .image-bg picture img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.product-screen .image-bg .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.7) 30%, transparent 90%);
}

@media (min-width: 768px) {
    .product-screen .image-bg .overlay {
        background: url(../images/deposit-dark-overlay.png) no-repeat;
        background-size: 100% 100%;
        box-shadow: none;
    }
}

.product-screen .product-backgrounds {
    transform: translateY(100px);
}

.product-screen .product-info {
    position: fixed;
    z-index: 5;
    right: 0;
    transform: perspective(0px);
    top: 140px;
    bottom: 7%;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    color: #fff;
}

@media (max-width: 767px) {
    .product-screen .product-info {
        position: absolute;
        top: auto;
        bottom: 5%;
        padding: 0;
    }
}

@media (max-width: 767px) and (orientation: landscape) {
    .product-screen .product-info {
        bottom: 5%;
        top: auto;
        display: block;
    }
}

@media (max-width: 767px) {
    .product-screen .product-info .container {
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
    }
}

.product-screen h2 {
    font-size: 60px;
    line-height: 60px;
    margin: 0;
    font-weight: 500;
}

@media (max-width: 767px) {
    .product-screen h2 {
        font-size: 36px;
        width: 100%;
        line-height: 34px;
    }
}

.product-screen h2 b {
    color: #ffea33;
    font-weight: 500;
}

.product-screen .product-type-box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .product-screen .product-type-box {
        margin-top: 0;
        margin-bottom: 15px;
        justify-content: space-between;
        flex-wrap: wrap;
    }
}

.product-screen .product-icon {
    border-radius: 50%;
    margin-left: 20px;
    min-width: 110px;
    width: 110px;
    height: 110px;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    padding: 28px 25px;
}

@media (max-width: 767px) {
    .product-screen .product-icon {
        margin-left: 0;
        order: -1;
        width: 80px;
        height: 80px;
        min-width: 80px;
        padding: 15px;
        margin-bottom: 20px;
    }
}

.product-screen .product-icon:after {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #fed350;
    border-radius: 50%;
    animation: scale3 3s linear infinite;
    animation-delay: 0.3s;
}

@media (max-width: 767px) {
    .product-screen .product-icon:after {
        animation: none;
    }
}

.product-screen .product-icon:before {
    content: "";
    display: block;
    clear: both;
    border: 1px solid #ffea33;
    position: absolute;
    top: 6px;
    right: 6px;
    bottom: 6px;
    left: 6px;
    border-radius: 50%;
    animation: shadow1 3s ease infinite;
    background: #ffea33;
}

@media (max-width: 767px) {
    .product-screen .product-icon:before {
        animation: none;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
}

.product-screen .product-icon img {
    position: relative;
    z-index: 3;
    transform: translateZ(1000px);
    transform-style: preserve-3d;
    max-height: 100%;
    width: 100%;
}

.product-screen .product-parameters {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .product-screen .product-parameters {
        margin-bottom: 20px;
    }
}

.product-screen .product-parameters .param-item {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    width: 180px;
    padding: 9px 35px 14px 35px;
}

@media (max-width: 767px) {
    .product-screen .product-parameters .param-item {
        width: 33.333%;
        padding: 5px 10px 3px 10px;
    }
}

.product-screen .product-parameters .param-item:first-child {
    border: none;
    padding-left: 0;
    width: 160px;
}

@media (max-width: 767px) {
    .product-screen .product-parameters .param-item:first-child {
        width: 33.333%;
    }
}

.product-screen .product-parameters .param-item .param-num {
    display: block;
    font-size: 35px;
    font-weight: 300;
    padding-bottom: 5px;
    color: #ffea33;
}

@media (max-width: 767px) {
    .product-screen .product-parameters .param-item .param-num {
        font-size: 26px;
        font-weight: 500;
        white-space: nowrap;
    }
}

.product-screen .product-parameters .param-item .param-num em {
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
}

@media (max-width: 767px) {
    .product-screen .product-parameters .param-item .param-num em {
        font-size: 10px;
    }
}

.product-screen .product-parameters .param-item .param-name {
    display: block;
    font-size: 12px;
    line-height: 16px;
    padding-left: 4px;
}

@media (max-width: 767px) {
    .product-screen .product-parameters .param-item .param-name {
        font-size: 10px;
        color: #c7c7c7;
        line-height: 13px;
        padding-left: 0;
    }
}

.product-screen .buttons-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 767px) {
    .product-screen .buttons-flex {
        display: block;
    }
}

.product-screen .buttons-flex .btns-left {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-left: -20px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .product-screen .buttons-flex .btns-left {
        margin-left: -30px;
    }
}

@media (max-width: 767px) {
    .product-screen .buttons-flex .btns-left {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .product-screen .buttons-flex .yellow-big-btn {
        font-size: 17px;
        padding: 7px 21px 8px 20px;
        color: #000;
    }
    .product-screen .buttons-flex .yellow-big-btn span {
        background: none;
        padding: 0;
    }
}

.product-screen .buttons-flex .more-btn {
    color: #fff;
    display: inline-block;
    font-size: 24px;
    margin-left: 50px;
    font-weight: 500;
    transition: 0.3s;
}

@media (min-width: 768px) and (max-width: 991px) {
    .product-screen .buttons-flex .more-btn {
        margin-left: 30px;
        font-size: 19px;
    }
}

@media (max-width: 767px) {
    .product-screen .buttons-flex .more-btn {
        margin-left: 20px;
        font-size: 17px;
    }
}

.product-screen .buttons-flex .more-btn:hover {
    color: #ffea33;
}

@media (max-width: 767px) {
    .product-screen .buttons-flex .btns-right {
        display: none;
    }
}

.product-screen p {
    margin: 0 0 30px;
    color: #fff;
    font-size: 27px;
    line-height: 29px;
}

@media (max-width: 767px) {
    .product-screen p {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 10px;
    }
}

.product-screen .text-wrapper {
    width: 45%;
}

@media (min-width: 768px) and (max-width: 991px) {
    .product-screen .text-wrapper {
        width: 80%;
    }
}

@media (max-width: 767px) {
    .product-screen .text-wrapper {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .product-screen._mod-credit .product-type-box {
        padding-bottom: 0px;
    }
}

.product-screen._mod-credit h2 {
    color: #ffea33;
    font-size: 60px;
    line-height: 60px;
    font-weight: 500;
}

@media (min-width: 768px) and (max-width: 991px) {
    .product-screen._mod-credit h2 {
        font-size: 50px;
        line-height: 52px;
    }
}

@media (max-width: 767px) {
    .product-screen._mod-credit h2 {
        font-size: 24px;
        line-height: 28px;
    }
}

@media (max-width: 767px) {
    .product-screen._mod-credit .buttons-flex .yellow-big-btn {
        padding-right: 16px;
        padding-left: 15px;
    }
}

@media (max-width: 767px) {
    .product-screen._mod-credit .product-parameters .param-item .param-num {
        font-size: 18px;
    }
}

section.product1 .image-bg {
    transform: translateY(0);
}

@media (max-width: 767px) {
    section.product1 .image-bg {
        top: 60px;
    }
}

@keyframes scale {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.scrollmoreBtn {
    display: block;
    border: none;
    outline: none;
    background: url(../images/mouse.svg) no-repeat;
    background-size: 25px auto;
    width: 25px;
    height: 38px;
    margin-top: 10px;
    margin-left: 1px;
    text-align: center;
    z-index: 10;
    transition: all 0.3s ease;
}

@media (max-width: 767px) {
    .scrollmoreBtn {
        display: none;
    }
}

.scrollmoreBtn:hover {
    transform: scale(1.1);
}

.scrollmoreBtn span {
    display: none;
}

.scrollmoreBtn:after {
    content: "";
    display: block;
    clear: both;
    display: inline-block;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    padding: 5px;
    transform: rotate(45deg);
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: 5px;
    margin-left: -6px;
    animation: downPulse2 2s ease-in-out infinite;
}

.about-feats {
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    margin-left: -4%;
    padding-bottom: 40px;
}

@media (max-width: 767px) {
    .about-feats {
        display: block;
        margin-left: 0;
        padding-bottom: 20px;
    }
}

.about-feats .feat-item {
    border-left: 1px solid #E8E8E8;
    border-top: 1px solid #E8E8E8;
    margin-left: -1px;
    margin-top: -1px;
    width: 33.333%;
    padding: 4%;
}

@media (min-width: 768px) and (max-width: 991px) {
    .about-feats .feat-item {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .about-feats .feat-item {
        width: 100%;
        border-left: none;
        padding: 30px 0;
        margin: 0;
    }
    .about-feats .feat-item:first-child {
        border-top: none;
    }
}

.about-feats .feat-item:nth-child(-n+3) {
    padding-top: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .about-feats .feat-item:nth-child(-n+3) {
        padding-top: 4%;
    }
}

.about-feats .feat-item .icon {
    height: 85px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .about-feats .feat-item .icon {
        height: 70px;
    }
}

@media (max-width: 767px) {
    .about-feats .feat-item .icon {
        height: auto;
        padding-bottom: 20px;
    }
}

.about-feats .feat-item span {
    display: block;
    font-weight: normal;
    font-size: 28px;
    line-height: 36px;
    padding-bottom: 25px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .about-feats .feat-item span {
        font-size: 22px;
        line-height: 30px;
    }
}

@media (max-width: 767px) {
    .about-feats .feat-item span {
        font-size: 21px;
        line-height: 28px;
    }
}

.about-feats .feat-item p {
    font-size: 14px;
    line-height: 25px;
    color: #3a3a3a;
    margin: 0;
    font-weight: normal;
}

.edge .navi ul,
.ie11 .navi ul {
    list-style: none;
    list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=);
    list-style-type: none;
}

.edge .navi ul li,
.ie11 .navi ul li {
    float: left;
    width: 100%;
}

.edge .navi ul li a,
.ie11 .navi ul li a {
    float: left;
    width: 100%;
}

.edge .product-promo-box,
.ie11 .product-promo-box {
    clip: initial;
}

.edge .product-promo-box .image-bg,
.ie11 .product-promo-box .image-bg {
    transform: none;
}

.edge .product-promo-box .desktop-bg,
.ie11 .product-promo-box .desktop-bg {
    display: block;
}

.edge .product-promo-box picture,
.ie11 .product-promo-box picture {
    display: none;
}

.edge .product-screen .image-bg,
.ie11 .product-screen .image-bg {
    position: absolute;
    transform: none;
}

.edge .product-screen .image-bg .desktop-bg,
.ie11 .product-screen .image-bg .desktop-bg {
    display: block;
}

.edge .product-screen .image-bg picture,
.ie11 .product-screen .image-bg picture {
    display: none;
}

.edge .product-screen .image-bg .overlay,
.ie11 .product-screen .image-bg .overlay {
    background-attachment: fixed !important;
}

.edge .product-invest-promo .product-screen-info,
.edge .product-screen .product-info,
.edge .product-promo-box .image-bg,
.edge .product-promo-box .product-screen-info,
.ie11 .product-invest-promo .product-screen-info,
.ie11 .product-screen .product-info,
.ie11 .product-promo-box .image-bg,
.ie11 .product-promo-box .product-screen-info {
    position: absolute;
}

.edge .product-view-section .image-bg,
.ie11 .product-view-section .image-bg {
    position: absolute;
}

.edge .product-view-section .image-bg .desktop-bg,
.ie11 .product-view-section .image-bg .desktop-bg {
    display: block;
}

.edge .product-view-section .image-bg picture,
.ie11 .product-view-section .image-bg picture {
    display: none;
}

.main-page-holder {
    width: 100%;
    background: #fff;
}

@media (min-width: 768px) {
    .main-page-holder {
        overflow: hidden;
        height: 100vh;
    }
}

.main-page-holder .container {
    padding-right: 5%;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .main-page-holder .container {
        padding-right: 4%;
    }
}

@media (max-width: 767px) {
    .main-page-holder .container {
        padding-right: 6%;
    }
}

@media (max-width: 767px) {
    .main-page-holder header > .container {
        padding-right: 0;
    }
}

body div.scrollbar-track-y {
    background-color: transparent !important;
    width: 25px !important;
    z-index: 50 !important;
}

body div.scrollbar-track-y .scrollbar-thumb {
    background: none !important;
    border-radius: 30px;
    bottom: 4px;
    left: 0;
    top: 4px;
    width: 100%;
}

body div.scrollbar-track-y .scrollbar-thumb:after {
    content: "";
    display: block;
    clear: both;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    bottom: 0;
    left: 50%;
    position: absolute;
    top: 0;
    width: 5px;
}

body div.scrollbar-track-y .scrollbar-thumb:hover {
    background-color: #ccc;
}

._g-plefted {
    padding-left: 65px;
}

@media (min-width: 768px) and (max-width: 991px) {
    ._g-plefted {
        padding-left: 35px;
    }
}

@media (max-width: 767px) {
    ._g-plefted {
        padding-left: 0;
    }
}

.container {
    width: 100%;
    padding: 0 4% 0 3%;
    max-width: 2000px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .container {
        padding-right: 3%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .container {
        padding: 0 3% 0 2%;
    }
}

@media (max-width: 767px) {
    .container {
        padding: 0 6%;
    }
}

.scroll-bottom-link {
    position: absolute;
    z-index: 11;
    right: 5%;
    width: 75px;
    text-align: center;
    bottom: 15%;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .scroll-bottom-link {
        right: 3%;
    }
}

@media (max-width: 767px) {
    .scroll-bottom-link {
        display: none;
    }
}

.scroll-bottom-link:after {
    content: "";
    display: block;
    clear: both;
    display: inline-block;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    padding: 4px;
    transform: rotate(45deg);
    position: absolute;
    left: 50%;
    margin-left: -5px;
    top: 100%;
    margin-top: 10px;
    animation: downPulse2 2s ease-in-out infinite;
}

.scroll-bottom-link img {
    width: 25px;
    margin: 0 auto;
}

.main-page-holder {
    color: #000;
}

.main-page-holder b, .main-page-holder strong, .main-page-holder h1, .main-page-holder h2, .main-page-holder h3, .main-page-holder h4 {
    font-weight: 500;
}

.main-page-holder .plefted,
.main-page-holder .sect-content .plefted,
.main-page-holder section.product-desc-section .plefted {
    padding-left: 60px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .main-page-holder .plefted,
    .main-page-holder .sect-content .plefted,
    .main-page-holder section.product-desc-section .plefted {
        padding-left: 40px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .main-page-holder .plefted,
    .main-page-holder .sect-content .plefted,
    .main-page-holder section.product-desc-section .plefted {
        padding-left: 20px;
    }
}

@media (max-width: 767px) {
    .main-page-holder .plefted,
    .main-page-holder .sect-content .plefted,
    .main-page-holder section.product-desc-section .plefted {
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .main-page-holder .effect-image {
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-end;
        margin: 10px 0 100px;
        overflow: hidden;
        position: relative;
        width: 100%;
    }
    .main-page-holder .effect-image img {
        position: absolute;
        bottom: 0;
    }
    .main-page-holder .effect-image:after {
        content: "";
        display: block;
        clear: both;
        padding-top: 40%;
    }
}

.main-page-holder ._g-acc-link {
    display: inline-block;
    position: relative;
    font-size: 28px;
    color: #000;
    font-weight: 500;
    transition: all 0.3s ease;
}

@media (max-width: 767px) {
    .main-page-holder ._g-acc-link {
        font-size: 22px;
    }
}

.main-page-holder ._g-acc-link:hover {
    color: #000;
}

.main-page-holder ._g-acc-link:hover i {
    background: #000;
    color: #FEE339;
}

.main-page-holder ._g-acc-link b {
    display: inline-block;
}

.main-page-holder ._g-acc-link span {
    display: none;
}

.main-page-holder ._g-acc-link i {
    width: 55px;
    height: 55px;
    background: #FEE339;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    text-align: center;
    font-style: normal;
    line-height: 55px;
    font-size: 46px;
    font-weight: 300;
    margin-left: 22px;
    transition: all 0.3s ease;
}

@media (max-width: 767px) {
    .main-page-holder ._g-acc-link i {
        width: 44px;
        height: 44px;
        line-height: 44px;
        font-size: 38px;
    }
}

.main-page-holder ._g-acc-link i:after {
    content: "";
    display: block;
    clear: both;
    content: "-";
}

.main-page-holder ._g-acc-link._mod-black:hover i {
    background: #000;
    color: #FEE339;
}

.main-page-holder ._g-acc-link._mod-black i {
    background: #fff;
}

.main-page-holder ._g-acc-link._mod-white i {
    background: #fff;
}

.main-page-holder ._g-acc-link.collapsed span {
    display: inline-block;
}

.main-page-holder ._g-acc-link.collapsed b {
    display: none;
}

.main-page-holder ._g-acc-link.collapsed i:after {
    content: '+';
}

.main-page-holder .white-content-section {
    position: relative;
    background: #fff;
    padding: 100px 0 80px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .main-page-holder .white-content-section {
        padding: 60px 0 50px;
    }
}

@media (max-width: 767px) {
    .main-page-holder .white-content-section {
        padding: 40px 0 20px;
    }
}

.main-page-holder .white-content-section._mod-nopadding {
    padding-top: 0;
}

.main-page-holder .white-content-section .image-toped {
    position: relative;
    z-index: 5;
    transform: translateY(-50%);
    margin-bottom: -50%;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .main-page-holder .white-content-section .image-toped {
        transform: translateY(-40%);
    }
}

@media (max-width: 767px) {
    .main-page-holder .white-content-section .image-toped {
        transform: none;
        margin-top: -100px;
        margin-bottom: -20px;
        width: 80%;
        max-width: 300px;
    }
}

.main-page-holder .rel-content-section {
    position: relative;
    z-index: 15;
}*/

.main-page-holder ._g-content-type {
    position: relative;
    background: #F6F7FA;
}

.main-page-holder ._g-content-type .content-box {
    padding-bottom: 80px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .main-page-holder ._g-content-type .content-box {
        padding-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .main-page-holder ._g-content-type .content-box {
        padding-bottom: 30px;
    }
}

.main-page-holder ._g-content-type .content-box-cent {
    padding-bottom: 50px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .main-page-holder ._g-content-type .content-box-cent {
        padding-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .main-page-holder ._g-content-type .content-box-cent {
        padding-bottom: 10px;
    }
}

.main-page-holder ._g-content-type hr.hrline {
    border-color: #C9C9C9;
    margin-bottom: 60px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .main-page-holder ._g-content-type hr.hrline {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .main-page-holder ._g-content-type hr.hrline {
        margin-bottom: 40px;
    }
}

.main-page-holder ._g-content-type ul p {
    margin-bottom: 15px;
}

.main-page-holder ._g-content-type .heading-content-box {
    padding-bottom: 30px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .main-page-holder ._g-content-type .heading-content-box {
        padding-bottom: 0;
    }
}

@media (max-width: 767px) {
    .main-page-holder ._g-content-type .heading-content-box {
        padding-bottom: 0;
    }
}

.main-page-holder ._g-content-type .heading-content-box h3 {
    font-size: 60px;
    line-height: 66px;
}

@media (max-width: 767px) {
    .main-page-holder ._g-content-type .heading-content-box h3 {
        font-size: 32px;
        line-height: 38px;
        font-weight: bold;
    }
}

.main-page-holder ._g-content-type h2 {
    margin: 0 0 30px;
    font-size: 6vw;
    font-weight: bold;
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 20px;
}

@media (min-width: 1650px) {
    .main-page-holder ._g-content-type h2 {
        font-size: 100px;
    }
}

@media (max-width: 767px) {
    .main-page-holder ._g-content-type h2 {
        font-size: 10vw;
    }
}

.main-page-holder ._g-content-type h3 {
    font-size: 3vw;
    line-height: 4vw;
    margin: 0 0 40px;
    font-weight: bold;
}

@media (min-width: 1650px) {
    .main-page-holder ._g-content-type h3 {
        font-size: 50px;
        line-height: 58px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .main-page-holder ._g-content-type h3 {
        font-size: 42px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .main-page-holder ._g-content-type h3 br {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .main-page-holder ._g-content-type h3 {
        font-size: 10vw;
        line-height: 11vw;
        margin-bottom: 20px;
        font-weight: 500;
    }
}

@media (max-width: 767px) and (orientation: landscape) {
    .main-page-holder ._g-content-type h3 {
        font-size: 38px;
        line-height: 44px;
    }
}

@media (max-width: 767px) {
    .main-page-holder ._g-content-type h3 br {
        display: none !important;
    }
}

.main-page-holder ._g-content-type .iconed-feat-desc {
    padding-right: 30%;
    max-width: 300px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .main-page-holder ._g-content-type .iconed-feat-desc {
        max-width: 100%;
        padding-bottom: 30px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
    }
}

@media (max-width: 767px) {
    .main-page-holder ._g-content-type .iconed-feat-desc {
        padding-right: 0;
        padding-left: 0px;
        max-width: 100%;
        margin-bottom: 30px;
    }
}

.main-page-holder ._g-content-type .iconed-feat-desc .icon {
    position: relative;
    margin-bottom: 30px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .main-page-holder ._g-content-type .iconed-feat-desc .icon {
        margin-bottom: 0;
        margin-right: 30px;
    }
}

.main-page-holder ._g-content-type .iconed-feat-desc .icon:before {
    content: "";
    display: block;
    clear: both;
    border-radius: 50%;
    width: 53px;
    height: 53px;
    background: #FEE339;
    margin-bottom: -34px;
    margin-left: 7px;
}

.main-page-holder ._g-content-type .iconed-feat-desc span {
    display: block;
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
}

.main-page-holder ._g-content-type ._g-titled-flex-row .claim-form {
    padding-right: 0;
}

.main-page-holder ._g-content-type .bottomed-image-row {
    margin-bottom: -20vw;
    padding-top: 20px;
    padding-bottom: 0;
    padding-left: 60px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .main-page-holder ._g-content-type .bottomed-image-row {
        padding-left: 20px;
    }
}

@media (max-width: 767px) {
    .main-page-holder ._g-content-type .bottomed-image-row {
        padding-top: 0;
        padding-left: 0;
        margin-bottom: -50px;
    }
}

.main-page-holder ._g-content-type .bottomed-image-row ._g-image-right {
    margin-bottom: 0;
    padding-bottom: 0;
}

.main-page-holder ._g-content-type .bottomed-image-row ._g-titled-flex-row {
    margin-bottom: 0;
}

.main-page-holder ._g-content-type .bottomed-image-row ._g-left-title-col {
    padding-top: 80px;
}

@media (max-width: 767px) {
    .main-page-holder ._g-content-type .bottomed-image-row ._g-left-title-col {
        padding-top: 0;
    }
}

.main-page-holder ._g-content-type .bottomed-image-row ._g-titled-flex-row {
    margin-bottom: -160px;
}

@media (max-width: 767px) {
    .main-page-holder ._g-content-type .bottomed-image-row ._g-titled-flex-row {
        margin-bottom: 0;
    }
}

.main-page-holder ._g-content-type .subheading {
    display: block;
    font-size: 15px;
    color: #8D8D8D;
    line-height: 21px;
    font-weight: bold;
}

@media (min-width: 768px) and (max-width: 991px) {
    .main-page-holder ._g-content-type .subheading {
        font-weight: 500;
    }
    .main-page-holder ._g-content-type .subheading br {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .main-page-holder ._g-content-type .subheading {
        font-weight: 500;
        padding-bottom: 10px;
    }
    .main-page-holder ._g-content-type .subheading br {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .main-page-holder ._g-content-type .subheading._lined {
        margin-bottom: 20px;
    }
}

.main-page-holder ._g-content-type .subheading._lined:after {
    content: "";
    display: block;
    clear: both;
    height: 2px;
    background: #000;
    width: 20px;
    margin-top: 50px;
}

@media (max-width: 767px) {
    .main-page-holder ._g-content-type .subheading._lined:after {
        margin-top: 30px;
    }
}

.main-page-holder ._g-content-type .big-subheading {
    font-size: 17px;
    line-height: 28px;
    font-weight: 500;
    color: #949494;
    display: block;
}

@media (min-width: 768px) and (max-width: 991px) {
    .main-page-holder ._g-content-type .big-subheading {
        padding-bottom: 20px;
    }
    .main-page-holder ._g-content-type .big-subheading br {
        display: none !important;
    }
}

.main-page-holder ._g-content-type p {
    font-weight: 300;
    font-size: 19px;
    line-height: 31px;
    margin: 0 0 30px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .main-page-holder ._g-content-type p {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 767px) {
    .main-page-holder ._g-content-type p {
        font-size: 16px;
        line-height: 24px;
    }
}

.main-page-holder ._g-content-type p.big {
    font-size: 33px;
    line-height: 42px;
    margin-bottom: 50px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .main-page-holder ._g-content-type p.big {
        font-size: 28px;
        line-height: 36px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .main-page-holder ._g-content-type p.big {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .main-page-holder ._g-content-type p.big {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 30px;
    }
}

.main-page-holder ._g-content-type p.med {
    font-size: 26px;
    line-height: 38px;
}

@media (max-width: 767px) {
    .main-page-holder ._g-content-type p.med {
        font-size: 20px;
        line-height: 28px;
    }
}

.main-page-holder ._g-content-type p.weight-norm {
    font-weight: normal;
}

.main-page-holder ._g-content-type p.large {
    font-size: 26px;
    line-height: 42px;
}

@media (max-width: 767px) {
    .main-page-holder ._g-content-type p.large {
        font-size: 20px;
        line-height: 28px;
        font-weight: normal;
    }
}

.main-page-holder ._g-content-type p.small {
    font-size: 18px;
    line-height: 32px;
    color: #3f3f3f;
}

/*.main-page-holder .bull-list li {
    position: relative;
    font-size: 18px;
    line-height: 28px;
    padding-left: 40px;
    padding-bottom: 30px;
}

.main-page-holder .bull-list li:before {
    content: "";
    display: block;
    clear: both;
    height: 2px;
    width: 20px;
    background: #666;
    position: absolute;
    left: 0;
    top: 10px;
}*/

.invest-landing-page .yellow-text-section h2 {
    border-color: #E3CB33;
    padding-bottom: 40px;
    margin-bottom: 45px;
}

@media (max-width: 767px) {
    .invest-landing-page .yellow-text-section h2 {
        padding-bottom: 20px;
        margin-bottom: 20px;
        font-size: 11vw;
    }
}

.invest-landing-page .yellow-text-section p:last-child {
    margin-bottom: 0;
}

.invest-landing-page .yellow-text-section .subheading {
    color: #726513;
}

.invest-landing-page .yellow-text-section.yellow-text-sect-pb {
    padding-bottom: 15vw;
}

@media (min-width: 1650px) {
    .invest-landing-page .yellow-text-section.yellow-text-sect-pb {
        padding-bottom: 260px;
    }
}

@media (max-width: 767px) {
    .invest-landing-page .yellow-text-section.yellow-text-sect-pb {
        padding-bottom: 100px;
    }
}

/*.main-page-holder ._g-titled-flex-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .main-page-holder ._g-titled-flex-row {
        display: block;
    }
}

@media (max-width: 767px) {
    .main-page-holder ._g-titled-flex-row {
        display: block;
    }
}

.main-page-holder ._g-titled-flex-row ._g-left-title-col {
    width: 30%;
    min-width: 300px;
    max-width: 450px;
    padding-right: 20px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .main-page-holder ._g-titled-flex-row ._g-left-title-col {
        min-width: 250px;
        width: 25%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .main-page-holder ._g-titled-flex-row ._g-left-title-col {
        width: 100%;
        max-width: 100%;
        padding-right: 0;
        padding-bottom: 30px;
        position: relative;
        z-index: 17;
    }
}

@media (max-width: 767px) {
    .main-page-holder ._g-titled-flex-row ._g-left-title-col {
        width: 100%;
        max-width: 100%;
    }
}

.main-page-holder ._g-titled-flex-row ._g-left-title-col h2 {
    border: none;
    padding-bottom: 0;
    margin-bottom: 90px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .main-page-holder ._g-titled-flex-row ._g-left-title-col h2 {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .main-page-holder ._g-titled-flex-row ._g-left-title-col h2 {
        margin-bottom: 30px;
    }
}

.main-page-holder ._g-titled-flex-row ._g-right-content-col {
    width: 70%;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .main-page-holder ._g-titled-flex-row ._g-right-content-col {
        width: 80%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .main-page-holder ._g-titled-flex-row ._g-right-content-col {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .main-page-holder ._g-titled-flex-row ._g-right-content-col {
        width: 100%;
    }
}

.main-page-holder ._g-image-right {
    margin-right: -5vw;
    margin-left: -12%;
    padding-bottom: 55px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .main-page-holder ._g-image-right {
        padding-bottom: 30px;
        margin-right: -5vw;
        margin-left: -6%;
    }
}

@media (max-width: 767px) {
    .main-page-holder ._g-image-right {
        padding-bottom: 20px;
        margin-right: -6vw;
        margin-left: -6vw;
    }
}

.main-page-holder ._g-image-right img {
    width: 100%;
}

.main-page-holder .pright {
    padding-right: 20%;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .main-page-holder .pright {
        padding-right: 5%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .main-page-holder .pright {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .main-page-holder .pright {
        padding-right: 0;
    }
}

.main-page-holder .pright .pright {
    padding-bottom: 40px;
}

@media (max-width: 767px) {
    .main-page-holder .pright .pright {
        padding-bottom: 10px;
    }
}

.main-page-holder ._g-image-left {
    margin-left: -3vw;
    width: 85%;
    padding-bottom: 70px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .main-page-holder ._g-image-left {
        margin-left: -2vw;
    }
}

@media (max-width: 767px) {
    .main-page-holder ._g-image-left {
        margin-left: 0;
        width: auto;
        padding-bottom: 30px;
        margin-left: -6vw;
        margin-right: -6vw;
    }
}

.main-page-holder ._g-text-flex-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .main-page-holder ._g-text-flex-row {
        display: block;
    }
}

.main-page-holder ._g-text-flex-row._mod-align-end {
    align-items: flex-start;
    padding-bottom: 40px;
}

@media (max-width: 767px) {
    .main-page-holder ._g-text-flex-row._mod-align-end {
        padding-bottom: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .main-page-holder ._g-text-flex-row._mod-align-end {
        padding-bottom: 0;
    }
}

.main-page-holder ._g-text-flex-row._mod-align-end .single-feat-box {
    padding-top: 50px;
}

.main-page-holder ._g-text-flex-row .text-half-col {
    width: 45%;
}

@media (min-width: 768px) and (max-width: 991px) {
    .main-page-holder ._g-text-flex-row .text-half-col {
        width: 48%;
    }
}

@media (max-width: 767px) {
    .main-page-holder ._g-text-flex-row .text-half-col {
        width: 100%;
    }
}

.main-page-holder .single-feat-box {
    max-width: 230px;
}

@media (max-width: 767px) {
    .main-page-holder .single-feat-box {
        max-width: none;
    }
}

.main-page-holder .single-feat-box .icon {
    position: relative;
    padding-top: 23px;
    margin-bottom: 30px;
    text-align: center;
    width: 56px;
}

.main-page-holder .single-feat-box .icon:before {
    content: "";
    display: block;
    clear: both;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    background: #FEE33A;
    position: absolute;
    top: 0;
    left: 0;
}

.main-page-holder .single-feat-box .icon img {
    z-index: 3;
    position: relative;
}

.main-page-holder .single-feat-box .feat-text {
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
}

.main-page-holder .content-lined-text-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #F2F2F2;
}

@media (max-width: 767px) {
    .main-page-holder .content-lined-text-wrap p:last-child {
        margin-bottom: 0;
    }
}

.main-page-holder .content-lined-text-wrap .lined-col {
    border-top: 2px solid #FFE33A;
    padding-top: 30px;
    width: 43%;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .main-page-holder .content-lined-text-wrap .lined-col {
        width: 50%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .main-page-holder .content-lined-text-wrap .lined-col {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .main-page-holder .content-lined-text-wrap .lined-col {
        width: 100%;
    }
}

.main-page-holder .content-lined-text-wrap .lined-col p {
    font-size: 17px;
    line-height: 29px;
}*/

.invest-landing-page .yellow-text-section {
    background: #FEE339;
    padding: 80px 0 70px;
}

@media (max-width: 767px) {
    .invest-landing-page .yellow-text-section {
        padding: 40px 0 30px;
    }
}

.invest-landing-page .yellow-text-section.after-bottomed-box {
    padding-top: 15vw;
}

@media (max-width: 767px) {
    .invest-landing-page .yellow-text-section.after-bottomed-box {
        padding-top: 30px;
        padding-bottom: 0;
    }
}

.invest-landing-page .yellow-text-section .pright {
    padding-right: 10%;
}

@media (min-width: 768px) and (max-width: 991px) {
    .invest-landing-page .yellow-text-section .pright {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .invest-landing-page .yellow-text-section .pright {
        padding-right: 0;
    }
}

.invest-landing-page .yellow-bg-wrap {
    background: #FEE339;
}

.invest-landing-page .full-video-section {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: stretch;
    padding-bottom: 5%;
}

.invest-landing-page .full-video-section:before {
    content: "";
    display: block;
    clear: both;
    padding-top: 30%;
}

@media (max-width: 767px) {
    .invest-landing-page .full-video-section {
        height: 200px;
    }
}

.invest-landing-page .full-video-section .xs-image {
    display: none;
}

@media (max-width: 767px) {
    .invest-landing-page .full-video-section .xs-image {
        display: block;
    }
}

.invest-landing-page .full-video-section video {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
}

@media (max-width: 767px) {
    .invest-landing-page .full-video-section video {
        display: none;
    }
}

.invest-landing-page .full-video-section .video-div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.invest-landing-page .full-video-section .video-div video {
    width: 100%;
}

.invest-landing-page .full-video-section .effect-image {
    margin: 0;
}

.invest-landing-page .full-video-section .video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 2;
}

.invest-landing-page .full-video-section .video-bg:before {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 3;
    transition: all 0.5s ease;
}

@media (max-width: 767px) {
    .invest-landing-page .full-video-section .video-bg:before {
        opacity: 1;
    }
}

.invest-landing-page .full-video-section .video-bg img {
    width: 100%;
}

@media (min-width: 768px) and (max-width: 991px) {
    .invest-landing-page .full-video-section .video-bg img {
        object-fit: cover;
        height: 100%;
    }
}

@media (max-width: 767px) {
    .invest-landing-page .full-video-section .video-bg img {
        object-fit: cover;
        height: 100%;
    }
}

.invest-landing-page .full-video-section .video-bg .effect-image {
    height: 100%;
}

.invest-landing-page .full-video-section .video-desc {
    position: relative;
    z-index: 4;
    color: #fff;
    padding-top: 20px;
}

.invest-landing-page .full-video-section .video-desc .time {
    display: block;
    font-size: 22px;
    font-weight: bold;
    padding-right: 45px;
}

.invest-landing-page .full-video-section .video-desc .video-bigtext {
    color: #ffea33;
    display: block;
    font-weight: 500;
    font-size: 52px;
}

@media (max-width: 767px) {
    .invest-landing-page .full-video-section .video-desc .video-bigtext {
        font-size: 22px;
    }
}

.invest-landing-page .full-video-section .video-desc .video-title {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    padding-bottom: 10px;
}

.invest-landing-page .calculation-section {
    padding: 70px 0 20px;
}

@media (max-width: 767px) {
    .invest-landing-page .calculation-section {
        padding: 30px 0 10px;
    }
}

.invest-landing-page .calculation-section .bankname {
    display: block;
    font-size: 15px;
    color: #8D8D8D;
    font-weight: 500;
    padding-bottom: 15px;
}

.invest-landing-page .calculation-section h2 {
    margin: 0 0 70px;
    font-size: 7vw;
    line-height: 6.5vw;
    padding-right: 10%;
    font-weight: bold;
}

@media (min-width: 1650px) {
    .invest-landing-page .calculation-section h2 {
        font-size: 110px;
        line-height: 95px;
    }
}

@media (max-width: 767px) {
    .invest-landing-page .calculation-section h2 {
        font-size: 12vw;
        line-height: 13vw;
        padding-right: 0;
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) and (orientation: landscape) {
    .invest-landing-page .calculation-section h2 {
        font-size: 44px;
        line-height: 50px;
    }
}

.invest-landing-page .invest-page-top-section {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    overflow: hidden;
    position: relative;
    width: 100%;
    background: #000;
}

@media (max-width: 767px) {
    .invest-landing-page .invest-page-top-section {
        min-height: 450px;
    }
}

@media (max-width: 767px) {
    .invest-landing-page .invest-page-top-section .left-text {
        padding-bottom: 3vh;
    }
}

@media (min-width: 768px) {
    .invest-landing-page .invest-page-top-section .left-text {
        margin-bottom: -5vh;
    }
}

@media (min-height: 600px) and (min-width: 1000px) {
    .invest-landing-page .invest-page-top-section .left-text {
        margin-bottom: 5vh;
    }
}

.invest-landing-page .invest-page-top-section h1 {
    font-weight: 300;
    color: #fff;
    margin: 0;
    font-size: 60px;
    line-height: 54px;
    padding-bottom: 20px;
}

@media (min-width: 1550px) {
    .invest-landing-page .invest-page-top-section h1 {
        font-size: 60px;
        line-height: 60px;
    }
}

@media (max-height: 700px) {
    .invest-landing-page .invest-page-top-section h1 {
        white-space: normal;
        width: 60%;
        min-width: 650px;
    }
}

@media (max-height: 700px) and (max-width: 767px) {
    .invest-landing-page .invest-page-top-section h1 {
        width: 100%;
        min-width: 0;
    }
}

@media (max-height: 700px) {
    .invest-landing-page .invest-page-top-section h1 br {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .invest-landing-page .invest-page-top-section h1 {
        font-size: 10vw;
        line-height: 11vw;
        font-weight: 500;
        margin-bottom: 25px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        padding-bottom: 15px;
    }
}

@media (max-width: 767px) and (orientation: landscape) {
    .invest-landing-page .invest-page-top-section h1 {
        font-size: 35px;
        line-height: 40px;
    }
}

.invest-landing-page .invest-page-top-section p {
    color: #dcdcdc;
    font-weight: 300;
    margin: 0 0 25px;
    font-size: 24px;
    line-height: 28px;
    padding-left: 4px;
}

@media (max-width: 767px) {
    .invest-landing-page .invest-page-top-section p {
        font-size: 16px;
        line-height: 22px;
    }
}

.invest-landing-page .invest-page-top-section p i {
    font-style: normal;
    font-size: 34px;
}

.invest-landing-page .invest-page-top-section .sect-bg-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.invest-landing-page .invest-page-top-section .sect-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-width: 768px) {
    .invest-landing-page .invest-page-top-section .sect-bg {
        background: url(../images/become-landing/top-index-sect-bg.jpg) no-repeat 50% 0;
        background-size: cover;
    }
}

.invest-landing-page .invest-page-top-section .sect-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.invest-landing-page .invest-page-top-section .sect-main-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    padding-bottom: 13vh;
}

.invest-landing-page .invest-page-top-section .invest-link-wrap {
    position: absolute;
    left: 0;
    width: 40%;
}

.invest-landing-page .invest-page-top-section .soc-links-box {
    position: absolute;
    top: 20%;
    bottom: 20%;
    right: 5%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 75px;
    z-index: 10;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .invest-landing-page .invest-page-top-section .soc-links-box {
        right: 3%;
    }
}

@media (max-width: 767px) {
    .invest-landing-page .invest-page-top-section .soc-links-box {
        display: none;
    }
}

.invest-landing-page .invest-page-top-section .soc-links-box a {
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.16);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin: 8px 0;
    width: 46px;
    height: 46px;
    transition: all 0.3s ease;
}

.invest-landing-page .invest-page-top-section .soc-links-box a:hover {
    border-color: rgba(255, 255, 255, 0.3);
}

.invest-landing-page .invest-page-top-section .content-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    padding-right: 80px;
}

@media (max-width: 767px) {
    .invest-landing-page .invest-page-top-section .content-row {
        padding-right: 0;
    }
}

.invest-landing-page .invest-page-top-section .content-row .left-col {
    padding-top: 30px;
}

.invest-landing-page .invest-page-top-section .content-row .left-col .calc-link {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}

.invest-landing-page .invest-page-top-section .content-row .right-col {
    width: 50%;
    min-width: 490px;
}

@media (max-width: 767px) {
    .invest-landing-page .invest-page-top-section .content-row .right-col {
        width: 100%;
        min-width: 0;
    }
}

.invest-landing-page .invest-page-top-section .capital-box {
    color: #fff;
}

.invest-landing-page .invest-page-top-section .capital-box .cap-top {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .invest-landing-page .invest-page-top-section .capital-box .cap-top {
        justify-content: space-between;
        margin-bottom: 5px;
    }
}

.invest-landing-page .invest-page-top-section .capital-box .icon {
    width: 80px;
    height: 80px;
    min-width: 80px;
    position: relative;
    padding: 15px;
    margin-right: 20px;
}

@media (max-width: 767px) {
    .invest-landing-page .invest-page-top-section .capital-box .icon {
        order: 2;
        min-width: 50px;
        width: 50px;
        height: 50px;
        padding: 2px;
        background: #F2D838;
        border-radius: 50%;
    }
}

.invest-landing-page .invest-page-top-section .capital-box .icon:after {
    content: "";
    display: block;
    clear: both;
    background: rgba(255, 228, 58, 0.5);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation: scale1 3s ease-out infinite;
}

@media (max-width: 767px) {
    .invest-landing-page .invest-page-top-section .capital-box .icon:after {
        display: none;
    }
}

.invest-landing-page .invest-page-top-section .capital-box .icon .icon-frame {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding-bottom: 5px;
    padding-left: 1px;
}

.invest-landing-page .invest-page-top-section .capital-box .icon .icon-frame img {
    position: relative;
    z-index: 3;
}

.invest-landing-page .invest-page-top-section .capital-box .icon .icon-frame:before {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #F2D838;
    animation: scale1 4s ease-out infinite;
}

@media (max-width: 767px) {
    .invest-landing-page .invest-page-top-section .capital-box .icon .icon-frame:before {
        display: none;
    }
}

.invest-landing-page .invest-page-top-section .capital-box .icon:before {
    content: "";
    display: block;
    clear: both;
    border: 1px solid rgba(244, 218, 56, 0.43);
    position: absolute;
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    border-radius: 50%;
    animation: scrollBottomScale 3s ease-out infinite;
    animation-delay: 1s;
}

@media (max-width: 767px) {
    .invest-landing-page .invest-page-top-section .capital-box .icon:before {
        top: -5px;
        bottom: -5px;
        left: -5px;
        right: -5px;
        box-shadow: inset 0 0 10px rgba(244, 218, 56, 0.43);
        animation: none;
    }
}

.invest-landing-page .invest-page-top-section .capital-box .cap-desc {
    padding-left: 110px;
}

@media (max-width: 767px) {
    .invest-landing-page .invest-page-top-section .capital-box .cap-desc {
        padding-left: 0;
    }
}

.invest-landing-page .invest-page-top-section .capital-box .title {
    font-size: 19px;
    font-weight: 500;
    color: #ffe31d;
    display: block;
    padding-bottom: 5px;
}

@media (max-width: 767px) {
    .invest-landing-page .invest-page-top-section .capital-box .title {
        font-size: 18px;
        line-height: 18px;
    }
}

.invest-landing-page .invest-page-top-section .capital-box .cap-value {
    font-size: 60px;
    line-height: 60px;
    color: #fff;
    display: block;
    white-space: nowrap;
}

.invest-landing-page .invest-page-top-section .capital-box .cap-value b {
    font-weight: normal;
}

@media (max-width: 767px) {
    .invest-landing-page .invest-page-top-section .capital-box .cap-value {
        font-size: 37px;
        line-height: 40px;
        padding-bottom: 10px;
    }
}

.invest-landing-page .invest-page-top-section .capital-box .cap-value span {
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    font-size: 18px;
    padding-left: 10px;
    line-height: 40px;
}

.invest-landing-page .invest-page-top-section .capital-box .cap-date {
    color: #fff;
    font-size: 15px;
    white-space: nowrap;
    display: inline-block;
    position: relative;
}

@media (max-width: 767px) {
    .invest-landing-page .invest-page-top-section .capital-box .cap-date {
        font-size: 13px;
        white-space: normal;
    }
}

.invest-landing-page .invest-page-top-section .capital-box .cap-date .date {
    font-weight: 500;
}

@media (max-width: 767px) {
    .invest-landing-page .invest-page-top-section .capital-box .cap-date .date {
        display: block;
    }
}

.invest-landing-page .invest-page-top-section .capital-box .cap-date .sep {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 1px;
    background: #fff;
    margin: 0 13px;
}

@media (max-width: 767px) {
    .invest-landing-page .invest-page-top-section .capital-box .cap-date .sep {
        display: none;
    }
}

.invest-landing-page .invest-page-top-section .quest-link {
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    margin-left: 10px;
    text-align: center;
    background: rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.invest-landing-page .invest-page-top-section .quest-link:hover {
    background: #fff;
    color: #000;
}

.invest-landing-page .invest-page-top-section._mod-become .sect-bg {
    background: url(../images/become-top-sect-bg.jpg) no-repeat 50% 0;
    background-size: cover;
}

.invest-landing-page .invest-page-top-section._mod-become .sect-main-content {
    padding-bottom: 14vh;
    height: 100%;
    padding-top: 14vh;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
}

@media (max-width: 767px) {
    .invest-landing-page .invest-page-top-section._mod-become .sect-main-content {
        justify-content: flex-end;
        padding-bottom: 15vh;
    }
}

.invest-landing-page .invest-page-top-section._mod-become h1 {
    font-size: 60px;
    line-height: 60px;
    font-weight: 500;
}

@media (max-width: 767px) {
    .invest-landing-page .invest-page-top-section._mod-become h1 {
        font-size: 45px;
        line-height: 44px;
    }
}

.invest-landing-page .etaps-white-section {
    width: 100%;
    padding-bottom: 60px;
    background: #fff;
}

.invest-landing-page .etaps-white-section .etaps-list-wrap {
    padding: 0 15%;
}

@media (min-width: 768px) and (max-width: 991px) {
    .invest-landing-page .etaps-white-section .etaps-list-wrap {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .invest-landing-page .etaps-white-section .etaps-list-wrap {
        padding: 0;
    }
}

.invest-landing-page .etaps-white-section .etaps-title-box {
    width: 30%;
    max-width: 450px;
    margin-bottom: -5%;
}

@media (max-width: 767px) {
    .invest-landing-page .etaps-white-section .etaps-title-box {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
}

.invest-landing-page .etaps-white-section h3 {
    font-size: 60px;
    line-height: 67px;
    margin: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .invest-landing-page .etaps-white-section h3 {
        font-size: 44px;
        line-height: 50px;
    }
}

@media (max-width: 767px) {
    .invest-landing-page .etaps-white-section h3 {
        font-size: 40px;
        line-height: 40px;
    }
    .invest-landing-page .etaps-white-section h3 br {
        display: none !important;
    }
}

.invest-landing-page .etaps-white-section .etaps-list {
    margin: 0 auto;
    max-width: 800px;
}

.invest-landing-page .etaps-white-section .etaps-list li {
    padding-left: 50%;
    position: relative;
    padding-bottom: 15px;
}

@media (max-width: 767px) {
    .invest-landing-page .etaps-white-section .etaps-list li {
        padding-left: 0;
    }
}

.invest-landing-page .etaps-white-section .etaps-list li:before {
    content: "";
    display: block;
    clear: both;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-left: -6px;
    top: 8px;
    width: 12px;
    height: 12px;
    background: #FEE33A;
    z-index: 3;
}

@media (max-width: 767px) {
    .invest-landing-page .etaps-white-section .etaps-list li:before {
        left: 0;
        margin-left: 0;
    }
}

.invest-landing-page .etaps-white-section .etaps-list li:after {
    content: "";
    display: block;
    clear: both;
    width: 1px;
    position: absolute;
    left: 50%;
    background: #FEE339;
    top: 0;
    bottom: 0;
}

@media (max-width: 767px) {
    .invest-landing-page .etaps-white-section .etaps-list li:after {
        left: 5px;
    }
}

.invest-landing-page .etaps-white-section .etaps-list li:first-child:after {
    top: 10px;
}

.invest-landing-page .etaps-white-section .etaps-list li:last-child:after {
    bottom: auto;
    height: 0;
}

.invest-landing-page .etaps-white-section .etaps-list li:nth-child(even) {
    text-align: right;
    padding-left: 0;
    padding-right: 50%;
}

@media (max-width: 767px) {
    .invest-landing-page .etaps-white-section .etaps-list li:nth-child(even) {
        padding-right: 0;
        padding-left: 30px;
    }
}

.invest-landing-page .etaps-white-section .etaps-list li:nth-child(even) .item-holder {
    padding-left: 0;
    padding-right: 50px;
}

.invest-landing-page .etaps-white-section .etaps-list li:nth-child(even) .item-holder:before {
    left: auto;
    right: 0;
}

@media (max-width: 767px) {
    .invest-landing-page .etaps-white-section .etaps-list li:nth-child(even) .item-holder:before {
        right: auto;
        left: -24px;
    }
}

.invest-landing-page .etaps-white-section .etaps-list li:nth-child(even) .item-holder:after {
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: -20px;
}

@media (max-width: 767px) {
    .invest-landing-page .etaps-white-section .etaps-list li:nth-child(even) .item-holder:after {
        right: auto;
        left: 0;
        margin-right: 0;
        margin-left: -20px;
    }
}

@media (max-width: 767px) {
    .invest-landing-page .etaps-white-section .etaps-list li:nth-child(even) .item-holder {
        padding-right: 0;
        text-align: left;
    }
}

.invest-landing-page .etaps-white-section .etaps-list li:nth-child(even).item-current .item-holder:before {
    margin-left: 0;
    margin-right: -8px;
}

.invest-landing-page .etaps-white-section .etaps-list li .item-holder {
    padding-left: 50px;
    position: relative;
}

.invest-landing-page .etaps-white-section .etaps-list li .item-holder:before {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    border-radius: 50%;
    width: 1px;
    height: 1px;
    top: 14px;
    left: -1px;
    box-shadow: 0 0 1px 15px rgba(254, 227, 58, 0.3);
    background: rgba(254, 227, 58, 0.3);
}

@media (max-width: 767px) {
    .invest-landing-page .etaps-white-section .etaps-list li .item-holder:before {
        left: 5px;
    }
}

.invest-landing-page .etaps-white-section .etaps-list li .item-holder:after {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    border: 1px solid rgba(244, 218, 56, 0.7);
    width: 40px;
    height: 40px;
    top: 0;
    left: 0;
    margin-left: -20px;
    margin-top: -6px;
    border-radius: 50%;
    display: none;
}

@media (max-width: 767px) {
    .invest-landing-page .etaps-white-section .etaps-list li .item-holder:after {
        margin-left: -14px;
    }
}

@media (max-width: 767px) {
    .invest-landing-page .etaps-white-section .etaps-list li .item-holder {
        padding-left: 30px;
        padding-top: 5px;
    }
}

.invest-landing-page .etaps-white-section .etaps-list .date {
    display: block;
    font-size: 19px;
    font-weight: 500;
    padding-bottom: 10px;
}

.invest-landing-page .etaps-white-section .etaps-list p {
    font-size: 15px;
    line-height: 22px;
    margin: 0 0 10px;
}

.invest-landing-page .etaps-white-section .etaps-list li.item-hidden {
    display: none;
}

.invest-landing-page .etaps-white-section .etaps-list li.item-last-visible:before {
    opacity: 0.5;
}

.invest-landing-page .etaps-white-section .etaps-list li.item-last-visible .item-holder:before {
    opacity: 0.6;
}

.invest-landing-page .etaps-white-section .etaps-list li.item-last-visible .item-holder span,
.invest-landing-page .etaps-white-section .etaps-list li.item-last-visible .item-holder p {
    opacity: 0.15;
}

.invest-landing-page .etaps-white-section .etaps-list li.item-last-visible:after {
    height: 0;
}

.invest-landing-page .etaps-white-section .etaps-list li.item-last-visible.last-visible-normal:before {
    opacity: 1;
}

.invest-landing-page .etaps-white-section .etaps-list li.item-last-visible.last-visible-normal .item-holder:before {
    opacity: 1;
}

.invest-landing-page .etaps-white-section .etaps-list li.item-last-visible.last-visible-normal .item-holder span,
.invest-landing-page .etaps-white-section .etaps-list li.item-last-visible.last-visible-normal .item-holder p {
    opacity: 1;
}

.invest-landing-page .etaps-white-section .etaps-list li.item-last-visible.last-visible-normal:after {
    height: auto;
}

.invest-landing-page .etaps-white-section .etaps-list li.item-next:after {
    background: #E7E7E7;
}

.invest-landing-page .etaps-white-section .etaps-list li.item-next .date {
    color: #b5b5b5;
}

.invest-landing-page .etaps-white-section .etaps-list li.item-next .item-holder:before {
    opacity: 0;
}

.invest-landing-page .etaps-white-section .etaps-list li.item-next:before {
    box-shadow: none;
    background: #E5E5E5;
}

.invest-landing-page .etaps-white-section .etaps-list li.item-current .date {
    font-size: 28px;
}

.invest-landing-page .etaps-white-section .etaps-list li.item-current .item-holder:before {
    width: 18px;
    height: 18px;
    margin-top: -9px;
    margin-left: -8px;
    animation: scale1 2s ease-out infinite;
}

.invest-landing-page .etaps-white-section .etaps-list li.item-current .item-holder:after {
    display: block;
    animation: scrollBottomScale2 2s ease-out infinite;
}

.invest-landing-page .etaps-white-section .etaps-list li.item-current:before {
    transform: scale(1.4);
}

.invest-landing-page .etaps-white-section .etaps-link-wrap {
    margin: 0 auto;
    max-width: 800px;
}

.invest-landing-page .etaps-white-section .etaps-link-wrap .link-holder {
    padding-left: 50%;
}

@media (max-width: 767px) {
    .invest-landing-page .etaps-white-section .etaps-link-wrap .link-holder {
        padding-left: 30px;
    }
}

.invest-landing-page .etaps-white-section .etaps-link-wrap a {
    margin-left: 50px;
    font-size: 27px;
    font-weight: 500;
    color: #000;
    display: inline-block;
}

@media (min-width: 768px) and (max-width: 991px) {
    .invest-landing-page .etaps-white-section .etaps-link-wrap a {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .invest-landing-page .etaps-white-section .etaps-link-wrap a {
        margin-left: 0;
        font-size: 20px;
    }
}

.invest-landing-page .etaps-white-section .etaps-link-wrap a.expanded-btn i:after {
    transform: rotate(-135deg);
    margin-top: 22px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .invest-landing-page .etaps-white-section .etaps-link-wrap a.expanded-btn i:after {
        margin-top: 12px;
    }
}

@media (max-width: 767px) {
    .invest-landing-page .etaps-white-section .etaps-link-wrap a.expanded-btn i:after {
        margin-top: 12px;
    }
}

.invest-landing-page .etaps-white-section .etaps-link-wrap a.expanded-btn em {
    display: inline-block;
}

.invest-landing-page .etaps-white-section .etaps-link-wrap a.expanded-btn span {
    display: none;
}

.invest-landing-page .etaps-white-section .etaps-link-wrap a em {
    display: none;
    vertical-align: middle;
    font-style: normal;
}

.invest-landing-page .etaps-white-section .etaps-link-wrap a span {
    display: inline-block;
    vertical-align: middle;
}

.invest-landing-page .etaps-white-section .etaps-link-wrap a i {
    border-radius: 50%;
    width: 54px;
    height: 54px;
    background: #FFE43A;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    text-align: center;
}

@media (min-width: 768px) and (max-width: 991px) {
    .invest-landing-page .etaps-white-section .etaps-link-wrap a i {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 767px) {
    .invest-landing-page .etaps-white-section .etaps-link-wrap a i {
        width: 40px;
        height: 40px;
    }
}

.invest-landing-page .etaps-white-section .etaps-link-wrap a i:after {
    content: "";
    display: block;
    clear: both;
    display: inline-block;
    vertical-align: middle;
    margin-top: 14px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    padding: 6px;
    transform: rotate(45deg);
}

@media (min-width: 768px) and (max-width: 991px) {
    .invest-landing-page .etaps-white-section .etaps-link-wrap a i:after {
        margin-top: 6px;
        padding: 4px;
    }
}

@media (max-width: 767px) {
    .invest-landing-page .etaps-white-section .etaps-link-wrap a i:after {
        padding: 4px;
        margin-top: 6px;
    }
}

/*.main-page-holder .quest-pop-box {
    position: absolute;
    right: 0;
    bottom: 100%;
    margin-bottom: 20px;
    border-radius: 30px;
    background: #fff;
    width: 300px;
    white-space: normal;
    padding: 30px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.main-page-holder .quest-pop-box._mod-black {
    background: rgba(52, 52, 52, 0.95);
}

.main-page-holder .quest-pop-box._mod-black .quest-title {
    color: #f9e35d;
    font-size: 18px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 15px;
}

.main-page-holder .quest-pop-box._mod-black p {
    color: #c3c3c3;
}

.main-page-holder .quest-pop-box .global-close-btn {
    width: 10px;
    position: absolute;
    top: 20px;
    right: 25px;
    opacity: 0.5;
}

.main-page-holder .quest-pop-box .global-close-btn:before, .main-page-holder .quest-pop-box .global-close-btn:after {
    background: #ccc;
}

.main-page-holder .quest-pop-box .global-close-btn:hover {
    opacity: 1;
}

.main-page-holder .quest-pop-box .quest-title {
    font-size: 16px;
    display: block;
    line-height: 19px;
    padding-bottom: 20px;
}

.main-page-holder .quest-pop-box p {
    font-size: 13px;
    line-height: 18px;
    color: #5b5b5b;
    margin: 0 0 20px;
}

.main-page-holder .quest-pop-box p:last-child {
    margin-bottom: 0;
}*/

.invest-landing-page .feats-white-sect {
    padding-bottom: 110px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .invest-landing-page .feats-white-sect {
        padding-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .invest-landing-page .feats-white-sect {
        padding-bottom: 30px;
    }
}

.invest-landing-page .feats-white-sect._mod-become h2 {
    border: none;
}

.invest-landing-page .feats-white-sect._mod-become ._g-titled-flex-row p.big {
    margin-bottom: 20px;
}

.invest-landing-page .feats-white-sect._mod-become hr {
    margin-bottom: 50px;
}

.invest-landing-page .feats-white-sect h2 {
    margin: 0 0 45px;
    padding-bottom: 40px;
    font-size: 6vw;
    border-bottom: 1px solid #EEEEEE;
}

@media (max-width: 767px) {
    .invest-landing-page .feats-white-sect h2 {
        margin-bottom: 30px;
        padding-bottom: 20px;
        font-size: 34px;
    }
}

.invest-landing-page .feats-white-sect ._g-titled-flex-row {
    margin-bottom: 0;
}

.invest-landing-page .feats-white-sect .product-desc-section {
    padding: 0;
    background: none;
}

.invest-landing-page .feats-white-sect .product-desc-section:before {
    display: none;
}

.invest-landing-page .feats-white-sect .product-desc-section .content-full-tabs {
    margin-top: 0;
}

.invest-landing-page .last-content-sect {
    position: relative;
    z-index: 15;
}

.invest-landing-page .last-content-sect .image-toped {
    margin-bottom: -25%;
}

@media (max-width: 767px) {
    .invest-landing-page .last-content-sect .image-toped {
        margin-bottom: 5px;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .invest-landing-page .tempNobg {
        background: none;
    }
}

.invest-landing-page .calculation-section {
    background: #fff;
}

.invest-landing-page .calculation-section .calc-form-type {
    max-width: 100%;
}

.invest-landing-page .calculation-section .calc-form-type .container {
    max-width: 1400px;
}

.invest-landing-page .feats-invest-wrap {
    padding-bottom: 110px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .invest-landing-page .feats-invest-wrap {
        padding-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .invest-landing-page .feats-invest-wrap {
        padding-bottom: 30px;
        margin-top: -30px;
    }
}

@media (max-width: 767px) {
    .invest-landing-page .feats-invest-wrap._mod-no-carousel .swiper-slide {
        width: 70%;
    }
    .invest-landing-page .feats-invest-wrap._mod-no-carousel .scrollbar-wrap {
        padding-top: 30px;
        margin-bottom: -20px;
    }
}

@media (min-width: 768px) {
    .invest-landing-page .feats-invest-wrap._mod-no-carousel .nav-buttons-box {
        display: none;
    }
    .invest-landing-page .feats-invest-wrap._mod-no-carousel .swiper-container {
        padding: 0 4% 0 3%;
    }
    .invest-landing-page .feats-invest-wrap._mod-no-carousel .swiper-wrapper {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: stretch;
    }
    .invest-landing-page .feats-invest-wrap._mod-no-carousel .swiper-slide {
        padding-left: 0;
        width: 25%;
        max-width: 400px;
    }
    .invest-landing-page .feats-invest-wrap._mod-no-carousel .swiper-scrollbar {
        display: none;
    }
}

.invest-landing-page .feats-invest-wrap .nav-buttons-box {
    margin-bottom: 55px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .invest-landing-page .feats-invest-wrap .nav-buttons-box {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .invest-landing-page .feats-invest-wrap .nav-buttons-box {
        display: none;
    }
}

.invest-landing-page .feats-invest-wrap .nav-buttons-box .buttons-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
}

.invest-landing-page .feats-invest-wrap .nav-buttons-box button {
    border-radius: 50%;
    display: block;
    margin-left: 15px;
    width: 54px;
    height: 54px;
    outline: none;
    border: none;
    background: #F2F2F2;
    text-align: center;
    transition: all 0.3s ease;
}

.invest-landing-page .feats-invest-wrap .nav-buttons-box button:hover {
    background: #FDE34B;
}

.invest-landing-page .feats-invest-wrap .nav-buttons-box button:after {
    content: "";
    display: block;
    clear: both;
    display: inline-block;
    vertical-align: top;
    margin-top: 3px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    padding: 6px;
    margin-left: -6px;
    transform: rotate(-45deg);
}

.invest-landing-page .feats-invest-wrap .nav-buttons-box button.swiper-button-disabled {
    opacity: 0.5;
    background: #F2F2F2;
}

.invest-landing-page .feats-invest-wrap .nav-buttons-box button.btn-prev:after {
    margin-left: 5px;
    transform: rotate(135deg);
}

.invest-landing-page .feats-invest-wrap .swiper-container {
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .invest-landing-page .feats-invest-wrap .swiper-container {
        margin-bottom: 10px;
    }
}

.invest-landing-page .feats-invest-wrap .swiper-slide {
    width: 350px;
    padding-left: 3%;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .invest-landing-page .feats-invest-wrap .swiper-slide {
        padding-left: 2%;
        width: 260px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .invest-landing-page .feats-invest-wrap .swiper-slide {
        width: 250px;
        padding-left: 2%;
    }
}

@media (max-width: 767px) {
    .invest-landing-page .feats-invest-wrap .swiper-slide {
        width: 150px;
        padding-left: 6%;
    }
}

.invest-landing-page .feats-invest-wrap .swiper-slide .holder {
    padding-left: 60px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .invest-landing-page .feats-invest-wrap .swiper-slide .holder {
        padding-left: 30px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .invest-landing-page .feats-invest-wrap .swiper-slide .holder {
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .invest-landing-page .feats-invest-wrap .swiper-slide .holder {
        padding-left: 0;
    }
}

.invest-landing-page .feats-invest-wrap .swiper-slide .icon {
    position: relative;
    padding-top: 30px;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .invest-landing-page .feats-invest-wrap .swiper-slide .icon {
        transform: scale(0.5);
        transform-origin: 0 100%;
        margin-bottom: 10px;
    }
}

.invest-landing-page .feats-invest-wrap .swiper-slide .icon:before {
    content: "";
    display: block;
    clear: both;
    border-radius: 50%;
    width: 85px;
    height: 85px;
    background: #FEE33A;
    position: absolute;
    top: 0;
    left: 10px;
}

.invest-landing-page .feats-invest-wrap .swiper-slide .icon img {
    position: relative;
    z-index: 3;
}

.invest-landing-page .feats-invest-wrap .swiper-slide span {
    display: block;
    font-size: 24px;
    font-weight: 500;
    line-height: 33px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .invest-landing-page .feats-invest-wrap .swiper-slide span {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .invest-landing-page .feats-invest-wrap .swiper-slide span {
        font-size: 18px;
        line-height: 22px;
    }
}

@media (max-width: 767px) {
    .invest-landing-page .feats-invest-wrap .swiper-slide span {
        font-size: 14px;
        line-height: 18px;
    }
}

.invest-landing-page .feats-invest-wrap .swiper-slide i {
    font-style: normal;
    display: block;
    padding-top: 10px;
    font-size: 14px;
    line-height: 18px;
}

.invest-landing-page .feats-invest-wrap .swiper-scrollbar {
    background: #F4F4F4;
    height: 2px;
}

.invest-landing-page .feats-invest-wrap .swiper-scrollbar .swiper-scrollbar-drag {
    height: 100%;
    background: #FDE33A;
}

.invest-landing-page .feats-invest-wrap .center-warn-box {
    padding-top: 20px;
    margin: 0 auto;
    width: 40%;
    min-width: 450px;
}

@media (max-width: 767px) {
    .invest-landing-page .feats-invest-wrap .center-warn-box {
        min-width: 0;
        width: 100%;
    }
}

.invest-landing-page .feats-invest-wrap .center-warn-box .icon {
    background: #FEE33A;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    .invest-landing-page .feats-invest-wrap .center-warn-box .icon {
        margin-bottom: 10px;
    }
}

.invest-landing-page .feats-invest-wrap .center-warn-box .warn-desc p {
    font-size: 19px;
    line-height: 31px;
    font-weight: 300;
}

.invest-landing-page ._g-parallax-image-box {
    position: relative;
    z-index: 10;
}

.invest-landing-page ._g-parallax-image-box .effect-image {
    min-height: 450px;
    margin: 0;
}

@media (max-width: 767px) {
    .invest-landing-page ._g-parallax-image-box .effect-image {
        min-height: 0;
    }
}

.invest-landing-page ._g-parallax-image-box .effect-image._mod-height-l:after {
    padding-top: 35%;
}

.invest-landing-page ._g-parallax-image-box .effect-image img {
    width: 100%;
}

.invest-landing-page ._g-parallax-image-box .effect-image:after {
    padding-top: 30%;
}

.invest-landing-page .vert-feats-carousel {
    position: relative;
    padding-right: 110px;
    margin-top: -20px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .invest-landing-page .vert-feats-carousel {
        padding-right: 60px;
    }
}

@media (max-width: 767px) {
    .invest-landing-page .vert-feats-carousel {
        padding-right: 0;
        margin-top: 0;
    }
}

.invest-landing-page .vert-feats-carousel:before, .vert-feats-carousel:after {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 15;
    box-shadow: 0 0 70px 90px #FEE339;
    background: #FEE339;
    height: 1px;
}

@media (max-width: 767px) {
    .invest-landing-page .vert-feats-carousel:before, .vert-feats-carousel:after {
        display: none;
    }
}

.invest-landing-page .vert-feats-carousel:after {
    top: auto;
    bottom: 0;
}

.invest-landing-page .vert-feats-carousel .nav-buttons-box {
    margin-bottom: 55px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-end;
}

@media (max-width: 767px) {
    .invest-landing-page .vert-feats-carousel .nav-buttons-box {
        display: none;
    }
}

.invest-landing-page .vert-feats-carousel .nav-buttons-box button {
    border-radius: 50%;
    display: block;
    padding: 0;
    margin: 15px 0;
    width: 54px;
    min-width: 54px;
    height: 54px;
    outline: none;
    border: none;
    background: #F2F2F2;
    text-align: center;
    transition: all 0.3s ease;
}

.invest-landing-page .vert-feats-carousel .nav-buttons-box button:hover {
    background: #000;
}

.invest-landing-page .vert-feats-carousel .nav-buttons-box button:hover:after {
    border-color: #fff;
}

.invest-landing-page .vert-feats-carousel .nav-buttons-box button:after {
    content: "";
    display: block;
    clear: both;
    display: inline-block;
    vertical-align: top;
    margin-top: 1px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    padding: 6px;
    margin-left: 1px;
    transform: rotate(45deg);
}

.invest-landing-page .vert-feats-carousel .nav-buttons-box button.swiper-button-disabled {
    opacity: 0.5;
    background: #F2F2F2;
}

.invest-landing-page .vert-feats-carousel .nav-buttons-box button.btn-prev:after {
    margin-top: 8px;
    transform: rotate(-135deg);
}

.invest-landing-page .vert-feats-carousel .swiper-container {
    margin-bottom: 50px;
    width: 100%;
    height: 500px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .invest-landing-page .vert-feats-carousel .swiper-container {
        height: 600px;
    }
}

@media (max-width: 767px) {
    .invest-landing-page .vert-feats-carousel .swiper-container {
        height: auto;
        display: block;
        margin-bottom: 20px;
    }
    .invest-landing-page .vert-feats-carousel .swiper-container .swiper-wrapper {
        display: block;
        height: 290px;
        overflow: hidden;
        transition: all 0.3s ease;
    }
    .invest-landing-page .vert-feats-carousel .swiper-container .swiper-wrapper.showed-full {
        height: auto;
    }
    .invest-landing-page .vert-feats-carousel .swiper-container .swiper-wrapper.showed-full:after {
        opacity: 0;
    }
    .invest-landing-page .vert-feats-carousel .swiper-container .swiper-wrapper:after {
        content: "";
        display: block;
        clear: both;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 15;
        box-shadow: 0 0 50px 60px #FEE339;
        background: #FEE339;
        height: 1px;
        transition: all 0.3s ease;
    }
}

.invest-landing-page .vert-feats-carousel .swiper-slide {
    width: 100%;
    position: relative;
    padding-left: 3%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

@media (min-width: 768px) and (max-width: 991px) {
    .invest-landing-page .vert-feats-carousel .swiper-slide {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .invest-landing-page .vert-feats-carousel .swiper-slide {
        display: block;
        padding-left: 0;
        height: auto;
        margin-bottom: 30px;
    }
}

.invest-landing-page .vert-feats-carousel .swiper-slide .holder {
    width: 100%;
    display: table-cell;
}

@media (max-width: 767px) {
    .invest-landing-page .vert-feats-carousel .swiper-slide .holder {
        display: block;
    }
}

.invest-landing-page .vert-feats-carousel .swiper-slide .item-desc {
    display: table-cell;
    width: 50%;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .invest-landing-page .vert-feats-carousel .swiper-slide .item-desc {
        width: 60%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .invest-landing-page .vert-feats-carousel .swiper-slide .item-desc {
        width: 60%;
    }
}

@media (max-width: 767px) {
    .invest-landing-page .vert-feats-carousel .swiper-slide .item-desc {
        width: 100%;
        display: block;
    }
}

.invest-landing-page .vert-feats-carousel .swiper-slide .tit-wrap {
    display: table-cell;
    padding-right: 40px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .invest-landing-page .vert-feats-carousel .swiper-slide .tit-wrap {
        padding-right: 30px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .invest-landing-page .vert-feats-carousel .swiper-slide .tit-wrap {
        padding-right: 20px;
    }
}

@media (max-width: 767px) {
    .invest-landing-page .vert-feats-carousel .swiper-slide .tit-wrap {
        display: block;
        padding-right: 0;
        padding-bottom: 20px;
    }
}

.invest-landing-page .vert-feats-carousel .swiper-slide .item-title {
    display: block;
    font-size: 32px;
    line-height: 33px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .invest-landing-page .vert-feats-carousel .swiper-slide .item-title {
        font-size: 24px;
        line-height: 26px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .invest-landing-page .vert-feats-carousel .swiper-slide .item-title {
        font-size: 24px;
        line-height: 26px;
    }
}

@media (max-width: 767px) {
    .invest-landing-page .vert-feats-carousel .swiper-slide .item-title {
        font-size: 18px;
        line-height: 24px;
    }
}

.invest-landing-page .vert-feats-carousel .swiper-slide p {
    font-size: 15px;
    line-height: 22px;
    margin: 0;
}

.invest-landing-page .vert-feats-carousel .swiper-scrollbar {
    background: #F4F4F4;
    height: 2px;
}

.invest-landing-page .vert-feats-carousel .swiper-scrollbar .swiper-scrollbar-drag {
    height: 100%;
    background: #FDE33A;
}

.invest-landing-page ._mega-yellow-full-button {
    width: 100%;
    position: relative;
    background: #FEE339;
    padding: 60px 10px 65px;
    display: block;
    text-align: center;
    font-size: 50px;
    color: #000;
    transition: all 0.3s ease;
    font-weight: bold;
}

@media (min-width: 768px) and (max-width: 991px) {
    .invest-landing-page ._mega-yellow-full-button {
        padding-top: 40px;
        padding-bottom: 45px;
    }
}

@media (max-width: 767px) {
    .invest-landing-page ._mega-yellow-full-button {
        padding: 15px 10px 15px;
        font-size: 21px;
    }
}

.invest-landing-page ._mega-yellow-full-button img {
    margin-left: 5%;
    transition: all 0.3s ease;
}

@media (max-width: 767px) {
    .invest-landing-page ._mega-yellow-full-button img {
        transform: scale(0.6);
        margin-left: 0;
    }
}

.invest-landing-page ._mega-yellow-full-button:hover {
    background: #383D48;
    color: #fff;
}

.invest-landing-page ._mega-yellow-full-button:hover img {
    -moz-filter: invert(1);
    -webkit-filter: invert(1);
    -o-filter: invert(1);
    -ms-filter: invert(1);
    filter: invert(1);
}

/*.page-nav-btn {
    position: fixed;
    right: 5%;
    bottom: 5%;
    border-radius: 50%;
    border: 1px solid #DFC731;
    background: #FFE43A;
    width: 60px;
    height: 60px;
    z-index: 110;
    outline: none;
    transform: translateX(100%);
    transition: all 0.5s ease;
    opacity: 0;
}

.page-nav-btn:hover {
    background: #383D48;
}

@media (max-width: 767px) {
    .page-nav-btn {
        display: none;
    }
}

.page-nav-btn.showed {
    transform: translateX(0);
    opacity: 1;
}

.page-nav-btn:hover span {
    background: #fff;
}

.page-nav-btn:hover span:before {
    background: #fff;
}

.page-nav-btn:hover span:after {
    background: #fff;
    width: 100%;
}

.page-nav-btn span {
    background: #000;
    display: block;
    height: 2px;
    left: 15px;
    position: absolute;
    right: 15px;
    top: 28px;
    transition: all 0.3s ease;
}

@media (max-width: 767px) {
    .page-nav-btn span {
        height: 2px;
        left: 15px;
        right: 15px;
        top: 24px;
    }
}

.page-nav-btn span:before, .page-nav-btn span:after {
    content: "";
    display: block;
    clear: both;
    background-color: #000;
    box-sizing: inherit;
    height: 2px;
    left: 0;
    position: absolute;
    transition: all 0.3s ease;
    width: 100%;
}

.page-nav-btn span:before {
    top: -7px;
    transition-property: background-color, top, transform;
}

@media (max-width: 767px) {
    .page-nav-btn span:before {
        top: -9px;
    }
}

.page-nav-btn span:after {
    bottom: -7px;
    transition-property: width, bottom, transform;
    width: 60%;
}

@media (max-width: 767px) {
    .page-nav-btn span:after {
        bottom: -9px;
        width: 100%;
    }
}

.page-nav-btn.btn-actived span {
    background: none;
}

.page-nav-btn.btn-actived span:before {
    top: 0;
    transform: rotate(45deg);
}

.page-nav-btn.btn-actived span:after {
    bottom: 0;
    width: 100%;
    transform: rotate(-45deg);
}*/

@keyframes scrollBottomScale {
    0% {
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        opacity: 1;
    }
    100% {
        top: -80px;
        left: -80px;
        bottom: -80px;
        right: -80px;
        opacity: 0;
    }
}

@keyframes scrollBottomScale2 {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(4);
        opacity: 0;
    }
}

@keyframes scale1 {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    30% {
        transform: scale(1.5);
        opacity: 0.8;
    }
    60% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.invest-yellow-link {
    background: #FEE339;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 1.5vw 4vw 1.5vw 3%;
    border-radius: 0 40px 0 0;
    color: #000;
    font-weight: bold;
    font-size: 2.5vw;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .invest-yellow-link {
        padding-left: 2%;
        border-radius: 0 30px 0 0;
        font-size: 38px;
    }
}

@media (min-width: 1600px) {
    .invest-yellow-link {
        font-size: 35px;
        padding: 35px 90px 33px 3%;
    }
}

@media (max-width: 767px) {
    .invest-yellow-link {
        font-size: 20px;
        border-radius: 0;
        width: 100%;
        text-align: center;
        z-index: 20;
    }
}

@media (max-width: 767px) and (orientation: landscape) {
    .invest-yellow-link {
        display: none;
    }
}

.invest-yellow-link:hover {
    color: #000;
    background: #ffed25;
}

.invest-yellow-link span {
    padding-left: 80px;
    padding-right: 4vw;
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .invest-yellow-link span {
        padding-left: 0;
    }
}

.invest-yellow-link img {
    display: inline-block;
    vertical-align: middle;
    transition: all 0.3s ease;
}

@media (max-width: 767px) {
    .invest-yellow-link img {
        transform: scale(0.7);
    }
}

.invest-landing-page {
    width: 100%;
    overflow: hidden;
}

.invest-landing-page ._g-content-type {
    background: #fff;
}

.invest-landing-page ._g-content-type .sect-content {
    background: #fff;
}

.invest-landing-page ._g-content-type .sect-content:before {
    display: none;
}

.invest-landing-page .yellow-text-section {
    background: #FEE339;
}

/*.site-menu-box {
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.site-menu-box._mod-product ul {
    padding-top: 80px;
    max-height: 700px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .site-menu-box._mod-product ul {
        padding-right: 50px;
    }
}

.site-menu-box.opened:after {
    transform: translateX(200%);
    transition: all 1.5s ease;
}

.site-menu-box.opened .menu-wrap {
    opacity: 1;
    transition: all 0.1s ease;
    transition-delay: 0.5s;
}

.site-menu-box:after {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    right: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    background: #FDE34A;
    z-index: 11;
    transition: all 0.9s ease;
}

.site-menu-box .close-button {
    top: 0;
    right: 0;
    width: 100%;
    z-index: 3;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    transition: all 0.3s ease;
}

.site-menu-box .menu-wrap {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    transition: all 0.2s ease;
    transition-delay: 0.2s;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: stretch;
}

.site-menu-box .menu-holder {
    align-items: center;
    height: 100%;
    right: 0;
    padding: 4% 50px 4% 80px;
    position: absolute;
    top: 0;
    z-index: 3;
    background: #fff;
}

.site-menu-box .menu-rel {
    position: relative;
    z-index: 3;
    height: 100%;
    width: 100%;
}

.site-menu-box .box-title {
    display: block;
    border-bottom: 1px solid #F3F3F3;
    font-size: 13px;
    color: #919191;
    padding-left: 25px;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: absolute;
    top: 0px;
}

.site-menu-box ul {
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 6vh 100px 0 25px;
    max-height: 800px;
}

.site-menu-box ul a {
    font-size: 23px;
    color: #000;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.site-menu-box ul a:hover {
    color: #ccc;
}

.site-menu-box .centered-menu {
    justify-content: center;
}

.site-menu-box .centered-menu li {
    padding: 20px 0;
}

.fix-all-products-btn {
    position: fixed;
    right: 3%;
    bottom: 7vh;
    padding-bottom: 8px;
    z-index: 10;
}

@media (max-width: 767px) {
    .fix-all-products-btn {
        display: none;
    }
}

.fix-all-products-btn .all-product-link {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    white-space: nowrap;
    background: none;
    outline: none;
    border: none;
    position: relative;
    z-index: 5;
}

.fix-all-products-btn .all-product-link:hover span {
    color: #ffea33;
}

.fix-all-products-btn .all-product-link:hover i:before {
    background-color: #fff;
    transform: translateY(-1px);
}

.fix-all-products-btn .all-product-link:hover i:after {
    background-color: #fff;
    transform: translateY(1px);
}

.fix-all-products-btn .all-product-link span {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 1px;
    transition: 0.3s;
}

.fix-all-products-btn .all-product-link i {
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    transition: 0.3s;
    position: relative;
    z-index: 3;
    width: 40px;
    height: 40px;
    margin-left: 19px;
    background: #ffea33;
}

.fix-all-products-btn .all-product-link i:before, .fix-all-products-btn .all-product-link i:after {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    height: 2px;
    left: 11px;
    right: 11px;
    top: 16px;
    background: #000;
    transition: 0.3s;
}

.fix-all-products-btn .all-product-link i:after {
    top: auto;
    bottom: 16px;
}

._g-filtered-to-yellow {
    filter: invert(78%) sepia(79%) saturate(407%) hue-rotate(357deg) brightness(101%) contrast(108%);
}

.edge ._g-filtered-to-yellow {
    filter: invert(68%) sepia(79%) saturate(607%) hue-rotate(377deg) brightness(81%) contrast(258%);
}

.ie11 .product-invest-promo .image-bg,
.edge .product-invest-promo .image-bg {
    transform: none;
}

.ie11 .footer-sect-box .footer-holder {
    align-items: stretch;
}

.ie11 .product-invest-promo .image-bg picture {
    display: none;
}

.ie11 .product-invest-promo .image-bg .desktop-bg {
    display: block;
}

.ie11 .index-sect-1 .feats-flex .feats-list .feat-item .icon,
.ie11 .product-promo-box .sect-bottom-box .feats-list .feat-item .icon {
    background: rgba(255, 255, 255, 0.5);
    padding: 5px;
    border-radius: 5px;
    display: block;
    width: 55px;
}

.ie11 .index-sect-1 .feats-flex .feats-list .feat-item .icon img,
.ie11 .product-promo-box .sect-bottom-box .feats-list .feat-item .icon img {
    width: auto;
}

._g-out-container {
    margin: 0 -4vw 0 -3vw;
}

._g-out-holder {
    margin-left: -65px;
}

.gray-center-full-box {
    background: #F8F8F8;
    text-align: center;
    padding: 80px 0 50px 0;
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .gray-center-full-box {
        padding: 40px 0 20px;
    }
}

.gray-center-full-box .centered-box {
    padding: 0 50px;
    margin: 0 auto;
    max-width: 1700px;
}

@media (max-width: 767px) {
    .gray-center-full-box .centered-box {
        padding: 0;
    }
}

.gray-center-full-box p {
    font-size: 30px;
    line-height: 41px;
    margin: 0 0 30px;
    color: #000;
}

@media (max-width: 767px) {
    .gray-center-full-box p {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 20px;
    }
}

.fin-reports-list {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

@media (max-width: 767px) {
    .fin-reports-list {
        display: block;
        width: 100%;
    }
}

.fin-reports-list .item {
    width: 48.5%;
    background: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 40px 4vw;
    margin-bottom: 3vw;
    min-height: 220px;
    transition: all 0.3s ease;
}

@media (min-width: 768px) and (max-width: 991px) {
    .fin-reports-list .item {
        display: block;
    }
}

@media (max-width: 767px) {
    .fin-reports-list .item {
        width: 100%;
        display: block;
        padding: 20px 25px;
        margin-bottom: 20px;
    }
    .fin-reports-list .item:last-child {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .fin-reports-list .item:hover {
        background: #ffea33;
    }
}

.fin-reports-list .item:before {
    display: none;
}

.fin-reports-list .item .main-col {
    width: 100%;
    padding-right: 15%;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .fin-reports-list .item .main-col {
        padding-right: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .fin-reports-list .item .main-col {
        padding-right: 0;
        padding-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .fin-reports-list .item .main-col {
        padding-bottom: 15px;
    }
}

.fin-reports-list .item .actions-col {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
}

@media (min-width: 768px) and (max-width: 991px) {
    .fin-reports-list .item .actions-col {
        justify-content: flex-start;
    }
}

.fin-reports-list .item .reg-status {
    display: block;
    font-size: 12px;
    color: #9b9fab;
    font-weight: 500;
    margin-bottom: 15px;
}

.fin-reports-list .item .name {
    font-size: 30px;
    line-height: 37px;
    font-weight: 500;
    display: block;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .fin-reports-list .item .name {
        font-size: 24px;
        line-height: 30px;
    }
}

@media (max-width: 767px) {
    .fin-reports-list .item .name {
        font-size: 21px;
        line-height: 26px;
    }
}

.fin-reports-list .item .act-link {
    text-align: center;
    display: block;
    font-size: 12px;
    color: #9b9fab;
    font-weight: 500;
    margin-left: 30px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 5;
}

.fin-reports-list .item .act-link:hover {
    color: #000000;
}

.fin-reports-list .item .act-link:hover i {
    background: #fff;
}

.fin-reports-list .item .act-link:first-child {
    margin-left: 0;
}

.fin-reports-list .item .act-link i {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background: #F5F6F9;
    border-radius: 50%;
    transition: all 0.3s ease;
    margin: 0 auto 15px;
}

.fin-reports-list .item .act-link span {
    display: block;
    text-align: center;
}

.all-company-projects-wrapper {
    overflow: hidden;
}

.all-company-projects {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    margin-left: -1vw;
    position: relative;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .all-company-projects {
        justify-content: flex-start;
    }
}

.all-company-projects .holder {
    position: relative;
    width: 100%;
}

.all-company-projects .holder:after {
    content: "";
    display: block;
    clear: both;
    padding-top: 66%;
}

@media (max-width: 767px) {
    .all-company-projects .holder:after {
        padding-top: 86%;
    }
}

.all-company-projects .holder:hover .item-bg img {
    transform: scale(1.2);
}

.all-company-projects .holder:hover .item-desc {
    transform: scale(0.95);
}

.all-company-projects .item {
    width: 25%;
    padding-left: 1vw;
    padding-bottom: 1vw;
    position: relative;
    color: #fff;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .all-company-projects .item {
        width: 33.33333%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .all-company-projects .item {
        width: 50%;
        padding-left: 2vw;
        padding-bottom: 2vw;
    }
}

@media (max-width: 767px) {
    .all-company-projects .item {
        width: 50%;
    }
}

.all-company-projects .item._num1, .all-company-projects .item._num5 {
    width: 50%;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .all-company-projects .item._num1, .all-company-projects .item._num5 {
        width: 66.6666%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .all-company-projects .item._num1, .all-company-projects .item._num5 {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .all-company-projects .item._num1, .all-company-projects .item._num5 {
        width: 100%;
    }
}

.all-company-projects .item._num1 .holder:after, .all-company-projects .item._num5 .holder:after {
    padding-top: 66%;
}

.all-company-projects .item._num1 {
    order: 1;
}

.all-company-projects .item._num1 .title {
    font-size: 7vw;
    line-height: 7vw;
    margin-left: -10px;
}

@media (min-width: 2000px) {
    .all-company-projects .item._num1 .title {
        font-size: 128px;
        line-height: inherit;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .all-company-projects .item._num1 .title {
        font-size: 11vw;
        line-height: 11vw;
        margin-left: -5px;
    }
}

@media (max-width: 767px) {
    .all-company-projects .item._num1 .title {
        margin-left: 0;
        font-size: 11vw;
        line-height: 11vw;
    }
}

.all-company-projects .item._num2 {
    order: 2;
}

.all-company-projects .item._num2 .holder:after {
    padding-top: 135%;
}

.all-company-projects .item._num3 {
    order: 3;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .all-company-projects .item._num3 {
        order: 6;
        position: absolute;
        bottom: 0;
        right: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .all-company-projects .item._num3 {
        order: 4;
    }
}

@media (max-width: 767px) {
    .all-company-projects .item._num3 {
        order: 4;
    }
}

.all-company-projects .item._num3 .title {
    font-size: 1.6vw;
    line-height: 2vw;
}

@media (min-width: 2000px) {
    .all-company-projects .item._num3 .title {
        font-size: 33px;
        line-height: 40px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .all-company-projects .item._num3 .title {
        font-size: 3vw;
        line-height: 3vw;
    }
}

@media (max-width: 767px) {
    .all-company-projects .item._num3 .title {
        font-size: 3vw;
        line-height: 3vw;
    }
}

.all-company-projects .item._num4 {
    order: 4;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .all-company-projects .item._num4 {
        order: 5;
        position: absolute;
        bottom: 0;
        left: 33.3333%;
    }
}

.all-company-projects .item._num4 .title {
    font-size: 2vw;
    line-height: 2vw;
}

@media (min-width: 2000px) {
    .all-company-projects .item._num4 .title {
        font-size: 44px;
        line-height: 40px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .all-company-projects .item._num4 .title {
        font-size: 4vw;
        line-height: 4vw;
    }
}

@media (max-width: 767px) {
    .all-company-projects .item._num4 .title {
        font-size: 4vw;
        line-height: 4vw;
    }
}

.all-company-projects .item._num5 {
    order: 5;
}

.all-company-projects .item._num5 .holder:after {
    padding-top: 32.3%;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .all-company-projects .item._num5 {
        order: 4;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .all-company-projects .item._num5 {
        order: 3;
    }
}

@media (max-width: 767px) {
    .all-company-projects .item._num5 {
        order: 3;
    }
    .all-company-projects .item._num5 .holder:after {
        padding-top: 40%;
    }
}

.all-company-projects .item._num5 .title {
    font-size: 3.5vw;
}

@media (min-width: 2000px) {
    .all-company-projects .item._num5 .title {
        font-size: 64px;
        line-height: 60px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .all-company-projects .item._num5 .title {
        font-size: 5vw;
        line-height: 6vw;
    }
}

@media (max-width: 767px) {
    .all-company-projects .item._num5 .title {
        font-size: 8vw;
        line-height: 9vw;
    }
}

.all-company-projects .item._num6 {
    order: 6;
    margin-top: -16.4%;
}

.all-company-projects .item._num6 .holder:after {
    padding-top: 135%;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .all-company-projects .item._num6 {
        order: 3;
        margin-top: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .all-company-projects .item._num6 {
        order: 2;
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .all-company-projects .item._num6 {
        order: 2;
        margin-top: 0;
    }
}

.all-company-projects .item._mod-soon .item-bg:after {
    opacity: 1;
}

.all-company-projects .item-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.all-company-projects .item-bg:before {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.all-company-projects .item-bg:after {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 3;
    opacity: 0;
}

.all-company-projects .item-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}

.all-company-projects .title {
    font-size: 3vw;
    font-weight: 500;
    line-height: 3vw;
    display: block;
    padding: 15px 0 10px;
}

@media (min-width: 2000px) {
    .all-company-projects .title {
        font-size: 64px;
        line-height: 60px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .all-company-projects .title {
        font-size: 5vw;
        line-height: 5vw;
    }
}

@media (max-width: 767px) {
    .all-company-projects .title {
        font-size: 7vw;
        line-height: 7vw;
    }
}

.all-company-projects .subtitle {
    display: block;
    font-size: 14px;
}

@media (max-width: 767px) {
    .all-company-projects .subtitle {
        font-size: 10px;
    }
}

.all-company-projects .badge {
    position: absolute;
    background: #ffea33;
    color: #000;
    font-weight: bold;
    font-size: 10px;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 10px;
    top: 25px;
    letter-spacing: 1px;
    left: 25px;
    border-radius: 4px;
    z-index: 3;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .all-company-projects .badge {
        left: 20px;
    }
}

@media (max-width: 767px) {
    .all-company-projects .badge {
        top: 10px;
        left: 10px;
        padding: 3px 5px;
        letter-spacing: 0;
        font-size: 8px;
    }
}

.all-company-projects .item-desc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 3vw 20px 2vw 30px;
    z-index: 3;
    transition: all 0.5s ease;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .all-company-projects .item-desc {
        padding-left: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .all-company-projects .item-desc {
        padding-left: 20px;
    }
}

@media (max-width: 767px) {
    .all-company-projects .item-desc {
        padding-left: 10px;
    }
}

.all-company-projects .abs-link {
    z-index: 5;
}


.mobile-menu-btn {
    z-index: 100;
    margin: 0;
    padding: 0;
    width: 50px;
    height: 50px;
    font-size: 0;
    text-indent: -9999px;
    border: none;
    cursor: pointer;
    outline: none;
    box-shadow: none;
    overflow: hidden;
    position: absolute;
    top: 20px;
    right: 10px;
    background: #DC5249;
    border-radius: 5px;
    display: none;
}

.mobile-menu-btn span {
    display: block;
    position: absolute;
    top: 23px;
    left: 11px;
    right: 11px;
    height: 4px;
    background: #fff;
    transition: all 0.3s ease;
    border-radius: 3px;
}

.mobile-menu-btn span:before, .mobile-menu-btn span:after {
    content: "";
    display: block;
    clear: both;
    transition: all 0.3s ease;
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #fff;
    box-sizing: inherit;
    border-radius: 3px;
}

.mobile-menu-btn span:before {
    top: -10px;
    transition-property: top, transform;
}

.mobile-menu-btn span:after {
    bottom: -10px;
    transition-property: bottom, transform;
}

.mobile-menu-btn.mobile-btn-open span {
    background: transparent;
}

.mobile-menu-btn.mobile-btn-open span:before, .mobile-menu-btn.mobile-btn-open span:after {
    transition-delay: 0s, .3s;
}

.mobile-menu-btn.mobile-btn-open span:before {
    top: 0;
    transform: rotate(45deg);
}

.mobile-menu-btn.mobile-btn-open span:after {
    bottom: 0;
    transform: rotate(-45deg);
    width: 100%;
}

html.modal-open,
html.modal-open {
    overflow-x: hidden;
}

html.modal-open.nomodal,
html.modal-open.nomodal {
    overflow: visible;
}

body.modal-open {
    position: relative;
    overflow: hidden;
    padding-right: 15px !important;
}

@media (max-width: 767px) {
    body.modal-open {
        padding-right: 0 !important;
    }
}

body.modal-open .white-content-wrap,
body.modal-open .page-nav-white {
    margin-right: -15px;
    padding-right: 15px;
}

body.modal-open.nomodal {
    overflow: visible;
    padding-right: 0 !important;
}

body.modal-open.nomodal .white-content-wrap,
body.modal-open.nomodal .page-nav-white {
    margin-right: 0;
    padding-right: 0;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.just-modal .modal-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 30px;
    position: relative;
    z-index: 3;
}

.consult-modal .modal-content {
    padding: 40px 65px;
    width: 650px;
    border-radius: 25px;
}

@media (max-width: 767px) {
    .consult-modal .modal-content {
        width: 100%;
        border-radius: 15px;
        padding: 30px;
    }
}

.consult-modal .modal-title {
    display: block;
    color: #000;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 5px;
}

.consult-modal p {
    margin: 0 0 25px;
    font-size: 17px;
    color: #000;
}

.consult-modal .close {
    padding: 0;
    right: 40px;
    top: 40px;
    cursor: pointer;
}

@media (max-width: 767px) {
    .consult-modal .close {
        top: 20px;
        right: 20px;
    }
}

.consult-modal .close:hover {
    transform: scale(1.2);
}

.consult-modal .close:before, .consult-modal .close:after {
    background-color: #000;
    height: 1px;
}

.modal-posts .close {
    top: 35px;
    right: 40px;
}

.modal-posts .close:before, .modal-posts .close:after {
    background: #000;
}

.modal-posts .modal-content {
    width: 90%;
    border-radius: 20px;
    padding: 45px 20px 25px;
}

@media (max-width: 767px) {
    .modal-posts .modal-content {
        padding: 20px 5px 10px;
        width: 100%;
    }
}

.modal-posts form {
    padding-left: 45px;
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    .modal-posts form {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.modal-posts form .form-title {
    display: block;
    font-size: 29px;
    color: #041a33;
    font-weight: normal;
    padding-bottom: 20px;
}

@media (max-width: 767px) {
    .modal-posts form .form-title {
        font-size: 24px;
        text-align: center;
    }
}

.modal-posts form .flex-row {
    justify-content: flex-start;
    align-items: center;
}

@media (max-width: 767px) {
    .modal-posts form .flex-row {
        display: block;
    }
}

.modal-posts form .form-label {
    display: block;
    color: #041a33;
    font-size: 15px;
    font-weight: normal;
    padding-right: 25px;
}

@media (max-width: 767px) {
    .modal-posts form .form-label {
        padding-bottom: 10px;
        text-align: center;
    }
}

.modal-posts form .select-wrap {
    width: 340px;
}

@media (max-width: 767px) {
    .modal-posts form .select-wrap {
        width: 100%;
    }
}

.modal-posts .map-box {
    height: 600px;
    position: relative;
}

@media (max-width: 767px) {
    .modal-posts .map-box {
        height: 300px;
    }
}

.modal-posts .map-box .map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modal-posts .map-box .zoom-buttons {
    position: absolute;
    z-index: 5;
    left: 20px;
    bottom: 30px;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.modal-posts .map-box .zoom-buttons button {
    width: 40px;
    height: 40px;
    text-align: center;
    font-weight: bold;
    line-height: 40px;
    display: block;
    border: none;
    outline: none;
    background: none;
    transition: 0.3s;
    color: #000;
    font-size: 26px;
}

.modal-posts .map-box .zoom-buttons button:hover {
    background: #ffea33;
}

.modal-posts .map-box .zoom-buttons .zoom-in {
    border-bottom: 1px solid #ECECEC;
}

.modal-posts .map-box .zoom-buttons .zoom-out {
    position: relative;
}

.modal-posts .map-box .zoom-buttons .zoom-out:after {
    content: "";
    display: block;
    clear: both;
    height: 3px;
    width: 14px;
    background: #000;
    position: absolute;
    top: 45%;
    left: 50%;
    margin-left: -7px;
}

.modal-posts .mapsbox-holder {
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.modal-posts .mapsbox-holder .make-route-link {
    display: inline-block;
    transition: 0.3s;
    outline: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    border: none;
    background: #ffea33;
    border-radius: 30px;
    padding: 6px 15px 7px;
    margin-left: -8px;
}

.modal-posts .mapsbox-holder .adr {
    display: block;
    font-size: 15px;
    line-height: 22px;
    font-weight: normal;
    color: #000;
    margin-bottom: 10px;
}

.modal-posts .mapsbox-holder .icon {
    margin-bottom: 10px;
}

.modal-posts .mapsbox-holder .worktime {
    display: block;
    font-size: 11px;
    color: #64686f;
    padding-bottom: 6px;
    width: 100%;
    text-transform: uppercase;
    border-bottom: 1px solid #E9E9E9;
    margin-bottom: 10px;
}

.modal-posts .mapsbox-holder .worktime-line {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 5px;
    min-height: 14px;
}

.modal-posts .mapsbox-holder .worktime-line span {
    font-size: 12px;
    display: block;
}

.modal-posts .mapsbox-holder .worktime-line .day {
    display: block;
    width: 52px;
}

.modal-posts .mapsbox-holder .phone {
    display: block;
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
}

.temp-info-modal {
    top: auto;
    bottom: 8%;
    left: auto;
    right: 8%;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.29);
    background: #fff;
    border-radius: 20px;
    position: fixed;
    outline: none;
}

@media (max-width: 767px) {
    .temp-info-modal {
        right: 10px;
        left: 10px;
        bottom: 10px;
    }
}

.temp-info-modal:before {
    display: none;
}

.temp-info-modal._mod-visible {
    display: block;
}

.temp-info-modal .close-btn {
    padding: 0;
    margin: 0;
    top: 25px;
    right: 25px;
}

.temp-info-modal .close-btn:before, .temp-info-modal .close-btn:after {
    background-color: #000;
    width: 90%;
    height: 1px;
}

.temp-info-modal .modal-content {
    padding: 35px 50px;
    width: 460px;
    color: #000;
}

@media (max-width: 767px) {
    .temp-info-modal .modal-content {
        width: 100%;
        padding: 35px 20px;
    }
}

.temp-info-modal .modal-subtitle {
    display: block;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 25px;
}

.temp-info-modal p {
    font-size: 14px;
    line-height: 26px;
    color: #535353;
    margin: 0 0 30px;
}

.temp-info-modal .more-btn {
    border: 1px solid #E0E0E0;
    font-size: 15px;
    color: #000;
    transition: all 0.3s ease;
    border-radius: 30px;
    padding: 8px 25px 9px;
}

.temp-info-modal .more-btn:hover {
    border-color: #ccc;
}

.temp-info-modal .buttons-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

.temp-info-modal .buttons-wrap .yellow-btn {
    margin-right: 15px;
    font-size: 16px;
    padding: 8px 30px 9px;
}

.partners-abs-block {
    position: absolute;
    outline: none;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    padding: 35px 30px 40px 40px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    color: #000;
    text-align: left;
}

@media (max-width: 767px) {
    .partners-abs-block {
        padding: 20px;
    }
}

.partners-abs-block .close {
    padding: 0;
    top: 30px;
    right: 40px;
}

@media (max-width: 767px) {
    .partners-abs-block .close {
        right: 20px;
        top: 20px;
    }
}

.partners-abs-block .close:before, .partners-abs-block .close:after {
    background-color: #ccc;
}

.partners-abs-block .close:hover:before, .partners-abs-block .close:hover:after {
    background-color: #666;
}

.partners-abs-block .partner-cat-title {
    display: block;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .partners-abs-block .partner-cat-title {
        font-size: 24px;
    }
}

.partners-abs-block .partners-scroll {
    max-height: 300px;
}

.partners-abs-block .partners-list {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.partners-abs-block .partners-list .company-item {
    width: 16.6666%;
}

@media (min-width: 768px) and (max-width: 991px) {
    .partners-abs-block .partners-list .company-item {
        width: 20%;
    }
}

@media (max-width: 767px) {
    .partners-abs-block .partners-list .company-item {
        width: 25%;
    }
}*/


.invest-landing-page .calc-form-type {
    position: relative;
    z-index: 10;
    width: 100%;
    transition: background 0.3s;
    max-width: 1100px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .invest-landing-page .calc-form-type {
        position: relative;
        bottom: auto;
    }
}

.invest-landing-page .calc-form-type .calc-holder-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px 30px 30px 30px;
    border-radius: 30px 30px 0 0;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .invest-landing-page .calc-form-type .calc-holder-flex {
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .invest-landing-page .calc-form-type .calc-holder-flex {
        padding: 10px 0 30px 0;
    }
}

@media (max-width: 767px) {
    .invest-landing-page .calc-form-type .calc-holder-flex {
        background: none !important;
        border-radius: 0;
        display: block;
        width: 100%;
        padding: 0 0 20px;
    }
}

@media (max-width: 767px) and (orientation: landscape) {
    .invest-landing-page .calc-form-type .calc-holder-flex {
        display: flex;
        flex-wrap: wrap;
    }
}

.invest-landing-page .calc-form-type .calc-holder-flex._mod-nopadding {
    padding-left: 20px;
    padding-right: 0;
}

@media (max-width: 767px) {
    .invest-landing-page .calc-form-type .calc-holder-flex._mod-nopadding {
        padding-left: 0;
    }
}

.invest-landing-page .calc-form-type .calc-holder-flex._mod-nopadding .results-col {
    width: 35%;
}

@media (max-width: 767px) {
    .invest-landing-page .calc-form-type .calc-holder-flex._mod-nopadding .results-col {
        width: 100%;
        padding-left: 0;
    }
}

.invest-landing-page .calc-form-type .results-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

@media (max-width: 767px) {
    .invest-landing-page .calc-form-type .results-row {
        flex-direction: column;
    }
}

.invest-landing-page .calc-form-type .results-row .results-col {
    width: 31%;
}

@media (max-width: 767px) {
    .invest-landing-page .calc-form-type .results-row .results-col {
        width: 100%;
    }
}

.invest-landing-page .calc-form-type .results-row .results-col._mod-rowed {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 30%;
}

@media (min-width: 768px) and (max-width: 991px) {
    .invest-landing-page .calc-form-type .results-row .results-col._mod-rowed {
        width: 33%;
    }
}

@media (max-width: 767px) {
    .invest-landing-page .calc-form-type .results-row .results-col._mod-rowed {
        width: 100%;
        display: block;
    }
}

.invest-landing-page .calc-form-type .results-row .graphic-col {
    width: 38%;
}

@media (max-width: 767px) {
    .invest-landing-page .calc-form-type .results-row .graphic-col {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .invest-landing-page .calc-form-type .calc-item {
        padding-bottom: 25px;
    }

    .invest-landing-page .calc-form-type .calc-item:last-child {
        padding-bottom: 0;
    }
}

.invest-landing-page .calc-form-type .abs-label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: text;
}

.invest-landing-page .calc-form-type .item-label {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    font-weight: 300;
    color: #000;
    padding-bottom: 5px;
}

.invest-landing-page .calc-form-type .item-label .date {
    text-align: right;
    font-size: 13px;
    color: #b7b7b7;
    font-style: normal;
    font-weight: normal;
}

@media (max-width: 767px) {
    .invest-landing-page .calc-form-type .item-label .date {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .invest-landing-page .calc-form-type .item-label {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .invest-landing-page .calc-form-type .item-label {
        font-size: 18px;
        padding-bottom: 10px;
    }
}

.invest-landing-page .calc-form-type .selectric-wrapper {
    margin: 0 -16px;
}

.invest-landing-page .calc-form-type .selectric {
    border: none;
    background: none;
    height: 58px;
    margin: -23px 0 -8px;
    padding: 0 16px;
}

.invest-landing-page .calc-form-type .selectric .label {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin: 0 20px 0 0;
    height: 56px;
    padding-top: 9px;
    line-height: 58px;
}

.invest-landing-page .calc-form-type .selectric .button {
    background: none;
    top: 50%;
    margin-top: -19px;
    width: 10px;
    right: 16px;
}

.invest-landing-page .calc-form-type .selectric .button:after {
    display: inline-block;
    border: solid #313131;
    border-width: 0 2px 2px 0;
    padding: 3px;
    transform: rotate(45deg);
    margin-left: 0px;
}

.invest-landing-page .calc-form-type .selectric-items {
    background: #fff;
    padding: 20px 15px;
    border-radius: 0;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
    border: none;
    right: 0px;
    left: auto;
    outline: none;
    z-index: 3;
}

.invest-landing-page .calc-form-type .selectric-items li {
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 18px;
    color: #000;
    margin: 3px 0;
    transition: 0.3s;
}

.invest-landing-page .calc-form-type .selectric-items li:hover {
    background: #EAECEF;
}

.invest-landing-page .calc-form-type .selectric-items li.selected {
    background: #ffea33;
}

.invest-landing-page .calc-form-type .round-graph-wrap {
    text-align: center;
    position: relative;
    margin: 0 auto;
}

.invest-landing-page .calc-form-type .round-graph-wrap .round-graph {
    width: 255px;
    height: 255px;
    position: relative;
    z-index: 3;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .invest-landing-page .calc-form-type .round-graph-wrap .round-graph {
        margin: 0 auto;
    }
}

.invest-landing-page .calc-form-type .round-graph-wrap .highcharts-series-group {
    width: 100%;
}

.invest-landing-page .calc-form-type .round-graph-wrap .highcharts-root {
    width: 100%;
}

.invest-landing-page .calc-form-type .round-graph-wrap .circle-info {
    border-radius: 50%;
    width: 210px;
    height: 210px;
    top: 20px;
    left: 50%;
    position: absolute;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-left: -105px;
}

.invest-landing-page .calc-form-type .round-graph-wrap .circle-info .title {
    display: block;
    font-size: 14px;
    color: #000;
    font-weight: 300;
    padding-bottom: 7px;
}

.invest-landing-page .calc-form-type .round-graph-wrap .circle-info .title i {
    font-style: normal;
    font-weight: normal;
}

.invest-landing-page .calc-form-type .round-graph-wrap .circle-info .title:last-child {
    padding-bottom: 0;
}

.invest-landing-page .calc-form-type .round-graph-wrap .circle-info .num {
    font-size: 24px;
    display: block;
    color: #000;
    font-weight: 500;
    padding-bottom: 7px;
}

.invest-landing-page .calc-form-type .round-graph-wrap .circle-info .num i {
    font-style: normal;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .invest-landing-page .calc-form-type .round-graph-wrap .circle-info .num {
        font-size: 18px;
    }
}

.invest-landing-page .calc-form-type .round-graph-wrap .circle-info .num span {
    font-weight: 300;
}

.invest-landing-page .calc-form-type .round-graph-wrap .circle-info .num-percent {
    display: block;
    font-weight: 300;
    font-size: 60px;
    line-height: 50px;
    padding-left: 20px;
    color: #000;
    padding-bottom: 10px;
}

.invest-landing-page .calc-form-type .round-graph-wrap .circle-percent-info {
    border: none;
}

.invest-landing-page .calc-form-type .round-graph-wrap .shadow-box {
    background: url(../images/round-shadow.png) no-repeat;
    position: absolute;
    background-size: 100% 100%;
    width: 224px;
    height: 224px;
    left: 50%;
    margin-left: -90px;
    top: 30px;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .invest-landing-page .calc-form-type .graphic-desc-col {
        flex: auto;
        padding-top: 0;
    }
}

@media (max-width: 767px) {
    .invest-landing-page .calc-form-type .graphic-desc-col {
        padding-left: 10px;
    }
}

.invest-landing-page .calc-form-type .graphic-desc-col._mod-full {
    width: 100%;
    padding-bottom: 20px;
    flex: auto;
    padding-left: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .invest-landing-page .calc-form-type .graphic-desc-col._mod-full {
        flex: none;
        padding-bottom: 0;
        padding-top: 45px;
        width: 50%;
    }
}

.invest-landing-page .calc-form-type .graphic-desc-col._mod-full .legend-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

@media (max-width: 767px) {
    .invest-landing-page .calc-form-type .graphic-desc-col._mod-full .legend-list {
        display: block;
    }
}

.invest-landing-page .calc-form-type .graphic-desc-col._mod-full .legend-list li {
    width: 25%;
    margin-bottom: 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .invest-landing-page .calc-form-type .graphic-desc-col._mod-full .legend-list li {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .invest-landing-page .calc-form-type .graphic-desc-col._mod-full .legend-list li {
        width: 100%;
        margin-bottom: 0;
    }
}

.invest-landing-page .calc-form-type .legend-list {
    display: block;
    margin-bottom: 0;
    padding-bottom: 0;
}

.invest-landing-page .calc-form-type .legend-list._mod-lined li {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
}

.invest-landing-page .calc-form-type .legend-list._mod-lined li .title {
    font-size: 14px;
    min-width: 110px;
    margin-bottom: 0;
    color: #A9A9A9;
}

@media (max-width: 767px) {
    .invest-landing-page .calc-form-type .legend-list._mod-lined li .title {
        min-width: 75px;
    }
}

@media (max-width: 767px) {
    .invest-landing-page .calc-form-type .legend-list._mod-lined li .circle {
        top: 6px;
    }
}

.invest-landing-page .calc-form-type .legend-list._mod-lined li .num span {
    font-weight: normal;
    color: #969696;
}

@media (max-width: 767px) {
    .invest-landing-page .calc-form-type .legend-list._mod-lined li .num span {
        font-size: 12px;
    }
}

.invest-landing-page .calc-form-type .legend-list._mod-rowed {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.invest-landing-page .calc-form-type .legend-list._mod-rowed li {
    width: 50%;
}

@media (max-width: 767px) {
    .invest-landing-page .calc-form-type .legend-list._mod-rowed li {
        display: block;
    }

    .invest-landing-page .calc-form-type .legend-list._mod-rowed li .title {
        padding-left: 0;
        padding-bottom: 5px;
    }
}

.invest-landing-page .calc-form-type .legend-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
}

.invest-landing-page .calc-form-type .legend-list li:last-child {
    margin-bottom: 0;
}

.invest-landing-page .calc-form-type .legend-list li:before {
    display: none;
}

@media (max-width: 767px) {
    .invest-landing-page .calc-form-type .legend-list li {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10px;
    }
}

.invest-landing-page .calc-form-type .legend-list li .circle {
    position: absolute;
    display: block;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    left: 0;
    top: 4px;
}

.invest-landing-page .calc-form-type .legend-list li .title {
    display: block;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 5px;
    color: #686868;
    font-weight: normal;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .invest-landing-page .calc-form-type .legend-list li .title br {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .invest-landing-page .calc-form-type .legend-list li .title {
        margin-right: auto;
        padding-left: 5px;
        margin-bottom: 0;
    }
}

.invest-landing-page .calc-form-type .legend-list li .num {
    font-size: 15px;
    display: block;
    color: #000;
    font-weight: 500;
}

.invest-landing-page .calc-form-type .legend-list li .num i {
    font-style: normal;
}

@media (max-width: 767px) {
    .invest-landing-page .calc-form-type .legend-list li .num {
        font-size: 18px;
    }
}

.invest-landing-page .calc-form-type .final-sum-row {
    order: -1;
}

.invest-landing-page .calc-form-type .final-sum-row._mod-rowed .result-info-row {
    text-align: left;
    border: none;
    padding: 15px 0 30px;
}

@media (max-width: 767px) {
    .invest-landing-page .calc-form-type .final-sum-row._mod-rowed .result-info-row {
        padding-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .invest-landing-page .calc-form-type .final-sum-row._mod-rowed .result-info-row._mod-big {
        padding-top: 5px;
        text-align: center;
        border-bottom: 1px solid #f1f1f1;
    }
}

.invest-landing-page .calc-form-type .final-sum-row._mod-rowed .result-info-row._mod-big .result-label {
    font-size: 14px;
}

.invest-landing-page .calc-form-type .final-sum-row._mod-rowed .result-info-row._mod-big .result-value {
    font-size: 40px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .invest-landing-page .calc-form-type .final-sum-row._mod-rowed .result-info-row._mod-big .result-value {
        font-size: 28px;
    }
}

.invest-landing-page .calc-form-type .final-sum-row._mod-rowed .result-right-col {
    border-left: 1px solid #f1f1f1;
    margin-left: 30px;
    padding-left: 30px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .invest-landing-page .calc-form-type .final-sum-row._mod-rowed .result-right-col {
        margin-left: 15px;
        padding-left: 15px;
    }
}

@media (max-width: 767px) {
    .invest-landing-page .calc-form-type .final-sum-row._mod-rowed .result-right-col {
        border: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: flex-start;
    }

    .invest-landing-page .calc-form-type .final-sum-row._mod-rowed .result-right-col .result-info-row {
        padding-left: 10px;
    }

    .invest-landing-page .calc-form-type .final-sum-row._mod-rowed .result-right-col .result-info-row:first-child {
        text-align: right;
        padding-left: 0;
        padding-right: 10px;
    }
}

.invest-landing-page .calc-form-type .final-sum-row._mod-rowed .result-value {
    font-size: 16px;
}

.invest-landing-page .calc-form-type .final-sum-row._mod-rowed .result-label {
    color: #686868;
    font-size: 12px;
}

@media (max-width: 767px) {
    .invest-landing-page .calc-form-type .final-sum-row {
        display: block;
        order: 3;
    }

    .invest-landing-page .calc-form-type .final-sum-row .label {
        padding-left: 0;
    }
}

.invest-landing-page .calc-form-type .result-info-row {
    text-align: center;
    border-bottom: 1px solid #F1F1F1;
    padding: 25px 0;
}

@media (max-width: 767px) {
    .invest-landing-page .calc-form-type .result-info-row {
        padding: 15px 0;
    }
}

.invest-landing-page .calc-form-type .result-info-row:last-child {
    border: none;
}

.invest-landing-page .calc-form-type .result-info-row .result-label {
    display: block;
    font-size: 14px;
}

.invest-landing-page .calc-form-type .result-info-row .result-value {
    display: block;
    font-size: 34px;
    font-weight: 500;
    color: #000;
}

@media (min-width: 768px) and (max-width: 991px) {
    .invest-landing-page .calc-form-type .result-info-row .result-value {
        font-size: 26px;
    }
}

.invest-landing-page .calc-form-type .item-inside {
    position: relative;
}

.invest-landing-page .calc-form-type .calc-top-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    padding-bottom: 10px;
}

.invest-landing-page .calc-form-type .calc-top-row:first-child {
    padding-bottom: 25px !important;
}

@media (max-width: 767px) {
    .invest-landing-page .calc-form-type .calc-top-row {
        flex-direction: column;
        padding-bottom: 5px;
    }
}

.invest-landing-page .calc-form-type .calc-top-row .col-half {
    width: 47%;
}

@media (max-width: 767px) {
    .invest-landing-page .calc-form-type .calc-top-row .col-half {
        width: 100%;
    }
}

.invest-landing-page .calc-form-type .calc-top-row .col-30p {
    width: 31%;
}

@media (max-width: 767px) {
    .invest-landing-page .calc-form-type .calc-top-row .col-30p {
        width: 100%;
    }
}

.invest-landing-page .calc-form-type .real-input-box {
    width: 100%;
    position: relative;
    border: 1px solid #EBEBEB;
    border-radius: 10px;
    padding: 8px 16px 6px;
    transition: border-color 0.3s ease;
}

@media (max-width: 767px) {
    .invest-landing-page .calc-form-type .real-input-box {
        border: 1px solid #DFDFDF;
        padding: 6px 15px 3px;
    }
}

.invest-landing-page .calc-form-type .real-input-box:hover {
    border-color: #FDE446;
}

.invest-landing-page .calc-form-type .real-input-box .form-control {
    background: none;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 30px;
    height: 40px;
    color: #000;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
}

.invest-landing-page .calc-form-type .real-input-box .input-title,
.invest-landing-page .calc-form-type .real-input-box .xs-input-title {
    color: #000;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    font-size: 19px;
    line-height: 19px;
    margin-left: 0;
}

.invest-landing-page .calc-form-type .real-input-box .input-subtitle {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #707070;
    padding-left: 4px;
}

@media (max-width: 767px) {
    .invest-landing-page .calc-form-type .real-input-box .input-subtitle {
        display: block;
        padding-left: 0;
        padding-bottom: 7px;
    }
}

.invest-landing-page .calc-form-type .real-input-box .input-wrap {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 3;
}

.invest-landing-page .calc-form-type .real-input-box input.range-num,
.invest-landing-page .calc-form-type .real-input-box .buffer {
    font-weight: 500;
    font-size: 19px;
    border: 1px solid transparent;
}

.invest-landing-page .calc-form-type .real-input-box input.range-num {
    background: none;
    outline: none;
    color: #000;
    height: 27px;
    min-width: 15px;
    padding: 0;
    width: 23px;
    transition: all 0.3s ease;
}

@media (max-width: 767px) {
    .invest-landing-page .calc-form-type .real-input-box input.range-num {
        color: #000;
    }
}

.invest-landing-page .calc-form-type .real-input-box input.range-num:hover {
    border-color: rgba(255, 255, 255, 0.2);
}

.invest-landing-page .calc-form-type .real-input-box input.range-num:focus {
    color: #ffea33;
}

.invest-landing-page .calc-form-type .real-input-box .buffer {
    position: absolute;
    top: -1000px;
    left: -1000px;
    visibility: hidden;
    white-space: nowrap;
}

.invest-landing-page .calc-form-type .real-input-box .item-label {
    display: block;
    font-size: 13px;
    font-weight: normal;
    color: #636363;
    padding-bottom: 0;
}

.invest-landing-page .calc-form-type .range-filter {
    margin-top: -2px;
    position: absolute;
    left: 10px;
    right: 10px;
    top: 100%;
    z-index: 11;
}

.invest-landing-page .calc-form-type .range-filter .irs {
    height: 3px;
}

@media (max-width: 767px) {
    .invest-landing-page .calc-form-type .range-filter .irs {
        height: 21px;
    }
}

.invest-landing-page .calc-form-type .range-filter .rangeSlider {
    opacity: 0 !important;
}

.invest-landing-page .calc-form-type .range-filter .irs-line {
    height: 3px;
    background: #E8E8E8;
    top: 0;
    border-radius: 3px;
}

@media (max-width: 767px) {
    .invest-landing-page .calc-form-type .range-filter .irs-line {
        top: 0;
        height: 3px;
        border-radius: 3px;
        background-color: rgba(255, 204, 85, 0.1);
    }
}

.invest-landing-page .calc-form-type .range-filter .irs-bar {
    height: 3px;
    background: #ffea33;
    top: 0;
    left: 0 !important;
    border-radius: 3px;
}

@media (max-width: 767px) {
    .invest-landing-page .calc-form-type .range-filter .irs-bar {
        top: 1px;
    }
}

.invest-landing-page .calc-form-type .range-filter .irs-slider {
    top: -7px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #ffea33;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.invest-landing-page .calc-form-type .range-filter .irs-slider:hover:before {
    border-width: 3px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.invest-landing-page .calc-form-type .range-filter .irs-slider:hover:after {
    opacity: 1;
}

.invest-landing-page .calc-form-type .range-filter .irs-slider:before {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    border-radius: 50%;
    top: 4px;
    right: 4px;
    bottom: 4px;
    left: 4px;
    border: 1px solid #fff;
}

.invest-landing-page .calc-form-type .range-filter .irs-slider:after {
    content: "";
    display: block;
    clear: both;
    transition: all 0.3s ease;
    position: absolute;
    opacity: 0;
    top: 7px;
    right: 7px;
    bottom: 7px;
    left: 7px;
    border-radius: 50%;
    background-color: #fff;
}

@media (max-width: 767px) {
    .invest-landing-page .calc-form-type .range-filter .irs-slider {
        top: -9px;
    }

    .invest-landing-page .calc-form-type .range-filter .irs-slider:before {
        border-width: 3px;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .invest-landing-page .calc-form-type .range-filter .irs-slider:after {
        opacity: 1;
    }
}

.invest-landing-page .calc-form-type .range-filter .irs-bar-edge {
    display: none;
}

.invest-landing-page .calc-form-type .range-filter .irs-line-left,
.invest-landing-page .calc-form-type .range-filter .irs-line-mid,
.invest-landing-page .calc-form-type .range-filter .irs-line-right {
    display: none;
}

.invest-landing-page .calc-form-type .range-filter .irs-to {
    display: none;
}

.invest-landing-page .calc-form-type .range-filter .irs-single {
    font-size: 40px;
    font-weight: 500;
    display: block;
    color: #fff;
    left: 20px !important;
    background: none;
    padding: 0;
    line-height: 32px;
    border-radius: 0;
    position: absolute;
    top: -1000px;
    visibility: hidden;
    white-space: nowrap;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .invest-landing-page .calc-form-type .range-filter .irs-single {
        font-size: 34px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .invest-landing-page .calc-form-type .range-filter .irs-single {
        left: 0 !important;
        font-size: 34px;
    }
}

.invest-landing-page .calc-form-type .range-filter .irs-single:after {
    display: none;
}

.invest-landing-page .calc-form-type .from-to-labels {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px 0;
}

@media (max-width: 767px) {
    .invest-landing-page .calc-form-type .from-to-labels {
        padding-top: 5px;
    }
}

.invest-landing-page .calc-form-type .from-to-labels span {
    display: block;
    font-size: 12px;
    color: #aaaaaa;
}

.invest-landing-page .calc-form-type .calc-input-row .label {
    display: block;
    font-size: 17px;
    line-height: 21px;
    font-weight: normal;
    color: #767980;
    padding-bottom: 5px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .invest-landing-page .calc-form-type .calc-input-row .label {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .invest-landing-page .calc-form-type .calc-input-row .label {
        font-size: 15px;
        padding-bottom: 5px;
        color: #4C4C4C;
    }
}

.invest-landing-page .calc-form-type .take-credit-btn {
    width: 100%;
    display: block;
    border: none;
    background: #ffea33;
    padding: 16px 0;
    font-size: 30px;
    text-align: center;
    font-weight: 500;
    position: relative;
    color: #000;
    transition: 0.3s;
}

.invest-landing-page .calc-form-type .take-credit-btn:hover {
    box-shadow: 0 0 20px #ffea33;
}

.invest-landing-page .calc-form-type .take-credit-btn span {
    display: inline-block;
    background: url(../images/bg-yellow-big-btn.png) no-repeat 98% 0%;
    background-size: 30px auto;
    line-height: 30px;
    padding-right: 65px;
}

.invest-landing-page .calc-form-type .calc-opener-btn {
    background: #ffea33;
    border-radius: 30px 30px 0 0;
    display: block;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    padding: 12px 50px 12px 35px;
    font-size: 20px;
    color: #000;
    font-weight: 500;
    transition: 0.3s;
    border-bottom: 1px solid #ECE8E6;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
}

@media (max-width: 767px) {
    .invest-landing-page .calc-form-type .calc-opener-btn {
        display: none;
    }
}

.invest-landing-page .calc-form-type .calc-opener-btn:hover {
    background: #ffea33;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}

.invest-landing-page .calc-form-type .calc-opener-btn span {
    display: block;
    padding-left: 70px;
    position: relative;
    line-height: 44px;
}

.invest-landing-page .calc-form-type .calc-opener-btn span:before {
    content: "";
    display: block;
    clear: both;
    border-radius: 50%;
    background: url(../images/calc-shower-icon.png) no-repeat 50% 50% #fff;
    background-size: 21px auto;
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 0;
}

.invest-landing-page .calc-form-type .calc-opener-btn em {
    font-style: normal;
}

.invest-landing-page .calc-form-type .calc-opener-btn b {
    display: none;
}

.invest-landing-page .calc-form-type .calc-opener-btn i {
    position: absolute;
    top: 14px;
    border-radius: 50%;
    background: transparent;
    display: block;
    width: 40px;
    height: 40px;
    border: none;
    right: 40px;
    transition: 0.3s;
}

.invest-landing-page .calc-form-type .calc-opener-btn i:before, .invest-landing-page .calc-form-type .calc-opener-btn i:after {
    content: "";
    display: block;
    clear: both;
    height: 2px;
    background-color: #000;
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    width: 35%;
    top: 2px;
    margin-top: 18px;
    margin-left: 9px;
    transition: all 0.3s ease;
}

.invest-landing-page .calc-form-type .calc-opener-btn i:before {
    left: 8px;
}

.invest-landing-page .calc-form-type .calc-opener-btn i:after {
    left: -1px;
    transform: rotate(-45deg);
}

.invest-landing-page .calc-form-type .calc-opener-btn {
    transform: translateY(70px);
    transition: transform 0.5s, background 0.3s;
}

.invest-landing-page .calc-form-type._mod-xxl .real-input-box {
    padding: 13px 20px 9px 25px;
}

@media (max-width: 767px) {
    .invest-landing-page .calc-form-type._mod-xxl .real-input-box {
        padding: 8px 15px 5px 15px;
    }
}

.invest-landing-page .calc-form-type._mod-xxl .real-input-box input.range-num,
.invest-landing-page .calc-form-type._mod-xxl .real-input-box .buffer {
    font-weight: 500;
    font-size: 36px;
    height: 45px;
}

@media (max-width: 767px) {
    .invest-landing-page .calc-form-type._mod-xxl .real-input-box input.range-num,
    .invest-landing-page .calc-form-type._mod-xxl .real-input-box .buffer {
        font-size: 26px;
        height: 33px;
    }
}

.invest-landing-page .calc-form-type._mod-xxl .real-input-box .item-label {
    font-size: 15px;
    font-weight: 500;
}

@media (max-width: 767px) {
    .invest-landing-page .calc-form-type._mod-xxl .real-input-box .item-label {
        font-size: 12px;
    }
}

.invest-landing-page .calc-form-type._mod-xxl .real-input-box .input-title {
    font-size: 36px;
    line-height: inherit;
}

@media (max-width: 767px) {
    .invest-landing-page .calc-form-type._mod-xxl .real-input-box .input-title {
        font-size: 26px;
    }
}

.invest-landing-page .calc-form-type._mod-xxl .real-input-box .quest-link {
    position: absolute;
    top: 10px;
    right: 20px;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    background: #EEEEEE;
    line-height: 24px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #b0b0b0;
}

@media (max-width: 767px) {
    .invest-landing-page .calc-form-type._mod-xxl .real-input-box .quest-link {
        right: 10px;
        width: 18px;
        height: 18px;
        line-height: 18px;
        font-size: 10px;
    }
}

.invest-landing-page .calc-form-type._mod-xxl .real-input-box .quest-link:hover {
    background: #FDE34B;
    color: #000;
}

.invest-landing-page .calc-form-type._mod-xxl .real-input-box .range-filter .irs-grid {
    bottom: -34px;
}

@media (max-width: 767px) {
    .invest-landing-page .calc-form-type._mod-xxl .real-input-box .range-filter .irs-grid {
        display: none;
    }
}

.invest-landing-page .calc-form-type._mod-xxl .real-input-box .range-filter .irs-grid-pol.small {
    display: none;
}

.invest-landing-page .calc-form-type._mod-xxl .real-input-box .range-filter .irs-slider {
    width: 25px;
    height: 25px;
    background: #fff;
    border: 1px solid #E1E1E2;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.invest-landing-page .calc-form-type._mod-xxl .real-input-box .range-filter .irs-slider:before, .invest-landing-page .calc-form-type._mod-xxl .real-input-box .range-filter .irs-slider:after {
    left: 50%;
    margin-left: 2px;
    top: 6px;
    bottom: 6px;
    width: 1px;
    background: #D8D8D8;
    border: none;
    right: auto;
    border-radius: 0;
    opacity: 1;
}

.invest-landing-page .calc-form-type._mod-xxl .real-input-box .range-filter .irs-slider:before {
    margin-left: -2px;
}

.invest-landing-page .calc-form-type._mod-xxl .real-input-box .range-filter .irs-slider:hover {
    background: #FDE446;
}

.invest-landing-page .calc-form-type._mod-xxl .real-input-box .range-filter .irs-slider:hover:after {
    opacity: 1;
}

.invest-landing-page .calc-form-type._mod-xxl .real-input-box .selectric {
    height: 86px;
    margin: -31px 0 -10px;
}

@media (max-width: 767px) {
    .invest-landing-page .calc-form-type._mod-xxl .real-input-box .selectric {
        height: 62px;
        margin: -22px 0 -5px;
    }
}

.invest-landing-page .calc-form-type._mod-xxl .real-input-box .selectric .label {
    font-size: 26px;
    padding-top: 24px;
    height: 85px;
}

@media (max-width: 767px) {
    .invest-landing-page .calc-form-type._mod-xxl .real-input-box .selectric .label {
        height: 62px;
        line-height: 45px;
        font-size: 19px;
        padding-top: 19px;
    }
}

.invest-landing-page .calc-form-type._mod-xxl .real-input-box .selectric .button {
    width: 15px;
}

@media (max-width: 767px) {
    .invest-landing-page .calc-form-type._mod-xxl .real-input-box .selectric .button {
        margin-top: -15px;
        right: 25px;
        text-align: left;
    }
}

.invest-landing-page .calc-form-type._mod-xxl .real-input-box .selectric .button:after {
    top: 10px;
}

.invest-landing-page .calc-form-type._mod-xxl .calc-holder-flex {
    padding-bottom: 60px;
    border-radius: 0;
}

@media (max-width: 767px) {
    .invest-landing-page .calc-form-type._mod-xxl .calc-holder-flex {
        padding-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .invest-landing-page .calc-form-type._mod-xxl .calc-top-row {
        display: block;
        width: 100%;
    }
}

.invest-landing-page .calc-form-type._mod-xxl .calc-top-row .col-half {
    width: 48%;
}

@media (max-width: 767px) {
    .invest-landing-page .calc-form-type._mod-xxl .calc-top-row .col-half {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .invest-landing-page .calc-form-type._mod-xxl .result-info-row {
        border: none;
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 10px;
    }
}

@media (max-width: 767px) {
    .invest-landing-page .calc-form-type._mod-xxl .result-info-row._mod-small {
        border-left: 1px solid #eee;
        padding-left: 10px;
        padding-right: 0;
    }
}

.invest-landing-page .calc-form-type._mod-xxl .result-info-row._mod-small .result-label {
    font-size: 13px;
    line-height: 16px;
}

@media (max-width: 767px) {
    .invest-landing-page .calc-form-type._mod-xxl .result-info-row._mod-small .result-label {
        font-size: 11px;
        line-height: 14px;
    }
}

.invest-landing-page .calc-form-type._mod-xxl .result-info-row._mod-small .result-value {
    font-size: 36px;
}

@media (max-width: 767px) {
    .invest-landing-page .calc-form-type._mod-xxl .result-info-row._mod-small .result-value {
        font-size: 28px;
        font-weight: normal;
    }
}

.invest-landing-page .calc-form-type._mod-xxl .results-row {
    padding-left: 5%;
    max-width: 1100px;
    margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 991px) {
    .invest-landing-page .calc-form-type._mod-xxl .results-row {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .invest-landing-page .calc-form-type._mod-xxl .results-row {
        padding-left: 0;
        display: block;
        width: 100%;
        overflow: hidden;
    }
}

.invest-landing-page .calc-form-type._mod-xxl .results-row .results-col {
    width: 31%;
}

@media (max-width: 767px) {
    .invest-landing-page .calc-form-type._mod-xxl .results-row .results-col {
        width: 100%;
    }
}

.invest-landing-page .calc-form-type._mod-xxl .results-row .graphic-col {
    min-width: 375px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .invest-landing-page .calc-form-type._mod-xxl .results-row .graphic-col {
        min-width: 325px;
    }
}

@media (max-width: 767px) {
    .invest-landing-page .calc-form-type._mod-xxl .results-row .graphic-col {
        width: 100%;
        min-width: 0;
        margin-bottom: 10px;
    }
}

.invest-landing-page .calc-form-type._mod-xxl .results-row .graphic-desc-col {
    max-width: 300px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .invest-landing-page .calc-form-type._mod-xxl .results-row .graphic-desc-col {
        min-width: 240px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .invest-landing-page .calc-form-type._mod-xxl .results-row .graphic-desc-col {
        max-width: 260px;
    }
}

@media (max-width: 767px) {
    .invest-landing-page .calc-form-type._mod-xxl .results-row .graphic-desc-col {
        max-width: 100%;
    }
}

.invest-landing-page .calc-form-type._mod-xxl .results-row .final-sum-row {
    max-width: 235px;
}

@media (max-width: 767px) {
    .invest-landing-page .calc-form-type._mod-xxl .results-row .final-sum-row {
        max-width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
    }
}

.invest-landing-page .calc-form-type._mod-xxl .results-row .result-value {
    font-size: 44px;
    font-weight: normal;
}

@media (max-width: 767px) {
    .invest-landing-page .calc-form-type._mod-xxl .results-row .result-value {
        font-size: 28px;
        font-weight: 500;
    }
}

.invest-landing-page .calc-form-type._mod-xxl .results-row .result-label {
    font-size: 16px;
    line-height: 20px;
    color: #848484;
}

@media (max-width: 767px) {
    .invest-landing-page .calc-form-type._mod-xxl .results-row .result-label {
        font-size: 12px;
        line-height: 16px;
    }
}

.invest-landing-page .calc-form-type._mod-xxl .round-graph-wrap .round-graph {
    width: 350px;
    height: 350px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .invest-landing-page .calc-form-type._mod-xxl .round-graph-wrap .round-graph {
        width: 300px;
        height: 300px;
    }
}

@media (max-width: 767px) {
    .invest-landing-page .calc-form-type._mod-xxl .round-graph-wrap .round-graph {
        width: 280px;
        height: 280px;
    }
}

.invest-landing-page .calc-form-type._mod-xxl .round-graph-wrap .shadow-box {
    background: none;
    width: 330px;
    height: 330px;
    margin-left: -165px;
    top: 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .invest-landing-page .calc-form-type._mod-xxl .round-graph-wrap .shadow-box {
        width: 280px;
        height: 280px;
        margin-left: -140px;
        top: 10px;
    }
}

@media (max-width: 767px) {
    .invest-landing-page .calc-form-type._mod-xxl .round-graph-wrap .shadow-box {
        margin-left: -130px;
        width: 260px;
        height: 260px;
    }
}

.invest-landing-page .calc-form-type._mod-xxl .round-graph-wrap .shadow-box:before {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    border-radius: 50%;
    border: 14px solid rgba(0, 0, 0, 0.08);
    z-index: 10;
}

@media (min-width: 768px) and (max-width: 991px) {
    .invest-landing-page .calc-form-type._mod-xxl .round-graph-wrap .shadow-box:before {
        top: 12px;
        right: 12px;
        bottom: 12px;
        left: 12px;
        border-width: 12px;
    }
}

@media (max-width: 767px) {
    .invest-landing-page .calc-form-type._mod-xxl .round-graph-wrap .shadow-box:before {
        border-width: 12px;
        top: 12px;
        right: 12px;
        bottom: 12px;
        left: 12px;
    }
}

.invest-landing-page .calc-form-type._mod-xxl .round-graph-wrap .shadow-box .shadow-img {
    position: absolute;
    width: 120%;
    top: 0;
    left: -4%;
}

@media (max-width: 767px) {
    .invest-landing-page .calc-form-type._mod-xxl .round-graph-wrap .shadow-box .shadow-img {
        display: none;
    }
}

.invest-landing-page .calc-form-type._mod-xxl .round-graph-wrap .circle-info {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 11;
    padding-top: 10%;
    margin-left: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .invest-landing-page .calc-form-type._mod-xxl .round-graph-wrap .circle-info {
        padding-top: 5%;
    }
}

@media (max-width: 767px) {
    .invest-landing-page .calc-form-type._mod-xxl .round-graph-wrap .circle-info {
        padding-top: 7%;
    }
}

.invest-landing-page .calc-form-type._mod-xxl .round-graph-wrap .circle-info .num {
    font-size: 44px;
    font-weight: normal;
    padding-bottom: 15px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .invest-landing-page .calc-form-type._mod-xxl .round-graph-wrap .circle-info .num {
        font-size: 34px;
    }
}

@media (max-width: 767px) {
    .invest-landing-page .calc-form-type._mod-xxl .round-graph-wrap .circle-info .num {
        font-size: 34px;
        padding-bottom: 10px;
    }
}

.invest-landing-page .calc-form-type._mod-xxl .round-graph-wrap .circle-info .num i {
    font-style: normal;
}

.invest-landing-page .calc-form-type._mod-xxl .round-graph-wrap .circle-info .num em {
    font-size: 23px;
    font-weight: 300;
    font-style: normal;
}

.invest-landing-page .calc-form-type._mod-xxl .round-graph-wrap .circle-info .num span {
    font-weight: 300;
}

.invest-landing-page .calc-form-type._mod-xxl .round-graph-wrap .circle-info .title-label {
    font-size: 16px;
    line-height: 20px;
    color: #848484;
}

.invest-landing-page .calc-form-type._mod-xxl .checkbox-wrap {
    padding-bottom: 40px;
}

@media (max-width: 767px) {
    .invest-landing-page .calc-form-type._mod-xxl .checkbox-wrap {
        padding-bottom: 15px;
    }
}

.invest-landing-page .calc-form-type._mod-xxl .custom-checkbox .ch-btn {
    width: 26px;
    height: 26px;
}

@media (max-width: 767px) {
    .invest-landing-page .calc-form-type._mod-xxl .custom-checkbox .ch-btn {
        margin-top: 2px;
    }
}

.invest-landing-page .calc-form-type._mod-xxl .custom-checkbox .ch-btn:before {
    top: 4px;
    margin-left: -3px;
}

.invest-landing-page .calc-form-type._mod-xxl .custom-checkbox span {
    font-size: 22px;
    line-height: 23px;
}

.invest-landing-page .calc-form-type._mod-xxl .custom-checkbox span i {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    color: #969696;
    display: block;
    padding-top: 8px;
}

@media (max-width: 767px) {
    .invest-landing-page .calc-form-type._mod-xxl .custom-checkbox span i {
        padding-top: 3px;
    }
}

.invest-landing-page .calc-form-type._mod-xxl .legend-list {
    display: block;
    margin-bottom: 0;
    padding-bottom: 0;
}

.invest-landing-page .calc-form-type._mod-xxl .legend-list.legends-pl {
    padding-left: 20px;
}

@media (max-width: 767px) {
    .invest-landing-page .calc-form-type._mod-xxl .legend-list.legends-pl {
        max-width: 210px;
        margin: 0 auto;
        padding-left: 0;
    }
}

.invest-landing-page .calc-form-type .calculation-links-row {
    width: 100vw;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    max-width: 2000px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .invest-landing-page .calc-form-type .calculation-links-row {
        display: block;
    }
}

.invest-landing-page .calc-form-type .calculation-links-row .make-invest-link,
.invest-landing-page .calc-form-type .calculation-links-row .make-consult-link {
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    width: 50%;
    font-size: 3vw;
    padding: 2vw 20px 2vw;
    font-weight: 500;
    color: #000;
    background: #FFE43A;
    transition: all 0.3s ease;
}

.invest-landing-page .calc-form-type .calculation-links-row .make-invest-link:hover,
.invest-landing-page .calc-form-type .calculation-links-row .make-consult-link:hover {
    background: #f0ca4a;
}

@media (max-width: 767px) {
    .invest-landing-page .calc-form-type .calculation-links-row .make-invest-link,
    .invest-landing-page .calc-form-type .calculation-links-row .make-consult-link {
        width: 100%;
        font-size: 20px;
        justify-content: space-between;
        padding: 10px 6%;
        min-height: 67px;
    }
}

.invest-landing-page .calc-form-type .calculation-links-row .make-invest-link span,
.invest-landing-page .calc-form-type .calculation-links-row .make-consult-link span {
    display: block;
}

.invest-landing-page .calc-form-type .calculation-links-row .make-invest-link img,
.invest-landing-page .calc-form-type .calculation-links-row .make-consult-link img {
    margin-left: 5%;
}

@media (max-width: 767px) {
    .invest-landing-page .calc-form-type .calculation-links-row .make-invest-link img,
    .invest-landing-page .calc-form-type .calculation-links-row .make-consult-link img {
        margin-left: 0;
        transform: scale(0.7);
    }
}

.invest-landing-page .calc-form-type .calculation-links-row .make-consult-link {
    background: #F2F2F2;
    font-size: 2vw;
}

.invest-landing-page .calc-form-type .calculation-links-row .make-consult-link:hover {
    background: #e0e0e0;
}

@media (max-width: 767px) {
    .invest-landing-page .calc-form-type .calculation-links-row .make-consult-link {
        font-size: 20px;
    }
}

.invest-landing-page .form-type {
    /*checkbox*/
    /*white-form*/
}

.invest-landing-page .form-type .form-group {
    margin-bottom: 20px;
}

.invest-landing-page .form-type fieldset {
    margin-bottom: 30px;
}

.invest-landing-page .form-type .g_formTitle {
    display: block;
    position: relative;
    font-size: 21px;
    color: #000;
    margin-bottom: 20px;
    margin-top: 5px;
}

.invest-landing-page .form-type .form-info-text {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 20px;
    font-weight: 300;
    color: #000;
}

.invest-landing-page .form-type .form-info-text a {
    text-decoration: underline;
    font-weight: normal;
    color: #000;
}

.invest-landing-page .form-type .form-info-text a:hover {
    text-decoration: none;
}

.invest-landing-page .form-type .flex-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

.invest-landing-page .form-type .flex-row .col {
    width: 47%;
}

@media (min-width: 768px) and (max-width: 991px) {
    .invest-landing-page .form-type .flex-row .col {
        width: 100%;
        padding-bottom: 20px;
    }

    .invest-landing-page .form-type .flex-row .col:last-child {
        padding-bottom: 0;
    }
}

@media (max-width: 767px) {
    .invest-landing-page .form-type .flex-row .col {
        width: 100%;
        padding-bottom: 20px;
    }

    .invest-landing-page .form-type .flex-row .col:last-child {
        padding-bottom: 0;
    }
}

.invest-landing-page .form-type .flex-row .col70p {
    width: 69%;
}

.invest-landing-page .form-type .flex-row .col60p {
    width: 59%;
}

.invest-landing-page .form-type .flex-row .col50p {
    width: 48%;
}

.invest-landing-page .form-type .flex-row .col40p {
    width: 39%;
}

.invest-landing-page .form-type .flex-row .col30p {
    width: 29%;
}

.invest-landing-page .form-type .flex-row .col33p {
    width: 32%;
}

.invest-landing-page .form-type hr {
    margin-bottom: 30px;
    border-color: #DEE2E8;
}

.invest-landing-page .form-type .fields-label {
    display: block;
    font-size: 27px;
    padding-bottom: 20px;
    font-weight: normal;
}

@media (max-width: 767px) {
    .invest-landing-page .form-type .fields-label {
        font-size: 22px;
    }
}

.invest-landing-page .form-type .bordered-label {
    border-bottom: 1px solid #EBEDF0;
    display: block;
    font-size: 40px;
    font-weight: normal;
    padding-bottom: 20px;
    margin-bottom: 25px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .invest-landing-page .form-type .bordered-label {
        font-size: 34px;
    }
}

@media (max-width: 767px) {
    .invest-landing-page .form-type .bordered-label {
        font-size: 24px;
    }
}

.invest-landing-page .form-type .yellow-btn-submit {
    font-size: 27px;
    padding-top: 8px;
}

.invest-landing-page .form-type .form-control {
    background: none;
    border-color: transparent;
    border-radius: 0;
    box-shadow: none;
    font-weight: 500;
    outline: none;
    height: 54px;
    color: #000;
    font-size: 17px;
    padding-left: 22px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 3;
}

.invest-landing-page .form-type .form-control::-webkit-input-placeholder {
    color: transparent;
    transition: all 0.3s ease;
}

.invest-landing-page .form-type .form-control:-moz-placeholder {
    color: transparent;
    transition: all 0.3s ease;
}

.invest-landing-page .form-type .form-control::-moz-placeholder {
    color: transparent;
    transition: all 0.3s ease;
}

.invest-landing-page .form-type .form-control:-ms-input-placeholder {
    color: transparent;
    transition: all 0.3s ease;
}

.invest-landing-page .form-type .input-wrap {
    position: relative;
    background-color: #F3F5F8;
    border-radius: 8px;
    border: 1px solid transparent;
    transition: all 0.3s ease;
    overflow: hidden;
}

.invest-landing-page .form-type .input-wrap:hover {
    border-color: #bec4cf;
}

.invest-landing-page .form-type .input-wrap.error-wrap {
    border-color: #F29BA0;
}

.invest-landing-page .form-type .input-wrap.input-disabled {
    opacity: 0.5;
    border-color: #ddd;
}

.invest-landing-page .form-type .input-wrap.iconed-input .form-control {
    padding-right: 45px;
}

.invest-landing-page .form-type .input-wrap .input-icon {
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
}

.invest-landing-page .form-type .input-wrap label.error {
    position: absolute;
    top: 100%;
    left: 12px;
    margin-top: -6px;
    padding: 2px 20px 3px;
    font-weight: normal;
    background-color: #EC1939;
    border-radius: 10px;
    color: #fff;
    font-size: 12px;
}

.invest-landing-page .form-type .input-wrap label.valid {
    opacity: 0;
}

.invest-landing-page .form-type .input-wrap .form-control {
    padding-top: 24px;
}

.invest-landing-page .form-type .input-wrap input.input-small {
    padding-top: 6px;
}

.invest-landing-page .form-type .input-wrap textarea.textarea-small {
    padding-top: 15px;
}

.invest-landing-page .form-type .input-wrap .title-label {
    position: absolute;
    display: block;
    z-index: 3;
    left: 22px;
    color: #707479;
    top: 50%;
    font-size: 16px;
    line-height: 19px;
    font-weight: normal;
    margin-top: -10px;
    transition: all 0.3s ease;
    pointer-events: none;
}

.invest-landing-page .form-type .input-wrap.input_not_empty .title-label {
    margin-top: -21px;
    font-size: 14px;
}

.invest-landing-page .form-type .input-wrap.input_not_empty .title-label-textarea {
    transform: translateY(0);
    top: 15px;
}

.invest-landing-page .form-type .input-wrap.input_focused {
    border-color: #A3A9B4;
    background-color: transparent;
}

.invest-landing-page .form-type .input-wrap.input_focused input::-webkit-input-placeholder {
    color: #ccc;
}

.invest-landing-page .form-type .input-wrap.input_focused input:-moz-placeholder {
    color: #ccc;
}

.invest-landing-page .form-type .input-wrap.input_focused input::-moz-placeholder {
    color: #ccc;
}

.invest-landing-page .form-type .input-wrap.input_focused input:-ms-input-placeholder {
    color: #ccc;
}

.invest-landing-page .form-type .input-wrap.input_focused .title-label {
    margin-top: -21px;
    font-size: 14px;
}

.invest-landing-page .form-type .input-wrap.iconed-date:after {
    content: "";
    display: block;
    clear: both;
    background: url(../images/btn-datepicker.png) no-repeat 50% 50%;
    background-size: 22px auto;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    z-index: 3;
}

.invest-landing-page .form-type .input-wrap.iconed-date input {
    padding-right: 60px;
}

.invest-landing-page .form-type .custom-radio {
    position: relative;
    z-index: 3;
}

.invest-landing-page .form-type .custom-radio input {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
}

.invest-landing-page .form-type .custom-radio .ch-btn {
    display: block;
    width: 32px;
    height: 32px;
    border: 1px solid #D6DAE0;
    margin-right: 20px;
    border-radius: 50%;
    cursor: pointer;
    background: none;
    outline: none;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s ease;
}

.invest-landing-page .form-type .custom-radio .ch-btn:before {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    top: 9px;
    right: 9px;
    bottom: 9px;
    left: 9px;
    background-color: #000;
    border-radius: 50%;
    transition: all 0.3s ease;
    opacity: 0;
}

.invest-landing-page .form-type .custom-radio label {
    display: block;
    font-size: 18px;
    color: #000;
    line-height: 22px;
    font-weight: normal;
    position: relative;
    padding-top: 2px;
    padding-left: 50px;
}

@media (max-width: 767px) {
    .invest-landing-page .form-type .custom-radio label {
        font-size: 16px;
        line-height: 21px;
    }
}

.invest-landing-page .form-type .custom-radio label:hover .ch-btn {
    border-color: #555;
}

.invest-landing-page .form-type .custom-radio input[type=radio]:checked + label .ch-btn {
    background-color: #ffea33;
    border-color: transparent;
}

.invest-landing-page .form-type .custom-radio input[type=radio]:checked + label .ch-btn:before {
    opacity: 1;
}

.invest-landing-page .form-type .custom-radio span {
    padding-top: 4px;
    display: block;
}

.invest-landing-page .form-type .radio-inline-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.invest-landing-page .form-type .radio-inline-list._mod-lined .custom-radio {
    padding-right: 35px;
}

.invest-landing-page .form-type .radio-inline-list .custom-radio {
    padding-right: 25px;
    margin-bottom: 10px;
}

.invest-landing-page .form-type .radio-inline-list .custom-radio:last-child {
    padding-right: 0;
}

.invest-landing-page .form-type .radio-inline-list.radio-inline-lefted .custom-radio {
    padding-right: 30px;
}

.invest-landing-page .form-type .gray-label {
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #7f8493;
    padding-bottom: 15px;
}

.invest-landing-page .form-type .custom-checkbox {
    position: relative;
    z-index: 3;
}

.invest-landing-page .form-type .custom-checkbox.error .ch-btn {
    border-color: red;
}

.invest-landing-page .form-type .custom-checkbox.error label {
    color: red;
}

.invest-landing-page .form-type .custom-checkbox input {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
}

.invest-landing-page .form-type .custom-checkbox .ch-btn {
    display: block;
    width: 23px;
    height: 23px;
    border: 1px solid #D0D4DB;
    margin-right: 20px;
    border-radius: 5px;
    cursor: pointer;
    background: none;
    outline: none;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s ease;
}

.invest-landing-page .form-type .custom-checkbox .ch-btn:before {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    display: inline-block;
    top: 2px;
    left: 50%;
    margin-left: -4px;
    transition: all 0.3s ease;
    border: solid #000;
    border-width: 0 2px 2px 0;
    padding: 5px 3px;
    transform: rotate(45deg);
    opacity: 0;
}

.invest-landing-page .form-type .custom-checkbox label {
    display: block;
    font-size: 14px;
    color: #000;
    line-height: 17px;
    font-weight: normal;
    position: relative;
    padding-left: 40px;
    margin-bottom: 0;
    padding-top: 4px;
}

.invest-landing-page .form-type .custom-checkbox label:hover .ch-btn {
    border-color: #555;
}

.invest-landing-page .form-type .custom-checkbox input[type=checkbox]:checked + label .ch-btn {
    background-color: #ffea33;
    border-color: transparent;
}

.invest-landing-page .form-type .custom-checkbox input[type=checkbox]:checked + label .ch-btn:before {
    opacity: 1;
}

.invest-landing-page .form-type .custom-checkbox span {
    padding-top: 0px;
    display: block;
}

.invest-landing-page .form-type .custom-checkbox a {
    text-decoration: underline;
    color: #000;
}

.invest-landing-page .form-type .custom-checkbox a:hover {
    text-decoration: none;
}

.invest-landing-page .form-type .custom-checkbox._mod-lg span {
    font-size: 17px;
    line-height: 23px;
    font-weight: normal;
}

.invest-landing-page .form-type .selectric-custom-select .selectric {
    border: 1px solid transparent;
    background: #F3F5F8;
    border-radius: 8px;
    transition: border-color 0.3s;
}

.invest-landing-page .form-type .selectric-custom-select .selectric:hover {
    border-color: #bec4cf;
}

.invest-landing-page .form-type .selectric-custom-select .selectric .label {
    color: #707479;
    font-size: 16px;
    font-weight: normal;
    height: 54px;
    padding-left: 30px;
    padding-right: 60px;
    margin: 0;
    line-height: 54px;
}

.invest-landing-page .form-type .selectric-custom-select .selectric .button {
    text-indent: -9999px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
    background: #edf0f3;
    border-left: 1px solid #e3e6eb;
}

.invest-landing-page .form-type .selectric-custom-select .selectric .button:after {
    content: "";
    display: block;
    clear: both;
    display: inline-block;
    border: solid #666;
    border-width: 0 1px 1px 0;
    padding: 5px;
    transform: rotate(45deg);
    vertical-align: top;
    margin-top: 20px;
}

.invest-landing-page .form-type .selectric-custom-select .selectric.select-changed .label {
    color: #000;
}

.invest-landing-page .form-type .selectric-custom-select .selectric-items {
    border-top: none;
    border-radius: 0 0 8px 8px;
    border-color: #ddd;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding-bottom: 10px;
}

.invest-landing-page .form-type .selectric-custom-select .selectric-items li {
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 500;
}

.invest-landing-page .form-type .selectric-custom-select .selectric-items li:hover {
    background-color: #ffea33;
}

.invest-landing-page .form-type .selectric-custom-select .selectric-items li.disabled {
    color: #c3cad3;
}

.invest-landing-page .form-type .selectric-custom-select .selectric-items li.highlighted {
    background: #F3F5F8;
    color: #000;
}

.invest-landing-page .form-type .selectric-custom-select .selectric-items .mCSB_scrollTools {
    top: 8px;
    right: 5px;
}

.invest-landing-page .form-type .selectric-custom-select .selectric-items .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 3px;
}

.invest-landing-page .form-type .selectric-custom-select .selectric-items .mCSB_scrollTools .mCSB_draggerRail {
    width: 3px;
}

.invest-landing-page .form-type .selectric-custom-select .selectric-items .mCSB_inside > .mCSB_container {
    margin-right: 25px;
}

.invest-landing-page .form-type .selectric-custom-select.selectric-select-xl .selectric .label {
    font-size: 26px;
}

.invest-landing-page .form-type .selectric-custom-select.selectric-open .selectric {
    border-radius: 8px 8px 0 0;
    border-color: #ddd;
}

.invest-landing-page .form-type .selectric-custom-select.selectric-open .selectric .button:after {
    transform: rotate(-135deg);
    margin-top: 25px;
}

.invest-landing-page .form-type .selectric-custom-select.selectric-open.selectric-above .selectric {
    border-radius: 0 0 8px 8px;
}

.invest-landing-page .form-type .selectric-custom-select.selectric-open.selectric-above .selectric-items {
    border-radius: 8px 8px 0 0;
    border-bottom: none;
}

.invest-landing-page .form-type .selectric-select-sm .selectric .label {
    height: 42px;
    line-height: 42px;
}

.invest-landing-page .form-type .selectric-_mod-small .selectric .label {
    padding-left: 20px;
    font-weight: 500;
    height: 42px;
    line-height: 42px;
}

.invest-landing-page .form-type .selectric-_mod-small .selectric .button {
    border: none;
    width: 45px;
    background: none;
}

.invest-landing-page .form-type .selectric-_mod-small .selectric .button:after {
    right: auto;
    margin-top: 12px;
}

.invest-landing-page .form-type .selectric-_mod-small.selectric-open .selectric .button:after {
    margin-top: 16px;
}

.invest-landing-page .form-type .select-labeled-wrapper {
    position: relative;
    width: 100%;
}

.invest-landing-page .form-type .select-labeled-wrapper .select-fake-label {
    position: absolute;
    top: 10px;
    left: 30px;
    display: block;
    color: #7f8493;
    font-weight: normal;
    font-size: 14px;
    z-index: 7;
    opacity: 0;
    visibility: hidden;
}

.invest-landing-page .form-type .select-labeled-wrapper .selectric-open {
    z-index: 10;
}

.invest-landing-page .form-type .select-labeled-wrapper .selectric-open + .select-fake-label {
    z-index: 20;
}

.invest-landing-page .form-type .select-labeled-wrapper .selectric-selected-already .selectric .label,
.invest-landing-page .form-type .select-labeled-wrapper .selectric-changed .selectric .label {
    color: #000;
    padding-top: 10px;
    font-weight: 500;
}

.invest-landing-page .form-type .select-labeled-wrapper .selectric-selected-already + .select-fake-label,
.invest-landing-page .form-type .select-labeled-wrapper .selectric-changed + .select-fake-label {
    opacity: 1;
    visibility: visible;
}

.invest-landing-page .form-type textarea.form-control {
    background: #F3F5F8;
    border-radius: 8px;
    resize: vertical;
    transition: border-color 0.3s;
    height: auto;
    padding-top: 17px;
    padding-bottom: 9px;
    font-size: 17px;
    color: #000;
    border: 1px solid #EAEBF1;
}

.invest-landing-page .form-type textarea.form-control:hover {
    border-color: #bec4cf;
}

.invest-landing-page .form-type textarea.form-control:focus {
    border-color: #A3A9B3;
    background: #fff;
}

.invest-landing-page .form-type textarea.form-control::-webkit-input-placeholder {
    color: #707479;
    font-weight: 500;
    font-size: 16px;
}

.invest-landing-page .form-type textarea.form-control:-moz-placeholder {
    color: #707479;
    font-weight: 500;
    font-size: 16px;
}

.invest-landing-page .form-type textarea.form-control::-moz-placeholder {
    color: #707479;
    font-weight: 500;
    font-size: 16px;
}

.invest-landing-page .form-type textarea.form-control:-ms-input-placeholder {
    color: #707479;
    font-weight: 500;
    font-size: 16px;
}

.invest-landing-page .form-type .fields-visible-control .form-group {
    display: none;
}

.invest-landing-page .form-type .upload-form-button {
    height: 60px;
    width: 100%;
    background: #F3F5F8;
    border-radius: 15px;
    outline: none;
    border: 1px solid transparent;
    text-align: left;
    position: relative;
    padding: 0 10px 0 70px;
    margin: 0;
    transition: 0.3s;
}

.invest-landing-page .form-type .upload-form-button:hover {
    border-color: #ccc;
}

.invest-landing-page .form-type .upload-form-button:before {
    content: "";
    display: block;
    clear: both;
    width: 50px;
    background: #ffea33;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    border-radius: 15px 0 0 15px;
}

.invest-landing-page .form-type .upload-form-button img {
    position: absolute;
    top: 17px;
    left: 15px;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 3;
}

.invest-landing-page .form-type .upload-form-button span {
    font-size: 20px;
    font-weight: 500;
    color: #000;
}

.invest-landing-page .form-type .upload-form-button span em {
    font-style: normal;
    font-size: 13px;
    font-weight: normal;
}

.invest-landing-page .form-type.form-colored-white textarea.form-control {
    background: #fff;
}

.invest-landing-page .form-type.form-colored-white .input-wrap {
    background: #fff;
    border-color: #EAEBF1;
}

.invest-landing-page .form-type.form-colored-white .input-wrap:hover {
    border-color: #FDE137;
}

.invest-landing-page .form-type.form-colored-white .input-wrap.input_focused {
    background-color: #fff;
    border-color: #dcdcdc;
}

.invest-landing-page .form-type.form-colored-white .input-wrap.input-disabled {
    background: #eee;
}

.invest-landing-page .form-type.form-colored-white .selectric-custom-select .selectric {
    border-color: #eee;
    background: #fff;
}

.invest-landing-page .form-type.form-colored-white .selectric-custom-select .selectric:hover {
    border-color: #ccc;
}

.invest-landing-page .form-type.form-colored-white .selectric-custom-select .selectric .button {
    background: #F8F8F8;
}

.invest-landing-page .form-type.form-colored-white .selectric-custom-select.selectric-open .selectric {
    border-color: #ccc;
}

.invest-landing-page .form-type.form-colored-white .upload-form-button {
    background: #fff;
}

.invest-landing-page .form-type .flex-row-three {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

@media (max-width: 767px) {
    .invest-landing-page .form-type .flex-row-three {
        display: block;
    }
}

.invest-landing-page .form-type .flex-row-three .col {
    width: 32%;
}

@media (max-width: 767px) {
    .invest-landing-page .form-type .flex-row-three .col {
        width: 100%;
        margin-bottom: 20px;
    }

    .invest-landing-page .form-type .flex-row-three .col:last-child {
        margin-bottom: 0;
    }
}

.invest-landing-page .form-type .flex-row-3 {
    justify-content: flex-start;
    margin: 0 -18px;
}

.invest-landing-page .form-type .flex-row-3 .col {
    width: 33.3333%;
    padding: 0 15px;
}

@media (max-width: 1199px) {
    .invest-landing-page .form-type .flex-row-3 .col {
        width: 50%;
    }
}

.invest-landing-page .form-type .flex-row-3 input.form-control {
    font-size: 18px;
}

.invest-landing-page .form-type .plefted {
    padding-left: 30px;
}

.invest-landing-page .form-type .row-full {
    width: 100%;
    flex-wrap: wrap;
}

.invest-landing-page .form-type .row-full .col-half {
    width: 48%;
    margin-bottom: 25px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .invest-landing-page .form-type .row-full .col-half {
        padding-bottom: 0;
    }
}

@media (max-width: 767px) {
    .invest-landing-page .form-type .row-full .col-half {
        width: 100%;
        padding-bottom: 0;
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) and (orientation: landscape) {
    .invest-landing-page .form-type .row-full .col-half {
        width: 48%;
    }
}

.invest-landing-page .form-type .row-full .col-full {
    width: 100%;
}

.invest-landing-page .form-type div.ms-ctn {
    background: #F2F4F7;
    border-radius: 10px;
    height: auto;
    padding: 4px 10px 4px 25px;
}

.invest-landing-page .form-type div.ms-ctn .ms-sel-ctn {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    padding-right: 50px;
}

.invest-landing-page .form-type div.ms-ctn .ms-sel-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    color: #000;
    font-size: 16px;
    border-color: #ccc;
    padding-left: 10px;
    margin-left: 0;
    height: 30px;
}

.invest-landing-page .form-type div.ms-ctn .ms-sel-item .ms-close-btn {
    margin-top: 0;
}

.invest-landing-page .form-type div.ms-ctn input {
    background: none;
    flex: 1;
    margin: 0;
    padding: 0 0 0 10px;
    font-size: 18px;
    font-weight: 500;
    height: 32px;
    padding-bottom: 2px;
    line-height: 1.42857143;
}

.invest-landing-page .form-type .suggest-style-user {
    position: relative;
    z-index: 10;
}

.invest-landing-page .form-type .suggest-style-user div.ms-ctn {
    border: 1px solid transparent;
}

.invest-landing-page .form-type .suggest-style-user div.ms-ctn .ms-trigger {
    width: 55px;
    background: url(../images/admin-icon-addtask.png) no-repeat 50% 50%;
    background-size: 20.5px auto;
    border-color: #E2E6EC;
    border-radius: 0 10px 10px 0;
}

.invest-landing-page .form-type .suggest-style-user div.ms-ctn .ms-trigger .ms-trigger-ico {
    display: none;
}

.invest-landing-page .form-type .suggest-style-user div.ms-ctn .ms-trigger:hover {
    right: 0;
    background-color: #ddd;
}

.invest-landing-page .form-type .suggest-style-user div.ms-ctn.ms-ctn-focus {
    border-color: #ccc;
}

.invest-landing-page .form-type .ms-res-ctn {
    background: #fff;
    border: none;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    margin: 1px 0 0 0;
    padding: 20px 15px;
}

.invest-landing-page .form-type .ms-res-ctn .ms-res-item {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    border-radius: 10px;
    line-height: auto;
    padding: 5px 10px 7px 15px;
    transition: 0.3s;
}

.invest-landing-page .form-type .ms-res-ctn .ms-res-item:hover, .invest-landing-page .form-type .ms-res-ctn .ms-res-item.ms-res-item-active {
    background-color: #ffea33;
}

.invest-landing-page .form-type .ms-res-ctn .ms-res-item em {
    background: rgba(0, 0, 0, 0.2);
    color: #000;
}

.invest-landing-page .form-type .ms-res-ctn .worker-holder {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.invest-landing-page .form-type .ms-res-ctn .worker-holder .worker-role {
    color: #333;
    font-weight: 400;
}

.invest-landing-page .form-type input.input-small {
    background: #F3F5F7;
    height: 42px;
    border-radius: 10px;
    padding-left: 25px;
    font-size: 18px;
    color: #000;
    font-weight: 500;
    border: 1px solid transparent;
}

.invest-landing-page .form-type input.input-small::-webkit-input-placeholder {
    color: #757575;
}

.invest-landing-page .form-type input.input-small:-moz-placeholder {
    color: #757575;
}

.invest-landing-page .form-type input.input-small::-moz-placeholder {
    color: #757575;
}

.invest-landing-page .form-type input.input-small:-ms-input-placeholder {
    color: #757575;
}

.invest-landing-page .form-type input.input-small:focus {
    border-color: #ccc;
}

.invest-landing-page .form-type textarea.textarea-small {
    color: #000;
    font-size: 18px;
    padding-top: 15px;
    padding-left: 25px;
}

.invest-landing-page .form-type textarea.textarea-small::-webkit-input-placeholder {
    font-weight: 500;
    font-size: 18px;
    color: #757575;
}

.invest-landing-page .form-type textarea.textarea-small:-moz-placeholder {
    font-weight: 500;
    font-size: 18px;
    color: #757575;
}

.invest-landing-page .form-type textarea.textarea-small::-moz-placeholder {
    font-weight: 500;
    font-size: 18px;
    color: #757575;
}

.invest-landing-page .form-type textarea.textarea-small:-ms-input-placeholder {
    font-weight: 500;
    font-size: 18px;
    color: #757575;
}

.invest-landing-page .form-type .time-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    border: none;
    padding-left: 25px;
    overflow: visible;
}

.invest-landing-page .form-type .time-wrap .time-select-wrap {
    flex: 1;
}

.invest-landing-page .form-type .time-wrap .select-mins {
    border-left: 1px solid #E9ECF1;
}

.invest-landing-page .form-type .time-wrap .time-label {
    font-weight: 500;
    color: #000;
    display: block;
    font-size: 18px;
    line-height: 40px;
    padding-right: 25px;
}

.invest-landing-page .form-type .time-wrap .selectric-select-sm .selectric {
    border: none;
    border-radius: 0;
    background: none;
}

.invest-landing-page .form-type .time-wrap .selectric-select-sm .selectric .label {
    padding-left: 20px;
    font-weight: 500;
    text-align: center;
}

.invest-landing-page .form-type .time-wrap .selectric-select-sm .selectric .button {
    border: none;
    width: 45px;
    background: none;
}

.invest-landing-page .form-type .time-wrap .selectric-select-sm .selectric .button:after {
    right: auto;
    margin-top: 12px;
}

.invest-landing-page .form-type .time-wrap .selectric-select-sm .selectric-items {
    text-align: center;
}

.invest-landing-page .form-type .time-wrap .selectric-select-sm.selectric-open .selectric .button:after {
    margin-top: 16px;
}

.invest-landing-page .form-type .attachment-btn {
    border: none;
    outline: none;
    cursor: pointer;
    display: block;
    padding: 0;
    background: none;
    width: 44px;
    height: 40px;
    margin: 0;
    transition: 0.3s;
    border: 1px solid transparent;
    border-radius: 5px;
}

.invest-landing-page .form-type .attachment-btn:hover {
    border-color: #ccc;
    background-color: #F3F5F8;
}

.invest-landing-page .form-type .button-group {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.invest-landing-page .form-type .form-row-gray {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
}

.invest-landing-page .form-type .form-row-gray .gray-col {
    width: 100%;
    border-left: 1px solid #E4E6EB;
}

.invest-landing-page .form-type .form-row-gray .gray-col:first-child {
    border: none;
}

.invest-landing-page .form-type .form-row-gray .gray-col:first-child .input-wrap {
    border-radius: 15px 0 0 15px;
}

.invest-landing-page .form-type .form-row-gray .gray-col:first-child .selectric-wrapper .selectric {
    border-radius: 15px 0 0 15px;
}

.invest-landing-page .form-type .form-row-gray .gray-col:first-child .selectric-open .selectric {
    border-radius: 15px 0 0 0;
}

.invest-landing-page .form-type .form-row-gray .gray-col:first-child .selectric-open.selectric-above .selectric {
    border-radius: 0 0 0 15px;
}

.invest-landing-page .form-type .form-row-gray .gray-col:last-child .input-wrap {
    border-radius: 0 15px 15px 0;
}

.invest-landing-page .form-type .form-row-gray .gray-col:last-child .selectric-wrapper .selectric {
    border-radius: 0 15px 15px 0;
}

.invest-landing-page .form-type .form-row-gray .gray-col:last-child .selectric-open .selectric {
    border-radius: 0 15px 0 0;
}

.invest-landing-page .form-type .form-row-gray .gray-col:last-child .selectric-open.selectric-above .selectric {
    border-radius: 0 0 15px 0;
}

.invest-landing-page .form-type .form-row-gray .input-wrap {
    border-radius: 0;
}

.invest-landing-page .form-type .form-row-gray .select-labeled-wrapper .select-fake-label {
    left: 25px;
}

.invest-landing-page .form-type .form-row-gray .selectric-wrapper .selectric {
    border-radius: 0;
}

.invest-landing-page .form-type .form-row-gray .selectric-wrapper .selectric .label {
    padding-left: 25px;
}

.invest-landing-page .form-type input.input-norm {
    border: 1px solid transparent;
    outline: none;
    background: #F3F5F8;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    border-radius: 12px;
    height: 60px;
    width: 100%;
}

.invest-landing-page .form-type .plus-line-btn {
    display: inline-block;
    border: none;
    background: none;
    outline: none;
    color: #000;
    font-size: 21px;
    font-weight: bold;
    font-weight: 500;
    padding: 0;
    height: auto;
    margin: 0;
}

@media (max-width: 767px) {
    .invest-landing-page .form-type .plus-line-btn {
        font-size: 14px;
    }
}

.invest-landing-page .form-type .plus-line-btn:hover:before {
    color: #000;
}

.invest-landing-page .form-type .plus-line-btn:before {
    content: "";
    display: block;
    clear: both;
    content: '+';
    font-size: 77px;
    line-height: 50px;
    display: inline-block;
    vertical-align: middle;
    color: #ffea33;
    font-weight: 300;
    margin-right: 25px;
    transition: 0.3s;
}

@media (max-width: 767px) {
    .invest-landing-page .form-type .plus-line-btn:before {
        margin-right: 10px;
        font-size: 50px;
        line-height: 30px;
    }
}

.invest-landing-page .form-type .coled-type {
    padding: 10px 0 0 25px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .invest-landing-page .form-type .coled-type {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .invest-landing-page .form-type .coled-type {
        padding-left: 0;
    }
}

.invest-landing-page .form-type .big-gray-field {
    background: #fff;
    border-radius: 15px;
    padding: 50px 5% 40px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    .invest-landing-page .form-type .big-gray-field {
        padding: 30px 5%;
    }
}

.invest-landing-page .form-type .big-gray-field input {
    background: #F3F5F8;
    height: 90px;
    border-radius: 10px;
    font-weight: 300;
    font-size: 26px;
    color: #000;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .invest-landing-page .form-type .big-gray-field input {
        height: 60px;
        padding-left: 15px;
        font-size: 18px;
    }
}

.invest-landing-page .form-type .big-gray-field input:focus {
    border-color: #DEE2E8;
}

.invest-landing-page .form-type .big-gray-field input::-webkit-input-placeholder {
    color: #707479;
}

.invest-landing-page .form-type .big-gray-field input:-moz-placeholder {
    color: #707479;
}

.invest-landing-page .form-type .big-gray-field input::-moz-placeholder {
    color: #707479;
}

.invest-landing-page .form-type .big-gray-field input:-ms-input-placeholder {
    color: #707479;
}

.invest-landing-page .form-type .big-gray-field .input-short {
    max-width: 480px;
    letter-spacing: 25px;
    font-size: 51px;
    text-transform: uppercase;
    height: 100px;
    text-align: center;
}

@media (max-width: 767px) {
    .invest-landing-page .form-type .big-gray-field .input-short {
        height: 60px;
        font-size: 7.5vw;
    }
}

.invest-landing-page .form-type .big-gray-field .adress-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

.invest-landing-page .form-type .big-gray-field .adress-row .adr-input {
    width: 100%;
    flex: 1;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .invest-landing-page .form-type .big-gray-field .adress-row .adr-input input {
        font-size: 18px;
        height: 60px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .invest-landing-page .form-type .big-gray-field .adress-row .adr-input input {
        font-size: 18px;
        height: 60px;
    }
}

.invest-landing-page .form-type .big-gray-field .adress-row .adr-appartment {
    padding-left: 10px;
    min-width: 160px;
    display: none;
}

.invest-landing-page .form-type .big-gray-field .adress-row .adr-appartment .selectric-wrapper {
    margin-bottom: 15px;
}

.invest-landing-page .form-type .big-gray-field .adress-row .adr-appartment .selectric-wrapper .selectric {
    background: #F3F5F8;
    border-radius: 10px;
    border-color: transparent;
}

.invest-landing-page .form-type .big-gray-field .adress-row .adr-appartment .selectric-wrapper .selectric .label {
    height: 88px;
    line-height: 88px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .invest-landing-page .form-type .big-gray-field .adress-row .adr-appartment .selectric-wrapper .selectric .label {
        height: 58px;
        line-height: 58px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .invest-landing-page .form-type .big-gray-field .adress-row .adr-appartment .selectric-wrapper .selectric .label {
        height: 58px;
        line-height: 58px;
    }
}

.invest-landing-page .form-type .big-gray-field .adress-row .adr-appartment .selectric-wrapper .selectric .button:after {
    margin-top: 35px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .invest-landing-page .form-type .big-gray-field .adress-row .adr-appartment .selectric-wrapper .selectric .button:after {
        margin-top: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .invest-landing-page .form-type .big-gray-field .adress-row .adr-appartment .selectric-wrapper .selectric .button:after {
        margin-top: 20px;
    }
}

.invest-landing-page .form-type .big-gray-field .adress-row .adr-appartment .app-label {
    display: block;
    padding-left: 10px;
    padding-bottom: 5px;
    margin-top: -10px;
    color: #707479;
}

.invest-landing-page .form-type .big-gray-field .input-long {
    letter-spacing: 1.2vw;
    width: 100%;
    text-transform: uppercase;
    height: 100px;
    font-size: 3vw;
    text-align: center;
}

@media (min-width: 1400px) {
    .invest-landing-page .form-type .big-gray-field .input-long {
        letter-spacing: 18px;
        font-size: 46px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .invest-landing-page .form-type .big-gray-field .input-long {
        font-size: 3vw;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .invest-landing-page .form-type .big-gray-field .input-long {
        font-size: 3.5vw;
    }
}

@media (max-width: 767px) {
    .invest-landing-page .form-type .big-gray-field .input-long {
        height: 60px;
    }
}

.invest-landing-page .form-type .big-gray-field .label-info {
    display: block;
    text-align: center;
    color: #707479;
    font-size: 16px;
    font-weight: 500;
}

.invest-landing-page .form-type .text-infobox p {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 20px;
    font-weight: 300;
}

.invest-landing-page .form-type .label-type {
    display: block;
    font-size: 20px;
    line-height: 27px;
}

.invest-landing-page .form-type .add-more-doc-btn {
    background: none;
    border: none;
    padding: 0;
    position: relative;
    outline: none;
    line-height: 28px;
    font-size: 14px;
    font-weight: 500;
}

.invest-landing-page .form-type .add-more-doc-btn:hover {
    color: #ead204;
}

.invest-landing-page .form-type .add-more-doc-btn:before {
    content: "";
    display: block;
    clear: both;
    display: inline-block;
    vertical-align: top;
    content: '+';
    background: #FFE138;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
    font-weight: 300;
    font-size: 27px;
    color: #000;
    margin-right: 16px;
}

.invest-landing-page .form-type .documents-fields .documents-box {
    background: #F0F2F6;
    padding: 30px 35px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.invest-landing-page .form-type .documents-fields .btn-more-doc-wrap {
    padding-left: 35px;
}

.invest-landing-page .form-type .documents-fields .doc-fields-label {
    display: block;
    font-size: 15px;
    color: #000;
    padding-bottom: 20px;
    margin-top: -10px;
}

.invest-landing-page .form-type .inline-radio-list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
}

.invest-landing-page .form-type .inline-radio-list .radio-btn {
    position: relative;
    width: 100%;
    text-align: center;
    margin: 0;
    display: block;
    max-width: none;
    font-weight: 500;
    font-size: 14px;
    padding: 12px 5px 13px;
    background: #fff;
    border-top: 1px solid #CACFD5;
    border-bottom: 1px solid #CACFD5;
    transition: all 0.3s ease;
}

.invest-landing-page .form-type .inline-radio-list .radio-btn:hover {
    background: #F3F5F8;
}

.invest-landing-page .form-type .inline-radio-list .radio-btn:first-child {
    border-radius: 10px 0 0 10px;
    border-left: 1px solid #CACFD5;
}

.invest-landing-page .form-type .inline-radio-list .radio-btn:last-child {
    border-radius: 0 10px 10px 0;
    border-right: 1px solid #CACFD5;
}

.invest-landing-page .form-type .inline-radio-list .radio-btn.active {
    background: #FEDF44;
}

.invest-landing-page .form-type .inline-radio-list .radio-btn input {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
}