@font-face {
    font-family: Roboto;
    src: local("Roboto-Bold"), url(../fonts/Roboto-Bold.woff2) format("woff2"), url(../fonts/Roboto-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Roboto;
    src: local("Roboto-Regular"), url(../fonts/Roboto-Regular.woff2) format("woff2"), url(../fonts/Roboto-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: OpenSans;
    src: local("OpenSans-Bold"), url(../fonts/OpenSans-Bold.woff2) format("woff2"), url(../fonts/OpenSans-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: OpenSans;
    src: local("OpenSans-Regular"), url(../fonts/OpenSans-Regular.woff2) format("woff2"), url(../fonts/OpenSans-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: OpenSans-Bold;
    src: local("OpenSans-Bold"), url(../fonts/OpenSans-Bold.woff2) format("woff2"), url(../fonts/OpenSans-Bold.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: OpenSans-Regular;
    src: local("OpenSans-Regular"), url(../fonts/OpenSans-Regular.woff2) format("woff2"), url(../fonts/OpenSans-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Roboto-Regular;
    src: local("Roboto-Regular"), url(../fonts/Roboto-Regular.woff2) format("woff2"), url(../fonts/Roboto-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Roboto-Bold;
    src: local("Roboto-Bold"), url(../fonts/Roboto-Bold.woff2) format("woff2"), url(../fonts/Roboto-Bold.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

h1 {
    font-size: 2em
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: ButtonText dotted 1px
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

.accordion-list__item.active .accordion-content, details {
    display: block
}

summary {
    display: list-item
}

[hidden], template {
    display: none
}

input {
    padding: 0;
    outline: 0
}

label {
    margin: 0;
}

.accordion-list__item.active .accordion-name {
    color: #3fc
}

.accordion-list__item.active .accordion-name__icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.accordion-list__item.active .accordion-name__icon svg path {
    fill: #3fc
}

.accordion-name {
    font-weight: 500;
    font-size: 14px;
    line-height: 35px;
    color: #fff;
    font-family: Roboto, sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer
}

.accordion-content {
    display: none;
    padding-bottom: 15px
}

.ballance-item {
    background: #2c313a;
    border-radius: 10px;
    padding: 60px
}

@media (max-width: 767px) {
    .ballance-item {
        padding: 20px;
        margin-bottom: 20px
    }
}

.ballance-item__icon {
    text-align: center;
}

.ballance-item__bottom {
    margin-right: auto;
    margin-left: auto;
    margin-top: 40px
}

.ballance-item__bottom .button {
    width: 100%;
    margin-top: 15px;
    text-transform: uppercase;
}

.block-info {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.block-info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 11px;
    max-width: 321px;
    min-width: 321px;
    font-family: Opensans, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.block-info-item .item-desc {
    max-width: 231px
}

@media (max-width: 1919px) {
    .block-info-item .item-desc {
        max-width: 180px
    }

    .block-info-item {
        max-width: 260px;
        min-width: 260px;
        font-size: 14px;
        line-height: 18px
    }

    .--desktop-view {
        display: none
    }
}

@media (max-width: 1400px) {
    .block-info-item {
        max-width: 230px;
        min-width: 230px
    }
}

.block-info-item span {
    white-space: nowrap
}

.--laptop-view-flex {
    display: none
}

@media (max-width: 767px) {
    .block-info-item {
        max-width: none;
        min-width: unset;
        width: 100%
    }

    .--laptop-view-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .swiper-slide {
        text-align: left
    }
}

.block-item {
    background: #262d37;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
    height: 100%;
}

@media (max-width: 1919px) {
    .--laptop-view-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .block-item {
        height: auto
    }
}

.block-item__title {
    margin-bottom: 12px !important
}

.block-item__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.block-item__line .text {
    margin-bottom: 0;
    width: 50%;
    line-height: 28px
}

.block-item__wrap {
    margin-bottom: 20px
}

.button {
    display: inline-block;
    background-color: #262d37;
    border: 1px solid #3fc;
    border-radius: 10px;
    width: 158px;
    line-height: 14px;
    height: 40px;
    font-family: Open Sans, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #3fc;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-decoration: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    /*display: inline-flex;*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.button i {
    font-size: 15px;
    margin-left: 9px
}

.button:hover {
    background-color: #3fc;
    color: #262d37;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.button:hover svg path {
    fill: #262d37
}

.button-width{
    width:100%;
}

.button-square {
    width: 40px !important;
    height:40px !important;
    margin: 5px !important;
    flex: 0 0 40px;
}

@media (max-width: 1919px) {
    .button {
        height: 40px;
        /*line-height: 40px;*/
        width: 202px;
        font-size: 14px
    }
}

@media (min-width: 1920px) {
    .button-transparent {
        padding-top: 3px;
    }
}

@media (max-width: 991px) {
    .button {
        width: 161px
    }
}
@media (max-width: 550px) {
    .button {
        height: auto;
        min-height: 35px;
        min-width: 60px;
        padding: 0 5px;
        line-height: 18px;
    }
}

.button svg {
    margin-left: 9px
}

.button svg path {
    fill: #3fc
}

.button-shadow {
    background: #46525b;
    -webkit-box-shadow: 0 4px 12px rgba(6, 27, 38, .6);
    box-shadow: 0 4px 12px rgba(6, 27, 38, .6);
    border: 0;
    color: #fff;
    text-decoration: none
}

.button-active {
    background: #3fc;
    color: #282e38;
    -webkit-box-shadow: none;
    box-shadow: none
}

.button-icon {
    font-weight: 600
}

.button-icon svg {
    margin-left: 10px
}

.button-transparent {
    background: 0 0
}

.button-width {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
   /* display: flex;*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.button-mb {
    margin-bottom: 20px
}

.button-red {
    background: #e11616;
    border: 0;
    color: #fff
}

.button-red svg path {
    fill: #fff
}

.button-gold, .button-yellow {
    background: #ffc107;
    border: 0;
    color: #252d37;
}
a.button-gold {
    color: #252d37 !important;
}
a.button-accent {
    color: #262d37 !important;
}
a.button-gold:hover{
    color: #262d37 !important;
}

.button-small {
    height: 26px;
    line-height: 26px;
    min-width: 108px;
    border-radius: 10px;
    font-size: 14px
}

.button-content {
    width: fit-content;
    padding: 10px;
}

.button-middle {
    height: 36px;
    line-height: 36px;
    border-radius: 10px
}

.button-gray {
    background: #4e5560;
    color: rgba(255, 255, 255, .54) !important;
    border: 0
}

.button-gray:hover {
    color: #000 !important
}

.button-medium {
    height: 36px;
    font-size: 14px;
    line-height: 36px
}

.button-download {
    height: 30px;
    font-size: 14px;
    color: #3fc;
    background: #4e5560;
    border-radius: 10px;
    border: 0;
    line-height: 30px;
    width: 108px
}

@media (max-width: 991px) {
    .button-download {
        height: 22px;
        line-height: 22px
    }
}

.button-black {
    background: #262d37;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none
}

.width-full {
    width: 100%
}

.button__uppercase {
    text-transform: uppercase
}

.button-accent {
    background-color: #3fc;
    font-family: Opensans, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: #092738;
    -webkit-transition: .13s;
    -o-transition: .13s;
    transition: .13s
}

.button-accent:active {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95)
}

.button-accent:hover {
    background-color: #99ffe6;
    /*border: #99ffe6*/
}

.clipboard:hover {
    border: 1px solid transparent;
}

.button__icon {
    background-color: #3fc;
    text-align: center;
    line-height: 38px;
    color: #262d37;
    width: 52px;
    height: 38px;
    border-radius: 0 10px 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.button__icon svg path {
    fill: #3a4049
}

.left-centered {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0
}

.ordinary-buttons .button {
    margin-right: 30px
}

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

.buttons-and-link .link {
    margin-top: -25px
}

.category-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 991px) {
    .buttons-and-link {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .buttons-and-link .link {
        margin-top: 0
    }

    .category-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.category-list__item {
    background: #262d37;
    border-radius: 10px;
    /*margin-right: 30px;*/
    width: 100%;
    /*max-width: 285px;*/
    position: relative;
    height: 75px;
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    text-decoration: none;
    margin-bottom: 20px;
    text-align: center;
}

.category-list__item .bg-danger {
    font-size: 11px !important;
}

.category-list__item-icon {
    position: absolute;
    bottom: 0;
    right: 0
}

.category-list__item:hover {
    background: #3fc
}

.category-list__item:hover .title-block {
    color: #139978
}

.category-list__item:hover .category-list__item-icon svg path {
    fill: rgba(19, 153, 120, .55)
}

.checkbox input {
    display: none
}

.checkbox input + label {
    position: relative;
    padding-left: 31px;
    cursor: pointer;
    display: block;
    font-size: 14px;
    color: #fff;
    font-family: Opensans, sans-serif
}

@media (max-width: 991px) {
    .checkbox input + label {
        min-height: 31px
    }
}

.checkbox input + label:before {
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    background: #2c313a;
    border: 1px solid #fff;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (max-width: 767px) {
    .category-list__item {
        margin-bottom: 10px;
    }

    .category-list__item-icon {
        max-width: 125px
    }

    .category-list__item-icon svg {
        width: auto;
        height: auto
    }

    .checkbox input + label:before {
        width: 18px;
        height: 18px
    }
}

.category-list__item .badge {
    position: absolute;
    right: 10px;
    top: 10px;
}

.checkbox input + label:after {
    content: '';
    display: block;
    background: url(../img/icons/check.svg) no-repeat;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 3.5px;
    opacity: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.checkbox input:checked + label:after {
    opacity: 1
}

.checkbox__small input + label:before {
    width: 16px;
    height: 16px
}

.checkbox-other:not(:last-child) {
    margin-bottom: 15px
}

.checkbox-other input + label:before {
    width: 19px;
    height: 19px;
    background: #2c313a;
    border: 1px solid rgba(255, 255, 255, .25)
}

.checkbox-other input + label:after {
    background-image: url(../img/icons/check-white.svg);
    width: 13px;
    height: 10px
}

.content-page {
    position: relative;
    padding: 15px;
}

@media (max-width: 768px) {
    .content-page {
        padding: 10px   ;
    }
}

.dropdown-sort {
    position: relative;
    display: inline-block
}

.dropdown-sort__icon {
    width: 12px;
    height: 12px;
    background: url(../img/icons/icon__menu.svg) center center/contain no-repeat;
    cursor: pointer
}

.dropdown-sort__icon-setting {
    width: 20px;
    height: 20px;
    background-image: url(../img/icons/icon__filter.svg)
}

.dropdown-sort__block {
    position: absolute;
    top: 29px;
    left: -20px;
    background: #3a4049;
    border: 1px solid #fff;
    -webkit-box-shadow: 0 2px 12px rgba(18, 15, 15, .25);
    box-shadow: 0 2px 12px rgba(18, 15, 15, .25);
    border-radius: 10px;
    padding: 30px 16px;
    z-index: 2;
    opacity: 0;
    pointer-events: none;
    min-width: 255px
}

.dropdown-sort__block .checkboxs {
    margin-top: 25px
}

.dropdown-sort__block .checkboxs .checkbox:not(:last-child) {
    margin-bottom: 25px
}

.dropdown-sort.active .dropdown-sort__icon-setting {
    background-image: url(../img/icons/icon__filter-active.svg)
}

.dropdown-sort.active .dropdown-sort__block {
    opacity: 1;
    pointer-events: auto
}

.flag {
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle
}

.flag_us {
    background-image: url(../img/icons/flag_us.svg)
}

.footer {
    position: relative;
    /*height: 72px;*/
    background-color: #262d37;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-between;
    padding: 10px 17px;
}

.footer .all-rights {
    /*display: inline-block;*/
    font-family: Opensans, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    /*line-height: 16px;*/
    color: #fff
}

.footer .to-top-btn {
    position: absolute;
    cursor: pointer;
    right: 10px;
    bottom: 18px;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background-color: #3fc
}

@media (max-width: 1919px) {
    .footer .to-top-btn {
        right: 17px;
        top: 50%;
        margin-top: -13px;
    }
}

.footer .to-top-btn::before {
    position: absolute;
    content: "";
    width: 11px;
    height: 11px;
    border-right: 3px solid #262d37;
    border-top: 3px solid #262d37;
    top: 50%;
    right: 44%;
    -webkit-transform: rotateZ(-45deg) translateX(50%);
    -ms-transform: rotate(-45deg) translateX(50%);
    transform: rotateZ(-45deg) translateX(50%)
}

.form-inner {
    padding: 50px 65px
}

.form {
    background-color: #262d37;
    overflow: hidden;
    width: 602px;
    border-radius: 30px;
    margin: 20px auto
}

@media (max-width: 1919px) {
    .form {
        width: 574px
    }
}

@media (max-width: 991px) {
    .footer .to-top-btn {
        right: 30px
    }

    .form-inner {
        padding: 70px 60px
    }

    .form {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .footer {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .footer .all-rights {
        margin-bottom: 25px;
    }

    .footer .to-top-btn {
        right: 10px
    }

    .form-inner {
        padding: 37px 20px
    }

    /*.form {*/
    /*    width: calc(100vw - 20px)*/
    /*}*/
}

.form-box {
    width: 100%;
    border-radius: 20px
}

.title {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    letter-spacing: .04em;
    color: #3fc;
    margin-bottom: 20px;
    text-transform: uppercase;
}

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

@media (max-width: 767px) {
    .title {
        margin-bottom: 27px;
        font-size: 30px;
        line-height: 30px
    }

    .btn-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        /*-ms-flex-direction: column;*/
        /*flex-direction: column;*/
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .btn-block .button {
        width: 100%;
    }
}

@media (max-width: 568px) {
    .btn-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.add-info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 28px;
    padding-bottom: 28px;
    width: 100%;
    background-color: #1f252d
}

.reg-img {
    margin-right: 30px
}

.icon {
    width: 19px;
    height: 19px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: inline-block
}

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

    .icon {
        width: 15px;
        height: 15px
    }
}

.icon-time {
    background-image: url(../img/icons/clock.svg)
}

.icon-refresh {
    background-image: url(../img/icons/refresh.svg)
}

.icon-trash {
    background-image: url(../img/icons/icon__trash.svg)
}

.icon-download {
    background-image: url(../img/icons/icon__download.svg)
}

.icon-lock {
    width: 20px;
    height: 20px;
    background-image: url(../img/icons/icon__lock.svg)
}

.icon-view {
    width: 18px;
    height: 14px;
    background-image: url(../img/icons/icon__view.svg)
}

.icon-square {
    width: 14px;
    height: 14px;
    background: #ffd600;
    border-radius: 2px
}

.icon-small {
    width: 16px;
    height: 16px
}

.icon-apply {
    background-image: url(../img/icons/icon__apply.svg);
    width: 14px;
    height: 14px
}

.icon-comment {
    width: 15px;
    height: 15px;
    background-image: url(../img/icons/icon__comment.svg)
}

.icon-edit {
    background-image: url(../img/icons/icon__edit.svg);
    width: 16px;
    height: 16px
}

.icon-home {
    background-image: url(../img/icons/icon__home.svg);
    width: 16px;
    height: 16px
}

.icon-picture {
    background-image: url(../img/icons/picture.svg);
    width: 20px;
    height: 17px
}

.icon-redir {
    background-image: url(../img/icons/icon__redir.svg);
    width: 17px;
    height: 17px
}

.icon-circle {
    background: #5a616c;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 15px;
    position: relative
}

.icon-circle__mail:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../img/icons/icon__mail.svg) 0 0/cover no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.icon-circle__phone:before {
    content: '';
    display: inline-block;
    width: 11px;
    height: 11px;
    background: url(../img/icons/icon__phone.svg) 0 0/cover no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.icon + .icon {
    margin-left: 10px
}

.img-push {
    width: 100%;
    max-width: 100%
}

.input-block {
    height: auto
}

.input_border-bottom {
    border: none;
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: rgba(255, 255, 255, .7);
    background-color: transparent
}

@media (max-width: 1919px) {
    .input_border-bottom {
        padding-bottom: 13px
    }
}

.input-line {
    width: 100%;
    background: #2c313a;
    border: 1px solid #fff;
    border-radius: 10px;
    height: 40px;
    padding: 0 20px;
    font-size: 14px;
    color: #fff;
    font-family: Opensans, sans-serif
}

.input-line-sm {
    background: #2c313a;
    border: 1px solid #fff;
    border-radius: 10px;
    height: 26px;
    padding: 0 10px;
    font-size: 14px;
    color: #fff;
    font-family: Opensans, sans-serif
}

.input-line-sm::-webkit-input-placeholder {
    color: #999
}

.input-line-sm::-moz-placeholder {
    color: #999
}

.input-line-sm:-ms-input-placeholder {
    color: #999
}

.input-line-sm::-ms-input-placeholder {
    color: #999
}

.input-line-sm::placeholder {
    color: #999
}

.input-line__bottom {
    margin-bottom: 20px
}

@media (max-width: 1919px) {
    .input-line__bottom {
        margin-bottom: 10px
    }
}

.input-line__date {
    position: relative
}

.input-line__date:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(../img/icons/icon__calendar.svg) 0 0/contain no-repeat;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 22px
}

@media (max-width: 767px) {
    .input-line__date:before {
        width: 16px;
        height: 16px
    }
}

.input-line__date input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.input-line__time {
    position: relative
}

.input-line__time:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(../img/icons/icon__clock.svg) 0 0/contain no-repeat;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 22px
}

@media (max-width: 767px) {
    .input-line__time:before {
        width: 16px;
        height: 16px
    }
}

.input-line__time input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.input-line__noborder {
    border: 0;
    height: 40px
}

.input-line__small {
    height: 30px;
    background: #4e5560;
    border-radius: 10px
}

.input-line__table {
    background: #4e5560;
    border-radius: 10px;
    height: 30px !important;
    padding: 0 10px !important;
    border: 0;
    width: auto !important;
    text-align: center
}

@media (max-width: 991px) {
    .input-line__table {
        height: 20px !important;
        line-height: 20px
    }
}

.input-line__noradius {
    border-radius: 0
}

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

.input-block-table .input-line {
    margin-right: 10px
}

textarea.input-table-area {
    resize: none;
    width: 100%;
    outline: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: transparent;
    border: transparent;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    vertical-align: center;
    padding-bottom: 2px;
    min-height: 14px
}

textarea.input-table-area:focus {
    padding-bottom: 0;
    border-bottom: 1px solid #fff
}

.textarea-main {
    width: 100%;
    background-color: #2c313a;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 17px 21px;
    font-family: Opensans, sans-serif;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    outline: transparent
}

.textarea-main::-webkit-input-placeholder {
    color: #fff;
    font-size: 14px;
    line-height: 14px
}

.textarea-main::-moz-placeholder {
    color: #fff;
    font-size: 14px;
    line-height: 14px
}

.textarea-main:-ms-input-placeholder {
    color: #fff;
    font-size: 14px;
    line-height: 14px
}

.textarea-main::-ms-input-placeholder {
    color: #fff;
    font-size: 14px;
    line-height: 14px
}

.textarea-main::placeholder {
    color: #fff;
    font-size: 14px;
    line-height: 14px
}

.item-line {
    padding-right: 50px;
    position: relative
}

.item-line .icon-block {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (max-width: 991px) {
    .item-line {
        padding-right: 0
    }

    .item-line .icon-block {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        text-align: right
    }

    .item-line__block {
        margin-bottom: 10px;
        position: relative;
        text-align: right;
        padding-left: 100px
    }

    .item-line__block::before {
        content: attr(data-name);
        display: inline-block;
        font-size: 16px;
        color: #fff;
        font-weight: 600;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.item-line__block .text {
    line-height: 20px
}

.item-line__block .text-middle {
    margin-bottom: 0
}

.item-line__add {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../img/icons/icon__plus.svg) no-repeat;
    cursor: pointer;
    vertical-align: middle;
    margin-left: 10px
}

.item-line__content {
    display: none
}

.item-line__content.open {
    display: block
}

.item-line__more-btn {
    padding-right: 90px
}

@media (max-width: 991px) {
    .item-line__more-btn {
        padding-right: 0
    }

    .item-line__head {
        display: none
    }
}

.dropdown-circle {
    width: 44px
}

.dropdown-circle .current-item {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #061b26;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.dropdown-circle .current-item:hover {
    background-color: #3a4049;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.dropdown-circle .dropdown-circle-list {
    display: none;
    margin-top: 10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.dropdown-circle .open {
    display: block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: absolute;
    z-index: 1
}

.dropdown-circle .dropdown-circle-item {
    cursor: pointer;
    list-style-type: none;
    margin-bottom: 5px
}

.dropdown-circle .dropdown-circle-item .img-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #061b26;
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.dropdown-circle .dropdown-circle-item .img-wrapper:hover {
    background-color: #3a4049
}

.dropdown-circle.mobile-dropdown-lang {
    padding-left: 27px
}

.link-accent {
    display: inline-block;
    font-family: Opensans, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #3fc;
    padding-left: 10px
}

.list {
    list-style-type: none;
    counter-reset: bracket
}

.list .list-item:before {
    content: counter(bracket) ") ";
    counter-increment: bracket
}

.list .list-item {
    font-family: Opensans, sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #fff
}

.login-info {
    cursor: pointer;
    position: relative
}

.login-info__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.login-info__photo {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

@media (max-width: 767px) {
    .list .list-item {
        font-size: 14px;
        line-height: 28px
    }

    .login-info__photo {
        margin-right: 0;
        width: 35px;
        height: 35px
    }

    .login-info__name {
        display: none
    }
}

.login-info__name {
    font-size: 16px;
    line-height: 14px;
    color: #fff;
    margin-right: 10px
}

.login-info__dropdown {
    min-width: 200px;
    position: absolute;
    z-index: 2;
    top: 57px;
    right: 0;
    background-color: #252d37;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 18px;
    display: none
}

.login-info__dropdown.open {
    display: block
}

.login-info__dropdown .dropdown-name {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
    color: #fff;
    display: none
}

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

    .login-info__dropdown {
        top: 50px;
        padding: 10px
    }

    .login-info__dropdown .dropdown-name {
        display: block
    }
}

.background-lines1 {
    background: url(../img/bg.png) bottom left/cover no-repeat
}

.header {
    background-color: #262d37;
    height: 70px;
    padding: 0 5px;
    z-index: 1;
}

.header .left-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header .right-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px
}

.menu-btn {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 43px;
    height: 43px
}

.menu-btn .btn-inner {
    pointer-events: none;
    position: relative;
    width: 15px;
    height: 2px;
    background-color: #3fc
}

.menu-btn .btn-inner::after {
    position: absolute;
    content: "";
    width: 24px;
    height: 2px;
    background-color: #3fc;
    top: -7px
}

.menu-btn .btn-inner::before {
    position: absolute;
    content: "";
    width: 24px;
    height: 2px;
    background-color: #3fc;
    bottom: -7px
}

.profile-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 44px;
    height: 44px;
    background-color: #061b26;
    border-radius: 50%
}

.circle-icon {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #061b26
}

.circle-icon:hover {
    background-color: #3a4049
}

.circle-icon .circle-icon__img {
    width: 20px;
    height: auto;
    pointer-events: none
}

.dropdown-sqr {
    position: relative
}

.dropdown-sqr .circle-icon:hover {
    background-color: #3fc
}

.dropdown-sqr .circle-icon:hover img {
    -webkit-filter: invert(100%);
    filter: invert(100%)
}

.dropdown-sqr li {
    list-style-type: none
}

.dropdown-sqr-list {
    display: none;
    min-width: 307px;
    position: absolute;
    z-index: 2;
    top: 70px;
    right: 0;
    background-color: #3a4049;
    -webkit-box-shadow: 0 2px 12px rgba(18, 15, 15, .25);
    box-shadow: 0 2px 12px rgba(18, 15, 15, .25);
    border-radius: 10px;
    border: 1px solid #fff
}

.dropdown-sqr-item {
    cursor: pointer;
    position: relative;
    font-family: Opensans, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    color: #3fc;
    padding: 18px 21px 26px
}

.dropdown-sqr-item::after {
    position: absolute;
    content: "";
    top: 20px;
    right: 15px;
    width: 10px;
    height: 10px;
    -webkit-transform: rotateZ(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotateZ(-135deg);
    border-top: 1px solid #bdc4d7;
    border-left: 1px solid #bdc4d7;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.dropdown-sqr-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.dropdown-sqr-submenu {
    height: 0
}

.dropdown-sqr-submenu-item__link {
    cursor: pointer;
    text-decoration: none;
    font-family: Opensans, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 0;
    line-height: 0;
    color: #fff;
    padding-left: 10px;
    margin-bottom: 8px;
    -webkit-transition: .13s;
    -o-transition: .13s;
    transition: .13s
}

.dropdown-sqr-submenu-item__link:hover {
    color: #3fc
}

.desktop-only {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

@media (max-width: 1919px) {
    .header .right-block {
        gap: 15px
    }

    .desktop-only {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

@media (max-width: 1200) {
    .desktop-only {
        display: none
    }
}

.active .dropdown-sqr-submenu {
    height: auto
}

.active .dropdown-sqr-submenu-item__link {
    font-size: 14px;
    line-height: 30px
}

.dropdown-sqr-item.active::after {
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    transform: rotateZ(45deg);
    border-top: 1px solid #3fc;
    border-left: 1px solid #3fc
}

.on {
    display: block
}

.login-logo {
    position: absolute;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%)
}

.login-logo img {
    width: 100%;
    height: auto
}

.press-here {
    text-align: right;
    margin-right: 60px;
}

@media (max-width: 992px) {
    .footer {
        flex-direction: column;
        padding: 10px;
    }

    .press-here {
        text-align: center;
        margin-right: 0;
    }

    .footer .to-top-btn {
        right: 10px;
        top: 20px;
    }
}

.press-here__link {
    color: #efefef;
    text-decoration: underline;
    font-size: 16px;
}

.main-logo {
    margin-right: 108px;
    margin-left: 50px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 100px;
}

@media (max-width: 1919px) {
    .login-logo {
        width: 123px;
        height: 33px;
        top: 20px
    }

    .main-logo {
        margin-left: 0;
        margin-right: 20px
    }
}

@media (max-width: 1199px) {
    .main-logo {
        position: absolute;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
        width: 123px;
        height: 33px;
        top: 20px;
        margin-right: 0;
        margin-left: 0
    }
}

.main-logo img {
    width: 100%;
    height: auto
}

.sidebar-block.sidebar-on .sidebar-wrapper {
    width: 260px
}

@media (max-width: 768px) {
    .sidebar-block.sidebar-on .sidebar-wrapper {
        width: 100%;
    }
}

.sidebar-block {
    opacity: 0;
    overflow-x: hidden;
    overflow-y: auto;
    width: 0;
    background-color: #262d37;
    z-index: 9998;
    min-height: 100vh;
    -webkit-transition: opacity .1s, width .1s;
    -o-transition: opacity .1s, width .1s;
    transition: opacity .1s, width .1s
}

.sidebar-block .sidebar-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.sidebar-block .sidebar-item.current {
    background: #1e242c;
}

.sidebar-block .sidebar-item.current .item-name__link {
    color: #3fc;
}

.sidebar-block .item-name__link {
    white-space: nowrap;
    margin-left: 22px;
    text-decoration: none;
    font-family: Opensans, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
}

@media (min-width: 768px) {
    .sidebar-block .item-name__link {
        display: block;
        width: 100%;
    }
}

.sidebar-block li {
    list-style-type: none;
    position: relative;
}


@media (max-width: 900px) {
    .sidebar-block {
        position: absolute;
        min-height: 100vh;
        height: 100%;
        left: 0
    }
}

.sidebar-block .sidebar-item__inner, .sidebar-block .sidebar-item__link {
    white-space: nowrap;
    cursor: pointer;
    position: relative;
    width: 100%;
    text-decoration: none;
    font-family: Opensans, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 15px 10px 17px
}

.sidebar-block .select2-container {
    z-index: 9999;
}

.sidebar-block .sidebar-submenu {
    background: #1e242c;
    padding: 20px 25px;
    width: max-content;
    width: -moz-max-content;
}

.sidebar-block .sidebar-submenu.grid {
    /*width: 650px;*/
    columns: 2;
    column-gap: 0;
    max-width: inherit;
}

@media (max-width: 1000px) {
    .sidebar-block .sidebar-submenu.grid {
        columns: 2;
        width: 650px;
    }
}

@media (max-width: 900px) {
    .sidebar-block .sidebar-submenu.grid {
        columns: 1;
        width: 350px;
    }
}

@media (max-width: 768px) {

}

.sidebar-item.active .sidebar-subitem {
    visibility: inherit;
}

.sidebar-block .sidebar-subitem {
    /*margin-left: 22px;*/
    position: absolute;
    left: 260px;
    visibility: hidden;
}

.sidebar-block .menu-arrow {
    position: absolute;
    content: "";
    top: 50%;
    margin-top: -4px;
    right: 17px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #bdc4d7;
    border-bottom: 1px solid #bdc4d7;
    -webkit-transform: rotateZ(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotateZ(-45deg);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.sidebar-block .active {
    position: relative;
    background-color: #1e242c
}

/*.sidebar-block .active::after {*/
/*    position: absolute;*/
/*    content: "";*/
/*    width: 34px;*/
/*    height: 34px;*/
/*    background-color: #262d37;*/
/*    border-radius: 50%;*/
/*    right: 0;*/
/*    bottom: -34px;*/
/*    -webkit-box-shadow: 15px -15px 0 #3a4049;*/
/*    box-shadow: 15px -15px 0 #3a4049*/
/*}*/

/*.sidebar-block .active::before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    width: 34px;*/
/*    height: 34px;*/
/*    background-color: #262d37;*/
/*    border-radius: 50%;*/
/*    right: 0;*/
/*    top: -34px;*/
/*    -webkit-box-shadow: 15px 15px 0 #3a4049;*/
/*    box-shadow: 15px 15px 0 #3a4049*/
/*}*/

.sidebar-block .active .item-name {
    color: #3fc
}

.sidebar-block .active .icon-wrapper svg path {
    fill: #3fc
}

.sidebar-block .active .item-name__link {
    color: #3fc
}

.sidebar-block .active .menu-arrow {
    border-right: 1px solid #3fc;
    border-bottom: 1px solid #3fc
}

.sidebar-block .attention-text {
    white-space: nowrap
}

.sidebar-submenu-item__link {
    position: relative;
    display: block;
    text-decoration: none;
    font-family: Opensans, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-left: 50px;
    padding-left: 13px
}

.sidebar-submenu-item__link:hover {
    color: #3fc
}

.sidebar-submenu-item__link::after {
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #fff;
    left: 0;
    top: 22px
}

.active > .sidebar-subitem > .sidebar-submenu {
    display: block
}

.sidebar-on {
    width: 260px;
    left: 0;
    opacity: 1;
    overflow: inherit;
}

@media (max-width: 991px) {
    .sidebar-on {
        position: absolute
    }
}

@media (min-width: 768px) {
    .sidebar-block .sidebar-item:hover {
        background-color: #1e242c;
    }

    .sidebar-block .sidebar-item:hover .item-name__link {
        color: #3fc;
    }

    .sidebar-block .sidebar-item .sidebar-submenu {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .sidebar-block .sidebar-item:hover .sidebar-subitem {
        visibility: inherit;
    }
}

@media (max-width: 768px) {
    .sidebar-on {
        width: 100%;
    }

    .sidebar-block .sidebar-item.active {

    }

    .sidebar-item.active .menu-arrow {
        -webkit-transform: rotateZ(45deg);
        -ms-transform: rotate(45deg);
        transform: rotateZ(45deg);
    }

    .sidebar-block .sidebar-item .sidebar-submenu {
        border-radius: 0;
    }

    .sidebar-block .sidebar-submenu {
        padding: 5px 10px 5px 40px;
        width: 100%;
    }
}

.attention-text {
    position: absolute !important;
    display: block;
    font-family: Opensans, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    padding-left: 25px;
    color: #e11717;
    right: 15px
}

.attention-text::before {
    position: absolute;
    content: "";
    background: url(../img/attention.png) 0 0/contain no-repeat;
    left: 0;
    width: 15px;
    height: 15px
}

.menu-attention {
    margin-left: 72px;
    /*padding-bottom: 20px;*/
    /*margin-top: -10px*/
    top: calc(50% - 7px);
}

@media (max-width: 991px) {
    .wrapper {
        padding: 0 20px
    }
}

.mess-list {
    border-top: 1px solid rgba(255, 255, 255, .2);
    margin-top: 30px
}

.mess-list__item {
    padding: 25px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.mess-list__item-date {
    font-size: 14px;
    line-height: 14px;
    color: #c5c0c0;
    font-family: Opensans, sans-serif;
    position: relative;
    padding-left: 24px
}

.mess-list__item-date:before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    background: url(../img/icons/icon__calendar.svg) 0 0/contain no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: .6
}

.mess-list__item-text {
    font-size: 16px !important;
    margin-top: 22px
}

@media (max-width: 767px) {
    .mess-list__item-text {
        font-size: 14px !important
    }
}

.mess-list__item-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 25px
}

.mess-list__item-bottom a:not(:last-child) {
    margin-right: 40px
}

.messages-block {
    background: #2c313a;
    border: 1px solid #fff;
    border-radius: 30px
}

.messages-block__search {
    height: 68px;
    width: 100%;
    border-radius: 0;
    background: 0 0;
    font-family: Opensans, sans-serif;
    font-size: 16px;
    border: 0;
    padding-left: 60px;
    padding-right: 60px;
    color: #fff
}

.messages-block__search::-webkit-input-placeholder {
    color: #9096a0
}

.messages-block__search::-moz-placeholder {
    color: #9096a0
}

.messages-block__search:-ms-input-placeholder {
    color: #9096a0
}

.messages-block__search::-ms-input-placeholder {
    color: #9096a0
}

.messages-block__search::placeholder {
    color: #9096a0
}

.messages-block__search-block {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, .43)
}

.messages-block__search-block:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url(../img/icons/icon__search-mess.svg) no-repeat;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 30px
}

.messages-block__search-block-add {
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: url(../img/icons/icon__add.svg) no-repeat;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (max-width: 767px) {
    .messages-block__search {
        padding-left: 30px
    }

    .messages-block__search-block:before {
        left: 10px
    }

    .messages-block__search-block-add {
        right: 10px
    }
}

.messages-block__search-block-close {
    width: 14px;
    height: 14px;
    background: url(../img/icons/icon__close.svg) 0 0/contain no-repeat;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer
}

.messages-block__dialog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 30px;
    position: relative
}

.messages-block__dialog .mess-close {
    width: 14px;
    height: 14px;
    background: url(../img/icons/icon__close.svg) 0 0/contain no-repeat;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (max-width: 767px) {
    .messages-block__search-block-close {
        right: 10px
    }

    .messages-block__dialog {
        padding: 10px 40px 10px 10px
    }

    .messages-block__dialog .mess-close {
        right: 10px
    }
}

.messages-block__dialog .avatar-block span {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #4f5560;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.messages-block__dialog .avatar-block span:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(../img/icons/icon__user.svg) no-repeat
}

.messages-block__dialog .info-block {
    padding-left: 13px;
    font-family: Opensans, sans-serif;
    color: #fff;
    font-size: 14px
}

.messages-block__dialog .info-block__name {
    font-weight: 600;
    margin-bottom: 1px
}

.messages-block__dialog .info-block__text {
    font-weight: 400
}

.messages-block__dialog:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, .13)
}

.messages-block__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 68px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 30px;
    border-bottom: 1px solid rgba(255, 255, 255, .43)
}

.messages-block__top .back {
    font-family: Opensans, sans-serif;
    color: #9096a0;
    font-size: 16px;
    position: relative;
    display: inline-block;
    padding-left: 33px;
    text-decoration: none
}

@media (max-width: 767px) {
    .messages-block__top {
        padding: 0 10px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .messages-block__top .back {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.messages-block__top .back:before {
    content: "";
    display: block;
    width: 20px;
    height: 18px;
    background: url(../img/icons/icon__arrow-left.svg) no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.messages-block__top .name-top {
    font-family: Opensans, sans-serif;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 767px) {
    .messages-block__top .name-top {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 100%
    }
}

.messages-block__top .name-top .icon {
    margin-left: 5px
}

.messages-block__top .right-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.messages-block__top .right-top .search-mess {
    margin-right: 30px;
    display: inline-block
}

.messages-block__top .right-top .search-mess svg path {
    fill: #fff
}

.messages-block__top .right-top .logo-top img {
    max-width: 88px
}

.messages-block__message {
    height: 265px;
    padding-top: 10px;
    position: relative
}

.messages-block__message .message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 30px
}

@media (max-width: 767px) {
    .messages-block__top .right-top {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .messages-block__top .right-top .search-mess {
        margin-right: 0
    }

    .messages-block__top .right-top .logo-top {
        display: none
    }

    .messages-block__message .message {
        padding: 10px
    }
}

.messages-block__message .message .avatar-block span {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #4f5560;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.messages-block__message .message .avatar-block span:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(../img/icons/icon__user.svg) no-repeat
}

.messages-block__message .message .info-block {
    padding-left: 13px;
    font-family: Opensans, sans-serif;
    color: #fff;
    font-size: 14px
}

.messages-block__message .message .info-block__name {
    font-weight: 600;
    margin-bottom: 1px
}

.messages-block__message .message .info-block__text {
    font-weight: 400
}

.messages-block__message .user-status {
    font-size: 14px;
    color: #fff;
    margin-top: 8px;
    padding-bottom: 20px;
    font-family: Opensans, sans-serif;
    padding-left: 30px
}

.messages-block__input {
    width: 100%;
    background: 0 0;
    padding: 24px 60px 10px 65px;
    font-size: 14px;
    font-family: Opensans, sans-serif;
    height: 63px;
    color: #fff;
    outline: 0;
    resize: none
}

.messages-block__input::-webkit-input-placeholder {
    color: #9c9c9c
}

.messages-block__input::-moz-placeholder {
    color: #9c9c9c
}

.messages-block__input:-ms-input-placeholder {
    color: #9c9c9c
}

.messages-block__input::-ms-input-placeholder {
    color: #9c9c9c
}

.messages-block__input::placeholder {
    color: #9c9c9c
}

.messages-block__input-block {
    font-size: 0;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, .13)
}

.messages-block__input-block:before {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    background: url(../img/icons/icon__info-mess.svg) no-repeat;
    position: absolute;
    top: 20px;
    left: 30px
}

.messages-block__input-block .send {
    width: 18px;
    height: 18px;
    background: url(../img/icons/icon__send.svg) no-repeat;
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.messages-block.one-dialog {
    position: relative;
    overflow: hidden
}

.messages-block.one-dialog .messages-block__search-block {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background: #2c313a;
    opacity: 0;
    pointer-events: none
}

.messages-block.one-dialog .messages-block__search-block.active {
    opacity: 1;
    pointer-events: auto
}

.nav-graph {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px
}

.nav-graph__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    line-height: 16px
}

@media (max-width: 991px) {
    .nav-graph__item {
        font-size: 14px;
        line-height: 14px
    }

    .trans-id {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: inline;
        word-break: break-all
    }
}

.nav-graph__item-icon {
    margin-right: 10px
}

.nav-graph__item.prev .nav-graph__item-icon svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.nav-graph__item.next .nav-graph__item-icon {
    margin-left: 10px;
    margin-right: 0
}

.nav-graph__item.view .nav-graph__item-icon svg path {
    fill: #3fc
}

.nav-graph__item:hover {
    color: #fff
}

.filter-icon {
    position: absolute;
    top: 22px;
    right: 20px
}

.number-info {
    margin-top: 10px;
    white-space: nowrap
}

@media (max-width: 767px) {
    .messages-block__message .user-status {
        padding-left: 10px
    }

    .messages-block__input {
        padding-left: 45px
    }

    .messages-block__input-block:before {
        left: 10px
    }

    .messages-block__input-block .send {
        right: 10px
    }

    .nav-graph__item {
        font-size: 12px;
        line-height: 12px
    }

    .filter-icon {
        top: 18px
    }

    .number-info {
        white-space: normal
    }
}

.mb30 {
    margin-bottom: 30px
}

.trans-id {
    color: #fff;
    text-decoration: none
}

.accent {
    color: #3fc
}

.accent-yellow {
    color: #fcd403
}

.accent-red {
    color: #e11616
}

.info-text {
    background: rgba(51, 255, 204, .38);
    border-radius: 10px;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    font-family: Opensans, sans-serif;
    padding: 5px 30px;
    display: inline-block
}

.link {
    color: #3fc;
    border-bottom: 1px dashed #3fc;
    font-family: Opensans, sans-serif;
    font-size: 16px;
    text-decoration: none
}

.link:hover {
    color: #3fc;
    border-bottom: 0
}

.page-links {
    position: relative;
    margin-right: -15px;
    margin-left: -15px
}

.page-links__list .swiper-wrapper {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: table;
    table-layout: fixed
}

@media (max-width: 1919px) {
    .page-links {
        margin-right: 0;
        margin-left: 0
    }

    .page-links__list .swiper-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.page-links__list .swiper-wrapper .swiper-slide {
    width: 100%;
    padding-bottom: 25px;
    display: table-cell;
    padding-right: 15px;
    padding-left: 15px
}

@media (max-width: 1919px) {
    .page-links__list .swiper-wrapper .swiper-slide {
        width: calc(100% / 4 - 20px);
        padding-bottom: 15px;
        padding-right: 0;
        padding-left: 0
    }
}

@media (max-width: 767px) {
    .page-links__list .swiper-wrapper {
        width: auto;
        -webkit-box-orient: inherit;
        -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
        flex-direction: inherit;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
        padding-bottom: 20px
    }

    .page-links__list .swiper-wrapper .swiper-slide {
        width: 100%;
        padding-bottom: 0
    }
}

.page-links__list-notfull .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.page-links__list-notfull .swiper-wrapper .swiper-slide {
    width: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.page-links__item {
    width: 100%
}

.page-links__nav {
    display: none
}

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

    .pagination__item:nth-child(4), .pagination__item:nth-child(5) {
        display: none
    }
}

.page-links__arrow {
    background: #262d37;
    border-radius: 0 30px 30px 0;
    width: 35px;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -10px;
    z-index: 4;
    margin-top: -10px
}

.page-links__arrow svg {
    margin-left: 8px
}

.page-links__arrow:hover svg path {
    fill: #3fc
}

.page-links__arrow.right {
    border-radius: 30px 0 0 30px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    left: auto;
    right: -10px
}

.page-links__arrow.right svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-right: 8px;
    margin-left: 0
}

.page-links__with-button {
    width: 70%
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (max-width: 991px) {
    .page-links__with-button {
        width: 100%
    }

    .pagination {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.pagination__item {
    width: 31px;
    height: 31px;
    border-radius: 50%;
    background: #262d37;
    margin: 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    color: #3fc;
    text-decoration: none
}

.pagination__item a {
    color: #3fc;
    text-decoration: none
}

.pagination__item.arrow.right svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.pagination__item.active, .pagination__item:hover {
    background: #3fc;
    color: #262d37
}

.pagination__item.active a, .pagination__item:hover a {
    color: #262d37
}

.pagination__item.active svg path, .pagination__item:hover svg path {
    fill: #262d37
}

.pagination__wrapper {
    text-align: right;
    margin-top: 30px
}

.pagination__wrapper-top {
    margin-bottom: 30px
}

.panel {
    background: #4b515a;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 10px
}

.panel-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    font-family: Opensans, sans-serif;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 1919px) {
    .panel {
        padding: 5px
    }

    .panel-text {
        font-size: 14px
    }

    .panel-icon img {
        width: 25px
    }
}

.popup-wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%
}

.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-color: #262d37;
    width: 602px;
    border-radius: 30px;
    overflow: hidden;
    z-index: 2
}

.popup-inner {
    padding-left: 60px;
    padding-right: 60px
}

@media (max-width: 991px) {
    .pagination__wrapper {
        margin-top: 20px
    }

    .pagination__wrapper-top {
        margin-bottom: 20px
    }

    .panel-text {
        font-size: 12px
    }

    .popup-inner {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (max-width: 767px) {
    .popup {
        width: 90%
    }

    .popup-inner {
        padding-left: 10px;
        padding-right: 10px
    }
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 20px;
    width: 18px;
    height: 18px
}

.close-btn::before {
    position: absolute;
    content: "";
    top: 9px;
    width: 18px;
    height: 1px;
    background-color: #fff;
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    transform: rotateZ(45deg)
}

.close-btn::after {
    position: absolute;
    content: "";
    top: 9px;
    width: 18px;
    height: 1px;
    background-color: #fff;
    -webkit-transform: rotateZ(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotateZ(-45deg)
}

.popup-bg {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    z-index: 1
}

.popup-footer {
    background-color: #1f252d;
    width: 100%;
    text-align: center;
    padding-bottom: 25px;
    padding-top: 18px
}

.popup-header {
    font-size: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, .22)
}

.text-medium {
    font-size: 20px
}

@media (max-width: 767px) {
    .text-medium {
        font-size: 14px
    }
}

.random-block {
    height: 400px
}

.random-title {
    color: #fff;
    font-size: 25px;
    margin-top: 25px;
    margin-bottom: 15px;
    font-family: Roboto, sans-serif;
    font-weight: 500
}

@media (max-width: 767px) {
    .random-title {
        font-size: 24px;
        margin-top: 15px;
        margin-bottom: 20px
    }

    .random-text:last-child {
        margin-bottom: 20px
    }
}

.random-text {
    font-size: 14px;
    line-height: 24px
}

.random-text:last-child {
    margin-bottom: 20px
}

.random-table tbody::after {
    content: '';
    display: block;
    height: 30px
}

.random-table tbody:first-of-type tr:first-of-type td:first-child, .random-table tbody:first-of-type tr:first-of-type td:last-child {
    border-radius: 0
}

.random-table tbody tr:first-child td {
    border-top: 1px solid #fff
}

@media (max-width: 991px) {
    .random-block {
        height: auto
    }

    .random-table tbody:not(:first-of-type) tr:first-child {
        border-radius: 20px 20px 0 0;
        border-top: 1px solid #fff
    }

    .random-table tbody tr:first-child td {
        border: none
    }
}

.random-table tbody tr:first-child td:first-child {
    border-top-left-radius: 30px
}

.random-table tbody tr:first-child td:last-child {
    border-top-right-radius: 30px
}

@media (max-width: 1919px) {
    .scroll-wrapper {
        position: relative;
        padding-bottom: 10px;
        overflow-x: auto
    }
}

@media (max-width: 991px) {
    .scroll-wrapper {
        overflow: unset !important
    }
}

.ps__rail-x {
    height: 3px;
    background: #51565f;
    opacity: 1
}

.ps__thumb-x {
    height: 3px;
    background: #3fc;
    bottom: 0
}

.ps .ps__rail-x:hover, .ps--active-x > .ps__rail-x, .ps--active-y > .ps__rail-y {
    background: #51565f
}

.ps .ps__rail-x > .ps__thumb-x {
    height: 3px;
    background: #3fc
}

.scroll-wrapper {
    margin-top: 20px;
    overflow: auto
}

@media (max-width: 1200px) {
    .scroll-wrapper {
        overflow: hidden !important
    }
}

.w-100 {
    min-width: 0
}

.custom-select {
    width: 100%;
    background: url(../img/icons/arrow-select.svg) 95% center no-repeat #2c313a;
    border: 1px solid #fff;
    border-radius: 10px;
    height: 40px;
    padding: 0 20px;
    font-size: 14px;
    color: #fff;
    font-family: Opensans, sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0
}

.setting-carousel .item .img {
    width: 100%;
    max-width: 100%
}

.setting-carousel__nav {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px
}

@media (max-width: 991px) {
    .setting-carousel__nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.setting-carousel__nav-next svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.setting-carousel__arrow {
    background: #262d37;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 30px
}

@media (max-width: 767px) {
    .setting-carousel__arrow {
        margin: 0 22.5px;
        width: 50px;
        height: 50px
    }
}

.slider-free-numbers {
    overflow: hidden;
    position: relative
}

.slider-free-numbers .swiper-wrapper {
    margin-bottom: 50px
}

.slider-free-numbers .swiper-slide {
    border-radius: 10px;
    background-color: #262d37
}

.slider-free-numbers .swiper-pagination-bullet-active {
    background-color: #3fc
}
 /*** statuses ***/
.status__na {
    color: #ffd600;
}
.status__progress {
    color: #ff9a00;
}
.status__waiting {
    color: #00ffff;
}
.status__success {
    color: #3fc;
}
.status__stoped {
    color: #e11616;
}
.status__completed {
    color: #ababab;
}

.status__icon:after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../img/icons/icon__info.svg) no-repeat;
    margin-left: 5px;
    vertical-align: middle
}

.--svg__right-arrow {
    background-repeat: no-repeat;
    width: 20px;
    height: 11px;
    margin-left: 9px;
    display: inline-block
}

.--svg__right-arrow .icon {
    fill: #262d37
}

.--svg__user-login {
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    margin-left: 9px;
    display: inline-block
}

.table-block {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0
}

.table-block thead tr th {
    background: #3fc;
    font-size: 16px;
    color: #424750;
    font-family: Opensans, sans-serif;
    font-weight: 400;
    padding: 22px 15px;
    white-space: nowrap
}

@media (max-width: 767px) {
    .table-block thead tr th {
        padding: 16px;
        font-size: 14px
    }
}

.table-block thead tr th:first-child {
    border-top-left-radius: 30px;
    padding-left: 30px
}

.table-block thead tr th:last-child {
    border-top-right-radius: 30px
}

.table-block thead tr th.show-tablet {
    display: none
}

.table-block tbody tr td {
    background: #2c313a;
    padding: 15px;
    color: #fff;
    font-size: 14px;
    font-family: Roboto, sans-serif
}

.table-block tbody tr td:first-child {
    border-left: 1px solid #fff;
    padding-left: 30px
}

.table-block tbody tr td:last-child {
    border-right: 1px solid #fff
}

@media (max-width: 991px) {
    .table-block, .table-block thead, .table-block thead tr {
        display: block
    }

    .table-block thead tr th {
        border-radius: 20px 20px 0 0;
        display: block
    }

    .table-block thead tr th.hide-tablet {
        display: none
    }

    .table-block tbody, .table-block thead tr th.show-tablet {
        display: block
    }

    .table-block tbody tr {
        display: block;
        position: relative;
        padding-top: 12px;
        padding-bottom: 12px;
        background: #2c313a;
        border-right: 1px solid #fff;
        border-left: 1px solid #fff
    }

    .table-block tbody tr:not(:last-child) {
        border-bottom: 1px solid rgba(255, 255, 255, .15)
    }

    .table-block tbody tr:last-child {
        border-radius: 0 0 20px 20px;
        border-bottom: 1px solid #fff
    }

    .table-block tbody tr td:first-child {
        padding-left: 15px;
        border-left: 0
    }

    .table-block tbody tr td:last-child {
        border-right: 0
    }

    .table-block tbody tr td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: left !important;
        padding-top: 0;
        padding-bottom: 0;
        line-height: 26px
    }

    .table-block tbody tr td sup {
        top: 8px
    }

    .table-block tbody tr td br {
        display: none
    }

    .table-block tbody tr td:before {
        content: attr(data-name);
        display: inline-block;
        color: #3fc;
        width: 160px
    }

    .table-block tbody tr td.full-line {
        display: block
    }

    .table-block tbody tr td.full-line:before {
        display: none
    }
}

.table-block tbody tr td .input-line {
    padding-left: 0;
    padding-right: 0;
    height: auto
}

.table-block tbody tr td .textarea-line {
    padding: 0;
    border-radius: 0
}

.table-block tbody tr:last-child td {
    border-bottom: 1px solid #fff
}

.table-block tbody tr:last-child td:first-child {
    border-bottom-left-radius: 30px
}

.table-block tbody tr:last-child td:last-child {
    border-bottom-right-radius: 30px
}

@media (max-width: 991px) {
    .table-block tbody tr:last-child td {
        border-bottom: 0
    }

    .table-block__withid tbody tr td {
        padding-left: 180px
    }

    .table-block__id {
        position: absolute;
        top: 12px;
        left: 20px;
        background: 0 0 !important;
        border: 0 !important;
        padding: 0 !important;
        display: block !important
    }

    .table-block__id:before {
        display: none !important
    }

    .table-block__refresh {
        position: absolute;
        top: 12px;
        right: 20px;
        background: 0 0 !important;
        border: 0 !important;
        padding: 0 !important;
        display: block !important
    }

    .table-block__refresh:before {
        display: none !important
    }

    .table-block__result thead {
        display: none
    }
}

@media (max-width: 767px) {
    .table-block tbody tr td:last-child {
        border-right: 0
    }

    .table-block tbody tr td {
        font-size: 12px
    }

    .table-block tbody tr td::before {
        width: 97px
    }

    .table-block__withid tbody tr td {
        padding-left: 58px
    }

    .table-block__id .checkbox input + label {
        padding-left: 0;
        padding-top: 20px
    }

    .table-block__id .checkbox input + label:after, .table-block__id .checkbox input + label:before {
        top: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .table-block__refresh {
        position: static;
        padding-left: 58px !important
    }

    .table-block__newrow {
        display: block !important;
        word-break: break-all
    }
}

.table-block__result {
    background: #2c313a;
    border-radius: 30px
}

.table-block__result thead tr th {
    background: 0 0;
    font-weight: 500;
    color: #3fc;
    font-size: 16px;
    padding: 20px 50px;
    font-family: Roboto, sans-serif
}

.table-block__result tbody tr td {
    background: 0 0;
    border: 0;
    padding: 20px 50px
}

.table-block__result tbody tr td:first-child {
    border-left: 0
}

.table-block__result tbody tr td:last-child {
    border-right: 0
}

@media (max-width: 991px) {
    .table-block__result tbody tr {
        border: 0
    }

    .table-block__result tbody tr td {
        padding: 15px
    }

    .table-block__result tbody tr:first-child {
        border-radius: 20px
    }

    .table-block__result tbody tr:not(:last-child) {
        border-radius: 10px;
        border: 0
    }

    .table-block__result tbody tr:last-child {
        border: 0
    }
}

.table-block__result tbody tr:last-child td {
    border: 0
}

.table-block__big-border tbody tr:nth-child(odd):not(:first-child) td {
    border-top: 1px solid #fff
}

.mobile-table tbody tr td:after, .mobile-table tbody tr td:before {
    width: 45px
}

.without-head {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    border: 1px solid #fff;
    overflow: hidden
}

.without-head tbody tr td {
    border-radius: 0;
    border: none;
    padding-left: 15px
}

.without-head tbody tr td:first-child {
    border-radius: 0;
    padding-left: 30px;
    border: none
}

@media (max-width: 991px) {
    .table-block__big-border tbody tr:nth-child(odd):not(:first-child) td {
        border-top: 0
    }

    .without-head tbody tr td:first-child {
        padding-left: 15px
    }

    .table-inner thead {
        display: none
    }
}

.without-head tbody tr td:last-child {
    border-radius: 0;
    border: none
}

.without-head tbody tr, .without-head tbody tr:last-child {
    border: none
}

.without-head tbody tr:last-child td:first-child {
    border-radius: 0
}

.table-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px
}

.table-buttons__item {
    margin-right: 20px;
    font-size: 14px;
    font-family: Roboto, sans-serif;
    color: #fff;
    position: relative;
    padding-left: 32px;
    cursor: pointer
}

.table-buttons__item:before {
    content: "+";
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #3fc;
    color: #000;
    font-size: 16px;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.table-buttons__item.active:before {
    content: "-"
}

.block-info.active {
    display: block
}

.table-inner {
    width: 100%
}

@media (max-width: 767px) {
    .table-inner {
        width: auto
    }
}

.table-inner thead tr th {
    background: 0 0;
    padding: 0 0 5px 15px;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    color: #fff
}

.table-inner tbody tr td {
    padding: 10px 15px;
    border-bottom: 0 !important
}

.table-inner tbody tr td:first-child {
    border-left: 0;
    padding-left: 0
}

.table-inner tbody tr td:last-child {
    border-right: 0;
    padding-right: 0
}

.table-inner tbody tr:last-child td {
    border-bottom: 0
}

.table-empty {
    height: 200px
}

.table-empty td {
    height: 20px
}

.tabs-block__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px
}

.tabs-block__item {
    font-family: Opensans, sans-serif;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    border-bottom: 1px dashed #fff;
    cursor: pointer
}

.tabs-block__item:not(:last-child) {
    margin-right: 55px
}

@media (max-width: 991px) {
    .table-inner tbody tr td {
        padding: 10px 0
    }

    .table-inner tbody tr {
        border-right: 0;
        border-left: 0
    }

    .table-inner tbody tr:last-child {
        border-bottom: 0
    }

    .tabs-block__tabs {
        display: block
    }

    .tabs-block__item {
        text-align: center;
        border: 0
    }

    .tabs-block__item:not(:last-child) {
        margin-right: 0
    }
}

.tabs-block__item.active {
    color: #3fc;
    border-color: #3fc
}

.tabs-block__content-item {
    display: none
}

.tabs-block__content-item.active {
    display: block
}

.tabs-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin: 0 0 20px
}

.tabs-link li {
    list-style-type: none
}

.tabs-link li.active .tabs-link__item {
    color: #3fc;
    border-color: #3fc
}

.tabs-link__item {
    font-size: 18px;
    color: #fff;
    font-family: Opensans, sans-serif;
    border-bottom: 1px dashed #fff;
    margin-right: 30px;
    text-decoration: none
}

.tabs-link__item.active, .tabs-link__item:hover {
    color: #3fc;
    border-color: #3fc
}

.text-area {
    background-color: #2c313a;
    border-radius: 10px;
    padding: 30px 20px
}

.text {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #9b9c9e
}

.text strong {
    font-weight: 600
}

.text sup {
    color: red
}

.text a {
    color: #3fc;
    text-decoration: none
}

.text-middle {
    font-size: 16px
}

@media (max-width: 1919px) {
    .text-middle {
        font-size: 14px
    }
}

.text-nom {
    margin-bottom: 0
}

.text-os {
    font-family: Opensans, sans-serif
}

.text-rob {
    font-family: Roboto, sans-serif;
    font-weight: 500
}

.text-white {
    color: #fff
}

.text-accent {
    color: #3fc
}

.text-red {
    color: #e11616
}

.text-gold {
    color: #ffc107
}

.text-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.text-icon .icon {
    margin-right: 5px
}

.text__big {
    font-size: 18px
}

.text-upper {
    text-transform: uppercase
}

.underline {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    text-decoration: underline
}

.dashed {
    border-bottom: 1px dashed #3fc
}

.mt-10 {
    margin-top: 10px
}

.mt-20 {
    margin-top: 20px
}

.label-input {
    font-family: Opensans, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #ddd;
    margin-bottom: 5px;
}

@media (max-width: 1919px) {
    .label-input {
        display: none
    }

    .label-input__view {
        display: block
    }
}

.textarea-line {
    width: 100%;
    background: #2c313a;
    border: 1px solid #fff;
    border-radius: 10px;
    height: 115px;
    padding: 15px 20px;
    font-size: 14px;
    color: #fff;
    font-family: Opensans, sans-serif;
    outline: 0
}

.textarea-line__noborder {
    border: 0
}

.textarea-line::-webkit-input-placeholder {
    color: #fff
}

.textarea-line::-moz-placeholder {
    color: #fff
}

.textarea-line:-ms-input-placeholder {
    color: #fff
}

.textarea-line::-ms-input-placeholder {
    color: #fff
}

.textarea-line::placeholder {
    color: #fff
}

.textarea-line__table {
    height: 180px;
    background: #3a4049;
    border-radius: 20px !important;
    border: 0;
    padding: 25px 30px !important;
    resize: none
}

.textarea-line__black {
    background: #2c313a;
    outline: 0;
    color: #fff
}

.textarea-line__big {
    height: 276px
}

.title-page {
    color: #fff;
    font-size: 24px;
    margin-bottom: 10px;
    font-family: Roboto, sans-serif;
    font-weight: 500
}

.title-content {
    font-size: 20px;
    color: #fff;
    margin-bottom: 15px;
    font-family: Roboto, sans-serif
}

.title-block {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-family: Opensans, sans-serif
}

.title-info {
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Opensans, sans-serif
}

.title-info a, .title-info span {
    color: #3fc
}

.title-info__item:not(:last-child) {
    margin-right: 30px
}

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

@media (max-width: 767px) {
    .title-info {
        font-size: 14px
    }

    .title-info .title-page {
        margin-bottom: 10px;
        line-height: normal
    }

    .title-info__item:not(:last-child) {
        margin-right: 15px
    }

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

.title-info__inline {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 20px
}

.title-info__inline .title-page {
    margin-bottom: 0
}

.title-info__inline .title-info {
    margin-left: 20px
}

.title-info__big {
    font-size: 18px
}

.top-info {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media (max-width: 1919px) {
    .top-info-container {
        padding-right: 60px !important;
        padding-left: 60px !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.text-big {
    display: block;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 90px;
    line-height: 100px;
    color: #3fc
}

@media (max-width: 991px) {
    .top-info-container {
        padding-right: 30px !important;
        padding-left: 30px !important
    }

    .text-big {
        font-size: 60px;
        line-height: 1
    }
}

@media (max-width: 767px) {
    .title-info__inline .title-info {
        margin-left: 0
    }

    .top-info {
        margin-left: 63px
    }

    .top-info-container {
        padding-right: 25px !important;
        padding-left: 0 !important;
        border-bottom: 0 !important
    }

    .text-big {
        font-size: 46px
    }
}

.welcome-page-text {
    position: absolute;
    max-width: 719px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 158px
}

@media (max-width: 991px) {
    .welcome-page-text {
        margin-left: 100px;
        top: 30%
    }
}

.rocket-background {
    background: url(../img/rocket-bg.png) right/cover no-repeat
}

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

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

.--just-space {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.--just-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.--just-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

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

.--align-str {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.--align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.--align-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.--dir-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.--align-self-cent {
    -ms-flex-item-align: center;
    align-self: center
}

.--shrink {
    -ms-flex-negative: 3;
    flex-shrink: 3
}

.--pb-20 {
    padding-bottom: 20px
}

.--pt-20 {
    padding-top: 20px
}

.border-bot-1px {
    border-bottom: 1px solid #4f5154
}

.--pl-30 {
    padding-left: 30px
}

.--pr-30 {
    padding-right: 30px
}

.--mt-10 {
    margin-top: 10px
}

.--mt-20 {
    margin-top: 20px
}

.pos-absol {
    position: absolute;
    z-index: 1
}

@media (min-width: 992px) {
    .mbot-lg-30 {
        margin-bottom: 30px
    }
}

@media (min-width: 320px) {
    .mbot-sm-20 {
        margin-bottom: 20px
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .w-mob-100 {
        width: 100%
    }
}

@media (min-width: 1200px) {
    .tablet-laptop-only-flex {
        display: none
    }
}

@media (max-width: 1199px) {
    .tablet-laptop-only-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width: 1200px) {
    .desktop-ipad-only {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (max-width: 1199px) {
    .desktop-ipad-only {
        display: none !important
    }
}

.pos-rel {
    position: relative;
    z-index: 1
}

html {
    font-size: 16px
}

body, html {
    min-height: 100vh;
    height: 100%;
    position: relative;
    overflow-x: hidden;
    font-family: OpenSans
}

body {
    margin: 0;
    font-size: 1rem
}

h1, h2, h3, h4, h5, h6, li, ol, p, ul {
    margin: 0
}

li, ol, ul {
    padding: 0
}

button {
    padding: 0;
    margin: 0;
    border: 0;
    background-color: transparent;
    border-radius: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block
}

.main-container {
    min-height: 100vh;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #3a4049
}

main {
    display: block;
    min-height: 100%;
    -webkit-box-flex: 3;
    -ms-flex-positive: 3;
    flex-grow: 3;
    width: 100%;
    z-index: 0
}

.no-mg {
    margin-bottom: 0 !important
}

@media (max-width: 767px) {
    .welcome-page-text {
        margin-left: auto;
        margin-right: auto
    }

    .rocket-background {
        background-position: bottom 30% right 0;
        background-size: 100vw
    }

    .tablet-desktop-only, .tablet-laptop-only {
        display: none
    }
}

@media (min-width: 1920px) {
    .tablet-laptop-only {
        display: none
    }
}

@media (max-width: 1919px) {
    .welcome-page-text {
        top: 30%
    }

    .desktop-only {
        display: none !important
    }
}

@media (min-width: 768px) {
    .mobile-only {
        display: none
    }
}

@media (min-width: 1200px) {
    .tablet-view {
        display: none
    }
}

@media (max-width: 1200px) {
    .tablet-hide {
        display: none
    }
}

.--svg__right-arrow, .--svg__right-arrow-after::after, .--svg__right-arrow-before::before {
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='20' height='12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath class='icon' d='M.909 4.912h15.987l-2.993-3.1a.965.965 0 010-1.33.887.887 0 011.285 0l4.546 4.706a.965.965 0 010 1.331l-4.546 4.707a.89.89 0 01-1.285 0 .965.965 0 010-1.331l2.993-3.1H.91C.407 6.795 0 6.373 0 5.854c0-.52.407-.942.909-.942z'/%3E%3C/svg%3E")
}

.--svg__right-arrow-after::after, .--svg__right-arrow-before::before {
    content: ''
}

.--svg__user-login, .--svg__user-login-after::after, .--svg__user-login-before::before {
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.667 5.417a4.167 4.167 0 11-8.333 0 4.167 4.167 0 018.333 0zM11.042 11.25H3.958A3.963 3.963 0 000 15.208v2.917c0 .345.28.625.625.625h13.75c.345 0 .625-.28.625-.625v-2.917a3.963 3.963 0 00-3.958-3.958zM19.8 8.292l-2.916-2.708a.624.624 0 00-.425-.166c-.414 0-.626.352-.626.624v1.875h-3.334a.833.833 0 100 1.667h3.334v1.875a.625.625 0 001.05.458L19.8 9.21a.63.63 0 000-.917z' fill='%233FC'/%3E%3C/svg%3E")
}

.--svg__user-login-after::after, .--svg__user-login-before::before {
    content: ''
}
/*# sourceMappingURL=../sourcemaps/style.min.css.map */
