 body #main-container > footer, body #main-container > header {
    display: none;
 }

 header.entry-header {
    width: fit-content;
 }
 #main .hero-section {
    --container-padding: 51px 0;
    text-align: center;
    background: #0086e4;
 }
 .hero-section h1 {
    font-weight: 700;
    color: #fff;
    font-size: 28px;
    line-height: 30px;
    margin: 0 0 7px;
    position: relative;
    display: inline-block;
   
    width: fit-content;
}

.post .hero-section h1 {
    color: #434F58;
}
 
.hero-section h1:before,
.hero-section h1:after {
    display: block;
    content: '';
    width: 30px;
    position: absolute;
    border-bottom: 1px solid #fff;
    opacity: .4;
    top: 0.68em;
    left: -56px;
}

.hero-section h1:after {
    left: auto;
    right: -56px;
}

#main .post.type-post  .hero-section {
    background: #ffffff00;
    text-align: left;
 }
#main .post.type-post  .hero-section h1 {
    color: #434F58;
}

header .entry-meta .meta-author{
    display: none;
}


[data-header*="type-1"] #offcanvas .ct-panel-inner {
    background-color: #fff;
}

nav[class*=menu] a.ct-menu-link {
    color: #434F58;
}

button[class*=ct-toggle-close] {
    --theme-icon-color: rgb(0 0 0 / 70%);
}












@font-face {
    font-family: 'FontAwesome';
    src: url(/assets/common/libs/font-awesome/css/../fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(/assets/common/libs/font-awesome/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(/assets/common/libs/font-awesome/css/../fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(/assets/common/libs/font-awesome/css/../fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(/assets/common/libs/font-awesome/css/../fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(/assets/common/libs/font-awesome/css/../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'latobold';
    src: url(/assets/themes/standart/fonts/lato-bold-webfont.eot);
    src: url(/assets/themes/standart/fonts/lato-bold-webfont.eot?#iefix) format('embedded-opentype'),url(/assets/themes/standart/fonts/lato-bold-webfont.woff2) format('woff2'),url(/assets/themes/standart/fonts/lato-bold-webfont.woff) format('woff'),url(/assets/themes/standart/fonts/lato-bold-webfont.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'latoregular';
    src: url(/assets/themes/standart/fonts/lato-regular-webfont.eot);
    src: url(/assets/themes/standart/fonts/lato-regular-webfont.eot?#iefix) format('embedded-opentype'),url(/wp-content/themes/blocksy-child/assets/fonts/lato-regular-webfont.woff2) format('woff2'),url(/wp-content/themes/blocksy-child/assets/fonts/lato-regular-webfont.woff) format('woff'),url(/wp-content/themes/blocksy-child/assets/fonts/lato-regular-webfont.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'PT Sans';
    src: url(/assets/themes/standart/fonts/pt-sans-regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'PT Sans';
    src: url(/assets/themes/standart/fonts/pt-sans-bold.ttf) format('truetype');
    font-weight: 700;
    font-style: normal
}

.lnd-s__plan-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    top: 20px;
    font-size: 0;
    line-height: 0;
    padding: 0;
    margin-bottom: 40px;
    text-align: center
}

.lnd-s__plan-list li {
    display: flex;
    vertical-align: top;
    position: relative
}

.lnd-s__plan-list li:first-child a {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px
}

.lnd-s__plan-list li:first-child a:before {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px
}

.lnd-s__plan-list li:last-child a {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0
}

.lnd-s__plan-list li:last-child a:before {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0
}

.lnd-s__plan-list a {
    position: relative;
    display: block;
    width: 320px;
    text-decoration: none !important;
    padding: 31px 10px 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.lnd-s__plan-list a:hover {
    text-decoration: none
}

.lnd-s__plan-list a:hover:before {
    border-width: 4px
}

.lnd-s__plan-list a:before {
    content: '';
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    border: 1px solid #d8d8da;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.lnd-s__plan-list h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    margin: 0
}

.lnd-s__plan-list .plan-info {
    font-size: 13px;
    line-height: 18px;
    color: #000;
    margin: 12px 0 31px
}

.lnd-s__plan-list .plan-discount {
    display: inline-block;
    position: relative;
    padding: 5px 40px;
    border-radius: 5px;
    margin: 0 auto;
    opacity: .6;
    min-width: 150px
}

.lnd-s__plan-list .plan-discount .plan-discount__percent {
    margin-left: 10px;
    font-weight: 700
}

.lnd-s__plan-list .plan-details {
    min-height: 40px
}

.lnd-s__plan-list .plan-price {
    font-size: 1.2em;
    font-weight: 700
}

.lnd-s__plan-list .plan-price .plan-price__info {
    font-weight: 400;
    display: block;
    font-size: .7em
}

.lnd-s__plan-list .plan-price__info:before {
    content: '*';
    margin-right: 4px
}

.lnd-s__plan-list .button-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 0
}

.lnd-s__plan-list button {
    background-color: transparent;
    border: 0;
    outline: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight: 700;
    color: #fff;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline;
    background: #8c8c8c;
    padding: 18px 34px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    border: 1px;
    margin: 0 auto
}

.lnd-s__plan-list a:hover button {
    opacity: 1
}

.lnd-s__plan-list li.active {
    pointer-events: none
}

.lnd-s__plan-list li.active a:before {
    display: none
}

.lnd-s__plan-list li.active h2,#vps-register-form .lnd-s__plan-list li.active h2,.lnd-s__plan-list li.active .plan-info {
    color: #fff
}

.lnd-s__plan-list li.active .plan-discount {
    opacity: .8;
    background: #fff !important
}

.promo-tariff .lnd-s__plan-list,.promo-tariff .lnd-s__plan-list a {
    width: 100%
}

.lnd-s__plan-list .custom-plan-itm .blocked_ports {
    display: block;
    margin-top: 20px;
    opacity: .5
}

.plans-list {
    margin-top: 20px;
    margin-bottom: 40px
}

.plans-list .lnd-s__plan-list {
    top: unset;
    margin: unset
}

.lnd__details {
    position: relative
}

.close-button_right_button {
    position: absolute;
    right: 20px;
    top: -5px;
    cursor: pointer;
    z-index: 8;
    width: 30px;
    height: 30px
}

.close-button_right_button:before,.close-button_right_button:after {
    content: ' ';
    position: absolute;
    width: 24px;
    height: 2px;
    background: #0086e4;
    display: inline-block;
    left: 4px;
    top: 14px;
    transform: rotate(45deg)
}

.close-button_right_button:after {
    transform: rotate(-45deg)
}

.groups-location {
    text-align: left
}

.group.has-error {
    background-color: rgba(255,223,224,.3);
    border: 1px solid #efc2c4;
    border-radius: 10px;
    margin: 10px 0
}

.groups__hidden {
    display: none
}

.select-groups,.select-subgroups {
    display: flex;
    flex-wrap: wrap
}

.select-groups label {
    display: block;
    font-size: 1em;
    font-weight: 700
}

.select-groups>.select-group,.select-subgroups>.select-group,.subgroup-item,.select-subgroup {
    color: #787e8c;
    width: calc(33% - 12px);
    margin: 10px 5px 0;
    border-radius: 5px;
    border: 1px solid #d8d8da;
    cursor: pointer;
    position: relative
}

.subgroup-item {
    border: unset;
    width: calc(33% - 10px)
}

.subgroup-item .select-group {
    border-radius: 5px;
    border: 1px solid #d8d8da;
    height: 100%
}

.select-group.disabled .select-group__content {
    opacity: .4
}

.select-group.disabled:not(.select-min_plan) {
    pointer-events: none
}

.select-group.active {
    opacity: 1;
    border: 1px solid #c2d7ef;
    color: #3e7ffc
}

.select-group.active .select-group__header {
    background: rgba(62,127,252,.2)
}

.select-group__header,.select-subgroup__header {
    text-align: center;
    padding: 5px;
    font-weight: 700;
    background: rgba(62,127,252,.03);
    display: flex;
    flex-flow: column;
    justify-content: center;
    min-height: 40px
}

.select-group__selector {
    position: relative;
    font-size: .8em;
    text-align: center
}

.select-group__selector select {
    display: none
}

.select-hide {
    display: none
}

.select-group__options {
    margin-top: 5px;
    position: absolute;
    border: 1px solid #c2d7ef;
    background: #fff;
    max-height: 176px;
    left: 0;
    right: 0;
    z-index: 5;
    border-radius: 5px;
    animation: appear both .3s;
    box-shadow: inset 0px 0px 40px 10px rgba(194,215,239,.1);
    display: none;
    transition: max-height 1s ease-out;
    max-height: 0
}

.select-group__options:after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    z-index: 10;
    border: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    margin-left: -10px;
    right: 10px;
    border-bottom: 10px solid #c2d7ef;
    top: -10px
}

.select-group__options.active {
    display: block;
    max-height: 300px;
    transition: max-height 1s ease-out
}

.select-group__option {
    position: relative;
    padding-bottom: 1px;
    border-bottom: 1px solid #c2d7ef;
    padding: 5px 15px 5px 10px;
    font-size: .9em;
    cursor: pointer
}

.select-group__option:hover {
    background: rgba(0,0,0,.02)
}

.select-group__option-info {
    display: block;
    position: relative;
    margin: 0 10px;
    float: right;
    color: rgba(0,0,0,.2);
    font-size: .8em;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,.1);
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center
}

.select-group__option-info:hover {
    color: #fff;
    background: #00b19a;
    text-decoration: none;
    opacity: .6
}

.select-group__option[data-selected=true] {
    display: none
}

.select-group__selected {
    padding: 5px 15px;
    border-top: 1px solid #c2d7ef;
    font-weight: 700
}

.select-group__content,.select-subgroup__content {
    position: relative
}

.select-groups-software .select-group__header,.select-groups-soft .select-group__header {
    padding-top: 74px
}

.select-groups-software .select-group__header:before,.select-groups-soft .select-group__header:before {
    content: '';
    display: block;
    position: absolute;
    height: 64px;
    width: calc(100% - 10px);
    top: 10px;
    background-repeat: no-repeat;
    background-position: center
}

.select-group-centos .select-group__header:before {
    width: 64px;
    height: 64px;
    left: 50%;
    transform: translateX(-50%);
    background: url(/assets/common/img/distrib/sprites_new.png) -260px -10px
}

.select-group-ubuntu-server .select-group__header:before,.select-group-ubuntu .select-group__header:before {
    width: 64px;
    height: 64px;
    left: 50%;
    transform: translateX(-50%);
    background: url(/assets/common/img/distrib/sprites_new.png) -94px -346px
}

.select-group-debian .select-group__header:before {
    width: 64px;
    height: 64px;
    left: 50%;
    transform: translateX(-50%);
    background: url(/assets/common/img/distrib/sprites_new.png) -94px -178px
}

.select-group-cpanel .select-group__header:before {
    width: 64px;
    height: 64px;
    left: 50%;
    transform: translateX(-50%);
    background: url(/assets/common/img/distrib/sprites_new.png) -10px -178px
}

.select-group-vesta .select-group__header:before {
    width: 64px;
    height: 64px;
    left: 50%;
    transform: translateX(-50%);
    background: url(/assets/common/img/distrib/sprites_new.png) -262px -346px
}

.select-group-ispmanager .select-group__header:before {
    width: 64px;
    height: 64px;
    left: 50%;
    transform: translateX(-50%);
    background: url(/assets/common/img/distrib/sprites_new.png) -344px -178px
}

.select-group-bitrix .select-group__header:before {
    width: 64px;
    height: 64px;
    left: 50%;
    transform: translateX(-50%);
    background: url(/assets/common/img/distrib/sprites_new.png) -94px -94px
}

.select-group-pagoda-btcn .select-group__header:before {
    width: 64px;
    height: 64px;
    left: 50%;
    transform: translateX(-50%);
    background: url(/assets/common/img/distrib/sprites_new.png) -262px -262px
}

.select-group-plesk .select-group__header:before {
    width: 64px;
    height: 64px;
    left: 50%;
    transform: translateX(-50%);
    background: url(/assets/common/img/distrib/sprites_new.png) -428px -10px
}

.select-group-hestia .select-group__header:before {
    width: 64px;
    height: 64px;
    left: 50%;
    transform: translateX(-50%);
    background: url(/assets/common/img/distrib/sprites_new.png) -344px -94px
}

.select-group-shadowsocks-secure-socks5-proxy .select-group__header:before {
    width: 64px;
    height: 64px;
    left: 50%;
    transform: translateX(-50%);
    background: url(/assets/common/img/distrib/sprites_new.png) -428px -262px
}

.select-group-v2ray-project-v .select-group__header:before {
    width: 64px;
    height: 64px;
    left: 50%;
    transform: translateX(-50%);
    background: url(/assets/common/img/distrib/sprites_new.png) -178px -346px
}

.select-group-rocketchat .select-group__header:before {
    width: 64px;
    height: 64px;
    left: 50%;
    transform: translateX(-50%);
    background: url(/assets/common/img/distrib/sprites_new.png) -428px -94px
}

.select-group-teamspeak-3 .select-group__header:before {
    width: 64px;
    height: 64px;
    left: 50%;
    transform: translateX(-50%);
    background: url(/assets/common/img/distrib/sprites_new.png) -10px -346px
}

.select-group-fastpanel .select-group__header:before {
    width: 64px;
    height: 64px;
    left: 50%;
    transform: translateX(-50%);
    background: url(/assets/common/img/distrib/sprites_new.png) -178px -178px
}

.select-group-freebsd .select-group__header:before {
    width: 64px;
    height: 64px;
    left: 50%;
    transform: translateX(-50%);
    background: url(/assets/common/img/distrib/sprites_new.png) -344px -10px
}

.select-group-almalinux .select-group__header:before {
    width: 64px;
    height: 64px;
    left: 50%;
    transform: translateX(-50%);
    background: url(/assets/common/img/distrib/sprites_new.png) -10px -94px
}

.select-group-rockylinux .select-group__header:before {
    width: 64px;
    height: 64px;
    left: 50%;
    transform: translateX(-50%);
    background: url(/assets/common/img/distrib/sprites_new.png) -428px -178px
}

.select-group-vzlinux .select-group__header:before {
    width: 64px;
    height: 64px;
    left: 50%;
    transform: translateX(-50%);
    background: url(/assets/common/img/distrib/sprites_new.png) -346px -346px
}

.select-group-opensuse .select-group__header:before {
    width: 64px;
    height: 64px;
    left: 50%;
    transform: translateX(-50%);
    background: url(/assets/common/img/distrib/sprites_new.png) -178px -262px
}

.select-group-astralinux .select-group__header:before {
    width: 96px;
    height: 64px;
    left: 50%;
    transform: translateX(-50%);
    background: url(/assets/common/img/distrib/sprites_new.png) -144px -10px
}

.select-group-oracle .select-group__header:before {
    width: 114px;
    height: 64px;
    left: 50%;
    transform: translateX(-50%);
    background: url(/assets/common/img/distrib/sprites_new.png) -10px -10px
}

.select-group-kalilinux .select-group__header:before {
    width: 64px;
    height: 64px;
    left: 50%;
    transform: translateX(-50%);
    background: url(/assets/common/img/distrib/sprites_new.png) -10px -262px
}

.select-group-cloudlinux .select-group__header:before {
    width: 64px;
    height: 64px;
    left: 50%;
    transform: translateX(-50%);
    background: url(/assets/common/img/distrib/sprites_new.png) -260px -94px
}

.select-group-mikrotik-routeros .select-group__header:before,.select-group-mikrotik .select-group__header:before {
    width: 64px;
    height: 64px;
    left: 50%;
    transform: translateX(-50%);
    background: url(/assets/common/img/distrib/sprites_new.png) -94px -262px
}

.select-group-mikrotik .select-group__header:before {
    width: 64px;
    height: 64px;
    left: 50%;
    transform: translateX(-50%);
    background: url(/assets/common/img/distrib/sprites_new.png) -94px -262px
}

.select-group-amneziavpn .select-group__header:before {
    width: 64px;
    height: 64px;
    left: 50%;
    transform: translateX(-50%);
    background: url(/assets/common/img/distrib/sprites_new.png) -512px -10px
}

.select-group__hide-selector .select-group__content {
    height: 100%
}

.select-group__hide-selector .select-group__header {
    height: 100%;
    padding: 0;
    display: flex;
    flex-flow: column;
    justify-content: center
}

.select-group__hide-selector .select-group__selector {
    display: none
}

.select-group .arrow {
    position: absolute;
    top: 5px;
    right: 3px;
    cursor: pointer;
    width: 16px
}

.select-group .arrow-left {
    position: absolute;
    background-color: transparent;
    top: 10px;
    left: 0;
    width: 8px;
    height: 1px;
    display: block;
    transform: rotate(35deg);
    float: right;
    border-radius: 2px
}

.select-group .arrow-left:after {
    content: "";
    background-color: #337ab7;
    width: 100%;
    height: 100%;
    display: block;
    float: right;
    border-radius: 6px 10px 10px 6px;
    transition: all .5s cubic-bezier(.25,1.7,.35,.8);
    z-index: -1
}

.select-group .arrow-right {
    position: absolute;
    background-color: transparent;
    top: 10px;
    left: 6px;
    width: 8px;
    height: 1px;
    display: block;
    transform: rotate(-35deg);
    float: right;
    border-radius: 2px
}

.select-group .arrow-right:after {
    content: "";
    background-color: #337ab7;
    width: 100%;
    height: 100%;
    display: block;
    float: right;
    border-radius: 10px 6px 6px 10px;
    transition: all .5s cubic-bezier(.25,1.7,.35,.8);
    z-index: -1
}

.select-group .arrow.active .arrow-left:after {
    transform-origin: center center;
    transform: rotate(-70deg)
}

.select-group .arrow.active .arrow-right:after {
    transform-origin: center center;
    transform: rotate(70deg)
}

.select-group .disabled {
    display: none !important
}

.select-group__help {
    position: absolute;
    display: flex;
    justify-content: center;
    color: #2281cf;
    width: 20px;
    height: 20px;
    top: 10px;
    right: 10px;
    border-radius: 50%;
    border: 1px solid #2281cf;
    opacity: .4
}

.select-group__help:hover {
    text-decoration: none;
    opacity: 1
}

.select-group .geo:before,.select-subgroup .geo:before {
    display: block;
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 14px;
    height: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 5px
}

.subgroups {
    position: relative
}

.subgroups {
    padding-top: 40px
}

.groups {
    margin-bottom: 10px;
    padding-bottom: 10px
}

.groups .labels {
    border-bottom: 1px solid #f5f5f5
}

.groups .labels label {
    display: inline-block;
    padding: 5px;
    margin: 0 5px;
    cursor: pointer;
    letter-spacing: .9px;
    font-size: 14px;
    color: #3e7ffc;
    font-weight: 700;
    border-bottom: 2px solid #3e7ffc
}

.groups .labels label {
    color: inherit;
    font-weight: 400;
    border-bottom: none;
    width: auto
}

.groups .labels label.active {
    font-weight: bolder;
    border-bottom: 2px solid #3e7ffc;
    pointer-events: unset
}

.groups .group {
    display: none;
    padding: 5px
}

.groups .group.active {
    display: block
}

.select-subgroup__group {
    display: none
}

.select-subgroup__breadcrumbs {
    display: none;
    position: absolute;
    width: calc(100% - 60px);
    left: 5px;
    top: 5px
}

.subgroups.active .select-subgroup__breadcrumbs {
    display: block
}

.select-subgroup__breadcrumbs li {
    display: inline-block;
    background: rgba(62,127,252,.03);
    padding: 5px 10px;
    border: 1px solid #d8d8da;
    border-radius: 5px;
    cursor: pointer;
    text-align: center
}

.select-subgroup__breadcrumbs li.return {
    width: 30px
}

.select-subgroup__breadcrumbs li.label {
    min-width: calc(33% - 67px)
}

.select-subgroup__breadcrumbs li.active {
    background: rgba(62,127,252,.2);
    border: 1px solid #c2d7ef;
    color: #3e7ffc;
    pointer-events: none
}

.subgroups.active .select-subgroups>.select-group,.subgroups.active .select-subgroups>.select-subgroup {
    display: none
}

.subgroups .group {
    padding: 0;
    width: 100%
}

.subgroups .subgroups-style {
    position: absolute;
    right: 10px;
    top: 10px
}

.subgroups .subgroups-style i.active {
    color: #2281cf
}

.subgroups .subgroups-style i:not(.active) {
    opacity: .4;
    cursor: pointer
}

.subgroups .subgroups-style i:not(.active):hover {
    opacity: .6
}

.subgroups.list .group {
    display: inline-block
}

.subgroups.list .select-subgroups>.select-subgroup {
    display: none
}

.subgroups.list .select-subgroups>.select-group {
    display: block
}

.subgroups.list .subgroup-item {
    display: block;
    position: relative
}

.subgroups.list .select-subgroup__breadcrumbs {
    display: none
}

.subgroup-item {
    display: none
}

.subgroup-item.active {
    display: block
}

.select-subgroup__item-counts {
    position: absolute;
    top: 0;
    right: 5px;
    font-size: .8em
}

.select-group.select-group-auto {
    position: absolute;
    top: -5px
}

.select-group.select-group-auto .select-group__header {
    min-height: unset;
    padding: 5px 0
}

.select-group__content {
    transition: .2s ease
}

.custom-offered-plan-itm {
    transition: .1s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    text-align: center
}

.custom-offered-plan-itm .button-wrapper button {
    background: #3bbd53;
    color: #fff;
    border: 0;
    outline: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline;
    padding: 7px 15px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    margin: 0 auto
}

.custom-offered-plan-itm .button-wrapper {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0
}

.select-group.disabled.select-min_plan .custom-offered-plan-itm {
    display: none
}

.select-group.disabled.select-min_plan.active-min .select-group__content {
    opacity: 0
}

.select-group.disabled.select-min_plan {
    pointer-events: unset;
    opacity: 1
}

.select-group.disabled.select-min_plan.active-min,.select-group.disabled.select-min_plan.active-min .custom-offered-plan-itm {
    opacity: 1;
    display: block
}

.select-group.disabled.select-min_plan .custom-offered-plan-itm h2 {
    font-size: 1.2em;
    margin: 0
}

.select-group.disabled.select-min_plan .custom-offered-plan-itm a {
    color: #787e8c;
    font-size: .7em;
    padding: 5px;
    display: inline-block;
    text-decoration: none
}

@media (max-width: 1023px) {
    .select-groups>.select-group,.select-subgroups>.select-group,.select-subgroup {
        width:calc(50% - 12px)
    }

    .subgroup-item {
        width: calc(50% - 10px)
    }

    .select-subgroup__breadcrumbs li.label {
        min-width: calc(50% - 58px)
    }
}

@media (max-width: 767px) {
    .groups .labels label {
        font-size:13px
    }
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1,1);
    -ms-transform: scale(-1,1);
    transform: scale(-1,1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1,-1);
    -ms-transform: scale(1,-1);
    transform: scale(1,-1)
}

:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,.fa-close:before,.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,.fa-image:before,.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,.fa-reorder:before,.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,.fa-rouble:before,.fa-rub:before {
    content: "\f158"
}

.fa-won:before,.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,.fa-bank:before,.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,.fa-resistance:before,.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,.fa-sheqel:before,.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before,.fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before,.fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before,.fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before,.fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before,.fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before,.fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before,.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before,.fa-s15:before,.fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[data-action=doOrder] {
    cursor: pointer
}

[data-bind_currency] {
    white-space: nowrap
}

.notifications {
    position: fixed;
    top: 50px;
    right: 20px;
    z-index: 1071;
    width: 400px
}

.notification {
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 15px;
    box-shadow: 2px 2px .6em rgb(0 0 255/20%);
    position: relative;
    display: none
}

.notification button.close {
    background: 0 0;
    color: #fff;
    font-weight: 700;
    border: none;
    font-size: 24px;
    position: absolute;
    right: 10px;
    top: 0
}

.notification__title {
    font-weight: 700;
    margin-bottom: 5px
}

.notification.error {
    background: #f8d7da;
    color: #9b232e
}

.notification.warning {
    background: #fff3cd;
    color: #856404
}

.notification.info {
    background: #cce5ff;
    color: #004085
}

.popup {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1070;
    overflow: auto;
    filter: alpha(opacity=100);
    background: rgba(0,0,10,.6)
}

.popup.in {
    opacity: 0;
    filter: alpha(opacity=0)
}

.popup__inner {
    position: relative;
    float: none;
    -webkit-box-shadow: 0 1px 8px rgba(0,0,0,.25);
    -moz-box-shadow: 0 1px 8px rgba(0,0,0,.25);
    box-shadow: 0 1px 8px rgba(0,0,0,.25);
    background-color: #fff;
    width: 640px;
    max-height: calc(100% - 100px);
    padding: 20px;
    margin: 50px auto 0;
    border-radius: 10px;
    overflow-y: auto
}

.popup__content {
    padding: 20px 0 0;
    overflow: auto
}

.popup__close-btn {
    position: absolute;
    top: 25px;
    right: 20px;
    width: 20px;
    height: 15px;
    font-size: 30px;
    color: #9a9696;
    z-index: 1;
    cursor: pointer;
    display: block
}

.popup__close-btn:before,.popup__close-btn:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 20px;
    background: #0086e4;
    position: absolute
}

.popup__close-btn:before {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.popup__close-btn:after {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 0
}

.form-component:hover:not(.has-error) {
    background: #dfefff;
    border: 1px solid #c2d7ef
}

.form-component.has-error,.error {
    background-color: #ffdfe0;
    border: 1px solid #efc2c4;
    border-radius: 10px
}

*[data-tab_content],*[data-tab_label] {
    display: none
}

.active[data-tab_content],.active[data-tab_label] {
    display: block
}

.configurator-price-discount {
    display: none
}

.configurator-update.active [data-action=doOrder] {
    pointer-events: none;
    opacity: .6
}

[data-configurator-condition] {
    display: none
}

.order__doorder,.btn {
    display: inline-block;
    border: 1px solid #ccc;
    background: #f6f6f6;
    font-weight: 700;
    color: #1c94c4;
    padding: .4em 1em;
    margin-top: 10px;
    cursor: pointer
}

i.geo,i.geo:before {
    position: relative;
    width: 16px;
    height: 12px;
    display: inline-block;
    margin-right: 5px
}

i.geo:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -1px;
    width: 16px;
    height: 12px;
    border: 1px solid #f1f1f1;
    background-size: contain;
    background-repeat: no-repeat
}

.geo.geo-russia:before,.geo.geo-ru:before {
    width: 16px;
    height: 12px;
    background: url(/assets/common/img/flags/sprites.png?v=3.234) -154px -42px
}

.geo.geo-usa:before,.geo.geo-en:before {
    width: 16px;
    height: 12px;
    background: url(/assets/common/img/flags/sprites.png?v=3.234) -10px -138px
}

.geo.geo-germany:before,.geo.geo-de:before {
    width: 16px;
    height: 12px;
    background: url(/assets/common/img/flags/sprites.png?v=3.234) -82px -10px
}

.geo.geo-finland:before,.geo.geo-fi:before {
    width: 16px;
    height: 12px;
    background: url(/assets/common/img/flags/sprites.png?v=3.234) -10px -74px
}

.geo.geo-canada:before {
    width: 16px;
    height: 12px;
    background: url(/assets/common/img/flags/sprites.png?v=3.234) -46px -10px
}

.geo.geo-netherlands:before,.geo.geo-nl:before {
    width: 16px;
    height: 12px;
    background: url(/assets/common/img/flags/sprites.png?v=3.234) -82px -106px
}

.geo.geo-poland:before,.geo.geo-pl:before {
    width: 16px;
    height: 12px;
    background: url(/assets/common/img/flags/sprites.png?v=3.234) -118px -106px
}

.geo.geo-portugal:before,.geo.geo-pt:before {
    width: 16px;
    height: 12px;
    background: url(/assets/common/img/flags/sprites.png?v=3.234) -154px -10px
}

.languages .geo.geo-pt:before {
    width: 16px;
    height: 12px;
    background: url(/assets/common/img/flags/sprites.png?v=3.234) -10px -10px
}

.geo.geo-spain:before,.geo.geo-es:before {
    width: 16px;
    height: 12px;
    background: url(/assets/common/img/flags/sprites.png?v=3.234) -82px -42px
}

.geo.geo-turkey:before,.geo.geo-tr:before {
    width: 16px;
    height: 12px;
    background: url(/assets/common/img/flags/sprites.png?v=3.234) -154px -74px
}

.geo.geo-united-kingdom:before {
    width: 16px;
    height: 12px;
    background: url(/assets/common/img/flags/sprites.png?v=3.234) -82px -74px
}

.geo.geo-france:before,.geo.geo-fr:before {
    width: 16px;
    height: 12px;
    background: url(/assets/common/img/flags/sprites.png?v=3.234) -46px -74px
}

.geo.geo-china:before,.geo.geo-zh:before {
    width: 16px;
    height: 12px;
    background: url(/assets/common/img/flags/sprites.png?v=3.234) -10px -42px
}

.geo.geo-ja:before {
    width: 16px;
    height: 12px;
    background: url(/assets/common/img/flags/sprites.png?v=3.234) -118px -74px
}

.geo.geo-id:before {
    width: 16px;
    height: 12px;
    background: url(/assets/common/img/flags/sprites.png?v=3.234) -118px -10px
}

.geo.geo-ms:before {
    width: 16px;
    height: 12px;
    background: url(/assets/common/img/flags/sprites.png?v=3.234) -46px -106px
}

.geo.geo-ukraine:before,.geo.geo-uk:before {
    width: 16px;
    height: 12px;
    background: url(/assets/common/img/flags/sprites.png?v=3.234) -154px -106px
}

.geo.geo-cs:before {
    width: 16px;
    height: 12px;
    background: url(/assets/common/img/flags/sprites.png?v=3.234) -46px -42px
}

.geo.geo-italy:before,.geo.geo-it:before {
    width: 16px;
    height: 12px;
    background: url(/assets/common/img/flags/sprites.png?v=3.234) -118px -42px
}

.geo.geo-latvia:before,.geo.geo-lv:before {
    width: 16px;
    height: 12px;
    background: url(/assets/common/img/flags/sprites.png?v=3.234) -10px -106px
}

.geo.geo-singapore:before,.geo.geo-sg:before {
    width: 16px;
    height: 12px;
    background: url(/assets/common/img/flags/sprites.png?v=3.234) -118px -138px
}

.geo.geo-ar:before {
    width: 16px;
    height: 12px;
    background: url(/assets/common/img/flags/sprites.png?v=3.234) -46px -138px
}

.geo.geo-he:before {
    width: 16px;
    height: 12px;
    background: url(/assets/common/img/flags/sprites.png?v=3.234) -82px -138px
}

.geo.geo-uae:before,.geo.geo-ae:before {
    width: 16px;
    height: 12px;
    background: url(/assets/common/img/flags/sprites.png?v=3.234) -154px -138px
}

.geo.geo-bulgaria:before,.geo.geo-bg:before {
    width: 16px;
    height: 12px;
    background: url(/assets/common/img/flags/sprites.png?v=3.234) -190px -10px
}

.geo.geo-sv:before {
    width: 16px;
    height: 12px;
    background: url(/assets/common/img/flags/sprites.png?v=3.234) -190px -42px
}

.geo.geo-no:before {
    width: 16px;
    height: 12px;
    background: url(/assets/common/img/flags/sprites.png?v=3.234) -190px -74px
}

.geo.geo-ro:before {
    width: 16px;
    height: 12px;
    background: url(/assets/common/img/flags/sprites.png?v=3.234) -190px -106px
}

.geo.geo-india:before {
    width: 16px;
    height: 12px;
    background: url(/assets/common/img/flags/sprites.png?v=3.234) -190px -138px
}

.vps_config_vps-promo .slider-wrapper:not([data-slider-name=payment_months]),.vps_config_vps-promo #user-comment-wrapper,.vps_config_vps-promo [data-slider-name=payment_months] .discount {
    display: none
}

.promocode-btn {
    display: inline-block;
    border: 1px solid #ccc;
    background: #f6f6f6;
    font-weight: 700;
    color: #1c94c4;
    padding: .4em 1em;
    cursor: pointer
}

.promocode-add-on .form-component input {
    background: 0 0;
    border: 1px solid #ccc;
    border-right: unset;
    line-height: 22px;
    padding: 5px 35px 5px 10px;
    width: calc(100% - 35px)
}

.promocode-add-on .form-component:not(.has-error),.promocode-add-on .form-component:hover:not(.has-error) {
    background: 0 0;
    border: 0
}

.promocode-add-on .form-component {
    padding: 0;
    margin: 0;
    overflow: unset;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 10px
}

.promocode-add-on {
    display: flex !important;
    margin-bottom: 1.5em
}

.promocode-add-on .promocode-btn,.order__doorder {
    min-width: 73px;
    text-align: center
}

.promocode-btn.disable {
    pointer-events: none;
    opacity: .6
}

.lnd__details .promocode-add-on,.order_form .lnd__features-cont .promocode-add-on {
    display: none !important;
    width: 222px;
    text-align: center;
    margin: 0 auto 1.5em auto
}

.promocode-add-on input {
    padding-right: 35px
}

.promocode-add-on input:focus {
    outline: none
}

.promocode-wrapper {
    margin-top: 10px
}

#promocode-wrapper {
    position: relative
}

#promocode-wrapper .close {
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background: #ff5e4c;
    color: #fff;
    line-height: 21px;
    text-align: center;
    text-shadow: none;
    font-size: 20px;
    position: absolute;
    border: 0;
    padding: 0
}

#promocode-wrapper .close.disable {
    display: none
}

.enter-message {
    border: 1px solid #0086e4;
    text-align: center;
    padding: 20px;
    margin: 20px 0;
    text-transform: uppercase
}

.configurator .enter-message {
    text-transform: none;
    padding: 10px
}

[aria-disabled=true],.disabled {
    pointer-events: none;
    opacity: .35
}

@media (max-width: 767px) {
    .popup__inner {
        width:calc(100% - 20px);
        padding: 0
    }

    .send-question {
        cursor: pointer
    }

    .notifications {
        top: auto;
        bottom: 20px;
        right: auto;
        left: 0;
        width: 100%
    }

    .notification {
        margin: 20px
    }
}

.auth-form {
    width: 425px;
    margin: 50px auto
}

.auth-form form.disabled {
    pointer-events: none;
    opacity: .5
}

.auth-form__popup .close {
    display: block
}

.auth-form__top,.auth-form__bottom {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
    padding: 0 5px
}

.auth-form__bottom {
    justify-content: flex-end
}

.auth-form__top .auth-form__label {
    cursor: pointer;
    color: #2281cf
}

.auth-form__top .auth-form__label.active {
    display: none
}

.auth-form__top h1 {
    color: #000;
    font-weight: 400;
    font-size: 18px;
    padding-bottom: 8px;
    margin-bottom: -4px;
    border-bottom: 1px solid #000
}

.auth-form .form-component {
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #fff;
    margin-bottom: 10px
}

.auth-form .form-component input[type=checkbox] {
    display: inline-block;
    width: auto;
    margin-bottom: .35em
}

.auth-form .description {
    padding: 5px;
    color: #9a9696;
    font-size: .9em
}

.auth-form .error {
    display: none;
    padding: 5px 10px
}

.auth-form label {
    display: block;
    font-weight: 700;
    margin-bottom: 5px
}

.auth-form .form-component input {
    width: calc(100% - 12px);
    background: linear-gradient(to bottom,#fff,#eeeef0);
    padding: 5px;
    border: 1px solid #aaa
}

.auth-form .form-component input:focus {
    outline: none;
    border: 1px solid #2281cf
}

.auth-form .btn {
    background: #2281cf;
    border: 1px solid #c2d7ef;
    border-radius: 5px;
    padding: 10px 15px;
    font-weight: bolder;
    color: #fff
}

.auth-form .password-wrapper {
    position: relative
}

.auth-form .password-wrapper .auth-form__recover {
    position: absolute;
    top: 4px;
    right: 5px;
    font-size: .9em;
    opacity: .8;
    cursor: pointer
}

.auth-form .password-wrapper .auth-form__recover:hover {
    opacity: 1;
    color: #2281cf
}

@media (max-width: 600px) {
    .auth-form {
        width:calc(100% - 20px);
        padding: 0 10px
    }
}

/*! =======================================================
                      VERSION  10.0.0              
========================================================= */
/*! =========================================================
 * bootstrap-slider.js
 *
 * Maintainers:
 *		Kyle Kemp
 *			- Twitter: @seiyria
 *			- Github:  seiyria
 *		Rohit Kalkur
 *			- Twitter: @Rovolutionary
 *			- Github:  rovolution
 *
 * =========================================================
  *
 * bootstrap-slider is released under the MIT License
 * Copyright (c) 2017 Kyle Kemp, Rohit Kalkur, and contributors
 * 
 * Permission is hereby granted, free of charge, to any person
 * obtaining a copy of this software and associated documentation
 * files (the "Software"), to deal in the Software without
 * restriction, including without limitation the rights to use,
 * copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the
 * Software is furnished to do so, subject to the following
 * conditions:
 * 
 * The above copyright notice and this permission notice shall be
 * included in all copies or substantial portions of the Software.
 * 
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 * OTHER DEALINGS IN THE SOFTWARE.
 *
 * ========================================================= */
.slider-wrapper input::-webkit-outer-spin-button,.slider-wrapper input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.slider-wrapper input[type=number] {
    -moz-appearance: textfield
}

.slider {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-bottom: 20px
}

.slider.slider-horizontal {
    width: 100%;
    height: 24px
}

.slider.slider-horizontal .slider-track {
    height: 6px;
    width: 100%;
    top: 9px;
    left: 0
}

.slider.slider-horizontal .slider-selection,.slider.slider-horizontal .slider-track-low,.slider.slider-horizontal .slider-track-high {
    height: 100%;
    top: 0;
    bottom: 0
}

.slider.slider-horizontal .slider-tick,.slider.slider-horizontal .slider-handle {
    margin-left: -10px
}

.slider.slider-horizontal .slider-tick.triangle,.slider.slider-horizontal .slider-handle.triangle {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-width: 0 10px 10px;
    width: 0;
    height: 0;
    border-bottom-color: #2e6da4;
    margin-top: 0
}

.slider.slider-horizontal .slider-tick-container {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.slider.slider-horizontal .slider-tick-label-container {
    white-space: nowrap;
    margin-top: 20px
}

.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
    padding-top: 4px;
    display: inline-block;
    text-align: center
}

.slider.slider-horizontal .tooltip {
    -ms-transform: translateX(-44%);
    transform: translateX(-44%)
}

.slider.slider-horizontal.slider-rtl .slider-track {
    left: initial;
    right: 0
}

.slider.slider-horizontal.slider-rtl .slider-tick,.slider.slider-horizontal.slider-rtl .slider-handle {
    margin-left: initial;
    margin-right: -10px
}

.slider.slider-horizontal.slider-rtl .slider-tick-container {
    left: initial;
    right: 0
}

.slider.slider-horizontal.slider-rtl .tooltip {
    -ms-transform: translateX(50%);
    transform: translateX(50%)
}

.slider.slider-vertical {
    height: 210px;
    width: 20px
}

.slider.slider-vertical .slider-track {
    width: 10px;
    height: 100%;
    left: 25%;
    top: 0
}

.slider.slider-vertical .slider-selection {
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0
}

.slider.slider-vertical .slider-track-low,.slider.slider-vertical .slider-track-high {
    width: 100%;
    left: 0;
    right: 0
}

.slider.slider-vertical .slider-tick,.slider.slider-vertical .slider-handle {
    margin-top: -10px
}

.slider.slider-vertical .slider-tick.triangle,.slider.slider-vertical .slider-handle.triangle {
    border-width: 10px 0 10px 10px;
    width: 1px;
    height: 1px;
    border-left-color: #2e6da4;
    border-right-color: #2e6da4;
    margin-left: 0;
    margin-right: 0
}

.slider.slider-vertical .slider-tick-label-container {
    white-space: nowrap
}

.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
    padding-left: 4px
}

.slider.slider-vertical .tooltip {
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.slider.slider-vertical.slider-rtl .slider-track {
    left: initial;
    right: 25%
}

.slider.slider-vertical.slider-rtl .slider-selection {
    left: initial;
    right: 0
}

.slider.slider-vertical.slider-rtl .slider-tick.triangle,.slider.slider-vertical.slider-rtl .slider-handle.triangle {
    border-width: 10px 10px 10px 0
}

.slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label {
    padding-left: initial;
    padding-right: 4px
}

.slider.slider-disabled .slider-handle {
    background-image: -webkit-linear-gradient(top,#dfdfdf 0,#bebebe 100%);
    background-image: -o-linear-gradient(top,#dfdfdf 0,#bebebe 100%);
    background-image: linear-gradient(to bottom,#dfdfdf 0,#bebebe 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf',endColorstr='#ffbebebe',GradientType=0)
}

.slider.slider-disabled .slider-track {
    background-image: -webkit-linear-gradient(top,#e5e5e5 0,#e9e9e9 100%);
    background-image: -o-linear-gradient(top,#e5e5e5 0,#e9e9e9 100%);
    background-image: linear-gradient(to bottom,#e5e5e5 0,#e9e9e9 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5',endColorstr='#ffe9e9e9',GradientType=0);
    cursor: not-allowed
}

.slider input {
    display: none
}

.slider .tooltip.top {
    margin-top: 20px
}

.slider .tooltip-inner {
    white-space: nowrap;
    max-width: none
}

.slider .hide {
    display: none
}

.slider-track {
    position: absolute;
    cursor: pointer;
    background-color: #e4e7eb;
    border-radius: 20px
}

.slider-selection {
    position: absolute;
    background-color: #00b356;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px
}

.slider-selection.tick-slider-selection {
    background-image: -webkit-linear-gradient(top,#00b356 0,#00b356 100%);
    background-image: -o-linear-gradient(top,#00b356 0,#00b356 100%);
    background-image: linear-gradient(to bottom,#00b356 0,#00b356 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8ac1ef',endColorstr='#ff82b3de',GradientType=0)
}

.slider-track-low,.slider-track-high {
    position: absolute;
    background: 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 20px;
    background-color: #e4e7eb
}

.slider-handle {
    position: absolute;
    top: 0;
    width: 24px;
    height: 24px;
    background-color: #00b356
}

.slider-handle:hover {
    cursor: pointer
}

.slider-handle:active {
    background-color: #3193f5
}

.slider-handle.round {
    border-radius: 50%
}

.slider-handle.triangle {
    background: transparent none
}

.slider-handle.custom {
    background: transparent none
}

.slider-handle.custom:before {
    line-height: 20px;
    font-size: 20px;
    content: '\2605';
    color: #726204
}

.slider-tick {
    position: absolute;
    top: 2px;
    width: 20px;
    height: 20px;
    background-image: -webkit-linear-gradient(top,#f9f9f9 0,#f5f5f5 100%);
    background-image: -o-linear-gradient(top,#f9f9f9 0,#f5f5f5 100%);
    background-image: linear-gradient(to bottom,#f9f9f9 0,#f5f5f5 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9',endColorstr='#fff5f5f5',GradientType=0);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    filter: none;
    opacity: .8;
    border: 0 solid transparent
}

.slider-tick.round {
    border-radius: 50%
}

.slider-tick.triangle {
    background: transparent none
}

.slider-tick.custom {
    background: transparent none
}

.slider-tick.custom:before {
    line-height: 20px;
    font-size: 20px;
    content: '\2605';
    color: #726204
}

.slider-tick.in-selection {
    background-image: -webkit-linear-gradient(top,#00b356 0,#00b356 100%);
    background-image: -o-linear-gradient(top,#00b356 0,#00b356 100%);
    background-image: linear-gradient(to bottom,#00b356 0,#00b356 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8ac1ef',endColorstr='#ff82b3de',GradientType=0);
    opacity: 1
}

.slider-wrapper input::-webkit-outer-spin-button,.slider-wrapper input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.slider-wrapper input[type=number] {
    -moz-appearance: textfield
}

.slider-wrapper {
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 10px;
    padding-bottom: 10px
}

.slider-wrapper .slider {
    width: 90%;
    margin: 0 auto;
    display: block
}

.slider-wrapper.slider-zoom .slider {
    width: 100%
}

.slider-wrapper .slider {
    margin-bottom: 5px
}

.slider-wrapper.slider-zoom .slider.slider-horizontal .slider-track {
    height: 14px
}

.slider-wrapper.slider-zoom .slider.slider-horizontal .slider-tick {
    z-index: 3;
    top: 8px;
    width: 15px;
    height: 15px;
    margin-left: -5px
}

.slider-wrapper .slider.slider-horizontal .slider-tick.disabled {
    background: grey
}

.slider-wrapper.slider-zoom .slider.slider-horizontal .slider-handle {
    background: url(/assets/common/img/handle.png) no-repeat 50% 50%;
    z-index: 3;
    top: 3px
}

.slider-wrapper.slider-zoom .slider-selection {
    background: #f6a828
}

.slider-wrapper.slider-zoom .slider.slider-horizontal .slider-track:before {
    position: absolute;
    content: '';
    top: 8px;
    left: -5px;
    width: 0;
    height: 0;
    border-bottom: 7px solid #fff;
    border-right: 580px solid transparent;
    z-index: 2;
    max-width: 100%
}

.slider-wrapper.slider-zoom .slider.slider-horizontal .slider-track:after {
    position: absolute;
    content: '';
    top: -1px;
    left: -5px;
    width: 0;
    height: 0;
    border-top: 7px solid #fff;
    border-right: 580px solid transparent;
    z-index: 2
}

.slider-wrapper .labels {
    display: flex;
    justify-content: space-between;
    font-weight: bolder;
    margin-bottom: 5px
}

.slider-wrapper input {
    color: #f6a828;
    font-size: 14px;
    border: none;
    width: 50px;
    text-align: center;
    outline: none
}

.slider-wrapper .slider-bottom {
    display: flex;
    justify-content: space-between;
    font-size: 10px;
    line-height: 14px;
    color: #b4b4be
}

.slider-wrapper .slider-tick-label-container {
    font-size: 11px;
    position: relative;
    display: inline-table
}

.slider-wrapper .slider-tick-label {
    position: relative
}

.slider-wrapper .slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
    display: inline-table !important
}

.slider-wrapper .labels {
    margin-bottom: 10px
}

.slider-wrapper .labels label {
    padding: 5px;
    border-bottom: 2px solid #00b356;
    font-size: 14px;
    letter-spacing: .9px
}

.slider-wrapper input:not([readonly]),.slider-wrapper.slider-zoom .labels label {
    border-bottom: 2px solid #f6a828;
    padding: 5px
}

.slider-wrapper[data-slider-name=payment_months]>.slider {
    margin-top: 24px
}

.slider-wrapper[data-slider-name=payment_months] .slider-tick-label {
    position: relative
}

.slider-wrapper[data-slider-name=payment_months] .slider-tick-label .discount {
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    font-weight: 700;
    font-size: 10px;
    color: #ff1313
}

@media (max-width: 767px) {
    .slider-wrapper[data-slider-name=payment_months] .slider.slider-vertical {
        height:315px
    }

    .slider-wrapper[data-slider-name=payment_months] .slider-tick-label .discount {
        top: -40px
    }
}

@media (max-width: 424px) {
    .slider-wrapper[data-slider-name=payment_months] .slider-tick-label .discount {
        top:-15px
    }
}

.slider-wrapper {
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 10px;
    padding-bottom: 10px
}

.slider-wrapper .slider {
    width: 90%;
    margin: 0 auto;
    display: block
}

.slider-wrapper.slider-zoom .slider {
    width: 100%
}

.slider-wrapper .slider {
    margin-bottom: 5px
}

.slider-wrapper.slider-zoom .slider.slider-horizontal .slider-track {
    height: 14px;
    overflow: hidden
}

.slider-track,.slider-track-low,.slider-track-high {
    background: #f5f5f5
}

.slider-wrapper.slider-zoom .slider.slider-horizontal .slider-tick {
    z-index: 3;
    top: 8px;
    width: 15px;
    height: 15px;
    margin-left: -5px
}

.slider-wrapper .slider.slider-horizontal .slider-tick.disabled {
    background: grey
}

.slider-wrapper.slider-zoom .slider.slider-horizontal .slider-handle {
    background: url(/assets/themes/standart/img/site/hosting/handle.png) no-repeat 50% 50%;
    z-index: 3;
    top: 3px
}

.slider-wrapper.slider-zoom .slider-selection {
    background: #f6a828;
    box-shadow: inset 15px 0px 12px #ff
}

.slider-wrapper.slider-zoom .slider.slider-horizontal .slider-handle,.slider-wrapper.slider-zoom .slider-selection {
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out
}

.slider-wrapper.slider-zoom .slider.slider-horizontal .slider-track:before {
    position: absolute;
    content: '';
    top: 8px;
    left: -5px;
    width: 0;
    height: 0;
    border-bottom: 7px solid #fff;
    border-right: 580px solid transparent;
    z-index: 2
}

.slider-wrapper.slider-zoom .slider.slider-horizontal .slider-track:after {
    position: absolute;
    content: '';
    top: -1px;
    left: -5px;
    width: 0;
    height: 0;
    border-top: 7px solid #fff;
    border-right: 580px solid transparent;
    z-index: 2
}

.slider-wrapper .labels {
    display: flex;
    justify-content: space-between;
    font-weight: bolder;
    margin-bottom: 10px
}

.slider-wrapper input {
    color: #f6a828;
    font-size: 14px;
    border: none;
    width: 50px;
    text-align: center;
    outline: none
}

.slider-wrapper .slider-bottom {
    display: flex;
    justify-content: space-between;
    font-size: 10px;
    line-height: 14px;
    color: #b4b4be
}

.slider-wrapper .slider-tick-label-container {
    font-size: 11px;
    position: relative;
    display: inline-table
}

.slider-wrapper .slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
    display: inline-table !important
}

.slider-wrapper .labels label {
    padding: 5px;
    border-bottom: 2px solid #00b356;
    font-size: 14px;
    letter-spacing: .9px
}

.slider-wrapper input[type=number],.slider-wrapper.slider-zoom .labels label {
    border-bottom: 2px solid #f6a828;
    padding: 5px
}

.slider-wrapper .slider.slider-vertical {
    height: 150px;
    width: 50px;
    margin: 20px 0 30px
}

.slider-wrapper .slider.slider-vertical .slider-tick-label-container {
    position: relative;
    white-space: normal;
    pointer-events: none
}

.slider-wrapper .slider.slider-vertical .slider-tick-label-container br {
    display: none
}

.slider-wrapper .slider.slider-vertical .slider-tick-label-container .slider-tick-label {
    margin-left: 36px !important;
    width: 200px
}

.slider-wrapper .slider.slider-vertical .slider-track {
    left: 5px
}

@media (max-width: 767px) {
    .slider-wrapper .labels label {
        font-size:13px
    }

    .slider-wrapper:not(.slider-zoom) {
        overflow: hidden
    }
}

@media (max-width: 424px) {
    .slider-wrapper:not(.slider-zoom) {
        padding-left:5px
    }

    .slider-handle.min-slider-handle.round {
        left: -2px
    }
}

@supports (-webkit-touch-callout:none) {
    @media (max-width: 424px) {
        .slider-wrapper .slider.slider-vertical .slider-tick-label-container {
            top:2em;
            margin-top: -3em !important
        }

        .slider-wrapper:not(.slider-zoom) {
            overflow: hidden;
            padding-left: 5px
        }
    }
}

@supports not (-webkit-touch-callout:none) {
    @media (max-width: 424px) {
        .slider-wrapper .slider.slider-vertical .slider-tick-label-container {
            margin-top:0 !important;
            top: -1em
        }
    }
}

.dropdown.dropdown-languages .dropdown-menu {
    overflow: auto;
    width: auto;
    max-height: unset
}

.dropdown.dropdown-languages ul {
    overflow: hidden;
    width: auto;
    max-height: unset;
    display: flex
}

.dropdown.dropdown-languages .select>i {
    float: unset;
    transform: unset
}

.dropdown.dropdown-languages h3 {
    margin: 5px 10px 10px
}

.dropdown.dropdown-languages .symbol,.dropdown.dropdown-languages .flag {
    width: 20px
}

.dropdown-languages .languages_continents>* {
    padding: 10px;
    border-bottom: unset
}

.dropdown.dropdown-languages .languages_continents>*:hover {
    background: 0 0
}

.dropdown-languages .languages_continents ul {
    display: flex;
    flex-wrap: wrap;
    white-space: nowrap
}

.dropdown-languages .languages_continents ul li {
    border: unset;
    margin: 5px 0
}

.dropdown-languages .languages_continents .col-2 ul {
    width: 300px
}

.dropdown-languages .languages_continents .col-2 ul li {
    width: calc(50%)
}

.dropdown-languages .languages_continents .col-1 ul {
    width: 150px
}

.dropdown-languages .languages_continents .col-1 ul li {
    width: calc(100%)
}

.dropdown-languages .languages_continents ul li.active {
    opacity: .5;
    pointer-events: none
}

.lang-list,.lang-flag {
    margin: 0;
    padding-left: 10px
}

.lang-list li,.lang-flag li {
    padding-right: 10px;
    display: inline-block
}

.lang-flag li.active {
    pointer-events: none;
    opacity: .5
}

.font_regular {
    font-family: 'latoregular';
    font-weight: 400
}

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

body {
    font-family: 'latoregular',Arial,sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #222a32;
    margin: 0;
    padding: 0;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

h1 {
    margin-top: 0
}

a {
    color: #2281cf;
    text-decoration: none
}

a:hover,a:focus {
    color: #2281cf;
    text-decoration: underline
}

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

ul {
    padding: 0;
    margin: 0
}

ul>li {
    list-style-type: none
}

caption {
    font-size: 14px;
    color: #212121;
    font-weight: 700;
    text-align: left;
    padding-bottom: 5px
}

form {
    margin: 0
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

label {
    cursor: pointer
}

button,input,select,textarea {
    margin: 0;
    font-size: 100%;
    vertical-align: middle
}

button,input {
    *overflow: visible;
    line-height: normal
}

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

button,input[type=button],input[type=reset],input[type=submit] {
    cursor: pointer;
    -webkit-appearance: button
}

input[type=search] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}

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

textarea {
    overflow: auto;
    vertical-align: top
}

input:-moz-placeholder,textarea:-moz-placeholder {
    color: #969696
}

input::-moz-placeholder,textarea::-moz-placeholder {
    color: #969696
}

input:-ms-input-placeholder,textarea:-ms-input-placeholder {
    color: #969696
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
    color: #969696
}

.row {
    margin-left: -40px;
    *zoom:1;}

.row:before,.row:after {
    display: table;
    content: "";
    line-height: 0
}

.row:after {
    clear: both
}

.container {
    width: 960px
}

.container {
    margin-right: auto;
    margin-left: auto;
    *zoom:1;}

.container:before,.container:after {
    display: table;
    content: "";
    line-height: 0
}

.container:after {
    clear: both
}

.support__contacts {
    width: 100%;
    padding-bottom: 15px
}

.support__contacts th {
    color: #888;
    font-weight: 400;
    text-align: left;
    padding: 1px;
    width: 30%
}

.support__contacts td {
    font-size: 12px;
    padding: 1px;
    padding-left: 10px;
    color: #2281cf
}

.popup__table {
    height: 100%;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    background-color: rgba(0,0,10,.44)
}

.popup__table TD {
    vertical-align: middle;
    padding: 0
}

.popup__close {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.popup__close .popup__close-col {
    position: fixed;
    width: 100px;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
    background-color: rgba(204,204,204,0)
}

.popup__close .close {
    cursor: pointer;
    background: url(/assets/themes/standart/img/sprites/i-7d174.png) no-repeat 0 0;
    vertical-align: text-top;
    display: inline-block;
    vertical-align: top;
    position: fixed;
    top: 0;
    right: 0;
    line-height: 0;
    font-size: 0
}

.popup__previous {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 50%;
    cursor: pointer
}

.popup__previous .popup__previous-col {
    position: fixed;
    width: 90px;
    top: 0;
    left: 0;
    bottom: 0;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
    background-color: rgba(204,204,204,0)
}

.popup__previous .prev {
    position: fixed;
    top: 34px;
    left: 35px;
    display: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 16px 16px 0;
    border-color: transparent #ccc transparent transparent
}

.popup__previous:hover .prev {
    border-color: transparent #8c8c8c transparent transparent
}

.has-context .popup__close:hover .popup__close-col {
    background-color: rgba(204,204,204,.3)
}

.has-context .popup__previous {
    display: block
}

.has-context .popup__previous .prev {
    display: block
}

.has-context .popup__previous:hover .popup__previous-col {
    background-color: rgba(204,204,204,.3)
}

.infopopup-popup.popup__table {
    background-color: rgba(0,0,10,.6)
}

.infopopup-popup .popup__inner {
    width: 640px;
    border: 0 none
}

.infopopup-popup .popup__content {
    margin: 0;
    background-color: #fff
}

.infopopup-popup .popup__close {
    display: none
}

.infopopup-popup header {
    background: #d97760;
    color: #fff;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    padding: 48px 0 60px
}

.infopopup-popup header strong {
    font-weight: 700;
    color: #ffd12f
}

.infopopup__line {
    border-bottom: 1px solid #e19280;
    background: #d97760;
    overflow: hidden
}

.infopopup__line .infopopup__close {
    float: right;
    cursor: pointer;
    border-left: 1px solid #e19280
}

.infopopup__s {
    padding: 31px 79px 57px;
    text-align: center
}

.infopopup__s h2 {
    margin: 0;
    font-family: 'latobold';
    font-weight: 400;
    font-size: 20px;
    line-height: 44px;
    color: #d97760;
    text-align: left
}

.infopopup__s ul {
    text-align: left;
    margin: 16px 0 0;
    width: 322px
}

.infopopup__s li {
    counter-increment: pos;
    color: #010101;
    font-size: 18px;
    line-height: 24px;
    position: relative;
    margin: 0 0 16px
}

.infopopup__s li:before {
    color: #d97760;
    font-size: 12px;
    line-height: 18px;
    content: counter(pos);
    font-weight: 700;
    margin-left: -22px;
    margin-right: 15px
}

.infopopup__s li a {
    color: #d97760;
    font-size: 12px;
    line-height: 16px;
    position: absolute;
    top: 5px;
    left: 100%;
    width: 160px;
    text-decoration: none
}

.infopopup__s li a:hover,.infopopup__s li a:focus,.infopopup__s li a:active {
    color: #d97760;
    text-decoration: underline
}

.infopopup__s hr {
    border: 0 none;
    border-bottom: 1px solid #e5e5e5;
    margin: 35px 0 30px
}

.infopopup__s h3 {
    text-align: left;
    margin: 0 0 31px;
    font-family: 'latobold';
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #010101
}

.infopopup__s p {
    text-align: left;
    margin: 0 0 18px;
    font-size: 12px;
    line-height: 18px;
    color: #010101
}

.infopopup__s p strong {
    font-family: 'latoregular';
    font-weight: 400;
    color: #d97760
}

.infopopup__s .request-btn {
    display: inline-block;
    width: 240px;
    margin-top: 31px
}

.page-header {
    font-family: 'latoregular';
    font-weight: 400
}

.header__info-cont {
    position: fixed;
    top: 0;
    width: 100%;
    background: #2f2d2d;
    color: #9a9696;
    font-size: 13px;
    line-height: 17px;
    z-index: 10;
    height: 40px
}

.header__info-cont a {
    color: #9a9696
}

.header__info-cont a:hover {
    color: #9a9696
}

.header__info_l {
    float: left
}

.header__info_l li {
    width: auto;
    margin-right: 20px
}

.header__info_r {
    float: right;
    margin-right: -17px
}

.header__info_r li {
    border-right: 1px solid #595757;
    padding: 0 16px;
    margin-top: 3px
}

.header__info_r li:last-child {
    border: none
}

.header__info {
    padding: 8px 0
}

.header__info li {
    display: inline-block;
    vertical-align: middle
}

.header__info li.currencies {
    text-align: center;
    width: 120px
}

.header__info li.currencies .symbol {
    font-weight: 700
}

.header__info li.currencies .dropdown {
    width: 100%
}

.head__pointer {
    cursor: pointer
}

#google_translate_element {
    height: 24px
}

.header__logo-cont {
    margin-top: 40px;
    padding: 19px 0 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 81px
}

.header__logo {
    float: left
}

.header__menu-sec {
    float: right;
    margin-top: 20px
}

.header__menu-sec-list {
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    display: flex;
    align-items: center
}

.header__menu-sec-list li {
    font-size: 11px;
    line-height: 14px;
    display: inline-block;
    text-transform: uppercase;
    margin-left: 34px
}

.header__menu-sec-list li a {
    color: #3b7abe;
    text-decoration: none
}

.header__menu-sec-list li a:hover {
    color: #3b7abe;
    text-decoration: underline
}

.header__menu-sec-list li:last-child a {
    color: #be597a
}

.header__menu-sec-list li:last-child a:hover {
    color: #be597a
}

.header__menu-cont {
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #dfdfe1;
    background-image: -moz-linear-gradient(top,#fff,#eeeef0);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#eeeef0));
    background-image: -webkit-linear-gradient(top,#fff,#eeeef0);
    background-image: -o-linear-gradient(top,#fff,#eeeef0);
    background-image: linear-gradient(to bottom,#fff,#eeeef0);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffeeeef0',GradientType=0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 52px
}

.header__menu-list {
    display: block;
    text-align: justify;
    padding: 8px 0;
    font-size: 0;
    line-height: 0
}

.header__menu-list:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 0
}

.header__menu-list li {
    display: inline-block;
    list-style-type: none;
    text-align: center;
    position: relative;
    height: 45px
}

.header__menu-list a {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    padding: 0 20px;
    font-size: 17px;
    line-height: 33px;
    color: #5a5a64;
    -webkit-transition: color .2s;
    -moz-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s
}

.header__menu-list:not(.active-f) li.active>a {
    pointer-events: none
}

.header__menu-list a:hover {
    color: #3b7abe;
    text-decoration: underline
}

.header__menu-list li.active>a,.header__menu-list li.active>a:hover {
    background-image: -moz-linear-gradient(top,#6c6c6e,#858587);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#6c6c6e),to(#858587));
    background-image: -webkit-linear-gradient(top,#6c6c6e,#858587);
    background-image: -o-linear-gradient(top,#6c6c6e,#858587);
    background-image: linear-gradient(to bottom,#6c6c6e,#858587);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6c6c6e',endColorstr='#ff858587',GradientType=0);
    color: #fff;
    text-decoration: none
}

.header__menu-list li ul {
    z-index: -1;
    width: max-content;
    position: absolute;
    display: flex;
    flex-direction: column;
    background: #fff;
    visibility: hidden;
    top: 43px;
    left: 50%;
    transform: translate(-50%,0%);
    transform-origin: top;
    transition: transform .26s ease;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(34,60,80,.2);
    -moz-box-shadow: 0px 0px 8px 0px rgba(34,60,80,.2);
    box-shadow: 0px 0px 8px 0px rgba(34,60,80,.2)
}

.header__menu-list li:hover ul {
    z-index: 2;
    visibility: visible
}

.header__menu-list li ul li:not(:last-child) {
    border-bottom: 1px solid #efefef
}

.header__menu-list li ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 20px;
    border-radius: 0
}

footer {
    border-top: 1px solid #f1f1f1
}

footer .services__partners {
    padding-top: 15px;
    text-align: center;
    margin: -1px auto 10px;
    max-width: 1080px
}

footer .services__partners li {
    display: inline-block;
    list-style: none;
    margin-right: 25px;
    padding-top: 25px;
    padding-bottom: 25px
}

footer .services__partners li a img {
    height: 28px;
    filter: grayscale(100%);
    opacity: .8
}

footer .services__partners li a:hover img {
    filter: grayscale(0%);
    opacity: 1
}

footer .cut-line {
    display: block;
    clear: both;
    border-bottom: #f1f1f1 solid 1px
}

footer .footer {
    max-width: 1200px;
    margin: 0 auto
}

footer .footer__links_blocks_handler {
    font-size: 13px;
    display: table;
    width: 100%;
    color: #767676;
    margin-top: 25px
}

footer .footer__links_blocks_handler>ul {
    float: left;
    padding-bottom: 15px;
    width: 25%;
    vertical-align: top
}

footer .footer__links_blocks_handler>ul ul li:before {
    content: '-';
    display: inline-block;
    padding: 0 5px
}

footer .footer__links_blocks_handler ul li.footer__links_header {
    font-weight: 600
}

footer .footer__links_blocks_handler ul li {
    list-style: none;
    margin-top: 5px;
    line-height: 1.3
}

footer .footer__links_blocks_handler ul li a {
    color: #767676;
    text-decoration: none
}

footer .footer__links_blocks_handler ul li a:hover {
    text-decoration: underline
}

footer .footer__version {
    font-size: 11px;
    margin: 0 0 15px;
    text-align: right
}

.body__page-landing #jhst-container {
    width: auto
}

.body__page-landing .navbar-fixed-top {
    position: fixed
}

.sidebar__block {
    margin-top: 20px
}

.lnd-s_main {
    padding: 51px 0;
    text-align: center;
    background: #0086e4
}

.lnd-s_main h1,.lnd-s_main .name {
    font-weight: 700;
    color: #fff;
    font-size: 28px;
    line-height: 30px;
    margin: 0 0 7px;
    position: relative;
    display: inline-block
}

.lnd-s_main h1:before,.lnd-s_main h1:after,.lnd-s_main .name:before,.lnd-s_main .name:after {
    display: block;
    content: '';
    width: 30px;
    position: absolute;
    border-bottom: 1px solid #fff;
    opacity: .4;
    top: .68em;
    left: -56px
}

.lnd-s_main h1:after,.lnd-s_main .name:after {
    left: auto;
    right: -56px
}

.lnd-s_main2 {
    padding: 64px 0 68px;
    background: #fff
}

.lnd-s_main2 h1 {
    color: #0086e4
}

.lnd-s_main2 h1:before,.lnd-s_main2 h1:after {
    display: none
}

.lnd-s_main-desc {
    font-size: 15px;
    line-height: 30px;
    color: #a0d8ff;
    display: block
}

.lnd__underrow {
    margin-top: -94px;
    height: 97px;
    background: #f2f3f7
}

.lnd-s_free-plan,.lnd-s_thrifty-plan,.lnd-s_optimal-plan,.lnd-s_maximal-plan {
    background: #f2f3f7
}

.lnd__back {
    text-align: center;
    padding: 15px 0;
    font-size: 20px
}

.lnd__details {
    text-align: center
}

.lnd__details .container {
    padding: 44px 0 0
}

.lnd__details h2 {
    font-size: 25px;
    line-height: 32px;
    font-family: 'latobold';
    font-weight: 400;
    color: #3ca24f;
    margin: 0
}

.lnd__details h2 mark {
    background: 0 0;
    color: #be597a
}

.container.plan-row {
    padding: 0
}

.lnd__col1>.lnd__details-list,.lnd__col1>.lnd__features-cont,.lnd__col2>.lnd__detail-line0 {
    -webkit-box-shadow: 0 4px 31px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 4px 31px 0 rgba(0,0,0,.1);
    box-shadow: 0 4px 31px 0 rgba(0,0,0,.1)
}

.lnd__col1 {
    float: left;
    width: 680px;
    margin-bottom: 34px
}

.lnd__col2 {
    float: left;
    width: 280px;
    margin-bottom: 34px;
    position: relative
}

.lnd__col2>.sidebar__block {
    padding-left: 15px
}

.lnd__details-desc {
    font-size: 16px;
    line-height: 1.5;
    color: #787e8c;
    display: block;
    margin: 14px 0 30px
}

.lnd__details-list {
    display: block;
    padding: 0;
    margin-bottom: 20px;
    overflow: hidden
}

.lnd__details-list>li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.05);
    -moz-box-shadow: 0 2px 2px rgba(0,0,0,.05);
    box-shadow: 0 2px 2px rgba(0,0,0,.05);
    position: relative
}

.lnd__details-list>li.first {
    float: left;
    width: 100%
}

.lnd__details-list>li.first:before {
    content: '';
    display: block;
    border-right: 1px solid #e0e0e1;
    height: 120px;
    position: absolute;
    left: 50%;
    top: 29px
}

.lnd__details-list>li.right {
    float: right;
    width: 280px;
    background: 0 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0 none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    position: relative;
    overflow: visible
}

.lnd__details-list>li.sliderer {
    float: left;
    width: 100%;
    padding: 18px 39px 0
}

.lnd__details-list>li.sliderer h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    margin: 9px 0 16px;
    color: #0086e4
}

.lnd__details-list>li.sliderer p {
    color: #787882;
    font-size: 13px;
    line-height: 19px
}

.lnd__detail {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding: 35px 35px 37px
}

.lnd__detail h3 {
    font-weight: 700;
    color: #3ca24f;
    font-size: 17px;
    margin: 0 0 14px
}

.lnd__detail p {
    font-size: 13px;
    line-height: 18px;
    color: #787e8c;
    margin: 0
}

.lnd__detail-line0 {
    padding: 35px 29px 24px;
    background: #fff;
    position: relative
}

.lnd__detail-line0 h3 {
    font-weight: 700;
    font-size: 17px;
    line-height: 20px;
    margin: 0 0 15px;
    color: #be597a
}

.lnd__detail-line0 p {
    font-size: 11px;
    line-height: 14px;
    color: #787e8c;
    margin: 22px 0 0
}

.lnd__detail-line1 {
    padding: 19px 29px;
    border: 1px solid #ddb5c5
}

.lnd__detail-line1 p {
    color: #be597a;
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    margin: 0 0 11px
}

.lnd__detail-line1 p strong {
    color: #00a22e
}

.lnd__detail-line1 a {
    font-size: 12px
}

.lnd__detail__price-list {
    text-align: left;
    font-size: 15px;
    line-height: 20px;
    margin: 19px 10px;
    font-weight: 700
}

.lnd__detail__price-list>li {
    display: flex;
    justify-content: space-between;
    padding: 5px;
    margin: 0 -5px 15px;
    border-radius: 4px;
    border: 1px solid #fff;
    cursor: pointer
}

.lnd__detail__price-list>li.active {
    background-color: #be597a;
    color: #fff;
    border: 1px solid #be597a
}

.lnd__detail__price-list>li:hover {
    border: 1px solid #be597a
}

.price-cont {
    float: right;
    font-size: 14px;
    text-align: right
}

.time-sale {
    font-size: 12px;
    line-height: 17px;
    font-family: 'latoregular';
    font-weight: 400
}

.price-month {
    display: block;
    font-size: 12px;
    line-height: 15px;
    margin-right: 4px;
    font-family: 'latoregular';
    font-weight: 400
}

.request-btn {
    font-weight: 700;
    color: #fff;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    width: auto;
    background: #be597a;
    padding: 20px 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none
}

.request-btn:hover,.request-btn:focus,.request-btn:active {
    color: #fff;
    text-decoration: none
}

.request-btn span {
    display: block;
    letter-spacing: 0;
    font-size: 12px;
    line-height: 14px;
    text-transform: none;
    color: #ffc4d7;
    margin-top: 4px
}

.lnd__free-plan__answers-list {
    margin: 43px 40px 0;
    padding: 0;
    width: 580px;
    text-align: left
}

.lnd__free-plan__answers-list li {
    margin-bottom: 45px
}

.lnd__free-plan__answers-list h2 {
    font-family: 'latobold';
    font-weight: 400;
    margin: 0 0 11px;
    font-size: 20px;
    line-height: 1.2;
    color: #be597a
}

.lnd__free-plan__answers-list p {
    font-size: 14px;
    line-height: 20px;
    margin: 0
}

.lnd__features-cont {
    text-align: left;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 26px 50px 27px
}

.lnd__features-cont h3 {
    font-size: 13px;
    line-height: 68px;
    text-transform: uppercase;
    color: #be597a;
    margin: 0;
    font-weight: 700;
    border-bottom: 1px solid #7fc2f1;
    letter-spacing: 1px
}

.lnd__features-cont .i {
    margin-right: 10px
}

.lnd__features-table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse
}

.lnd__features-table th {
    border-bottom: 1px solid #7fc2f1;
    color: #1e2022;
    text-align: left;
    font-family: 'latoregular';
    font-weight: 400;
    font-size: 15px;
    line-height: 47px
}

.lnd__features-table th:first-child {
    width: 358px
}

.lnd__features-table th:last-child {
    font-size: 10px;
    text-transform: uppercase
}

.lnd__features-table2 {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    margin-top: 16px;
    text-align: left
}

.lnd__features-table2 td {
    color: #787e8c;
    font-size: 15px;
    line-height: 38px;
    vertical-align: top
}

.lnd__features-table2 td:first-child {
    font-size: 14px;
    width: 358px
}

.lnd__features-table2 td:last-child {
    font-size: 10px;
    text-transform: uppercase
}

.lnd__features-table2 td p {
    margin: -2px 0 10px;
    font-size: 12px;
    line-height: 16px
}

.lnd-s_any {
    text-align: center;
    background: #f2f3f7;
    padding-top: 9px;
    padding-bottom: 30px
}

.lnd-s_any h2 {
    font-weight: 700;
    color: #0086e4;
    font-size: 28px;
    line-height: 74px;
    margin: 0;
    border-bottom: 2px solid #0086e4
}

.lnd-s__any-list {
    font-size: 0;
    line-height: 0;
    margin: 43px 0 0;
    padding: 0;
    display: block;
    margin-left: -30px
}

.lnd-s__any-list li {
    display: inline-block;
    width: 300px;
    height: 210px;
    margin-left: 30px;
    vertical-align: top;
    text-align: left
}

.lnd-s__any-list h3 {
    font-weight: 700;
    text-transform: none;
    color: #000;
    font-size: 17px;
    line-height: 1.2;
    margin: 8px 0 12px
}

.lnd-s__any-list p {
    color: #000;
    font-size: 14px;
    line-height: 20px;
    margin: 0
}

.lnd-s_reviews {
    text-align: center;
    background: #dfe7f8;
    padding: 66px 0 48px
}

.lnd-s_reviews h2 {
    font-weight: 700;
    color: #0086e4;
    font-size: 28px;
    line-height: 68px;
    margin: 0;
    border-bottom: 2px solid #0086e4
}

.lnd-s_review-list-cont {
    position: relative
}

.lnd-s_review-list {
    margin: 37px 0 32px;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
    line-height: 0
}

.lnd-s_review-list li {
    cursor: pointer;
    padding: 0 80px;
    position: relative;
    width: 100%;
    height: 258px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    -webkit-transition: margin .3s;
    -moz-transition: margin .3s;
    -o-transition: margin .3s;
    transition: margin .3s;
    white-space: normal
}

.lnd-s_review-list p {
    margin: 0 0 36px;
    font-size: 24px;
    line-height: 36px
}

.lnd-s_review-list p:before {
    color: #be597a;
    display: inline;
    content: 'Â« '
}

.lnd-s_review-list p:after {
    color: #be597a;
    display: inline;
    content: ' Â»'
}

.lnd-s_review-list div {
    margin: 10px 0 0
}

.lnd-s_review-list span {
    font-size: 16px;
    line-height: 20px;
    display: block
}

.lnd-s_review-list a {
    text-decoration: none;
    font-size: 12px;
    line-height: 20px;
    color: #8c8c96
}

.lnd-s_review-list a:hover {
    color: #8c8c96;
    text-decoration: underline
}

.lnd-s_review-nav {
    display: block;
    font-size: 0;
    line-height: 0;
    text-align: center;
    margin: -36px 0 0
}

.lnd-s_review-nav li {
    margin: 12px 11px;
    display: inline-block;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 2px solid #1477c9;
    cursor: pointer;
    -webkit-transition: background .2s;
    -moz-transition: background .2s;
    -o-transition: background .2s;
    transition: background .2s
}

.lnd-s_review-nav li:hover {
    background: #1477c9
}

.lnd-s_review-nav li.active {
    border-color: #d86389;
    background: #d86389
}

.lnd-s_plan {
    padding-top: 0;
    display: none
}

.lnd-s_free-plan .lnd__detail-line0 {
    padding: 35px 39px 0;
    height: 178px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0
}

.lnd-s_free-plan .lnd__detail-line0 h3 {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 19px;
    color: #000
}

.lnd-s_thrifty-plan .lnd__details h2 {
    color: #00b19a
}

.lnd-s_optimal-plan .lnd__details h2 {
    color: #0086e4
}

.lnd-s_optimal-plan .lnd__detail-line0 {
    padding: 27px 29px 22px;
    margin-bottom: 17px
}

.lnd-s_optimal-plan .lnd__detail-line0 h3 {
    margin: 0 10px;
    text-align: left
}

.lnd-s_optimal-plan .lnd__detail-line0 p {
    margin-top: 16px
}

.lnd-s_plan.active {
    display: block
}

.lnd-s_colored {
    background: 0 0
}

.lnd-s_colored:nth-of-type(2n) {
    background: #f2f3f7
}

.email {
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    border: 1px solid #a9a9a9
}

.email-error {
    margin-bottom: 15px;
    color: #f15d5d;
    font-weight: 700
}

.rouble {
    font-family: 'PT Sans'
}

.lnd-s_constructor-row {
    margin: 30px 0 70px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.lnd-s_constructor-video {
    width: 40%
}

.lnd-s_constructor-description {
    font-size: 20px;
    line-height: 30px;
    width: 33%
}

.lnd-s_constructor-button {
    background-color: #1477c9;
    border: 1px solid #1477c9;
    outline: 0;
    font-weight: 700;
    color: #fff;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    padding: 18px 34px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    transition: .2s all ease
}

.lnd-s_constructor-button:hover {
    color: #1477c9;
    background-color: #fff
}

.lnd-s_constructor-button:focus {
    color: #fff;
    background-color: #1477c9
}

.lnd-s_constructor-button:active {
    color: #fff;
    background-color: #0866b4
}

.i {
    background: url(/assets/themes/standart/img/sprites/i2-7d174.png) no-repeat 0 0;
    vertical-align: text-top;
    display: inline-block
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min-device-pixel-ratio:1.5) {
    .i {
        background:url(/assets/themes/standart/img/sprites/i2-2x-7d174.png) no-repeat 0 0;
        -webkit-background-size: 76px 449px;
        -moz-background-size: 76px 449px;
        -o-background-size: 76px 449px;
        background-size: 76px 449px;
        vertical-align: text-top;
        display: inline-block
    }
}

.i-a1 {
    width: 42px;
    height: 40px;
    background-position: 0 0
}

.i-a2 {
    width: 39px;
    height: 40px;
    background-position: 0 -41px
}

.i-a3 {
    width: 41px;
    height: 40px;
    background-position: 0 -82px
}

.i-a4 {
    width: 76px;
    height: 40px;
    background-position: 0 -123px
}

.i-a5 {
    width: 43px;
    height: 40px;
    background-position: 0 -164px
}

.i-a6 {
    width: 143px;
    height: 40px;
    background: url(/assets/themes/standart/img/backups.png)
}

.i-a7 {
    width: 43px;
    height: 40px;
    background-position: 0 -246px
}

.i-a8 {
    width: 63px;
    height: 40px;
    background-position: 0 -287px
}

.i-a9 {
    width: 72px;
    height: 40px;
    background-position: 0 -328px
}

.i-a10 {
    width: 44px;
    height: 40px;
    background-position: 0 -205px
}

.ips-list {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-top: 40px;
    margin-bottom: 40px
}

.ips-list li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30%
}

.ips-list h3 {
    margin-top: 30px
}

.ips-list img {
    width: 50px;
    width: 50px
}

.ips__section {
    margin-bottom: 100px
}

.ips__section h2 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    color: #0086e4;
    line-height: 74px;
    font-size: 28px;
    font-weight: 700;
    border-bottom-color: #0086e4;
    border-bottom-width: 2px;
    border-bottom-style: solid
}

.table-ips {
    margin-bottom: 20px
}

.ips__section .enter-message {
    margin: 40px 0
}

.table-ips .items th {
    width: 80%
}

.table-ips .order_button {
    margin: 7px
}

.order_ips {
    color: #3b7abe;
    text-decoration: none;
    cursor: pointer
}

.order_ips:hover {
    color: #3b7abe;
    text-decoration: underline
}

.order_ips.disabled {
    pointer-events: none;
    opacity: .4
}

.free-plan-itm a:hover:before {
    border-color: #3bbd53
}

.free-plan-itm h2 {
    color: #47ad5a
}

.free-plan-itm button,.free-plan-itm.active a {
    background: #47ad5a
}

.free-plan-itm.active button {
    background: #309a43;
    color: #47ad5a
}

.tab_label__econom a:hover:before {
    border-color: #00b19a
}

.tab_label__econom h2 {
    color: #00b19a
}

.tab_label__econom button,.tab_label__econom.active a {
    background: #00b19a
}

.tab_label__econom.active button {
    background: #019683;
    color: #00b19a
}

.tab_label__optimal a:hover:before {
    border-color: #1477c9
}

.tab_label__optimal h2 {
    color: #1477c9
}

.tab_label__optimal button,.tab_label__optimal.active a {
    background: #1477c9
}

.tab_label__optimal.active button {
    background: #005ca9;
    color: #1477c9
}

.tab_label__maximal a:hover:before {
    border-color: #3bbd53
}

.tab_label__maximal h2 {
    color: #47ad5a
}

.tab_label__maximal button,.tab_label__maximal.active a {
    background: #3bbd53
}

.tab_label__maximal.active button {
    background: #006e21;
    color: #47ad5a
}

.custom-plan-itm .plan-itm__colored {
    color: #fff
}

#vps-register-form .custom-plan-itm:nth-child(8n+1) a:hover:before {
    border-color: #3bbd53
}

#vps-register-form .custom-plan-itm:nth-child(8n+1) h2 {
    color: #47ad5a
}

#vps-register-form .custom-plan-itm:nth-child(8n+1) .plan-itm__colored {
    background: #3bbd53
}

#vps-register-form .custom-plan-itm.active:nth-child(8n+1) a {
    background: #47ad5a
}

#vps-register-form .custom-plan-itm.active:nth-child(8n+1) .plan-itm__colored {
    background: #309a43;
    color: #47ad5a
}

#vps-register-form .custom-plan-itm:nth-child(8n+2) a:hover:before {
    border-color: #00b19a
}

#vps-register-form .custom-plan-itm:nth-child(8n+2) h2 {
    color: #00b19a
}

#vps-register-form .custom-plan-itm:nth-child(8n+2) .plan-itm__colored {
    background: #00b19a
}

#vps-register-form .custom-plan-itm.active:nth-child(8n+2) a {
    background: #00b19a
}

#vps-register-form .custom-plan-itm.active:nth-child(8n+2) .plan-itm__colored {
    background: #019683;
    color: #00b19a
}

#vps-register-form .custom-plan-itm:nth-child(8n+3) a:hover:before {
    border-color: #1477c9
}

#vps-register-form .custom-plan-itm:nth-child(8n+3) h2 {
    color: #1477c9
}

#vps-register-form .custom-plan-itm:nth-child(8n+3) .plan-itm__colored {
    background: #1477c9
}

#vps-register-form .custom-plan-itm.active:nth-child(8n+3) a {
    background: #1477c9
}

#vps-register-form .custom-plan-itm.active:nth-child(8n+3) .plan-itm__colored {
    background: #005ca9;
    color: #1477c9
}

.custom-plan-itm:nth-child(8n+1) a:hover:before {
    border-color: #96006a
}

.custom-plan-itm:nth-child(8n+1) h2 {
    color: #96006a
}

.custom-plan-itm:nth-child(8n+1) .plan-itm__colored {
    background: #96006a
}

.custom-plan-itm.active:nth-child(8n+1) a {
    background: #47ad5a
}

.custom-plan-itm.active:nth-child(8n+1) .plan-itm__colored {
    background: #309a43;
    color: #47ad5a
}

.custom-plan-itm:nth-child(8n+2) a:hover:before {
    border-color: #d20000
}

.custom-plan-itm:nth-child(8n+2) h2 {
    color: #d20000
}

.custom-plan-itm:nth-child(8n+2) .plan-itm__colored {
    background: rgba(210,0,0)
}

.custom-plan-itm.active:nth-child(8n+2) a {
    background: #00b19a
}

.custom-plan-itm.active:nth-child(8n+2) .plan-itm__colored {
    background: #019683;
    color: #00b19a
}

.custom-plan-itm:nth-child(8n+3) a:hover:before {
    border-color: #d12053
}

.custom-plan-itm:nth-child(8n+3) h2 {
    color: #d12053
}

.custom-plan-itm:nth-child(8n+3) .plan-itm__colored {
    background: #d12053
}

.custom-plan-itm.active:nth-child(8n+3) a {
    background: #1477c9
}

.custom-plan-itm.active:nth-child(8n+3) .plan-itm__colored {
    background: #005ca9;
    color: #1477c9
}

.custom-plan-itm:nth-child(8n+4) a:hover:before {
    border-color: #b3c735
}

.custom-plan-itm:nth-child(8n+4) h2 {
    color: #b3c735
}

.custom-plan-itm:nth-child(8n+4) .plan-itm__colored {
    background: #b3c735
}

.custom-plan-itm.active:nth-child(8n+4) a {
    background: #b3c735
}

.custom-plan-itm.active:nth-child(8n+4) .plan-itm__colored {
    background: #9dac35;
    color: #b3c735
}

.custom-plan-itm:nth-child(8n+5) a:hover:before {
    border-color: #007e9b
}

.custom-plan-itm:nth-child(8n+5) h2 {
    color: #007e9b
}

.custom-plan-itm:nth-child(8n+5) .plan-itm__colored {
    background: #007e9b
}

.custom-plan-itm.active:nth-child(8n+5) a {
    background: #007e9b
}

.custom-plan-itm.active:nth-child(8n+5) .plan-itm__colored {
    background: #04687e;
    color: #007e9b
}

.custom-plan-itm:nth-child(8n+6) a:hover:before {
    border-color: #3e1384
}

.custom-plan-itm:nth-child(8n+6) h2 {
    color: #3e1384
}

.custom-plan-itm:nth-child(8n+6) .plan-itm__colored {
    background: #3e1384
}

.custom-plan-itm.active:nth-child(8n+6) a {
    background: #3e1384
}

.custom-plan-itm.active:nth-child(8n+6) .plan-itm__colored {
    background: #33156f;
    color: #3e1384
}

.custom-plan-itm:nth-child(8n+7) a:hover:before {
    border-color: #d0b017
}

.custom-plan-itm:nth-child(8n+7) h2 {
    color: #d0b017
}

.custom-plan-itm:nth-child(8n+7) .plan-itm__colored {
    background: #d0b017
}

.custom-plan-itm.active:nth-child(8n+7) a {
    background: #d0b017
}

.custom-plan-itm.active:nth-child(8n+7) .plan-itm__colored {
    background: #b39429;
    color: #d0b017
}

.custom-plan-itm:nth-child(8n+8) a:hover:before {
    border-color: #d65911
}

.custom-plan-itm:nth-child(8n+8) h2 {
    color: #d65911
}

.custom-plan-itm:nth-child(8n+8) .plan-itm__colored {
    background: #d65911
}

.custom-plan-itm.active:nth-child(8n+8) a {
    background: #d65911
}

.custom-plan-itm.active:nth-child(8n+8) .plan-itm__colored {
    background: #bf4b17;
    color: #d65911
}

#vps-register-form .custom-plan-itm.promo-itm a:hover:before {
    border-color: #ff5e00
}

#vps-register-form .custom-plan-itm.promo-itm h2 {
    color: #ff5e00
}

#vps-register-form .custom-plan-itm.promo-itm .plan-itm__colored {
    background: #ff5e00
}

.article-link {
    color: #fff;
    text-decoration: underline;
    opacity: .7;
    margin-top: 10px;
    margin-bottom: 20px;
    display: inline-block
}

.article-link:hover,.article-link:focus {
    color: #fff
}

.services__partners~.footer {
    background: red
}

.dropdown {
    display: inline-block;
    background-color: #fff;
    border-radius: 5px;
    transition: all .5s ease;
    position: relative;
    font-size: 13px;
    color: #474747;
    width: 150px;
    height: 100%;
    text-align: left;
    border: none
}

.dropdown .select {
    cursor: pointer;
    display: block;
    padding: 4px 10px
}

.dropdown:active,.dropdown:focus {
    outline: none
}

.dropdown::-moz-focus-inner {
    border: 0
}

.dropdown .select>i {
    font-size: 13px;
    color: #474747;
    cursor: pointer;
    transition: all .3s ease-in-out;
    float: right;
    line-height: 20px
}

.dropdown:active {
    background-color: #f8f8f8
}

.dropdown.active:hover,.dropdown.active {
    border-radius: 5px 5px 0 0
}

.dropdown.active:not(.dropdown-languages) .select>i {
    transform: rotate(-90deg)
}

.dropdown .dropdown-menu {
    position: absolute;
    background-color: #fff;
    width: calc(100% - 2px);
    left: 0;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    display: none;
    z-index: 9999;
    border: 1px solid rgba(0,0,0,.2);
    max-height: 300px;
    overflow-y: overlay
}

.dropdown .dropdown-menu li a {
    width: calc(100% - 20px);
    padding: 5px 10px;
    transition: all .2s ease-in-out;
    cursor: pointer;
    display: inline-block;
    color: #5a5a64;
    text-align: left;
    justify-content: space-around
}

.dropdown .dropdown-menu li a:hover {
    text-decoration: none
}

.dropdown .symbol,.dropdown .flag {
    width: 40px;
    display: inline-block
}

.dropdown .dropdown-menu {
    padding: 0;
    list-style: none
}

.dropdown .dropdown-menu li {
    background: #fff;
    border-bottom: 1px solid rgba(0,0,0,.04);
    width: 100%;
    display: block;
    margin: 0
}

.dropdown .dropdown-menu li:hover {
    background: rgba(0,0,0,.01)
}

.loader {
    display: none;
    width: 100%;
    height: 15px;
    background: url(/assets/themes/standart/img/any/loader.gif);
    background-size: 100px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 10px 0
}

.loader-circle {
    height: 18px;
    background-image: url(/assets/themes/standart/img/any/spinner.gif);
    background-size: contain;
    margin: 40px 0 0 10px
}

.ips__section .loader {
    display: block
}

.site-order-form {
    text-align: right
}

.site-order-form .price {
    font-size: 13px;
    text-align: center;
    margin-bottom: 15px
}

.site-order-form table tr td:nth-child(2n) {
    min-width: 100px
}

table.colored_table {
    width: 100%
}

table.colored_table td {
    padding: 5px
}

.site-order-form .price table tbody td {
    border-top: #e6e7eb solid 1px !important
}

.site-order-form .price table td.order-part-name {
    text-align: left;
    color: #111;
    border-top-width: 0 !important;
    font-weight: 700;
    padding-left: 0
}

.site-order-form .price table td.label {
    text-align: left;
    color: #111;
    border: none;
    padding: 5px 0;
    font-weight: 700
}

.site-order-form .price table td.value {
    white-space: inherit;
    text-align: right;
    border: none;
    font-size: .9em
}

.site-order-form .price table tfoot tr:first-child td {
    border-top: #e6e7eb solid 2px !important
}

.site-order-form .price table td.value-total {
    text-align: right;
    font-size: 16px;
    font-weight: 700
}

.site-order-form .price table td.value-total p {
    margin-top: 10px;
    font-size: 14px
}

.configurator-value__software_info {
    display: block;
    font-size: 12px;
    margin-top: 5px;
    color: #787e8c
}

.site-order-form .price h2 {
    margin-top: 0
}

[aria-disabled=true] {
    pointer-events: none;
    opacity: .35
}

.order-detail__storage {
    text-transform: uppercase
}

.info-box {
    border-left: solid #4d90fe 3px;
    padding-left: 5px;
    margin-top: 5px;
    margin-bottom: 15px;
    text-align: left;
    font-size: 15px;
    color: #373737
}

.info-box input[type=checkbox] {
    margin-bottom: 4px
}

table.price-list {
    width: 100%
}

table.price-list td:nth-child(even) {
    width: 25%
}

.offers hr {
    background: #f1f1f1;
    height: 1px;
    border: none;
    margin-bottom: 25px
}

.offers h2 {
    margin-top: 55px;
    font-size: 25px;
    color: #373737;
    font-weight: 400
}

.offers table.items {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
    overflow: auto
}

.offers table.items thead {
    color: #f5f5f5;
    color: #4d4d4d;
    font-size: 16px;
    font-weight: 400
}

.offers table.items th {
    text-align: left;
    border-bottom: #a1a6a9 solid 3px;
    padding: 5px
}

.offers table.items tr:hover td:first-child {
    border-left: 3px solid #3b7abe
}

.offers table.items td {
    padding: 5px;
    color: #767676;
    font-size: 15px;
    vertical-align: central
}

.offers table.items td:not(:nth-child(1)) {
    text-align: center
}

.offers table.items tr:nth-child(even) {
    background-color: #f1f6f9
}

.form-component {
    overflow: hidden;
    margin-bottom: 3px;
    border: 1px solid transparent;
    clear: both;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: .25em .8em .5em .5em
}

.form-component:hover {
    background: #dfefff;
    border: 1px solid #c2d7ef
}

.form-component>label {
    display: block;
    font-size: 1em;
    font-weight: 700
}

.form-component .choice-wrapper>label {
    margin-left: 10px;
    font-size: 15px !important;
    display: inline;
    font-weight: 400
}

.form-component .required-star {
    color: red;
    margin-left: 5px
}

.form-component>input,.form-component>textarea {
    font-family: Arial;
    font-size: 1em;
    background: #eee;
    border: 1px solid #aaa;
    padding: 5px;
    width: calc(100% - 10px)
}

.form-component>textarea {
    resize: none;
    height: 12em;
    margin-top: 10px
}

.help-block.with-errors {
    display: none
}

.tremor {
    animation: tremor 1s ease-in-out
}

@keyframes tremor {
    0% {
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg)
    }

    25% {
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg)
    }

    50% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }

    75% {
        -webkit-transform: rotate(-1deg);
        transform: rotate(-1deg)
    }
}

.form-component.error,.help-block.with-errors {
    background-color: #ffdfe0;
    border: 1px solid #efc2c4;
    margin: 5px;
    padding: 5px
}

.form-component.error label:before {
    content: '';
    position: relative;
    top: 3px;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px
}

.sort {
    margin-top: 10px
}

.sort,.sort .sort-list {
    color: #a0d8ff;
    display: flex
}

.sort .sort-list>li {
    cursor: pointer;
    position: relative;
    padding: 0 5px
}

.sort .sort-list>li:not(:last-child) {
    margin-right: 10px
}

.sort .sort-list>li:hover {
    color: #fff;
    font-weight: 700
}

.sort .sort-list>li.active {
    font-weight: 700;
    color: #fff
}

.sort .sort-list>li.active.down:after,.sort .sort-list>li.active.up:after {
    content: '';
    display: block;
    background-image: url(/assets/themes/standart/img/svg/arrow.svg);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center;
    width: 19px;
    height: 9px;
    position: absolute;
    right: -15px;
    filter: invert(1)
}

.sort .sort-list>li.active.down:after {
    transform: rotate(270deg);
    top: 6px
}

.sort .sort-list>li.active.up:after {
    transform: rotate(90deg);
    top: 6px
}

.show_more span {
    display: inline-block;
    background: #fff;
    color: #0086e4;
    font-size: 16px;
    padding: 10px 50px;
    margin-top: 10px;
    border-radius: 5px;
    cursor: pointer
}

.groups {
    border-bottom: 1px solid #f5f5f5
}

.hamburger.mobile-menu {
    width: 20px;
    height: 15px;
    position: absolute;
    top: 15px;
    right: 10px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer
}

.hamburger span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.hamburger span:nth-child(1) {
    top: 0
}

.hamburger span:nth-child(2) {
    top: 6px
}

.hamburger span:nth-child(3) {
    top: 12px
}

.hamburger.active span:nth-child(1) {
    top: 8px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg)
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
    left: -60px
}

.hamburger.active span:nth-child(3) {
    top: 8px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.hamburger.mobile-menu,.hamburger.info-mobile__close {
    display: none
}

.hamburger.info-mobile__close span {
    background: #787e8c
}

.info-mobile .info-mobile__close,.auth-form__popup .close {
    position: absolute;
    top: 30px;
    right: 20px;
    width: 20px;
    height: 15px;
    font-size: 30px;
    color: #9a9696;
    z-index: 1;
    cursor: pointer;
    display: block
}

.info-mobile .info-mobile__close {
    display: none
}

.info-mobile .info-mobile__close:before,.auth-form__popup .close:before,.info-mobile .info-mobile__close:after,.auth-form__popup .close:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 20px;
    background: #0086e4;
    position: absolute
}

.info-mobile .info-mobile__close:before,.auth-form__popup .close:before {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.info-mobile .info-mobile__close:after,.auth-form__popup .close:after {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 0
}

.info-mobile_toggle {
    display: none;
    position: fixed;
    bottom: 0;
    border-radius: 20px 20px 0 0;
    padding: 10px;
    background: #0086e4;
    color: #fff;
    width: 280px;
    left: calc(50% - 150px);
    margin: 0 auto;
    cursor: pointer;
    z-index: 200;
    text-align: center
}

.ddos-admin-monitor {
    overflow: auto
}

.st-alert {
    padding: 20px 30px;
    margin-bottom: 20px;
    ttext-shadow: 0 1px 0 rgba(255,255,255,.3);
    background-color: #f3e077;
    position: relative;
    color: #484019;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.st-alert-success {
    background-color: #a9c965;
    color: #445028
}

.st-alert-danger,.st-alert-error {
    background-color: #c96565;
    color: #fff
}

.st-alert-info {
    background-color: #65adc9;
    color: #fff
}

.st-alert span {
    position: absolute;
    left: 0;
    top: 0;
    padding: 2px 8px;
    color: #fafafa;
    font-size: 13px;
    background: rgba(0,0,0,.2);
    -webkit-border-radius: 1px 0;
    -moz-border-radius: 1px 0;
    border-radius: 1px 0
}

.st-alert.with_title {
    padding: 40px 25px 30px 60px
}

.discount {
    position: relative;
    top: -6px;
    left: 5px;
    color: red
}

#popupLG .popup__inner {
    width: 100%;
    max-width: 1024px;
    margin-top: 10px;
    padding: 10px
}

#LG {
    display: flex;
    flex-wrap: wrap;
    font-size: .7em
}

#LG>p {
    width: calc(25% - 10px);
    padding: 0 5px;
    overflow: hidden
}

#LG>p b {
    font-size: 1.2em
}

.infinity {
    font-size: 18px
}

@media (max-width: 1023px) {
    .header__info_r {
        display:none
    }

    .container {
        width: 100%
    }

    .lnd__col1 {
        width: calc(100% - 280px)
    }

    .lnd__features-list .container,header .container,footer .container {
        width: calc(100% - 40px);
        padding-left: 20px;
        padding-right: 20px
    }

    .lnd-s_constructor-row {
        padding: 20px
    }

    .lnd__features-cont {
        overflow: hidden
    }

    #popupLG .popup__inner {
        width: calc(100% - 20px)
    }

    #LG {
        padding: 0 15px
    }

    #LG>p {
        width: calc(100%/3 - 10px);
        font-size: 1em
    }
}

@media (max-width: 767px) {
    .hamburger.mobile-menu {
        display:block
    }

    .header__main-cont {
        position: fixed;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 9;
        left: -100%;
        top: 0;
        border-radius: 100%;
        overflow: auto;
        -webkit-transition: .3s ease-out;
        -moz-transition: .3s ease-out;
        -o-transition: .3s ease-out;
        transition: .3s ease-out
    }

    .header__main-cont.active {
        left: 0;
        border-radius: 0
    }

    .header__logo-cont,.header__menu-cont {
        height: auto;
        text-align: center
    }

    .header__menu-sec {
        float: none
    }

    .header__info_l>li:not(.languages):not(.currencies),.header__info_r {
        display: none
    }

    .header__menu-sec-list {
        display: block
    }

    .header__menu-list li,.header__menu-sec-list li {
        display: block;
        padding: 0;
        margin: 0;
        font-size: 17px;
        line-height: 33px;
        text-transform: uppercase;
        height: auto
    }

    .header__menu-cont {
        background: 0 0;
        border: none
    }

    .header__menu-list li {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }

    .header__menu-list li ul {
        position: relative;
        top: 0;
        height: 0;
        margin: 0;
        left: 0;
        transform: scaleY(0);
        box-shadow: none
    }

    .header__menu-list li.show ul {
        height: auto;
        margin: 5px 0 15px;
        transform: scaleY(1);
        z-index: 1;
        visibility: visible
    }

    .header__menu-list li ul li {
        border-bottom: none
    }

    .header__menu-list li ul li:before {
        content: ">";
        position: absolute;
        left: 5px
    }

    .header__menu-list li ul li.active:before {
        color: #fff
    }

    .header__menu-list li ul li a {
        width: 100%;
        padding: 0;
        margin: 0 20px
    }

    .container,.lnd-s__plan-list a,.lnd__col1,.lnd__col2 {
        width: 100%
    }

    .lnd-s__plan-list li {
        width: calc(100% - 10px)
    }

    .lnd-s_main h1:before,.lnd-s_main h1:after {
        width: 0
    }

    .lnd__features-list .container,.ips__section .container {
        width: calc(100% - 40px);
        padding-left: 20px;
        padding-right: 20px
    }

    .lnd-s_main {
        padding-top: 80px
    }

    .lnd__details-list>li.sliderer {
        width: 100%;
        padding: 0 20px
    }

    .info-mobile {
        margin: 0 !important;
        position: fixed;
        top: -100%;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background: #fff;
        z-index: 250;
        overflow: auto;
        -webkit-transition: .25s ease-out;
        -moz-transition: .25s ease-out;
        -o-transition: .25s ease-out;
        transition: .25s ease-out
    }

    .info-mobile__open {
        top: 0;
        border-radius: 0
    }

    .info-mobile_toggle,.info-mobile .info-mobile__close {
        display: block
    }

    .lnd-s_constructor-row {
        flex-wrap: wrap
    }

    .lnd-s_constructor-video,.lnd-s_constructor-description,.lnd-s_constructor-button {
        width: 100%
    }

    .request-btn {
        padding: 10px 0
    }

    .sort {
        display: block
    }

    .sort .sort-list {
        flex-wrap: wrap;
        justify-content: space-around;
        margin-top: 5px
    }

    .ips-list {
        flex-wrap: wrap
    }

    .ips-list li {
        width: 100%
    }

    .lnd-s_review-list li {
        padding: 5px
    }

    .lnd-s_review-list p {
        font-size: 12px;
        line-height: 25px
    }

    footer .footer__links_blocks_handler ul {
        width: 50%
    }

    footer {
        padding-bottom: 100px
    }

    .article {
        padding: 0 10px;
        width: calc(100% - 20px)
    }

    .lnd-s_main h1:before,.lnd-s_main h1:after,.lnd-s_main .name:before,.lnd-s_main .name:after {
        display: none
    }

    .dropdown.dropdown-languages {
        position: inherit
    }

    .dropdown.dropdown-languages .dropdown-menu,.dropdown-languages .languages_continents .col-2 ul,.dropdown-languages .languages_continents .col-1 ul {
        width: 100%
    }

    .dropdown.dropdown-languages li.col-2 {
        width: 50%
    }

    .dropdown.dropdown-languages li.col-1 {
        width: 25%
    }

    #LG {
        padding: 0
    }

    #LG>p {
        width: calc(50% - 10px)
    }
}

@media (max-width: 600px) {
    .lnd__features-cont {
        padding:10px
    }

    .dropdown-languages .languages_continents {
        flex-wrap: wrap
    }

    .dropdown.dropdown-languages li.col-2 {
        width: 100%
    }

    .dropdown.dropdown-languages li.col-1 {
        width: calc(50% - 30px)
    }

    .lnd__features-list .container {
        padding: 0 5px;
        width: calc(100% - 10px)
    }
}

@media (max-width: 424px) {
    .lnd__detail {
        width:100%
    }

    table.items th:not(:nth-child(1)) {
        font-size: 12px
    }

    table.items th:nth-child(1) {
        font-size: 14px
    }

    .offers table.items td {
        font-size: 12px
    }

    .header__info li {
        margin-right: 10px
    }

    .dropdown {
        width: 120px
    }

    .lnd__details-list>li.first:before {
        display: none
    }

    .info-mobile .site-order-form {
        text-align: unset
    }

    .info-mobile .order__doorder {
        display: block;
        text-align: center
    }
}

.header-banner {
    margin-top: 60px !important;
    max-width: 1024px
}

@media (max-width: 767px) {
    .header-banner {
        margin-top:46px !important
    }
}

.speedtest__select-all.default-block__btn {
    margin-top: -5px !important;
    padding: 5px 10px !important
}

.lg-container {
    padding-top: 40px;
    padding-bottom: 40px
}

form.looking-glass {
    max-width: 1024px;
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative
}

form.looking-glass>.lg-test {
    position: relative
}

form.looking-glass.active input,form.looking-glass.active select,form.looking-glass.active button {
    pointer-events: none;
    opacity: .5
}

form.looking-glass .lg__wrapper {
    border-radius: 4px;
    border: 1px solid #e3e3e3;
    background: #eee;
    padding: 20px;
    margin-top: 20px
}

form.looking-glass .lg-result {
    display: none
}

form.looking-glass .lg-result pre {
    overflow: hidden
}

form.looking-glass h2 {
    color: var(--main-color,#558bc4);
    padding-bottom: 10px;
    margin-top: 0;
    border-bottom: 1px solid #e5e5e5;
    font-weight: 700
}

form.looking-glass input,form.looking-glass select {
    border-radius: 4px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 4px 6px;
    color: #777;
    margin-right: 20px;
    width: inherit
}

form.looking-glass button {
    border-radius: 4px;
    background: var(--gradient,#009ee7);
    border: 1px solid var(--main-color,#0077d6);
    padding: 8px 20px;
    color: #fff;
    cursor: pointer
}

form.looking-glass .lg-test_interface {
    margin-left: 10px
}

form.looking-glass .lg-test_interface>*[data-info] {
    display: none
}

.lg-test_interface__info a {
    margin-right: 10px
}

form.looking-glass .loader {
    display: none;
    background: url(/assets/common/img/spinner.gif);
    background-repeat: no-repeat;
    background-size: contain;
    height: 24px;
    width: 24px
}

form.looking-glass.active .loader {
    display: inline-block;
    position: absolute;
    margin-top: 4px;
    margin-left: 20px
}

@media (max-width: 767px) {
    form.looking-glass input,form.looking-glass select {
        display:block;
        margin-top: 10px
    }

    form.looking-glass button,form.looking-glass.active .loader {
        margin-top: 10px
    }
}
