@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: normal;
    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('/assets/themes/standart/fonts/lato-regular-webfont.woff2') format('woff2'), url('/assets/themes/standart/fonts/lato-regular-webfont.woff') format('woff'), url('/assets/themes/standart/fonts/lato-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PT Sans';
    src: url('/assets/themes/standart/fonts/pt-sans-regular.ttf') format('truetype');
    font-weight: normal;
    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;
}

.font_regular {
    font-family: 'latoregular';
    font-weight: normal;
}

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: #ffffff;
    -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: bold;
    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: rgb(136, 136, 136);
    font-weight: normal;
    text-align: left;
    padding: 1px;
    width: 30%;
}

.support__contacts td {
    font-size: 12px;
    padding: 1px;
    padding-left: 10px;
    color: #2281cf;
}

.email-item {
    white-space: nowrap;
}

.popup__table {
    height: 100%;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    background-color: rgba(0, 0, 10, 0.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 0.3s;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.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 0.3s;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    background-color: rgba(204, 204, 204, 0);
}

.popup__previous .prev {
    position: fixed;
    top: 34px;
    left: 35px;
    display: none;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 16px 16px 16px 0;
    border-color: transparent #cccccc 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, 0.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, 0.3);
}

.infopopup-popup.popup__table {
    background-color: rgba(0, 0, 10, 0.6);
}

.infopopup-popup .popup__inner {
    width: 640px;
    border: 0 none;
}

.infopopup-popup .popup__content {
    margin: 0;
    background-color: #ffffff;
}

.infopopup-popup .popup__close {
    display: none;
}

.infopopup-popup header {
    background: #d97760;
    color: #ffffff;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    padding: 48px 0 60px;
}

.infopopup-popup header strong {
    font-weight: bold;
    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 0;
    font-family: 'latobold';
    font-weight: normal;
    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: bold;
    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: normal;
    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: normal;
    color: #d97760;
}

.infopopup__s .request-btn {
    display: inline-block;
    width: 240px;
    margin-top: 31px;
}

.page-header {
    font-family: 'latoregular';
    font-weight: normal;
}

.header__info-cont {
    position: fixed;
    top: 0;
    width: 100%;
    background: #2f2d2d;
    color: #9a9696;
    font-size: 13px;
    line-height: 17px;
    z-index: 999;
    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: bold;
}

.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, #ffffff, #eeeef0);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#eeeef0));
    background-image: -webkit-linear-gradient(top, #ffffff, #eeeef0);
    background-image: -o-linear-gradient(top, #ffffff, #eeeef0);
    background-image: linear-gradient(to bottom, #ffffff, #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 0.2s;
    -moz-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.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: #ffffff;
    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 0.26s ease;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.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: 0.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 0;
    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: bold;
    color: #ffffff;
    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 #ffffff;
    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: #ffffff;
}

.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;
    position: relative;
}

.lnd__details .container {
    padding: 44px 0 0;
}

.lnd__details h2 {
    font-size: 25px;
    line-height: 32px;
    font-family: 'latobold';
    font-weight: normal;
    color: #3ca24f;
    margin: 0;
}

.lnd__details h2 mark {
    background: transparent;
    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, 0.1);
    -moz-box-shadow: 0 4px 31px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 31px 0 rgba(0, 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: #ffffff;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 2px rgba(0, 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: transparent;
    -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: bold;
    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: bold;
    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: #ffffff;
    position: relative;
}

.contacts {
    width: auto;
    display: inline-block;
}

.lnd__detail-line0 h3 {
    font-weight: bold;
    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: bold;
    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: bold;
}

.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: normal;
}

.price-month {
    display: block;
    font-size: 12px;
    line-height: 15px;
    margin-right: 4px;
    font-family: 'latoregular';
    font-weight: normal;
}

.request-btn {
    font-weight: bold;
    color: #ffffff;
    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: #ffffff;
    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: normal;
    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: #ffffff;
    -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: bold;
    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: normal;
    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: bold;
    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;
    padding-top: 20px;
    margin-left: 30px;
    vertical-align: top;
    text-align: left;
}

.lnd-s__any-list h3 {
    font-weight: bold;
    text-transform: none;
    color: #000000;
    font-size: 17px;
    line-height: 1.2;
    margin: 8px 0 12px;
}

.lnd-s__any-list p {
    color: #000000;
    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: bold;
    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 0.3s;
    -moz-transition: margin 0.3s;
    -o-transition: margin 0.3s;
    transition: margin 0.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 0.2s;
    -moz-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.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: bold;
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 19px;
    color: #000000;
}

.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: none;
}

.lnd-s_colored:nth-of-type(2n) {
    background: #f2f3f7;
}

.email {
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    border: 1px solid darkgray;
}

.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: bold;
    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
}

/* icons */
.i {
    background: url("/assets/themes/standart/img/sprites/i3.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/i3-x2.png") no-repeat 0 0;
        -webkit-background-size: 84px 604px;
        -moz-background-size: 84px 604px;
        -o-background-size: 84px 604px;
        background-size: 84px 604px;
        vertical-align: text-top;
        display: inline-block;
    }
}

.i-a1 {
    width: 42px;
    height: 40px;
    background-position: -5px -155px;
}

.i-a2 {
    width: 39px;
    height: 40px;
    background-position: -5px -195px;
}

.i-a3 {
    width: 41px;
    height: 40px;
    background-position: -5px -235px;
}

.i-a4 {
    width: 76px;
    height: 40px;
    background-position: -5px -275px;
}

.i-a5 {
    width: 43px;
    height: 40px;
    background-position: -5px -320px;
}

.i-a6 {
    width: 143px;
    height: 40px;
    background: url('/assets/themes/standart/img/backups.png');
}

.i-a7 {
    width: 43px;
    height: 40px;
    background-position: -5px -400px;
}

.i-a8 {
    width: 63px;
    height: 40px;
    background-position: -5px -440px;
}

.i-a9 {
    width: 72px;
    height: 40px;
    background-position: -5px -480px;
}

.i-a10 {
    width: 44px;
    height: 40px;
    background-position: -5px -360px;
}

.i-a11 {
    width: 44px;
    height: 40px;
    background-position: -5px -5px;
}

.i-a12 {
    width: 44px;
    height: 40px;
    background-position: -5px -55px;
}

.i-a13 {
    width: 44px;
    height: 40px;
    background-position: -5px -105px;
}
/* */

/* IPS */

.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: bold;
    border-bottom-color: #0086e4;
    border-bottom-width: 2px;
    border-bottom-style: solid;
}

.table-ips {
    margin-bottom: 20px;
}

.vps-location-info {
    color: #fff;
    background-color: #0086e4;
    text-align: center;
    margin: 20px 0;
    padding: 10px;
}

.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: 0.4;
}

/* END IPS */

/* CUSTOM TARIFS */

.free-plan-itm a:hover:before {
    border-color: rgb(59, 189, 83);
}

.free-plan-itm h2 {
    color: #47ad5a;
}

.free-plan-itm button, .free-plan-itm.active a {
    background: rgb(71, 173, 90);
}

.free-plan-itm.active button {
    background: rgb(48, 154, 67);
    color: rgb(71, 173, 90);
}

.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: rgb(255, 255, 255);
}

/* VPS order page */

/* custom1 tariff */
#base-plan-form .custom-plan-itm:nth-child(8n+1) a:hover::before {
    border-color: #3bbd53;
}

#base-plan-form .custom-plan-itm:nth-child(8n+1) h2 {
    color: #47ad5a;
}

#base-plan-form .custom-plan-itm:nth-child(8n+1) .plan-itm__colored {
    background: #3bbd53;
}

#base-plan-form .custom-plan-itm.active:nth-child(8n+1) a {
    background: #47ad5a;
}

#base-plan-form .custom-plan-itm.active:nth-child(8n+1) .plan-itm__colored {
    background: #309a43;
    color: #47ad5a;
}

/* custom2 tariff */
#base-plan-form .custom-plan-itm:nth-child(8n+2) a:hover::before {
    border-color: #00b19a;
}

#base-plan-form .custom-plan-itm:nth-child(8n+2) h2 {
    color: #00b19a;
}

#base-plan-form .custom-plan-itm:nth-child(8n+2) .plan-itm__colored {
    background: #00b19a;
}

#base-plan-form .custom-plan-itm.active:nth-child(8n+2) a {
    background: #00b19a;
}

#base-plan-form .custom-plan-itm.active:nth-child(8n+2) .plan-itm__colored {
    background: #019683;
    color: #00b19a;
}

/* custom3 tariff */
#base-plan-form .custom-plan-itm:nth-child(8n+3) a:hover::before {
    border-color: #1477c9;
}

#base-plan-form .custom-plan-itm:nth-child(8n+3) h2 {
    color: #1477c9;
}

#base-plan-form .custom-plan-itm:nth-child(8n+3) .plan-itm__colored {
    background: #1477c9;
}

#base-plan-form .custom-plan-itm.active:nth-child(8n+3) a {
    background: #1477c9;
}

#base-plan-form .custom-plan-itm.active:nth-child(8n+3) .plan-itm__colored {
    background: #005ca9;
    color: #1477c9;
}

/* end VPS order page */

/* custom1 tariff */
.custom-plan-itm:nth-child(8n+1) a:hover::before {
    border-color: rgb(150, 0, 106);
}

.custom-plan-itm:nth-child(8n+1) h2 {
    color: rgb(150, 0, 106);
}

.custom-plan-itm:nth-child(8n+1) .plan-itm__colored {
    background: rgb(150, 0, 106);
}

.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;
}

/* custom2 tariff */
.custom-plan-itm:nth-child(8n+2) a:hover::before {
    border-color: rgb(210, 0, 0);
}

.custom-plan-itm:nth-child(8n+2) h2 {
    color: rgb(210, 0, 0);
}

.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;
}

/* custom3 tariff */
.custom-plan-itm:nth-child(8n+3) a:hover::before {
    border-color: rgb(209, 32, 83);
}

.custom-plan-itm:nth-child(8n+3) h2 {
    color: rgb(209, 32, 83);
}

.custom-plan-itm:nth-child(8n+3) .plan-itm__colored {
    background: rgb(209, 32, 83);
}

.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;
}

/* custom4 tariff */
.custom-plan-itm:nth-child(8n+4) a:hover::before {
    border-color: rgb(179, 199, 53);
}

.custom-plan-itm:nth-child(8n+4) h2 {
    color: rgb(179, 199, 53);
}

.custom-plan-itm:nth-child(8n+4) .plan-itm__colored {
    background: rgb(179, 199, 53);
}

.custom-plan-itm.active:nth-child(8n+4) a {
    background: rgb(179, 199, 53);
}

.custom-plan-itm.active:nth-child(8n+4) .plan-itm__colored {
    background: #9dac35;
    color: rgb(179, 199, 53);
}

/* custom5 tariff */
.custom-plan-itm:nth-child(8n+5) a:hover::before {
    border-color: rgb(0, 126, 155);
}

.custom-plan-itm:nth-child(8n+5) h2 {
    color: rgb(0, 126, 155);
}

.custom-plan-itm:nth-child(8n+5) .plan-itm__colored {
    background: rgb(0, 126, 155);
}

.custom-plan-itm.active:nth-child(8n+5) a {
    background: rgb(0, 126, 155);
}

.custom-plan-itm.active:nth-child(8n+5) .plan-itm__colored {
    background: #04687e;
    color: rgb(0, 126, 155);
}

/* custom6 tariff */
.custom-plan-itm:nth-child(8n+6) a:hover::before {
    border-color: rgb(62, 19, 132);
}

.custom-plan-itm:nth-child(8n+6) h2 {
    color: rgb(62, 19, 132);
}

.custom-plan-itm:nth-child(8n+6) .plan-itm__colored {
    background: rgb(62, 19, 132);
}

.custom-plan-itm.active:nth-child(8n+6) a {
    background: rgb(62, 19, 132);
}

.custom-plan-itm.active:nth-child(8n+6) .plan-itm__colored {
    background: #33156f;
    color: rgb(62, 19, 132);
}

/* custom7 tariff */
.custom-plan-itm:nth-child(8n+7) a:hover::before {
    border-color: rgb(208, 176, 23);
}

.custom-plan-itm:nth-child(8n+7) h2 {
    color: rgb(208, 176, 23);
}

.custom-plan-itm:nth-child(8n+7) .plan-itm__colored {
    background: rgb(208, 176, 23);
}

.custom-plan-itm.active:nth-child(8n+7) a {
    background: rgb(208, 176, 23);
}

.custom-plan-itm.active:nth-child(8n+7) .plan-itm__colored {
    background: #b39429;
    color: rgb(208, 176, 23);
}

/* custom8 tariff */
.custom-plan-itm:nth-child(8n+8) a:hover::before {
    border-color: rgb(214, 89, 17);
}

.custom-plan-itm:nth-child(8n+8) h2 {
    color: rgb(214, 89, 17);
}

.custom-plan-itm:nth-child(8n+8) .plan-itm__colored {
    background: rgb(214, 89, 17);
}

.custom-plan-itm.active:nth-child(8n+8) a {
    background: rgb(214, 89, 17);
}

.custom-plan-itm.active:nth-child(8n+8) .plan-itm__colored {
    background: #bf4b17;
    color: rgb(214, 89, 17);
}

#base-plan-form .custom-plan-itm.promo-itm a:hover::before {
    border-color: rgb(255, 94, 0);
}

#base-plan-form .custom-plan-itm.promo-itm h2 {
    color: rgb(255, 94, 0);
}

#base-plan-form .custom-plan-itm.promo-itm .plan-itm__colored {
    background: rgb(255, 94, 0);
}

/* END CUSTOM TARIFS */

.article-link {
    color: #fff;
    text-decoration: underline;
    opacity: 0.7;
    margin-top: 10px;
    margin-bottom: 20px;
    display: inline-block;
}

.article-link:hover, .article-link:focus {
    color: #fff;
}

.services__partners ~ .footer {
    background: red;
}

/* DROPDOWN */

.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: 0px;
    border-radius: 0px 0px 5px 5px;
    overflow: hidden;
    display: none;
    z-index: 9999;
    border: 1px solid rgba(0, 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, 0.04);
    width: 100%;
    display: block;
    margin: 0;
}

.dropdown .dropdown-menu li:hover {
    background: rgba(0, 0, 0, 0.01);
}

/* */


/* loader */

.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;
}

/* */


/* ORDER FORM */

.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: 0px !important;
    font-weight: bold;
    padding-left: 0;
}

.site-order-form .price table td.label {
    text-align: left;
    color: #111;
    border: none;
    padding: 5px 0;
    font-weight: bold;
}

.site-order-form .price table td.value {
    white-space: inherit;
    text-align: right;
    border: none;
    font-size: 0.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: bold;
}

.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-block {
    background: #f6f6f6;
    border-left: 4px solid #3ca24f;
    padding: 16px 18px;
    margin: 18px 0;
    font-size: 15px;
    font-style: italic;
}

.info-box {
    border-left: solid #4d90fe 3px;
    padding-left: 5px;
    margin-top: 5px;
    margin-bottom: 15px;
    text-align: left;
    font-size: 15px;
    color: rgb(55, 55, 55);
}

.info-box input[type=checkbox] {
    margin-bottom: 4px;
}

table.price-list {
    width: 100%;
}

table.price-list td:nth-child(even) {
    width: 25%;
}

/* OFFERS */

.offers hr {
    background: #f1f1f1;
    height: 1px;
    border: none;
    margin-bottom: 25px;
}

.offers h2 {
    margin-top: 55px;
    font-size: 25px;
    color: rgb(55, 55, 55);
    font-weight: normal;
}

.offers table.items {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
    overflow: auto;
}

.offers table.items thead {
    color: whitesmoke;
    color: rgb(77, 77, 77);
    font-size: 16px;
    font-weight: normal;
}

.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: rgb(118, 118, 118);
    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: normal;
}

.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 */
.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: bold;
}

.sort .sort-list > li.active {
    font-weight: bold;
    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 */
.hamburger {
    width: 20px;
    height: 15px;
    position: absolute;
    top: 12px;
    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: white;
    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: 0px;
}

.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;
}

/* end hamburger */

.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: 0px;
}

.info-mobile_toggle {
    display: none;
    position: fixed;
    bottom: 0px;
    border-radius: 20px 20px 0 0;
    padding: 10px;
    background: #0086e4;
    color: white;
    width: 280px;
    left: calc(50% - 150px);
    margin: 0 auto;
    cursor: pointer;
    z-index: 200;
    text-align: center;
}

.ddos-admin-monitor {
    overflow: auto;
}

/* Alerts */
.st-alert {
    padding: 20px 30px;
    margin-bottom: 20px;
    ttext-shadow: 0 1px 0 rgba(255, 255, 255, 0.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,0.2);
    -webkit-border-radius: 1px 0 1px 0; -moz-border-radius: 1px 0 1px 0; border-radius: 1px 0 1px 0;}
.st-alert.with_title {padding:40px 25px 30px 60px ;	}

.discount {
    position: relative;
    top: -6px;
    left: 5px;
    /*font-weight: bold;*/
    color: red;
}

/* */


/* LG */
#popupLG .popup__inner {
    width: 100%;
    max-width: 1024px;
    margin-top: 10px;
    padding: 10px;
}
#LG {
    display: flex;
    flex-wrap: wrap;
    font-size: 0.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: white;
        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: none;
        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 0;
        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: 0px;
    }

    .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: white;
        z-index: 250;
        overflow: auto;
        -webkit-transition: 0.25s ease-out;
        -moz-transition: 0.25s ease-out;
        -o-transition: 0.25s ease-out;
        transition: 0.25s ease-out;
    }

    .info-mobile__open {
        top: 30px;
        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__support-block {
        width: 70%;
        align-items: flex-start;
    }

    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 .dropdown-menu li a {
        padding: 0px 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;
}

.footer__support-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer__icons-row {
    margin-top: 10px;
    display: flex;
    gap: 10px;
    align-items: center;
}