/*Reset style*/
/* 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,
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 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
} */

:focus {
    outline: 0
}

/* article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
} */

/* body {
    line-height: 1
} */

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

/* html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
} */

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

figure {
    margin: 0
}

form {
    margin: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px
}

button,
input,
select,
textarea {
    /* font-size: 100%; */
    /* margin: 0; */
    /* vertical-align: baseline; */
    /* *vertical-align: middle */
}

button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

/* button, */
/* html input[type="button"], */
/* 1 */
/* END reset style*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

a:focus {
    outline: thin dotted;
    outline: 0 auto -webkit-focus-ring-color;
    outline-offset: 0;
}

/* body {
    font-size: 100%;
    font-family: 'Open Sans', sans-serif;
    color: #282634;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    overflow-x: hidden;
    background: #f4f4f4;
} */

.styling_input_go input,
.styling_input_go select,
.caret,
a,
button,
.owl-theme .owl-dots .owl-dot span {
    -webkir-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.flex_go {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/* .flex_between {
    justify-content: space-between;
    -webkit-justify-content: space-between;
} */

.flex_center {
    justify-content: center;
    -webkit-justify-content: center;
}

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

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

.auto_flex_float {
    -webkit-box-flex: 1 0 auto;
    -moz-box-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.main_site {
    padding-top: 53px;
}

.menu_top_go {
    height: 53px;
    position: fixed;
    top: 0;
    z-index: 11;
    left: 0;
    right: 0;
    background-color: #32313d;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .2);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.owl-theme .owl-dots .owl-dot span {
    background: transparent;
    border: 2px solid #41cd75;
    margin: 0 9px;
    width: 14px;
    height: 14px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #41cd75;
}

#owl_carousel .owl-nav {
    display: none;
}

#owl_carousel .owl-dots {
    position: absolute;
    bottom: 27px;
    right: 0;
    left: 0;
}

.block_binance {
	height: 185px;
	background-color: #eaeaea;
	margin-bottom: 60px;
}
.left_texts_launch_g {
    margin-right: 100px;
}

.left_texts_launch_g .h2 {
    margin-top: 0;
    margin-bottom: 15px;
}

.styling_button:hover,
.styling_button:active,
.styling_button:focus {
    -webkit-box-shadow: 0 6px 22px rgba(0, 0, 0, .16);
    box-shadow: 0 6px 22px rgba(0, 0, 0, .16);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
    color: #fff;
}

.styling_button {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    padding: 9px 34px;
    border-radius: 2px;
    background-color: #41cd75;
    display: inline-block;
}

.h2 {
    /* color: #282634; */
    font-size: 30px;
    font-weight: 400;
}

.block_binance {
	margin-left: -15px;
	margin-right: -15px;
}
/* .item_binance_go:nth-child(3n+1) {
    clear: left;
} */

/* .item_binance_go {
    float: left;
    margin-bottom: 24px;
    padding-left: 12px;
    padding-right: 12px;
    width: 33.3333%;
} */

.in_to_binance {
    background-color: #ffffff;
    height: 489px;
    display: block;
}

/* .image_bin_go img {
    width: 100%;
} */

/* .image_bin_go {
    position: relative;
} */

/* .top_status_go {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
} */

/* .top_status_go>span {
    background-color: #ffffff;
    display: inline-block;
    color: #41cd75;
    ;
    font-size: 16px;
    font-weight: 700;
    padding: 8px 15px;
    margin-right: 10px;
} */

/* .top_status_go>span.upcoming {
    color: #ff0000;
} */

/* @media (min-width: 1200px) {
    .container {
        width: 1097px;
    }
} */

/* .top_status_go {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
} */

/* .title_bin_g {
    color: #282634;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 27px;
    overflow: hidden;
    max-height: 31px;
} */

.descr_bin_in_to {
    color: #565656;
    font-size: 14px;
    line-height: 17px;
    min-height: 81px;
    max-height: 86px;
    margin-bottom: 10px;
    overflow: hidden;
}

/* .descr_bin_go {
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 23px;
} */

/* .footer_binance_go {
    color: #6a687b;
    font-size: 13px;
    font-weight: 400;
    line-height: 25px;
    padding-left: 22px;
    padding-right: 22px;
} */

/* .footer_binance_go>div:nth-child(1) {
    padding-right: 10px;
} */

/* .footer_binance_go>div:nth-child(2) {
    padding-left: 10px;
} */

.in_to_binance:hover {
    -webkit-box-shadow: 0 11px 20px rgba(0, 0, 0, .05);
    box-shadow: 0 11px 20px rgba(0, 0, 0, .05);
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
}

.footer_go {
    height: 55px;
    background-color: #32313d;
}

.block_binance_items_ {
    margin-bottom: 96px;
}

.logo_go a img {
    max-width: 120px;
    width: 100%;
    display: block;
}

.styling_menu_go li a {
    color: #fff;
    text-transform: uppercase;
    padding-left: 7.5px;
    padding-right: 7.5px;
    display: inline-block;
    font-size: .6875rem;
    font-weight: 600;
}

.styling_menu_go li a:hover {
    color: #e89f35;
}

.logo_go {
    margin-right: 10px;
}

.item_button_gr_g a {
    display: inline-block;
    background-color: #ededed;
    color: #25233a;
    padding: 3.5px 23px;
}

.item_button_gr_g {
    margin: 0 .5rem;
}

.item_button_gr_g a:hover {
    -webkit-box-shadow: 0 6px 22px rgba(0, 0, 0, .16);
    box-shadow: 0 6px 22px rgba(0, 0, 0, .16);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
    background-color: #e89f35;
    color: #fff;
}

.language_go .dropdown-menu li.active a {
    background-color: #f2f2f2;
}

.language_go .dropdown-menu li {
    width: 50%;
    float: left;
}

.language_go .dropdown-menu li a {
    color: #141414;
    font-size: .8125rem;
    font-weight: 400;
    padding: 12px 12px;
    background: #fff;
    border-bottom: 1px solid;
    border-color: #e9e9e9;
}

.language_go .dropdown-menu li:nth-child(2n) a {
    border-left: 1px solid #e9e9e9;
}

.language_go .dropdown-menu li:nth-last-child(-n+2) {
    margin-bottom: -1px;
}

.language_go .dropdown-menu li a:hover {
    background-color: #e89f35;
    color: #fff;
}

.language_go .dropdown-menu {
    width: 300px;
    right: 0;
    background: transparent;
    left: auto;
    border-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 0;
    opacity: 0;
    margin: 0;
    overflow: hidden;
    border: 0;
    display: block;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
    visibility: hidden;
    -webkir-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@media only screen and (min-width: 1200px) {
    .language_go .dropdown:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

.language_go .dropdown-toggle {
    background: transparent;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: .6875rem;
    font-weight: 400;
    white-space: nowrap;
    padding: 12px 12px;
}

.language_go .dropdown:hover .dropdown-toggle {
    background-color: #e89f35;
    color: #fff;
}

.language_go {
    margin-right: 20px;
    padding-left: 20px;
}

.item_icon_gr_g a:hover {
    color: #e89f35;
}

.item_icon_gr_g a {
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
}

.item_icon_gr_g {
    height: 53px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.footer_go {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.footer_go .styling_menu_go li a {
    color: #9299b0;
    font-weight: 400;
}

.footer_go .styling_menu_go li a:hover {
    color: #fff;
}

.icon_status_soed {
    padding-right: 3rem;
    color: #fff;
    font-size: .875rem;
    font-weight: 400;
}

.icon_status_soed svg {
    color: #4aa657;
    width: 1.25em;
    margin-right: .5rem;
}

.socials_gr_go a:first-child {
    margin-left: 0;
}

.socials_gr_go a {
    height: 30px;
    width: 30px;
    margin-left: 1rem;
    border: 1px solid #5c5a76;
    color: #5c5a76;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.socials_gr_go a:hover {
    background-color: #e89f35;
    border-color: #e89f35;
    color: #fff !important;
}

.socials_gr_go a svg {
    width: 0.875em;
    display: inline-block;
}

.socials_gr_go {
    margin-right: 25px;
}

.button_login_and_reg {
    margin-right: 18px;
}

.socials_gr_go a svg.fa-facebook-f {
    width: 0.5625em;
}

.socials_gr_go a svg.fa-twitter {
    width: 1em;
}

.styling_modal_go.modal {
    text-align: center;
}

.styling_modal_go.modal::before {
    content: "";
    display: inline-block;
    height: 100%;
    margin-right: -4px;
    vertical-align: middle;
}

.styling_modal_go.modal {
    display: block !important;
    -webkir-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    visibility: hidden;
}

.fade.in {
    -webkir-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    visibility: visible;
}

.styling_modal_go .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    max-width: 894px;
    width: 100%;
    text-align: center;
}

.modal.fade.in .modal-dialog {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
}

.modal_product .modal-content {
    background: #fff;
}

.modal-title {
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
}

.modal-content {
    border-radius: 0;
}

.modal_black_go .modal-content {
    box-shadow: 0 2px 24px rgba(0, 0, 0, 0.5);
    background-color: #1f1e26;
    padding-top: 58px;
    padding-bottom: 20px;
}

button.close {
    position: absolute;
    right: 32px;
    top: 26px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='SVGDoc' width='17' height='17' xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:avocode='https://avocode.com/' viewBox='0 0 17 17'%3E%3Cdefs%3E%3C/defs%3E%3Cdesc%3EGenerated with Avocode.%3C/desc%3E%3Cg%3E%3Cg%3E%3Ctitle%3Ecross%3C/title%3E%3Cg%3E%3Ctitle%3ELine%3C/title%3E%3Cpath d='M1,0.95l14.14214,14.14214' fill-opacity='0' fill='%23ffffff' stroke-linejoin='miter' stroke-linecap='round' stroke-opacity='1' stroke='%23ffffff' stroke-miterlimit='50' stroke-width='2'%3E%3C/path%3E%3C/g%3E%3Cg%3E%3Ctitle%3ELine%3C/title%3E%3Cpath d='M15,0.95l-14,14' fill-opacity='0' fill='%23ffffff' stroke-linejoin='miter' stroke-linecap='round' stroke-opacity='1' stroke='%23ffffff' stroke-miterlimit='50' stroke-width='2'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    width: 15px;
    height: 15px;
    opacity: 1;

}

.buy_button_go {
    color: #ffffff;
    font-size: 27px;
    font-weight: 700;
    width: 273px;
    height: 65px;
    border-radius: 4px;
    background-color: #41cd75;
    border: 1px solid #41cd75;
}

.buy_button_go:disabled,
buy_button_go[disabled] {
  opacity: .7;
  cursor: not-allowed;
}

.buy_button_go:hover {
    /* background-color: transparent; */
    border-color: #fff;
}

.total_go {
    /* width: 478px; */
    width: 30%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 60px;
}

.title_item_group {
    color: #ffffff;
    display: block;
    font-size: 18px;
    font-weight: 400;
}

.styling_input_go input,
.styling_input_go select {
    color: #6a687b;
    width: 100%;
    display: inline-block;
    font-size: 20px;
    background: transparent;
    border: 0;
    font-weight: 400;
    border-bottom: 2px solid #6a687b;
    height: 60px;
    padding: 0 20px;
}

.total_go input {
    text-align: center;
}

.styling_input_go select:hover,
.styling_input_go select:hover,
.styling_input_go input:hover,
.styling_input_go input:focus {
    border-color: #fff;
}

.modal_black_go .modal-body {
    padding: 50px 100px;
}

.item_price_gr_g {
    width: 33.3333%;
    padding-left: 20px;
    padding-right: 20px;
}

.styling_select_go select {
    width: 100%;
    height: 60px;
    border-radius: 3px;
    border: 2px solid #6a687b;
    background: transparent;
    color: #6a687b;
    font-size: 20px;
    font-weight: 400;
    padding: 0 35px;
    text-transform: uppercase;
}

.row_modal_go {
    margin-left: -20px;
    margin-right: -20px;
}

.form_group {
    margin-bottom: 30px;
}

.price_go .title_item_group {
    margin-bottom: 13px;
    text-align: left;
}

.styling_select_go .btn-group .dropdown-toggle {
    background: transparent !important;
    border: 0;
    height: 60px;
    border-radius: 3px;
    border: 2px solid #6a687b;
    color: #6a687b !important;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    padding-left: 20px;
    padding-right: 33px;
}

.styling_select_go:hover .btn-group .dropdown-toggle {
    border-color: #fff !important;
}

.styling_select_go:hover .bootstrap-select.btn-group .dropdown-toggle .caret {
    border-top: 6px dashed #fff;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    border-top: 6px dashed;
    border-top: 6px solid\9;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

div .bootstrap-select .dropdown-toggle:focus {
    outline: 0 auto -webkit-focus-ring-color !important;
    outline: 0 !important;
    outline-offset: 0;
}

.btn-group.bootstrap-select {
    width: 100% !important;
}

.styling_select_go .dropdown-menu {
    border-radius: 0;
    margin: 0;
    padding: 0;
    box-shadow: 0 2px 24px rgba(0, 0, 0, 0.5);
    background-color: #1f1e26;
    border: 0;
    width: calc(100% + 4px);
    left: -2px;
}

.styling_select_go .dropdown-menu li a {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .05);
    padding: 11px 15px;
}

.styling_select_go .dropdown-menu li:last-child a {
    border-bottom: 0;
}

.styling_select_go .dropdown-menu li a:hover {
    background: rgba(0, 0, 0, .2);
}

/* body,
html {
    min-height: 100%;
    height: 100%;
} */

.main_site {
    height: auto !important;
    min-height: 100%;
    margin-bottom: -55px;
    padding-bottom: 55px;
}

.block_head_ses {
    min-height: 348px;
    background-color: #eaeaea;
    padding-top: 40px;
    padding-bottom: 60px;
    margin-bottom: 20px;
}

.descr_proprety_go {
    color: #6a687b;
    font-size: 14px;
    font-weight: 400;
}

.image_blk {
    width: 342px;
    float: left;
}

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

.descr_this_mt {
    float: left;
    width: calc(100% - 342px);
    padding-left: 115px;
    margin-top: -4px;
}

.descr_proprety_go li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    width: 342px;
    margin-bottom: 13.5px;
}

.descr_proprety_go li:last-child {
    margin-bottom: 0;
}

.descr_proprety_go li strong {
    color: #282634;
}

.title_g {
    color: #282634;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 16px;
}

.status_ge_g {
    color: #41cd75;
    font-size: 15px;
    font-weight: 700;
    border-radius: 2px;
    border: 1px solid #41cd75;
    display: inline-block;
    padding: 4px 20px;
    margin-left: 25px;
}

.right_dg_G {
    font-weight: 600;
    color: #282634;
}

.styling_button_green {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    border-radius: 2px;
    border: 0;
    background-color: #41cd75;
    padding: 10px 20px;
    display: inline-block;
    text-align: center;
}

.styling_button_green:disabled {
  opacity: .7;
}

.button_log_or_g_ {
    margin-left: 24px;
}

/* .styling_button_green:hover {
    background-color: #e89f35;
} */

.social_top_go {
    margin-bottom: 18px;
}

.social_top_go a:hover {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
}

.social_top_go a {
    margin-right: 7px;
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.content_prod_go {
    /* margin-bottom: 26px; */
}

.item_inf_ab_t_go {
    box-shadow: 0 10px 34px rgba(0, 0, 0, 0.05);
    /* background-color: #ffffff; */
    background-color: var(--c-block-bg, #fff);
    /* margin-bottom: 40px; */
}

.header_infr_g {
    color: #282634;
    color: var(--c-main-text);
    font-size: 15px;
    font-weight: 700;
    padding: 19px 68px;
    background-color: #f7f7f7;
    background-color: var(--c-table-border);
    /* background-color: var(--c-block-bg, --c-opposite-bg); */
    /* background-color: var(--c-block-bg, #f7f7f7); */
}

.all_user_go {
    color: #6a687b;
    font-size: 15px;
    font-weight: 700;
    position: relative;
    padding: 19px 0;
    border-bottom: 1px solid #e6e6e6;
    padding-left: 68px;
}

.icon_left_go {
    position: absolute;
    left: 23px;
}

.h5 .icon_left_go {
    left: -44px;
}

.content_in_to_inf_go p,
.content_in_to_inf_go li {
    color: var(--c-main-text);
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
  }
  
  
/******************************************/
/************************ styles for lists */
.content_in_to_inf_go ul {
  padding-left: 20px;
  list-style: none;
}

.content_in_to_inf_go li {
  position: relative;
}
.content_in_to_inf_go li::before {
  color: var(--c-main-text);
  content: "\2022";
  display: inline-block;
  font-size: 19px;
  left: -18px;
  position: absolute;
  top: 0em;
}


[lang="ar"] .content_in_to_inf_go ul {
  padding-left: initial;
  list-style: initial;
}

[lang="ar"] .content_in_to_inf_go li {
  position: initial;
}

[lang="ar"] .content_in_to_inf_go li::before {
  color: initial;
  content: initial;
  display: initial;
  font-size: initial;
  left: initial;
  position: initial;
  top: initial;
}
/************************ styles for lists */
/******************************************/

.content_in_to_inf_go .h5 {
    /* color: #6a687b; */
    font-size: 15px;
    font-weight: 700;
    position: relative;
    margin-bottom: 13px;
}

.content_in_to_inf_go {
    padding-left: 68px;
    padding-right: 68px;
    padding-top: 14px;
    padding-bottom: 40px;
    color: var(--c-main-text);
    /* background-color: var(--c-card-bg, gray); */
}

.styling_ul_point li {
    color: #282634;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

.styling_ul_point {
    margin-bottom: 30px;
}

.styling_ul_point li:before {
    content: "•";
    width: 35px;
    text-align: center;
    display: inline-block;
}

.pd_right_big {
    padding-right: 180px;
}

.item_tb_econ_go {
    color: #6a687b;
    font-size: 14px;
    font-weight: 400;
    /* background-color: #f5f5f5; */
    /* background-color: var(--c-table-bg, #fff);
    background-color: #222222; */
    padding-left: 68px;
    padding-right: 68px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    align-items: stretch;
}

.BaseLayout.is-dark .item_tb_econ_go {
  /* background-color: #222222; */
}

.item_tb_econ_go:nth-child(2n+1) {
    /* background-color: #ffffff; */
}
/* .BaseLayout.is-dark .item_tb_econ_go:nth-child(2n+1) {
    background-color: var(--c-table-bg, #fff);
} */

.item_tb_econ_go div:nth-child(1) {
    min-width: 270px;
    width: 270px;
    border-right: 1px solid var(--c-table-border, #fff);
    margin-right: 23px;
}

.item_tb_econ_go div {
    padding: 9.5px 0;
}

.middle_paddding_bottom {
    padding-bottom: 0;
}

.item_legend_go {
    color: #485465;
    font-size: 14px;
    font-weight: 400;
}

.icon_leg_color {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    margin-right: 24px;
    flex: 0 0 9px;
}

.legend_graph {
  flex: 1;
}

.name_legend {
    /* width: 200px; */
    flex: auto;
}

.percent_legend {
  flex: 0 0 35px;
}

.item_legend_go {
    margin-bottom: 13px;
}

.graphic_go {
    padding: 24px 0;
}

@keyframes chartjs-render-animation {
    from {
        opacity: .99
    }

    to {
        opacity: 1
    }
}

.chartjs-render-monitor {
    animation: chartjs-render-animation 1ms
}

.chartjs-size-monitor,
.chartjs-size-monitor-expand,
.chartjs-size-monitor-shrink {
    position: absolute;
    direction: ltr;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    pointer-events: none;
    visibility: hidden;
    z-index: -1
}

.chartjs-size-monitor-expand>div {
    position: absolute;
    width: 1000000px;
    height: 1000000px;
    left: 0;
    top: 0
}

.chartjs-size-monitor-shrink>div {
    position: absolute;
    width: 200%;
    height: 200%;
    left: 0;
    top: 0
}

canvas {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.this_graph {
    width: 50%;
}

#chartjs-tooltip {
    opacity: 1;
    position: absolute;
    background: rgba(72, 84, 101, .9);
    color: white;
    border-radius: 3px;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    pointer-events: none;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    padding: 6px 6px !important;
    font-size: 12px !important;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7)
}

.chartjs-tooltip-key {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50% !important;
    margin-right: 5px;
}

.styling_menu_hambg {
    z-index: 112;
    height: 26px;
    display: none;
    cursor: pointer;
}

.menu-icon {
    position: relative;
    color: #fff;
    height: 26px;
    margin-right: 0;
}

.menu-icon-create {
    display: inline-block;
    width: 26px;
    height: 2px;
    position: relative;
    top: 12px;
    vertical-align: bottom;
    background: #fff;
    white-space: nowrap;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    float: left;
}

.menu-icon-create:after,
.menu-icon-create:before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 100%;
    height: 2px;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    outline: 1px solid transparent;
    left: 0;
    background: #fff;
}

.menu-icon-create:before {
    top: -10px;
}

.menu-icon-create:after {
    top: 10px;
}

.menu-icon.opened .menu-icon-create:before {
    top: 100%;
    -webkit-transform: rotate(-48deg) translate(2px, 0);
    -moz-transform: rotate(-48deg) translate(2px, 0);
    -ms-transform: rotate(-48deg) translate(2px, 0);
    -o-transform: rotate(-48deg) translate(2px, 0);
    transform: rotate(-48deg) translate(2px, 0);
}

.menu-icon.opened .menu-icon-create:after {
    -webkit-transform: rotate(45deg) translate(0, 1px);
    -moz-transform: rotate(45deg) translate(0, 1px);
    -ms-transform: rotate(45deg) translate(0, 1px);
    -o-transform: rotate(45deg) translate(0, 1px);
    transform: rotate(45deg) translate(0, 1px);
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.menu-icon.opened .menu-icon-create {
    background: none;
}

a[href^=tel] {
    text-decoration: inherit;
    color: inherit;
}

.mobile_menu_go {
    display: none !important;
}