body {
    font-family: 'Noto Sans', Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    color: #fff;
    background: #101012;
    -webkit-font-smoothing: antialiased;
}

body.light {
    color: #101012;
    background: #fff;
}


*, *:before, *:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none !important;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent;
}

a {
    color: #7f7f83;
    outline: none;
    text-decoration: underline;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

a:hover, a:focus {
    color: #fff;
    outline: none !important;
    text-decoration: none;
}

img {
    border: none;
    max-width: 100%;
}

svg {
    display: block;
}

svg, path, ellipse {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

lottie-player {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
}

input:focus, button, button:focus, button:active, select, input, textarea:focus {
    outline: none !important;
}

:invalid {
    box-shadow: none;
}

input[type="submit"], button {
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

input[disabled="disabled"],
button[disabled="disabled"],
a[disabled="disabled"] {
    cursor: not-allowed;
}

input[type="number"], input[type="date"] {
    -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button,
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0px;
}

input, textarea, button, select {
    font-family: 'Noto Sans', Arial, sans-serif;
    font-size: 27px;
    color: #fff;
    background: none;
}

fieldset {
    border: none;
}

textarea {
    resize: none;
    overflow: auto;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clear {
    width: 100%;
    height: 0;
    clear: both;
}

.clr:after, .clr:before {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    clear: both;
}

b, strong {
    font-weight: 700;
}

i {
    font-style: italic;
}

.ttu {
    text-transform: uppercase;
}

.tac {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.tar {
    text-align: right;
    margin-left: auto;
}


h1, h2, h3, h4, h5 {
    font-weight: 500;
}

h1 {
    font-size: 55px;
    margin-bottom: 35px;
}

h2 {
    font-size: 39.69px;
    margin-bottom: 25px;
}

h3 {
    font-size: 32px;
    margin-top: 60px;
    margin-bottom: 60px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 18px;
}

p {
    margin-bottom: 30px;
}


.container {
    max-width: 1024px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

.header {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 55px;
    background-color: rgb(16, 16, 18, 0.8);
}

.header_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 55px;
}

a.btn_h {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    height: 27px;
    background: rgb(131, 134, 142);
    border-radius: 13.5px;
    padding: 0 14px;
    letter-spacing: 0.5px;
    cursor: pointer;
}

a.btn_h:hover {
    background: #1CC0F1;
}

.btn-group {
    position: relative;
}

.btn-group .btn_lang--next, .btn-group .btn_lang {
    width: 100px;
}

.btn-group .btn_lang--extra, .btn-group .btn_lang {
    width: 140px;
}

.btn-group .btn_h .btn_h_img {
    width: 11px;
    margin-left: 6px;
}

.btn-group .btn_h .btn_h_desk {
    display: inline;
    padding-left: 10px;
}

.btn-group .btn_h .btn_h_mob {
    display: none;
}

.btn-group .btn_lang--next {
    position: absolute;
    display: none;
    top: 41px;
    right: 0;
}

.btn-group .btn_lang--next.lang-open {
    display: inline-flex;
    width: 140px;
}

.btn-group .btn_lang--extra {
    position: absolute;
    display: none;
    top: 41px;
    right: 0;
}

.btn-group .btn_lang--extra.lang-open {
    display: inline-flex;
}

.btn_en {
  margin-top: 0px;
}

.section1 {
    padding-top: 55px;
    padding-bottom: 100px;
}

.section1_inner {
    position: relative;
    text-align: center;
    padding: 42px 0;
}

.section1_inner > img {
    height: 600px;
}

.section1_inner_desc {
    position: absolute;
    top: 176px;
    left: 80px;
}

.section1_flex {
    display: flex;
    justify-content: space-between;
}

.section1_flex > div {
    text-align: center;
}

.section1_2 {
    position: relative;
    padding-left: 68px;
    margin-left: 15px;
}

.section1_2 > div {
    position: absolute;
    left: 0;
    font-size: 14px;
    font-weight: 300;
}

.section1_2 > div:after {
    content: '';
    position: absolute;
    left: 100%;
    bottom: 4px;
    margin-left: 5px;
    height: 1px;
    background: #fff;
}

.section1_2 > div:nth-child(1) {
    top: 5px;
}

.section1_2 > div:nth-child(2) {
    top: 44px;
}

.section1_2 > div:nth-child(3) {
    top: 83px;
}

.section1_2 > div:nth-child(1):after {
    width: 65px;
}

.section1_2 > div:nth-child(2):after {
    width: 65px;
}

.section1_2 > div:nth-child(3):after {
    width: 64px;
}

.section1_4 {
    display: flex;
    align-items: center;
}

.section1_4 > div > div {
    display: flex;
    align-items: center;
    text-align: left;
}

.section1_4 > div > div img {
    margin-right: 7px;
}

.section1_4 > div > div:first-child {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px #fff solid;
}

.section2 {
    padding-top: 106px;
    padding-bottom: 150px;
    overflow: hidden;
}

.section2_inner {
    position: relative;
    text-align: center;
    min-height: 940px;
}

.section2_desc {
    max-width: 382px;
    margin: 0 auto;
}

.section2_inner:after {
    content: '';
    position: absolute;
    right: -75px;
    bottom: 30px;
    width: 468px;
    height: 680px;
    background: url(../img/section2.png) no-repeat center top;
    background-size: contain;
}

.section2_inner:before {
    content: '';
    position: absolute;
    left: -75px;
    bottom: 30px;
    width: 468px;
    height: 680px;
    background: url(../img/section2_1.png) no-repeat center top;
    background-size: contain;
}

.section3 {
    padding: 200px 0;
    background: #6D6B72;
    overflow: hidden;
}


.section3_inner > div {
    text-align: center;
    max-width: 620px;
}

.section3_inner {
    display: grid;
    align-items: center;
    justify-content: space-between;
    grid-row-gap: 0;
    grid-column-gap: 0;
}

.section3_inner > div:nth-child(1) {
    grid-column: 2;
    grid-row: 2;
}

.section3_inner > div:nth-child(3) {
    grid-column: 2;
    grid-row: 3;
}

.section3_inner > div:nth-child(2) {
    grid-column: 1/2;
    grid-row: 1/5;
}


.video {
    width: 320px;
    margin: 0 auto;
}

.video video {
    width: 100%;
    height: auto;
}


.section4 {
    padding: 200px 0;
}

.section4_inner {
    display: grid;
    align-items: start;
    justify-content: space-between;
    grid-row-gap: 0;
    grid-column-gap: 0;
}

.section4_inner > div:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
}

.section4_inner > div:nth-child(3) {
    grid-column: 1;
    grid-row: 2;
}

.section4_inner > div:nth-child(2) {
    grid-column: 2/2;
    grid-row: 1/4;
}

.section4_inner > div {
    max-width: 515px;
}

.section4_inner > div:first-child {
    margin-top: -23px;
}

.section4_slider {
    width: 349px;
}

.section4_item {

}

.section4_item_img img {
    display: block;
}

.section4_item_img {
    margin-bottom: 27px;
}

.section4_item_desc {
    display: flex;
    font-size: 18px;
    color: #7f7f83;
}

.section4_item_desc > div {
    width: 50%;
}

.section4_item_desc span {
    display: block;
    padding: 0 15px;
    line-height: 30px;
    background: #69696c;
    font-size: 21px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}

.section4_item_desc > div:first-child {
    text-align: right;
    padding-right: 21px;
    border-right: 3px #69696c solid;
}

.section4_item_desc > div:last-child {
    padding-left: 21px;
    border-left: 2px #69696c solid;
}

.slick-dots {
    list-style: none;
    position: absolute;
    z-index: 10;
    bottom: -40px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

.slick-dots li {
    margin: 0 12px;
}

.slick-dots button {
    font-size: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: none;
    border: 2px #fff solid;
}

.slick-dots li.slick-active button {
    background: #fff;
}


.section5 {
    padding: 150px 0;
}

.section5_inner {
    display: flex;
}

.section5_menu {
    width: 224px;
    min-width: 224px;
    margin-right: 48px;
}

.section5_menu ul {
    list-style: none;
}

.section5_menu li {
    margin-bottom: 20px;
}

.section5_menu li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    height: 37px;
    padding: 0 10px 0 12px;
    background: #818185;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    border-radius: 2px;
}

.section5_menu li.active a {
    background: #1088c4;
}

.section5_progress {
    flex-grow: 1;
    min-width: 0;
}

.section5_progress {
    padding-top: 10px;
}

.progress_item {
    margin-bottom: 14px;
}

.progress_text {
    display: flex;
    justify-content: space-between;
    font-size: 17px;
}

.progress_line {
    position: relative;
    height: 15px;
    border-radius: 3px;
    margin-bottom: 5px;
}

.progress_line i {
    position: absolute;
    top: -6px;
    bottom: -6px;
    width: 2px;
    background: #1088c4;
    box-shadow: 0 0 0 1px rgba(16, 136, 196, 0.4);
    border-radius: 2px;
}

.progress_line i:before {
    content: '';
    position: absolute;
    top: -10px;
    left: -5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #1088c4;
}

.section5_text {
    padding-top: 20px;
}

.progress_item:nth-child(1) .progress_line {
    background: linear-gradient(to right, #f78b43 0%, #f5ab5b 3.27%, #f4c870 6.83%, #f4da7d 9.92%, #f4e182 12.16%, #dbdc8e 13.85%, #c1d89b 16.24%, #abd4a6 18.98%, #9ad1af 22.19%, #8ecfb5 26.16%, #87ceb9 31.72%, #86ceba 47.17%, #91cfb4 50.69%, #aed5a5 56.91%, #dedd8c 65.05%, #f4e182 68.3%, #f6a757 88.34%, #f78b43 100%);
}

.progress_item:nth-child(2) .progress_line {
    background: linear-gradient(to right, #f78b43 0%, #f68f46 5.8%, #f69d50 12.38%, #f5b461 19.34%, #f4d378 26.53%, #f4e182 29.12%, #d7dc90 33.28%, #bad79f 38.66%, #a3d3ab 44.38%, #92d0b3 50.5%, #89ceb8 57.32%, #86ceba 66.24%, #86ceba 98.88%);
}

.progress_item:nth-child(3) .progress_line {
    background: linear-gradient(to right, #f78b43 0%, #f68e45 8.42%, #f6984d 15.68%, #f5aa5a 22.5%, #f5c36c 29.02%, #f4e182 34.92%, #c9d997 43.02%, #86ceba 54.51%, #86ceba 100%);
}

.progress_item:nth-child(4) .progress_line {
    background: linear-gradient(to right, #f78b43 0%, #f5b763 5.76%, #f4d579 10.48%, #f4e182 13.14%, #d3db92 17%, #b7d6a0 21.31%, #a1d2ab 25.94%, #92d0b3 31%, #88ceb8 36.82%, #86ceba 45.06%, #c5d899 60.04%, #f4e182 72.04%, #f4db7d 72.77%, #f5be68 77.13%, #f6a757 81.78%, #f6974c 86.8%, #f68d45 92.44%, #f78b43 100%);
}

.progress_item:nth-child(5) .progress_line {
    background: linear-gradient(to right, #86ceba 52.28%, #aad4a7 58.59%, #dfdd8c 68.61%, #f4e182 73.5%, #f5bc67 80.34%, #f6a153 86.84%, #f69047 92.58%, #f78b43 96.95%);
}

.progress_item:nth-child(6) .progress_line {
    background: linear-gradient(to right, #86ceba 56.44%, #cdda95 68.94%, #f4e182 76.55%, #f5bc67 82.33%, #f6a153 87.83%, #f69047 92.69%, #f78b43 96.39%);
}

.progress_item:nth-child(7) .progress_line {
    background: linear-gradient(to right, #f78b43 0.56%, #f4e182 13.48%, #f2e082 13.61%, #ccda96 19.19%, #add4a5 24.7%, #97d1b1 30.07%, #8aceb7 35.23%, #86ceba 39.95%, #95d0b1 45.81%, #bfd79c 57.23%, #f4e182 69.93%, #f5d980 73.62%, #f8c37d 79.31%, #fbb67b 82.17%, #f78b43 98.75%);
}


.section6 {
    padding: 200px 0;
}

.section6_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    padding-right: 30px;
}

.section6_text {
    max-width: 418px;
    text-align: center;
    line-height: 1.8;
}

.img_shadow2 {
    position: relative;
}

.img_shadow2:before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: -50px;
    transform: translateX(-50%);
    width: 504px;
    height: 166px;
    border-radius: 50%;
    background: radial-gradient(farthest-side ellipse, #414143, rgba(65, 65, 67, 0));
}

.img_shadow2 img {
    position: relative;
    width: 450px;
    z-index: 2;
    display: block;
}

.wrp_size {
    position: relative;
    display: flex;
    justify-content: center;
}

.size {
    position: absolute;
    z-index: 5;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.size_right {
    right: 0;
}

.size_left {
    left: 0;
}

.size_right:before {
    content: '';
    flex-grow: 1;
    height: 1px;
    background: #fff;
    margin-right: 8px;
    margin-bottom: 5px;
}

.size_right:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
}

.size_left:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
}

.size_left:after {
    content: '';
    flex-grow: 1;
    height: 1px;
    background: #fff;
    margin-left: 8px;
    margin-bottom: 5px;
}


.size:nth-child(1) {
    top: 13%;
    left: 57%;
}

.size:nth-child(2) {
    top: 24.2%;
    left: 65%;
}

.size:nth-child(3) {
    top: 27.6%;
    left: 67%;
}

.size:nth-child(4) {
    top: 37%;
    left: 73%;
}

.size:nth-child(5) {
    top: 40%;
    left: 60%;
}

.size:nth-child(6) {
    top: 56.3%;
    left: 62%;
}

.size:nth-child(7) {
    top: 76%;
    left: 59%;
}

.size:nth-child(8) {
    top: 19.8%;
    right: 52%;
}

.size:nth-child(9) {
    top: 27%;
    right: 68%;
}

.size:nth-child(10) {
    top: 33.5%;
    right: 56%;
}

.size:nth-child(11) {
    top: 38%;
    right: 70%;
}

.size:nth-child(12) {
    top: 46%;
    right: 53%;
}

.size:nth-child(13) {
    top: 56.7%;
    right: 55%;
}

.size:nth-child(14) {
    top: 77%;
    right: 57%;
}


.section7 {
    padding: 200px 0;
    background: linear-gradient(#414143, #898b88);
}

.section7_inner {
    display: flex;
    justify-content: center;
    margin-bottom: 35px;
}

.section7_inner > div:first-child {
    margin-right: 50px;
}

.wrp_image7 {
    position: relative;
    padding-right: 90px;
}

.wrp_image7 > img {
    width: 220px;
}

.image_line {
    position: absolute;
    z-index: 6;
    top: 41.8%;
    left: 40%;
    width: 21%;
    height: 27.4%;
}

.image_line:before {
    content: '';
    position: absolute;
    top: -6px;
    left: -6px;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
}

.image_line:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 106%;
    background: #fff;
    transform: rotate(-29deg);
    transform-origin: 0 0;
}

.inner_image {
    position: absolute;
    z-index: 5;
    right: 0;
    bottom: 0;
    width: 125px;
}

.image_top {
    padding: 10px 11px 12px 15px;
    background: #383839;
}

.image_title {
    text-align: right;
    font-size: 16px;
    font-weight: 500;
    color: #1cc0f1;
    padding-bottom: 10px;
    border-bottom: 2px #fff solid;
    margin-bottom: 20px;
}

.image_top .section1_4 > div > div:first-child {
    padding-bottom: 0;
    margin-bottom: 15px;
    border-bottom: none;
}

.image_bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 39px;
    background: #fff;
    text-align: center;
    font-size: 19px;
    color: #262424;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.image_top.active + .image_bottom {
    background: #1CC0F1;
}


.section8 {
    padding: 200px 0 100px 0;
}

.section8_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section8_inner:first-child > div:last-child {
    margin-top: -80px;
}

.section8_inner:nth-child(2) {
    margin-top: -30px;
}

.section8_inner:nth-child(2) > div:last-child {
    margin-top: -160px;
}


.section8_inner:last-child {
    margin-top: -20px;
    margin-bottom: 10px;
}

.section8_inner:last-child > div:last-child {
    margin-top: -60px;
}


.section8_inner > div:first-child {
    flex-grow: 1;
    max-width: 450px;
    text-align: center;
}

.section8_inner > div:last-child {
    flex-grow: 1;
    max-width: 380px;
    text-align: center;
}

.section9 {
    padding: 200px 0 100px 0;
    background: #fff;
}

.section9_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 100px;
}

.section9_inner > div {
    width: 50%;
}

.section9_inner > div:first-child {
    margin-right: 30px;
    padding-right: 20px;
}

.section10 {
    padding: 200px 0 200px 0;
    background: #6D6C70;
}

.section11 {
    padding: 200px 0 0 0;
    background: #101012;
}

.section11_inner {
    padding-bottom: 50px;
}

.section11_img {
    position: relative;
    background: #d7d8dc;
    text-align: center;
}

.section11_img:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 114px;
    background: #101012;
}

.section11_img img {
    position: relative;
    z-index: 4;
    width: 1020px;
    margin-bottom: -4px;
}


.section12 {
    padding-top: 200px;
}

.section12 .container {
    position: relative;
    padding-bottom: 30px;
}


.section12 .container > img {
    width: 500px;
}

.section12_inner {
    position: absolute;
    top: 38%;
    right: 0;
    transform: translateY(-50%);
    max-width: 520px;
    text-align: center;
}

a.btn_b {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 500;
    color: #fff;
    padding: 0 50px;
    height: 94px;
    border: 2px #fff solid;
    border-radius: 47px;
}

a.btn_b:hover {
    border-color: #1CC0F1;
    color: #1CC0F1;
}

.footer {
    position: absolute;
    z-index: 5;
    bottom: 30px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #7f7f83;
    font-size: 14px;
    padding: 0 20px;
}

.footer_menu ul {
    list-style: none;
    display: flex;
}

.footer_menu li {
    margin: 0 25px;
}

.footer_menu a {
    color: #7f7f83;
    font-size: 16px;
    text-decoration: none;
}

.footer_menu a:hover {
    color: #fff;
}

.social {
    display: flex;
}

.social a {
    margin-left: 10px;
}

.social a svg {
    display: block;
}

.social a path,
.social a ellipse {
    fill: #7F7F83;
}

.social a:hover path,
.social a:hover ellipse {
    fill: #fff;
}

.light .social a path,
.light .social a ellipse {
    fill: #101012;
}

.light .social a:hover path,
.light .social a:hover ellipse {
    fill: #1CC0F1;
}

.content {
    padding-top: 120px;
}

.content p {
    font-size: 22px;
    font-weight: 300;
}

.group {
    margin-bottom: 25px;
    position: relative;
}

.label {
    font-size: 22px;
    color: #7f7f83;
    font-weight: 300;
    margin-bottom: 10px;
}

.group input, .group .selector {
    display: block;
    width: 100%;
    height: 42px;
    padding: 0 20px;
    border: 1px #7f7f83 solid;
}

.selector.bitte {
    position: relative;
}

.group input.selector-button-input {
    position: absolute;
    bottom: 0;
    left: 42%;
    width: 0;
    border: none;
    padding: 0 1px;
    height: 1px;
}

.group .selector-button {
    background: none;
    font-size: 22px;
    width: 100%;
    height: 100%;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    color: #7f7f83;
    transition: none;
}

.group .selector.selector--open .selector-button__icon {
    transform: rotateZ(180deg);
}

.group .selector.selector--open .selector-list {
    display: block;
}

.group .selector-button:not([data-value=""]) {
    font-size: 27px;
    color: #fff;
}

.group .selector-button:not([data-value=""]) .selector-button__icon {
    display: none;
}

.group .selector-button .selector-button__icon {
    margin-right: 10px;
    width: 15px;
    height: auto;
    transition: transform 0.2s linear;
}

.group .selector-button:hover {
    background: none;
}

.selector-list {
    display: none;
    position: absolute;
    z-index: 10;
    top: calc(100% - 1px);
    left: 0;
    width: 100%;
    height: 471px;
    border: 1px #7f7f83 solid;
    background: #101012;
}

.selector-list .selector-list__item {
    display: inline-block;
    width: 100%;
    height: 42px;
    padding: 7px 20px;
}

.selector-list__item.selected, .selector-list__item:hover {
    color: #1CC0F1;
}

.selector-list .selector-list__item:first-child {
    margin-top: 7px;
}

.selector-list .selector-list__scroll {
    height: 100%;
    overflow-y: auto;
}

.selector-list__scroll::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.selector-list__scroll::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px #101012;
}

.selector-list__scroll::-webkit-scrollbar-thumb {
    background-color: #fff;
}

/*.zone-list__scroll::-webkit-scrollbar-thumb:hover {
  background-color: $boi-blue;
}*/

.selector-list__scroll {
    scrollbar-width: thin;
    scrollbar-color: #fff #101012;
}

.group textarea {
    width: 100%;
    height: 124px;
    padding: 10px 20px;
    border: 1px #7f7f83 solid;
}

.error {
    min-height: 30px;
    text-align: center;
    font-size: 22px;
    color: red;
}

.checkbox {
    font-size: 17.4px;
    color: #7f7f83;
    margin-bottom: 20px;
}

.checkbox input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
}

.checkbox label {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.checkbox i {
    position: relative;
    display: block;
    width: 25px;
    min-width: 25px;
    height: 25px;
    border: 1px #83868e solid;
    margin-right: 10px;
}

.checkbox input:checked + i:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 14px;
    height: 10px;
    border-left: 1px #83868e solid;
    border-bottom: 1px #83868e solid;
    transform: rotate(-45deg);
}

.form_btn {
    text-align: right;
    margin-bottom: 15px;
}

.form button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 28px;
    color: #fff;
    height: 54px;
    padding: 0 25px;
    border-radius: 27px;
    background: #83868e;
    border: none;
}

.form button:hover {
    background: #1CC0F1;
}

.required_text {
    color: #7f7f83;
    font-size: 17.7px;
}

.contact_flex {
    display: flex;
    margin-bottom: 60px;
}

.contact_flex > div:first-child {
    padding-right: 10px;
}

.contact_flex > div {
    width: 50%;
}

.contact_flex a {
    color: #fff;
}

.contact_btn {
    display: flex;
    justify-content: space-between;
}

.contact_btn a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    padding: 0 25px;
    height: 54px;
    border-radius: 27px;
    background: #5f5e63;
}

.contact_btn > div:nth-child(2) a {
    color: #818086;
    background: #2D2A2D;
}

.contact_btn div a:hover {
    color: #fff;
    background: #1CC0F1;
}

.wrp_listtext {
    position: relative;
}


.section13 {
	padding: 93px 0;
	background: #008bc3;
	color: #fff;
}

.section13 a {
    color: #101012;
}

.blausection {
	padding: 93px 0;
	background: #008bc3;
	color: #fff;
}

.blausection a {
    color: #fff;
}

.section14 {
    padding: 100px 0;
    background: linear-gradient(#555457, #7A797B);
}

.section14_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

a.btn2, .btn2 {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 62px;
    padding: 0 50px;
    border-radius: 50px;
    background: #101012;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-size: 21px;
    font-weight: 500;
}

.btn2:hover {
    color: #1CC0F1;
}

.section13_inner {
    background: #FFF343;
    padding: 65px 20px;
    color: #101012;
}

.section13_inner a {
    color: #101012;
}

.info_flex_img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 217px;
}

.info_flex_img img {
    margin: 0 10px;
}

.info_flex {
    display: flex;
    margin-bottom: 260px;
}
.info_flex--center {
    display: flex;
    justify-content: center;
    margin-bottom: 90px;
}
.info_flex--center .info_flex--mobile-show{ display: none}

.info_flex > div {
    width: 50%;
    min-width: 0;
}

.info_flex > div:nth-child(1) {
    padding-right: 24px;
}

.info_flex > div:nth-child(2) {
    padding-left: 24px;
}

.light .container {
    max-width: 940px;
}

.light .footer {
    color: #101012;
}

.light .footer_menu a {
    color: #101012;
}

.light .footer_menu a:hover {
    color: #1CC0F1;
}

.btn_video {
    position: relative;
    display: inline-block;
}

.icon_play {
    content: '';
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.btn_video:hover .icon_play path {
    fill: #1CC0F1;
}

.info_flex_img2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 240px;
}

.info_flex_img3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.info_flex_img3 img {
    margin: 0 30px 30px 30px;
}


.anim {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    opacity: 0;
    transform: translateY(100%);
}

.animstep1 {
    transition-delay: 0s;
}

.animstep2 {
    transition-delay: 0.1s;
}

.animstep3 {
    transition-delay: 0.2s;
}

.anim.anim_start {
    opacity: 1;
    transform: translateY(0);
}

.ytext1 {
    font-size: 27px;
    margin-bottom: 12px;
}

.ytext2 {
    font-size: 22px;
    margin-bottom: 12px;
}

.ytext3 {
    font-size: 19px;
}

#blausection_btn {
    margin-top: 30px;
}

/* Styles for the warning */

    #language-redirect-message {
    display: none;
    position: fixed;
    font-family: 'Noto Sans';
    font-size: 15px;
    text-align: center;
    top: 70px;
    right: 50%;
    left: 44%;
    width: 232px;
    background-color: rgb(255 255 255 / 82%);
    color: #2b2b2b;
    padding: 10px;
    border-radius: 10px;
    z-index: 101;
}

    #language-redirect-message-english {
    display: none;
    position: fixed;
    font-family: 'Noto Sans';
    font-size: 15px;
    text-align: center;
    top: 70px;
    right: 50%;
    left: 44%;
    width: 232px;
    background-color: rgb(255 255 255 / 82%);
    color: #2b2b2b;
    padding: 10px;
    border-radius: 10px;
    z-index: 101;
}

        /* Styles for the buttons */
        #redirect-ok-button {
            
            background-color: #1CC0F1;
            font-size: 14px;
            color: #fff;
            padding: 6px 12px;
            border: none;
            border-radius: 8px;
            cursor: pointer;
            transition: background-color 0.3s;
            margin-right: 6px;
        }

        /* Styles for the hover state of the buttons */
        #redirect-ok-button:hover {
            background-color: #2b2b2b;
        }

        #cancel-redirect-button {
            
            background-color: #b3b3b3;
            font-size: 14px;
            color: #fff;
            padding: 6px 12px;
            border: none;
            border-radius: 8px;
            cursor: pointer;
            transition: background-color 0.3s;
            margin-right: 6px;
        }

        /* Styles for the hover state of the buttons */
        #cancel-redirect-button:hover {
            background-color: #1CC0F1;
        }

                /* Styles for the buttons */
        #redirect-ok-button-english {
            
            background-color: #1CC0F1;
            font-size: 14px;
            color: #fff;
            padding: 6px 12px;
            border: none;
            border-radius: 8px;
            cursor: pointer;
            transition: background-color 0.3s;
            margin-right: 6px;
        }

        /* Styles for the hover state of the buttons */
        #redirect-ok-button-english:hover {
            background-color: #2b2b2b;
        }

        #cancel-redirect-button-english {
            
            background-color: #b3b3b3;
            font-size: 14px;
            color: #fff;
            padding: 6px 12px;
            border: none;
            border-radius: 8px;
            cursor: pointer;
            transition: background-color 0.3s;
            margin-right: 6px;
        }

        /* Styles for the hover state of the buttons */
        #cancel-redirect-button-english:hover {
            background-color: #1CC0F1;
        }







