@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@400;500;700;800&family=Inter:wght@300;400;500;600&display=swap');

/* mixin ============================================== 

@font-face {
  font-family: Assistant;
  font-display: swap;
  src: url("../fonts/Assistant-Bold.woff2") format("woff2"), url("../fonts/Assistant-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Assistant;
  font-display: swap;
  src: url("../fonts/Assistant-ExtraBold.woff2") format("woff2"), url("../fonts/Assistant-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: Assistant;
  font-display: swap;
  src: url("../fonts/Assistant-Medium.woff2") format("woff2"), url("../fonts/Assistant-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Assistant;
  font-display: swap;
  src: url("../fonts/Assistant-Regular.woff2") format("woff2"), url("../fonts/Assistant-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
} */

/* mixin ============================================== */

/* Normalize =========================================== */

/* NORMALIZE */

/* ================================================ */

#root {
    width: 100%;
    max-width: 100vw;
}

.css-1oqqzyl-MuiContainer-root {
    max-width: unset !important;
    padding: 0 !important;
}

.css-1omk93o {
    padding: 0 !important;
}

html,
body,
div,
span,
applet,
main,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
}

article,
aside,
details,
main,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after {
    content: "";
    content: none;
}

q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-width: 0px;
    padding: 0px;
    margin: 0px;
}

html {
    height: 100%;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
}

input,
textarea {
    color: #333;
    outline: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
}

input[type=button],
input[type=submit] {
    cursor: pointer;
    -webkit-appearance: none;
    outline: none;
}

input::-ms-clear {
    display: none;
}

button {
    cursor: pointer;
    -webkit-appearance: none;
    outline: none;
}

td,
form {
    margin: 0px;
    padding: 0px;
}

a {
    color: inherit;
    font-family: inherit;
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

*:focus,
*:active {
    outline: none;
}

a:focus,
a:active {
    outline: none;
}

html {
    font-size: 62.5%;
}

html.lock,
html.lock body {
    overflow: hidden;
}

html.navLock,
html.navLock body {
    overflow: hidden;
}

body {
    color: #393939;
    font: 400 1.6rem "Assistant", Arial, sans-serif;
    line-height: 1.3;
    background: #fff;
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0px;
    padding: 0px;
    position: relative;
    text-align: right;
    direction: rtl;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Normalize ====================================== */

/* TYPOGRAPHY */

/* ================================================ */

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: bold;
    line-height: 1.2;
}

h1,
.h1 {
    font-size: 4rem;
}

h2,
.h2 {
    font-size: 3.5rem;
}

h3,
.h3 {
    font-size: 2.8rem;
}

h4,
.h4 {
    font-size: 2.5rem;
}

h5,
.h5 {
    font-size: 1.8rem;
}

h6,
.h6 {
    font-size: 1.6rem;
}

a {
    color: #393939;
}

a:hover {
    text-decoration: underline;
}

p {
    margin-bottom: 2rem;
}

p:last-child {
    margin-bottom: 0;
}

ul,
ol {
    margin: 0;
    list-style: none;
    padding: 0;
}

blockquote {
    border-left: 0.2rem solid rgba(57, 57, 57, 0.5);
    margin-bottom: 2rem;
    padding: 1rem 0 1rem 2rem;
}

img {
    display: block;
    max-width: 100%;
}

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

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

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

.nowrap {
    white-space: nowrap;
}

.ttu {
    text-transform: uppercase;
}

.italic {
    font-style: italic;
}

.font-700 {
    font-weight: 700;
}

.font-500 {
    font-weight: 500;
}

.font-400 {
    font-weight: 400;
}

.font-300 {
    font-weight: 300;
}

.font-100 {
    font-weight: 100;
}

.margin>*:last-child {
    margin-bottom: 0;
}

.margin>*:first-child {
    margin-top: 0;
}

input[type="radio"],
input[type="checkbox"] {
    appearance: auto !important;
}

/* HEADER */

/* ================================================ */

.header-wrapper {
    position: relative;
    height: 122px;
}

.header {
    width: 100%;
    min-width: 32rem;
    text-align: left;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #0071BC;
}

body .uwy.userway_p1 .uai {
    top: unset !important;
    bottom: 10px !important;
    left: 55px !important;
}

.header-wrapper .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.header__container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header__logo {
    width: 100%;
    width: 35rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background: #01467d;
}

.header__logo img {
    max-width: 19rem;
}

.header__logo .logo {
    position: relative;
    right: -5vw;
    z-index: 1;
    cursor: pointer;
}

.header__logo:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    margin-left: -0.1rem;
    width: 100rem;
    height: 100%;
    background: inherit;
}

.header__edit {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.h-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.h-icons__item {
    margin-right: 8rem;
    text-align: center;
    padding: 1rem 0;
}

.h-icons__img img {
    margin-left: auto;
    margin-right: auto;
    max-width: 6.6rem;
}

.h-icons__title {
    font-size: 2rem;
    line-height: 1.2;
    color: #fff;
}

.h-icons__subtitle {
    font-size: 1.8rem;
    color: #FFFF00;
    line-height: 1.2;
    font-weight: 800;
}

.edit-button {
    background: #DE691B;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 17.7rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.edit-button span {
    font-size: 2.4rem;
    text-align: right;
    margin-right: 1rem;
}

.edit-button:hover {
    text-decoration: none;
}

/* MAIN */

/* ================================================ */

.main-wrapper {
    padding: 0;
    min-width: 32rem;
    position: relative;
    overflow: hidden;
    opacity: 1;
    z-index: 2;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    min-height: 100vh;
    width: 100%;
}

.main {
    width: 100%;
    min-width: 32rem;
    text-align: right;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.loading-video-body {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    right: 0;
    z-index: 120;
}

.main-video {
    position: relative;
    overflow: hidden;
}

.main-video video {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    pointer-events: none;
}

.main-video video.mobile {
    display: none;
}

.container {
    width: 100%;
    min-width: 32rem;
    max-width: 1360px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
}

.section {
    padding: 5rem 0;
}

.section__head {
    margin-bottom: 4.5rem;
}

.section__title {
    text-align: center;
    font-weight: 400;
    font-size: 3.6rem;
}

.section__title strong {
    font-weight: 800;
}

.section__subtitle {
    font-size: 3rem;
    text-align: center;
}

/* Home page */

/* --------------------------------------------------------------- */

.home-page {
    background: -webkit-gradient(linear, left top, left bottom, from(#29ABE2), color-stop(#2AABE2), to(#B9E3F4));
    background: -o-linear-gradient(top, #29ABE2, #2AABE2, #B9E3F4);
    background: linear-gradient(to bottom, #29ABE2, #2AABE2, #B9E3F4);
    position: relative;
    padding-bottom: 5rem;
    padding-top: 2rem;
}

.home-page__logo {
    margin-bottom: 3rem;
}

.home-page__logo img {
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}

.home-page__title {
    font-size: 6rem;
    text-align: center;
    font-weight: 400;
    color: #fff;
    margin-bottom: 4rem;
}

.home-page__title .lemash {
    color: #FCEE21;
    font-weight: 800;
}

.home-page__bg-1 {
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.home-page__bg-1 img {
    margin-left: auto;
    margin-right: auto;
    max-width: none;
}

.home-page__bg-2 {
    margin-bottom: -6.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.home-page__bg-2 img {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    min-width: 1300px;
}

.home-page__bg-22 {
    margin-bottom: -7.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.home-page__bg-22 img {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    min-width: 1300px;
}

.home-page__bg-2-1 {
    position: relative;
    bottom: -1rem;
}

.home-page__bg-2-1 .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.home-page__bg-2-1 img {
    max-width: 70%;
}

.home-page__bg-3 {
    position: absolute;
    top: 35%;
    right: 2%;
    max-width: 7rem;
}

.home-page__bg-4 {
    position: absolute;
    top: 40%;
    left: 2%;
    max-width: 7rem;
}

.home-page--step1 {
    padding-bottom: 1rem !important;
}

.home-page--step1 .home-page__bg-2 {
    bottom: -1.8rem;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.hp-form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -3rem;
    margin-right: -3rem;
}

.hp-form__item {
    width: 33.33%;
    padding-left: 3rem;
    padding-right: 3rem;
    margin-bottom: 2rem;
}

.hp-form__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 3rem;
    line-height: 1.2;
    color: #fff;
    font-weight: 800;
    padding-right: 2rem;
    margin-bottom: 1rem;
}

.hp-form__title span {
    position: relative;
    bottom: -0.4rem;
}

.hp-form__title img {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-left: 1.5rem;
    max-width: 6rem;
}

.hp-form__button {
    text-align: center;
}

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

.hp-form__cb {
    position: relative;
    display: inline-block;
}

.big-star {
    position: absolute;
    width: 1.4rem;
    top: -0.5rem;
    right: -1.8rem;
}

.small-star {
    position: absolute;
    width: 1.1rem;
    bottom: 0.3rem;
    left: -1.7rem;
}

.step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5rem 0;
    margin-bottom: 2rem;
}

.step__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.step__item:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 0.1rem;
    background: #fff;
}

.step__item:last-child:after {
    display: none;
}

.step__inner {
    position: relative;
    z-index: 2;
    height: 7rem;
    width: 7rem;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 3rem;
    color: #F7A24D;
}

.step__inner--active {
    height: 10rem;
    width: 10rem;
    background: #F7A24D;
    color: #fff;
}

.step__inner--active:after {
    content: "";
    position: absolute;
    left: 1rem;
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    border: 0.1rem solid #fff;
    border-radius: 50%;
}

/* How it Works */

/* --------------------------------------------------------------- */

.how-it-works-section {
    background: -webkit-gradient(linear, left top, left bottom, from(#94999B), color-stop(43%, #F2F3F3), color-stop(60%, #FFFFFF));
    background: -o-linear-gradient(top, #94999B, #F2F3F3 43%, #FFFFFF 60%);
    background: linear-gradient(to bottom, #94999B, #F2F3F3 43%, #FFFFFF 60%);
    padding-top: 8rem;
    padding-bottom: 6rem;
}

.how-it-works__img img {
    margin-left: auto;
    margin-right: auto;
    max-width: 13.4rem;
    margin-bottom: 0.5rem;
}

.how-it-works__title {
    text-align: center;
    font-size: 6rem;
    font-weight: 800;
    color: #29ABE2;
    margin-bottom: 3rem;
}

.how-it-works__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-left: -2rem;
    margin-right: -2rem;
    margin-bottom: -3rem;
}

.how-it-works__item {
    width: 33.33%;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-bottom: 3rem;
}

.hiw-item {
    text-align: center;
}

.hiw-item__img {
    margin-bottom: 1rem;
}

.hiw-item__img img {
    margin-left: auto;
    margin-right: auto;
    max-width: 17.6rem;
    transition: 1s;
}

.hiw-item__img img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.hiw-item__title {
    color: #999999;
    font-size: 2.7rem;
}

.hiw-item__title strong {
    color: #29ABE2;
}

/* Video */

/* --------------------------------------------------------------- */

.video {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 56.25%;
}

.video video,
.video iframe,
.video object,
.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Faq */

/* --------------------------------------------------------------- */

.faq-section {
    padding: 8rem 0;
    background: #29ABE2 url("../img/faq-bg.png") no-repeat center;
    background-size: cover;
}

.faq {
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
}

.faq__img {
    margin-top: -20rem;
}

.faq__img img {
    margin-left: auto;
    margin-right: auto;
    max-width: 16.4rem;
    margin-bottom: 0.5rem;
}

.faq__title {
    text-align: center;
    font-size: 6rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 3rem;
}

.spoller__item {
    margin-bottom: 2rem;
}

.spoller__item:last-child {
    margin-bottom: 0;
}

.spoller__head {
    background: #0071BC;
    padding: 1rem 3rem 1rem 8rem;
    border-radius: 3rem;
    position: relative;
    cursor: pointer;
}

.spoller__head:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -0.4rem;
    left: 2rem;
    width: 3rem;
    height: 0.7rem;
    background: #fff;
    border-radius: 0.7rem;
}

.spoller__head:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -1.6rem;
    left: 3.1rem;
    height: 3rem;
    width: 0.7rem;
    background: #fff;
    border-radius: 0.7rem;
}

.spoller__item.active .spoller__head:before {
    display: none;
}

.spoller__item.active .spoller__head {
    background: #F7931E;
}

.form-input-style2:-webkit-autofill {
    -webkit-text-fill-color: #FCEE21 !important;
}

.form-input-style2:-webkit-autofill {
    -webkit-background-fill-color: #FCEE21 !important;
    transition: background-color 5000s ease-in-out 0s;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #29ABE2 inset !important;
}

#popup-modal-container {
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    display: block;
    background-color: rgba(22, 22, 22, 0.5);
    z-index: 999;
}

.modal-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    margin: 0 auto;
}

.close-popup {
    color: white;
    font-weight: bold;
    font-size: 48px;
    position: absolute;
    top: 5%;
    right: 5%;
    cursor: pointer;
}

.spoller__head._active:before {
    display: none;
}

.spoller__title {
    color: #fff;
    font-weight: 800;
    font-size: 2.7rem;
    color: #fff;
}

.spoller__body {
    max-height: 0;
    color: #fff;
    padding: 0 4rem;
    font-size: 2.6rem;
    overflow: hidden;
    transition: 1s;
}

.spoller__item.active .spoller__body {
    max-height: 300px;
    padding: 2rem 4rem;
}

.spoller--sm .spoller__item {
    margin-bottom: 1rem;
}

.spoller--sm .spoller__head {
    padding: 0.5rem 1rem 0.5rem 5rem;
}

.spoller--sm .spoller__head:after {
    width: 1.6rem;
    height: 0.4rem;
    left: 1.4rem;
    margin-top: -0.2rem;
}

.spoller--sm .spoller__item.active .spoller__head:after {
    background: white;
}

.spoller--sm .spoller__head:before {
    height: 1.6rem;
    width: 0.4rem;
    margin-top: -0.8rem;
    left: 2rem;
}

.spoller--sm .spoller__title {
    font-size: 1.6rem;
}

.spoller--sm .spoller__body {
    font-size: 1.8rem;
    padding: 0 1rem;
}

.spoller--sm .spoller__item.active .spoller__body {
    padding: 1rem;
}

/* form -section*/

/* --------------------------------------------------------------- */

.form-section {
    background: -webkit-gradient(linear, left top, left bottom, from(#2984E2), color-stop(#2AABE2), to(#B9E3F4));
    background: -o-linear-gradient(top, #2984E2, #2AABE2, #B9E3F4);
    background: linear-gradient(to bottom, #2984E2, #2AABE2, #B9E3F4);
    padding-bottom: 5rem;
}

.form-section .container {
    max-width: 1680px;
}

.form-section__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    z-index: 1;
}

.form-section__right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 95.6rem;
}

.form-section__left {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 49rem;
    position: relative;
    margin-right: 11rem;
}

.f-logo {
    max-width: 29rem;
    margin-right: 1.7rem;
}

.f-top {
    border-bottom: 0.2rem solid #FFFFFF;
    padding-right: 3.5rem;
    padding-bottom: 0.5rem;
    margin-left: 14.6rem;
}

.f-top__title {
    color: #fff;
    font-size: 2.7rem;
    font-weight: 800;
}

.f-row {
    padding: 1.5rem 0 3rem;
    border-bottom: 0.1rem solid #FFFFFF;
}

.f-row__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -0.6rem -2rem;
}

.f-row__title {
    width: 100%;
    color: #fff;
    font-weight: 800;
    font-size: 2rem;
    margin-bottom: 0.8rem;
    padding-right: 3.5rem;
}

.f-row__item {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
    margin-bottom: 2rem;
}

.f-row__item.col-4 {
    width: 33.33%;
}

.f-row__item.col-8 {
    width: 66.66%;
}

.f-row__item.col-2 {
    width: 16.6666%;
}

.f-row label {
    font-size: 1.8rem;
    font-weight: 400;
    color: #fff;
    display: block;
    padding-right: 3rem;
    margin-bottom: 0.8rem;
}

.f-row label.text-center {
    text-align: center;
    padding-right: 0;
}

.f-count {
    width: 17.6rem;
}

.f-sel {
    width: 14rem;
}

.f-slep.form-input {
    width: 11.6rem;
}

.f-slep2.form-input {
    width: 16.5rem;
}

.f-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.f-bottom .btn {
    margin-right: 1rem;
}

.f-bottom__images img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 2rem;
}

.basic-circul {
    position: relative;
    margin-right: 1.3rem;
    margin-top: -1.2rem;
}

.circul {
    height: 25.5rem;
    width: 25.5rem;
    border-radius: 50%;
    text-align: center;
    background: #0071BC;
    padding: 4.4rem 2.3rem;
    position: relative;
}

.circul__title {
    font-size: 3.2rem;
    font-weight: 800;
    color: #FEB000;
    line-height: 1.2;
    border-top: 0.1rem solid rgba(255, 255, 255, 0.4);
    border-bottom: 0.1rem solid rgba(255, 255, 255, 0.4);
    max-width: 17rem;
    margin-left: auto;
    margin-right: auto;
}

.circul__count {
    font-size: 5.4rem;
    color: #fff;
    font-weight: 800;
    line-height: 1;
}

.circul__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 800;
    text-align: right;
    margin-top: 1rem;
}

.circul__text span {
    width: 50%;
}

.circul__text span:first-child {
    padding-left: 1rem;
}

.circul__text span:last-child {
    border-right: 0.1rem solid #fff;
    padding-right: 1rem;
}

.circul:after {
    content: "";
    display: block;
    position: absolute;
    left: -1.5rem;
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    pointer-events: none;
    border-radius: 50%;
    border: 0.2rem solid #fff;
}

.circul-h {
    height: 14.4rem;
    width: 14.4rem;
    border-radius: 50%;
    text-align: center;
    background: #175775;
    padding: 2rem 2rem;
    position: absolute;
    right: -26rem;
    top: -2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.circul-h__title {
    font-size: 1.6rem;
    font-weight: 800;
    color: #fff;
    width: 100%;
}

.circul-h__img {
    margin-bottom: 1.4rem;
    width: 100%;
}

.circul-h__img img {
    margin-left: auto;
    margin-right: auto;
}

.circul-h:after {
    content: "";
    display: block;
    position: absolute;
    left: -0.9rem;
    top: -0.9rem;
    right: -0.9rem;
    bottom: -0.9rem;
    pointer-events: none;
    border-radius: 50%;
    border: 0.2rem solid #fff;
}

.basic-images {
    margin-top: -10rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: -4rem;
    position: relative;
}

.basic-content {
    margin-top: -4rem;
    margin-bottom: 2rem;
}

.basic-content__title {
    color: #fff;
    font-size: 3.1rem;
    line-height: 1.2;
    font-weight: 800;
    padding-right: 2.2rem;
    margin-bottom: 1.5rem;
}

.ul-number {
    counter-reset: li;
    font-size: 1.8rem;
    color: #fff;
}

.ul-number>li:before {
    content: counter(li);
    counter-increment: li;
}

.ul-number li {
    margin-bottom: 1.3rem;
    position: relative;
    padding-right: 3.5rem;
}

.ul-number li:before {
    position: absolute;
    top: 0.1rem;
    right: 0;
    width: 2.3rem;
    height: 2.3rem;
    border-radius: 50%;
    background: #FEB000;
    border: 0.1rem solid #fff;
    text-align: center;
    display: block;
    line-height: 2.1rem;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 800;
}

.logos {
    max-width: 32rem;
}

.logos__title {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 800;
    padding: 0.2rem 1rem;
    background: #0071BC;
    border-radius: 2rem;
    display: inline-block;
    margin-bottom: 1.5rem;
}

.logos__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-left: -1rem;
    margin-right: -1rem;
    margin-bottom: -1rem;
}

.logos__item {
    width: 3.6rem;
    height: 3.6rem;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
    position: relative;
    background: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.logos__item img {
    max-width: 68%;
    max-height: 68%;
    margin-left: auto;
    margin-right: auto;
}

.logos__item:after {
    content: "";
    display: block;
    position: absolute;
    left: -0.2rem;
    top: -0.2rem;
    right: -0.2rem;
    bottom: -0.2rem;
    pointer-events: none;
    border-radius: 50%;
    border: 0.1rem solid #fff;
}

.gloomy-bg {
    position: absolute;
    left: -5%;
    bottom: 15%;
}

.construction-bg {
    position: absolute;
    left: -1%;
    bottom: -6rem;
}

/* Gallery */

/* --------------------------------------------------------------- */

.gallery-section {
    background: #175775;
    padding-bottom: calc(26vw + 5rem) !important;
}

.gallery-section .section__title {
    color: #fff;
}

.gallery-section .container {
    max-width: 1640px;
}

.gallery-slider-wrapper {
    position: relative;
}

.gallery-slider {
    position: relative;
    margin: 0 -2rem;
    overflow: hidden;
}

.gallery-slider-button {
    position: absolute;
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 100%;
    top: 0;
    bottom: 0;
    left: -60px;
    margin: auto;
    cursor: pointer;
}

.gallery-slider-button:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 16px;
    background: black;
    top: 0;
    bottom: 0;
    right: 0;
    left: 2px;
    margin: auto;
    clip-path: polygon(0 10%, 10% 0, 100% 50%, 10% 100%, 0 90%, 70% 50%);
}

.gallery-slider-button.next:before {
    clip-path: polygon(90% 0, 100% 10%, 30% 50%, 100% 90%, 90% 100%, 0% 50%);
    right: 2px;
    left: 0;
}

.gallery-slider-button.prev {
    left: unset;
    right: -60px;
}

.gallery-slider__item {
    position: absolute;
    display: none;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 33.33%;
    margin: 0 auto;
    padding: 0 2rem;
    top: 0;
}

.gallery-slider__item.nowSlide {
    display: block;
    position: relative;
}

.gallery-slider__item.prevSlide {
    display: block;
    left: 0;
}

.gallery-slider__item.nextSlide {
    display: block;
    right: 0;
}

.gallery-slider__item.twoPrevSlide {
    display: block;
    right: 100%;
}

.gallery-slider__item.twoNextSlide {
    display: block;
    left: 100%;
}

.gallery-slider__item.right {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.gallery-slider__item.left {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.gallery-slider__item.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 1s ease-out;
    -moz-transition: transform 1s ease-out;
    -o-transition: transform 1s ease-out;
    transition: transform 1s ease-out;
}

.gallery-img {
    position: relative;
    display: block;
    cursor: pointer;
}

.gallery-img img {
    width: 100%;
}

.slider-pagination {
    margin-top: 3rem;
    text-align: center;
    font-size: 0;
    direction: ltr;
}

.slider-bullets {
    background: #fff;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin: 0 1rem 0.5rem;
    position: relative;
}

.slider-bullets:after {
    content: "";
    display: block;
    position: absolute;
    left: -0.5rem;
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    pointer-events: none;
    border-radius: 50%;
    border: 0.1rem solid #fff;
    opacity: 0;
}

.slider-bullets--active:after {
    opacity: 1;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    width: 10.4rem;
    height: 10.4rem;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 0.3rem solid #fff;
    cursor: pointer;
    z-index: 1;
}

.play-button:after {
    content: "";
    display: block;
    position: relative;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 2.8rem 0 2.8rem 5rem;
    border-color: transparent transparent transparent #fff;
    left: 0.7rem;
}

/* Rating Section */

/* --------------------------------------------------------------- */

.rating-section {
    padding: 3rem 0;
    background: url("../img/rating-bg-1.png") no-repeat center;
    background-size: cover;
}

.rating-section__head {
    margin-bottom: 3rem;
    position: relative;
    z-index: 2;
}

.rating-section__title {
    color: #fff;
    font-weight: 400;
    text-align: center;
    font-size: 6rem;
}

.rating-section__title strong {
    font-weight: 800;
}

.rating-section__subtitle {
    font-weight: 800;
    font-size: 2.4rem;
    color: #fff;
    text-align: center;
}

.rating-bg-1 {
    position: absolute;
    top: 12%;
    left: 15%;
}

.rating-bg-2 {
    position: absolute;
    top: 52%;
    left: 5%;
}

.rating-bg-3 {
    position: absolute;
    bottom: 2rem;
    right: 5%;
}

.progressbar {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -10rem;
    width: 46.8rem;
    height: 46.8rem;
    background: url("../img/progressbar.png") no-repeat top left;
    background-size: contain;
    padding: 15rem 8rem;
    text-align: center;
    position: relative;
    z-index: 2;
}

.progressbar__val {
    margin-left: auto;
    margin-right: auto;
    background: url("../img/bar-value.png") no-repeat center;
    background-size: contain;
    width: 18.6rem;
    height: 9.3rem;
    position: relative;
    left: -2rem;
    color: #4CD100;
    font-size: 6rem;
    line-height: 9.3rem;
    font-weight: 800;
    margin-bottom: 1rem;
}

.progressbar__arrow {
    position: absolute;
    left: 50%;
    top: 0;
    width: 0.2rem;
    margin-left: -0.1rem;
    height: calc(200% - 0.2rem);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.progressbar__arrow:after {
    content: "";
    position: absolute;
    width: 2.4rem;
    height: 5.4rem;
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #393838), color-stop(50%, #4c4f5a));
    background: -o-linear-gradient(left, #393838 50%, #4c4f5a 50%);
    background: linear-gradient(90deg, #393838 50%, #4c4f5a 50%);
    bottom: 100%;
    left: 50%;
    margin-left: -1.2rem;
}

.progressbar__button {
    -webkit-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.4);
    border: 0.1rem solid #fff;
    border-radius: 4.4rem;
    height: 4.4rem;
    line-height: 4.2rem;
    background: #FEB001;
    color: #fff;
    font-weight: 800;
    font-size: 2.2rem;
    display: block;
    margin-bottom: 1rem;
    transition: 0.5s;
}

.progressbar__button.active {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.progressbar__button:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    text-decoration: unset;
}

.progressbar__text {
    text-align: center;
    color: #fff;
    font-size: 1.8rem;
}

.progressbar__text2 {
    font-size: 1.4rem;
    color: #fff;
    font-weight: 800;
}

/* Question section */

/* --------------------------------------------------------------- */

.question-section {
    padding: 12rem 0;
    background: url("../img/rating-bg-2.png") no-repeat center;
    background-size: cover;
}

.spoller-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.spoller-grid .spoller__item {
    width: calc(50% - 3rem);
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

/* set elem */

/* --------------------------------------------------------------- */

.set-elem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    background: url("../img/resultsbg.jpg") no-repeat center;
    background-size: cover;
}

.set-elem__left {
    width: 50%;
    padding: 3rem 5%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(51, 74, 109, 0)), to(#334a6d));
    background: -o-linear-gradient(bottom, rgba(51, 74, 109, 0) 0%, #334a6d 100%);
    background: linear-gradient(0deg, rgba(51, 74, 109, 0) 0%, #334a6d 100%);
}

.set-elem__right {
    width: 50%;
    padding: 1rem 5%;
}

.numbers__row {
    margin-bottom: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.numbers__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #fff;
    text-align: center;
    border: 0.1rem solid #fff;
    border-radius: 10rem;
    overflow: hidden;
}

.numbers__content span {
    display: block;
    line-height: 1;
    padding: 0.6rem 2rem;
}

.numbers__content span:first-child {
    font-size: 4rem;
    font-weight: 800;
}

.numbers__content span:last-child {
    background: #FEB000;
    line-height: 1.2;
    font-size: 2.6rem;
}

.numbers__icon {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 8rem;
    margin-left: 7rem;
}

.numbers__icon img {
    margin-left: auto;
    margin-right: auto;
}

.sel-slider__value {
    color: #fff;
    text-align: center;
    font-weight: 800;
    font-size: 12rem;
    line-height: 1;
    margin-bottom: 2rem;
}

.sel-slider__bar {
    margin-bottom: 1rem;
}

.sel-slider__title {
    font-weight: 800;
    color: #fff;
    font-size: 4rem;
}

.sel-slider__text {
    font-size: 2.8rem;
    color: #fff;
}

.bar__progress {
    height: 3rem;
    border-radius: 3rem;
    position: relative;
    margin-left: 3rem;
    margin-right: 3rem;
    background: -webkit-gradient(linear, left top, right top, from(#00F4A3), color-stop(50%, #E8C973), to(#E06950));
    background: -o-linear-gradient(left, #00F4A3 0%, #E8C973 50%, #E06950 100%);
    background: linear-gradient(90deg, #00F4A3 0%, #E8C973 50%, #E06950 100%);
}

.bar__progress span {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -2.4rem;
    cursor: pointer;
    height: 4.8rem;
    width: 4.8rem;
    background: url("../img/sldrbutton.png") no-repeat center;
    background-size: contain;
}

.bar__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-top: 1rem;
}

.bar__el-prev {
    color: #00F4A3;
    border: 0.1rem solid;
    padding: 0.3rem 1.5rem;
    border-radius: 1.5rem;
    line-height: 1;
}

.bar__el-next {
    color: #E06950;
    border: 0.1rem solid;
    padding: 0.3rem 1.5rem;
    border-radius: 1.5rem;
    line-height: 1;
}

.bar__icon {
    max-width: 8.2rem;
}

.bar__icon img {
    position: relative;
    left: 0;
    -webkit-animation-name: moveSlider;
    animation-name: moveSlider;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

@-webkit-keyframes moveSlider {
    0% {
        left: -2rem;
    }

    50% {
        left: 2rem;
    }

    100% {
        left: -2rem;
    }
}

@keyframes moveSlider {
    0% {
        left: -2rem;
    }

    50% {
        left: 2rem;
    }

    100% {
        left: -2rem;
    }
}

/* Stability */

/* --------------------------------------------------------------- */

.stability-section {
    background: url("../img/resultsbg.jpg") no-repeat center;
    background-size: cover;
    color: #fff;
}

.stability-section .section__title {
    font-size: 6rem;
}

.tamhilratebg {
    margin: 0 auto;
    width: 45rem;
    height: 32rem;
    background: url("../img/tamhilratebg.png") no-repeat center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-size: 6.5rem;
    font-weight: 800;
}

/* Post Section */

/* --------------------------------------------------------------- */

.posts-section {
    background: #023b59;
    color: #fff;
}

.posts-section .section__title {
    font-size: 7.6rem;
    line-height: 1;
}

.posts-section .section__subtitle {
    font-size: 4rem;
}

.posts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-left: -3rem;
    margin-right: -3rem;
    margin-bottom: -6rem;
}

.posts__item {
    width: 50%;
    padding-left: 3rem;
    padding-right: 3rem;
    margin-bottom: 10rem;
}

.post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 100%;
}

.post__img {
    padding: 1rem;
    border-radius: 50%;
    position: relative;
    width: 26rem;
    margin-top: 4rem;
    height: 26rem;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-left: 4rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.post__img:after {
    content: "";
    position: absolute;
    left: -1.3rem;
    right: -1.3rem;
    bottom: -1.3rem;
    top: -1.3rem;
    pointer-events: none;
    border-radius: inherit;
    border: 0.3rem solid #FFD38A;
}

.post .single-img {
    position: absolute;
    bottom: -1rem;
    right: -2rem;
    z-index: 2;
    max-width: 70%;
}

.post .single-img img {
    max-height: 11rem;
}

.post__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.post__title {
    font-weight: 800;
    font-size: 2rem;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.post__title span {
    display: block;
    color: #ffb100;
}

.post__text {
    height: 325px;
    font-size: 1.8rem;
    color: #9dbacb;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 2rem;
}

.post__spoller .spoller__body {
    color: #9dbacb;
}

.post__spoller .spoller__head:after,
.post__spoller .spoller__head:before {
    background: #f79321;
}

.post__spoller .spoller__head._active:after,
.post__spoller .spoller__head._active:before {
    background: #fff;
}

.post__email {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.post__email img {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 1rem;
}

.post__email span {
    font-weight: 800;
    font-size: 1.8rem;
}

/* Services */

/* --------------------------------------------------------------- */

.services-section {
    background: url(../img/optimai_playAsset18.png) no-repeat center;
    background-size: cover;
    color: #fff;
}

.services-section .section__title {
    font-size: 7.6rem;
    line-height: 1;
}

.services-section .section__subtitle {
    font-size: 4rem;
}

.services {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    margin-left: -2rem;
    margin-right: -2rem;
}

.services__item {
    width: calc(25% - 4rem);
    border: 0.3rem solid #fff;
    background: rgba(0, 28, 56, 0.19);
    border-radius: 2rem;
    margin-left: 2rem;
    margin-right: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.services__item--free .services__price {
    color: #37abe2;
    font-size: 3.7rem;
    margin-top: 1.4rem;
}

.services__head {
    padding: 3rem 2rem 1rem;
    border-bottom: 0.1rem solid #fff;
}

.services__icon {
    height: 8.6rem;
    margin-bottom: 1rem;
}

.services__icon img {
    margin-left: auto;
    margin-right: auto;
    max-height: 100%;
}

.services__title {
    font-size: 2.7rem;
    text-align: center;
}

.services__title strong {
    font-weight: 800;
}

.services__body {
    padding: 1rem 3rem;
    border-bottom: 0.1rem solid #fff;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.services__list {
    font-size: 1.8rem;
}

.services__list li {
    position: relative;
    padding-right: 2rem;
}

.services__list li:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0.7rem;
    background: url("../img/pricing-check-mark.svg") no-repeat center;
    width: 1.3rem;
    height: 1rem;
}

.services__foot {
    height: 16rem;
    padding: 2rem;
    text-align: center;
}

.services__price {
    font-size: 2.9rem;
    color: #f2c935;
    font-weight: 700;
    line-height: 1;
}

.services__txt {
    font-size: 1.8rem;
    color: #fff;
}

.services__btn {
    margin-top: 2rem;
}

/* Tracks section */

/* --------------------------------------------------------------- */

.tracks-section {
    background-image: url("../img/tamhilbg.jpg");
    background-size: cover;
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-color: grey;
    color: #fff;
}

.tracks-section .section__title {
    font-size: 6rem;
    line-height: 1;
}

.tracks-section .section__subtitle {
    font-size: 3rem;
}

.tracks__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.tracks__th {
    margin-bottom: 0.5rem;
}

.tracks__th img {
    max-width: 7.6rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -1rem;
}

.tracks__th span {
    display: block;
    color: #FEB001;
    font-size: 1.4rem;
    text-align: center;
}

.tracks__1 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 14%;
    margin-left: 0.5%;
    margin-right: 0.5%;
}

.tracks__2 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 14%;
    margin-left: 0.5%;
    margin-right: 0.5%;
}

.tracks__3 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 10%;
    margin-left: 0.5%;
    margin-right: 0.5%;
}

.tracks__4 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 10%;
    margin-left: 0.5%;
    margin-right: 0.5%;
}

.tracks__5 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 12%;
    margin-left: 0.5%;
    margin-right: 0.5%;
}

.tracks__6 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 0.5%;
    margin-right: 0.5%;
}

.tracks__7 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 8%;
    margin-left: 0.5%;
    margin-right: 0.5%;
}

.tracks__total,
.tracks__monthly,
.tracks__interest,
.tracks__period,
.tracks__sum,
.tracks__name,
.tracks__number {
    border: 0.1rem solid #fff;
    padding: 0.5rem 1vw;
    color: #FEB000;
    font-weight: 800;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 4rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    min-height: 7.2rem;
    font-size: 2.4rem;
}

.tracks__number {
    background: #002F52;
}

.tracks__name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: 400;
    padding-bottom: 0.8rem;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 1.6rem;
    border-color: #FEB000;
    color: #fff;
}

.tracks__name strong {
    font-weight: 800;
    color: #FEB000;
    width: 100%;
    display: block;
    line-height: 1.2;
    font-size: 2.4rem;
}

.tracks__foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.tracks__foot .tracks__total,
.tracks__foot .tracks__monthly,
.tracks__foot .tracks__sum {
    background: #FEB000;
    color: #fff;
}

.tracks__foot .tracks__interest,
.tracks__foot .tracks__period,
.tracks__foot .tracks__number {
    background: transparent;
    border-color: transparent;
}

.tracks__foot .tracks__name {
    background: #4D4D4D;
}

.tracks__foot .tracks__name strong {
    color: #fff;
}

.tracks .swiper-bar {
    position: absolute;
    top: 100%;
    margin-top: 1rem;
}

.swiper-bar {
    border: 1px solid #aed0ea;
    height: 1.2rem;
    border-radius: 1.2rem;
    background: #fff;
    width: 100%;
    position: relative;
}

.swiper-bar__handler {
    border: 1px solid #aed0ea;
    display: block;
    position: absolute;
    top: 50%;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%;
    background: #FEB000;
    margin-top: -1.2rem;
    cursor: pointer;
}

.swiper-bar__range {
    background: #FEB000;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-radius: 1.2rem;
}

.definitions {
    position: absolute;
    top: 100%;
    margin-top: 1rem;
    color: #fff;
    font-size: 1.6rem;
    text-align: right;
    width: 100%;
    left: 0;
    padding: 0 1rem;
    font-weight: 400;
}

.btn,
a.btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0.2rem;
    color: #fff;
    font: 700 2.5rem/2.5rem "Assistant", Arial, sans-serif;
    text-align: center;
    text-decoration: none;
    border: none;
    background: -webkit-gradient(linear, left bottom, left top, from(#ff7100), to(#ffbf0e));
    background: -o-linear-gradient(bottom, #ff7100, #ffbf0e);
    background: linear-gradient(to top, #ff7100, #ffbf0e);
    border-radius: 6rem;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    overflow: hidden;
}

.btn__inner,
a.btn__inner {
    padding: 0 4rem;
    height: 5.6rem;
    border-radius: 5.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: -webkit-gradient(linear, left top, right top, from(#ff7100), to(#ffbf0e));
    background: -o-linear-gradient(left, #ff7100, #ffbf0e);
    background: linear-gradient(to right, #ff7100, #ffbf0e);
}

.btn--sm,
a.btn--sm {
    border-radius: 5rem;
}

.btn--sm .btn__inner,
a.btn--sm .btn__inner {
    height: 4.4rem;
    border-radius: 4.4rem;
    font-size: 2rem;
    line-height: 2rem;
}

.btn--info,
a.btn--info {
    background: -webkit-gradient(linear, left bottom, left top, from(#0071BC), to(#29ABE2));
    background: -o-linear-gradient(bottom, #0071BC, #29ABE2);
    background: linear-gradient(to top, #0071BC, #29ABE2);
}

.btn--info .btn__inner,
a.btn--info .btn__inner {
    background: -webkit-gradient(linear, left top, right top, from(#0071BC), to(#29ABE2));
    background: -o-linear-gradient(left, #0071BC, #29ABE2);
    background: linear-gradient(to right, #0071BC, #29ABE2);
}

.btn--block,
a.btn--block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-width: none;
    padding-left: 1rem;
    padding-right: 1rem;
}

.button,
a.button {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
    padding: 0 4rem;
    height: 5rem;
    color: #fff;
    font: 700 3rem/3rem "Assistant", Arial, sans-serif;
    text-align: center;
    text-decoration: none;
    border: 0.2rem solid #fff;
    background-color: transparent;
    border-radius: 6rem;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    overflow: hidden;
}

.button:disabled,
.button.disabled,
a.button:disabled,
a.button.disabled {
    background: gray;
}

.next-button:disabled {
    border-color: white;
}

.next-button,
.button.active,
a.button.active {
    background: #f7931e;
    border-color: #f7931e;
    color: #fff;
}

input.btn,
button.btn {
    display: inline-block;
}

input.btn--block,
button.btn--block {
    display: block;
    width: 100%;
}

/* Form =========================================== */

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -1.5rem;
}

.form-row__col {
    padding: 0 1.5rem;
}

.form-field {
    margin-bottom: 2rem;
    position: relative;
}

.form-input {
    display: block;
    width: 100%;
    height: 4.5rem;
    padding: 0 3rem;
    color: #393939;
    font: 700 2rem "Assistant", Arial, sans-serif;
    line-height: normal;
    border: 0.1rem solid #CCCCCC;
    background: #fff;
    border-radius: 4.5rem;
    -webkit-box-shadow: 0.7rem 0.7rem 0.2rem rgba(0, 0, 0, 0.1);
    box-shadow: 0.7rem 0.7rem 0.2rem rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.form-input:focus:-ms-input-placeholder {
    opacity: 0;
}

.form-input:focus::-moz-placeholder {
    opacity: 0;
}

.form-input:focus::-webkit-input-placeholder {
    opacity: 0;
}

.form-input:focus::-ms-input-placeholder {
    opacity: 0;
}

.form-input:focus::placeholder {
    opacity: 0;
}

.form-input:-ms-input-placeholder {
    color: #ccc;
}

.form-input::-moz-placeholder {
    color: #ccc;
}

.form-input::-webkit-input-placeholder {
    color: #ccc;
}

.form-input::-ms-input-placeholder {
    color: #ccc;
}

.form-input::placeholder {
    color: #ccc;
}

.form-input--dark {
    background: #175775;
    color: #fff;
    text-align: center;
    line-height: 4.3rem;
    white-space: nowrap;
    padding: 0 1rem;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.form-input.error {
    border-color: red;
}

.form-input.valid {
    border-color: green;
}

.form-input-style2-wrapper {
    position: relative;
}

.form-input-style2-disabled {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.form-input-style2 {
    border: 0.2rem solid #fff;
    height: 5rem;
    background: #29ABE2;
    border-radius: 3rem;
    font-family: "Assistant", Arial, sans-serif;
    color: #FCEE21;
    font-size: 2.8rem;
    font-weight: 700;
    display: block;
    width: 100%;
    padding: 0 2rem 0.3rem;
    line-height: 1;
}

.form-input-style2.error {
    border-color: red;
}

.form-input-style2:focus {
    background: #0071BC;
    border-color: #f7941c;
}

.form-input-style2:disabled {
    background: grey !important;
    font-size: 0;
}

.form-input-style2:disabled:hover {
    transform: unset !important;
}

.form-input-style2:-ms-input-placeholder {
    color: #FCEE21;
}

.form-input-style2::-moz-placeholder {
    color: #FCEE21;
}

.form-input-style2::-webkit-input-placeholder {
    color: #FCEE21;
}

.form-input-style2::-ms-input-placeholder {
    color: #FCEE21;
}

.form-input-style2::placeholder {
    color: #FCEE21;
}

.form-input-style2:hover {
    -webkit-transform: translate(0, -2px);
    -moz-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    -o-transform: translate(0, -2px);
    transform: translate(0, -2px);
}

.form-button {
    margin-top: 2rem;
}

@keyframes messageAnimation {
    0% {
        opacity: 0;
        -webkit-transform: trnaslateY(100%);
        -moz-transform: trnaslateY(100%);
        -ms-transform: trnaslateY(100%);
        -o-transform: trnaslateY(100%);
        transform: trnaslateY(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: trnaslateY(0);
        -moz-transform: trnaslateY(0);
        -ms-transform: trnaslateY(0);
        -o-transform: trnaslateY(0);
        transform: trnaslateY(0);
    } 
}

.form-message {
    animation: 1s messageAnimation;
    -webkit-animation: 1s messageAnimation;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-top: 0.5rem;
}

.form-message.none {
    display: none;
}

.form-message__icon {
    max-width: 8rem;
    margin-left: 0.5rem;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.form-message__text {
    border: 0.2rem solid #fff;
    border-radius: 2rem;
    background: #f7941c;
    font-size: 1.6rem;
    color: #fff;
    padding: 0.5rem 1rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.form-group .form-input {
    margin-left: 0.5rem;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.form-group .form-input:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.form-group .form-input:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.form-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
}

.form-grid__item {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
    width: 100%;
}

.form-grid__item.col-6 {
    width: 50%;
}

textarea.form-input {
    height: auto;
    min-height: 15rem;
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
    resize: none;
    overflow: auto;
}

label {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

/* Checkbox  ======================================= */

.checkbox,
.radio {
    display: block;
    cursor: pointer;
    font-size: 2rem;
    font-weight: 400;
    margin: 0;
    line-height: 1.8rem;
    position: relative;
}

.checkbox input,
.radio input {
    display: none;
}

.checkbox__text,
.radio__text {
    padding-left: 2.5rem;
    display: block;
}

.checkbox__text:before,
.radio__text:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1.8rem;
    height: 1.8rem;
    background: #fff;
    border: 0.1rem solid #CCCCCC;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.checkbox input:checked~.checkbox__text:before {
    background: #000;
}

.radio input:checked~.radio__text:before {
    background: #000;
}

.radio input:checked~.radio__text__text:before {
    border-radius: 50%;
}

/* Selectbox  ======================================= */

.selectbox {
    position: relative;
    width: auto !important;
    z-index: 1;
}

.selectbox:hover {
    transform: translate(0, -2px);
}

.selectbox__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 4.5rem;
    border: 0.1rem solid #CCCCCC;
    border-radius: 4.5rem;
    cursor: pointer;
    background: #fff;
    position: relative;
    -webkit-box-shadow: 0.7rem 0.7rem 0.2rem rgba(0, 0, 0, 0.1);
    box-shadow: 0.7rem 0.7rem 0.2rem rgba(0, 0, 0, 0.1);
}

.selectbox__head.error {
    border-color: red !important;
}

.selectbox__head .disable {
    display: none;
}

.selectbox__head.active .disable {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: gray;
    z-index: 1;
    border-radius: 100px;
}

.selectbox__text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 1px;
    padding: 0 3rem 0 1.5rem;
    max-width: 100%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font: 700 2rem "Assistant", Arial, sans-serif;
    color: #393939;
    line-height: 4.3rem;
}

.selectbox__text.placeholder {
    color: #ccc;
}

.selectbox__caret {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-left: 2rem;
    font-size: 0;
}

.selectbox__caret:after {
    content: "";
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    position: relative;
    top: -0.2rem;
    border-left: 0.1rem solid #CCCCCC;
    border-bottom: 0.1rem solid #CCCCCC;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.selectbox__drop {
    border: 0.1rem solid #CCCCCC;
    border-top: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 12;
    background: #fff;
    margin-top: 1rem;
    border-radius: 2rem;
    padding: 0.7rem 0;
    -webkit-box-shadow: 0.7rem 0.7rem 0.2rem rgba(0, 0, 0, 0.1);
    box-shadow: 0.7rem 0.7rem 0.2rem rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.selectbox__drop.none {
    display: none;
}

.selectbox__drop ul {
    max-height: 30rem;
    overflow: hidden;
    overflow-y: auto;
}

.selectbox__drop ul li {
    padding: 0.8rem 1.3rem;
    font: 700 2rem "Assistant", Arial, sans-serif;
    color: #393939;
    cursor: pointer;
}

.selectbox__drop ul li._selected {
    background: #F5F5F5;
}

.selectbox--style2 .selectbox__head {
    position: relative;
    border: 0.2rem solid #fff;
    height: 5rem;
    background: #29ABE2;
    border-radius: 3rem;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.selectbox--style2 .selectbox__text {
    color: #FCEE21;
    font-size: 2.8rem;
    font-weight: 700;
    padding-right: 2rem;
}

.selectbox--style2 .selectbox__caret:after {
    width: 1.7rem;
    height: 1.7rem;
    top: -0.4rem;
    border-left: 0.3rem solid #FCEE21;
    border-bottom: 0.3rem solid #FCEE21;
}

.selectbox--style2 .selectbox__drop {
    width: 80%;
    background: #F7931E;
    border: 0.3rem solid #fff;
    margin: 0 10%;
    margin-top: 1.9rem;
    padding: 0;
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 30%);
    box-shadow: 0 0 15px rgb(0 0 0 / 30%);
    overflow: hidden;
}

.selectbox--style2 .selectbox__drop:before {
    content: "";
    position: absolute;
    width: 2rem;
    height: 2rem;
    background: #F7931E;
    border: 0.3rem solid white;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    top: -1rem;
    right: 2.7rem;
}

.selectbox--style2 .selectbox__drop ul li {
    padding: 0.5rem 3rem;
    font: 400 2.4rem "Assistant", Arial, sans-serif;
    color: #fff;
    border-bottom: 0.1rem solid #fff;
}

.selectbox--style2 .selectbox__drop ul li:first-child {
    border-top: 0.1rem solid #fff;
}

.selectbox--style2 .selectbox__drop ul li._selected {
    background: #29aae1;
    color: #FCEE21;
}

.selectbox--style2.disabled .selectbox__head {
    background: grey;
}

.selectbox--style2.disabled .selectbox__caret {
    opacity: 0;
}

.selectbox._open .selectbox__head {
    z-index: 11;
}

.selectbox._open .selectbox__caret {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.selectbox._open .selectbox__drop {
    display: block;
}

.selectbox.error .selectbox__head {
    border-color: red;
}

.selectbox__drop ul::-webkit-scrollbar {
    width: 0.5rem;
}

.selectbox__drop ul::-webkit-scrollbar-track {
    background: #aaa;
}

.selectbox__drop ul::-webkit-scrollbar-thumb {
    background: #000;
}

.selectbox__drop ul::-webkit-scrollbar-button {
    display: none;
}

/* File  =========================================== */

.file {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 23rem;
    position: relative;
    overflow: hidden;
}

.file input {
    position: absolute;
    top: 0;
    right: 0;
    height: auto;
    margin: 0;
    padding: 0;
    opacity: 0;
    font-size: 100px;
    line-height: 1em;
    cursor: pointer;
}

.file__name {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    text-decoration: underline;
    font-weight: 700;
    font-size: 2rem;
    color: #393939;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    padding: 0 2rem;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.file:active .jq-file__name,
.file:active .jq-file__browse .icon {
    color: #00669b;
}

/* FOOTER */

/* ================================================ */

.footer {
    width: 100%;
    min-width: 32rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #0B2B43;
    color: #fff;
    padding: 1rem 0;
}

.footer p {
    text-align: center;
    font-size: 1.6rem;
}

.footer p a {
    text-decoration: underline;
    color: #fff;
}

/* MEDIA */

/* ================================================ */

/* Desktop =========================*/

/* Laptop =========================*/

/* Ipad ===========================*/

/* Mobile =========================*/

/* Mobile sm ======================*/

/* Mobile xs ======================*/

@media screen and (min-width: 371px) {
    .visible-iphone-xs {
        display: none !important;
    }
}

@media screen and (min-width: 576px) {
    .visible-iphone-sm {
        display: none !important;
    }
}

@media screen and (min-width: 768px) {
    .visible-iphone {
        display: none !important;
    }
}

@media screen and (min-width: 1025px) {
    .visible-ipad {
        display: none !important;
    }
}

@media screen and (min-width: 1300px) {
    .visible-laptop {
        display: none !important;
    }
}

@media screen and (min-width: 1601px) {
    .visible-desktop {
        display: none !important;
    }
}

@media screen and (max-width: 1600px) {
    .container {
        max-width: 1240px;
    }

    .hidden-desktop {
        display: none !important;
    }

    .form-section .container,
    .gallery-section .container,
    .container {
        max-width: 1240px;
    }

    /* Form section */

    .f-top__title {
        font-size: 2.4rem;
    }

    .form-section__left {
        width: 40rem;
        margin-right: 5rem;
    }

    .circul-h {
        right: -20rem;
    }

    .circul {
        width: 22rem;
        height: 22rem;
    }

    .circul__title {
        font-size: 2.4rem;
        max-width: 80%;
    }

    .circul__count {
        font-size: 4rem;
    }

    .circul__text {
        font-size: 1.2rem;
    }

    .basic-images {
        max-width: 34rem;
        margin-top: -9.1rem;
        margin-left: 0;
        left: -13.2rem;
    }

    .basic-content {
        margin-top: 2rem;
    }

    .basic-content__title {
        font-size: 2.8rem;
    }

    .ul-number {
        font-size: 1.6rem;
    }

    .ul-number li:before {
        top: -0.1rem;
    }

    .f-row__item.col-desktop-7 {
        width: 58.333%;
    }

    .f-row__item.col-desktop-5 {
        width: 41.666%;
    }

    /* set elem */

    .numbers__content span:first-child {
        font-size: 3rem;
    }

    .numbers__content span:last-child {
        font-size: 2rem;
    }

    .sel-slider__value {
        font-size: 9rem;
    }

    .sel-slider__title {
        font-size: 3.4rem;
    }

    .sel-slider__text {
        font-size: 2.2rem;
    }

    .post__img {
        width: 22rem;
        height: 22rem;
    }
}

@media screen and (max-width: 1299px) {
    .container {
        max-width: 980px;
    }

    .form-message__icon {
        max-width: 7rem;
    }

    .form-message__text {
        font-size: 1.2rem;
    }

    .hidden-laptop {
        display: none !important;
    }

    .form-section .container,
    .gallery-section .container,
    .container {
        max-width: 980px;
    }

    /* Header */

    .header__logo {
        width: 25rem;
    }

    .h-icons__item {
        margin-right: 3rem;
    }

    /* Home page */

    .home-page__logo img {
        max-width: 40rem;
    }

    .home-page__title {
        font-size: 4.5rem;
    }

    .home-page__bg-3 {
        top: 30%;
    }

    .hp-form__row {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }

    .hp-form__item {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .hp-form__title {
        font-size: 2.2rem;
    }

    /* How it works */

    .how-it-works__img {
        margin-bottom: 2rem;
    }

    .how-it-works__title {
        font-size: 5rem;
    }

    .hiw-item__img img {
        max-width: 16rem;
    }

    .hiw-item__title {
        font-size: 2rem;
    }

    /* Faq */

    .faq__img {
        margin-bottom: 2rem;
    }

    .faq__title {
        font-size: 5rem;
    }

    /* Form section */

    .form-section__left {
        width: 34rem;
    }

    .circul {
        width: 20rem;
        height: 20rem;
    }

    .circul__text {
        font-size: 1rem;
    }

    .basic-images {
        max-width: 26rem;
        margin-top: -6.5rem;
        left: -12rem;
    }

    .f-row__item.col-laptop-6 {
        width: 50%;
    }

    .f-row__item.col-laptop-6 {
        width: 50%;
    }

    .f-row__item.f-group {
        width: 100%;
    }

    .f-slep.form-input {
        width: 13.4rem;
    }

    /* Rating section  */

    .rating-section__title {
        font-size: 4.6rem;
    }

    .rating-section__subtitle {
        font-size: 2rem;
    }

    /* Question section  */

    .spoller-grid {
        display: block;
    }

    .spoller-grid .spoller__item {
        width: auto;
        margin-left: 0;
        margin-right: 0;
    }

    /* set elem */

    .numbers__content span:first-child {
        font-size: 2.6rem;
    }

    .numbers__content span:last-child {
        font-size: 1.8rem;
    }

    .numbers__icon {
        margin-left: 4rem;
    }

    .sel-slider__value {
        font-size: 7rem;
    }

    .sel-slider__title {
        font-size: 3rem;
    }

    .sel-slider__text {
        font-size: 1.8rem;
    }

    .set-elem__right {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .bar__progress {
        height: 2rem;
    }

    .bar__progress span {
        height: 3rem;
        width: 3rem;
        margin-top: -1.5rem;
    }

    .bar__el-next,
    .bar__el-prev {
        font-size: 1.2rem;
    }

    .bar__icon {
        max-width: 7rem;
    }

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

    .post__img {
        margin-bottom: 3rem;
        margin-top: 2rem;
        margin-left: 0;
        margin-right: 1rem;
    }

    .post__content {
        width: 100%;
    }

    .services {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: -4rem;
    }

    .services__item {
        width: calc(40% - 4rem);
        margin-bottom: 4rem;
    }
}

@media (max-width: 1200px) {
    .tracks__th span {
        font-size: calc(1rem + 4 * ((100vw - 320px) / 880));
    }

    .tracks__total,
    .tracks__monthly,
    .tracks__interest,
    .tracks__period,
    .tracks__sum,
    .tracks__name,
    .tracks__number {
        font-size: calc(1rem + 14 * ((100vw - 320px) / 880));
    }

    .tracks__name {
        font-size: calc(0.8rem + 8 * ((100vw - 320px) / 880));
    }

    .tracks__name strong {
        font-size: calc(1rem + 14 * ((100vw - 320px) / 880));
    }

    .definitions {
        font-size: calc(1rem + 6 * ((100vw - 320px) / 880));
    }
}

@media screen and (max-width: 1024px) {
    .container {
        max-width: 740px;
    }

    .button,
    a.button {
        height: 4.4rem;
        font-size: 2rem;
    }

    .form-input-style2 {
        padding-bottom: 0.2rem;
    }

    .form-input-style2,
    .selectbox--style2 .selectbox__head {
        height: 4.4rem;
    }

    .form-input-style2,
    .selectbox--style2 .selectbox__text {
        font-size: 2rem;
    }

    .selectbox--style2 .selectbox__text {
        line-height: 4rem;
    }

    .selectbox--style2 .selectbox__caret:after {
        width: 1.4rem;
        height: 1.4rem;
    }

    .form-message__icon {
        max-width: 5rem;
    }

    .hidden-ipad {
        display: none !important;
    }

    .form-section .container,
    .gallery-section .container,
    .container {
        max-width: 740px;
    }

    /* Header */

    .header-wrapper {
        height: 98px;
    }

    .header__logo {
        width: 18rem;
    }

    .header__logo img {
        max-width: 14rem;
    }

    .h-icons__item {
        margin-right: 3rem;
    }

    .h-icons__img img {
        max-width: 5rem;
    }

    .h-icons__title {
        font-size: 1.6rem;
    }

    .h-icons__subtitle {
        font-size: 1.4rem;
    }

    .edit-button {
        width: 13rem;
    }

    .edit-button span {
        font-size: 1.6rem;
    }

    .edit-button img {
        width: 4.5rem;
    }

    /* Main */

    .section__head {
        margin-bottom: 3rem;
    }

    /* Home page */

    .home-page__logo {
        margin-bottom: 2rem;
    }

    .home-page__logo img {
        max-width: 26rem;
    }

    .home-page__title {
        font-size: 3.5rem;
    }

    .home-page__bg-1 img {
        max-width: 130%;
    }

    .home-page__bg-22 {
        margin-bottom: -7rem;
    }

    .hp-form__row {
        margin-left: -1rem;
        margin-right: -1rem;
    }

    .hp-form__item {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .hp-form__title {
        font-size: 1.6rem;
    }

    .hp-form__title img {
        max-width: 4.5rem;
    }

    .hp-form__title span {
        bottom: -0.2rem;
    }

    .step {
        padding: 4rem 0;
    }

    .step__inner {
        height: 5rem;
        width: 5rem;
        font-size: 2.4rem;
    }

    .step__inner--active {
        width: 6.4rem;
        height: 6.4rem;
    }

    .step__inner--active:after {
        left: 0.7rem;
        top: 0.7rem;
        right: 0.7rem;
        bottom: 0.7rem;
    }

    /* How it works */

    .how-it-works__img img {
        max-width: 10rem;
    }

    .how-it-works__title {
        font-size: 4rem;
    }

    .how-it-works__row {
        margin-left: -1rem;
        margin-right: -1rem;
    }

    .how-it-works__item {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .hiw-item__img img {
        max-width: 12rem;
    }

    .hiw-item__title {
        font-size: 1.8rem;
    }

    /* Faq */

    .faq-section {
        padding: 5rem 0;
    }

    .faq__img {
        margin-top: 0;
    }

    .faq__img img {
        max-width: 10rem;
    }

    .faq__title {
        font-size: 4rem;
    }

    .spoller__title {
        font-size: 2.2rem;
    }

    .spoller__body {
        font-size: 2rem;
    }

    /* Form section */

    .form-section {
        padding-bottom: 20rem;
    }

    .form-section__wrap {
        display: block;
    }

    .form-section__left {
        width: 100%;
        margin-right: 0;
    }

    .f-logo {
        margin-right: 0;
    }

    .f-top {
        margin-left: 0;
        padding-right: 0;
    }

    .f-top__title {
        text-align: center;
    }

    .f-bottom {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .justify-ipad-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .justify-ipad-center .form-group {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .basic-circul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 3rem;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .basic-circul__item {
        margin-left: 6rem;
        margin-right: 6rem;
    }

    .basic-images {
        margin-left: auto;
        margin-right: auto;
        left: 2.5rem;
        margin-top: -5.4rem;
        max-width: 20rem;
        margin-bottom: 2rem;
    }

    .basic-content {
        margin-bottom: 4rem;
    }

    .basic-content__title {
        padding-right: 0;
        font-size: 3.2rem;
    }

    .circul-h {
        position: relative;
        right: auto;
        top: auto;
        width: 20rem;
        height: 20rem;
    }

    .circul-h:after {
        top: -1.5rem;
        left: -1.5rem;
        right: -1.5rem;
        bottom: -1.5rem;
    }

    .construction-bg {
        left: auto;
        right: 2rem;
        bottom: -20rem;
    }

    .gloomy-bg {
        right: 55%;
        left: auto;
        bottom: -18rem;
        top: auto;
    }

    .ul-number {
        font-size: 2rem;
    }

    .ul-number li:before {
        top: 0.3rem;
    }

    .logos {
        max-width: 54rem;
    }

    .logos__title {
        font-size: 2rem;
    }

    .logos__item {
        width: 7.2rem;
        height: 7.2rem;
    }

    /* Gallery */

    .gallery-slider__item {
        width: 50%;
    }

    .gallery-slider__item.nowSlide {
        margin: 0;
    }
    
    .gallery-slider__item.nextSlide {
        right: unset;
        left: 100%;
    }
    
    .gallery-slider__item.twoNextSlide {
        display: none;
    }

    .play-button {
        width: 7rem;
        height: 7rem;
    }

    .play-button:after {
        border-width: 1.6rem 0 1.6rem 3rem;
        left: 0.4rem;
    }

    .slider-bullets {
        width: 1.2rem;
        height: 1.2rem;
    }

    /* Rating section  */

    .rating-section__title {
        font-size: 4rem;
    }

    .progressbar {
        width: 35rem;
        height: 35rem;
        padding: 11rem 6rem 0;
    }

    .progressbar__val {
        width: 14rem;
        height: 7rem;
        line-height: 7rem;
        font-size: 4.4rem;
        left: -1.5rem;
    }

    .progressbar__arrow:after {
        height: 4rem;
    }

    .progressbar__button {
        font-size: 1.8rem;
    }

    .progressbar__text {
        font-size: 1.6rem;
    }

    .progressbar__text2 {
        font-size: 1.2rem;
    }

    .rating-bg-1 {
        left: 7%;
        max-width: 6.5rem;
    }

    .rating-bg-2 {
        max-width: 8rem;
    }

    .rating-bg-3 {
        max-width: 10rem;
        right: 0;
    }

    /* set elem */

    .numbers__content span:first-child {
        font-size: 2rem;
    }

    .numbers__content span:last-child {
        font-size: 1.4rem;
    }

    .numbers__icon {
        margin-left: 2rem;
        width: 6rem;
    }

    .sel-slider__value {
        font-size: 6rem;
    }

    .sel-slider__title {
        font-size: 2.4rem;
    }

    .sel-slider__text {
        font-size: 1.6rem;
    }

    .set-elem__right {
        padding: 2rem 3rem;
    }

    .set-elem__left {
        padding: 2rem 3rem;
    }

    .stability-section .section__title {
        font-size: 5rem;
    }

    .posts-section .section__title,
    .services-section .section__title,
    .tracks-section .section__title {
        font-size: 5rem;
    }

    .posts-section .section__subtitle,
    .services-section .section__subtitle,
    .tracks-section .section__subtitle {
        font-size: 3rem;
    }

    .services__item {
        width: calc(50% - 4rem);
    }

    .tracks__th img {
        max-width: 6rem;
    }

    .swiper-bar {
        height: 1rem;
    }

    .swiper-bar__handler {
        height: 1.8rem;
        width: 1.8rem;
        margin-top: -0.9rem;
    }
}

@media screen and (max-width: 767px) {

    .button,
    a.button {
        font-size: 1.6rem;
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .hidden-iphone {
        display: none !important;
    }

    /* Header */

    .header-wrapper {
        height: 178px;
    }

    .header__container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 0;
        padding-right: 0;
    }

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

    .header__logo {
        width: auto;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-right: 1.5rem;
        height: 8rem;
    }

    .h-icons {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .h-icons__item {
        margin-right: 1rem;
        margin-left: 1rem;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 14rem;
        flex: 1 1 14rem;
        max-width: 14rem;
    }

    .edit-button {
        width: 13rem;
    }

    .edit-button span {
        font-size: 1.6rem;
    }

    .edit-button img {
        width: 4.5rem;
    }

    /* Home page */

    .home-page__logo img {
        max-width: 20rem;
    }

    .home-page__title {
        font-size: 2.4rem;
        margin-bottom: 2rem;
    }

    .home-page__bg-1 {
        top: 4rem;
    }

    .home-page__bg-1 img {
        max-width: 140%;
    }

    .home-page__bg-2 {
        margin-bottom: -5.8rem;
    }

    .home-page__bg-2 img {
        max-width: none;
        min-width: 1000px;
    }

    .home-page__bg-3 {
        top: 10rem;
        right: 10%;
        max-width: 5rem;
    }

    .home-page__bg-2 {
        margin-bottom: -6.5rem;
    }

    .home-page__bg-2 img {
        min-width: 480px;
    }

    .hp-form__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        max-width: 85%;
        margin-left: auto;
        margin-right: auto;
    }

    .hp-form__item {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .hp-form__title {
        font-size: 2rem;
    }

    .hp-form__button,
    .hp-form__buttons {
        max-width: 85%;
        margin-left: auto;
        margin-right: auto;
    }

    .step {
        padding: 2rem 0;
    }

    .step__inner {
        height: 4rem;
        width: 4rem;
        font-size: 2rem;
    }

    .step__inner--active {
        width: 5.4rem;
        height: 5.4rem;
    }

    /* How it works */

    .how-it-works-section {
        padding-top: 5rem;
        padding-bottom: 4rem;
    }

    .how-it-works__img img {
        max-width: 8rem;
    }

    .how-it-works__title {
        font-size: 3.4rem;
    }

    .hiw-item__img img {
        max-width: 10rem;
    }

    .hiw-item__title {
        font-size: 1.6rem;
    }

    /* Faq */

    .faq__img img {
        max-width: 8rem;
    }

    .faq__title {
        font-size: 3.4rem;
    }

    .spoller__head:after {
        height: 0.4rem;
        width: 2.4rem;
        margin-top: -0.2rem;
    }

    .spoller__head:before {
        height: 2.4rem;
        width: 0.4rem;
        left: 3rem;
        margin-top: -1.2rem;
    }

    .spoller__title {
        font-size: 2rem;
    }

    .spoller__body {
        font-size: 2rem;
    }

    .spoller__item.active .spoller__body {
        padding-bottom: 1rem;
    }

    /* Form Section */

    .f-logo {
        max-width: 20rem;
    }

    .basic-circul {
        margin-left: -4rem;
        margin-right: -4rem;
    }

    .basic-circul__item {
        margin-left: 4rem;
        margin-right: 4rem;
    }

    .basic-images {
        max-width: 12rem;
        margin-top: -3.4rem;
    }

    .circul-h {
        width: 16rem;
        height: 16rem;
    }

    .circul {
        width: 16rem;
        height: 16rem;
        padding-top: 3rem;
        padding-left: 2rem;
        padding-right: 2rem;
        padding-bottom: 3rem;
    }

    .circul__title {
        font-size: 1.8rem;
        max-width: 90%;
    }

    .circul__count {
        font-size: 3rem;
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }

    .circul__text {
        font-size: 0.8rem;
    }

    .circul__text span:first-child {
        padding-left: 0.5rem;
    }

    .circul__text span:last-child {
        padding-right: 0.5rem;
    }

    .f-bottom {
        padding: 2rem 0;
    }

    .f-row__item.col-4,
    .f-row__item.col-laptop-6 {
        width: 100%;
    }

    .gallery-slider {
        margin-left: -1rem;
        margin-right: -1rem;
    }

    .gallery-slider__item {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .f-slep2.form-input {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 16.5rem;
        flex: 1 1 16.5rem;
    }

    .f-slep.form-input {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 13.4rem;
        flex: 1 1 13.4rem;
    }

    .f-count {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 17.5rem;
        flex: 1 1 17.5rem;
    }

    .f-sel {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 14rem;
        flex: 1 1 14rem;
    }

    /* Rating section  */

    .rating-section__title {
        font-size: 3.4rem;
    }

    .rating-section__subtitle {
        font-size: 1.6rem;
    }

    .progressbar {
        width: 30rem;
        height: 30rem;
        margin-bottom: -7rem;
        padding: 9.4rem 5rem 0;
    }

    .progressbar__val {
        width: 12rem;
        height: 6rem;
        line-height: 6rem;
        font-size: 3.4rem;
        left: -1.2rem;
    }

    .progressbar__button {
        font-size: 1.6rem;
    }

    .progressbar__text {
        font-size: 1.4rem;
    }

    .progressbar__text2 {
        font-size: 1rem;
    }

    .question-section {
        padding: 8rem 0;
    }

    /* set elem */

    .numbers__icon {
        margin-left: 4rem;
    }

    .set-elem {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .set-elem__right {
        width: 100%;
    }

    .set-elem__left {
        width: 100%;
    }

    .stability-section .section__title {
        font-size: 4rem;
    }

    .stability-section .section__subtitle {
        font-size: 2rem;
    }

    .tamhilratebg {
        width: 38rem;
        height: 27rem;
        font-size: 4.4rem;
    }

    .posts-section .section__title,
    .services-section .section__title,
    .tracks-section .section__title {
        font-size: 4rem;
    }

    .posts-section .section__subtitle,
    .services-section .section__subtitle,
    .tracks-section .section__subtitle {
        font-size: 2rem;
    }

    .posts {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
        margin-bottom: -3rem;
    }

    .posts__item {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        margin-bottom: 6rem;
    }

    .post__img {
        width: 18rem;
        height: 18rem;
    }

    .post__title {
        font-size: 1.8rem;
    }

    .post__text {
        font-size: 1.4rem;
    }

    .post__spoller .spoller__body {
        font-size: 1.4rem;
    }

    .post__email span {
        font-size: 1.4rem;
    }

    .post .single-img {
        max-width: 10rem;
    }

    .post .single-img img {
        max-height: 8rem;
    }

    .services {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }

    .services__item {
        width: calc(50% - 3rem);
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }

    .services__item--free .services__price {
        font-size: 3rem;
        margin-top: 1.3rem;
    }

    .services__icon {
        height: 7rem;
    }

    .services__title {
        font-size: 2.7rem;
    }

    .services__list li {
        font-size: 1.8rem;
        padding-right: 2.5rem;
    }

    .services__list li:before {
        top: 0.4rem;
    }

    .services__price {
        font-size: 2.4rem;
    }

    .services__txt {
        font-size: 1.4rem;
    }

    .services__foot {
        height: 15rem;
    }

    .tracks-section {
        background: #003054;
        padding-bottom: 0 !important;
    }

    .tracks {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }

    .tracks__item {
        background: #003054;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-bottom: 4rem;
        padding-top: 1rem;
        position: relative;
    }

    .tracks__item:nth-child(even) {
        background: #0B2B43;
    }

    .tracks__item:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        border-bottom: 0.1rem dashed orange;
    }

    .tracks__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: 100%;
    }

    .tracks__name {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        width: 100%;
        border: none;
        border-bottom: 0.1rem solid #fff;
        min-height: 1px;
        padding: 0;
        margin-bottom: 1rem;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        font-size: 2.2rem;
        color: #FEB000;
    }

    .tracks__name img {
        max-width: 8rem;
        margin-left: 0.6rem;
    }

    .tracks__name strong {
        font-size: 2.6rem;
        color: #fff;
    }

    .tracks__2,
    .tracks__3,
    .tracks__4 {
        width: 20%;
    }

    .tracks__5 {
        width: 36%;
    }

    .tracks__1 {
        width: 28%;
    }

    .tracks__sum,
    .tracks__period,
    .tracks__total,
    .tracks__interest,
    .tracks__monthly,
    .tracks__number {
        min-height: 5rem;
        margin-bottom: 0.6rem;
        font-weight: 600;
        font-size: 2rem;
    }

    .tracks__number {
        border: none;
        min-height: 1px;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        background: transparent;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .tracks__number:after {
        content: "⬍";
        display: inline-block;
        vertical-align: middle;
        margin-right: 0.5rem;
    }

    .tracks__swiper {
        width: 100%;
        position: relative;
        margin-top: 2rem;
    }

    .tracks__swiper .tracks__label {
        position: static;
        font-size: 2.2rem;
    }

    .tracks__total {
        margin-top: 2rem;
    }

    .tracks__label {
        position: absolute;
        bottom: 100%;
        margin-bottom: 0.5rem;
        right: 0;
        color: #fff;
        font-size: 1.4rem;
        font-weight: 400;
    }

    .tracks .swiper-bar {
        position: relative;
        top: auto;
    }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
    .tracks__name {
        font-size: calc(1.2rem + 10 * ((100vw - 320px) / 447));
    }

    .tracks__name strong {
        font-size: calc(1.6rem + 10 * ((100vw - 320px) / 447));
    }

    .tracks__sum,
    .tracks__period,
    .tracks__total,
    .tracks__interest,
    .tracks__monthly,
    .tracks__number {
        font-size: calc(1.4rem + 6 * ((100vw - 320px) / 447));
    }

    .tracks__swiper .tracks__label {
        font-size: calc(1.4rem + 8 * ((100vw - 320px) / 447));
    }
}

@media screen and (max-width: 575px) {
    .show-desktop {
        display: none;
    }

    .main-video video.mobile {
        display: block;
    }

    .main-video video.desktop {
        display: none;
    }

    .hidden-iphone-sm {
        display: none !important;
    }

    /* Header */

    .header-wrapper {
        height: 164px;
    }

    .header__logo {
        height: 7rem;
    }

    .h-icons {
        padding: 0 1.5rem;
    }

    .h-icons__item {
        margin-left: 0;
        margin-right: 0;
    }

    .h-icons__title {
        font-size: 1.4rem;
    }

    .h-icons__subtitle {
        font-size: 1.2rem;
    }

    .section {
        padding: 4rem 0;
    }

    .section__head {
        margin-bottom: 2rem;
    }

    .section__title {
        font-size: 2.4rem;
    }

    /* Home page */

    .home-page__logo img {
        max-width: 16rem;
    }

    .home-page__title {
        font-size: 1.8rem;
    }

    .home-page__bg-2,
    .home-page__bg-22 {
        margin-top: 2rem;
    }

    .home-page__bg-22 {
        margin-left: -6rem;
    }

    .home-page__bg-3 {
        top: 8rem;
        right: 5%;
        max-width: 4rem;
    }

    .home-page__bg-4 {
        top: 6rem;
        left: 4%;
        max-width: 4rem;
    }

    .home-page--step1 .home-page__bg-2 {
        bottom: -1rem;
        left: -4rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .home-page--step1 .home-page__bg-2 img {
        max-width: none;
        position: relative;
        left: 0;
        width: 1200px;
    }

    .hp-form__row {
        max-width: 90%;
    }

    .hp-form__title {
        font-size: 1.8rem;
    }

    .step {
        padding: 1rem 0;
    }

    .step__inner {
        height: 3.4rem;
        width: 3.4rem;
        font-size: 1.4rem;
    }

    .step__inner--active {
        width: 4.6rem;
        height: 4.6rem;
    }

    /* How it works */

    .how-it-works__img {
        margin-bottom: 1.5rem;
    }

    .how-it-works__img img {
        max-width: 6rem;
    }

    .how-it-works__title {
        font-size: 3rem;
    }

    .how-it-works__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .how-it-works__item {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .hiw-item__img img {
        max-width: 10rem;
    }

    .hiw-item__title {
        font-size: 1.6rem;
    }

    /* Faq */

    .faq__img {
        margin-bottom: 1.5rem;
    }

    .faq__img img {
        max-width: 6rem;
    }

    .faq__title {
        font-size: 3rem;
    }

    .spoller__head {
        padding-left: 6rem;
        padding-right: 2rem;
    }

    .spoller__title {
        font-size: 1.6rem;
    }

    .spoller__body {
        font-size: 1.4rem;
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    /* Form section */

    .form-section {
        padding-bottom: 15rem;
    }

    .f-top__title {
        font-size: 2rem;
    }

    .f-bottom .btn {
        width: 100%;
        margin-right: 0;
    }

    .f-bottom__images {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 1.5rem;
        text-align: center;
    }

    .f-bottom__images img {
        margin-left: 0.6rem;
        margin-right: 0.6rem;
    }

    .basic-circul {
        margin-left: -2rem;
        margin-right: -2rem;
    }

    .basic-circul__item {
        margin-left: 2rem;
        margin-right: 2rem;
    }

    .circul-h {
        width: 13rem;
        height: 13rem;
    }

    .circul-h:after {
        left: -1rem;
        right: -1rem;
        top: -1rem;
        bottom: -1rem;
    }

    .circul-h__img {
        margin-bottom: 0.6rem;
    }

    .circul-h__img img {
        max-width: 80%;
    }

    .circul-h__title {
        font-size: 1.2rem;
    }

    .basic-images {
        max-width: 9rem;
        margin-top: -2.6rem;
        left: 1.2rem;
    }

    .basic-content__title {
        font-size: 2.4rem;
    }

    .ul-number {
        font-size: 1.6rem;
    }

    .ul-number li:before {
        top: -0.1rem;
    }

    .circul {
        width: 13rem;
        height: 13rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .circul:after {
        left: -1rem;
        right: -1rem;
        top: -1rem;
        bottom: -1rem;
    }

    .circul__title {
        font-size: 1.4rem;
        max-width: 78%;
    }

    .circul__count {
        font-size: 2.6rem;
    }

    .circul__text {
        font-size: 0.8rem;
        display: block;
        text-align: center;
    }

    .circul__text span:first-child {
        padding: 0;
        padding-bottom: 0.3rem;
        margin-bottom: 0.3rem;
        display: block;
        width: auto;
        border-bottom: 0.1rem solid #fff;
    }

    .circul__text span:last-child {
        border: none;
        padding: 0;
    }

    .logos__title {
        display: block;
        text-align: center;
        font-size: 1.2rem;
    }

    .logos__row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: -0.6rem;
        margin-right: -0.6rem;
    }

    .logos__item {
        width: 3.8rem;
        height: 3.8rem;
        margin-left: 0.6rem;
        margin-right: 0.6rem;
    }

    .construction-bg {
        max-width: 55%;
        bottom: -14.6rem;
    }

    .gloomy-bg {
        max-width: 40%;
        bottom: -13rem;
    }

    /* Gallery */

    .gallery-slider__item {
        width: 100%;
    }
    
    .gallery-slider__item.prevSlide {
        right: 100%;
    }
    
    .gallery-slider__item.nextSlide {
        left: 100%;
    }
    
    .gallery-slider__item.twoPrevSlide {
        display: none;
    }

    /* Rating section  */

    .rating-section {
        padding-top: 2rem;
    }

    .rating-section__head {
        margin-bottom: 2rem;
    }

    .rating-section__title {
        font-size: 3rem;
    }

    .rating-section__subtitle {
        font-size: 1.4rem;
    }

    .progressbar {
        width: 24rem;
        height: 24rem;
        padding: 7.4rem 4rem 0;
        margin-bottom: -5rem;
    }

    .progressbar__val {
        width: 10rem;
        height: 5rem;
        line-height: 5rem;
        font-size: 2.6rem;
        left: -1rem;
        margin-bottom: 0.5rem;
    }

    .progressbar__arrow:after {
        height: 3rem;
        width: 2rem;
        margin-left: -1rem;
    }

    .progressbar__button {
        font-size: 1.4rem;
        height: 3.6rem;
        line-height: 3.4rem;
        margin-bottom: 0.5rem;
    }

    .progressbar__text {
        font-size: 1.2rem;
    }

    .progressbar__text2 {
        font-size: 0.9rem;
    }

    .rating-bg-1 {
        width: 16vw;
        max-width: 7rem;
        left: 5%;
        top: 6rem;
    }

    .rating-bg-2 {
        width: 16vw;
        max-width: 7rem;
        bottom: 2rem;
        top: auto;
        left: 2%;
    }

    .rating-bg-3 {
        width: 16vw;
        max-width: 7rem;
        bottom: 2rem;
        right: 0;
    }

    .question-section {
        padding: 6rem 0;
    }

    /* set elem */

    .numbers__content span:last-child {
        padding: 0.3rem 2rem;
        font-size: 1.2rem;
    }

    .numbers__content span:first-child {
        padding: 0.3rem 2rem;
        font-size: 1.8rem;
    }

    .numbers__icon {
        margin-left: 2rem;
        width: 5rem;
    }

    .set-elem__left,
    .set-elem__right {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .sel-slider__value {
        font-size: 5rem;
    }

    .bar__el-next,
    .bar__el-prev {
        display: none;
    }

    .bar__row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .bar__progress {
        margin-left: 0;
        margin-right: 0;
    }

    .bar__icon {
        max-width: 6rem;
    }

    .stability-section .section__title,
    .posts-section .section__title,
    .services-section .section__title,
    .tracks-section .section__title {
        font-size: 3rem;
    }

    .stability-section .section__subtitle,
    .posts-section .section__subtitle,
    .services-section .section__subtitle,
    .tracks-section .section__subtitle {
        font-size: 1.6rem;
    }

    .tamhilratebg {
        width: 70vw;
        height: 49vw;
        font-size: 8vw;
    }

    .posts {
        display: block;
    }

    .posts__item {
        width: 100%;
        padding-right: 3rem;
        padding-left: 3rem;
    }

    .post .single-img img {
        max-height: 6em;
    }

    .post__text {
        height: auto;
    }

    .services {
        display: block;
        margin-left: 0;
        margin-right: 0;
    }

    .services__item {
        width: auto;
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
    }

    .services__list {
        height: 116px;
    }
}

@media screen and (max-width: 370px) {
    .hidden-iphone-xs {
        display: none !important;
    }

    /* Home page */

    .home-page__bg-2 img {
        left: 55%;
    }
}

@media (any-hover: hover) {
    .form-input-style2:hover {
        background: #0071BC;
    }

    .selectbox__drop ul li:hover {
        background: #F5F5F5;
    }

    .selectbox--style2 .selectbox__drop ul li:hover {
        background: #29aae1;
        color: #FCEE21;
    }
}

.step-wrapper {
    text-align: center;
}

.step-wrapper .select,
.step-wrapper input {
    display: block;
    margin: 15px auto;
}

.step-wrapper .select-item {
    margin-bottom: 20px;
}

.step-title {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}

.step-buttons {
    margin-top: 20px;
    text-align: center;
}

.step-buttons div {
    display: inline-block;
    width: 50%;
    height: 40px;
    max-width: 200px;
    background: black;
    color: white;
    font-size: 20px;
    line-height: 40px;
    cursor: pointer;
}

.step-buttons .next {
    pointer-events: none;
}

.step-buttons .next.active {
    background: #29abe2;
    pointer-events: unset;
}

.big-slider {
    width: calc(100% - 6rem);
    height: 30px;
    background: linear-gradient(90deg, #00F4A3 0%, #E8C973 50%, #E06950 100%);
    border-radius: 100px;
    margin: 0 3rem;
}

.big-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 48px;
    height: 48px;
    border: 0;
    background: url("../img/sldrbutton.png") center center / 100% 100% no-repeat;
    cursor: pointer;
}

.yellow-slider {
    width: 100%;
    height: 12px;
    background: #FEB000;
    border: 1px solid #aed0ea;
    border-radius: 100px;
}

.yellow-slider:disabled {
    background: gray;
}

input[type=range]:not(#calc-mashkanta) {
    transform: rotate(180deg);
}

.yellow-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #aed0ea;
    border-radius: 100%;
    width: 2.4rem;
    height: 2.4rem;
    background: #FEB000;
}

.yellow-slider:disabled::-webkit-slider-thumb {
    background: gray;
}

@media(max-width: 1299px) {
    .big-slider {
        height: 20px;
    }

    .big-slider::-webkit-slider-thumb {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 575px) {
    .big-slider {
        width: 100%;
        margin: 0;
    }
}

/* city */

.css-yk16xz-control,
.css-1pahdxg-control {
    border: 0.2rem solid #fff !important;
    height: 5rem;
    background: #29ABE2 !important;
    border-radius: 3rem !important;
    font-family: "Assistant", Arial, sans-serif;
    color: #FCEE21 !important;
    font-size: 2.8rem;
    font-weight: 700;
    display: block;
    width: 100%;
    padding: 0 2rem 0.3rem !important;
    line-height: 1;
}

.css-1hwfws3 {
    padding: 0 !important;
}

.css-1wa3eu0-placeholder,
.css-1g6gooi {
    color: #FCEE21 !important;
}

.css-1wy0on6 {
    display: none !important;
}

.pac-container,
.css-26l3qy-menu {
    position: absolute;
    width: 80% !important;
    background: #F7931E !important;
    border: 3px solid white;
    border-radius: 1.25vw !important;
    top: calc(100% + 20px);
    left: 10%;
    z-index: 112;
    transition: max-height 0.3s ease-out;
    box-shadow: 0 0 15px rgb(0 0 0 / 30%);
    padding: 0 !important;
    overflow-y: auto;
    border-radius: 2rem !important;
}

.css-26l3qy-menu::-webkit-scrollbar {
    width: 5px;
}

.css-26l3qy-menu::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.css-26l3qy-menu::-webkit-scrollbar-thumb {
    background: #888;
}

.css-26l3qy-menu::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.pac-container:before,
.css-26l3qy-menu:before {
    content: "" !important;
    position: absolute !important;
    width: 20px !important;
    height: 20px !important;
    background: #F7931E !important;
    border: 3px solid white !important;
    transform: rotate(-45deg) !important;
    clip-path: polygon(100% 0, 0 0, 100% 100%) !important;
    top: -10px !important;
    left: 2rem !important;
}

.pac-item,
.css-26l3qy-menu div div {
    font-size: 1.33vw;
    line-height: 1;
    border-bottom: 1px solid white;
    padding: 0.5vw 1vw !important;
    color: white;
    cursor: pointer;
    text-align: right;
}

.pac-item-query {
    color: white;
    font-size: 1.33vw;
}

.css-26l3qy-menu div div:first-child {
    border-radius: calc(1.25vw - 3px) calc(1.25vw - 3px) 0 0;
}

.css-26l3qy-menu div div:hover,
.css-26l3qy-menu div div:focus {
    background: #29aae1;
    color: #FCEE21;
}

.css-26l3qy-menu div div:hover .pac-item-query,
.css-1uccc91-singleValue {
    color: #FCEE21 !important;
}

.pac-icon {
    display: none;
}

@media (max-width: 1024px) {

    .css-yk16xz-control,
    .css-1pahdxg-control {
        line-height: 4rem;
        font-size: 2rem;
    }
}

@media (max-width: 768px) {

    .pac-item,
    .css-26l3qy-menu div div {
        font-size: 4.5vw;
        padding: 1.25vw 3vw !important;
    }

    .pac-item-query {
        font-size: 4.5vw;
    }
}

/* city */





/* header phone */

.header-phone {
    position: absolute;
    height: 32px;
    top: 0;
    bottom: 0;
    left: 1vw;
    margin: auto;
    color: white;
    font-size: 27px;
    font-weight: 600;
}

.header-phone:hover,
.header-phone:focus {
    color: white;
}

.header-phone img {
    display: inline-block;
    width: 25px !important;
    vertical-align: middle;
    margin-right: 6px;
}

@media (max-width: 1360px) {
    .header-phone {
        font-size: 20px;
    }

    .header-phone img {
        width: 18px !important;
        margin-right: 4px;
    }

    .header__logo .logo {
        right: 0;
    }
}

@media (max-width: 1299px) {
    .header-phone {
        width: 150px;
        top: 7px;
        bottom: unset;
        right: 0;
        left: 0;
    }
}

@media (max-width: 768px) {
    .header-wrapper .header {
        position: absolute;
        height: 100%;
    }

    .header__container {
        height: 100%;
    }

    .header-wrapper .edit-button {
        display: none;
    }

    .results .header-wrapper .edit-button {
        position: fixed;
        display: block;
        height: 80px;
        z-index: 101;
        text-align: center;
        top: 0;
        left: -5px;
        padding: 18px 0;
    }

    .header-wrapper .headerlogo div {
        padding: 0 1vw !important;
    }

    .header-phone {
        top: 0;
        bottom: 0;
        right: unset;
        left: 13px;
    }

    .results .header-phone {
        display: none;
    }

    .header-wrapper .header__logo {
        position: fixed;
        width: calc(100% - 1.5rem);
        z-index: 100;
    }

    .header-wrapper .header__icons {
        position: absolute;
        bottom: 0;
    }
}

@media (max-width: 575px) {
    .results .header-wrapper .edit-button {
        height: 70px;
        padding: 12px 0;
    }
}


/* header phone */




/* footer image */

.blue-towers-image-wrapper,
.footer-image-wrapper,
.background-clouds-wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.footer-image {
    background: url(/img/footer-desktop.png) center center / cover no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -84.5%);
    width: 100%;
    height: 28vw;
}

@media (max-width: 768px) {
    .footer-image {
        background: url(/img/footer-mobile.png) center center / cover no-repeat;
        transform: translate(-50%, -76%);
        height: 49vw;
    }
}

/* footer image */



/* contact */

#call-us-popup-modal-container {
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    background-color: #868e91cc;
    z-index: 99999999999;
}

#call-us-popup-modal-container.none {
    display: none;
}

.call-us-modal-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    margin: 0 auto;
}

.contact-us-popup-wrapper {
    width: 700px;
    height: 420px;
    background: #003054;
    border: 8px solid white;
    border-radius: 60px;
    position: relative;
}

.close-contact-us-popup {
    top: -111px;
    right: -167px;
    position: absolute;
    width: 100px;
    height: 100px;
    background: #003054;
    border-radius: 100%;
    border: 5px solid #e9b125;
    color: white;
    z-index: 999999;
    cursor: pointer;
}

.contact-us-popup-image-wrapper {
    width: 46%;
    position: relative;
}

.contact-us-popup-image-wrapper img {
    width: 450px;
    max-width: unset;
    left: 40px;
    position: absolute;
    top: -100px;
}

.contact-us-popup-info-wrapper {
    width: 52%;
    float: left;
}

#call-us-popup-modal-container.optimai .contact-us-popup-info-wrapper {
    width: 54%;
}

.contact-us-popup-info-wrapper {
    color: white;
}

.contact-us-popup-ornage-bubble-container {
    margin-top: 51px;
    width: 490px;
    left: 105px;
    position: relative;
    top: -17px;
}

.contact-us-popup-main-title {
    top: 0px;
    position: absolute;
    right: 22%;
    font-size: 61px;
    font-weight: bold;
}

.contact-us-popup-secondary-title {
    top: 53px;
    position: absolute;
    right: 21%;
    font-size: 35px;
    font-weight: 700;
}

.contact-us-popup-blue-button {
    background: #0071bd;
    border: none;
    color: white;
    padding: 8px 28px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 26px;
    border-radius: 60px;
    font-weight: bold;
    margin-top: 16px;
    position: relative;
    left: 20px;
    top: 3px;
}

/* #call-us-popup-modal-container.optimai .contact-us-popup-blue-button {
    text-align: right;
    font-size: 22px;
} */

.contact-us-popup-text {
    font-size: 33px;
    text-align: right;
    line-height: 1.2;
}

.contact-us-popup-blue-button a {
    color: white !important;
}

.contact-us-popup-blue-button a:hover {
    color: #fd8a3a !important;
}

.close-popup-orange-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 3px solid white;
    border-radius: 100%;
    padding: 18px;
    width: 70px;
}

.popup-button {
    position: absolute;
    width: 148px;
    height: 50px;
    background: #f7a156;
    border: 3px solid white;
    border-radius: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 29px;
    font-weight: 600;
    color: white;
    bottom: -30px;
    left: 20px;
    cursor: pointer;
}

@media (max-width: 768px) {
    .contact-us-popup-wrapper {
        width: 70%;
        height: 300px;
    }

    .contact-us-popup-image-wrapper img {
        width: 40vw;
    }

    .contact-us-popup-ornage-bubble-container {
        margin-top: 51px;
        width: 48vw;
        left: 77px;
        position: relative;
        top: -37px;
    }

    .contact-us-popup-secondary-title {
        top: 36px;
        right: 21%;
        font-size: 3.4vw;
    }

    .contact-us-popup-main-title {
        top: 0px;
        right: 21%;
        font-size: 5.1vw;
    }

    .contact-us-popup-text {
        font-size: 21px;
        margin-top: -23px;
    }

    .contact-us-popup-blue-button,
    #call-us-popup-modal-container.optimai .contact-us-popup-blue-button {
        font-size: 15px;
        left: 30px;
        top: 0px;
    }

    .close-contact-us-popup {
        top: -170px;
        right: -20%;
        width: 70px;
        height: 70px;
        border: 4px solid #e9b125;
    }

    .close-popup-orange-wrapper {
        border: 2px solid white;
        border-radius: 100%;
        padding: 11px;
        width: 47px;
    }
}

@media (max-width: 600px) {
    .contact-us-popup-image-wrapper img {
        top: -40px;
    }
}

@media (max-width: 480px) {
    .close-contact-us-popup {
        top: -170px;
        right: -10%;
        width: 50px;
        height: 50px;
        border: 3px solid #e9b125;
    }

    .close-popup-orange-wrapper {
        border: 2px solid white;
        border-radius: 100%;
        padding: 6px;
        width: 30px;
    }

    .contact-us-popup-secondary-title {
        top: 48%;
    }

    .contact-us-popup-text {
        position: relative;
        left: 29px;
    }

    .contact-us-popup-blue-button,
    #call-us-popup-modal-container.optimai .contact-us-popup-blue-button {
        font-size: 12px;
        left: 38px;
        top: 0px;
        padding: 8px 8px;
    }

    .contact-us-popup-wrapper {
        height: 230px;
    }

    .contact-us-popup-image-wrapper {
        width: 49%;
    }

    .contact-us-popup-info-wrapper {
        width: 40%;
        margin-right: 6%;
    }

    .contact-us-popup-text {
        font-size: 14px;
    }

    .contact-us-popup-image-wrapper img {
        top: -29px;
        width: 46vw;
        left: 20px;
    }

    .contact-us-popup-wrapper {
        border: 4px solid white;
    }

    .popup-button {
        width: 90px;
        height: 33px;
        line-height: 27px;
        font-size: 19px;
        bottom: -15px;
    }
}

@media (max-width: 425px) {

    .contact-us-popup-image-wrapper {
        width: 46%;
    }

    .contact-us-popup-ornage-bubble-container {
        left: 52px;
    }

    .contact-us-popup-text {
        left: 16px;
        font-size: 12px;
        margin-top: -31px;
    }

    .contact-us-popup-blue-button,
    #call-us-popup-modal-container.optimai .contact-us-popup-blue-button {
        font-size: 12px;
        left: 23px;
        top: -9px;
        padding: 6px 6px;
        width: 140px;
    }

    .contact-us-popup-ornage-bubble-container {
        width: 200px;
        height: auto;
    }

    .contact-us-popup-ornage-bubble-container {
        width: 47vw;
    }

    .contact-us-popup-secondary-title {
        top: 51%;
    }

    .contact-us-popup-info-wrapper {
        margin-right: unset;
    }

    .contact-us-popup-image-wrapper img {
        top: -29px;
        width: 50vw;
    }

    .contact-us-popup-wrapper {
        height: 210px;
    }
}

@media (max-width: 375px) {
    .contact-us-popup-wrapper {
        width: 75%;
    }

    .contact-us-popup-image-wrapper {
        width: 46%;
    }

    .contact-us-popup-image-wrapper img {
        top: -17px;
        width: 164px;
        left: 10%;
    }

    .contact-us-popup-text {
        font-size: 11px;
    }

    .contact-us-popup-blue-button,
    #call-us-popup-modal-container.optimai .contact-us-popup-blue-button {
        font-size: 11px;
    }

    .contact-us-popup-wrapper {
        height: 190px;
    }

    .contact-us-popup-blue-button {
        width: 112px;
    }

    .contact-us-popup-text {
        left: 13%;
    }
}

/* contact */



/* form */

.inline-block {
    display: inline-block;
    vertical-align: top;
}

.form-section {
    background: #01487e;
    padding-top: 0;
}

.form-wrapper {
    position: relative;
    width: calc(40% + 16vw);
    background: #003658;
    margin: 0 auto;
    padding: 15px 8vw 8vw 8vw;
    border-radius: 0 0 100vw 100vw;
    color: white;
    overflow: hidden;
}

@keyframes sendAnimation {
    0% {
        opacity: 0;
        -webkit-opacity: 0;
    }
    100% {
        opacity: 1;
        -webkit-opacity: 1;
    } 
}

.form-send-successful {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    background: #003658;
    top: 0;
    right: 0;
    z-index: 3;
    animation: 0.5s sendAnimation;
    -webkit-animation: 0.5s sendAnimation;
}

.form-send-successful.active {
    display: block;
}

.form-send-successful span {
    position: absolute;
    height: 3vw;
    text-align: center;
    font-size: 3vw;
    font-weight: 600;
    line-height: 1;
    color: white;
    top: 30%;
    right: 0;
    left: 0;
}

.form-title {
    color: white;
    font-size: 2vw;
    line-height: 1.1;
    text-align: center;
    margin-bottom: 20px;
}

.form-title strong {
    display: block;
    font-size: 2.2vw;
    font-weight: 600;
}

.form-input-wrapper {
    position: relative;
    width: calc(50% - 20px);
    margin: 0 10px;
    margin-bottom: 20px;
}

.from-input-warning {
    position: absolute;
    display: none;
    bottom: 100%;
    right: 1vw;
    color: red;
    font-size: 0.8vw;
}

.form-input-wrapper.notValid .from-input-warning,
.form-radio-wrapper.notValid .from-input-warning,
.form-checkbox-wrapper.notValid .from-input-warning {
    display: block;
}

.form-input-wrapper.notValid .from-input-warning.currValid {
    display: none;
}

.form-input-wrapper.notValid.currValid .from-input-warning {
    display: none;
}

.form-input-wrapper.notValid.currValid .from-input-warning.currValid {
    display: block;
}

.form-inputs-wrapper input {
    width: 100%;
    background: unset;
    border: 2px solid white;
    border-radius: 100vw;
    padding: 0.5vw 1vw;
    color: #FCEE21;
    font-size: 1.33vw;
    font-weight: 700;
}

.form-input-wrapper.notValid input {
    border-color: red;
}

.form-inputs-wrapper input::placeholder {
    color: white;
}

.form-questions-item {
    width: calc(50% - 20px);
    margin: 0 10px;
    margin-bottom: 10px;
}

.form-tip img {
    height: 2vw;
    margin-top: 0.2vw;
}

.form-tip-text {
    width: calc(100% - 2.3vw);
    font-size: 1vw;
    font-weight: 600;
    line-height: 1.2;
    margin-right: 0.3vw;
}

.form-tip-text span {
    display: block;
    color: rgb(255, 181, 104);
}

.form-radio-wrapper {
    position: relative;
}

.form-radio-wrapper label {
    font-size: 1vw;
    line-height: 1.2;
    font-weight: 500;
}

.form-radio-wrapper.notValid label {
    color: red;
}

.form-radio-wrapper input {
    margin-top: 0.25vw;
}

.form-checkbox-wrapper {
    position: relative;
    margin: 0 10px;
}

.form-checkbox-wrapper label {
    font-size: 0.8vw;
    line-height: 1.2;
    font-weight: 500;
}

.form-checkbox-wrapper.notValid label {
    color: red;
}

.form-checkbox-wrapper input {
    margin-top: 0.25vw;
}

.form-send-button {
    cursor: pointer;
    position: relative;
    background: linear-gradient(90deg, #f78814 0%, rgba(216,79,25,1) 100%);
    border: unset;
    border-radius: 100px;
    text-align: center;
    color: white;
    font-size: 1vw;
    line-height: 1vw;
    padding: 0.7vw;
    width: 40%;
    height: auto;
    z-index: 2;
    float: left;
}

.form-send-button.disabled {
    background: gray;
    pointer-events: none;
}

.form-send-button:hover {
    text-decoration: unset !important;
    color: white !important;
}

.form-send-button:before {
    content: "";
    position: absolute;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    background: linear-gradient(90deg, rgba(216,79,25,1) 0%, #f78814 100%);
    top: 3px;
    right: 3px;
    border-radius: 100px;
    z-index: -1;
}

@media (max-width: 768px) {
    .form-wrapper {
        position: relative;
        width: 100%;
        margin-bottom: 80px;
        padding: 20px 4vw;
        padding-bottom: 10vw;
        border-radius: 0;
        overflow: unset;
    }

    .form-wrapper:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 120px;
        background: #003658;
        bottom: -60px;
        right: 0;
        border-radius: 0 0 100% 100%;
    }

    .form-send-successful {
        font-size: 8vw;
    }

    .form-questions-item {
        display: block;
        width: 100%;
    }

    .form-questions-item.send {
        width: calc(100% - 14vw - 10px);
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .form-input-wrapper {
        display: block;
        width: calc(100% - 14vw);
        margin: 5vw auto;
    }

    .from-input-warning {
        right: 4vw;
        font-size: 3vw;
    }

    .form-inputs-wrapper input {
        font-size: 4.5vw;
        padding: 2.5vw 3.5vw;
    }
    
    .form-title {
        font-size: 4.3vw;
    }

    .form-title strong {
        font-size: 5vw;
    }

    .form-tip img {
        height: 6vw;
        margin-top: 0.6vw;
    }

    .form-tip-text {
        width: calc(100% - 9vw);
        margin-right: 0.9vw;
        font-size: 4vw;
        line-height: 4.6vw;
        margin-bottom: 10px;
    }

    .form-send-button {
        float: unset;
        position: relative;
        width: 100%;
        border-radius: 100px;
        font-size: 3vw;
        line-height: 3vw;
        padding: 2.1vw;
    }

    .form-radio-wrapper {
        margin-bottom: 20px;
    }

    .form-radio-wrapper label {
        font-size: 4vw;
        line-height: 1;
    }

    .form-checkbox-wrapper {
        width: calc(100% - 14vw - 10px);
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .form-checkbox-wrapper label {
        width: calc(100% - 25px);
        font-size: 4vw;
        line-height: 1;
    }
}

/* form */



/* form top slider */

.form-slider-wrapper {
    background: url(/img/lead-page-background.png) bottom center / cover no-repeat white;
    padding: 50px 0;
    text-align: center;
}

.form-slider {
    position: relative;
    display: inline-block;
    background: #00487d;
    margin: 0 auto;
    padding: 10px 2vw;
    border: 3px solid white;
    border-radius: 100vw;
    font-weight: 700;
    color: white;
}

.form-slider:before {
    content: "";
    position: absolute;
    display: block;
    width: 2vw;
    height: 2vw;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    transform: rotate(-45deg);
    background: #00487d;
    border: 3px solid white;
    bottom: -1vw;
    right: 0;
    left: 0;
    margin: auto;
}

.form-slider-text {
    text-align: center;
    font-size: 3vw;
    margin-bottom: 1vw;
}

.form-slider-text span {
    background: #00BF10;
    padding: 0vw 0.75vw;
}

.form-slider-input {
    width: 25vw;
    height: 0.85vw;
    background: url(/img/form-slider.png) center center / 100% 100% no-repeat;
    margin: 0 auto;
}

.form-slider-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 1vw;
    height: 1.5vw;
    border: 0;
    background: url(/img/ratecurser.png) center center / 100% 100% no-repeat;
    margin-top: 0.5vw;
}

@media (max-width: 768px) {
    .form-slider-wrapper {
        background: url(/img/lead-page-background-mobile.png) bottom center / 100% no-repeat #29abe2;
        padding-top: 2vw;
        padding-bottom: 12vw;
    }

    .form-slider {
        padding: 10px 6vw !important;
    }

    .form-slider-text {
        font-size: 5.5vw;
    }

    .form-slider-input {
        width: 66vw;
        height: 2.5vw;
    }

    .form-slider-input::-webkit-slider-thumb {
        width: 2.5vw;
        height: 3.75vw;
        margin-top: 0.8vw;
    }

    .form-slider:before {
        width: 5vw;
        height: 5vw;
        bottom: -2.5vw;
    }
}

/* from top slider */



/* popup */

.popup-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #868e91cc;
    top: 0;
    left: 0;
    z-index: 100;
}

.popup-wrapper.none {
    display: none;
}

.popup {
    position: relative;
    width: calc(100% - 40px);
    background: #003054;
    max-width: 430px;
    border: 6px solid white;
    border-radius: 45px;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    padding: 25px 30px;
}

.popup-close {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #003054;
    border: 3px solid white;
    border-radius: 100%;
    top: -10px;
    right: -10px;
    cursor: pointer;
}

.popup-close::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: white;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    clip-path: polygon(10% 0, 0 10%, 40% 50%, 0 90%, 10% 100%, 50% 60%, 90% 100%, 100% 90%, 60% 50%, 100% 10%, 90% 0, 50% 40%);
    border-radius: 100%;
}

.popup-title {
    text-align: center;
    font-size: 28px;
    color: white;
    margin-bottom: 20px;
}

.popup-input-wrapper {
    position: relative;
}

.popup-input-wrapper.inline-block {
    width: calc(50% - 10px);
    margin-left: 20px;
}

.popup-input-warning {
    position: absolute;
    display: none;
    bottom: 100%;
    right: 1vw;
    color: red;
    font-size: 0.8vw;
}

.popup-input-wrapper.active .popup-input-warning {
    display: block;
}

.popup-input {
    width: 100%;
    height: 40px;
    border: unset;
    border-radius: 100px;
    font-size: 20px;
    margin: 0 auto;
}

.popup-input-wrapper.active .popup-input {
    border: 2px solid red;
}

.popup-input.inline-block {
    width: calc(50% - 10px);
    margin-left: 20px;
}

.popup-input.number {
    text-align: center;
}

.popup-button-basic {
    width: 100%;
    height: 40px;
    background: rgb(241 107 18);
    border-radius: 40px;
    text-align: center;
    line-height: 38px;
    font-size: 24px;
    font-weight: 600;
    color: white;
    cursor: pointer;
}

.popup-button-basic.inline-block {
    width: calc(50% - 10px);
}

/* popup */
