.banner {
    margin-bottom: 130px;
}

.joinus-b1 {
    padding: 0 calc((100% - 1440px) / 2 + 155px);
}

.joinus-heading {
    color: var(--color-bright-blue);
    font-size: 28px;
    font-weight: 500;
    line-height: 1.32em;
    margin-bottom: 50px;
}

.joinus-h1-item {
    display: grid;
    grid-template-columns: 550px 580px;
    grid-template-rows: 1fr;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
}
.joinus-h1-item:nth-child(3){
    grid-template-columns: 550px 550px;
}
.joinus-h1-item-photo {
    width: 100%;
    height: 666px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.joinus-h1-item-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-left: 90px;
}

.joinus-h1-item:nth-child(3) .joinus-h1-item-content {
    padding-right: 90px;
    padding-left: 0;
}

.joinus-h1-item-content-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.32em;
    margin-bottom: 50px;
}

.joinus-h1-item-content-txt {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.66em;
}

.joinus-h1-item-content-btn {
    color: var(--color-blue);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.66em;
    transition: 0.5s;
    margin-top: 100px;
    cursor: pointer;
}

.joinus-h1-item-content-btn svg {
    margin-left: 15px;
    transition: 0.5s;
}

.joinus-h1-item-content-btn:hover {
    color: var(--color-pink);
}

.joinus-h1-item-content-btn:hover svg {
    transform: translateX(10px);
}

.btncc {
    transition: o.5s;
}

.joinus-h1-item-content-btn:hover .btncc {
    fill: var(--color-pink);
}

.joinus-h1-item:nth-child(4) .joinus-h1-item-photo {
    border-top-right-radius: 15px;
}

.joinus-h1-item:nth-child(2) .joinus-h1-item-photo::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 100%;
    top: 0;
    right: 0;
    border-bottom-left-radius: 15px;
    background-color: var(--color-blue);
}

.joinus-h1-item:nth-child(3) .joinus-h1-item-photo::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 100%;
    top: 0;
    left: 0;
    border-top-right-radius: 15px;
    background-color: var(--color-pink);
}

.joinus-h1-item:nth-child(4) .joinus-h1-item-photo::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 100%;
    top: 0;
    right: 0;
    background-color: var(--color-bright-blue);
}

.joinus-h1-item:nth-child(4) {
    margin-bottom: 200px;
}

.joinus-type {
    color: var(--color-blue);
    font-size: 48px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 200px;
}

.joinus-h2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-row-gap: 16px;
    grid-column-gap: 0px;
    margin-bottom: 175px;
}

.joinus-h2-item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    background: #F8F6F8;
}

.joinus-h2-item-photo {
    height: 455px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-top-right-radius: 70px;
    overflow: hidden;
}

.joinus-h2-item-content {
    padding: 35px 30px 30px 35px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.joinus-h2-item-content-title {
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 70px;
}

.joinus-h2-item-content-txt {
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
}

.joinus-h2-item-content-btn {
    color: var(--color-blue);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.66em;
    cursor: pointer;
}

.joinus-h2-item-content-btn svg {
    margin-left: 15px;
    transition: 0.5s;
}

.joinus-h2-item-content-btn:hover {
    color: var(--color-pink);
}

.joinus-h2-item-content-btn:hover svg {
    transform: translateX(10px);
}

.joinus-h2-item-content-btn:hover .btncc {
    fill: var(--color-pink);
}

.inn-bblock {
    background: linear-gradient(99deg, #F400AD -11.53%, #06286C 61.3%, #00296A 87.54%);
    width: 100%;
    position: relative;
    padding: 160px 220px 130px;
    margin-bottom: 180px;
}

.innbb-l1 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background: linear-gradient(287deg, rgba(244, 0, 173, 0.00) 79.5%, rgba(244, 0, 173, 0.50) 101.01%);
}

.innbb-l2 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    background: linear-gradient(90deg, rgba(0, 41, 106, 0.00) 81.47%, #00296A 100%);
}

.innbb-l3 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.25;
}

.inn-bblock-text {
    position: relative;
    z-index: 20;
    color: #FFF;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.73em;
    margin-bottom: 100px;
}

.inn-bblock-s1 {
    position: relative;
    z-index: 20;
    color: var(--color-pink);
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
}

.inn-bblock-s2 {
    position: relative;
    z-index: 20;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}

.joinus-b2 {
    padding: 0 calc((100% - 1440px) / 2 + 155px);
    margin-bottom: 240px;
}

.joinus-h3 {
    display: grid;
    grid-template-columns: 550px 580px;
    grid-template-rows: 1fr;
    grid-row-gap: 0px;
    grid-column-gap: 0px;

}

.joinus-h1-item.joinus-h3 .joinus-h1-item-photo {
    overflow: visible;
}

.joinus-h1-item.joinus-h3 .joinus-h1-item-photo::before {
    content: '';
    width: 100%;
    height: 40px;
    background-color: var(--color-blue);
    position: absolute;
    bottom: 0;
    left: 0;
    border-top-left-radius: 20px;
}

.joinus-h1-item.joinus-h3 .joinus-h1-item-photo::after {
    content: '';
    width: 100%;
    height: 40px;
    background-color: var(--color-pink);
    position: absolute;
    bottom: -40px;
    left: -100%;
    top: auto;
    border-bottom-right-radius: 20px;
}

.home-t6 {
    width: 100%;
    position: relative;
    margin-top: 134px;
    margin-bottom: 250px;
}



.home-t6-content {
    width: 100%;
}

.home-t6-content-photo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.home-t6-content-photo1 {
    width: calc((100% - 1440px) / 2 + 922px);
    height: 576px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 90px 100px 90px calc((100% - 1440px) / 2 + 155px);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    position: relative;
}

.home-t6-content-photo2 {
    width: 364px;
    height: 576px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-top-right-radius: 280px;
}

.home-t6-content-block {
    width: 100%;
    position: relative;
    padding-top: 115px;
    padding-left: calc((100% - 1440px) / 2 + 367px);
    padding-right: calc((100% - 1440px) / 2 + 288px);
}

.joinus-f2-cover {
    background: linear-gradient(270deg, rgba(0, 41, 106, 0.75) 43.89%, rgba(0, 93, 255, 0.75) 101.3%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
}

.home-t6-content-block-cc {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.home-t6-content-block-desp {
    margin-right: 98px;
}


.home-t6-content-block::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: calc((100% - 1440px) / 2 + 154px);
    height: 100%;
    background-color: var(--color-pink);
    border-bottom-left-radius: 100px;

}

.joinus-f2-title {
    color: #FFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.50);
    font-size: 48px;
    font-weight: 500;
    line-height: normal;
    z-index: 10;
}

.joinus-f2-btn {
    color: #FFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 20px;
    font-weight: 500;
    line-height: 3.4em;
    letter-spacing: 1.2px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 90px;
    z-index: 10;
    cursor: pointer;
}

.joinus-f2-btn-b {
    width: 53px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 30px;
    position: relative;
    z-index: 9;
}

.joinus-f2-btn-b::after {
    transition: 0.5;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-color: rgba(244, 0, 173, 0.7);
    border: 1px solid white;
    z-index: -1;
}

.joinus-f2-btn:hover .joinus-f2-btn-b::after {
    opacity: 0;
}

@media(max-width:1440px){
    .joinus-b1, .joinus-b2{
        padding: 0 10%;
    }
    .joinus-h1-item {
        display: grid;
        grid-template-columns: 48% 52%;
    }
    .inn-bblock {
        padding: 160px 15% 130px;
    }
    .home-t6-content-photo1 {
        width: 64%;
        height: 576px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        padding: 90px 100px 90px 10%;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: flex-end;
        position: relative;
    }

    .home-t6-content-photo2 {
        width: 25%;
        height: 576px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        border-top-right-radius: 280px;
    }
    .home-t6-content-block::after {
        width: 11%;
    }
    .home-t6-content-block {
        padding-left: 25%;
        padding-right: 20%;
    }
}

@media(max-width:1200px){
    .joinus-h2 {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: 1fr;
        grid-row-gap: 30px;
        grid-column-gap: 0px;
        margin-bottom: 175px;
    }
}

@media(max-width:991px){
    .joinus-b1{
        padding: 0 8%;
    }
    .joinus-h1-item {
        display: grid;
        grid-template-columns: 48% 52%;
    }
    .joinus-h1-item-content {
        padding-left: 15%;
    }

    .joinus-h1-item:nth-child(3) .joinus-h1-item-content {
        padding-right: 15%;
        padding-left: 0;
    }
    .home-t6-content-photo2{
        display: none;
    }
    .home-t6-content-photo1{
        width: 100%;
    }
    .home-t6-content-block::after {
        display: none;
    }
    .home-t6-content-block {
        padding-left: 11%;
        padding-right: 11%;
    }
    .home-t6-content-block-desp {
        margin-right: 0px;
    }
}
@media(max-width:768px){
    .banner{
        margin-bottom: 100px;
    }
    .joinus-b1{
        padding: 0 30px;
    }
    .joinus-b2{
        margin-bottom: 110px;
    }
    .joinus-heading{
        font-size: 19px;
        margin-bottom: 35px;
    }
    .joinus-h1-item {
        display: flex;
        flex-direction: column;
    }
    .joinus-h1-item:nth-child(3){
        flex-direction: column-reverse;
    }

    .joinus-h1-item-photo {
        height: 315px;
        width: calc( 100% - 40px );
        margin:0 auto 45px;
    }
    .joinus-h1-item-content {
        padding: 0;
        margin-bottom: 55px;
    }
    .joinus-h1-item-content-btn {
        margin-top: 50px;
        font-size: 14px;
    }
    .joinus-h1-item-content-btn svg{
        width: 25px;
    }
    .joinus-h1-item-content-title {
        font-size: 17px;
        margin-bottom: 24px;
    }
    .joinus-h1-item-content-txt {
        font-size: 14px;
    }

    .joinus-h1-item:nth-child(2) .joinus-h1-item-photo::after {
        content: '';
        position: absolute;
        width: 15px;
        height: 100%;
        top: 0;
        left: 0;
        border-bottom-left-radius: 0px;
        border-top-right-radius: 10px;
        background-color: var(--color-blue);
    }
    .joinus-h1-item.joinus-h3 .joinus-h1-item-photo::before {
        height: 18px;
        border-top-left-radius: 10px;
    }
    .joinus-h3.joinus-h1-item:nth-child(2) .joinus-h1-item-photo::after {
        content: '';
        width: 100%;
        height: 18px;
        background-color: var(--color-pink);
        position: absolute;
        bottom: -18px;
        left: -100%;
        top: auto;
        border-bottom-right-radius: 10px;
        border-top-right-radius: 0px;
    }

    .joinus-h1-item:nth-child(3) .joinus-h1-item-photo::after {
        content: '';
        position: absolute;
        width: 15px;
        height: 100%;
        top: 0;
        left: auto;
        right: 0;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 10px;
        background-color: var(--color-pink);
    }
    .joinus-h1-item:nth-child(4) .joinus-h1-item-photo {
        border-top-right-radius: 0px;
        border-bottom-left-radius: 10px;
    }
    .joinus-h1-item:nth-child(4) .joinus-h1-item-photo::after {
        content: '';
        position: absolute;
        width: 15px;
        height: 100%;
        top: 0;
        left: 0;
        background-color: var(--color-bright-blue);
        border-top-left-radius: 0px;
        border-bottom-left-radius: 10px;
    }
    .joinus-h1-item:nth-child(4) {
        margin-bottom: 50px;
    }
    .joinus-type{
        font-size: 25px;
        margin-bottom: 55px;
    }
    .joinus-h2{
        grid-row-gap: 20px;
        margin-bottom: 90px;
    }
    .joinus-h2-item {
        grid-template-columns: repeat(1, 1fr);
        background-color: transparent;

    }
    .joinus-h2-item-content {
        padding: 45px;
        background: #F8F6F8;
    }
    .joinus-h2-item-content-title {
        font-size: 17px;
        margin-bottom: 17px;
    }
    .joinus-h2-item-content-txt {
        font-size: 14px;
    }
    .joinus-h2-item-photo {
        height: 160px;
        border-top-right-radius: 45px;
    }
    .inn-bblock {
        padding: 130px 40px 50px;
        margin-bottom: 80px;
    }
    .inn-bblock-text{
        font-size: 20px;
    }
    .inn-bblock-s1, .inn-bblock-s2{
        font-size: 14px;
    }
    .home-t6-content-photo1{
        height: 517px;
        padding: 50px 40px;
    }
    .joinus-f2-title{
        font-size: 25px;
    }
    .joinus-f2-btn{
        font-size: 15px;
        margin-top: 65px;
    }
    .joinus-f2-btn-b{
        width: 42px;
        height: 42px;
        margin-left: 20px;
    }
    .home-t6-content-block {
        padding: 50px 40px 0;
    }
    .home-t6{
        margin-bottom: 200px;
    }
}
