.servers {
    margin: 60px 0;
}
.servers_title {
    text-align: center;
}
.servers_overlay {
    margin-top: 15px;
}
.servers_wrapper.active {
    display: flex;
}
.servers_wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
    display: none
}
.servers_nav {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    border-radius: 24px;
    border: 1px solid #1A7DE2;
    width: max-content;
    margin: 18px auto 0;
}
.servers_nav_item {
    text-align: center;
    padding: 4px 10px;
    border-radius: 24px;
    transition: 0.5s;
}
.servers_nav_item.active {
    background-color: #3ADD9A;
    transition: 0.5s;
}
.server_item {
    display: flex;
    align-items: flex-start;
    width: 130px;
    margin-top: 10px;
}
.server_item_note {
    color: #E7E6EE;
    max-width: 465px;
    text-align: center;
    margin: 90px auto 0;
    position: relative;
}
.server_item_note:before {
    content: "";
    width: 42px;
    background-image: url(../images/servers_icon.svg);
    height: 42px;
    display: block;
    position: absolute;
    top: -60px;
    left: calc(50% - 21px);
    background-size: cover;
}
.server_item_name {
    font-size: 10px;
    margin: 0;
    line-height: 140%;
    color: #fff;
}
.server_item_icon {
    margin-right: 5px;
    margin-top: 1px;
    width: 16px;
}   
.servers_map {
    margin-left: -10px;
    margin-top: -110px;
    position: relative;
    z-index: -1;
    width: 100%;
}
@media (min-width: 540px) {
    .servers_wrapper {
        width: 500px;
        margin: auto;
    }
}
@media (min-width: 640px) {
    .server_item_name {
        font-size: 15px;
    }
    .server_item {
        width: 240px;
        margin-top: 15px;
    }
    .servers_map {
        margin: -210px auto 0;
        display: block;
    }
}
@media (min-width: 1024px) {
    .servers_wrapper {
        width: 1020px;
        justify-content: flex-start;
    }
    .servers_wrapper_second {
        justify-content: space-between;
    }
    .server_item {
        width: auto;
        min-width: 210px;
        margin: 15px 15px 0;
    }
    .servers_map {
        max-width: 1280px;
        margin: -350px auto 0;
    }
    .server_item_icon {
        margin-right: 7px;
        margin-top: 1px;
        width: 23px;
    }
    .server_item_note:before {
        width: 52px;
        height: 52px;
        top: -70px;
        left: calc(50% - 26px);
    }
}
.table_title {
    text-align: center;
}
.table {
    margin: 60px 0 132px;
}
.table_item_labels_item {
    width: calc(100% - 16px); 
    padding: 0 8px;
    height: 56px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.table_item_labels_item:nth-child(odd) {
    background-color: #1661B8;
    padding: 0 8px;
}
.table_item_labels_item p {
    margin: 0;
    max-width: 124px;
    line-height: 110%;
}
.table_items ul li .inner {
    background-color: transparent;
    border-radius: 8px;
}
.table_overlay {
    position: relative;
    margin-top: 96px;
}
.table_items {
    overflow: hidden;
    position: absolute;
    top: -115px;
    right: 7px;
    width: 134px;
    padding-bottom: 30px;
    padding-top: 20px;
}
.table_item_value {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 56px;
}
.table_item_value_text {
    margin: 0;
}
.table_item_head_name {
    font-size: 12px;
    margin-bottom: 0;
}
.table_item_head_price {
    font-size: 20px;
}
.table_item_head_price span {
    font-size: 14px;
    font-weight: 300;
}
.table_items .switcher {
    background: transparent;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -10px;
}
.table_item_value_btn.premium {
    background-color: #30D491;
    border: 1px solid transparent;
}
.table_item_value_btn.basic {
    background-color: transparent;
    border: 1px solid #4A9FF6;
}
.table_item_value_btn {
    padding: 6px 5px;
    border-radius: 6px;
    font-size: 12px;
}
.inner.premium {
    border: 1px solid #1662F5;
} 
.table_fire {
    position: absolute;
    top: 0;
    left: 0;
    width: 46px;
}
.table_items ul li {
    padding-top: 20px;
}
.table_zigzag {
    position: absolute;
    top: -80px;
    left: 28px;
}
.table_items .switcher li {
    background-color: #4D80BE;
}
@media (min-width: 640px) {
    .table_items {
        width: auto;
        top: -108px;
    }
    .table_items ul li {
        width: 220px!important;
    }
    .table_item_head_price {
        text-align: center;
    }
    .table_item_head_name {
        text-align: center;
    }
    .table_fire {
        top: 20px;
        left: auto;
    }
    .table_items ul li:first-child {
        order: 2;
    }
}

@media (min-width: 1400px) {
    .table_item_labels_item p {
        max-width: initial;
        font-size: 24px;
    }
    .table_items ul li {
        width: 490px!important;
    }
    .table_item_head_price {
        font-size: 40px;
    }
    .table_item_head_name {
        font-size: 24px;
        font-weight: 500;
        text-transform: uppercase;
    }
    .table_item_labels_item {
        height: 73px;
    }
    .table_item_labels_item:nth-child(odd) {
        padding: 0 20px;
    }
    .table_item_labels_item {
        padding: 0 20px;
        width: calc(100% - 40px);
    }
    .table_item_value_text {
        font-size: 24px;
    }
    .table_item_value {
        height: 73px;
    }
    .table_item_value_icon {
        width: 32px;
    }
    .table_item_value_btn {
        font-size: 22px;
        width: 280px;
        text-align: center;
        padding: 16px 0;
        margin-top: 30px;
    }
    .table_items {
        top: -199px;
    }
    .table_overlay {
        margin-top: 260px;
    }
    .table_item_head {
        padding-top: 30px;
    }
    .table_fire {
        top: 0px;
        left: auto;
        right: 400px;
        width: 94px;
    }
    .table_items ul li .inner {
        padding-bottom: 50px;
    }
    .table {
        margin: 60px 0 220px;
    }
    .table_zigzag {
        display: none;
    }
}