/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */

/* Custom CSS for Nexus Theme
 *
 * This file allows you to customize the theme colors and styles for the entire Nexus template.
 *
 * To customize colors:
 * - Replace the var() references with your own hex colors or other CSS values.
 * - For example, instead of --primary: #4b5563; use --primary: #your-color;
 * - You can also override any CSS properties here.
 */

@charset "utf-8";

@font-face {
    font-family: 'open sans';
    src: url('/styles/fonts/opensans-light-webfont.woff2') format('woff2'),
         url('/styles/fonts/opensans-light-webfont.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'open sans';
    src: url('/styles/fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('/styles/fonts/opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open sans';
    src: url('/styles/fonts/opensans-italic-webfont.woff2') format('woff2'),
         url('/styles/fonts/opensans-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'open sans';
    src: url('/styles/fonts/opensans-semibold-webfont.woff2') format('woff2'),
         url('/styles/fonts/opensans-semibold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'exo';
    src: url('/styles/fonts/exo-light-webfont.woff2') format('woff2'),
         url('/styles/fonts/exo-light-webfont.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'exo';
    src: url('/styles/fonts/exo-regular-webfont.woff2') format('woff2'),
         url('/styles/fonts/exo-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'exo';
    src: url('/styles/fonts/exo-semibold-webfont.woff2') format('woff2'),
         url('/styles/fonts/exo-semibold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

* {
    box-sizing: border-box;
}

*:focus {
    outline: none;
}

a, a:hover, a:active {
    text-decoration: none;
}

html, body {
    position: relative;
    overflow-x: hidden;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
    position: relative;
    font-family: 'exo', 'open sans', Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    background-color: #fff;
    color: #444;
    margin: 0;
    padding: 0;
    padding-top: 80px;
}

strong {
    font-weight: bold;
}

h1 {
    font-family: 'exo', 'open sans', Arial, sans-serif;
}

h2 {
    font-family: 'exo', 'open sans', Arial, sans-serif;
}

h3 {
    font-family: 'exo', 'open sans', Arial, sans-serif;
}

h4 {

    font-family: 'exo', 'open sans', Arial, sans-serif;
}

p {
    margin: 0;
    padding: 0;
    line-height: 1.5;
}

.blue {
    color: #05668d;
}

.blue-b {
    color: #02c39a;
}

.red {
    color: #028090;
}

.yellow {
    color: #83c5be;
}

.silver {
    color: #a1b7c6;
}

.gold {
    color: #aaa766;
}

.clear::before, .clear::after {
    content: '';
    display: table;
}

.clear::after {
    clear: both;
}

.clear {
    zoom: 1;
}

.header-site-palceholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: #16697a;
    z-index: 0;
}

.header-site {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    background-color: #16697a;
    color: #fff;
    font-size: 0;
    width: 100%;
    height: 80px;
    z-index: 5;
}

.header-site .right {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    height: 40px;
    margin: auto 0;
}

.header-site .logo {
    display: block;
    position: absolute;
    top: 13px;
    left: 25px;
    width: 180px;
    height: 50px;
    background-position: -110px -204px;
}

.header-site .menu {
    display: block;
    position: absolute;
    left: 200px;
    height: 60px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.header-site .menu a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    padding: 0 7px 0 55px;
    line-height: 60px;
    opacity: 0.9;
    transition: opacity 200ms;
    font-weight: 600;
}

.header-site .menu a:hover {
    opacity: inherit;
    color: #aef3e7;
}

.header-site .menu a.active {
    opacity: 1;
    cursor: default;
    color: #73fbd3;
}

.header-site .menu a.m-hosting {
    padding-left: 66px;
}

.header-site .menu a.m-partner {
    padding-left: 57px;
}

.header-site .menu a.m-account {
    padding-left: 53px;
    color: #e3e35f;
}

.header-site .menu a::after {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.header-site .menu a.m-home::after {
    background-position: 0px -144px;
}

.header-site .menu a.m-domains::after {
    background-position: -30px -144px;
}

.header-site .menu a.m-servers::after {
    background-position: -60px -144px;
}

.header-site .menu a.m-licenses::after {
    background-position: -16px -234px;
}

.header-site .menu a.m-cloud::after {
    background-position: 0px -174px;
}

.header-site .menu a.m-hosting::after {
    width: 42px;
    background-position: -30px -174px;
}

.header-site .menu a.m-partner::after {
    width: 32px;
    background-position: -72px -174px;
}

.header-site .menu a.m-contact::after {
    background-position: 0px -204px;
}

.header-site .menu a.m-account::after {
    background-position: -30px -204px;
}

.header-site a.icon {
    position: relative;
    display: inline-block;
    width: 26px;
    height: 26px;
    opacity: 0.5;
    vertical-align: top;
    margin: 6px;
    transition: opacity 200ms;
}

.header-site a.icon:hover {
    opacity: 1;
}

.header-site a.icon.phone {
    background-position: 0px 0px;
}

.header-site a.icon.email {
    background-position: -26px 0px;
}

.header-site .nav-menu {
    display: none;
    position: relative;
    vertical-align: top;
    width: 43px;
    height: 43px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.header-site .nav-menu span {
    display: block;
    position: absolute;
    height: 2px;
    width: 50%;
    background: #fff;
    border-radius: 15px;
    opacity: 1;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.header-site .nav-menu span:nth-child(1) {
    top: 10px;
}

.header-site .nav-menu span:nth-child(2),
.header-site .nav-menu span:nth-child(3) {
    top: 18px;
}

.header-site .nav-menu span:nth-child(4) {
    top: 26px;
}

.header-site .nav-menu.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.header-site .nav-menu.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header-site .nav-menu.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.header-site .nav-menu.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.header-site .top-news {
    position: relative;
    display: inline-block;
    height: 40px;
    border: 1px solid  #028090;
    border-radius: 5px;
    margin-left: 10px;
}

.header-site .top-news .top-news-swiper {
    display: inline-block;
    position: relative;
    width: 320px;
    height: 100%;
    padding: 0 10px;
    margin-left: 5px;
    vertical-align: top;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.header-site .top-news .top-news-swiper::after {
    content: '';
    position: absolute;
    top: 24%;
    left: 0;
    width: 1px;
    height: 52%;
    background-color: rgba(255, 255, 255, 0.2);
}

.header-site .top-news .top-news-swiper .swiper-slide {
    width: 100%;
    display: block;
    line-height: 37px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header-site .top-news .news-left,
.header-site .top-news .news-right {
    display: inline-block;
    position: relative;
    transform: scale(0.4);
    top: -22%;
    width: 26px;
}

.header-site .top-news .news-left.prev-arrow .border,
.header-site .top-news .news-right.next-arrow .border {
    background-color: #fff;
}

.header-site .top-news .news-left.prev-arrow .border.hover,
.header-site .top-news .news-right.next-arrow .border.hover {
    background-color: #02c39a;
}

.header-site .top-news .news-left.inactive,
.header-site .top-news .news-right.inactive {
    opacity: 0.2;
    cursor: default;
}

.dotted-circle {
    background-image: url('/imgs/dotted-circle.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    transform: scale3d(0, 0, 0);
    top: 0;
    transition: top 300ms;
}

div:hover > .dotted-circle {
    top: -7px;
}

.spr-c-n,
.spr-c::after {
    background-image: url('/imgs/spr-common.webp');
    background-size: 378px 278px;
}

.spr-d-n,
.spr-d::after {
    background-image: url('/imgs/spr-domains-ext.webp');
    background-size: 624px 46px;
}

.section {
    display: flex;
    width: 100%;
    margin: 20px 0;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    align-content: center;
}

.section > div {
    position: relative;
    padding: 25px;
    margin: 10px;
    flex: 1 1 300px;
    min-width: 320px;
    text-align: left;
}

.section > div:first-child {
    min-width: 590px;
}

.section > div.text:first-child {
    max-width: 590px;
}

.section > div:last-child {
    min-width: 590px;
}

.section > div.text:last-child {
    max-width: 590px;
}

.section > div.right {
    text-align: right;
}

.section > div h1 {
    font-size: 42px;
    font-weight: 200;
    text-align: left;
    line-height: 1.2;
}

.section > div.right h1 {
    text-align: right;
}

.section > div p {
    color: #757575;
}

.section .arrows-spr {
    position: relative;
    width: 310px;
    height: 170px;
    margin: auto;
    background-image: url('/imgs/spr-arrows.webp');
    background-size: 620px 340px;
}

.section .arrows-spr.left-red {
    background-position: 0px 0px;
}

.section .arrows-spr.right-red {
    background-position: 0px -170px;
}

.section .arrows-spr.left-blue {
    background-position: -310px -170px;
}

.section .arrows-spr.right-blue {
    background-position: -310px 0px;
}

ul.check {
    position: relative;
    display: block;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.check li {
    position: relative;
    font-size: 17px;
    color: #3598dc;
    margin: 0;
    padding: 10px 0 10px 43px;
}

ul.check li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 36px;
    height: 36px;
    background-position: -276px -28px;
}

.tooltip {
    z-index: initial;
}

.tooltip::before {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 0 6px 6px 6px;
    border-style: solid;
    border-color: transparent transparent #f79256 transparent;
    z-index: 3;
    pointer-events: none;
    opacity: 0;
    transition: all 100ms ease-out;
}

.tooltip::after {
    content: attr(data-tooltip);
    position: absolute;
    display: block;
    left: 50%;
    bottom: -14px;
    transform: translateX(-50%) translateY(100%);
    background-color: #f79256;
    font-family: 'exo', 'open sans', Arial, sans-serif;
    font-weight: normal;
    text-align: center;
    color: #fff;
    padding: 8px 14px;
    font-size: 13px;
    border-radius: 3px;
    white-space: nowrap;
    pointer-events: none;
    z-index: 4;
    opacity: 0;
    transition: all 100ms ease-out;
}

.tooltip:hover::before,
.tooltip:hover::after {
    opacity: 1;
}

.tooltip.blue:hover::before {
    border-color: transparent transparent #05668d transparent;
}

.tooltip.blue:hover::after {
    background-color: #05668d;
    color: #fff;
}

.tooltip.black:hover::before {
    border-color: transparent transparent #444 transparent;
}

.tooltip.black:hover::after {
    background-color: rgba(11, 30, 44, 0.8);
    color: #fff;
}

.prev-arrow {
    position: absolute;
    width: 34px;
    height: 55px;
    cursor: pointer;
    z-index: 99999;
}

.prev-arrow.top-arrow {
    transform: rotate(90deg) scale(0.6);
}

.prev-arrow .border {
    transition: all .3s ease;
    position: absolute;
    width: 2px;
    height: 33px;
    background-color: #05668d;
    left: 17px;
}

.prev-arrow .border-1 {
    transform: rotate(45deg);
}

.prev-arrow .border-2 {
    transform: rotate(-45deg);
    top: 23px;
}

.go-top:hover .prev-arrow:not(.inactive) .border,
.prev-arrow:not(.inactive):hover .border {
    opacity: 0;
}

.prev-arrow .border.hover {
    height: 0;
    background-color: #000;
}

.go-top:hover .prev-arrow:not(.inactive) .border.hover,
.prev-arrow:not(.inactive):hover .border.hover {
    height: 33px;
    opacity: 1;
}

.prev-arrow .border-1.hover {
    top: 5px;
    left: 30px;
}

.go-top:hover .prev-arrow:not(.inactive) .border-1.hover,
.prev-arrow:not(.inactive):hover .border-1.hover {
    left: 17px;
    top: 0;
}

.prev-arrow .border-2.hover {
    top: 51px;
    left: 30px;
}

.go-top:hover .prev-arrow:not(.inactive) .border-2.hover,
.prev-arrow:not(.inactive):hover .border-2.hover {
    left: 17px;
    top: 23px;
}

.next-arrow {
    position: absolute;
    width: 34px;
    height: 55px;
    cursor: pointer;
    z-index: 99999;
}

.next-arrow.bottom-arrow {
    transform: rotate(90deg) scale(0.6);
}

.next-arrow .border {
    transition: all .3s ease;
    position: absolute;
    width: 2px;
    height: 33px;
    background-color: #05668d;
    right: 17px;
}

.next-arrow .border-1 {
    transform: rotate(-45deg);
}

.next-arrow .border-2 {
    transform: rotate(45deg);
    top: 23px;
}

.next-arrow:not(.inactive):hover .border {
    opacity: 0;
}

.next-arrow .border.hover {
    height: 0;
    background-color: #000;
}

.next-arrow:not(.inactive):hover .border.hover {
    height: 33px;
    opacity: 1;
}

.next-arrow .border-1.hover {
    top: 5px;
    right: 28px;
}

.next-arrow:not(.inactive):hover .border-1.hover {
    right: 17px;
    top: 0;
}

.next-arrow .border-2.hover {
    top: 51px;
    right: 28px;
}

.next-arrow:not(.inactive):hover .border-2.hover {
    right: 17px;
    top: 23px;
}

.prev-arrow.inactive,
.next-arrow.inactive {
    opacity: 0.2;
    cursor: default;
}

.go-top {
    display: none;
    position: fixed;
    bottom: 120px;
    right: 28px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #05668d;
    border: 2px solid #fff;
    cursor: pointer;
    z-index: 999;
}

.go-top.is-visible {
    display: block;
}

.go-top .prev-arrow {
    top: -8px;
    left: 5px;
}

.go-top .prev-arrow .border {
    background-color: #fff;
}

.go-top .prev-arrow .border.hover {
    background-color: #7bdff2;
}

.footer-site {
    position: relative;
    display: block;
    width: 100%;
    padding: 50px 0 30px 0;
    background-color: #028090;
    color: #fff;
    font-size: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.footer-site .cols {
    display: flex;
    justify-content: space-around;
    align-items: top;
    align-content: center;
    margin: 10px 0 40px 0;
}

.footer-site .cols > div {
    flex: 1 1 auto;
    padding: 0 40px;
}

.footer-site .cols > div:nth-child(1) {
    padding-left: 25px;
    text-align: left;
    width: 20%;
}

.footer-site .cols > div:nth-child(2) {
    width: 15%;
}

.footer-site .cols > div:nth-child(3) {
    width: 20%;
}

.footer-site .cols > div:nth-child(4) {
    width: 25%;
}

.footer-site .cols > div:nth-child(5) {
    width: 20%;
    padding-right: 25px;
    text-align: right;
}

.footer-site .cols > div:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-site .cols > div .logo {
    display: inline-block;
    text-align: center;
}

.footer-site .cols > div .logo .copy {
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-top: 20px;
    text-align: center;
}

.footer-site .cols > div img {
    display: inline-block;
    max-width: 100%;
}

.footer-site .cols > div:first-child {
    margin: 25px 0 40px 0;
}

.footer-site .cols > div:last-child img:first-child {
    margin: 25px 0 40px 0;
}

.footer-site .cols > div h3 {
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    margin-top: 30px;
}

.footer-site .cols > div a {
    color: #fff;
    display: block;
    padding: 7px 0;
    font-size: 14px;
    transition: transform 300ms;
}

.footer-site .cols > div p {
    color: #fff;
    display: block;
    padding: 7px 0;
    font-size: 14px;
}

.footer-site .cols > div.x-links a:hover {
    transform: translateX(10px);
}

.footer-site .cols > div a.btt {
    display: inline-block;
    position: relative;
    width: 230px;
    padding: 10px 0 10px 30px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 10px 0 4px 0;
    border-radius: 6px;
    transition: background-color 200ms;
}

.footer-site .cols > div a.btt:hover {
    background-color: rgba(255, 255, 255, 0.4);
}

.footer-site .cols > div a.btt::after {
    content: '';
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 26px;
    height: 26px;
}

.footer-site .cols > div a.btt.phone::after {
    background-position: 0px 0px;
}

.footer-site .cols > div a.btt.email::after {
    background-position: -26px 0px;
}

.footer-site .cols > div .social {
    display: block;
    margin-top: 25px;
}

.footer-site .cols > div .social a {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 0 5px 5px 0;
    border-radius: 50%;
    transition: background-color 200ms;
}

.footer-site .cols > div .social a:hover {
    background-color: rgba(255, 255, 255, 0.4);
}

.footer-site .cols > div .social a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 26px;
    height: 26px;
}

.footer-site .cols > div .social a.fb::after {
    background-position: -52px 0px;
}

.footer-site .cols > div .social a.tw::after {
    background-position: -78px 0px;
}

.footer-site .cols > div .social a.gp::after {
    background-position: -104px 0px;
}

.footer-site .cols > div .social a.in::after {
    background-position: -130px 0px;
}

.footer-site .cols > div .social a.yt::after {
    background-position: -156px 0px;
}

.footer-site .info {
    display: block;
    text-align: center;
    padding: 30px 0 0 0;
    opacity: 0.85;
    font-size: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

@media all and (max-width: 1670px) {

    body {
        font-size: 15px;
    }

    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 18px;
    }

    .section > div h1 {
        font-size: 38px;
    }

    ul.check li {
        font-size: 15px;
    }

    .header-site .menu a {
        font-size: 12px;
    }

    .header-site .menu {
        left: 210px;
    }

    .header-site .menu a {
        padding-left: 45px;
    }

    .header-site .menu a::after {
        left: 10px;
    }

    .header-site .logo {
        transform: scale(0.9);
        transform-origin: 0% 50%;
    }

    .header-site .top-news .top-news-swiper {
        width: 290px;
    }

    .header-site .menu a.m-account {
        padding-left: 46px;
    }

    .header-site .menu a.m-hosting {
        padding-left: 58px;
    }

    .section .arrows-spr {
        transform: scale(0.8);
    }

    .domains .cover .domains-icon span {
        display: none;
    }

    .x-arrow {
        display: none;
    }
}


@media all and (max-width: 1500px) {
    .header-site .right {
        right: 10px;
    }

    .header-site .menu {
        left: 172px;
    }

    .header-site .menu a,
    .header-site .menu a.m-hosting,
    .header-site .menu a.m-partner,
    .header-site .menu a.m-account {
        padding: 0 12px;
        font-size: 13px;
    }

    .header-site .menu a::after {
        display: none;
    }

    .header-site .logo {
        transform: scale(0.74);
    }

    .footer-site .cols > div {
        padding: 0 30px;
    }

    .footer-site .cols > div:nth-child(2),
    .footer-site .cols > div:nth-child(3) {
        display: none;
    }

    .footer-site .cols > div:nth-child(1),
    .footer-site .cols > div:nth-child(2),
    .footer-site .cols > div:nth-child(3),
    .footer-site .cols > div:nth-child(4),
    .footer-site .cols > div:nth-child(5) {
        width: 33%;
    }

    .footer-site .cols > div:not(:last-child) {
        border: none;
    }
}

@media all and (max-width: 1326px) {
    body {
        font-size: 14px;
    }

    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 16px;
    }

    h3 {
        font-size: 23px;
    }

    .section > div h1 {
        font-size: 34px;
    }

    ul.check li {
        font-size: 15px;
    }

    .section > div {
        text-align: center;
        width: 100%;
        flex: 1 1 50%;
        min-width: initial;
    }

    .section > div.right {
        text-align: center;
    }

    .section > div h1 {
        text-align: center;
    }

    .section > div.right h1 {
        text-align: center;
    }

    .footer-site .info {
        padding: 20px;
    }

}

@media all and (max-width: 1260px) {
    .header-site .menu {
        display: none;
        position: absolute;
        width: auto;
        height: auto;
        left: auto;
        top: 80px;
        right: 0;
        background-color: #125664;
        bottom: auto;
        margin: 0;
        padding: 0;
        z-index: 9;
    }

    .header-site .menu a {
        display: block;
        padding: 0 30px 0 54px;
        border-bottom: 1px solid #16697a;
        line-height: 42px;
        font-size: 13px;
    }

    .header-site .menu a.m-hosting {
        padding-left: 54px;
    }

    .header-site .menu a.m-partner {
        padding-left: 57px;
    }

    .header-site .menu a.m-account {
        padding-left: 57px;
    }

    .header-site .menu a::after {
        display: block;
        left: 12px;
        transform: scale(0.8);
    }

    .header-site .menu a.m-hosting::after {
        left: 6px;
    }

    .header-site .menu.open {
        display: block;
    }

    .header-site .nav-menu {
        display: inline-block;
        top: 50%;
        transform: translateY(-50%);
        margin: 0 0 0 5px;
    }

    .section > div.right {
        text-align: center;
    }

}


@media all and (max-width: 900px) {

    .footer-site .cols {
        flex-wrap: wrap;
    }

    .footer-site .cols > div:nth-child(1),
    .footer-site .cols > div:nth-child(2),
    .footer-site .cols > div:nth-child(3),
    .footer-site .cols > div:nth-child(4),
    .footer-site .cols > div:nth-child(5) {
        width: 100%;
    }

    .footer-site .cols > div:nth-child(1),
    .footer-site .cols > div:nth-child(5),
    .footer-site .cols > div,
    .footer-site .cols > div h3 {
        text-align: center;
    }
}


@media all and (max-width: 660px) {
    body {
        font-size: 13px;
    }

    h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 14px;
    }

    h3 {
        font-size: 15px;
    }

    .section > div h1 {
        font-size: 28px;
    }

    ul.check li {
        font-size: 13px;
    }

    .header-site .top-news {
        display: none;
    }

    .section > div {
        padding: 10px;
    }

    .section > div {
        min-width: 100%;
    }

    .section > div p {
        padding: 15px;
    }

    .footer-site .info {
        font-size: 12px;
    }
}

@media all and (max-width: 540px) {

    .wrapper {
        padding: 45px 0;
    }

    h1 {
        font-size: 22px;
    }

    .footer-site .cols > div img {
        max-width: 80%;
    }
}

/* RETINA */

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {

    .section .arrows-spr {
        background-image: url('/imgs/spr-arrows-2x.webp');
    }

    .spr-c-n,
    .spr-c::after {
        background-image: url('/imgs/spr-common-2x.webp');
    }

    .spr-d-n,
    .spr-d::after {
        background-image: url('/imgs/spr-domains-ext-2x.webp');
    }
}

/*Portal Custom CSS*/

header.header .topbar {
    background-color: #028090;
}

.tiles .tile .stat {
    color: #05668d;
}

.tiles .tile .title {
    color: #028090;
}

.popover-user-notifications {
    z-index: 2;
}

.dropdown-menu {
    z-index: 4;
}

.tiles .tile i {
    color: #83c5be;
}

.tiles .tile:hover i {
    color: #028090;
}

:root {
    --white: #fff;

    /* Neutral shades */
    --neutral-50: #fbf9fa;
    --neutral-100: #f4f5f7;
    --neutral-200: #e4e4e7;
    --neutral-300: #d0d5dd;
    --neutral-400: #9ca3af;
    --neutral-500: #6b7280;
    --neutral-600: #4b5563;
    --neutral-700: #374151;
    --neutral-800: #1f2937;
    --neutral-900: #111827;
    --neutral-950: #030712;

    /* Neutral shades */
    /* define own pallet with brand colors */
    --primary-50: var(--neutral-50);
    --primary-100: var(--neutral-100);
    --primary-200: var(--neutral-200);
    --primary-300: var(--neutral-300);
    --primary-400: var(--neutral-400);
    --primary-500: var(--neutral-500);
    --primary-600: var(--neutral-600);
    --primary-700: var(--neutral-700);
    --primary-800: var(--neutral-800);
    --primary-900: var(--neutral-900);
    --primary-950: var(--neutral-900);

    /* Primary colors */
    /* Use shades from comments if `primary` colors use other colors, then neutral */
    --primary: var(--neutral-900);          /* var(--primary-600) */
    --primary-lifted: var(--neutral-800);   /* var(--primary-700) */
    --primary-accented: var(--neutral-700); /* var(--primary-800) */

    /* Secondary colors */
    --secondary: var(--neutral-500);
    --secondary-lifted: var(--neutral-600);
    --secondary-accented: var(--neutral-700);

    /* Success colors */
    --success: #028090;
    --success-lifted: #008236;
    --success-accented: #016630;

    /* Info colors */
    --info: #155dfc;
    --info-lifted: #1447e6;
    --info-accented: #193cb8;

    /* Notice colors */
    --notice: #7f22fe;
    --notice-lifted: #7008e7;
    --notice-accented: #5d0ec0;

    /* Warning colors */
    --warning: #f54a00;
    --warning-lifted: #ca3500;
    --warning-accented: #9f2d00;

    /* Error colors */
    --error: #e7000b;
    --error-lifted: #c10007;
    --error-accented: #9f0712;

    /* Grayscale colors */
    --grayscale: var(--neutral-900);
    --grayscale-lifted: var(--neutral-800);
    --grayscale-accented: var(--neutral-700);

    /* Neutral colors */
    --neutral: var(--neutral-500);
    --neutral-lifted: var(--neutral-600);
    --neutral-accented: var(--neutral-700);

    /* Text neutral colors */
    --text-inverted: var(--white);
    --text-muted: var(--neutral-400);
    --text-lifted: var(--neutral-500);
    --text-accented: var(--neutral-600);
    --text: var(--neutral-900);

    /* Border neutral colors */
    --border-muted: var(--neutral-200);
    --border: var(--neutral-300);
    --border-lifted: var(--neutral-400);
    --border-accented: var(--neutral-600);

    /* Background neutral colors */
    --bg: var(--white);
    --bg-muted: var(--neutral-50);
    --bg-lifted: var(--neutral-100);
    --bg-accented: var(--neutral-200);
    --bg-inverted: var(--neutral-900);

    /* Additional colors */
    --yellow-200: #fff085;
    --yellow-300: #ffdf20;
    --teal-300: #46edd5;
    --teal-400: #00d5be;
    --emerald-300: #5ee9b5;
    --pink-400: #fb64b6;

    /* Additional custom properties */
    /* Font sizes */
    --text-xs: 0.625rem;
    --text-sm: 0.75rem;
    --text-md: 0.875rem;
    --text-lg: 1rem;

    /* Spacing */
    --outline-sm: 1px;
    --outline-md: 2px;
    --outline-lg: 3px;

    /* Rounding */
    --rounding-sm: 0.25rem;
    --rounding-md: 0.5rem;
    --rounding-lg: 0.75rem;

    /* Other */
    --letter-spacing: 0em;
    --disabled-opacity: 25%;
}
