@charset "UTF-8";
body {
    font-family: "Roboto", sans-serif;
}

html,
body {
    font-size: 10px !important;
}

h1 {
    font-weight: 700;
    line-height: calc(3vw + 2rem);
    font-size: calc(1.5vw + 3.5rem);
}

h2 {
    font-size: 28px;
    font-weight: 500;
}

h3 {
    font-size: 28px;
    line-height: calc(1vw + 1rem);
}

h4 {
    font-size: calc(0.9vw + 0.5rem);
}

h5 {
    font-size: calc(0.7vw + 0.4rem);
}

p {
    font-size: 16px;
}

.p1 {
    font-size: 18px;
}

.p2 {
    font-size: calc(0.7vw + 0.5rem);
}

.p3 {
    font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
}

.p4 {
    font-size: calc(0.5vw + 0.4rem);
}

.aline-news__title h1 {
    font-size: 36px;
    line-height: 38px;
}

.main__full-screen {
    height: 80%;
}

.main__full-screen img {
    top: calc(11vw + 0rem);
    -o-object-fit: cover;
    object-fit: cover;
}

.main__full-screen.transform {
    -webkit-transform: translateY(calc(-0.5vw - 2rem));
    -ms-transform: translateY(calc(-0.5vw - 2rem));
    transform: translateY(calc(-0.5vw - 2rem));
    margin: 0 0 calc(-0.5vw - 2rem) 0;
}

.full-screen_fth {
    opacity: 0;
}

.not-slider {
    opacity: 1 !important;
    display: block !important;
}

.main-heading {
    position: absolute;
    color: #fff;
    top: calc(16vw + 0.5rem);
    left: calc(9vw - 2rem);
    z-index: 1;
}

.main-heading .main-heading__text {
    opacity: 0;
}

.main-heading .main-heading__text h4 {
    margin: calc(0.8vw + 1.3rem) 0 0 0;
}

.main-heading .main-heading__button {
    opacity: 0;
    margin: calc(2.2vw + 1rem) 0 0 0;
    display: none;
}

.main-heading .main-heading__button a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    position: absolute;
    padding: calc(0.6vw + 0.5rem) calc(2vw + 2rem) calc(0.6vw + 0.5rem) calc(2vw + 2rem);
    border: 2px solid #fff;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.main-heading .main-heading__button a:hover {
    color: #000;
    background: #fff;
}

.main__full-screen img {
    position: absolute;
    z-index: 1;
    top: calc(2.5vw + 4rem);
    left: 0px;
    width: 100%;
    height: 100%;
}

.main__full-screen {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    height: calc(38vw + 3.5rem);
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.main__full-screen.transform {
    -webkit-transform: translateY(calc(-0.5vw - 2rem));
    -ms-transform: translateY(calc(-0.5vw - 2rem));
    transform: translateY(calc(-0.5vw - 2rem));
    margin: 0 0 calc(-0.5vw - 2rem) 0;
}
.notification.notification_accept{
    position: fixed;
    right: 40px;
    bottom: 30px;
    z-index: 100;
}

.sucsessfull{
    padding: 20px 40px;
    width: fit-content;
    background-color: #006363;
    display: flex;
    align-items: center;
}

.sucsessfull p {
    color: #ffffff;
    font-size: 22px;
    margin-left: 10px;
    line-height: 1.3;
}

.sucsessfull img{
    width: 30px;
    height: 30px;
}

@media (max-width: 640px) {
    .notification.notification_accept{
        right: 10px;
        bottom: 10px;
        z-index: 100;
    }
    .sucsessfull p {
        font-size: 16px;
    }
    .sucsessfull img{
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 1920px) {
    h2 {
        font-size: calc(0px + 28*(100vw/1920));
    }
    h3 {
        font-size: calc(14px + 10*(100vw/1920));
    }
    p {
        font-size: calc(10px + 6*(100vw/1920));
    }
    .p1 {
        font-size: calc(12px + 6*(100vw/1920));
    }
    .aline-news__title h1 {
        font-size: calc(24px + 12*(100vw/1920));
    }
}

@media (max-width: 1600px) {
    h1 {
        font-size: calc(4vw);
        line-height: calc(4.8vw + 0.2rem);
    }
    h4 {
        font-size: calc(0.7vw + 0.7rem);
    }
    h5 {
        font-size: calc(0.3vw + 0.6rem);
    }
    .p2 {
        font-size: calc(0.4vw + 0.7rem);
    }
    /* .p3 {
        font-size: calc(0.3vw + 0.6rem);
    } */
    .p4 {
        font-size: calc(0.4vw + 0.6rem);
    }
}

@media (max-width:768px) {
    .aline-news__title h1 {
        font-size: 20px;
        line-height: 23px;
    }
}

@media (max-width: 640px) {
    h2 {
        font-size: 16px;
    }
    h4 {
        font-size: calc(0.5vw + 0.8rem);
    }
    h5 {
        font-size: calc(0.2vw + 0.8rem);
    }
    .p2 {
        font-size: calc(0.4vw + 0.8rem);
    }
    /* .p3 {
        font-size: calc(0.2vw + 0.8rem);
    } */
    .p4 {
        font-size: calc(0.1vw + 1rem);
    }
}


/* ============================================= */

@media (max-width: 1220px) {
    .parts__item-title h2 {
        font-size: 20px;
        line-height: 23px;
    }
}

@media (max-width: 640px) {
    .main__full-screen {
        height: 80%;
    }
    .main__full-screen img {
        top: calc(11vw + 0rem);
        -o-object-fit: cover;
        object-fit: cover;
    }
    .main-heading {
        height: 80%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        top: calc(7vh + 2rem);
        left: calc(7vw + 1rem);
        padding: 0 20px 0 0;
    }
    .main-heading h1 {
        font-size: calc(5vw + 1rem);
        line-height: calc(5vw + 1.2rem);
    }
    .main-heading .main-heading__text h4 {
        margin: calc(2vw + 0.5rem) 0 0 0;
        padding: 0 20px 0 0;
        font-size: calc(0.8vw + 1.2rem);
        line-height: calc(1vw + 1.4rem);
    }
}

@media (max-height: 400px) {
    .main__full-screen {
        -webkit-transform: translateY(calc(-0.5vw - 2rem));
        -ms-transform: translateY(calc(-0.5vw - 2rem));
        transform: translateY(calc(-0.5vw - 2rem));
        margin: 0 0 calc(-0.5vw - 2rem) 0;
    }
    .main-heading h1 {
        font-size: calc(4vw + 0.6rem);
        line-height: calc(2vw + 1.2rem);
    }
    .main-heading .main-heading__text h4 {
        font-size: calc(0.8vw + 0.9rem);
        line-height: calc(0.8vw + 1rem);
    }
}


/* ============================================= */