@import url('https://fonts.googleapis.com/css?family=Roboto:400,400italic,500,500italic,700,700italic&subset=latin,cyrillic');

@font-face {
    font-family: 'ALSRubl-Arial';
    src: url('../fonts/ruble/alsrubl-arial-regular.eot');
    src: url('../fonts/ruble/alsrubl-arial-regular.eot?#iefix') format('embedded-opentype'), url('fonts/ruble/alsrubl-arial-regular.woff') format('woff'), url('../fonts/ruble/alsrubl-arial-regular.ttf') format('truetype'), url('../fonts/ruble/alsrubl-arial-regular.svg#ALSRublArialRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
}

html, body {
    height: 100%;
}

body {
    background: #fff;
    color: #323232;
    font-size: 14px; /* 100/14 = 7.14 */
    font-family: 'Roboto', 'Myriad Pro', Verdana, sans-serif;
}

h1, h2, h3, h4 {
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: normal;
}

h1 {
    font-size: 257%;
}

h2 {
    font-size: 171%;
}

h3 {
    font-size: 127%;
    font-weight: 500;
}

a {
    color: #009a5e;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #ee514a;
    text-decoration: none;
}

a img {
    border: none;
}

img {
    border: none;
}

p {
    line-height: 1.7;
}

/* HEADER */
#header {
    z-index: 100;
    width: 100%;
}

#h_menu {
    border: 0;
    border-radius: 0;
    background: #009a5e;
    z-index: 10;
    padding-top: 10px;
    margin-bottom: 0;
    width: 100%;
}

.navbar-header {
    padding: 0 15px;
}

#h_menu .container {
    background: #009a5e;
}

.nav > li {
    display: inline-block;
}

#h_menu .nav a {
    font-size: 114%;
    color: #fff;
}

#h_menu .nav a:hover {
    color: #022f32;
    text-decoration: none;
}

#h_menu .nav .hm-add > a,
.navbar-toggle.hm-add {
    padding-left: 33px;
    background: url('../img/i-add.png') left center no-repeat;
}

#hm-service,
.navbar-toggle.hm-add {
    font-size: 128% !important;
}

.navbar-toggle {
    color: #fff;
    border: none;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #009a5e !important;
    color: #022f32;
}

.navbar-toggle.services {
    float: left;
    margin: 0;
    padding-right: 0;
}

.navbar-toggle.support,
.navbar-header .phone {
    float: right;
    margin: 0;
    padding-right: 0;
}

.navbar-header .phone {
    display: none;
}

.navbar-header .phone a {
    color: #fff;
    font-size: 114%;
    display: block;
    margin: 11px 15px 0 0;
}

.navbar-header .phone a:hover {
    color: #022f32;
}

#menu-services,
#menu-support {
    font-size: 114%;
    color: #fff;
}

#menu-services a,
#menu-support a {
    color: #fff;
}

#menu-support li {
    text-align: right;
}

#menu-services a:hover,
#menu-support a:hover {
    text-decoration: none;
    color: #022f32;
}

#menu-services .ms_sub {
    padding-left: 30px;
}

#menu-support .phone {
    display: none;
}

@media (max-width: 991px) {
    #h_menu .nav a {
        padding-left: 5px;
        padding-right: 5px;
    }

    #h_menu .navbar-right .nav a {
        font-size: 100%;
    }

    .navbar-right {
        margin-right: 0;
    }
}

@media (max-width: 768px) {
    .navbar-left,
    .navbar-right {
        display: none;
    }

    .navbar-header {
        display: block;
        width: 100%;
    }

    .navbar-header .phone {
        display: block;
    }

    .navbar-toggle.services.collapsed.hm-add {
        display: block !important;
    }

    .navbar-toggle.support.collapsed.hm-add {
        display: block !important;
    }

    /*
    .navbar-left {display: block; float: left !important;}
	.navbar-header .phone { display: none;}
    .navbar-toggle.services.collapsed.hm-add {display: none !important;}
    .navbar-toggle.support.collapsed.hm-add {display: block !important; float: right !important;}
    */
}

@media (max-width: 568px) {
    .navbar-left,
    .navbar-right {
        display: none;
    }

    .navbar-header .phone {
        display: block;
    }

    .navbar-toggle.services.collapsed.hm-add {
        display: block !important;
    }

    .navbar-toggle.support.collapsed.hm-add {
        display: block !important;
    }
}

@media (max-width: 480px) {
    .navbar-left,
    .navbar-right {
        display: none;
    }

    .navbar-header .phone {
        display: none;
    }

    #menu-support .phone {
        display: block;
    }
}

#h_menu .navbar-left {
    padding-left: 0;
}

.is-sticky #h_menu {
    box-shadow: 0 0 3px #999;
}

.h_intro {
    padding: 30px 0;
    margin-left: -4px;
}

.h_logo,
.h_text {
    float: left;
}

.h_text {
    font-size: 117%;
    width: 430px;
    padding-left: 40px;
    padding-top: 30px;
    color: #022f32;
}

.h_auth {
    float: right;
    text-align: right;
    padding-top: 15px;
    width: 315px;
}

.h_auth .form-control {
    width: 100px;
}

.h_auth .form-group + .form-group {
    margin-left: 10px;
    padding-left: 0 !important;
}

@media (max-width: 991px) {
    .h_text {
        display: none;
    }
}

@media (max-width: 768px) {
    .h_auth .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
    }

    .h_intro {
        padding: 15px 0;
    }
}

@media (max-width: 480px) {
    .h_auth {
        width: auto;
    }

    .h_auth .btn {
        padding: 2px 10px;
    }

    .h_logo, .h_auth {
        float: none;
        width: 100%;
        text-align: center;
    }
}

/* MAIN */
.main {
    padding: 50px 0;
}

.icons {
    list-style: none;
    padding: 0;
    margin-left: 4px;
    margin-bottom: 50px;
    display: block;
    width: 100%;
    text-align: center;
}

.icons li {
    display: inline-block;
    margin-left: -4px;
    width: 20%;
    padding: 2%;
    text-align: center;
    vertical-align: top;
}

.icons.icons25 li {
    width: 25%;
}

.icons.icons33 li {
    width: 33%;
}

.icons li p {
    font-size: 114%;
    color: #022f32;
    font-weight: 500;
}

.icons li p .text-big {
    font-size: 225%;
}

.icons li .icon {
    width: 71px;
    height: 75px;
    margin: 0 auto;
    margin-bottom: 15px;
    background-image: url('../img/icons.png');
    background-repeat: no-repeat;
}

.icon.icon-cloud {
    background-position: 0 0;
}

.icon.icon-calendar {
    background-position: -74px 0;
}

.icon.icon-cards {
    background-position: -148px 0;
}

.icon.icon-cash {
    background-position: -222px 0;
}

.icon.icon-like {
    background-position: -296px 0;
}

.icon.icon-pult {
    background-position: -370px 0;
}

.icon.icon-cloudlinux {
    background-position: -444px 0;
}

.icon.icon-data {
    background-position: -519px 0;
}

.icon.icon-gift {
    background-position: -593px 0;
}

.icon.icon-calc {
    background-position: -668px 0;
}

.icon.icon-percent {
    background-position: -743px 0;
}

.icon.icon-monitor {
    background-position: -818px 0;
}

.icon.icon-isp {
    background-position: -893px 0;
}

.icon.icon-clock {
    background-position: -967px 0;
}

.icon.icon-disk {
    background-position: -1041px 0;
}

@media (max-width: 991px) {
    .icons.icons25.st-icons {
        margin-bottom: 20px;
    }

    .icons.icons25.st-icons li {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .icons.icons25 li,
    .icons.icons33 li {
        width: 50%;
    }
}

.main .content {
}

.main .content p {
    margin-bottom: 20px;
}

.main .content .list-common {
    margin-bottom: 20px;
}

.main .content .list-common li + li {
    margin-top: 10px;
}

.main .content.right {
    float: right
}

.main .aside {
    width: 215px;
    float: right;
    padding-right: 15px;
}

.main .aside.left {
    float: left;
    padding-left: 15px;
}

.main .aside .banner + .banner {
    margin-top: 20px;
}

.aside .reviews {
    background: #f7f7f5;
    margin-top: 30px;
    border-radius: 7px;
    padding: 20px;
}

.aside .reviews h3 {
    font-size: 114%;
}

.aside .reviews .text {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 10px;
}

.aside .reviews .rt-q {
    width: 16px;
    height: 15px;
    background-image: url('../img/i-rq.png');
    position: absolute;
}

.aside .reviews .rt-q.left {
    background-position: 0 0;
    left: -30px;
    top: 0;
}

.aside .reviews .rt-q.right {
    background-position: -20px 0;
    right: -30px;
    bottom: 0;
}

.aside .reviews .link-all i {
    left: 85px;
}

@media (max-width: 991px) {
    .main .content {
        padding-bottom: 30px;
    }

    .main .aside {
        width: 100%;
    }

    .main .aside.left {
        width: 215px;
    }

    .aside.aside-contacts {
        margin-top: 30px;
        padding-left: 15px;
        margin-left: 4px;
    }

    .aside.aside-contacts p {
        display: inline-block;
        width: 33%;
        margin-left: -4px;
        padding-right: 15px;
        vertical-align: top;
    }
}

@media (max-width: 768px ) {
    .icons li {
        width: 33%;
    }

    .main .aside.left {
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }
}

@media (max-width: 480px ) {
    .icons li {
        width: 50%;
    }

    .aside {
        display: none;
    }

    .aside.aside-contacts,
    .main .aside.left {
        display: block;
    }

    .aside.aside-contacts p {
        width: 100%;
        margin-left: 0;
    }
}

/* CMS */
.cms-tarif + .cms-tarif {
    margin-top: 50px;
}

.cms-tarif-price {
    margin-top: 20px;
}

.ctp-block h2 {
    color: #022f32;
    margin-bottom: 20px;
}

.ctp-block h3 {
    margin-bottom: 25px;
}

.ctp-block + .ctp-block h2,
.ctp-block + .ctp-block h3 {
    padding-top: 35px;
}

.ctp-block p {
    margin-bottom: 10px !important;
}

.ctp-block .list-common {
    margin-bottom: 5px !important;
}

.ctp-block .list-common li + li {
    margin-top: 5px !important;
}

.ctp-line {
    border-top: 1px solid #e9e9df;
    margin-top: 17px;
}

.ctp-price {
    position: relative;
}

.ctp-price .btn {
    float: right;
    margin-top: 3px;
}

@media (max-width: 768px) {
    .ctp-block h3 {
        margin-bottom: 10px;
        margin-top: 15px;
    }

    .ctp-price {
        padding-bottom: 10px;
        border-bottom: 1px solid #e9e9df;
    }

    .ctp-block + .ctp-block h3 {
        padding-top: 0;
    }
}

/* Contacts */
.fg-name {
}

.fg-name .form-control {
    margin-left: 5px;
}

.fg-email {
    padding-left: 40px !important;
}

.fg-email .form-control {
    width: 220px;
}

.fg-tema {
}

.fg-tema .form-control {
    width: 360px;
}

.hcontact {
    font-size: 214%;
    font-weight: 400;
    margin-top: 30px;
}

.map {
    margin-top: 60px;
    height: 450px;
    position: relative;
}

.map_shdw-top,
.map_shdw-btm {
    width: 100%;
    height: 11px;
    position: absolute;
    z-index: 10;
}

.map_shdw-top {
    background: url('../img/shdw-ah-top.png');
}

.map_shdw-btm {
    background: url('../img/shdw-ah-btm.png');
    bottom: 0;
}

@media (max-width: 991px) {
    .fg-email {
        padding-left: 10px !important;
    }
}

/* Note Block */
.note-block {
    background: #f7f7f5;
    padding: 20px;
    border-radius: 7px;
    position: relative;
}

.note-block h3 {
    position: relative;
}

.note-block.nb-doc h3 i {
    position: absolute;
    width: 17px;
    height: 27px;
    background: url('../img/i-note.png') 0 0 no-repeat;
    top: -6px;
    left: -25px;
}

.note-block.nb-star h3 i {
    position: absolute;
    width: 14px;
    height: 27px;
    background: url('../img/i-note.png') -21px 0 no-repeat;
    top: -3px;
    left: -25px;
}

.note-block.nb-server h3 i {
    position: absolute;
    width: 17px;
    height: 27px;
    background: url('../img/i-note.png') -39px 0 no-repeat;
    top: -6px;
    left: -25px;
}

.note-block ul {
    margin-bottom: 0;
}

/* Domain */
.t-domain {
    width: auto !important;
}

.t-domain td {
    min-width: 200px;
}

@media (max-width: 768px) {
    .t-domain td {
        min-width: 33%;
    }
}

/* Faq Answer */
.hfaq {
    color: #022f32;
    font-size: 171% !important;
}

.faq-answer {
    margin-bottom: 20px;
}

.faq-add {
    margin-top: 30px;
}

.faq-add ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.faq-add ul li {
    padding-left: 25px;
    background: url('../img/i-q.png') 0 3px no-repeat;
}

.faq-add ul li + li {
    margin-top: 15px;
}

.faq-add ul li a {
    font-size: 114%;
    color: #022f32;
}

.faq-add ul li p {
    font-size: 85%;
    color: #b2b2b2;
    margin: 0;
}

/* Reviews */
.review-one {
    margin-bottom: 30px;
}

.ro-name {
    font-size: 128%;
    padding-bottom: 10px !important;
    margin-bottom: 10px;
}

.ro-name p {
    margin: 0 !important;
}

.ro-rating {
    margin-bottom: 10px;
}

.ro-rating span {
    padding-right: 5px;
}

.ro-text {
    padding-left: 40px;
    position: relative;
}

.ro-text + .ro-text {
    margin-top: 10px;
}

.ro-text i {
    width: 26px;
    height: 26px;
    background-image: url('../img/i-ro.png');
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.ro-text.minus i {
    background-position: -30px 0;
}

.ro-text.plus i {
    background-position: 0 0;
}

/* Hosting Tarif */
.ht-head {
    position: relative;
}

.ht-left {
    padding-left: 195px;
}

.ht-intro {
    position: absolute;
    width: 185px;
    background: #fff;
    left: -15px;
    top: 0;
    z-index: 1;
}

.ht-intro .s-wrap {
    background: #fff;
    border-radius: 7px;
    -o-border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    box-shadow: 0 0 10px #ccc;
    margin-top: 0;
    padding: 10px;
}

.ht-head_right {
    float: right;
}

.ht-head_right.text {
    width: 70%;
}

.ht-head_right.img {
    width: 30%;
    text-align: right;
}

.ht-intro .line-bottom {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.ht-intro .select2 {
    width: 165px;
}

.ht-intro .hti_img {
    text-align: center;
    margin-bottom: 10px;
}

.ht-intro .hti_img img {
    margin-top: -30px;
}

.ht-intro .hti_param {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 114%;
    margin-bottom: 15px;
}

.ht-intro .hti_param li {
    padding: 3px 0;
}

.ht-intro .hti_price {
}

.ht-intro .hti_price p {
    margin-bottom: 0 !important;
}

.ht-intro .btn {
    width: 165px;
}

@media (max-width: 991px) {
    .ht-head_right.text {
        width: 100%;
    }

    .ht-head_right.img {
        width: 100%;
        text-align: left;
        padding: 15px 0 5px 0;
    }

    .ht-left.content {
        padding-left: 0;
    }
}

@media (max-width: 768px) {
    .ht-left {
        padding-left: 0;
    }

    .ht-intro {
        position: relative;
        width: 100%;
        margin-top: 20px;
        left: 0;
        clear: both;
    }

    .ht-intro .s-wrap {
        width: 100%;
    }

    .hti_price,
    .hti_param {
        width: 50%;
        float: left;
        border: none !important;
    }

    .ht-intro .btn {
        display: block;
        margin: 0 auto;
        clear: both;
    }
}

/* Server Tarif */
.server-tarif_block {
    background: #fff;
    border-radius: 7px;
    -o-border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    box-shadow: 0 0 10px #ccc;
    margin-top: 0;
    padding: 10px;
}

.server-tarif_block .select2 {
    width: 165px;
    margin-bottom: 15px;
}

.server-tarif_block p {
    margin-bottom: 0;
}

.server-tarif_block button {
    margin-top: 15px;
    width: 165px;
}

/* News */
.news {
}

.news h1 {
    font-size: 171%;
    font-weight: 500;
    color: #022f32;
    padding: 0;
    margin: 0;
}

.news-list {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

.news-list li {
    margin-top: 15px;
}

.news-list li p {
    margin-bottom: 0;
}

.nl-date {
    font-size: 85%;
    color: #b2b2b2;
}

.nl-text a {
    font-size: 114%;
    color: #022f32;
}

.nl-line {
    width: 30px;
    height: 15px;
    border-bottom: 1px solid #d9d8c6;
}

@media (max-width: 991px) {
    .news {
        margin-bottom: 50px;
    }

    .news-list {
        margin-left: 4px;
    }

    .news-list li {
        display: inline-block;
        vertical-align: top;
        margin-left: -4px;
        width: 50%;
    }
}

@media (max-width: 480px) {
    .news-list {
        margin-left: 0;
    }

    .news-list li {
        width: 100%;
        margin-left: 0;
    }
}

.link-all {
    position: relative;
    display: block;
}

.link-all:hover {
    color: #ee514a;
}

.link-all i {
    width: 20px;
    height: 6px;
    position: absolute;
    background-image: url('../img/i-3p.png');
    background-position: -48px 0;
    bottom: 4px;
    left: 115px;
}

.link-all:hover i {
    background-position: -72px 0;
}

/* Banner */
.banner {
    position: relative;
    text-align: center;
}

.btn-banner {
    display: block;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -73px;
    width: 146px;
    background: #fff;
    color: #009a5e;
    font-size: 128%;
    font-weight: 500;
    border-radius: 7px;
    -o-border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    padding-bottom: 3px;
    padding-top: 3px;
    text-align: center;
    border: 0;
}

.btn-banner:hover,
.banner a:hover + a {
    color: #ee514a;
}

/* IFB */
.ifb-news {
    float: left;
    width: 265px;
    margin-right: 15px;
}

.ifb-banner {
    float: left;
    margin: 0 15px;
    text-align: center;
    margin-bottom: 30px;
}

.ifb-licens {
    width: 165px;
}

.ifb-licens h1 {
    font-size: 171%;
    font-weight: 500;
    color: #022f32;
    padding: 0;
    margin: 20px 0 0 0;
}

.ifb-licens p {
    font-size: 85%;
    line-height: 1.2;
}

@media (max-width: 991px) {
    .ifb-news {
        width: 100%;
    }

    .index-fblock .ifb-banner {
        margin-left: 0;
    }

    .index-fblock .ifb-banner + .ifb-banner {
        margin-left: 15px;
    }
}

@media (max-width: 320px) {
    .index-fblock .ifb-banner {
        margin-right: 0;
        margin-left: 0;
        float: none;
    }

    .index-fblock .ifb-banner + .ifb-banner {
        margin-left: 0;
    }

    .index-fblock .ifb-banner.ifb-licens {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
}

/* Hosting filter */
.hosting-filter {
    margin-bottom: 20px;
}

.hosting-filter .form-group {
    padding-left: 0 !important;
}

.hosting-filter .form-group + .form-group {
    margin-left: 10px;
}

.hosting-filter label {
    margin-bottom: 0;
    padding: 0 7px;
    font-size: 114%;
}

.server-filter {
    margin-bottom: 20px;
    height: 40px;
}

.server-filter .hosting-filter {
    float: left;
    width: 310px;
    margin-bottom: 0;
}

.server-filter .hosting-filter .txt-medium, .server-param .txt-medium, .server-filter .hosting-filter label {
    font-size: 100% !important;
}

.server-filter .hosting-filter .form-inline {
    margin-bottom: 0;
}

.server-param {
    float: right;
    width: 635px;
}

.sp-ssd {
    float: left;
    width: 110px;
}

.sp-price,
.sp-chip {
    float: left;
    width: 170px;
}

.sp-memory {
    float: left;
    width: 185px;
}

.sp-price label,
.sp-chip label,
.sp-memory label {
    float: left;
}

.sp-price .sp-input,
.sp-chip .sp-input,
.sp-memory .sp-input {
    width: 125px;
    padding-left: 10px;
    float: left;
}

@media (max-width: 991px) {
    .server-filter .hosting-filter {
        width: 100%;
    }

    .server-param {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 15px;
    }
}

@media (max-width: 768px) {
    .hosting-filter .form-group {
        display: inline-block;
    }

    .hosting-filter .form-group .btn-group > .btn {
        float: left;
        width: 50%;
    }
}

/* Hosting Tarif */
.item-tarif {
    overflow-x: scroll;
}

.vds-tarif {
    overflow-x: scroll;
    padding-bottom: 50px;
    margin-bottom: 30px;
}

.it-table {
    margin-bottom: 50px;
    width: 980px !important;
}

.item-tarif.scrollbox {
    margin-bottom: 40px;
}

.it-table .hover {
    background: red;
}

.it-table thead td {
    font-size: 171%;
    font-weight: 500;
    color: #022f32;
    border-bottom: 1px solid #d3d2be;
    padding: 15px 10px 10px 0;
    width: 20%;
}

.it-table tbody td {
    padding-top: 10px;
    position: relative;
}

.it-table td + td {
    padding-left: 10px;
}

.it-price {
    font-size: 171%;
}

.it-price .ruble {
    font-size: 65%;
}

.it-common {
    font-size: 114%;
}

.it-table .btn-add td {
    height: 1px;
    padding: 30px 0;
}

.it-table .btn-add .btn {
    top: 10px;
    left: 50%;
    margin-left: -125px;
    z-index: 1;
    position: absolute;
}

/* Ahead */
.ahead {
    background: #f7f7f5;
}

.ahead .tab-content {
    margin-top: 30px;
}

.ahead .container-main-slider {
    max-width: 1170px;
}

.ahead.no-shdw {
    padding: 20px 0;
}

.ah_shdw-top,
.ah_shdw-btm {
    width: 100%;
    height: 20px;
}

.ah_shdw-top {
    background: url('../img/shdw-ah-top.jpg');
}

.ah_shdw-btm {
    background: url('../img/shdw-ah-btm.jpg');
}

.ahead.inner h1 {
    font-size: 36px;
    margin-bottom: 20px;
    font-weight: 500;
    color: #323232;
}

.ahead.inner p {
    font-size: 128%;
}

.ahead-icon-server {
    background: url('../img/ai-server.png') right center no-repeat;
    line-height: 43px;
}

.ahead-icon-pay {
    background: url('../img/ai-pay.png') right center no-repeat;
    line-height: 38px;
}

/**
Common sliders
 */

.main-item-slide {
    cursor: pointer;
    background: #fff;
    padding: 15px 25px;
    border-radius: 15px;
    transition: 0.5s;
}

.main-item-slide:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.slider_buy_button {
    border: none;
    background: #009a5e;
    color: #fff;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    padding: 5px 10px 5px 10px;
    margin-top: 15px;
    display: inline-block;
    width: 100%;
    text-align: center;
    transition: 0.5s;
}

.slider_buy_button:hover {
    background: #026c43;
    color: #fff;
}

.flags {
    display: flex;
    gap: 7px;
    margin: -7px 0 20px 0;
}

.flags img {
    max-width: 20px;
    height: auto;
}

.all-tariffs {
    display: block;
    margin: 20px 0 0 0;
    text-align: center;
    text-decoration: underline;
    font-weight: 500;
}

/* Hosting-slider */
.hosting-slider .owl-stage,
.server-slider .owl-stage {
    padding: 10px 0;
}

.hosting-slider h1,
.server-slider h1 {
    font-size: 171%;
}

.hosting-slider .flags {
    display: none;
}

.hosting-slider + .all-tariffs {
    display: none;
}

.hs_img {
    height: 140px;
    margin-bottom: 20px;
    position: relative;
}

.hs_img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.hsi {
    left: -30px !important;
}

.hs_img .z1 {
    z-index: 0;
}

.hs_param {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
}

.hs_param li {
    padding: 2px 0;
}

.hs_price p {
    margin-bottom: 0;
}

@media (max-width: 1100px) {
    .hosting-slider,
    .server-slider {
        max-width: 900px !important;
        margin: 0 auto;
        padding: 0;
    }
}

@media (max-width: 991px) {
    .hosting-slider,
    .server-slider {
        width: 550px !important;
        margin: 0 auto;
        padding: 0;
    }
}

@media (max-width: 768px) {
    .hosting-slider,
    .server-slider {
        max-width: 100% !important;
        margin: 0 auto;
        padding: 0;
    }

    .hosting-slider.owl-carousel .owl-controls .owl-nav .owl-prev,
    .server-slider.owl-carousel .owl-controls .owl-nav .owl-prev {
        left: -68px;
    }

    .hosting-slider.owl-carousel .owl-controls .owl-nav .owl-next,
    .server-slider.owl-carousel .owl-controls .owl-nav .owl-next {
        right: -68px;
    }

    .hs_param li {
        text-align: center;
    }

    .hs_price {
        text-align: center;
    }

    .hosting-slider h1, .server-slider h1 {
        text-align: center;
    }
}

@media (max-width: 660px) {
    .hosting-slider,
    .server-slider {
        max-width: 100% !important;
        margin: 0 auto;
        padding: 0;
    }
}

@media (max-width: 560px) {
    .hosting-slider,
    .server-slider {
        max-width: 280px !important;
        margin: 0 auto;
        padding: 0;
    }

    .hosting-slider .s-wrap,
    .server-slider .s-wrap {
        margin: 10px auto 0;
    }

    .ahead.inner .container,
    .main.inner .container {
        padding-left: 15px;
    }

    /*.owl-prev, .owl-next {display: none !important;}*/
}

@media (max-width: 420px) {
    .hosting-slider.owl-carousel .owl-controls .owl-nav .owl-prev,
    .server-slider.owl-carousel .owl-controls .owl-nav .owl-prev {
        left: -18px;
    }

    .hosting-slider.owl-carousel .owl-controls .owl-nav .owl-next,
    .server-slider.owl-carousel .owl-controls .owl-nav .owl-next {
        right: -18px;
    }
}

@media (max-width: 320px) {
    .hosting-slider.owl-carousel .owl-controls .owl-nav .owl-prev,
    .server-slider.owl-carousel .owl-controls .owl-nav .owl-prev {
        left: -18px;
    }

    .hosting-slider.owl-carousel .owl-controls .owl-nav .owl-next,
    .server-slider.owl-carousel .owl-controls .owl-nav .owl-next {
        right: 10px;
    }
}

/**
Breadcrumbs
 */
.breadcrumb {
    padding: 0;
    margin: 20px 0 50px;
}

.breadcrumb li + li {
    margin-left: 12px;
}

.breadcrumb li.active {
    font-size: 14px;
}

.breadcrumb > li + li::before {
    content: "•";
    padding: 0 10px 0 0;
}

.breadcrumb li a {
    font-weight: 500;
    color: #022f32;
    border: none;
}

.breadcrumb li a:hover {
    color: #ee514a;
}

/* Domen-slider */
.domen-slider {
    padding-top: 40px;
}

.domen-slider h1 {
    color: #009a5e;
    font-size: 343%;
    font-weight: normal;
    margin-bottom: 0;
    padding-left: 240px;
}

.domen-slider h1 span {
    font-weight: 500;
}

.d_head {
    margin: 0;
    color: #022f32;
    font-size: 128%;
    padding-left: 240px;
}

.d_list {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: 4px;
    margin-top: 25px;
}

.d_list li {
    display: inline-block;
    vertical-align: middle;
    margin-left: -4px;
    width: 49%;
}

.d_list li + li {
    margin-left: 2%;
}

.d_list li > div {
    display: inline-block;
    vertical-align: middle;
}

.dl-img {
    margin-right: 35px;
    width: 166px;
}

.dl-head {
    font-size: 171%;
    color: #022f32;
    font-weight: bold;
}

.dl-head.twoline {
    padding-top: 35px;
}

.dl-text .price {
    font-size: 128%;
}

.aserver-slider {
    padding-top: 40px;
}

.as-text {
    color: #022f32;
}

.as-text h1 {
    font-size: 171%;
    padding-top: 40px;
}

.as-text p {
    margin: 0;
}

@media (max-width: 991px) {
    .domen-slider h1,
    .d_head {
        padding-left: 0;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .domen-slider {
        padding-top: 20px;
    }

    .d_list li {
        width: 100%;
    }

    .d_list li + li {
        margin-left: 0;
        margin-top: 20px;
    }

    .aserver-slider {
        padding-top: 20px;
    }

    .as-text h1 {
        padding-top: 20px;
    }

    .as-text p {
        padding-bottom: 20px;
    }

    .as-text p:last-child {
        padding-bottom: 0;
    }
}

/* FOOTER */
#footer {
    background: #022f32;
}

#footer, .wrap:after {
    height: 260px;
}

.f_payment {
    color: #ccffe9;
    background: #009a5e;
    padding-top: 15px;
    padding-bottom: 15px;
}

.f_left {
    float: left;
}

.f_left + .fp_left {
    margin-left: 50px;
}

.f_right {
    float: right;
    padding-top: 6px;
    width: 160px;
}

.fp_text {
    font-size: 128.7%;
    margin-right: 10px;
    float: left;
}

.fp_icon {
    margin: 0;
    margin-left: -4px;
    width: 415px;
    float: left;
}

.fp_icon li {
    height: 29px;
    background-image: url('../img/i-pay.png');
    background-repeat: no-repeat;
    padding: 0;
    vertical-align: middle;
}

.fp_icon li {
    margin-right: 20px;
}

.fp_icon li:last-child {
    margin-right: 0;
}

.fp_icon-master {
    background-position: 0 0;
    width: 45px;
}

.fp_icon-visa {
    background-position: -49px 0;
    width: 51px;
}

.fp_icon-alfa {
    background-position: -103px 0;
    width: 19px;
}

.fp_icon-sber {
    background-position: -125px 0;
    width: 27px;
}

.fp_icon-wm {
    background-position: -155px 0;
    width: 26px;
}

.fp_icon-ya {
    background-position: -185px 0;
    width: 19px;
}

.fp_icon-qiwi {
    background-position: -208px 0;
    width: 26px;
}

.fp_icon-elex {
    background-position: -238px 0;
    width: 24px;
}

.fp_icon-rbk {
    background-position: -266px 0;
    width: 26px;
}

.fp_all {
    color: #fff;
    margin-top: 6px;
    display: block;
    position: relative;
    width: 223px;
    float: right;
}

.fp_all:hover {
    color: #022f32;
}

.fp_all i {
    display: block;
    position: absolute;
    bottom: 4px;
    right: 15px;
    width: 20px;
    height: 6px;
    background-image: url('../img/i-3p.png');
    background-position: 0 0;
}

.fp_all:hover i {
    background-position: -24px 0;
}

.fp_info {
    background: #022f32;
    height: 201px;
    padding-top: 40px;
}

.f_menu {
    color: #009a5e;
    font-size: 114%;
}

.f_menu a {
    color: #009a5e;
}

.f_menu a:hover {
    color: #ee514a;
}

.f_menu-sub {
    color: #fff;
    font-size: 86%;
}

.f_menu-sub a {
    color: #fff;
}

.f_menu-sub a:hover {
    color: #ee514a;
}

.f_copy {
    font-size: 86%;
    color: #b2b2b2;
    margin-top: 30px;
    margin-bottom: 0;
}

.f_phone {
    margin-top: 2px;
    margin-bottom: 10px;
}

.f_phone a {
    color: #b2b2b2;
}

.f_help {
}

.f_help a {
    color: #b2b2b2;
    font-size: 86%;
}

@media (max-width: 991px) {
    #footer, .wrap:after {
        height: 346px;
    }

    .fp_text {
        width: 100%;
        text-align: center;
        margin-right: 0;
    }

    .fp_all {
        float: none;
        margin: 0 auto;
        margin-top: 15px;
        width: 190px;
        padding-left: 10px;
    }

    .fp_icon {
        margin: 0 auto !important;
        float: none;
    }

    .fp_icon li {
        margin-top: 15px;
    }

    .fp_info {
        height: 211px;
    }
}

@media (max-width: 768px) {
    .f_help li {
        display: inline-block;
    }

    .f_help li {
        padding: 0 5px;
    }

    .fp_info {
        height: 235px;
    }

    #footer, .wrap::after {
        height: 441px;
    }
}

@media (max-width: 480px) {
    .fp_icon {
        width: 300px;
    }

    #footer, .wrap::after {
        height: 550px;
    }
}

/* COMMON */
.padding-top30 {
    padding-top: 30px;
}

.padding-top60 {
    padding-top: 60px;
}

.link-icon {
    display: block;
    line-height: 21px;
    position: relative;
    padding-left: 25px;
}

.link-icon i {
    background-image: url('../img/i-links.png');
    position: absolute;
    left: 0;
    top: 0;
    height: 21px;
}

.link-icon.icon-star i {
    width: 21px;
    background-position: 0 0;
}

.link-icon.icon-print i {
    width: 19px;
    background-position: -25px 0;
}

table {
    margin-bottom: 20px;
}

table td {
    padding: 5px 15px 5px 0;
}


.table td {
    border-bottom: none !important;
}

.table tr + tr td {
    border-top: 1px solid #d3d2be;
}

.t-strip {
    width: 100%;
    margin-bottom: 30px;
}

.t-strip thead td {
    font-weight: 500;
    font-size: 128%;
    border-bottom: 1px solid #d3d2be;
}

.t-strip thead th {
    font-weight: 500;
    font-size: 128%;
    border-bottom: 1px solid #d3d2be;
}

.t-strip tbody td {
    border-top: 1px solid #fff;
    font-size: 128%;
    background: #f7f7f5;
}

.t-strip tbody td.txt-bigger {
    padding-left: 15px;
}

.t-strip tbody tr:nth-child(even) td {
    background: #fff;
}

.t-points {
    width: 100%;
}

.t-points td {
    padding-right: 15px;
    padding-bottom: 0;
}

.t-points tr + tr td {
    padding-top: 10px;
}

.tp-left {
    position: relative;
}

.tp-left .points {
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 100%;
    height: 1px;
    background: url('../img/list-points.png') left bottom repeat-x;
    z-index: -1;
}

.tp-left span {
    background: #fff;
    padding-bottom: 5px;
    padding-right: 5px;
}

.tp-right {
    padding-left: 5px !important;
}

.txt-red {
    color: #ee514a;
}

.txt-green {
    color: #009a5e;
}

.txt-black {
    color: #323232;
}

.txt-aqua {
    color: #022f32;
}

.txt-bigger {
    font-size: 171% !important;
}

.txt-big {
    font-size: 128% !important;
}

.txt-medium {
    font-size: 114% !important;
}

.txt-small {
    font-size: 85% !important;
}

.txt-medium {
    font-weight: 500;
}

.txt-reg {
    font-weight: 400;
}

.logo-cms {
    margin-top: 20px;
}

.logo-cms.str2 {
    margin-top: 40px;
}

.line-bottom {
    padding-bottom: 15px;
    border-bottom: 1px solid #d3d2be;
}

.hicon {
    position: relative;
    margin-right: 70px;
}

.hicon i {
    position: absolute;
    background-image: url('../img/i-hicons.png');
    width: 56px;
    height: 60px;
    right: -70px;
    top: 20px;
}

.hicon-contact i {
    background-position: 0 0;
}

.list-common {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.list-common li {
    background: url('../img/list.png') left 7px no-repeat;
    padding-left: 15px;
}

.list-common li + li {
    margin-top: 15px;
}

.list-unstyled li + li {
    margin-top: 10px;
}

.list-inline {
    margin-left: 4px;
}

.list-inline li {
    margin-left: -4px;
    vertical-align: top;
}

.list25 li {
    width: 25%;
}

.hmain {
    text-align: center;
    /*text-transform: uppercase;*/
    color: #009a5e;
    font-weight: normal;
    margin-bottom: 35px;
}

.ruble {
    font-family: 'ALSRubl-Arial', Arial, sans-serif;
    font-weight: normal;
    padding-left: 2px;
}

.infin {
    padding-left: 18px;
    background: url('../img/i-infin.png') no-repeat;
}

.i-ok {
    padding-left: 15px;
    background: url('../img/i-ok.png') no-repeat;
}

.b_center {
    position: relative;
    width: 100%;
    overflow-x: hidden;
}

.b_center:after {
    content: '';
    display: block;
    clear: both;
}

.b_left {
    position: relative;
    right: 50%;
    float: right;
}

.b_right {
    position: relative;
    z-index: 1;
    right: -50%;
}

.nav p {
    padding: 15px;
    margin-bottom: 0;
    color: #fff;
    line-height: 20px;
}

@media (max-width: 991px) {
    .nav p {
        padding-left: 0;
        padding-right: 5px;
    }
}

.dropdown-menu {
    left: -15px;
    margin-top: -7px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 7px !important;
    -o-border-radius: 7px !important;
    -moz-border-radius: 7px !important;
    -webkit-border-radius: 7px !important;
}

.dropdown-menu li {
    background: #f7f7f5;
}

.dropdown-menu li + li {
    border-top: 1px solid #fff;
}

.dropdown-menu li a {
    font-size: 14px !important;
    font-weight: 500;
    color: #022f32 !important;
    padding-top: 7px;
    padding-bottom: 7px;
}

.dropdown-menu li a:hover {
    background: #ee514a;
    color: #fff !important;
}

.dropdown-menu li:first-child a,
.dropdown-menu li:first-child {
    border-radius: 7px 7px 0 0 !important;
    -o-border-radius: 7px 7px 0 0 !important;
    -moz-border-radius: 7px 7px 0 0 !important;
    -webkit-border-radius: 7px 7px 0 0 !important;
}

.dropdown-menu li:last-child a,
.dropdown-menu li:last-child {
    border-radius: 0 0 7px 7px !important;
    -o-border-radius: 0 0 7px 7px !important;
    -moz-border-radius: 0 0 7px 7px !important;
    -webkit-border-radius: 0 0 7px 7px !important;
}

.form-control {
    background: #e0e0d5;
    border: 0 !important;
    box-shadow: none;
    color: #022f32;
    font-weight: 500;
    border-radius: 10px !important;
    -o-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    height: auto;
    padding: 4px 7px;
}

.fc-medium {
    font-size: 128%;
}

.form-control.fc-domain {
    width: 350px;
    margin-bottom: 0;
}

.form-control.fc-faq {
    width: 550px;
    margin-bottom: 0;
}

textarea.form-control {
    font-weight: 400;
    resize: none;
}

.form-group {
    font-size: 114%;
}

.form-inline {
}

.form-inline .form-group {
    height: 30px;
    vertical-align: middle;
}

.form-inline .form-group + .form-group {
    padding-left: 25px;
}

.form-inline,
.form-group {
    margin-bottom: 20px;
}

label {
    font-weight: 400;
}

.fg-help {
    font-size: 12px;
}

@media (max-width: 991px) {
    .form-control.fc-faq {
        width: auto;
    }

    .form-group.faq-favorite,
    .form-group.faq-print {
        width: 100%;
        padding-left: 0 !important;
        margin-left: 0;
        margin-top: 10px;
    }
}

@media (max-width: 768px) {
    .form-inline {
        margin-bottom: 20px !important;
    }

    .form-inline .form-group {
        margin-bottom: 0 !important;
        height: auto;
    }

    .form-inline .form-group + .form-group {
        padding-left: 0 !important;
    }

    .form-inline label {
        width: 100%;
    }

    .fg-name .form-control,
    .fg-email .form-control,
    .fg-tema .form-control {
        margin-left: 0;
        width: 100%;
    }

    .form-control.fc-domain,
    .form-control.fc-faq {
        width: 100%;
        margin-bottom: 10px;
    }
}

@media (max-width: 320px) {
    .form-group.hf_cur {
        margin-left: 0 !important;
    }
}

.btn {
    background: #fff;
    font-weight: 500;
    border: 2px solid #022f32;
    color: #009a5e;
    padding: 2px 22px;
    border-radius: 10px !important;
    -o-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
}

.btn:hover {
    color: #ee514a;
}

.btn.btn-medium {
    padding: 5px 30px;
    font-size: 114%;
    max-width: 300px;
}

.btn.btn-big {
    padding: 10px 120px;
    font-size: 128%;
    text-transform: uppercase;
}

.btn-cancel {
    background: none;
    border: none;
    font-size: 128%;
    color: #022f32;
    padding: 0 50px;
}

.btn-cancel:hover {
    color: #ee514a;
}

.btn-radio {
    border: none;
    color: #022f32;
    font-weight: 400;
}

.btn-radio.active {
    background: #009a5e;
    color: #fff;
    border-radius: 7px !important;
}

.label_checkbox {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 0;
}

.label_checkbox > input {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: block;
    height: 100%;
    opacity: 0;
    width: 20px;
}

.label_checkbox > .label_text {
    display: inline-block;
    padding-left: 30px;
    position: relative;
    cursor: pointer;
    font-weight: 500;
}

.label_checkbox > .label_text:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    border: 2px solid #e0e0d5;
    box-sizing: border-box;
    border-radius: 2px;
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.label_checkbox > input:checked + .label_text:before {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 14l5 6 9-15' stroke='%23009a5e' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
}

.btn-add {
    text-align: center;
    width: 100%;
    background: url('../img/it-line.png') center repeat-x;
    margin-bottom: 20px;
}

.btn-add .btn {
    min-width: 250px;
}

.btn-add .btn:hover {
    background: #022f32;
    color: #fff;
}

@media (max-width: 768px) {
    .btn.btn-big {
        padding: 10px 60px;
    }

    .btn-cancel {
        padding: 0 30px;
    }
}

@media (max-width: 480px) {
    .btn.btn-big {
        padding: 10px 20px;
    }

    .btn-cancel {
        padding: 0 10px;
    }
}

.nav-tabs {
    border: none;
}

.nav-tabs li {
    margin: 0
}

.nav-tabs li a {
    font-weight: 500;
    color: #022f32;
    padding-left: 20px;
    padding-right: 20px;
    border: none;
}

.nav-tabs li a:hover {
    color: #ee514a;
    background: none;
    border: none;
}

.nav-tabs li.active a,
.nav-tabs li.active a:hover,
.nav-tabs li.active a:focus {
    border: none;
    background: #009a5e;
    color: #fff;

    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
}

.tab-pane {
    padding-bottom: 40px;
}

@media (max-width: 480px) {
    .nav-tabs li {
        width: 100%;
        text-align: center;
    }
}

.lightview {
    display: block;
    position: relative;
    height: 100%;
}

.lightview i {
    position: absolute;
    width: 50px;
    height: 49px;
    background: url('../img/i-zoom.png') center no-repeat;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.horizontal-track {
    height: 10px;
    background-color: #e0e0d5;
}

.horizontal-handle {
    width: 150px;
    height: 10px;
    background-color: #009a5e;
}

/* Модальное окно */
.modal-dialog {
    width: 780px;
}

.modal-backdrop {
    background: rgb(62, 64, 66);
    opacity: 0.9 !important;
}

.modal-content {
    padding: 0;
    box-shadow: none;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
}

.modal-header {
    border: none;
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: right;
}

.modal-header .close {
    color: #e96a6a;
    border-bottom: 1px dashed #e96a6a;
    font-size: 100%;
    font-weight: normal;
    opacity: 1;
    float: none;
}

.modal-body {
    padding: 0 40px;
    padding-bottom: 20px;
}

.modal-body .btn {
    margin: 10px 10px 0 0;
}


#footer .list-unstyled {
    margin-bottom: 0;
}

#footer .list-unstyled li {
    margin-top: 5px;
}

.custom-table .tp-left .points {
    bottom: 0;
}

.payment-methods .logo-cms {
    margin-top: 0;
}

/**
VDS Page
 */
.vds-tarif-section .filter {
    overflow: hidden;
    padding-bottom: 35px;
    display: flex;
    gap: 30px;
}

.vds-tarif-section .filter .btn-group {
    border-radius: 10px;
    border: 1px #eee solid;
    overflow: hidden;
}

.vds-tarif-section .filter label.btn {
    margin: 0;
    color: #000;
    padding: 10px 20px;
    border-radius: 0 !important;
    border-left: 1px #eee solid;
}

.vds-tarif-section .filter label.btn.active {
    color: #fff;
}

.vds-tarif-section .filter label.btn:first-child {
    border-left: none;
}

.vds-tarif-section .filter label.btn span {
    color: #e70000;
    font-size: 13px;
    margin-left: 5px;
}

.vds-tarif-section .filter label.btn.active span {
    color: #e0e0d5;
}

.vds-tarif-section .filter label.btn img {
    margin: -3px 4px 0 0;
}

.vds-tarif-container {
    background: #f7f7f5;
    padding: 10px 0 50px;
}

.vds-tarif-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.vds-tarif-row {
    background: #fff;
    border-radius: 15px;
    padding: 25px;
    display: flex;
    gap: 20px;
    align-items: center;
}

.vds-tarif-row .left-col {
    flex: 1;
    display: flex;
    gap: 20px;
    justify-content: start;
    align-items: baseline;
}

.vds-tarif-row .right-col {
    display: flex;
    gap: 20px;
    justify-content: end;
    align-items: center;
    flex: 0;
    min-width: 250px;
}

.vds-tarif-row .name {
    display: flex;
    flex-direction: column;
    gap: 5px;
    color: #C4C4C4;
    min-width: 200px;
}

.vds-tarif-row .name a {
    color: #000;
    font-size: 24px;
    font-weight: 500;
}

.vds-tarif-row .property {
    display: flex;
    flex-direction: column;
    gap: 2px;
    color: #C4C4C4;
    flex: 1;
}

.vds-tarif-row .property span {
    color: #000;
    font-size: 17px;
    font-weight: 500;
}

.vds-tarif-row .price {
    display: flex;
    flex-direction: column;
    gap: 2px;
    color: #000;
    text-align: right;
    font-weight: 500;
}

.vds-tarif-row .price span {
    color: #009A5E;
    font-size: 26px;
    font-weight: 500;
}

.vds-tarif-row .buy-button {
    background: #009A5E;
    color: #fff;
    transition: 0.5s;
    padding: 13px 27px;
    border-radius: 15px;
    height: fit-content;
    font-size: 16px;
}

.vds-tarif-row .buy-button:hover {
    background: #027e4d;
}

.vds-tarif-section-single {
    margin-top: 35px;
}

.vds-tarif-section-single .filter {
    padding-bottom: 20px;
}

.notes {
    display: flex;
    justify-content: space-between;
}

.notes .all-tariffs {
    font-size: 16px;
    font-weight: 400;
    padding: 5px;
    text-decoration: none;
}

.notes .download-kp {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 25px 5px;
    font-size: 16px;
}

.notes .download-kp img {
    width: 22px;
    height: auto;
}

@media (max-width: 991px) {
    .vds-tarif-section .filter {
        flex-wrap: wrap;
        gap: 0;
    }
    .vds-tarif-row .left-col .name {
        min-width: 125px;
    }
}

@media (max-width: 768px) {
    .vds-tarif-section .filter {
        flex-wrap: nowrap;
        gap: 20px;
    }

    .vds-tarif-section .filter label.btn {
        width: 100%;
    }

    .vds-tarif-row {
        flex-direction: column;
    }

    .vds-tarif-row .left-col {
        flex-wrap: wrap;
    }

    .vds-tarif-row .left-col .name {
        width: 100%;
        text-align: center;
    }

    .vds-tarif-row .right-col {
        min-width: 0;
        padding-top: 20px;
        width: 100%;
        justify-content: center;
        border-top: 1px #eee solid;
    }

    .vds-tarif-row .price {
        gap: 0;
    }

    .vds-tarif-row .price span {
        font-size: 22px;
    }

    .notes {
        flex-direction: column;
    }

    .notes .download-kp {
        justify-content: center;
    }
}

.static-block hr {
    margin: 40px 0;
}

.static-block .title {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #009A5E;
}

.static-block-os .subtitle {
    margin-top: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #B2B2B2;
}

.os-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    margin-top: 40px;
}

.os-list .os-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    gap: 12px;
    background: #F7F7F5;
    border-radius: 16px;
}

.os-list .os-item .label {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 11px 18px;
    gap: 10px;
    position: absolute;
    right: 0;
    top: 0;
    background: #EE514A;
    border-radius: 0 16px 0 16px;
    font-weight: 400;
    font-size: 13px;
}

.os-list .os-item .os-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #1F1F1F;
}

.os-list .os-item .os-desc {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #B2B2B2;
    text-align: left;
}

.service-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    margin-top: 40px;
}

.service-list .service-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    gap: 12px;
    background: #FFFFFF;
    border: 1px solid #E0E0D5;
    border-radius: 16px;
}

.service-list .service-name {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #323232;
}

.service-list .service-price {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #009A5E;
}


.service-list .service-note {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #B2B2B2;
}

.service-footnote {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #B2B2B2;
    margin-top: 30px;
}

.service-footnote strong {
    font-weight: 500;
    color: #323232;
}

.advantages-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.advantage-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    gap: 16px;
    background: #FFFFFF;
    border: 1px solid #E0E0D5;
    border-radius: 16px;
}

.advantage-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #323232;
}

@media (max-width: 992px) {
    .os-list,
    .service-list,
    .advantages-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 459px) {
    .static-block .title {
        font-size: 22px;
    }

    .os-list,
    .service-list,
    .advantages-list {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-top: 30px;
    }

    .os-list .os-item,
    .service-list .service-item,
    .advantage-item {
        padding: 20px;
    }
}
/**
VDS Page end
 */