@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/*-- 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: 'Montserrat';
    margin: 0;
	height: 100%;
	width: 100%;
}
a {
	color: #027b84;
}
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: 700;
}
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: #f2f2f2;
	background-position: top center;
	background-repeat: no-repeat;
    color: #000;
    height: auto;
    position: relative;
}
.container {
    display: block;
    margin: 0 auto;
    max-width: 1440px;
    padding: 0 10px;
    position: relative;
    width: 100%;
}
.wrapper {
    overflow: hidden;
    position: relative;
}

.title_header {
    background: #fff;
    border: 6px solid #87d916;
    border-radius: 40px;
    padding: 6px 36px;
}
.title_bk {
    font-weight: 800;
    font-size: 38px;
    color: #87d916;
}
.subtitle_bk {
    font-weight: 600;
    font-size: 24px;
    color: #87d916;
    margin-top: 4px;
    margin-bottom: 4px;
}

.btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #87d916;
    border: none;
    border-radius: 32px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
    font-weight: 800;
    font-size: 24px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    height: 69px;
    width: 100%;
    transition: 0.25s;
}
.btn:hover {
    opacity: 0.65;
}
.btn_green_transparent {
    background: none;
    border: 6px solid #87d916;
    border-radius: 25px;
    box-shadow: none;
    font-weight: 800;
    font-size: 18px;
    text-align: center;
    color: #87d916;
    height: 50px;
}

/*-- HEADER --*/

.header {
    position: fixed;
    top: 40px;
    left: 0;
    right: 0;
    z-index: 997;
}
.header_inside {
    background: #fff;
    border-radius: 40px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
    padding: 0 51px 0 40px;
}
.header_logo {
    font-size: 0;
}
.header_menu {
    font-size: 0;
}
.header_menu ul li {
    display: inline-block;
    vertical-align: middle;
}
.header_menu ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    text-decoration: none;
    height: 80px;
    padding: 0 22px;
    position: relative;
    transition: 0.25s;
}
.header_menu ul li a:after {
    background: #87d916;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 0;
    transition: 0.25s;
}
.header_menu ul li a:hover:after,
.header_menu ul li.active a:after {
    width: 100%;
}
.header_menu ul li a span {
    transition: 0.25s;
}
.header_menu ul li a span:nth-child(2) {
    font-weight: 800;
    color: #87d916;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    opacity: 0;
    transition: 0.25s;
}
.header_menu ul li a:hover span:nth-child(1),
.header_menu ul li.active a span:nth-child(1) {
    opacity: 0;
}
.header_menu ul li a:hover span:nth-child(2),
.header_menu ul li.active a span:nth-child(2) {
    opacity: 1;
}
.header_info_title {
    font-weight: 800;
    font-size: 16px;
    color: #87d916;
    padding: 0 15px;
}
.header_info_phone {
    font-weight: 800;
    font-size: 16px;
    color: #87d916;
    margin: 0 7.5px 0 10px;
}
.header_info_phone a {
    color: inherit;
    text-decoration: none;
    transition: 0.25s;
}
.header_info_phone a:hover {
    opacity: 0.7;
}
.header_info_email {
    font-weight: 500;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    margin: 0 10px 0 7.5px;
}
.header_info_email a {
    color: inherit;
    text-decoration: none;
    transition: 0.25s;
}
.header_info_email a:hover {
    opacity: 0.7;
}
.header_langs {
    padding: 0 10px;
}
.header_langs_inside {
    margin: 0 -7.5px;
}
.header_langs_inside a {
    display: inline-block;
    font-weight: 800;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    text-decoration: none;
    margin: 0 7.5px;
    vertical-align: middle;
    transition: 0.25s;
}
.header_langs_inside ul li.active a,
.header_langs_inside a.active,
.header_langs_inside a:hover {
    color: #87d916;
}
.header_langs_inside ul {
    font-size: 0;
}
.header_langs_inside ul li {
    display: inline-block;
    vertical-align: middle;
}

/*-- FIRST BK --*/

.first_bk {
    padding-top: 160px;
}
.ftbk_col_left {
    padding-right: 20px;
    width: calc(100% - 340px);
}
.ftbk_col_right {
    width: 340px;
}
.ftbk_col_left > *,
.ftbk_col_right > * {
    height: 100%;
}
.ftbk_info {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 40px;
    overflow: hidden;
    font-size: 0;
}
.ftbk_info_inside {
    background: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    box-shadow: 10px 0 50px 0 rgba(0, 0, 0, 0.2);
    border-radius: 40px 0 0 40px;
    padding: 30px 40px;
    max-width: 677px;
    height: 100%;
}
.ftbk_info_title {
    font-weight: 900;
    font-size: 54px;
    line-height: 167%;
    text-transform: uppercase;
    color: #87d916;
}
.ftbk_form_outside {
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
    border-radius: 40px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
    padding: 50px;
}
.ftbk_form_title {
    font-weight: 800;
    font-size: 28px;
    text-align: center;
    color: #fff;
}
.ftbk_form {
    margin-top: 40px;
}
.ftbk_form_field--input {
    margin-top: 15px;
}
.ftbk_form_field:first-child {
    margin-top: 0; 
}
.ftbk_form_field__label {
    font-weight: 700;
    font-size: 16px;
    color: #fff;
}
.ftbk_form_field__label span {
    color: #87d916;
}
.ftbk_form_field__input {
    margin-top: 8px;
}
.ftbk_form_field__input input {
    background: #fff;
    border: none;
    border-radius: 5px;
    color: #000;
    padding: 0 10px;
    font-weight: 400;
    font-size: 14px;
    height: 30px;
    width: 100%;
}
.ftbk_form_field__input input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
}
.ftbk_form_field__input input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.6);
}
.ftbk_form_field__input input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
}
.ftbk_form_field__input input:-moz-placeholder {
    color: rgba(0, 0, 0, 0.6);
}
.ftbk_form_field--required {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #87d916;
    margin-top: 15px;
}
.ftbk_form_field--submit {
    margin-top: 40px;
}
.ftbk_form_field--submit .btn {
    width: 100%;
}

/*-- DESCRIPTION GREEN BLOCK --*/

.description_top {
    margin-top: 40px;
}
.description_top_inside {
    background: #87d916;
    border-radius: 40px;
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
    padding: 40px;
}
.description_top_inside > * {
    margin-bottom: 27px;
}
.description_top_inside > *:last-child {
    margin-bottom: 0;
}

/*-- TRADING --*/

.trading {
    margin-top: 40px;
}
.trading_items {
    margin-top: 40px;
}
.row.row_trading_items {
    margin: 0 -10px -20px;
}
.row.row_trading_items .col {
    padding: 0 10px;
    margin-bottom: 20px;
}
.trading_item {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 40px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    overflow: hidden;
    position: relative;
    height: 280px;
}
.trading_item_title {
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(4px);
    border-radius: 40px;
    font-weight: 900;
    font-size: 32px;
    text-transform: uppercase;
    text-align: center;
    color: #87d916;
    padding: 0 15px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
}
.trading_item.trading_item__without_bg .trading_item_title {
    background: rgba(0, 0, 0, 0.8);
}

/*-- TRADING OPTIONS --*/

.trading_options {
    margin-top: 40px;
}
.trading_options_inside {
    background: #87d916;
    border-radius: 40px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
    padding: 31px 40px;
    position: relative;
    overflow: hidden;
    margin-top: 40px;
}
.trading_options_inside:after {
    background-image: url(../img/bg_trading_options.svg);
    background-repeat: no-repeat;
    background-position: center;
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 387px;
    width: 339px;
    z-index: 1;
}
.row.row_trading_options_blocks {
    margin: 0 -10px;
    position: relative;
    z-index: 2;
} 
.row.row_trading_options_blocks .col {
    padding: 0 10px;
    margin-bottom: 0;
}
.trading_options_block__title {
    font-weight: 800;
    font-size: 38px;
    text-transform: uppercase;
    color: #000;
}
.trading_options_block_cols {
    margin-top: 20px;
}
.trading_options_block_col {
    margin-right: 40px;
}
.trading_options_block_col:last-child {
    margin-right: 0;
}
.trading_options_block_item {
    font-weight: 700;
    font-size: 38px;
    color: #fff;
    line-height: 1.2075;
}

/*-- CONTACT US --*/

.contact_us {
    margin-top: 40px;
}
.contact_us_inside {
    background: #fff;
    border-radius: 40px;
    padding: 62px 100px 62px 120px;
}
.contact_us_left {
    width: 340px;
}
.contact_us_right {
    text-align: center;
}
.contact_us_title {
    font-weight: 800;
    font-size: 30px;
    color: #87d916;
}
.contact_us_desc {
    font-weight: 500;
    font-size: 24px;
    color: #87d916;
    margin-top: 20px;
}

/*-- SUPERIOIRITY --*/

.superioirity {
    margin-top: 40px;
}
.superioirity_items {
    margin-top: 26px;
}
.superioirity_item {
    background: #87d916;
    border-radius: 40px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    text-align: center;
    padding: 21px;
    height: 100%;
}
.superioirity_item_icon {
    font-size: 0;
}
.superioirity_item_title {
    font-weight: 800;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin-top: 20px;
}

/*-- ABOUT --*/

.about {
    margin-top: 40px;
}
.about_contacts_cols {
    margin-top: 40px;
}
.about_contacts_col_left {
    padding-right: 20px;
    width: calc(100% - 340px);
}
.about_contacts_col_right {
    width: 340px;
}
.about_contacts_col_left > *,
.about_contacts_col_right > * {
    height: 100%;
}
.about_contacts_basic {
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
    border-radius: 40px;
    overflow: hidden;
    padding: 40px;
    position: relative;
}
.about_contacts_basic:after {
    background-image: url(../img/bg_about_basic.png);
    background-repeat: no-repeat;
    background-position: center;
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    height: 359px;
    width: 611px;
    z-index: 1;
}
.about_contacts_basic > * {
    position: relative;
    z-index: 2;
}
.about_basic_title {
    font-weight: 700;
    font-size: 42px;
    text-transform: uppercase;
    color: #fff;
    max-width: 900px;
}
.about_basic_infos {
    margin-top: 30px;
}
.about_basic_info {
    margin-bottom: 20px;
}
.about_basic_info:last-child {
    margin-bottom: 0;
}
.about_basic_info__title {
    font-style: italic;
    font-weight: 600;
    font-size: 24px;
    color: #87d916;
    line-height: 1.35;
}
.about_basic_info__value {
    color: #fff;
    font-style: italic;
    line-height: 1.35;
    font-weight: 600;
    font-size: 24px;
}
.about_basic_info__value a {
    color: inherit;
    text-decoration: none;
    transition: 0.25s;
}
.about_basic_info__value a:hover {
    opacity: 0.65;
}
.about_contacts_side {
    background: #fff;
    backdrop-filter: blur(10px);
    border: 6px solid #87d916;
    border-radius: 40px;
    padding: 60px 40px 40px 40px;
    text-align: center;
}
.about_side_logo {
    font-size: 0;
}
.about_side_infos {
    margin-top: 120px;
}
.about_side_info {
    margin-bottom: 40px;
}
.about_side_info:last-child {
    margin-bottom: 0;
}
.about_side_info__title {
    font-weight: 600;
    font-size: 22px;
    line-height: 145%;
    text-align: center;
    color: #000;
}
.about_side_info__value {
    font-weight: 700;
    font-size: 22px;
    line-height: 145%;
    text-align: center;
    color: #87d916;
    margin-top: 10px;
}
.about_side_info__value a {
    color: inherit;
    text-decoration: none;
    transition: 0.25s;
}
.about_side_info__value a:hover {
    opacity: 0.65;
}

/*-- FOOTER --*/

.footer {
    margin-top: 40px;
    margin-bottom: 40px;
}
.footer_inside {
    background: #fff;
    border-radius: 40px;
    padding: 13.5px 40px;
}
.footer_copyright {
    font-weight: 500;
    font-size: 16px;
    color: #000;
}
.footer_privacy {
    font-weight: 500;
    font-size: 16px;
    text-align: right;
    color: #000;
}
.footer_privacy span {
    display: block;
    margin-bottom: 5px;
}
.footer_privacy span:last-child {
    margin-bottom: 0;
}

/*-- LIGHTBOX CUSTOM --*/

.lb-outerContainer {
    border-radius: 0;
}
.lb-data .lb-details {
    display: none;
}
.lightbox .lb-image {
    object-fit: cover;
    border-radius: 0;
    border: none;
}
.lb-nav {
    top: calc(100% - 32px);
    height: 32px;
    width: 72px;
}
.lb-nav a {
    background-color: rgba(0, 0, 0, 0.7) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 16px !important;
    opacity: 1 !important;
    height: 32px !important;
    width: 32px !important;
    transition: 0.25s !important;
}
.lb-nav a.lb-prev {
    background-image: url(../img/icon_lightbox_prev.svg);
    margin-right: 8px;
}
.lb-nav a.lb-next {
    background-image: url(../img/icon_lightbox_next.svg);
    float: left;
}
.lb-nav a:hover {
    background-color: rgba(0, 0, 0, 0.9) !important;
}
.lb-dataContainer {
    padding-top: 0;
    position: relative;
}
.lb-data .lb-close {
    background-color: rgba(0, 0, 0, 0.7) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 16px !important;
    background-image: url(../img/icon_lightbox_close.svg);
    opacity: 1 !important;
    height: 32px !important;
    width: 32px !important;
    transition: 0.25s !important;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 3;
}
.lb-data .lb-close:hover {
    background-color: rgba(0, 0, 0, 0.9) !important;
}

/*-- CUSTOM --*/

.ftbk_cols--new .ftbk_col_left {
    padding-right: 0;
    width: 100%;
}

.wpcf7-not-valid-tip {
    display: none !important;
}
.ftbk_form_field__input input.wpcf7-not-valid {
    box-shadow: 0 0 0 1px #ff0000;
}
.wpcf7-spinner {
    display: none !important;
}
form {
    position: relative;
}
.wpcf7-response-output {
    background: #fff !important;
    border-radius: 16px !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
    position: absolute !important;
    top: calc(100% + 10px) !important;
    left: 0 !important;
    right: 0 !important;
    padding: 5px 8px 4px !important;
    font-size: 14px !important;
    line-height: 1.25 !important;
    margin: 0 !important;
}

/* ADDITIONAL RESET */

.row {
	margin-left: -10px;
	margin-right: -10px;
    margin-bottom: -20px;
}
.row .col {
    padding: 0 10px;
    margin-bottom: 20px;
}
.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;
    position: relative;
    width: 32px;
}
.menu_btn span {
    background: rgba(0, 0, 0, 0.8);
    border-radius: 4px;
    display: block;
    margin-bottom: 7px;
    height: 5px;
    width: 100%;
}
.menu_btn span:last-child {
    margin-bottom: 0;
}

.header_mobile_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%);
    height: calc(100vh - 48px);
    z-index: 998;
    transition: 0.25s;
}
.header_mobile_wrapper.active {
    top: 24px;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.header_mobile_wrapper .container,
.header_mobile {
    height: 100%;
}
.header_mobile {
    background: #fff;
    border-radius: 40px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
}
.header_mobile_top {
    padding: 14px 25px;
    height: 60px;
}
.mobile_close {
    position: relative;
    height: 32px;
    width: 32px;
}
.mobile_close span {
    display: block;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 4px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 5px;
    width: 100%;
}
.mobile_close span:nth-child(1) {
    transform: translateY(-50%) rotate(-45deg);
}
.mobile_close span:nth-child(2) {
    transform: translateY(-50%) rotate(45deg);
}
.header_mobile_body {
    overflow: auto;
    padding: 24px 20px;
    max-width: 420px;
    margin: 0 auto;
    height: calc(100% - 60px);
}
.header_mobile_body .header_info_wrapper,
.header_mobile_body .header_langs {
    display: block;
}
.header_mobile_body .header_info {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 24px;
}
.header_mobile_body .header_info_title {
    padding: 0;
    width: 100%;
    margin-bottom: 9px;
    font-size: 16px;
}
.header_mobile_body .header_info_phone {
    padding: 0;
    margin: 0 0 4px 0;
    width: 100%;
}
.header_mobile_body .header_info_email {
    margin: 0;
}
.header_mobile_body .header_langs {
    padding: 0;
    margin-top: 24px;
}
.header_mobile_menu ul li {
    margin-bottom: 12px;
}
.header_mobile_menu ul li:last-child {
    margin-bottom: 0;
}
.header_mobile_menu ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    text-decoration: none;
    position: relative;
    transition: 0.25s;
    height: 30px;
}
.header_mobile_menu ul li a span {
    transition: 0.25s;
}
.header_mobile_menu ul li a span:nth-child(2) {
    font-weight: 800;
    color: #87d916;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: 0.25s;
}
.header_mobile_menu ul li.active a span:nth-child(1),
.header_mobile_menu ul li a:hover span:nth-child(1) {
    opacity: 0;
}
.header_mobile_menu ul li.active a span:nth-child(2),
.header_mobile_menu ul li a:hover span:nth-child(2) {
    opacity: 1;
}

@media screen and (max-width: 1440px) {
    .header_logo {
        max-width: 175px;
    }
}

@media screen and (max-width: 1366px) {
    .header_menu ul li a {
        padding: 0 15px;
    }
    .header_info_title {
        padding: 0 5px;
    }
    .trading_options_block_item {
        font-size: 24px;
    }
    .trading_options_inside:after {
        background-size: contain;
        width: 200px;
    }
    .about_basic_title {
        font-size: 32px;
    }
    .about_basic_info__title,
    .about_basic_info__value {
        font-size: 20px;
    }
}

@media screen and (max-width: 1280px) {
    .header {
        top: 24px;
    }
    .header_logo {
        max-width: 150px;
    }
    .header_menu ul li a {
        height: 60px;
    }
    .header_menu ul li a,
    .header_info_title,
    .header_info_phone,
    .header_info_email,
    .header_langs_inside a {
        font-size: 14px;
    }
    .first_bk {
        padding-top: 104px;
    }
    .about_side_infos {
        margin-top: 80px;
    }
    .about_contacts_basic:after {
        background-size: contain;
        background-position: right bottom;
        height: 245px;
        width: 350px;
    }
}

@media screen and (max-width: 1170px) {
    .header_inside {
        padding: 0 20px;
    }
    .header_menu ul li a {
        padding: 0 8px;
    }
    .trading_item_title {
        font-size: 24px;
    }
    .contact_us_inside {
        padding: 40px;
    }
}

@media screen and (max-width: 1024px) {
    .title_bk {
        font-size: 28px;
    }
    .subtitle_bk {
        font-size: 18px;
    }
    .header_inside {
        padding: 15.5px 25px;
    }
    .header_menu,
    .header_info_wrapper,
    .header_langs {
        display: none;
    }
    .menu_btn {
        display: block;
    }
    .ftbk_info_inside {
        max-width: 420px;
    }
    .ftbk_info_title {
        font-size: 32px;
        line-height: 1.75;
    }
    .ftbk_form_outside {
        padding: 24px;
    }
    .ftbk_form_field--submit {
        margin-top: 15px;
    }
    .trading_options_inside:after {
        height: 200px;
        width: 150px;
    }
    .trading_options_block__title {
        font-size: 24px;
    }
    .trading_options_block_item {
        font-size: 18px;
    }
    .contact_us_inside {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .contact_us_left {
        order: 1;
        margin: 24px auto 0;
        max-width: 240px;
        width: 100%;
    }
    .btn {
        font-size: 18px;
        height: 50px;
    }
    .contact_us_right {
        width: 100%;
    }
    .contact_us_title {
        font-size: 24px;
    }
    .contact_us_desc {
        font-size: 18px;
        margin-top: 12px;
    }
    .superioirity_item {
        padding: 40px 10px;
    }
    .superioirity_item_icon img {
        max-width: 100px;
    }
    .superioirity_item_title {
        font-size: 18px;
    }
    .about_basic_title {
        font-size: 24px;
    }
    .about_basic_info__title, 
    .about_basic_info__value {
        font-size: 17px;
    }
    .about_contacts_side {
        padding: 40px;
    }
    .about_side_logo img {
        max-width: 150px;
    }
    .about_side_info {
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 968px) {
    .ftbk_col_left {
        max-width: 540px;
        padding: 0;
        width: 100%;
        margin: 0 auto;
    }
    .ftbk_col_right {
        margin: 24px auto 0;
        max-width: 540px;
        width: 100%;
    }
    .ftbk_info_inside {
        padding: 24px;
        max-width: 320px;
    }
    .ftbk_info_title {
        font-size: 24px;
    }
    .ftbk_form {
        max-width: 320px;
        margin: 24px auto 0;
    }
    .description_top {
        margin-top: 24px;
    }
    .description_top_inside {
        font-size: 20px;
        padding: 24px;
    }
    .description_top_inside > * {
        margin-bottom: 22px;
    }
    .description_top_inside > *:last-child {
        margin-bottom: 0;
    }
    .trading,
    .trading_items {
        margin-top: 24px;
    }
    .trading_item {
        height: 200px;
    }
    .trading_item_title {
        font-size: 18px;
    }
    .trading_options,
    .trading_options_inside {
        margin-top: 24px;
    }
    .contact_us {
        margin-top: 24px;
    }
    .superioirity {
        margin-top: 24px;
    }
    .superioirity_item {
        padding: 24px;
    }
    .about_contacts_cols {
        margin-top: 24px;
    }
    .about_contacts_col_left {
        padding-right: 0;
        max-width: 540px;
        margin: 0 auto;
        width: 100%;
    }
    .about_contacts_col_right {
        margin: 24px auto 0;
        max-width: 540px;
        width: 100%;
    }
    .about_contacts_basic {
        padding: 24px;
    }
    .about_basic_title {
        font-size: 20px;
    }
    .about_basic_infos {
        margin-top: 20px;
    }
    .about_basic_info {
        margin-bottom: 12px;
    }
    .about_basic_info__title, 
    .about_basic_info__value {
        font-size: 16px;
        line-height: 1.5;
    }
    .about_contacts_basic:after {
        height: 150px;
        width: 200px;
    }
    .about_contacts_side {
        padding: 24px;
    }
    .about_side_logo img {
        max-width: 100px;
    }
    .about_side_infos {
        margin-top: 24px;
    }
    .about_side_info {
        margin-bottom: 16px;
    }
    .about_side_info__title {
        font-size: 16px;
    }
    .about_side_info__value {
        margin-top: 8px;
        font-size: 16px;
    }
    .footer_inside {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .footer_privacy {
        text-align: center;
        width: 100%;
    }
    .footer_copyright {
        text-align: center;
        margin-top: 12px;
        width: 100%;
        order: 1;
    }
    .footer {
        margin: 24px 0;
    }
}

@media screen and (max-width: 768px) {
    .ftbk_form_title {
        font-size: 24px;
    }
    .btn_green_transparent {
        border-width: 4px;
        font-size: 14px;
    }
    .description_top_inside {
        font-size: 18px;
    }
    .description_top_inside > * {
        margin-bottom: 20px;
    }
    .title_header {
        border-radius: 32px;
        padding: 6px 15px;
    }
    .title_bk {
        font-size: 20px;
    }
    .subtitle_bk {
        font-size: 16px;
    }
    .row.row_trading_items .col {
        width: 50%;
    }
    .trading_item {
        max-width: 240px;
        margin: 0 auto;
        height: 175px;
    }
    .trading_item_title {
        font-size: 14px;
    }
    .trading_options_inside:after {
        height: 300px;
        width: 250px;
    }
    .trading_options_block__title {
        font-size: 20px;
    }
    .row.row_trading_options_blocks .col {
        margin-bottom: 20px;
        margin-right: 0;
        width: 100%;
    }
    .row.row_trading_options_blocks .col:last-child {
        margin-bottom: 0;
    }
    .trading_options_block_cols {
        margin-top: 12px;
    }
    .row.row_superioirity_items {
        margin: 0 -4px -8px;
    }
    .row.row_superioirity_items .col {
        padding: 0 4px;
        margin-bottom: 8px;
        align-self: stretch;
        width: 50%;
    }
    .superioirity_item {
        height: 100%;
        max-width: 240px;
        margin: 0 auto;
    }
    .superioirity_item_icon img {
        max-width: 75px;
    }
    .superioirity_item_title {
        font-size: 16px;
        margin-top: 12px;
    }
}

@media screen and (max-width: 540px) {
    .trading_options_inside:after {
        height: 200px;
        width: 150px;
    }
}

@media screen and (max-width: 480px) {
    .ftbk_info {
        border-radius: 16px;
    }
    .ftbk_info_inside {
        border-radius: 0;
        max-width: 240px;
    }
    .ftbk_info_title {
        font-size: 18px;
    }
    .ftbk_form_title {
        font-size: 20px;
    }
    .ftbk_form_field__label,
    .ftbk_form_field--required {
        font-size: 14px;
    }
    .ftbk_form_outside {
        border-radius: 16px;
    }
    .description_top_inside {
        border-radius: 16px;
        padding: 24px;
        font-size: 14px;
    }
    .description_top_inside > * {
        margin-bottom: 16px;
    }
    .title_header {
        border-width: 4px;
        border-radius: 16px;
    }
    .title_bk {
        font-size: 18px;
    }
    .row.row_trading_items {
        margin: 0 -4px -8px;
    }
    .row.row_trading_items .col {
        padding: 0 4px;
        margin-bottom: 8px;
    }
    .trading_item {
        border-radius: 16px;
        height: 150px;
    }
    .trading_item_title {
        border-radius: 0 !important;
    }
    .trading_options_inside:after {
        top: auto;
        bottom: 30px;
        transform: translateY(0);
        height: 175px;
        width: 125px;
    }
    .trading_options_inside {
        border-radius: 16px;
        padding: 24px;
    }
    .trading_options_block_col {
        margin-right: 16px;
    }
    .btn {
        font-size: 14px;
    }
    .contact_us_inside {
        padding: 24px;
        border-radius: 16px;
    }
    .contact_us_title {
        font-size: 20px;
    }
    .contact_us_desc {
        font-size: 16px;
    }
    .superioirity_item {
        border-radius: 16px;
        padding: 24px 8px;
    }
    .superioirity_item_icon img {
        max-width: 50px;
    }
    .superioirity_item_title {
        font-size: 14px;
    }
    .about_contacts_basic {
        border-radius: 16px;
    }
    .about_basic_title {
        font-size: 18px;
    }
    .about_basic_info__title, 
    .about_basic_info__value {
        font-size: 14px;
    }
    .about_contacts_side {
        border-radius: 16px;
    }
    .about_contacts_basic:after {
        display: none;
    }
    .footer_inside {
        border-radius: 16px;
    }
    .footer_copyright,
    .footer_privacy {
        font-size: 14px;
    }
}

@media screen and (max-width: 420px) {
    .trading_options_block__title {
        font-size: 17px;
    }
    .trading_options_block_item {
        font-size: 15px;
        line-height: 1.5;
    }
}