/* */

* {
    box-sizing: border-box;
}


/* body {
    background: #92bde7;
    color: #485e74;
    line-height: 1.6;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 1em;
} */


/* .container {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding: 1em;
    margin-top: -50px;
} */

ul {
    list-style: none;
    padding: 0;
}

.brand {
    text-align: center;
}

.brand span {
    color: #fff;
}

.wrapper {
    box-shadow: 0 0 20px 0 rgba(72, 94, 116, 0.7);
}

.wrapper>* {
    padding: 1em;
}

.company-info {
    background: #c9e6ff;
}

.company-info h3,
.company-info ul {
    text-align: center;
    margin: 0 0 1rem 0;
}

.contact {
    background: #f9feff;
}


/* FORM STYLES */

.contact form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

.contact form label {
    display: block;
}

.contact form p {
    margin: 0;
}

.contact form .full {
    grid-column: 1 / 3;
}

.contact form button,
.contact form input,
.contact form textarea {
    width: 100%;
    padding: 1em;
    border: 1px solid #c9e6ff;
}

.contact form button {
    background: #c9e6ff;
    border: 0;
    text-transform: uppercase;
}

.contact form button:hover,
.contact form button:focus {
    background: #92bde7;
    color: #fff;
    outline: 0;
    transition: background-color 2s ease-out;
}

.alert {
    text-align: center;
    padding: 10px;
    background: #79c879;
    color: #fff;
    margin-bottom: 10px;
    display: none;
}


/* LARGE SCREENS */

@media(min-width:700px) {
    /* .wrapper {
        display: grid;
        grid-template-columns: 1fr 2fr;
    } */
    .wrapper>* {
        padding: 2em;
    }
    .company-info h3,
    .company-info ul,
    .brand {
        text-align: left;
    }
}


/* */

p {
    text-align: justify;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}


/* TABS */

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified>li {
    float: none
}

.nav-tabs.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.main1 {
    background-color: #fdfdfdf1;
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.main2 {
    background-color: #d0d4d6;
    padding-top: 20px;
    padding-bottom: 20px;
}

.main3 {
    background-color: #fdfdfdcc;
    margin-top: 0px;
    padding-top: 30px;
    margin-bottom: 20px;
}

.footerkdx {
    background-color: #d0d4d6d5;
    padding-top: 30px;
    padding-bottom: 30px;
}


/* beg */

.nav,
.navbar-nav,
ul {
    list-style: none
}

hr,
input[type=search] {
    box-sizing: content-box
}

img,
legend {
    border: 0
}

legend,
td,
th {
    padding: 0
}

*,
:after,
:before {
    box-sizing: border-box
}

.all-plans__table,
.clear,
.clearfix:after,
.s-managed-cloud-c,
.s-order-a__top:after,
.s-resellers-b .b-user,
.ui-helper-clearfix:after {
    clear: both
}

@font-face {
    font-family: UbuntuTitling-Bold;
    src: url(../fonts/UbuntuTitling-Bold.eot?#iefix) format('embedded-opentype'), url(../fonts/UbuntuTitling-Bold.woff) format('woff'), url(../fonts/UbuntuTitling-Bold.ttf) format('truetype'), url(../fonts/UbuntuTitling-Bold.svg#UbuntuTitling-Bold) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Pt Sans Regular;
    src: url(../fonts/PTC55F.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
optgroup,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    height: 0
}

pre,
textarea {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal;
    -webkit-appearance: none
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.s-header__top {
    vertical-align: top;
    background-color: #3c4246;
    overflow: hidden
}

.s-header__top .top-left .m-top-nav {
    display: inline-block;
    vertical-align: top;
    font-size: 0
}

.s-header__top .top-left .m-top-nav__item {
    display: inline-block;
    padding: 8px 30px 6px
}

.s-header__top .top-left .m-top-nav__item:last-child {
    margin-right: 0
}

.s-header__top .top-left .m-top-nav__link {
    text-decoration: none;
    color: #9da2a5;
    transition: .2s ease-out;
    font: 13px Arial, sans-serif;
    font-weight: 700
}

.s-header__top .top-left .m-top-nav__link:hover {
    color: #fff
}

.s-header__top .top-left .m-top-nav__item._active {
    background-color: #14b7d6
}

.s-header__top .top-left .m-top-nav__item._active .m-top-nav__link {
    color: #fff;
    cursor: default
}

.s-header__top .top-right .b-live-chat {
    position: relative;
    cursor: pointer;
    display: inline-block;
    color: #41380e;
    padding: 9px 26px 5px 40px;
    background-color: #ecd82c;
    margin-right: 26px;
    font-weight: 700;
    font-size: 13px
}

.s-header__top .top-right .b-live-chat__ico {
    position: absolute;
    top: 7px;
    left: 16px;
    fill: #c03030
}

.b-support-box {
    max-width: 290px
}

.s-header__top .top-right .b-support {
    display: inline-block;
    font: 13px Arial, sans-serif;
    font-weight: 700
}

.s-header__top .top-right .b-support__time {
    display: inline-block;
    color: #fff;
    margin-right: 8px
}

.s-header__top .top-right .b-support__tel {
    display: inline-block;
    color: #f1d91e
}

.s-header__bottom {
    box-shadow: 0 0 3px rgba(0, 0, 0, .4);
    background: #fff
}

.s-header__bottom .container {
    vertical-align: top;
    display: table;
    height: 117px
}

.s-header__bottom .i-logo {
    display: table-cell;
    vertical-align: middle;
    padding-right: 65px
}

.s-header__bottom .i-logo img {
    width: 239px;
    height: auto
}

.s-header__bottom .b-nav {
    display: table-cell;
    font-weight: 700;
    vertical-align: bottom;
    font-size: 0;
    padding-left: 10px
}

.s-header__bottom .b-nav__item {
    display: inline-block;
    padding: 11px 25px 45px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.s-header__bottom .b-nav__item._active {
    background-color: #14b7d6
}

.s-header__bottom .b-nav__item._active .b-nav__link {
    color: #fff;
    cursor: default
}

.s-header__bottom .b-nav__link {
    text-decoration: none;
    color: #3c4246;
    transition: .2s ease-out;
    font: 700 16px Arial, sans-serif
}

.s-header__bottom .b-nav__link:hover {
    color: #14b7d6
}

.s-header__bottom .b-logged-in {
    margin: 50px 0 0;
    color: #066eb4;
    display: inline-block;
    display: none;
    transition: color .2s;
    text-decoration: underline
}

.s-header__bottom .b-logged-in,
.s-header__bottom .b-login {
    float: right;
    font: 700 13px Arial, sans-serif;
    position: relative
}

.s-header__bottom .b-login {
    margin: 56px 0 45px;
    color: #9da2a5
}

.s-header__bottom .b-login__ico {
    position: absolute;
    top: 1px;
    left: -12px;
    fill: #9da2a5
}

.footer {
    margin-top: -400px
}

.footer__layout-a {
    padding-top: 46px;
    background-color: #3c4246
}

.footer__layout-a-top {
    vertical-align: top;
    padding-bottom: 36px
}

.footer__layout-a-top-left {
    float: left;
    max-width: 870px
}

.footer__layout-a-top-right {
    float: right;
    max-width: 30%;
    padding-right: 30px
}

.footer__layout-a-bottom {
    border-top: 1px solid #4f5558
}

.footer__layout-a-bottom-left {
    float: left
}

.footer__layout-a-bottom-right {
    float: right
}

.footer .b-nav-list {
    vertical-align: top;
    display: inline-block;
    font-family: Arial, sans-serif;
    width: 190px;
    margin-left: 90px
}

.footer .b-nav-list._width {
    width: 190px;
    margin-left: 0
}

.footer .b-nav-list__title-item {
    margin-bottom: 18px;
    color: #fff;
    font-size: 20px;
    font-weight: 700
}

.footer .b-nav-list__item {
    margin-bottom: 16px
}

.footer .b-nav-list__item:last-child {
    margin-bottom: 0
}

.footer .b-nav-list__link {
    font-size: 16px;
    color: #9da2a5;
    transition: color .2s ease-out
}

.footer .b-nav-list__link:hover {
    color: #f5f6f6
}

.footer .b-contacts {
    border: 2px dotted #6b6f72;
    color: #9da2a5;
    padding: 21px 19px 12px
}

.footer .b-contacts p {
    margin-bottom: 11px
}

.footer .b-contacts a {
    color: #9da2a5;
    transition: color .2s ease-out
}

.footer .b-contacts a:hover {
    color: #fff
}

.footer .b-support {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px
}

.footer .b-support__time {
    display: inline-block;
    color: #fff;
    margin-right: 20px
}

.footer .b-support__tel {
    display: inline-block;
    color: #f1d91e
}

.footer .b-hosting-type {
    padding: 20px 0
}

.footer .b-hosting-type .b-hosting-type__item+.b-hosting-type__item {
    margin-left: 24px
}

.footer .b-hosting-type__item {
    display: inline-block;
    position: relative
}

.footer .b-hosting-type__item:before {
    content: '';
    width: 4px;
    height: 4px;
    display: block;
    background-color: #45494c;
    position: absolute;
    top: 8px;
    left: -15px;
    border-radius: 50%
}

.footer .b-hosting-type__item:first-child:before {
    display: none
}

.footer .b-hosting-type__link {
    color: #53585b;
    transition: .2s ease-out;
    cursor: pointer;
    font-size: 14px
}

.footer .b-hosting-type__link:hover {
    color: #7c8184
}

.footer .b-social {
    padding-top: 12px
}

.footer .b-social .b-social__item+.b-social__item {
    margin-left: 23px
}

.b-about,
.footer__layout-b-outer .b-conditions .b-conditions__item+.b-conditions__item {
    margin-left: 22px
}

.footer .b-social__item {
    width: 32px;
    display: inline-block;
    vertical-align: top;
    overflow: hidden
}

.footer .b-social__item svg {
    width: 32px;
    height: 32px
}

.footer .b-social__item._fb,
.footer .b-social__item._tw {
    fill: #686a6c;
    transition: fill .2s ease-out
}

.footer .b-social__item._tw:hover {
    fill: #46bbc0
}

.footer .b-social__item._fb:hover {
    fill: #4d83b5
}

.footer__layout-b {
    background-color: #262a2c
}

.footer__layout-b-outer {
    padding: 27px 0 21px
}

.footer__layout-b-outer .b-copyright {
    color: #777b7e;
    font-size: 14px;
    text-align: center
}

.footer__layout-b-outer .b-conditions {
    text-align: center;
    overflow: hidden
}

.footer__layout-b-outer .b-conditions__item {
    display: inline-block;
    position: relative
}

.footer__layout-b-outer .b-conditions__link {
    color: #5b5f62;
    transition: color .2s ease-out;
    font-size: 14px
}

.footer__layout-b-outer .b-conditions__item:before {
    content: '';
    width: 4px;
    height: 4px;
    display: block;
    background-color: #45494c;
    position: absolute;
    top: 7px;
    left: -14px;
    border-radius: 50%;
    cursor: default
}

.footer-a,
.footer-a__layout-a {
    background-color: #3c4246
}

.footer__layout-b-outer .b-conditions__item:first-child:before {
    display: none
}

.b-about h1,
.b-about__btn,
.b-aff-price-sum,
.b-aff-singup__btn,
.b-aff-singup__link,
.b-review,
.b-reviews__col,
.b-we-are__img,
.b-we-are__text,
.footer-a .b-support__tel,
.footer-a .b-support__time,
.s-prices .b-tariff,
.s-prices__top-col {
    display: inline-block
}

.footer__layout-b-outer .b-conditions__link:hover {
    color: #7c8184
}

.footer__layout-b-outer .b-lovata {
    float: right;
    margin-top: -2px;
    margin-right: 30px
}

.footer__layout-b-outer .b-lovata__svg {
    fill: #686a6c;
    height: 22px
}

.footer-a {
    margin-top: -63px;
    min-width: 1208px
}

.footer-a .container {
    width: 1208px
}

.footer-a__layout-a-top {
    vertical-align: top;
    padding: 20px 0
}

.footer-a__layout-a-top-left {
    float: left
}

.footer-a__layout-a-top-right {
    float: right;
    max-width: 30%
}

.footer-a__layout-a-bottom {
    border-top: 1px solid #4f5558;
    margin-right: 30px
}

.footer-a__layout-a-bottom-left {
    float: left
}

.footer-a__layout-a-bottom-right {
    float: right
}

.footer-a .b-support {
    font-size: 20px;
    font-weight: 700
}

.footer-a .b-support__time {
    color: #fff
}

.footer-a .b-support__tel {
    color: #f1d91e
}

.footer-a .b-copyright {
    float: left;
    font-weight: 700;
    color: #777b7e;
    font-size: 13px
}

.footer-a__layout-b {
    background-color: #262a2c
}

.footer-a__layout-b-outer {
    padding: 27px 0 21px
}

.s-about {
    height: 579px;
    background: url(../img/about_bg.jpg) no-repeat, rgba(60, 66, 70, .6);
    background-size: cover
}

.b-about {
    font-family: UbuntuTitling-Bold, Arial, Helvetica, sans-serif
}

.b-about h1 {
    max-width: 665px;
    font-size: 50px;
    margin: 100px 0 46px;
    line-height: 60px
}

.b-about h1,
.b-about p {
    color: #fff;
    text-shadow: -1px 0 18px rgba(0, 0, 0, .4)
}

.b-about p {
    max-width: 510px;
    font-size: 25px;
    margin: 0 0 50px
}

.b-about__btn {
    font-size: 1pc;
    font-weight: 700;
    border-radius: 3px;
    padding: 10px 30px;
    margin-bottom: 28px;
    transition: .2s ease-out;
    background-color: #f6dd1a;
    border: 2px solid #eaca35;
    color: #625411;
    margin-left: 22px
}

.b-about__btn:hover {
    background-color: #ffe61b;
    color: #5d4f11
}

.s-prices {
    background-color: #f5f8fa
}

.s-prices__top {
    margin: 0 -12px
}

.s-prices__top-col {
    vertical-align: top;
    padding: 0 12px;
    text-align: center
}

.s-prices .b-tariff__wrap:hover .b-tariff {
    box-shadow: 0 10px 48px 1px rgba(0, 0, 0, .2);
    transform: translateY(-15px)
}

.s-prices .b-tariff__wrap:hover .b-tariff__price {
    color: #c03030
}

.s-prices .b-tariff__wrap:hover .b-tariff__btn {
    background-color: #fae11a;
    border-color: #eaca35;
    color: #625411
}

.s-prices .b-tariff {
    margin-top: -38px;
    color: #3c4246;
    overflow: hidden;
    background-color: #fff;
    border-radius: 5px;
    width: 216px;
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, .2);
    text-align: center;
    font-family: Arial, sans-serif;
    transition: .2s ease-out
}

.s-prices .b-tariff__title {
    padding: 19px 0;
    text-align: center;
    border-bottom: 2px solid #dce0e3;
    background-color: #f5f8fa;
    font: 24px UbuntuTitling-Bold, Arial, Helvetica, sans-serif
}

.s-prices .b-tariff__price {
    text-align: center;
    padding: 20px 0 30px;
    transition: .2s ease-out
}

.s-prices .b-tariff__price-txt {
    font-size: 18px;
    padding-bottom: 4px
}

.s-prices .b-tariff__price-sum {
    font-size: 25px;
    font-weight: 700
}

.s-prices .b-tariff__btn {
    font-size: 16px;
    font-weight: 700;
    border-radius: 3px;
    display: inline-block;
    padding: 10px 30px;
    border: 2px solid #cad0d5;
    background-color: #f5f8fa;
    color: #b2bac1;
    margin-bottom: 28px;
    transition: .2s ease-out
}

.s-prices__bottom .b-benefits__col .b-benefit .b-benefit__svg {
    max-width: 68px;
    max-height: 68px;
    width: 100%;
    height: 100%
}

.s-prices__bottom .b-benefits__col .b-benefit .b-benefit__text {
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    margin-top: 60px;
    margin-bottom: 60px;
    max-width: 195px
}

.s-reviews {
    padding-top: 48px;
    padding-bottom: 82px;
    background: #fff
}

.s-reviews .b-title {
    font-size: 40px;
    font-family: UbuntuTitling-Bold, Arial, Helvetica, sans-serif;
    text-align: center;
    color: #3c4246;
    padding-bottom: 50px
}

.b-reviews__col {
    padding: 0 55px
}

.b-review {
    vertical-align: top;
    max-width: 520px;
    font-family: Arial, sans-serif
}

.b-review__date {
    color: #99a1aa;
    font-size: 13px;
    padding-bottom: 10px
}

.b-review__link {
    margin-left: 6px;
    border-bottom: 1px solid
}

.b-review__author,
.b-review__link {
    color: #99a1aa;
    font-size: 14px
}

.b-review__author strong {
    position: relative;
    padding-left: 15px;
    padding-right: 5px
}

.b-review__author strong:before {
    content: '';
    width: 11px;
    height: 25px;
    background: url(../img/user_ico.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0
}

.s-affiliate-a,
.s-we-are {
    background-color: #f5f8fa
}

.b-review h4 {
    font-weight: 700;
    padding-bottom: 12px
}

.b-review h4,
.b-review p {
    font-size: 16px;
    color: #3c4246
}

.b-review p {
    line-height: 23px;
    padding-bottom: 14px
}

.s-we-are {
    padding-top: 60px;
    margin-bottom: -35px;
    font-size: 0
}

.b-we-are {
    color: #3c4246;
    font-size: 0;
    margin-bottom: 95px
}

.b-we-are__img {
    vertical-align: top;
    width: 97px;
    margin-right: 28px
}

.b-we-are__img img {
    width: 97px;
    height: 97px;
    border-radius: 50%
}

.b-we-are__text {
    max-width: 390px;
    vertical-align: top
}

.b-we-are h3 {
    font: 25px UbuntuTitling-Bold, Arial, Helvetica, sans-serif;
    padding-bottom: 13px;
    margin-top: 3px
}

.b-we-are p {
    font: 16px Arial, sans-serif;
    line-height: 23px
}

.b-aff-prog p,
.b-aff-step p,
.b-shared-descr p {
    line-height: 23px
}

.s-affiliate-a {
    padding: 94px 0 80px
}

.b-aff-prog h1 {
    font-size: 50px;
    font-family: UbuntuTitling-Bold, Arial, Helvetica, sans-serif;
    padding-bottom: 23px
}

.b-aff-prog p {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    max-width: 640px
}

.b-aff-price__ttl,
.b-aff-singup__ttl,
.b-aff-step h4,
.b-shared-descr h1,
.b-tabs-controls__link {
    font-family: UbuntuTitling-Bold, Arial, Helvetica, sans-serif
}

.b-aff-prices {
    font-size: 0;
    margin-bottom: 50px
}

.b-aff-price-left,
.b-aff-price-right {
    position: relative
}

.b-aff-price-left {
    max-width: 460px;
    width: 100%
}

.b-aff-price-right {
    max-width: 632px;
    width: 100%
}

.b-aff-price__ttl {
    font-size: 40px;
    padding-left: 75px;
    padding-bottom: 10px
}

.b-aff-price__svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    height: 44px;
    fill: #3c4246
}

.b-aff-price__svg_position {
    top: 5px
}

.b-aff-price__subttl {
    font-size: 20px;
    padding-top: 5px;
    color: #afb7bc;
    padding-bottom: 40px
}

.b-aff-price-list {
    padding-left: 90px
}

.b-aff-price-list__item {
    border-bottom: 2px dotted #a9b2b7;
    max-width: 330px;
    margin-bottom: 10px
}

.b-aff-price-list__person {
    float: left;
    background: #f5f8fa;
    padding: 0 4px 0 12px;
    margin-bottom: -15px;
    font-size: 25px;
    color: #afb7bc;
    position: relative;
    bottom: -18px
}

.b-aff-price-list__price {
    font-size: 33px;
    background: #f5f8fa;
    padding: 10px 0;
    margin-bottom: -20px;
    margin-left: 175px
}

.b-aff-price-list__txt {
    font-size: 25px
}

.b-aff-price-list__svg {
    width: 17px;
    height: 20px;
    position: absolute;
    fill: #c7d0d5;
    top: 5px;
    left: -8px
}

.b-aff-price-sum {
    margin-left: 125px;
    position: relative;
    border: 2px dotted #a9b2b7;
    font-size: 45px;
    color: #a9b2b7;
    padding: 10px 50px
}

.b-aff-price-sum span {
    color: #3c4246
}

.b-aff-price-sum__txt,
.b-aff-singup__btn,
.b-aff-step h4,
.b-aff-step p {
    color: #fff;
    text-align: center
}

.b-aff-price-sum__img {
    position: absolute;
    width: 93px;
    height: 93px;
    fill: #ea4a62;
    top: -10px;
    left: -50px;
    border-radius: 50%
}

.b-aff-price-sum__txt {
    position: absolute;
    top: 14px;
    left: -38px;
    width: 70px;
    font-weight: 700;
    font-size: 20px
}

.s-affiliate-b {
    background: url(../img/affiliate_bg.jpg) no-repeat, rgba(60, 66, 70, .6);
    background-size: cover;
    padding: 80px 0
}

.b-aff-step {
    max-width: 320px;
    width: 100%;
    margin: 0 auto
}

.b-aff-step__img {
    width: 180px;
    height: 180px;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 auto 40px;
    position: relative
}

.b-aff-step__img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100px;
    width: 110px;
    margin: auto
}

.b-aff-step h4 {
    font-size: 33px;
    padding-bottom: 24px
}

.b-aff-step p {
    font-size: 16px
}

.s-affiliate-c {
    background: #f5f8fa;
    padding: 50px 0 120px
}

.b-aff-singup {
    text-align: center
}

.b-aff-singup__ttl {
    text-align: center;
    font-size: 33px;
    padding-bottom: 24px;
    position: relative
}

.b-aff-singup__ttl:after {
    right: 0
}

.b-aff-singup__ttl:after,
.b-aff-singup__ttl:before {
    content: "";
    top: 18px;
    position: absolute;
    width: 464px;
    height: 6px;
    border-bottom: 1px solid #cad0d5;
    border-top: 1px solid #cad0d5
}

.b-aff-singup__ttl:before {
    left: 0
}

.b-aff-singup__subttl {
    font-size: 16px;
    text-align: center;
    max-width: 410px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 40px
}

.b-aff-singup__btn {
    border: 2px solid #2c8837;
    background: #4db559;
    padding: 14px 38px;
    border-radius: 6px;
    transition: .2s ease-out;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: -20px
}

.b-aff-singup__btn:hover {
    background: #51c45f;
    border-color: #329d3e
}

.b-aff-singup__link {
    background: 0 0;
    border: 0;
    color: #a9b2b7;
    border-bottom: 1px solid #a9b2b7;
    padding: 0;
    border-radius: 0;
    font-weight: 400;
    text-decoration: none
}

.b-aff-singup__link:hover {
    color: #c03030
}

.b-aff-singup__link-wrap {
    display: block
}

.s-about-us-a {
    padding: 100px 0 80px;
    background-color: #f5f8fa
}

.b-tabs-controls {
    padding-bottom: 80px
}

.b-tabs-controls__item {
    position: relative;
    padding: 20px 25px 20px 58px;
    border-radius: 4px;
    box-shadow: 0 2px 7px 0 transparent
}

.b-tabs-controls__link {
    font-size: 20px;
    color: #066eb4;
    border-bottom: 2px dashed #9bc6e3;
    transition: color .1s ease-out
}

.b-tabs-controls__link:hover {
    color: #c03030;
    border-bottom: 2px dashed #f26f6f
}

.b-tabs-controls__svg {
    position: absolute;
    top: 18px;
    left: 25px;
    width: 25px;
    height: 25px;
    display: none
}

.b-tabs-controls__svg._last {
    display: none
}

.b-tabs-controls__svg._first {
    display: block
}

.b-tabs-controls__triangle {
    display: none;
    width: 60px;
    height: 35px;
    position: absolute;
    top: 62px;
    left: 50%;
    margin-left: -30px;
    overflow: hidden
}

.b-tabs-controls__triangle:after {
    content: "";
    position: absolute;
    width: 29px;
    height: 29px;
    transform: rotate(45deg);
    top: -15px;
    left: 15px;
    background: #fff;
    box-shadow: 0 0 9pt 0 rgba(0, 0, 0, .4)
}

.b-tabs-controls__item-col._active .b-tabs-controls__item {
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .3)
}

.b-tabs-controls__item-col._active .b-tabs-controls__item .b-tabs-controls__svg._first {
    display: none
}

.b-tabs-controls__item-col._active .b-tabs-controls__item .b-tabs-controls__svg._last,
.b-tabs-controls__item-col._active .b-tabs-controls__item .b-tabs-controls__triangle {
    display: block
}

.b-tabs-controls__item-col._active .b-tabs-controls__item .b-tabs-controls__svg {
    fill: #14b7d6
}

.b-tabs-controls__item-col._active .b-tabs-controls__item .b-tabs-controls__link {
    color: #3c4246;
    border: 0;
    cursor: default
}

.b-tabs-content__item:last-child .b-tabs-content__img {
    background-position: center -10px;
    padding: 50px
}

.b-tabs-content {
    font-size: 0;
    position: relative
}

.b-tabs-content__img {
    vertical-align: top;
    display: inline-block;
    width: 300px;
    height: 300px;
    background-repeat: no-repeat;
    background-position: 50%;
    border: 12px solid #cad0d5;
    border-radius: 50%;
    position: relative;
    top: -50px;
    background-origin: content-box;
    padding: 25px;
    background-size: contain
}

.b-tabs-content__item {
    padding: 10px 0;
    position: absolute;
    top: 0;
    opacity: 0;
    transition: opacity .4s ease-out
}

.b-tabs-content__item._active {
    position: static;
    z-index: 1;
    opacity: 1
}

.b-tabs-content p {
    font-size: 16px;
    vertical-align: top;
    line-height: 23px;
    display: inline-block;
    max-width: 820px;
    width: 100%;
    padding-left: 48px
}

.s-shared-a {
    height: auto;
    background: url(../img/shared_bg.jpg) no-repeat, rgba(60, 66, 70, .6);
    background-size: cover;
    padding-bottom: 50px
}

.b-shared-descr {
    color: #fff;
    padding-top: 75px;
    max-width: 740px;
    width: 100%
}

.b-shared-descr h1 {
    font-size: 50px;
    margin-bottom: 30px;
    text-shadow: -1px 0 18px rgba(0, 0, 0, .4)
}

.b-shared-descr p,
.b-shared-list__item {
    margin-bottom: 20px;
    font-family: Arial;
    font-size: 16px
}

.small-title h3 {
    margin-bottom: 20px;
    font-family: Arial;
    font-size: 28px;
    line-height: 33px;
    font-weight: normal;
}

.b-shared-wrap {
    border: 2px dotted #3c4246;
    overflow: hidden;
    max-width: 330px;
    margin-top: 85px
}

.b-shared-wrap .b-shared-list {
    padding: 20px 30px 0;
    background: hsla(0, 0%, 100%, .25);
    margin-top: 0;
    max-width: 100%;
    height: 100%
}

.b-shared-wrap .b-shared-list__item p,
.b-shared-wrap .b-shared-list__item span {
    max-width: 200px
}

.b-shared-list {
    color: #fff;
    max-width: 330px;
    margin-top: 85px
}

.b-shared-list .icon {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    margin-right: 15px;
    border-radius: 50%
}

.b-shared-list__item {
    font-weight: 700;
    width: 100%
}

.b-shared-list__item p,
.b-shared-list__item span {
    display: inline-block;
    vertical-align: middle;
    max-width: 270px
}

.b-tariff-plan-wrap,
.b-tariff-plan__top .b-col h2 {
    display: block
}

.s-shared-b {
    background: #f5f8fa;
    padding: 150px 0 70px
}

.banner {
    height: 155px;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-bottom: 55px
}

.b-tariff-plan-wrap:hover .b-tariff-plan {
    box-shadow: 0 8px 20px -1px #acb5bb;
    transform: translate3d(0, -15px, 0)
}

.b-client-options,
.b-tariff-plan {
    box-shadow: 0 3px 7px -1px #acb5bb
}

.b-tariff-plan-wrap:hover .b-tariff-plan .b-tariff-plan__top {
    border-left: 8px solid #3c4246
}

.b-tariff-plan-wrap:hover .b-tariff-plan .price,
.b-tariff-plan-wrap:hover .b-tariff-plan .price p {
    color: #d23535
}

.b-tariff-plan {
    height: 325px;
    overflow: hidden;
    background: #fff;
    margin-bottom: 55px;
    border-radius: 10px;
    transition: all .3s;
    cursor: pointer
}

.b-tariff-plan:hover .btn {
    background: #fae11a;
    color: #625411;
    border-color: #eaca35
}

.b-tariff-plan__top {
    min-height: 145px;
    height: auto;
    overflow: hidden;
    border-left: 8px solid #fff;
    border-bottom: 1px solid #e5e9ec;
    border-top-left-radius: 10px;
    transition: all .3s
}

.b-tariff-plan__top .b-col {
    max-width: 300px;
    width: 100%;
    float: left;
    color: #3c4246
}

.b-tariff-plan__top .b-col p {
    font-size: 16px
}

.b-tariff-plan__top .name {
    padding-top: 30px;
    margin: 0 75px 0 25px;
    font-family: UbuntuTitling-Bold, Arial, Helvetica, sans-serif;
    min-height: 125px;
    height: auto;
    overflow: hidden
}

.b-tariff-plan__top .name h2 {
    font-size: 40px;
    margin-bottom: 6px;
    height: 50px;
    overflow: hidden
}

.b-tariff-plan__top .price {
    font-family: Arial;
    padding-top: 45px;
    transition: all .3s;
    overflow: hidden;
    height: 123px
}

.b-tariff-plan__top .price h2 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 12px;
    height: 30px;
    overflow: hidden
}

.b-tariff-plan__top .price p {
    font-style: italic;
    color: #a7aeb7;
    transition: all .3s
}

.b-tariff-plan__top .price span {
    padding-bottom: 5px;
    display: inline-block
}

.b-tariff-plan .btn {
    display: block;
    height: 75px;
    line-height: 70px;
    width: 290px;
    float: right;
    text-align: center;
    font-weight: 700;
    font-family: Arial;
    border: 4px solid #cad0d5;
    background: #f5f8fa;
    border-radius: 10px;
    color: #b2bac1;
    font-size: 23px;
    margin: 40px 35px 0 0;
    transition: all .3s
}

.b-tariff-panel__info a,
.b-user p a {
    transition: color .2s;
    text-decoration: underline
}

.b-tariff-plan__bottom {
    padding-top: 30px
}

.b-tariff-plan__bottom .b-list-descr {
    color: #3c4246;
    max-height: 120px;
    overflow: hidden;
    margin-left: 35px
}

.b-tariff-plan__bottom .b-list-descr li {
    font-family: Arial;
    font-size: 16px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 12px;
    margin-right: 10px;
    max-width: 320px;
    width: 100%;
    displaY: inline-block;
    vertical-align: top;
    max-height: 38px;
    overflow: hidden
}

.b-tariff-plan__bottom .b-list-descr li._active {
    font-weight: 700;
    color: #d23535
}

.b-tariff-plan__bottom .b-list-descr li._active:before {
    background: #d23535
}

.b-tariff-plan__bottom .b-list-descr li:before {
    position: absolute;
    content: '';
    top: 5px;
    left: 0;
    background: #3c4246;
    width: 3px;
    height: 4px;
    border-radius: 50%
}

.b-tariff-plan__bottom .b-list-descr li span {
    color: #a7aeb7;
    font-weight: 700;
    margin: 0 5px;
    display: inline-block
}

.b-tariff-plan__bottom .b-list-descr .item {
    color: #cad0d5
}

.b-tariff-plan__bottom .b-list-descr .item:before {
    background: #cad0d5
}

.b-tariff-panel {
    background: #efebae;
    border: 1px solid #e4d3bd;
    border-radius: 10px;
    font-family: Arial;
    font-style: italic;
    height: 100%
}

.b-tariff-panel.small {
    width: 450px;
    border-radius: 5px;
    margin-bottom: 30px
}

.b-tariff-panel.small:nth-child(2n) {
    float: left
}

.b-tariff-panel__info {
    color: #705321;
    font-size: 14px;
    overflow: hidden;
    padding: 15px 10px 15px 0
}

.b-tariff-panel__info p {
    font-weight: 400;
    margin-bottom: 3px
}

.b-tariff-panel__info a {
    color: #066eb4;
    display: inline-block;
    margin: 0 5px
}

.b-tariff-panel__info a:hover {
    color: #c03030
}

.b-tariff-panel .icon {
    float: left;
    width: 40px;
    height: 40px;
    margin: 10px 10px 0 20px;
    border-radius: 50%
}

.b-plans-table__title-img {
    position: absolute;
    left: 42px;
    top: -4px;
    height: 50px;
    width: 50px
}

.b-plans-table__title-img_busplan,
.b-plans-table__title-img_smartplan {
    left: 25px
}

.b-plans-table__recommend {
    background: #14b7d6;
    padding: 5px 12px;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    top: -50px;
    left: 66px;
    border-radius: 5px;
    position: absolute
}

.s-shared-c {
    background: #f5f8fa;
    padding-bottom: 140px
}

.b-user h2,
.b-user-title {
    font-size: 40px;
    font-family: UbuntuTitling-Bold, Arial, Helvetica, sans-serif;
    display: block;
    margin-bottom: 15px
}

.b-user p {
    line-height: 23px;
    margin-bottom: 30px
}

.b-user p a {
    color: #066eb4;
    display: inline-block;
    margin: 0 5px
}

.b-user p a:hover {
    color: #c03030
}

.b-user .b-user__info {
    max-width: 730px;
    width: 100%;
    color: #3c4246;
    font-size: 16px;
    font-family: Arial
}

.b-user .b-user__info span {
    display: block;
    font-weight: 700
}

.b-user .b-user_form {
    max-width: 380px;
    width: 100%;
    font-family: Arial
}

.b-user .b-user_form .form-part {
    height: 60px;
    padding: 20px;
    border: 2px dotted #d1d5d7
}

.b-user .b-user_form .form-part label {
    width: 140px;
    font-size: 16px;
    float: left;
    color: #3c4246
}

.b-user .b-user_form .form-part label:last-child {
    float: right;
    width: 185px
}

.b-user .b-user_form .form-part label:last-child input {
    width: 100px
}

.b-user .b-user_form .form-part label span {
    float: left;
    overflow: hidden;
    width: 80px
}

.b-user .b-user_form .form-part label input {
    width: 50px;
    color: #3c4246;
    background: 0 0;
    outline: 0;
    border: 0;
    font-weight: 700
}

.s-shared-d {
    padding-bottom: 90px;
    color: #3c4246
}

.s-shared-d .title {
    font-size: 25px;
    font-family: UbuntuTitling-Bold, Arial, Helvetica, sans-serif;
    margin-bottom: 60px;
    text-align: center
}

.b-applications-list .icon {
    display: block;
    height: 110px;
    line-height: 110px;
    margin-bottom: 15px;
    text-align: center
}

.b-applications-list .icon img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: 110px;
    width: auto
}

.b-applications-list span {
    text-align: center;
    display: block;
    font-family: Arial;
    font-weight: 700;
    font-size: 16px
}

.s-shared-e {
    padding: 60px 0 0;
    background: #fff;
    margin-bottom: -35px
}

.s-shared-g {
    padding: 80px 0 10px;
    background: #f5f8fa
}

.b-about-wrap {
    max-width: 985px;
    width: 100%;
    margin: 0 auto
}

.b-about-list li {
    color: #3c4246;
    margin-bottom: 70px
}

.b-about-list li h2 {
    display: block;
    font-size: 25px
}

.b-about-list li p,
.s-client-a p {
    font-size: 16px;
    font-family: Arial
}

.b-about-list li h1,
.b-about-list li h2,
.b-about-list li h3,
.b-about-list li h4,
.b-about-list li h5,
.b-about-list li h6 {
    margin-bottom: 15px;
    font-family: UbuntuTitling-Bold, Arial, Helvetica, sans-serif
}

.b-about-list li p {
    line-height: 23px;
    margin-bottom: 20px
}

.s-client-a {
    height: 530px;
    background: url(../img/about_bg.jpg) no-repeat, rgba(60, 66, 70, .6);
    background-size: cover
}

.s-client-a .b-about {
    margin: 0;
    max-width: 730px
}

.s-client-a .b-about__right {
    max-width: 375px;
    width: 100%;
    position: relative
}

.s-client-a .b-about__tel-wrap {
    margin-left: 55px;
    margin-top: 100px
}

.s-client-a .b-about__tel {
    color: #fff;
    font-size: 16px
}

.s-client-a .b-about__tel span {
    font-weight: 700
}

.s-client-a .b-about__ico {
    top: 0;
    left: 0;
    position: absolute;
    width: 40px;
    height: 40px
}

.s-client-a p {
    line-height: 23px;
    max-width: 740px;
    margin-bottom: 65px
}

.s-client-a .ticket {
    font-weight: 700
}

.s-client-a .ticket a {
    color: #fae11a;
    text-decoration: underline;
    display: inline-block;
    margin-left: 5px;
    transition: all .2s
}

.s-client-a .ticket a:hover {
    color: #f9f6ad
}

.s-client-a h1 {
    margin: 70px 0 20px;
    max-width: 740px
}

.btn-green {
    width: 380px;
    height: 80px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 700;
    font-family: Arial;
    border: 4px solid #2c8837;
    background: #4db559;
    border-radius: 10px;
    color: #fff;
    font-size: 23px;
    display: block;
    line-height: 73px;
    transition: all .2s;
    outline: 0
}

.btn-green:hover {
    background: #51c45f;
    border-color: #329d3e
}

.btn-green.small {
    width: 230px;
    height: 45px;
    line-height: 42px;
    border: 2px solid #2c8837;
    font-size: 16px;
    border-radius: 5px
}

.btn-green.btn-blue {
    border-color: #368f93;
    background: #4db1b5
}

.s-client-b {
    background: #f5f8fa;
    padding: 90px 0 15px
}

.b-client-options {
    min-height: 210px;
    height: 100%;
    background: #fff;
    padding: 25px 30px;
    color: #3c4246;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 7px -1px #acb5bb;
    -moz-box-shadow: 0 3px 7px -1px #acb5bb
}

.s-client-b .col-lg-6 {
    margin-bottom: 100px
}

.b-client-options .title-options {
    font-size: 25px;
    font-family: UbuntuTitling-Bold, Arial, Helvetica, sans-serif;
    margin-bottom: 15px
}

.b-client-options p {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 20px
}

.b-client-options:hover {
    cursor: pointer;
    box-shadow: 0 8px 20px -1px #acb5bb;
    transition: all .3s
}

.b-client-options:hover .btn-gray {
    background-color: #fae11a;
    border-color: #eaca35;
    color: #625411;
    transition: all .3s
}

.client-options-list {
    font-size: 25px;
    color: #3c4246;
    font-family: Arial
}

.client-options-list li {
    width: 400px;
    float: left;
    margin-left: 50px;
    text-align: center
}

.client-options-list li:first-child {
    margin-left: 0;
    width: 330px
}

.client-options-list li:last-child {
    width: 360px
}

.client-options-list li a,
.client-options-list li span {
    display: inline-block;
    margin-left: 10px
}

.client-options-list li span {
    text-transform: uppercase
}

.client-options-list li a {
    color: #066eb4;
    text-decoration: none;
    border-bottom: 1px solid #066eb4;
    transition: all .2s
}

.client-options-list li a:hover {
    color: #c03030;
    border-bottom: 1px solid #c03030
}

.btn-gray {
    font-family: Arial;
    font-size: 16px;
    font-weight: 700;
    border-radius: 5px;
    display: inline-block;
    padding: 10px 30px;
    border: 2px solid #cad0d5;
    background-color: #f5f8fa;
    color: #b2bac1
}

.all-plans__title,
.b-client-info li h2 {
    font-family: UbuntuTitling-Bold, Arial, Helvetica, sans-serif
}

.s-client-c {
    background: #fff;
    padding: 80px 0 90px
}

.b-client-info li {
    color: #3c4246;
    display: inline-block;
    vertical-align: top;
    width: 320px;
    margin-left: 120px
}

.s-resellers-b .b-user__info .btn-green span,
.s-resellers-b .b-user__info .icon,
.s-resellers-b .b-user__info b {
    vertical-align: middle;
    display: inline-block
}

.b-client-info li:first-child {
    margin-left: 0
}

.b-client-info li:last-child {
    width: auto;
    margin-left: 150px
}

.b-client-info li h2 {
    font-size: 25px;
    margin-bottom: 10px
}

.b-client-info li p {
    font-size: 18px;
    margin-bottom: 15px
}

.b-client-info li a {
    font-size: 18px;
    color: #066eb4;
    text-decoration: underline;
    transition: all .2s
}

.b-client-info li a:hover {
    color: #c03030
}

.s-resellers-a {
    height: auto;
    background: url(../img/ruseller_bg.jpg) no-repeat, rgba(60, 66, 70, .6);
    background-size: cover;
    padding-bottom: 50px
}

.s-resellers-a .b-shared-list {
    margin-right: 35px
}

.s-resellers-b {
    padding: 60px 0 100px;
    background: #f5f8fa
}

.s-resellers-b .col-lg-6 {
    margin-bottom: 95px
}

.s-resellers-b .b-tariff-panel.fl-r {
    float: right
}

.s-resellers-b .b-user h2 {
    font-size: 25px
}

.s-resellers-b .b-user p {
    margin-bottom: 25px
}

.s-resellers-b .b-user__info {
    width: 100%;
    max-width: 100%
}

.s-resellers-b .b-user__info b {
    font-weight: 700;
    margin: 0 15px
}

.s-resellers-b .b-user__info .btn-green {
    display: inline-block;
    margin-bottom: 0
}

.s-resellers-b .b-user__info .icon {
    overflow: hidden;
    width: 22px;
    height: 22px;
    margin-right: 10px
}

.s-resellers-b .b-user__info .icon .elem-svg {
    fill: #fff;
    vertical-align: top;
    height: 22px
}

.s-resellers-b .b-user .b-user_form {
    width: initial;
    max-width: initial
}

.s-resellers-b .b-user .b-user_form .form-part {
    margin-top: 40px;
    height: auto;
    padding: 0;
    border: 0;
    float: none;
    width: 100%
}

.s-resellers-b .b-user .b-user_form .form-part label:last-child {
    width: 130px
}

.s-resellers-b .b-user .b-user_form .form-part label:last-child input {
    width: 50px
}

.s-resellers-b .b-user .b-user_form .form-part .btn-green {
    width: 100%
}

.s-resellers-b .b-user .form-info {
    float: none;
    overflow: hidden;
    width: 100%
}

.all-plans__title-wrap {
    padding: 10px 30px;
    background: #fff;
    margin-bottom: 15px
}

.all-plans__title-wrap .all-plans__title {
    margin-bottom: 0
}

.all-plans__title-wrap .all-plans__title span {
    color: #99a1aa;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle
}

.all-plans__title {
    color: #3c4246;
    font-size: 40px;
    margin-bottom: 40px
}

.all-plans__table {
    font-family: Arial;
    color: #3c4246
}

.all-plans__table .name-plan p span,
.b-news-list__title,
.b-news__title {
    font-family: UbuntuTitling-Bold, Arial, Helvetica, sans-serif
}

.all-plans__table .row-table {
    transition: all .3s
}

.all-plans__table .row-table .col {
    border-top: 1px solid #cad0d5;
    font-size: 16px
}

.all-plans__table .row-table p {
    line-height: 23px
}

.all-plans__table .row-table .icon-disk {
    width: 22px;
    height: 15px;
    display: inline-block;
    overflow: hidden;
    margin-left: 10px;
    background: url(../img/cp.svg) no-repeat
}

.all-plans__table .row-table .name-plan,
.all-plans__table .row-table .price-plan {
    font-size: 20px;
    font-weight: 700
}

.all-plans__table .row-table .price-plan p span {
    font-size: 16px;
    font-weight: 400;
    display: block;
    margin-top: 10px
}

.all-plans__table .row-table:hover {
    cursor: pointer;
    box-shadow: 0 2px 12px 0 #acb5bb;
    border-radius: 5px
}

.all-plans__table .row-table:hover .col {
    border-color: transparent;
    background: #fff;
    transition: all .3s
}

.all-plans__table .row-table:hover .col:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.all-plans__table .row-table:hover .name-plan {
    color: #fff;
    background: #3c4246;
    transition: all .3s;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.all-plans__table .row-table:hover .price-plan {
    color: #c03030;
    transition: all .3s
}

.all-plans__table .row-table:hover .btn-gray {
    background-color: #fae11a;
    border-color: #eaca35;
    color: #625411;
    transition: all .3s
}

.all-plans__table .row-header {
    color: #99a1aa;
    font-size: 14px;
    text-align: center
}

.all-plans__table .row-header .col {
    padding: 0 10px 15px
}

.all-plans__table .row-header .icon,
.all-plans__table .row-header span {
    display: inline-block;
    vertical-align: middle
}

.all-plans__table .row-header .icon {
    overflow: hidden;
    width: 20px;
    height: 20px;
    margin-right: 8px
}

.all-plans__table .row-header .elem-svg {
    fill: #99a1aa;
    vertical-align: middle
}

.all-plans__table .row-header .price-plan .elem-svg,
.login-form .close:hover svg {
    fill: #3c4246
}

.all-plans__table .row-header .name-plan {
    padding: 15px 35px 15px 20px
}

.all-plans__table .row-header .price-plan {
    padding: 0 0 15px 45px
}

.all-plans__table .col {
    display: table-cell;
    padding: 15px 10px;
    width: 170px;
    text-align: center
}

.all-plans__table .col:last-child {
    width: 160px;
    text-align: center;
    padding-right: 25px;
}

.all-plans__table .col:last-child {
    width: 160px;
    text-align: right;
    padding-right: 25px
}

.all-plans__table .name-plan {
    padding-left: 35px;
    padding-right: 20px;
    width: 230px
}

.all-plans__table .name-plan p span {
    font-size: 16px;
    font-weight: 400;
    display: block;
    line-height: 18px;
    margin-top: 10px
}

.all-plans__table .price-plan {
    padding-left: 45px;
    width: 260px
}

.all-plans .table-vs2 .col:last-child {
    width: 210px
}

.all-plans .table-vs2 .col:last-child .btn-gray {
    padding: 10px 15px
}

.all-plans .table-vs2 .name-plan {
    width: 175px
}

.all-plans .table-vs2 .price-plan {
    width: 220px
}

.all-plans .vertical-table .row {
    display: block;
    float: left
}

.all-plans .vertical-table .row .col {
    padding: 0;
    width: auto;
    font-size: 14px;
    display: block;
    overflow: hidden
}

.all-plans .vertical-table .row .col:nth-child(odd) {
    background: #fbfcfd;
    height: 60px;
    padding: 20px 10px
}

.all-plans .vertical-table .row .col:nth-child(even) {
    height: 80px;
    padding: 30px 10px
}

.all-plans .vertical-table .row .col:first-child,
.all-plans .vertical-table .row .col:last-child {
    background: #f5f8fa
}

.all-plans .vertical-table .row .col:last-child {
    height: auto
}

.all-plans .vertical-table .row-header {
    width: 140px
}

.all-plans .vertical-table .row-header .col:nth-child(even),
.all-plans .vertical-table .row-header .col:nth-child(odd) {
    padding-left: 30px
}

.all-plans .vertical-table .row-header .col.price-plan {
    color: #3c4246;
    font-size: 16px;
    padding: 30px 10px 30px 30px
}

.all-plans .vertical-table .row-header .col.name-plan {
    height: 55px;
    padding: 20px 10px
}

.all-plans .vertical-table .row-table {
    text-align: center;
    max-width: 210px;
    position: relative
}

.all-plans .vertical-table .row-table .col {
    border-left: 1px solid #cad0d5;
    border-top: none;
    padding: 0
}

.all-plans .vertical-table .row-table .col.price-plan {
    font-size: 18px
}

.all-plans .vertical-table .row-table .col.name-plan {
    font-size: 18px;
    position: relative;
    height: 55px;
    padding: 20px 10px;
    overflow: visible
}

.info-domains li .icon,
.s-domain-a .jq-selectbox__dropdown ul,
.s-domain-d .jq-selectbox__dropdown ul {
    overflow: hidden
}

.all-plans .vertical-table .row-table .col.name-plan p {
    height: 25px;
    overflow: hidden
}

.all-plans .vertical-table .row-table .col.name-plan .action {
    position: absolute;
    top: -13px;
    left: 50%;
    margin-left: -62.5px;
    font-size: 14px;
    width: 125px;
    height: 25px;
    line-height: 25px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: #14b7d6;
    color: #fff
}

.all-plans .vertical-table .row-table .col:last-child {
    text-align: center
}

.all-plans .vertical-table .row-table:hover {
    z-index: 4
}

.all-plans .vertical-table .row-table:hover .col {
    border: 0
}

.all-plans .vertical-table .row-table:hover .col:first-child {
    background: #3c4246
}

.all-plans .vertical-table .row-table:hover .name-plan {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0
}

.all-plans .vertical-table .row-table:hover .col:last-child {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background: #fff
}

.s-resellers-c {
    padding: 60px 0 0;
    margin-bottom: -35px;
    background: #fff
}

.s-resellers-d {
    padding: 80px 0 10px;
    background: #f5f8fa
}

.b-news-list__title {
    font-size: 50px;
    margin-top: 0;
    margin-bottom: 40px
}

.b-news:first-of-type {
    border-top: none
}

.b-news {
    width: 100%;
    padding: 40px 0;
    float: left;
    border-bottom: 1px solid #cad0d5;
    border-top: 1px solid #cad0d5;
    margin: 0 0 4px
}

.b-news__img {
    width: 300px;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    border: 4px solid #e0e8ee
}

.news-text-wrap {
    max-width: 680px;
    width: 100%
}

.b-news__title {
    font-size: 25px;
    color: #3c4246;
    display: block;
    margin: 0 0 15px
}

.b-news__date {
    font-family: Pt Sans Regular, Arial, Helvetica, sans-serif;
    color: #999fab;
    font-weight: 700;
    display: block;
    margin: 0 0 28px
}

.b-news__descr {
    color: #3c4246;
    font-size: 16px;
    display: block;
    line-height: 18pt
}

.b-pagination__list {
    text-align: center;
    clear: both;
    padding: 75px 0
}

.b-pagination__item {
    display: inline-block
}

.b-pagination__link {
    float: left;
    font-family: UbuntuTitling-Bold, Arial, Helvetica, sans-serif;
    color: #999fab;
    font-size: 25px;
    transition: color .5s;
    padding: 3px 11px;
    text-align: center
}

.b-pagination__link_active {
    background: #14b7d6;
    border-radius: 100px;
    color: #fff
}

.b-pagination__link:hover {
    color: #3c4246
}

.b-pagination__link_active:hover {
    color: #fff
}

.b-route {
    font-family: Pt Sans Regular, Arial, Helvetica, sans-serif;
    margin: 40px 0;
    width: 100%
}

.b-route,
.b-route__item {
    float: left
}

.b-route__link {
    font-size: 14px;
    color: #999fab;
    border-bottom: 1px solid #999fab
}

.b-route__arrow {
    color: #999fab;
    padding: 0 5px
}

.s-vps-a {
    height: auto;
    background: url(../img/vps_bg.jpg) no-repeat, rgba(60, 66, 70, .6);
    background-size: cover;
    padding-bottom: 50px
}

.s-vps-b {
    background: #f5f8fa;
    padding: 85px 0 90px
}

.s-vps-b .all-plans__title {
    float: left;
    padding-top: 5px;
    margin: 0 25px 55px 0
}

.s-vps-b .b-user h2,
.b-user-title {
    margin-bottom: 25px
}

.s-vps-b .btn-green {
    margin-top: 65px
}

.b-plans-table {
    box-shadow: 0 2px 12px 0 #acb5bb;
    border-radius: 10px;
    background: #fff;
    padding: 36px 0 27px;
    font-size: 0;
    transition: .5s;
    cursor: pointer;
    font-family: arial
}

.b-plans-table__descr-plan,
.b-plans-table__title {
    font-family: UbuntuTitling-Bold, Arial, Helvetica, sans-serif;
    display: block
}

.b-plans-table_3col:nth-child(4n+4) {
    margin-right: inherit
}

.b-plans-table:nth-child(4n+4),
.b-plans-table_3col:nth-child(3n+3) {
    margin-right: 0
}

.b-plans-table:hover {
    transform: translate3d(0, -20px, 0)
}

.b-plans-table:hover .b-plans-table__offer {
    background: #d23535
}

.b-plans-table__title {
    padding: 0 20px;
    margin: 0 0 30px;
    color: #3c4246;
    font-size: 40px
}

.b-plans-table__title_3col {
    font-size: 33px;
    padding: 0;
    margin: 0 0 12px
}

.b-plans-table__descr-plan {
    font-size: 16px;
    max-width: 227px;
    width: 100%
}

.b-plans-table__manage {
    color: #fff;
    font-size: 20px;
    display: block;
    margin: 0 0 12px
}

.b-plans-table__manage_3col {
    display: inline;
    font-size: 25px
}

.b-plans-table__price {
    color: #fff;
    font-weight: 700;
    font-size: 33px;
    display: block
}

.b-plans-table__price_3col {
    display: inline
}

.b-plans-table__offer {
    padding: 22px 20px;
    background: #3c4246;
    transition: .5s
}

.b-plans-table__offer_col3 {
    padding: 22px 35px
}

.b-plans-table__offer_3col {
    padding: 22px 25px
}

.b-plans-table__list {
    padding: 0 20px;
    margin: 33px 0 0
}

.b-plans-table__list_3col {
    padding: 0 35px
}

.b-plans-table__sale {
    font-size: 20px;
    color: #fff;
    display: block
}

.b-plans-table__sale_yellow {
    color: #fae11a;
    font-weight: 700
}

.b-plans-table__config {
    font-family: Arial;
    font-size: 18px;
    color: #2c3345;
    vertical-align: middle
}

.b-plans-table__item {
    margin: 0 0 20px;
    padding: 0 0 0 32px;
    position: relative
}

.b-plans-table__item_3col {
    padding: 0 0 0 25px
}

.b-plans-table__item_list-circle:before {
    content: "âš«";
    display: block;
    color: #c1c2c3;
    font-size: 11px;
    position: absolute;
    left: 3px
}

.b-plans-table__item_list-circle-not-active {
    color: #c1c2c3
}

.b-plans-table__item_list-circle-not-active:before {
    color: #e9e9ea
}

.b-plans-table__img {
    width: 22px;
    margin: 0 12px 0 -32px;
    vertical-align: middle
}

.b-plans-table__order-btn {
    background: #f5f8fa;
    border: 4px solid #cad0d5;
    border-radius: 8px;
    padding: 17px 0 18px;
    width: calc(100% - 40px);
    font-size: 23px;
    color: #b2bac1;
    text-decoration: none;
    display: block;
    text-align: center;
    margin: 35px 20px 0;
    transition: .5s;
    font-weight: 700
}

.b-wysiwyg a,
.breadcrumbs li a,
.info-domains li a,
.login-form .link-pas,
.s-header-b .b-logged-in {
    text-decoration: underline
}

.b-plans-table__order-btn:hover {
    background: #fae11a;
    border-color: #eaca35;
    color: #625411
}

.b-plans-table__order-btn_3col {
    width: calc(100% - 70px);
    margin: 35px 35px 0
}

.b-table-advantages {
    font-family: tahoma;
    width: 100%;
    margin: 100px 0 114px;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.b-table-advantages__item {
    width: 20%;
    border-right: 1px solid #d0d4d6;
    border-bottom: 1px solid #d0d4d6;
    float: left;
    padding: 32px 5px
}

.b-table-advantages__item_bottom {
    border-bottom: none
}

.b-table-advantages__item:nth-child(5n+5) {
    border-right: none
}

.b-table-advantages__title {
    display: block;
    color: #3c4246;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700
}

.b-table-advantages__img {
    width: 120px;
    height: 34px;
    margin: 0 0 18px
}

.b-table-advantages__descr {
    color: #838a91;
    font-size: 14px;
    display: block;
    max-width: 225px;
    margin: 5px auto 0
}

.b-plans-table__shared {
    position: relative;
    padding: 0 35px 20px 82px
}

.b-plans-table__sale_3col {
    margin: 5px 0 0
}

.s-vps-c {
    padding: 60px 0 0;
    background: #fff;
    margin-bottom: -35px
}

.s-vps-d {
    padding: 80px 0 10px;
    background: #f5f8fa
}

.s-dedicated-a {
    height: auto;
    background: url(../img/dedicated_bg.jpg) no-repeat, rgba(60, 66, 70, .6);
    background-size: cover;
    padding-bottom: 50px
}

.s-dedicated-a .b-shared-descr {
    padding-top: 120px;
    margin-bottom: 10px
}

.s-dedicated-a .b-shared-descr p {
    font-size: 33px;
    line-height: 33px
}

.s-dedicated-b {
    background: #f5f8fa;
    padding: 90px 0 1px
}

.s-dedicated-b .all-plans__table {
    margin-bottom: 90px
}

.s-dedicated-b .all-plans .row.row-table:hover .col.first-col-plan {
    color: #fff;
    background: #3c4246;
    transition: all .3s;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    font-weight: 700
}

.s-dedicated-b .all-plans .table-vs2 .row {
    table-layout: fixed
}

.s-dedicated-b .all-plans .table-vs2 .col {
    width: 150px
}

.s-dedicated-b .all-plans .table-vs2 .col._width {
    width: 250px
}

.s-dedicated-b .all-plans .table-vs2 .col.ip-col {
    width: 70px
}

.s-dedicated-b .all-plans .table-vs2 .col.price-plan {
    width: 220px!important
}

.s-dedicated-b .all-plans .table-vs2 .col.first-col-plan {
    transition: all .3s
}

.s-dedicated-b .all-plans .table-vs2 .col:last-child {
    width: 170px
}

.s-dedicated-b .all-plans .table-vs2 .col:last-child .btn-gray {
    text-align: center;
    width: 120px
}

.s-dedicated-b .all-plans__table .row {
    margin-left: 0;
    margin-right: 0
}

.s-dedicated-c {
    background: #f5f8fa;
    padding-bottom: 70px;
    font-size: 16px;
    color: #3c4246
}

.s-dedicated-c p {
    margin-bottom: 20px;
    line-height: 23px;
    padding-left: 0
}

.s-dedicated-c h3 {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400
}

.s-dedicated-c .b-tabs-controls__item {
    padding: 15px 30px
}

.s-dedicated-c .b-tabs-controls__triangle {
    top: 52px
}

.s-dedicated-c .b-tabs-controls__triangle:after {
    width: 28px;
    height: 24px
}

.s-dedicated-c .b-tabs-content__item ul li:before,
.text-list li:before {
    left: 0;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    background: #3c4246;
    content: ''
}

.s-dedicated-c .b-tabs-controls {
    padding-bottom: 35px
}

.s-dedicated-c .b-tabs-content__item ul li {
    padding-left: 12px;
    margin-bottom: 15px;
    position: relative;
    font-size: 16px;
    line-height: 23px
}

.s-dedicated-c .b-tabs-content__item ul li:before {
    position: absolute;
    top: 10px
}

.text-list {
    font-size: 16px;
    margin-bottom: 50px
}

.text-list li {
    position: relative;
    padding-left: 10px;
    margin-bottom: 15px
}

.text-list li:before {
    position: absolute;
    top: 6px;
    display: block
}

.s-dedicated-d {
    padding: 60px 0 0;
    background: #fff;
    margin-bottom: -35px
}

.s-dedicated-e {
    background: #f5f8fa;
    padding: 80px 0 10px
}

.s-domain-a {
    background: #f5f8fa;
    padding: 0 0 100px;
    box-shadow: inset 0 1px 3px 0 #c9cbcd
}

.s-domain-a .b-preloader {
    display: none;
    margin: 20px 0 0
}

.s-domain-a .b-preloader__img {
    width: 120px;
    height: 30px
}

.s-domain-a .tab-content__item {
    display: none
}

.s-domain-a .tab-content__item.active {
    display: block
}

.s-domain-a .js-form-search {
    padding-bottom: 30px
}

.s-domain-a .tab-control {
    font-family: UbuntuTitling-Bold, Arial, Helvetica, sans-serif;
    font-size: 20px;
    margin-bottom: 30px
}

.s-domain-a .tab-control__link {
    color: #066eb4;
    border-bottom: 1px dashed#a1cbe6;
    padding: 2px 0;
    margin: 0 24px
}

.s-domain-a .tab-control__link+.s-domain-a .tab-control__link {
    margin-left: 15px
}

.s-domain-a .tab-control__link.active {
    padding: 12px 24px;
    border-bottom: none;
    background: #3c4246;
    color: #fff;
    margin: 0
}

.s-domain-a .jq-selectbox.opened .jq-selectbox__trigger-arrow {
    border-color: #3c4246 transparent transparent
}

.s-domain-a .f-order__select.error+.jq-selectbox__select {
    border-color: #c03232
}

.s-domain-a .jq-selectbox__select {
    cursor: pointer;
    border: 2px solid #cad0d5;
    border-radius: 5px;
    width: 100%;
    height: 80px;
    font-size: 23px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-indent: 20px;
    color: #505559;
    line-height: 80px;
    background: #fff
}

.domain-form .tab-control,
.domain-form h3,
.domain-search .result-title {
    font-family: UbuntuTitling-Bold, Arial, Helvetica, sans-serif
}

.s-domain-a .jq-selectbox__dropdown {
    background: #fff;
    width: 100%;
    line-height: 23px;
    box-shadow: 0 3px 7px 0 #acb5bb;
    cursor: pointer
}

.s-domain-a .jq-selectbox__dropdown li {
    line-height: 40px;
    font-size: 23px;
    color: #505559;
    transition: .2s ease-out;
    text-indent: 20px
}

.s-domain-a .jq-selectbox__dropdown li:hover {
    color: #c03232
}

.s-domain-a .jq-selectbox__trigger-arrow {
    position: absolute;
    right: 18px;
    top: 40px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 6px 0;
    border-color: #babdbf transparent transparent
}

.s-domain-a .all-plans__table .row-table:hover {
    box-shadow: none
}

.s-domain-a .all-plans__table .row-table:hover .price-plan {
    color: #3c4246
}

#js-hosting-menu .ui-menu-item {
    font-weight: 400!important;
    font-size: 20px!important
}

.domain-form-outer {
    background: #fff;
    border-radius: 5px;
    padding: 50px 35px 0;
    box-shadow: 0 0 7px -1px #acb5bb
}

.domain-form {
    padding-bottom: 50px
}

.domain-form .ui-selectmenu-button {
    margin-left: 14px
}

.domain-form .tab-control {
    font-size: 20px;
    margin-bottom: 30px
}

.domain-form__select {
    border-radius: 5px;
    width: 160px;
    height: 80px;
    margin-right: 14px
}

.domain-form .input-style {
    max-width: 765px;
    width: 100%;
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
    height: 80px;
    transition: border-color .2s
}

.domain-form .input-style:focus {
    border-color: #3c4246
}

.domain-form .btn-green {
    width: 165px;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: top;
    position: relative
}

.domain-form .btn-green span {
    position: absolute;
    top: 0;
    left: 42px
}

.domain-form .btn-green.active {
    border: 4px solid #2c8837;
    background: #4db559;
    color: #fff
}

.domain-form .btn-green.active:hover {
    background: #51c45f;
    border-color: #329d3e
}

.domain-form .ui-widget {
    font-size: 23px;
    font-weight: 700
}

.domain-form h3 {
    color: #3c4246;
    font-size: 25px;
    margin-bottom: 25px
}

.message-outer {
    display: block
}

.message-outer .message {
    padding: 14px 14px 14px 30px;
    display: inline-block;
    font-size: 23px;
    font-weight: 700;
    max-width: 50%;
    line-height: 30px;
    word-wrap: break-word;
    margin-top: 20px
}

.message-outer .message.success {
    color: #2c8837;
    background: #a7e2ad;
    display: inline-block;
    width: 575px;
    margin-right: 50px
}

.message-outer .message.success._bg-transparent {
    background: 0 0;
    padding-left: 0
}

.message-outer .message.success.hidden {
    display: none;
    margin-bottom: 0
}

.message-outer .message.unsuccess {
    color: #c03030;
    background: #f2b4b4;
    display: inline-block
}

.message-outer .message.unsuccess.hidden {
    display: none;
    margin-bottom: 0
}

.form-hosting {
    display: block;
    margin-top: 10px
}

.form-hosting.hide {
    display: none
}

.form-hosting__title {
    display: block;
    font-size: 20px;
    color: #3c4246;
    margin-bottom: 4px
}

.form-hosting__btn,
.form-hosting__wrap {
    display: inline-block;
    vertical-align: top
}

.form-hosting__btn {
    font-size: 20px;
    color: #625411;
    font-weight: 700;
    background-color: #f6dd1a;
    border: 2px solid #eaca35;
    border-radius: 5px;
    transition: all .2s;
    padding: 16px 57px
}

.form-hosting__btn:hover {
    background-color: #ffe61b;
    color: #5d4f11
}

.input-style__row {
    margin-right: 14px
}

.domain-search.hidden {
    display: none
}

.domain-search .all-plans {
    padding-top: 30px
}

.domain-search .result-btn {
    margin-bottom: 70px;
    padding: 16px 25px
}

.domain-search .result-btn._margin {
    margin-bottom: 0;
    font-size: 16px;
    padding: 10px 28px;
    margin-right: 22px
}

.domain-search .main-result {
    display: table;
    table-layout: fixed;
    width: 770px;
    background: #f5f8fa;
    border-bottom: 5px solid #dbdfe3;
    vertical-align: middle
}

.domain-search .main-result__col {
    display: table-cell;
    vertical-align: middle
}

.domain-search .main-result .domain-name {
    padding: 25px 10px 25px 25px;
    width: 440px;
    font-size: 20px
}

.domain-search .main-result .domain-price {
    width: 110px;
    font-size: 20px;
    font-weight: 700;
    padding: 25px 10px
}

.domain-search .main-result .buy-button {
    text-align: right
}

.domain-search .result-title {
    font-size: 33px;
    color: #4db559;
    margin-bottom: 20px;
    letter-spacing: .8px
}

.domain-search .result-title span {
    color: #3c4246;
    display: inline-block;
    margin: 0 5px
}

.domain-search .result-title b {
    color: #4db559;
    font-weight: 400
}

.domain-search .all-plans {
    width: 760px
}

.domain-search .all-plans__title {
    font-size: 25px;
    margin-bottom: 20px
}

.domain-search .all-plans__table {
    margin-bottom: 20px
}

.domain-search .all-plans__table .row-table {
    border-top: 1px solid #cad0d5
}

.domain-search .all-plans__table .row-table:first-child {
    border-top: none
}

.domain-search .all-plans__table .row-table .name-plan {
    width: auto;
    font-weight: 400;
    padding-left: 25px
}

.domain-search .all-plans__table .row-table .name-plan p {
    position: relative;
    padding-left: 30px
}

.domain-search .all-plans__table .row-table .name-plan p:before {
    display: block;
    width: 15px;
    height: 11px;
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    background: url(../img/chek.svg)
}

.domain-search .all-plans__table .row-table .price-plan {
    padding-left: 0;
    width: 155px;
    text-align: center
}

.domain-search .all-plans__table .row-table:hover .name-plan {
    background: #fff;
    color: #3c4246
}

.domain-search .all-plans__table .col {
    vertical-align: middle;
    border-top: none;
    padding: 20px 10px 15px
}

.domain-search .all-plans__table .col:last-child {
    padding-right: 20px;
    width: 160px
}

.domain-search .all-plans__table .col:last-child .btn-gray {
    width: 160px;
    text-align: center;
    margin-top: -3px
}

.s-domain-b {
    background: #f5f8fa;
    padding: 60px 0 45px
}

.info-domains {
    float: right;
    width: 355px;
    margin-top: 50px
}

.info-domains li {
    float: left;
    width: 100%;
    margin-bottom: 19px
}

.info-domains li a {
    font-size: 16px;
    color: #066eb4;
    line-height: 23px;
    transition: color .2s
}

.info-domains li a:hover {
    color: #c03030
}

.info-domains li p {
    width: 250px
}

.info-domains li .icon,
.info-domains li p {
    display: inline-block;
    vertical-align: middle
}

.info-domains li .icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 52px;
    margin-right: 15px
}

.info-domains li .icon .elem-svg {
    fill: #fff;
    width: 22px;
    height: 22px
}

.info-domains li .icon.icon-reg-dom {
    background: #4db559
}

.info-domains li .icon.icon-certif-dom {
    background: #f8c128
}

.info-domains li .icon.icon-trans-dom {
    background: #b54d4d
}

.info-domains li .icon.icon-issues {
    background: #14b7d6
}

.info-domains li span {
    color: #3c4246;
    font-weight: 700;
    margin-bottom: 2px;
    display: block
}

.s-domain-c {
    padding: 60px 0 0;
    margin-bottom: -35px;
    background: #fff
}

.s-domain-d {
    background: #fff;
    padding: 24px 0 0;
    box-shadow: inset 0 1px 3px 0 #c9cbcd
}

.s-domain-d .domain-form {
    padding: 10px 35px 40px
}

.s-domain-d .b-preloader {
    display: none;
    margin: 20px 0 0
}

.s-domain-d .b-preloader__img {
    width: 120px;
    height: 30px
}

.s-domain-d .tab-btn {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin-bottom: 30px
}

.s-domain-d .tab-btn__link {
    color: #066eb4;
    border-bottom: 1px solid #066eb4;
    padding: 2px 0;
    display: inline-block;
    vertical-align: middle
}

.s-domain-d .tab-btn__link.active {
    background: #3c4246;
    color: #fff;
    border-bottom: none;
    padding: 10px
}

.s-domain-d .tab-btn__link+.tab-btn__link {
    margin-left: 20px
}

.s-domain-d .domain-form__select {
    border-radius: 5px;
    width: 160px;
    height: 80px;
    margin-right: 14px
}

.s-domain-d .btn-green.active {
    border-color: #2c8837;
    background: #4db559
}

.s-domain-d .btn-green {
    background: #f5f8fa;
    border-color: #cad0d5;
    color: #b2bac1
}

.s-domain-d .jq-selectbox.opened .jq-selectbox__trigger-arrow {
    border-color: #3c4246 transparent transparent
}

.s-domain-d .f-order__select.error+.jq-selectbox__select {
    border-color: #c03232
}

.s-domain-d .jq-selectbox__select {
    cursor: pointer;
    border: 2px solid #cad0d5;
    border-radius: 5px;
    width: 100%;
    height: 80px;
    font-size: 23px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-indent: 20px;
    color: #505559;
    line-height: 80px;
    background: #fff
}

.domain-descr h2,
.s-cloud-a .title-page {
    font-family: UbuntuTitling-Bold, Arial, Helvetica, sans-serif
}

.s-domain-d .jq-selectbox__dropdown {
    background: #fff;
    width: 100%;
    line-height: 23px;
    box-shadow: 0 3px 7px 0 #acb5bb;
    cursor: pointer
}

.s-domain-d .jq-selectbox__dropdown li {
    line-height: 40px;
    font-size: 23px;
    color: #505559;
    transition: .2s ease-out;
    text-indent: 20px
}

.s-domain-d .jq-selectbox__dropdown li:hover {
    color: #c03232
}

.s-domain-d .jq-selectbox__trigger-arrow {
    position: absolute;
    right: 18px;
    top: 40px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 6px 0;
    border-color: #babdbf transparent transparent
}

.domain-descr {
    color: #3c4246;
    margin-bottom: 60px;
    padding-top: 75px;
    max-width: 730px
}

.domain-descr h2 {
    font-size: 50px;
    margin-bottom: 30px
}

.domain-descr p {
    font-size: 16px;
    line-height: 23px
}

.domain-form {
    background: #fff;
    border-radius: 5px
}

.domain-form .input-style.error,
.domain-form .input-style.error-isHyphen,
.domain-form .input-style.error-isHyphens {
    border-color: #ce333a
}

.domain-form .input-style.error-isHyphen~.domain-errors-text._2,
.domain-form .input-style.error~.domain-errors-text._1 {
    display: block
}

.domain-form .input-style.error-isHyphen~.domain-errors-text._1,
.domain-form .input-style.error-isHyphen~.domain-errors-text._3 {
    display: none
}

.domain-form .input-style.error-isHyphens~.domain-errors-text._3 {
    display: block
}

.domain-form .input-style.error-isHyphens~.domain-errors-text._1,
.domain-form .input-style.error-isHyphens~.domain-errors-text._2 {
    display: none
}

.domain-form .domain-errors-text {
    background-color: #f5b4b7;
    margin-bottom: 6px;
    padding: 20px;
    color: #ce333a;
    font-size: 15px;
    max-width: 765px;
    width: 100%;
    font-style: italic;
    display: none;
    margin-top: 20px
}

.input-style__row {
    position: relative;
    max-width: 765px;
    width: 100%;
    display: inline-block;
    vertical-align: top
}

.input-style {
    color: #505559;
    font-size: 23px;
    border: 2px solid #cad0d5;
    border-radius: 5px;
    padding: 25px;
    outline: 0
}

.b-tariff-plan-wrap:hover .b-tariff-plan.small .b-tariff-plan__top,
.b-tariff-plan.small .b-tariff-plan__top {
    border-left: 8px solid #fff
}

.s-cloud-a {
    padding: 75px 0 10px;
    background: #f5f8fa;
    box-shadow: inset 0 1px 3px 0 #c9cbcd;
    -webkit-box-shadow: inset 0 1px 3px 0 #c9cbcd;
    -moz-box-shadow: inset 0 1px 3px 0 #c9cbcd
}

.s-cloud-a .title-page {
    text-align: center;
    margin-bottom: 25px;
    font-size: 50px;
    color: #3c4246
}

.s-cloud-a .b-tariff-plan-wrap {
    max-width: 850px;
    margin: 0 auto;
    display: block
}

.s-cloud-a .b-tariff-plan.small .btn {
    max-width: 300px;
    width: 100%;
    margin: 33px 65px 0 0;
    line-height: 52px
}

.b-tariff-plan-wrap:hover .b-tariff-plan.small .b-tariff-plan__top .price {
    background: #d23535
}

.b-tariff-plan.small {
    max-width: 850px;
    min-height: 310px;
    height: 100%;
    margin: 0 auto 50px;
    position: relative;
    overflow: inherit
}

.b-tariff-plan.small .b-tariff-plan__top .b-col {
    max-width: 400px
}

.b-tariff-plan.small .b-tariff-plan__top .name {
    margin: 20px 0 0 53px;
    padding: 0
}

.b-tariff-plan.small .b-tariff-plan__top .name h2 {
    font-size: 33px;
    margin-bottom: 15px;
    min-height: 40px;
    height: auto
}

.b-tariff-plan.small .b-tariff-plan__top .price {
    background: #3c4246;
    padding: 8px 20px;
    display: inline-block;
    height: auto
}

.b-tariff-plan.small .b-tariff-plan__top .price p {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 400
}

.b-tariff-plan.small .b-tariff-plan__top .price p span {
    font-weight: 700
}

.b-tariff-plan.small .btn {
    width: 300px;
    margin: 33px 65px 0 0
}

.b-tariff-plan.small .b-tariff-plan__bottom {
    overflow: hidden
}

.b-tariff-plan.small .b-tariff-plan__bottom .b-list-descr {
    margin-left: 65px
}

.b-tariff-plan .deal {
    display: block;
    position: absolute;
    top: -27px;
    left: -20px;
    background: #14b7d6;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    padding-top: 17px
}

.list-about-host {
    padding: 10px 30px;
    border: 2px dotted #caced0;
    max-width: 850px;
    margin: 0 auto 90px
}

.list-about-host li {
    display: inline-block;
    font-size: 16px;
    color: #3c4246;
    font-weight: 700;
    margin-left: 30px
}

.list-about-host li:first-child {
    margin-left: 0
}

.list-about-host li .icon,
.list-about-host li p,
.list-about-host li span {
    display: inline-block;
    vertical-align: middle
}

.list-about-host li .icon {
    width: 40px;
    height: 40px;
    margin-right: 15px;
    border-radius: 50%
}

.s-cloud-server-a .b-shared-list,
.s-managed-cloud-a .b-shared-list {
    margin-right: 35px
}

.s-cloud-b {
    padding: 60px 0 0;
    background: #fff;
    margin-bottom: -35px
}

.s-cloud-c {
    background: #f5f8fa;
    padding: 80px 0 10px
}

.s-cloud-server-a {
    height: auto;
    background: url(../img/vps_bg.jpg) no-repeat, rgba(60, 66, 70, .6);
    background-size: cover;
    padding-bottom: 50px
}

.s-cloud-server-b {
    padding: 65px 0 90px;
    background: #f5f8fa
}

.s-cloud-server-b .btn-green {
    float: right;
    margin-top: 65px
}

.s-cloud-server-b .btn-gray {
    font-size: 13px;
    padding: 10px 15px
}

.s-cloud-server-b .all-plans__title {
    margin-bottom: 55px
}

.s-cloud-server-b .all-plans__table {
    min-width: 920px;
    margin-bottom: 0
}

.s-cloud-server-b .table-responsive-lg {
    margin-bottom: 60px
}

.s-cloud-server-c {
    padding: 60px 0 0;
    background: #fff;
    margin-bottom: -35px
}

.s-cloud-server-c .b-we-are__text {
    max-width: 420px
}

.s-cloud-server-d {
    background: #f5f8fa;
    padding: 80px 0 10px
}

.s-managed-cloud-a {
    height: auto;
    background: url(../img/managedCloud_bg.jpg) no-repeat;
    background-size: cover;
    padding-bottom: 50px
}

.s-managed-cloud-b {
    padding: 60px 0 90px;
    background: #f5f8fa
}

.b-plans-table_simple:nth-child(5n+1) {
    border: 0
}

.b-plans-table_simple {
    box-shadow: none;
    background: 0 0;
    max-width: 239px;
    margin: 0;
    border-left: 1px solid #e5e9ec;
    padding: 9px 0 27px
}

.b-plans-table_simple:hover {
    box-shadow: 0 2px 12px 0 #acb5bb;
    background: #fff
}

.b-plans-table__offer_simple {
    width: 200px;
    margin: 0 19.5px;
    padding: 15px
}

.b-plans-table__title_simple {
    font-size: 25px;
    margin: 0 0 10px 15px;
    height: 52px;
    overflow-y: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.b-plans-table__manage_simple {
    font-size: 16px;
    margin: 0 0 5px
}

.b-plans-table__price_simple {
    font-size: 25px
}

.b-plans-table__sale_simple {
    margin: 17px 0 0;
    font-size: 16px
}

.b-plans-table__config_simple {
    font-size: 16px
}

.b-plans-table__order-btn_simple {
    font-size: 20px
}

.s-managed-cloud-c {
    padding: 60px 0 0;
    background: #fff;
    margin-bottom: -35px
}

.s-managed-cloud-d {
    padding: 80px 0 10px;
    background: #f5f8fa
}

.s-element-a {
    background: #f5f8fa;
    padding: 10px 0
}

.b-wysiwyg a {
    font-size: 14px;
    color: #066eb4;
    transition: all .2s
}

.b-wysiwyg a:hover {
    color: #c03030
}

.b-wysiwyg .wrap-text {
    margin-bottom: 50px
}

.b-wysiwyg h1,
.b-wysiwyg h2,
.b-wysiwyg h3,
.b-wysiwyg h4,
.b-wysiwyg h5,
.b-wysiwyg h6 {
    color: #3d4647;
    margin-bottom: 25px;
    font-family: UbuntuTitling-Bold, Arial, Helvetica, sans-serif
}

.b-wysiwyg h1 {
    font-size: 50px
}

.b-wysiwyg h2 {
    font-size: 40px
}

.b-wysiwyg h3 {
    font-size: 33px
}

.b-wysiwyg h4 {
    font-size: 25px
}

.b-wysiwyg h5 {
    font-size: 20px
}

.b-wysiwyg h6 {
    font-size: 16px;
    margin-bottom: 20px
}

.b-wysiwyg p {
    font-size: 16px;
    line-height: 23px;
    font-family: Arial;
    color: #3c4246;
    margin-bottom: 15px
}

.b-wysiwyg .b-figure img {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-bottom: 5px
}

.b-wysiwyg .b-figure p {
    font-size: 14px;
    font-style: italic;
    color: #999fab;
    line-height: 18px;
    max-width: 530px;
    padding-left: 2px
}

.b-wysiwyg .b-blockquote {
    color: #705321;
    font-size: 16px;
    line-height: 23px;
    display: block;
    width: 700px;
    margin: 50px auto 60px;
    padding: 40px;
    background: #efebae;
    border: 3px solid #dbd09b;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-family: Arial;
    font-style: italic
}

.b-wysiwyg .b-img-fl img {
    max-width: 100%;
    width: 100%;
    height: auto;
    float: left;
    margin: 0 35px 15px 0
}

.b-wysiwyg .b-list {
    padding-left: 45px;
    margin-bottom: 90px
}

.b-wysiwyg ol,
.b-wysiwyg ul {
    max-width: 95%
}

.b-wysiwyg ol li,
.b-wysiwyg ul li {
    padding-left: 12px;
    margin-bottom: 15px;
    position: relative;
    font-size: 16px;
    line-height: 23px
}

.b-wysiwyg ul li:before {
    content: '';
    width: 4px;
    height: 4px;
    background: #3c4246;
    position: absolute;
    left: 0;
    top: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%
}

.b-wysiwyg ol ol {
    margin-top: 25px
}

.b-wysiwyg ol li:before {
    position: absolute;
    left: -10px;
    width: 30px;
    text-align: right;
    top: 0;
    color: #e8bf77
}

.b-wysiwyg .list-number li {
    padding-left: 0
}

.b-wysiwyg img {
    max-width: 100%
}

.b-wysiwyg table {
    width: 100%;
    margin: 35px 0;
    font-family: Arial;
    color: #3d4647
}

.b-wysiwyg table thead tr {
    border-bottom: 2px solid #a6b1b4
}

.b-wysiwyg table tbody tr:nth-child(even) {
    background: #fff
}

.b-wysiwyg table tr {
    height: 50px;
    font-size: 16px;
    border-bottom: 1px solid #d5dcde;
    background: 0 0
}

.b-wysiwyg table tr th {
    text-align: left;
    vertical-align: bottom;
    padding: 0 20px 5px;
    font-weight: 700;
    font-size: 14px
}

.b-wysiwyg table tr td {
    vertical-align: middle;
    padding: 5px 20px;
    line-height: 1.5
}

.breadcrumbs {
    margin: 0 0 35px
}

.breadcrumbs li {
    display: inline-block;
    position: relative;
    padding-right: 20px;
    margin-right: 5px
}

.breadcrumbs li:after {
    position: absolute;
    content: '';
    top: 2px;
    right: 0;
    width: 15px;
    height: 12px;
    display: block;
    background: url(../img/arrow-breadcrumbs.png) no-repeat
}

.breadcrumbs li a {
    color: #999fab;
    font-size: 14px
}

.breadcrumbs li.active:after {
    right: 5px;
    width: 10px;
    height: 15px;
    background: url(../img/arrow-breadcrumbs.png) -23px 0 no-repeat
}

.s-contacts-a,
.s-service-level-a,
.s-terms-service-a {
    background: #f5f8fa;
    padding: 80px 0;
    box-shadow: inset 0 1px 3px 0 #c9cbcd
}

.breadcrumbs li.active a {
    cursor: default
}

.news-title {
    font-family: UbuntuTitling-Bold, Arial, Helvetica, sans-serif;
    font-size: 50px;
    margin: 40px 0 19px
}

.news-date-pub {
    font-family: PT, Arial, Helvetica, sans-serif;
    color: #999fab;
    font-weight: 700;
    display: block;
    margin: 0 0 40px;
    font-size: 16px
}

.s-contacts-a table {
    margin: 0 0 35px
}

.s-contacts-a h2 {
    font-size: 50px;
    font-family: UbuntuTitling-Bold, Arial, Helvetica, sans-serif;
    margin-bottom: 30px
}

.login-form {
    background: #fff;
    position: absolute;
    z-index: 5;
    max-width: 465px;
    width: 100%;
    padding: 35px 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 0 0 7px -1px #acb5bb;
    -webkit-box-shadow: 0 0 7px -1px #acb5bb;
    -moz-box-shadow: 0 0 7px -1px #acb5bb;
    font-family: Arial;
    display: none
}

.login-form form {
    max-width: 380px;
    width: 100%;
    margin: 0 auto
}

.login-form .close {
    display: block;
    position: absolute;
    top: 14px;
    right: 12px;
    width: 20px;
    height: 20px;
    overflow: hidden
}

.login-form .close svg {
    fill: #ddddde;
    width: 20px;
    height: 20px;
    transition: fill .2s
}

.login-form .title-form {
    color: #3c4246;
    font: 25px UbuntuTitling-Bold, Arial, Helvetica, sans-serif;
    margin: 0 0 35px 40px
}

.login-form input:-ms-input-placeholder {
    color: #ababb3
}

.login-form .input {
    margin-bottom: 15px;
    outline: 0;
    border: 2px solid #cad0d5;
    font-size: 18px;
    color: #000;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 13px 15px 12px;
    height: 50px;
    width: 100%;
    transition: all .2s
}

.login-form .input:focus {
    border-color: #3c4246
}

.login-form .input.error,
.login-form .input.error-isEmail {
    border-color: #ce333a
}

.login-form .form-errors {
    width: 100%;
    background-color: #f5b4b7;
    margin-bottom: 25px
}

.login-form .form-errors .errors-text {
    display: none;
    color: #ce333a;
    padding: 15px 45px;
    font-size: 15px
}

.login-form .form-errors .js-emptyError.show,
.login-form .form-errors .js-mailError.show {
    display: block
}

.login-form__wrap {
    margin: 30px 0 40px
}

.login-form__wrap .check {
    display: inline-block;
    vertical-align: top;
    width: 19px;
    height: 15px;
    position: relative;
    cursor: pointer
}

.login-form__wrap .check:before {
    content: '';
    left: 0;
    border: 1px solid #ccc;
    line-height: 14px;
    font-size: 10px;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    bottom: 0
}

.login-form__wrap input {
    display: none
}

.login-form__wrap input[type=checkbox]:checked+label {
    position: relative
}

.login-form__wrap input[type=checkbox]:checked+label:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 5px;
    z-index: 3;
    border-left: 3px solid #4db559;
    border-bottom: 3px solid #4db559;
    width: 14px;
    height: 7px;
    transform: rotate(-45deg)
}

.login-form__span {
    font-size: 16px;
    color: #27292c;
    display: inline-block;
    vertical-align: top;
    margin-left: 7px;
    margin-top: -1px
}

.login-form .btn-green {
    width: 115px;
    height: 50px;
    float: left
}

.login-form .link-pas {
    float: right;
    color: #acb2b9;
    font-size: 16px;
    margin-top: 15px;
    transition: color .2s
}

.login-form .link-pas:hover {
    color: #3c4246
}

.domain-result {
    display: none;
    box-shadow: 0 10px 20px 0 rgba(21, 22, 23, .4);
    z-index: 6;
    font-family: UbuntuTitling-Bold, Arial, Helvetica, sans-serif;
    width: 612px;
    border-radius: 9px;
    overflow: hidden
}

.domain-result__result-text,
.domain-result__text {
    font-family: Arial;
    margin-bottom: 18px;
    font-size: 18px
}

.domain-result__close {
    position: absolute;
    top: 13px;
    right: 18px;
    width: 17px;
    height: 17px;
    fill: #ddddde
}

.domain-result__close:hover {
    fill: #3c4246;
    transition: fill .2s
}

.domain-result__top {
    background: #fff;
    padding: 42px 58px 30px 26px
}

.domain-result__title {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 24px
}

.domain-result__table {
    display: table;
    table-layout: fixed;
    width: 100%
}

.domain-result__row {
    padding: 20px 0
}

.domain-result__row+.domain-result__row {
    border-top: 1px solid #cad0d5
}

.domain-result__col {
    font-family: Arial;
    font-size: 18px;
    display: table-cell;
    vertical-align: middle
}

.domain-result__col.domain-radio {
    width: 30px
}

.domain-result__col.domain-radio input {
    display: none
}

.domain-result__col.domain-radio label {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #cbd1d6;
    display: block;
    position: relative
}

.domain-result__col.domain-radio label:after {
    content: "";
    position: relative;
    height: 8px;
    width: 8px;
    background: 0 0;
    top: 4px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    text-align: center;
    border-radius: 50%
}

.domain-result__col input[type=radio]:checked+label:after {
    background: #4db559
}

.domain-result__col.domain-name {
    width: 340px;
    max-width: 400px;
    overflow: hidden;
    padding-right: 20px;
    word-wrap: break-word
}

.domain-result__col.domain-name span,
.domain-result__col.domain-price {
    font-weight: 700
}

.domain-result__msg {
    font-size: 18px;
    font-weight: 700;
    width: 94%;
    padding: 12px 20px;
    margin-bottom: 36px;
    word-wrap: break-word
}

.domain-result__msg.success {
    color: #2c8837;
    background: #a7e2ad
}

.domain-result__msg span {
    padding-left: 5px
}

.domain-result__bottom {
    text-align: center;
    padding: 26px 0;
    background: #f5f8fa
}

.domain-result__btn {
    cursor: pointer;
    margin: 0 auto;
    font-size: 16px;
    padding: 15px 26px;
    line-height: 16px;
    display: inline-block;
    width: auto;
    height: auto
}

.domain-result__btn.hidden,
.domain-result__result-text.hidden,
.domain-result__text.hidden {
    display: none
}

.domain-result__text {
    font-weight: 700;
    padding: 0 40px
}

.domain-result__text-domain {
    font-weight: 300;
    font-style: italic;
    max-width: 150px;
    overflow: hidden;
    word-wrap: break-word
}

.domain-result__result-text {
    font-weight: 700;
    padding: 0 20px
}

.domain-result__subtitle {
    font-size: 18px;
    margin-bottom: 4px
}

.domain-result__msg.unsuccess {
    background: #f2b4b4;
    color: #b62a2a
}

.s-header-a,
.s-header-b {
    background-color: #fff
}

.domain-result__back {
    cursor: pointer;
    color: #b7bfc5;
    display: inline-block;
    border-bottom: 1px solid #b7bfc5
}

.domain-result__back.hidden {
    display: none
}

.s-header-a .b-support-a {
    display: inline-block;
    font: 18px Arial, sans-serif;
    font-weight: 700
}

.s-header-a .b-support-a__time {
    display: inline-block;
    color: #3c4246;
    margin-right: 8px
}

.s-header-a .b-support-a__tel {
    display: inline-block;
    color: #f1d91e
}

.s-header-b {
    box-shadow: 0 0 3px rgba(0, 0, 0, .4)
}

.s-header-b .container {
    max-width: 1208px
}

.s-header-b .b-logo-a {
    display: inline-block;
    padding-top: 30px;
    padding-bottom: 13px
}

.s-header-b .b-logged-in {
    margin: 50px 0 0;
    color: #066eb4;
    display: inline-block;
    display: none;
    transition: color .2s
}

.s-header-b .b-logged-in,
.s-header-b .b-login {
    float: right;
    font: 700 13px Arial, sans-serif;
    position: relative
}

.s-order-a .f-order__label,
.s-order-a .f-order__num,
.s-order-a .f-order__title,
.s-order-a__title {
    font-family: UbuntuTitling-Bold, Arial, Helvetica, sans-serif
}

.s-header-b .b-login {
    color: #9da2a5;
    padding-left: 15px;
    margin-top: 50px;
    padding-right: 56px
}

.s-header-b .b-login__ico {
    position: absolute;
    left: 0;
    top: 2px;
    fill: #9da2a5
}

.s-order-a {
    padding-bottom: 50px
}

.s-order-a .container {
    width: 1208px
}

.s-order-a .container._height {
    height: 410px
}

.s-order-a__top {
    font-size: 0;
    padding-top: 56px
}

.s-order-a__top:after,
.s-order-a__top:before {
    content: "";
    display: table
}

.s-order-a__title {
    color: #3c4246;
    font-size: 40px
}

.s-order-a__chat-btn,
.s-order-a__title {
    display: inline-block;
    vertical-align: bottom
}

.s-order-a__chat-btn {
    font-size: 18px;
    font-weight: 700;
    border-radius: 3px;
    padding: 13px 36px 13px 76px;
    transition: .2s ease-out;
    background-color: #fae11a;
    border: 2px solid #eaca35;
    color: #625411;
    position: relative;
    top: -4px;
    float: right
}

.s-order-a__chat-btn:hover {
    background-color: #ffe61b;
    color: #5d4f11
}

.s-order-a__chat-btn__svg {
    position: absolute;
    left: 30px;
    top: 0;
    height: 26px;
    width: 30px;
    bottom: 0;
    margin: auto;
    fill: #c03030
}

.s-order-a .free-domain-info {
    color: #aaafb2;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 24px;
    margin-top: -8px
}

.s-order-a .free-domain-info.hidden {
    display: none
}

.s-order-a .f-order .b-preloader {
    display: none;
    padding-bottom: 15px
}

.s-order-a .f-order__item {
    padding: 38px 0 0
}

.s-order-a .f-order__item._add-info-section .f-order__row {
    padding-bottom: 0
}

.s-order-a .f-order__item._1 {
    padding-bottom: 0;
    padding-top: 16px
}

.s-order-a .f-order__item._2 {
    padding-top: 39px;
    padding-bottom: 0
}

.s-order-a .f-order__item._2 .f-order__top {
    margin-bottom: 38px
}

.s-order-a .f-order__item._3 {
    padding-bottom: 20px;
    padding-top: 38px
}

.s-order-a .f-order__item._3 .f-order__top {
    margin-bottom: 39px
}

.s-order-a .f-order__item._3 .f-order__row {
    padding-bottom: 29px
}

.s-order-a .f-order__item._4 {
    padding-bottom: 0;
    margin-bottom: -10px;
    padding-top: 38px
}

.s-order-a .f-order__item._4 .f-order__row {
    padding-bottom: 44px
}

.s-order-a .f-order__item._5 {
    padding-top: 38px;
    padding-bottom: 0
}

.s-order-a .f-order__item._even {
    background: #f5f8fa
}

.s-order-a .f-order__item._odd {
    background: #fff
}

.s-order-a .f-order__subtitle {
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    padding-bottom: 6px
}

.s-order-a .f-order__subtitle span {
    padding-left: 10px;
    font-size: 16px;
    color: #a3a8ad
}

.s-order-a .f-order__row.disable {
    display: none
}

.s-order-a .f-order__row {
    display: inline-block;
    vertical-align: top;
    border: 0;
    position: relative;
    margin: 0;
    width: 50%;
    padding: 0 20px 39px
}

.s-order-a .f-order__row._width {
    width: 90%
}

.s-order-a .f-order__row._db {
    display: block
}

.s-order-a .f-order__row-outer {
    font-size: 0;
    margin: 0 -20px
}

.s-order-a .f-order__wrap {
    display: inline-block;
    font-size: 0;
    width: 480px;
    padding: 9px 0 9px 60px;
    position: relative
}

.s-order-a .f-order__wrap._width {
    width: 100%
}

.s-order-a .f-order__top {
    background: #14b7d6;
    margin-bottom: 30px
}

.s-order-a .f-order__svg {
    fill: #fff;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 24px
}

.s-order-a .f-order__num {
    color: #a9e5f0;
    padding-right: 9px
}

.s-order-a .f-order__num,
.s-order-a .f-order__title {
    font-size: 25px
}

.s-order-a .f-order__title {
    color: #fff
}

.s-order-a .f-order__input {
    border: 1px solid #cad0d5;
    border-radius: 5px;
    width: 100%;
    height: 59px;
    font-size: 23px;
    text-indent: 20px;
    color: #505559
}

.s-order-a .f-order__input._dib {
    display: inline-block;
    width: 60px
}

.s-order-a .f-order__input.empty-domain {
    border-color: #c03232
}

.s-order-a .f-order__input._width {
    width: 807px;
    display: inline-block;
    vertical-align: top;
    margin-right: 14px;
    margin-bottom: 20px
}

.s-order-a .f-order__input-small-outer {
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.s-order-a .f-order__input-small-outer:after {
    content: '.';
    position: absolute;
    left: -11px;
    top: 24px;
    font-size: 27px;
    color: #3c4246
}

.s-order-a .f-order__label:after,
.s-order-a .f-order__label:before {
    content: "";
    top: 4px;
    position: absolute
}

.s-order-a .f-order__input-small {
    font-weight: 700;
    cursor: pointer;
    border: 1px solid #cad0d5;
    border-radius: 5px;
    width: 160px;
    height: 59px;
    font-size: 23px;
    text-indent: 20px;
    color: #505559;
    line-height: 59px;
    background: #fff
}

.s-order-a .f-order__label {
    padding-left: 35px;
    font-size: 25px;
    position: relative;
    cursor: pointer;
    margin-bottom: 10px;
    display: block
}

.s-order-a .f-order__label:before {
    width: 21px;
    height: 21px;
    border: 1px solid #adb0b3;
    display: block;
    left: 0;
    cursor: pointer
}

.s-order-a .f-order__label:after {
    left: 6px;
    width: 20px;
    height: 10px;
    transform: rotate(-45deg)
}

.s-order-a .f-order__label._transfer-label {
    font-size: 18px;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 0 20px;
    display: inline-block
}

.s-order-a .f-order__label._transfer-label:after,
.s-order-a .f-order__label._transfer-label:before {
    top: -2px
}

.s-order-a .f-order__check {
    display: none
}

.s-order-a .f-order__check:checked+.f-order__label:after {
    border-left: 2px solid #4db559;
    border-bottom: 2px solid #4db559
}

.s-order-a .f-order__text {
    font-size: 16px;
    padding-left: 35px;
    line-height: 23px
}

.s-order-a .f-order__value {
    padding: 10px 14px 10px 0;
    display: inline-block;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 6px;
    margin-left: 35px
}

.s-order-a .f-order .jq-selectbox.opened .jq-selectbox__trigger-arrow {
    border-color: #3c4246 transparent transparent
}

.s-order-a .f-order .f-order__select.error+.jq-selectbox__select {
    border-color: #c03232
}

.s-order-a .f-order .jq-selectbox__select {
    cursor: pointer;
    border: 1px solid #cad0d5;
    border-radius: 5px;
    width: 100%;
    height: 59px;
    font-size: 20px;
    text-indent: 20px;
    color: #505559;
    line-height: 59px;
    background: #fff
}

.s-order-a .f-order .jq-selectbox__dropdown {
    background: #fff;
    width: 100%;
    line-height: 23px;
    box-shadow: 0 3px 7px 0 #acb5bb;
    cursor: pointer
}

.s-order-a .f-order .jq-selectbox__dropdown ul {
    overflow: hidden
}

.s-order-a .f-order .jq-selectbox__dropdown li {
    line-height: 40px;
    transition: .2s ease-out
}

.s-order-a .f-order .jq-selectbox__dropdown li:hover {
    color: #c03232
}

.s-order-a .f-order .jq-selectbox__trigger-arrow {
    position: absolute;
    right: 18px;
    top: 27px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 6px 0;
    border-color: #babdbf transparent transparent
}

.s-order-a .f-order__input.phone-error~.msg-error._phone,
.s-order-a .f-order__select.error~.msg-error {
    display: block
}

.s-order-a .f-order__select {
    border-radius: 5px;
    width: 100%;
    height: 59px;
    font-size: 20px;
    text-indent: 20px;
    color: #505559;
    display: none
}

.s-order-a .f-order__select-small {
    width: 160px;
    font-weight: 700;
    font-size: 23px;
    vertical-align: top;
    display: inline-block;
    max-height: 50px
}

.s-order-a .f-order__layout-a {
    padding-left: 10px
}

.s-order-a .f-order__layout-b {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0 -10px
}

.s-order-a .f-order__layout-b-left {
    display: table-cell;
    vertical-align: top
}

.s-order-a .f-order__layout-b-right {
    display: table-cell;
    vertical-align: bottom;
    position: relative
}

.s-order-a .f-order__img {
    width: 510px;
    height: 114px;
    background-size: cover;
    background-position: 50%;
    margin-bottom: 30px
}

.s-order-a .f-order__card {
    z-index: 2;
    border-radius: 4px;
    border: 2px solid #cad0d5;
    width: 385px;
    height: 230px;
    background: #fff;
    position: relative;
    top: -30px;
    left: 30px
}

.s-order-a .f-order__card-outer {
    position: relative;
    top: -60px
}

.s-order-a .f-order__card-select-outer._margin:after {
    content: "/";
    font-size: 16px;
    position: absolute;
    top: 13px;
    left: -10px
}

.s-order-a .f-order__card-title {
    padding-top: 28px;
    padding-left: 27px;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 20px
}

.s-order-a .f-order__card-subtitle {
    padding-left: 27px;
    padding-bottom: 10px
}

.s-order-a .f-order__card-subtitle._width {
    font-size: 16px;
    max-width: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 40px;
    padding-top: 6px
}

.s-order-a .f-order__card-inputs {
    padding-left: 27px;
    font-size: 0;
    padding-bottom: 30px
}

.s-order-a .f-order__card-input {
    margin-right: 6px;
    font-size: 16px;
    text-indent: 16px;
    width: 328px;
    height: 40px;
    border: 1px solid #cad0d5;
    background: #f9fbfc;
    border-radius: 3px
}

.s-order-a .f-order__card-input.correct {
    border-color: rgba(77, 181, 89, .6)
}

.s-order-a .f-order__card-text {
    position: absolute;
    color: #babdbf;
    font-size: 16px;
    top: -20px
}

.s-order-a .f-order__card-select .jq-selectbox__select {
    font-size: 16px;
    text-indent: 4px;
    background: #f9fbfc;
    width: 78px;
    height: 45px;
    line-height: 45px
}

.s-order-a .f-order__card-select .jspTrack {
    background: #f9fbfc
}

.s-order-a .f-order__card-select .jq-selectbox__dropdown {
    font-size: 16px;
    background: #f9fbfc;
    width: 100%;
    line-height: 16px;
    box-shadow: 0 3px 7px 0 #acb5bb;
    cursor: pointer
}

.s-order-a .f-order__card-select .jq-selectbox__dropdown li {
    padding-left: 5px
}

.s-order-a .f-order__card-select .jq-selectbox__trigger-arrow {
    position: absolute;
    right: 10px;
    top: 19px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 5px 0 6px;
    border-color: #babdbf transparent transparent
}

.s-order-a .f-order__card-select-outer {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    position: relative
}

.s-order-a .f-order__card-select-outer._margin {
    margin-left: 10px;
    position: relative
}

.s-order-a .f-order__card._a {
    position: absolute;
    top: -70px;
    left: 190px;
    z-index: 1
}

.s-order-a .f-order__card._a .f-order__card-wrap {
    background: #eaeff2;
    position: relative;
    top: 115px
}

.s-order-a .f-order__card._a .f-order__card-wrap .f-order__card-subtitle {
    position: absolute;
    top: -18px;
    right: 20px
}

.s-order-a .f-order__card._a .f-order__card-wrap .f-order__card-input-name {
    display: inline-block;
    padding-left: 240px
}

.s-order-a .f-order__card._a .f-order__card-wrap .f-order__input {
    width: 78px;
    height: 39px;
    font-size: 16px;
    text-indent: 10px
}

.s-order-a .f-order__card._a .f-order__card-input-outer {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px
}

.s-order-a .f-order__card._a:after {
    content: '';
    display: block;
    width: 100%;
    height: 56px;
    top: 23px;
    position: absolute;
    background: #2d3743
}

.b-tooltip:after,
.clearfix:after,
.clearfix:before,
.navbar-toggler-icon,
.s-order-a .f-order__confirm-label:after,
.s-order-a .f-order__confirm-label:before,
.s-order-a .f-order__total-price-row:after {
    content: ""
}

.s-order-a .f-order__table {
    display: table;
    table-layout: fixed;
    width: 100%
}

.s-order-a .f-order__table-left {
    display: table-cell;
    width: 67%;
    padding-right: 100px
}

.s-order-a .f-order__table-right {
    display: table-cell
}

.s-order-a .f-order__option._title {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px
}

.s-order-a .f-order__option._title .f-order__option-left {
    float: left;
    padding-top: 10px;
    max-width: 390px;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden
}

.s-order-a .f-order__option._title .f-order__option-select-outer {
    display: inline-block
}

.s-order-a .f-order__option._title .jq-selectbox__select {
    width: 143px;
    height: 39px;
    font-size: 20px;
    font-weight: 400;
    line-height: 39px
}

.s-order-a .f-order__option._title .jq-selectbox__dropdown {
    font-size: 20px;
    font-weight: 400;
    background: #fff
}

.s-order-a .f-order__option._title .jq-selectbox__trigger-arrow {
    right: 10px;
    top: 17px
}

.s-order-a .f-order__option._title .f-order__option-right {
    float: right;
    padding-top: 10px;
    position: absolute;
    right: 0;
    top: 0
}

.s-order-a .f-order__confirm-outer {
    padding-bottom: 30px
}

.s-order-a .f-order .f-order__option-top {
    padding-bottom: 35px
}

.s-order-a .f-order .f-order__option-outer:first-child {
    border-bottom: 1px solid #cad0d5
}

.s-order-a .f-order .f-order__option-outer {
    position: relative
}

.s-order-a .f-order__option-line {
    margin: 25px 0;
    border-bottom: 2px dotted #a9b2b7
}

.s-order-a .f-order__option-line-left {
    float: left;
    position: relative;
    top: 6px;
    padding-right: 4px;
    font-size: 20px
}

.s-order-a .f-order__option-line-left__category {
    color: #aaafb2;
    font-size: 16px;
    line-height: 16px
}

.s-order-a .f-order__option-line-left span {
    display: inline-block;
    vertical-align: middle
}

.s-order-a .f-order__option-line-left span:first-child {
    padding-right: 4px
}

.s-order-a .f-order__option-line-left span:last-child {
    max-width: 530px;
    max-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.s-order-a .f-order__option-line-right {
    float: right;
    position: relative;
    top: 6px;
    font-size: 20px
}

.s-order-a .f-order__option-line-right._odd {
    background: #fff
}

.s-order-a .f-order__option-line-right._even {
    background: #f5f8fa
}

.s-order-a .f-order .f-order__item._2 .jq-selectbox__dropdown li {
    padding-left: 15px
}

.s-order-a .f-order .f-order__option-bottom {
    float: right
}

.s-order-a .f-order .f-order__promo-outer.disable .f-order__promo-btn {
    border: 2px solid #cad0d5;
    background: #f5f8fa;
    color: #3c4246;
    cursor: default
}

.s-order-a .f-order .f-order__label.promo-label {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif
}

.s-order-a .f-order .f-order__label.promo-label:after,
.s-order-a .f-order .f-order__label.promo-label:before {
    top: -2px
}

.s-order-a .f-order__promo-error {
    font-size: 16px;
    color: #c03232;
    position: absolute;
    top: 44px
}

.s-order-a .f-order__promo.error-empty .f-order__promo-input-outer,
.s-order-a .f-order__promo.error-promo .f-order__promo-input-outer {
    border-color: #c03232
}

.s-order-a .f-order__promo-error._empty,
.s-order-a .f-order__promo-error._promo {
    display: none
}

.s-order-a .f-order__promo.error-empty .f-order__promo-error._empty,
.s-order-a .f-order__promo.error-promo .f-order__promo-error._promo {
    display: block
}

.s-order-a .f-order__promo {
    position: relative;
    right: 0;
    font-size: 0
}

.s-order-a .f-order__promo-inner {
    position: relative
}

.s-order-a .f-order__promo-discount {
    width: 75px;
    height: 100%;
    background: #cad0d5;
    position: absolute;
    right: 0;
    text-align: center
}

.s-order-a .f-order__promo-discount span {
    padding-top: 9px;
    display: inline-block
}

.s-order-a .f-order__promo-input-outer {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    width: 230px;
    height: 39px;
    border: 2px solid #cad0d5;
    border-radius: 4px;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px
}

.s-order-a .f-order__promo-svg {
    position: absolute;
    left: 6px;
    top: 6px;
    fill: #fae11a;
    stroke: #eaca35;
    stroke-linejoin: round;
    stroke-width: 2px
}

.s-order-a .f-order__promo-input[disabled] {
    background: #fff
}

.s-order-a .f-order__promo-input {
    font-size: 18px;
    width: 122px;
    position: absolute;
    height: 100%;
    right: 72px;
    border: 0;
    line-height: 35px
}

.s-order-a .f-order__promo-btn {
    display: inline-block;
    vertical-align: top;
    padding: 7px 20px;
    font-weight: 700;
    border-radius: 4px;
    border: 2px solid #eaca35;
    background: #fae11a;
    font-size: 18px;
    margin-left: 10px;
    color: #603311;
    height: 39px
}

.s-order-a .f-order__total-price-wrap {
    background: #3c4246;
    padding: 17px 21px 20px;
    margin-bottom: 22px;
    margin-top: 7px
}

.s-order-a .f-order__total-price-row {
    position: relative
}

.s-order-a .f-order__total-price-row:after {
    border-top: 1px solid #5e666b;
    width: 100%;
    position: absolute;
    height: 1px;
    top: 0;
    left: 0
}

.s-order-a .f-order__total {
    font-size: 25px;
    color: #fff;
    position: relative
}

.s-order-a .f-order__total span {
    font-weight: 700;
    color: #fff
}

.s-order-a .f-order__starting {
    padding-top: 12px;
    margin-top: 12px;
    font-size: 18px;
    color: #9ba0a4;
    padding-bottom: 8px;
    position: relative
}

.s-order-a .f-order__save {
    color: #fae11a
}

.s-order-a .f-order__reccuring {
    font-size: 18px;
    color: #fff;
    padding-bottom: 8px;
    position: relative;
    margin-top: 10px;
    padding-top: 15px
}

.s-order-a .f-order__reccuring .period {
    padding-left: 3px
}

.s-order-a .f-order__reccuring-title {
    display: inline-block;
    vertical-align: top;
    width: 135px;
    word-wrap: break-word
}

.s-order-a .f-order__reccuring-prices-wrap {
    padding-left: 3px;
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    word-wrap: break-word
}

.s-order-a .f-order__confirm-label {
    position: relative;
    padding-left: 40px;
    font-size: 16px;
    max-width: 350px;
    display: inline-block;
    cursor: pointer
}

.s-order-a .f-order__confirm-label:before {
    background: #fff;
    width: 21px;
    height: 21px;
    border: 1px solid #adb0b3;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer
}

.s-order-a .f-order__confirm-label:after {
    position: absolute;
    left: 6px;
    top: 0;
    width: 20px;
    height: 10px;
    transform: rotate(-45deg)
}

.s-order-a .f-order__confirm-link {
    color: #066eb4;
    margin: 0 5px;
    transition: color .2s;
    text-decoration: underline
}

.s-order-a .f-order__confirm-link:hover {
    color: #c03030
}

.s-order-a .f-order__confirm-input:checked+.f-order__confirm-label:after {
    border-left: 2px solid #4db559;
    border-bottom: 2px solid #4db559
}

.s-order-a .f-order__price-btn {
    cursor: pointer;
    text-align: center;
    background: #4db559;
    color: #fff;
    border: 4px solid #2c8837;
    padding: 14px 40px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 20px;
    vertical-align: top;
    width: 80%;
    margin-bottom: 25px
}

.s-order-a .f-order__price-btn:hover {
    background: #4db559
}

.s-order-a .b-tab-controls {
    display: inline-block;
    vertical-align: top;
    font-size: 0
}

.s-order-a .b-tab-controls__item {
    line-height: 27px;
    margin: 0 20px;
    display: inline-block;
    font-size: 16px;
    border-bottom: 1px dashed #fff;
    color: #fff;
    transition: color, border-color .2s ease-out
}

.s-order-a .b-tab-controls__item:hover {
    color: #d1f6fd;
    border-color: #d1f6fd
}

.s-order-a .b-tab-controls__item._active {
    font-weight: 700;
    color: #625411;
    background: #f9e019;
    border: 0;
    padding: 11px 20px;
    box-shadow: inset 0 -4px 0 0 #c4ac11;
    margin-left: 0;
    margin-right: 0
}

.s-order-a .b-tab-content__item {
    display: none
}

.s-order-a .b-tab-content__item._active,
.s-order-a .b-tab-content__message-outer {
    display: block
}

.s-order-a .b-tab-content__message {
    padding: 14px 14px 14px 30px;
    display: inline-block;
    font-size: 23px;
    font-weight: 700;
    max-width: 50%;
    line-height: 30px;
    word-wrap: break-word
}

.s-order-a .b-tab-content__message.unsuccess {
    color: #c03030;
    background: #f2b4b4;
    display: inline-block
}

.s-order-a .b-tab-content__message.unsuccess.hidden {
    display: none
}

.s-order-a .b-tab-content__message.success {
    color: #2c8837;
    background: #a7e2ad;
    display: inline-block;
    width: 575px;
    margin-right: 35px
}

.s-order-a .b-tab-content__message.success.hidden {
    display: none
}

.s-order-a .b-tab-content__message.empty {
    font-size: 16px;
    color: #c03232;
    font-weight: 400;
    padding: 0;
    display: none
}

.s-order-a .b-tab-content__select {
    width: 100%;
    height: 59px;
    display: none
}

.s-order-a .b-tab-content__select li {
    font-size: 23px;
    text-indent: 20px
}

.s-order-a .b-tab-content .b-tab-content__select-outer {
    vertical-align: top;
    display: inline-block;
    width: 47%
}

.s-order-a .b-tab-content .b-tab-content__select-outer.hidden {
    display: none
}

.s-order-a .btn-a__outer {
    display: block
}

.s-order-a .btn-a {
    background: #4db559;
    color: #fff;
    border: 4px solid #2c8837;
    padding: 14px 40px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 20px;
    display: inline-block;
    vertical-align: top;
    margin-left: 16px;
    text-align: center;
    width: 163px
}

.s-order-a .js-autorisationInput.error,
.s-order-a .js-email._error-isEmail,
.s-order-a .js-password-a.error-password,
.s-order-a .js-password-b.error-password,
.s-order-a .js-required.error {
    border-color: #c03232
}

.s-order-a .msg-error {
    font-size: 16px;
    color: #c03232;
    position: absolute;
    top: 86px;
    display: none
}

.s-order-a .msg-error.mail,
.s-order-a .msg-error.password {
    display: none
}

.s-order-a .js-autorisationInput.error+.msg-error,
.s-order-a .js-email._error-isEmail~.msg-error.mail,
.s-order-a .js-password-a.error-password~.msg-error.password,
.s-order-a .js-password-b.error-password~.msg-error.password,
.s-order-a .js-required.error+.msg-error {
    display: block
}

.s-order-a .login-success {
    display: none
}

.s-order-a .login-success__text {
    font-size: 23px;
    background: #a7e2ad;
    color: #2c8837;
    padding: 20px;
    margin-top: 40px
}

.s-order-a .f-order__confirm-input.error+.f-order__confirm-label {
    color: #c03232
}

.s-order-a .b-submit-errors {
    display: none;
    font-family: Arial, Helvetica, sans-serif
}

.s-order-a .b-submit-errors.active {
    display: block
}

.s-order-a .b-submit-errors__title {
    font-weight: 700;
    font-size: 16px;
    color: #c03232;
    display: inline-block;
    padding-right: 4px
}

.s-order-a .b-submit-errors__link {
    font-size: 16px;
    color: #c03232;
    display: inline-block;
    vertical-align: top;
    padding-right: 3px
}

.f-order__item._odd .f-order__option-line-left,
.f-order__item._odd .f-order__option-line-right {
    background: #fff
}

.f-order__item._even .f-order__option-line-left,
.f-order__item._even .f-order__option-line-right {
    background: #f5f8fa
}

.autocomplete-suggestions {
    border: 1px solid #cad0d5;
    background: #fff;
    border-radius: 5px;
    overflow: auto
}

.autocomplete-suggestion {
    padding: 2px 5px;
    font-size: 23px;
    white-space: nowrap;
    overflow: hidden;
    line-height: 40px;
    transition: color .2s ease-out;
    color: #505559
}

.autocomplete-selected {
    color: #c03232
}

.autocomplete-suggestions strong {
    font-weight: 700
}

.autocomplete-group {
    padding: 2px 5px
}

.autocomplete-group strong {
    display: block;
    border-bottom: 1px solid #000
}

.f-order__password-strength {
    font-size: 15px;
    font-weight: 700;
    color: #c03030;
    display: inline-block;
    padding-left: 15px
}

.f-order__password-strength.strong {
    color: #3b9c45
}

input.f-order__input[type=password]:focus~.b-tooltip {
    display: inline-block
}

.b-tooltip {
    display: none;
    background: #2d3743;
    position: absolute;
    top: 88px;
    left: 20px;
    border-radius: 4px;
    z-index: 1
}

.b-tooltip__ul {
    padding: 22px
}

.b-tooltip__li {
    color: #fff;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic
}

.b-tooltip__li+.b-tooltip__li {
    padding-top: 4px
}

.b-tooltip:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 9px;
    border-color: transparent transparent #2d3743;
    position: absolute;
    top: -9px;
    left: 6%
}

.f-order__item#check-domain-section {
    padding-bottom: 14px
}

.f-order__item._add-info-section {
    padding-bottom: 28px
}

.f-order__item._add-info-section .f-order__row {
    padding-bottom: 10px!important
}

#check-domain-register-addons .f-order__row {
    padding-bottom: 10px
}

#check-domain-register-addons .f-order__value {
    margin-left: 12px;
    margin-bottom: 0;
    padding: 5px 14px 10px 0
}

#check-domain-register-addons .f-order__label {
    display: inline-block;
    vertical-align: top
}

.s-not-found {
    text-align: center;
    display: table;
    table-layout: fixed;
    width: 100%
}

.s-not-found-inner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%
}

.s-not-found .not-found__inner {
    max-width: 776px;
    margin: 0 auto;
    padding-top: 25px;
    padding-bottom: 25px
}

.s-not-found .not-found-top {
    font-family: UbuntuTitling-Bold, Arial, Helvetica, sans-serif;
    padding-bottom: 60px;
    font-size: 0;
    margin: 0 -15px
}

.s-not-found .not-found-top__error {
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 2px;
    padding: 18px;
    color: #fff;
    background: #ea4a62
}

.s-not-found .not-found-top__title {
    text-transform: uppercase;
    font-size: 80px;
    color: #3d4647;
    letter-spacing: -1px
}

.s-not-found .not-found-top__left,
.s-not-found .not-found-top__rigth {
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px
}

.s-not-found .not-found-bottom {
    vertical-align: middle;
    border-top: 1px solid #c4c6c8
}

.s-not-found .not-found-nav {
    font-size: 0
}

.s-not-found .not-found-nav__item {
    display: inline-block;
    vertical-align: middle;
    padding: 20px 43px
}

.s-not-found .not-found-nav__link {
    color: #3d4647;
    font-size: 18px;
    font-family: Arial, sans-serif;
    transition: .2s ease-out
}

.s-not-found .not-found-nav__link:hover {
    color: #14b7d6
}

.s-confirmation-a {
    text-align: left;
    padding: 85px 0
}

.b-confirmation {
    text-align: left
}

.b-confirmation__title {
    text-align: left;
    font: 25px UbuntuTitling-Bold, Arial, Helvetica, sans-serif;
    margin-bottom: 46px;
    font-size: 50px
}

.b-confirmation__text {
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 23px
}

.b-confirmation__text._color {
    margin-bottom: 0;
    color: #1f6928;
    font-weight: 400
}

.b-confirmation__text._width {
    max-width: 965px
}

.b-confirmation__order-text {
    font-size: 20px;
    padding-right: 5px
}

.b-confirmation__order-num {
    font-size: 20px;
    font-weight: 700
}

.b-confirmation__order-box {
    margin-bottom: 30px
}

.b-confirmation__box {
    margin-bottom: 60px;
    font-weight: 700;
    border-radius: 8px;
    border: 2px dashed #2c8837;
    background: #c9ecd2;
    max-width: 965px
}

.b-confirmation__box p {
    padding: 30px 26px
}

.b-confirmation__btn:hover {
    background: #51c45f;
    border-color: #329d3e
}

.b-confirmation__btn {
    margin: 0 auto 58px;
    display: inline-block;
    padding: 15px 30px;
    text-align: center;
    font-weight: 700;
    border: 4px solid #2c8837;
    background: #4db559;
    border-radius: 10px;
    color: #fff;
    font-size: 21px;
    transition: all .2s;
    outline: 0
}

.b-confirmation__link {
    display: block;
    font-size: 20px;
    text-align: left;
    color: #139db7;
    text-decoration: none
}

.b-wrapper {
    background: #f5f8fa;
    width: 100%;
    color: #3c4246;
    min-height: 100%;
    padding-bottom: 400px
}

h1,
h2,
h3,
h4,
p,
ul {
    padding: 0;
    margin: 0
}

button,
input,
input:focus,
textarea,
textarea:focus {
    outline: 0
}

.clearfix:after,
.clearfix:before {
    display: table
}

.jspCap,
body+img {
    display: none
}

a {
    text-decoration: none
}

body,
html {
    height: 100%
}

.b-wrapper.order-form {
    padding-bottom: 60px
}

.jspContainer {
    overflow: hidden;
    position: relative
}

.jspHorizontalBar,
.jspPane,
.jspVerticalBar {
    position: absolute
}

.jspVerticalBar {
    top: 0;
    right: 0;
    width: 16px;
    height: 100%
}

.jspHorizontalBar {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background: red
}

.jspHorizontalBar .jspCap {
    float: left
}

.jspTrack {
    right: 5px;
    background: #fff;
    position: relative
}

.jspDrag:hover {
    background: #babdbf
}

.jspDrag {
    background: #e4e9ec;
    transition: background .2s ease-out;
    border-radius: 8px;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer
}

.jspHorizontalBar .jspDrag,
.jspHorizontalBar .jspTrack {
    float: left;
    height: 100%
}

.jspArrow {
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
    padding: 0;
    margin: 0
}

.jspArrow.jspDisabled {
    cursor: default;
    background: #80808d
}

.jspVerticalBar .jspArrow {
    height: 16px
}

.jspHorizontalBar .jspArrow {
    width: 16px;
    float: left;
    height: 100%
}

.jspVerticalBar .jspArrow:focus {
    outline: 0
}

.jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%
}

* html .jspCorner {
    margin: 0 -3px 0 0
}

.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset,
.ui-menu {
    padding: 0;
    margin: 0;
    outline: 0;
    list-style: none
}

.ui-helper-zfix,
.ui-widget-overlay {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.ui-helper-reset {
    border: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%
}

.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-icon,
.ui-menu {
    display: block
}

.ui-helper-clearfix {
    min-height: 0
}

.ui-helper-zfix {
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-front {
    z-index: 5
}

.ui-state-disabled {
    cursor: default!important
}

.ui-icon {
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-overlay {
    position: fixed
}

.ui-autocomplete,
.ui-menu .ui-menu {
    position: absolute
}

.ui-autocomplete {
    top: 0;
    left: 0;
    cursor: default
}

.nav,
.navbar {
    -ms-flex-wrap: wrap
}

.ui-menu .ui-menu-item {
    text-indent: 20px;
    font-size: 20px;
    line-height: 40px;
    color: #505559;
    transition: .2s ease-out;
    position: relative;
    cursor: pointer
}

.ui-menu .ui-menu-item:hover {
    color: #c03232
}

.ui-widget-content a,
.ui-widget-header a {
    color: #333
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0
}

.ui-menu-icons {
    position: relative
}

.ui-menu-icons .ui-menu-item {
    padding-left: 2em
}

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0
}

.ui-widget {
    font-family: Arial, Helvetica, sans-serif
}

.ui-widget,
.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em
}

.ui-widget-content {
    background: #fff;
    line-height: 23px;
    box-shadow: 0 3px 7px 0 #acb5bb;
    cursor: pointer
}

.ui-widget-header {
    border: 1px solid #ddd;
    background: #e9e9e9;
    color: #333;
    font-weight: 700
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: 400;
    color: #454545
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #454545;
    text-decoration: none
}

.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
    color: #2b2b2b;
    text-decoration: none
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: 400;
    color: #fff
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #fff;
    text-decoration: none
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f
}

.ui-state-error a,
.ui-state-error-text,
.ui-widget-content .ui-state-error a,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error a,
.ui-widget-header .ui-state-error-text {
    color: #5f3f3f
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: 700
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: 400
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35)
}

.ui-icon {
    width: 16px;
    height: 16px
}

.ui-icon,
.ui-widget-content .ui-icon,
.ui-widget-header .ui-icon {
    background-image: url(images/ui-icons_444444_256x240.png)
}

.ui-state-default .ui-icon {
    background-image: url(images/ui-icons_777777_256x240.png)
}

.ui-state-active .ui-icon {
    background-image: url(images/ui-icons_ffffff_256x240.png)
}

.ui-state-highlight .ui-icon {
    background-image: url(images/ui-icons_777620_256x240.png)
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url(images/ui-icons_cc0000_256x240.png)
}

.ui-icon-blank {
    background-position: 16px 16px
}

.ui-icon-carat-1-n {
    background-position: 0 0
}

.ui-icon-carat-1-ne {
    background-position: -16px 0
}

.ui-icon-carat-1-e {
    background-position: -32px 0
}

.ui-icon-carat-1-se {
    background-position: -48px 0
}

.ui-icon-carat-1-s {
    background-position: -64px 0
}

.ui-icon-carat-1-sw {
    background-position: -80px 0
}

.ui-icon-carat-1-w {
    background-position: -96px 0
}

.ui-icon-carat-1-nw {
    background-position: -112px 0
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px
}

.ui-icon-arrow-4 {
    background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px
}

.ui-icon-extlink {
    background-position: -32px -80px
}

.ui-icon-newwin {
    background-position: -48px -80px
}

.ui-icon-refresh {
    background-position: -64px -80px
}

.ui-icon-shuffle {
    background-position: -80px -80px
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px
}

.ui-icon-folder-open {
    background-position: -16px -96px
}

.ui-icon-document {
    background-position: -32px -96px
}

.ui-icon-document-b {
    background-position: -48px -96px
}

.ui-icon-note {
    background-position: -64px -96px
}

.ui-icon-mail-closed {
    background-position: -80px -96px
}

.ui-icon-mail-open {
    background-position: -96px -96px
}

.ui-icon-suitcase {
    background-position: -112px -96px
}

.ui-icon-comment {
    background-position: -128px -96px
}

.ui-icon-person {
    background-position: -144px -96px
}

.ui-icon-print {
    background-position: -160px -96px
}

.ui-icon-trash {
    background-position: -176px -96px
}

.ui-icon-locked {
    background-position: -192px -96px
}

.ui-icon-unlocked {
    background-position: -208px -96px
}

.ui-icon-bookmark {
    background-position: -224px -96px
}

.ui-icon-tag {
    background-position: -240px -96px
}

.ui-icon-home {
    background-position: 0 -112px
}

.ui-icon-flag {
    background-position: -16px -112px
}

.ui-icon-calendar {
    background-position: -32px -112px
}

.ui-icon-cart {
    background-position: -48px -112px
}

.ui-icon-pencil {
    background-position: -64px -112px
}

.ui-icon-clock {
    background-position: -80px -112px
}

.ui-icon-disk {
    background-position: -96px -112px
}

.ui-icon-calculator {
    background-position: -112px -112px
}

.ui-icon-zoomin {
    background-position: -128px -112px
}

.ui-icon-zoomout {
    background-position: -144px -112px
}

.ui-icon-search {
    background-position: -160px -112px
}

.ui-icon-wrench {
    background-position: -176px -112px
}

.ui-icon-gear {
    background-position: -192px -112px
}

.ui-icon-heart {
    background-position: -208px -112px
}

.ui-icon-star {
    background-position: -224px -112px
}

.ui-icon-link {
    background-position: -240px -112px
}

.ui-icon-cancel {
    background-position: 0 -128px
}

.ui-icon-plus {
    background-position: -16px -128px
}

.ui-icon-plusthick {
    background-position: -32px -128px
}

.ui-icon-minus {
    background-position: -48px -128px
}

.ui-icon-minusthick {
    background-position: -64px -128px
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-closethick {
    background-position: -96px -128px
}

.ui-icon-key {
    background-position: -112px -128px
}

.ui-icon-lightbulb {
    background-position: -128px -128px
}

.ui-icon-scissors {
    background-position: -144px -128px
}

.ui-icon-clipboard {
    background-position: -160px -128px
}

.ui-icon-copy {
    background-position: -176px -128px
}

.ui-icon-contact {
    background-position: -192px -128px
}

.ui-icon-image {
    background-position: -208px -128px
}

.ui-icon-video {
    background-position: -224px -128px
}

.ui-icon-script {
    background-position: -240px -128px
}

.ui-icon-alert {
    background-position: 0 -144px
}

.ui-icon-info {
    background-position: -16px -144px
}

.ui-icon-notice {
    background-position: -32px -144px
}

.ui-icon-help {
    background-position: -48px -144px
}

.ui-icon-check {
    background-position: -64px -144px
}

.ui-icon-bullet {
    background-position: -80px -144px
}

.ui-icon-radio-on {
    background-position: -96px -144px
}

.ui-icon-radio-off {
    background-position: -112px -144px
}

.ui-icon-pin-w {
    background-position: -128px -144px
}

.ui-icon-pin-s {
    background-position: -144px -144px
}

.ui-icon-play {
    background-position: 0 -160px
}

.ui-icon-pause {
    background-position: -16px -160px
}

.ui-icon-seek-next {
    background-position: -32px -160px
}

.ui-icon-seek-prev {
    background-position: -48px -160px
}

.ui-icon-seek-end {
    background-position: -64px -160px
}

.ui-icon-seek-first,
.ui-icon-seek-start {
    background-position: -80px -160px
}

.ui-icon-stop {
    background-position: -96px -160px
}

.ui-icon-eject {
    background-position: -112px -160px
}

.ui-icon-volume-off {
    background-position: -128px -160px
}

.ui-icon-volume-on {
    background-position: -144px -160px
}

.ui-icon-power {
    background-position: 0 -176px
}

.ui-icon-signal-diag {
    background-position: -16px -176px
}

.ui-icon-signal {
    background-position: -32px -176px
}

.ui-icon-battery-0 {
    background-position: -48px -176px
}

.ui-icon-battery-1 {
    background-position: -64px -176px
}

.ui-icon-battery-2 {
    background-position: -80px -176px
}

.ui-icon-battery-3 {
    background-position: -96px -176px
}

.ui-icon-circle-plus {
    background-position: 0 -192px
}

.ui-icon-circle-minus {
    background-position: -16px -192px
}

.ui-icon-circle-close {
    background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px
}

.ui-icon-circle-check {
    background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px
}

.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
    border-top-left-radius: 3px
}

.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
    border-top-right-radius: 3px
}

.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
    border-bottom-left-radius: 3px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
    border-bottom-right-radius: 3px
}

.ui-widget-overlay {
    background: #aaa;
    opacity: .3;
    filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
    margin: 0;
    padding: 5px;
    background: #666;
    opacity: .3;
    filter: Alpha(Opacity=30);
    border-radius: 8px
}

.ui-menu-item.ui-state-focus {
    color: #c03232
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0
}

.nav-link,
.navbar {
    padding: .5rem 1rem
}

.nav-link {
    display: block
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff
}

.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar>.container,
.navbar>.container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background: center center no-repeat;
    background-size: 100% 100%
}

.page-title {
    font-family: UbuntuTitling-Bold, Arial, Helvetica, sans-serif;
    font-size: 50px;
    padding-bottom: 23px;
}

.page-h2 {
    font-family: UbuntuTitling-Bold, Arial, Helvetica, sans-serif;
    font-size: 27px;
    margin-bottom: 10px;
}

@media(max-width:575.98px) {
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width:576px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-sm .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media(max-width:767.98px) {
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width:768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media(max-width:991.98px) {
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width:992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media(max-width:1199.98px) {
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width:1200px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-xl .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff
}

.container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto
}

.bt-nav .i-logo img {
    height: auto;
    width: 239px;
    margin-right: 30px
}

.bt-nav {
    box-shadow: 0 0 3px rgba(0, 0, 0, .4);
    background: #fff;
    padding: 0
}

.bt-nav .navbar-nav {
    margin: 45px auto 0 auto;
}

.bt-nav.navbar-light .navbar-nav .nav-link {
    text-decoration: none;
    color: #3c4246;
    transition: .2s ease-out;
    font: 700 14px Arial, sans-serif;
    padding: 0
}

.bt-nav.navbar-light .navbar-nav .nav-link:focus,
.bt-nav.navbar-light .navbar-nav .nav-link:hover {
    color: #14b7d6
}

.bt-nav .nav-item {
    padding: 11px 20px 45px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.bt-nav .nav-item.active {
    background-color: #14b7d6
}

.bt-nav.navbar-light .navbar-nav .nav-item.active .nav-link {
    color: #fff
}

.bt-nav .b-login {
    font: 700 13px Arial, sans-serif;
    position: relative;
    color: #9da2a5;
    top: 6px
}

.bt-nav .b-login__ico {
    position: absolute;
    top: 1px;
    left: -12px;
    fill: #9da2a5
}

@media(min-width:1200px) {
    .container {
        max-width: 1238px
    }
}

@media(max-width:1254px) {
    .input-style__row {
        max-width: 711px
    }
}

@media(max-width:1232px) {
    .s-prices__top-col {
        margin-bottom: 53px
    }
}

@media(max-width:1226px) {
    .b-tabs-controls__item-col._active .b-tabs-controls__item .b-tabs-controls__triangle,
    .b-tabs-controls__item._active .b-tabs-controls__triangle {
        display: none
    }
}

@media(max-width:1199.98px) {
    .b-aff-price-sum,
    .footer .b-hosting-type,
    .footer .b-social {
        text-align: center
    }
    .s-header__top .top-left .m-top-nav__item {
        display: inline-block;
        padding: 8px 18px 6px
    }
    .bt-nav .b-login {
        position: absolute;
        right: 15px;
        top: 11px
    }
    .footer .b-nav-list {
        width: auto;
        margin-left: initial
    }
    .s-shared-b {
        padding-top: 60px
    }
    .b-table-advantages__item {
        width: 25%
    }
    .footer .b-social {
        padding-top: 0;
        padding-bottom: 15px
    }
    .b-table-advantages__item_bottom {
        border-bottom: 1px solid #d0d4d6
    }
    .b-table-advantages__item:nth-child(5n+5) {
        border-right: 1px solid #d0d4d6
    }
    .b-table-advantages__item:nth-child(4n+4) {
        border-right: none
    }
    .b-table-advantages {
        position: relative;
        margin: 70px 0 30px
    }
    .b-table-advantages:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        bottom: 0;
        left: 0;
        background-color: #f5f8fa
    }
    .s-shared-c {
        padding-bottom: 60px
    }
    .s-resellers-b .b-user__info {
        margin-bottom: 40px
    }
    .b-we-are {
        margin-bottom: 50px
    }
    .s-cloud-b,
    .s-cloud-server-c,
    .s-dedicated-d,
    .s-domain-c,
    .s-managed-cloud-c,
    .s-resellers-c,
    .s-shared-e,
    .s-vps-c {
        margin-bottom: 0;
        padding-bottom: 10px
    }
    .s-vps-b .b-plans-table {
        margin-bottom: 30px
    }
    .s-vps-b .b-user {
        padding-top: 50px
    }
    .s-we-are {
        margin-bottom: 0;
        padding-bottom: 10px
    }
    .b-aff-price-left {
        margin: 0 auto 60px
    }
    .b-aff-price-right {
        max-width: 460px;
        margin: 0 auto
    }
    .b-aff-price-sum {
        display: block;
        margin: 0 auto;
        max-width: 400px
    }
    .b-aff-singup__ttl:after,
    .b-aff-singup__ttl:before {
        display: none
    }
    .b-tabs-content p {
        padding-left: 0
    }
    .b-tabs-content__img {
        width: 150px;
        height: 150px
    }
    .b-tabs-content__item:last-child .b-tabs-content__img {
        background-position: center -4px;
        padding: 25px
    }
    .s-about-us-a {
        padding: 60px 0
    }
    .input-style__row {
        margin-bottom: 15px
    }
}

@media(max-width:991.98px) {
    .bt-nav .container,
    .s-cloud-server-a .container,
    .s-dedicated-a .container,
    .s-managed-cloud-a .container,
    .s-resellers-a .container,
    .s-shared-a .container {
        max-width: 100%!important
    }
    .b-tabs-content,
    .bt-nav .navbar-nav,
    .s-header__top .top-left,
    .s-header__top .top-right {
        text-align: center
    }
    .bt-nav {
        padding-top: 15px;
        padding-bottom: 15px
    }
    .bt-nav .container {
        padding-left: 15px;
        padding-right: 15px
    }
    .bt-nav .b-login {
        right: 100px;
        top: 33px
    }
    .bt-nav .navbar-nav {
        margin-top: 7px;
        margin-left: initial;
        border-top: 1px solid rgba(0, 0, 0, .1);
        padding-top: 15px
    }
    .bt-nav .nav-item {
        padding: 15px;
        border-radius: 4px
    }
    .b-about h1 {
        font-size: 30px;
        margin: 50px 0 20px;
        line-height: 35px
    }
    .b-about p {
        font-size: 20px;
        margin: 0 0 30px
    }
    .b-shared-descr h1,
    .s-cloud-a .title-page {
        font-size: 30px
    }
    .s-about {
        height: 450px
    }
    .s-prices__bottom .b-benefits__col .b-benefit .b-benefit__text {
        margin-top: 30px;
        margin-bottom: 30px
    }
    .s-prices__bottom {
        margin-bottom: 50px
    }
    .b-support-box {
        margin: 40px auto 0
    }
    .b-plans-table {
        margin-bottom: 30px
    }
    .b-table-advantages__item {
        width: 33.3333%
    }
    .b-table-advantages__item:nth-child(4n+4) {
        border-right: 1px solid #d0d4d6
    }
    .b-table-advantages__item:nth-child(3n+3) {
        border-right: none
    }
    .s-resellers-b .col-lg-6 {
        margin-bottom: 50px
    }
    .s-cloud-server-b,
    .s-resellers-b,
    .s-vps-b {
        padding: 60px 0
    }
    .s-vps-b .btn-green {
        margin-top: 10px
    }
    .s-vps-b .b-user {
        padding-top: 30px
    }
    .s-cloud-a {
        padding: 30px 0 10px
    }
    .list-about-host {
        margin: 0 auto 50px
    }
    .s-dedicated-a .b-shared-descr p {
        font-size: 20px;
        line-height: 27px
    }
    .b-aff-prog h1,
    .b-news-list__title,
    .b-wysiwyg h1,
    .domain-descr h2,
    .news-title,
    .s-contacts-a h2 {
        font-size: 30px
    }
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .s-dedicated-b .all-plans__table {
        min-width: 920px;
        margin-bottom: 0
    }
    .s-dedicated-b .table-responsive-lg {
        margin-bottom: 60px
    }
    .s-dedicated-b {
        padding: 60px 0 30px
    }
    .s-client-a {
        height: auto;
        padding-bottom: 60px
    }
    .s-client-a .b-about__tel-wrap {
        margin-top: 25px
    }
    .s-client-b .col-lg-6 {
        margin-bottom: 25px
    }
    .s-client-b {
        padding: 70px 0 50px
    }
    .b-aff-prog h1 {
        padding-bottom: 15px
    }
    .s-affiliate-a {
        padding: 50px 0 60px
    }
    .b-tabs-controls__item {
        max-width: 320px;
        margin: 0 auto;
        text-align: center
    }
    .s-contacts-a {
        padding: 40px 0
    }
    .domain-descr {
        margin-bottom: 0;
        padding-top: 50px
    }
    .s-domain-a {
        padding: 0 0 70px
    }
    .b-pagination__list {
        padding: 30px 0
    }
    .b-wysiwyg h2 {
        font-size: 25px
    }
    .b-wysiwyg h3 {
        font-size: 16px
    }
    .b-wysiwyg h4 {
        font-size: 12px
    }
    .b-wysiwyg h5 {
        font-size: 10px
    }
    .b-wysiwyg h6 {
        font-size: 14px;
        margin-bottom: 20px
    }
    .s-not-found .not-found-top__left,
    .s-not-found .not-found-top__rigth {
        padding: 0 10px
    }
    .s-not-found .not-found-top__error {
        font-size: 16px;
        letter-spacing: 2px;
        padding: 9px
    }
    .s-not-found .not-found-top__title {
        font-size: 50px
    }
    .s-not-found .not-found-top {
        padding-bottom: 20px;
        margin: 0
    }
    .s-not-found .not-found-nav__item {
        padding: 15px 25px
    }
    .s-not-found .not-found-nav__link {
        font-size: 16px
    }
}

@media(max-width:930px) {
    .list-about-host li {
        display: block;
        margin-left: 0;
        margin-bottom: 15px
    }
    .s-cloud-a .b-tariff-plan-wrap {
        padding-left: 25px;
        padding-right: 25px
    }
    .s-cloud-a .b-tariff-plan.small .btn {
        float: left;
        margin: 0 auto 20px 53px
    }
    .b-tariff-plan__bottom {
        padding-bottom: 30px
    }
    .b-tariff-plan__bottom .b-list-descr {
        max-height: initial
    }
    .list-about-host {
        text-align: center;
        margin-left: 25px;
        margin-right: 25px
    }
}

@media(max-width:767.98px) {
    .s-header__top .top-left {
        display: none
    }
    .s-header__top {
        vertical-align: middle;
        padding-top: 5px;
        padding-bottom: 5px
    }
    .s-reviews {
        padding-bottom: 48px
    }
    .b-we-are {
        text-align: center;
        margin-bottom: 30px
    }
    .s-we-are {
        margin-bottom: 0
    }
    .b-shared-list {
        margin-top: 35px
    }
    .b-table-advantages__item {
        width: 50%
    }
    .b-table-advantages__item:nth-child(3n+3) {
        border-right: 1px solid #d0d4d6
    }
    .b-table-advantages__item:nth-child(2n+2) {
        border-right: none
    }
    .b-table-advantages {
        margin: 50px 0 0
    }
    .s-cloud-b,
    .s-cloud-server-c,
    .s-dedicated-d,
    .s-domain-c,
    .s-managed-cloud-c,
    .s-resellers-c,
    .s-shared-e,
    .s-vps-c {
        margin-bottom: 0;
        padding-bottom: 40px
    }
    .s-resellers-b .b-user__info .btn-green {
        display: block;
        text-align: center;
        margin: 0 auto
    }
    .s-resellers-b .b-user__info b {
        display: block;
        margin: 10px auto;
        text-align: center
    }
    .s-resellers-b .all-plans__table {
        min-width: 700px
    }
    .all-plans__title {
        font-size: 30px
    }
    .b-shared-wrap {
        margin-top: 10px
    }
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .all-plans__title-wrap .all-plans__title span {
        font-size: 18px;
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 0
    }
    .b-aff-step h4 {
        font-size: 25px;
        padding-bottom: 15px
    }
    .b-aff-step p {
        font-size: 14px;
        line-height: 22px
    }
    .b-aff-step__img {
        width: 90px;
        height: 90px
    }
    .b-aff-step__img img {
        height: 50px;
        width: 50px
    }
    .s-affiliate-b {
        padding-top: 60px;
        padding-bottom: 30px
    }
    .s-affiliate-c {
        padding: 45px 0 60px
    }
    .b-news__img {
        margin-bottom: 30px
    }
}

@media(max-width:575.98px) {
    .b-shared-descr,
    .b-shared-list__item {
        text-align: center
    }
    .banner-text-center {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%
    }
    .bt-nav .b-login {
        right: initial;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 8px
    }
    .bt-nav .i-logo img {
        max-width: 160px;
        margin-right: 15px
    }
    .bt-nav {
        padding-top: 25px
    }
    .b-table-advantages__item {
        width: 100%
    }
    .b-table-advantages__item,
    .b-table-advantages__item:nth-child(3n+3),
    .b-table-advantages__item:nth-child(5n+5) {
        border-right: none
    }
    .b-user .btn-green {
        max-width: 380px;
        width: 100%;
        font-size: 20px
    }
    .b-user .b-user_form {
        max-width: 100%;
        width: 100%;
        font-family: Arial
    }
    .s-resellers-b .b-user .btn-green {
        max-width: 100%;
        font-size: 16px
    }
    .b-user .b-user_form .form-part {
        height: 85px
    }
    .b-user .b-user_form .form-part label {
        max-width: 140px;
        width: 100%;
        float: none;
        display: block
    }
    .b-user .b-user_form .form-part label:last-child {
        float: none;
        max-width: 185px;
        width: 100%;
        display: block
    }
    .b-shared-list .icon {
        display: block;
        margin: 15px auto
    }
    .b-shared-list,
    .b-shared-wrap,
    .s-cloud-server-a .b-shared-list,
    .s-managed-cloud-a .b-shared-list,
    .s-resellers-a .b-shared-list {
        margin: 0 auto
    }
    .b-tariff-plan__top .name {
        min-height: initial;
        padding-bottom: 20px!important
    }
    .s-client-a .btn-green {
        width: 100%;
        max-width: 380px;
        height: 65px;
        line-height: 56px;
        font-size: 18px
    }
}

@media(max-width:550px) {
    .b-tariff-plan.small .b-tariff-plan__top .b-col {
        width: auto
    }
    .b-tariff-plan__top .b-col,
    .s-cloud-a .b-tariff-plan.small .btn {
        float: none
    }
    .s-cloud-a .b-tariff-plan.small .btn {
        max-width: 233px;
        line-height: 37px;
        height: 58px;
        font-size: 18px
    }
    .s-domain-a .tab-control__link {
        display: block;
        text-align: center;
        margin-bottom: 10px
    }
    .s-domain-a .tab-control__link.active {
        margin-bottom: 10px
    }
}

@media(max-width:500px) {
    .list-about-host {
        padding: 20px 15px 10px
    }
    .list-about-host li .icon,
    .list-about-host li p,
    .list-about-host li span {
        display: block
    }
    .list-about-host li .icon {
        margin: 0 auto 10px
    }
    .b-aff-price__ttl {
        font-size: 25px;
        padding-left: 50px
    }
    .b-aff-price__svg {
        width: 35px;
        height: 25px
    }
    .b-aff-price-list {
        padding-left: 15px
    }
    .b-aff-price-list__person {
        font-size: 23px;
        bottom: -13px
    }
    .b-aff-price-list__price {
        font-size: 25px;
        margin-bottom: -12px;
        margin-left: 110px
    }
    .b-aff-price-sum {
        font-size: 23px;
        margin-top: 35px;
        padding-top: 30px;
        padding-bottom: 20px
    }
    .b-aff-price-sum__txt {
        position: absolute;
        top: -49px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    .b-aff-price-sum__img {
        top: -70px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    .b-plans-table_simple:nth-child(5n+1) {
        border-left: 1px solid #e5e9ec
    }
}

@media(max-width:470px) {
    .domain-form__select {
        width: 100%;
        margin-bottom: 15px
    }
    .domain-form .btn-green span {
        position: initial;
        top: initial;
        left: initial
    }
    .domain-form .btn-green {
        width: 100%;
        text-align: center;
        display: block
    }
}

@media(max-width:400px) {
    .s-header__top .top-right .b-live-chat {
        display: block;
        max-width: 180px;
        margin: 0 auto 5px
    }
    .s-client-a .b-about__ico {
        top: initial;
        left: initial;
        position: initial;
        margin: 0 auto 10px
    }
    .s-client-a .b-about__tel-wrap {
        text-align: center;
        margin-left: initial
    }
    .s-client-a {
        text-align: center
    }
    .b-user .b-user_form .form-part {
        height: 80px;
        padding: 10px
    }
    .b-user .b-user_form .form-part label input {
        width: 70px
    }
    .b-user .b-user_form .form-part label:last-child input {
        width: 140px
    }
    .b-user .b-user_form .form-part label,
    .b-user .b-user_form .form-part label:last-child {
        max-width: 100%;
        width: 100%
    }
}

@media(max-width:350px) {
    .s-cloud-a .b-tariff-plan.small .btn {
        max-width: -webkit-fill-available;
        max-width: -moz-available;
        margin-right: 15px
    }
    .b-tariff-plan.small .b-tariff-plan__top .price {
        margin-right: 15px
    }
}


/* end */