@charset "UTF-8";
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input,
textarea {
    font-family: 'Rubik';
}

img {
    vertical-align: top;
}

a {
    text-decoration: none;
    color: inherit;
}

ol,
ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

h1 {
    font-family: Rubik;
    font-weight: normal;
    font-size: 36px;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
    color: #2a3248;
}

.container {
    max-width: 1070px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.scroll-lock {
    overflow: hidden;
}

.filter-blur > :not(.popup) {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    -webkit-filter: blur(6px);
    filter: blur(6px);
}

.popup-back {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    z-index: 12;
}

.popup-back.active {
    display: block;
}

body {
    font-family: 'Rubik';
    font-size: 13px;
    margin: 0;
}

body.gray {
    background: #f5f8fb;
}

body.light-blue {
    background: #f1f5fa;
}

.btn {
    display: inline-block;
    -webkit-border-radius: 22.5px;
    border-radius: 22.5px;
    border: 2px solid #ecb243;
    background-color: transparent;
    font-family: Rubik;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    padding: 15px 15px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: uppercase;
}

.btn.blue {
    border: 2px solid #5373d2;
    background: #5373d2;
}

.btn.blue.bordered {
    background: transparent;
    color: #2d3343;
}

.btn.yellow {
    background: #ecb243;
}

.btn.white {
    background: #fff;
    border: 2px solid #fff;
    color: #2d3343;
}

.header {
    position: relative;
}

.header.var2 .container {
    height: 90px;
    position: relative;
    z-index: 2;
}

.header .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100px;
    max-width: 1145px;
}

.header .header__logo {
    margin-left: 40px;
}

.header .header__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 610px;
    width: 100%;
    margin: 0 10px 0 30px;
    height: 100%;
}

.header .header__middle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 20px 0 35px;
}

.header .header__nav {
    color: #6981bd;
    max-width: 395px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-transform: uppercase;
}

.header .header__nav .active {
    color: #ffffff;
}

.header .header-sign {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 223px;
    width: 100%;
}

.header .header-sign .btn-signup {
    color: #6981bd;
    margin-right: 10px;
    text-transform: uppercase;
    cursor: pointer;
}

.header .header-sign .btn-signin {
    font-size: 13px;
    padding: 10px 26px;
}

.header .header-user {
    max-width: 223px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .header-user img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 10px;
}

.header .header-user .header-user__content {
    margin-right: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
}

.header .header-user .header-user__content .header-user__username {
    font-size: 12px;
    color: #ffffff;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.header .header-user .header-user__content .header-user__balance {
    font-size: 13px;
    font-weight: 300;
    color: #9eb0e1;
    margin-top: 6px;
}

.header .header-user .header-user__content .currency {
    color: #ebb042;
    font-weight: 500;
    margin-right: 8px;
}

.header .header-user .btn-lpgout {
    width: 20px;
    height: 20px;
    background: url(../img/icon-logout.png);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    border: none;
    outline: none;
}

.header .separator {
    height: 71px;
    width: 1px;
    background-color: #324582;
    position: relative;
}

.header .separator:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 6px;
    height: 5px;
    background-color: #465b91;
}

.header .separator.right:after {
    left: auto;
    right: 0;
}

.header .header__back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1964px;
    z-index: -1;
    pointer-events: none;
    -o-object-fit: fill;
    object-fit: fill;
}

.header .header__back.var2 {
    height: auto;
}

.mobile-menu {
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    left: 0;
    top: 70px;
    width: 100vw;
    height: -webkit-calc(100vh - 70px);
    height: calc(100vh - 70px);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    background-color: #f8f9fc;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 14;
}

.mobile-menu .header-sign .btn-signin {
    color: #6981bd;
}

.mobile-menu .header__nav {
    display: block;
    max-width: none;
    width: auto;
    color: #6981bd;
    font-weight: 500;
    padding-top: 20px;
    text-align: center;
}

.mobile-menu .header__nav .active {
    color: #6981bd;
}

.mobile-menu .header__nav li {
    padding: 5px 0;
}

.mobile-menu .header-user {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.hover-drop-container {
    position: relative;
    padding: 5px 0;
}

.hover-drop-container .hover-drop-content {
    display: none;
    position: absolute;
    top: 100%;
    left: -10px;
    padding: 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #ffffff;
}

.hover-drop-container .hover-drop-content li {
    white-space: nowrap;
    cursor: pointer;
}

.hover-drop-container .hover-drop-content li + li {
    margin-top: 5px;
}

.hover-drop-container:hover .hover-drop-content {
    display: block;
}

.drop-tab-proxy {
    cursor: pointer;
}

.btn-mobile-menu {
    height: 25px;
    position: relative;
    width: 30px;
    display: none;
    cursor: pointer;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.btn-mobile-menu span {
    background-color: #ffffff;
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.btn-mobile-menu span:nth-child(1) {
    top: 0;
}

.btn-mobile-menu span:nth-child(2) {
    top: -webkit-calc(50% - 2px);
    top: calc(50% - 2px);
}

.btn-mobile-menu span:nth-child(3) {
    top: -webkit-calc(100% - 4px);
    top: calc(100% - 4px);
}

.btn-mobile-menu.active span:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(45deg);
    -ms-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
}

.btn-mobile-menu.active span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn-mobile-menu.active span:nth-child(3) {
    -webkit-transform: translateY(-11px) rotate(-45deg);
    -ms-transform: translateY(-11px) rotate(-45deg);
    transform: translateY(-11px) rotate(-45deg);
}

.header-language.select-container {
    position: relative;
    color: #9eb0e1;
    padding: 5px 0;
}

.header-language .header-language__item {
    cursor: pointer;
    padding: 0 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 65px;
}

.header-language .header-language__drop {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 0;
    background-color: #ffffff;
}

.header-language .header-language__drop li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    padding: 5px 10px;
}

.header-language .header-language__drop li:hover {
    color: #6981bd;
}

.header-language img {
    max-width: 16px;
    margin-right: 10px;
}

.header-language.active .header-language__drop {
    display: block;
}

.main-banner {
    text-align: center;
    margin-top: 46px;
}

.main-banner .head {
    font-size: 50px;
    font-weight: 500;
    color: #ffffff;
}

.main-banner .text {
    font-size: 23px;
    color: #9eb0e1;
}

.main-banner .main-banner__img {
    margin-top: 40px;
    padding-left: 10.1041%;
    height: 711px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-banner .main-banner__img img {
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.section-packages {
    color: #aebff0;
    margin-top: 47px;
}

.section-packages .head {
    font-size: 40px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 10px;
}

.section-packages .text {
    color: #aebff0;
    text-align: center;
    font-size: 15px;
    max-width: 755px;
    margin: 0 auto;
    margin-bottom: 58px;
}

.section-packages .section-packages__cards {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.card-packeges {
    background-color: #ecb243;
    max-width: 238px;
    width: 100%;
    height: 420px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    padding-top: 6px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.card-packeges:empty {
    background: none;
    height: 0;
    opacity: 0;
    margin: 0;
    padding: 0;
    pointer-events: none;
}

.card-packeges .card-packeges__inner {
    background-color: #405690;
    -webkit-border-radius: inherit;
    border-radius: inherit;
    background-image: url(../img/card-packeges-back.png);
    background-position: top -5px center;
    background-repeat: no-repeat;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 23px;
}

.card-packeges .card-packeges__head {
    text-align: center;
    color: #5373d2;
}

.card-packeges .card-packeges__head .card-packeges__head-top {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    border-bottom: 1px solid #283866;
    color: #ffffff;
    padding: 15px 0 9px;
}

.card-packeges .card-packeges__head .card-packeges__head-price {
    font-size: 37px;
    font-weight: 500;
    padding: 3px;
    color: #ecb243;
}

.card-packeges .card-packeges__head .card-packeges__head-price span {
    font-size: 31px;
}

.card-packeges .card-packeges__head .card-packeges__head-text {
    font-size: 12px;
    color: #ecb243;
}

.card-packeges .card-packeges__prices {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-left: 10px;
    position: relative;
    z-index: 1;
    margin-bottom: 18px;
}

.card-packeges .card-packeges__prices .card-packeges__price {
    width: 33%;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    padding-top: 39px;
}

.card-packeges .card-packeges__prices .card-packeges__price .card-packeges__term {
    font-size: 12px;
    color: #6d80b2;
    padding-top: 5px;
}

.card-packeges .card-packeges__prices .card-packeges__separator {
    width: 3px;
    height: 10px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #ecb243;
    -webkit-border-radius: 1.5px;
    border-radius: 1.5px;
    position: relative;
}

.card-packeges .card-packeges__prices .card-packeges__separator:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 1px;
    bottom: 0;
    width: 1px;
    height: 62px;
    background-image: -webkit-gradient(linear, left top, right top, from(#324580), to(#283866));
    background-image: -webkit-linear-gradient(left, #324580 0%, #283866 100%);
    background-image: -o-linear-gradient(left, #324580 0%, #283866 100%);
    background-image: linear-gradient(90deg, #324580 0%, #283866 100%);
}

.card-packeges .card-packeges__info {
    padding: 5px 20px;
    font-size: 13px;
    color: #98ace0;
    padding: 9.5px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, right top, from(#324582), to(rgba(50, 69, 130, 0.25882)));
    background-image: -webkit-linear-gradient(left, #324582 0%, rgba(50, 69, 130, 0.25882) 100%);
    background-image: -o-linear-gradient(left, #324582 0%, rgba(50, 69, 130, 0.25882) 100%);
    background-image: linear-gradient(to right, #324582 0%, rgba(50, 69, 130, 0.25882) 100%);
}

.card-packeges .card-packeges__info img {
    margin-right: 13px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.card-packeges .card-packeges__info + .card-packeges__info {
    background-image: none;
}

.card-packeges .card-packeges__info + .card-packeges__info + .card-packeges__info {
    background-image: -webkit-gradient(linear, left top, right top, from(#324582), to(rgba(50, 69, 130, 0.25882)));
    background-image: -webkit-linear-gradient(left, #324582 0%, rgba(50, 69, 130, 0.25882) 100%);
    background-image: -o-linear-gradient(left, #324582 0%, rgba(50, 69, 130, 0.25882) 100%);
    background-image: linear-gradient(to right, #324582 0%, rgba(50, 69, 130, 0.25882) 100%);
}

.card-packeges .btn {
    display: block;
    margin: auto auto 0 auto;
    max-width: 192px;
    width: 100%;
    padding: 13.5px;
    -webkit-border-radius: 24px;
    border-radius: 24px;
}

.card-packeges.card-packeges_blue {
    background-color: #5373d2;
}

.card-packeges.card-packeges_blue .card-packeges__head .card-packeges__head-price,
.card-packeges.card-packeges_blue .card-packeges__head .card-packeges__head-text {
    color: #5373d2;
}

.card-packeges.card-packeges_blue .card-packeges__prices .card-packeges__separator {
    background-color: #5373d2;
}

.card-packeges.card-packeges_blue .btn {
    border-color: #5373d2;
}

.card-packeges.card-packeges_orange {
    background-color: #d86a43;
}

.card-packeges.card-packeges_orange .card-packeges__head .card-packeges__head-price,
.card-packeges.card-packeges_orange .card-packeges__head .card-packeges__head-text {
    color: #d86a43;
}

.card-packeges.card-packeges_orange .card-packeges__prices .card-packeges__separator {
    background-color: #d86a43;
}

.card-packeges.card-packeges_orange .btn {
    border-color: #d86a43;
}

.card-packeges.card-packeges_green {
    background-color: #5ea698;
}

.card-packeges.card-packeges_green .card-packeges__head .card-packeges__head-price,
.card-packeges.card-packeges_green .card-packeges__head .card-packeges__head-text {
    color: #5ea698;
}

.card-packeges.card-packeges_green .card-packeges__prices .card-packeges__separator {
    background-color: #5ea698;
}

.card-packeges.card-packeges_green .btn {
    border-color: #5ea698;
}

.card-packeges.card-packeges_green-dark {
    background-color: #93c490;
}

.card-packeges.card-packeges_green-dark .card-packeges__head .card-packeges__head-price,
.card-packeges.card-packeges_green-dark .card-packeges__head .card-packeges__head-text {
    color: #93c490;
}

.card-packeges.card-packeges_green-dark .card-packeges__prices .card-packeges__separator {
    background-color: #93c490;
}

.card-packeges.card-packeges_green-dark .btn {
    border-color: #93c490;
}

.card-packeges.card-packeges_green-light {
    background-color: #43ecc6;
}

.card-packeges.card-packeges_green-light .card-packeges__head .card-packeges__head-price,
.card-packeges.card-packeges_green-light .card-packeges__head .card-packeges__head-text {
    color: #43ecc6;
}

.card-packeges.card-packeges_green-light .card-packeges__prices .card-packeges__separator {
    background-color: #43ecc6;
}

.card-packeges.card-packeges_green-light .btn {
    border-color: #43ecc6;
}

.card-packeges.card-packeges_gray {
    background-color: #838ba5;
}

.card-packeges.card-packeges_gray .card-packeges__head .card-packeges__head-price,
.card-packeges.card-packeges_gray .card-packeges__head .card-packeges__head-text {
    color: #838ba5;
}

.card-packeges.card-packeges_gray .card-packeges__prices .card-packeges__separator {
    background-color: #838ba5;
}

.card-packeges.card-packeges_gray .btn {
    border-color: #838ba5;
}

.card-packeges.card-packeges_purple {
    background-color: #b38eca;
}

.card-packeges.card-packeges_purple .card-packeges__head .card-packeges__head-price,
.card-packeges.card-packeges_purple .card-packeges__head .card-packeges__head-text {
    color: #b38eca;
}

.card-packeges.card-packeges_purple .card-packeges__prices .card-packeges__separator {
    background-color: #b38eca;
}

.card-packeges.card-packeges_purple .btn {
    border-color: #b38eca;
}

.tabs-proxy {
    margin-top: 25px;
}

.tabs-proxy .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.tabs-proxy .tabs-proxy__separator {
    height: 90px;
    width: 1px;
    background-color: #2b3c6d;
    position: relative;
    opacity: 0.1;
}

.tabs-proxy .tabs-proxy__separator:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 5px;
    height: 5px;
    background-color: #465b91;
}

.tabs-proxy .tabs-proxy__separator:before {
    content: "";
    position: absolute;
    bottom: 100%;
    right: 0;
    width: 100%;
    height: 55px;
    background-color: #2b3c6d;
}

.tabs-proxy .tabs-proxy__separator:nth-child(3n) {
    height: 112px;
}

.tabs-proxy .tabs-proxy__separator:nth-child(3n):before {
    height: 42px;
}

.tabs-proxy .tabs-proxy__separator:nth-child(4n) {
    height: 76px;
}

.tab-proxy {
    text-align: center;
    max-width: 95px;
    width: 100%;
    margin-bottom: 25px;
    cursor: pointer;
}

.tab-proxy img {
    width: 71px;
    height: 71px;
    margin-bottom: 23px;
    opacity: 0.6;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.tab-proxy .head {
    font-size: 13px;
    line-height: 140%;
    color: #737d97;
    min-height: 36px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tab-proxy.active:hover img, .tab-proxy.active img {
    opacity: 1;
}

.tab-proxy:hover img {
    opacity: 0.8;
}

.section-stats {
    margin-top: 150px;
}

.section-stats .text {
    text-align: center;
    font-size: 15px;
    color: #9696a8;
    margin-top: 5px;
}

.tabs-map {
    margin-top: 61px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.tabs-map .map-container {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.tabs-map .map-container .highcharts-credits {
    display: none;
}

.tabs-map .map-list {
    max-width: 312px;
    width: 100%;
    position: relative;
    -webkit-box-shadow: 33px 1px 37px -41px rgba(199, 212, 235, 0.66), -33px 1px 37px -41px rgba(199, 212, 235, 0.66);
    box-shadow: 33px 1px 37px -41px rgba(199, 212, 235, 0.66), -33px 1px 37px -41px rgba(199, 212, 235, 0.66);
}

.tabs-map .map-list__tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #6f7586;
    text-transform: uppercase;
    text-align: center;
    font-size: 13px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(222, 229, 246, 0.5)));
    background-image: -webkit-linear-gradient(bottom, white 0%, rgba(222, 229, 246, 0.5) 100%);
    background-image: -o-linear-gradient(bottom, white 0%, rgba(222, 229, 246, 0.5) 100%);
    background-image: linear-gradient(to top, white 0%, rgba(222, 229, 246, 0.5) 100%);
}

.tabs-map .map-list__tabs li {
    cursor: pointer;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 20px 12px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(white), to(#dee5f6));
    background-image: -webkit-linear-gradient(bottom, white 0%, #dee5f6 100%);
    background-image: -o-linear-gradient(bottom, white 0%, #dee5f6 100%);
    background-image: linear-gradient(to top, white 0%, #dee5f6 100%);
    position: relative;
    white-space: nowrap;
}

.tabs-map .map-list__tabs li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #5373d2;
}

.tabs-map .map-list__tabs li:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: -webkit-gradient(linear, left bottom, left top, from(white), to(#5373d2));
    background-image: -webkit-linear-gradient(bottom, white 0%, #5373d2 100%);
    background-image: -o-linear-gradient(bottom, white 0%, #5373d2 100%);
    background-image: linear-gradient(to top, white 0%, #5373d2 100%);
}

.tabs-map .map-list__tabs li:first-child {
    padding-left: 19px;
}

.tabs-map .map-list__tabs li:first-child:after {
    display: none;
}

.tabs-map .map-list__tabs li:last-child {
    padding-right: 19px;
}

.tabs-map .map-list__tabs li.active {
    background: transparent;
}

.tabs-map .map-list__tabs li.active:before {
    background-color: #ecb243;
}

.tabs-map .map-list__tabs li.active:after {
    display: none;
}

.tabs-map .map-list__tabs li.active + li:after {
    display: none;
}

.tabs-map .map-list__tab-content {
    padding: 0 25px;
    display: none;
}

.tabs-map .map-list__tab-content.active {
    display: block;
}

.tabs-map .map-list__content-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 14px 0;
}

.tabs-map .map-list__content-item img {
    margin-right: 20px;
}

.tabs-map .map-list__content-item .map-list__item-title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.tabs-map .map-list__content-item .map-list__item-quantity {
    text-align: right;
    padding-right: 15px;
    position: relative;
}

.tabs-map .map-list__content-item .map-list__item-quantity:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: -webkit-gradient(linear, left bottom, left top, from(white), to(#5373d2));
    background-image: -webkit-linear-gradient(bottom, white 0%, #5373d2 100%);
    background-image: -o-linear-gradient(bottom, white 0%, #5373d2 100%);
    background-image: linear-gradient(to top, white 0%, #5373d2 100%);
}

.tabs-map .map-list__content-item .map-list__item-percent {
    min-width: 50px;
    text-align: right;
}

.tabs-map .map-list__content-item + .map-list__content-item {
    border-top: 1px solid #f1f4fb;
    padding-top: 13px;
}

.btn__all-cities {
    font-size: 15px;
    margin: 25px auto 0 auto;
    display: block;
    max-width: 266px;
    width: 100%;
    color: #2a3248;
    padding: 11.5px;
}

.section-tariffs {
    margin-top: 80px;
}

.section-tariffs .head {
    margin-bottom: 31px;
}

.table-tariffs {
    width: 100%;
    display: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.table-tariffs.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.table-tariffs .table-tariffs__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    min-height: 55px;
}

.table-tariffs .table-tariffs__item:nth-child(n+3):before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 26px;
    background-color: #f0f0f0;
}

.table-tariffs .table-tariffs__package {
    padding-left: 22px;
    max-width: 210px;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    color: #2b2b2b;
    position: relative;
    text-transform: uppercase;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(233, 234, 237, 0)), to(rgba(233, 234, 237, 0.5)));
    background-image: -webkit-linear-gradient(left, rgba(233, 234, 237, 0) 0%, rgba(233, 234, 237, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(233, 234, 237, 0) 0%, rgba(233, 234, 237, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(233, 234, 237, 0) 0%, rgba(233, 234, 237, 0.5) 100%);
}

.table-tariffs .table-tariffs__package:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 3px;
    background-color: rgba(222, 229, 246, 0.44);
}

.table-tariffs .table-tariffs__package:after {
    content: "";
    position: absolute;
    top: 0;
    right: -13px;
    border: 0 solid #f8f9fc;
    border-left-color: transparent;
    border-width: 27.5px 13px;
    width: 0;
    height: 0;
}

.table-tariffs .table-tariffs__package img {
    margin-right: 15px;
}

.table-tariffs .table-tariffs__online {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 140px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #77828f;
    padding: 0 5px;
}

.table-tariffs .table-tariffs__update {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 190px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #77828f;
    padding: 0 5px;
}

.table-tariffs .table-tariffs__stream {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 125px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #77828f;
    padding: 0 5px;
}

.table-tariffs .table-tariffs__theme {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 600px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #2d3343;
    padding: 0 5px;
    padding-left: 20px;
}

.table-tariffs .table-tariffs__theme img {
    margin-right: 11px;
}

.table-tariffs .table-tariffs__accounts {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 140px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #5373d2;
    padding: 0 5px;
    font-weight: 600;
}

.table-tariffs .table-tariffs__date {
    max-width: 235px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #9696a8;
    padding-left: 15px;
    padding-right: 28px;
}

.table-tariffs .table-tariffs__date img:first-child {
    margin-right: 15px;
}

.table-tariffs .table-tariffs__date img:last-child {
    margin-left: auto;
}

.table-tariffs .table-tariffs__date .date {
    max-width: 90px;
}

.table-tariffs .table-tariffs__feed {
    color: #9696a8;
    max-width: 190px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 15px;
    padding-right: 50px;
}

.table-tariffs .table-tariffs__feed img {
    margin-right: 15px;
}

.table-tariffs .table-tariffs__time {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 105px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #77828f;
    padding: 0 5px;
    background: #fff;
}

.table-tariffs .table-tariffs__price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 22px;
}

.table-tariffs .table-tariffs__price .btn {
    font-size: 15px;
    color: #2a3248;
    padding: 5px 6px;
    max-width: 86px;
    width: 100%;
    border-color: #f5f6fb;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin-right: 5px;
}

.table-tariffs .table-tariffs__price .btn img,
.table-tariffs .table-tariffs__price .btn .icon-custom {
    margin-right: 7px;
}

.table-tariffs .table-tariffs__price .btn:hover {
    color: #6f88d8;
    background-color: #6f88d8;
    border-color: #6f88d8;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.table-tariffs .table-tariffs__price .btn:hover:after {
    content: "Купить";
    position: absolute;
    left: 27px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #ffffff;
    font-size: 13px;
    text-transform: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.table-tariffs .row {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    min-height: 55px;
    background-color: #f8f9fc;
}

.table-tariffs .row + .row {
    border-top: 1px solid rgba(222, 229, 246, 0.44);
}

.table-tariffs .row:hover {
    background-color: #ffffff;
}

.table-tariffs .row:hover .table-tariffs__package:after {
    border-color: #ffffff;
    border-left-color: transparent;
}

.table-tariffs .row:hover .table-tariffs__package:before {
    background-color: #5373d2;
}

.table-tariffs .row.header {
    white-space: nowrap;
    min-height: 60px;
    border-bottom: 2px solid rgba(222, 229, 246, 0.44);
    background-color: #ffffff;
}

.table-tariffs .row.header .table-tariffs__package,
.table-tariffs .row.header .table-tariffs__online,
.table-tariffs .row.header .table-tariffs__update,
.table-tariffs .row.header .table-tariffs__stream,
.table-tariffs .row.header .table-tariffs__price,
.table-tariffs .row.header .table-tariffs__theme,
.table-tariffs .row.header .table-tariffs__time,
.table-tariffs .row.header .table-tariffs__accounts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    color: #949bac;
    text-transform: uppercase;
    background: none;
    font-weight: 400;
}

.table-tariffs .row.header .table-tariffs__package span,
.table-tariffs .row.header .table-tariffs__online span,
.table-tariffs .row.header .table-tariffs__update span,
.table-tariffs .row.header .table-tariffs__stream span,
.table-tariffs .row.header .table-tariffs__price span,
.table-tariffs .row.header .table-tariffs__theme span,
.table-tariffs .row.header .table-tariffs__time span,
.table-tariffs .row.header .table-tariffs__accounts span {
    text-transform: none;
}

.table-tariffs .row.header .table-tariffs__package:before, .table-tariffs .row.header .table-tariffs__package:after {
    display: none;
}

.table-tariffs .row.header .date {
    margin-left: 5px;
}

.icon-custom {
    font-size: 0px;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
    padding: 5.5px 3px;
    cursor: pointer;
}

.icon-custom.icon-custom__sort {
    padding: 5.5px 13px;
    background-image: url(../img/icon-sort.png);
}

.icon-custom.icon-custom__more {
    padding: 9px 3px;
    background-image: url(../img/icon-more.png);
}

.icon-custom.icon-custom__cart {
    padding: 8px;
    pointer-events: none;
    background-image: url(../img/icon-cart.png);
}

.icon-custom.icon-custom__cart.icon-custom__cart_gold {
    background-image: url(../img/icon-cart-gold.png);
}

.icon-custom.icon-custom__cart.icon-custom__cart_green {
    background-image: url(../img/icon-cart-green.png);
}

.icon-custom.icon-custom__cart.icon-custom__cart_blue {
    background-image: url(../img/icon-cart-blue.png);
}

.text-note {
    font-size: 13px;
    color: #9696a8;
    margin-top: 44px;
}

.text-note img {
    margin-right: 15px;
    vertical-align: bottom;
}

.section-features {
    margin-top: 143px;
    position: relative;
}

.section-features .head {
    color: #ffffff;
    margin-bottom: 15px;
}

.section-features .text {
    font-size: 14px;
    text-align: center;
    color: #aebff0;
}

.section-features .section-features__back {
    top: -755px;
    left: 0;
    width: 100%;
    position: absolute;
    pointer-events: none;
    height: 1427px;
    -o-object-fit: fill;
    object-fit: fill;
    z-index: -1;
}

.features-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
}

.card-features {
    width: 326px;
    height: 275px;
    background-image: url(../img/features-back.svg);
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    padding: 30px;
    margin-bottom: 27px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.card-features .title {
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
}

.card-features .info {
    font-size: 13px;
    line-height: 140%;
    color: #aebff0;
}

.banner-test {
    background-color: #324582;
    padding: 50px 42px 30px 350px;
    position: relative;
    min-height: 195px;
    max-width: 1040px;
    width: 100%;
    margin: 0 auto;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

.banner-test .banner-test__back {
    position: absolute;
    top: 0;
    left: -10px;
    pointer-events: none;
}

.banner-test .banner-test__head {
    font-size: 24px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.banner-test .banner-test__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.banner-test .banner-test__text {
    font-size: 14px;
    line-height: 170%;
    color: #aebff0;
    margin-right: 20px;
}

.banner-test .btn {
    max-width: 196px;
    width: 100%;
    padding: 12px;
}

.section-feedback {
    margin-top: 55px;
}

.section-feedback .head {
    margin-bottom: 3px;
}

.section-feedback .text {
    font-size: 15px;
    color: #9696a8;
    text-align: center;
    margin-bottom: 55px;
}

.card-feedback {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    max-width: 506px;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.card-feedback .card-feedback__img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 68px;
    height: 68px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
}

.card-feedback .card-feedback__message {
    background-image: url(../img/feedback-back.png);
    background-position: left center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    color: #9696a8;
    max-width: 433px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-height: 164px;
    padding: 17px 15px 10px 28px;
    line-height: 130%;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

.card-feedback .card-feedback__user {
    margin: 15px 0 0 85px;
    color: #2a3248;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.card-feedback .card-feedback__user .rating {
    margin-left: 12px;
}

.rating {
    width: 96px;
    height: 16px;
    position: relative;
    background-image: url(../img/star.svg);
    background-position: left;
}

.rating .rating__inner {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-image: url(../img/star-active.svg);
    background-position: left;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.feedback-container .swiper-pagination {
    margin: 30px auto 0 auto;
    position: relative;
}

.feedback-container .swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    opacity: 1;
    background: none;
    border: 1px solid #bac6e3;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    outline: none;
}

.feedback-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 7px;
    height: 7px;
    background-color: #ecb243;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.feedback-container .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 9px;
}

.order-proxy {
    margin-top: 31px;
}

.btn_order-poxy {
    display: block;
    margin: 0 auto;
    -webkit-border-radius: 33px;
    border-radius: 33px;
    border-width: 5px;
    border-color: #ffffff;
    background-color: #5373d2;
    max-width: 234px;
    width: 100%;
    padding: 17px;
}

.footer {
    margin-top: 55px;
    padding-bottom: 30px;
    position: relative;
}

.footer.var2 {
    margin-top: 170px;
}

.footer.var3 {
    margin-top: 250px;
}

.footer .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer .footer__left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
}

.footer .footer-copy {
    margin-right: 40px;
}

.footer .footer-copy .footer-copy__top {
    font-size: 13px;
    color: #aebff0;
    margin-bottom: 5px;
}

.footer .footer-copy .footer-copy__bottom {
    font-size: 14px;
    color: #ffffff;
}

.footer .footer-nav {
    color: #aebff0;
}

.footer .footer-nav a {
    display: block;
}

.footer .footer-nav a + a {
    margin-top: 5px;
}

.footer .footer-nav a:before {
    content: ">";
    color: #ecb345;
}

.footer .footer-contacts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 450px;
    width: 100%;
    font-size: 13px;
}

.footer .footer-contacts .footer-contacts_item {
    margin-right: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer .footer-contacts .footer-contacts_item img {
    width: 24px;
    height: 24px;
    margin-right: 13px;
}

.footer .footer-contacts .footer-contacts_item .footer-contacts_name {
    color: #5f79bf;
    margin-bottom: 5px;
}

.footer .footer-contacts .footer-contacts_item .footer-contacts_number {
    color: #ffffff;
}

.footer .footer-contacts .footer-contacts_item:last-child {
    margin-right: 0;
}

.footer .footer__back {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 329px;
    -o-object-fit: fill;
    object-fit: fill;
    pointer-events: none;
    z-index: -1;
}

.popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /*max-height: 90vh;*/
    max-width: 440px;
    width: 100%;
    padding: 15px 15px 0 15px;
    z-index: 15;
    overflow: auto;
}

.popup.active {
    display: block;
}

.popup .popup__inner {
    background-color: #ffffff;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

.popup .popup__head {
    color: #52525d;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    -webkit-border-top-right-radius: 15px;
    border-top-right-radius: 15px;
    -webkit-border-top-left-radius: 15px;
    border-top-left-radius: 15px;
    width: 100%;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #ecf4f6;
}

.popup .popup__head:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #5373d2;
}

.popup .popup__content-top {
    padding: 20px 40px 40px 40px;
}

.popup .input-style {
    max-width: 100%;
}

.btn_popup {
    max-width: 100%;
    width: 100%;
    background-color: #5373d2;
    border: none;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-top: 15px;
    padding: 21px 10px;
}

.btn_popup img {
    margin-right: 12px;
}

.popup__btn-close {
    width: 17px;
    height: 17px;
    position: absolute;
    top: 0;
    right: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/popup-close.png);
    cursor: pointer;
}

.input-form {
    margin-bottom: 15px;
}

.input-form .input-form__lable {
    font-size: 13px;
    color: #9696a8;
    margin-bottom: 5px;
}

.input-form .input-form__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.input-style {
    background-image: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(75%, #eff2fb), to(#dee5f6));
    background-image: -webkit-linear-gradient(bottom, white 0%, #eff2fb 75%, #dee5f6 100%);
    background-image: -o-linear-gradient(bottom, white 0%, #eff2fb 75%, #dee5f6 100%);
    background-image: linear-gradient(to top, white 0%, #eff2fb 75%, #dee5f6 100%);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    max-width: 330px;
    width: 100%;
    height: 53px;
    padding: 0 20px;
    font-family: Rubik;
    font-size: 13px;
    font-weight: normal;
    color: #52525d;
    position: relative;
}

.input-style::-webkit-input-placeholder {
    color: #9696a8;
}

.input-style::-moz-placeholder {
    color: #9696a8;
}

.input-style:-ms-input-placeholder {
    color: #9696a8;
}

.input-style::-ms-input-placeholder {
    color: #9696a8;
}

.input-style::placeholder {
    color: #9696a8;
}

.input-style_icon {
    position: relative;
}

.input-style_icon .input-style {
    padding-left: 45px;
}

.input-style_icon:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 17px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 16px;
    width: 16px;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
}

.input-style_icon.input-style_icon-email:after {
    background-image: url(../img/icon-email.png);
}

.input-style_icon.input-style_icon-passwd:after {
    background-image: url(../img/icon-passwd.png);
}

.popup_restore-password .btn_popup {
    margin-top: 5px;
}

.popup_signin-up .popup__head {
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.popup_signin-up .popup__head:before {
    display: none;
}

.popup_signin-up .popup__head-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.popup_signin-up .popup__head-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #5373d2;
}

.popup_signin-up .popup__head-btn-signin {
    -webkit-border-top-left-radius: 15px;
    border-top-left-radius: 15px;
}

.popup_signin-up .popup__head-btn-signup {
    -webkit-border-top-right-radius: 15px;
    border-top-right-radius: 15px;
}

.popup_signin-up .form-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.popup_signin-up .form-row .checkbox-container {
    margin-right: 20px;
}

.popup_signin-up .btn_popup {
    margin-top: 20px;
}

.popup_signin-up .popup__content {
    -webkit-border-bottom-right-radius: 15px;
    border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    border-bottom-left-radius: 15px;
    display: none;
}

.popup_signin-up.popup_signin .popup__head-btn-signin {
    background-image: -webkit-gradient(linear, left bottom, left top, from(white), to(#dee5f6));
    background-image: -webkit-linear-gradient(bottom, white 0%, #dee5f6 100%);
    background-image: -o-linear-gradient(bottom, white 0%, #dee5f6 100%);
    background-image: linear-gradient(to top, white 0%, #dee5f6 100%);
}

.popup_signin-up.popup_signin .popup__head-btn-signin:before {
    background-color: #ecb243;
}

.popup_signin-up.popup_signin .popup__content {
    background: -webkit-linear-gradient(bottom, #f2f4fb 0%, #f2f4fb 115px, white 115px, white 100%);
    background: -o-linear-gradient(bottom, #f2f4fb 0%, #f2f4fb 115px, white 115px, white 100%);
    background: linear-gradient(to top, #f2f4fb 0%, #f2f4fb 115px, white 115px, white 100%);
    padding-bottom: 7px;
}

.popup_signin-up.popup_signin .popup__content-signin {
    display: block;
}

.popup_signin-up.popup_signin .popup__content-top {
    padding-bottom: 32px;
}

.popup_signin-up.popup_signin .popup__content-social {
    padding-top: 22px;
}

.popup_signin-up.popup_signup .popup__head-btn-signup {
    background-image: -webkit-gradient(linear, left bottom, left top, from(white), to(#dee5f6));
    background-image: -webkit-linear-gradient(bottom, white 0%, #dee5f6 100%);
    background-image: -o-linear-gradient(bottom, white 0%, #dee5f6 100%);
    background-image: linear-gradient(to top, white 0%, #dee5f6 100%);
}

.popup_signin-up.popup_signup .popup__head-btn-signup:before {
    background-color: #ecb243;
}

.popup_signin-up.popup_signup .popup__content {
    background: -webkit-linear-gradient(bottom, #f2f4fb 0%, #f2f4fb 155px, white 155px, white 100%);
    background: -o-linear-gradient(bottom, #f2f4fb 0%, #f2f4fb 155px, white 155px, white 100%);
    background: linear-gradient(to top, #f2f4fb 0%, #f2f4fb 155px, white 155px, white 100%);
}

.popup_signin-up.popup_signup .popup__content-signup {
    display: block;
}

.popup_signin-up.popup_signup .btn_popup {
    margin-top: 0;
}

.popup_signin-up.popup_signup .popup__content-top {
    padding-bottom: 20px;
}

.popup_signin-up.popup_signup .popup__content {
    padding-bottom: 20px;
}

.popup_signin-up .select-container {
    max-width: 140px;
    width: 100%;
    margin-right: 10px;
}

.popup__content-social .text {
    text-align: center;
    width: 100%;
    color: #636363;
    margin-bottom: 10px;
}

.popup__content-social .popup__social-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 0 30px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.popup__social-item {
    height: 45px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 42px;
    padding-right: 15px;
    font-size: 12px;
    font-weight: 500;
    color: #ffffff;
    background-position: left 12px center;
    background-repeat: no-repeat;
    -webkit-background-size: 20px 20px;
    background-size: 20px;
    cursor: pointer;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 15px;
}

.popup__social-item.popup__social-item_vk {
    background-color: #5467a1;
    background-image: url(../img/icon-vk.svg);
}

.popup__social-item.popup__social-item_fb {
    background-color: #526ab9;
    background-image: url(../img/icon-fb.svg);
}

.popup__social-item.popup__social-item_g {
    background-color: #b85656;
    background-image: url(../img/icon-g.svg);
}

.btn-link {
    cursor: pointer;
    color: #7584af;
    text-decoration: underline;
}

.checkbox-container {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: Rubik;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    color: #7584af;
}

.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    left: 0;
    top: 0;
}

.checkbox-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fafafd), color-stop(75%, #f6f7fc), to(#f1f4fa));
    background-image: -webkit-linear-gradient(bottom, #fafafd 0%, #f6f7fc 75%, #f1f4fa 100%);
    background-image: -o-linear-gradient(bottom, #fafafd 0%, #f6f7fc 75%, #f1f4fa 100%);
    background-image: linear-gradient(to top, #fafafd 0%, #f6f7fc 75%, #f1f4fa 100%);
}

.checkbox-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 7px;
    top: 3px;
    width: 4px;
    height: 10px;
    border: solid #ecb243;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

.select-container {
    position: relative;
    font-size: 13px;
    color: #52525d;
}

.select-container.active .select-head-style::after {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}

.select-container.active .select-content-stule {
    display: block;
}

.select-head-style {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    background-image: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(75%, #eff2fb), to(#dee5f6));
    background-image: -webkit-linear-gradient(bottom, white 0%, #eff2fb 75%, #dee5f6 100%);
    background-image: -o-linear-gradient(bottom, white 0%, #eff2fb 75%, #dee5f6 100%);
    background-image: linear-gradient(to top, white 0%, #eff2fb 75%, #dee5f6 100%);
    width: 100%;
    height: 53px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 0 17px 0 10px;
}

.select-head-style:after {
    content: "";
    position: absolute;
    top: -webkit-calc(50% - 3px);
    top: calc(50% - 3px);
    right: 15px;
    width: 6px;
    height: 6px;
    border-bottom: 2px solid #9696a8;
    border-right: 2px solid #9696a8;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.select-head-style img {
    margin-right: 12px;
}

.select-content-stule {
    display: none;
    background: #FAFAFA;
    width: 100%;
    position: absolute;
    top: -webkit-calc(100% + 5px);
    top: calc(100% + 5px);
    left: 0;
    z-index: 2;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: auto;
}

.select-content-stule li {
    -webkit-border-radius: 1.5px;
    border-radius: 1.5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    cursor: pointer;
    padding: 0 10px;
}

.select-content-stule li:hover {
    background: #eeeeee;
}

.select-content-stule img {
    margin-right: 12px;
}

.tarif-active-info .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tarif {
    max-width: 510px;
    width: 49%;
    background: #3a5194;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 25px;
    padding-right: 20px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    margin-bottom: 15px;
}

.tarif:hover .tarif__btn {
    width: 100%;
    border-width: 2px;
    opacity: 1;
}

.tarif.link {
    background: transparent;
    border: 2px dashed #3a5194;
    color: #6981bd;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 69px;
}

.tarif.link span {
    position: relative;
    padding-left: 25px;
}

.tarif.link span::before {
    content: '';
    position: absolute;
    left: 0;
    height: 15px;
    width: 15px;
    background-image: url(../img/plus-circle.svg);
    -webkit-background-size: cover;
    background-size: cover;
}

.tarif__name {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}

.tarif__hover-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.tarif__date {
    font-size: 11px;
    max-width: 155px;
    color: rgba(255, 255, 255, 0.6);
    text-align: right;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 10px;
}

.tarif__date span {
    max-width: 90px;
    width: 100%;
    margin-left: 5px;
    padding: 12px 5px;
    background: #324580;
    border: 2.5px solid #324580;
    color: #fff;
    text-align: center;
    font-size: 13px;
    line-height: inherit;
    -webkit-border-radius: 16px;
    border-radius: 16px;
}

.tarif__btn {
    font-size: 13px;
    text-transform: none;
    padding: 10px 0px;
    width: 0;
    overflow: hidden;
    opacity: 0;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background: #3a5194;
}

.tarif__show-more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 5px;
}

.tarif__show-more span {
    display: block;
    width: 4px;
    height: 4px;
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 1px 0;
}

.tabs-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-transform: uppercase;
    color: #6981bd;
    border-top: 1px solid #324582;
    padding: 15px 0;
}

.tabs-links .link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.tabs-links .link img {
    margin-right: 15px;
}

.main-block.lk .main-title {
    font-size: 36px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 40px;
}

.main-block.lk .main-title span {
    position: relative;
}

.main-block.lk .main-title span::before {
    position: absolute;
    top: 15px;
    left: -25px;
    content: '';
    width: 14px;
    height: 14px;
    background-image: url(../img/quotes-l.png);
}

.main-block.lk .main-title span::after {
    position: absolute;
    top: 15px;
    right: -25px;
    content: '';
    width: 14px;
    height: 14px;
    background-image: url(../img/quotes-r.png);
}

.news-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
}

.window-cont.news-cont .content {
    padding: 40px 30px 30px;
}

.news {
    width: 50%;
    padding-bottom: 20px;
    padding-top: 20px;
    border-right: 1px solid #f1f4fb;
    border-top: 1px solid #f1f4fb;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.news:nth-child(2n - 2) {
    padding-left: 35px;
    border-right: none;
}

.news:nth-child(-n + 2) {
    border-top: none;
}

.news:nth-last-child(-n + 2) {
    padding-bottom: 0;
}

.news:hover {
    -webkit-box-shadow: 0px 0px 30px 10px #e4e9f5;
    box-shadow: 0px 0px 30px 10px #e4e9f5;
}

.news:hover .title .icon {
    background-image: url(../img/icon-newspaper-blue.png);
}

.news__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    color: #2d3343;
}

.news__icon {
    width: 26px;
    height: 18px;
    background-image: url(../img/icon-newspaper-yellow.png);
    margin-right: 15px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.news__text {
    max-width: 350px;
    color: #9696a8;
    margin-top: 15px;
}

.news__date {
    margin-top: 15px;
    background: #f1f4fa;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    font-size: 12px;
    color: #a2add9;
    max-width: 90px;
    text-align: center;
    padding: 7px 5px;
}

.window-cont {
    padding-top: 5px;
    background: #6f88d8;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

.window-cont .content {
    background: #fff;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
}

.pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 35px;
}

.pagination .num {
    width: 35px;
    height: 35px;
    color: #949bac;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fbfcfd;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.pagination .num:hover {
    color: #5373d2;
}

.pagination .num.dots {
    pointer-events: none;
}

.pagination .num.active {
    background: #5373d2;
    color: #fff;
}

.pagination .num.active span {
    border-right: none;
}

.pagination .num:nth-child(2) {
    -webkit-border-top-left-radius: 8px;
    border-top-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.pagination .num:nth-last-child(2) {
    -webkit-border-top-right-radius: 8px;
    border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.pagination .num:nth-last-child(2) span {
    border-right: none;
}

.pagination .num span {
    border-right: 1px solid #edf1fa;
    width: 100%;
    text-align: center;
}

.pagination .prev,
.pagination .next {
    height: 35px;
    width: 35px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background: #fbfcfd;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.pagination .prev {
    margin-right: 15px;
    background-image: url(../img/left-arrow.png);
}

.pagination .next {
    margin-left: 15px;
    background-image: url(../img/right-arrow.png);
}

.one-news {
    margin-top: 20px;
}

.one-news .window-cont .content {
    min-height: 470px;
}

.one-news .title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 27px 25px 30px;
    border-bottom: 1px solid #f1f4fb;
}

.one-news .title .text {
    font-size: 18px;
    font-weight: 600;
    color: #2d3343;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.one-news .title .icon {
    margin-right: 50px;
    background-image: url(../img/icon-newspaper-yellow.png);
    width: 27px;
    height: 18px;
}

.one-news .title .date {
    margin-left: auto;
    background: #f1f4fa;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    font-size: 12px;
    color: #a2add9;
    max-width: 90px;
    text-align: center;
    padding: 7px 5px;
}

.one-news .news-text {
    padding: 40px 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.one-news .news-text .l-side {
    max-width: 605px;
    margin-right: 15px;
}

.one-news .news-text img {
    -webkit-border-radius: 8px;
    border-radius: 8px;
    max-width: 330px;
}

.one-news .news-text p {
    margin-bottom: 30px;
    color: #9696a8;
}

.one-news .news-text p:last-child {
    margin-bottom: 0;
}

.one-news .news-text h6 {
    margin-bottom: 30px;
    color: #6f88d8;
    font-size: 13px;
}

.one-news .news-text h6:last-child {
    margin-bottom: 0;
}

.settings__cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.settings__col {
    width: 33.33%;
    padding: 30px;
    border-right: 1px solid #f1f4fa;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.settings__col:last-child {
    background: #fbfcfd;
}

.settings__col .field {
    opacity: .6;
    pointer-events: none;
}

.settings__col.hide input[type=submit] {
    opacity: .2;
    pointer-events: none;
}

.settings__col.show .field {
    opacity: 1;
    pointer-events: all;
}

.settings__col.change .field {
    opacity: 1;
    pointer-events: all;
}

.settings__col.change input[type=submit] {
    opacity: 1;
    pointer-events: all;
}

.settings__col:last-child {
    border-right: none;
}

.settings__col .title {
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #2d3343;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    margin-bottom: 33px;
}

.settings__col .title span {
    font-weight: 400;
    font-size: 13px;
    color: #6f88d8;
    text-transform: none;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
}

.settings__col .title span.active {
    opacity: 1;
    pointer-events: all;
}

.field {
    margin-bottom: 22px;
    width: 100%;
}

.field:nth-last-child(2) {
    margin-bottom: 30px;
}

.field__btn {
    margin-top: auto;
    width: 100%;
    padding: 22px;
    text-align: center;
    border: 2px solid #5e7cd5;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: transparent;
    text-transform: uppercase;
    font-weight: 600;
    color: #2d3343;
    font-size: 13px;
    outline: none;
    cursor: pointer;
}

.field__btn.hide {
    opacity: .2;
    pointer-events: none;
}

.field__sub-title {
    font-size: 13px;
    color: #9696a8;
    margin-bottom: 10px;
}

.field__bg {
    background: #ecb243;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 305px;
    width: 100%;
    position: relative;
}

.field__bg::before {
    content: '';
    position: absolute;
    top: -webkit-calc(50% - 8px);
    top: calc(50% - 8px);
    left: 16px;
    height: 16px;
    width: 16px;
    z-index: 2;
    background-position: center;
    background-repeat: no-repeat;
}

.field__bg.login::before {
    background-image: url(../img/icon-login.png);
}

.field__bg.mail::before {
    background-image: url(../img/icon-mail.png);
}

.field__bg.api::before {
    background-image: url(../img/icon-api.png);
}

.field__bg.pass::before {
    background-image: url(../img/icon-pass.png);
}

.field__bg.ip::before {
    background-image: url(../img/earth.png);
}

.field__bg.ticket::before {
    height: 12px;
    top: -webkit-calc(50% - 8px);
    top: calc(50% - 8px);
    background-image: url(../img/icon-ticket.png);
}

.field input,
.field textarea {
    position: relative;
    border: none;
    width: 100%;
    padding: 20px;
    padding-left: 42px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    outline: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #616570;
    background: -webkit-gradient(linear, left top, left bottom, from(#f1f4fa), to(#f8f9fc));
    background: -webkit-linear-gradient(top, #f1f4fa 0%, #f8f9fc 100%);
    background: -o-linear-gradient(top, #f1f4fa 0%, #f8f9fc 100%);
    background: linear-gradient(to bottom, #f1f4fa 0%, #f8f9fc 100%);
    resize: none;
}

.field input:focus,
.field textarea:focus {
    width: -webkit-calc(100% - 3px);
    width: calc(100% - 3px);
    padding-left: 39px;
}

.field input[type=checkbox],
.field textarea[type=checkbox] {
    width: 0;
}

.field .checkbox-container {
    color: #797c85;
    font-size: 14px;
    padding-right: 15px;
}

.field .checkbox-container .checkmark {
    width: 15px;
    height: 15px;
    background: #0080ec;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.field .checkbox-container .checkmark::after {
    width: 3px;
    height: 8px;
    top: 1.5px;
    left: 5px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
}

.soc-block {
    padding: 35px 30px 37px;
}

.soc-block .title.centered {
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    color: #2d3343;
    margin-bottom: 40px;
    font-weight: 600;
}

.soc-block .socials {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.soc-block .soc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.soc-block .soc__icon {
    width: 38px;
    height: 38px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #a6b9eb;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.soc-block .soc__icon img {
    max-width: 20px;
    max-height: 20px;
}

.soc-block .soc__text-side {
    margin-left: 15px;
}

.soc-block .soc__sub-title {
    color: #9696a8;
    margin-bottom: 2px;
}

.soc-block .soc__text {
    color: #464b58;
    text-transform: uppercase;
}

.soc-block .soc__text.link {
    color: #5373d2;
}

.blue-form {
    background-color: #324582;
    padding: 38px 30px 33px;
}

.blue-form.demo {
    background-image: url(../img/blue-bg-imgs.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    -webkit-background-size: contain;
    background-size: contain;
}

.blue-form__form-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    max-width: 650px;
    margin: 0 auto 20px;
}

.blue-form__form-block .field {
    margin-bottom: 0;
}

.blue-form__title {
    color: #fff;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.blue-form__attention {
    text-align: center;
    color: #a6b9eb;
}

.blue-form__attention img {
    margin-right: 7px;
}

.blue-form .field__sub-title {
    color: #6c80b7;
}

.blue-form .select-content-stule,
.blue-form .select-head-style,
.blue-form .field__bg,
.blue-form .field input {
    background: #212f5b;
    color: #aebff0;
}

.blue-form .field {
    max-width: 225px;
}

.blue-form .btn {
    max-width: 158px;
    width: 100%;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.blue-form .select-content-stule li:hover {
    background: #25366d;
}

.text-block {
    padding: 40px 30px 30px;
    text-align: center;
    border-bottom: 3px solid #e9ecf6;
}

.text-block__title {
    font-size: 18px;
    color: #2d3343;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
}

.text-block__sub {
    color: #555564;
    margin-bottom: 13px;
}

.text-block__text {
    color: #9696a8;
}

.proxys-table .table-tariffs .table-tariffs__package {
    color: #5373d2;
}

.proxys-table .table-tariffs .table-tariffs__package img {
    margin-right: 11px;
}

.proxys-table .table-tariffs .row.header {
    border-bottom: 1px solid rgba(222, 229, 246, 0.44);
}

.proxys-table .table-tariffs .row.header + .row {
    border-top: none;
}

.proxys-table .table-tariffs .table-tariffs__item:nth-child(n+3):before {
    content: none;
}

.proxys-table .row:nth-child(2n - 1) {
    background: #fff;
}

.proxys-table .row:nth-child(2n - 1) .table-tariffs__package:after {
    border-color: #fff;
    border-left-color: transparent;
}

.requirements {
    padding: 38px 30px 40px;
}

.requirements__title {
    font-size: 18px;
    color: #2d3343;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 25px;
}

.requirements__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.requirement {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 190px;
    margin-right: 15px;
}

.requirement::last-child {
    margin-right: 0;
}

.requirement__icon {
    margin-right: 11px;
}

.requirement__text {
    color: #9696a8;
    padding-right: 5px;
}

.ticket-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 850px;
    padding: 0 15px;
    margin: 0 auto 35px;
}

.ticket-form .field input:focus,
.ticket-form .field textarea:focus {
    padding-left: 42px;
    width: 100%;
}

.ticket-form .field {
    width: 48%;
}

.ticket-form .field__bg {
    max-width: 100%;
}

.ticket-form .field.full-width {
    width: 100%;
    margin-bottom: 0;
}

.ticket-form textarea {
    min-height: 195px;
    padding-bottom: 40px;
}

.ticket-form .btn {
    position: relative;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    max-width: 330px;
    width: 100%;
    margin: -29px auto 0;
    padding: 20px 15px;
    font-size: 13px;
    z-index: 2;
}

.ticket-table .table-tariffs {
    border-top: 1px solid #f5f7fc;
}

.ticket-table .table-tariffs .row {
    background: #fff;
}

.ticket-table .table-tariffs .row.yellow .table-tariffs__package:before {
    background-color: #ffba36;
}

.ticket-table .table-tariffs .row.yellow .status {
    background: #ffba36;
}

.ticket-table .table-tariffs .row.blue .table-tariffs__package:before {
    background-color: #5373d2;
}

.ticket-table .table-tariffs .row.blue .status {
    background: #5373d2;
}

.ticket-table .table-tariffs .row .table-tariffs__package {
    max-width: 65px;
}

.ticket-table .table-tariffs .row .table-tariffs__package:after {
    border-color: #fff;
    border-left-color: transparent;
}

.ticket-table .table-tariffs .table-tariffs__theme {
    max-width: 550px;
    padding-left: 15px;
    padding-right: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ticket-table .ticket-title {
    color: #2d3343;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 2px;
}

.ticket-table .ticket-categ {
    color: #9696a8;
    position: relative;
    padding-left: 13px;
}

.ticket-table .ticket-categ::before {
    content: '';
    position: absolute;
    left: 0;
    top: -webkit-calc(50% - 2.5px);
    top: calc(50% - 2.5px);
    width: 5px;
    height: 5px;
    background: #5373d2;
}

.ticket-table .status {
    background: #e9ecf6;
    width: 90px;
    color: #fff;
    text-align: center;
    padding: 7px 5px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.messages-heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 35px 30px 40px;
}

.messages-heading__title {
    color: #2d3343;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    margin-left: 15px;
}

.messages-heading__status {
    margin-left: auto;
    background: #e9ecf6;
    width: 90px;
    color: #fff;
    text-align: center;
    padding: 7px 5px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.messages-heading__status.yellow {
    background: #ffba36;
}

.messages-heading__status.blue {
    background: #5373d2;
}

.messages__logo {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 30px;
}

.messages-cont {
    background: #edf2fb;
    height: 400px;
    overflow: auto;
    padding: 30px 30px 25px;
}

.messages-cont__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.messages-cont__row:last-child {
    margin-bottom: 0;
}

.messages-cont__message {
    max-width: 735px;
    background: #fff;
    color: #9696a8;
    padding: 20px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-right: 30px;
}

.messages-cont__info {
    margin-right: 30px;
}

.messages-cont__name {
    color: #5373d2;
    font-weight: 600;
    margin-bottom: 13px;
}

.messages-cont__date {
    color: #9696a8;
    max-width: 90px;
}

.messages-bottom {
    background: #edf2fb;
    border-top: 1px solid #d7dfec;
    padding: 22px 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.messages-bottom__text-field {
    background-color: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    max-width: 740px;
    width: 100%;
    resize: none;
    padding: 18px;
    padding-left: 70px;
    height: 52px;
    border: none;
    outline: none;
    vertical-align: middle;
    background-image: url(../img/icon-message-line.png);
    background-repeat: no-repeat;
    background-position: left 18px center;
}

.messages-bottom .btn {
    border: 2px solid #5373d2;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #2d3343;
    font-size: 13px;
    max-width: 130px;
    width: 100%;
    margin-left: auto;
}

.links-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px;
}

.links-block .link-back,
.links-block .link-close {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
}

.links-block .link-back img,
.links-block .link-close img {
    margin-right: 15px;
}

.links-block .link-close img {
    margin-left: 15px;
}

.balance__tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.balance__tab {
    width: 33.33%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #2d3343;
    text-transform: uppercase;
    font-weight: 500;
    padding: 30px 15px;
    background: #f6f7fa;
    position: relative;
}

.balance__tab::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    width: 1px;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#d0d4e2), color-stop(#fff), to(#f5f6fa));
    background: -webkit-linear-gradient(top, #d0d4e2, #fff, #f5f6fa);
    background: -o-linear-gradient(top, #d0d4e2, #fff, #f5f6fa);
    background: linear-gradient(to bottom, #d0d4e2, #fff, #f5f6fa);
}

.balance__tab:last-child::after {
    content: none;
}

.balance__tab.active {
    background: #fff;
    border-right: 1px solid #f1f3f8;
    background-image: none;
}

.balance__tab.active::after {
    content: none;
}

.balance__tab img {
    margin-right: 15px;
}

.balance__summ-blocks {
    padding: 40px 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #f1f4fb;
}

.balance__summ-title {
    width: 100%;
    color: #9696a8;
    margin-bottom: 12px;
}

.balance__summ-cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.balance__summ-cont.fast-summ {
    position: relative;
}

.balance__summ-cont.fast-summ::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #eff3fa;
    border-top: 1px solid #e8edf8;
    -webkit-border-radius: 2.5px;
    border-radius: 2.5px;
}

.balance__summ-cont.fast-summ > div {
    margin-right: 5px;
}

.balance__summ-cont.fast-summ > div:last-child {
    margin-right: 0;
}

.balance__summ-cont.fast-summ .line {
    position: absolute;
    bottom: 0;
    left: 263px;
    z-index: 2;
    height: 5px;
    width: 55px;
    background: #a6b9eb;
    -webkit-border-radius: 2.5px;
    border-radius: 2.5px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.balance__summ-cont input.add-summ {
    border: none;
    background-color: #faf9fb;
    background-image: url(../img/wallet.png);
    background-repeat: no-repeat;
    background-position: left 15px center;
    font-size: 26px;
    font-weight: 500;
    color: #2d3343;
    max-width: 215px;
    padding: 13px;
    padding-left: 70px;
    padding-right: 5px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    outline: none;
    text-transform: uppercase;
    -webkit-box-shadow: 1px 1px 0px 1px #dee5f3;
    box-shadow: 1px 1px 0px 1px #dee5f3;
}

.balance__summ-cont .summ {
    padding: 10px 0;
    width: 55px;
    text-align: center;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    border-top: 2px solid transparent;
    margin-bottom: 20px;
    position: relative;
    color: #6f88d8;
    cursor: pointer;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}

.balance__summ-cont .summ::before {
    content: '';
    position: absolute;
    left: -webkit-calc(50% - 4.5px);
    left: calc(50% - 4.5px);
    bottom: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4.5px 0 4.5px;
    border-color: transparent transparent transparent transparent;
}

.balance__summ-cont .summ::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: -webkit-calc(50% - 0.5px);
    left: calc(50% - 0.5px);
    height: 8px;
    width: 1px;
    background: #e3e8f4;
}

.balance__summ-cont .summ.active {
    background: #f5f7fa;
    border-top: 2px solid #708bd9;
    color: #2d3343;
}

.balance__summ-cont .summ.active::before {
    border-color: #f5f7fa transparent transparent transparent;
}

.balance__summ-cont .prev,
.balance__summ-cont .next {
    margin-bottom: 20px;
    cursor: pointer;
}

.balance__summ-cont.rate-block {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    background: -webkit-gradient(linear, left top, right top, from(#f4f6f9), to(#f9f9fb));
    background: -webkit-linear-gradient(left, #f4f6f9, #f9f9fb);
    background: -o-linear-gradient(left, #f4f6f9, #f9f9fb);
    background: linear-gradient(to right, #f4f6f9, #f9f9fb);
    -webkit-box-shadow: 1px 1px 0px 1px #dee5f3;
    box-shadow: 1px 1px 0px 1px #dee5f3;
}

.balance__summ-cont .rate {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 0px;
    padding-left: 15px;
    min-width: 120px;
    border-right: 1px solid #eaeef7;
}

.balance__summ-cont .rate:last-child {
    border-right: none;
}

.balance__summ-cont .rate img {
    margin-right: 10px;
}

.balance__summ-cont .rate .title {
    font-weight: 500;
    margin-bottom: 0px;
}

.balance__summ-cont .rate .text {
    text-transform: uppercase;
    color: #9696a8;
}

.pay-wallets {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px;
    padding-bottom: 37px;
    background: -webkit-gradient(linear, left top, right top, from(#f4f6f9), to(#f9f9fb));
    background: -webkit-linear-gradient(left, #f4f6f9, #f9f9fb);
    background: -o-linear-gradient(left, #f4f6f9, #f9f9fb);
    background: linear-gradient(to right, #f4f6f9, #f9f9fb);
}

.pay-wallet {
    min-height: 155px;
    width: 25%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border-right: 1px solid #f1f4fb;
    border-bottom: 1px solid #f1f4fb;
}

.pay-wallet:nth-child(4n) {
    border-right: none;
}

.pay-wallet:nth-child(n + 5) {
    border-bottom: none;
}

.pay-wallet:hover {
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 0px 0px 30px 10px #e4e9f5;
    box-shadow: 0px 0px 30px 10px #e4e9f5;
}

.pay-wallet:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.pay-wallet img {
    max-height: 79px;
    max-width: 180px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.bonus-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px;
}

.bonus-block > div {
    margin-right: 55px;
}

.bonus-block > div:last-child {
    margin-right: 0;
}

.bonus-block .btn {
    margin-left: auto;
    max-width: 190px;
    width: 100%;
}

.bonus-block .cod {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: -webkit-gradient(linear, left top, left bottom, from(#dee5f6), to(#fff));
    background: -webkit-linear-gradient(top, #dee5f6, #fff);
    background: -o-linear-gradient(top, #dee5f6, #fff);
    background: linear-gradient(to bottom, #dee5f6, #fff);
    padding: 16px 20px;
    max-width: 220px;
    width: 100%;
    text-transform: uppercase;
    color: #a7a7c0;
}

.bonus-block .cod img:first-child {
    margin-right: 13px;
}

.bonus-block .cod img:last-child {
    margin-left: auto;
}

.bonus-block .bonus-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.bonus-block .bonus-info span {
    color: #a7a7c0;
    margin-right: 15px;
}

.bonus-block .bonus-info img {
    margin-right: 13px;
}

.bonus-block .bonus-info .num {
    color: #2d3343;
    font-size: 26px;
}

.balance__summ-range {
    width: 400px;
    max-height: 57px;
}

.irs {
    font-family: 'Rubik';
}

.irs--round .irs-min, .irs--round .irs-max {
    background: none;
    max-width: 20px;
    max-height: 18px;
    overflow: hidden;
}

.irs--round .irs-line {
    height: 5px;
    -webkit-border-radius: 2.5px;
    border-radius: 2.5px;
}

.irs--round .irs-bar {
    background: #a6b9eb;
}

.irs--round .irs-handle {
    top: 30px;
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    background-color: #ecb243;
    cursor: pointer;
}

.irs--round .irs-handle.state_hover, .irs--round .irs-handle:hover {
    background-color: #ecb243;
}

.irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before {
    content: none;
}

.irs--round .irs-single {
    top: -5px;
    background: #f5f7fa;
    color: #2d3343;
    padding: 10px 15px;
    border-top: 2px solid #708bd9;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.irs-grid-pol.small {
    display: none;
}

.irs--round .irs-grid-pol {
    background-color: #e3e8f4;
    height: 18px;
}

.irs--round .irs-grid-pol:nth-last-child(2) {
    display: none;
}

.irs--round .irs-grid-text {
    display: none;
}

.balance__summ-range {
    position: relative;
}

.range-btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: -3px;
    left: 15px;
    width: 100%;
}

.btn__range-slider {
    width: 33%;
    color: #a6a6b5;
    font-size: 12px;
    cursor: pointer;
}

.balance__summ-cont.info {
    background: -webkit-gradient(linear, left top, right top, from(#f4f6f9), to(#f9f9fb));
    background: -webkit-linear-gradient(left, #f4f6f9, #f9f9fb);
    background: -o-linear-gradient(left, #f4f6f9, #f9f9fb);
    background: linear-gradient(to right, #f4f6f9, #f9f9fb);
    padding: 15px;
    padding-left: 18px;
    -webkit-box-shadow: 1px 1px 0px 1px #dee5f3;
    box-shadow: 1px 1px 0px 1px #dee5f3;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.balance__summ-cont.info .flag {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 12px;
}

.balance__summ-cont.info .text {
    max-width: 60px;
    margin-right: 5px;
    font-size: 15px;
    color: #2d3343;
    font-weight: 500;
    text-transform: uppercase;
}

.balance__summ-cont.info .block-info {
    margin-right: 25px;
}

.balance__summ-cont.info .block-info .title {
    font-size: 11px;
    color: #77828f;
    margin-bottom: 7px;
}

.balance__summ-cont.info .block-info .desc {
    font-size: 12px;
    color: #2d3343;
}

.plans__tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.plans__tab {
    width: 20%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #2d3343;
    text-transform: uppercase;
    font-weight: 500;
    padding: 30px 15px;
    background: #f6f7fa;
    position: relative;
    cursor: pointer;
}

.plans__tab::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    width: 1px;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#d0d4e2), color-stop(#fff), to(#f5f6fa));
    background: -webkit-linear-gradient(top, #d0d4e2, #fff, #f5f6fa);
    background: -o-linear-gradient(top, #d0d4e2, #fff, #f5f6fa);
    background: linear-gradient(to bottom, #d0d4e2, #fff, #f5f6fa);
}

.plans__tab:last-child::after {
    content: none;
}

.plans__tab.active {
    background: #fff;
    border-right: 1px solid #f1f3f8;
    background-image: none;
}

.plans__tab.active::after {
    content: none;
}

.plans__tab img {
    margin-right: 15px;
}

.plans-block .tab-content {
    padding: 25px 30px;
    display: none;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.plans-block .tab-content.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.plans-block .tab-content .card-packeges {
    margin-bottom: 20px;
    max-width: 231px;
}

.plans-block .tab-content .card-packeges:empty {
    margin-bottom: 0;
}

.plans-block .tab-content .card-packeges .card-packeges__inner {
    background-color: #fbfbfd;
    background-image: url(../img/card-packeges-back2.png);
}

.plans-block .tab-content .card-packeges .card-packeges__head .card-packeges__head-top {
    border-bottom: 1px solid #edf0f3;
    color: #2d3343;
}

.plans-block .tab-content .card-packeges .card-packeges__head .card-packeges__head-price {
    color: #5373d2;
}

.plans-block .tab-content .card-packeges .card-packeges__head .card-packeges__head-text {
    color: #9696a8;
}

.plans-block .tab-content .card-packeges .card-packeges__prices .card-packeges__price {
    color: #5373d2;
}

.plans-block .tab-content .card-packeges .card-packeges__prices .card-packeges__price .card-packeges__term {
    color: #9696a8;
}

.plans-block .tab-content .card-packeges .card-packeges__info,
.plans-block .tab-content .card-packeges .card-packeges__info + .card-packeges__info + .card-packeges__info {
    background-image: none;
}

.plans-block .tab-content .card-packeges .card-packeges__prices .card-packeges__separator:before {
    background-image: -webkit-gradient(linear, left top, right top, from(#eff2f8), to(#eff2f8));
    background-image: -webkit-linear-gradient(left, #eff2f8 0%, #eff2f8 100%);
    background-image: -o-linear-gradient(left, #eff2f8 0%, #eff2f8 100%);
    background-image: linear-gradient(90deg, #eff2f8 0%, #eff2f8 100%);
}

.plans-block .tab-content .card-packeges .card-packeges__prices .card-packeges__separator {
    background-color: #5373d2;
}

.plans-block .tab-content .card-packeges .btn {
    border: 2px solid #5373d2;
    color: #2d3343;
}

.plans-block .tab-content .card-packeges .btn:hover {
    color: #fff;
    background-color: #5373d2;
}

.plans-block .tab-content .load-more {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #9696a8;
}

.plans-block .tab-content .load-more img {
    margin-right: 3px;
}

.wallets-logos {
    margin-top: 50px;
}

.wallets-logos .title {
    font-size: 15px;
    color: #2d3343;
    margin-bottom: 15px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
}

.wallets-logos__logos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.list-proxy {
    padding: 30px 40px;
}

.list-proxy .text-block__title {
    text-align: center;
    margin-bottom: 25px;
}

.list-proxy .text-block__sub {
    text-align: center;
    color: #9696a8;
    margin-bottom: 30px;
}

.list-proxy .text-block__text {
    text-align: center;
    margin-top: 30px;
}

.list-proxy .text-block__text img {
    margin-right: 10px;
}

.list-proxy__flex-block {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.list-proxy__flex-block .select-container {
    max-width: 245px;
    width: 100%;
}

.list-proxy__flex-block .select-head-style {
    background: #f7f8fc;
}

.list-proxy__flex-block .btn {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    max-width: 145px;
    width: 100%;
}

.list-proxy__flex-block .btn img {
    margin-right: 8px;
}

.list-proxy__copy-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 540px;
    width: 100%;
    margin: 0 15px;
}

.list-proxy__copy-block input {
    height: 53px;
    background: #f7f8fc;
    border: none;
    padding: 19px 23px;
    outline: none;
}

.list-proxy__copy-block input:first-child {
    padding-left: 53px;
    width: -webkit-calc(100% - 75px);
    width: calc(100% - 75px);
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    color: #465b91;
    background-image: url(../img/icon-link.png);
    background-repeat: no-repeat;
    background-position: left 22px center;
}

.list-proxy__copy-block input:last-child {
    width: 75px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
    text-transform: uppercase;
    color: #a7a7c0;
    cursor: pointer;
    background-image: url(../img/icon-copy.png);
    background-repeat: no-repeat;
    background-position: left 3px center;
}

.example {
    background: #f2f4fb;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 30px;
}

.example__title {
    padding: 20px 30px;
    padding-right: 25px;
    margin-right: auto;
    background: #edf0fa;
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
    color: #2b2b2b;
}

.example__title::after {
    content: '';
    position: absolute;
    top: 0;
    right: -15px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 27.5px 0 27.5px 15px;
    border-color: transparent transparent transparent #edf0fa;
}

.example__title img {
    margin-right: 15px;
}

.example__link {
    padding: 20px 25px;
    position: relative;
}

.example__link::after {
    content: '';
    position: absolute;
    top: -webkit-calc(50% - 16px);
    top: calc(50% - 16px);
    right: 0;
    width: 1px;
    height: 32px;
    background: #f0f0f0;
}

.example__link img {
    margin-right: 10px;
}

.add-proxy {
    padding: 25px 30px 8px;
    border-bottom: 5px solid #f0f3fa;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.add-proxy::before {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 15px;
    width: 165px;
    height: 143px;
    background-image: url(../img/server-bg.png);
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

.add-proxy__title {
    text-transform: uppercase;
    color: #2d3343;
    font-weight: 500;
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
}

.add-proxy__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 680px;
    width: 100%;
}

.add-proxy__block-input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 520px;
    width: 100%;
    background-color: #f7f8fc;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.add-proxy__block-input input {
    border: none;
    background-color: transparent;
    outline: none;
}

.add-proxy__block-input input:first-child {
    max-width: 380px;
    width: 100%;
    padding: 18px;
    padding-left: 55px;
    background-image: url(../img/icon-earth.png);
    background-repeat: no-repeat;
    background-position: left 22px center;
    color: #2d3343;
}

.add-proxy__block-input input:last-child {
    padding: 18px;
    padding-left: 22px;
    color: #a7a7c0;
    background-image: url(../img/circle-plus.png);
    background-repeat: no-repeat;
    background-position: left center;
    cursor: pointer;
}

.add-proxy__block .btn {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-left: 15px;
}

.add-proxy__block .btn img {
    margin-right: 8px;
}

.add-proxy .ip-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    max-width: 740px;
    width: 100%;
    margin-left: 45px;
    margin-top: 25px;
}

.add-proxy .ip-list::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    background: #fff;
}

.add-proxy .ip-list__title {
    color: #9696a8;
    margin-right: auto;
    margin-bottom: 5px;
}

.add-proxy .ip-list__ip {
    color: #2d3343;
    padding: 2px 17px;
    border-right: 1px solid #f1f1f4;
    margin-bottom: 5px;
}

.add-proxy .ip-list__ip .close {
    margin-left: 5px;
    display: inline-block;
    height: 8px;
    width: 8px;
    background-image: url(../img/close.png);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    cursor: pointer;
}

.soft-block {
    background-image: url(../img/lk-bg.png);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.soft-block__heading {
    padding: 30px 30px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid rgba(51, 67, 113, 0.13);
}

.soft-block__head {
    margin-right: auto;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
}

.soft-block__head img {
    margin-right: 10px;
}

.soft-block__link {
    text-transform: uppercase;
    font-weight: 500;
    color: #dadfee;
    margin-left: 40px;
    padding-left: 25px;
    background-image: url(../img/soft.png);
    background-repeat: no-repeat;
    background-position: left top 1px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.soft-block__link:hover {
    background-image: url(../img/soft-yellow.png);
    color: #fff;
}

.soft-block__content {
    padding-top: 40px;
    padding-bottom: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.soft-block__content-img {
    -webkit-border-radius: 15px;
    border-radius: 15px;
    max-width: 90%;
}

.soft-block__desc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 456px;
    width: 100%;
    margin-left: 40px;
}

.soft-block__desc-title {
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
}

.soft-block__desc-text {
    color: #aebff0;
}

.soft-block__desc-text p {
    margin-bottom: 7px;
}

.soft-block__desc-text ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.soft-block__desc-text ul li {
    padding-left: 17px;
    margin-bottom: 7px;
    position: relative;
}

.soft-block__desc-text ul li::before {
    content: '';
    display: block;
    position: absolute;
    top: -webkit-calc(50% - 2px);
    top: calc(50% - 2px);
    left: 0;
    width: 4px;
    height: 4px;
    background: #ffba36;
}

.soft-block__desc .btn {
    margin-top: auto;
    max-width: 135px;
    width: 100%;
}

.soft-block__desc .btn img {
    margin-right: 15px;
}

.proxy-popup__popup {
    max-width: 920px;
    width: 100%;
}

.proxy-popup__popup-block {
    background: #fff;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
}

.proxy-popup__popup .bottom-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #f2f4fb;
}

.proxy-popup__popup .bottom-block__summ {
    font-size: 26px;
    color: #2d3343;
}

.proxy-popup__popup .bottom-block__balance-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.proxy-popup__popup .bottom-block__balance {
    border-right: 1px solid #d0d9f2;
}

.proxy-popup__popup .bottom-block__balance:first-child {
    padding-right: 25px;
}

.proxy-popup__popup .bottom-block__balance:last-child {
    padding-left: 25px;
    border-right: none;
}

.proxy-popup__popup .bottom-block__balance .sub {
    color: #a7a7c0;
    margin-bottom: 2px;
}

.proxy-popup__popup .bottom-block__balance .text {
    font-size: 16px;
    color: #2d3343;
}

.proxy-popup__popup .bottom-block__summ-block {
    padding: 15px 30px;
    min-height: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 32%;
    position: relative;
}

.proxy-popup__popup .bottom-block__summ-block:first-child img {
    margin-right: 10px;
}

.proxy-popup__popup .bottom-block__summ-block:first-child .text {
    max-width: 60px;
    color: #a7a7c0;
    margin-right: 10px;
}

.proxy-popup__popup .bottom-block__summ-block:nth-child(2) img {
    margin-right: 15px;
}

.proxy-popup__popup .bottom-block__summ-block:last-child {
    width: 36%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.proxy-popup__popup .bottom-block__summ-block:last-child::after {
    content: none;
}

.proxy-popup__popup .bottom-block__summ-block::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    width: 1px;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#d0d4e2), color-stop(#fff), to(#f5f6fa));
    background: -webkit-linear-gradient(top, #d0d4e2, #fff, #f5f6fa);
    background: -o-linear-gradient(top, #d0d4e2, #fff, #f5f6fa);
    background: linear-gradient(to bottom, #d0d4e2, #fff, #f5f6fa);
}

.proxy-popup__popup .bottom-block__summ-block .btn {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding-left: 20px;
    padding-right: 25px;
}

.proxy-popup__popup .bottom-block__summ-block .btn img {
    margin-right: 10px;
}

.proxy-popup__title {
    padding: 32px 32px 25px;
    border-bottom: 1px solid #ecf4f6;
    font-size: 18px;
    color: #2d3343;
}

.proxy-popup__sides {
    padding: 20px 30px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.proxy-popup__l-side {
    max-width: 222px;
    width: 100%;
}

.proxy-popup__r-side {
    width: -webkit-calc(100% - 222px);
    width: calc(100% - 222px);
    padding-left: 25px;
    padding-bottom: 32px;
}

.proxy-popup__r-side .title {
    color: #2d3343;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 10px;
}

.proxy-popup__r-side .balance__summ-range {
    max-height: inherit;
}

.proxy-popup__r-side .range-btns {
    bottom: 5px;
}

.proxy-popup__r-side .irs--round .irs-min,
.proxy-popup__r-side .irs--round .irs-max {
    top: 10px;
    font-size: 13px;
    color: #9696a8;
}

.proxy-popup__r-side .irs--round .irs-single {
    border-top: 0;
    background: #5373d2;
    color: #fff;
}

.proxy-popup__r-side .row-date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid #f3f4f7;
}

.proxy-popup__r-side .date-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 18px;
    background: -webkit-gradient(linear, left top, left bottom, from(#f1f4fb), to(#fafbfd));
    background: -webkit-linear-gradient(top, #f1f4fb, #fafbfd);
    background: -o-linear-gradient(top, #f1f4fb, #fafbfd);
    background: linear-gradient(to bottom, #f1f4fb, #fafbfd);
    color: #2d3343;
}

.proxy-popup__r-side .date-block img {
    margin-right: 10px;
}

.proxy-popup__package {
    max-width: 222px;
    border-top: 5px solid #5373d2;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #fdfefe;
    background-image: url(../img/popup-package-bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    padding: 0 25px 15px;
}

.proxy-popup__package .title {
    padding: 20px 0 30px;
    text-align: center;
    font-size: 15px;
    color: #52525d;
    text-transform: uppercase;
    font-weight: 500;
}

.proxy-popup__package .row {
    padding: 15px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #4d5059;
    border-bottom: 1px solid #f1f4fb;
}

.proxy-popup__package .row:last-child {
    border-bottom: none;
}

.proxy-popup__package .row img {
    margin-right: 15px;
}

.proxy-popup__package .row .num {
    margin-left: auto;
    color: #94a0af;
}

.add-ip__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 18px;
    border-bottom: 1px solid #ecf4f6;
}

.add-ip__block .btn {
    max-width: 145px;
    width: 100%;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 17px 15px;
}

.add-ip__field {
    max-width: -webkit-calc(100% - 145px);
    max-width: calc(100% - 145px);
    width: 100%;
    padding-left: 15px;
}

.add-ip__input {
    background: -webkit-gradient(linear, left top, left bottom, from(#f1f4fb), to(#fafbfd));
    background: -webkit-linear-gradient(top, #f1f4fb, #fafbfd);
    background: -o-linear-gradient(top, #f1f4fb, #fafbfd);
    background: linear-gradient(to bottom, #f1f4fb, #fafbfd);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 13px;
}

.add-ip__input:last-child {
    margin-bottom: 0;
}

.add-ip__input img {
    position: absolute;
    top: -webkit-calc(50% - 8px);
    top: calc(50% - 8px);
}

.add-ip__input img:first-child {
    left: 23px;
}

.add-ip__input img:last-child {
    right: 20px;
    cursor: pointer;
}

.add-ip__input input {
    padding: 20px 40px;
    padding-left: 54px;
    background: transparent;
    border: none;
    width: 100%;
    outline: none;
}

.add-ip__input input::-webkit-input-placeholder {
    color: #8c909a;
}

.add-ip__input input:-ms-input-placeholder {
    color: #8c909a;
}

.add-ip__input input::-moz-placeholder {
    color: #8c909a;
}

.add-ip__input input::-ms-input-placeholder {
    color: #8c909a;
}

.add-ip__input input::placeholder {
    color: #8c909a;
}

.flex-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 15px;
}

.flex-block__block {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-block__block:first-child {
    max-width: 400px;
    width: 100%;
}

.flex-block__block:first-child input {
    padding-left: 15px;
}

.flex-block__block:first-child input::-webkit-input-placeholder {
    color: #a7a7c0;
}

.flex-block__block:first-child input:-ms-input-placeholder {
    color: #a7a7c0;
}

.flex-block__block:first-child input::-moz-placeholder {
    color: #a7a7c0;
}

.flex-block__block:first-child input::-ms-input-placeholder {
    color: #a7a7c0;
}

.flex-block__block:first-child input::placeholder {
    color: #a7a7c0;
}

.flex-block__block:nth-child(2) {
    max-width: 170px;
    width: 100%;
}

.flex-block__block:nth-child(2) input {
    width: 80px;
    text-align: center;
    color: #a7a7c0;
}

.flex-block__block:nth-child(2) img {
    cursor: pointer;
}

.flex-block__block .title {
    width: 100%;
}

.flex-block__input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: -webkit-gradient(linear, left top, left bottom, from(#f1f4fb), to(#fafbfd));
    background: -webkit-linear-gradient(top, #f1f4fb, #fafbfd);
    background: -o-linear-gradient(top, #f1f4fb, #fafbfd);
    background: linear-gradient(to bottom, #f1f4fb, #fafbfd);
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 20px 22px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.flex-block__input input {
    width: 100%;
    background: transparent;
    border: none;
    outline: none;
}

.flex-block__text {
    width: 100%;
    color: #a7a7c0;
}

.table-block {
    padding: 40px 30px;
}

.table {
    width: 100%;
    text-align: center;
    border: 1px solid #dddddd;
    border-collapse: collapse;
}

.table th {
    font-weight: bold;
    padding: 10px;
    background: #efefef;
    border: 1px solid #dddddd;
}

.table td {
    border: 1px solid #dddddd;
    padding: 10px;
}

/*==========  Desktop First  ==========*/
@media only screen and (max-width: 1366px) {
    .header .header__back.var2 {
        height: 700px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
    .header .header__logo {
        margin-left: 0;
    }
}

@media only screen and (max-width: 1100px) {
    .add-proxy::before {
        left: 0;
    }

    .messages-cont__row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .messages-cont__info {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-top: 15px;
    }

    .messages-cont__date {
        max-width: 100%;
    }

    .messages-cont__message {
        margin-right: 0;
        max-width: -webkit-calc(100% - 80px);
        max-width: calc(100% - 80px);
    }

    .messages-bottom__text-field {
        margin-right: 15px;
    }
}

@media only screen and (max-width: 1024px) {
    .banner-test .banner-test__head {
        font-size: 20px;
    }

    .banner-test .banner-test__text {
        font-size: 13px;
    }
}

@media only screen and (max-width: 1024px) {
    .bonus-block {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .bonus-block > div {
        margin-right: 25px;
    }

    .bonus-block > div:last-child {
        margin-left: 0;
    }

    .example {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

@media only screen and (max-width: 1023px) {
    .tarif {
        max-width: 100%;
        width: 100%;
    }

    .balance__summ-blocks {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .balance__summ-block {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        margin-right: 20px;
    }

    .balance__summ-block.ordered {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
    }

    .balance__summ-range {
        width: 100%;
    }

    .add-proxy::before {
        left: -40px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
    .header .header__inner,
    .header .header-sign {
        display: none;
    }

    .header .container {
        min-height: 70px;
        height: auto;
    }

    .header .header__logo img {
        height: 50px;
    }

    .btn-mobile-menu {
        display: block;
    }

    .header .mobile-menu .header-user,
    .header .mobile-menu .header-sign {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .mobile-menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .mobile-menu.active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .scroll-lock-mobile {
        overflow: hidden;
    }

    .main-banner .head {
        font-size: 40px;
    }

    .main-banner .main-banner__img {
        height: 300px;
    }

    .main-banner .main-banner__img img {
        max-height: 100%;
    }

    .section-packages .section-packages__cards {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .section-packages .section-packages__cards .card-packeges {
        margin-left: 20px;
        margin-right: 20px;
    }

    .tabs-proxy .tabs-proxy__separator {
        display: none;
    }

    .features-list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .card-features {
        width: 290px;
        height: 245px;
        padding: 20px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .header .header__back,
    .section-features .section-features__back,
    .footer .footer__back {
        -o-object-fit: cover;
        object-fit: cover;
    }
}

@media only screen and (max-width: 991px) {
    .table-tariffs .row {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .table-tariffs .row.header {
        display: none;
    }

    .table-tariffs .table-tariffs__price {
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        width: 100%;
    }

    .table-tariffs .table-tariffs__price:before {
        display: none;
    }

    .banner-test {
        padding: 210px 15px 15px 15px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .banner-test .banner-test__back {
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .banner-test .banner-test__text {
        max-width: 450px;
    }

    .footer {
        margin-top: 30px;
        padding-bottom: 20px;
    }

    .footer .container {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .footer .footer__left {
        margin: 20px 0 0;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .footer .footer-contacts {
        max-width: 100%;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .section-features {
        margin-top: 60px;
    }

    .section-features .head {
        color: #2a3248;
    }

    .section-features .section-features__back {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .tabs-links {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .tabs-links .link {
        margin: 0 15px 15px;
    }

    .pay-wallet img {
        max-width: 80%;
    }

    .bonus-block {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 10px;
    }

    .bonus-block > div {
        margin-right: 25px;
        margin-bottom: 20px;
    }

    .bonus-block > div:nth-last-child(2) {
        margin-right: 0;
    }

    .bonus-block > div:last-child {
        margin: 0 auto 20px;
    }

    .settings__cols {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .settings__col {
        width: 50%;
    }

    .settings__col .field__bg {
        max-width: 100%;
    }

    .settings__col:last-child {
        width: 100%;
    }

    .soc-block {
        padding-bottom: 22px;
    }

    .soc-block .socials {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .soc-block .soc {
        margin-bottom: 15px;
    }

    .requirements__block {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .requirement {
        width: -webkit-calc(50% - 20px);
        width: calc(50% - 20px);
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 15px;
    }

    .list-proxy__flex-block {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .list-proxy__flex-block .select-container {
        max-width: 100%;
        margin-bottom: 15px;
    }

    .list-proxy__copy-block {
        max-width: 100%;
        margin: 0;
        margin-bottom: 15px;
    }

    .list-proxy__flex-block .btn {
        margin: 0 auto;
    }

    .wallets-logos__logos {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .wallets-logos__logos img {
        margin: 0 10px 15px;
    }

    .add-proxy .ip-list {
        margin-left: auto;
    }

    .add-proxy::before {
        display: none;
    }

    .soft-block__content {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .soft-block__desc {
        margin-left: 0;
        max-width: -webkit-calc(100% - 40px);
        max-width: calc(100% - 40px);
        text-align: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 20px;
    }

    .soft-block__link {
        margin-left: 30px;
    }

    .plans__tabs {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .plans__tab {
        width: 50%;
    }

    .plans__tab.active {
        width: 100%;
    }

    .plans-block {
        padding: 20px 15px;
    }

    .proxy-popup__popup .bottom-block {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .proxy-popup__popup .bottom-block__summ-block {
        width: 50%;
    }

    .proxy-popup__popup .bottom-block__summ-block:last-child {
        width: 100%;
        padding-top: 0;
    }

    .proxy-popup__popup .bottom-block__summ-block:nth-child(2)::after {
        content: none;
    }

    .proxy-popup__popup .bottom-block__summ-block:first-child {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .proxy-popup__r-side .date-block {
        margin-left: 25px;
    }
}

@media only screen and (max-width: 768px) {
    .tabs-map {
        margin-top: 40px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .tabs-map .map-container {
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        width: 100%;
        margin-bottom: 20px;
    }

    .main-banner .head,
    .section-packages .head {
        font-size: 30px;
    }

    h1 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 768px) {
    .tabs-links {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .ticket-table .table-tariffs .table-tariffs__theme {
        max-width: -webkit-calc(100% - 65px);
        max-width: calc(100% - 65px);
        width: 100%;
        -webkit-box-flex: inherit;
        -webkit-flex: inherit;
        -ms-flex: inherit;
        flex: inherit;
    }
}

@media only screen and (max-width: 767px) {
    .balance__tabs {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .balance__tab {
        width: 100%;
    }

    .balance__tab::after {
        content: none;
    }

    .pay-wallet {
        width: 50%;
    }

    .bonus-block {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .bonus-block > div:last-child {
        margin: 0;
        margin-bottom: 20px;
    }

    .bonus-block > div {
        margin-right: 0;
    }

    .blue-form__form-block {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .blue-form__form-block .field {
        max-width: 100%;
        margin-bottom: 15px;
    }

    .blue-form__form-block .field__bg {
        max-width: 100%;
    }

    .blue-form__form-block .btn {
        margin: 0 auto;
    }

    .soc-block .soc {
        width: 100%;
    }

    .add-proxy__block {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .add-proxy__block-input {
        max-width: 100%;
        margin-bottom: 15px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .add-proxy .ip-list__title {
        width: 100%;
    }

    .add-proxy .ip-list {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .add-proxy .ip-list__ip {
        padding-left: 0;
    }

    .add-proxy__block-input input:last-child {
        width: 100%;
        background-position: left 20px center;
    }

    .soft-block__heading {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-bottom: 5px;
    }

    .soft-block__head {
        text-align: center;
        width: 100%;
        margin-bottom: 20px;
    }

    .soft-block__link {
        margin-left: 0;
        margin-bottom: 15px;
    }

    .news {
        width: 100%;
        border-right: none;
    }

    .news__text {
        max-width: 100%;
    }

    .news:nth-child(2n - 2) {
        padding-left: 0;
    }

    .news:nth-child(-n + 2) {
        border-top: 1px solid #f1f4fb;
    }

    .news:first-child {
        border-top: none;
    }

    .news:nth-last-child(-n + 2) {
        padding-bottom: 20px;
    }

    .news:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .one-news .title .icon {
        margin-right: 20px;
    }

    .news__icon {
        max-width: 26px;
        width: 100%;
    }

    .one-news .news-text {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .one-news .news-text .l-side {
        margin-right: 0;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .one-news .news-text .r-side {
        margin: 0 auto 15px;
        max-width: 100%;
    }

    .one-news .news-text .r-side img {
        max-width: 100%;
    }

    .messages-bottom .messages__logo {
        display: none;
    }

    .messages-cont__row {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .plans-block {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .proxy-popup__sides {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 10px 15px;
    }

    .proxy-popup__l-side {
        margin: 0 auto;
    }

    .proxy-popup__r-side {
        width: 100%;
        padding-left: 0;
    }
}

@media only screen and (max-width: 640px) {
    .main-banner .head,
    .section-packages .head {
        font-size: 24px;
    }

    h1 {
        font-size: 20px;
    }

    .tabs-proxy .container {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .tabs-proxy .container .tab-proxy {
        margin-left: 15px;
        margin-right: 15px;
    }

    .table-tariffs .table-tariffs__package {
        max-width: 100%;
    }

    .table-tariffs .table-tariffs__package:after {
        display: none;
    }

    .section-packages,
    .section-stats,
    .section-tariffs,
    .section-features,
    .section-feedback {
        margin-top: 40px;
    }

    .main-banner,
    .tabs-map {
        margin-top: 30px;
    }

    .banner-test {
        padding-top: 160px;
        text-align: center;
    }

    .banner-test .banner-test__head {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .banner-test .banner-test__bottom {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .banner-test .banner-test__text {
        max-width: 100%;
        margin: 0 0 10px 0;
    }

    .banner-test .banner-test__back {
        height: 140px;
    }

    .section-feedback .text {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 640px) {
    .tarif {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative;
        padding-right: 30px;
    }

    .tarif.link {
        padding-right: 20px;
    }

    .tarif__show-more {
        position: absolute;
        top: -webkit-calc(50% - 9px);
        top: calc(50% - 9px);
        right: 12.5px;
    }

    .tarif__btn {
        width: 100%;
    }

    .tarif__hover-block {
        margin-top: 15px;
    }

    .balance__summ-cont .prev, .balance__summ-cont .next {
        display: none;
    }

    .balance__summ-block {
        margin-bottom: 20px;
        margin-right: 0;
        width: 100%;
    }

    .balance__summ-blocks,
    .pay-wallets,
    .bonus-block,
    .settings__col,
    .soc-block,
    .blue-form.demo,
    .text-block,
    .requirements,
    .list-proxy,
    .add-proxy,
    .soft-block__heading,
    .window-cont.news-cont .content,
    .one-news .news-text,
    .one-news .title,
    .messages-heading,
    .messages-cont,
    .messages-bottom,
    .links-block {
        padding: 20px 15px;
    }

    .example {
        padding-right: 0;
    }

    .balance__summ-cont input.add-summ {
        max-width: 100%;
        width: 100%;
    }

    .balance__summ-cont .rate {
        width: 50%;
    }

    .bonus-block > div:last-child {
        margin-bottom: 0;
    }

    .header .header__back.var2 {
        height: 1000px;
    }

    .settings__col {
        width: 100%;
    }

    .main-block.lk .main-title.relative {
        position: relative;
    }

    .main-block.lk .main-title.relative span {
        position: static;
    }

    .main-block.lk .main-title.relative span::before {
        left: 0;
    }

    .main-block.lk .main-title.relative span::after {
        right: 0;
    }

    .soft-block__heading {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .soft-block__link {
        margin: 0 15px 15px;
    }

    .one-news .title .icon {
        max-width: 27px;
        width: 100%;
    }

    .ticket-form .field {
        width: 100%;
    }

    .proxy-popup__title {
        text-align: center;
    }

    .add-ip__block {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .add-ip__field {
        max-width: 100%;
        padding-left: 0;
    }

    .add-ip__block .btn {
        margin: 0 auto 13px;
    }

    .proxy-popup__popup .bottom-block__summ-block {
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: inherit;
    }

    .proxy-popup__popup .bottom-block__summ-block:first-child {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 0;
    }

    .flex-block__block:nth-child(2) {
        max-width: 100%;
    }

    .flex-block__block:first-child {
        max-width: 100%;
    }

    .proxy-popup__r-side .row-date {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .proxy-popup__r-side .date-block {
        margin: 20px auto 0;
    }

    .proxy-popup__r-side .balance__summ-range {
        width: -webkit-calc(100% - 10px);
        width: calc(100% - 10px);
        margin: 0 auto;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 530px) {
    .requirement {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

@media only screen and (max-width: 480px) {
    .main-banner .main-banner__img {
        height: auto;
    }
}

@media only screen and (max-width: 479px) {
    .balance__summ-cont .summ {
        width: 32px;
    }

    .balance__summ-cont.fast-summ .line {
        width: 32px;
        margin-right: 0;
    }

    .balance__summ-cont.fast-summ > div:nth-last-child(2) {
        margin-right: 0;
    }

    .table-tariffs .table-tariffs__theme {
        max-width: 100%;
        -webkit-box-flex: inherit;
        -webkit-flex: inherit;
        -ms-flex: inherit;
        flex: inherit;
    }

    .example {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .one-news .title {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .one-news .title .text {
        width: 100%;
        margin-bottom: 15px;
        font-size: 16px;
    }

    .pagination .next {
        margin-left: 0;
    }

    .pagination .prev {
        margin-right: 0;
    }
}

@media only screen and (max-width: 460px) {
    .header .header__logo img {
        height: 40px;
    }

    .card-feedback .card-feedback__img img {
        width: 50px;
        height: 50px;
    }

    .card-feedback .card-feedback__message {
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        margin: 10px 0 0;
    }

    .card-feedback .card-feedback__user {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: auto;
        margin: 5px;
    }

    .card-feedback .card-feedback__user .rating {
        margin: 10px 0 0;
    }

    .table-tariffs .table-tariffs__update {
        text-align: center;
    }

    .table-tariffs .table-tariffs__price {
        padding: 0 10px;
    }

    .footer .footer__left {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 0;
    }

    .footer .footer__left .footer-copy {
        margin: 10px 0 0 0;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
    }

    .footer .footer-contacts {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer .footer-contacts .footer-contacts_item {
        margin: 0 10px 15px 10px;
    }

    .footer .footer-contacts .footer-contacts_item:last-child {
        margin: 0 10px 15px 10px;
    }

    .footer .footer__back {
        height: 500px;
    }

    .popup {
        padding: 30px 0 0;
    }

    .popup .popup__content-top {
        padding-left: 15px;
        padding-right: 15px;
    }

    .tabs-map .map-list__tabs li {
        padding: 20px 8px;
    }

    .header .container {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 15px;
    }

    .header .header-user {
        max-width: 100%;
        margin-top: 10px;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .header .header-user img {
        width: 35px;
        height: 35px;
    }

    .header .header-user .header-user__content {
        margin-right: 5px;
    }

    .header .header-user .header-user__content .header-user__balance {
        margin-top: 3px;
    }

    .mobile-menu {
        top: 60px;
        height: -webkit-calc(100vh - 60px);
        height: calc(100vh - 60px);
    }
}

@media only screen and (max-width: 460px) {
    .tarif {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .header.var2 .container {
        height: auto;
    }

    .tarif__name {
        margin-bottom: 20px;
    }

    .main-block.lk .main-title.relative {
        font-size: 25px;
    }

    .ticket-table .table-tariffs .row .table-tariffs__package {
        max-width: 100%;
    }

    .ticket-table .table-tariffs .table-tariffs__theme {
        max-width: 100%;
        padding-top: 10px;
    }

    .ticket-table .status {
        margin-left: 10px;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 390px) {
    .balance__summ-cont.info {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .balance__summ-cont.info .text {
        max-width: 100%;
        width: -webkit-calc(100% - 43px);
        width: calc(100% - 43px);
        margin-right: 0;
    }

    .balance__summ-cont.info .flag {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 390px) {
    .messages__logo {
        width: 30px;
        height: 30px;
        margin-right: 20px;
    }

    .messages-cont__message {
        max-width: -webkit-calc(100% - 50px);
        max-width: calc(100% - 50px);
    }

    .messages-bottom__text-field {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .messages-bottom {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .messages-bottom .btn {
        margin: 0 auto;
    }

    .links-block {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .links-block .link-back,
    .links-block .link-close {
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .links-block .link-back {
        margin-bottom: 15px;
    }

    .plans__tab {
        width: 100%;
    }

    .plans__tab::after {
        display: none;
    }
}

.has-error .flex-block__input {
    border: 1px solid red;
}
