html,
body {
    font-size: 16px !important;
    box-sizing: border-box !important;
}

.slides h2.large {
    font-weight: bold;
}

a.testing,
.slides a.testing {
    background-color: #FFD000;
    border: none;
    padding: 20px 50px;
    position: relative;
    display: block;
    color: black;
}

.slides .row:first-child {
    margin-bottom: 2rem;
}

.slides .button-info .info .large,
.slides .button-info .info-without-line .large {
    font-size: 1.3rem;
    font-weight: bold;
}

.slides .button-info .info .small {
    font-size: 0.8rem;
    font-weight: 100;
    color: #bbbbbb;
}

.slides .button-info .info-without-line .small {
    color: #fff;
    font-size: 1.2rem;
}

.slides .button-info .info {
    border-top: 4px solid #FFD000;
    padding-top: 5px;
}

.slides .button-info .info-without-line .large {
    color: #FFD000;
}

.pproject .project__wrapper__back {
    transform: rotateY(180deg);
    transition: 0.4s;
    transform-style: preserve-3d;
    backface-visibility: hidden;
}

.pproject .project__wrapper {
    transform: rotateY(0);
    transition: 0.4s;
    backface-visibility: hidden;
}

.pproject:hover .project__wrapper {
    transform: rotateY(180deg);
}

.pproject:hover .project__wrapper__back {
    transform: rotateY(0);
}

.nav-container .logo {
    color: white;
    font-size: 1.5rem;
}

.nav-container .scrolled .logo {
    color: black !important;
    font-size: 1.5rem;
}

.main-green {
    color: #FFD000 !important;
}

.main-green-bg {
    background-color: #FFD000 !important;
}

.main-green-border {
    border-color: #FFD000 !important;
}

button.main {
    height: 50px;
    width: 100%;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 0 !important;
}

::selection {
    background: #FFD000;
    color: black;
    text-shadow: none;
}

.btn-custom {
    padding: 0.6rem 1.5rem;
    color: #FFD000;
    transition: 0.4s ease all;
}

.btn-custom--outlined {
    border: 1px solid #FFD000;
    background-color: transparent;
    color: #FFD000;
}

.btn-custom:hover.btn-custom--outlined {
    background-color: #FFD000;
    color: black;
}

.btn-custom--black {
    color: black;
    border-color: black;
}

.btn-custom:hover.btn-custom--black {
    background-color: black;
    color: #FFD000;
}

a {
    color: #d0ab00;
}

a:hover {
    color: #FFD000;
}

.project__wrapper {
    min-height: 100%;
}

footer {
    padding: 50px 0;
}

.map-contacts,
.logo-desktop {
    display: block;
}

.logo-mobile {
    display: none;
}

.inline-block.mb0.text-blue-600 {
    color: #ab8c00 !important;
}

.inline-block.mb0.text-blue-600:hover {
    color: #d2ac00 !important;
}

.news__header > div {
    color: #ab8c00 !important;
}

#our-location {
    padding: 0;
    height: 593px;
    margin: 0;
}

.tooltip-c {
    position: relative;
    transition: all ease 0.1s;
    width: 20px;
    height: 20px;
    font-size: 1rem;
    font-weight: normal !important;
    display: inline-flex;
}

div[data-tippy-root] > div {
    background-color: #fff !important;
    color: black;
    padding: 0.5rem 1rem;
    border: 1px solid black;
}

.tippy-content {
    white-space: pre-line;
}

.robots {
    position: fixed;
    right: 1rem;
    top: 6rem;
    z-index: 2500;
    width: 220px;
    min-width: 220px;
    max-width: 70vw;
    cursor: pointer;
    /*display: none;*/
    transition: all ease 1s;
}

.robots__wrapper {
    position: relative;
}

.robots__body {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-bottom: 1rem;
}

.robots__body > img {
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
    width: 130px;
    height: 170px;
}

.robots__wrapper .robots__close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2501;
    padding: 7px;
    transition: all ease-in-out 0.1s;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.15);
}

.robots__wrapper .robots__close:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.robots__wrapper .robots__close:hover img {
    filter: invert(1);
    transform: rotate(360deg);
    transition: all ease 0.5s;
}

.robots__wrapper .robots__close img {
    transition: all ease 0.5s;
    filter: drop-shadow(1px 2px 0 rgba(255, 255, 255, 0.4));
}

.robots__text__wrapper {
    min-width: 220px;
    max-width: 90vw;

    /*background-color: #FFD000;*/
    /*padding: 1rem;*/
    /*border: 1px solid #000;*/
    /*color: #000;*/

    box-shadow: 0 25px 25px rgba(0, 0, 0, 0.15);
    background-color: rgba(69, 72, 78, 0.8);
    padding: 1rem;
    border: 1px solid rgba(75, 85, 99, 0.8)
}

.robots__text__body {
    text-align: center;
    text-shadow: 1px 0 5px rgba(0, 0, 0, 0.7);
    font-weight: bold;
    color: white;
}

.robots__text__body a {
    color: inherit !important;
}

.robots__text__body:hover a {
    color: inherit !important;
}

.robots:hover .robots__text__wrapper {
    box-shadow: 0 25px 25px rgba(255, 208, 0, 0.15);
}

.robots:hover .robots__body > img {
    filter: drop-shadow(2px 2px 0 rgba(255, 208, 0, 0.5));
}

.btn-1 {
    padding: 1rem 2rem;
}

.btn-1:not(:last-child) {
    margin-right: 1rem;
}

.module.left.logo-mobile a {
    transition: none !important;
}

.module.left.logo-mobile.menu-mobile-open a {
    color: black;
}

#news .news-box {
    grid-gap: clamp(1rem, 2vw, 24px);
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
}

#enter-academy .courses .course {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 250px;
    width: 100%;
    margin: 0 auto;
}

#enter-academy .courses .course h6 {
    padding: 0 0 0 10px;
}

#timer {
    margin-left: -25px;
    margin-top: 20px;
    font-size: 2.8em;
    font-weight: 100;
    color: white;
}

#timer > div {
    display: inline-block;
    min-width: 75px;
}

#timer > div > span {
    color: white;
    display: block;
    font-size: .35em;
    font-weight: 400;
}

.code-future {
    position: fixed;
    left: 1rem;
    top: 6rem;
    z-index: 2500;
    width: 220px;
    min-width: 220px;
    max-width: 70vw;
    cursor: pointer;
    /*display: none;*/
    transition: all ease 1s;
}

.code-future__wrapper {
    position: relative;
}

.code-future__body {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-bottom: 1rem;
}

.code-future__body > img {
    filter: brightness(0%) invert(1) drop-shadow(1px 1px 0 rgba(0, 0, 0, 0.5)) drop-shadow(1px -1px 0 rgba(0, 0, 0, 0.5)) drop-shadow(-1px 1px 0 rgba(0, 0, 0, 0.5)) drop-shadow(-1px -1px 0 rgba(0, 0, 0, 0.5));
    width: 130px;
    height: 80px;
}

.code-future__wrapper .code-future__close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2500;
    padding: 7px;
    transition: all ease-in-out 0.1s;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.15);
}

.code-future__wrapper .code-future__close:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.code-future__wrapper .code-future__close:hover img {
    filter: invert(1);
    transform: rotate(360deg);
    transition: all ease 0.5s;
}

.code-future__wrapper .code-future__close img {
    transition: all ease 0.5s;
    filter: drop-shadow(1px 2px 0 rgba(255, 255, 255, 0.4));
}

.code-future__text__wrapper {
    min-width: 220px;
    max-width: 90vw;

    /*background-color: #FFD000;*/
    /*padding: 1rem;*/
    /*border: 1px solid #000;*/
    /*color: #000;*/

    box-shadow: 0 25px 25px rgba(0, 0, 0, 0.15);
    background-color: rgba(69, 72, 78, 0.8);
    padding: 1rem;
    border: 1px solid rgba(75, 85, 99, 0.8)
}

.code-future__text__body {
    text-align: center;
    text-shadow: 1px 0 5px rgba(0, 0, 0, 0.7);
    font-weight: bold;
    color: white;
}

.code-future:hover .code-future__text__wrapper {
    box-shadow: 0 25px 25px rgba(255, 208, 0, 0.15);
}

.code-future:hover .code-future__body > img {
    filter: brightness(0%) invert(1) drop-shadow(1px 1px 0 rgba(0, 0, 0, 0.5)) drop-shadow(1px -1px 0 rgba(0, 0, 0, 0.5)) drop-shadow(-1px 1px 0 rgba(255, 208, 0, 0.15)) drop-shadow(-1px -1px 0 rgba(255, 208, 0, 0.15));
}

.buttons-form div label {
    display: inline-block;
    background-color: rgba(245, 245, 245, 1);
    /*border: 1px solid rgba(139, 139, 139, .3);*/
    color: #989898;
    white-space: nowrap;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s;
    padding: 8px 12px;
    cursor: pointer;
    margin-bottom: 0;
}

.buttons-form div input[type="checkbox"]:checked + label {
    background-color: #fcce29 !important;
    color: #000 !important;
    transition: all .2s !important;
}

.buttons-form div input[type="checkbox"] {
    position: absolute !important;
    opacity: 0 !important;
}

.button-box .button-box--start-test {
    font-weight: 500;
}

.form-contact .form__message {
    color: #282828;
    font-size: 1rem;
    text-align: center;
    margin: 15px 0 0 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.form__message p {
    padding: 0;
    margin: 0;
}

.form__message.warning p {
    color: red;
}

.form__message.success p {
    width: 100%;
    text-align: center;
}

.form-contact .form {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}

.form-contact .form--row {
    width: 100%;
    position: relative;
}

.form-contact .form--row:first-child {
    margin-top: 0;
}

.form-contact .form--row input, .form-contact .form--row textarea {
    max-width: 100%;
    box-sizing: border-box;
    padding: 10px 25px;
    font-size: 1rem;
    color: #282828;
}

.form-contact .form--row input.error, .form-contact .form--row textarea.error {
    border-color: #ff5252;
    color: #ff5252;
}

.form-contact .form--row input.error::placeholder, .form-contact .form--row textarea.error::placeholder {
    color: #ff5252;
}

.form-contact .form--row textarea {
    max-width: 90%;
    min-width: 90%;
    min-height: 70px;
    max-height: 115px;
}

.form-contact button .loader {
    display: none;
}

/*СПИНЕР*/
.loader {
    display: block;
    color: #000;
    font-size: 20px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin: 0 auto;
    /*margin: 72px auto;*/
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
    animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}

@-webkit-keyframes load6 {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%, 95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%, 59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}

@keyframes load6 {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%, 95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%, 59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}

@-webkit-keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/**
 * RECOMMEND TAILWIND CSS
 */

@media (max-width: 639px) {
    html, body {
        font-size: 16px !important;
    }

    .btn-1 {
        padding: 0rem 1rem;
        height: 40px !important;
    }

    #timer {
        margin-left: -5px;
        font-size: 2em;
    }

    #timer > div {
        min-width: 60px;
    }

    p {
        font-size: 1rem;
        margin-bottom: 12px;
    }

    #our-location {
        height: calc(593px + 166px);
        padding-bottom: 166px;
    }

    .robots {
        right: 1rem;
        top: auto;
        bottom: 1rem;
        z-index: 2500;
        width: 1000px;
    }

    .robots__wrapper {
        position: relative;
    }

    .robots__body {
        display: none;
    }

    .robots__text__wrapper {
        padding: 0;
        border: 1px solid rgba(0, 0, 0, 0.5);
        color: #000;
        position: relative;
        z-index: 2502;
        overflow: hidden;
    }

    .robots__text__wrapper a {
        padding: 1rem;
        display: block;
        position: relative;
        z-index: 2503;
    }

    .robots__text__wrapper::before {
        content: ' ';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        filter: blur(15px);
        background-color: rgba(255, 255, 255, 0.5);
        z-index: 2501;
    }

    .robots__text__body {
        font-size: 0.9rem !important;
    }

    .robots__wrapper .robots__close {
        z-index: 2503;
        background-color: transparent;
    }

    .code-future {
        right: 1rem;
        left: auto;
        top: auto;
        bottom: calc(2rem + 82px);
        z-index: 2500;
        width: 1000px;
    }

    .code-future__wrapper {
        position: relative;
    }

    .code-future__body {
        display: none;
    }

    .code-future__text__wrapper {
        padding: 1rem;
        border: 1px solid rgba(0, 0, 0, 0.5);
        color: #000;
        position: relative;
        z-index: 2502;
        overflow: hidden;
    }

    .code-future__text__wrapper::before {
        content: ' ';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        filter: blur(15px);
        background-color: rgba(255, 255, 255, 0.5);
        z-index: 2501;
    }

    .code-future__text__body {
        font-size: 0.9rem !important;
    }

    .code-future__wrapper .code-future__close {
        z-index: 2503;
        background-color: transparent;
    }
}

@media (min-width: 640px) {
    html, body {
        font-size: 18px !important;
    }

    #timer {
        font-size: 2em;
    }
}

@media (min-width: 768px) {
    html, body {
        font-size: 16px !important;
    }

    .button-box {
        align-items: baseline
    }

    #timer {
        font-size: 2.2em;
    }

    #timer > div {
        min-width: 60px;
    }

    #our-location {
        height: calc(593px + 160px);
        padding-bottom: 160px;
    }
}

@media (min-width: 1024px) {
    html, body {
        font-size: 16px !important;
    }

    #our-location {
        height: 593px;
        padding-bottom: 0;
    }
}

@media (min-width: 1280px) {
}

@media (min-width: 1536px) {
    .slides h2.large {
        font-size: 4rem;
    }

    .slides .col-sm-12 {
        text-align: left
    }

    .slides p.lead {
        font-size: 1.8rem;
        margin-bottom: 20px;
    }
}

/**
 * END RECOMMEND TAILWIND CSS
 */

@media (min-width: 1200px) {
    .slides h2.large {
        font-size: 4rem;
    }

    .slides .col-sm-12 {
        text-align: left
    }

    .slides p.lead {
        font-size: 1.6rem;
        margin-bottom: 15px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .slides h2.large {
        font-size: 3.6rem;
    }

    .slides .col-sm-12 {
        text-align: left;
    }

    .slides p.lead {
        font-size: 1.6rem;
    }
}

@media (min-width: 768px) and (max-width: 1300px) {
    .slides h2.large {
        font-size: 3.2rem;
    }

    .slides .col-sm-12 {
        text-align: center;
    }

    .slides p.lead {
        font-size: 1.4rem;
    }

    .logo-desktop {
        display: none;
    }

    .logo-mobile {
        display: block;
    }
}

@media (max-width: 1024px) {
    .slides.overlay .btn-1 {
        margin-right: 0;
    }

    #main {
        min-height: 100vh;
    }

    #main .overlay {
        min-height: 100vh;
    }

    #main .overlay .slides.overlay {
        display: flex;
        align-items: center;
    }

    .cover.fullscreen {
        height: auto;
    }

    .cover.fullscreen .slides li {
        height: auto;
        padding: 80px 0;
    }

    .cover.fullscreen .slides li {
        padding-bottom: 180px !important;
    }

    .cover.fullscreen .container {
        top: 0;
        transform: none;
        -webkit-transform: none;
    }
}

@media (max-width: 800px) {
    .slides.overlay .up {
        margin-bottom: 20px;
    }

    .slides.overlay .btn-1 {
        height: 70px;
    }

    .slides.overlay .btn-1 {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    a.testing,
    .slides a.testing {
        padding: 10px 30px;
    }

    h4 {
        font-size: 1.3rem;
    }

    .slides h2.large {
        font-size: 2.2rem;
    }

    .slides .col-sm-12 {
        text-align: center;
    }

    .nav-container .logo {
        color: white;
        font-size: 1.5rem;
    }

    .cover.fullscreen .slides li {
        padding-bottom: 180px !important;
    }

    .logo-desktop {
        display: none;
    }

    .logo-mobile {
        display: block;
    }
}

@media (max-width: 580px) {
    #main {
        padding: 0;
    }

    /*.slides.overlay .content-container .info {*/
    /*    padding: 0;*/
    /*    display: flex;*/
    /*    justify-content: center;*/
    /*    align-items: center;*/
    /*    flex-direction: column;*/
    /*}*/
}

@media (max-width: 530px) {
    #faq .accordion .title h4 {
        font-size: 16px;
    }
}

@media (max-width: 500px) {
    #news .news-box {
        grid-gap: clamp(1rem, 2vw, 24px);
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }
}

@media (max-width: 370px) {
    #faq .accordion .title h4 {
        font-size: 11px;
    }

    #main .up .title-slides-overlay {
        font-size: 34px !important;
    }
}

@media (max-width: 340px) {
    .partners-box {
        bottom: -0.25rem;
    }
}

@media (max-width: 326px) {
    .slides.overlay .text-xl,
    .slides.overlay .content-container .info .text-xl {
        font-size: 1rem !important;
    }
}
