<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: 'LatoWeb'; /*, sans-serif*/
    background-color: #fff;
}

/*
button, .btn {
    background-color: #9eb5bb;
    color: #fff;
}
button:hover, button:active, button.active,
.btn:hover, .btn:active, .btn.active
{
    background-color: #2477a5;
}
*/

#top {
    margin: 0;
    height: 60px;
    background-color: #fff;
}
body &gt; .header {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
    padding: 120px 0 60px 0;
    position: relative;
    background-position: center center;
}
body &gt; .header .container {
    z-index: 2;
}
body &gt; .header:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.75;
    background-image: radial-gradient(circle at top left, #087db7, #3fc1c8c2);
}
#top .logo,
#top .logo:hover
{
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 10px;
    padding: 0;
    background-color: transparent;
    z-index: 9999;
    position: relative;
    float: left;
}
#top .logo img {
    display: inline-block;
    width: 40px;
}
#top a[href].host-logo {
    font-size: 33px;
    font-weight: 600;
    color: #9eb5bb;
    margin: 5px 30px 0 0;
    letter-spacing: -3px;
    vertical-align: middle;
    display: inline-block;
    height: 36px;
}
#top a[href].host-logo small {
    font-size: 18px;
    font-weight: 400;
    color: #c4c4c4;
    letter-spacing: -1px;
    margin: 0 0 0 3px;
}
#top a[href].host-logo:hover {
    text-decoration: none;
}
#top a[href].host-logo + .phones {
    display: inline-block;
    min-width: 380px;
    line-height: 22px;
    vertical-align: top;
    margin: 7px 0 0 0;
    font-size: 14px;
    position: absolute;
    left: 0;
    bottom: -8px;
}
#top a[href].host-logo + .phones a {
    color: #3d8282;
}
#top a[href].host-logo + .phones a:hover {
    color: #555;
}
#top .horizontal-menu {
    min-height: 60px;
    line-height: 60px;
}
#top .horizontal-menu &gt; a[href] {
    padding: 0 12px;
    font-weight: 400;
    height: 60px;
    line-height: 60px;
    color: #777;
}
#top .horizontal-menu &gt; a[href]:hover {
    text-decoration: none;
    background-color: #f4f4f4;
    color: #222;
}
#top .horizontal-menu &gt; a[href].active,
#top .horizontal-menu &gt; a[href].selected {
    background-color: transparent;
    color: #000;
    font-weight: 600;
}
#top .horizontal-menu &gt; a.personal {
    text-transform: initial;
}
#top .horizontal-menu &gt; a.personal.selected {
    color: #777;
}
#top .horizontal-menu &gt; a.personal svg {
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
}
.horizontal-menu a.languages {
    margin-right: 0;
}
/*#top .horizontal-menu &gt; a[href].active:before,*/
/*#top .horizontal-menu &gt; a[href].selected:before {*/
    /*content: '';*/
    /*position: absolute;*/
    /*width: 100%;*/
    /*height: 2px;*/
    /*left: 0;*/
    /*bottom: -1px;*/
    /*background-color: #67b23d;*/
    /*z-index: 1;*/
/*}*/

body &gt; .header h2 {
    color: #fff;
    font-size: 4.2em;
    line-height: 1em;
    margin-bottom: 30px;
}
body &gt; .header p {
    padding: 5px;
    font-size: 1.5em;
    color: #e4f8ff;
    font-weight: 300;
}
body &gt; .header .carousel-container .arrow {
    opacity: 0.25;
    margin-top: 0;
}
.white-block {
    /*background-color: #fff;*/
    margin: 5px 5px 20px 5px;
    border-radius: 5px;
    padding: 20px 30px;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
h2.home-blocks-title {
    font-size: 2em;
    font-weight: 200;
    margin: 20px 0 30px 0;
}
.white-block:hover {
    /*box-shadow: 1px 3px 10px #666;*/
}
.home_blocks .white-block {
    /*text-align: center;*/
}
.home_blocks .white-block p {
    text-align: justify;
}
.home_blocks .white-block .img-block {
    display: inline-block;
    border-radius: 50%;
    width: 160px;
    height: 160px;
    background-color: #fff;
    border: solid 1px #ddd;
    line-height: 148px;
    vertical-align: middle;
    text-align: center;
}
.home_blocks .white-block img {
    /*width: auto;*/
    /*height: 200px;*/
    /*margin: 0 0 10px 0;*/
    /*position: absolute;*/
    /*right: 35px;*/
    /*bottom: 50px;*/
    /*z-index: -1;*/
    /*max-width: 320px;*/
    /*opacity: 0.15;*/
    /*transform: rotate(5deg);*/
    display: inline-block;
    width: 90px;
    line-height: 160px;
    vertical-align: middle;
}
.white-block .text {
    text-align: justify;
    font-size: 1.15em;
    line-height: 1.5em;
    color: #666;
    font-weight: 300;
}
.white-block h3 {
    font-weight: 400;
    color: #54819b;
    font-size: 1.5em;
}
.white-block h3 a {
    color: #54819b;
}
.white-row {
    background-color: #fff;
    padding: 40px 0 30px 0;
    margin: 0;
    background-image: radial-gradient( circle at top left, #f9f9f9, #ffffff );
}
.home_big_block .w50 h2 {
    margin: 60px 0 30px 0;
    font-size: 2.5em;
    line-height: 1em;
}
.home_big_block .w50 .text {
    text-align: justify;
    margin: 0 0 20px 0;
    color: #777;
}
.home_big_block .w33 img {
    display: block;
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 5px;
}
.home_big_block .w16 .gray-block,
.home_big_block .w33 .img-block
{
    position: relative;
    display: block;
}
.home_big_block .w16 .gray-block:hover
{
    text-decoration: none;
}
.home_big_block .w33 .img-block {
    margin: 10px;
    overflow: hidden;
}
.home_big_block .w16 .gray-block .absolute-block {
    position: absolute;
    background-color: #f7f7f7;
    border-radius: 5px;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    text-align: center;
    color: #2a8abf;
    font-size: 1.25em;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.home_big_block .w16 .gray-block .absolute-block:hover {
    background-color: #2a8abf;
    color: #fff;
}
.home_big_block .w16 {
    padding: 5px 0 0 0;
}
.home_big_block .w16 .gray-block i.fa {
    font-size: 50px;
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
    margin: 40px 0 10px 0;
}
.home_big_block .w16 .gray-block:before,
.home_big_block .w33 .img-block:before
{
    content: '';
    display: block;
    padding-top: 100%;
}
.inner-block {
    padding: 0 4px;
}
.article-small {
    background-color: transparent;
    padding: 0;
    overflow: hidden;
    position: relative;
    margin: 0 5px 10px 5px;
    /*min-height: 420px;*/
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    border-radius: 6px;
    border: solid 1px #efefef;
}
.article-small:hover {
    /*box-shadow: 1px 3px 10px #666;*/
    box-shadow: none;
}
.article-small h3 {
    font-weight: 300;
    color: #222;
    margin: 0 10px;
    font-size: 1.15em;
}
.article-small p {
    color: #666;
}
.article-small .image {
    display: block;
    /*height: 200px;*/
    margin: 0;
    /*border-radius: 0;*/
    overflow: hidden;
    position: relative;
    text-align: center;
    border-radius: 6px 6px 0 0;
    border: none;
}
.article-small .image a {
    position: relative;
    display: inline-block;
}
.article-small .image a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    opacity: 0.6;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    /*box-shadow: 0 0 20px #084d71;*/
}
.article-small .image:hover a:before {
    background-color: #0a73ae;
}
.article-small .image img {
    /*position: absolute;*/
    /*height: auto;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/
    /*-moz-transition: all .25s ease-in-out;*/
    /*-webkit-transition: all .25s ease-in-out;*/
    /*-o-transition: all .25s ease-in-out;*/
    /*transition: all .25s ease-in-out;*/
    /*width: 100%;*/
    /*max-height: initial;*/
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    position: static;
    width: auto;
    height: auto;
}
/*.article-small:hover .image img {*/
    /*width: 110%;*/
/*}*/
.article-small .article-small-bottom {
    display: block;
    bottom: 0;
    padding: 10px;
    border-top: solid 1px #f9f9f9;
    background-color: transparent;
    color: #999;
    font-size: 0.85em;
    font-weight: 300;
}
.article-small .description {
    text-align: justify;
}

.footer {
    padding: 50px 0;
    border-top: solid 1px #dbdedf;
    /*margin-top: 20px;*/
    background-color: #34393e;
    color: #959595;
    font-weight: 300;
}
.footer .block h3 {
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 1.25em;
    padding: 0;
    letter-spacing: .1em;
}
.footer .block a[href],
.footer a[href]
{
    color: #959595;
}
.footer .block .edit-bar a {
    color: #333;
}
.footer .block {
    padding: 8px 20px;
}
.footer .payment-systems {
    margin: 20px 20px;
    text-align: center;
}
.footer .copyright {
    font-size: 0.95em;
    margin: 20px 20px 0 20px;
    text-align: center;
    color: #7d8086;
}

.footer .footer-block a[href].host-logo {
    font-size: 20px;
    font-weight: 800;
    color: #9eb5bb;
    margin: 0 15px 0 0;
    letter-spacing: -2px;
}
.footer .footer-block {
    padding: 0 5px;
}
.page-header .block.breadcrumbs {
    padding: 15px 0px;
}
.page-header {
    display: block;
    height: 100px;
    background-image: url('/templates/18/billing/img/header-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    background-position: center center;
    padding: 25px 0;
    width: 100%;
    float: none;
    clear: both;
}
.page-header:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
    background-image: radial-gradient(circle at top left, #15605c, #c0fdd7ab);
}
.article h2 {
    margin-top: 20px;
}
.article .text p:first-child {
    font-weight: 400;
}



/**
 * Horizontal menu
 */

.menu &gt; a i.arrow {
    width: 15px;
    height: 100%;
    text-align: center;
    vertical-align: top;
    font-size: 12px;
    font-style: normal;
    display: none;
    font-family: "FontAwesome";
    clear: both;
    margin: 0 -5px 0 0;
    font-weight: 300;
    line-height: 55px;
}
.menu &gt; a.drop-down i.arrow {
    display: inline-block;
}
.menu &gt; a.drop-down i.arrow:before {
    content: "\f107";
    vertical-align: middle;
}
.menu &gt; a.drop-down.active i.arrow::before
{
    content: "\f106";
}
.menu &gt; a.drop-down:hover + span.sub-menu,
.menu &gt; a.drop-down + span.sub-menu:hover
{
    display: inline-block;
    /*top: -1px;*/
}
.horizontal-menu &gt; a.languages + .sub-menu a {
    padding: 8px 0;
    text-align: center;
}
.horizontal-menu &gt; a.languages + .sub-menu {
    width: 40px;
    margin: 60px 0 0 -40px;
}


.horizontal-menu .basket-link {
    position: relative;
    background-color: transparent;
    color: #666;
    padding: 0 15px;
    height: 60px;
    line-height: 60px;
}
.horizontal-menu .basket-link + .basket-order {
    top: 60px;
}
.horizontal-menu .basket-link:hover,
.horizontal-menu .basket-link.active
{
    background-color: #30aab7;
}
.horizontal-menu .basket-link &gt; .order-amount {
    background-color: #9ed5db;
}



.personal-link &gt; img {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.container .carousel-container .carousel &gt; * {
    vertical-align: top;
    float: none;
    clear: both;
    margin: 0;
    text-align: left;
}
.container .carousel-container ul.dots {
    text-align: left;
}
body &gt; .header .carousel-container .carousel {
    height: 300px;
}
body &gt; .header .carousel-container .carousel &gt; * {
    height: 300px;
}
body &gt; .header .carousel-container .carousel .btn.btn-big {
    background-color: #ffffff14;
    border: solid 1px #ffffffb3;
    margin-top: 20px;
}
body &gt; .header .carousel-container .carousel .btn.btn-big:hover {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #444444;
}
.breadcrumbs &gt; a {
    /*color: #fff;*/
    /*font-size: 16px;*/
}
.breadcrumbs &gt; a:before {
    content: '/';
    margin: 0 15px 0 -15px;
    color: #ccc;
}
.breadcrumbs &gt; a.home:before {
    /*color: #fff;*/
    margin: 0 15px 0 0;
}
form#call-me,
form#mail-to-team
{
    padding: 20px;
}
.article .block {
    background-color: #fff;
    color: #000;
    border: solid 1px #eaeaea;
}
hr {
    border-top: solid 1px #dfdfdf;
}
.article .m-dateslider {
    margin: 5px;
    background-color: #fff;
}

/**
    Product block
 */

.product-block &gt; .block {
    border: solid 1px #ededed;
    background-color: #fff;
}
.product-block .img-block::before {
    padding-top: 75%;
}
.product-block .block a.item-link {

}

/**
    Modal
 */
.modal &gt; .modal-block &gt; .title {
    height: 50px;
}
.modal #order-form {
    max-width: 600px;
}


.form-block {
    background: -o-linear-gradient(30deg, #e1e3e3 0, #d2e9ec 100%);
    background: linear-gradient(30deg, #e1e3e3 0, #d2e9ec 100%);
    padding: 30px 0;
}
.form-block hr {
    border-top: solid 1px #a4c2ce;
}

.previews-container .article-small.catalog-block-preview {
    min-height: 180px;
}

.horizontal-menu .menu-toggle {
    background-color: transparent;
    color: #666;

}

.home-text .columns {
    columns: 2;
    margin: 20px 0 0 0;
    column-gap: 32px;
}
.home-text h3 {
    text-align: center;
}

/*input[type="button"],*/
/*input[type="submit"],*/
/*button,*/
/*.btn*/
/*{*/
    /*background-color: #1ba3ad;*/
    /*color: #ddf4fc;*/
/*}*/
/*input[type="button"]:hover,*/
/*input[type="submit"]:hover,*/
/*button:hover,*/
/*.btn:hover*/
/*{*/
    /*background-color: #2198a1;*/
    /*border-color: #2e8783;*/
    /*color: #fff;*/
/*}*/
/*button .fa,*/
/*.btn .fa*/
/*{*/
    /*background-color: #2198a1;*/
    /*border-right: solid 1px #21939c;*/
/*}*/
/*button:hover .fa,*/
/*.btn:hover .fa*/
/*{*/
    /*background-color: #1e8890;*/
    /*border-right: solid 1px #16828a;*/
    /*color: #fff;*/
/*}*/

#top.bordered {
    border-bottom: solid 1px #eee;
}

/*#top .container.bordered:before {*/
    /*content: '';*/
    /*z-index: 0;*/
    /*position: absolute;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*width: 100%;*/
    /*height: 1px;*/
    /*background-color: #dddddd;*/
    /*opacity: 0.75;*/
/*}*/

/**
    Billing tariffs
 */
.billing-tariffs.billing_short_hosting_tariffs &gt; div, .billing-tariffs.billing_short_ssl_tariffs &gt; div {
    width: calc(25% - 16px);
}
.billing-tariffs.billing_short_hosting_tariffs &gt; div .tariff-row,
.billing-tariffs.billing_short_ssl_tariffs &gt; div .tariff-row
{
    padding: 12px 30px;
}

.bottom-blocks {
    margin-top: 50px;
}
.bottom-blocks .bottom-block {
    /*background-color: #f9f9f9;*/
    padding: 20px 30px;
    font-size: 1.15em;
    text-align: justify;
    margin: 0 15px;
    border-radius: 10px;
    border: solid 1px #eee;
}
.bottom-blocks .bottom-block p {
    line-height: 1.5em;
    color: #666;
    font-weight: 300;
}
.bottom-blocks .bottom-block h3 b {
    display: inline-block;
    width: 34px;
    height: 34px;
    background-color: #fff;
    border: solid 1px #999;
    border-radius: 50%;
    margin: 0 5px 0 0;
    text-align: center;
    /*vertical-align: middle;*/
    line-height: 30px;
    color: #666;
}
.bottom-blocks .bottom-block.bottom-block-link {
    background-color: transparent;
    border: dashed 1px #ccc;
    padding: 30px 20px;
}


.promo-wrapper {
    background-image: url('/templates/18/billing/img/hosting-laptop.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    position: relative;
}
.promo-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background-image: radial-gradient(circle at top left, #0c8ece, #3fc1c8ab);
}
.promo-wrapper .content-bg {
    /*background-color: rgba(255, 255, 255, 0.5);*/
    color: #00537b;
    font-size: 3em;
    padding: 80px 80px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 300;
}
.promo-wrapper .content-bg h2 {
    text-transform: capitalize;
    font-weight: 600;
    margin: 0 0 30px 0;
    color: inherit;
}

/**
    Clients carousel
 */
.clients-carousel {
    background-color: #f6f6f6;
    padding: 50px 0;
    margin: 20px 0;
}
.clients-carousel .carousel-container ul li {
    vertical-align: middle;
    text-align: center;
    padding: 5px;
}
.clients-carousel .carousel-container ul li a {
    pointer-events: none;
}
.clients-carousel .carousel-container ul li img {
    max-width: 80%;
    max-height: 50px;
    pointer-events: none;
}
#clients_carousel.carousel-container ul.carousel {
    height: auto;
}
#clients_carousel ul li {
    height: auto !important;
    vertical-align: middle;
}
.home-container .billing-tariffs-wrapper {
    background: transparent;
    padding: 50px 0 20px 0;
    border: 0;
}

form.modal-auth {
    margin: 0;
    padding: 20px;
    text-align: center;
}
form.modal-auth h2 b.host {
    font-weight: 600;
    color: #98b6bd;
    letter-spacing: -1px;
}
form.modal-auth h2 b.host small {
    color: #c4c4c4;
    font-weight: 400;
    font-size: 0.75em;
}
form.modal-auth input,
form.modal-auth button
{
    text-align: center;
    width: 100%;
    margin: 15px 0;
    display: block;
}
.modal-block {
    min-width: 360px;
}
.header .carousel-container ul.dots li {
    background-color: #fff;
}
.article .text {
    line-height: 1.5;
}
.request-row input[type="text"] {
    background-color: #fff;
    margin: 4px 20px;
}

.request-row {
    padding: 30px 8px 25px 8px;
    background-color: #f7f7f7;
    margin-top: 30px;
}
.request-row .div.success {
    padding: 15px 25px;
}

.home_big_block {
    background-color: #f9f9f9;
    padding: 30px 8px;
    font-size: 1.2em;
    font-weight: 200;
    line-height: 1.5em;
    margin: 30px 15px 0 15px;
}
.home_big_block .w50 .block {
    padding: 8px 54px;
}
.home_big_block h2 {
    margin-bottom: 30px;
    font-size: 2em;
    font-weight: 200;
    color: #666;
}
.home_big_block p {
    margin: 16px 0;
}
.home_big_block p:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 13px;
    background-image: url('../img/check.svg');
    background-repeat: no-repeat;
    background-position: left center;
    margin: 0 13px 0 0;
}
.btn.btn-request {
    font-weight: 300;
}
.subpages-tree &gt; a:hover,
.subpages-tree &gt; a.active
{
    background-color: #BDD3D9;
    color: #FFF;
}
div.help-to-army {
    background-color: #fbfafa;
    padding: 30px 0;
    color: #999;
    border-bottom: solid 1px #f0f0f0;
}
div.help-to-army .row {
    align-items: center;
}
img.circle-image {
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    float: left;
    margin: -8px 15px 0 0;
}
.block div.error,
.block div.notice
{
    padding: 15px;
}



@media (max-width: 1280px) {
    .row.articles &gt; .w25:nth-child(4) {
        display: none;
    }
    .billing-tariffs.billing_short_hosting_tariffs &gt; div, .billing-tariffs.billing_short_ssl_tariffs &gt; div {
        width: calc(33% - 16px);
    }
}


@media (max-width: 920px) {
    body &gt; .header {
        padding: 60px 0;
        min-height: 0;
    }
    body &gt; .header h2 {
        font-size: 3.5em;
    }
    .home_big_block .w50 h2 {
        margin: 0 0 20px 0;
    }
    .home_big_block .w16 .gray-block {
        font-size: 1em;
    }
    .home_big_block .w16 .gray-block i.fa {
        font-size: 40px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin: 20px 0 0 0;
    }
    .horizontal-menu a[href] {
        padding: 0 10px;
        font-size: 0.8em;
    }
    .billing-tariffs.billing_short_hosting_tariffs &gt; div, .billing-tariffs.billing_short_ssl_tariffs &gt; div {
        width: calc(33% - 16px);
    }
}

@media (max-width: 768px) {
    .w33.sm-w50 {
        /*display: block;*/
        /*margin: 5px auto;*/
    }
    .home_big_block .w16 .gray-block::before {
        content: '';
        display: block;
        padding-top: 50%;
    }
    body &gt; .header p {
        font-size: 1.5em;
    }
    #top .horizontal-menu &gt; a.basket-link {
        height: 60px;
        line-height: 60px;
        right: 56px;
    }
    #top .basket-link.active + .basket-order {
        right: -4px;
    }
    .billing-tariffs.billing_short_hosting_tariffs &gt; div, .billing-tariffs.billing_short_ssl_tariffs &gt; div {
        width: calc(50% - 16px);
    }
    .promo-wrapper .content-bg {
        font-size: 2.5em;
        padding: 80px 20px;
        margin: 0;
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
    #top .horizontal-menu a.languages {
        margin-right: 0;
    }
    #top .horizontal-menu.second-menu {
        margin-right: 60px;
    }
    #top .horizontal-menu a.personal,
    #top .horizontal-menu a.authorisation_link
    {
        display: inline-block;
        font-size: 0;
        position: relative;
    }
    #top .horizontal-menu.active + .horizontal-menu.second-menu a.personal,
    #top .horizontal-menu.active + .horizontal-menu.second-menu a.authorisation_link
    {
        z-index: 1000;
    }
    #top .horizontal-menu a.authorisation_link i.fa
    {
        font-size: 16px;
        line-height: 60px;
    }
    #top .horizontal-menu.active {
        padding-top: 60px;
        background-color: rgba(255, 255, 255, 0.9);
        text-align: left;
    }
    #top .horizontal-menu.active .menu-toggle {
        right: 0;
    }
    #top .horizontal-menu.active &gt; a[href] {
        color: #444;
    }
    #top .horizontal-menu.active &gt; a[href]:hover,
    #top .horizontal-menu.active &gt; a[href].active,
    #top .horizontal-menu.active &gt; a[href].selected
    {
        background-color: #ffffff;
    }
    #top .horizontal-menu.main-menu.active &gt; a.drop-down i.arrow {
        width: 40px;
    }
    .horizontal-menu.active &gt; a + .sub-menu {
        text-align: left;
    }
    .horizontal-menu.active &gt; a + .sub-menu a {
        padding: 12px 40px 12px 30px;
    }
    #top .horizontal-menu a.personal:hover + .sub-menu,
    #top .horizontal-menu a.personal + .sub-menu:hover
    {
        position: absolute;
        margin: 60px 0 0 -180px;
        width: 180px;
    }
    #top .horizontal-menu a.personal + .sub-menu a {
        padding: 10px 8px 10px 8px;
    }
    .promo-wrapper {
        background-size: cover;
    }
    .promo-wrapper .content-bg {
        color: #fff;
    }
    .subpages-tree-toggle {
        background-color: #BDD3D9;
    }
}

@media (max-width: 480px) {
    #top .horizontal-menu {
        width: auto;
    }
    #top .horizontal-menu.active {
        width: 100%;
        max-width: 100%;
    }
    body &gt; .header {
        padding: 20px 0;
    }
    body &gt; .header h2 {
        font-size: 3em;
    }
    body &gt; .header .block p {
        font-size: 1.2em;
        text-align: left;
    }
    body &gt; .header .carousel-container .carousel {
        height: 300px;
    }
    .home_big_block .w16 .gray-block i.fa {
        font-size: 30px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin: 10px 0 0 0;
    }
    .home_big_block .w16 .gray-block .absolute-block p {
        display: none;
    }
    .footer .host-logo {
        margin: 0;
    }
    .footer .host-logo:after {
        content: '';
        display: block;
        float: none;
        clear: both;
        margin-bottom: 10px;
    }
    .horizontal-menu .menu-toggle {
        height: 60px;
        width: 60px;
        line-height: 60px;
        min-height: 60px;
    }
    #top a[href].host-logo + .phones {
        display: none;
    }
    /*#top {*/
        /*height: 90px;*/
    /*}*/
    #top &gt; .container {
        padding: 0;
    }
    .carousel-container.products-carousel .carousel {
        min-height: 300px;
    }
    .home-text .columns {
        columns: 1;
    }
    #top a[href].host-logo {
        margin: 5px 10px 0 10px;
    }
    .basket-link.active + .basket-order {
        right: -4px;
    }
    .billing-tariffs.billing_short_hosting_tariffs &gt; div, .billing-tariffs.billing_short_ssl_tariffs &gt; div {
        width: calc(100% - 16px);
    }
    .footer .block p {
        text-align: center;
    }
    .promo-wrapper .content-bg {
        font-size: 2em;
        padding: 20px 20px;
        margin: 0;
        width: 100%;
    }
    .request-row input[type="text"] {
        margin: 20px 20px;
    }
    .modal-block {
        min-width: 360px;
    }
    #top a[href].host-logo {
        margin: 5px 10px 0 10px;
    }
    .subpages-tree-toggle {
        margin-left: 12px;
    }
    .subpages-tree, .w25 .block.subpages-tree {
        margin: 0 12px;
    }
    .white-block {
        padding: 20px 15px;
    }
}

@media (max-width: 380px) {
    .modal-block {
        min-width: calc(100% - 20px);
    }
}

@media (max-width: 320px) {
    body &gt; .header h2 {
        font-size: 2.5em;
    }
    .footer .footer-block a[href].host-logo,
    .footer .w50:first-child a {
        margin: 0;
    }
    .footer .w50:first-child a:after {
        content: '';
        display: block;
        float: none;
        clear: both;
        margin-bottom: 10px;
    }
    #top a[href].host-logo {
        margin: 5px 10px 0 10px;
    }
}

body &gt; .header {
    background-image: url('/templates/18/billing/img/header_bg.jpg');
}

/*@media (min-width: 1280px) {*/
    /*body &gt; .header {*/
        /*background-image: url('/templates/18/billing/img/header-bg.jpg');*/
    /*}*/
/*}*/
/*@media (max-width: 1280px) {*/
    /*body &gt; .header {*/
        /*background-image: url('/templates/18/billing/img/header-bg.lg.jpg');*/
    /*}*/
/*}*/
/*@media (max-width: 920px) {*/
    /*body &gt; .header {*/
        /*background-image: url('/templates/18/billing/img/header-bg.md.jpg');*/
    /*}*/
/*}*/
/*@media (max-width: 768px) {*/
    /*body &gt; .header {*/
        /*background-image: url('/templates/18/billing/img/header-bg.sm.jpg');*/
    /*}*/
/*}*/
/*@media (max-width: 480px) {*/
    /*body &gt; .header {*/
        /*background-image: url('/templates/18/billing/img/header-bg.xs.jpg');*/
    /*}*/
/*}*/</pre></body></html>