@import url('fonts/fonts.css');

/*-- RESET --*/

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
textarea, input, button {
    font-family: inherit;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0 none;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
html {
	height: 100%;
}
body {
	font-family: 'Inter', sans-serif;
    font-variant-numeric: lining-nums;
    margin: 0;
	height: 100%;
	width: 100%;
}
a {
	color: #0086d5;
}
a:hover {
	text-decoration: none;
}
ol, ul {
    list-style: outside none none;
}
blockquote, q {
    quotes: none;
}
blockquote::before, blockquote::after, q::before, q::after {
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
strong, b {
    font-weight: 500;
}
img {
	max-width: 100%;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
img {
	max-width: 100%;
}
button input {
	display: none !important;
}
form *:focus {
    outline: none;
}

/*-- GENERAL --*/

body {
	background-color: #191919;
	background-position: top center;
	background-repeat: no-repeat;
    color: #fff;
    height: auto;
    position: relative;
}
.wrapper {
    overflow: clip;
    position: relative;
}
.container {
    display: block;
    margin: 0 auto;
    max-width: 1344px;
    padding: 0 16px;
    position: relative;
    width: 100%;
}
.container--large {
    max-width: 1408px;
}
.title_bk {
    font-weight: 800;
    font-size: 44px;
    line-height: 164%;
    color: #fff;
}
.title_bk--center {
    text-align: center;
}
.title_bk--black {
    color: #191919;
}

/*-- HEADER --*/

.header {
    background: #191919;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
}
.header_inside {
    height: 104px;
}
.header_logo {
    font-size: 0;
    visibility: hidden;
    opacity: 0;
    transform: scale(0.5);
    transition: 0.25s;
}
.header_logo.active {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}
.header_menu ul li a {
    color: inherit;
    display: block;
    font-weight: 700;
    font-size: 14px;
    line-height: 171%;
    text-decoration: none;
    padding: 8px;
    transition: 0.25s;
}
.header_menu ul li.active a,
.header_menu ul li a:hover {
    color: #ff413b;
}
.header_phone {
    font-weight: 800;
    font-size: 18px;
    line-height: 133%;
    text-transform: uppercase;
    color: #f5b124;
    padding: 8px;
}
.header_phone a {
    color: inherit;
    text-decoration: none;
    transition: 0.25s;
}
.header_phone a:hover {
    opacity: 0.7;
}
.header_langs {
    padding: 8px;
}
.header_langs ul {
    font-size: 0;
}
.header_langs ul li {
    display: inline-block;
    vertical-align: top;
}
.header_langs ul li:after {
    content: '/';
    font-weight: 800;
    font-size: 18px;
    line-height: 133%;
    text-transform: uppercase;
    margin: 0 4px;
}
.header_langs ul li:last-child:after {
    display: none;
}
.header_langs ul li a {
    color: #fff;
    font-weight: 800;
    font-size: 18px;
    line-height: 133%;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.25s;
}
.header_langs ul li.active a,
.header_langs ul li a:hover {
    color: #ff413b;
}

/*-- FIRST BK --*/

.first_bk {
    margin-top: 104px;
}
.ftbk_cols {
    margin: 0 -10px -20px;
    padding: 90px 0;
}
.ftbk_col {
    margin-bottom: 20px;
    padding: 0 10px;
    width: 50%;
}
.ftbk_logo {
    font-size: 0;
    height: 198px;
    transition: 0.25s;
}
.ftbk_logo.active {
    visibility: hidden;
    opacity: 0;
    transform: scale(0.5);
}
.ftbk_title {
    font-weight: 800;
    font-size: 50px;
}
.ftbk_title span {
    color: #ff413b;
}
.ftbk_desc {
    font-weight: 500;
    font-size: 24px;
    line-height: 133%;
    color: #fff;
    margin-top: 24px;
}
.ftbk_image {
    font-size: 0;
    text-align: center;
}
.ftbk_image img {
    border-radius: 6px;
}

/*-- ABOUT --*/

.about {
    padding: 120px 0; 
}
.about_cols {
    margin: 0 -10px -20px;
}
.about_col {
    padding: 0 10px;
    margin-bottom: 20px;
    width: 50%;
}
.about_info {
    max-width: 550px;
    margin: 0 auto;
}
.about_desc {
    font-weight: 500;
    font-size: 20px;
    line-height: 135%;
    margin-top: 16px;
}
.about_image {
    font-size: 0;
    text-align: center;
    margin-top: 3px;
}
.about_items {
    max-width: 550px;
    margin: 0 auto;
}
.about_item {
    background: #252525;
    border-radius: 4px;
    counter-reset: items;
    counter-increment: items;
    padding: 32px;
    position: relative;
    margin-bottom: 16px;
}
.about_item:last-child {
    margin-bottom: 0;
}
.about_item_counter {
    background: #ff413b;
    border-radius: 2px;
    padding: 4px;
    font-size: 0;
    position: absolute;
    top: 32px;
    left: -16px;
    height: 32px;
    width: 32px;
}
.about_item_title {
    font-weight: 800;
    font-size: 20px;
    line-height: 160%;
}
.about_item_desc {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
}

/*-- CURRENCIES --*/

.currencies {
    background: #f5b124;
    padding: 50px 0;
}
.currencies_items {
    margin-top: 64px;
}
.row.row_currencies_items {
    margin: 0 -32px -64px;
}
.row.row_currencies_items .col {
    padding: 0 32px;
    margin-bottom: 64px;
}
.currencies_item {
    text-align: center;
}
.currencies_item_icon {
    font-size: 0;
    height: 90px;
}
.currencies_item_title {
    font-weight: 600;
    font-size: 20px;
    line-height: 160%;
    color: #000;
    margin-top: 12px;
}

/*-- TRADING --*/

.trading {
    background: #252525;
    padding: 120px 0;
}
.trading_items {
    margin-top: 64px;
}
.trading_items .col-2 {
    width: 612px;
}
.trading_items .col-4 {
    width: calc((100% - 612px) / 2);
}
.trading_item {
    border-left: 1px solid #595f69;
    padding: 0 20px;
    min-height: 470px;
    height: 100%;
}
.trading_item_title {
    font-weight: 800;
    font-size: 20px;
    line-height: 160%;
}
.trading_item_desc {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    min-height: 48px;
}
.trading_item_image {
    border-radius: 4px;
    font-size: 0;
    overflow: hidden;
    margin-top: 20px;
    height: 330px;
}
.trading_item_image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

/*-- WORK --*/

.work {
    background: #252525;
    padding: 100px 0;
}
.work_items {
    margin-top: 64px;
}
.row.row_work_items {
    margin: 0 -16px -32px;
}
.row.row_work_items .col {
    padding: 0 16px;
    margin-bottom: 32px;
}
.work_item {
    background: #191919;
    border-radius: 4px;
    text-align: center;
    padding: 28px;
    height: 100%;
}
.work_item_icon {
    font-size: 0;
    height: 64px;
}
.work_item_title {
    font-weight: 600;
    font-size: 20px;
    line-height: 160%;
    margin-top: 8px;
}

/*-- ADVANTAGES --*/

.advantages {
    padding: 100px 0;
}
.advantages_items {
    margin-top: 64px;
}
.advantages_item {
    text-align: center;
}
.advantages_item_icon {
    font-size: 0;
    height: 260px;
}
.advantages_item_title {
    font-weight: 800;
    font-size: 20px;
    line-height: 160%;
    margin-top: 32px;
}
.advantages_item_desc {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
}

/*-- FOOTER --*/

.footer {
    background: #252525;
    padding: 64px 0 24px;
}
.footer_top {
    border-bottom: 1px solid #4a4955;
    padding-bottom: 44px;
}
.footer_logo {
    font-size: 0;
}
.footer_infos {
    gap: 64px;
}
.footer_info_title {
    font-weight: 700;
    font-size: 18px;
    line-height: 133%;
    position: relative;
    padding-left: 32px;
}
.footer_info_title:before {
    background-repeat: no-repeat;
    background-position: center;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 24px;
    width: 24px;
}
.footer_info__phone .footer_info_title:before {
    background-image: url(../img/icon_footer_phone.svg);
}
.footer_info__email .footer_info_title:before {
    background-image: url(../img/icon_footer_email.svg);
}
.footer_info_value {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    margin-top: 4px;
}
.footer_info_value a {
    color: inherit;
    text-decoration: none;
    transition: 0.25s;
}
.footer_info_value a:hover {
    opacity: 0.7;
}
.footer_bottom {
    font-weight: 300;
    font-size: 14px;
    line-height: 100%;
    color: #a4acb4;
    padding-top: 19px;
}

/* ADDITIONAL RESET */

.row {
	margin-left: -10px;
	margin-right: -10px;
    margin-bottom: -20px;
}
.row .col {
    padding: 0 10px;
    margin-bottom: 20px;
}
.row.no_mg {
    margin: 0;
}
.row.no_mg .col {
    padding: 0;
    margin: 0;
}
.col-1 {
	width: 100%;
}
.col-2 {
	width: 50%;
}
.col-3 {
	width: 33.3333333%;
}
.col-30 {
	width: 30%;
}
.col-35 {
	width: 35%;
}
.col-4 {
	width: 25%;
}
.col-5 {
	width: 20%;
}
.col-6 {
    width: calc(100% / 6);
}
.col-66 {
    width: calc(100% - (100% / 3));
}

.col-41 {
    width: 41.67%;
}
.col-58 {
    width: 58.33%;
}

.d_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.f_wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.f_wrap_reverse {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
}

.f_no_wrap {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.f_row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.f_direction_column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.j_content_start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.j_content_end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.j_content_center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.j_content_between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.a_items_start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.a_items_end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.a_items_center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

/*-- ANIMATION --*/

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

/*--------------- RESPONSIVE ---------------*/

.menu_btn {
    display: none;
    cursor: pointer;
    font-size: 0;
    transition: 0.25s;
}
.menu_btn:hover {
    opacity: 0.7;
}
.menu_btn svg {
    pointer-events: none;
}

.header_email {
    font-weight: 800;
    font-size: 18px;
    line-height: 133%;
    padding: 8px;
}
.header_email a {
    color: inherit;
    text-decoration: none;
    transition: 0.25s;
}
.header_email a:hover {
    opacity: 0.7;
}
.mobile_header_wrapper {
    background: #191919;
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 11;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-105%);
    transition: 0.25s;
}
.mobile_header_wrapper.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.mobile_header_wrapper > div,
.mobile_header_wrapper > div > div {
    height: 100%;
}
.mobile_header_top {
    height: 64px;
}
.mobile_header_close {
    cursor: pointer;
    font-size: 0;
    transition: 0.25s;
}
.mobile_header_close:hover {
    opacity: 0.7;
}
.mobile_header_close svg {
    pointer-events: none;
}
.mobile_header_bottom {
    overflow: auto;
    padding: 32px 0;
    height: calc(100% - 64px);
}
.mobile_header_menu {
    text-align: center;
}
.mobile_header_menu ul li {
    font-size: 0;
    margin-bottom: 12px;
}
.mobile_header_menu ul li:last-child {
    margin-bottom: 0;
}
.mobile_header_menu ul li a {
    color: inherit;
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
    line-height: 133%;
    text-decoration: none;
    padding: 8px;
    vertical-align: top;
} 
.mobile_header_menu ul li.active a,
.mobile_header_menu ul li a:hover {
    color: #ff413b;
}
.mobile_header_infos {
    text-align: center;
    margin-top: 20px;
}
.mobile_header_infos .header_phone {
    padding: 16px;
}
.mobile_header_infos .header_email {
    padding: 16px;
}
.mobile_header_infos .header_langs {
    padding: 16px;
}

@media screen and (max-width: 1170px) {
    .header_inside {
        height: 64px;
    }
    .header_logo {
        max-width: 144px;
    }
    .first_bk {
        margin-top: 64px;
    }
    .trading_items .col-2 {
        width: 50%;
    }
    .trading_items .col-4 {
        width: 25%;
    }
    .trading_item_desc br {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .title_bk {
        font-size: 32px;
    }
    .menu_btn {
        display: block;
    }
    .header .header_menu,
    .header .header_infos {
        display: none;
    }
    .header_logo {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
    }
    .first_bk {
        padding: 0 0 44px;
    }
    .ftbk_cols {
        padding: 44px 0 32px;
    }
    .ftbk_col {
        width: 100%;
    }
    .ftbk_col_left {
        display: none;
    }
    .ftbk_title {
        font-size: 38px;
    }
    .ftbk_desc {
        font-size: 16px;
        line-height: 150%;
        margin-top: 18px;
    }
    .about {
        padding: 44px 0;
    }
    .about_col {
        width: 100%;
    }
    .trading {
        padding: 56px 0;
    }
    .trading_items {
        margin-top: 40px;
    }
    .currencies {
        padding: 44px 0;
    }
    .currencies_items {
        margin-top: 40px;
    }
    .row.row_currencies_items {
        margin: 0 -16px -32px;
    }
    .row.row_currencies_items .col {
        padding: 0 16px;
        margin-bottom: 32px;
        width: 50%;
    }
    .work {
        padding: 44px 0;
    }
    .work .title_bk {
        text-align: center;
    }
    .work_items {
        max-width: 640px;
        margin: 40px auto 0;
    }
    .row.row_work_items {
        margin: 0 -8px -16px;
    }
    .row.row_work_items .col {
        padding: 0 8px;
        margin-bottom: 16px;
        width: 50%;
    }
    .row.row_work_items .col:last-child {
        width: 100%;
    }
    .work_item {
        padding: 16px;
    }
    .work_item_title {
        margin-top: 4px;
        font-size: 16px;
    }
    .advantages {
        padding: 44px 0;
    }
    .advantages_items {
        margin-top: 40px;
    }
}

@media screen and (max-width: 860px) {
    .trading_items > div {
        margin-bottom: 40px;
    }
    .trading_items > div:last-child {
        margin-bottom: 0;
    }
    .trading_items .col-2,
    .trading_items .col-4 {
        width: 100%;
    }
    .trading_item {
        height: auto;
        min-height: 0;
        max-width: 540px;
        margin: 0 auto;
        padding-right: 0;
    }
    .trading_item_title {
        font-size: 16px;
        line-height: 175%;
    }
    .trading_item_desc {
        font-size: 14px;
        min-height: 0;
    }
}

@media screen and (max-width: 768px) {
    .about_desc {
        font-size: 16px;
    }
    .about_image {
        max-width: 420px;
        margin: 20px auto 0;
    }
    .about_items {
        padding: 0 0 0 16px;
    }
    .currencies_item {
        max-width: 260px;
        margin: 0 auto;
    }
    .currencies_item_icon {
        height: 64px;
        max-width: 64px;
        margin: 0 auto;
    }
    .currencies_item_title {
        font-size: 16px;
        margin-top: 8px;
    }
    .currencies_item_title br {
        display: none;
    }
    .row.row_advantages_items {
        margin: 0 -10px -40px;
    }
    .row.row_advantages_items .col {
        padding: 0 10px;
        margin-bottom: 40px;
        width: 100%;
    }
    .advantages_item {
        padding: 12px 0;
    }
    .advantages_item_icon {
        max-width: 230px;
        margin: 0 auto;
        height: 200px;
    }
    .advantages_item_title {
        font-size: 16px;
        line-height: 175%;
        margin-top: 16px;
    }
    .advantages_item_desc {
        font-weight: 500;
        font-size: 14px;
        max-width: 320px;
        margin: 0 auto;
    }
    .advantages_item_desc br {
        display: none;
    }
    .footer {
        padding: 44px 0 16px;
    }
    .footer_top,
    .footer_infos {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .footer_top {
        padding-bottom: 16px;
        gap: 40px;
    }
    .footer_infos {
        gap: 32px;
    }
    .footer_bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        gap: 16px;
    }
    .footer_copyright {
        order: 1;
    }
}

@media screen and (max-width: 640px) {
    .ftbk_image {
        height: 360px;
    }
    .ftbk_image img {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }
    .about_item {
        padding: 28px 16px 28px 32px;
    }
    .about_item_title {
        font-size: 16px;
        line-height: 175%;
    }
    .about_item_desc {
        font-size: 14px;
    }
}