:root {
    --color-primary: #48BE8E;
    --color-primary-bg: #79BD8F;
    --color-alt: #1D6A32;
    --color-alt-2: #519567;
    --standart-font-size:24px;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding-top: 122px;
    font-family: "Inter Tight", Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    color: #000;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.modal-open {
    overflow: hidden;
}

*, *::before, *::after {
    box-sizing: border-box;
}

p {
    font-size: var(--standart-font-size);
    font-weight: 400;
    line-height: 100%;
    margin: 0;
}

a {
    text-decoration: none;
}

h1, h2, h3, h4, h5 {
    margin: 0;
}

.strong{
    font-weight:600;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-40{
    padding-top:40px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-40{
    margin-top:40px;
}

.mb-40{
    margin-bottom:40px;
}

.fs-36 {
    font-size: 36px !important;
}

.white-color{
    color:#fff !important;
}

.center{
    text-align:center !important;
}

.justify-content-center {
    justify-content: center !important;
}

.mob-show{
    display:none !important;
}

header {
    position: fixed;
    display: flex !important;
    top: 0;
    width: 100%;
    background-color: #fff;
    flex-wrap: wrap !important;
    justify-content: center !important;
    padding: 30px 0px;
    z-index: 1000;
}
    
    header .logo {
        display: flex;
        align-items: center;
        text-decoration: none;
    }

        header .logo img {
            height: 55px;
            width: 105px;
            object-fit: contain;
            vertical-align: middle;
        }

    header .nav-toggle {
        display: none;        
        object-fit: contain;
        cursor: pointer;
    }

        header .nav-toggle img {
            width: 33px;
            height: 33px;
            border-radius: 5px;
            border: 2px solid #fff;
        }

    header .nav-toggle.open img {
        border:2px solid var(--color-primary-bg);
    }

    header .navbar-content {
        display: flex;
        flex-direction: row;
        flex-basis: auto;
        justify-content:space-between;
    }

    header .nav {
        display: flex;
        flex-wrap: wrap;
        padding-left: 0;
        margin: 0;
        list-style: none;
    }

        header .nav .li-link:not(:last-child) {
            margin-right: 20px;
        }

    header .nav-links li {
        display: flex;
    }

    header .nav .nav-link {
        display: block;
        color: #000;
        font-size: var(--standart-font-size);
        font-weight: 400;
        text-decoration: none;
        padding: 0px;
        margin: auto 20px;
    }

        header .nav .nav-link:hover{
            color:var(--color-primary);
        }

    header .dropdown-button {
        min-width: 88px;
        color: #fff;
        background-color: #000;
        font-size: var(--standart-font-size);
        font-weight: 400;
        padding: 19px 16px;
        border-radius: 10px;
        cursor: pointer;
    }

        header .dropdown-button:before {
            content: "";
            position: relative;
            top: -4px;
            background-image: url('/static/images/caret-down.png');
            background-size: contain;
            background-repeat: no-repeat;
            display: inline-block;
            width: 13px;
            height: 8px;
            margin-right: 4px;
        }

    header .dropdown {
        width: 88px;
        display: none;
        position: absolute;
    }

        header .dropdown ul {
            padding-left: 0;
            list-style: none;
        }

        header .dropdown li {
            padding: 10px 0px;
            margin-right: 0;
            text-align: center;
        }

            header .dropdown li a {
                display: inline;
                color: #fff;
                font-size: var(--standart-font-size);
                font-weight: 400;
                text-decoration: none;
            }

    header .dropdown-container:hover .dropdown-button {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    header .dropdown-container:hover .dropdown {
        position: absolute;
        display: block;
        background: #000;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    header .dropdown-container:hover .dropdown ul {
        display: flex;
        flex-direction: column;
    }

.button {
    display: inline-block;
    color: #fff;
    background-color: var(--color-primary);
    font-weight: 600;
    font-size: var(--standart-font-size);
    line-height: 100%;
    text-decoration: none;
    border-radius: 10px;
    padding: 19px 46px;
    box-shadow: 0px 2px 4px 0px rgba(72, 190, 142, 0.34), 0px 7px 7px 0px rgba(72, 190, 142, 0.3), 0px 17px 10px 0px rgba(72, 190, 142, 0.18),0px 30px 12px 0px rgba(72, 190, 142, 0.05), 0px 46px 13px 0px rgba(72, 190, 142, 0.01);
    cursor: pointer;
}

    .button:hover{
        background-color:var(--color-alt);
    }

    .button.white {
        color: #000;
        background: #fff;
        box-shadow: 0px 7px 15px 0px rgba(11, 45, 19, 0.49);
    }

        .button.white:hover {
            color:#fff;
            background-color: var(--color-alt);
        }

        .standart-section {
            padding: 60px 0px;
        }

.banner-container {
    position: relative;
    height: 771px;
}

    .banner-container .banner {
        position: absolute;
        top:0;
        left:0;
        width:100%;   
        height:100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: left bottom;
        border-radius:100px;
        overflow:hidden;
        z-index:1;
    }

    .banner-container.banner-index .banner {
        background-image: url('/static/images/index-banner.jpeg');
    }

    .banner-container.banner-cooperation .banner {
        background-image: url('/static/images/cooperation-banner.jpeg');
        background-position-y:top;
    }

    .banner-container .content {
        display: flex;
        position: absolute;
        left: -1px;
        bottom: -1px;
        background-color: #fff;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        border-top-right-radius: 100px;
        z-index: 2;
    }

.banner-container.banner-index .content {
    width: 800px;
    padding: 67px 40px 0px 0px;
}

    .banner-container.banner-cooperation .content {
        width: 1000px;
        padding: 67px 40px 0px 0px;
    }

    .banner-container .content:before {
        content: '';
        position: absolute;
        top: -49px;
        left: -1px;
        width: 51px;
        height: 51px;
        background: #fff;
        mask: radial-gradient(circle 51px at top right, transparent 51px, #fff 51px);
        -webkit-mask: radial-gradient(circle 50px at top right, transparent 50px, #fff 50px);
    }

    .banner-container .content:after {
        content: '';
        position: absolute;
        bottom: -1px;
        right: -99px;
        width: 101px;
        height: 101px;
        background: #fff;
        mask: radial-gradient(circle 101px at top right, transparent 101px, #fff 101px);
        -webkit-mask: radial-gradient(circle 101px at top right, transparent 101px, #fff 101px);
    }

    .banner-container .content h1 {
        font-weight: 600;
        font-size: 68px;
        line-height: 100%;
        text-align: center;
        text-transform: uppercase;
    }

    .banner-container .content p {
        text-align: center;
        margin-top: 24px;
    }

.banner-container.banner-index .content p {
    width: 438px;
}
    
    .banner-container .content a {
        margin-top: 24px;
    }

.primary-color-bg {
    background-color: var(--color-primary-bg);
}

.branches-container {
    display: flex;
    flex-direction: row;
}

.branches-box {
    width:20%;
    background-color: #fff;
    border-radius: 25px;
    margin: 0px 15px;
    box-shadow: 0px 7px 15px 0px rgba(11, 45, 19, 0.49);
    overflow:hidden;
}


.branches-box .img-container{
    position:relative;
    width:100%;
    padding-bottom:75%;
}
    .branches-box .img-container img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .branches-box .text-container {
        margin:32px 0px 36px;
        padding:0px 30px;
    }

    .branches-box .title {
        color: #000;
        min-height:48px;
        font-weight:600;
    }

    .branches-box .text {
        color: #4E4E4E;
        font-weight: 400;
        font-size:16px;
        margin-top: 10px;
    }

.button-div {
    margin-top: 50px;
    text-align: center;
}

h1.title, h2.title, h3.title {
    font-size: 64px;
    font-weight: 600;
    line-height: 100%;
    text-align: center;
}

    h1.title.left, h2.title.left, h3.title.left {
        text-align: left;
    }

h1.white, h2.white, h3.white {
    color: #fff !important;
}

.country-container {
    display: flex;
    flex-direction: row;
    margin-top: 40px;
}

    .country-container .country-box {
        display: flex;
        width: 20%;
        align-items: center;
    }

        .country-container .country-box img {
            display: inline-block;
            width: 44px;
            height: 44px;
            margin-right: 20px;
        }

        .country-container .country-box p {
            display: inline-block;
            width: calc(100% - 64px);
        }

.why-we-container {
    margin-top: 120px;
}

    .why-we-container .title {
        margin-bottom: 24px;
        hyphens: auto;
        -webkit-hyphens: auto;
    }

    .why-we-container p {
        line-height: 120%;
        margin-bottom: 10px;
    }

.why-we-box {
    background-color: var(--color-primary-bg);
    height: calc(100% - 23px);
    border-radius: 10px;
    padding: 48px 32px;
    margin-bottom: 23px;
}

    .why-we-box .title {
        color: #fff;
        min-height: 78px;
        font-size: 32px;
        font-weight: 700;
        line-height: 120%;
    }

    .why-we-box .text {
        color: #fff;
        line-height: 120%;
        margin-bottom: 0;
    }

.filter {
    margin: 40px 0px;
}

    .filter .country-filter {
        display: flex;
        flex-direction: row;
        flex-wrap:wrap;
        gap:20px;
    }       

        .filter .country-filter .country-box-container {
            display: flex;
        }   

            .filter .country-filter .country-box-container .country-box {
                display: flex;
                background-color: #fff;
                min-width: 233px;
                align-items: center;
                justify-content: center;
                border-radius: 10px;
                padding: 8px 15px;
                cursor:pointer;
            }

                .filter .country-filter .country-box-container .country-box.active {
                    background-color: var(--color-alt);
                }

        .filter .country-filter .country-box img {
            display: inline-block;
            width: 44px;
            height: 44px;
            margin-right: 20px;
        }

        .filter .country-filter .country-box span {
            display: inline-block;
            color: #000;
            font-size: var(--standart-font-size);
            font-weight: 400;
        }

        .filter .country-filter .country-box.active span {
            color: #fff;
        }
.work-carousel-container {
    min-height: 475px;
}
.work-box {
    background-color: #fff;
    border-radius: 25px;
    overflow: hidden;
}

    .work-box .img-container {
        position: relative;
        width: 100%;
        padding-bottom: 72%;
    }

        .work-box .img-container img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .work-box .about {
        text-align: center;
        padding: 20px 32px;
    }

        .work-box .about .title {
            min-height: 50px;
            font-size: var(--standart-font-size);
            font-weight: 600;
            line-height: 100%;
        }

        .work-box .about .info {
            display: flex;
            flex-direction: column;
            margin-bottom:20px;
        }

            .work-box .about .info .info-box {
                display: flex;
                justify-content: start;
                align-items:center;
                margin-top:15px;
            }

                .work-box .about .info .info-box img {
                    width: 24px;
                    height: 24px;
                    object-fit: contain;
                    margin-right: 10px
                }

                .work-box .about .info .info-box .text {
                    font-size: 20px;
                    font-weight: 400;
                    line-height: 100%;
                    letter-spacing: 0%;
                }

        .work-box .about a {
            display: block;
            width: 100%;
            color: #fff;
            background-color: var(--color-primary);
            font-weight: 400;
            font-size: 20px;
            padding: 12px 5px;
            box-shadow: 0px 2px 4px 0px rgba(72, 190, 142, 0.34), 0px 7px 7px 0px rgba(72, 190, 142, 0.3), 0px 17px 10px 0px rgba(72, 190, 142, 0.18), 0px 30px 12px 0px rgba(72, 190, 142, 0.05), 0px 46px 13px 0px rgba(72, 190, 142, 0.01);
            border-radius: 10px
        }

        .work-box .about a:hover {
            background-color: var(--color-alt);
        }

.form-vacancy {
    text-align: center;
}

.form-vacancy .field-name {
    font-size: 20px;
    text-align: left;
    margin: 20px 0px 5px;
}

    .form-vacancy.color-form .field-name {
        color:#fff;
    }

    .form-vacancy input {
        width: 100%;       
        background-color: #F3F3F3;
        font-size: 20px;
        padding: 24px 18px;
        border-radius: 10px;
        border: none;
    }

    .form-vacancy.color-form input {
        color: #fff;
        background-color: var(--color-alt-2);
    }

    .form-vacancy .custom-file-upload {
        display: block;
        width: 100%;
        background-color: #F3F3F3;
        padding: 22px 18px;
        border-radius: 10px;
        text-align: left;
        cursor: pointer;
    }

    .form-vacancy.color-form .custom-file-upload {
        color:#fff;
        background-color: var(--color-alt-2);
    }

        .form-vacancy .custom-file-upload img {
            width: 25px;
            height: 25px;
            object-fit: contain;
            margin-right: 10px;
        }

        .form-vacancy .custom-file-upload span {
            position: relative;
            top: -6px;
        }

    .form-vacancy .button {
        border: none;
    }

    .form-vacancy.color-form .button {
        color: #000;
        font-weight: 400;
        font-size: var(--standart-font-size);
        background-color: #fff;
        box-shadow: 0px 7px 15px 0px rgba(11, 45, 19, 0.49);
    }

    .form-vacancy.color-form .button:hover {
        color: #fff;
        background-color: var(--color-alt-2);
    }

.form-cooperation{
    text-align:center;
    margin-top:37px;
    padding:0px 144px;
}

    .form-cooperation input {
        width: 100%;
        color: #fff;
        background-color: var(--color-alt-2);
        font-size: 20px;
        font-weight: 500;
        text-align: center;
        padding: 26px 18px;
        margin-bottom: 15px;
        border-radius: 10px;
        border: none;
        -moz-appearance: textfield;
        -webkit-appearance: textfield;
        appearance: textfield;
    }

        .form-cooperation input::placeholder {
            color: rgba(255, 255, 255, 0.4);
        }

        .form-cooperation input::-webkit-input-placeholder {
            color: rgba(255, 255, 255, 0.4);
        }

        .form-cooperation input::-moz-placeholder {
            color: rgba(255, 255, 255, 0.4);
        }

        .form-cooperation input:-ms-input-placeholder {
            color: rgba(255, 255, 255, 0.4);
        }

        .form-cooperation.white-bg input {
            color: #A7A7A7;
            background-color: #F3F3F3;
        }

    .form-cooperation textarea {
        width: 100%;
        color: #fff;
        background-color: var(--color-alt-2);
        font-size: 20px;
        font-weight: 500;
        text-align: center;
        padding: 26px 18px 60px;
        margin-bottom: 15px;
        border-radius: 10px;
        border: none;
    }

        .form-cooperation textarea::placeholder {
            color: rgba(255, 255, 255, 0.4);
        }

        .form-cooperation textarea::-webkit-input-placeholder {
            color: rgba(255, 255, 255, 0.4);
        }

        .form-cooperation textarea::-moz-placeholder {
            color: rgba(255, 255, 255, 0.4);
        }

        .form-cooperation textarea:-ms-input-placeholder {
            color: rgba(255, 255, 255, 0.4);
        }

    .form-cooperation.white-bg input {
        color: #000;
        background-color: #F3F3F3;
    }

        .form-cooperation.white-bg input::placeholder {
            color: #A7A7A7;
        }

        .form-cooperation.white-bg input::-webkit-input-placeholder {
            color: #A7A7A7;
        }

        .form-cooperation.white-bg input::-moz-placeholder {
            color: #A7A7A7;
        }

        .form-cooperation.white-bg input:-ms-input-placeholder {
            color: #A7A7A7;
        }

    .form-cooperation.white-bg textarea {
        color: #000;
        background-color: #F3F3F3;
    }

        .form-cooperation.white-bg textarea::placeholder {
            color: #A7A7A7;
        }

        .form-cooperation.white-bg textarea::-webkit-input-placeholder {
            color: #A7A7A7;
        }

        .form-cooperation.white-bg textarea::-moz-placeholder {
            color: #A7A7A7;
        }

        .form-cooperation.white-bg textarea:-ms-input-placeholder {
            color: #A7A7A7;
        }

    .form-cooperation button {
        color: #000;
        background-color: #fff;
        font-weight: 700;
        font-size: var(--standart-font-size);
        text-align: center;
        padding: 20px 97px;
        margin-top: 37px;
        border: none;
        border-radius: 10px;
        box-shadow: 0px 7px 15px 0px rgba(11, 45, 19, 0.49);
        cursor: pointer;
    }

    .form-cooperation.white-bg button {
        color: #fff;
        background-color: var(--color-primary);
    }

        .form-cooperation button:hover {
            background-color: var(--color-alt-2);
        }

.agree-container{
    margin-top:20px;
}
    .agree-container .agree-label {
        display: flex;
        justify-content: start;
        align-items: center;
        text-align:left;
        padding: 10px 0px;
        cursor: pointer;
    }

        .agree-container .agree-label .icon {
            display: inline-block;
            width: 27px;
            height: 27px;
            background-size: contain;
            background-repeat: no-repeat;
            margin-right: 20px;
        }

        .agree-container .agree-label.no-active .icon {
            background-image: url(/static/images/icons/no-check.png);
        }

        .agree-container .agree-label.no-active .icon.white {
            background-image: url(/static/images/icons/no-check.svg);
        }

        .agree-container .agree-label.active .icon {
            background-image: url(/static/images/icons/check.png);
        }

            .agree-container .agree-label.active .icon.white {
                background-image: url(/static/images/icons/check.png);
            }

        .agree-container .agree-label .text {
            font-size: var(--standart-font-size);
            font-weight: 500;
        }

            .agree-container .agree-label .text.alert {
                color: red !important;
            }
        .agree-container .agree-label .text a{
            color:#000;
            text-decoration:underline;
        }

    .faq-block {
        margin-top: 40px;
    }

    .faq-block .faq-box {
        background-color: #E9E9E9;
        padding: 31px 75px;
        margin-bottom: 23px;
    }

        .faq-block.faq-color .faq-box {
            background-color: var(--color-alt-2);
        }

        .faq-block .faq-box .title {
            font-size: 32px;
            font-weight: 600;
            margin-bottom: 20px;
        }

        .faq-block.faq-color .faq-box .title {
            color: #fff;
        }

        .faq-block.faq-color .faq-box .text {
            color: #fff;
        }

.search-field {
    position: relative;
    margin-top: 10px;
}

    .search-field input {
        width: 100%;
        background-color: #F3F3F3;
        font-weight: 600;
        font-size: var(--standart-font-size);
        border: none;
        border-radius: 10px;
        padding: 19px 37px 19px 70px;
    }

    .search-field img {
        position: absolute;
        top: 19px;
        left: 39px;
        width: 27px;
        height: 27px;
        object-fit: contain;
    }

.search-button{
    width:100%;
    border:none;
}

.vacancies-form .country-filter {
    display: flex;
    flex-direction: row;
    flex-wrap:wrap;
    gap:20px;
    margin-top: 30px;
}

    .vacancies-form .country-filter .country-box-container {
        display: flex;
    }

        .vacancies-form .country-filter .country-box-container .country-box {
            display: flex;
            background-color: #F3F3F3;
            min-width: 233px;
            align-items: center;
            justify-content: center;
            border-radius: 10px;
            padding: 8px 15px;
            cursor:pointer;
        }

            .vacancies-form .country-filter .country-box-container .country-box.active {
                background-color: var(--color-primary);
                box-shadow: 0px 2px 4px 0px rgba(72, 190, 142, 0.34), 0px 7px 7px 0px rgba(72, 190, 142, 0.3), 0px 17px 10px 0px rgba(72, 190, 142, 0.18),0px 30px 12px 0px rgba(72, 190, 142, 0.05), 0px 46px 13px 0px rgba(72, 190, 142, 0.01);
            }

    .vacancies-form .country-filter .country-box img {
        display: inline-block;
        width: 44px;
        height: 44px;
        margin-right: 20px;
    }

    .vacancies-form .country-filter .country-box span {
        display: inline-block;
        color: #000;
        font-weight: 400;
        font-size: var(--standart-font-size);
    }

    .vacancies-form .country-filter .country-box.active span {
        color: #fff;
    }

.vacancies-form .filters-container{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:space-between;
    margin-top:20px;
}

.vacancies-form .filter-dropdown {
    position: relative;
}

    .vacancies-form .filter-dropdown.close .overlay {
        display: none;
    }

    .vacancies-form .filter-dropdown.open .overlay {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgba(255, 255, 255, 0.6);
        z-index: 100;
    }

    .vacancies-form .filter-dropdown .dropdown-toggle {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        padding: 20px;
        cursor: pointer;
    }

    .vacancies-form .filter-dropdown.filter-profession .dropdown-content {
        min-width: 400px;
    }

    .vacancies-form .filter-dropdown.filter-profession .dropdown-toggle {
        min-width: 200px;
    }

    .vacancies-form .filter-dropdown.filter-location .dropdown-toggle {
        min-width: 200px;
    }

    .vacancies-form .filter-dropdown.filter-sex .dropdown-toggle {
        min-width: 200px;
    }

    .vacancies-form .filter-dropdown.filter-requirement .dropdown-toggle {
        min-width: 200px;
    }

    .vacancies-form .filter-dropdown.filter-requirement .dropdown-content {
        left:-75px;
        min-width: 500px;
    }

    .vacancies-form .filter-dropdown.filter-accommodation .dropdown-toggle {
        min-width: 200px;
    }

    .vacancies-form .filter-dropdown.filter-accommodation .dropdown-content {
        left: -35px;
    }

    .vacancies-form .filter-dropdown .dropdown-toggle p {
        font-weight: 600;
        font-size: var(--standart-font-size);
    }

    .vacancies-form .filter-dropdown .dropdown-toggle.active p {
        color: var(--color-primary-bg);
    }

        .vacancies-form .filter-dropdown.open .dropdown-toggle p {
            color:var(--color-primary-bg);
        }

        .vacancies-form .filter-dropdown .dropdown-toggle svg {
            width: 17px;
            height: 10px;
            margin-right: 20px;
        }

    .vacancies-form .filter-dropdown.open .dropdown-toggle svg {
        transform:rotateX(180deg);
    }

        .vacancies-form .filter-dropdown.open .dropdown-toggle svg path {
            fill: var(--color-primary-bg);
        }

    .vacancies-form .filter-dropdown .dropdown-toggle.active svg path {
        fill: var(--color-primary-bg);
    }

    .vacancies-form .filter-dropdown .dropdown-content {
        display: none;
        position: absolute;
        background-color:#fff;
        min-width:100%;
        text-align:center;
        padding:20px;
        margin-bottom:50px;
        border-radius:10px;
        box-shadow: 0px 10px 22px 0px rgba(0, 0, 0, 0.1), 0px 41px 41px 0px rgba(0, 0, 0, 0.09), 0px 92px 55px 0px rgba(0, 0, 0, 0.05), 0px 163px 65px 0px rgba(0, 0, 0, 0.01), 0px 255px 71px 0px rgba(0, 0, 0, 0);
        z-index: 100;
    }

        .vacancies-form .filter-dropdown.open .dropdown-content {
            display: block;
        }
.filter-dropdown .dropdown-content .title{
    margin-bottom:50px;
}


.filter-dropdown .dropdown-content .checkbox-filter-container {
    margin-bottom: 40px;
}


    .checkbox-filter-box .checkbox-filter{
        display:flex;
        justify-content:start;
        align-items:center;
        padding:10px 0px;
        cursor:pointer;

    }

    .checkbox-filter-box .checkbox-filter .icon{
        display:inline-block;
        width:27px;
        height:27px;
        background-size:contain;
        background-repeat:no-repeat;
        margin-right:20px;
    }

        .checkbox-filter-box .checkbox-filter .text {
            font-weight: 500;
            font-size: var(--standart-font-size);
        }

        .checkbox-filter-box .checkbox-filter.no-active .icon {
            background-image: url('/static/images/icons/no-check.png');
        }

        .checkbox-filter-box .checkbox-filter.active .icon {
            background-image: url('/static/images/icons/check.png');
        }

.filter-dropdown .dropdown-content .button-container {
    display:flex;
    flex-direction:row;
    justify-content:center;
    gap:10px
}

    .filter-dropdown .dropdown-content .button-container .reset-button {
        border:1px solid #000;
        border-radius:10px;
        padding:14px 20px;
        cursor:pointer;
    }

        .filter-dropdown .dropdown-content .button-container .reset-button p {
            font-weight: 500;
            font-size: 20px;
        }

    .filter-dropdown .dropdown-content .button-container .apply-button {
        border: 1px solid var(--color-primary);
        background-color:var(--color-primary);
        border-radius: 10px;
        padding: 14px 10px;
        cursor:pointer;
    }

        .filter-dropdown .dropdown-content .button-container .apply-button p {
            color:#fff;
            font-weight: 500;
            font-size: 20px;
        }

    .vacancies-container {
        margin-top: 82px;
    }

.vacancies-box {
    background-color: #f3f3f3;
    padding-bottom: 42px;
    margin-bottom: 42px;
    border-radius: 25px;
    overflow: hidden;
}
    .vacancies-box .img-container {
        position: relative;
        width: 100%;
        padding-bottom: 75%;
    }

        .vacancies-box .img-container img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }    

    .vacancies-box .title {
        font-weight: 700;
        font-size: 32px;
        line-height: 120%;
        margin-top: 24px;
        text-align: center;
    }

    .vacancies-box .about-block {
        display: flex;
        align-items:center;
        margin-top: 10px;
        padding: 0px 42px;
    }

        .vacancies-box .about-block img {
            width: 28px;
            height: 28px;
            object-fit: contain;
            object-position: left center;
            margin-right:15px;
        }

        .vacancies-box .about-block .text {
            font-weight: 400;
            font-size: 20px;
            line-height: 120%;
        }

    .vacancies-box .button-block{
        text-align:center;
        margin-top:10px;
        padding:0px 42px;
    }

        .vacancies-box .button-block .button {
            width:100%;
            font-weight: 400;
        }

.pagination{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:center;
    gap:10px;
}

    .pagination .paginator-previous, .pagination .paginator-pages, .pagination .paginator-next {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .pagination .pagination-box {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 48px;
        min-width: 48px;
        border-radius: 10px;
        border: 2px solid var(--color-primary);
        cursor: pointer;
    }

    .pagination .break-box {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 48px;
        min-width: 48px;
    }

    .pagination .pagination-box.current {
        background-color: var(--color-primary);
        cursor: default;
    }

        .pagination .pagination-box p {
            font-size: var(--standart-font-size);
            font-weight: 600;
        }

        .pagination .pagination-box.current p {
            color:#fff;
        }

    .offers-box {
        background-color: #fff;
        height: calc(100% - 20px);
        padding-bottom: 35px;
        margin-bottom: 20px;
        border-radius: 25px;
        overflow: hidden;
        box-shadow: 0px 7px 16px 0px rgba(0, 0, 0, 0.14), 0px 30px 30px 0px rgba(0, 0, 0, 0.12), 0px 67px 40px 0px rgba(0, 0, 0, 0.07), 0px 119px 48px 0px rgba(0, 0, 0, 0.02), 0px 187px 52px 0px rgba(0, 0, 0, 0);
    }

    .offers-box .img-container {
        position: relative;
        width: 100%;
        padding-bottom: 55%;
    }

        .offers-box .img-container img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    
    .offers-box .title {
        font-weight: 600;
        font-size: var(--standart-font-size);
        margin-top: 20px;
        padding:0 20px;
    }

    .offers-box .about-block {
        display: flex;
        margin-top: 20px;
        padding: 0px 20px;
        align-items:center;
    }

        .offers-box .about-block img {
            width: 24px;
            height: 24px;
            object-fit: contain;
            object-position: left center;
            margin-right: 10px;
        }

        .offers-box .about-block .text {
            position: relative;
            top: 1px;
            font-weight: 400;
            font-size: 16px;
            line-height:normal;
        }

#reviews-carousel{
    margin-top:53px;
}

    #reviews-carousel .owl-stage {
        display: flex;
    }

.reviews-box {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
    width: 100%;
    flex-direction: column;
    background-color: #F3F3F3;
    padding-bottom: 35px;
    border-radius: 25px;
    overflow: hidden;
}

    .reviews-box .img-container {
        position: relative;
        width: 100%;
        padding-bottom: 55%;
    }

        .reviews-box .img-container img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    
    .reviews-box .title {
        font-weight: 700;
        font-size: 32px;
        line-height: 120%;
        margin-top:24px;
        padding:0px 40px;
    }

    .reviews-box .text {
        font-weight: 400;
        font-size: 20px;
        line-height: 120%;
        margin-top: 20px;
        padding: 0px 40px;
    }

.return-block {
    display:inline-block;
    margin-bottom:26px;
    cursor:pointer;
}

.return-block img {
    position:relative;
    top:6px;
    width: 30px;
    height: 30px;
    object-fit: contain;
    margin-right: 30px;
}

.return-block a {
    color: #000;
    font-weight: 400;
    font-size: 32px;
}

.vacancy-card .vacancy-img {
    position: relative;
    width: 100%;
    padding-bottom: 75%;
    border-radius: 10px;
    overflow: hidden;
}

    .vacancy-card .vacancy-img img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        object-fit: cover;
    }

.vacancy-card .title {
    font-weight: 600;
    font-size: 40px;
    margin-bottom:18px;
    text-align:left;
}

.vacancy-card .info-container{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
}

    .vacancy-card .info-container .info-box {
        display: flex;
        width: 50%;
        align-items:center;
        margin-bottom:19px;
    }

        .vacancy-card .info-container .info-box img {
            width: 40px;
            height: 40px;
            object-fit: contain;
            margin-right: 10px
        }

        .vacancy-card .info-container .info-box .text {
            font-size: var(--standart-font-size);
            font-weight: 400;
            line-height: 120%;
        }

.vacancy-card .requirements-container .requirements-box {
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 19px;
}

    .vacancy-card .requirements-container .requirements-box img {
        width: 40px;
        height: 40px;
        object-fit: contain;
        margin-right: 10px
    }

    .vacancy-card .requirements-container .requirements-box .text {
        font-size: var(--standart-font-size);
        font-weight: 400;
        line-height: 120%;
    }

.vacancy-card .subtitle {
    font-weight: 600;
    font-size: 40px;
    margin: 30px 0px 20px;
}

.vacancy-card .vacancy-description{
    margin-top:40px;
}
    .vacancy-card .vacancy-description p{
        font-size: var(--standart-font-size) !important;
        line-height:120% !important;
        margin-bottom:10px;
    }

    .vacancy-card .vacancy-description span {
        font-size: var(--standart-font-size) !important;
        line-height: 120% !important;
    }

    .vacancy-card .vacancy-description p span{
        font-size: var(--standart-font-size) !important;
        line-height: 120% !important;
    }

    .vacancy-card .vacancy-description h2 {
        font-size: 28px !important;
        line-height: 120% !important;
    }

    .vacancy-card .vacancy-description h2 span{
        font-size: 28px !important;
        line-height: 120% !important;
    }

    footer {
        position:relative;
        background-color: var(--color-primary-bg);
        padding: 60px 0px;
        z-index:110;
    }

.footer-logo {
    text-align: center;
}

    .footer-logo img {
        width: 105px;
        height: 55px;
        object-fit: contain;
    }
footer .footer-content{
    margin-top:40px;
}

    .footer-nav .links {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding-left: 0;
        margin: 0;
        list-style: none;
    }

        .footer-nav .links li:not(:last-child) {
            margin-right: 80px;
        }

        .footer-nav .links li a {
            display: block;
            color: #fff;
            font-size: var(--standart-font-size);
            font-weight: 400;
            text-decoration: none;
            padding: 0px;
        }

            .footer-nav .links li a:hover{
                color:var(--color-alt);
            }

            footer .country {
                display: flex;
                flex-direction: row;
                flex-wrap:wrap;
                width: 1000px;
                margin: 41px auto 0px;
            }

    footer .country .country-box {
        display: flex;
        width: 20%;
        align-items: center;
        justify-content:center;
    }

        footer .country .country-box img {
            display: inline-block;
            width: 30px;
            height: 30px;
            margin-right: 10px;
        }

        footer .country .country-box p {
            display: inline-block;
            color: #fff;
        }

.popup-container {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-height: 100vh;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 1100;
}
    .popup-container.open {
        display:flex;
        overflow: hidden;
        align-items:center;
        justify-content:center;
    }

.popup-content {
    position: relative;
    background-color: var(--color-primary-bg);
    padding:50px;
    width: 80%;
    height:auto;
    border-radius:10px;
    box-shadow: 0px 15px 34px 0px rgba(0, 0, 0, 0.2),0px 62px 62px 0px rgba(0, 0, 0, 0.17), 0px 139px 83px 0px rgba(0, 0, 0, 0.1),0px 247px 99px 0px rgba(0, 0, 0, 0.03), 0px 386px 108px 0px rgba(0, 0, 0, 0);
}

.close-btn {
    position: absolute;
    top: 5px;
    right: 15px;
    color: #fff;
    font-size: 48px;
    font-weight: 500;
    cursor: pointer;
}

    .close-btn:hover {
        color: #000;
    }

    .alert-div .alert-container {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 70vh;
    }

        .alert-div .alert-container .alert-box {
            background-color: var(--color-primary-bg);
            text-align: center;
            padding: 60px;
            border-radius: 25px;
            box-shadow: 0px 15px 34px 0px rgba(0, 0, 0, 0.2),0px 62px 62px 0px rgba(0, 0, 0, 0.17), 0px 139px 83px 0px rgba(0, 0, 0, 0.1),0px 247px 99px 0px rgba(0, 0, 0, 0.03), 0px 386px 108px 0px rgba(0, 0, 0, 0);
        }

        .alert-div .alert-container .alert-box h1 {
            color:#fff;
            font-weight: 600;
            font-size: 62px;
            margin-bottom:30px;
        }

        .alert-div .alert-container .alert-box p {
            color: #fff;
            font-weight: 400;
            font-size: 30px;
            margin-bottom: 30px;
        }

            .alert-div .alert-container .alert-box a {
                display: inline-block;
                color: #000;
                font-size: var(--standart-font-size);
                font-weight: 700;
                background-color: #fff;
                padding: 20px 97px;
                border-radius: 10px;
                box-shadow: 0px 7px 15px 0px rgba(11, 45, 19, 0.49);
            }

        .alert-div .alert-container .alert-box a:hover {   
            color:#fff;
            background-color: var(--color-alt-2);           
        }

.policy-section h1 {
    font-size: 64px;
    font-weight: 600;
    text-align:center;
}

.policy-section p {
    margin-bottom:10px;
}

.policy-section .subtitle {
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    margin-top:20px;
}

.policy-section .paragraph{
    margin:40px 0px;
}

    .policy-section .paragraph .paragraph-title {
        font-size: 36px;
        font-weight: 600;
        margin-bottom: 20px;
    }


    @media (max-width: 1400px) {
        .banner-container.banner-cooperation .content {
            width: 800px;
            padding: 40px 30px 0px 0px;
        }

        .banner-container .content h1 {
            font-size: 52px;
        }
    }

@media (max-width: 1300px) {
    :root {
        --standart-font-size: 22px;
    }

    h1.title, h2.title, h3.title {
        font-size: 58px;
    }

    header .dropdown-button{
        padding:16px 14px;
    }

    .button{
        padding:16px 40px;
    }

    .banner-container.banner-index .content {
        width: 650px;
        padding: 40px 30px 0px 0px;
    }

    .branches-box {
        margin: 0px 10px;
    }       

        .branches-box .text-container {
            margin: 20px 0px 20px;
            padding: 0px 10px;
        }

        .branches-box .title {
            font-size: 18px;
            min-height: 36px;
        }

    .why-we-box .title {
        min-height: 68px;
        font-size: 28px;
    }

    .filter .country-filter .country-box img {
        width: 38px;
        height: 38px;
    }

    .work-carousel-container {
        min-height: 440px;
    }

    .faq-block .faq-box .title {
        font-size: 28px;
    }

    .form-vacancy input{
        padding:18px;
    }

    .form-vacancy .custom-file-upload{
        padding:18px;
    }

    .form-vacancy .custom-file-upload img {
        width: 20px;
        height: 20px;
    }

    .form-vacancy .custom-file-upload span{
        top:-4px;
    }

    .agree-container .agree-label .icon{
        width:24px;
        height:24px;
    }

    .search-field input {
        padding: 15px 37px 15px 70px;
    }

    .search-field img {
        top: 18px;
        width: 22px;
        height: 22px;
    }

    .checkbox-filter-box .checkbox-filter .icon{
        width: 24px;
        height:24px;
        margin-right:15px;
    }

    .vacancies-box .title {
        font-size: 28px;
    }

    .vacancies-form .country-filter .country-box img {
        width:38px;
        height:38px;
    }

    .vacancies-box .title{
        font-size:28px;
    }

    .vacancies-box .about-block{
        padding:0px 30px;
    }

    .vacancies-box .about-block img{
        width:24px;
        height:24px;
    }

    .vacancies-box .button-block {
        padding: 0px 30px;
    }

    .return-block a{
        font-size:28px;
    }

    .vacancy-card .title{
        font-size:32px;
    }

    .vacancy-card .info-container .info-box img{
        width:32px;
        height:32px;
    }

    .vacancy-card .subtitle {
        font-size: 32px;
    }

    .vacancy-card .requirements-container .requirements-box img {
        width: 32px;
        height: 32px;
    }

    .banner-container.banner-cooperation .content {
        width: 749px;
        padding: 40px 30px 0px 0px;
    }

    .form-cooperation{
        padding:0px 100px;
    }

    .reviews-box .title{
        font-size:28px;
        padding:0px 20px;
    }

    .reviews-box .text {
        font-size: 18px;
        padding: 0px 20px;
    }

    .agree-container .agree-label .text{
        font-size:16px;
    }

}


@media (max-width: 1200px) {

    header .logo img{
        width:90px;
    }

    header .button {
        padding: 16px 10px;
    }

    header .dropdown-button{
        padding:16px 10px;
    }

    .country-container{
        flex-wrap:wrap;
        gap:10px;
        justify-content:space-around;
    }

        .country-container .country-box{
            width:auto;
        }

        footer .country {
            width: 100%;
        }

    .alert-div .alert-container .alert-box h1{
        font-size:42px;
    }

    .alert-div .alert-container .alert-box p{
        font-size:22px;
    }
}

@media (max-width: 992px) {

    .mt-mb-40{
        margin-top:40px;
    }

    .mob-show {
        display: flex !important;
    }

    .desk-show{
        display:none !important;
    }

    .j-c-md-center{
        justify-content:center;
    }

    header .nav-toggle{
        display:block;
    }

    header .header-container {
        display:flex !important;
        flex-direction:row;
        flex-wrap:inherit;
        justify-content:space-between;
        align-items:center;
    }

    header .navbar-content {
        display: none;
        flex-basis: 100%;
        flex-grow: 1;
        flex-direction: column;
        align-items: center;
        padding:20px;
    }

    header .nav .li-link:not(:last-child){
        margin-right:0;
    }

    header .nav-links li {
        justify-content: center;
        padding: 10px 0px;
    }

    header .li-link {
        text-align:center;
        padding:10px 0px;
    }
    header .dropdown-container {
        display: inline-block;
        width: 88px;
    }
    header .dropdown-button {
        display: inline-block;
        width: 88px;
    }
    header .nav {
        flex-direction: column;
        justify-content: center;
    }

    header .button{
        padding:16px 40px;
    }
    .banner-container{
        height:auto;
    }
    .banner-container .banner {
        height:410px;
        position: relative;
        border-radius: 50px;
    }

        .banner-container .content {
            position: relative;
            border-top-right-radius:0px;
        }

            .banner-container .content:before{
                display:none;
            }
            .banner-container .content:after{
                display:none;
            }


            .banner-container.banner-index .content {
                width: 100%;
                padding:40px;
            }

        .banner-container.banner-cooperation .content {
            width: 100%;
            padding: 40px;
        }


        .branches-container {
            flex-wrap: wrap;
            justify-content: center;
            gap: 20px;
        }

    .branches-box{
        width:calc(33% - 20px);
        margin:0;
    }

    .why-we-container{
        margin-top:70px;
    }
        .why-we-container .title {
            hyphens: none;
            -webkit-hyphens:none;
        }

        .vacancies-form .country-filter {
            gap: 10px;
        }

        .vacancies-form .country-filter .country-box-container .country-box{
            min-width:200px;
        }

        .vacancies-form .country-filter .country-box img {
            width: 30px;
            height: 30px;
            margin-right: 10px;
        }

    .form-cooperation{
        padding:0;
    }

    footer .country {
        gap: 10px;
        justify-content: center;
    }

    .policy-section h1{
        font-size:36px;
    }
    .policy-section .subtitle{
        font-size:26px;
    }

    .policy-section .paragraph .paragraph-title{
        font-size:26px;
    }
    
}

@media (max-width: 768px) {
    :root {
        --standart-font-size: 20px;
    }

    h1.title, h2.title, h3.title{
        font-size:36px;
    }
    .banner-container.banner-index .banner{
        background-position-x:-148px;
    }

    .banner-container.banner-index .content{
        padding:45px 20px 10px;
    }

    .banner-container .content h1 {
        font-size: 32px;
        font-style: italic;
    }

    .branches-box{
        width:calc(50% - 20px)
    }

        .branches-box .title{
            font-size:24px;
            min-height:48px;
        }

    .button-div{
        margin-top:40px;
    }


    .owl-dot span {
        display: block;
        width: 16px;
        height: 16px;
        background-color: #DBDFDC;
        border-radius: 50%;
    }

    .owl-dots {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        padding-top: 16px;
    }

    .owl-dot.active span {
        background-color: var(--color-primary-bg);
    }

    .primary-color-bg .owl-dot span {
        background-color: #fff;
    }
    

    .primary-color-bg .owl-dot.active span {
        background-color: var(--color-alt);
    }

    .vacancies-form .country-filter{
        justify-content:space-between;
    }

    .return-block {
        background-color: #F3F3F3;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
        padding: 10px;
        border-radius: 5px;
    }
        .return-block a{
            font-size:20px;
        }
        .return-block img {
            top:3px;
            width:20px;
            height:20px;
        }
    .why-we-box{
        padding:30px;
        height:auto;
        margin-bottom:20px;
    }

        .why-we-box .title{
            font-size:32px;
            min-height:0;
            margin-bottom:20px;
        }

    .vacancies-form .filter-dropdown.filter-requirement .dropdown-content{
        left:-175px;
    }

    .offers-box .title{
        font-size:24px;
    }

    .offers-box .about-block .text{
        font-size:14px;
    }

    .offers-box .about-block img{
        width:20px;
        height:20px;
    }

    .form-cooperation button{
        padding:20px 30px;
    }

    .vacancy-text {
        background-color: #F3F3F3;
        margin-top: 12px;
        padding: 25px;
        border-radius: 10px;
    }

    .vacancy-card .title{
        font-size:36px;
    }

    .vacancy-card .info-container .info-box{
        width:100%;
    }

        .vacancy-card .info-container .info-box img{
            width:20px;
            height:20px;
        }

    .vacancy-card .subtitle{
        font-size:36px;
        margin:20px 0px;
    }

    .vacancy-card .requirements-container .requirements-box img {
        width: 20px;
        height: 20px;
    }
    .agree-container .agree-label .icon{
        width:40px;
        height:40px;
    }

    .faq-block{
        margin-top:20px;
    }

        .faq-block .faq-box{
            padding:25px 40px;
        }

    footer{
        padding:45px 0px;
    }

    footer .footer-content{
        display:flex;
        flex-direction:row;
        column-gap:10px;
    }

        footer .footer-nav {
            width: 50%;
        }

        footer .country {
            width: 50%;
            flex-direction:column;
            justify-content:start;
            margin:0;
        }
            footer .country .country-box{
                justify-content:start;
            }

            .footer-nav .links {
                justify-content: start;
                row-gap: 20px;
            }

    .popup-container.open {
        overflow-y: initial !important;
        align-items: start;
    }
    .popup-content {
        width: calc(100% - 1.5rem);
        min-height: 80vh;
        padding: 50px 20px 20px;      
        margin:40px 0px;
        overflow-y: auto;
    }
    .popup-content h2{
        font-size:24px;
    }

    .pagination .pagination-box{
        min-width:40px;
        height:40px;
    }

}

@media (max-width: 576px) {

    .standart-section{
        padding:40px 0px;
    }

    .banner-container.banner-index .content p {
        width: 100%;
    }
    .branches-box{
        width:100%;
    }

        .branches-box .img-container{
            padding-bottom:43%;
        }

        .branches-box.building-box .img-container img{
            object-position:center -20px;
        }

        .branches-box .text-container{
            padding:0px 40px;
        }

        .branches-box .title {
            min-height: 0;
        }

    .country-container{
        justify-content:start;
        gap:30px 40px;
    }

    .filter .country-filter .country-box-container .country-box{
        min-width:171px;
        padding:8px 5px;
    }

    .filter .country-filter .country-box img{
        width:30px;
        height:30px;
        margin-right:10px;
    }

    .work-box .about .title{
        font-size:24px;
    }

    .form-vacancy{
        padding:0px 20px;
    }

    .search-button{
        padding:16px 10px;        
    }

    .search-field img{
        top:16px;
    }

    .vacancies-form .country-filter .country-box-container .country-box {
        padding: 10px 5px;
        min-width:180px;
    }

    .vacancies-form .country-filter .country-box img{
        width:20px;
        height:20px;
    }
    .vacancies-form .filters-container{
        justify-content:space-between;
        gap:30px 20px;
        margin-top:30px;
    }

    .vacancies-form .filter-dropdown .dropdown-toggle {
        padding: 0px;
    }

    .vacancies-form .filter-dropdown.filter-profession .dropdown-toggle {
        min-width: 0px;
    }

    .vacancies-form .filter-dropdown.filter-location .dropdown-toggle {
        min-width: 0px;
    }

    .vacancies-form .filter-dropdown.filter-sex .dropdown-toggle{
        min-width:0px;
    }

    .vacancies-form .filter-dropdown.filter-requirement .dropdown-toggle {
        min-width: 0px;
    }

    .vacancies-form .filter-dropdown.filter-accommodation .dropdown-toggle {
        min-width: 0px;
    }

    .vacancies-form .filter-dropdown .dropdown-toggle svg{
        margin-right:5px;
    }

    .vacancies-form .filter-dropdown .dropdown-content{
        width:calc(100vw - 1.5rem) !important;
        min-width:0 !important;
    }

    .vacancies-box .title{
        font-size:24px;
    }

    .vacancies-box .about-block img{
        width:22px;
        height:22px;
    }

    .vacancies-box .button-block{
        margin-top:15px;
    }

    .pagination .paginator-previous, .pagination .paginator-pages, .pagination .paginator-next{
        gap:5px;
    }

    .pagination .pagination-box {
        min-width: 30px;
        height: 30px;
    }

    .pagination .break-box {
        min-width: 30px;
        height: 30px;
    }

    .banner-container.banner-cooperation .banner {
        background-position-x: -100px;
    }

    .agree-container .agree-label .text {
        line-height: 120%;
    }

    .alert-div .alert-container .alert-box{
        padding:20px;
    }

    .alert-div .alert-container .alert-box h1 {
        font-size: 36px;
    }

        .alert-div .alert-container .alert-box p{
            font-size:20px;
        }

        .alert-div .alert-container .alert-box a {
            padding: 20px 40px;
        }
}