html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

.container{
    max-width: 1400px;
    box-sizing: border-box;
    padding: 0 5px;
    width: 100%;
    margin:  auto auto;
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, 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: transparent
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    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
}

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;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

*, :before, :after {
    box-sizing: border-box
}

html {
    height: 100%;
    background: white
}

body {
    font-family: "Open Sans", sans-serif;
    line-height: 1.25;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
    color: #374048;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 767px) {
    body {
        font-size: 17px
    }
}

@media (min-width: 1008px) and (max-width: 1439px) {
    body {
        font-size: 18px
    }
}

@media (min-width: 1440px) {
    body {
        font-size: 20px
    }
}

a {
    transition: color .15s ease;
    text-decoration: none;
    color: #2e9ef5
}

.no-touchevents a:hover {
    color: #fa7c0d
}

p {
    margin: 0 0 1.25em
}

ul {
    margin: 0 0 1.25em;
    padding: 0;
    list-style: none
}

ul > *:last-child {
    margin-bottom: 0
}

ul > li {
    margin: 0 0 .8em 1.5em
}

ul > li:before {
    display: block;
    float: left;
    width: .35em;
    height: .35em;
    margin: .5em 0 0 -1.1em;
    content: '';
    border-radius: 50%;
    background: #2e9ef5
}

ol {
    margin: 0 0 1.25em;
    padding: 0;
    list-style: none;
    counter-reset: list
}

ol > *:last-child {
    margin-bottom: 0
}

ol > li {
    margin: 0 0 .8em 1.5em;
    counter-increment: list
}

ol > li:before {
    font-weight: bold;
    float: left;
    margin: 0 0 0 -1.75em;
    content: counter(list) ".";
    color: #2e9ef5
}

h1 {
    font-weight: bold;
    margin: 0
}

@media (max-width: 767px) {
    h1 {
        font-size: 26px
    }
}

@media (min-width: 768px) and (max-width: 1007px) {
    h1 {
        font-size: 36px
    }
}

@media (min-width: 1008px) {
    h1 {
        font-size: 42px
    }
}

@media (min-width: 1176px) and (max-width: 1439px) {
    h1 {
        font-size: 46px
    }
}

@media (min-width: 1440px) {
    h1 {
        font-size: 48px
    }
}

h2 {
    font-weight: bold;
    margin: 0 0 .5em
}

@media (max-width: 767px) {
    h2 {
        font-size: 22px
    }
}

@media (min-width: 768px) and (max-width: 1007px) {
    h2 {
        font-size: 26px
    }
}

@media (min-width: 1008px) and (max-width: 1175px) {
    h2 {
        font-size: 32px
    }
}

@media (min-width: 1176px) {
    h2 {
        font-size: 36px
    }
}

h3 {
    font-weight: bold;
    margin: 0 0 .75em
}

@media (max-width: 767px) {
    h3 {
        font-size: 18px
    }
}

@media (min-width: 768px) and (max-width: 1439px) {
    h3 {
        font-size: 22px
    }
}

@media (min-width: 1440px) {
    h3 {
        font-size: 26px
    }
}

h4 {
    font-weight: bold;
    margin: 0 0 .75em
}

@media (max-width: 767px) {
    h4 {
        font-size: 17px
    }
}

@media (min-width: 768px) and (max-width: 1439px) {
    h4 {
        font-size: 18px
    }
}

@media (min-width: 1440px) {
    h4 {
        font-size: 22px
    }
}

table {
    margin: 0 0 1.25em
}

@media (max-width: 767px) {
    table {
        font-size: 16px
    }
}

@media (min-width: 768px) and (max-width: 1007px) {
    table {
        font-size: 17px
    }
}

@media (min-width: 1008px) {
    table {
        font-size: 18px
    }
}

th {
    font-weight: bold;
    padding: 13px 15px;
    text-align: left;
    color: white;
    background: #374048
}

th:first-child {
    border-left: 1px solid #374048
}

th:nth-child(n+2) {
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1) inset
}

td {
    padding: 13px 15px;
    border-bottom: 1px solid #eff3f6;
    background: white
}

td:first-child {
    border-left: 1px solid #eff3f6
}

td:last-child {
    border-right: 1px solid #eff3f6
}

tr:first-child td {
    border-top: 1px solid #eff3f6
}

tr:nth-child(2n+1) td {
    background: #f8fafb
}

.os_list {
    width: 100%
}

.os_list td {
    text-align: center
}

.os_list th {
    text-align: center
}

.os_list .f_left {
    text-align: left
}

#active {
    color: #fa7c0d
}

.dom_list {
    width: 100%
}

.btn {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.25;
    display: inline-block;
    padding: 9px 30px;
    transition: all .15s ease;
    text-align: center;
    color: white;
    border: none;
    border-radius: 24px
}

.no-touchevents .btn:hover {
    color: white
}

.btn-success {
    background: #fa7c0d
}

.no-touchevents .btn-success:hover {
    background: #1ecd8d
}

.btn-default {
    background: #b8c5cf
}

.no-touchevents .btn-default:hover {
    background: #fa7c0d
}

@media (min-width: 768px) and (max-width: 1175px) {
    .btn-large {
        padding: 12px 30px;
        border-radius: 27px
    }
}

@media (min-width: 1176px) {
    .btn-large {
        padding: 18px 40px;
        border-radius: 33px
    }
}

.input, .textarea {
    font-size: 20px;
    display: block;
    width: 100%;
    height: 50px;
    padding: 12px 15px 11px;
    color: #374048;
    border: 1px solid #dbeaf1;
    border-radius: 3px;
    outline: none;
    background: #f3f7f9;
    box-shadow: 0 2px 6px rgba(147, 182, 200, 0.3) inset
}

.input-error, .textarea-error {
    border-color: #f69d9d;
    background: #f6c3c4;
    box-shadow: 0 2px 6px rgba(240, 93, 93, 0.3) inset
}

.textarea {
    height: auto
}

.textarea-small {
    font-size: 12px;
    padding: 6px 10px 5px
}

.select {
    font-size: 20px;
    display: block;
    width: 100%;
    height: 50px;
    padding: 12px 40px 11px 15px;
    color: #374048;
    border: 1px solid #dbeaf1;
    border-radius: 3px;
    outline: none;
    background-color: #f3f7f9;
    background-image: url(../img/select-arrow.svg);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    box-shadow: 0 2px 6px rgba(147, 182, 200, 0.3) inset;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.select::-ms-expand {
    display: none
}

.select-error {
    border-color: #f69d9d;
    background-color: #f6c3c4;
    box-shadow: 0 2px 6px rgba(240, 93, 93, 0.3) inset
}

@media (max-width: 767px) {
    .form {
        margin-bottom: 20px
    }
}

@media (min-width: 768px) and (max-width: 1007px) {
    .form {
        margin-bottom: 22px
    }
}

@media (min-width: 1008px) and (max-width: 1439px) {
    .form {
        margin-bottom: 30px
    }
}

@media (min-width: 1440px) {
    .form {
        margin-bottom: 42px
    }
}

.form__group {
    width: 100%;
    max-width: 390px;
    margin-bottom: 25px
}

.form__group-wide {
    max-width: 630px
}

.form__label {
    font-weight: bold;
    margin-bottom: 10px
}

@media (max-width: 1007px) {
    .form__label {
        font-size: 17px
    }
}

@media (min-width: 1008px) {
    .form__label {
        font-size: 18px
    }
}

.form__value > *:last-child {
    margin-bottom: 0
}

.form__required {
    color: #dd5c5c
}

.form__error {
    font-size: 16px;
    text-align: right;
    color: #df6b6b
}

.form__footer > *:last-child {
    margin-bottom: 0
}

@media (max-width: 567px) {
    .form__footer .btn {
        width: 100%;
        margin-bottom: 10px
    }
}

@media (min-width: 568px) {
    .form__footer .btn {
        margin-right: 25px
    }
}

@font-face {
    font-family: iconfont;
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/icomoon_v3.eot");
    src: url("../fonts/icomoon_v3.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon_v3.woff") format("woff"), url("../fonts/icomoon_v3.ttf") format("truetype"), url("../fonts/icomoon_v3.svg#iconfont") format("svg")
}

@font-face {
    font-family: ruble;
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/ALSRubl.eot");
    src: url("../fonts/ALSRubl.eot?#iefix") format("embedded-opentype"), url("../fonts/ALSRubl.woff") format("woff"), url("../fonts/ALSRubl.ttf") format("truetype"), url("../fonts/ALSRubl.svg#ruble") format("svg")
}

.icon {
    font-family: iconfont;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    display: inline-block;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    speak: none
}

.icon-thumbs-up:before {
    content: '\e911'
}

.icon-angle-large-left:before {
    content: '\e900'
}

.icon-angle-large-right:before {
    content: '\e901'
}

.icon-help:before {
    content: '\e902'
}

.icon-info:before {
    content: '\e903'
}

.icon-options:before {
    content: '\e904'
}

.icon-tick:before {
    content: '\e905'
}

.icon-close:before {
    content: '\e906'
}

.icon-help-filled:before {
    content: '\e907'
}

.icon-gplus:before {
    content: '\e908'
}

.icon-twitter:before {
    content: '\e909'
}

.icon-vk:before {
    content: '\e90a'
}

.icon-angle-left:before {
    content: '\e90b'
}

.icon-angle-right:before {
    content: '\e90c'
}

.icon-search:before {
    content: '\e90d'
}

.icon-minus:before {
    content: '\e90e'
}

.icon-plus:before {
    content: '\e90f'
}

.icon-angle-bottom:before {
    content: '\e910'
}

.icon-enter:before {
    content: '\ea13'
}

.icon-exit:before {
    content: '\ea14'
}

.icon-terminal:before {
    content: '\ea81'
}

.icon-mail4:before {
    content: '\ea86'
}

.icon-amazon:before {
    content: '\ea87'
}

.icon-google:before {
    content: '\ea88'
}

.icon-google2:before {
    content: '\ea89'
}

.icon-google3:before {
    content: '\ea8a'
}

.icon-google-plus:before {
    content: '\ea8b'
}

.icon-google-plus2:before {
    content: '\ea8c'
}

.icon-google-plus3:before {
    content: '\ea8d'
}

.icon-google-drive:before {
    content: '\ea8f'
}

.icon-telegram:before {
    content: '\ea95'
}

.icon-twitter2:before {
    content: '\ea96'
}

.icon-vk2:before {
    content: '\ea98'
}

.icon-vimeo:before {
    content: '\eaa0'
}

.icon-blogger:before {
    content: '\eab7'
}

.icon-blogger2:before {
    content: '\eab8'
}

.icon-tumblr2:before {
    content: '\eaba'
}

.icon-tux:before {
    content: '\eabd'
}

.icon-appleinc:before {
    content: '\eabe'
}

.icon-skype:before {
    content: '\eac5'
}

.icon-linkedin:before {
    content: '\eac9'
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #CCC
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:hover, .mfp-close:focus {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1
}

.mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        transform: scale(0.75)
    }

    .mfp-arrow-left {
        transform-origin: 0
    }

    .mfp-arrow-right {
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical > .swiper-wrapper {
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    transform-style: preserve-3d;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-fles-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    transform-style: preserve-3d;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-prev, .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-container-3d {
    -o-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent)
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    visibility: hidden;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    filter: blur(50px)
}

.swiper-container-cube.swiper-container-vertical .swiper-cube-shadow {
    z-index: 0
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

.about {
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
    color: #61666c
}

.about > *:last-child {
    margin-bottom: 0
}

@media (max-width: 767px) {
    .about {
        display: none;
        padding-top: 20px;
        padding-bottom: 20px
    }
}

@media (min-width: 768px) and (max-width: 1007px) {
    .about {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

@media (min-width: 1008px) and (max-width: 1175px) {
    .about {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

@media (min-width: 1176px) {
    .about {
        padding-top: 35px;
        padding-bottom: 35px
    }
}

@media (max-width: 1439px) {
    .about {
        font-weight: 300;
        padding-right: 10px;
        padding-left: 10px
    }
}

@media (min-width: 1440px) {
    .about {
        padding-right: 15px;
        padding-left: 15px
    }
}

.about__title {
    font-weight: bold;
    text-align: center;
    color: #374048
}

@media (max-width: 767px) {
    .about__title {
        font-size: 26px;
        margin: 0 0 20px
    }
}

@media (min-width: 768px) and (max-width: 1175px) {
    .about__title {
        font-size: 34px
    }
}

@media (min-width: 768px) and (max-width: 1007px) {
    .about__title {
        margin: 0 0 30px
    }
}

@media (min-width: 1008px) and (max-width: 1175px) {
    .about__title {
        margin: 0 0 40px
    }
}

@media (min-width: 1176px) {
    .about__title {
        font-size: 36px;
        margin: 0 0 50px
    }
}

.about__caption {
    font-weight: normal;
    line-height: 1.25;
    margin: 0 0 10px;
    color: #374048
}

@media (max-width: 767px) {
    .about__caption {
        font-size: 26px
    }
}

@media (min-width: 768px) and (max-width: 1175px) {
    .about__caption {
        font-size: 28px
    }
}

@media (min-width: 1176px) {
    .about__caption {
        font-size: 30px
    }
}

.accent {
    display: inline-block;
    margin: 0 0 1.25em;
    padding: 14px 30px;
    color: white;
    border-radius: 3px;
    background: #1ecd8d
}

.accent__link {
    color: #e4ff01
}

.accent__link:hover {
    color: white !important
}

@media (max-width: 767px) {
    .accordion {
        margin-bottom: 20px
    }
}

@media (min-width: 768px) and (max-width: 1007px) {
    .accordion {
        margin-bottom: 22px
    }
}

@media (min-width: 1008px) and (max-width: 1439px) {
    .accordion {
        margin-bottom: 30px
    }
}

@media (min-width: 1440px) {
    .accordion {
        margin-bottom: 42px
    }
}

.accordion__item {
    border-radius: 3px;
    background: #f3f7f9
}

.accordion__item:nth-last-child(n+2) {
    margin-bottom: 10px
}

.accordion__caption {
    font-weight: bold;
    cursor: pointer;
    transition: all .15s ease;
    color: #2e9ef5;
    border-bottom: 5px solid transparent;
    border-radius: 3px
}

@media (max-width: 767px) {
    .accordion__caption {
        font-size: 18px;
        position: relative;
        padding: 11px 30px 6px 10px
    }
}

@media (min-width: 768px) and (max-width: 1175px) {
    .accordion__caption {
        font-size: 20px;
        padding: 15px 20px 10px
    }
}

@media (min-width: 1176px) {
    .accordion__caption {
        font-size: 22px;
        padding: 19px 30px 14px
    }
}

.accordion__caption:after {
    font-family: iconfont;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    display: inline-block;
    margin-left: .25em;
    content: '\e910'
}

@media (max-width: 767px) {
    .accordion__caption:after {
        position: absolute;
        top: calc(50% - 4px);
        right: 10px
    }
}

.accordion__item_open .accordion__caption:after {
    transform: rotate(180deg)
}

.no-touchevents .accordion__caption:hover {
    color: #fa7c0d
}

.accordion__item_open .accordion__caption {
    color: white;
    border-bottom-color: #6fa3bc;
    background: #86b8d1
}

.accordion__item_open .accordion__caption:hover {
    color: white
}

.accordion__captionText {
    transition: border-color .15s ease;
    border-bottom: 2px dashed
}

.no-touchevents .accordion__caption:hover .accordion__captionText, .accordion__item_open .accordion__captionText {
    border-bottom-color: transparent
}

.accordion__body {
    display: none
}

.accordion__body > *:last-child {
    margin-bottom: 0
}

@media (max-width: 767px) {
    .accordion__body {
        font-size: 17px;
        padding: 10px
    }
}

@media (min-width: 768px) and (max-width: 1175px) {
    .accordion__body {
        padding: 20px
    }
}

@media (min-width: 768px) and (max-width: 1439px) {
    .accordion__body {
        font-size: 18px
    }
}

@media (min-width: 1176px) {
    .accordion__body {
        padding: 30px
    }
}

@media (min-width: 1440px) {
    .accordion__body {
        font-size: 20px
    }
}

.accordion__item_open .accordion__body {
    display: block
}

.actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width: 568px) and (max-width: 1439px) {
    .actions {
        margin: 0 -10px
    }
}

@media (min-width: 1440px) {
    .actions {
        margin: 0 -15px
    }
}

@media (max-width: 567px) {
    .actions__item {
        width: 100%
    }
}

@media (min-width: 568px) and (max-width: 1007px) {
    .actions__item {
        width: 50%
    }
}

@media (min-width: 568px) and (max-width: 1439px) {
    .actions__item {
        padding: 0 10px
    }
}

@media (min-width: 1008px) and (max-width: 1175px) {
    .actions__item {
        width: 33.3333%
    }
}

@media (min-width: 1176px) {
    .actions__item {
        width: 25%
    }
}

@media (min-width: 1440px) {
    .actions__item {
        padding: 0 15px
    }
}

@media (max-width: 567px) {
    .actions__item:nth-child(n+2) {
        margin-top: 25px
    }
}

@media (min-width: 568px) and (max-width: 1007px) {
    .actions__item:nth-child(n+3) {
        margin-top: 25px
    }
}

@media (min-width: 1008px) and (max-width: 1175px) {
    .actions__item:nth-child(n+4) {
        margin-top: 30px
    }
}

@media (min-width: 1176px) {
    .actions__item:nth-child(n+5) {
        margin-top: 30px
    }
}

.actions__link {
    display: block;
    margin-bottom: 15px
}

.actions__hero {
    display: block;
    max-width: 100%;
    height: auto;
    margin-bottom: 1em;
    border-radius: 3px
}

.actions__caption {
    font-weight: bold
}

@media (max-width: 767px) {
    .actions__caption {
        font-size: 18px
    }
}

@media (min-width: 768px) and (max-width: 1439px) {
    .actions__caption {
        font-size: 20px
    }
}

@media (min-width: 1440px) {
    .actions__caption {
        font-size: 22px
    }
}

.advantages {
    display: -ms-flexbox;
    display: flex;
    max-width: 1440px;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 767px) {
    .advantages {
        padding: 25px 0
    }
}

@media (min-width: 768px) and (max-width: 1175px) {
    .advantages {
        padding: 30px 0
    }
}

@media (min-width: 1176px) and (max-width: 1439px) {
    .advantages {
        padding: 30px 0
    }
}

@media (min-width: 1440px) {
    .advantages {
        padding: 40px 0
    }
}

.advantages__item {
    font-weight: bold;
    line-height: 1.25;
    text-align: left
}

@media (max-width: 567px) {
    .advantages__item {
        width: 50%;
        text-align: center
    }
}

@media (min-width: 568px) and (max-width: 1007px) {
    .advantages__item {
        width: 33.3333%
    }
}

@media (max-width: 767px) {
    .advantages__item {
        font-size: 12px;
        text-align: center
    }
}

@media (min-width: 768px) and (max-width: 1175px) {
    .advantages__item {
        font-size: 14px
    }
}

@media (min-width: 1008px) {
    .advantages__item {
        width: 16.6666%
    }
}

@media (min-width: 1176px) {
    .advantages__item {
        font-size: 20px
    }
}

@media (max-width: 1439px) {
    .advantages__item {
        padding: 0 10px
    }
}

@media (min-width: 1440px) {
    .advantages__item {
        padding: 0 15px
    }
}

.advantages__item:before {
    display: block;
    width: 42px;
    height: 37px;
    margin: 0 0 12px 0;
    content: '';
    background: url(../img/advantages_2.png) no-repeat
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .advantages__item:before {
        background-image: url(../img/advantages_2@2x.png);
        background-size: 623px 37px
    }
}

@media (max-width: 567px) {
    .advantages__item:before {
        margin: 0 auto 12px
    }
}

@media (max-width: 767px) {
    .advantages__item:before {
        margin: 0 auto 12px
    }
}

@media (max-width: 567px) {
    .advantages__item:nth-child(n+3) {
        margin-top: 25px
    }
}

@media (min-width: 568px) and (max-width: 1007px) {
    .advantages__item:nth-child(n+4) {
        margin-top: 30px
    }
}

.advantages__item-data:before {
    background-position: 0 0
}

.advantages__item-specialist:before {
    background-position: -42px 0
}

.advantages__item-discount:before {
    background-position: -84px 0
}

.advantages__item-actions:before {
    background-position: -126px 0
}

.advantages__item-php:before {
    background-position: -168px 0
}

.advantages__item-premium:before {
    background-position: -210px 0
}

.advantages__item-security:before {
    background-position: -252px 0
}

.advantages__item-ssd:before {
    background-position: -296px 0
}

.advantages__item-support:before {
    background-position: -342px 0
}

.advantages__item-migrate:before {
    background-position: -388px 0
}

.advantages__item-control:before {
    background-position: -430px 0
}

.advantages__item-stat:before {
    background-position: -472px 0
}

.advantages__item-webmoney:before {
    background-position: -514px 0
}

.advantages__item-trust:before {
    background-position: -556px 0
}

.advantages__item_adv {
    margin: -20px 20px 0 20px
}

.advantages__item_adv2 {
    margin-left: 20px
}

.advantages__text {
    line-height: 1.25;
    display: block;
    margin: 10px auto;
    margin-top: 20px;
    text-align: left;
    color: gray
}

@media (max-width: 767px) {
    .advantages__text {
        display: none
    }
}

@media (min-width: 768px) and (max-width: 1175px) {
    .advantages__text {
        font-size: 8pt
    }
}

@media (min-width: 1176px) and (max-width: 1439px) {
    .advantages__text {
        font-size: 9pt
    }
}

@media (min-width: 1440px) {
    .advantages__text {
        font-size: 10pt
    }
}

.alert {
    font-size: 18px;
    font-weight: bold;
    display: table;
    margin-bottom: 10px;
    padding: 14px 30px;
    color: white;
    border-radius: 3px
}

.alert-success {
    background: #65b967
}

.alert-error {
    background: #f16767
}

.bnav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 1007px) {
    .bnav {
        width: 100%
    }
}

@media (min-width: 1008px) {
    .bnav {
        width: 75%
    }
}

@media (max-width: 767px) {
    .bnav__column {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #363d42
    }
}

@media (min-width: 768px) {
    .bnav__column {
        width: 25%
    }
}

@media (max-width: 1439px) {
    .bnav__column {
        padding-right: 10px;
        padding-left: 10px
    }
}

@media (min-width: 1440px) {
    .bnav__column {
        padding-right: 15px;
        padding-left: 15px
    }
}

.bnav__caption {
    font-weight: bold;
    text-transform: uppercase
}

@media (max-width: 767px) {
    .bnav__caption {
        margin-bottom: 16px
    }
}

@media (min-width: 768px) and (max-width: 1007px) {
    .bnav__caption {
        margin-bottom: 24px
    }
}

@media (max-width: 1007px) {
    .bnav__caption {
        font-size: 16px
    }
}

@media (min-width: 1008px) {
    .bnav__caption {
        font-size: 18px;
        margin-bottom: 32px
    }
}

.bnav__list {
    margin: 0;
    padding: 0;
    list-style: none
}

.bnav__list li {
    margin: 0
}

.bnav__list li:before {
    display: none
}

.bnav__list > *:last-child {
    margin-bottom: 0
}

@media (max-width: 1007px) {
    .bnav__list {
        font-size: 16px
    }
}

@media (min-width: 1008px) {
    .bnav__list {
        font-size: 18px
    }
}

.bnav__item:nth-last-child(n+2) {
    margin-bottom: .4em !important
}

.bnav__link {
    color: #85caff
}

.buttons {
    margin-bottom: 1.25em
}

.buttons > *:last-child {
    margin-bottom: 0
}

.buttons__item {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1em;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.buttons__hero {
    width: 88px
}

.buttons__image {
    display: block;
    max-width: 100%;
    height: auto
}

@media (max-width: 567px) {
    .buttons__image {
        margin-bottom: 10px
    }
}

@media (max-width: 567px) {
    .buttons__code {
        width: 100%
    }
}

@media (min-width: 568px) {
    .buttons__code {
        width: calc(100% - 108px)
    }
}

.buttons__textarea {
    max-width: 430px;
    height: 56px
}

.cms {
    display: -ms-flexbox;
    display: flex;
    margin-top: -20px;
    margin-right: -10px;
    margin-left: -10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 767px) {
    .cms {
        margin-bottom: 20px
    }
}

@media (min-width: 768px) and (max-width: 1007px) {
    .cms {
        margin-bottom: 22px
    }
}

@media (min-width: 1008px) and (max-width: 1439px) {
    .cms {
        margin-bottom: 30px
    }
}

@media (min-width: 1440px) {
    .cms {
        margin-bottom: 42px
    }
}

.cms-center {
    -ms-flex-pack: center;
    justify-content: center
}

.cms__link {
    display: -ms-flexbox;
    display: flex;
    height: 65px;
    margin: 20px 10px 0;
    transition: border-color .15s ease;
    border: 2px solid #f3f7f9;
    border-radius: 32px;
    background: #f3f7f9;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 419px) {
    .cms__link {
        width: calc(100% - 20px);
        margin-top: 10px
    }
}

@media (min-width: 420px) and (max-width: 567px) {
    .cms__link {
        width: calc(50% - 20px)
    }
}

@media (min-width: 568px) {
    .cms__link {
        width: 157px
    }
}

.no-touchevents .cms__link:hover {
    border-color: #fa7c0d
}

.cms__image {
    display: block
}

.cms-table {
    width: 100%;
    max-width: 800px
}

@media (min-width: 568px) and (max-width: 767px) {
    .cms-table tr td:nth-child(n+2) {
        width: 150px
    }
}

@media (min-width: 768px) {
    .cms-table tr td:nth-child(n+2) {
        width: 170px
    }
}

.colorbox {
    color: white
}

.colorbox > *:last-child {
    margin-bottom: 0
}

@media (min-width: 1008px) {
    .colorbox {
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover
    }
}

.colorbox-green {
    background-color: #72bfa2
}

@media (min-width: 1008px) {
    .colorbox-green {
        background-image: url(../i/greenbox.png)
    }
}

.colorbox-blue {
    background-color: #66a3d2
}

@media (min-width: 1008px) {
    .colorbox-blue {
        background-image: url(../i/bluebox.png)
    }
}

.colorbox ul li:before {
    background: #ffed2a
}

.colorbox a {
    color: #ffed2a
}

.colorbox a:hover {
    color: white
}

.colorbox__inner {
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto
}

.colorbox__inner > *:last-child {
    margin-bottom: 0
}

@media (max-width: 1007px) {
    .colorbox__inner {
        padding: 20px 10px
    }
}

@media (min-width: 1008px) and (max-width: 1439px) {
    .colorbox__inner {
        padding: 30px 10px
    }
}

@media (min-width: 1440px) {
    .colorbox__inner {
        padding: 40px 15px
    }
}

@media (min-width: 1440px) {
    .content__box .colorbox__inner {
        padding: 40px 30px
    }
}

.columns:after {
    display: table;
    clear: both;
    content: ''
}

@media (max-width: 767px) {
    .columns {
        margin-bottom: 20px
    }
}

@media (min-width: 768px) and (max-width: 1007px) {
    .columns {
        margin-bottom: 22px
    }
}

@media (min-width: 768px) and (max-width: 1439px) {
    .columns {
        margin-right: -10px;
        margin-left: -10px
    }
}

@media (max-width: 1007px) {
    .columns > *:last-child {
        margin-bottom: 0
    }
}

@media (min-width: 1008px) and (max-width: 1439px) {
    .columns {
        margin-bottom: 30px
    }
}

@media (min-width: 1440px) {
    .columns {
        margin-right: -15px;
        margin-bottom: 42px;
        margin-left: -15px
    }
}

.column > *:last-child {
    margin-bottom: 0
}

@media (min-width: 768px) and (max-width: 1439px) {
    .column {
        padding: 0 10px
    }
}

@media (max-width: 1007px) {
    .column {
        margin-bottom: 1.25em
    }
}

@media (min-width: 1008px) {
    .column {
        float: left;
        width: 50%
    }
}

@media (min-width: 1440px) {
    .column {
        padding: 0 15px
    }
}

.content__header {
    background: url(../i/content-header.png) no-repeat 50% 50%;
    background-size: cover
}

.content__title {
    max-width: 1440px;
    margin: 0 auto;
    color: white
}

@media (max-width: 767px) {
    .content__title {
        padding: 20px 10px
    }
}

@media (min-width: 768px) and (max-width: 1007px) {
    .content__title {
        padding: 22px 10px
    }
}

@media (min-width: 1008px) and (max-width: 1439px) {
    .content__title {
        padding: 30px 10px
    }
}

@media (min-width: 1008px) {
    .content__title {
        font-size: 42px
    }
}

@media (min-width: 1440px) {
    .content__title {
        padding: 45px 15px
    }
}

.content__body {
    max-width: 1440px;
    margin: 0 auto
}

.content__body > *:last-child {
    margin-bottom: 0
}

.content__body:after {
    display: table;
    clear: both;
    content: ''
}

@media (max-width: 767px) {
    .content__body {
        padding: 20px 10px
    }
}

@media (min-width: 768px) and (max-width: 1007px) {
    .content__body {
        padding: 30px 10px
    }
}

@media (min-width: 1008px) and (max-width: 1439px) {
    .content__body {
        padding: 40px 10px
    }
}

@media (min-width: 1440px) {
    .content__body {
        padding: 50px 15px
    }
}

@media (max-width: 1439px) {
    .content__body > p:first-child {
        font-weight: 600
    }
}

@media (min-width: 1440px) {
    .content__body > p:first-child {
        font-size: 1.1em
    }
}

@media (max-width: 567px) {
    .content__hero {
        margin-bottom: 20px
    }
}

@media (min-width: 568px) {
    .content__hero {
        float: left
    }
}

@media (min-width: 568px) and (max-width: 1439px) {
    .content__hero {
        width: calc(50% + 20px / 2 - 20px);
        margin: 0 20px 20px 0
    }
}

@media (min-width: 1008px) and (max-width: 1439px) {
    .content__hero {
        width: calc(25% + 20px / 4 - 20px)
    }
}

@media (min-width: 1440px) {
    .content__hero {
        width: calc(25% + 30px / 4 - 30px);
        margin: 0 30px 30px 0
    }
}

.content__heroPic {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 3px
}

@media (min-width: 1176px) {
    .content__404 {
        display: block
    }
}

@media (max-width: 767px) {
    .content__404 {
        display: none
    }
}

.content__404_sm {
    display: none
}

@media (max-width: 767px) {
    .content__404_sm {
        display: block
    }
}

.content__about {
    background-color: #eef3f6
}

@media (min-width: 1176px) {
    .content__about {
        background-color: #eef3f6
    }
}

.content__aboutInner {
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto
}

@media (max-width: 767px) {
    .content__aboutInner {
        padding: 20px 10px
    }
}

@media (min-width: 768px) and (max-width: 1007px) {
    .content__aboutInner {
        padding: 30px 10px
    }
}

@media (min-width: 1008px) and (max-width: 1439px) {
    .content__aboutInner {
        padding: 40px 10px
    }
}

@media (min-width: 1440px) {
    .content__aboutInner {
        padding: 50px 15px
    }
}

.content__box {
    background: #eef3f6
}

@media (min-width: 1440px) {
    .content__box {
        padding-top: 50px;
        padding-right: 15px;
        padding-bottom: 50px;
        padding-left: 15px
    }
}

.img-left, .img-right {
    display: block;
    max-width: 100%;
    height: auto
}

@media (max-width: 567px) {
    .img-left, .img-right {
        margin-bottom: 20px
    }
}

@media (min-width: 568px) {
    .img-left {
        float: left
    }
}

@media (min-width: 568px) and (max-width: 1175px) {
    .img-left {
        margin: 0 20px 20px 0
    }
}

@media (min-width: 1176px) {
    .img-left {
        margin: 0 30px 30px 0
    }
}

@media (min-width: 568px) {
    .img-right {
        float: right
    }
}

@media (min-width: 568px) and (max-width: 1175px) {
    .img-right {
        margin: 0 0 20px 20px
    }
}

@media (min-width: 1176px) {
    .img-right {
        margin: 0 0 30px 30px
    }
}

figure {
    padding: 0
}

@media (max-width: 1007px) {
    figure {
        margin: 20px 0
    }
}

@media (min-width: 1008px) {
    figure {
        margin: 30px 0
    }
}

figure img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 5px;
    vertical-align: top;
    border: 1px solid #eef3f6;
    background: white
}

@media (max-width: 767px) {
    .copyright {
        width: 100%;
        margin-top: 20px
    }
}

@media (max-width: 1007px) {
    .copyright {
        -ms-flex-order: 1;
        order: 1
    }
}

@media (min-width: 1008px) {
    .copyright {
        width: 100%
    }
}

@media (min-width: 1008px) and (max-width: 1175px) {
    .copyright {
        margin-top: 20px
    }
}

@media (max-width: 1175px) {
    .copyright {
        font-size: 14px
    }
}

@media (min-width: 1176px) {
    .copyright {
        margin-top: 25px
    }
}

@media (min-width: 1176px) and (max-width: 1439px) {
    .copyright {
        font-size: 16px
    }
}

@media (min-width: 1440px) {
    .copyright {
        font-size: 18px
    }
}

@media (max-width: 1007px) {
    .copyright p {
        margin-bottom: .5em
    }
}

@media (min-width: 1008px) {
    .copyright p {
        margin-bottom: 1.25em
    }
}

.copyright p:last-child {
    margin-bottom: 0
}

.document {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    -ms-flex-align: center;
    align-items: center
}

.document__icon {
    display: block;
    max-width: 44px;
    height: auto;
    margin-right: 6px
}

.features {
    font-weight: 300;
    line-height: 1.25;
    text-align: center;
    border-top: 1px dashed #e5e7e9
}

@media (max-width: 767px) {
    .features {
        font-size: 18px
    }
}

@media (min-width: 768px) and (max-width: 1175px) {
    .features {
        font-size: 20px
    }
}

@media (min-width: 1176px) {
    .features {
        font-size: 22px
    }
}

.features__item {
    padding: 10px 0;
    border-bottom: 1px dashed #e5e7e9
}

.features__item img {
    width: 80%
}

.features__highlight {
    font-weight: bold;
    color: #fa7c0d
}

@media (max-width: 767px) {
    .features__highlight {
        font-size: 16px
    }
}

@media (min-width: 768px) and (max-width: 1175px) {
    .features__highlight {
        font-size: 18px
    }
}

@media (min-width: 1176px) {
    .features__highlight {
        font-size: 20px
    }
}

.fees-holder {
    background: url(../i/fees.png) no-repeat 50% 50%;
    background-size: cover
}

.fees {
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
    color: white
}

@media (max-width: 767px) {
    .fees {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

@media (min-width: 768px) {
    .fees {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (min-width: 768px) and (max-width: 1007px) {
    .fees {
        padding-top: 22px;
        padding-bottom: 22px
    }
}

@media (min-width: 1008px) and (max-width: 1439px) {
    .fees {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

@media (min-width: 1440px) {
    .fees {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

@media (min-width: 768px) {
    .fees__item {
        width: 50%
    }
}

@media (max-width: 1439px) {
    .fees__item {
        padding: 0 10px
    }
}

@media (min-width: 1440px) {
    .fees__item {
        padding: 0 15px
    }
}

@media (max-width: 767px) {
    .fees__item:nth-last-child(n+2) {
        margin-bottom: 15px
    }
}

.fees__hero {
    font-weight: bold;
    color: #ffed2a
}

@media (max-width: 767px) {
    .fees__hero {
        font-size: 20px
    }
}

@media (min-width: 768px) and (max-width: 1439px) {
    .fees__hero {
        font-size: 26px
    }
}

@media (min-width: 1440px) {
    .fees__hero {
        font-size: 36px
    }
}

.fees__unit {
    font-weight: bold
}

@media (max-width: 767px) {
    .fees__unit {
        font-size: 17px
    }
}

@media (min-width: 768px) and (max-width: 1439px) {
    .fees__unit {
        font-size: 20px
    }
}

@media (min-width: 1440px) {
    .fees__unit {
        font-size: 26px
    }
}

@media (max-width: 767px) {
    .fees__text {
        margin-top: .5em
    }
}

@media (min-width: 768px) {
    .fees__text {
        margin-top: 1em
    }
}

.fees__hl {
    font-weight: bold;
    color: #ffed2a
}

.flist {
    margin-bottom: 1.25em
}

.flist > *:last-child {
    margin-bottom: 0
}

@media (max-width: 1007px) {
    .flist {
        font-size: 17px
    }
}

@media (min-width: 1008px) {
    .flist {
        font-size: 18px
    }
}

.flist__item {
    position: relative;
    margin-bottom: 10px
}

.flist__checkbox, .flist__radiobutton {
    position: absolute;
    visibility: hidden;
    width: 0;
    height: 0;
    opacity: 0
}

.flist__label {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    cursor: pointer
}

.flist__checkbox + .flist__label:before {
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    width: 18px;
    height: 18px;
    content: '';
    border: 1px solid #dbeaf1;
    border-radius: 3px;
    background-color: #f3f7f9;
    box-shadow: 0 2px 6px rgba(147, 182, 200, 0.3) inset
}

.flist__checkbox:checked + .flist__label:after {
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    width: 18px;
    height: 18px;
    content: '';
    background: url(../img/tick.svg) no-repeat 50% 50%
}

.flist__radiobutton + .flist__label:before {
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    width: 18px;
    height: 18px;
    content: '';
    border: 1px solid #dbeaf1;
    border-radius: 50%;
    background-color: #f3f7f9;
    box-shadow: 0 2px 6px rgba(147, 182, 200, 0.3) inset
}

.flist__radiobutton:checked + .flist__label:after {
    position: absolute;
    top: 7px;
    left: 5px;
    display: block;
    width: 8px;
    height: 8px;
    content: '';
    border-radius: 50%;
    background: #374048
}

.footer {
    color: white;
    background: #262d33
}

@media (max-width: 1007px) {
    .footer {
        border-bottom: 5px solid #2e9ef5
    }
}

@media (min-width: 1008px) {
    .footer {
        border-bottom: 6px solid #2e9ef5
    }
}

.footer__inner {
    display: -ms-flexbox;
    display: flex;
    max-width: 1440px;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 767px) {
    .footer__inner {
        padding: 0 0 20px
    }
}

@media (min-width: 768px) and (max-width: 1007px) {
    .footer__inner {
        padding: 35px 0 30px
    }
}

@media (min-width: 1008px) {
    .footer__inner {
        padding: 80px 0 76px
    }
}

.gallery {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.25em;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 1439px) {
    .gallery {
        margin-top: -20px;
        margin-right: -10px;
        margin-left: -10px
    }
}

@media (min-width: 1440px) {
    .gallery {
        margin-top: -30px;
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (max-width: 567px) {
    .gallery__item {
        width: 50%
    }
}

@media (min-width: 568px) and (max-width: 767px) {
    .gallery__item {
        width: 33.3333%
    }
}

@media (min-width: 768px) and (max-width: 1007px) {
    .gallery__item {
        width: 25%
    }
}

@media (min-width: 1008px) {
    .gallery__item {
        width: 16.6666%
    }
}

@media (max-width: 1439px) {
    .gallery__item {
        margin-top: 20px;
        padding: 0 10px
    }
}

@media (min-width: 1440px) {
    .gallery__item {
        margin-top: 30px;
        padding: 0 15px
    }
}

.gallery__link {
    position: relative;
    display: block;
    border-radius: 3px
}

.gallery__link:before {
    font-family: iconfont;
    font-size: 24px;
    line-height: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    content: '\e90d';
    transition: all .15s ease;
    opacity: 0;
    color: white;
    border-radius: 3px;
    background: rgba(255, 127, 14, 0.7);
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.no-touchevents .gallery__link:hover:before {
    opacity: 1
}

.gallery__pic {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 3px
}

.gallery__caption {
    margin-top: .5em;
    text-align: center;
    color: #666
}

@media (max-width: 767px) {
    .gallery__caption {
        font-size: 15px
    }
}

@media (min-width: 768px) and (max-width: 1175px) {
    .gallery__caption {
        font-size: 16px
    }
}

@media (min-width: 1176px) and (max-width: 1439px) {
    .gallery__caption {
        font-size: 17px
    }
}

@media (min-width: 1440px) {
    .gallery__caption {
        font-size: 18px
    }
}

.header {
    position: relative;
    z-index: 2;
    display: -ms-flexbox;
    display: flex;
    background: white;
    box-shadow: 0 9px 14px rgba(0, 0, 0, 0.05);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.header__slogan {
    width: 100%;
    color: white;
    background: #2e9ef5
}

.header__sloganText {
    font-size: 16px;
    line-height: 1.25;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto
}

@media (max-width: 767px) {
    .header__sloganText {
        display: none
    }
}

@media (min-width: 768px) and (max-width: 1439px) {
    .header__sloganText {
        padding: 15px 10px
    }
}

@media (min-width: 1440px) {
    .header__sloganText {
        padding: 15px
    }
}

.header__inner {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 1439px) {
    .header__inner {
        padding: 0 10px
    }
}

@media (min-width: 1440px) {
    .header__inner {
        padding: 0 15px
    }
}

.help {
    position: relative;
    top: 1px;
    display: inline-block;
    overflow: hidden;
    width: 16px;
    height: 16px;
    margin-top: -4px;
    cursor: pointer;
    vertical-align: middle;
    color: #2e9ef5
}

.help:before {
    font-family: iconfont;
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    display: block;
    height: 100%;
    content: '\e902'
}

.help_active:before {
    content: '\e907'
}

.link_help {
    text-decoration: underline;
    color: #ffffff
}

.logo {
    overflow: hidden;
    display: block
}

.logo:before {
    display: block;
    width: 0;
    height: 100%;
    content: ''
}

.logo-header {
    position: absolute;
    top: 13px;
    background: url(../img/logo.svg) no-repeat 0 50%;
    background-size: contain;
    cursor: pointer;
    z-index: 2
}

@media (max-width: 767px) {
    .logo-header {
        width: 130px;
        height: 44px
    }
}

@media (min-width: 768px) and (max-width: 1007px) {
    .logo-header {
        width: 174px;
        height: 59px
    }
}

@media (min-width: 1008px) {
    .logo-header {
        width: 247px;
        height: 84px
    }
}

@media (max-width: 1439px) {
    .logo-header {
        left: 10px
    }
}

@media (min-width: 1440px) {
    .logo-header {
        left: 15px
    }
}

.logo-footer {
    background: url(../img/logo-footer.svg) no-repeat 0 50%;
    background-size: contain
}

@media (max-width: 767px) {
    .logo-footer {
        width: 140px;
        height: 42px
    }
}

@media (min-width: 768px) and (max-width: 1007px) {
    .logo-footer {
        width: 150px;
        height: 45px
    }
}

@media (max-width: 1007px) {
    .logo-footer {
        -ms-flex-order: 0;
        order: 0
    }
}

@media (min-width: 1008px) and (max-width: 1175px) {
    .logo-footer {
        width: 134px;
        height: 40px
    }
}

@media (min-width: 1176px) and (max-width: 1439px) {
    .logo-footer {
        width: 156px;
        height: 47px
    }
}

@media (min-width: 1440px) {
    .logo-footer {
        width: 178px;
        height: 54px
    }
}

.mission {
    font-weight: bold;
    position: relative;
    display: inline-block;
    margin: 0 0 1.25em;
    padding: 20px 20px 20px 25px;
    border-radius: 3px;
    background: #f3f7f9
}

.mission:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 10px;
    height: 100%;
    content: '';
    border-radius: 3px;
    background: #1ecd8d
}

.mission-about {
    background: white
}

.mission__hl {
    color: #1ecd8d
}

.nav {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.nav__list {
    margin: 0;
    padding: 0;
    list-style: none
}

.nav__list li {
    margin: 0
}

.nav__list li:before {
    display: none
}

@media (max-width: 1007px) {
    .nav__list {
        font-size: 14px;
        line-height: 18px;
        display: none;
        width: calc(100% + 20px);
        margin: 0 -10px;
        text-transform: uppercase
    }
}

@media (min-width: 1008px) {
    .nav__list {
        font-weight: bold;
        line-height: 30px;
        display: -ms-flexbox;
        display: flex;
        padding: 40px 0;
        text-transform: uppercase
    }
}

@media (min-width: 1008px) and (max-width: 1175px) {
    .nav__list {
        font-size: 16px;
        line-height: 25px
    }
}

@media (min-width: 1176px) and (max-width: 1439px) {
    .nav__list {
        font-size: 18px
    }
}

@media (min-width: 1440px) {
    .nav__list {
        font-size: 20px
    }
}

@media (max-width: 1007px) {
    .nav_open .nav__list {
        display: block
    }
}

@media (min-width: 1008px) and (max-width: 1175px) {
    .nav__item:nth-child(n+2) {
        margin-left: 34px
    }
}

@media (min-width: 1176px) and (max-width: 1439px) {
    .nav__item:nth-child(n+2) {
        margin-left: 47px
    }
}

@media (min-width: 1440px) {
    .nav__item:nth-child(n+2) {
        margin-left: 62px
    }
}

@media (max-width: 1007px) {
    .nav__link {
        display: block;
        padding: 8px 10px 9px;
        color: #85caff;
        border-top: 1px solid #363d42;
        background: #262d33
    }
}

@media (min-width: 1008px) {
    .nav__link {
        color: #374048
    }
}

.nav__toggle {
    position: relative;
    display: block;
    width: 38px;
    height: 38px;
    cursor: pointer;
    border: 1px solid #d9dbde;
    background: transparent
}

@media (max-width: 767px) {
    .nav__toggle {
        margin-top: 16px;
        margin-right: 10px;
        margin-bottom: 16px
    }
}

@media (min-width: 768px) and (max-width: 1007px) {
    .nav__toggle {
        margin-top: 23px;
        margin-bottom: 24px
    }
}

@media (min-width: 1008px) {
    .nav__toggle {
        display: none
    }
}

.nav__toggle > i, .nav__toggle:before, .nav__toggle:after {
    position: absolute;
    left: 8px;
    display: block;
    width: 20px;
    height: 4px;
    content: '';
    border-radius: 2px;
    background: #374048
}

.nav__toggle > i {
    top: 16px
}

.nav__toggle:before {
    top: 8px
}

.nav__toggle:after {
    top: 24px
}

.nav_open .nav__toggle {
    border-color: #262d33;
    background: #262d33
}

.nav_open .nav__toggle > i, .nav_open .nav__toggle:before, .nav_open .nav__toggle:after {
    background: white
}

@media (max-width: 767px) {
    .numbers {
        margin-bottom: 20px
    }
}

@media (min-width: 768px) {
    .numbers {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (min-width: 768px) and (max-width: 1439px) {
    .numbers {
        margin-right: -10px;
        margin-left: -10px
    }
}

@media (min-width: 768px) and (max-width: 1007px) {
    .numbers {
        margin-bottom: 22px
    }
}

@media (min-width: 1008px) and (max-width: 1439px) {
    .numbers {
        margin-bottom: 30px
    }
}

@media (min-width: 1440px) {
    .numbers {
        margin-right: -15px;
        margin-bottom: 42px;
        margin-left: -15px
    }
}

@media (min-width: 768px) and (max-width: 1439px) {
    .numbers__item {
        width: 33.3333%;
        padding: 0 10px
    }
}

@media (min-width: 1440px) {
    .numbers__item {
        width: 25%;
        padding: 0 15px
    }
}

@media (max-width: 767px) {
    .numbers__item:nth-last-child(n+2) {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #ededed
    }
}

.numbers__hero {
    font-weight: bold;
    color: #fa7c0d
}

@media (max-width: 767px) {
    .numbers__hero {
        font-size: 20px
    }
}

@media (min-width: 768px) and (max-width: 1439px) {
    .numbers__hero {
        font-size: 26px
    }
}

@media (min-width: 1440px) {
    .numbers__hero {
        font-size: 36px
    }
}

.numbers__unit {
    font-weight: bold
}

@media (max-width: 767px) {
    .numbers__unit {
        font-size: 17px
    }
}

@media (min-width: 768px) and (max-width: 1439px) {
    .numbers__unit {
        font-size: 20px
    }
}

@media (min-width: 1440px) {
    .numbers__unit {
        font-size: 26px
    }
}

.numbers__text {
    font-weight: bold;
    margin-top: 1em;
    color: #808080
}

@media (max-width: 767px) {
    .numbers__text {
        font-size: 17px;
        margin-top: .5em
    }
}

@media (min-width: 768px) and (max-width: 1439px) {
    .numbers__text {
        font-size: 18px
    }
}

@media (min-width: 1440px) {
    .numbers__text {
        font-size: 20px
    }
}

.offers {
    background-color: #eef3f6
}

@media (max-width: 767px) {
    .offers {
        padding: 20px 0 0
    }
}

@media (min-width: 768px) and (max-width: 1007px) {
    .offers {
        padding: 30px 0 0
    }
}

@media (min-width: 1008px) {
    .offers {
        padding: 40px 0 0
    }
}

@media (min-width: 1176px) {
    .offers {
        background: url(../img/offers-left.jpg) no-repeat 0 50%, url(../img/offers-right.jpg) no-repeat 100% 50%;
        background-color: #eef3f6
    }
}

.offers__tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center
}

.offers__tabs li {
    margin: 0
}

.offers__tabs li:before {
    display: none
}

@media (max-width: 767px) {
    .offers__tabs {
        margin-bottom: 20px
    }
}

@media (min-width: 768px) and (max-width: 1175px) {
    .offers__tabs {
        margin-bottom: 30px
    }
}

@media (min-width: 1176px) {
    .offers__tabs {
        margin-bottom: 40px
    }
}

.offers__item {
    font-weight: bold;
    line-height: 1;
    border-radius: 24px;
    outline: none
}

@media (max-width: 1007px) {
    .offers__item {
        font-size: 20px;
        padding: 8px 12px 9px
    }
}

@media (min-width: 1008px) {
    .offers__item {
        margin: 0 10px
    }
}

@media (min-width: 1008px) and (max-width: 1175px) {
    .offers__item {
        font-size: 22px;
        padding: 10px 20px
    }
}

@media (min-width: 1176px) and (max-width: 1439px) {
    .offers__item {
        font-size: 24px;
        padding: 11px 20px 10px
    }
}

@media (min-width: 1440px) {
    .offers__item {
        font-size: 30px;
        padding: 9px 25px
    }
}

.offers__item.ui-tabs-active {
    background: #2e9ef5
}

.offers__link {
    transition: all .15s ease;
    color: #2e9ef5;
    border-bottom: 2px dashed;
    outline: none
}

.no-touchevents .offers__link:hover {
    border-bottom-color: transparent
}

.ui-tabs-active .offers__link {
    cursor: default;
    color: white !important;
    border-bottom: none
}

.offers__content {
    max-width: 1440px;
    margin: 0 auto
}

.offers__content > *:last-child {
    margin-bottom: 0
}

@media (max-width: 1439px) {
    .offers__content {
        padding: 0 10px
    }
}

@media (min-width: 1440px) {
    .offers__content {
        padding: 0 15px
    }
}

.offers_int {
    background-color: #eef3f6
}

@media (max-width: 767px) {
    .offers_int {
        padding: 20px 0
    }
}

@media (min-width: 768px) and (max-width: 1007px) {
    .offers_int {
        padding: 30px 0
    }
}

@media (min-width: 1008px) {
    .offers_int {
        padding: 40px 0
    }
}

@media (min-width: 1176px) {
    .offers_int {
        background: url(../img/offers-left.jpg) no-repeat 0 50%, url(../img/offers-right.jpg) no-repeat 100% 50%;
        background-color: #eef3f6
    }
}

@media (max-width: 767px) {
    .os {
        margin-bottom: 20px
    }
}

@media (min-width: 768px) and (max-width: 1007px) {
    .os {
        margin-bottom: 22px
    }
}

@media (min-width: 1008px) {
    .os {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (min-width: 1008px) and (max-width: 1439px) {
    .os {
        margin-right: -10px;
        margin-bottom: 30px;
        margin-left: -10px
    }
}

@media (min-width: 1440px) {
    .os {
        margin-right: -15px;
        margin-bottom: 42px;
        margin-left: -15px
    }
}

@media (min-width: 1008px) {
    .os__column {
        width: 50%
    }
}

@media (min-width: 1008px) and (max-width: 1439px) {
    .os__column {
        padding: 0 10px
    }
}

@media (min-width: 1440px) {
    .os__column {
        padding: 0 15px
    }
}

.os__item {
    position: relative;
    padding: .85em 0 .85em 55px;
    border-bottom: 1px solid #eef3f6
}

.os__item:before {
    position: absolute;
    top: calc(50% - 16px);
    left: 12px;
    display: block;
    width: 32px;
    height: 32px;
    content: '';
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.os__item-centos:before {
    background-image: url(../i/centos.png)
}

.os__item-debian:before {
    background-image: url(../i/debian.png)
}

.os__item-ubuntu:before {
    background-image: url(../i/ubuntu.png)
}

.partners {
    display: -ms-flexbox;
    display: flex;
    margin-top: -20px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

@media (max-width: 767px) {
    .partners {
        margin-bottom: 25px
    }
}

@media (min-width: 768px) and (max-width: 1439px) {
    .partners {
        margin-bottom: 50px
    }
}

@media (max-width: 1439px) {
    .partners {
        margin-right: -10px;
        margin-left: -10px
    }
}

@media (min-width: 1440px) {
    .partners {
        margin-right: -15px;
        margin-bottom: 60px;
        margin-left: -15px
    }
}

.partners__item {
    margin-top: 20px
}

@media (max-width: 1439px) {
    .partners__item {
        padding: 0 10px
    }
}

@media (min-width: 1440px) {
    .partners__item {
        padding: 0 15px
    }
}

.partners__pic {
    display: block;
    max-width: 100%;
    height: auto
}

.popover {
    font-size: 15px;
    line-height: 1;
    position: absolute;
    z-index: 10;
    padding: 15px 18px;
    transition: opacity .3s ease, transform .3s ease;
    transform: translateX(25px);
    opacity: 0;
    color: white;
    background: #2e9ef5
}

.popover p {
    margin-bottom: .33em
}

.popover p:last-child {
    margin-bottom: 0
}

.popover_reflected {
    transform: translateX(-25px)
}

.popover_centered {
    transform: scale(0.8)
}

.popover_visible {
    transform: translateX(0) scale(1);
    opacity: 1
}

.popover__arrow {
    height: 0;
    width: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #2e9ef5;
    position: absolute;
    top: 11px;
    right: 100%
}

.popover_reflected .popover__arrow {
    height: 0;
    width: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #2e9ef5;
    right: auto;
    left: 100%;
    border-right: 0
}

.popover_centered .popover__arrow {
    display: none
}

.popover__close {
    font-size: 12px;
    line-height: 1;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 12px;
    height: 12px;
    margin: 0;
    padding: 0;
    text-align: center;
    color: white;
    border: none;
    outline: none;
    background: none
}

.popover__close:before {
    font-family: iconfont;
    content: '\e906'
}

.overlay {
    position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow-y: auto;
    transition: opacity .3s ease;
    opacity: 0;
    background: rgba(0, 0, 0, 0.6)
}

.overlay_visible {
    opacity: 1
}

.no-touchevents .overlay {
    position: fixed
}

.popup {
    position: absolute;
    display: none;
    margin-bottom: 30px;
    padding: 27px;
    transition: transform .3s ease, opacity .3s ease;
    transform: scale(0.75);
    opacity: 0;
    border: 3px solid #e2e7eb;
    border-radius: 20px;
    background: white;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5)
}

.popup > *:last-child {
    margin-bottom: 0
}

@media (max-width: 595px) {
    .popup {
        right: 10px;
        left: 10px
    }
}

@media (min-width: 596px) {
    .popup {
        left: calc(50% - 288px);
        width: 576px
    }
}

.popup_visible {
    transform: scale(1);
    opacity: 1
}

.popup__title {
    font-weight: bold;
    margin: 0 0 1em;
    text-align: center
}

@media (max-width: 767px) {
    .popup__title {
        font-size: 18px
    }
}

@media (min-width: 768px) and (max-width: 1439px) {
    .popup__title {
        font-size: 22px
    }
}

@media (min-width: 1440px) {
    .popup__title {
        font-size: 26px
    }
}

.popup__close {
    font-size: 20px;
    line-height: 1;
    position: absolute;
    top: 17px;
    right: 17px;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 20px;
    height: 20px;
    padding: 0;
    transition: all .3s ease;
    border: 0;
    outline: none;
    background: none;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.popup__close:before {
    font-family: iconfont;
    content: '\e906'
}

.no-touchevents .popup__close:hover {
    color: #fa7c0d
}

.premium {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 767px) {
    .premium {
        margin-bottom: 20px
    }
}

@media (min-width: 768px) and (max-width: 1007px) {
    .premium {
        margin-bottom: 22px
    }
}

@media (min-width: 1008px) and (max-width: 1439px) {
    .premium {
        margin-bottom: 30px
    }
}

@media (max-width: 1439px) {
    .premium {
        margin-right: -10px;
        margin-left: -10px
    }
}

@media (min-width: 1440px) {
    .premium {
        margin: 0 -15px 42px
    }
}

.premium__tariff {
    -ms-flex-item-align: start;
    align-self: flex-start
}

@media (max-width: 767px) {
    .premium__tariff {
        width: 100%
    }
}

@media (min-width: 768px) {
    .premium__tariff {
        width: 33.3333%
    }
}

@media (max-width: 1439px) {
    .premium__tariff {
        padding: 0 10px
    }
}

@media (min-width: 1440px) {
    .premium__tariff {
        padding: 0 15px
    }
}

.premium__description > *:last-child {
    margin-bottom: 0
}

@media (max-width: 767px) {
    .premium__description {
        width: 100%
    }
}

@media (min-width: 768px) {
    .premium__description {
        width: 66.6666%
    }
}

@media (max-width: 1439px) {
    .premium__description {
        padding: 0 10px
    }
}

@media (min-width: 1440px) {
    .premium__description {
        padding: 0 15px
    }
}

@media (max-width: 767px) {
    .offers .premium__description {
        display: none
    }
}

.premium__title {
    font-weight: bold;
    margin-bottom: .67em
}

@media (max-width: 767px) {
    .premium__title {
        font-size: 20px
    }
}

@media (min-width: 768px) and (max-width: 1439px) {
    .premium__title {
        font-size: 24px
    }
}

@media (min-width: 1440px) {
    .premium__title {
        font-size: 30px
    }
}

.premium__list li {
    margin-bottom: .4em
}

.premium__list li:before {
    background: #fa7c0d
}

.price {
    margin: 12px 0
}

.price__tabs {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -ms-flex-pack: center;
    justify-content: center
}

.price__tab {
    width: 90px;
    padding: 8px;
    cursor: pointer;
    transition: all .15s ease;
    text-align: center;
    color: #e4ebf0;
    background: #b8c5cf
}

.price__tab:first-child {
    border-top-left-radius: 17px;
    border-bottom-left-radius: 17px
}

.price__tab:last-child {
    border-top-right-radius: 17px;
    border-bottom-right-radius: 17px
}

.no-touchevents .price__tab:hover {
    background: #a7b5c0
}

.price__tab_active {
    cursor: default;
    color: white;
    background: #2e9ef5 !important
}

.price__content {
    font-weight: normal;
    line-height: 1.25;
    display: none
}

@media (max-width: 1007px) {
    .price__content {
        font-size: 20px
    }
}

@media (min-width: 1008px) {
    .price__content {
        font-size: 22px
    }
}

.price__content_active {
    display: block
}

.price__value {
    font-weight: bold
}

.price__valueNum {
    font-weight: 800
}

@media (max-width: 1007px) {
    .price__valueNum {
        font-size: 30px
    }
}

@media (min-width: 1008px) {
    .price__valueNum {
        font-size: 36px
    }
}

.price__note {
    color: #9299a0
}

@media (max-width: 1007px) {
    .price__note {
        font-size: 18px
    }
}

.price__discount {
    margin-top: 20px;
    color: #1ecd8d
}

@media (max-width: 1007px) {
    .price__discount {
        font-size: 18px
    }
}

.price__discount:before {
    font-family: iconfont;
    display: inline-block;
    margin-right: 6px;
    content: '\e905';
    vertical-align: top
}

@media (max-width: 1007px) {
    .price__discount:before {
        font-size: 20px
    }
}

@media (min-width: 1008px) {
    .price__discount:before {
        font-size: 22px
    }
}

.promo {
    position: relative
}

.promo__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    background-position: 50% 50%;
    background-size: cover;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 767px) {
    .promo__item {
        height: 330px;
        padding: 0 40px
    }
}

@media (min-width: 768px) and (max-width: 1439px) {
    .promo__item {
        padding: 0 60px
    }
}

@media (min-width: 768px) and (max-width: 1007px) {
    .promo__item {
        height: 425px
    }
}

@media (min-width: 1008px) and (max-width: 1439px) {
    .promo__item {
        height: 450px
    }
}

@media (min-width: 1440px) {
    .promo__item {
        height: 500px;
        padding: 0 65px
    }
}

.promo__item-dark {
    color: white
}

.promo__caption {
    font-weight: bold;
    line-height: 1.25;
    margin-bottom: 20px
}

@media (max-width: 767px) {
    .promo__caption {
        font-size: 25px
    }
}

@media (min-width: 768px) and (max-width: 1007px) {
    .promo__caption {
        font-size: 45px
    }
}

@media (min-width: 1008px) and (max-width: 1175px) {
    .promo__caption {
        font-size: 50px
    }
}

@media (min-width: 1176px) {
    .promo__caption {
        font-size: 54px
    }
}

@media (max-width: 639px) {
    .promo__item-large .promo__caption {
        font-size: 24px
    }
}

@media (min-width: 640px) and (max-width: 767px) {
    .promo__item-large .promo__caption {
        font-size: 30px
    }
}

@media (min-width: 768px) and (max-width: 1007px) {
    .promo__item-large .promo__caption {
        font-size: 36px
    }
}

@media (min-width: 1008px) and (max-width: 1175px) {
    .promo__item-large .promo__caption {
        font-size: 48px
    }
}

@media (min-width: 1176px) {
    .promo__item-large .promo__caption {
        font-size: 58px
    }
}

.promo__captionLink {
    text-decoration: none;
    color: #374048
}

.no-touchevents .promo__captionLink:hover {
    color: #374048
}

.promo__item-dark .promo__captionLink {
    color: white
}

.no-touchevents .promo__item-dark .promo__captionLink:hover {
    color: white
}

.promo__text {
    font-size: 30px;
    line-height: 1.25
}

@media (max-width: 767px) {
    .promo__text {
        font-size: 16px;
        font-weight: 300;
        margin-bottom: 10px;
        color: #374048
    }
}

@media (min-width: 768px) {
    .promo__text {
        color: #9299a0
    }
}

@media (min-width: 768px) and (max-width: 1007px) {
    .promo__text {
        font-size: 18px;
        margin-bottom: 10px
    }
}

@media (min-width: 768px) and (max-width: 1175px) {
    .promo__text {
        margin-bottom: 30px
    }
}

@media (min-width: 1008px) and (max-width: 1175px) {
    .promo__text {
        font-size: 20px
    }
}

@media (min-width: 1176px) {
    .promo__text {
        font-size: 25px;
        margin-bottom: 40px
    }
}

.promo__item-dark .promo__text {
    color: white
}

@media (max-width: 767px) {
    .promo__item-large .promo__text {
        font-size: 18px
    }
}

@media (max-width: 1439px) {
    .promo__text-hidden {
        display: none
    }
}

.promo__logos {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 1175px) {
    .promo__logos {
        display: none
    }
}

@media (min-width: 1176px) and (max-width: 1439px) {
    .promo__logos {
        width: calc(100% + 30px);
        margin: -20px -15px 40px
    }
}

@media (min-width: 1440px) {
    .promo__logos {
        width: 100%;
        max-width: 530px;
        margin: -20px auto 40px
    }
}

.promo__logo {
    display: block
}

@media (max-width: 1439px) {
    .promo__logo {
        margin: 20px 15px 0
    }
}

@media (min-width: 1440px) {
    .promo__logo {
        margin: 20px 20px 0
    }
}

@media (max-width: 767px) {
    .promo__btn {
        display: none
    }
}

@media (min-width: 1008px) {
    .promo__content {
        display: -ms-flexbox;
        display: flex;
        text-align: left;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (min-width: 1008px) and (max-width: 1439px) {
    .promo__content {
        padding: 0 35px 0 65px
    }
}

@media (min-width: 1440px) {
    .promo__content {
        padding: 0 40px 0 70px
    }
}

@media (min-width: 1008px) {
    .promo__body {
        width: 55%
    }
}

@media (max-width: 1007px) {
    .promo__hero {
        display: none
    }
}

@media (min-width: 1008px) {
    .promo__hero {
        width: 45%
    }
}

.promo__heroPic {
    max-width: 100%;
    height: auto
}

.promo__arrow {
    line-height: 1;
    position: absolute;
    z-index: 1;
    cursor: pointer;
    transition: color .15s ease;
    color: #374048
}

@media (max-width: 767px) {
    .promo__arrow {
        font-size: 32px;
        top: calc(50% - 16px)
    }
}

@media (min-width: 768px) {
    .promo__arrow {
        font-size: 52px;
        top: calc(50% - 26px)
    }
}

.promo__arrow:before {
    font-family: iconfont
}

@media (max-width: 1439px) {
    .promo__arrow-prev {
        left: 10px
    }
}

@media (min-width: 1440px) {
    .promo__arrow-prev {
        left: calc(50% - 705px)
    }
}

.promo__arrow-prev:before {
    content: '\e900'
}

@media (max-width: 1439px) {
    .promo__arrow-next {
        right: 10px
    }
}

@media (min-width: 1440px) {
    .promo__arrow-next {
        right: calc(50% - 705px)
    }
}

.promo__arrow-next:before {
    content: '\e901'
}

.promo-dark .promo__arrow {
    color: white
}

.no-touchevents .promo__arrow:hover {
    color: #fa7c0d
}

.promo__pagination {
    position: absolute;
    z-index: 1;
    right: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 1007px) {
    .promo__pagination {
        bottom: 10px
    }
}

@media (min-width: 1008px) and (max-width: 1439px) {
    .promo__pagination {
        bottom: 15px
    }
}

@media (min-width: 1440px) {
    .promo__pagination {
        bottom: 15px
    }
}

.promo__bullet {
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    cursor: pointer;
    transition: all .15s ease;
    border: 5px solid white;
    border-radius: 50%;
    background: white
}

.no-touchevents .promo__bullet:hover {
    border-color: #fa7c0d;
    background: #fa7c0d
}

.promo__bullet_active {
    border-color: #fa7c0d;
    background: white !important
}

table.responsive {
    display: block
}

table.responsive tbody {
    display: block;
    width: 100%
}

table.responsive tr {
    display: block
}

table.responsive th {
    display: none
}

table.responsive td {
    font-weight: bold;
    display: block;
    width: 100%;
    padding: 5px 9px;
    border-right: 1px solid #f3f7f9;
    border-bottom: 0;
    border-left: 1px solid #f3f7f9
}

table.responsive td:nth-child(2n+1) {
    background: #f3f7f9
}

table.responsive td:first-child {
    padding: 8px 9px;
    color: white;
    border-right: 1px solid #86b8d1;
    border-left: 1px solid #86b8d1;
    background: #86b8d1
}

table.responsive td:first-child .help {
    color: white
}

.responsive-th {
    font-weight: normal;
    margin-right: .5em
}

.reviews {
    background: #eef3f6
}

.reviews__inner {
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto
}

@media (max-width: 767px) {
    .reviews__inner {
        padding: 20px 10px
    }
}

@media (min-width: 768px) and (max-width: 1007px) {
    .reviews__inner {
        padding: 30px 10px
    }
}

@media (min-width: 1008px) and (max-width: 1439px) {
    .reviews__inner {
        padding: 40px 10px
    }
}

@media (min-width: 1440px) {
    .reviews__inner {
        padding: 50px 15px
    }
}

@media (min-width: 1008px) {
    .reviews__list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (min-width: 768px) and (max-width: 1439px) {
    .reviews__list {
        margin-right: -10px;
        margin-left: -10px
    }
}

@media (min-width: 1440px) {
    .reviews__list {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 1008px) {
    .reviews__item {
        width: 50%
    }
}

@media (min-width: 768px) and (max-width: 1439px) {
    .reviews__item {
        padding-right: 10px;
        padding-left: 10px
    }
}

@media (min-width: 1440px) {
    .reviews__item {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) and (max-width: 1007px) {
    .reviews__item:nth-child(n+2) {
        margin-top: 30px
    }
}

@media (min-width: 1008px) {
    .reviews__item:nth-child(n+3) {
        margin-top: 40px
    }
}

@media (max-width: 767px) {
    .reviews__item:nth-last-child(n+2) {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #ededed
    }
}

.reviews__image {
    display: block;
    float: left;
    height: auto;
    border: 1px solid #e2e9ee;
    border-radius: 20px
}

@media (max-width: 767px) {
    .reviews__image {
        max-width: 80px;
        margin: 2px 20px 20px 0
    }
}

@media (min-width: 768px) and (max-width: 1007px) {
    .reviews__image {
        max-width: 108px;
        margin: 3px 20px 20px 0
    }
}

@media (min-width: 1008px) {
    .reviews__image {
        max-width: 180px;
        margin: 6px 30px 30px 0
    }
}

.reviews__author {
    font-weight: bold;
    margin-bottom: .5em
}

.reviews__authorLink {
    font-weight: normal
}

.reviews__text {
    font-style: italic
}

.reviews__text > *:last-child {
    margin-bottom: 0
}

.ruble {
    font-family: ruble
}

.siteinfo {
    display: -ms-flexbox;
    display: flex;
    top: 0px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 767px) {
    .siteinfo {
        margin-top: 20px
    }
}

@media (min-width: 768px) and (max-width: 1007px) {
    .siteinfo {
        margin-top: 35px
    }
}

@media (max-width: 1007px) {
    .siteinfo {
        width: 100%
    }
}

@media (min-width: 1008px) {
    .siteinfo {
        width: 25%
    }
}

@media (max-width: 1439px) {
    .siteinfo {
        padding: 0 10px
    }
}

@media (min-width: 1440px) {
    .siteinfo {
        padding: 0 15px
    }
}

.social {
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 767px) {
    .social {
        width: 100%;
        margin-top: 20px
    }
}

@media (max-width: 1007px) {
    .social {
        -ms-flex-order: 2;
        order: 2
    }
}

@media (max-width: 767px) {
    .social__item:nth-child(n+2) {
        margin-left: 18px
    }
}

@media (min-width: 768px) and (max-width: 1175px) {
    .social__item:nth-child(n+2) {
        margin-left: 7px
    }
}

@media (min-width: 1176px) and (max-width: 1439px) {
    .social__item:nth-child(n+2) {
        margin-left: 10px
    }
}

@media (min-width: 1440px) {
    .social__item:nth-child(n+2) {
        margin-left: 15px
    }
}

.social__link {
    line-height: 1;
    display: block;
    color: white
}

@media (max-width: 1175px) {
    .social__link {
        font-size: 23px
    }
}

@media (min-width: 1176px) {
    .social__link {
        font-size: 28px
    }
}

.social__link:before {
    font-family: iconfont;
    display: inline-block
}

.no-touchevents .social__link:hover {
    color: #fa7c0d
}

.social__link-twitter:before {
    content: '\e909'
}

.social__link-gplus:before {
    content: '\ea8c'
}

.social__link-vk:before {
    content: '\ea98'
}

.social__link-fb:before {
    content: '\ea91'
}

.special {
    max-width: 780px
}

.special > *:last-child {
    margin-bottom: 0
}

@media (max-width: 767px) {
    .special {
        margin-bottom: 20px
    }
}

@media (min-width: 768px) and (max-width: 1007px) {
    .special {
        margin-bottom: 22px
    }
}

@media (min-width: 768px) and (max-width: 1439px) {
    .special {
        padding-right: 60px
    }
}

@media (min-width: 1008px) and (max-width: 1439px) {
    .special {
        margin-bottom: 30px
    }
}

@media (min-width: 1440px) {
    .special {
        margin-bottom: 42px;
        padding-right: 75px
    }
}

.special__item {
    position: relative
}

@media (max-width: 767px) {
    .special__item {
        display: -ms-flexbox;
        display: flex;
        width: 100% !important;
        margin-bottom: 20px;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (min-width: 768px) and (max-width: 1439px) {
    .special__item {
        margin-bottom: 15px
    }
}

@media (min-width: 1440px) {
    .special__item {
        margin-bottom: 20px
    }
}

.special__precent {
    font-weight: bold
}

@media (max-width: 767px) {
    .special__precent {
        color: #fa7c0d
    }
}

@media (min-width: 768px) {
    .special__precent {
        position: absolute;
        left: 100%;
        text-align: right
    }
}

@media (max-width: 1439px) {
    .special__precent {
        font-size: 22px;
        line-height: 36px;
        width: 60px
    }
}

@media (min-width: 1440px) {
    .special__precent {
        font-size: 26px;
        line-height: 46px;
        width: 75px
    }
}

.special__progress {
    font-weight: bold
}

@media (max-width: 767px) {
    .special__progress {
        font-size: 17px
    }
}

@media (min-width: 768px) {
    .special__progress {
        padding-left: 20px;
        color: white;
        border-radius: 3px;
        background: #fa7c0d
    }
}

@media (min-width: 768px) and (max-width: 1439px) {
    .special__progress {
        font-size: 16px;
        line-height: 36px
    }
}

@media (min-width: 1440px) {
    .special__progress {
        font-size: 20px;
        line-height: 46px
    }
}

.tabs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 767px) {
    .tabs {
        margin-bottom: 20px
    }
}

@media (min-width: 768px) and (max-width: 1007px) {
    .tabs {
        margin-bottom: 22px
    }
}

@media (min-width: 1008px) and (max-width: 1439px) {
    .tabs {
        margin-bottom: 30px
    }
}

@media (min-width: 1440px) {
    .tabs {
        margin-bottom: 42px
    }
}

.tabs__tab {
    font-weight: bold;
    line-height: 1;
    transition: all .15s ease;
    border-radius: 3px 3px 0 0
}

@media (max-width: 767px) {
    .tabs:not(.tabs-notransform) .tabs__tab {
        width: 100%;
        margin-top: 10px;
        padding: 0 10px 10px
    }

    .tabs-notransform .tabs__tab {
        font-size: 15px;
        margin-bottom: -3px;
        padding: 15px 20px;
        border-top: 5px solid transparent;
        border-bottom: 3px solid #f3f7f9;
        -ms-flex-order: 0;
        order: 0
    }
}

@media (min-width: 768px) {
    .tabs__tab {
        margin-bottom: -3px;
        border-top: 5px solid transparent;
        border-bottom: 3px solid #f3f7f9;
        -ms-flex-order: 0;
        order: 0
    }
}

@media (min-width: 768px) and (max-width: 1175px) {
    .tabs__tab {
        font-size: 20px;
        padding: 20px
    }
}

@media (min-width: 1176px) {
    .tabs__tab {
        font-size: 22px;
        padding: 19px 30px
    }
}

@media (max-width: 767px) {
    .tabs:not(.tabs-notransform) .tabs__tab:nth-child(n+2) {
        margin-top: 10px
    }
}

.tabs__tab_active {
    background: #f3f7f9
}

@media (max-width: 767px) {
    .tabs:not(.tabs-notransform) .tabs__tab_active {
        padding: 10px;
        border-top: 5px solid #fa7c0d
    }

    .tabs-notransform .tabs__tab_active {
        border-top-color: #fa7c0d
    }
}

@media (min-width: 768px) {
    .tabs__tab_active {
        border-top-color: #fa7c0d
    }
}

.tabs__link {
    transition: all .15s ease;
    border-bottom: 2px dashed
}

.no-touchevents .tabs__link:hover {
    border-bottom-color: transparent
}

.tabs__tab_active .tabs__link {
    cursor: default;
    color: #374048;
    border-bottom-color: transparent
}

.tabs__panel {
    display: none;
    width: 100%;
    border-radius: 3px;
    background: #f3f7f9
}

.tabs__panel > *:last-child {
    margin-bottom: 0
}

@media (max-width: 767px) {
    .tabs:not(.tabs-notransform) .tabs__panel {
        font-size: 17px;
        padding: 0 10px 10px
    }

    .tabs-notransform .tabs__panel {
        padding: 20px;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (min-width: 768px) {
    .tabs__panel {
        -ms-flex-order: 1;
        order: 1
    }
}

@media (min-width: 768px) and (max-width: 1175px) {
    .tabs__panel {
        padding: 20px
    }
}

@media (min-width: 768px) and (max-width: 1439px) {
    .tabs__panel {
        font-size: 18px
    }
}

@media (min-width: 1176px) {
    .tabs__panel {
        padding: 30px
    }
}

@media (min-width: 1440px) {
    .tabs__panel {
        font-size: 20px
    }
}

.tabs__panel_active {
    display: block
}

.tariff {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    transition: border-color .15s ease;
    border: 3px solid #e2e7eb;
    border-radius: 20px;
    background: white;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 767px) {
    .tariff {
        padding: 17px 37px
    }
}

@media (min-width: 768px) and (max-width: 1439px) {
    .tariff {
        padding: 23px 17px
    }
}

@media (max-width: 1007px) {
    .tariff {
        margin-bottom: 40px
    }
}

@media (min-width: 1008px) {
    .tariff {
        margin-bottom: 60px
    }
}

@media (min-width: 1440px) {
    .tariff {
        padding: 23px 27px
    }
}

.tariff:after {
    position: absolute;
    top: calc(100% + 3px);
    right: -3px;
    left: -3px;
    display: block;
    height: 54px;
    content: '';
    background: url(../i/tariff-shadow.png) no-repeat 50% -10px;
    background-size: 100% auto
}

.no-touchevents .tariff:hover {
    border-color: #1ecd8d
}

.no-touchevents .tariff:hover:after {
    background-position: 50% 0
}

.tariff__caption {
    font-weight: bold;
    line-height: 1.25;
    margin-bottom: 26px;
    text-align: center;
    color: #1ecd8d
}

@media (max-width: 767px) {
    .tariff__caption {
        margin-bottom: 15px
    }
}

@media (min-width: 768px) and (max-width: 1007px) {
    .tariff__caption {
        font-size: 34px
    }
}

@media (min-width: 1008px) {
    .tariff__caption {
        font-size: 36px
    }
}

.tariff__footer {
    margin-top: 26px;
    text-align: center
}

.tariff__rec {
    position: absolute;
    top: -3px;
    left: -3px;
    overflow: hidden;
    width: 88px;
    height: 88px;
    border-radius: 20px 0 0 0
}

.tariff__rec:before {
    height: 0;
    width: 0;
    border-top: 88px solid #1ecd8d;
    border-right: 88px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: ''
}

.tariff__recText {
    font-size: 9px;
    font-weight: 800;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 125px;
    padding-bottom: 5px;
    transform: rotate(-45deg);
    transform-origin: 0 100%;
    text-align: center;
    text-transform: uppercase;
    color: white
}

.tariff__recText:before {
    font-family: iconfont;
    font-size: 24px;
    font-weight: normal;
    display: block;
    margin: 0 auto;
    content: '\e911'
}

.tariffs-holder {
    overflow: hidden;
    background-color: #eef3f6
}

@media (max-width: 1007px) {
    .tariffs-holder {
        padding-top: 40px
    }
}

@media (min-width: 1008px) {
    .tariffs-holder {
        padding-top: 60px
    }
}

@media (min-width: 1176px) {
    .tariffs-holder {
        background: url(../img/offers-left.jpg) no-repeat 0 50%, url(../img/offers-right.jpg) no-repeat 100% 50%;
        background-color: #eef3f6
    }
}

.tariffs {
    position: relative
}

@media (max-width: 1439px) {
    .tariffs {
        margin-right: -10px;
        margin-left: -10px
    }
}

@media (min-width: 1440px) {
    .tariffs {
        margin-right: -15px;
        margin-left: -15px
    }
}

.tariffs-holder .tariffs {
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto
}

@media (max-width: 767px) {
    .tariffs-content {
        margin-bottom: 20px
    }
}

@media (min-width: 768px) and (max-width: 1007px) {
    .tariffs-content {
        margin-bottom: 22px
    }
}

@media (min-width: 1008px) and (max-width: 1439px) {
    .tariffs-content {
        margin-bottom: 30px
    }
}

@media (min-width: 1440px) {
    .tariffs-content {
        margin-bottom: 42px
    }
}

.tariffs__item {
    display: -ms-flexbox;
    display: flex;
    height: auto
}

.tariffs__item > *:last-child {
    margin-bottom: 0
}

@media (max-width: 567px) {
    .tariffs__item {
        width: 100%
    }
}

@media (max-width: 567px) {
    .tariffs__item {
        padding-bottom: 60px
    }
}

@media (min-width: 568px) and (max-width: 1007px) {
    .tariffs__item {
        width: 50%;
        padding-bottom: 40px
    }
}

@media (min-width: 1008px) {
    .tariffs__item {
        width: 33.3333%;
        padding-bottom: 60px
    }
}

@media (max-width: 1439px) {
    .tariffs__item {
        padding-right: 10px;
        padding-left: 10px
    }
}

@media (min-width: 1440px) {
    .tariffs__item {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1176px) {
    .tariffs__item:nth-child(1):nth-last-child(n+5), .tariffs__item:nth-child(2):nth-last-child(n+4), .tariffs__item:nth-child(3):nth-last-child(n+3), .tariffs__item:nth-child(4):nth-last-child(n+2), .tariffs__item:nth-child(5):nth-last-child(n+1) {
        width: 25%
    }
}

.tariffs__arrow {
    font-size: 32px;
    line-height: 1;
    position: absolute;
    z-index: 1;
    cursor: pointer;
    transition: all .15s ease;
    color: #b8c5cf
}

@media (max-width: 1007px) {
    .tariffs__arrow {
        top: calc(50% - 36px)
    }
}

@media (min-width: 1008px) {
    .tariffs__arrow {
        top: calc(50% - 46px)
    }
}

.tariffs__arrow:before {
    font-family: iconfont
}

@media (max-width: 1439px) {
    .tariffs__arrow-prev {
        left: 20px
    }
}

@media (min-width: 1440px) {
    .tariffs__arrow-prev {
        left: 30px
    }
}

.tariffs__arrow-prev:before {
    content: '\e90b'
}

@media (max-width: 1439px) {
    .tariffs__arrow-next {
        right: 20px
    }
}

@media (min-width: 1440px) {
    .tariffs__arrow-next {
        right: 30px
    }
}

.tariffs__arrow-next:before {
    content: '\e90c'
}

.no-touchevents .tariffs__arrow:hover {
    color: #fa7c0d
}

.tariffs__arrow.swiper-button-disabled {
    visibility: hidden;
    opacity: 0
}

.tariffs__pagination {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 21px;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width: 568px) {
    .tariffs__pagination {
        display: none
    }
}

.tariffs__bullet {
    display: block;
    width: 18px;
    height: 18px;
    margin: 0 5px;
    cursor: pointer;
    transition: all .15s ease;
    border: 5px solid #b8c5cf;
    border-radius: 50%;
    background: #b8c5cf
}

.no-touchevents .tariffs__bullet:hover {
    border-color: #fa7c0d;
    background: #fa7c0d
}

.tariffs__bullet_active {
    cursor: default;
    border-color: #fa7c0d;
    background: white !important
}

.plans-wrapper {
    font-size: 24px;
    font-weight: 400;
    color: #374048;
    background: #fff
}

.plans-wrapper .description {
    font-size: 26px;
    text-align: center;
    padding: 10px;
    margin: 20px auto 40px auto;
    max-width: 820px
}

@media (max-width: 767px) {
    .plans-wrapper .description {
        font-size: 22px
    }
}

.plans-wrapper .note {
    font-size: 20px;
    width: 100%;
    margin: 20px 0;
    line-height: 1.4;
    text-align: right
}

@media (max-width: 767px) {
    .plans-wrapper .note {
        font-size: 16px
    }
}

.plans-wrapper .section {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1190px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (max-width: 767px) {
    .plans-wrapper .section {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.plans-wrapper .section .half {
    width: 50%
}

.plans-wrapper .section .half:first-child {
    width: 65%;
    padding-right: 10px
}

@media (max-width: 767px) {
    .plans-wrapper .section .half:first-child {
        width: 100%
    }
}

.plans-wrapper .section .half:last-child {
    width: 35%
}

@media (max-width: 767px) {
    .plans-wrapper .section .half:last-child {
        width: 100%
    }
}

.plans-wrapper .section .half p {
    text-align: left;
    font-size: 26px;
    font-weight: 600
}

@media (max-width: 767px) {
    .plans-wrapper .section .half p {
        font-size: 22px;
        margin-top: -20px
    }
}

.plans-wrapper .section .half ul.list {
    margin: 0;
    padding: 0;
    padding-left: 14px;
    list-style-type: none;
    font-size: 17px;
    font-weight: 300;
    line-height: 30px
}

@media (max-width: 767px) {
    .plans-wrapper .section .half ul.list {
        font-size: 15px;
        line-height: 20px
    }
}

.plans-wrapper .section .half ul.list li {
    color: #666;
    text-align: left;
    position: relative;
    margin-right: 20px;
    margin-bottom: 12px;
    margin-left: 10px
}

.plans-wrapper .section .half ul.list li::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #1e88e5;
    border-radius: 100%;
    position: absolute;
    left: -4px;
    top: 2px
}

@media (max-width: 767px) {
    .plans-wrapper .section .half ul.list li {
        margin-left: 0
    }

    .plans-wrapper .section .half ul.list li::before {
        top: 0;
        left: -10px
    }
}

.plans-wrapper .section .half .tariff-block {
    width: 280px;
    text-align: center;
    position: relative;
    border: none;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.15);
    color: #666;
    background: #fff;
    margin: 0 auto
}

@media (max-width: 767px) {
    .plans-wrapper .section .half .tariff-block {
        margin: 20px auto auto
    }
}

.plans-wrapper .section .half .tariff-block div.price {
    border-bottom: 1px solid #e6e9eb;
    padding: 20px 0
}

.plans-wrapper .section .half .tariff-block div.price span {
    display: inline-block;
    line-height: 1;
    font-weight: 400
}

.plans-wrapper .section .half .tariff-block div.price span.number {
    margin-right: 4px;
    font-size: 28px
}

.plans-wrapper .section .half .tariff-block div.price span.remark {
    font-size: 22px
}

.plans-wrapper .section .half .tariff-block div.tariffs__data {
    border: none;
    padding: 24px 20px 39px;
    font-size: 22px;
    font-weight: 500
}

.plans-wrapper .section .half .tariff-block div.tariffs__data div.tariffs__description {
    margin-bottom: 28px
}

.plans-wrapper .section .half .tariff-block div.tariffs__data div.tariffs__description ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.plans-wrapper .section .half .tariff-block div.tariffs__data div.tariffs__description ul li {
    margin-bottom: 9px;
    margin-left: 0;
    margin-right: 0
}

.plans-wrapper .section .half .tariff-block div.tariffs__data div.tariffs__description ul li::before {
    display: none;
    content: ''
}

.usernav {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1.25
}

.usernav li {
    margin: 0
}

.usernav li:before {
    display: none
}

@media (max-width: 767px) {
    .usernav {
        font-size: 14px;
        display: none;
        width: calc(100% + 20px);
        margin: 0 -10px;
        text-transform: uppercase
    }
}

@media (min-width: 768px) {
    .usernav {
        font-size: 16px;
        font-weight: bold;
        position: absolute;
        top: -50px;
        right: 0;
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width: 767px) {
    .nav_open .usernav {
        display: block
    }
}

.usernav__link {
    display: block;
    transition: all .15s ease;
    color: white
}

@media (max-width: 767px) {
    .usernav__link {
        padding: 10px
    }
}

@media (min-width: 768px) {
    .usernav__link {
        padding: 15px 20px
    }
}

.no-touchevents .usernav__link:hover {
    color: white
}

.usernav__link-help {
    background: #2e9ef5
}

.usernav__link-help:before {
    font-family: iconfont;
    font-size: 20px;
    font-weight: normal;
    line-height: 1;
    position: relative;
    display: inline-block;
    margin-right: 8px;
    content: '\e903';
    vertical-align: top
}

@media (max-width: 767px) {
    .usernav__link-help:before {
        margin-top: -2px;
        margin-bottom: -1px
    }
}

.no-touchevents .usernav__link-help:hover {
    color: #d0f1ff
}

.usernav__link-cp {
    background: #fa7c0d
}

.usernav__link-cp:before {
    font-family: iconfont;
    font-size: 20px;
    font-weight: normal;
    line-height: 1;
    position: relative;
    display: inline-block;
    margin-right: 8px;
    content: '\e904';
    vertical-align: top
}

@media (max-width: 767px) {
    .usernav__link-cp:before {
        margin-top: -2px;
        margin-bottom: -1px
    }
}

.no-touchevents .usernav__link-cp:hover {
    background: #1ecd8d
}

.usernav__link-exit {
    background: #b8c5cf
}

.usernav__link-exit:before {
    font-family: iconfont;
    font-size: 20px;
    font-weight: normal;
    line-height: 1;
    position: relative;
    display: inline-block;
    margin-right: 8px;
    content: '\ea14';
    vertical-align: top
}

@media (max-width: 767px) {
    .usernav__link-exit:before {
        margin-top: -2px;
        margin-bottom: -1px
    }
}

.no-touchevents .usernav__link-exit:hover {
    background: #9aacba
}

.yes, .no {
    font-size: 20px;
    line-height: 1;
    display: inline-block;
    margin-top: -3px;
    vertical-align: middle
}

.yes:before, .no:before {
    font-family: iconfont;
    font-weight: normal
}

.yes {
    color: #fa7c0d
}

.yes:before {
    content: '\e90f'
}

.no {
    color: #b9c2c9
}

.no:before {
    content: '\e90e'
}


/*VITALIY CODE CSS*/
.new-content{
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}

.lease-heading{
    text-align: center;
    margin-bottom: 30px;
}
.actions-bonus{
    background-color: #fff;
}
@media(max-width: 767px){
    .actions-bonus{
        margin-bottom: 30px;
    }
}
.actions-bonus__subheading{
    text-align: center;
    padding: 30px 0;
    margin-bottom: 0;
}

.faq-new {
    margin-top: 15px;
    background-image: url("/files/img/faqBG.png");
    height: 469px;
    background-size: cover;
    background-repeat: no-repeat;
}
.faq__subheading{
    text-align: center;
    padding: 30px 0;
    margin: 0;
    color: #fff;
}
.faq-content{
    height: 266px;
    background-color: #075C9E;
    width: 100%;
}
.faq__block{
    position: relative;
    margin-bottom: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.faq__item{
    cursor: pointer;
    display: flex;
    margin: 0;
    border-top:1px solid #467FAC ;
    height: 100%;
}
.faq__item:first-child{
    border-top: none;
}
.faq__item:before{
    content: none;
}
.faq__question{
    font-size: 16px;
    color: #fff;
    max-width: 470px;
    width: 100%;
    height: 100%;
    align-self: center;
    box-sizing: border-box;
    padding: 15px;

}
.faq__answer{
    width: 100%;
    height: 100%;
    display: none;
}
.faq__answer-text{
    cursor: default;
    position: absolute;
    background-color: #2E9EF4;
    max-width: 970px;
    width: 100%;
    right: 0;
    top: 0;
    margin-bottom: 0;
    bottom: 0;
    color: #fff;
    padding-top: 15px;
    box-sizing: border-box;
    padding-left: 30px;
    font-size: 16px;
}
.faq__answer-text > a{
    color: #fff;
}
.faq__item_active{
    background-color: #2E9EF4;
}
.faq__item_active .faq__answer-text{
    z-index: 10;
}
.faq__item_active .faq__answer{
    display: block;
}
@media(max-width: 1480px){
    .faq-content{
        max-width: 1000px;
    }
    .faq__answer-text{
        max-width: 50%;
        font-size: 15px;
    }
}
@media(max-width: 1000px){
    .faq__item{
        display: flex;
        flex-direction: column;
    }
    .faq__answer-text{
        position: static;
        max-width: 100%;
        padding-bottom: 15px;
        padding-right: 5px;
    }
    .faq__question{
        padding-left: 30px;
        max-width: 100%;
    }
    .faq-new{
        height: auto;
    }
    .faq-content{
        padding-bottom: 30px;
        padding-right: 5px;
        padding-left: 5px;
        height: auto;
        max-width: 650px;
        background-clip: content-box;
    }
}

.popularUs{
    min-height: 465px;
    width: 100%;
    background-image: url("/files/img/usBg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: #F0F3F6;
}

.popularUs__subheading{
    padding-top: 44px;
    margin-bottom: 28px;
    text-align: center;
}

.popularUs__items{
    display: flex;
    justify-content: space-around;
}

.popularUs__item{
    border: 3px solid #E4E7EB;
    max-width: 445px;
    margin: 0;
    background-color: #fff;
    border-radius: 20px;
    width: 100%;
    -webkit-box-shadow: 0px 37px 47px -22px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 37px 47px -22px rgba(0,0,0,0.35);
    box-shadow: 0px 37px 47px -22px rgba(0,0,0,0.35);
    height: 260px;
    box-sizing: border-box;
    padding: 25px 30px 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.popularUs__item:before{
    content: none;
}
.popularUs-card-subheading{
    text-align: center;
    color: #6FBF89;
    margin-bottom: 0;
    font-size: 30px;
    /*height: 75px;*/
    font-weight: bold;
}
.popularUs-card-price{
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    border-bottom: 1px solid #E8E8E8;
    margin-bottom: 0;
}
.popularUs-card-price > span{
    font-size: 36px;
    font-weight: bold;
}
.popularUs-card__button{
    margin-top: 0;
}

@media(max-width: 1480px){
    .popularUs__item{
        max-width: 445px;
        height: 240px;
    }
    .popularUs-card-subheading{
        font-size: 22px;
    }
    .popularUs-card-price{
        font-size: 18px;
    }
    .popularUs-card-price > span{
        font-size: 26px;
    }
    .popularUs .btn {
        font-size: 16px;
    }
}
@media(max-width: 940px){
    .popularUs__items{
        flex-direction: column;
        padding-bottom: 20px;
    }
    .popularUs__item{
        margin: 10px auto;
    }
}

.note-info{

    padding: 0 10px;
    box-sizing: border-box;
}
.note-info__subheading{
    font-size: 24px;
    margin: 0;
    padding-bottom: 15px;
}
.note-info__text-wrapper{
    display: flex;
    justify-content: space-between;
    margin-bottom: clamp(10px, 2vw, 15px);
}
.note-info__texts{
    width: 100%;
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
    margin: 0 5px;
    margin-left: 15px;
}
.note-info__text{
    width: 49%;
    font-weight: 500;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 19px;
}
.note-info__br{
    min-width: 8px;
    min-height: 100%;
    background-color: #56CB9F;
    border-radius: 4px;
    margin: 0;
}
.note-info__text-wrapper > li:before{
    content: none;
}
.shadow-line{
    width: 100%;
    height: 1px;
    -webkit-box-shadow: 0px -1px 5px 0px rgba(0,0,0,0.21);
    -moz-box-shadow: 0px -1px 5px 0px rgba(0,0,0,0.21);
    box-shadow: 0px -1px 5px 0px rgba(0,0,0,0.21);
}
.note-info__text_join{
    margin-top: -15px;
}
.note-info__text p:last-child{
    margin-bottom: 0;
}
@media (max-width: 1000px) {
 .note-info__text{
     font-size: 15px;
 }
}
@media (max-width: 620px) {
    .note-info__texts{
        flex-direction: column;
    }
    .note-info__text{
        width: 100%;
    }
    .note-info__text_join{
        margin-top: -20px;
    }
    .note-info__subheading{
        font-size: 20px;
    }
}
.data-base__subheading{
    text-align: center;
    margin-bottom: 30px;
}
.data-base__bg{
    background-color: #EEF3F6;
    width: 100%;
}
.data-base{
    padding-top: 30px;
    padding-bottom: 40px;
}
.data-base__images{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.note-info__text_long{
    width: 100%;
}
.data-base__images{
    box-sizing: border-box;
    padding: 0 10px;
}
@media (max-width: 1340px) {
    .data-base__image_big{
        width: 300px;
    }
}
@media (max-width: 920px) {
    .data-base__images{
        flex-direction: column;
    }
    .data-base__image_big{
        max-width: 440px;
        width: 100%;
        margin: 10px auto;
    }
}
.data-base__images_litlImage{
    flex-wrap: wrap;
}
.data-base__wrapper{
    width: 50%;
    display: flex;
    justify-content: space-around;
}
.data-base__images-title-r{
    width: 8px;
    background-color: #56CB9F;
    border-radius: 16px;
    margin: 0 20px;
    height: 26px;
}

.data-base__images-title-wrapper > p{
    margin:  0;
}
.data-base__images-title-from{
    font-size: 18px;
    font-weight: bold;
}
.data-base__images-title-default{
    font-weight: 400;
    font-size: 18px;
}
.data-base__images-title{
    width: 50%;
    padding-left: 15px;
}
.data-base__description{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0;
}
.data-base__images-title-wrapper > h2{
    width: 100%;
    margin-bottom: 15px;
}
.data-base__images-title-wrapper{
    display: flex;
    flex-wrap: wrap;
    min-height: 26px;
    width: calc(50% - 15px);
    align-items: flex-end;
    margin-bottom: 14px;
}
.data-base__images-title_russia{
    padding-left: 25px;
}
@media(max-width: 1350px){
    .data-base__images_litlImage{
        flex-direction: column;
        align-content: center;
    }
    .data-base__wrapper:nth-child(3){
        order: 2;
    }
    .data-base__wrapper:nth-child(4){
        order: 4;
    }
    .data-base__images-title:first-child{
        order: 1;
    }
    .data-base__images-title:nth-child(2){
        padding-left: 10px;
        order: 3;
    }
    .data-base__wrapper{
        width: 100%;
        justify-content: space-between;
        max-width: 620px;
    }
    .data-base__images-title{
        width: 100%;
        padding-left: 0;
        margin-bottom: 10px;
        margin-top: 20px;
        max-width: 620px;
    }
    .data-base__image_lit{
        max-width: 32%;
        width: 100%;
    }
}
@media (max-width: 560px) {
    .data-base__description, .data-base__images-title{
        font-size: 14px;
    }
}
@media(max-width: 620px){
    .data-base__images-title-r{
        display: none;
    }
    .data-base__images-title-wrapper{
        flex-direction: column;
        align-items: flex-start;
    }
    .data-base__images-title-from{
        font-size: 16px;
    }
}
.popularUs__item_litl{
    height: auto;
    max-height: 120px;
    padding: 20px;
    justify-content: center;
}
.popularUs__item_litl > p{
    height: auto;
}
.popularUs__litl{
    min-height: 315px;
}
.contains-cards__subheading{
    width: 100%;
    text-align: center;
    padding-top: 40px;
    margin-bottom: 20px;
}
.contains-cards__row-item{
    margin: 0;
    border: 3px solid #E4E7EB;
    max-width: 445px;
    width: 100%;
    -webkit-box-shadow: 0px 38px 47px -34px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 38px 47px -34px rgba(0,0,0,0.35);
    box-shadow: 0px 38px 47px -34px rgba(0,0,0,0.35);
    border-radius: 20px;
    padding: 35px 0 25px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 260px;
    justify-content: space-between;
    align-items: center;
}
.contains-cards__row-item:before{
    content: none;
}
.row-item__title{
    margin: 0;
    font-size: 28px;
    text-align: center;
    font-weight: bold;
    color: #6FBF89;
}
.contains-cards__row-item_indentation{
    margin-left: 10px;
    margin-right: 10px;
}
.contains-cards__row{
    display: flex;
    margin-bottom: 50px;
    padding: 0 10px;
    box-sizing: border-box;
    justify-content: space-between;
}
@media(max-width: 1020px){
    .contains-cards {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .contains-cards__row{
        max-width: 445px;
        width: 100%;
        flex-direction: column;
    }
    .contains-cards__row-item{
        margin-bottom: 40px;
    }
    .contains-cards__row-item_indentation{
        margin-left: 0px;
        margin-right: 0px;
    }
}
.popularUs-card-subheading_litl{
    font-size: 24px;
}
.popularUs__item_long-text{
    max-width: 445px;
}
@media(max-width: 1200px){
    .popularUs-card-subheading_litl{
        font-size: 18px;
    }
}
@media( max-width: 420px) {
    .row-item__title{
        font-size: 24px;
    }
}
.popularUs__item_ruby{
    max-width: 680px;
}
.note-info__text h3{
    margin: 10px 0;
    font-size: 20px;
}
.note-info__text ul, .note-info__text ol{
    margin: 15px 0;
    display: block;
    margin-left: 10px;
}
.note-info__text ol li{
    margin-left: 15px;
}
.note-info__text ol{
    list-style: decimal;
}
.note-info__text ol li:before{
    content: none;
}
.note-info__text ul li{
    margin-left: 20px;
    margin-bottom: 7px;
}
.open-photo{
    cursor: pointer;
}
.open-photo-popup{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0000007d;
    z-index: 1000;
    display: none;
    justify-content: center;
    box-sizing: border-box;
    padding: 12px;
    align-items: center;
}
.open-photo-popup_active{
    display: flex;
}
.open-photo__wrapper-image{
    position: relative;
    background-color: #f9f9f9;
    max-width: 100vw;
    max-height: 100vh;
    padding: 5px;
    padding-bottom: 0px;
}
.open-photo-popup__image{
    width: 100%;
    min-width: 50px;
    min-height: 50px;
    max-height: calc(100vh - 10px);
}
.open-photo__close-image {
    position: absolute;
    width: 31px;
    height: 31px;
    top: -10px;
    border-radius: 15px;
    border: 2px solid #fff;
    background-color: #000;
    /*transform: rotate(45deg);*/
    right: -10px;
}
.open-photo__close-image:after{
    content: '';
    height: 3px;
    width: 13px;
    background-color: #fff;
    top: 12px;
    left: 7px;
    transform: rotate(-45deg);
    position: absolute;
    border-radius: 5px;
}
.open-photo__close-image:before{
    content: '';
    position: absolute;
    left: 12px;
    width: 3px;
    top: 7px;
    transform: rotate(-45deg);
    background-color: #fff;
    height: 13px;
    border-radius: 5px;
}
.open-photo__navigate-image{
    width: 31px;
    height: 31px;
    position: absolute;
    border-radius: 15px;
    cursor: pointer;
    background-color: black;
    border: 2px solid #fff;
    top: calc(50% - 15px);
}
.open-photo__navigate-image:before{
    content: '';
    position: absolute;
    height: 3px;
    width: 10px;
    top: 14px;
    left: 10px;
    background-color: #fff;
}
.open-photo__navigate-image:after{
    content: '';
    width: 3px;
    top: 7px;
    left: 10px;
    height: 10px;
    position: absolute;
    background-color: #fff;

}
.open-photo__navigate-image_prev{
    left: -10px;
    transform: rotate(45deg);
}
.open-photo__navigate-image_next{
    right: -10px;
    transform: rotate(-135deg);
}
@media(max-width: 720px){
    .open-photo__close-image{
        width: 25px;
        height: 25px;
    }
    .open-photo__close-image:before{
        left: 9px;
        top: 4px;
    }
    .open-photo__close-image:after{
        top: 9px;
        left: 4px;
    }
    .open-photo__navigate-image{
        width: 25px;
        height: 25px;
    }
    .open-photo__navigate-image:before{
        top: 12px;
        left: 6px;
    }
    .open-photo__navigate-image:after{
        top: 5px;
        left: 6px;
    }
}
.faq__answer-text li{
    margin: 0;
    line-height: 21px;
    list-style-type: none;
}
.faq__answer-text li a{
    color: #fff;
    text-decoration: underline;
}
.faq__answer-text li:before{
    content: '—';
    margin: 0;
    width: auto;
    height: auto;
    margin-right: 5px;
}
.actions{
    margin: 0;
}
.hidden{
    display: none;
}
@media(max-width: 567px){
    .actions__item{
        box-sizing: border-box;
        padding: 0 5px;
    }
}
.advantages_vt{
    justify-content: flex-start;
}

.data-base__images-list{
    width: 50%;
    margin-bottom: 0;
    margin-top: 30px;
}
.data-base__images-list > li{
    margin: 0;
    margin-left: 15px;
    font-size: 18px;
    line-height: 25px;;
}
.data-base__images-list > li:before{
    content: '— ';
    background-color: #fff0;
    width: auto;
    margin: 0;
    height: auto;
    margin-right: 4px;
}
@media(max-width: 1350px){
    .data-base__images-list{
        width: auto;
    }
    .data-base__images-list_first{
        order: 3;
    }
    .data-base__images-title:nth-child(2){
        order: 4;
    }
    .data-base__wrapper:nth-child(4){
        order: 5;
    }
    .data-base__images-list_last{
        order: 6;
    }
}
@media(max-width: 600px){
    .data-base__images-list > li{
        font-size: 14px;
    }
    .data-base__images_list{
        margin-bottom: 15px;
    }
}
.data-base__image-description{
    width: 100%;
    display: flex;
    box-sizing: border-box;
    padding: 0 10px;
    justify-content: space-between;
    margin: 0;
}
.data-base__image-description > li{
    max-width: 440px;
    width: 100%;
    display: flex;
    margin: 0;
}
.data-base__image-description > li:before{
    content: none;
}
.data-base__image-wrapper{
    margin: auto;
}
.data-base__image-wrapper > p{
    font-size: 18px;
    position: relative;
    box-sizing: border-box;
    padding-left: 20px;
    max-width: 440px;
    margin: 0;
    margin-top: 30px;
}
.data-base__image-wrapper > :before{

    content: '';
    background-color: #56CB9F;
    width: 8px;
    position: absolute;
    left: 0;
    border-radius: 4px;
    height: 100%;
}
@media(max-width: 1340px){
    .data-base__image-wrapper > p{
        font-size: 16px;
        max-width: 300px;
    }
}
@media(max-width: 920px){
    .data-base__image-wrapper > p{
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 20px;
        max-width: 440px;
    }
}
.typical-config{
    max-width: 1400px;
    margin: 0 auto;
}
.typical-config__list{
    width: 100%;
    display: flex;
    margin-bottom: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.typical-config__list > p{
    margin: 0 auto;
    margin-bottom: 10px;
    max-width: 322px;
    text-align: center;
    background-color: #64C6A0;
    box-sizing: border-box;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    padding: 40px 10px;
}
.typical-config__heading{
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin: 33px auto;
}
@media(max-width: 1200px){
    .typical-config__heading{
        font-size: 28px;
    }
}
@media(max-width: 920px){
    .typical-config__heading{
        font-size: 22px;
    }
}
.data-base__heading_link{
    text-decoration: underline;
    color: #000;
}
a.data-base__heading_link:hover{
    color: #000;
}
.data-base__images > .data-base__images-title:nth-child(2){
    padding: 0;
}
.faq__answer-text a {
    text-decoration: underline;
}
.note-info{
    margin-top: 35px;
}
.note-info_vds{
    margin-top: 0;
}
/*# sourceMappingURL=global.css.map */
.tariffs_update{
    padding-top: 49px;
}
.tariff__caption_cms{
    margin-bottom: 13px;
}
.tariff_cms .tariff__footer{
    margin-top: 22px;
    margin-bottom: 20px;
}
.tariff_cms .price__discount{
    font-size: 18px;
    color: #1ECD8D;
    margin-top: 18px;
    line-height: 22px;
}
.tariff_cms .features__item:last-child{
    padding-bottom: 0;
    border-bottom: 1px solid #DCDCDC;
}
.tariff_cms .price__note{
    font-size: 18px;
    color: #9299A0;
}
.tariff_cms .price__value{
    color: #000;
}
.tariff_cms .features__item{
    font-size: 24px;
    color: #000;
    font-weight: bold;
}
.content__body_cms{
    padding-top: 25px;
    padding-bottom: 18px;
}
.content__body_cms .mission-about{
    font-size: 24px;
}
.pageOn{
    background-color: #EEF3F6;
}
.pageOn > div{
    padding-bottom: 35px;
    padding-top: 18px;
}
.pageOn h2 {
    padding-bottom: 39px;
    text-align: center;
    color: #333333;
    font-weight: bold;
    font-size: 36px;
    padding-bottom: 0;
}
.pageOn__wrapper > p {
    display: inline-block;
    font-size: 18px;
    color: #333333;
    margin-bottom: 15px;
    width: 49%;
}
.pageOn__wrapper > p:before{
    content: ' ';
    display: block;
    background-color: #F7801C;
    min-width: 5px;
    height: 5px;
    width: 5px;
    margin-right: 8px;
    min-height: 5px;
    margin-top: .4em;
    border-radius: 10px;
    margin-left: 2px;
    float: left;
}
@media(max-width: 1200px){
    .pageOn__wrapper > p {
        font-size: 15px;
        display: inline-flex;
    }
    .pageOn h2 {
        font-size: 28px;
    }
}
@media(max-width: 840px){
    .pageOn__wrapper > p {
        width: 100%;
    }
    .pageOn h2 {
        font-size: 24px;
    }
    .content__body_cms .mission{
        font-size: 18px;
    }
}
@media(max-width: 520px){
    .pageOn__wrapper > p {
        width: 100%;
        margin-bottom: 10px;
    }
    .pageOn h2 {
        font-size: 20px;
    }
    .content__body_cms .mission{
        font-size: 16px;
    }
}
.premium-wrapper{
    background: url(../img/offers-left.jpg) no-repeat 0 50%, url(../img/offers-right.jpg) no-repeat 100% 50%;
    background-color: #eef3f6;
}
.solo-cms-tariff .tariff{
    margin-bottom: 0px;
}
@media (max-width: 767px){
    .solo-cms-tariff .tariff{
        margin-bottom: 35px;
    }
}
.add-ul-subheading{
    margin-bottom: 5px;
}
.double_list ul, .double_list ol{
    margin-bottom: 5px;
}
.double_list ol li:before{
    display: none;
}
.double_list ul li{
    margin-left: 8px;
}
.tariff_cms .features__item{
    font-size: 22px;
}
.tariff_cms .features__item strong{
    font-size: 24px;
}
.faq__answer-text{
    padding-right: 7px;
}


.available-os{
    padding: 35px 15px 15px;
}
.available-os__title{
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 30px;
}

.available-os__items{
    display: flex;
    justify-content: space-between;
}
.available-os__item{
    max-width: 450px;
    background-color: #EEF3F6;
    width: 100%;
}
.available-os__item:nth-child(2){
    margin-left: 10px;
    margin-right: 10px;
}
.available-os__item-title{
    color: #fff;
    box-sizing: border-box;
    padding: 15px 10px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    background-color: #64C6A0;
    display: block;
}
.available-os__item-title > a{
    color: inherit;
    font-size: inherit;
}
.available-os__item-description{
    font-size: 18px;
    font-weight: 500;
    margin-right: 20px;
    margin-bottom: 15px;
    margin-left: 20px;
}
ol.available-os__item-description > li{
    margin: 0;
}
ol.available-os__item-description > li:before{
    color: #000;
    font-weight: inherit;
    font-size: inherit;
    margin: 0;
    margin-right: 7px;
}
.available-os__item-description > ul > li {
    margin-bottom: 5px;
    margin-left: 0;
    font-size: clamp(14px, 2vw, 18px);
}
.available-os__item-description > ul > li:before{
    background-color: #000;
    margin: .45em 7px 0 0;
}
.available-os__item-description > p {
    margin-bottom: clamp(5px, 1vw, 10px);
    font-size: clamp(14px, 2vw, 18px);
}
.available-os__subsection{
    font-size: 18px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 8px;
    font-weight: 900;
}
.available-os__config-items{
    margin-bottom: 20px;
}
.available-os__config-item{
    font-size: 16px;
    margin-right: 20px;
    margin-bottom: 8px;
    margin-left: 20px;
}
.available-os__config-item:before{
    margin: 0;
    margin-top: .5em;
    margin-right: 6px;
    background-color: #f7801c;
}
@media (max-width: 1020px) {
    .available-os__item-description{
        font-size: 15px;
        margin-bottom: 10px;
    }
    .available-os__subsection{
        font-size: 16px;
    }
    .available-os__config-item{
        font-size: 14px;
    }
}
@media (max-width: 720px) {
    .available-os__items{
        flex-direction: column;
    }
    .available-os__item:nth-child(2){
        margin: 5px auto;
    }
    .available-os__item{
        margin: 5px auto;
    }
    .available-os__title{
        font-size: 24px;
    }
}
@media (max-width: 420px){
    .available-os__title{
        font-size: 18px;
        margin-bottom: 15px;
    }
}
.advantages_strech{
    padding-bottom: 30px;
    padding-top: 10px;
    justify-content: space-between;
}
.advantages_strech > div {
    width: 25%;
    font-size: 18px;
    font-weight: bold;
}
.advantages_strech .advantages__text{
    margin-top: 10px;
    color: #404040;
    font-weight: 600;
}
@media (max-width: 1007px) and (min-width: 568px) {
    .advantages_strech .advantages__item:nth-child(n+4) {
        margin-top: 0px;
    }
}
@media (max-width: 760px){
    .advantages_strech > div{
        font-size: 16px;
    }
}
@media (max-width: 720px){
    .advantages_strech{
        flex-wrap: wrap;
    }
    .advantages_strech > div{
        width: 49%;
        font-size: 16px;
    }
    .advantages_strech > .advantages__item:nth-child(n+3){
        margin-top: 15px;
    }
}
.colorbox-green_small > .colorbox__inner{
    padding: 35px 20px 40px;
}
.colorbox-green_small h3{
    font-size: 24px;
    font-weight: bold;
}
.colorbox-green_small p{
    font-size: 18px;
    font-weight: bold;
}
@media (max-width: 720px){
    .colorbox-green_small h3{
        font-size: 20px;
    }
    .colorbox-green_small p{
        font-size: 16px;
    }
}
.tabs_up{
    padding-left: 20px;
    padding-bottom: 30px;
    padding-right: 20px;
}
.tabs_up > h3{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}
.tabs_up .tabs__tab a{
    font-size: 24px;
    font-weight: bold;
}
.tabs_up .tabs__panel p{
    font-size: 16px;
    font-weight: bold;
}
@media (max-width: 720px){
    .tabs_up > h3{
        font-size: 24px;
        margin-bottom: 24px;
    }
    .tabs_up .tabs__tab a{
        font-size: 18px;
    }
    .tabs_up .tabs__panel p{
        font-size: 14px;
    }
}
.colorbox-blue_small .colorbox__inner{
    padding-left: 20px;
    padding-right: 20px;
}
.colorbox-blue_small h3{
    font-size: 24px;
    font-weight: bold;
}
.colorbox-blue_small .column{
    font-size: 18px;
}
.colorbox-blue_small .column li{
    margin-left: 0;
}
.colorbox-blue_small .column li:before{
    background-color: #ddf260;
    margin: 0;
    margin-top: .5em;
    margin-right: 7px;
}
.colorbox_botMar{
    margin-bottom: 30px;
}
.note-info_padup{
    padding-right: 20px;
    padding-left: 20px;
}
.faq__answer-text_t{
    margin-top: 10px;
}
.faq__at-l{
    color: #fff;
    text-decoration: underline;
}
.available-os__plus{
    display: flex;
    justify-content: space-between;
}
.available-os__plus-item{
    max-width: 49%;
    width: 100%;
    font-size: 18px;
    box-sizing: border-box;
    margin: 0;
    padding: 20px 20px 25px;
    background-color: #EEF3F6;
}
.available-os__plus-item:before{
    content: ' ';
    margin-top: .45em;
    margin-right: 7px;
    width: .35em;
    height: .35em;
    border-radius: 10px;
    float: left;
    display: block;
    background-color: #f7801c;
}
.available-os_mb{
    margin-bottom: 15px;
}
@media (max-width: 720px){
    .available-os__plus{
        flex-direction: column;
    }
    .available-os__plus-item{
        max-width: 100%;
        margin-bottom: 5px;
        font-size: 16px;
    }
    .available-os_mb{
        margin-bottom: 5px;
    }
}
.available-os_two .available-os__item{
    max-width: 49%;
}
@media (max-width: 720px){
    .available-os_two .available-os__item{
        max-width: 100%;
    }
}

.articles{
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    margin-top: clamp(25px, 4vw, 38px);
    margin-bottom: clamp(10px, 3vw, 20px);
    grid-template-columns: repeat(3, 1fr);
    display: grid;
}
.articles__item{
    border: 3px solid #E4E7EB;
    margin: 0 auto;
    margin-bottom: 20px;
    max-width: 445px;
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 20px;   
}

.articles__current > h2{
    width: 100%;
    grid-column-start: 1;
    grid-column-end: 4;
    margin-bottom: 1em;
    text-align: center;
}

.articles__current  .articles__item{
    margin: 0;
}
.articles__current{
    margin-bottom: -5px;
}

@media(max-width: 1400px){
    .articles{
        box-sizing: border-box;
        padding-left: 10px;
        padding-right: 10px;
    }
    .articles{
        grid-template-columns: repeat(2, 1fr);
    }
    .articles__current{
        grid-template-columns: 1fr;
    }
    .articles__current > h2{
    grid-column-start: 1;
    grid-column-end: 1;
    }
    .articles__current > .articles__item{
        margin: 10px auto;
    }
}
@media(max-width: 930px){
    .articles{
        grid-template-columns: 1fr;
    }
}
@media(max-width: 767px){
    .articles__current{
        margin-bottom: 15px;
    }
}


.articles__item > p {
    background-color: #F0F3F6;
    flex-grow: 1;
    margin: 0;
    padding: clamp(10px, 3vw, 20px);
    box-sizing: border-box;
}
.articles__link{
    font-size: clamp(18px, 4vw, 24px);
    color: #000;
    font-weight: 600;
}
.articles__img{
    display: flex;
    align-items: center;
    justify-content: center;
    height: clamp(200px, 30vw, 252px);
    border-bottom: 3px solid #E4E7EB;
}
.articles__img > img {
    max-height: clamp(120px, 20vw, 200px);
}
.articles__img_green{
    background-color: #48D4B8;
}
.articles__img_blueLigth{
    background-color: #00AFD6;
}
.articles__img_greenLigth{
    background-color: #67D3A3;
}
.articles__img_blue{
    background-color: #0093E1;
}
.articles__img_yellow{
    background-color: #F5C200;
}
.articles__img_blueBold {
    background-color: #0088D6;
}

.article-page__wrapper{
    display: flex;
    align-items: flex-start;
    max-width: 1400px;
    margin: 0 auto clamp(40px, 12vw, 90px);
}
.article-page{
    max-width: 937px;
    width: 100%;
}

.article-page__explanation{
    background-image: url('/files/img/bgarticle.png');
    background-size: cover;
    background-repeat: no-repeat;
    box-sizing: border-box;
    padding-top: clamp(20px, 6vw, 44px );
    padding-left: clamp(30px, 10vw, 100px );
    padding-bottom: clamp(20px, 6vw, 27px );
    padding-right: clamp(20px, 9vw, 87px );
}

.article-page__explanation > p {
    font-size: clamp(13px, 3vw, 24px);
    font-weight: 600;
    line-height: 1.3em;
}
.article-page__explanation > time {
    font-weight: 400;
    font-size: clamp(12px, 3vw, 16px);
    margin-bottom: 16px;
    display: inline-block;
}
.article-page__navigate{
    position: sticky;
    top: 25px;
    margin-left: 30px;
    margin-top: 25px;
    max-width: 440px;
    width: 100%;
    box-sizing: border-box;
    background-color: #F0F3F6;
    padding: 30px 0;
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.25);
}
.article-nav__link{
    box-sizing: border-box;
    padding: 10px 10px 20px clamp(35px, 3vw, 45px);
    box-shadow: none;
    font-size: clamp(15px, 2vw, 18px);
    font-weight: bold;
    margin: 0;
    display: inline-block;
    width: 100%;
    color: #333333;
}
.article-nav__link > span{
    text-decoration: underline;
}
.article-nav__link:before{
    content: '—';
    margin-left: -25px;
    text-decoration: none;
    margin-right: 7px;
}
.article-nav__link_active{
    background-color: #D0DBE6;
}

.article-page h2 {
    font-size: clamp(22px, 5vw, 30px);
}
.article-page h3{
    font-size: clamp(20px, 5vw, 24px);
}
.article-page h4{
    font-size: clamp(16px, 5vw, 18px);
}
.article-page h2, .article-page h3, .article-page h4{
    font-weight: bold;
    margin: clamp(15px, 4vw, 30px) 0 10px;
}
.article-page h2 + p, .article-page h3 + p, .article-page h4 + p{
    margin-top: 0px;
}
.article-page h2.bigm{
    /* margin: 40px 0; */
    margin: clamp(15px, 4vw, 30px) 0 10px;
}
.article-page > em{
    display: block;
    margin-bottom: 25px;
    font-style: italic;
    font-size: 14px;
}
.article-page__tb + em{
    margin-top: -10px;
}
.article-nav__link_two{
    font-size: clamp(14px, 2vw, 16px);
    padding-left: 72px;
}
.article-nav__link_tree{
    font-size:  clamp(14px, 2vw, 16px);
    font-weight: 400;
    padding-left: 100px;
}
.article-page__imdes p{
    margin-top: 10px;
    margin-bottom: 25px;
    font-style: italic;
    font-size: 14px;
}
.article-page__imdes img{
    max-width: 100%;
    border: 1px solid #000;
}
.article-page > p {
    font-size: clamp(14px, 4vw, 16px);
    font-weight: 500;
    margin: 20px 0;
}
.article-page__list{
    position: relative;
    box-sizing: border-box;
    padding: 10px 20px 5px;
    margin-bottom: 20px;
}
.article-page__list:before{
    content: '';
    display: block;
    left: 0;
    top: 0;
    border-radius: 20px;
    bottom: 0;
    position: absolute;
    width: 8px;
    background-color: #56CB9F;
}
.article-page__list li {
    font-weight: 400;
    font-size: clamp(14px, 4vw, 16px);
    margin-bottom: clamp(7px, 2vw, 15px);
    margin-left: 0;
}
.article-page__list li:last-child{
    margin-bottom: 0;
}
.article-page__list li:before{
    content: ' — ';
    border-radius: auto; 
    width: auto; 
    height: auto; 
    margin: auto;
    margin-right: 7px;
    background: none;
}

.article-page__list.article-page__list_dot li:before{
    content: '';
    display: block;
    float: left;
    width: 5px;
    height: 5px;
    background-color: #000;
    margin-top: .45em;
    margin-right: 7px;
    border-radius: 10px;
}
.article-page__list.article-page__list_num li:before{
    content: counter(list) ".";
    color: #000;
    font-weight: 500;
}
.article-page__table{
    display: flex;
    flex-direction: column;
}
.article-page__table > div{
    display: flex;
    border-bottom: 1px solid #C0C0C0;
}
.article-page__table > div:first-child{
    border-bottom: 2px solid #56CB9F;
    font-weight: bold;
}
.article-page__table > div:last-child{
    border: none;
}
.article-page__table > div > p{
    padding: 5px 2px;
    width: 50%;
    font-size: clamp(12px, 3vw, 16px);
    margin-bottom: 0;
}
.article-page__table-wrapper > p{
    font-size: clamp(13px, 4vw, 14px);
    font-style: italic;
    margin-top: 20px;
}
.article-page .article-page__author{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 15px;
}


.appraisal-wrapper{
    margin-top: 30px;
    box-sizing: border-box;
    padding: 20px;
    background-color: #56CB9F;
    margin-bottom: 30px;
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.appraisal{
    display: none;
}
.appraisal-wrapper p {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin: 0;
}
.appraisal__stars{
    display: flex;
    margin-left: 7px;
}
.appraisal__star{
    background-image: url('/files/img/Star.png');
    width: 22px;
    cursor: pointer;
    height: 20px;
}
.appraisal__star_active{
    background-image: url('/files/img/StarActive.png');
}

.share {
    display: flex;
    align-items: center;
}
.share div {
    margin-left: 15px;
    height: 24px;
    display: flex;
}
.share p{
    line-height: 1.1em;
}
.share img {
    cursor: pointer;
}

.share_fc{
    margin: 0 8px;
}
.article-page__wrapper{
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
}
@media (max-width: 1200px){
    .article-page{
        max-width: 100%;
    }
    .article-page__wrapper{
        flex-direction: column-reverse;
    }
    .article-page__navigate{
        margin-left: 0;
        position: static;
        max-width: 100%;
        margin-bottom: 30px;
    }
    .article-nav__link{
        padding-top: 5px;
        padding-bottom: 5px;
    }
}
@media (max-width: 520px){
    .appraisal-wrapper{
        margin-top: 20px;
        padding: 15px;
        flex-direction: column;
        align-items: flex-start;
    }
    .appraisal-wrapper > .share {
        /* margin-top: 10px; */
    }
}
.container_article{
    padding: 0;
}
@media (max-width: 1439px){
    .container_article{
        padding: 0 10px;
    }
}

.apl-il{
    font-size: 1em;
    display: inline-block;
    margin-right: 5px;
    margin-left: 15px;
}
.content__body_domain{
    padding-top: 20px;
    padding-bottom: 20px;
}
.tabs_domains .tabs__link{
    font-size: 24px;
    font-weight: bold;
}
.tabs_domains .dom_list tr:first-child th{
    font-size: 16px;
}
.tabs_domains .dom_list td{
    
    font-size: 16px;
}
.getDomain-wrapper{
    width: 100%;
    background: url(/files/img/domainmg.png) #F0F3F6;
    background-repeat: no-repeat;
    background-size: contain;
}
.getDomain{
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding-top: 1px;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
    margin-bottom: clamp(10px, 3vw, 20px);
    padding-bottom: 1px;
}
.getDomain h2{
    font-size: clamp(22px, 2vw, 36px);
    font-weight: bold;
    box-sizing: border-box;
    padding: 0 5px;
    text-align: center;
    margin: clamp(20px, 4vw, 45px) 0 ;
}
.getDomain__logik{
    max-width: 670px;
    width: 100%;
    margin:  clamp(5px, 1vw, 15px) auto clamp(20px, 4vw, 35px); 
    display: flex;
    justify-content: space-between;
}
.getDomain__signature{
    display: flex;
    align-items: center;
}
.getDomain__signature > a{
    display: inline-block;
    border-radius: 22px;
    padding: 12px 25px;
    background-color: #309EF3;
    color: #fff;
    font-size: clamp(15px, 3vw, 18px);
    font-weight: bold;
}
.getDomain__signature > a:hover{
    color: #fff;
}
.getDomain__signature > a.orange{
    background-color: #F77B1C;
}
.getDomain__signature span{
    font-size: 16px;
    width: 100%;
    font-weight: 500;
    display: inline-block;
}
.getDomain__signature.l span{
    margin-right: 13px;
    text-align: right;
    max-width: 165px;
}
.getDomain__signature.r span{
    margin-left: 13px;
    max-width: 95px;
}

@media(max-width: 640px){
    .getDomain__logik{
        flex-direction: column;
    }   
    .getDomain__signature{
        flex-direction: column;
    }
    .getDomain__signature > a {
        width: 100%;
        max-width: 460px;
        text-align: center;
    }
    .getDomain__signature.r {
        flex-direction: column-reverse;
    }
    .getDomain__signature.l > span, .getDomain__signature.r > span {
        max-width: 100%;
        text-align: left;
        margin: 0;
        margin-top: 10px;
        margin-bottom: 15px;
        padding-left: 25px;
    }
}

.colorbox_domain{
    max-width: 1400px;
    margin: 0 auto;
    font-size: 16px;
    margin-bottom: clamp(20px, 5vw, 40px);
}
.colorbox_domain h2{
    font-size: 24px;
}
.faq-new_domain{
    margin-top: 0;
}
.domain-table__linkInBig{
    font-size: clamp(15px, 2vw, 18px);
    font-weight: bold;
    display: table;
    margin: 0 auto;
    margin-top: clamp(20px, 4vw, 40px);
    border-bottom: 2px dashed;
}
ul.colorbox__list_num li{
    counter-increment: dp;
    margin-left: 3px;
}
ul.colorbox__list_num li:before{
    content:  counter(dp)".";
    width: auto;
    height: auto;
    background: none;
    margin: 0 7px 0 0;
}
.popularUs_domain .popularUs-card-subheading{
    height: auto;
}
.two-row{
    margin-left: 2.5em;
}
.faq__answer-list_num li{
    counter-increment: ql;
}
.faq__answer-list_num li:before{
    content: counter(ql)".";
}
.faq__answer a {
    color: #fff;
}
.tabs_domains table a{
    color: #374048;
}
.colorbox_domain h3{
    font-size: 21px;
}
.tabs_domains .tabs__tab a{
    font-size: clamp(16px, 2vw, 24px);
}
.tabs_domains .tabs__tab{
    padding: 15px clamp(10px, 2vw, 20px);
}
.tabs_domains .dom_list td{
    font-size: clamp(14px, 2vw, 16px);
}
.popularUs__item i{
    font-family: ruble;
    font-style: normal;
    font-size: inherit;
}
.colorbox_newh h2 { 
    font-size: clamp(20px, 2vw, 26px);
}
.swiper-wrapper_big-padding .tariffs__item{
    padding-bottom: clamp(40px, 10vw, 100px);
}
.popularUs__items_fo > li{
    margin-bottom: 5px;
    max-width: 320px;
}
.popularUs__items_fo p{
    font-size: 18px;
}
.popularUs_landingi{
    min-height: auto;
    padding-bottom: clamp(30px, 4vw, 60px);
}
.popularUs_landingi > h2{
    font-size: clamp(24px, 5vw, 36px);
}
.hosting-fits{
    margin: clamp(20px, 3vw, 30px) auto;
}
.hosting-fits h2{
    font-size: clamp(24px, 3vw, 36px);
    margin-bottom: clamp(15px, 3vw, 30px);
    text-align: center;
    line-height: .8em;
}
.hosting-fits__items{
    display: flex;
    justify-content: space-between;
}
.hosting-fits__item{
    border: 3px solid #E4E7EB;
    box-sizing: border-box;
    border-radius: 20px;
    justify-content: center;
    text-align: center;
    display: flex;
    align-items: center;
    padding: 15px 10px;
    margin-bottom: 10px;
    width: 200px;
}
.hosting-fits__item a, .hosting-fits__item p{
    color: #6FBF89;
    font-size: 18px;
    margin-bottom: 0;
    font-weight: bold;
}
.hosting-fits__item.hosting-fits__item_link:hover{
    background-color: #1ecc8d;
    cursor: pointer;
}
.hosting-fits__item.hosting-fits__item_link:hover *{
    color: #fff;
}

@media(max-width: 1240px){
    .hosting-fits__items{
        flex-wrap: wrap;
        margin: 0 auto;
        max-width: 700px;
        justify-content: space-evenly;
    }
}
@media(max-width: 420px){
    .hosting-fits__item{
        width: 100%;
    }
}

.article-page_table-def{
    width: 100%;
}
.article-page_table-def tr td{
    font-size: clamp(12px, 3vw, 16px);
    border: none;
    padding: 5px 2px;
    background-color: #fff;
}
.article-page_table-def tr{
    border-bottom: 1px solid #C0C0C0;
    background-color: #fff;
}
.article-page_table-def tr:first-child{
    border-bottom: 2px solid #56CB9F;
    font-weight: bold;
}
.colorbox__inner h2{
    font-size: clamp(18px, 3vw, 26px);
}

table.article-page_table-def.responsive tbody{
    display: table-row-group;;
}
table.article-page_table-def.responsive tbody td{
    width: 25%;
    font-size: 10px;
    color: #000;
    background-color: #fff;
    padding: 3px 2px;
    font-weight: 500;
    border-left: none;
    display: table-cell;
    border-right: none;
}
table.article-page_table-def.responsive tbody tr{
    display: table-row;
}
table.article-page_table-def.responsive tbody tr:first-child td{
    font-weight: bold;
}

.fat_num li:before{
    color: #fff;
    font-weight: 500;
    content: counter(list)"."
}

.faq__answer-text > p, .faq__answer-text > ul {
    margin-bottom: 5px;
}

.licpage-info_wrapper{
    background-color: #F0F3F6;
    background-image: url("/files/img/licenceBg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: clamp(15px, 2vw, 40px) 0 clamp(25px, 4vw, 55px);
}
.licpage-info{
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 5px;
    align-items: flex-start;
}
.licpage-info__card{
    display: flex;
    align-items: flex-start;
}
.licpage-info__card > img {
    max-width: 322px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    width: 100%;
    margin-right: clamp(15px, calc(3vw - 20px), 30px);
}
.licpage-info__whon strong{
    display: block;
    font-weight: bold;
    font-size: clamp(22px, 2vw, 36px);
    margin-bottom: clamp(10px, 2vw, 17px);
}
.licpage-info__whon li {
    margin: 0;
    font-size: clamp(16px, 2vw, 18px);
    margin-bottom: clamp(10px, 2vw, 15px);
}
.licpage-info__whon li:before{
    background-color: #F7801C;
    margin: .5em 6px 0 0;
}
.licpage-info__pay{
    background-color: #fff;
    border: 3px solid #E4E7EB;
    box-sizing: border-box;
    border-radius: 20px;
    padding: clamp(20px, 3vw, 30px) clamp(10px, 2vw, 20px);
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    max-width: 324px;
    width: 100%;
    box-shadow: 0px 20px 24px -9px #bebebe;
}
.licpage-info__price{
    font-style: normal;
    font-weight: bold;
    font-size: clamp(18px, 3vw, 24px);
    color: #000;
    margin-bottom: 7px;
}
.licpage-info__price > strong{
    font-weight: 800;
    font-size: clamp(24px, 4vw, 36px);
}
.licpage-info__price_bonus{
    color: #1ECD8D;
    font-size: clamp(16px, 2vw, 18px);
    font-weight: 600;
    margin-bottom: 15px;
}
.licpage-info__line{
    width: 100%;
    height: 1px;
    background-color: #DCDCDC;
}
.licpage-info__pay > footer{
    margin-top: 26px;
}
@media (max-width: 950px) {
    .licpage-info{
        flex-direction: column;
    }
    .licpage-info__card{
        margin-bottom: clamp(15px, 3vw, 30px);
    }
}
@media (max-width: 620px) {
    .licpage-info__card{
        flex-direction: column;
    }
    .licpage-info__card > img{
        margin-bottom: 15px;
    }
    .licpage-info{
        align-items: center;
    }
}

.steepPay{
    padding: 0 5px;
    margin: clamp(20px, 4vw, 40px) auto;
    --sizeSteep: clamp(30px, 5vw, 55px);
}
.steepPay__subheading{
    font-weight: bold;
    font-size: clamp(20px, 3vw, 24px);
    margin-bottom: clamp(30px, 5vw, 55px);
}
.steepPay__steep{
    --steepOutside: calc((var(--sizeSteep) / 2) * -1);
    background: #FFFFFF;
    border: 3px solid #E4E7EB;
    box-sizing: border-box;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding: clamp(10px, 3vw, 20px);
    padding-top: 0;
}
.steepPay__steep-num{
    width: var(--sizeSteep);
    height: var(--sizeSteep);
    background-color: #2B9FF3;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: clamp(24px, 3vw, 36px);
    font-weight: bold;
    margin-top: var(--steepOutside);
}
.steepPay__steep > p{
    color: #6FBF89;
    margin-top: 6px;
    font-size: clamp(16px, 2vw, 20px);
    font-weight: bold;
    margin-bottom: 0;
    text-align: center;
}
.steepPay__steeps{
    display: grid;
    grid-column-gap: clamp(10px, 2vw, 36px);
    grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1200px) {
    .steepPay__steeps{
        grid-template-columns: repeat(2, 1fr);
        row-gap: clamp(20px, 4vw, 30px);
    }
}
@media (max-width: 520px) {
    .steepPay__steeps{
        grid-template-columns: 1fr;
        row-gap: clamp(20px, 4vw, 30px);
    }
}
.licence-includes{
    margin: clamp(25px, 3vw, 40px) auto;
    padding: 0 5px;
}
.licence-includes__subheading{
    font-weight: bold;
    font-size: clamp(18px, 3vw, 24px);
    margin-bottom: clamp(15px, 2vw, 25px);
}
.licence-includes__item > p{
    background-color: #64C6A0;
    min-height: 64px;
    align-items: center;
    justify-content: center;
    padding: 0 clamp(7px, 2vw, 15px);
    margin-bottom: 0;
    text-align: center;
    display: flex;
    color: #fff;
    font-weight: bold;
}
.licence-includes__colums{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    column-gap: clamp(10px, 2vw, 25px);
    row-gap: 10px;
    max-width: 100%;
    width: 100%;
    justify-items: flex-start;
    align-items: flex-start;
}
.licence-includes__item{
    background-color: #EEF3F6;
    width: 100%;
}
.licence-includes__item > ul{
    box-sizing: border-box;
    margin-bottom: 0;
    padding: clamp(10px, 2vw, 20px);
}
.licence-includes__item > ul > li{
    margin: 0;
    color: #333333;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 6px;
}
.licence-includes__item > ul > li:before{
    background-color: #F7801C;
    margin-right: 8px;
    margin-left: 0;
}
.licence-includes__item > ul > li:last-child{
    margin-bottom: 0;
}
.licence-includes__colums_foo{
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.licence-includes__colums_foo > div{
    min-width: 300px;
}
.hosting-fitsdesc > h2{
    font-size: clamp(22px, 4vw, 36px);
    text-align: center;
    margin-top: clamp(20px, 5vw, 45px);
    margin-bottom: clamp(15px, 2vw, 25px);
}
.hosting-fitsdesc__items{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-column-gap: 25px;
    margin-bottom: clamp(10px, 2vw, 30px);
}
.hosting-fitsdesc__items > p {
    box-sizing: border-box;
    padding: clamp(15px, 3vw, 25px) 10px;
    border: 3px solid #E4E7EB;
    border-radius: 20px;
    font-weight: bold;
    color: #6FBF89;
    font-size: clamp(16px, 3vw, 20px);
    text-align: center;
    box-shadow: 0px 21px 20px -18px #00000061;
    margin: 0;
    margin-bottom: 15px;
}

@media(max-width: 720px){
    .available_plus{
        padding-left: 0;
        padding-right: 0;
    }
}
.available_plus > h2{
    text-align: center;
}
.available_plus  .available-os__item{
    margin-bottom: 10px;
}
.note-description > h2 {
    margin: clamp(20px, 3vw, 30px) 10px;
}
.available_plus .available-os__item-title{
    font-size: clamp(15px, 2vw, 18px);
}
.note-description__info{
    background-color: #EEF3F6;
    box-sizing: border-box;
    padding: 10px;
    display: grid;
    grid-template-columns: auto minmax(340px, 1fr);
    grid-gap: 20px;
}
.note-description__info > p{
    font-size: clamp(16px, 2vw, 24px);
    font-weight: 700;
    margin: 0;
    box-sizing: border-box;
    padding: 10px;
}
.note-description__info > img {
    width: clamp(290px, 100%, 400px);
}
@media(max-width: 740px){
    .note-description__info{
        grid-template-columns: 1fr;
        justify-items: center;
        grid-auto-columns: auto;
    }
}
.plus-dc > h2{
    margin-top: clamp(20px, 3vw, 30px);
    margin-bottom: 17px;
    font-size: clamp(22px, 4vw, 36px);
    font-weight: bold;
    text-align: center;
}
.data-plus__items{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    column-gap: clamp(10px, 2vw, 25px);
    margin-bottom: clamp(10px, 2vw, 20px);
}
.data-plus__items > p{
    box-sizing: border-box;
    padding: clamp(10px, 2vw, 20px);
    font-size: clamp(14px, 2vw, 18px);
    font-weight: 700;
    color: #fff;
    background-color: #64C6A0;
    margin-bottom: 10px;
}


.paginate{
    box-sizing: border-box;
    color: #428bca;
    font-size: clamp(14px, 3vw, 16px);
    padding: 0 clamp(5px, 1vw, 10px);
    display: flex;
    margin: clamp(15px, 3vw, 20px) auto;
    justify-content: center;
}
.paginate a {
    padding: 6px clamp(9px, 1vw, 12px);
    box-sizing: border-box;
    border: 1px solid #ddd;
    cursor: pointer;
    margin-left: -1px;
}
.paginate a:first-child{
    border-radius: 6px 0 0 6px;
}
.paginate a:last-child{
    border-radius: 0 6px 6px 0;
}
.paginate a:hover{
    color: #2a6496;
    background-color: #eee;
    border-color: #ddd;
}
.paginate a.active{
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
    cursor: default;
}
.colorbox__bold-text{
    font-weight: bold;
    font-size: clamp(17px, 2vw, 24px);
}
.colorbox_minBot {
    margin-bottom: clamp(10px, 2vw, 25px);
}
.steepPay h2{
    font-size: clamp(24px, 3vw, 36px);
    margin-bottom: clamp(25px, 4vw, 50px);
    text-align: center;
    line-height: .8em;
}
.available-os h2{
    font-size: clamp(24px, 3vw, 36px);
    margin-bottom: clamp(15px, 3vw, 30px);
}


.new-content_article .faq__answer-text {
    max-width: 50%;
    font-size: 15px;
}
.new-content_article{
    padding: 0;
}
@media (max-width: 1000px){
    .new-content_article{
        max-width: 100%;
    }
    .new-content_article .faq__answer-text {
        max-width: 100%;
    }
}