* {
    font-family: Onest, sans-serif
}

span {
    color: #fff
}

body {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    background-color: #202020
}

.main {
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 85%;
    margin-top: 40px
}

.header {
    position: sticky !important;
    top: 0;
    left: 0;
    right: 0;
    width: 100vw !important
}

.h_link.h_a.h_conv.btn_primary {
    margin-right: 15px
}

.content,
.footer,
.header {
    width: 100%
}

#burger {
    display: none;
    margin-left: 10px
}

.header {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 99;
    background-color: #20202065;
    backdrop-filter: blur(16px) !important;
    transition: all .2s ease;
    padding: 10px;
}

#logo {
    width: 650px
}

.h_rows {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
    width: 85%
}

.user-panel {
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 80%
}

.user-panel-buttons {
    display: flex;
    flex-flow: row;
    align-items: center;
    width: 100%;
    margin-bottom: 30px
}

.btn_primary {
    margin: 5px
}

.key-country {
    opacity: .8;
    font-size: .75em;
    align-self: center
}

.h_row {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.h_link {
    text-decoration: none;
    color: inherit;
    margin-right: 15px
}

.h_a {
    color: #fff;
    font-weight: 600
}

.h_a_index {
    font-size: 22px;
    margin-right: 30px
}

.h_conv {
    margin-left: 30px;
    margin-right: 0
}

.h_conv_row {
    align-items: center;
    flex-direction: row
}

.h_conv_row {
    flex-direction: row
}

.btn_primary {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: #215cfd;
    border-radius: 11px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 8px 20px;
    transition: opacity .2s;
    text-decoration: none;
    text-align: center
}

.btn_primary:hover {
    opacity: .85;
    transition: opacity .2s
}

.btn_large {
    font-size: 18px;
    min-width: 150px;
    min-height: 44px
}

.content {
    margin-top: 150px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center
}

.img_row_step {
    display: flex;
    width: 100%;
    flex-flow: row;
    align-items: center;
    justify-content: space-between
}

.irs_block {
    display: flex;
    flex-flow: column;
    max-width: 50%
}

.irsb_title {
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 30px;
    font-weight: 500;
    color: #fff
}

.irsb_desc {
    font-size: 18px;
    line-height: 1.5;
    margin: 24px 0;
    color: #fff
}

.irsb_buttons {
    display: flex;
    flex-flow: row;
    width: 100%;
    align-items: center
}

.isrb_link {
    text-decoration: none;
    color: #969696;
    margin-left: 40px
}

.irsb_img {
    margin-bottom: 40px
}

.irsb_img_block {
    display: flex;
    flex-flow: row;
    align-items: center
}

body {
    position: relative
}

.modals {
    display: none;
    position: fixed;
    z-index: 999;
    overflow: hidden;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(16px) !important;
    backdrop-filter: blur(16px) !important;
    overscroll-behavior: contain
}

.modal {
    display: flex;
    flex-flow: column;
    min-width: 250px;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    padding: 20px 20px;
    background-color: #fff;
    color: #202020;
    border-radius: 12px;
    padding-bottom: 40px
}

.modal_title {
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    color: #202020;
    margin-bottom: 40px
}

.modal_buttons {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
    width: 80%
}

.modal_sub {
    color: #202020;
    margin-bottom: 40px
}

.advantages_step {
    margin-top: 100px;
    display: flex;
    flex-flow: column;
    width: 100%;
    justify-content: center;
    align-items: center
}

.title {
    font-weight: 500;
    font-size: 38px
}

.as_cards {
    margin-top: 120px;
    display: flex;
    flex-flow: row;
    width: 100%;
    justify-content: space-between;
    align-items: center
}

.asc_title {
    margin-top: 50px;
    text-align: center;
    font-size: 18px;
    font-weight: 500
}

.asc_desc {
    margin-top: 10px;
    text-align: center;
    font-size: 15px;
    color: #969696;
    line-height: 1.4
}

.as_card {
    max-width: 300px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center
}

.what_is {
    margin-top: 220px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%
}

.what_is .title {
    text-align: center
}

.what_is .desc {
    margin-top: 70px;
    text-align: center;
    max-width: 85%
}

.platforms {
    margin-top: 220px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%
}

.platforms .title {
    text-align: center
}

.platforms .desc {
    margin-top: 70px;
    text-align: center
}

@keyframes wiggle {
    0% {
        transform: rotate(0)
    }

    80% {
        transform: rotate(0)
    }

    85% {
        transform: rotate(5deg)
    }

    95% {
        transform: rotate(-5deg)
    }

    100% {
        transform: rotate(0)
    }
}

.wiggle {
    display: inline-block;
    animation: wiggle 2.5s infinite
}

.wiggle:hover {
    animation: none
}

.os_icons {
    display: flex;
    width: 100%;
    flex-flow: row;
    align-items: center;
    justify-content: space-between
}

.osi_img {
    margin-top: 100px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 30px 60px;
    background-color: #ffffff7a;
    border-radius: 12px;
    transition: all .2s ease
}

.osi_img:hover {
    transform: scale(1.2);
    transition: all .2s ease
}

a.osi_img {
    text-decoration: none
}

.osi_img svg {
    color: #000;
    width: 30px;
    height: auto
}

.osi_img span {
    color: #000;
    margin-top: 20px;
    font-size: 13px;
    font-weight: 500
}

.osi_img:nth-child(1),
.osi_img:nth-child(5) {
    background-color: #ffffff26
}

.osi_img:nth-child(2),
.osi_img:nth-child(4) {
    background-color: #ffffff3a
}

.osi_img:hover {
    background-color: #fff;
    transform: scale(1.2);
    transition: all .2s ease
}

.footer {
    margin-top: 40px
}

.ip_changer {
    margin-top: 50px;
    display: flex;
    flex-flow: column;
    width: 100%;
    justify-content: center;
    align-items: center
}

.ipc_example img {
    width: 34px;
    height: auto;
    margin-right: 20px
}

.ipc_example span.ipce_ip {
    letter-spacing: 2px;
    color: #000
}

.ipc_example span.split {
    border-left: 2px solid #969696;
    height: 100%;
    width: 1px;
    margin-right: 20px
}

.ipc_example {
    display: flex;
    flex-flow: row;
    align-items: center;
    height: 34px;
    background-color: #fff;
    padding: 20px 40px;
    color: #000;
    border-radius: 12px;
    justify-content: center;
    transition: all .2s ease
}

.ipc_example:hover {
    transform: scale(1.2);
    transition: all .2s ease
}

.tax_calculate {
    margin-top: 220px;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-self: flex-start;
    width: 100%
}

.tax_calculate .desc {
    margin-top: 20px;
    color: #969696;
    text-align: left;
    align-self: flex-start
}

.dc_option {
    align-self: center;
    width: 90%;
    height: 54px;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    cursor: pointer;
    background-color: #fff;
    transition: all .3s ease;
    border-radius: 5px;
    padding: 20px 20px;
    color: #000
}

#dc_time .dc_option {
    justify-content: center
}

.dc_option:hover {
    background-color: silver;
    transition: all .3s ease
}

.dc_option img {
    margin-right: 50px;
    width: 32px;
    height: auto
}

.dc_option span.country_name,
.dc_option span.time_name {
    text-align: left;
    font-size: 14px;
    color: #000;
    font-weight: 500
}

.dropdown_countries {
    overflow-y: scroll;
    overflow-x: hidden;
    margin-top: 50px;
    width: 350px;
    height: 190px;
    border-radius: 10px;
    display: flex;
    flex-flow: column;
    align-items: center;
    align-self: center;
    padding: 10px 15px;
    transition: all .3s ease
}

.dropdown_countries:hover {
    transition: all .3s ease
}

.dropdown_countries::-webkit-scrollbar-track {
    border-radius: 30px
}

.dropdown_countries::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    border-radius: 30px
}

.dropdown_countries::-webkit-scrollbar-thumb {
    display: none
}

.dropdown_countries::-webkit-scrollbar-thumb:hover {
    background-color: #3390ec
}

.dropdown_countries::-webkit-scrollbar-thumb:active {
    background-color: #3390ec
}

.dropdown_countries::-webkit-scrollbar-thumb:focus {
    background-color: #3390ec
}

#choosen_country {
    text-decoration: none;
    cursor: pointer;
    margin-top: 50px;
    background-color: #202020;
    text-transform: uppercase;
    width: 360px;
    height: 54px;
    border-radius: 10px;
    font-weight: 500;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transition: all .3s ease;
    padding: 10px 10px;
    letter-spacing: 2px
}

#choosen_country img {
    width: 32px;
    height: auto;
    margin-right: 10px
}

#choosen_time {
    text-decoration: none;
    cursor: pointer;
    margin-top: 50px;
    background-color: #202020;
    text-transform: uppercase;
    width: 360px;
    height: 54px;
    border-radius: 10px;
    font-weight: 500;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transition: all .3s ease;
    padding: 10px 10px;
    letter-spacing: 2px
}

#choosen_time img {
    width: 32px;
    height: auto;
    margin-right: 10px
}

#choosen_time,
#dc_time {
    margin-top: 10px
}

.tc_calculator {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-self: flex-start
}

.calculator_label {
    margin-top: 50px;
    font-size: 20px
}

#choosen_country,
#dc_countries {
    margin-top: 10px
}

.tc_block {
    display: flex;
    flex-flow: row;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between
}

.tc_console {
    width: 500px;
    height: 300px;
    background: #000;
    border-radius: 12px;
    overflow: hidden;
    transition: all .3s ease
}

.tc_console:hover {
    transform: scale(1.2);
    transition: all .3s ease
}

.console_gray_line {
    width: 100%;
    height: 30px;
    background: #969696;
    display: flex;
    flex-flow: row;
    justify-content: flex-end;
    align-items: center
}

.console_gray_line svg {
    margin-right: 10px;
    width: 14px;
    height: 14px
}

.console_workspace {
    padding: 10px 20px
}

.console_input {
    font-family: Consolas;
    font-size: 13px;
    color: #0bea0b;
    max-width: 70%
}

.bold {
    font-weight: 600
}

.payment {
    margin-top: 50px;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%
}

#summ {
    font-size: 20px;
    font-weight: 500
}

.payment .btn_primary.btn_large {
    margin-left: 50px
}

#summ span {
    margin-left: 10px;
    font-weight: 400;
    font-size: 22px
}

.title {
    text-align: left;
    align-self: center;
    color: #fff;
    margin-bottom: 50px
}

input {
    border: 0;
    width: 300px;
    height: 54px;
    border-radius: 10px;
    padding: 0 20px;
    font-size: 16px;
    color: #fff;
    background-size: 32px;
    padding-left: 25px;
    -webkit-backdrop-filter: blur(16px) !important;
    backdrop-filter: blur(16px) !important;
    background-color: #1c1c1c7a;
    letter-spacing: 1px;
    transition: all .5s ease
}

input:focus {
    transform: scale(1.1);
    transition: all .5s ease
}

input:active {
    transform: scale(1.1);
    transition: all .5s ease
}

input:focus-visible {
    border: 0;
    appearance: none;
    outline: 0;
    transform: scale(1.1);
    transition: all .5s ease
}

input::-webkit-input-placeholder {
    color: #707579
}

input:hover {
    transform: scale(1.1);
    transition: all .5s ease
}

#key_id_label {
    margin-bottom: 20px
}

.footer {
    margin-top: 300px;
    display: flex;
    flex-flow: column;
    width: 100%;
    margin-bottom: 50px
}

.cop {
    font-size: 13px;
    color: #969696
}

.f_links {
    margin-top: 20px;
    display: flex;
    flex-flow: row;
    align-items: center;
    width: 100%;
    justify-content: flex-start
}

.f_links a {
    color: #fff;
    text-decoration: none;
    margin-right: 15px
}

#to_sign_in {
    color: #fff;
    background: 0 0
}

.nin {
    display: flex;
    flex-flow: row;
    text-align: center;
    align-self: center;
}
.serv_desc{
    display: flex;
    flex-flow: row;
    
}

.server_item{
    border: 5px solid rgba(214, 221, 214, .12);
    border-radius: 15px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    color: white;
    opacity: 0.9;
    flex-flow: column;
    padding-right: 5px;
    padding-left: 5px;
    margin-left: 10px;
    perspective: 1000px;
    cursor: pointer;
}

.article{
    margin-top: 30px;
    border: 5px solid rgba(214, 221, 214, .12);
    border-radius: 15px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    color: white;
    opacity: 0.9;
    flex-flow: column;
    padding-right: 5px;
    padding-left: 5px;
    perspective: 1000px;
    cursor: pointer;
}
/* .article img{
    max-height: 200px;
}
.article section{
    display: flex;
    flex-flow: column;
} */
.card_inner {
    transform-style: preserve-3d;
    transform: rotateY(0);
    transition: transform 0.6s;
    width: 100%;
    height: 100%;
}

.server_item:hover .card_inner, .server_item:active .card_inner {
    transform: rotateY(180deg);
}

.card_front, .card_back {
    position: absolute;
    backface-visibility: hidden;
    width: 100%;
    height: 100%;
}

.card_back {
    transform: rotateY(180deg);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: rgb(32,32,32);
}
.location_option {
    display: flex;
    flex-flow: row;
    align-items: center;
    text-align: center;
    border: 1px solid rgba(214, 221, 214, 0.12);
    border-radius: 20px;
    margin-bottom: 10px;
    padding: 5px; 
    cursor: pointer;
}

.location_option img {
    max-height: 2.5em;
    margin-right: 10px;
}
.options_container {
    max-height: 210px; 
    overflow-y: auto; 
    width: 100%; 
    border-radius: 20px;
}
.location_option:hover {
    opacity: .85;
    transition: opacity .2s
}
.selected_country{
    display: none;
    align-items: center;
}
.selected_country img {
    max-height: 2.5em;
    margin-right: 10px;
}
@media (max-width:1100px) {
    #burger {
        display: initial
    }
    #map {
        width: 100% !important;
    }
    .img-logo{
        display: flex !important;
    }
    .header{
        padding: 0px !important;
    }

    .header_ni {
        display: none !important;
    }

    .h_rows {
        display: flex;
        flex-direction: column
    }

    .h_row {
        max-width: 100%;
        flex-flow: revert !important;
        align-self: center !important;
    }

    .irs_block.irsb_img_block {
        display: none
    }

    .irs_block {
        justify-content: center;
        align-items: center;
        align-self: center;
        max-width: none;
        width: 100%
    }

    .irsb_title {
        align-self: center;
        font-size: 60px;
        line-height: 80px;
        text-align: center
    }

    .irsb_desc {
        align-self: center;
        text-align: center
    }

    .irsb_buttons {
        align-self: center;
        justify-content: center
    }

    .isrb_link {
        margin-left: 20px
    }

    .advantages_step .title {
        text-align: center
    }

    .as_cards {
        flex-flow: column !important;
        justify-content: center
    }

    .as_card {
        margin-bottom: 50px
    }

    .what_is .desc {
        max-width: none
    }

    .os_icons {
        overflow-x: auto;
        width: 100vw !important;
    }

    .os_icons::-webkit-scrollbar-track {
        display: none
    }

    .os_icons::-webkit-scrollbar {
        display: none
    }

    .os_icons::-webkit-scrollbar-thumb {
        display: none
    }

    .os_icons::-webkit-scrollbar-thumb:hover {
        display: none
    }

    .os_icons::-webkit-scrollbar-thumb:active {
        display: none
    }

    .os_icons::-webkit-scrollbar-thumb:focus {
        display: none
    }

    div.platforms div.os_icons a.osi_img {
        background-color: #fff !important;
        padding: 15px 35px !important;
        margin-right: 15px !important;
        min-width: 50px !important
    }

    .tc_console {
        display: none
    }

    .tax_calculate .desc {
        text-align: center
    }

    .tax_calculate .title {
        text-align: center
    }

    .payment .btn_primary.btn_large {
        margin-left: 25px
    }

    .dropdown_countries {
        width: 250px;
        align-items: flex-start;
        align-self: flex-start
    }

    .user-panel-buttons {
        flex-direction: column;
        align-items: center;
        text-align: center
    }

    .user-panel {
        width: 100%
    }

    .user-panel-buttons a {
        margin-bottom: 10px
    }

    .btn_primary {
        margin-left: 0 !important
    }

    .footer {
        flex-direction: column
    }

    .f_links {
        justify-content: center;
        gap: 10px;
        flex-wrap: wrap
    }

    .h_rows {
        display: flex;
        flex-direction: column
    }

    .h_row {
        display: flex;
        align-items: center;
        justify-content: start;
        margin-bottom: 10px
    }
}