.server-rental {
    padding-bottom: 60px;
}
.server-rental .block_development_wrapper {
    min-height: 290px;
    background: url(/img/arenda/arenda_bg.webp) no-repeat 50% 50%;
    background-size: cover;
}


@media(max-width: 1800px) {
    .server-rental .block_development_wrapper {
        min-height: 290px;
        background: url(/img/arenda/arenda_bg_desk.webp) no-repeat 50% 50%;
        background-size: cover;
    }
}
@media(max-width: 1024px) {
    .server-rental .block_development_wrapper {
        min-height: 450px;
        background: url(/img/arenda/arenda_bg_tablet.webp) no-repeat 50% 50%;
        background-size: cover;
    }
}
@media(max-width: 600px) {
    .server-rental {
        padding-bottom: 30px;
    }
    .server-rental .block_development_wrapper {
        min-height: 400px;
        background: url(/img/arenda/arenda_bg_mob.webp) no-repeat 50% 50%;
        background-size: cover;
    }
}


.solutions {
    padding: 0 30px 60px;
}
.solutions_title {
    margin: 0 0 30px;
    font-weight: 600;
}
.solutions_items {
    display: flex;
    align-items: start;
    gap: 10px;
}
.solutions_item {
    width: calc((100% - 20px) / 3);
    padding: 30px;
    background: #FFFFFF;
    border-radius: 20px;
    text-align: center;
}
.solutions_item_title {
    margin: 0 0 20px !important;
    font-weight: 600;
    font-size: 30px;
    line-height: 140%;
    text-align: center;
    color: #005D28;
}
.solutions_item_description {
    margin: 0 0 10px !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #1D1D1D;
}
.solutions_item_price {
    margin: 0 0 25px !important;
    font-weight: 700;
    font-size: 36px;
    line-height: 28px;
    text-align: center;
    color: #005D28;
}
.solutions_item_link {
    width: 270px;
    border: 2px solid var(--green-1) !important;
    color: var(--green-1) !important;
    cursor: pointer;
    font-weight: 600;
    transition: .3s;
}
.solutions_item_link:hover {
    color: var(--white-1) !important;
    background: var(--green-1);
}
.solutions_item_info {
    display: flex;
    flex-direction: column;
}

@media(max-width: 1200px) {
    .solutions_items {
        flex-direction: column;
    }
    .solutions_item {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .solutions_item_link {
        width: 100%;
    }
    .solutions_item_description {
        width: 100%;
        text-align: right;
        order: 1;
        margin: 0;
    }
    .solutions_item_price {
        margin: 0 0 15px !important;
    }
}

@media(max-width: 768px) {    
    .solutions {
        padding: 0 20px 30px;
    }
    .solutions_item {
        padding: 20px;
        justify-content: center;
    }
    .solutions_item_title {
        font-size: 22px;
        line-height: 24px;
    }
    .solutions_item_price {
        margin: 0 0 20px !important;
    }
    .solutions_item_description {
        text-align: center;
    }
}




.arenda_server {
    padding: 0 30px 60px;
}
.arenda_server_content {
    display: flex;
    align-items: start;
}
.arenda_server_info {
    max-width: calc(50% - 30px);
    width: 100%;
}
.arenda_server_info:first-child {
    margin-right: 60px;
}
.arenda_server_title {
    max-width: 700px;
    width: 100%;
    margin: 0 0 30px !important;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: #1D1D1D;
}
.arenda_server_text {
    margin: 0 !important
}
.arenda_server_text a {
    color: var(--green-1) !important;
}
.arenda_server_text a:hover {
    text-decoration: underline;
}
.arenda_server_text:not(:last-child) {
    margin: 0 0 20px !important;
}
.arenda_server_img {
    display: block;
    width: 100%;
}

.arenda_server_media {
    display: flex;
    align-items: center;
    max-width: calc(50% - 30px);
    width: 100%;
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 0px 4px 12px rgba(144, 144, 144, 0.08);
    border-radius: 20px;
}
.arenda_server_media_img {
    max-width: 264px;
    width: 100%;
    margin-right: 10px;
}
.arenda_server_media_title {
    margin: 0 0 15px !important;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: #1D1D1D;
}
.arenda_server_media_text {
    margin: 0 0 15px !important;
    padding-bottom: 15px;
    border-bottom: .5px solid rgba(0, 93, 40, 1); 
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #005D28;
}
.arenda_server_media_description {
    margin: 0 0 25px !important;
    padding-bottom: 15px;
    border-bottom: .5px solid rgba(0, 93, 40, 1); 
}
.arenda_server_media_link {
    width: fit-content;
    background: var(--green-1);
    color: var(--white-2) !important;
    transition: .3s;
}
.arenda_server_media_link:hover {
    background: var(--green-2);
    color: var(--green-1) !important;
}

.arenda_server_btns {
    display: flex;
    gap: 10px;
}
.arenda_server_rules,
.arenda_server_link_white {
    width: fit-content;
    border: 2px solid var(--green-1) !important;
    color: var(--green-1) !important;
    cursor: pointer;
    transition: .3s;
}
.arenda_server_rules:hover,
.arenda_server_link_white:hover {
    color: var(--white-1) !important;
    background: var(--green-1);
}

#rulesModal {
    position: fixed;
    max-height: 100vh;
    padding: 40px 60px;
    background: #fff;
    border-radius: 14px;
    z-index: 999;
    /* overflow-y: hidden; */
    overflow-y: auto;
    overflow-x: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1220px;
}
#rulesModal .close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 999;
    width: 40px;
    height: 40px;
    background: url(/img/icons/close.svg) no-repeat 50% 50%;
}
#modalHead {
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    /* max-width: 90%; */
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: var(--green-1);
    margin-bottom: 30px;
}

.arenda_server_video {
    max-width: 910px;
    width: 100%;
    margin: 30px auto 0;
}
.rulesFade {
    display: none;
}
.rulesFade::before {
    content: '';
    top: 0;
    left: 0;
    background: #000;
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    z-index: 777;
    cursor: wait;
    max-width: 100%;
}

@media (max-width: 639px) {
    #rulesModal {
        width: 100% !important;
        height: 100% !important;
        padding: 40px 20px !important;
        z-index: 1000 !important;
        overflow-y: auto !important;
    }
}

@media(max-width: 1024px) {
    .arenda_server_content {
        flex-direction: column;
    }
    .arenda_server_info {
        max-width: 100%;
    }
    .arenda_server_info:first-child {
        margin: 0 0 15px;
    }
    .arenda_server_media {
        max-width: 100%;
    }
}

@media(max-width: 767px) {
    .arenda_server {
        padding: 0 20px 30px;
    }
    .arenda_server_media {
        flex-direction: column;
    }
    .arenda_server_media_img {
        max-width: 450px;
        margin: 0 auto 20px;
    }
    .arenda_server_title {
        margin: 0 0 20px !important;
        font-size: 22px;
        line-height: 24px;
    }
    .arenda_server_text:not(:last-child) {
        margin: 0 0 15px !important;
    }
    .arenda_server_btns {
        flex-direction: column;
    }
    .arenda_server_rules,
    .arenda_server_media_link {
        max-width: 450px;
        width: 100%;
    }
}



.nvr_items {
    display: flex;
    align-items: start;
    gap: 10px;
    margin-top: 20px;
}
.nvr_item {
    width: calc((100% - 20px) / 3);
    padding: 30px;
    background: #FFFFFF;
    border-radius: 20px;
}
.nvr_item p {
    margin-top: 0 !important;
}
.nvr_item_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.nvr_item_title {
    margin: 0 !important;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    color: #1D1D1D;
}
.nvr_item_number {
    margin: 0 !important;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #676767;

    padding: 8px 15px;
    background: #D3E4C7;
    border-radius: 14px;
}
.nvr_item_price {
    margin: 0 0 20px !important;

    font-weight: 700;
    font-size: 36px;
    line-height: 28px;
    text-align: center;
    color: #005D28;
    text-align: left;
}
.nvr_item_condition {
    margin: 0 0 30px !important;

    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    color: #676767;
}
.nvr_item_ul {
    margin-bottom: 30px;
    padding-left: 20px;
}
.nvr_item_ul li {
    font-size: 18px;
    line-height: 140%;
    color: #1D1D1D;
}
.nvr_item_ul li:not(:last-child) {
    margin-bottom: 10px;
}
.nvr_item_btn {
    width: 100%;
    background: var(--green-1);
    color: var(--white-2) !important;
    border: none !important;
    transition: .3s;
}
.nvr_item_btn:hover {
    background: var(--green-2);
    color: var(--green-1) !important;
}
.nvr_item_description {
    margin: 0 0 15px !important;
    padding-bottom: 15px;
    border-bottom: 0.5px solid #005D28;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    color: #005D28;
}

@media(max-width: 1024px) {
    .nvr_items {
        flex-direction: column;
    }
    .nvr_item {
        width: 100%;
    }
}

@media(max-width: 767px) {
    .nvr_item {
        padding: 20px;
    }
    .nvr_item_ul li {
        font-size: 14px;
    }
    .nvr_item_description {
        margin: 0 0 10px !important;
        padding-bottom: 10px;
        font-size: 14px;
        line-height: 18px;
    }
}



.dedicated_server {
    padding: 0 30px 60px;
}
.dedicated_server_wrapper {
    padding: 40px;
    background: #FFFFFF;
    box-shadow: 0px 4px 12px rgba(144, 144, 144, 0.08);
    border-radius: 14px;
}
.dedicated_server_title {
    margin: 0 0 20px !important;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: #1D1D1D;
}
.dedicated_server_text {
    margin: 0 0 30px !important;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: #1D1D1D;
}
.dedicated_server_subtitle {
    margin: 0 0 20px !important;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    color: #1D1D1D;
}
.dedicated_server .nvr_item {
    width: calc((100% - 10px) / 2);
    background: #F9F9F9;
}

@media(max-width: 1024px) {
    .dedicated_server .nvr_item {
        width: 100%;
    }
}

@media(max-width: 767px) {
    .dedicated_server {
        padding: 0 20px 30px;
    }
    .dedicated_server_wrapper {
        padding: 20px;
    }
    .dedicated_server_title {
        font-size: 22px;
        line-height: 24px;
    }
    .dedicated_server_text {
        font-size: 14px;
    }
    .dedicated_server_subtitle {
        font-size: 22px;
        line-height: 24px;
    }
    .dedicated_server .nvr_item {
        width: 100%;
    }
}





.service_required {
    padding: 0 30px 60px;
}
.service_required_wrapper {
    padding: 40px;
    background: #FFFFFF;
    box-shadow: 0px 4px 12px rgba(144, 144, 144, 0.08);
    border-radius: 14px;
}
.service_required_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.service_required_info {
    max-width: 875px;
    width: 100%;
}
.service_required_title {
    margin: 0 0 20px !important;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: #1D1D1D;
}
.service_required .unlimTxt {
    font-weight: 500 !important;
}
.service_required_media {
    max-width: 855px;
    width: 100%;
}
.service_required_img {
    border-radius: 20px;
    width: 100%;
}

@media(max-width: 1024px) {
    .service_required_content {
        flex-direction: column;
        gap: 20px;
    }
}

@media(max-width: 767px) {
    .service_required {
        padding: 0 20px 30px;
    }
    .service_required_wrapper {
        padding: 20px;
    }
    .service_required_title {
        font-size: 22px;
        line-height: 24px;
    }
}






.advantages_server {
    padding: 0 30px 60px; 
}
.advantages_server_wrapper {
    padding: 40px;
    background: #FFFFFF;
    box-shadow: 0px 4px 12px rgba(144, 144, 144, 0.08);
    border-radius: 14px;
}
.advantages_server_title {
    margin: 0 0 20px !important;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: #1D1D1D;
}
.advantages_server_text {
    max-width: 805px !important;
    width: 100%;
    margin: 0 0 30px !important;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: #1D1D1D;
}
.advantages_server_items {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.advantages_server_item {
    display: flex;
    align-items: center;
    width: calc((100% - 10px) / 2);
    padding: 40px;
    background: #F9F9F9;
    border-radius: 20px;
}
.advantages_server_item_icon {
    width: 60px;
    margin-right: 15px;
}
.advantages_server_item_icon svg {
    width: 100%;
    height: 100%;
}
.advantages_server_item_title {
    margin: 0 0 10px !important;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    color: #1D1D1D;
}
.advantages_server_item_text {
    margin: 0 !important;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: #1D1D1D;
}

@media(max-width: 1800px) {
    .advantages_server_item_title {
        font-size: 18px;
        line-height: 20px;
    }
    .advantages_server_item_text {
        font-size: 14px;
        line-height: 140%;
    }
    .advantages_server_text {
        max-width: 655px !important;
        width: 100%;
        font-size: 14px;
        line-height: 18px;
    }
}

@media(max-width: 1024px) {
    .advantages_server_items {
        flex-direction: column;
    }
    .advantages_server_item {
        width: 100%;
    }
}


@media(max-width: 767px) {
    .advantages_server {
        padding: 0 20px 30px;
    }
    .advantages_server_wrapper {
        padding: 20px;
    }
    .advantages_server_title {
        font-size: 22px;
        line-height: 24px;
    }
    .advantages_server_item {
        flex-direction: column;
        align-items: start;
        padding: 20px;
    }
    .advantages_server_item_icon {
        margin: 0 0 10px;
        width: 40px;
    }
}






.financial_benefits {
    padding: 0 30px 60px;
}
.financial_benefits_title {
    margin: 0 0 20px !important;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: #1D1D1D;
}
.financial_benefits_items {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.financial_benefits_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc((100% - 10px) / 2);
    padding: 10px 30px;
    background: #FFFFFF;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.04);
    border-radius: 20px;
}
.financial_benefits_item_text {
    margin: 0 5px 0 0 !important;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: #1D1D1D;
}
.financial_benefits_item_number {
    margin: 0 !important;

    font-weight: 700;
    font-size: 180px;
    line-height: 90%;
    text-align: center;
    color: rgba(0, 93, 40, 0.08);
}

@media(max-width: 1024px) {
    .financial_benefits_items {
        flex-direction: column;
    }
    .financial_benefits_item {
        width: 100%;
    }
}

@media(max-width: 767px) {
    .financial_benefits {
        padding: 0 20px 30px;
    }
    .financial_benefits_title {
        font-size: 22px;
        line-height: 24px;
    }
    .financial_benefits_item {
        padding: 20px;
        align-items: end;
    }
    .financial_benefits_item_text {
        font-size: 16px;
    }
    .financial_benefits_item_number {
        font-size: 64px;
        margin-bottom: -10px !important;
    }
}