*, :after, :before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

header, section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    background-color: #fff
}

h1, h2 {
    margin-bottom: .5rem
}

h1, h2, p {
    margin-top: 0
}

p {
    margin-bottom: 1rem
}

ul {
    margin-top: 0;
    margin-bottom: 1rem
}

b {
    font-weight: bolder
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

img {
    vertical-align: middle;
    border-style: none
}

button {
    border-radius: 0
}

button, input {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, input {
    overflow: visible
}

button {
    text-transform: none
}

[type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

h1, h2 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h1 {
    font-size: 2.5rem
}

h2 {
    font-size: 2rem
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col-5, .col-7, .col-12, .col-lg-4, .col-lg-8, .col-md-2, .col-md-3, .col-md-6, .col-md-8 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

@media (min-width: 768px) {
    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .offset-md-4 {
        margin-left: 33.3333333333%
    }
}

@media (min-width: 992px) {
    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
}

.form-group {
    margin-bottom: 1rem
}

.alert {
    position: relative
}

.alert {
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.d-flex {
    display: flex !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-between {
    justify-content: space-between !important
}

.align-items-center {
    align-items: center !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

@media (min-width: 768px) {
    .mb-md-5 {
        margin-bottom: 3rem !important
    }
}

.text-center {
    text-align: center !important
}

.modalDialog {
    height: 0;
    opacity: 0;
    display: none
}

.loading-spinner {
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 50%;
    margin: -35px 0;
    text-align: center;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: rotate-forever;
    animation-name: rotate-forever;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    display: inline-block
}

* {
    box-sizing: border-box
}

body {
    font-family: Roboto;
    overflow-x: hidden;
    padding: 0;
    font-size: 18px;
    color: #212529;
    line-height: 1.25
}

@media screen and (max-width: 767px) {
    body {
        font-size: 16px
    }
}

img {
    max-width: 100%;
    height: auto
}

p {
    font-size: 18px;
    line-height: 1.5
}

@media screen and (max-width: 767px) {
    p {
        font-size: 16px
    }
}

.container {
    max-width: 1450px
}

.hidden {
    display: none
}

.header {
    box-shadow: .3px 4px 13.8px 2.2px rgba(20, 22, 25, .15);
    padding: 10px 0;
    background-color: #fff;
    position: relative;
    z-index: 2
}

@media screen and (max-width: 767px) {
    .header {
        padding: 10px 0
    }
}

.header-menu {
    display: flex;
    justify-content: flex-end;
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase
}

@media screen and (max-width: 767px) {
    .header-menu {
        font-size: 15px;
        margin-top: 10px
    }
}

.header-menu a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 5px 15px;
    border-radius: 25px;
    border: 2px solid transparent;
    color: #000 !important
}

@media screen and (max-width: 991px) {
    .header-menu a {
        padding: 5px 10px
    }
}

@media screen and (max-width: 767px) {
    .header-menu a {
        padding: 5px 8px
    }
}

.header-menu li {
    padding: 0 5px
}

@media screen and (max-width: 767px) {
    .header-menu li {
        padding: 0
    }
}

.main-page {
    position: relative
}

.main-page .header {
    box-shadow: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 30px 0;
    background-color: transparent
}

@media screen and (max-width: 767px) {
    .main-page .header {
        padding: 5px 0
    }
}

.main-page .header-menu a {
    color: #fff !important
}

.main-page .language span {
    color: #fff
}

.main-page .language span i {
    border-top: 4px solid #fff
}

input {
    /*height: 50px;*/
    border-radius: 25px;
    border: 1px solid #fff;
    background-color: #e8ebf0
}

input {
    width: 100%;
    padding: 15px
}

.video-form-section {
    background-image: url(../img/main-bg.webp);
    background-position: 50% calc(100% - 150px);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 140px 0 60px;
    color: #fff
}

@media screen and (max-width: 768px) {
    .video-form-section {
        padding: 140px 0 30px;
        background: linear-gradient(180deg, #273d71, #273d71 80%, #fff 0, #273d71)
    }
}

.video-header {
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fca604;
    margin-bottom: 10px
}

@media screen and (max-width: 767px) {
    .video-header {
        font-size: 34px
    }
}

.video-subheader {
    font-size: 36px;
    font-weight: 400;
    text-shadow: 0 0 31px rgba(41, 24, 6, .71)
}

@media screen and (max-width: 767px) {
    .video-subheader {
        font-size: 23px
    }
}

@media screen and (max-width: 767px) {
    .video-wrapper {
        margin-bottom: 15px
    }
}

.video-wrapper img {
    width: 100%
}

.form-footer {
    margin-bottom: 0;
    font-size: 10px;
    color: #000;
    text-align: center
}

.form-footer a {
    color: #ffd016
}

.registerBtn {
    border: 0;
    position: static;
    margin: 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff !important;
    text-decoration: none !important;
    padding: 10px;
    border-radius: 38px;
    background-image: linear-gradient(90deg, #c84802, #e77301, #c84802);
    width: 100%;
    min-height: 78px;
    white-space: normal
}

@media screen and (max-width: 768px) {
    .registerBtn {
        font-size: 18px;
        min-height: 55px
    }
}

.home-form {
    border-radius: 20px;
    box-shadow: .1px 1px 38px 0 rgba(3, 46, 80, .29);
    background-color: #fff;
    position: relative;
    padding: 30px
}

@media screen and (max-width: 768px) {
    .home-form {
        padding: 5px;
        margin-bottom: 20px
    }
}

.home-form-title {
    font-size: 28px;
    color: #2a2a2a;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px
}

@media screen and (max-width: 768px) {
    .home-form-title {
        font-size: 22px
    }
}

.title {
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 25px
}

@media screen and (max-width: 767px) {
    .title {
        font-size: 30px;
        margin-bottom: 15px;
        text-align: center
    }
}

.title b {
    font-weight: 500
}

.half-1 {
    padding: 60px 0;
    background-image: url(../img/half-1.webp);
    background-repeat: no-repeat;
    background-size: 31%;
    background-position: 2% 50%
}

@media (max-width: 768px) {
    .half-1 {
        padding-top: 0;
        margin-bottom: 20px;
        padding-bottom: 255px;
        background-size: 320px;
        background-position: bottom
    }
}

.footer-image img {
    width: 100%;
    height: auto
}

.footer-image-mobile {
    display: none
}

@media (max-width: 767px) {
    .footer-image-mobile {
        display: inline-block;
        max-width: 400px
    }
}

.language {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: #fff;
    font-size: 16px;
    z-index: 9999;
    align-self: center
}

@media (max-width: 767px) {
    .language {
        font-size: 16px;
        margin-right: 15px
    }
}

.language img {
    margin-right: 10px;
    width: 21px
}

.language span {
    display: flex;
    align-items: center;
    padding: 3px 5px;
    color: #000
}

.language span i {
    margin-left: 5px;
    vertical-align: middle;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #000
}

.language-list {
    list-style: none;
    padding: 0 5px;
    margin-left: 0;
    position: absolute;
    top: 100%;
    right: 0;
    text-align: center;
    min-width: 100%;
    display: none;
    background-color: #464e73;
    border: 1px solid
}

.language-list a {
    color: #fff;
    display: flex
}
