* {
    margin: 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
    box-sizing: border-box;
    font-variant-numeric: lining-nums;
    -moz-font-feature-settings: "lnum" 1;
    -moz-font-feature-settings: "lnum=1";
    -ms-font-feature-settings: "lnum" 1;
    -o-font-feature-settings: "lnum" 1;
    -webkit-font-feature-settings: "lnum" 1;
    font-feature-settings: "lnum" 1;
}

*:focus {
    outline: none !important;
}

ul {
    list-style: none;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    transition-duration: .3s;
}


input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder {
    color: transparent;
}

input:focus {
    border: 1px solid #2AA8FF !important;
}

select::-ms-expand {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
p {
    margin: 0;
    padding: 0;
}

option {
    border: 1px solid #DCE5EC;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.btn {
    cursor: pointer;
    font-weight: 600;
    padding: 0;
}

.btn:hover {
    color: #fff;
}

.wrapper {
    width: 100%;
    height: 100%;
}

#header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 37px;
    padding-bottom: 27px;
}

.header-bg {
    background-image: url(../img/home-bg.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

.header-static {
    position: static !important;
}

.logo-one,
.logo-one-black {
    padding-top: 20px;
    float: left;
}

.logo-two {
    float: right;
}

#home {
    padding-top: 130px;
    padding-bottom: 54px;
    background-image: url(../img/home-bg.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

.home-title {
    font-style: normal;
    line-height: normal;
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.home-descr {
    max-width: 847px;
    font-style: normal;
    line-height: normal;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    margin: 0 auto 20px;
}

.white-line {
    max-width: 456px;
    height: 1px;
    background-color: #fff;
    margin: auto;
    margin-bottom: 30px;
}

.home-info-items {
    text-align: center;
}

.home-info-item {
    display: inline-block;
    position: relative;
    max-width: 215px;
    padding-left: 46px;
    line-height: normal;
    font-size: 14px;
    color: #FFFFFF;
    margin-right: 73px;
    text-align: left;
}

.home-info-item:last-child {
    margin-right: 0;
}

.home-info-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

.home-info-item:nth-child(1):before {
    background-image: url(../img/one-item.png);
}

.home-info-item:nth-child(2):before {
    background-image: url(../img/two-item.png);
}

.home-info-item:nth-child(3):before {
    background-image: url(../img/three-item.png);
}

#form {
    padding-top: 50px;
    padding-bottom: 109px;
}

.form-menu {
    max-width: 350px;
    height: 33px;
    margin: 0 auto 30px;
}

.form-menu-item {
    font-style: normal;
    line-height: normal;
    font-size: 16px;
    font-weight: 600;
    color: #AFC0CC;
    padding-bottom: 13px;
    cursor: pointer;
}

.sing-in {
    width: 198px;
    float: left;
    margin-right: 35px;
    padding-left: 6px;
}

.form-menu-item.active {
    color: #000000;
    border-bottom: 3px solid #FF0214;
}

.form-wrapp {
    position: relative;
    width: 350px;
    margin: 0 auto 30px;
}

.form input,
.pop-up-form input {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    font-size: 14px;
    color: #8D93A3;
    background: #FFFFFF;
    border: 1px solid #DCE5EC;
    box-sizing: border-box;
    border-radius: 4px;
    margin-bottom: 20px;
}

.form .pass {
    margin-bottom: 30px;
}

.form-bottom .submit-btn {
    width: 162.4px;
    height: 40px;
    background-color: #2AA8FF;
    border-radius: 4px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    line-height: 1;
    color: #FFFFFF;
    margin-bottom: 0;
    padding: 0;
    transition-duration: .5s;
}

.form-bottom .submit-btn:hover {
    background-color: #1797EE;
    transition-duration: .5s;
}

.form-bottom .registered-btn {
    width: 100%;
}

.form-sing-in,
.form-registr {
    display: none;
}

.form-sing-in.active,
.form-registr.active {
    display: block;
}

.forgot-password {
    line-height: 40px;
    float: right;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    text-decoration-line: underline;
    color: #2AA8FF;
    transition-duration: .5s;
}

.forgot-password:hover {
    color: #1796EE;
    text-decoration: none;
    transition-duration: .5s;
}

.footer-wrapp {
    padding-top: 35px;
    padding-bottom: 35px;
    background: #F3F3F3;
    text-align: center;
}

.footer-wrapp p {
    display: inline-block;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-size: 16px;
    text-align: center;
    color: #000000;
    margin-right: 50px;
}

.btn-footer {
    display: inline-block;
    width: 130px;
    height: 40px;
    padding-top: 8px;
    font-size: 14px;
    text-align: center;
    background: #FC2D37;
    border-radius: 4px;
    color: #fff;
    transition-duration: .5s;
}

.btn-footer:hover {
    background-color: #EC0F1A;
    transition-duration: .5s;
}

.btn-footer-wrapp {
    display: inline-block;
}

.copyright {
    padding-top: 20px;
    padding-bottom: 20px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 14px;
    text-align: center;
    color: #8D93A3;
}

.copyright-two {
    border-top: 1px solid #F3F3F3;
}

.red-border {
    border-bottom: 3px solid #FF0214;
}

.sidebar {
    float: left;
    width: 320px;
    background-color: #F3F3F3;
}

.sidebar-header {
    text-align: left;
    background: linear-gradient(180deg, #192751 0%, #121B34 100%);
    padding: 30px 46px 40px 34px;
}

.sidebar-account-title {
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 14px;
    color: #2AA8FF;
    margin-bottom: 20px;
}

.sidebar-account-name {
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.sidebar-account-id {
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 14px;
    color: #AFC0CC;
    margin-bottom: 20px;
}

.sidebar-account-btn {
    width: 240px;
    height: 40px;
    background: #2AA8FF;
    padding-top: 11px;
    border-radius: 4px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
    transition-duration: .5s;
}

.sidebar-account-btn:hover {
    background-color: #1797EE;
    transition-duration: .5s;
}

.sidebar-menu {
    padding: 42px 50px 209px 37px;
}

.sidebar-menu-item {
    position: relative;
    display: block;
    margin-bottom: 31px;
    padding-left: 46px;
}

.sidebar-menu-item a {
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 16px;
    color: #8D93A3;
}

.sidebar-menu-item:last-child {
    margin-bottom: 0;
}

.sidebar-menu-item:before {
    content: '';
    position: absolute;
    left: 0;
    top: -5px;
    width: 30px;
    height: 30px;
    transition-duration: .5s;
}


.sidebar-menu-item.active a,
.sidebar-menu-item a:hover {
    color: #2AA8FF;
}

.sidebar-menu-item-one:before {
    background-image: url(../img/sidebar-img-one.png);
}

.sidebar-menu-item-one.active:before,
.sidebar-menu-item-one:hover:before{
    background-image: url(../img/sidebar-img-one-active.png);
    transition-duration: .5s;
}

.sidebar-menu-item-two:before {
    background-image: url(../img/sidebar-img-two.png);
}

.sidebar-menu-item-two.active:before,
.sidebar-menu-item-two:hover:before{
    background-image: url(../img/sidebar-img-two-active.png);
    transition-duration: .5s;
}

.sidebar-menu-item-three:before {
    background-image: url(../img/sidebar-img-three.png);
}

.sidebar-menu-item-three.active:before,
.sidebar-menu-item-three:hover:before {
    background-image: url(../img/sidebar-img-three-active.png);
    transition-duration: .5s;
}


.sidebar-menu-item-four:before {
    background-image: url(../img/sidebar-img-fhour.png);
}

.sidebar-menu-item-four.active:before,
.sidebar-menu-item-four:hover:before{
    background-image: url(../img/sidebar-img-fhour-active.png);
    transition-duration: .5s;
}

.sidebar-menu-item-fhive:before {
    background-image: url(../img/sidebar-img-five.png);
}

.sidebar-menu-item-fhive.active:before,
.sidebar-menu-item-fhive:hover:before {
    background-image: url(../img/sidebar-img-five-active.png);
    transition-duration: .5s;
}

.sidebar-footer {
    padding: 0 57px 73px 34px;
}

.sidebar-info {
    display: block;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 14px;
    color: #8D93A3;
    margin-bottom: 20px;
}

.sidebar-mail {
    display: block;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 16px;
    text-decoration-line: underline;
    color: #2AA8FF;
    margin-bottom: 20px;
    transition-duration: .5s;
}

.sidebar-mail:hover {
    color: #1796EE;
    text-decoration: none;
    transition-duration: .5s;
}

.sidebar-phone {
    display: block;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-size: 16px;
    color: #000000;
}

.section-p {
    float: left;
    padding-top: 36px;
    padding-left: 40px;
}

.section-title {
    position: relative;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-size: 24px;
    color: #AFC0CC;
    margin-bottom: 35px;
    padding-left: 64px;
}

.section-title:before {
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
}

.user-data-title:before {
    background-image: url(../img/user-date-img.png);
}

.active-account-title:before {
    background-image: url(../img/active-account-img.png);
}

.balance-title:before {
    background-image: url(../img/balance-img.png);
}

.faq-title:before {
    background-image: url(../img/faq-img.png);
}

.faq-two {
    padding-top: 56px;
    padding-bottom: 98px;
}

.history-title:before {
    background-image: url(../img/history-img.png);
}

#user-data-form,
#balance-form,
.history-table-wrapp {
    border: 1px solid #F3F3F3;
    box-sizing: border-box;
    border-radius: 5px;
    width: 880px;
    padding: 40px 30px;
}

.history-table-wrapp {
    margin-top: 20px;
}

#user-data-form input,
.balance-form-input-wrapp input {
    display: inline-block;
    width: 100%;
    height: 40px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    font-size: 14px;
    color: #000000;
    padding-left: 15px;
    border: 1px solid #DCE5EC;
    box-sizing: border-box;
    border-radius: 4px;
    margin-bottom: 20px;
}


.balance-form-input-wrapp input {
    width: 770px;
}

.balance-form-input-wrapp input:nth-child(2) {
    margin-bottom: 0;
}

.balance-form-input-wrapp p {
    display: inline-block;
    padding-left: 15px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    vertical-align: bottom;
    padding-bottom: 10px;
    font-size: 14px;
    color: #000000;
}

#user-data-form input:nth-child(3) {
    margin-bottom: 30px;
}

#user-data-form input:last-child {
    margin-bottom: 0;
}

#user-data-form .user-data-form-btn {
    display: block;
    width: 283px;
    height: 40px;
    background: #DCE5EC;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

.active-account-items {
    padding: 15px 30px;
    border: 1px solid #F3F3F3;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.active-account-items:last-child {
    margin-bottom: 0;
}

.active-account-item {
    display: inline-block;
}

.active-account-item-subtitle {
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-size: 12px;
    color: #8D93A3;
    margin-bottom: 10px;
}

.active-account-item-subtitle:first-child {
    font-weight: normal;
}

.active-account-item-date {
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-size: 14px;
    color: #000000;
}

.active-account-item-one {
    width: 231px;
}

.active-account-item-two {
    width: 221px;
}

.active-account-item-three {
    width: 228px;
}

.active-account-item-three .active-account-item-date {
    position: relative;
    padding-left: 35px;
}

.active-account-item-three .active-account-item-date:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
}

.active-account-item-three .active-account-item-date.active:before {
    width: 20px;
    height: 14px;
    background-image: url(../img/v.png);
}

.active-account-item-three .active-account-item-date.deactive {
    padding-left: 28px;
}

.active-account-item-three .active-account-item-date.deactive:before {
    top: 4px;
    width: 14px;
    height: 15px;
    background-image: url(../img/x.png);
}

.active-account-item-btn {
    position: relative;
    top: -11px;
    width: 140px;
    height: 30px;
    display: inline-block;
    border: 1px solid #AFC0CC;
    box-sizing: border-box;
    border-radius: 4px;
    font-weight: 600;
    padding-top: 3.5px;
    font-size: 14px;
    text-align: center;
    color: #8D93A3;
    cursor: pointer;
    transition-duration: .5s;
}

.active-account-item-btn:hover {
    transition-duration: .5s;
    background-color: #F3F3F3;
    border: 1px solid #F3F3F3;
}

.active-account-btn {
    width: 430px;
    height: 40px;
    background: #2AA8FF;
    border-radius: 4px;
    font-style: normal;
    font-weight: 600;
    padding-top: 8.5px;
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
    transition-duration: .5s;
}

.active-account-btn:hover {
    background-color: #1797EE;
    transition-duration: .5s;
}

.balance-form-subtitle {
    display: block;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-size: 14px;
    color: #000000;
    margin-bottom: 10px;
}

.balance-form-input-wrapp {
    margin-bottom: 30px;
}

.balance-form-input-wrapp:nth-child(2) {
    margin-bottom: 10px;
}

.balance-form-descr {
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 14px;
    color: #8D93A3;
    margin-bottom: 31px;
}

.balance-form-info {
    display: inline-block;
    float: right;
    padding-top: 13px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 14px;
    color: #8D93A3;
}

.balance-form-btn {
    display: inline-block;
    width: 250px;
    height: 40px;
    background: #2AA8FF;
    border-radius: 4px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    border: none;
    color: #fff;
    transition-duration: .5s;
}

.balance-form-btn:hover {
    background-color: #1797EE;
    transition-duration: .5s;
}

.faq-item {
    display: block;
    width: 880px;
    max-height: 70px;
    transition: max-height 0.5s;
    background: #FFFFFF;
    border: 1px solid #F3F3F3;
    padding: 27px 30px 26px 30px;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 20px;
    cursor: pointer;
}

.faq-item-two {
    width: 100%;
}

.faq-item.open {
    display: block;
    max-height: 5000px;
    transition: max-height 5s;
}

.faq-item.open .faq-item-title {
    color: #000;
}

.faq-item:last-child {
    margin-bottom: 0;
}

.faq-item-title {
    position: relative;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 14px;
    color: #2AA8FF;
    margin-bottom: 27px;
}

.faq-item-title:before {
    content: '';
    position: absolute;
    top: 7px;
    right: 0;
    width: 9px;
    height: 5px;
    background-image: url(../img/arrrow-faq.png);
    background-repeat: no-repeat;
    transition-duration: .5s;
}

.faq-item.open .faq-item-title:before {
    transform: rotate(180deg);
    transition-duration: .5s;
}

.history-table {
    width: 820px;
}

.history-filter,
.history-data {
    display: inline-block;
}

.history-titles td {
    padding-top: 8px;
    padding-bottom: 6px;
    background: #2AA8FF;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-size: 12px;
    color: #FFFFFF;
}

.data-line td {
    padding-top: 13px;
    padding-bottom: 10px;
}

.data-line.gray {
    background: rgba(243, 243, 243, 0.4);
}

.left-title {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.left-td {
    padding-left: 30px;
}

.right-title {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.first-td {
    width: 360px;
}

.secont-td {
    width: 298px;
}

.third-td {
    width: 163px;
}

.data-line-id {
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 14px;
    color: #000000;
}

.data-line-cost {
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 14px;
    color: #000000;
}

.data-line-data {
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 14px;
    color: #8D93A3;
}

.pagination {
    height: 40px;
}

.pagination li {
    display: inline-block;
    width: 30px;
    height: inherit;
    font-style: normal;
    font-weight: normal;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    color: #8D93A3;
    background: #FFFFFF;
    border: 1px solid #F3F3F3;
    box-sizing: border-box;
    border-radius: 4px;
    margin-right: 10px;
    cursor: pointer;
}

.pagination li.active {
    background: #2AA8FF;
    color: #FFFFFF;
}

.pagination li:last-child {
    margin-right: 0;
}


.next {
    position: relative;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    line-height: 40px;
    font-size: 14px;
    text-decoration-line: underline;
    color: #000000;
    margin-left: 30px;
    top: -3px;
}


.history-filter-account-subtitlre {
    display: inline-block;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-size: 14px;
    color: #000000;
    margin-right: 14px;
}

.history-filter-account,
.history-data-month,
.history-data-year {
    display: inline-block;
    width: 270px;
    height: 34px;
    background-color: #FFFFFF;
    border: 1px solid #DCE5EC;
    box-sizing: border-box;
    border-radius: 4px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 14px;
    color: #8D93A3;
    padding-left: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../img/select-arrow.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
}

.history-data {
    float: right;
}

.history-data-month {
    width: 130px;
    margin-right: 20px;
}

.history-data-year {
    width: 100px;
}

.pop-up-wrapp.open {
    opacity: 1;
    z-index: 100;
}

.pop-up-wrapp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    -webkit-overflow-scrolling: touch;
    background: rgba(0, 0, 0, 0.4);
    z-index: -1;
    opacity: -1;
}

.pop-up-title {
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-size: 16px;
    color: #000000;
    margin-bottom: 30px;
}

.pop-up {
    position: absolute;
    top: calc(50% - 152.5px);
    left: calc(50% - 183px);
    display: block;
    width: 366px;
    height: 305px;
    padding: 33px 31px 41px 30px;
    background-color: #fff;
    margin: auto;
}

.pop-up-form input:nth-child(1) {
    margin-bottom: 32px;
}

.pop-up-form input:nth-child(2) {
    margin-bottom: 30px;
}

.pop-up-form input:last-child {
    margin-bottom: 0;
}

.pop-up-form .pop-up-btn {
    display: block;
    width: 130px;
    height: 40px;
    background-color: #4BAAEB;
    border-radius: 4px;
    font-style: normal;
    font-weight: bold;
    line-height: 17px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-left: 0;
}

.valid {
    border: 1px solid #2AA8FF !important;
    transition-duration: .5s;
}

.invalid {
    border: 1px solid #FC2D37 !important;
    transition-duration: .5s;
}

@media (min-width: 1200px) {
    .container {
        width: 1110px !important;
    }
}

@media (min-width: 1440px) {
    .container-section {
        width: 100% !important;
        padding-left: 34px;
        padding-right: 41px;
    }
}

@media (max-width: 1440px) {
    .container-section {
        width: 100% !important;
        padding-left: 34px;
        padding-right: 41px;
    }
}






/*bogema.minsk@gmail.com*/