@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300&display=swap');
body {
    font-family: "Rubik", sans-serif !important;
    font-family: "Red Hat Text", sans-serif;
}

.a-fix {
    color: #0f0f0f;
    text-decoration: none !important;
}

.circle-hp {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    border: 8px #40b1ba;
    border-style: solid;
    display: inline-block;
    padding-top: 45px;
    font-size: 30px;
    color: #dc3545;
}

.capitalize {
    text-transform: uppercase;
    font-size: 1.2rem;
}

.a-fix:hover {
    color: #40b1ba !important;
}

.here {
    color: #40b1ba !important;
}

video {
    max-width: 100%;
}

.img-max {
    max-width: 175px;
    height: 100%;
}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #f8f9fa;
}

.contactbox {
    background: #0f131e;
    color: #ddd;
    padding: 30px;
    text-decoration: none;
    max-width: 250px;
    margin: 5px auto;
    font-size: 80%;
    min-width: 250px;
}

.contactbox .title {
    font-size: 20px;
    padding: 20px 0px 10px;
}

.contactbox p {
    margin-bottom: 0;
}

.tile-icon {
    font-size: 50px;
    justify-content: center;
}

.uvod {
    display: none;
}

.uvod2 {
    display: none;
}

span.blok {
    display: block;
}

span.hide {
    display: none;
}

.td-align td:nth-child(2) {
    text-align: right;
}

.List_none {
    display: none;
}

.hidden {
    display: none!important;
}

.Header_menu_lang {
    background-color: #40b1ba;
    color: white!important;
    padding: 0.2em 0.5em;
    margin: 15px 1em 20px 1em;
    border-radius: 5px;
    vertical-align: middle;
}

@media (min-width: 600px) {
    video {
        width: 100%;
    }
    .contactbox {
        font-size: 80%;
        padding: 30px;
        text-decoration: none;
        max-width: 250px;
    }
    span.blok {
        display: inline;
    }
    span.hide {
        display: inline;
    }
    .td-align td:last-child {
        width: 1%;
        white-space: nowrap;
    }
}

@media (min-width: 990px) {
    .uvod {
        display: list-item;
    }
}

@media (min-width: 1399px) {
    .uvod2 {
        display: list-item;
    }
}

.List_features li {
    list-style-type: none;
    position: relative;
}

.List_features li::after {
    content: "";
    position: absolute;
    left: -2em;
    top: 0;
    width: 1em;
    height: 1em;
    background-color: #40b1ba;
}

.List_features li {
    list-style-type: none;
    position: relative;
    margin: 1em;
}

.List_features li::after {
    content: "";
    position: absolute;
    left: -2em;
    top: 5px;
    width: 1.25em;
    height: 1.25em;
    background: transparent url(../../tick.png) center center / contain no-repeat;
}

.List_features_signature li {
    list-style-type: none;
    position: relative;
}

.List_features_signature li::after {
    content: "";
    position: absolute;
    left: -2em;
    top: 0;
    width: 1em;
    height: 1em;
    background-color: #40b1ba;
}

.List_features_signature li {
    list-style-type: none;
    position: relative;
    margin: 1em;
}

.List_features_signature li::after {
    content: "";
    position: absolute;
    left: -2em;
    top: 7px;
    width: 1.25em;
    height: 1.25em;
    background: transparent url(../../tick3.png) center center / contain no-repeat;
}

.List_features_rectangle {
    border-color: #2cc082;
    border-style: dotted;
    border-width: 3px 0 0 0;
}

.training_graf {
    display: none;
    margin: 0 auto 1.5em auto;
    align-self: center;
    width: 75vw;
}

@media (min-width: 900px) {
    .List_none {
        visibility: hidden;
    }
    .training_graf {
        display: block;
        width: 50vw;
    }
    .Header_menu_lang {
        font-size: 16px;
    }
}

.Main_section {
    display: flex;
    flex-direction: row;
}

.Contact_contact {
    display: flex;
    flex-direction: column;
    width: 50vw;
}

.Contact_adress {
    display: flex;
    flex-direction: column;
    width: 50vw;
}

.text-muted p {
    margin-bottom: 0;
}

.training_list {
    display: block;
    width: 50vw;
    margin: 1em auto;
}

.footer {
    padding-top: 0.5rem!important;
}

.footer p {
    margin: 0.5em auto 0.3em 2em;
    padding: 0;
}

@media (max-width: 900px) {
    .training_list {
        width: 80vw;
    }
    .footer p {
        margin: 0.5em auto 0.2em 0.5em;
        font-size: 15px;
    }
}