.action_btn {
    width: 7.6vw;
    height: 2.08vw;
    font-weight: 600;
    line-height: 171%;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    box-shadow: 0 1px 24px 0 #a135e8;
    background: #a135e8;
    cursor: pointer;
    outline: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    overflow: hidden;
    border: none !important;
}

.action_btn:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #fff;
}

.action_btn:focus, .action_btn:visited {
    outline: none;
    color: #fff;
}

.more_btn {
    width: 7.6vw;
    height: 2.08vw;
    font-weight: 600;
    line-height: 171%;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    box-shadow: 0 1px 24px 0 #61dff7;
    background: #61dff7;
    cursor: pointer;
    outline: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    overflow: hidden;
    border: none !important;
}

.more_btn:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #000;
}

.more_btn:focus, .more_btn:visited {
    outline: none;
    color: #000;
}

@-webkit-keyframes text_shadow {
    0%,to {
        background-position: 0 0;
    }

    50% {
        background-position: 0 100%;
    }
}

@keyframes text_shadow {
    0%,to {
        background-position: 0 0;
    }

    50% {
        background-position: 0 100%;
    }
}

.full_time__anim {
    -webkit-animation: pulsate 2s ease-out infinite;
    animation: pulsate 2s ease-out infinite;
}

.full_time__anim2 {
    -webkit-animation: pulsate 2s ease-out infinite 1s;
    animation: pulsate 2s ease-out infinite 1s;
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulsate {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.action_btn__on_hover {
    -webkit-animation-name: anim_hover__start;
    animation-name: anim_hover__start;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms;
}

.action_btn__no_hover {
    -webkit-animation-name: anim_hover__end;
    animation-name: anim_hover__end;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms;
}

@-webkit-keyframes anim_hover__start {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
}

@keyframes anim_hover__start {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
}

@-webkit-keyframes anim_hover__end {
    from {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes anim_hover__end {
    from {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.popup-block {
    max-width: 41.93vw;
    width: 100%;
    margin: 0 auto;
    padding: 0.26vw;
    background: linear-gradient(223deg, #fff7a5 0%, #fee88c 16%, #fdd771 33.5%, #f4a93c 47%, #fcfbdd 62.5%, #f6de73 81%, #fffcc5 100%);
}

.popup-block__inner {
    background: #030006;
    color: #fff;
    line-height: 1.2;
}

.popup-block__inner h2 {
    font-size: 1.35vw;
    text-transform: uppercase;
    margin: 1.56vw 0 0;
    padding: 0 0 0.42vw;
    line-height: 1;
}

.popup-block__inner h2:first-child {
    margin: 0;
}

.popup-block__inner h3 {
    margin: 0.42vw 0 0;
}

.popup-block__inner h3:first-child {
    margin: 0;
}

.popup-block__inner ul {
    padding: 0 0 0 1.3vw;
    list-style: disc;
}

.popup-block__inner ol {
    padding: 0 0 0 1.3vw;
    list-style: decimal;
}

.popup_text {
    max-height: 26.82vw;
    overflow: auto;
}

.popup_text::-webkit-scrollbar {
    width: 0.21vw !important;
}

.popup_text::-webkit-scrollbar-thumb {
    background-image: url("../img/scroll.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    max-width: 6.25vw;
    width: 100%;
    height: 0.21vw;
    border-radius: 0.83vw;
}

.mfp-close {
    display: none !important;
}

.error_message {
    width: 100%;
    color: red;
    position: absolute;
    bottom: -1.3vw;
    font-size: 0.63vw;
}

/*Header*/

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    height: 5.21vw;
    transition: all .3s linear;
}

header.scrolled {
    background: #192039;
    transition: all .3s linear;
}

header .container, footer .container {
    max-width: 84.01vw;
}

header .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.logo {
    width: 10.21vw;
}

.header_right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 75%;
}

.header__menu {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 34.01vw;
}

.header__list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.header__list a, .footer__list a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #a9b6ec;
    transition: all .2s linear;
}

.header__list a:hover, .footer__list a:hover {
    color: #61dff7;
    transition: all .2s linear;
}

.header_right .btns_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 16.35vw;
    width: 100%;
}

/*Footer*/

.footer_up {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #3c4a86;
    border-bottom: 1px solid #3c4a86;
}

.footer_right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 52.08vw;
    width: 100%;
}

.footer__menu {
    max-width: 32.55vw;
    width: 100%;
}

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

.footer_right .btns_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 16.35vw;
    width: 100%;
}

.footer .footer_bottom {
    display: flex;
    align-items: center;
    color: #a9b6ec;
}

.footer .footer_bottom .image_block {
    width: 2.92vw;
}

/* Pages */

.first_screen {
    height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.first_screen:after {
    position: absolute;
    content: '';
    background-image: url(../img/ellipse_3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 111.67vw;
    height: 37.71vw;
    top: auto;
    bottom: -32vw;
    left: auto;
    right: auto;
    z-index: -1;
}

.first_screen .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    line-height: 1;
    text-align: center;
}

.first_screen .wrapper .title {
    font-weight: 600;
    position: relative;
    display: flex;
    justify-content: center;
}

.first_screen .wrapper .title:before {
    position: absolute;
    content: '';
    background-image: url(../img/ellipse_5.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 68.23vw;
    height: 29.74vw;
    top: -14vw;
    bottom: auto;
    left: auto;
    right: auto;
    z-index: -1;
}

.first_screen .wrapper .subtitle {
    color: #a9b6ec;
    font-weight: 600;
}

.first_screen .wrapper .desc {
    font-family: var(--second-family);
    text-align: center;
    color: #a9b6ec;
    font-weight: 400;
}

.first_screen .wrapper .desc span {
    font-weight: 600;
}

.form_block {
    max-width: 23.02vw;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #192039;
    position: relative;
}

.form_block:before {
    position: absolute;
    content: '';
    background-image: url(../img/ellipse_1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 28.65vw;
    height: 13.07vw;
    top: -4vw;
    bottom: auto;
    left: auto;
    right: auto;
    z-index: -1;
}

.form_block:after {
    position: absolute;
    content: '';
    background-image: url("../img/ellipse_2.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 28.65vw;
    height: 13.07vw;
    top: auto;
    bottom: -4vw;
    left: auto;
    right: auto;
    z-index: -1;
}

.login_form {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.input_field {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
}

input[type=text], input[type=password] {
    border: 1px solid #343f66;
    background-color: #121729 !important;
    width: 100%;
    height: 2.08vw;
    padding: 0 0.78vw !important;
    border-radius: 0.83vw !important;
    color: #fff !important;
    outline: none;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 0.73vw !important;
    text-align: center;
}

::placeholder {
    color: #838383;
}

.submit_field {
    display: flex;
    justify-content: center;
}

input[type=submit] {
    width: 11.15vw;
    height: 2.08vw;
    font-weight: 600;
    line-height: 171%;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    box-shadow: 0 1px 24px 0 #a135e8;
    background: #a135e8;
    cursor: pointer;
    outline: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    overflow: hidden;
    border: none !important;
    border-radius: 0.83vw !important;
    padding: 0 0 0.16vw;
}

.first_screen .bottom_block {
    border-top: 1px solid #3c4a86;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    font-weight: 600;
}

.first_screen .bottom_block p {
    color: rgba(255,255,255,.4);
}

.first_screen .bottom_block a:nth-child(3) {
    text-shadow: 0 1px 24px #61dff7;
    color: #61dff7;
}

.why_we {
    background: #192039;
}

.why_we h2, .about_us h2, .contact_us h2 {
    font-weight: 700;
    line-height: 127%;
    text-align: center;
    color: #fff;
}

.why_we h2 span {
    color: #63f3fa;
}

.why_we .elem {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.why_we .elem .item {
    max-width: 19.53vw;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.why_we .elem .item:before {
    position: absolute;
    content: '';
    background-image: url(../img/img_8.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 17.81vw;
    height: 13.07vw;
    top: -5vw;
    bottom: auto;
    left: auto;
    right: auto;
    z-index: -1;
}

.why_we .elem .item .image_block {
    width: 4.9vw;
    transition: all .3s linear;
}

.why_we .elem .item:hover .image_block {
    transform: scale(1.1);
    transition: all .3s linear;
}

.why_we .elem .item .text_block h3 {
    font-weight: 700;
    line-height: 169%;
    text-align: center;
    color: #a9b6ec;
}

.why_we .elem .item .text_block p {
    font-weight: 400;
    line-height: 143%;
    text-align: center;
    color: #a9b6ec;
}

.about_us {
    position: relative;
}

.about_us .wrapper {
    display: flex;
    flex-direction: column;
}

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

.about_us .elem .left {
    max-width: 27.08vw;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
}

.about_us .elem .left .image_block {
    width: 100%;
}

.about_us .elem .left:after {
    position: absolute;
    content: '';
    background-image: url(../img/ellipse_4.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 32.29vw;
    height: 13.07vw;
    top: auto;
    bottom: -5vw;
    left: auto;
    right: auto;
    z-index: -1;
}

.about_us .elem .right {
    max-width: 34.22vw;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.about_us .elem .right span {
    color: #63f3fa;
}

.about_us .bottom_text {
    font-family: var(--second-family);
    font-weight: 400;
    text-align: center;
    color: #a9b6ec;
}

.about_us .bottom_text p a {
    text-decoration: underline !important;
    text-decoration-skip-ink: none;
    color: #63f3fa;
}

.about_us .bottom_text .btns_block {
    max-width: 16.35vw;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.contact_us {
    background: #192039;
}

.contact_us .image_block {
    width: 11.51vw;
    margin: -2vw auto 0;
    position: relative;
    overflow: inherit;
}

.contact_us .image_block:before {
    position: absolute;
    content: '';
    background-image: url(../img/img_8.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 17.81vw;
    height: 13.07vw;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    z-index: -1;
}

.contact_us .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact_us .mail_link {
    font-family: var(--second-family);
    font-weight: 400;
    line-height: 125%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    text-align: center;
    color: #00d9ff;
    border-bottom: 1px solid transparent;
}

.contact_us .mail_link:hover {
    border-bottom: 1px solid #00d9ff;
}

.contact_us .bottom_text {
    color: #a9b6ec;
    text-align: center;
}

.error-404, .terms_conditions__page {
    padding: 9.11vw 0 5.21vw;
}

.error-404 .logo {
    width: 10.21vw;
    margin: 0 auto;
}

.error-404 .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.error-404 .wrapper .title {
    line-height: 1;
    font-size: 15.63vw;
    font-weight: 900;
    color: #00d9ff;
}

.error-404 .wrapper .action_btn {
    width: 10.6vw;
}

.terms_conditions__page h1 {
    text-align: center;
}

.terms_conditions__page article h2 {
    font-size: 1.46vw;
}

.terms_conditions__page article h2, .terms_conditions__page article p:not(:last-child) {
    margin: 0 0 1.04vw;
}

.signup-embed {
    position: relative;
    width: 100%;
    height: 1850px;
    overflow: hidden;
    box-sizing: border-box;
    display: block;
    padding: 0;
}

.signup-embed iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


/* Media */

@media screen and (min-width: 1921px) {

}

@media screen and (max-width: 1440px) {
    body {
        font-size: 0.97vw !important;
    }

    .action_btn, .more_btn {
        width: 10.14vw;
        height: 2.78vw;
    }

    /*Header*/

    header {
        height: 6.94vw;
    }

    header .container, footer .container {
        max-width: 100% !important;
    }

    .logo {
        width: 13.61vw;
    }

    .header_right {
        width: 71%;
    }

    .header__menu {
        max-width: 40vw;
    }

    .header_right .btns_block {
        max-width: 21.81vw;
    }

    /*Footer*/

    .footer_right {
        max-width: 65vw;
    }

    .footer__menu {
        max-width: 40vw;
    }

    .footer_right .btns_block {
        max-width: 21.81vw;
    }

    .footer .footer_bottom .image_block {
        width: 3.89vw;
    }

    /* Pages */

    .container {
        max-width: 87.5vw !important;
        padding: 0 1.39vw !important;
    }

    .first_screen:after {
        width: 148.89vw;
        height: 50.28vw;
        bottom: -43vw;
    }

    .form_block {
        max-width: 30.69vw;
    }

    .form_block:before {
        width: 38.19vw;
        height: 17.43vw;
        top: -5vw;
    }

    .form_block:after {
        width: 38.19vw;
        height: 17.43vw;
        bottom: -5vw;
    }

    input[type=text], input[type=password] {
        height: 2.78vw;
        padding: 0 1.04vw !important;
        border-radius: 1.11vw !important;
        font-size: 0.97vw !important;
    }

    input[type=submit] {
        width: 14.86vw;
        height: 2.78vw;
        border-radius: 1.11vw !important;
        padding: 0 0 0.21vw;
    }

    .why_we .elem .item {
        max-width: 26.04vw;
    }

    .why_we .elem .item:before {
        width: 23.75vw;
        height: 17.43vw;
        top: -7vw;
    }

    .why_we .elem .item .image_block {
        width: 6.53vw;
    }

    .about_us .elem .left {
        max-width: 36.11vw;
    }

    .about_us .elem .left:after {
        width: 32.29vw;
        height: 13.07vw;
        bottom: -8vw;
    }

    .about_us .elem .right {
        max-width: 45.63vw;
    }

    .about_us .bottom_text .btns_block {
        max-width: 21.81vw;
    }

    .contact_us .image_block {
        width: 15.35vw;
        margin: -4vw auto 0;
    }

    .contact_us .image_block:before {
        width: 23.75vw;
        height: 17.43vw;
    }

    .error-404, .terms_conditions__page {
        padding: 12.15vw 0 6.94vw;
    }

    .error-404 .logo {
        width: 13.61vw;
    }

    .error-404 .wrapper .title {
        font-size: 20.83vw;
    }

    .error-404 .wrapper .action_btn {
        width: 15vw;
    }

    .terms_conditions__page article h2 {
        font-size: 1.94vw;
    }

    .terms_conditions__page article h2, .terms_conditions__page article p:not(:last-child) {
        margin: 0 0 1.39vw;
    }

    .error_message {
        bottom: -1.46vw;
        font-size: 0.83vw;
    }

    .scroll_up {
        max-width: 4.44vw !important;
    }
}

@media screen and (orientation: portrait) {
    body {
        font-size: 1.37vw !important;
    }

    .header_right {
        position: absolute;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 100%;
        -webkit-transform: translateY(-150%);
        -ms-transform: translateY(-150%);
        transform: translateY(-150%);
        padding: 12.21vw 0 4.88vw;
        opacity: 0;
        -webkit-transition: all .4s linear;
        -o-transition: all .4s linear;
        transition: all .4s linear;
        border-radius: 0;
        z-index: 1200;
        top: 0;
        left: 0;
        height: auto;
        -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 50, 100, 0.07);
        box-shadow: 0px 5px 15px 0px rgba(0, 50, 100, 0.07);
        background: #192039;
    }

    .header_right.active {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        -webkit-transition: all .4s linear;
        -o-transition: all .4s linear;
        transition: all .4s linear;
    }

    .burger {
        display: flex !important;
        z-index: 1500;
        margin: 0;
        right: 1.95vw !important;
    }

    .ham {
        width: 5.078vw;
    }

    .action_btn, .more_btn {
        width: 14.26vw;
        height: 3.91vw;
    }

    /*Header*/

    header {
        height: 9.77vw;
    }

    header .container, footer .container {
        max-width: 100% !important;
    }

    .logo {
        width: 19.14vw;
        z-index: 1500;
    }

    .header_right {
        width: 100%;
    }

    .header__menu {
        max-width: 100%;
    }

    .header_right .btns_block {
        max-width: 30.66vw;
    }

    .header__list {
        flex-direction: column;
        align-items: center;
        margin: 0 0 3.91vw;
    }

    .header__list li:not(:last-child), .footer__list li:not(:last-child) {
        margin: 0 0 1.95vw;
    }

    /*Footer*/

    .footer_right {
        max-width: 100%;
    }

    .footer__menu {
        max-width: 100%;
    }

    .footer_right .btns_block {
        max-width: 30.66vw;
    }

    .footer .footer_bottom .image_block {
        width: 5.47vw;
    }

    .footer_up {
        padding: 3.91vw 0 !important;
    }

    .footer_up, .footer_right, .footer__list {
        flex-direction: column;
    }

    .footer__list {
        align-items: center;
    }

    .footer__menu {
        margin: 3.91vw 0;
    }

    .footer .footer_bottom {
        justify-content: center;
    }

    /* Pages */

    .container {
        max-width: 100% !important;
        padding: 0 1.95vw !important;
    }

    .first_screen {
        height: 80vw;
    }

    .first_screen:after {
        width: 148.89vw;
        height: 50.28vw;
        bottom: -43vw;
    }

    .form_block {
        max-width: 43.16vw;
    }

    .form_block:before {
        width: 38.19vw;
        height: 17.43vw;
        top: -5vw;
    }

    .form_block:after {
        width: 38.19vw;
        height: 17.43vw;
        bottom: -5vw;
    }

    input[type=text], input[type=password] {
        height: 3.91vw;
        padding: 0 1.46vw !important;
        border-radius: 1.56vw !important;
        font-size: 1.37vw !important;
    }

    input[type=submit] {
        width: 20.9vw;
        height: 3.91vw;
        border-radius: 1.56vw !important;
        padding: 0 0 0.29vw;
    }

    .why_we .elem .item {
        max-width: 40%;
    }

    .why_we .elem .item:before {
        width: 33.4vw;
        height: 24.51vw;
        top: -7vw;
    }

    .why_we .elem .item .image_block {
        width: 9.18vw;
    }

    .about_us .elem .left {
        max-width: fit-content;
        margin: 0 auto 4.88vw;
    }

    .about_us .elem .left:after {
        width: 60.55vw;
        height: 24.51vw;
        bottom: -5vw;
    }

    .about_us .elem .right {
        max-width: 100%;
    }

    .about_us .elem .right p:not(:last-child) {
        margin: 0 0 2.44vw;
    }

    .about_us .bottom_text .btns_block {
        max-width: 30.66vw;
    }

    .contact_us .image_block {
        width: 21.58vw;
        margin: -6vw auto 0;
    }

    .contact_us .image_block:before {
        width: 33.4vw;
        height: 24.51vw;
    }

    .error-404, .terms_conditions__page {
        padding: 14.65vw 0 7.32vw;
        min-height: 100vw;
    }

    .error-404 .logo {
        width: 19.14vw;
    }

    .error-404 .wrapper .title {
        font-size: 29.3vw;
    }

    .error-404 .wrapper .action_btn {
        width: 20vw;
    }

    .terms_conditions__page article h2 {
        font-size: 2.73vw;
    }

    .terms_conditions__page article h2, .terms_conditions__page article p:not(:last-child) {
        margin: 0 0 1.95vw;
    }

    .error_message {
        bottom: -2.05vw;
        font-size: 1.17vw;
    }

    .about_us .elem {
        flex-direction: column;
    }

    .scroll_up {
        max-width: 6.25vw !important;
    }

    .action_btn:hover, .more_btn:hover, .why_we .elem .item:hover .image_block {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }

    .signup-embed {
        height: 1820px;
    }

    .first_screen .wrapper .title:before {
        width: 100vw;
        height: 40vw;
        top: -17vw;
    }
}

@media screen and (max-width: 1100px) and (orientation: landscape) {
    body {
        font-size: 1.37vw !important;
    }

    .header_right {
        position: absolute;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 100%;
        -webkit-transform: translateY(-150%);
        -ms-transform: translateY(-150%);
        transform: translateY(-150%);
        padding: 12.21vw 0 4.88vw;
        opacity: 0;
        -webkit-transition: all .4s linear;
        -o-transition: all .4s linear;
        transition: all .4s linear;
        border-radius: 0;
        z-index: 1200;
        top: 0;
        left: 0;
        height: auto;
        -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 50, 100, 0.07);
        box-shadow: 0px 5px 15px 0px rgba(0, 50, 100, 0.07);
        background: #192039;
    }

    .header_right.active {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        -webkit-transition: all .4s linear;
        -o-transition: all .4s linear;
        transition: all .4s linear;
    }

    .burger {
        display: flex !important;
        z-index: 1500;
        margin: 0;
        right: 1.95vw !important;
    }

    .ham {
        width: 5.078vw;
    }

    .action_btn, .more_btn {
        width: 14.26vw;
        height: 3.91vw;
    }

    /*Header*/

    header {
        height: 9.77vw;
    }

    header .container, footer .container {
        max-width: 100% !important;
    }

    .logo {
        width: 19.14vw;
        z-index: 1500;
    }

    .header_right {
        width: 100%;
    }

    .header__menu {
        max-width: 100%;
    }

    .header_right .btns_block {
        max-width: 30.66vw;
    }

    .header__list {
        flex-direction: column;
        align-items: center;
        margin: 0 0 3.91vw;
    }

    .header__list li:not(:last-child), .footer__list li:not(:last-child) {
        margin: 0 0 1.95vw;
    }

    /*Footer*/

    .footer_right {
        max-width: 100%;
    }

    .footer__menu {
        max-width: 100%;
    }

    .footer_right .btns_block {
        max-width: 30.66vw;
    }

    .footer .footer_bottom .image_block {
        width: 5.47vw;
    }

    .footer_up {
        padding: 3.91vw 0 !important;
    }

    .footer_up, .footer_right, .footer__list {
        flex-direction: column;
    }

    .footer__list {
        align-items: center;
    }

    .footer__menu {
        margin: 3.91vw 0;
    }

    .footer .footer_bottom {
        justify-content: center;
    }

    /* Pages */

    .container {
        max-width: 100% !important;
        padding: 0 1.95vw !important;
    }

    /*.first_screen {*/
    /*    height: 80vw;*/
    /*}*/

    .first_screen:after {
        width: 148.89vw;
        height: 50.28vw;
        bottom: -43vw;
    }

    .form_block {
        max-width: 43.16vw;
    }

    .form_block:before {
        width: 38.19vw;
        height: 17.43vw;
        top: -5vw;
    }

    .form_block:after {
        width: 38.19vw;
        height: 17.43vw;
        bottom: -5vw;
    }

    input[type=text], input[type=password] {
        height: 3.91vw;
        padding: 0 1.46vw !important;
        border-radius: 1.56vw !important;
        font-size: 1.37vw !important;
    }

    input[type=submit] {
        width: 20.9vw;
        height: 3.91vw;
        border-radius: 1.56vw !important;
        padding: 0 0 0.29vw;
    }

    .why_we .elem .item {
        max-width: 40%;
    }

    .why_we .elem .item:before {
        width: 33.4vw;
        height: 24.51vw;
        top: -7vw;
    }

    .why_we .elem .item .image_block {
        width: 9.18vw;
    }

    .about_us .elem .left {
        max-width: fit-content;
        margin: 0 auto 4.88vw;
    }

    .about_us .elem .left:after {
        width: 60.55vw;
        height: 24.51vw;
        bottom: -5vw;
    }

    .about_us .elem .right {
        max-width: 100%;
    }

    .about_us .elem .right p:not(:last-child) {
        margin: 0 0 2.44vw;
    }

    .about_us .bottom_text .btns_block {
        max-width: 30.66vw;
    }

    .contact_us .image_block {
        width: 21.58vw;
        margin: -6vw auto 0;
    }

    .contact_us .image_block:before {
        width: 33.4vw;
        height: 24.51vw;
    }

    .error-404, .terms_conditions__page {
        padding: 14.65vw 0 7.32vw;
        min-height: 77vw;
    }

    .error-404 .logo {
        width: 19.14vw;
    }

    .error-404 .wrapper .title {
        font-size: 29.3vw;
    }

    .error-404 .wrapper .action_btn {
        width: 20vw;
    }

    .terms_conditions__page article h2 {
        font-size: 2.73vw;
    }

    .terms_conditions__page article h2, .terms_conditions__page article p:not(:last-child) {
        margin: 0 0 1.95vw;
    }

    .error_message {
        bottom: -2.05vw;
        font-size: 1.17vw;
    }

    .about_us .elem {
        flex-direction: column;
    }

    .scroll_up {
        max-width: 6.25vw !important;
    }

    .action_btn:hover, .more_btn:hover, .why_we .elem .item:hover .image_block {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }

    .signup-embed {
        height: 2500px;
    }

    .first_screen .wrapper .title:before {
        width: 100vw;
        height: 40vw;
        top: -17vw;
    }
}

@media screen and (max-width: 768px) {
    body {
        font-size: 1.82vw !important;
    }

    .header_right {
        padding: 16.28vw 0 6.51vw;
    }

    .burger {
        right: 2.6vw !important;
    }

    .ham {
        width: 6.51vw;
    }

    .action_btn, .more_btn {
        width: 19.01vw;
        height: 5.21vw;
    }

    /*Header*/

    header {
        height: 13.02vw;
    }

    .logo {
        width: 25.52vw;
    }

    .header_right .btns_block, .footer_right .btns_block {
        max-width: 40.89vw;
    }

    .header__list {
        margin: 0 0 5.21vw;
    }

    .header__list li:not(:last-child), .footer__list li:not(:last-child) {
        margin: 0 0 2.6vw;
    }

    /*Footer*/

    .footer .footer_bottom .image_block {
        width: 7.29vw;
    }

    .footer_up {
        padding: 6.51vw 0 !important;
    }

    .footer__menu {
        margin: 3.91vw 0;
    }

    /* Pages */

    .container {
        max-width: 100% !important;
        padding: 0 2.6vw !important;
    }

    .first_screen {
        height: auto;
        padding: 25vw 0 12.5vw;
    }

    .first_screen:after {
        width: 148.89vw;
        height: 50.28vw;
        bottom: -43vw;
    }

    .form_block {
        max-width: 57.55vw;
    }

    .form_block:before {
        width: 71.61vw;
        height: 32.68vw;
        top: -10vw;
    }

    .form_block:after {
        width: 71.61vw;
        height: 32.68vw;
        bottom: -10vw;
    }

    input[type=text], input[type=password] {
        height: 5.21vw;
        padding: 0 1.95vw !important;
        border-radius: 2.08vw !important;
        font-size: 1.82vw !important;
    }

    input[type=submit] {
        width: 27.86vw;
        height: 5.21vw;
        border-radius: 2.08vw !important;
        padding: 0 0 0.39vw;
    }

    .why_we .elem {
        flex-direction: column;
    }

    .why_we .elem .item {
        max-width: 66%;
    }

    .why_we .elem .item:before {
        width: 44.53vw;
        height: 32.68vw;
        top: -13vw;
    }

    .why_we .elem .item .image_block {
        width: 12.24vw;
    }

    .about_us .elem .left {
        margin: 0 auto 6.51vw;
    }

    .about_us .elem .left:after {
        width: 80.73vw;
        height: 32.68vw;
        bottom: -12vw;
    }

    .about_us .elem .right p:not(:last-child) {
        margin: 0 0 3.26vw;
    }

    .about_us .bottom_text .btns_block {
        max-width: 40.89vw;
    }

    .contact_us .image_block {
        width: 21.58vw;
        margin: -6vw auto 0;
    }

    .contact_us .image_block:before {
        width: 33.4vw;
        height: 24.51vw;
    }

    .error-404, .terms_conditions__page {
        padding: 14.65vw 0 7.32vw;
        min-height: 100vw;
    }

    .error-404 .logo {
        width: 19.14vw;
    }

    .error-404 .wrapper .title {
        font-size: 29.3vw;
    }

    .error-404 .wrapper .action_btn {
        width: 20vw;
    }

    .terms_conditions__page article h2 {
        font-size: 2.73vw;
    }

    .terms_conditions__page article h2, .terms_conditions__page article p:not(:last-child) {
        margin: 0 0 1.95vw;
    }

    .error_message {
        bottom: -2.05vw;
        font-size: 1.17vw;
    }

    .about_us .elem {
        flex-direction: column;
    }

    .scroll_up {
        max-width: 8.33vw !important;
    }

    .signup-embed {
        height: 1830px;
    }

    .signup-embed iframe::-webkit-scrollbar {
        width: 0 !important;
        height: 0 !important;
        display: none !important;
    }
}

@media screen and (max-width: 480px) {
    body {
        font-size: 2.92vw !important;
    }

    .header_right {
        padding: 26.04vw 4.17vw 10.42vw;
    }

    .burger {
        right: 4.17vw !important;
    }

    .ham {
        width: 10.42vw;
    }

    .action_btn, .more_btn {
        width: 30.42vw;
        height: 10.42vw;
    }

    /*Header*/

    header {
        height: 20.83vw;
    }

    .logo {
        width: 40.83vw;
    }

    header .logo {
        margin: 0 0 0 -2vw;
    }

    .header_right .btns_block, .footer_right .btns_block {
        max-width: 100%;
    }

    .header_right .btns_block a, .footer_right .btns_block a {
        width: 48%;
    }

    .header__list {
        margin: 0 0 8.33vw;
    }

    .header__list li:not(:last-child), .footer__list li:not(:last-child) {
        margin: 0 0 4.17vw;
    }

    /*Footer*/

    .footer .footer_bottom .image_block {
        width: 11.67vw;
    }

    .footer_up {
        padding: 10.42vw 0 !important;
    }

    .footer__menu {
        margin: 8.33vw 0;
    }

    /* Pages */

    .container {
        padding: 0 4.17vw !important;
    }

    .first_screen {
        padding: 36.46vw 0 15.63vw;
    }

    .first_screen:after {
        width: 148.89vw;
        height: 50.28vw;
        bottom: -43vw;
    }

    .form_block {
        max-width: 90vw;
    }

    .form_block:before {
        width: 100%;
        height: 40vw;
        top: -15vw;
    }

    .form_block:after {
        width: 100%;
        height: 40vw;
        bottom: -15vw;
    }

    input[type=text], input[type=password] {
        height: 8.33vw;
        padding: 0 3.13vw !important;
        border-radius: 3.33vw !important;
        font-size: 2.92vw !important;
    }

    input[type=submit] {
        width: 44.58vw;
        height: 8.33vw;
        border-radius: 3.33vw !important;
        padding: 0 0 0.63vw;
    }

    .why_we .elem .item {
        max-width: 100%;
    }

    .why_we .elem .item:before {
        width: 71.25vw;
        height: 52.29vw;
        top: -20vw;
    }

    .why_we .elem .item .image_block {
        width: 20vw;
    }

    .about_us .elem .left {
        margin: 0 auto 10.42vw;
    }

    .about_us .elem .left:after {
        width: 100%;
        height: 40vw;
        bottom: -16vw;
    }

    .about_us .elem .right p:not(:last-child) {
        margin: 0 0 4.17vw;
    }

    .about_us .bottom_text .btns_block {
        max-width: 100%;
    }

    .about_us .bottom_text .btns_block a {
        width: 48%;
    }

    .contact_us .image_block {
        width: 46.04vw;
        margin: -6vw auto 0;
    }

    .contact_us .image_block:before {
        width: 33.4vw;
        height: 24.51vw;
    }

    .contact_us a {
        font-size: 5.83vw !important;
    }

    .error-404, .terms_conditions__page {
        padding: 25vw 0 12.5vw;
    }

    .error-404 .logo {
        width: 40.83vw;
    }

    .error-404 .wrapper .title {
        font-size: 40vw;
    }

    .error-404 .wrapper .action_btn {
        width: 45vw;
    }

    .terms_conditions__page h1 {
        line-height: 1;
		font-size: 8vw;
    }

    .terms_conditions__page article h2 {
        font-size: 5.83vw;
    }

    .terms_conditions__page article h2, .terms_conditions__page article p:not(:last-child) {
        margin: 0 0 3.13vw;
    }

    .error_message {
        bottom: -4.38vw;
        font-size: 2.5vw;
    }

    .scroll_up {
        max-width: 13.33vw !important;
    }

    .reg_page .container {
        padding: 0 !important;
    }

    .signup-embed {
        height: 2000px;
    }

    .first_screen .title {
        font-size: 11vw !important;
    }

    .first_screen .subtitle {
        font-size: 7vw !important;
    }
}