@charset "UTF-8";
* {
    box-sizing: border-box
}

html {
    position: relative;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
    color: #333;
    background: #fff;
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px !important;
    font-size: 1rem !important;
    line-height: 1.428
}
@media (min-width: 1168px) {
    .domain-pricing {
        min-width: 870px !important;
    }
}

@media (max-width: 768px) {
    body {
        font-size: .875rem
    }
    #inputDomain{
        max-width:400px !important;
    }
    .domain-pricing{
        min-width: 570px !important;
    }
}

button:focus {
    outline: 0
}

a {
    text-decoration: none;
    color: #30c;
    cursor: pointer
}

a:focus {
    outline: 0
}

a:hover {
    text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 .625em;
    line-height: 1.428
}

h1, h2, h3, h4 {
    font-weight: 400
}

h1 {
    font-size: 1.5625rem
}

@media (min-width: 768px) {
    h1 {
        font-size: 2rem
    }
}

@media (min-width: 992px) {
    h1 {
        font-size: 3rem
    }
}

h2 {
    font-size: 1.25rem
}

@media (min-width: 768px) {
    h2 {
        font-size: 1.875rem
    }
}

@media (min-width: 992px) {
    h2 {
        font-size: 2.5rem
    }
}

h3 {
    font-size: 1.125rem
}

@media (min-width: 768px) {
    h3 {
        font-size: 1.5rem
    }
}

@media (min-width: 992px) {
    h3 {
        font-size: 1.875rem
    }
}

h4 {
    font-size: 1.0625rem
}

@media (min-width: 768px) {
    h4 {
        font-size: 1.125rem
    }
}

@media (min-width: 992px) {
    h4 {
        font-size: 1.25rem
    }
}

h5 {
    font-size: 1rem
}

@media (min-width: 768px) {
    h5 {
        font-size: 1.0625rem
    }
}

@media (min-width: 992px) {
    h5 {
        font-size: 1.125rem
    }
}

h6 {
    font-size: .875rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .05rem
}

em {
    font-style: italic
}

p {
    margin: 0
}

blockquote, q {
    quotes: none
}

blockquote::after, blockquote::before, q::after, q::before {
    content: ''
}

.align-center {
    text-align: center;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-left {
    text-align: left
}

.align-right {
    text-align: right
}

.pull-left {
    float: left
}

.pull-right {
    float: right
}

dd, dl, menu, ol, ul {
    margin: 0
}

menu, ol, ul {
    padding: 0;
    list-style-type: none
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #949494
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #949494
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #949494
}

input::placeholder, textarea::placeholder {
    color: #949494
}

label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: .9375rem;
    padding-right: .9375rem
}

@media (min-width: 344px) {
    .container {
        max-width: 400px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 1100px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px
    }
}

@media (min-width: 1440px) {
    .container {
        max-width: 1400px
    }
}

.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: .9375rem;
    padding-right: .9375rem
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -.9375rem;
    margin-right: -.9375rem
}

.col-xs {
    position: relative;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    min-height: 1px;
    padding-right: .9375rem;
    padding-left: .9375rem
}

.col-xs-1 {
    position: relative;
    min-height: 1px;
    padding-right: .9375rem;
    padding-left: .9375rem;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-xs-2 {
    position: relative;
    min-height: 1px;
    padding-right: .9375rem;
    padding-left: .9375rem;
    -ms-flex: 0 0 16%;
    flex: 0 0 16%;
    max-width: 16%
}

.col-xs-3 {
    position: relative;
    min-height: 1px;
    padding-right: .9375rem;
    padding-left: .9375rem;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-xs-4 {
    position: relative;
    min-height: 1px;
    padding-right: .9375rem;
    padding-left: .9375rem;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%
}

.col-xs-5 {
    position: relative;
    min-height: 1px;
    padding-right: .9375rem;
    padding-left: .9375rem;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-xs-6 {
    position: relative;
    min-height: 1px;
    padding-right: .9375rem;
    padding-left: .9375rem;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-xs-7 {
    position: relative;
    min-height: 1px;
    padding-right: .9375rem;
    padding-left: .9375rem;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-xs-8 {
    position: relative;
    min-height: 1px;
    padding-right: .9375rem;
    padding-left: .9375rem;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: .9375rem;
    padding-left: .9375rem;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-xs-10 {
    position: relative;
    min-height: 1px;
    padding-right: .9375rem;
    padding-left: .9375rem;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-xs-11 {
    position: relative;
    min-height: 1px;
    padding-right: .9375rem;
    padding-left: .9375rem;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-right: .9375rem;
    /*padding-left: .9375rem;*/
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.offset-xs-1 {
    margin-left: 8.33333%
}

.offset-xs-2 {
    margin-left: 16%
}

.offset-xs-3 {
    margin-left: 25%
}

.offset-xs-4 {
    margin-left: 33%
}

.offset-xs-5 {
    margin-left: 41.66667%
}

.offset-xs-6 {
    margin-left: 50%
}

.offset-xs-7 {
    margin-left: 58.33333%
}

.offset-xs-8 {
    margin-left: 66.66667%
}

.offset-xs-9 {
    margin-left: 75%
}

.offset-xs-10 {
    margin-left: 83.33333%
}

.offset-xs-11 {
    margin-left: 91.66667%
}

@media (min-width: 344px) {
    .col-sm {
        position: relative;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
        min-height: 1px;
        padding-right: .9375rem;
        padding-left: .9375rem
    }

    .col-sm-1 {
        position: relative;
        min-height: 1px;
        padding-right: .9375rem;
        padding-left: .9375rem;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        position: relative;
        min-height: 1px;
        padding-right: .9375rem;
        padding-left: .9375rem;
        -ms-flex: 0 0 16%;
        flex: 0 0 16%;
        max-width: 16%
    }

    .col-sm-3 {
        position: relative;
        min-height: 1px;
        padding-right: .9375rem;
        padding-left: .9375rem;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        position: relative;
        min-height: 1px;
        padding-right: .9375rem;
        padding-left: .9375rem;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 33%
    }

    .col-sm-5 {
        position: relative;
        min-height: 1px;
        padding-right: .9375rem;
        padding-left: .9375rem;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        position: relative;
        min-height: 1px;
        padding-right: .9375rem;
        padding-left: .9375rem;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        position: relative;
        min-height: 1px;
        padding-right: .9375rem;
        padding-left: .9375rem;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        position: relative;
        min-height: 1px;
        padding-right: .9375rem;
        padding-left: .9375rem;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        position: relative;
        min-height: 1px;
        padding-right: .9375rem;
        padding-left: .9375rem;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        position: relative;
        min-height: 1px;
        padding-right: .9375rem;
        padding-left: .9375rem;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        position: relative;
        min-height: 1px;
        padding-right: .9375rem;
        padding-left: .9375rem;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        position: relative;
        min-height: 1px;
        padding-right: .9375rem;
        padding-left: .9375rem;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 768px) {
    .col-md {
        position: relative;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
        min-height: 1px;
        padding-right: .9375rem;
        padding-left: .9375rem
    }

    .col-md-1 {
        position: relative;
        min-height: 1px;
        padding-right: .9375rem;
        padding-left: .9375rem;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        position: relative;
        min-height: 1px;
        padding-right: .9375rem;
        padding-left: .9375rem;
        -ms-flex: 0 0 16%;
        flex: 0 0 16%;
        max-width: 16%
    }

    .col-md-3 {
        position: relative;
        min-height: 1px;
        padding-right: .9375rem;
        padding-left: .9375rem;
        -ms-flex: 0 0 25%;
        flex: 0 0 10%;
        max-width: 20%
    }

    .col-md-4 {
        position: relative;
        min-height: 1px;
        padding-right: .9375rem;
        padding-left: .9375rem;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 33%
    }

    .col-md-5 {
        position: relative;
        min-height: 1px;
        padding-right: .9375rem;
        padding-left: .9375rem;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        position: relative;
        min-height: 1px;
        padding-right: .9375rem;
        padding-left: .9375rem;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        position: relative;
        min-height: 1px;
        padding-right: .9375rem;
        padding-left: .9375rem;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        position: relative;
        min-height: 1px;
        padding-right: .9375rem;
        padding-left: .9375rem;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        position: relative;
        min-height: 1px;
        padding-right: .9375rem;
        padding-left: .9375rem;
        -ms-flex: 0 0 79%;
        flex: 0 0 90%;
        max-width: 90%
    }

    .col-md-10 {
        position: relative;
        min-height: 1px;
        padding-right: .9375rem;
        padding-left: .9375rem;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        position: relative;
        min-height: 1px;
        padding-right: .9375rem;
        padding-left: .9375rem;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        position: relative;
        min-height: 1px;
        padding-right: .9375rem;
        padding-left: .9375rem;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        position: relative;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
        min-height: 1px;
        padding-right: .9375rem;
        padding-left: .9375rem
    }

    .col-lg-1 {
        position: relative;
        min-height: 1px;
        padding-right: .9375rem;
        padding-left: .9375rem;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        position: relative;
        min-height: 1px;
        padding-right: .9375rem;
        padding-left: .9375rem;
        -ms-flex: 0 0 16%;
        flex: 0 0 16%;
        max-width: 16%
    }

    .col-lg-3 {
        position: relative;
        min-height: 1px;
        padding-right: .9375rem;
        padding-left: .9375rem;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        position: relative;
        min-height: 1px;
        padding-right: .9375rem;
        padding-left: .9375rem;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 33%
    }

    .col-lg-5 {
        position: relative;
        min-height: 1px;
        padding-right: .9375rem;
        padding-left: .9375rem;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        position: relative;
        min-height: 1px;
        padding-right: .9375rem;
        padding-left: .9375rem;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        position: relative;
        min-height: 1px;
        padding-right: .9375rem;
        padding-left: .9375rem;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        position: relative;
        min-height: 1px;
        padding-right: .9375rem;
        padding-left: .9375rem;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        position: relative;
        min-height: 1px;
        padding-right: .9375rem;
        padding-left: .9375rem;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        position: relative;
        min-height: 1px;
        padding-right: .9375rem;
        padding-left: .9375rem;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        position: relative;
        min-height: 1px;
        padding-right: .9375rem;
        padding-left: .9375rem;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        position: relative;
        min-height: 1px;
        padding-right: .9375rem;
        padding-left: .9375rem;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        position: relative;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
        min-height: 1px;
        padding-right: .9375rem;
        padding-left: .9375rem
    }

    .col-xl-1 {
        position: relative;
        min-height: 1px;
        padding-right: .9375rem;
        padding-left: .9375rem;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        position: relative;
        min-height: 1px;
        padding-right: .9375rem;
        padding-left: .9375rem;
        -ms-flex: 0 0 16%;
        flex: 0 0 16%;
        max-width: 16%
    }

    .col-xl-3 {
        position: relative;
        min-height: 1px;
        padding-right: .9375rem;
        padding-left: .9375rem;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        position: relative;
        min-height: 1px;
        padding-right: .9375rem;
        padding-left: .9375rem;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 33%
    }

    .col-xl-5 {
        position: relative;
        min-height: 1px;
        padding-right: .9375rem;
        padding-left: .9375rem;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        position: relative;
        min-height: 1px;
        padding-right: .9375rem;
        padding-left: .9375rem;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        position: relative;
        min-height: 1px;
        padding-right: .9375rem;
        padding-left: .9375rem;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        position: relative;
        min-height: 1px;
        padding-right: .9375rem;
        padding-left: .9375rem;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        position: relative;
        min-height: 1px;
        padding-right: .9375rem;
        padding-left: .9375rem;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        position: relative;
        min-height: 1px;
        padding-right: .9375rem;
        padding-left: .9375rem;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        position: relative;
        min-height: 1px;
        padding-right: .9375rem;
        padding-left: .9375rem;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        position: relative;
        min-height: 1px;
        padding-right: .9375rem;
        padding-left: .9375rem;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1440px) {
    .col-xxl {
        position: relative;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
        min-height: 1px;
        padding-right: .9375rem;
        padding-left: .9375rem
    }

    .col-xxl-1 {
        position: relative;
        min-height: 1px;
        padding-right: .9375rem;
        padding-left: .9375rem;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xxl-2 {
        position: relative;
        min-height: 1px;
        padding-right: .9375rem;
        padding-left: .9375rem;
        -ms-flex: 0 0 16%;
        flex: 0 0 16%;
        max-width: 16%
    }

    .col-xxl-3 {
        position: relative;
        min-height: 1px;
        padding-right: .9375rem;
        padding-left: .9375rem;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xxl-4 {
        position: relative;
        min-height: 1px;
        padding-right: .9375rem;
        padding-left: .9375rem;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 33%
    }

    .col-xxl-5 {
        position: relative;
        min-height: 1px;
        padding-right: .9375rem;
        padding-left: .9375rem;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xxl-6 {
        position: relative;
        min-height: 1px;
        padding-right: .9375rem;
        padding-left: .9375rem;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xxl-7 {
        position: relative;
        min-height: 1px;
        padding-right: .9375rem;
        padding-left: .9375rem;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xxl-8 {
        position: relative;
        min-height: 1px;
        padding-right: .9375rem;
        padding-left: .9375rem;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xxl-9 {
        position: relative;
        min-height: 1px;
        padding-right: .9375rem;
        padding-left: .9375rem;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xxl-10 {
        position: relative;
        min-height: 1px;
        padding-right: .9375rem;
        padding-left: .9375rem;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xxl-11 {
        position: relative;
        min-height: 1px;
        padding-right: .9375rem;
        padding-left: .9375rem;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xxl-12 {
        position: relative;
        min-height: 1px;
        padding-right: .9375rem;
        padding-left: .9375rem;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333%
    }

    .offset-xxl-2 {
        margin-left: 16%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33%
    }

    .offset-xxl-5 {
        margin-left: 41.66667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.33333%
    }

    .offset-xxl-8 {
        margin-left: 66.66667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.33333%
    }

    .offset-xxl-11 {
        margin-left: 91.66667%
    }
}

.selectBox-dropdown {
    position: relative;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-align: center;
    align-items: center;
    min-width: 10rem;
    height: 1.875rem;
    outline: 0;
    cursor: pointer;
    background-color: #e6e6e6;
    border-radius: 6.25rem;
    font-size: .875rem;
    transition: all 150ms cubic-bezier(.19, .33, .3, 1)
}

.selectBox-dropdown.selectBox-menuShowing-top {
    border-radius: 0
}

.selectBox-dropdown .selectBox-label {
    padding-left: 1.25rem;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    color: #333
}

.selectBox-dropdown .selectBox-arrow {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0
}

.selectBox-dropdown .selectBox-arrow:before {
    content: '';
    position: absolute;
    top: 11px;
    right: 20px;
    display: inline-block;
    width: 2px;
    height: 8px;
    background-color: #f59868;
    transition: all 150ms cubic-bezier(.19, .33, .3, 1);
    transform: rotate(-45deg)
}

.selectBox-dropdown .selectBox-arrow:after {
    content: '';
    position: absolute;
    top: 11px;
    right: 15px;
    display: inline-block;
    width: 2px;
    height: 8px;
    background-color: #f59868;
    transition: all 150ms cubic-bezier(.19, .33, .3, 1);
    transform: rotate(45deg)
}

.selectBox-dropdown-menu {
    position: absolute;
    z-index: 99999;
    max-height: 290px;
    min-width: 12.5rem;
    padding-top: .625rem;
    padding-bottom: .625rem;
    background: #fff;
    border-radius: 1.25rem;
    font-size: .875rem;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    transform: translateY(.625rem);
    transition: all 150ms cubic-bezier(.19, .33, .3, 1);
    box-shadow: 0 20px 70px -10px rgba(0, 0, 0, .1)
}

.selectBox-inline {
    min-width: 100%;
    outline: 0;
    border: solid 1px #bfbfbf;
    background: #fff;
    display: inline-block;
    border-radius: .3125rem;
    overflow: auto
}

.selectBox-options, .selectBox-options li, .selectBox-options li a {
    list-style: none;
    display: block;
    cursor: default;
    margin: 0
}

.selectBox-options.selectBox-options-top {
    border-bottom: none;
    margin-top: -1px
}

.selectBox-options.selectBox-options-bottom {
    border-top: none
}

.selectBox-options li a {
    padding: .625rem 1.25rem;
    white-space: nowrap;
    overflow: hidden;
    color: #333
}

.selectBox-options li.selectBox-hover a {
    color: #f59868;
    cursor: pointer
}

.selectBox-options LI.selectBox-disabled A {
    color: #888;
    background-color: transparent
}

.selectBox-options LI.selectBox-selected {
    color: #30c
}

.selectBox-options .selectBox-optgroup {
    color: #666;
    background: #eee;
    padding: 0 .3125rem;
    white-space: nowrap
}

.selectBox.selectBox-disabled {
    color: #888 !important
}

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
    opacity: .5;
    border-color: #666
}

.selectBox-inline.selectBox-disabled {
    color: #888 !important
}

.selectBox-inline.selectBox-disabled .selectBox-options A {
    background-color: transparent !important
}

.selectBox-menuShowing .selectBox-arrow:before {
    transform: rotate(45deg)
}

.selectBox-menuShowing .selectBox-arrow:after {
    transform: rotate(-45deg)
}

.page-layout {
    -ms-flex-positive: 2;
    flex-grow: 2
}

.page-layout--bg {
    background-color: #f3f3f3;
}

.row-product-selection{
    width:100%;
}

@media (max-width: 767px) {
    .head-navigation {
        display: none
    }
}

.head-navigation__icon {
    position: relative;
    margin-top: 1.25rem;
    background-color: rgba(191, 191, 191, .35)
}

.head-navigation__icon img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.head-navigation__icon:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: .6875rem;
    height: .6875rem;
    border-radius: 6.25rem;
    background-color: #30c;
    z-index: 1
}

.head-navigation__subtitle {
    position: absolute;
    top: 10rem;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(-90deg);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 160px
}

.head-navigation__subtitle span {
    text-transform: uppercase;
    font-size: .875rem;
    font-weight: 600
}

.head-navigation__subtitle span:first-child {
    color: #f59868
}

.head-content p {
    margin-bottom: 1.875rem
}

@media (min-width: 992px) {
    .lead-text {
        font-size: 1.125rem
    }
}

.page-section__head {
    position: relative
}

.page-section__head:before {
    content: '';
    position: absolute;
    top: 1.25rem;
    width: 16vw;
    height: 1px;
    background-color: #bfbfbf;
    opacity: .25
}

@media (min-width: 1600px) {
    .page-section__head:before {
        width: 22vw
    }
}

@media (max-width: 768px) {
    .page-section__head {
        padding-top: 1.25rem
    }
}

header .container {
    position: relative
}

.header-topline {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.25rem;
    margin-top: 1.25rem
}

.logo-site {
    width: 6.25rem
}

.logo-site img {
    max-width: 100%
}

.header-link-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row
}

.header-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-align: center;
    align-items: center
}

.header-link:hover .header-link__text {
    color: #f59868;
    opacity: 1
}

@media (min-width: 577px) {
    .header-link + .header-link {
        margin-left: 1.25rem
    }
}

.header-link__icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1.875rem;
    height: 1.875rem;
    margin-right: .625rem
}

.header-link__icon img {
    max-width: 100%;
    max-height: 100%
}

.header-link__text {
    font-size: .875rem;
    color: #747474;
    opacity: .5
}

@media (max-width: 1199px) {
    .header-link__text {
        display: none
    }
}

.header-main {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid rgba(191, 191, 191, .25)
}

@media (max-width: 992px) {
    .header-main {
        position: absolute;
        top: 5rem;
        right: 1.25rem;
        width: 280px;
        padding: 1.25rem 2.5rem;
        background-color: #fff;
        box-shadow: 0 30px 60px -30px rgba(0, 0, 0, .15);
        -ms-flex-flow: column;
        flex-flow: column;
        -ms-flex-align: start;
        align-items: flex-start;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        transition: all .2s cubic-bezier(.19, .33, .3, 1);
        transform: translateY(1.25rem)
    }
}

.header-main.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.primary-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row;
    font-size: 1rem
}

@media (max-width: 992px) {
    .primary-menu {
        -ms-flex-flow: column;
        flex-flow: column
    }
	
	.changecur {
		margin: 1.25rem 0 0 0;
	}
}

.primary-menu__item {
    position: relative;
    padding: .9375rem 0;
    margin-right: 1.875rem;
    transition: all .2s cubic-bezier(.19, .33, .3, 1);
    background-color: transparent
}

.primary-menu__item a {
    color: #333
}

.primary-menu__item a:hover {
    color: #30c
}

@media (min-width: 992px) {
    .primary-menu__item:hover .embed-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0)
    }
}

@media (max-width: 991px) {
    .embed-menu.active {
        display: block;
        margin-top: .625rem
    }
}

.embed-menu {
    font-size: .875rem
}

@media (max-width: 991px) {
    .embed-menu {
        display: none
    }
}

@media (min-width: 992px) {
    .embed-menu {
        position: absolute;
        top: 0;
        left: 0;
        margin-top: 2.5rem;
        padding: 1.875rem 2.5rem;
        background-color: #fff;
        z-index: 101;
        box-shadow: 0 20px 70px -10px rgba(0, 0, 0, .1);
        opacity: 0;
        visibility: hidden;
        transform: translateY(-10%);
        transition: all 250ms cubic-bezier(.19, .33, .3, 1)
    }
}

.embed-menu__item {
    white-space: nowrap
}

.embed-menu__item a {
    color: #747474
}

.embed-menu__item + .embed-menu__item {
    margin-top: .625rem
}

.control-currency {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-align: center;
    align-items: center;
}

.currency-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row
}

.currency-item a {
    color: #747474;
    opacity: .5
}

.currency-item a:hover {
    color: #f59868;
    opacity: 1
}

.currency-item.active a {
    color: #30c;
    opacity: 1
}

.currency-item + .currency-item {
    margin-left: .625rem
}

.foot-topline {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    background-color: #26293d
}

@media (min-width: 768px) {
    .foot-topline {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }
}

@media (min-width: 992px) {
    .foot-topline {
        padding-top: 5rem;
        padding-bottom: 5rem
    }
}

.foot-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 1.875rem
}

@media (max-width: 767px) {
    .foot-nav {
        display: none
    }
}

@media (max-width: 991px) {
    .foot-nav__item {
        width: 50%;
        margin-bottom: 3.125rem
    }
}

@media (min-width: 992px) {
    .foot-nav__item {
        width: 25%;
        padding-left: 1.875rem
    }
}

.work-hour {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    margin-top: 1.875rem;
    font-size: .875rem;
    opacity: .5
}

.foot-contact {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    margin-top: 1.875rem;
    font-size: .875rem
}

.foot-contact a {
    color: #f59868
}

.foot-contact a + span {
    margin-top: .625rem
}

.foot-bottom {
    color: #fff;
    background-color: #1f2233
}

.foot-bottom-layer {
    font-size: .875rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.foot-bottom-layer a {
    color: #fff;
    opacity: .5
}

@media (max-width: 576px) {
    .foot-bottom-layer {
        -ms-flex-flow: column;
        flex-flow: column
    }

    .foot-bottom-layer span {
        margin-bottom: .625rem
    }

    .foot-bottom-layer a {
        display: block
    }
}

.foot-menu__item a {
    color: #fff;
    opacity: .5;
    font-size: .875rem
}

.foot-menu__item a:hover {
    opacity: 1
}

.foot-menu__item + .foot-menu__item {
    margin-top: .625rem
}

.foot-topline .container {
    position: relative
}

.foot-social {
    position: absolute;
    top: 0;
    right: .9375rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    z-index: 101
}

.social-icon {
    margin-bottom: 1.25rem
}

.social-icon svg {
    fill: #fff;
    opacity: .25
}

.social-icon:hover svg {
    fill: #f59868;
    opacity: 1
}

.rate-section {
    background-position: center;
    background-size: cover;
    background-image: url(images/rate-table/bg.webp)
}

@media (min-width: 768px) {
    .rate-section {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }
}

@media (min-width: 992px) {
    .rate-section {
        padding-top: 3.75rem;
        padding-bottom: 5rem
    }
}

@media (max-width: 992px) {
    .rate-section .head-navigation {
        display: none
    }
}

@media (min-width: 768px) {
    .review-section {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }
}

@media (min-width: 992px) {
    .review-section {
        padding-top: 3.75rem;
        padding-bottom: 3.75rem
    }
}

.review-layout {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: 1.875rem
}

@media (min-width: 768px) {
    .review-layout {
        margin-top: 3.125rem
    }
}

.review-item {
    margin: 1.25rem 1.875rem 1.25rem 0
}

.feature-section {
    position: relative;
    background-color: #f3f3f3
}

.feature-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: inset 0 -50px 90px -70px rgba(0, 0, 0, .35);
    z-index: 1
}

@media (min-width: 768px) {
    .feature-section {
        padding-top: 2.5rem
    }
}

@media (min-width: 992px) {
    .feature-section {
        padding-top: 3.75rem
    }
}

.feature-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row;
    padding: 1.875rem 1.25rem;
    background-color: #fff;
    border-radius: 1.25rem 1.25rem 0 0
}

@media (max-width: 991px) {
    .feature-box {
        -ms-flex-flow: column;
        flex-flow: column
    }
}

.feature-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 65%
}

@media (max-width: 768px) {
    .feature-list {
        margin-bottom: 1.875rem
    }
}

@media (max-width: 991px) {
    .feature-list {
        width: 100%
    }
}

@media (min-width: 1200px) {
    .feature-list {
        padding: 1.875rem 1.875rem 0
    }
}

@media (max-width: 767px) {
    .feature-item + .feature-item {
        margin-top: 1.25rem
    }
}

.feature-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 576px) {
    .feature-item {
        width: 50%;
        margin-bottom: 1.25rem;
        padding-right: 1.25rem
    }
}

.feature-item__icon {
    margin-right: .625rem
}

.feature-item__text {
    max-width: 240px;
    color: #30c;
    font-size: .875rem
}

.location-content {
    font-size: .875rem
}

@media (min-width: 992px) {
    .location-content {
        position: relative;
        padding-left: 1.875rem;
        width: 35%
    }

    .location-content:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        height: 100%;
        width: 1px;
        background-color: #bfbfbf;
        opacity: .25
    }
}

.location-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: .625rem;
    color: #747474
}

.location-list a {
    position: relative;
    z-index: 101
}

@media (max-width: 576px) {
    .location-list {
        -ms-flex-flow: column;
        flex-flow: column
    }
}

@media (min-width: 577px) and (max-width: 991px) {
    .location-list {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
}

.location-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column
}

.location-item b {
    color: #333
}

.location-item {
    width: 100%;
    margin-bottom: 1.25rem
}

@media (min-width: 577px) and (max-width: 991px) {
    .location-item {
        width: 50%
    }
}

.about-section {
    padding-bottom: 2.5rem
}

@media (min-width: 768px) {
    .about-section {
        padding-top: 2.5rem
    }
}

@media (min-width: 992px) {
    .about-section {
        padding-top: 3.75rem;
        padding-bottom: 5rem
    }
}

.link-more {
    color: #f59868
}

.link-more:hover {
    opacity: .75
}

.news-section--inverse .news-card__title {
    color: #fff;
    min-height:105px;
}

.news-section--inverse .news-card__link {
    color: #fff
}

.news-section--inverse .news-card__link:hover {
    color: #f59868;

}
.news-card__link:hover {
    text-decoration: none !important;
}

.news-section {
    padding-bottom: 2.5rem;
    color: #fff;
    background-color: #191a29
}

@media (min-width: 768px) {
    .news-section {
        padding-top: 2.5rem
    }
}

@media (min-width: 992px) {
    .news-section {
        padding-top: 3.75rem;
        padding-bottom: 5rem
    }
}

.news-card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 1.875rem
}

.news-card__pic {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    /*height: 180px;*/
    border-radius: .625rem;
    overflow: hidden;
    font-size: 0
}

.news-card__pic img {
    width: 100%
}

@media (max-width: 768px) {
    .news-card__pic {
        height: 120px
    }
}

.news-card__title {
    margin-bottom: .625rem;
    margin-top: .625rem;
    font-size: 1.5rem;
    color: #333
}

@media (max-width: 768px) {
    .news-card__title {
        font-size: 1.125rem
    }
}

.news-card__title:hover {
    color: #f59868
}

.news-card__subtitle {
    font-size: .875rem;
    opacity: .5
}

.news-card__link {
    position: relative;
    display: inline-block;
    margin-top: 1.25rem;
    text-transform: uppercase;
    font-size: .75rem;
    font-weight: 600;
    color: #f59868
}

.news-card__link:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background-color: #f59868
}

.news-card__date {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: .875rem;
    opacity: .5
}
.news-card__dateMain{
    position: relative;
    bottom: 0;
    right: 0;
    font-size: .875rem;
    opacity: .5;
    margin-top: 7px;
}

.register-section {
    background-size: cover;
    background-image: url(images/rate-table/bg.webp)
}

@media (min-width: 768px) {
    .register-section {
        padding-top: 2.5rem
    }
}

@media (min-width: 992px) {
    .register-section {
        padding-top: 3.75rem
    }
}

.table-cd-row {
    margin-left: 0;
    margin-right: 0
}

.table-cd-row:first-child .table-cd-cell {
    border-radius: .3125rem .3125rem 0 0
}

.table-cd-row:last-child .table-cd-cell {
    border-radius: 0 0 .3125rem .3125rem
}

.table-cd-cell {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.25rem 1.25rem
}

.table-cd-cell span:nth-child(2) {
    width: 160px
}

.table-cd-cell:first-child {
    background-color: #fff
}

@media (max-width: 767px) {
    .table-cd-cell {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column;
        flex-flow: column;
        -ms-flex-pack: center;
        justify-content: center
    }

    .table-cd-cell label {
        display: none
    }
}

.service-section {
    background-size: cover;
    background-image: url(images/rate-table/bg.webp)
}

@media (min-width: 768px) {
    .service-section {
        padding-top: 2.5rem
    }
}

@media (min-width: 992px) {
    .service-section {
        padding-top: 3.75rem
    }
}

.article-section {
    background-size: cover;
    background-image: url(images/rate-table/bg.webp)
}

@media (min-width: 768px) {
    .article-section {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }
}

@media (min-width: 992px) {
    .article-section {
        padding-top: 2.75rem;
        padding-bottom: 5rem
    }
}

.meta-date {
    opacity: .5;
    margin-top: -.625rem
}

@media (min-width: 992px) {
    .meta-date {
        margin-top: -1.25rem
    }
}

.blog-section {
    background-size: cover;
    background-image: url(images/rate-table/bg.webp)
}

@media (min-width: 768px) {
    .blog-section {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }
}

@media (min-width: 992px) {
    .blog-section {
        padding-top: 3.75rem;
        padding-bottom: 5rem
    }
}

.blog-section .news-card {
    /*margin-top: 1.875rem;*/
    margin-bottom: 1.875rem
}

.aside-panel {
    margin-top: 1.25rem
}

@media (min-width: 992px) {
    .aside-panel {
        margin-top: 1.875rem
    }
}

@media (max-width: 767px) {
    .aside-panel .news-item-list-wrapper {
        display: none
    }
}

.aside-panel .news-item-list-wrapper .news-item {
    margin-bottom: 1.25rem
}

.aside-panel ul {
    margin-bottom: 1.875rem
}

@media (max-width: 767px) {
    .aside-panel ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
}

@media (max-width: 767px) {
    .aside-panel ul li {
        margin-right: 1.25rem
    }
}

.aside-panel ul li a {
    font-size: .875rem;
    color: #333;
    opacity: .5;
    cursor: pointer
}

.aside-panel ul li a:hover {
    opacity: 1
}

.aside-panel ul li a.active {
    opacity: 1
}

.aside-panel ul li.active a {
    opacity: 1
}

.callback {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 3.125rem;
    background-color: #fff;
    padding: 1.25rem 1.25rem;
    border-radius: .3125rem
}

@media (max-width: 767px) {
    .callback {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row;
        flex-flow: row;
        text-align: left;
        margin-bottom: 1.875rem
    }

    .callback img {
        width: 80px
    }

    .callback .callback-content {
        margin-left: 1.25rem
    }
}

.callback p {
    font-size: .875rem
}

.callback .btnx {
    margin-top: .625rem
}

.news-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row
}

.news-item:hover .news-item__title {
    color: #f59868
}

.news-item__pic {
    width: 3.75rem;
    height: 3.75rem;
    margin-right: .625rem;
    overflow: hidden
}

.news-item__pic img {
    height: 100%
}

.news-item__content {
    width: calc(100% - 4.375rem)
}

.news-item__title {
    font-size: .875rem;
    color: #333
}

.news-item__date {
    margin-top: .625rem;
    color: #333;
    opacity: .5;
    font-size: .75rem
}

@media (min-width: 992px) {
    .news-item + .news-item {
        margin-top: 1.25rem
    }
}

.contact-section {
    padding-bottom: 2.5rem;
    background-size: cover;
    background-image: url(images/rate-table/bg.webp)
}

@media (min-width: 768px) {
    .contact-section {
        padding-top: 2.5rem
    }
}

@media (min-width: 992px) {
    .contact-section {
        padding-top: 3.75rem;
        padding-bottom: 5rem
    }
}

.contact-box {
    margin-bottom: 3.125rem
}

.contact-box a {
    color: #f59868;
    white-space: nowrap
}

.contact-box small {
    opacity: .5
}

.icon-plus {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .625rem
}

.icon-plus:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 3px;
    height: 15px;
    background-color: #30c
}

.icon-plus:after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 15px;
    height: 3px;
    background-color: #30c
}
.icon-minus:after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 15px;
    height: 3px;
    background-color: #30c
}

.btnx {
    cursor: pointer;
    border-color: transparent;
    background-color: transparent;
    transition: all .2s cubic-bezier(.19, .33, .3, 1)
}

.btnx:focus {
    outline: 0
}

input:focus {
    outline: 0
}

textarea:focus {
    outline: 0
}

.has-error {
    border: 1px solid red !important
}

.btnx-account {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-align: center;
    align-items: center;
    margin-right: .625rem;
}

.btnx-account:before {
    content: '';
    position: relative;
    display: inline-block;
    width: 1.5625rem;
    height: 1.5625rem;
    background-image: url(images/icon/account.svg);
    background-position: center;
    background-size: contain
}

.btnx-check {
    padding-top: .625rem;
    padding-bottom: .625rem;
    width: 200px;
    border-radius: 0 6.25rem 6.25rem 0;
    border: 0;
    background-color: #30c;
    color: #fff;
    font-size: .875rem;
    line-height: 24px
}

.btnx-check:hover {
    opacity: .75
}

.btnx-callback {
    padding: .625rem 2.5rem;
    border-radius: 6.25rem;
    border: 0;
    background-color: #f59868;
    color: #fff;
    font-size: .875rem;
    line-height: 24px
}

.btnx-whois {
    padding: .625rem 2.5rem;
    border-radius: 6.25rem;
    border: 0;
    background-color: #f59868;
    color: #fff;
    font-size: .875rem;
    line-height: 24px
}

.btnx-whois:hover {
    opacity: .75
}

.btnx-simple {
    display: inline-block;
    margin: 1.25rem auto;
    border-radius: 6.25rem;
    color: #fff;
    background-color: #30c;
    border: 1px solid #30c
}
.btnx-simple2 {
    margin: 0px !important;
}


.btnx-simple:hover {
    opacity: .75;
    color:#fff !important;;
}

.btnx-outline {
    display: inline-block;
    margin: 1.25rem auto;
    border-radius: 6.25rem;
    font-size: .9375rem;
    border: 1px solid #bfbfbf
}
.btnx-outlineNoMargin {
    margin: 0px !important;
}

.btnx-outline:hover {
    background-color: #30c;
    border-color: #30c;
    color: #fff
}

.btnx2-outline {
    display: inline-block;
    margin: 1.25rem auto;
    font-size: .9375rem;
    border: 1px solid #bfbfbf;
    width: 100px;

}
.btnx2-outline:hover {
    opacity: .75;
    color:#fff !important;;
    border-color: #30c;
}

.jbtngreen{
    background-color: #a2d27a !important;
}
.jbtnred{
    background-color: #ff767d !important;
}
.modalDlgrem{
    width:600px !important;
}



.btnx-medium {
    padding: .9375rem 2.5rem;
    font-size: .9375rem
}

.btnx-small {
    font-size: .825rem;
    padding: .3125rem 1.25rem
}

.btnx-close {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    width: 1.875rem;
    height: 1.875rem;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(images/icon/close.svg)
}

.btnx-reset {
    position: relative;
    width: 100px;
    margin: .3125rem 0;
    padding-left: .625rem;
    color: #30c;
    background-color: transparent;
    font-size: .875rem
}

.btnx-reset:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    display: inline-block;
    width: 2px;
    height: 10px;
    background-color: #30c;
    transition: all 150ms cubic-bezier(.19, .33, .3, 1);
    transform: rotate(45deg)
}

.btnx-reset:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    display: inline-block;
    width: 2px;
    height: 10px;
    background-color: #30c;
    transition: all 150ms cubic-bezier(.19, .33, .3, 1);
    transform: rotate(-45deg)
}

.btnx-reset:hover {
    color: #f59868
}

.btnx-reset:hover:after, .btnx-reset:hover:before {
    background-color: #f59868
}

.header-btnx-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row;
    font-size: 0
}

@media (max-width: 992px) {
    .header-btnx-group {
        display: none
    }
}

.header-control-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row
}

@media (max-width: 992px) {
    .header-control-group {
        -ms-flex-flow: column;
        flex-flow: column;
        margin: .625rem .9375rem
    }
}

.group-check + .group-whois {
    margin-left: .9375rem
}

.group-check {
    max-width: 820px
}

.group-check input {
    width: 12.5rem;
    padding: .625rem 2.5rem;
    border-radius: 6.25rem 0 0 6.25rem;
    border: 0;
    background-color: #f3f3f3;
    font-size: .875rem;
    line-height: 24px
}

.control-currency {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row;
    margin-left: 1rem;
	margin-right: 1rem;
    color: #f59868;
}

.control-currency label {
    margin-right: .625rem
}

@media (max-width: 992px) {
    .control-currency {
        margin: 1.25rem 0 0 0
    }
}

.checkbox-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row
}

.checkbox-box .checkbox-field {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row;
    margin-top: 2px
}

.checkbox-box input {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    width: 1rem;
    height: 1rem;
    cursor: pointer;
    z-index: 101
}

.checkbox-box input:checked + .checkbox-control {
    background-color: #30c;
    border-color: #30c
}

.checkbox-control {
    position: relative;
    width: 1rem;
    height: 1rem;
    margin-right: .9375rem;
    border-radius: .3125rem;
    border: 1px solid rgba(191, 191, 191, .5);
    background-color: #fff;
    box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, .1)
}

.checkbox-control:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(images/icon/checkbox-icon.svg);
    background-position: center;
    background-repeat: no-repeat
}

.checkbox-box--domain-free label {
    color: #30c !important;
}

.checkbox-box--domain-busy label {
    color: #f59868 !important;
}

.range-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row
}

.range-field {
    width: 4.375rem
}

.range-field input {
    height: 1.875rem;
    width: 100%;
    padding-left: 1.25rem;
    border: 0;
    background-color: #e6e6e6;
    font-size: .875rem;
    line-height: 24px
}

.range-field:first-child input {
    border-radius: 6.25rem 0 0 6.25rem
}

.range-field:last-child input {
    border-radius: 0 6.25rem 6.25rem 0
}

.range-field + .range-field {
    margin-left: 1px
}

.form-check-domain {
    margin: 1.875rem auto 3.125rem
}

.form-check-domain .group-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 576px) {
    .form-check-domain .group-check {
        -ms-flex-flow: column;
        flex-flow: column
    }

    .form-check-domain .group-check input {
        width: 100%;
        border-radius: 6.25rem
    }

    .form-check-domain .group-check button {
        margin-top: .625rem;
        border-radius: 6.25rem
    }
}

.form-check-domain input {
    width: 500px;
    background-color: #fff
}

.form-registration {
    font-size: .875rem
}

.form-layout {
    margin: 1.875rem auto
}

.form-layout form {
    margin: 1.875rem auto
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center
}

.form-row + .form-row {
    margin-top: 1.25rem
}

@media (max-width: 767px) {
    .form-field {
        margin-top: .625rem
    }
}

.form-field input {
    width: 100%;
    padding: .9375rem 2.5rem;
    border-radius: 6.25rem;
    border-color: transparent;
    background-color: #fff;
    font-size: .875rem;
    line-height: 24px
}

.form-field textarea {
    width: 100%;
    padding: .9375rem 2.5rem;
    border-radius: 6.25rem;
    border: 0;
    background-color: #fff;
    font-size: .875rem;
    line-height: 24px
}

.filter-layout {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 3.75rem;
    margin-bottom: 1.875rem
}

@media (max-width: 320px) {
    .filter-layout {
        -ms-flex-flow: column !important;
        flex-flow: column !important
    }
}

@media (max-width: 992px) {
    .filter-layout {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-top: 1.25rem
    }
}

.filter-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (max-width: 320px) {
    .filter-group {
        margin-bottom: 1.25rem
    }
}

@media (min-width: 321px) and (max-width: 992px) {
    .filter-group {
        width: 50%;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 1.25rem
    }

    .filter-group:nth-child(2n) {
        padding-left: 1.25rem
    }
}

.filter-group__name {
    margin-bottom: .3125rem;
    font-size: .875rem
}

.nav-toggler {
    display: none
}

@media (max-width: 992px) {
    .nav-toggler {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column;
        flex-flow: column;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        width: 1.875rem;
        height: 1.25rem;
        z-index: 99
    }

    .nav-toggler span {
        position: absolute;
        display: block;
        width: 100%;
        height: 2px;
        background-color: #f59868;
        transition: all .25s ease-out
    }

    .nav-toggler span:nth-child(1) {
        top: 0
    }

    .nav-toggler span:nth-child(2) {
        top: 9px
    }

    .nav-toggler span:nth-child(3) {
        top: 18px
    }

    .nav-toggler span:nth-child(4) {
        top: 9px
    }

    .nav-toggler span:nth-child(5) {
        top: 9px
    }
}

.nav-toggler.is-active {
    transition: all .5s ease
}

.nav-toggler.is-active span:nth-child(1), .nav-toggler.is-active span:nth-child(2), .nav-toggler.is-active span:nth-child(3) {
    transform: translate(-4px, 0) scale(0, 0)
}

.nav-toggler.is-active span:nth-child(4) {
    transform: rotate(45deg)
}

.nav-toggler.is-active span:nth-child(5) {
    transform: rotate(-45deg)
}

.form-search {
    margin-bottom: 1.875rem
}

.form-search input {
    width: calc(100% - 1.875rem);
    padding: .3125rem 1.25rem;
    border-radius: 6.25rem 0 0 6.25rem;
    border: 0;
    background-color: #fff;
    font-size: .75rem;
    line-height: 24px
}

.form-search button {
    padding-top: .625rem;
    padding-bottom: .625rem;
    width: 1.875rem;
    border-radius: 0 6.25rem 6.25rem 0;
    border: 0;
    background-color: #f59868;
    color: #fff;
    font-size: .875rem;
    line-height: 24px
}

.group-search {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row
}

.btnx-search {
    position: relative
}

.btnx-search:before {
    content: '';
    position: absolute;
    top: 16px;
    right: 15px;
    display: inline-block;
    width: 2px;
    height: 8px;
    background-color: #fff;
    transition: all 150ms cubic-bezier(.19, .33, .3, 1);
    transform: rotate(45deg)
}

.btnx-search:after {
    content: '';
    position: absolute;
    top: 11px;
    right: 15px;
    display: inline-block;
    width: 2px;
    height: 8px;
    background-color: #fff;
    transition: all 150ms cubic-bezier(.19, .33, .3, 1);
    transform: rotate(-45deg)
}

.symbol svg {
    max-width: 100%;
    max-height: 100%
}

.symbol--small {
    width: 1.25rem;
    height: 1.25rem
}

.symbol--medium {
    width: 2.5rem;
    height: 2.5rem
}

@media (min-width: 1200px) {
    .symbol--medium {
        width: 3.125rem;
        height: 3.125rem
    }
}

@media (min-width: 992px) {
    .article-layout {
        /*margin-top: 1.875rem;*/
    }
}

.article-body p + h3, .article-body p + h4, .article-body p + h5, .article-body p + h6, .article-body ul + h3, .article-body ul + h4, .article-body ul + h5, .article-body ul + h6 {
    margin-top: 3.125rem
}

.article-body p {
    margin: 0 0 1.25rem
}

.article-body img {
    max-width: 100%;
    margin: 1.875rem auto
}

.article-body img:first-child {
    margin-top: 0
}

.article-body ul {
    margin: 1.25rem auto
}

.article-body ul li + li {
    margin-top: .625rem
}

.article-body ul li {
    position: relative
}

.article-body ul li:before {
    content: '';
    position: relative;
    top: -3px;
    display: inline-block;
    width: .3125rem;
    height: .3125rem;
    margin-right: .625rem;
    border-radius: 6.25rem;
    background-color: #333
}

table td {
    position: relative
}

table a:hover {
    opacity: .5
}

@media (max-width: 992px) {
    .table-hard-wrapper {
        /*overflow: auto;*/
        -webkit-overflow-scrolling: touch
    }
}

.table-hard {
    min-width: 980px;
    width: 100%
}

.rate-table-container {
    padding-left: 0;
    padding-right: 0
}

@media (max-width: 992px) {
    .rate-table-container {
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        /*max-width: 100%*/
    }
}

.rate-table {
    padding-left: .9375rem;
    padding-right: .9375rem;
    min-width: 980px;
    width: 100%
}

.rate-table a:hover {
    opacity: .5
}

@media (min-width: 768px) {
    .rate-table {
        margin: auto;
        margin-top: 3.125rem
    }
}

.cell-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.cell-group .cell-col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(33.3333% - 1.25rem)
}

.rate-table .rate-table__row:nth-child(2n) .cell-title {
    background-color: #f6915f
}

.rate-table .rate-table__row:nth-child(2n) .cell-title:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -.9375rem;
    height: 100%;
    width: .9375rem;
    background-color: #f6915f
}

.rate-table .rate-table__row:nth-child(2n) .cell-simple {
    background-color: #ededed
}

.rate-table .rate-table__row:nth-child(2n+1) .cell-title {
    background-color: #f59868
}

.rate-table .rate-table__row:nth-child(2n+1) .cell-title:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -.9375rem;
    height: 100%;
    width: .9375rem;
    background-color: #f59868
}

.rate-table .rate-table__row:nth-child(2n+1) .cell-simple {
    background-color: #f2f2f2
}

.cell-notice {
    position: relative;
    background-color: #ccc4c4;
    color: #fff;
    font-size: .75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .15rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: .3125rem;
    padding-bottom: .3125rem
}

.cell-full-foot {
    padding: 1.25rem 1.875rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #f2f2f2;
    font-size: .875rem;
    max-width: calc(100% - .9375rem);
    background-color: #f2f2f2
}

.cell-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: .9375rem;
    padding-bottom: .9375rem;
    font-size: .9375rem;
    color: #fff
}

.cell-title span {
    margin-left: .625rem
}

.cell-title .note-hint {
    right: 0
}

.cell-title--thead {
    color: #333
}

.cell-simple {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: .9375rem 1.875rem;
    font-size: .9375rem
}

.cell-col-first, .cell-col-second, .cell-col-third {
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: .0375rem;
    text-transform: uppercase;
    background-color: #fff;
    padding: .625rem 1.875rem;
    font-family: Raleway, sans-serif
}

.cell-col-first {
    color: #999
}

.cell-col-second {
    color: #f96
}

.cell-col-third {
    color: #30c
}

.table-simple {
    min-width: 100%;
    border-spacing: 0;
    margin-bottom: 1.875rem
}

@media (min-width: 768px) {
    .table-simple {
        margin-bottom: 3.125rem
    }
}

.table-simple td {
    padding: .625rem
}

@media (min-width: 992px) {
    .table-simple td {
        padding: .625rem 1.25rem
    }
}

.table-simple tr td:last-child {
    text-align: right
}

.table-simple tr:nth-child(2n+1) td:first-child {
    color: #fff;
    background-color: #f6915f
}

.table-simple tr:nth-child(2n+1) td:last-child {
    background-color: #ededed
}

.table-simple tr:nth-child(2n) td:first-child {
    color: #fff;
    background-color: #f59868
}

.table-simple tr:nth-child(2n) td:last-child {
    background-color: #f2f2f2
}

.table-check-domain {
    min-width: 100%;
    border-spacing: 0;
    margin: 1.25rem 0 0;
    font-size: .875rem
}

.table-check-domain tr:first-child td:first-child {
    border-radius: .625rem 0 0
}

.table-check-domain tr:first-child td:nth-child(3) {
    border-radius: 0 .625rem 0 0
}

.table-check-domain tr:last-child td:first-child {
    border-radius: 0 0 0 .625rem
}

.table-check-domain tr:last-child td:nth-child(3) {
    border-radius: 0 0 .625rem 0
}

.table-check-domain td {
    padding: .625rem 1.875rem;
    background-color: #fff;
    border-bottom: 1px solid rgba(191, 191, 191, .25)
}

.table-check-domain td:last-child {
    background-color: transparent;
    border-color: transparent
}

.table-hard {
    min-width: 100%;
    border-spacing: 0;
    margin-bottom: 3.125rem;
    font-size: .875rem
}

.table-hard th:not(.tdhint) {
    padding: 1.25rem;
    text-align: left;
    font-weight: 400;
    background-color: #fff
}

.table-hard tr:not(.tdhint) td:first-child:not(.tdhint) {
    font-size: 1.25rem
}

.table-hard td:not(.tdhint) {
    padding: .625rem 1.25rem
}

.table-hard tr:nth-child(2n+1):not(.tdhint) td:not(.tdhint) {
    background-color: #ededed
}

.table-hard tr:nth-child(2n+1):not(.tdhint) td:first-child:not(.tdhint) {
    color: #fff;
    background-color: #f6915f;
    white-space: nowrap
}

.table-hard tr:nth-child(2n):not(.tdhint) td:not(.tdhint) {
    background-color: #f2f2f2
}

.table-hard tr:nth-child(2n):not(.tdhint) td:first-child:not(.tdhint) {
    color: #fff;
    background-color: #f59868;
    white-space: nowrap
}

.domain-status--busy {
    font-weight: 600;
    color: #c94105
}

.domain-status--free {
    font-weight: 600;
    color: #30c
}

.letter-large {
    font-size: 1.375rem;
    font-weight: 500
}

.note-hint {
    position: absolute;
    top: .625rem;
    right: .625rem;
    width: .9375rem;
    height: .9375rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 6.25rem;
    background-color: rgba(51, 51, 51, .25);
    color: #fff;
    transition: all .2s cubic-bezier(.19, .33, .3, 1);
    cursor: pointer
}

.note-hint:hover {
    background-color: #30c
}

.note-hint:hover .note-message {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.note-symbol {
    font-size: .75rem;
    font-weight: 600
}

.note-message {
    z-index: 999;
    position: absolute;
    top: 1.25rem;
    right: 0;
    min-width: 6.25rem;
    padding: .3125rem .625rem;
    color: #fff;
    background-color: #333;
    border-radius: .3125rem;
    font-size: .8125rem;
    transition: all 250ms cubic-bezier(.19, .33, .3, 1);
    transform: translateY(-1.25rem);
    opacity: 0;
    visibility: hidden
}
.note-message-left {
    left: 0 !important;
}

.note-message-left:before {
    left: 5px !important;
    content: '';
    position: absolute;
    top: -7px;
    border: 4px solid transparent;
    border-bottom: 3px solid #333

}

.note-messageWidth{
    min-width:30rem !important;

}
.note-message:not(.note-message-left):before {
    content: '';
    position: absolute;
    top: -7px;
    right: 5px;
    border: 4px solid transparent;
    border-bottom: 3px solid #333
}

.flag {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.flag--france {
    -ms-flex-flow: row;
    flex-flow: row
}

.flag--france span {
    width: 12px;
    height: 24px
}

.flag--france span:nth-child(1) {
    background-color: #00f
}

.flag--france span:nth-child(2) {
    background-color: #fff
}

.flag--france span:nth-child(3) {
    background-color: red
}

.flag--ukraine {
    -ms-flex-flow: column;
    flex-flow: column
}

.flag--ukraine span {
    width: 36px;
    height: 12px
}

.flag--ukraine span:nth-child(1) {
    background-color: blue;
}

.flag--ukraine span:nth-child(2) {
    background-color: #ff0;
}

.flag--germany {
    -ms-flex-flow: column;
    flex-flow: column
}

.flag--germany span {
    width: 36px;
    height: 8px
}

.flag--germany span:nth-child(1) {
    background-color: #000
}

.flag--germany span:nth-child(2) {
    background-color: red
}

.flag--germany span:nth-child(3) {
    background-color: #ff0
}


.flag--neth {
    -ms-flex-flow: column;
    flex-flow: column
}

.flag--neth span {
    width: 36px;
    height: 8px
}

.flag--neth span:nth-child(1) {
    background-color: red
}

.flag--neth span:nth-child(2) {
    background-color: #fff
}

.flag--neth span:nth-child(3) {
    background-color: #00f
}


.flag--ru {
    -ms-flex-flow: column;
    flex-flow: column
}

.flag--ru span {
    width: 36px;
    height: 8px
}

.flag--ru span:nth-child(1) {
    background-color: #fff
}

.flag--ru span:nth-child(2) {
    background-color: #00f
}

.flag--ru span:nth-child(3) {
    background-color: red
}



.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2050;
    display: none;
    overflow: hidden;
    outline: 0;
    -webkit-overflow-scrolling: touch
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -25%)
}

.modal.in .modal-dialog {
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    box-shadow: 0 20px 40px -20px #333;
    background-color: #f3f3f3
}




.modal-success .modal-contentx {
    text-align: center
}

.form-success-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.form-success__message {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-align: center;
    align-items: center;
    color: #333
}

.form-success__picture {
    position: relative;
    width: 60px;
    height: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2.5rem;
    border-radius: 100px;
    background: linear-gradient(90deg, #136da7, #3d2da8)
}

@media (min-width: 992px) {
    .form-success__picture {
        width: 100px;
        height: 100px;
        margin-bottom: 3.75rem
    }
}

.form-success__picture:after {
    content: '';
    position: absolute;
    display: inline-block;
    top: -40px;
    left: -40px;
    right: -40px;
    bottom: -40px;
    background-color: rgba(0, 0, 0, .025);
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 100px
}

.modal-contentx {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    max-width: 720px;
    margin: auto;
    padding: 1.875rem;
    outline: 0
}

@media (min-width: 992px) {
    .modal-contentx {
        padding: 3.125rem 0
    }
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.in {
    opacity: .5
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-pack: center;
    justify-content: center
}
.modal-header2{
    display: block !important;
}

.modal-title {
    text-transform: uppercase;
    line-height: 1.1;
    font-size: 1.5rem
}

@media (min-width: 992px) {
    .modal-title {
        font-size: 2.25rem
    }
}

.modal-body {
    position: relative;
    margin: 1.875rem auto;
    width: 100%
}

.modal-body2 {
    margin-top: 10px !important;
}
.modal-body a:hover {
    color: #f59868
}

.modal-body a + a {
    margin-left: 1.875rem
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    margin: 0 auto 1.875rem
}
.modal-footer3 {
    text-align: center !important;
    border: 0;
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.modal2{
    display: block !important;
    margin: 0 auto 1.875rem !important;
}

.page-404 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 6.25rem;
    background-image: url(images/rate-table/bg.webp);
}

.page-404__title {
    margin-top: -1.875rem;
    font-size: 3.125rem;
    text-transform: uppercase
}

.page-404__pic {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.page-404__pic img {
    max-width: 100%;
    margin: auto
}

.page-404__link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1.25rem;
    color: #333
}

.page-404__link:hover span {
    color: #f59868;
    opacity: 1
}

.page-404__link span {
    opacity: .5
}

.page-404__link .arrow {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 2px;
    margin-right: 1.25rem;
    background-color: #f59868
}

.page-404__link .arrow:before {
    content: '';
    position: absolute;
    top: -5px;
    right: 18px;
    display: inline-block;
    width: 2px;
    height: 8px;
    background-color: #f59868;
    transition: all 150ms cubic-bezier(.19, .33, .3, 1);
    transform: rotate(45deg)
}

.page-404__link .arrow:after {
    content: '';
    position: absolute;
    top: -1px;
    right: 18px;
    display: inline-block;
    width: 2px;
    height: 8px;
    background-color: #f59868;
    transition: all 150ms cubic-bezier(.19, .33, .3, 1);
    transform: rotate(-45deg)
}

.sidebarx{
}
.col-xl-8x{
    /*margin-top: -2.125rem !important;*/
    padding-left: 0 !important;
}



.head-content{
    margin-bottom: 1.875rem !important;
    margin-top:-1.5rem !important;
}

.FormDivArea{
    flex: 0 0 66.66667%;
    padding-left: 15px;
    clear: both;
}

.b-article ul, .b-article ol{
    list-style-type: decimal;
    margin-left: 30px;
}

.order-button{
    text-decoration: none !important;
}
.order-button:hover {
    color:#fff !important;
}
.btnx:hover a {
    color:#fff;
}
.hintPeriod, .hintTotal, .hintInMonth, .hintDisc{
    display:inline-block;
}

.hidden-sm{
    margin-top: 2rem;
}

.checkFieldDomErr{
    border: 1px solid red !important;
}

.hintErr {
    display: block;
    font-size: 10pt;
    align-items: center;
}
.hintErrBtn{
    display: block;
    font-size: 10pt;
    align-items: center;
    margin-top:10px;
}

#btnShowSidebar{
    margin-top: 50px !important;
    z-index: 100;
    position: relative;
}

#order-pure_comparison{
    /*margin-top: -50px !important;*/
}

.ui-datepicker select{
    color: #000 !important;
    font-weight: 300;
}

.extra {
    font-weight: 700;
    color: #f59868
}

.note-message--large {
    min-width: 320px
}

.headItemMenu{
    display: flex;
    flex-flow: row;
    align-items: center;
	margin-right: 12px;
}

.modal-body{margin-top:80px;-webkit-background-size:cover;background-size:cover;width:96%;z-index:1500;}
.modal-header{border-bottom:none;}
.modal-header .btn{background:#3D4A5D;color:#fff;position:absolute;top:15px;right:15px;}
.modal-header h4.modal-title{color:red;text-align:center;color:#283f5a;text-transform:uppercase;font-family:MyriadProBold;font-size:18px;text-align:center;top:-10px;position:relative;}

/*.modal-header h2.modal-title{color:red;text-align:center;color:#283f5a;text-transform:uppercase;font-family:MyriadProBold;font-size:18px;text-align:center;top:-10px;position:relative;}*/
.modal-header h2.modal-title{color:#283f5a;text-transform:uppercase;font-size:18px;text-align:center;top:-10px;position:relative;}

.modal-footer.align-center{text-align: center;  border-top: none;  display: block;}
.modal-footer.align-center .btn{color:#ffffff;background-color:#6d9fdb;border-color:#6d9fdb;padding:2px 15px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}
.modal-content{-webkit-box-shadow:none !important;-moz-box-shadow:none !important;box-shadow:none !important;}

@media (min-width: 768px) {
    .modal-dialog {
        width: 720px;
        margin: .625rem auto
    }
}

@media (min-width: 992px) {
    .modal-dialog {
        width: 920px;
        margin: 1.875rem auto
    }
}

@media (min-width: 1024px) {
    .modal-dialog {
        width: 1100px;
        margin: 30px auto;
    }
}


#addinfodiv, .addinfodiv{margin:5px 5px 5px 5px;}
.modal-footer{
    padding: 0px 0px 0px 0px !important;
    margin: 0 !important;
}
.btn-close{

}
.all-cms ul {float:left;padding:inherit !important;list-style:inherit !important;padding:0px 35px 0px 20px !important;}
.all-cms .float-none{clear:both;float:none;}
.arealist{
    padding: 15px 0px 15px 0px;
    display: inline-block;
}
.showmoretext ul{padding:inherit !important;list-style:inherit !important;padding:0px 35px 0px 20px !important;}



.faq .panel-heading{padding:0;}
.faq .panel-heading a{padding:10px 15px;background:#000;background:url("../images/nav-tab-a.jpg") repeat 0px 0px;display:inline-block;width:100%;color:#fff;}
.faq .panel-heading a.collapsed{background:inherit;color:inherit;}
#packages-d-a .faq .nav-tabs > li{padding:0;width:25% !important;margin-bottom:1px;}
.faq .nav-tabs{border-bottom:0px;}
.faq .panel-group .panel + .panel{margin-top:1px;}
.faq .articletext, .faq #nothingfound{display:none;}
.faq .blockarticlebycat{list-style-type:none;padding-left:0px;padding-right:0px;padding-top:0;padding-bottom:0;display:none;margin-top:0;margin-bottom:0;}

/*.faq .blockarticlebycat .articleitem{padding:6px 15px 6px 45px;background-color:inherit;background-image:url("../img/priznak.png");background-repeat:no-repeat;background-position:10px 8px;display:inline-block;width:100%;color:inherit;border:1px solid #a2a2a3;border-radius:0;margin:1px 0px 0px 1px;color:#555556;}*/
.faq .blockarticlebycat .articleitem{padding:6px 15px 6px 45px;background-color:inherit;background-image:url("../img/priznak.png");background-repeat:no-repeat;background-position:10px 8px;display:inline-block;width:100%;color:inherit;border: 1px solid #f1f1f1;border-radius:0;margin:1px 0px 0px 1px;color:#333;}

.articleitemProd{
    border: 1px solid #ddd !important;
}


.faq .blockarticlebycat .articleitem:hover{text-decoration:underline;cursor:pointer;}
/*.faq .blockarticlebycat .articleitem.selecteditemgrad{cursor:pointer;text-decoration:underline;background-image:url("../img/priznak.png"), url("../img/nav-tab-a.jpg");background-repeat:no-repeat, repeat;background-position:10px -17px, 0 0;display:inline-block;width:100%;color:#fff;}*/
.faq .blockarticlebycat .articleitem.selecteditemgrad{cursor:pointer;background-image: url("../img/priznak.png");background-repeat:no-repeat, repeat;background-position:10px -17px, 0 0;display:inline-block;width:100%;color:#fff;background-color: #f59868;}

.faq .blockarticlebycat .articletext{padding-left:45px;border:1px solid #ddd;border-top:none;margin-left:1px;}
.faq .blockarticlebycat .articletext span{color:#555556;}

.faq .blockarticlebycat .articletext{
    list-style: none;
    position: inherit;
}

.article-body ul li.articletext:before {
    display: none !important;
}

.faq .btn-success, .faq .btn-success:focus, .faq .btn-success:active, .faq .btn-success:hover{color:#fff;background-color:#E74C3C;border:6px solid #FFA499;text-transform:uppercase;font-size:16px;width:235px;height:55px;margin-left:15px;margin-bottom:70px;margin-top:15px;}
@media (min-width: 1024px) {
    .faq .blockarticlebycat .articletext {
        font-size: 14.8px;
        margin: 0px auto;
        margin-bottom: 1px;
        padding: inherit;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 15px; right: 15px;
    }
}
.faq ul .articleitem:before{
    display:none !important;
}
div#nothingfound{text-align:center;border:1px solid #ddd;margin-left:1px;margin-bottom:15px;margin-top:10px;}
div#nothingfound h3{margin:15px 0;color:#555556;}
input.form-control.findarticle{font-size:17px;}
.kb-article-content ul, .kb-article-content ol {
    list-style-type: decimal;
    margin-left: 30px;
}

.margingsubHeader{
    display: block;
    margin-top: 15px;
}
.titlePages{
    margin-top:-40px;
}
.doclick:hover, .doclicknoact:hover{
    cursor: pointer;
}
.doclickEnter{
    color: #058;
}

.doclicknoactfoot:hover, .foot-menu__item>.doclick:hover {
    cursor: pointer;
    color:#337ab7;
}
.doclicknoactfoot, .foot-menu__item>.doclick{
    color: #fff;
    opacity: .5;
    font-size: .875rem;
}
.spanlink:hover{
    cursor: pointer;
    color: #30c;
}

.currency-item span {
    color: #747474;
    opacity: .5;
}
.currency-item.active span {
    color: #30c;
    opacity: 1;
}

.currency-item.active span:hover {
    color: #30c;
    cursor: default;
}

.currency-item span:hover {
    color: #f59868;
    opacity: 1;
    cursor: pointer;
}

.seephpinfo,.addinfoatd{
    color: #058;
}
.seephpinfo:hover, .addinfoatd:hover{
    opacity: .5;
    cursor: pointer;
}
.downtest{
    position: relative;
    z-index: 101;
    color: #058;
}
.downtest:hover{
    opacity: .5;
    cursor: pointer;
}

.btnAction:hover{
    box-shadow: 0 0 2px rgba(0,0,0,0.5);
    cursor: pointer;
}
.disbtn{
    opacity:0.5;
    pointer-events: none;
}

.listart1{
    list-style: disc !important;
}
.listart2{
    margin-left: 25px;
    list-style: disc !important;
}
.listart3{
    margin-left: 25px;
}
.h1main{
    font-size: 30px !important;
}
.morepowerother{
    text-align: center;
    line-height: 18px;
    font-size: 14px;
}
.morepowerother a{
    text-decoration: underline;
    color: #058;
}
.mainFrameArean {
    width: 100% !important;
}


.product-selection-sidebar {
    position: absolute;
    top: 0;
    left: -300px;
    width: 300px;
    display: none;
}
.morepowervpsded,.txt-center{
    text-align: center;
}

#order-standard_cart{
    width:95%;
}
.mylabelustomf{
    top: 7px;
    position: relative;
}
.domain-check-availability{
    width:150px !important;
}


.langArea{
    color:#058;
	position: relative;
}

.langAreaCur,.langitem{
    border-radius: 0px;
    cursor: pointer;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.langitem {
	width: 33%;
	float: left;
	padding: 2px 5px 2px 5px;
	text-align: center;
}
.langList{
    display: none;
}
.langListShow{
    display: block;
    position: absolute;
    top: 28px;
    border: 1px solid #f3f3f3;
    border-top: none;
    border-radius: 0 0 5px 5px;
    z-index: 999;
    background: #ffffff;
    padding: 3px;
	width: 100%;
	min-width: 100px;
}

.langCurSelected{
    background-color: #e3dbfc;
}

.langitem:hover{
    cursor: pointer;
}
.langAreaCuropt{
    display:none;
}