<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.headhats-block__flex2__one .headhats-headline.headhats-line{
    font-weight: bold !important;
    font-size: 40px !important;
    line-height: 44px;
    color: #333333 !important;
}
.headhats-block__flex2__one .headhats-textline.headhats-line{
    font-size: 16px;
    color: rgba(51, 51, 51, 1) !important;
}
.headhats-content .headhats-btn.headhats-line {
    background: #479F4C !important;
    width: 225px !important;
    margin-top: 36px !important;
}
.headhats-block__one:nth-child(1), .headhats-block__flex2__one {
    max-width: 415px !important;
    min-width: 415px !important;
}

.block-1 {
    display: block;
    margin: 30px 0;
    padding: 60px 45px;
    box-shadow: 0px 4px 20px rgba(51, 51, 51, 0.1);
    border-radius: 16px;
    background: #FFFFFF;
}

.block-1--item {
    width: 30%;
}

.block-1--item.specifications-item {
    width: 65%;
}
.padding_left_53 {
    padding-left: 34px !important;
}
.padding_right_53 {
    padding-right: 34px !important;
}

/*.block-1 {*/
/*    background: none;*/
/*    box-shadow: none;*/
/*    margin: 0;*/
/*    padding: 0;*/
/*}*/
/*.block-1--item {*/
/*    box-shadow: 0px 4px 20px rgb(51 51 51 / 10%);*/
/*    background: #FFFFFF;*/
/*    border-radius: 16px;*/
/*    margin: 40px 0;*/
/*    padding: 20px;*/
/*    width: 95%;*/
/*}*/
/*.block-1--item.specifications-item {*/
/*    width: 95%;*/
/*}*/

h3.block-1-title,
h3.block-2--title {
    text-align: left;
    margin-bottom: 32px;
    font-weight: 550;
    font-size: 20px;
    line-height: 24px;
    color: #333333;
    text-transform: none;
}

h3.block-1-title.specifications-title,
h3.block-2--title {
    text-align: center;
}

.what-is-content {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    color: rgba(51, 51, 51, 0.7);
}

div.page .sections .content div.specifications-content {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 85%;
    margin: 0;
}

.specifications-content img {
    max-width: 100%;
}

.block-2 {
    padding: 60px 20px;
    margin-bottom: 60px;
    background: rgba(51, 51, 51, 0.03);
}

.block-2--items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    min-height: 250px;
    box-sizing: border-box;
}

.block-2--item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;

    min-width: 150px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    padding-top: 15px;
    margin: 10px auto;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(51, 51, 51, 0.1);
    box-sizing: border-box;
}

.block-2--item:nth-of-type(2n) {
    margin-top: 50px;
}

.block-2--item img {
    height: 48px;
    width: 48px;
}

div.page .sections .content .block-2--item p {
    max-width: 80%;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    margin: 5px 0;
}

div.page .sections .content p.block-2--note {
    margin-top: 20px;
    font-size: 12px;
    line-height: 14px;
    color: rgba(51, 51, 51, 0.4);
    text-align: center;
}


.block-3 {
    display: flex;
    align-items: center;
    padding: 25px 40px;
    margin-bottom: 60px;

    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(51, 51, 51, 0.1);
    border-radius: 8px;
}

.block-3--img {
    height: 60px;
    margin-right: 60px;
}

div.page .sections .content p.block-3--text {
    text-align: left;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
}

.block-4 {
    margin-bottom: 60px;
}

div.page .sections .content p.block-4--title {
    text-align: left;
    font-weight: 550;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}

.block-4--item {
    margin-top: 12px;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: rgba(51, 51, 51, 0.8);
}

ul.block-4--list {
    margin-left: 25px;
    list-style-image: url(/i/img/vps-hosting/vector.png);
}

/* Ð£Ð±Ñ€Ð°Ñ‚ÑŒ Ñ…Ð»ÐµÐ±Ð½Ñ‹Ðµ ÐºÑ€Ð¾ÑˆÐºÐ¸ Ð¸ ÐºÐ½Ð¾Ð¿ÐºÐ¸ */
.headhats-breadcrumbs {
    //display: none;
}

.headhats-block__flex2__one:nth-child(2) {
   display: none;
}

.headhats-content &gt; .headhats  {
    min-height: 340px;
}
/*   ****************   */

@media(min-width: 1631px ){
    .block-1 {
        display: flex;
    }
    .padding_right_53 {
        width: 50%;
    }
}
@media(max-width: 1630px ){
    .block-2--items {
        width: 65%;
        margin: auto;
        justify-content: space-between;
    }
    .block-2--item:nth-of-type(2n) {
        margin-top: 10px;
    }
    .padding_left_53 {
        padding-left: 0 !important;
    }
    .padding_right_53 {
        padding-right: 0 !important;
    }
    .what-is-content {
        margin-bottom: 40px;
    }
}
@media(max-width: 1390px ){
    .block-2--items {
        width: 75%;
        margin: auto;
    }
}
@media(max-width: 1360px ){
    .block-2--items {
        width: 65%;
        margin: auto;
    }
}
@media(max-width: 1130px ){
    .block-2--items {
        width: 75%;
        margin: auto;
    }
}
@media(max-width: 1025px ){
    .block-2--items {
        width: 80%;
        margin: auto;
    }
}
@media(max-width: 1000px ){
    .block-2--items {
        width: 65%;
        margin: auto;
    }
    .headhats-content .headhats__fill {
        display: none !important;
     }
    .headhats-btn {
        margin: unset !important;
    }
}

@media(max-width: 865px ){
    .block-2--items {
        width: 75%;
        margin: auto;
    }
    .block-3 {
        flex-direction: column;
        align-items: flex-start;
    }
    div.page .sections .content p.block-3--text {
        margin-top: 25px;
    }
    .login-form .login-form__header {
        color: #333333;
    }
}
@media(max-width: 760px ){
    .block-2--items {
        width: 100%;
        margin: auto;
    }
}

@media(max-width: 600px ){
    .block-1 {
        background: none;
        box-shadow: none;
        margin: 0;
        padding: 0;
    }
    .block-1--item {
        box-shadow: 0px 4px 20px rgb(51 51 51 / 10%);
        background: #FFFFFF;
        border-radius: 16px;
        margin: 40px 0;
        padding: 20px;
        width: 92%;
    }
    .block-1--item.specifications-item {
        width: 92%;
    }
    .block-2--items {
        width: 100%;
        margin: auto;
        justify-content: space-around;
    }
    .headhats-block__one:nth-child(1), .headhats-block__flex2__one {
        max-width: 100% !important;
        min-width: 100% !important;
    }
    .headhats-btn {
        margin: 0 auto !important;
    }
}

@media(max-width: 430px ){
    .block-2--items {
        width: 100%;
        margin: auto;
        justify-content: center;
    }
    .block-1--item {
        width: 88%;
    }
    .block-1--item.specifications-item {
        width: 88%;
    }
    .block-3--img {
        margin: 0;
    }
    .block-3--img img {
        width: 100%;
    }
    .block-2--item {
        min-width: 90px;
        width: 90px;
        height: 90px;
        padding-top: 10px;
    }
    .block-2--item img {
        height: 30px;
        width: 30px;
    }
    div.page .sections .content .block-2--item p {
        max-width: 80%;
        font-size: 9px;
        line-height: 9px;
        text-align: center;
    }

}
</pre></body></html>