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

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

section {
    float: left;
    width: 100%;
}

input,
textarea,
button {
    font-family: "Roboto", sans-serif;
    outline: none !important;
    border: none;
}

html,
body {
    position: relative;
    height: 100%;
    color: #3b4254;
    margin: 0;
}

html.open-menu,
body.open-menu {
    overflow: hidden;
}

html.open-menu header,
body.open-menu header {
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 6px rgba(51, 102, 173, 0.11);
    box-shadow: 0px 3px 6px rgba(51, 102, 173, 0.11);
}

html.open-menu header .logo svg .logo-text path,
body.open-menu header .logo svg .logo-text path {
    fill: #3b4254;
}

html.open-menu header .header-lang:hover .header-lang-in,
body.open-menu header .header-lang:hover .header-lang-in {
    background-color: #fff;
}

html.open-menu header .list-lang ul li a,
body.open-menu header .list-lang ul li a {
    color: #3b4254;
}

html.open-menu header .list-lang ul li a:hover,
body.open-menu header .list-lang ul li a:hover {
    color: #387ed1;
}

html.open-menu header .header-menu ul li a,
body.open-menu header .header-menu ul li a {
    color: #3b4254;
}

html.open-menu header .header-menu ul li a:hover,
body.open-menu header .header-menu ul li a:hover {
    color: #387ed1;
}

html.open-menu header .header-menu ul li:hover>a,
body.open-menu header .header-menu ul li:hover>a {
    color: #387ed1;
}

html.open-menu header .header-menu ul li ul,
body.open-menu header .header-menu ul li ul {
    background: #fff;
    -webkit-box-shadow: 0px 6px 6px rgba(51, 102, 173, 0.16);
    box-shadow: 0px 6px 6px rgba(51, 102, 173, 0.16);
}

.header-menu a.nLink {
    cursor: default;
    text-decoration: none !important;
}

body {
    font-family: "Roboto", sans-serif;
    background-color: #202b49;
}

body.page-inside {
    background-color: #fff;
}

@media (max-width: 992px) {
    body.page-inside {
        padding-top: 115px;
    }
}

@media (max-width: 992px) {
    body {
        padding-top: 67px;
    }
}

@media (max-width: 992px) {
    .swiper-wrapper {
        display: block;
    }
}

@media (max-width: 992px) {
    .swiper-container {
        overflow: visible;
        height: auto !important;
    }
}

@media (max-width: 992px) {
    .swiper-slide {
        float: left;
        width: 100%;
    }
}

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

@media (min-width: 1360px) {
    .container {
        max-width: 1290px;
    }
}

@media (max-width: 1360px) {
    .container {
        max-width: 1170px;
        padding-left: 80px;
    }
}

@media (max-width: 992px) {
    .container {
        padding-left: 15px;
    }
}

header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

header.fix {
    background-color: #202b49;
}

.page-inside header.fix {
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 6px rgba(51, 102, 173, 0.11);
    box-shadow: 0px 3px 6px rgba(51, 102, 173, 0.11);
}

.page-inside header.fix .logo svg .logo-text path {
    fill: #3b4254;
}

.page-inside header.fix .header-lang:hover .header-lang-in {
    background-color: #fff;
}

.page-inside header.fix .list-lang ul li a {
    color: #3b4254;
}

.page-inside header.fix .list-lang ul li a:hover {
    color: #387ed1;
}

.page-inside header.fix .header-menu ul li a {
    color: #3b4254;
}

.page-inside header.fix .header-menu ul li a:hover {
    color: #387ed1;
}

.page-inside header.fix .header-menu ul li:hover>a {
    color: #387ed1;
}

.page-inside header.fix .header-menu ul li ul {
    background: #fff;
    -webkit-box-shadow: 0px 6px 6px rgba(51, 102, 173, 0.16);
    box-shadow: 0px 6px 6px rgba(51, 102, 173, 0.16);
}

@media (max-width: 992px) {
    header {
        position: fixed;
        background-color: #202b49;
    }
}

.page-inside header:not(.fix) {
    background-color: #202b49;
}

.page-inside header {
    position: fixed !important;
}

.header-in {
    float: left;
    width: 100%;
    height: 87px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -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: 992px) {
    .header-in {
        display: block;
        padding: 15px 0;
        height: 67px;
    }
}

.show-hide {
    display: none;
}

@media (max-width: 992px) {
    .show-hide {
        display: block;
        float: left;
        width: 40px;
        padding: 8px 10px;
        margin-left: -10px;
        position: relative;
    }
    .show-hide span {
        height: 2px;
        width: 100%;
        background-color: #858891;
        margin: 2px 0;
        float: left;
        display: block;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    .show-hide.open span {
        opacity: 0;
    }
    .show-hide:before,
    .show-hide:after {
        content: "";
        position: absolute;
        top: 50%;
        margin-top: -1px;
        left: 50%;
        margin-left: -10px;
        height: 2px;
        width: 20px;
        background-color: #858891;
        float: left;
        display: block;
        opacity: 0;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    .show-hide.open:before {
        opacity: 1;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .show-hide.open:after {
        opacity: 1;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

.mob-menu {
    float: left;
}

@media (max-width: 992px) {
    .mob-menu {
        display: none;
        position: fixed;
        top: 67px;
        left: 0;
        width: 100%;
        bottom: 0;
        background-color: #fff;
    }
}

.logo {
    float: left;
}

.logo svg path {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.header-right {
    float: right;
}

.header-menu {
    float: left;
}

@media (max-width: 992px) {
    .header-menu {
        width: 100%;
        margin-bottom: 20px;
    }
}

.header-menu>ul {
    list-style: none;
    padding: 0;
    margin: 0 18px 0 0;
}

.header-menu>ul>li {
    float: left;
    position: relative;
}

@media (max-width: 992px) {
    .header-menu>ul>li {
        width: 100%;
    }
}

.header-menu>ul>li>a {
    line-height: 34px;
    height: 34px;
    padding: 0 22px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
    text-decoration: none;
}

@media (max-width: 992px) {
    .header-menu>ul>li>a {
        width: 100%;
        display: block;
        font-weight: 500;
        font-size: 20px;
        cursor: pointer;
        padding: 5px 15px;
        height: auto;
    }
}

.header-menu>ul>li>a:hover {
    text-decoration: underline;
    color: #ffb300;
}

.header-menu>ul>li:hover>a {
    text-decoration: underline;
    color: #ffb300;
}

.header-menu>ul>li ul {
    position: absolute;
    left: 6px;
    top: 100%;
    width: 132px;
    background-color: #182036;
    padding: 0;
    overflow: hidden;
    max-height: 0px;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.header-menu>ul>li ul li a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 9px 0;
    display: block;
    cursor: pointer;
}

.header-menu>ul>li ul li a:hover {
    color: #ffb300;
    text-decoration: underline;
}

.header-menu>ul>li:hover ul {
    padding: 1px 16px;
    opacity: 1;
    max-height: 999px;
}

.header-log {
    float: left;
    margin-right: 20px;
}

@media (max-width: 992px) {
    .header-log {
        width: 100%;
        margin-right: 0;
        padding: 0 15px;
    }
}

.header-log a {
    margin-right: 20px;
}

@media (max-width: 992px) {
    .header-log a {
        width: 100%;
        margin-bottom: 15px;
    }
}

@media (max-width: 992px) {
    .header-menu>ul {
        padding-top: 12px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    .header-menu>ul>li>a:after {
        content: "";
        width: 5px;
        height: 5px;
        position: absolute;
        top: 50%;
        margin-top: -6px;
        right: 10px;
        margin-left: -4px;
        border: none;
        border-left: 2px solid #858891;
        border-bottom: 2px solid #858891;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .header-menu>ul>li>a.nosubmenu:after {
        display: none;
    }
    body.open-menu header .header-menu ul li.active>a,
    body.open-menu header .header-menu ul li:hover>a {
        color: #3b4254;
        text-decoration: none;
        position: relative;
    }
    body.open-menu header .header-menu ul li.active>a:after {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        margin-top: -2px;
    }
    body.open-menu header .header-menu ul li ul {
        height: 0;
        position: relative;
        background: none;
        box-shadow: none;
        -webkit-transition: all 1s;
        transition: all 1s;
        padding-left: 10px;
        width: auto;
        display: block;
    }
    body.open-menu header .header-menu ul li.active ul {
        height: auto;
    }
    .header-menu>ul>li ul li a {
        color: #387ed1 !important;
        font-size: 19px;
    }
}

.border-bt {
    height: 34px;
    border-radius: 4px;
    border: 1px solid #387ed1;
    min-width: 100px;
    cursor: pointer;
    line-height: 32px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 14px;
    color: #387ed1;
    font-weight: 500;
    text-decoration: none !important;
    padding: 0 10px;
}

.border-bt.big {
    height: 46px;
    line-height: 44px;
    font-size: 16px;
}

@media (max-width: 767px) {
    .border-bt.big {
        font-size: 14px;
    }
}

.border-bt.grey {
    border-color: #b5b7be;
    color: #b5b7be;
}

.border-bt.grey:hover {
    background-color: #b5b7be;
    color: #202b49;
}

.border-bt:hover {
    background-color: #3064a7;
    border-color: #3064a7;
    color: #fff;
}

.def-bt {
    padding: 0 15px;
    height: 34px;
    border-radius: 4px;
    min-width: 100px;
    cursor: pointer;
    line-height: 34px;
    text-align: center;
    background-color: #387ed1;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none !important;
}

.def-bt.big {
    height: 46px;
    line-height: 46px;
    font-size: 16px;
}

@media (max-width: 767px) {
    .def-bt.big {
        font-size: 14px;
    }
}

.def-bt:hover {
    background-color: #3064a7;
    color: #fff;
}

.header-lang {
    float: left;
    height: 40px;
    text-transform: uppercase;
    margin-top: -3px;
    position: relative;
    z-index: 2;
}

.header-lang-in {
    border-radius: 6px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.header-lang.open .header-lang-in {
    background: #202b49;
    -webkit-box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.51);
    box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.51);
}

.header-lang.open .list-lang {
    visibility: visible;
    max-height: 200px;
    opacity: 1;
}

.active-lang {
    padding: 13px 31px 13px 11px;
    color: #387ed1;
    font-weight: 500;
    position: relative;
    font-size: 12px;
}

.active-lang:after {
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 10px;
    margin-left: -4px;
    border: none;
    border-left: 2px solid #858891;
    border-bottom: 2px solid #858891;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.list-lang {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    max-height: 0px;
}

.list-lang ul li a {
    font-size: 12px;
    display: block;
    cursor: pointer;
    padding: 0 11px 14px;
    text-decoration: none;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.list-lang ul li a:hover {
    color: #ffb300;
}

.swiper-pagination {
    right: auto !important;
    left: 46px;
}

@media (max-width: 1460px) {
    .swiper-pagination {
        left: 15px;
    }
}

.swiper-pagination span {
    width: 12px;
    height: 12px;
    border: 1px solid transparent;
    margin: 20px 0;
    background-color: transparent;
    position: relative;
    opacity: 1;
}

.swiper-pagination span:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -4px 0 0 -4px;
    background-color: #b5b7be;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.swiper-pagination span.swiper-pagination-bullet-active {
    border: 1px solid #ffb300;
}

.swiper-pagination span.swiper-pagination-bullet-active:before {
    opacity: 0;
}

.page-inside .swiper-pagination span {
    margin: 20px 0 !important;
}

.page-inside .swiper-pagination span i {
    font-style: normal;
    position: absolute;
    left: 100%;
    white-space: nowrap;
    font-size: 14px;
    color: #b5b7be;
    padding-left: 13px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.page-inside .swiper-pagination span:before {
    background-color: #b5b7be;
    opacity: 1;
}

.page-inside .swiper-pagination span.swiper-pagination-bullet-active {
    border: 1px solid #387ed1;
}

.page-inside .swiper-pagination span.swiper-pagination-bullet-active:before {
    opacity: 0;
}

.page-inside .swiper-pagination:hover span i {
    opacity: 1;
    visibility: visible;
}

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

.swiper-cont {
    float: left;
    padding: 20px 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 992px) {
    .swiper-cont {
        height: 100vh;
    }
}

#hero .swiper-cont {
    position: relative;
}

@media (max-width: 992px) {
    #hero .swiper-cont {
        padding-bottom: 100px;
    }
}

@media (max-width: 767px) {
    #hero .swiper-cont {
        padding-bottom: 80px;
    }
}

.bg-light {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(images/TOP.png) 0 -80px no-repeat;
}

.bg-laptop {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(images/laptop.png) right -100px bottom -50px no-repeat;
}

@media (max-width: 1660px) {
    .bg-laptop {
        background-size: 70%;
        background-position: 90% center;
    }
}

@media (max-width: 1360px) {
    .bg-laptop {
        background-position: right -20% center;
    }
}

@media (max-width: 992px) {
    .bg-laptop {
        background-position: right -20% top;
    }
}

.hero-in {
    float: left;
    width: 530px;
    position: relative;
    z-index: 9;
}

@media (max-width: 992px) {
    .hero-in {
        width: 40vw;
    }
}

.hero-tit {
    float: left;
    width: 100%;
    margin-bottom: 45px;
}

.hero-tit h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 62px;
    line-height: 96px;
    color: #fff;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    position: relative;
}

@media (max-width: 992px) {
    .hero-tit h1 {
        font-size: 6vw;
        line-height: 1.3;
    }
}

.hero-tit h1:after {
    content: "";
    position: absolute;
    width: 150px;
    height: 42px;
    background: url(images/dots-hero.svg) 0 0 no-repeat;
    right: 0;
    top: 35px;
}

@media (max-width: 992px) {
    .hero-tit h1:after {
        width: 10vw;
        background-size: contain;
    }
}

.hero-text {
    font-size: 18px;
    line-height: 32px;
    color: #ffb300;
    float: left;
    width: 100%;
    margin-bottom: 34px;
}

@media (max-width: 767px) {
    .hero-text {
        font-size: 14px;
        line-height: normal;
    }
}

.hero-list {
    float: left;
    width: 100%;
    margin-bottom: 70px;
}

@media (max-width: 992px) {
    .hero-list {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .hero-list {
        margin-bottom: 20px;
    }
}

.hero-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 340px;
}

.hero-list ul li {
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
    position: relative;
    padding-left: 20px;
    width: 50%;
    float: left;
}

@media (max-width: 767px) {
    .hero-list ul li {
        font-size: 16px;
        margin-bottom: 10px;
    }
}

.hero-list ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #ffb300;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}

.hero-bt {
    float: left;
    width: 100%;
}

@media (max-width: 992px) {
    .hero-bt {
        width: calc(100vw - 30px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.hero-bt a {
    margin-right: 20px;
    width: 192px;
}

@media (max-width: 992px) {
    .hero-bt a {
        width: 48%;
        margin: 0;
    }
}

.go-down {
    position: absolute;
    left: 50%;
    margin-left: -8px;
    bottom: 20px;
    -webkit-animation: sdb04 2s infinite;
    animation: sdb04 2s infinite;
}

@-webkit-keyframes sdb04 {
    0% {
        -webkit-transform: translate(0, 0);
    }
    20% {
        -webkit-transform: translate(0px, 10px);
    }
    40% {
        -webkit-transform: translate(0, 0);
    }
}

@keyframes sdb04 {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    20% {
        -webkit-transform: translate(0px, 10px);
        transform: translate(0px, 10px);
    }
    40% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.feat-wrap {
    text-align: center;
    padding: 50px 0;
}

@media (max-width: 767px) {
    .feat-wrap {
        padding: 20px 0 50px;
    }
}

.feat-wrap .swiper-cont {
    height: 100%;
}

.features-tit {
    font-size: 46px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 46px;
}

@media (max-width: 767px) {
    .features-tit {
        font-size: 32px;
        margin-bottom: 25px;
    }
}

.features-descr {
    font-size: 24px;
    line-height: 38px;
    text-align: center;
    color: #ffb300;
}

@media (max-width: 767px) {
    .features-descr {
        font-size: 18px;
        line-height: 1.4;
    }
}

#sec-1 {
    background: url(images/bg-ico-1.svg) center center no-repeat;
}

@media (max-width: 1360px) {
    #sec-1 {
        background-position: 42% 30%;
    }
}

@media (max-width: 992px) {
    #sec-1 {
        background-position: right top;
    }
}

@media (max-width: 767px) {
    #sec-1 {
        background-size: 100px;
    }
}

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

@media (max-width: 992px) {
    .sec-wrap {
        display: block;
    }
}

.sec-tit {
    font-size: 32px;
    font-weight: 600;
    line-height: 42px;
    color: #fff;
    margin-bottom: 45px;
}

@media (max-width: 767px) {
    .sec-tit {
        font-size: 24px;
        margin-bottom: 15px;
    }
}

@media (max-width: 992px) {
    .sec-tit br {
        display: none;
    }
}

.sec-text {
    color: #ffb300;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 35px;
}

@media (max-width: 767px) {
    .sec-text {
        margin-bottom: 15px;
    }
}

.sec-list ul li {
    font-size: 18px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 20px;
    color: #fff;
}

@media (max-width: 992px) {
    .sec-list ul li {
        width: 50%;
        padding-right: 15px;
        float: left;
    }
}

@media (max-width: 767px) {
    .sec-list ul li {
        font-size: 16px;
        width: 100%;
    }
}

.sec-list ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #ffb300;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}

@media (max-width: 1200px) {
    .sec-thumb {
        max-width: 60%;
    }
}

@media (max-width: 992px) {
    .sec-thumb {
        max-width: 100%;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .sec-thumb {
        margin-bottom: 40px;
    }
}

#sec-2 {
    background: url(images/bg-ico-2.svg) 53% 30% no-repeat;
}

@media (max-width: 1360px) {
    #sec-2 {
        background-position: 64% 30%;
    }
}

@media (max-width: 992px) {
    #sec-2 {
        background-position: right top;
    }
}

@media (max-width: 767px) {
    #sec-2 {
        background-size: 100px;
    }
}

#sec-2 .sec-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

#sec-3 {
    background: url(images/bg-ico-3.svg) 36% 41% no-repeat;
}

@media (max-width: 1360px) {
    #sec-3 {
        background-position: 36% 30%;
    }
}

@media (max-width: 992px) {
    #sec-3 {
        background-position: right top;
    }
}

@media (max-width: 767px) {
    #sec-3 {
        background-size: 100px;
    }
}

#sec-4 {
    background: url(images/bg-ico-4.svg) 54% 34% no-repeat;
}

@media (max-width: 1360px) {
    #sec-4 {
        background-position: 64% 64%;
    }
}

@media (max-width: 992px) {
    #sec-4 {
        background-position: right top;
    }
}

@media (max-width: 767px) {
    #sec-4 {
        background-size: 100px;
    }
}

#sec-4 .sec-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.pay-icons {
    width: 636px;
    position: relative;
    float: left;
}

@media (max-width: 767px) {
    .pay-icons {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-evenly;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.dots-ico-top {
    position: absolute;
    background: url(images/dots-ico-top.svg) 0 0 no-repeat;
    width: 114px;
    height: 24px;
    top: -84px;
    left: 0;
}

.dots-ico-bot {
    position: absolute;
    background: url(images/dots-ico-bot.svg) 0 0 no-repeat;
    width: 65px;
    height: 44px;
    bottom: -35px;
    left: 420px;
}

@media (max-width: 767px) {
    .dots-ico-bot {
        display: none;
    }
}

.one-pay-icons {
    float: left;
    margin-right: 42px;
    width: 64px;
    height: 64px;
    margin-bottom: 42px;
}

@media (max-width: 767px) {
    .one-pay-icons {
        margin-right: 5px;
        margin-left: 5px;
        margin-bottom: 24px;
    }
}

.one-pay-icons.text-ico {
    background: transparent;
    border: 1px solid #495a79;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 14px;
    color: #ffb300;
}

.one-pay-icons.other-ico {
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    color: #ffb300;
}

#how-it-work {
    background-color: #387ed1;
    padding: 115px 0 125px;
    height: auto;
    margin-top: 80px;
}

@media (max-width: 767px) {
    #how-it-work {
        padding: 50px 0 20px;
    }
}

#how-it-work .swiper-cont {
    height: auto;
}

#how-it-work:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 44, 74, 0)), to(#141b2d));
    background: linear-gradient(rgba(33, 44, 74, 0) 0%, #141b2d 100%);
    opacity: 0.12;
}

.how-it-work {
    position: relative;
}

.how-it-work h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 82px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin: 0 0 44px 0;
    padding: 0;
}

@media (max-width: 767px) {
    .how-it-work h3 {
        font-size: 40px;
        margin-bottom: 30px;
    }
}

.how-it-work-wrap {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding-top: 120px;
    padding-right: 76px;
}

@media (max-width: 1360px) {
    .how-it-work-wrap {
        padding-right: 30px;
    }
}

@media (max-width: 992px) {
    .how-it-work-wrap {
        padding-right: 0;
        padding-top: 0;
    }
}

@media (max-width: 767px) {
    .how-it-work-wrap {
        display: block;
    }
}

.how-it-work-wrap:before {
    content: "";
    position: absolute;
    top: 0;
    width: 1360px;
    height: 54px;
    background: url(images/rule.png) 0 0 no-repeat;
    left: 50%;
    margin-left: -5px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

@media (max-width: 1360px) {
    .how-it-work-wrap:before {
        background-size: contain;
        width: auto;
        left: -4%;
        right: -4%;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@media (max-width: 992px) {
    .how-it-work-wrap:before {
        display: none;
    }
}

.one-how {
    float: left;
    position: relative;
}

@media (max-width: 767px) {
    .one-how {
        width: 100%;
        margin-bottom: 30px;
    }
}

.mob-num {
    display: none;
}

@media (max-width: 992px) {
    .mob-num {
        display: block;
        position: absolute;
        left: 0;
        top: 4px;
        width: 30px;
        height: 30px;
        color: #202b49;
        font-weight: bold;
        background-color: #ffb300;
        border-radius: 50%;
        text-align: center;
        line-height: 30px;
    }
}

@media (max-width: 767px) {
    .mob-num {
        top: -2px;
    }
}

.one-how-tit {
    float: left;
    width: 100%;
    font-size: 32px;
    font-weight: 600;
    color: #ffb300;
    margin-bottom: 25px;
}

@media (max-width: 992px) {
    .one-how-tit {
        padding-left: 44px;
    }
}

@media (max-width: 767px) {
    .one-how-tit {
        font-size: 22px;
        margin-bottom: 15px;
    }
}

@media (min-width: 992px) {
    .one-how-tit.act {
        margin-bottom: 44px;
        margin-top: -20px;
    }
}

.one-how-descr {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
}

@media (max-width: 767px) {
    .one-how-descr {
        font-size: 16px;
    }
}

#open-trade {
    background: #202b49;
    background: -webkit-gradient(linear, left top, left bottom, from(#202b49), to(#172036));
    background: linear-gradient(to bottom, #202b49 0%, #172036 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#202b49", endColorstr="#172036", GradientType=0);
    padding: 132px 0 154px;
    height: auto;
}

@media (max-width: 767px) {
    #open-trade {
        padding: 50px 0 50px;
    }
}

#open-trade .swiper-cont {
    height: auto;
}

.open-trade {
    float: left;
    width: 100%;
}

.open-trade h3 {
    font-size: 46px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin-bottom: 45px;
}

@media (max-width: 767px) {
    .open-trade h3 {
        font-size: 24px;
        margin-bottom: 35px;
    }
}

.open-trade-menu {
    text-align: center;
    margin-bottom: 46px;
}

@media (max-width: 767px) {
    .open-trade-menu {
        margin-bottom: 26px;
    }
}

.open-trade-menu ul li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 22px;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    color: #ffb300;
    text-decoration: none;
}

@media (max-width: 767px) {
    .open-trade-menu ul li {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
}

.open-trade-menu ul li:before {
    content: "";
    position: absolute;
    background-color: #b5b7be;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    right: -2px;
    top: 50%;
    margin-top: -3px;
}

@media (max-width: 767px) {
    .open-trade-menu ul li:before {
        display: none;
    }
}

.open-trade-menu ul li:last-child:before {
    content: normal;
}

.open-trade-bt {
    text-align: center;
}

.open-trade-bt a {
    width: 192px;
}

#footer {
    background-color: #f8f9f9;
    padding: 62px 0 62px;
    height: auto;
    float: left;
    width: 100%;
}

@media (max-width: 767px) {
    #footer {
        padding: 30px 0 0;
    }
}

#footer .swiper-cont {
    height: auto;
}

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

@media (max-width: 767px) {
    .footer {
        display: block;
    }
}

.footer-left {
    float: left;
    max-width: 303px;
}

@media (max-width: 1200px) {
    .footer-left {
        width: 250px;
    }
}

@media (max-width: 767px) {
    .footer-left {
        width: 100%;
        text-align: center;
    }
}

.footer-logo {
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .footer-logo {
        margin-bottom: 20px;
    }
}

.footer-soc {
    text-align: left;
    margin-bottom: 15px;
    margin-left: 53px;
}

@media (max-width: 1200px) {
    .footer-soc {
        text-align: left;
    }
}

@media (max-width: 767px) {
    .footer-soc {
        text-align: center;
        margin-bottom: 30px;
    }
}

.footer-soc ul {
    list-style: none;
    padding: 0;
}

.footer-soc ul li {
    display: inline-block;
    margin-left: 16px;
}

@media (max-width: 1200px) {
    .footer-soc ul li {
        margin-right: 16px;
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .footer-soc ul li {
        margin: 0 8px;
    }
}

.footer-soc ul li a svg path {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.footer-soc ul li a:hover svg path {
    fill: #3064a7;
}

.copy {
    padding-left: 68px;
    font-size: 12px;
    line-height: 18px;
}

@media (max-width: 1200px) {
    .copy {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .copy {
        display: none;
    }
}

.foot-mid {
    padding-left: 100px;
}

@media (max-width: 1360px) {
    .foot-mid {
        padding-left: 50px;
    }
}

@media (max-width: 1200px) {
    .foot-mid {
        padding-left: 30px;
    }
}

@media (max-width: 767px) {
    .foot-mid {
        padding: 0;
    }
}

.one-foot-menu {
    float: left;
    width: 221px;
}

@media (max-width: 1360px) {
    .one-foot-menu {
        width: 170px;
    }
}

@media (max-width: 1200px) {
    .one-foot-menu {
        width: 130px;
        padding-right: 10px;
    }
}

@media (max-width: 767px) {
    .one-foot-menu {
        width: 100%;
        padding-right: 0;
        margin-bottom: 15px;
    }
}

.one-foot-menu-tit {
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    color: #b5b7be;
    margin-bottom: 25px;
    font-weight: 600;
}

@media (max-width: 767px) {
    .one-foot-menu-tit {
        margin-bottom: 15px;
    }
}

.one-foot-menu-in ul li {
    margin-bottom: 11px;
}

@media (max-width: 767px) {
    .one-foot-menu-in ul li {
        float: left;
        margin-right: 15px;
    }
}

.one-foot-menu-in ul li a {
    font-size: 12px;
    color: #387ed1;
    text-decoration: underline;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.one-foot-menu-in ul li a:hover {
    color: #3064a7;
}

.foot-right {
    padding-top: 3px;
}

@media (max-width: 767px) {
    .app {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.app a {
    margin-bottom: 26px;
    display: block;
    cursor: pointer;
}

@media (max-width: 767px) {
    .app a {
        width: 48%;
    }
    .app a svg {
        max-width: 100%;
    }
}

.app a rect {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.app a:hover rect {
    fill: #3064a7;
}

.swiper-cont-text {
    float: left;
    width: 100%;
}

@media (max-width: 992px) {
    #priv-1 {
        padding-top: 0;
    }
}

.page-inside .swiper-slide.inside {
    height: auto;
}

.page-inside .swiper-slide .swiper-cont {
    height: auto;
}

.page-inside h1 {
    font-size: 82px;
    font-weight: 600;
    padding: 0;
    margin: 0 0 84px 0;
    text-align: center;
    color: #3B4254;
    float: left;
    width: 100%;
}

@media (max-width: 992px) {
    .page-inside h1 {
        margin: 0 0 40px;
        font-size: 46px;
    }
}

.page-inside .mini-section-cont {
    float: left;
    width: 100%;
}

@media (max-width: 992px) {
    .page-inside .mini-section-cont {
        padding: 10px 0;
    }
}

.page-inside .mini-section-cont p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 30px;
}

.page-inside .mini-section-cont p:last-child {
    margin-bottom: 0;
}

.page-inside .mini-section-cont ul {
    counter-reset: my-badass-counter;
}

.page-inside .mini-section-cont ul>li {
    position: relative;
    padding-left: 86px;
    margin-bottom: 25px;
}

.page-inside .mini-section-cont ul>li:before {
    content: counter(my-badass-counter, decimal-leading-zero);
    counter-increment: my-badass-counter;
    color: #FFB300;
    font-size: 32px;
    font-weight: 600;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1;
}

.page-inside .mini-section-cont ul>li ul>li {
    padding-left: 26px;
}

.page-inside .mini-section-cont ul>li ul>li:before {
    font-size: 20px;
    content: counter(my-badass-counter);
}

.page-inside .mini-section-cont a {
    color: #387ED1;
    text-decoration: underline;
}

.page-inside .mini-section-cont a:hover {
    text-decoration: none;
}

.page-inside .mini-section-cont ol {
    float: left;
    width: 100%;
    margin-bottom: 18px;
}

.page-inside .mini-section-cont ol li {
    position: relative;
    padding-left: 20px;
    padding-right: 15px;
    margin-bottom: 20px;
}

.page-inside .mini-section-cont ol li:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #ffb300;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}

.page-top {
    margin-bottom: 125px;
    text-align: center;
}

@media (max-width: 992px) {
    .page-top {
        margin-bottom: 35px;
    }
}

.page-top p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 30px;
}

.page-top p:last-child {
    margin-bottom: 0;
}

.mini-section {
    float: left;
    width: 100%;
    margin-bottom: 124px;
}

@media (max-width: 992px) {
    .mini-section {
        margin-bottom: 0px;
    }
}

.mini-section-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 992px) {
    .mini-section-in {
        display: block;
    }
}

.mini-section-left {
    width: 360px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 360px;
    flex: 0 0 360px;
    padding-right: 62px;
    text-align: right;
}

@media (max-width: 992px) {
    .mini-section-left {
        width: 100%;
        padding-right: 0;
        -moz-text-align-last: left;
        text-align-last: left;
    }
}

.mini-section-tit {
    font-size: 32px;
    font-weight: 600;
    line-height: 42px;
    color: #3B4254;
    font-family: "Montserrat", sans-serif;
}

@media (max-width: 992px) {
    .mini-section-tit {
        font-size: 20px;
        position: relative;
        padding: 10px 0 10px;
        line-height: 28px;
        text-align: left;
    }
    .mini-section-tit:after {
        content: "";
        width: 5px;
        height: 5px;
        position: absolute;
        top: 20px;
        right: 0px;
        border: none;
        border-left: 2px solid #858891;
        border-bottom: 2px solid #858891;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .mini-section-tit.open:after {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
}

.mini-section-right {
    width: 100%;
    padding-left: 62px;
    position: relative;
}

@media (max-width: 992px) {
    .mini-section-right {
        padding-left: 0;
        width: 100%;
        float: left;
        display: none;
    }
}

.mini-section-right:before {
    content: "";
    position: absolute;
    width: 1px;
    left: 0;
    top: 5px;
    bottom: 5px;
    opacity: 0.5;
    background-color: #b5b7be;
}

@media (max-width: 992px) {
    .mini-section-right:before {
        content: normal;
    }
}

.table {
    float: left;
    width: 100%;
    margin-bottom: 40px;
    max-width: 100%;
    overflow-x: auto;
}

.table table {
    width: 100%;
}

.table table tr:first-child td {
    padding: 10px 24px;
    vertical-align: middle;
    background-color: #387ed1;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
}

.table table tr td {
    padding: 22px 24px;
    border: 2px solid #fff;
    background-color: #f8f9f9;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    color: #3b4254;
}

#contact .mini-section-right:before {
    content: normal;
}

.contact-tit {
    float: left;
    width: 100%;
    margin: 0 0 84px 0;
}

@media (max-width: 992px) {
    .contact-tit {
        display: none;
    }
}

.contact-tit h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 82px;
    font-weight: 600;
    text-align: center;
    padding: 0;
    margin: 0px;
}

.mini-section-contact {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 360px;
    flex: 0 0 360px;
    width: 360px;
}

@media (max-width: 992px) {
    .mini-section-contact {
        width: 100%;
    }
}

.one-min-cont {
    float: left;
    width: 100%;
    margin-bottom: 84px;
    position: relative;
}

@media (max-width: 992px) {
    .one-min-cont {
        margin-bottom: 46px;
    }
}

.one-min-cont:last-child {
    margin-bottom: 0;
}

.one-min-cont:after {
    content: "";
    position: absolute;
    width: 1px;
    right: 0;
    top: 3px;
    bottom: 3px;
    opacity: 0.5;
    background-color: #b5b7be;
}

@media (max-width: 992px) {
    .one-min-cont:after {
        content: normal;
    }
}

.one-line-cont {
    float: left;
    width: 100%;
    margin-bottom: 16px;
}

.one-line-cont:last-child {
    margin-bottom: 0;
}

.one-line-cont.top-cont .one-line-cont-name {
    padding-top: 1px;
    font-weight: bold;
    color: #3b4254;
}

.one-line-cont.top-cont .one-line-cont-val {
    color: #b5b7be;
    font-size: 14px;
}

.one-line-cont.top-phone {
    margin-bottom: 11px;
}

.one-line-cont.top-phone .one-line-cont-val a {
    font-size: 18px;
    font-weight: bold;
    color: #3b4254;
    text-decoration: none;
}

.one-line-cont.top-mail .one-line-cont-val a {
    font-size: 18px;
    font-weight: bold;
    color: #3b4254;
    text-decoration: none;
}

.one-line-cont-name {
    font-size: 14px;
    padding-top: 3px;
    width: 106px;
    float: left;
    color: #b5b7be;
}

.one-line-cont-val {
    padding-left: 106px;
}

.online-chat-bt {
    float: left;
    width: 100%;
}

.online-chat-bt a {
    width: 298px;
}

@media (max-width: 992px) {
    .online-chat-bt a {
        width: 100%;
    }
}

@media (max-width: 992px) {
    #contact {
        padding-top: 54px;
    }
}

#contact .mini-section {
    margin-bottom: 80px;
}

@media (max-width: 992px) {
    #contact .mini-section {
        margin-bottom: 60px;
    }
}

.contact-form {
    float: left;
    width: 100%;
}

.contact-form-top {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 992px) {
    .contact-form-top {
        display: block;
    }
}

.contact-form-top .one-cont-inp {
    width: calc(50% - 10px);
}

@media (max-width: 992px) {
    .contact-form-top .one-cont-inp {
        width: 100%;
    }
}

.one-cont-inp {
    float: left;
    width: 100%;
    margin-bottom: 36px;
}

@media (max-width: 992px) {
    .one-cont-inp {
        margin-bottom: 24px;
    }
}

.one-cont-inp input {
    height: 46px;
    width: 100%;
    font-weight: 500;
    padding: 0 18px;
    font-size: 16px;
    border: none;
    background-color: #f8f9f9;
}

.one-cont-inp input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #3b4254;
}

.one-cont-inp input::-moz-placeholder {
    /* Firefox 19+ */
    color: #3b4254;
}

.one-cont-inp input:-ms-input-placeholder {
    /* IE 10+ */
    color: #3b4254;
}

.one-cont-inp input:-moz-placeholder {
    /* Firefox 18- */
    color: #3b4254;
}

.one-cont-inp textarea {
    font-size: 16px;
    font-weight: 500;
    height: 185px;
    padding: 14px 18px;
    background-color: #f8f9f9;
    width: 100%;
    border: none;
    resize: none;
}

.one-cont-inp textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #3b4254;
}

.one-cont-inp textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #3b4254;
}

.one-cont-inp textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #3b4254;
}

.one-cont-inp textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #3b4254;
}

.one-cont-phone {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 992px) {
    .one-cont-phone {
        display: block;
    }
}

.one-cont-phone .one-cont-inp {
    width: calc(50% - 10px);
}

@media (max-width: 992px) {
    .one-cont-phone .one-cont-inp {
        width: 100%;
    }
}

.one-cont-phone .one-cont-inp-info {
    width: calc(50% - 10px);
}

.one-cont-inp-info {
    font-size: 14px;
    line-height: 24px;
    color: #b5b7be;
}

@media (max-width: 992px) {
    .one-cont-inp-info {
        float: left;
        width: 100%;
        margin-bottom: 24px;
    }
}

.one-cont-bt {
    float: left;
    width: 100%;
    text-align: center;
}

.one-cont-bt button {
    width: 192px;
}

.page-inside {
    padding-top: 85px;
}

.page-inside.no-swipe {
    padding-top: 170px;
}

@media (max-width: 992px) {
    .page-inside.no-swipe {
        padding-top: 115px;
    }
}

.one-page-cont-bl {
    float: left;
    width: 100%;
    margin-bottom: 84px;
}

@media (max-width: 992px) {
    .one-page-cont-bl {
        margin-bottom: 46px;
    }
}

.page-cont-tit {
    float: left;
    width: 100%;
    margin-bottom: 46px;
}

.page-cont-tit h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    font-weight: 600;
}

.page-cont-top {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 992px) {
    .page-cont-top {
        display: block;
    }
}

.page-cont-top .one-min-cont {
    width: auto;
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .page-cont-top .one-min-cont {
        margin-bottom: 46px;
        width: 100%;
    }
    .page-cont-top .one-min-cont:last-child {
        margin-bottom: 0;
    }
}

.page-cont-top .one-min-cont:after {
    content: normal;
}

.page-cont-top .online-chat-bt {
    width: auto;
}

@media (max-width: 992px) {
    .page-cont-top .online-chat-bt {
        width: 100%;
    }
}

.one-line-cont.hide-cont {
    display: none;
}

@media (max-width: 992px) {
    .one-line-cont.hide-cont {
        display: block;
    }
}

.chat-info {
    font-size: 14px;
    color: #b5b7be;
    text-align: center;
    margin-top: 23px;
}

@media (max-width: 992px) {
    .chat-info {
        display: none;
    }
}

.cont-phone-with-bt {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
}

@media (max-width: 992px) {
    .cont-phone-with-bt {
        display: block;
    }
}

.cont-phone-with-bt .one-cont-phone {
    width: calc(100% - 298px);
}

@media (max-width: 992px) {
    .cont-phone-with-bt .one-cont-phone {
        width: 100%;
    }
}

.cont-phone-with-bt .one-cont-bt {
    width: 298px;
}

@media (max-width: 992px) {
    .cont-phone-with-bt .one-cont-bt {
        width: 100%;
    }
}

.cont-phone-with-bt .one-cont-bt button {
    width: 100%;
}

.other-cont {
    float: left;
    width: 100%;
    padding-top: 84px;
    border-top: 1px solid rgba(181, 183, 190, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 84px;
}

@media (max-width: 992px) {
    .other-cont {
        margin-bottom: 46px;
        padding-top: 46px;
        display: block;
    }
}

.other-cont-left {
    width: calc(50% - 10px);
    font-size: 18px;
    line-height: 28px;
}

@media (max-width: 992px) {
    .other-cont-left {
        width: 100%;
        margin-bottom: 46px;
    }
}

.other-cont-left .page-cont-tit {
    margin-bottom: 30px;
}

.other-cont-left a {
    color: #3b4254;
    text-decoration: none;
}

.other-cont-left a:hover {
    text-decoration: underline;
}

.other-cont-right {
    width: calc(50% - 10px);
}

@media (max-width: 992px) {
    .other-cont-right {
        width: 100%;
    }
}

.other-cont-right .page-cont-tit {
    margin-bottom: 60px;
}

@media (max-width: 992px) {
    .other-cont-right .page-cont-tit {
        margin-bottom: 46px;
    }
}

@media (max-width: 992px) {
    .other-soc ul {
        max-width: 360px;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.other-soc ul li {
    float: left;
    margin-right: 32px;
}

@media (max-width: 992px) {
    .other-soc ul li {
        margin-right: 0;
    }
}

/*
	font-family: 'Montserrat', sans-serif;
	font-family: 'Roboto', sans-serif;


  квадрат
  {
	content: '';
	width: 5px;
	height: 5px;
	position: absolute;
	top: 50%;
	margin-top: -4px;
	left: 50%;
	margin-left: -4px;
	border: none;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
	*/

/*# sourceMappingURL=style.css.map */

.hidden {
    display: none;
}

#qcBlock {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #777;
}

.qcLogoCont {
    display: flex;
    flex-direction: row;
}

.qcDesc {
    font-size: 10px;
    letter-spacing: 2px;
}

.qcLogo {
    color: rgb(241, 22, 47);
    width: 24px;
}

.qcText {
    color: rgb(72, 76, 84);
    fill: rgb(72, 76, 84);
    width: 105px;
    padding-left: 10px;
}

.cardsLogos {
    display: flex;
    justify-content: space-evenly;
}

.oneCard,
.oneCard>svg {
    width: 54px
}

.FeesFiltersSearch__input {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 0 48px;
    outline: none;
    font-size: 14px;
    color: #2a3554;
    caret-color: #2a3554;
    font-weight: 400;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #d4d6dd;
    box-shadow: 0 0 0 0 transparent;
    transition: box-shadow .3s ease, border-color .3s ease;
}

.FeesFiltersSearch__icon_empty {
    cursor: default;
    pointer-events: none;
    position: absolute;
    top: 10px;
    left: 13px;
    bottom: 0;
    width: 24px;
    color: #2a3554;
}

.FeesFiltersSearch {
    position: relative;
    max-width: 440px;
    width: 100%;
    height: 40px;
}

.FeesFilters__inner {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 32px;
}

.search-fee-msg {
    display: none;
    font-size: 20px;
    text-align: center;
    padding: 60px 0;
}

/*  Login  */

#loginBlock {
    position: fixed;
    display: none;
    justify-content: center;
    right: 0;
    top: 0;
    bottom: 0;
    width: 642px;
    z-index: 1001;
    background: #fff;
    overflow-y: auto;
}

.formCont {
    position: relative;
    width: 342px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 15px;
}

.formClose {
    position: absolute;
    right: -20px;
    top: 30px;
    cursor: pointer;
}

.formHeader {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    padding-top: 68px;
    margin-bottom: 25px;
}

.formCont input {
    background: #F8F9F9;
    height: 46px;
    line-height: 46px;
    border-radius: 4px;
    padding: 0 18px;
    width: 100%;
    margin-bottom: 18px;
}

.formCont input.error,
.select2-selection.error {
    border: 1px solid #DA4A32 !important;
}

#loginBlock .formLink {
    font-size: 16px;
    color: #387ED1;
    text-decoration: none;
}

#loginBlock .link {
    color: #387ED1;
    text-decoration: none;
}

#forgotPass {
    display: block;
    text-align: right;
}

.formButton {
    width: 100%;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    font-weight: 500;
}

#loginBtn {
    margin-top: 42px;
}

.textLine {
    font-size: 16px;
    padding-top: 32px;
    text-align: center;
}

.textLine.noAccount {
    padding-bottom: 16px;
}

.socialAccList {
    display: flex;
    flex-direction: row;
    margin-top: 42px;
    justify-content: center;
}

.socNetwork {
    margin: 0 18px;
    cursor: pointer;
}

.signupLink {
    padding-left: 5px;
}

.signinLink {
    padding-left: 5px;
}

#signin {
    display: none;
}

.checkboxCont {
    display: flex;
    flex-direction: row;
    margin-top: 5px;
    margin-bottom: 40px;
}

.checkboxItem {
    display: flex;
    width: 24px;
    height: 24px;
    margin-right: 16px;
    cursor: pointer;
    position: relative;
}

.formCheckbox {
    width: 24px;
    height: 24px;
    border: 1px solid #333;
    border-radius: 4px;
    transition: border .3s, background-color .3s;
}

.checked .formCheckbox {
    border: #387ED1;
    background: #387ED1;
}

.formChecked {
    position: absolute;
    top: 4px;
    display: none;
    left: 4px;
}

.checked .formChecked {
    display: block;
}

#signup {
    display: none;
}

#restore {
    display: none;
}

.passRecText {
    margin-top: -28px;
    margin-bottom: 33px;
}

label.error {
    position: relative;
    top: -19px;
    font-size: 12px;
    color: #DA4A32;
}

.errorMsg {
    color: #DA4A32;
    text-align: center;
    font-size: 13px;
    padding-bottom: 15px;
}

#vPhoneS2 {
    display: none;
}

.vPhoneNumber {
    font-weight: 500;
}

#vPhoneS1 .vPhoneNumber {
    position: relative;
    top: 13px;
}

#agreeBox {
    width: 0;
    height: 0;
    visibility: hidden;
    line-height: 0;
    margin: 0;
    padding: 0;
}

#agree-error {
    position: absolute;
    top: 30px;
    left: -12px;
    max-width: 48px;
}

.select2-container {
    margin-bottom: 18px;
    outline: none;
}

.select2-container--default .select2-selection--single {
    border: none;
    display: flex;
    align-items: center;
    background: #F8F9F9;
    height: 46px;
    line-height: 46px;
    border-radius: 4px;
    padding: 0 10px;
    outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 9px;
    right: 11px;
}

.formBack {
    width: 41px;
    height: 41px;
    position: absolute;
    top: 23px;
    left: -20px;
    cursor: pointer;
    padding: 10px;
}

.resendEmail {
    text-align: center;
    line-height: 33px;
}

@media (max-width: 992px) {
    #loginBlock {
        width: 100%;
    }
}

@media (max-width: 400px) {
    .formCont {
        width: 300px;
    }
}

@media (min-width: 992px) and (max-width: 1600px) {
    #sec-1 .feat-wrap {
        margin-top: 340px;
    }
    #sec-1 .features-tit {
        font-size: 38px
    }
    #sec-1 .features-descr {
        font-size: 18px;
    }
    #sec-1 .sec-wrap {
        align-items: flex-start;
    }
}

@media (min-width: 1601px) {
    #sec-1 .feat-wrap {
        margin-top: 240px;
    }
    #sec-1 .features-tit {
        font-size: 44px
    }
    #sec-1 .features-descr {
        font-size: 24px;
    }
    #sec-1 .sec-wrap {
        align-items: flex-start;
    }
}

@media (min-width: 992px) {
    .hero-in {
        margin-top: 90px;
    }
    .hero-tit h1 {
        font-size: 44px;
        line-height: 60px;
    }
    .hero-tit h1:after {
        top: 18px;
    }
    .hero-tit {
        margin-bottom: 0;
    }
    .hero-list {
        margin-bottom: 20px;
    }
}

@media (min-width: 1200px) {
    .hero-in {
        margin-top: 30px;
    }
    .hero-tit h1 {
        font-size: 58px;
        line-height: 78px;
    }
    .hero-tit {
        margin-bottom: 45px;
    }
    .hero-list {
        margin-bottom: 50px;
    }
}

@media (min-width: 1400px) {
    .hero-in {
        margin-top: 30px;
    }
    .hero-tit h1 {
        font-size: 62px;
        line-height: 90px;
    }
    .hero-list {
        margin-bottom: 70px;
    }
}

.resendTimer {
    display: none;
    padding-top: 10px;
    text-align: center;
}

#loginBlock .formLink.disabled {
    color: #bbb;
    cursor: default;
}

.icons-note {
    color: #ffffff;
    font-size: 18px;
}

.icons-note>span {
    color: #ffb300;
    padding-right: 2px;
}

ul.simple li:before {
    display: none;
}

.clear {
    clear: both;
    width: 100%;
    height: 1px;
}

.mini-section-cont>h3 {
    font-size: 48px;
}

.center {
    text-align: center;
}

.subheading {
    font-size: 18px;
}

.bsubheading {
    font-size: 32px;
}

.swiper-container-vertical>.swiper-scrollbar {
    width: 10px;
}

.text-left {
    text-align: left;
}

.select2-container--default .select2-results>.select2-results__options {
    background: #F8F9F9;
}

.select2-dropdown {
    border: none;
    border-radius: 5px;
}

.select2-results__option {
    padding: 6px 18px;
}