.text-underlined{
    color: #3B5CA3;
    font-family: Lato;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 136%; /* 35.36px */
    text-decoration-line: underline;
}
html {
  scroll-behavior: smooth;
}
body {
    font-family: 'Laro', sans-serif;
    width: 100%;
    height: 1506px;
    background-size: cover;
    background-position: center;
    background-image: url('../image/background.png');
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.str{
    height: 100%;
    background-image: url('../image/backgroud-str-1.png');
}
.str .main-wrapper{
    margin-top: 2vh;
}
.back-button-main{
    display: none;
}
.wrapper-job{
    display: flex;
    flex-direction: row;
    text-align: left;
    width: 100%;
    max-width: 1200px;
}
.main-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* margin-top: -6vh; */
    height: 100%;
}
.content {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
/* .logo {
    margin-bottom: 2em;
} */
.headline {
    color: #3B5CA3;
    font-family: Lato;
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 136%; /* 87.04px */
}
.subheadline {
    color: #80C2B6;
    font-family: Lato;
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 136%; /* 87.04px */
}
.info {
    display: flex;
    justify-content: space-between;
    width: 90%;
    /* max-width: 1200px; */
    margin-top: 0;
}
.info div {
    color: #FFFCF4;

    font-family: Lato;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 136%; /* 29.92px */
    width: 25%;
    padding: 1em;
    border-radius: 10px;
    text-align: left;
}
.jobs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25em;
}
.job {
    
    background-color: transparent;
    color: white;
    display: inline-flex;
    padding: 7px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 20px;
    border: 2px solid white;
    cursor: pointer;
    transition: transform 0.3s ease, background-color 0.3s ease;
    color: #FFFCF4;

    font-family: Lato;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 136%; /* 48.96px */
    margin-bottom: 1em;
    border-radius: 15px;
    border: 2px solid #FFFCF4;
}
.job-2{
    width: 40%;
}
.job-wrapper{
    display: flex;
    flex-direction: column;
}
.job-wrapper:nth-child(1){
    align-items: flex-end;
}
.job:hover {
    transform: scale(1.05);
    background-color: rgba(255, 255, 255, 0.2);
}
.footer {
    display: flex;
    justify-content: space-between;
    align-items: end;
    width: 90%;
    padding: 1em 5%;
    bottom: 0;
    left: 0;
    background: transparent;
    color: #FFFCF4;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 136%; /* 27.2px */
}
.footer a {
    color: white;
    text-decoration: none;
}
.footer a:hover {
    text-decoration: underline;
}
.info div.wrapper{
    display: flex;
    flex-direction: column; /* или row, в зависимости от направления */
    align-items: center; /* выравнивание по горизонтали */
    justify-content: center; /* выравнивание по вертикали */
}
.info div .main-button{
    display: inline-flex;
    padding: 0;
    justify-content: center;
    align-items: center;
    gap: 15px;
    border-radius: 15px;
    border: 3px solid #FFFCF4;
    max-width: 230px;
    max-height: 68px;
    min-width: 230px;
    min-height: 68px;
    color: #FFFCF4;
    
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 136%; /* 54.4px */
    
}
.info div .main-button:hover{
    transform: scale(1.05);
    background-color: rgba(255, 255, 255, 0.2);
}
.sub-button{
    color: #3B5CA3;
    font-family: Lato;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 136%; /* 48.96px */
    display: inline-flex;
    padding: 7px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 15px;
    border: 2px solid #3B5CA3;
    margin-top: 98px;
}
.sub-button:hover{
    transform: scale(1.05);
    background-color: rgba(255, 255, 255, 0.2);
}
.header{
    color: #3B5CA3;

    font-family: Lato;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 136%; /* 43.52px */
}
.info-job{
    width: 50%;
    margin-right: 25px;
}
.info-job-block{
    margin-top: 20px;
}
.info-job-block h2{
    color: #3B5CA3;
    font-family: Lato;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 136%; /* 40.8px */
}
.info-job-block p{
    color: #3B5CA3;

    font-family: Lato;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 136%; /* 35.36px */
    margin: 0;
    padding: 0;
}
.info-job-block li{
    color: #3B5CA3;

    font-family: Lato;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 136%; /* 35.36px */
}
.info-job-block ul{
    margin: 0;
    /* padding: 0; */
}
.work-text p{
    color: #3B5CA3;
    font-family: Lato;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 136%; /* 35.36px */
    margin: 0;
}
.work-text{
    margin-top: 25px;
}
.back-button{
    position: absolute;
    top: 20px;
    right: 50px;
    display: inline-flex;
    padding: 5px 15px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    border: 2px solid #FFFCF4;

    color: #FFFCF4;

    font-family: Lato;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 136%; /* 29.92px */
}
.lang-buttons{
    position: absolute;
    top: 20px;
    right: 50px;
    display: inline-flex;
    padding: 5px 15px;
    justify-content: center;
    align-items: center;
    gap: 25px;

    color: rgba(255, 252, 244, 0.85);

    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 136%; /* 27.2px */
    text-transform: uppercase;
    border-radius: 13px;
    border: 2px solid rgba(255, 252, 244, 0.85);    
}
.lang-button{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    height: 36px;
}

.port .subheadline{
    color: #80C2B6;
    font-family: Lato;
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
    line-height: 136%; /* 57.12px */
}

.port .info div .main-button{
    max-width: 442px;
    max-height: 68px;
    min-width: 442px;
    min-height: 68px;
}

.port .job-wrapper:nth-child(2) .job-2:nth-child(2){
    width: 100%;
}

@media (max-width: 1330px) {
    body{
        background-image: url('/image/background-1280.png');
        height: 1536px;
    }
    .info{
        justify-content: space-around;
    }
}

@media (max-width: 516.98px) {
    body{
        background-image: url('/image/mobile-background.png');
        height: 1536px;
    }
    .headline{
        color: #3B5CA3;

        font-family: Lato;
        font-size: 32px;
        font-style: normal;
        font-weight: 500;
        line-height: 136%; /* 43.52px */
        
    }
    .port .headline{
        color: #3B5CA3;
        font-family: Lato;
        font-size: 28px;
        font-style: normal;
        font-weight: 500;
        line-height: 136%; /* 38.08px */
    }
    .logo img{
        width: 236px;
    }
    .subheadline{
        color: #80C2B6;
        font-family: Lato;
        font-size: 32px;
        font-style: normal;
        font-weight: 500;
        line-height: 136%; /* 43.52px */
    }
    .port .subheadline{
        color: #80C2B6;
        text-align: right;
        font-family: Lato;
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: 136%; /* 29.92px */
    }
    .info{
        flex-direction: column;
        width: 100%;
        align-items: center;
        padding-top: 35px;
    }
    .port .info{
        width: 90%;
    }
    .info div{
        width: 70%;
        color: #FFFCF4;
        font-family: Lato;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 136%; /* 20.4px */

    }
    .info div:nth-child(1){
        order: 0;
    }
    .info div:nth-child(2){
       
        order: 2;
    }
    .info div:nth-child(3){
        order: 1;
    }
    .jobs{
        gap:0;
        margin-top: 70px;
        flex-direction: column;
    }
    .job-wrapper:nth-child(1){
        align-items: center;
    }
    .job-wrapper{
        align-items: center;
    }
    .info div .main-button{
        color: #FFFCF4;

        font-family: Lato;
        font-size: 28px;
        font-style: normal;
        font-weight: 400;
        line-height: 136%; /* 38.08px */
    }
    .port .info div .main-button{
        color: #FFFCF4;
        font-family: Lato;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 136%; /* 32.64px */
        max-width:238px;
        max-height: 47px;
        min-width:238px;
        min-height: 47px;
    }
    .job{
        margin-bottom: 70px;
        color: #FFFCF4;

        font-family: Lato;
        font-size: 28px;
        font-style: normal;
        font-weight: 400;
        line-height: 136%; /* 38.08px */
    }
    .port .job{
        color: #FFFCF4;
        font-family: Lato;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 136%; /* 32.64px */
    }
    .port .job-wrapper:nth-child(2) .job-2:nth-child(2){
        width: 235px;
    }
    .footer{
        color: #FFFCF4;
        font-family: Lato;
        font-size: 8px;
        font-style: normal;
        font-weight: 400;
        line-height: 136%; /* 13.6px */
    }
    .sub-button{
        margin-top: 0px;
        color: #3B5CA3;
        font-family: Lato;
        font-size: 28px;
        font-style: normal;
        font-weight: 400;
        line-height: 136%; /* 38.08px */
    }
    .footer div:nth-child(2){
        display: flex;
        align-items: center;
    }
    .str{
        height: 100%;
        background-image: url('../image/backgroud-str-mobile.png');
    }
    .header{
        color: #3B5CA3;
        font-family: Lato;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 136%; /* 27.2px */
    }
    .info-job-block li{
        color: #3B5CA3;
        font-family: Lato;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 136%; /* 19.04px */
    }
    .info-job-block p{
        color: #3B5CA3;
        font-family: Lato;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 136%;
    }
    .info-job-block h2{
        color: #3B5CA3;
        font-family: Lato;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 136%; /* 21.76px */
    }
    .work-text p{
        display: none;
    }
    .work-text p.text-underlined{
        display: block;
        color: #FFFCF4;
        text-align: center;
        font-family: Lato;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 136%; /* 19.04px */
    }
    .wrapper-job{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .info-job-block{
        margin-top: 0px;
    }
    .info-job{
        width: 60%;
    }
    .back-button{
        display: none;
    }
    .back-button-mobile{
        position: absolute;
        top: 20px;
        right: 20px;
        display: inline-flex;
        padding: 5px 15px;
        justify-content: center;
        align-items: center;
        gap: 10px;

        color: #FFFCF4;

        font-family: Lato;
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: 136%; /* 29.92px */
    }
    .lang-button svg{
        display: none;
    }
    .lang-button{
        color: rgba(255, 252, 244, 0.85);
        font-family: Lato;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 136%; /* 16.32px */
        text-transform: uppercase;
        height: 21px;
    }
    .lang-buttons{
        top: 10px;
        right: 10px;
    }
}