@import url( 'https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Oswald:wght@200;300;400;500;600;700&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Work+Sans&display=swap');
@import url( 'https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body,
#root {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-color: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
}

#root {
    display: flex;
    flex-direction: column;
}

.root__wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 700px;
    padding: 40px 40px;
    padding-bottom: 80px;
    background: #FFF;
}

.root__inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 700px;
    padding: 0px 20px 80px 20px;
    background: #FFF;
    margin-bottom: 80px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-40 {
    margin-bottom: 40px;
}

.root__wrapper__headline-1 {
    color: #EC0000;
    leading-trim: both;
    text-edge: cap;
    font-family: Raleway;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
}

.root__wrapper__headline-2 {
    color: #EC0000;
    leading-trim: both;
    text-edge: cap;
    font-family: Raleway;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
}

.root__wrapper__headline-3 {
    color: #000;
    leading-trim: both;
    text-edge: cap;
    font-family: Raleway;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
}

.root__wrapper__headline-3 span {
    color: #EC0000;
    leading-trim: both;
    text-edge: cap;
    font-family: Raleway;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
}

.root__wrapper__para_w_span {
    color: #000;
    leading-trim: both;
    text-edge: cap;
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
}

.root__wrapper__para_w_span span {
    color: #EC0000;
    leading-trim: both;
    text-edge: cap;
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
}

.root__wrapper__standard__image {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.root__wrapper__section1 {
    display: flex;
    flex-direction: column;
}

.root__wrapper__section1__inner {
    display: flex;
}

.root__wrapper__section1__inner p {
    flex: 50%;
    text-align: center;
    color: #EC0000;
    leading-trim: both;
    text-edge: cap;
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
}

.root__wrapper__section1__inner span {
    flex: 50%;
    text-align: center;
    color: #000;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Raleway;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.5;
}

.root__wrapper__normal-para {
    color: #000;
    leading-trim: both;
    text-edge: cap;
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
}

.root__wrapper__normal-para span {
    color: #E32C23;
    leading-trim: both;
    text-edge: cap;
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
}

.root__wrapper__black-bolded-span {
    color: #000;
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
}

.root__wrapper__red-bolded-span {
    color: #EC0000;
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
}

.root__wrapper__button {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 20px;
    border-radius: 5px;
    background: linear-gradient(90deg, #03B62A 0%, #58D756 47.4%, #03B62A 100%);
}

.root__wrapper__button p {
    color: #FFF;
    text-align: center;
    font-family: Barlow;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    text-decoration-line: underline;
}

.root__wrapper__button a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.root__wrapper__ministarstvo {
    display: grid;
    grid-template-columns: 137px auto 147px;
    column-gap: 10px;
}

.root__wrapper__wideOffer {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0px;
    width: calc(100% + 80px);
    margin-left: -40px;
    background: #E32C23;
}

.root__wrapper__wideOffer p {
    color: #FFF;
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Raleway;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 1.5;
    text-transform: uppercase;
}

.root__wrapper__dostupni {
    display: flex;
    flex-direction: column;
}

.root__wrapper__dostupni p {
    color: #EA382F;
    font-family: Raleway;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 26.4px */
}

.root__wrapper__dostupni__inner {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    border: 2px solid #939393;
    background: #EAEAEA;
    position: relative;
}

.root__wrapper__dostupni__inner__dostupnost {
    position: absolute;
    top: 0px;
    left: 0;
    display: flex;
    align-items: center;
    width: 40%;
    min-width: 205px;
    height: 100%;
    padding: 10px;
    background: linear-gradient(90deg, #E32C23 1.6%, #FF5E56 49.76%, #E32C23 99.98%);
}

.root__wrapper__dostupni__inner__dostupnost p {
    color: #FFF;
    font-family: Figtree;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 1.5;
    text-transform: uppercase;
}

.root__wrapper__blackHeadline {
    color: var(--Dark, #1E1E1F);
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Raleway;
    font-size: 31px;
    font-style: normal;
    font-weight: 800;
    line-height: 1.5;
    text-transform: uppercase;
}

.root__wrapper__smallDesc {
    color: #1E1E1F;
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 21.6px */
}

.root__wrapper__videoSection {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 443px;
    margin-left: auto;
    margin-right: auto;
}

.root__wrapper__videoSection__1 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: auto;
}

.root__wrapper__videoSection__1__play {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.root__wrapper__videoSection__1__pause {
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}

.root__wrapper__all-red-para {
    color: #E32C23;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
}

.root__wrapper__black-subheadline {
    color: #000;
    leading-trim: both;
    text-edge: cap;
    font-family: Raleway;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
}

.root__wrapper__listing-3 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.root__wrapper__listing-3 div {
    display: flex;
    align-items: center;
    gap: 20px;
}

.root__wrapper__listing-3 p {
    color: #000;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
}

.root__wrapper__strucnjak {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.root__wrapper__strucnjak__left {
    width: 100%;
    flex: 100%;
    display: flex;
    flex-direction: column;
}

.root__wrapper__strucnjak__left img {
    width: 80%;
    height: auto;
}

.root__wrapper__strucnjak__left p {
    color: #6A6A6A;
    leading-trim: both;
    text-edge: cap;
    font-family: Raleway;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.5;
}

.root__wrapper__strucnjak__right {
    width: 100%;
    flex: 100%;
    display: flex;
}

.root__wrapper__strucnjak__right p {
    color: #000;
    leading-trim: both;
    text-edge: cap;
    font-family: Raleway;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.5;
}

.root__wrapper__strucnjak__right span {
    color: #E32C23;
    leading-trim: both;
    text-edge: cap;
    font-family: Raleway;
    font-size: 20px;
    font-style: italic;
    font-weight: 500;
    line-height: 1.5;
}

.root__wrapper__para-italic {
    color: #000;
    leading-trim: both;
    text-edge: cap;
    font-family: Raleway;
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
    line-height: 1.5;
}

.root__wrapper__para-italic span {
    color: #E32C23;
    leading-trim: both;
    text-edge: cap;
    font-family: Raleway;
    font-size: 20px;
    font-style: italic;
    font-weight: 500;
    line-height: 1.5;
}

.root__wrapper__small-section-head {
    color: #000;
    leading-trim: both;
    text-edge: cap;
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
}

.root__wrapper__small-section-head span {
    color: #E32C23;
    leading-trim: both;
    text-edge: cap;
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
}

.root__wrapper__ul {
    display: flex;
    flex-direction: column;
}

.root__wrapper__ul__item {
    display: flex;
    padding-left: 40px;
    position: relative;
}

.root__wrapper__ul__item p {
    color: #000;
    leading-trim: both;
    text-edge: cap;
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
}

.root__wrapper__ul__item span {
    color: #E32C23;
    leading-trim: both;
    text-edge: cap;
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
}

.root__wrapper__ul__item-dot {
    width: 4px;
    height: 4px;
    border-radius: 100px;
    background-color: #333;
    position: absolute;
    top: 8px;
    left: 20px;
}

.root__wrapper__ul__item-num {
    color: #000;
    leading-trim: both;
    text-edge: cap;
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    position: absolute;
    top: 0px;
    left: 16px;
}

@media screen and (max-width: 576px) {
    .root__wrapper {
        padding: 20px 20px;
    }
    .mb-20 {
        margin-bottom: 10px;
    }
    .mb-30 {
        margin-bottom: 20px;
    }
    .mb-40 {
        margin-bottom: 30px;
    }
    .root__wrapper__headline-1 {
        font-size: 20px;
    }
    .root__wrapper__headline-2 {
        font-size: 20px;
    }
    .root__wrapper__headline-3 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .root__wrapper__headline-3 span {
        font-size: 20px;
    }
    .root__wrapper__para_w_span {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .root__wrapper__para_w_span span {
        font-size: 20px;
    }
    .root__wrapper__section1__inner p {
        font-size: 20px;
    }
    .root__wrapper__section1__inner span {
        font-size: 20px;
    }
    .root__wrapper__normal-para {
        font-size: 20px;
    }
    .root__wrapper__normal-para span {
        font-size: 20;
    }
    .root__wrapper__button {
        padding: 10px;
    }
    .root__wrapper__button p {
        font-size: 20px;
    }
    .root__wrapper__ministarstvo {
        grid-template-columns: 68px auto 73px;
    }
    .root__wrapper__wideOffer {
        padding: 25px 0px;
        width: calc(100% + 40px);
        margin-left: -20px;
    }
    .root__wrapper__wideOffer p {
        font-size: 24px;
    }
    .root__wrapper__dostupni p {
        font-size: 22px;
    }
    .root__wrapper__dostupni__inner__dostupnost p {
        font-size: 16px;
    }
    .root__wrapper__blackHeadline {
        font-size: 23px;
    }
    .root__wrapper__smallDesc {
        font-size: 18px;
    }
    .root__wrapper__all-red-para {
        font-size: 18px;
    }
    .root__wrapper__black-subheadline {
        font-size: 20px;
    }
    .root__wrapper__listing-3 img {
        width: 20px;
        height: 20px;
    }
    .root__wrapper__listing-3 div {
        gap: 10px;
    }
    .root__wrapper__listing-3 p {
        font-size: 18px;
    }
    .root__wrapper__strucnjak {
        gap: 10px;
    }
    .root__wrapper__strucnjak__left p {
        font-size: 18px;
    }
    .root__wrapper__strucnjak__right p {
        font-size: 18px;
    }
    .root__wrapper__strucnjak__right span {
        font-size: 18px;
    }
    .root__wrapper__para-italic {
        font-size: 18px;
    }
    .root__wrapper__para-italic span {
        font-size: 18px;
    }
    .root__wrapper__small-section-head {
        font-size: 18px;
    }
    .root__wrapper__small-section-head span {
        font-size: 18px;
    }
    .root__wrapper__ul__item {
        font-size: 18px;
    }
    .root__wrapper__ul__item {
        display: flex;
        padding-left: 20px;
        position: relative;
    }
    .root__wrapper__ul__item p {
        font-size: 18px;
    }
    .root__wrapper__ul__item span {
        font-size: 18px;
    }
    .root__wrapper__ul__item-dot {
        left: 10px;
    }
    .root__wrapper__ul__item-num {
        font-size: 18px;
        left: 8px;
    }
}