.server-rental {
    padding-bottom: 60px;
}
.server-rental .block_development_wrapper {
    min-height: 550px !important;
    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: 450px !important;
        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: 650px !important;
        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: 605px !important;
        background: url(/img/arenda/arenda_bg_mob.webp) no-repeat 50% 50%;
        background-size: cover;
    }
}


.cloud_based {
    padding: 0 30px 60px;
}
.cloud_based-wrapper {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    min-height: 480px;
    padding: 50px;
    background: url(/img/arenda/cloud_based_bg.webp) no-repeat 50% 50%;
    background-size: cover;
    border-radius: 20px;
}
.cloud_based-title {
    max-width: 540px;
    width: 100%;
    margin: 0 0 20px;
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    color: #005D28;
}
.cloud_based-text {
    margin: 0 !important;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: #1D1D1D;
}

@media(max-width: 1800px) {
    .cloud_based-wrapper {
        min-height: 450px !important;
        background: url(/img/arenda/cloud_based_bg-big.webp) no-repeat 50% 50%;
        background-size: cover;
    }
}
@media(max-width: 1024px) {
    .cloud_based-wrapper {
        min-height: 620px !important;
        padding: 30px;
        justify-content: end;
        background: url(/img/arenda/cloud_based_bg-tablet.webp) no-repeat 50% 50%;
        background-size: cover;
    }
    .cloud_based-title {
        margin-bottom: 10px;
        font-size: 28px;
        line-height: 32px;
    }
    .cloud_based-text {
        font-size: 14px;
        line-height: 140%;
    }
}
@media(max-width: 767px) {
    .cloud_based {
        padding: 0 20px 30px;
    }
    .cloud_based-wrapper {
        padding: 30px 20px;
        min-height: 385px !important;
        background: url(/img/arenda/cloud_based_bg-mob.webp) no-repeat 50% 50%;
        background-size: cover;
    }
    .cloud_based-title {
        font-size: 22px;
        line-height: 24px;
    }
}













.block_development_list {
    display: flex;
    gap: 60px;
    margin-bottom: 30px;
}
.block_development_list-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style: none;
}
.block_development_list-text {
    margin: 0 !important;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #1D1D1D;
}
.block_development_list-icon {
    width: 40px;
    height: 40px;
}
.server-rental .block_development_info {
    max-width: 975px;
    width: 100%;
}
.server-rental .block_development_title {
    margin-bottom: 30px;
}
.server-rental .block_development_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.server-rental .block_development_btn::before {
    content: '';
    display: block;
    position: relative;
    min-width: 24px;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='20' viewBox='0 0 18 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M6 4L9 1M9 1L12 4M9 1V11M4.00023 8C3.06835 8 2.60241 8 2.23486 8.15224C1.74481 8.35523 1.35523 8.74481 1.15224 9.23486C1 9.60241 1 10.0681 1 11V15.8C1 16.9201 1 17.4798 1.21799 17.9076C1.40973 18.2839 1.71547 18.5905 2.0918 18.7822C2.5192 19 3.07899 19 4.19691 19H13.8036C14.9215 19 15.4805 19 15.9079 18.7822C16.2842 18.5905 16.5905 18.2839 16.7822 17.9076C17 17.4802 17 16.921 17 15.8031V11C17 10.0681 16.9999 9.6024 16.8477 9.23486C16.6447 8.74481 16.2554 8.35523 15.7654 8.15224C15.3978 8 14.9319 8 14 8' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
@media(max-width: 1800px) {
    .block_development_list-icon {
        width: 20px;
        height: 20px;
    }
}
@media(max-width: 1024px) {
    .block_development_list {
        gap: 20px;
    }
}
@media(max-width: 767px) {
    .block_development_list {
        flex-direction: column;
    }
    .block_development_list-item {
        flex-direction: row;
        align-items: center;
    }
    .block_development_list-text {
        font-size: 14px;
        line-height: 18px;
    }
    .server-rental .block_development_btn {
        white-space: wrap;
        line-height: 1;
        text-align: left;
    }
}

.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 15px !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #1D1D1D;
}
.solutions_item_price {
    margin: 0 0 20px !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;
}
.solutions_item_media {
    position: relative;
    display: flex;
    margin-bottom: 20px;
}
.solutions_item_media-img {
    border-radius: 10px;
}
.solutions_item_media-descr {
    position: absolute;
    top: 15px;
    right: 15px;
    margin: 0 !important;
    padding: 8px 15px;
    background: #D3E4C7;
    border-radius: 14px;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #676767;
}

@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;
        margin: 0;
    }
}

@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_description {
        text-align: center;
    }
    .solutions_item_media {
        margin-bottom: 35px;
    }
    .solutions_item_media-descr {
        width: 100%;
        left: 0;
        right: 0;
        top: auto;
        bottom: -15px;
        font-size: 12px;
    }
}


.any_object {
    padding: 0 30px 60px;
}
.any_object_title {
    margin: 0 0 20px !important;
    font-weight: 600;
}
.any_object_text {
    margin: 0 0 30px !important;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: #1D1D1D;
}
.any_object_items {
    display: flex;
    align-items: start;
    gap: 10px;
}
.solutions_item_media-img {
    border-radius: 20px;
    margin-bottom: 20px;
}
.solutions_item_media-title {
    margin: 0 0 10px !important;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #1D1D1D;
}
.solutions_item_media-text {
    margin: 0 !important;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: #1D1D1D;
}

@media(max-width: 1024px) {
    .any_object_items {
        flex-direction: column;
        gap: 30px;
    }
    .solutions_item_media-title {
        font-size: 18px;
        line-height: 20px;
    }
    .solutions_item_media-text {
        font-size: 14px;
        line-height: 18px;
    }
    .any_object_text {
        font-size: 14px;
        line-height: 140%;
    }
}
@media(max-width: 767px) {
    .any_object {
        padding: 0 20px 30px;
    }
}


.rent_server {
    padding: 0 30px 60px;
}
.rent_server_wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px;
    gap: 20px;
    background: #FFFFFF;
    box-shadow: 0px 4px 12px rgba(144, 144, 144, 0.08);
    border-radius: 14px;
}
.rent_server_title {
    max-width: 1020px;
    width: 100%;
    margin: 0 !important;
    color: #005D28;
    font-weight: 600;
}
.rent_server_items {
    display: flex;
    align-items: stretch;
    width: 100%;
    gap: 10px;
}
.rent_server_item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    padding: 30px;
    background: #F9F9F9;
    border-radius: 20px;
    max-width: 33.3%;
    width: 100%;
}
.rent_server_item::before {
    content: '';
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 60px;
    height: 60px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect x='60' width='60' height='60' rx='30' transform='rotate(90 60 0)' fill='white'/%3e%3cpath d='M30.891 37.1394L37.1436 30.8868C37.2574 30.7679 37.3467 30.6277 37.4062 30.4742C37.5313 30.1697 37.5313 29.8282 37.4062 29.5238C37.3467 29.3703 37.2574 29.23 37.1436 29.1111L30.891 22.8585C30.7744 22.7419 30.636 22.6494 30.4836 22.5863C30.3313 22.5232 30.168 22.4907 30.0031 22.4907C29.6701 22.4907 29.3507 22.623 29.1152 22.8585C28.8798 23.094 28.7475 23.4133 28.7475 23.7464C28.7475 24.0794 28.8798 24.3988 29.1152 24.6342L33.242 28.7484H23.7505C23.4189 28.7484 23.1008 28.8802 22.8663 29.1147C22.6318 29.3492 22.5 29.6673 22.5 29.999C22.5 30.3306 22.6318 30.6487 22.8663 30.8832C23.1008 31.1177 23.4189 31.2495 23.7505 31.2495H33.242L29.1152 35.3637C28.998 35.4799 28.905 35.6182 28.8415 35.7706C28.778 35.923 28.7453 36.0865 28.7453 36.2516C28.7453 36.4166 28.778 36.5801 28.8415 36.7325C28.905 36.8849 28.998 37.0232 29.1152 37.1394C29.2315 37.2566 29.3698 37.3497 29.5222 37.4132C29.6746 37.4766 29.838 37.5093 30.0031 37.5093C30.1682 37.5093 30.3317 37.4766 30.484 37.4132C30.6364 37.3497 30.7747 37.2566 30.891 37.1394Z' fill='%23005D28'/%3e%3c/svg%3e ");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    transition: .3s;
}
@media(min-width: 1025px) {
    .rent_server_item:hover {
        background: #EDF4E9;
    }
    .rent_server_item:hover::before {
        transform: rotate(-45deg);
    }
}
.rent_server_item-img {
    width: auto;
}
.rent_server_item-title {
    margin: 0 !important;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #1D1D1D;
}
.rent_server_item:nth-child(1) .rent_server_item-img {
    max-width: 144px;
    width: 100%;
}
.rent_server_item:nth-child(2) .rent_server_item-img {
    max-width: 351px;
    width: 100%;
}
.rent_server_item:nth-child(3) .rent_server_item-img {
    max-width: 229px;
    width: 100%;
}


@media(max-width: 1024px) {
    .rent_server_items {
        flex-direction: column;
    }
    .rent_server_item {
        max-width: 100%;
        min-height: 240px;
        justify-content: end;
    }
    .rent_server_item-title {
        font-size: 18px;
        line-height: 20px;
    }
    
}
@media(max-width: 767px) {
    .rent_server {
        padding: 0 20px 30px;
    }
    .rent_server_wrapper {
        padding: 20px;
    }
}







.arenda_server {
    padding: 0 30px 60px;
}
.arenda_server_wrapper {
    padding: 40px;
    background: #FFFFFF;
    box-shadow: 0px 4px 12px rgba(144, 144, 144, 0.08);
    border-radius: 14px;
}
.arenda_server_content {
    display: flex;
    align-items: start;
    gap: 70px;
}
.arenda_server_content-center {
    align-items: center;
}
.arenda_server_info {
    max-width: calc(50% - 35px);
    width: 100%;
}
.arenda_server_title {
    max-width: 700px;
    width: 100%;
    margin: 0 0 20px !important;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: #1D1D1D;
}
.arenda_server_text {
    margin: 0 !important;
font-weight: 500;
font-size: 18px;
line-height: 140%;
color: #1D1D1D;
}
.arenda_server_text-main {
    max-width: 1160px !important;
    width: 100%;
    margin: 0 0 40px !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_subtitle {
    max-width: 950px;
    width: 100%;
    margin: 0 0 40px;
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    color: #005D28;
}
.arenda_server_img {
    display: block;
    width: 100%;
}


.arenda_server_items {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 40px;
}
.arenda_server_item {
    max-width: calc(25% - 10px);
    width: 100%;
    padding: 40px;
    background: #F9F9F9;
    border-radius: 20px;
}
.arenda_server_item-img {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
}
.arenda_server_item-title {
    margin: 0 0 10px !important;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #1D1D1D;
}
.arenda_server_item-text {
    margin: 0 !important;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: #1D1D1D;
}
@media(max-width: 1280px) {
    .arenda_server_item {
        max-width: calc(50% - 10px);
    }
}
@media(max-width: 767px) {
    .arenda_server_wrapper {
        padding: 20px;
    }
    .arenda_server_item {
        max-width: 100%;
        padding: 20px;
    }
    .arenda_server_item-title {
        font-size: 18px;
        line-height: 20px;
    }
    .arenda_server_item-text {
        font-size: 14px;
        line-height: 18px;
    }
    .arenda_server_subtitle {
        margin-bottom: 20px;
        font-size: 22px;
        line-height: 24px;
    }
    .arenda_server_text {
        font-size: 14px;
        line-height: 18px;
    }
}


.arenda_server_media {
    display: flex;
    align-items: center;
    max-width: calc(50% - 30px);
    width: 100%;
}
.arenda_server_media_img {
    max-width: 415px;
    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_text-grey {
    margin-bottom: 40px !important;
    color: #676767;
}
.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 {
    max-width: 280px;
    width: 100%;
    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%;
}




.rent_services {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 40px;
}
.rent_service {
    padding: 40px;
    background: #F9F9F9;
    border-radius: 14px;
}
.rent_service-img {
    margin-bottom: 20px;
    border-radius: 10px;
}
.rent_service-title {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 28px;
    line-height: 140%;
    color: #1D1D1D;
}
.rent_service-list {

}
.rent_service-list-item {
    list-style: none;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #676767;
}
.rent_service-list-item:not(:last-child) {
  border-bottom: 0.5px solid #005D28;
  padding-bottom: 15px;
  margin-bottom: 10px;
}
.rent_service-list-item-main {
    font-weight: 700;
    color: #005D28;
}

.rent_services-warning {
    max-width: 760px !important;
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #676767;
}
.rent_services-warning strong {
    font-weight: 700;
    color: #005D28;
}

@media(max-width: 1280px) {
    .rent_service-list-item {
        font-size: 14px;
        line-height: 18px;
    }
    .rent_services-warning {
        font-size: 14px;
        line-height: 140%;
    }
}
@media(max-width: 1024px) {
    .rent_services {
        grid-template-columns: repeat(1, 1fr);
        margin-bottom: 30px;
    }
    .rent_service-title {
        font-size: 24px;
        line-height: 140%;
    }
}
@media(max-width: 767px) {
    .rent_service-title {
        font-size: 20px;
    }
}






@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 20px !important;
    }
    .arenda_server_btns {
        flex-direction: column;
    }
    .arenda_server_rules,
    .arenda_server_media_link {
        max-width: 450px;
        width: 100%;
    }
}




.cloud-nvr {
    margin-bottom: 40px;
    padding: 40px;
    background: linear-gradient(106.57deg, #EBF0E8 23.69%, #D3E4C7 127.24%);
    border-radius: 14px;
}
.cloud-nvr-title {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 30px;
    line-height: 140%;
    color: #005D28;
}
.cloud-nvr-flex {
    display: flex;
    align-items: stretch;
    width: 100%;
    gap: 30px;
}
.cloud-nvr-info {
    max-width: 550px;
    width: 100%;
}
.cloud-nvr-info-item {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
    padding: 30px;
    background: #FFFFFF;
    border-radius: 20px;
}
.cloud-nvr-info-item-img {
    width: 60px;
    height: 60px;
}
.cloud-nvr-info-item-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #1D1D1D;
}
.cloud-nvr-info-item:not(:first-child) {
    margin: 10px 0 40px;
}
.cloud-nvr-logo {
    max-width: 310px;
    width: 100%;
}

.cloud-nvr-media {
    display: flex;
    width: 100%;
}
.cloud-nvr-media-img {
    max-width: 100%;
    width: 100%;
    border-radius: 20px;
}

@media(max-width: 1280px) {
    .cloud-nvr-info-item-title {
        font-size: 18px;
        line-height: 20px;
    }
    .cloud-nvr-title {
        font-size: 24px;
        line-height: 120%;
    }
}
@media(max-width: 1024px) {
    .cloud-nvr-flex {
        flex-direction: column;
    }
    .cloud-nvr-logo {
        display: block;
        margin: 0 auto;
    }
}
@media(max-width: 767px) {
    .cloud-nvr {
        padding: 20px;
    }
    .cloud-nvr-title {
        font-size: 20px;
    }
    .cloud-nvr-info-item {
        flex-direction: column;
        align-items: start;
        padding: 20px;
    }
    .cloud-nvr-info-item-title {
        font-size: 16px;
        line-height: 18px;
    }
}

.technical_features {
    margin-bottom: 40px;
}
.technical_features-title,
.nvr-title {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    color: #1D1D1D;
}
.technical_features-flex {
    display: flex;
    align-items: start;
    gap: 30px;
}
.technical_features-media {
    display: flex;
    max-width: 586px;
    width: 100%;
}
.technical_features-media-img {
    border-radius: 20px;
}
.technical_features-info {

}
.technical_features-list {
    margin-bottom: 30px;
}
.technical_features-list-item {
    list-style: none;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #676767;
}
.technical_features-list-item:not(:last-child) {
    padding-bottom: 15px;
    margin-bottom: 10px;
    border-bottom: 0.5px solid #005D28;
}

@media(max-width: 1280px) {
    .technical_features-title,
    .nvr-title {
        font-size: 30px;
        line-height: 44px;
    }
    .technical_features-list-item {
        font-size: 14px;
        line-height: 18px;
    }
}
@media(max-width: 1024px) {
    .technical_features-title,
    .nvr-title {
        font-size: 24px;
        line-height: 120%;
    }
    .technical_features-flex {
        flex-direction: column;
    }
    .technical_features-info {
        order: 1;
    }
}
@media(max-width: 767px) {
    .technical_features-title,
    .nvr-title {
        font-size: 20px;
    }
}

.nvr_items {
    display: flex;
    align-items: stretch;
    gap: 10px;
    margin-top: 20px;
}
.nvr_item {
    width: calc((100% - 20px) / 3);
    padding: 40px;
    background: #F9F9F9;
    border-radius: 20px;
}
.nvr_items-rent .nvr_item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.nvr_items-rent .nvr_item_main {
    margin-bottom: auto;
}
.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;
    }
}