/** {
    user-select: none;
}*/

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    scroll-behavior: smooth;
    font-family: 'Arial', sans-serif;
    line-height: 1.5;
}

body {
    background-color: #000;
}

header {
    background-color: #121212;
    text-align: center;
}

.my-container {
    max-width: 1260px;
    margin: 0 auto;
    box-shadow: 0 0 14px rgba(0, 0, 0, .4);
    padding: 20px 0;
}

header .logo-img {
    height: 60px;
    width: 70px;
}

img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

img,
svg {
    vertical-align: middle;
}

header .title {
    text-align: center;
    color: #fff;
    margin: 0;
    font-size: 24px;
    text-transform: uppercase;
}

h1,
h2 {
    font-weight: 500;
    line-height: 1.2;
}

.container {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-left: 2.5%;
    padding-right: 2.5%;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 760px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.grid-container {
    display: grid;
    grid-template-columns: 2fr 1fr;
    padding-top: 120px;
    padding-bottom: 120px;
    max-width: 1100px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .grid-container {
        grid-template-columns: 1fr;
    }
}

.phone-video-section .video-container {
    box-sizing: border-box;
    padding-left: 12px;
    padding-right: 12px;
    width: 75%;
    margin: 0 auto;
}

.phone-video-section .title {
    font-size: 54px;
    line-height: 64px;
    color: #fff;
    margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
    .phone-video-section .title {
        font-size: 32px;
        text-align: center;
        line-height: 132%;
        margin-bottom: 40px;
    }
}

.bold-span {
    font-weight: 600;
    color: #41ca04;
}

.scroll-to-form {
    background: #41ca04;
    border: 1.5px solid #fff;
    border-radius: 100px;
    color: #000;
    cursor: pointer;
    font-size: 20px;
    font-weight: 600;
    min-width: fit-content;
    padding: 23px 44px;
    text-align: center;
    text-transform: uppercase;
}

.scroll-to-form:hover,
.scroll-to-form:active {
    background: linear-gradient(100.72deg, #ff8a00, #d449f7);
    font-weight: 700;
}

@media screen and (max-width: 768px) {
    .phone-video-section .scroll-to-form {
        display: block;
        margin: 0 auto 40px;
    }
}

.phone-video-section .vjs-tech {
    width: 100%;
    height: 100%;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.justify-content-between {
    justify-content: space-between !important;
}

.form-section {
    background-color: #000;
    padding-bottom: 80px;
}

.form-section .video-cont {
    position: relative;
    width: 60%;
    display: inline-block;
    border: 1px solid #717171;
    border-radius: 15px;
    height: 100%;
    overflow: hidden;
    padding: 0;
}

.form-section .form-cont {
    width: 28%;
    padding: 0;
    max-width: 400px;
}

@media screen and (max-width: 768px) {
    .form-section .form-cont {
        width: 100%;
        margin: 40px auto 0;
    }
}

.form-section .form-top {
    width: 70%;
    max-width: 240px;
    height: 40px;
    margin: 0 auto;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    background-color: #fff;
    color: #000;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 700;
    box-shadow: 0 3px 14px #000;
}

.form-section .form-wrap {
    width: 100%;
    padding: 30px;
    border-radius: 45px;
    position: relative;
    max-width: 400px;
    margin: 0 auto;
    border: 1px solid #fff;
}

.form-section .form-title {
    text-align: center;
    font-size: 18px;
    color: #41ca04;
    font-weight: 700;
    line-height: 1.5;
}

.form-section form {
    padding: 20px;
}

.form-section form .form-group {
    margin-top: 15px;
}

.relative-input-wrapper {
    position: relative;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-section form .form-control {
    background: rgba(0, 0, 0, .012);
    border: 1px solid rgba(0, 0, 0, .2);
    box-sizing: border-box;
    display: flex;
    font-size: 16px;
    height: 40px;
    padding: 5px 16px;
    position: relative;
    border-radius: 4px;
    height: 45px;
    width: 100%;
    max-width: 350px;
    border-radius: 25px;
    text-align: left;
    background-color: rgba(0, 0, 0, .55);
    background: #dcdcdc;
    text-align: start;
}

.form-section form .form-control.phone {
    text-align: start;
}

.form-section form .form-group {
    margin-top: 15px;
}

.form-section .register-btn {
    border: none;
    color: #000;
    font-size: 20px;
    padding: 16px 0;
    border-radius: 60px;
    width: 100%;
    max-width: 350px;
    box-shadow: none;
    text-shadow: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    font-weight: 600;
    background: #fff;
}

.video-cont .vjs-tech {
    width: 100%;
    height: 100%;
    display: block;
}

.form-section .justify-content-between {
    align-items: center;
}

@media screen and (max-width: 768px) {
    .form-section .video-cont {
        width: 100%;
    }
}

.carousel-section {
    background: linear-gradient(100.72deg, #ff8a00, #d449f7);
    color: #fff;
    min-height: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    overflow-x: hidden;
}

.carousel-section .single-item {
    text-align: center;
    color: #fff;
    -webkit-animation: text 30s linear infinite;
    animation: text 30s linear infinite;
    padding-left: 100%;
    white-space: nowrap;
    font-size: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: none;
}

@keyframes text {
    0% {
        transform: translate(0);
    }

    100% {
        transform: translate(-60%);
    }
}

.laptop-phone-section .txt {
    color: #fff;
    text-align: center;
    font-size: 20px;
    padding-top: 60px;
}

.only-phone-section .custom-row {
    display: -webkit-box;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .only-phone-section .custom-row {
        flex-direction: column-reverse;
    }
}

.only-phone-section .only-phone-img {
    max-width: 280px;
    display: none;
}

.only-phone-section .slider-cont {
    width: 400px;
    text-align: center;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .only-phone-section .slider-cont {
        margin-bottom: 40px;
        width: auto;
    }
}

.only-phone-section .slider-cont .title {
    font-size: 46px;
    font-weight: 500;
    line-height: 132%;
    color: #fff;
    padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .only-phone-section .slider-cont .title {
        text-align: center;
        font-size: 32px;
    }
}

.only-phone-section .tab-container {
    border: 1px solid #fff;
    border-radius: 100px;
    box-sizing: border-box;
    display: -webkit-box;
    display: flex;
    padding: 4px;
    width: 100%;
}

.only-phone-section .tab-container .tab-item {
    -webkit-box-align: center;
    align-items: center;
    border-radius: 100px;
    color: #fff;
    cursor: pointer;
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
    flex: 1 1;
    font-size: 20px;
    font-weight: 500;
    -webkit-box-pack: center;
    justify-content: center;
    line-height: 16px;
    max-width: 33%;
    padding: 20px 10px;
}

.only-phone-section .tab-container .tab-item.active {
    background: #fff;
    color: #000;
}

.only-phone-section .txt {
    margin-top: 30px;
    text-align: left;
}

.video-animation-section {
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 80px 0;
}

.video-animation-section .title {
    font-weight: 500;
    line-height: 132%;
    font-size: 46px;
}

@media screen and (max-width: 768px) {

    .our-members-section .title,
    .video-animation-section .title {
        font-size: 32px;
    }
}

.video-animation-section .txt {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    margin-top: 20px;
}

.video-animation-section .vjs-tech {
    width: 100%;
    height: 100%;
}

.our-members-section {
    background-color: #000;
    color: #fff;
    text-align: center;
}

.our-members-section .title {
    font-size: 46px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

@media screen and (max-width: 768px) {

    .our-members-section .title,
    .video-animation-section .title {
        font-size: 32px;
    }
}

.members-section {
    padding: 20px 0 10px;
    background-color: #000;
}

.members-section .gallery {
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-orient: horizontal;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    justify-content: center;
}

.members-section .gallery,
.members-section .my-column {
    display: -webkit-box;
    display: flex;
    -webkit-box-direction: normal;
    position: relative;
}

@media screen and (max-width: 768px) {
    .members-section .gallery {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row nowrap;
        padding: 0;
    }
}

@media screen and (max-width: 450px) {
    .members-section .gallery {
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-flow: column wrap;

    }
}

.members-section .gallery,
.members-section .my-column {
    display: -webkit-box;
    display: flex;
    -webkit-box-direction: normal;
    position: relative;
}

.members-section .my-column {
    -webkit-box-orient: vertical;
    flex-flow: column wrap;
    width: 30%;
    margin: 0 15px;
}

@media screen and (max-width: 450px) {
    .members-section .my-column {
        width: 80%;
    }
}

.members-section .members-box {
    width: 100%;
    margin: 15px 0;
    height: 185px;
    border: 1px solid #313131;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.members-section .members-box-big {
    height: 400px;
}

@media screen and (max-width: 450px) {
    .members-section .members-box {
        height: 250px;
    }
}

.members-section .flag {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}

.members-section .member {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 1;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 20px;
}

.members-section .inner-txt {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    padding: 0 40px;
    color: #fff;
    background: rgba(39, 37, 37, .555);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: inherit;
    line-height: 1.5;
}

.members-section .inner-txt:hover {
    opacity: 1;
}

.members-section .rus {
    background-image: url(../img/ger.jpg);
}

.members-section .de {
    background-image: url(../img/germ.jpg);
}

.members-section .fr2 {
    background-image: url(../img/franch2.jpg);
}

.members-section .fr {
    background-image: url(../img/franch1.jpg);
}

.members-section .ir {
    background-image: url(../img/irland.jpg);
}

.members-section .it {
    background-image: url(../img/italy.jpg);
}

.members-section .brit {
    background-image: url(../img/brit2.jpg);
}

.bottom-section {
    background: #000;
    color: #fff;
    padding: 40px 0;
    position: relative;
}

.bottom-section .pa-1 {
    position: absolute;
    right: 0;
    bottom: 50%;
}

@media screen and (max-width: 768px) {
    .bottom-section .pa-1 {
        display: none;
    }
}

.button-block {
    margin: 0 auto;
    text-align: center;
}

.button-block .text p {
    text-align: start;
    margin: 10px 0;
}

.bottom-section .para,
.bottom-section .preli {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 400;
}

.bottom-section .title {
    font-size: 32px;
    padding-top: 20px;
    padding-bottom: 10px;
}

.bottom-section .ul-none {
    list-style: none;
    padding: 0;
    margin: 0;
}

table {
    caption-side: bottom;
    border-collapse: collapse;
}

.bottom-section .emp_table_stl {
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: 0;
    border-spacing: 2px;
    border-color: grey;
    margin: 0 auto;
    padding-top: 30px;
}

tbody,
td,
tr {
    border: 0 solid;
    border-color: inherit;
}

.bottom-section .emp_table_stl tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
    background-color: #0c0731;
}

tbody,
td,
tr {
    border: 0 solid;
    border-color: inherit;
}

.bottom-section .emp_table_stl td {
    display: table-cell;
    vertical-align: inherit;
    padding: 5px;
    border: 1px solid grey;
    font-size: 20px;
}

.bottom-section .scroll-to-form {
    margin: 40px auto;
}

.footer-section .footer-img {
    max-width: 200px;
    margin-left: 0;
}

.footer-section .links {
    display: block;
    margin: 25px 0;
    text-decoration: none;
    color: #fff;
    font-size: 22px;
}

.footer-section .links .fb-f {
    font-size: 45px;
    line-height: 55px;
    font-weight: 900;
    display: inline-block;
    margin-left: 15px;
}

@media screen and (max-width: 768px) {
    .form-section form {
        padding: 0px;
    }
}

@media screen and (min-width: 769px) {
    .form-section .form-cont {
        width: 38%;
        margin: 0 -10px 0 13px;
    }

    .form-section form {
        padding: 0px;
    }

    .form-section .form-wrap {
        padding: 20px;
    }

    .footer-section .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

.form-field {
    position: relative;
}

.form-container {
    max-width: 567px;
    margin-bottom: 14px;
    background: #090958;
    padding: 15px;
}

.form-field {
    position: relative;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-field label {
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    transition: 0.2s ease-out;
    color: #555;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    background-color: transparent;
}

.form-field.active label {
    transform: translateY(-100%);
    top: 0;
    font-size: 12px;
    color: #fff;
}

.form-field input:focus+label,
.form-field input:not(:placeholder-shown)+label {
    top: 0;
    font-size: 12px;
    color: #000;
}

.form-tit {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    text-align: center;
    color: #fff;
    font-size: 28px;
    text-transform: uppercase;
    margin: 0 0 30px 0;
}

.form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form input {
    width: 100%;
    border: 2px solid #fff;
    box-sizing: border-box;
    border-radius: 3px;
    height: 37.7px;
    color: #000;
    background-color: transparent;
    padding: 12px 30px 12px 10px;
    text-overflow: ellipsis;
    outline-style: none;
}

.form button[type='submit'] {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    font-weight: 400;
    color: #fff;
    font-size: 18px;
    line-height: 120%;
    background-color: #41ca04;
    box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
    border-color: #266f05;
    text-shadow: 0 0 6px black;
    border-radius: 25px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    cursor: pointer;
}

.form button[type='submit']:hover,
.form button[type='submit']:active {
    background: linear-gradient(100.72deg, #ff8a00, #d449f7);
    color: #fff;
    font-weight: 700;
    text-shadow: unset;
}

.form .error-msg {
    display: none;
    font-size: 14px;
    color: red;
}

.form .form-field-row {
    display: flex;
    gap: 20px;
}

.form .form-field-row .form-field {
    flex-basis: 50%;
}

@media (max-width: 550px) {
    .form .form-field-row {
        flex-direction: column;
    }

    .form .form-field-row .form-field {
        flex-basis: 100%;
    }
}

.video-js {
    width: 370px !important;
    height: 200px !important;
}


@media (min-width: 768px) {
    .video-js {
        width: 600px !important;
        height: 250px !important;
    }
}

@media (min-width: 1023px) {
    .video-js {
        width: 900px !important;
        height: 300px !important;
    }
}