:root {
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
    --bs-icon-arrow: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
    --bs-icon-arrow-green: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23268a5c' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
    --bs-icon-arrow-red: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23e53935' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --color-yellow: #ffbb00;
}

::-webkit-scrollbar { background-color: #ffffff; width:5px;height:8px;}
::-webkit-scrollbar-track { box-shadow: inset 0 0 1px #ffbb00; }
::-webkit-scrollbar-thumb,::-webkit-scrollbar-thumb:hover { background: #ffbb00; }

html,body {
    margin: 0; padding: 0;
    font-family: "Exo 2",Roboto,"Roboto",SegoeUI,"Golos Text",Arial,sans-serif;
    font-weight: 300;
    font-size: 16px;
    font-style: normal;
    line-height: 180%;
    letter-spacing: .5px;
}
.loading {
    position: relative;
    display: block;
    background: transparent url('/files/img/loading.gif') no-repeat 50% 50%;
    background-size: 80px;
    width: 100%; height: 100px;
}

.color-yellow { color: var(--color-yellow);}


h1 {
    font-size: 36px;
    line-height: 48px;
    font-weight: 700;
}
h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 35px 0; padding: 0;
}
strong {
    font-weight: 700;
}
a {
    display: inline-block;
    color: inherit;
}
.container {
    position: relative;
    margin: 0 auto; padding: 0;
    width: 960px; height: 100%;
}
.row {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.row-bottom-center {
    position: absolute;
    bottom: -50px;left: 0;right: 0;
}
.col-12,.col-8,.col-7,.col-6,.col-5,.col-4,.col-3 {
    position: relative;
    /*margin: 1% 2%; padding: 0;*/
    padding: 1% 2%;
    flex: 0 0 auto;
    /*border: 1px solid #000;*/
}
.col-12 { width: calc(100% - 4%); }
.col-8 { width: calc(66% - 4%); }
.col-7 { width: calc(58% - 4%); }
.col-6 { width: calc(50% - 4%); }
.col-5 { width: calc(41% - 4%); }
.col-4 { width: calc(33% - 4%); }
.col-3 { width: calc(25% - 4%); }
.col-70pr {width: 66%;}

.p-1 { padding: 5px; }
.p-2 { padding: 10px; }
.p-3 { padding: 20px; }
.p-4 { padding: 30px; }
.p-5 { padding: 40px; }

.mb-1 { margin-bottom: 5px; }
.mb-2 { margin-bottom: 10px; }
.mb-3 { margin-bottom: 20px; }
.mb-4 { margin-bottom: 30px; }
.mb-5 { margin-bottom: 40px; }

.pb-1 { padding-bottom: 5px; }
.pb-2 { padding-bottom: 10px; }
.pb-3 { padding-bottom: 20px; }
.pb-4 { padding-bottom: 30px; }
.pb-5 { padding-bottom: 40px; }

.w-100 { width: 100% !important; }
.h-100 { height: 100% !important; }
.text-start { text-align: left !important; }
.text-center { text-align: center !important; }
.text-end { text-align: right !important; }

.btn {
    position: relative;
    display: inline-block;
    margin: 0; padding: 15px 50px;
    cursor: pointer;
    background-color: #ffbb00;
    border: 1px solid #ffbb00;
    color: #000000;
    text-transform: uppercase;
    border-radius: 5px;
}

.logo {
    margin: 15px 0;
}
.logo img {
    width: 150px;
}

.line:nth-child(1), .line:nth-child(1) .container {
    height: 540px;
}
.line:nth-child(1){
    position: relative;
    margin: 0 0 50px 0;
    padding: 0;
    background-color: #000000;
    background: #000000 url("./img/bg_01.jpg") no-repeat center 0%;
    background-size: 100%;
    color: #ffffff;
    display: flex;
    align-items: center;
}
.line:nth-child(1) .container {
    position: relative;
    background: transparent url("./img/phone.png") no-repeat center 100%;
    background-size: 400px;
}
.line:nth-child(1) .container .title {
    font-weight: 700;
    font-size: 42px;
    line-height: 130%;
}
.line:nth-child(1) .container .title span:nth-child(1){
    font-size: 52px;
}
.line:nth-child(1) .container .text {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    margin-top: 15px;
}
.line:nth-child(1) .container button {
    position: absolute;
    bottom: -25px;
    left: calc(50% - 120px);
}


.line:nth-child(1) .row:nth-child(2){
    min-height: 400px;
    align-items: center;
}
.line:nth-child(2){
    height: 1120px;
}
.line:nth-child(2) h2 {
    margin-top: 30px;
    text-transform: uppercase;
    line-height: 160%;
}
.line:nth-child(2) h2 span {
    font-size: 40px;
    font-weight: 500;
}
.line:nth-child(3){
    position: relative;
    margin: 0; padding: 0;
    background-color: #000000;
    background: #000000 url("./img/bg_02.jpg") no-repeat center top;
    background-size: cover;
}
.line:nth-child(3) h3 {
    color: #ffffff;
}
.line:nth-child(3) h3 {
    margin-top: 50px;
    margin-bottom: 10px;
    font-size: 26px;
    font-weight: 400;
    line-height: 180%;
    text-transform: uppercase;
}
/*.line:nth-child(3) h3 span:nth-child(1) {*/
/*    font-size: 36px;*/
/*    font-weight: 700;*/
/*}*/
.line:nth-child(3) .col-12 > p {
    margin: 0 0 20px 0; padding: 0;
}
.line:nth-child(3) .col-12 > p > span {
    display: block;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 0px;
}
.line:nth-child(4){
    min-height: 510px;
}
.line:nth-child(4) h3 {
    margin-top: 50px;
    font-size: 26px;
    text-transform: uppercase;
}
.line:nth-child(4) h3 span {
    font-size: 40px;
    font-weight: 500;
}
.line:nth-child(5){
    padding: 50px 0;
}
.line:nth-child(5) .container {
    height: 233px;
    background: #1e1e1e url("./img/bg_03.jpg") no-repeat center top;
    background-size: 100%;
    color: #ffffff;
    line-height: 130%;
    border-radius: 5px;
}
.line:nth-child(5) .container .row {
    align-items: center;
}
.line:nth-child(5) .container .row span {
    display: inline-block;
    font-size: 32px;
    line-height: 180%;
}


.line:nth-child(5) .container .row span:nth-child(3) {
    padding: 35px 0 10px 0;
    font-size: 24px;
}
.line:nth-child(6){
    margin: 20px 0 80px 0;
}
.line:nth-child(6) h3 {
    position: relative;
    margin: 0 0 15px 0;
    padding: 15px 10px 15px 10px;
    font-size: 26px;
}

.download_app {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.download_app img.terminal {
    /*width: calc(80%);*/
    height: 360px;
}
.download_app .btn-download {
    position: relative;
    display: block;
    border: 1px solid var(--color-yellow);
    padding: 10px 25px;
    border-radius: 5px;
    cursor: pointer;
    z-index: 99;
}
.download_app .btn-download + .btn-download-tip {
    display: none;
    position: absolute;
    left:0; bottom: 90px;
    width: 100%; height: 250px;
    background-color: rgba(255,255,255,.8);
}
.download_app .btn-download + .btn-download-tip span.content {
    display: block;
    width: 400px; height: 100%;
    margin: 0 auto;
    padding: 25px;
}
.download_app .qr-terminal {
    display: none;
    margin-top: 30px;
}

footer {
    position: relative;
    margin: 0; padding: 0;
    font-size: 12px;
    background-color: #2e2e2e;
    color: #ffffff;
}


form {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    align-content: center;
}

form h3 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
}
form .form-group {
    position: relative;
    width: calc(100%);
    margin-bottom: 15px;
}
form input {
    display: block;
    border-radius: 5px;
    border: 3px solid #dee8f1;
    width: calc(100%);
}

form input[type="text"], form input[type="email"], form input[type="tel"] {
    display: block;
    border: 1px solid #ffbb00;
    background-color: rgba(255,255,255,0.3);
    padding: 10px 12px 9px 12px;
    width: calc(100% - 24px);
}

form .form-check input.form-check-input {
    position: absolute;
    left: 5px;
    top: 10px;
    display: block;
    width: 20px;
    height: 20px;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
form .form-check input.form-check-input:checked[type=checkbox] {
    background-image: url('./img/checkbox.svg');
}
form .form-check input.form-check-input:checked {
    background-color: #ffbb00;
    border-color: #ffbb00;
}
form .form-check label {
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 130%;
    cursor: pointer;
    width: calc(80%);
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 7px 30px 7px 33px;
    text-align: left;
}
form input + span {
    display: none;
}
form input.input-error {
    position: relative;
    border-color: red;
}
form input.input-error + span {
    position: absolute;
    top: calc(14%);
    right: 5px;
    display: block;
    width: 10px;
    height: 20px;
    text-align: center;
    color: red;
}
form input.input-error + span + label {
    border-color: red;
}




.swal2-popup {
    font-size: .8rem;
}
.swal2-container.swal2-center > .swal2-popup {
    grid-row: 1;
}
.swal2-title {
    font-size: 1rem;
    font-weight: 400;
}



/* quotations_table */
#quotations_table .row {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: row;
}
#quotations_table .row .col-4 {
    width: 33%;
}
#quotations_table .row .col-60 {
    width: 60%;
}
#quotations_table .row .col-40 {
    width: 40%;
}
#quotations_table .row .col-td-14 {
    width: 14%;
    text-align: center;
}
#quotations_table .row .col-td-16 {
    width: 16%;
    text-align: center;
}

#quotations_table {
    position: relative;
    width: 860px;
    margin: 10px auto 10px;
    padding: 30px;
    /*background: linear-gradient(to bottom right,#cfe5f0,#d8e7ee,#dde6ed,#ffffff);*/
    border-radius: 8px;
    background-color: #ffffff;
    border:1px solid #cccccc;
}

#quotations_table .row-table-tabs {
    justify-content: space-between;
    font-size: 16px;
}
#quotations_table .row-table-tabs > div {
    cursor: pointer;
    padding: 10px 15px 7px;
    text-transform: uppercase;
    margin-bottom: 25px;
}
#quotations_table .row-table-tabs .active, #quotations_table .row-table-tabs > div:hover {
    position: relative;
    background-color: transparent;
    color: #ffbb00;
}
#quotations_table .row-table-tabs .active:after, #quotations_table .row-table-tabs > div:hover:after {
    display: block;
    position: absolute;
    bottom: 0;
    content: " ";
    border-bottom: 2px solid #ffbb00;
    width: 30px;
}
#quotations_table .row-table-head .col-td {
    padding: 10px 5px 15px;
    color: #6d6d6f;
    font-size: 16px;
}
#quotations_table .row-table-group {
    display: none;
}
#quotations_table .row-table-group.active {
    display: block;
}
#quotations_table .row-table-body {
    margin: 8px 0;
}
#quotations_table .row-table-body .col-td {
    padding: 5px;
    display: flex;
    align-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
#quotations_table .row-table-body .col-td:first-child {
    font-weight: 700;
}
#quotations_table .row-table-body .col-td:after {
    content: "";
    width: 16px; height: 16px;
    font-size: 16px;
    display: inline-block;
    margin-left: 3px;
    font-weight: 700;
    letter-spacing: -3px;
    line-height: 100%;
    text-align: center;
}
#quotations_table .row-table-body .col-td.up {
    color: #268a5c;
}
#quotations_table .row-table-body .col-td.up:after {
    display: block;
    content: "";
    background-image: var(--bs-icon-arrow-green);
    transform: var(--bs-accordion-btn-icon-transform);
}
#quotations_table .row-table-body .col-td.down {
    color: #e53935;
}
#quotations_table .row-table-body .col-td.down:after {
    content: "";
    background-image: var(--bs-icon-arrow-red);
}

div[data-type="table"]{
    width: 94%;
    font-size: 14px;
    border: 2px solid #ffbb00;
    padding: 7px;
    text-align: center;
    background-color: rgba(255,255,255,.1);

}
div[data-type="table"] .row:first-child {
    font-weight: 700;
    font-size: 12px;
    color: #ffbb00;
}


.box .box {
    display: block;
    border: 1px solid #ccc;
    border-radius: 16px;
    padding: 20px;
    height: 350px;

    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 100%;
}
.box .col-4:nth-child(1) .box{ background-image: url("./img/img_01.jpg"); }
.box .col-4:nth-child(2) .box{ background-image: url("./img/img_02.jpg"); }
.box .col-4:nth-child(3) .box{ background-image: url("./img/img_03.jpg"); }

.title {
    font-weight: 700;
    font-size: 36px;
    line-height: 150%;
}
.text {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}


.accordion {
    position: relative;
    width: 100%;
}
.accordion .accordion-item {
    padding: 15px 10px 15px 10px;
    border-top: 1px solid #cccccc;
}
.accordion .accordion-item:nth-child(1){
    border-top: none;
}
.accordion .accordion-item .accordion-header {
    display: flex;
    font-weight: 700;
    cursor: pointer;
}
.accordion .accordion-item .accordion-header:hover {
    color: var(--color-yellow);
}
.accordion .accordion-item .accordion-header::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    margin-top: 5px;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: var(--bs-accordion-btn-icon-transition);
}
.accordion .accordion-item .accordion-header[data-status="up"] {
    padding-bottom: 10px;
}
.accordion .accordion-item .accordion-header[data-status="up"]::after {
    transform: var(--bs-accordion-btn-icon-transform);
}
.accordion .accordion-item .accordion-body {
    display: none;
}
.accordion .accordion-item:nth-child(1) .accordion-body{
    display: block;
}


#chartBox {
    position: relative;
    background-color: #ffffff;
    padding-top: 10px;
    border-radius: 5px;
    width: 90%;
    margin: 0 auto;
}
#chartBox .chartBox-header{
    display: flex;
    justify-content: space-between;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    /*background-image: url("data:image/svg+xml,%3csvg width='100%25' height='1px' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='1px' fill='none' stroke='%23c0c0c0' stroke-width='1px' stroke-dasharray='11px' stroke-dashoffset='10' stroke-linecap='square'/%3e%3c/svg%3e");*/
    width: calc(100% - 50px);
    margin-left: 30px;
}
#chartBox .chartBox-header > div:nth-child(2){

}

#selectDiv {
    padding-right: 20px;
    display: inline-block;
}
#selectDiv.select-style {
    position: relative;
    cursor: pointer;
}
#selectDiv.select-style .selectDivActive {
    position: relative;
    display: flex;
    padding: 3px 10px;
    align-items: center;
}
#selectDiv.select-style .selectDivActive label {
    position: relative;
    display: inline-block;
    font-weight: 400;
    color: #a9a9a9;
    margin-right: 5px;
    margin-bottom: 0;
}
#selectDiv.select-style .selectDivActive .box__select__current {
    display: inline-block;
    font-size: 16px;
    padding-right: 15px;
}
#selectDiv.select-style .selectDivActive i {
    display: inline-block;
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
    margin-left: auto;
    margin-top: 0px;
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: contain;
    transition: var(--bs-accordion-btn-icon-transition);
}
#selectDiv.select-style .selectDivListItem {
    display: none;
    position: absolute;
    right: 0;
    top: 110%;
    border-radius: 6px;
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);
    background-color: #FFFFFF;
    z-index: 5;
    width: 150px;
}
#selectDiv.select-style .selectDivListItem .item {
    position: relative;
    padding: 3px 10px;
    z-index: 999;
}
#selectDiv.select-style .selectDivListItem .item:hover {
    background-color: #f0f0f0;
}
#selectDiv.select-is-active .selectDivActive i {
    transform: var(--bs-accordion-btn-icon-transform);
}
#selectDiv.select-is-active .selectDivListItem {
    display: block;
    z-index: 999;
}
#selectDiv .selectDivListItem .item:first-child{
    border-radius: 6px 6px 0 0;
}
#selectDiv .selectDivListItem .item:last-child{
    border-radius: 0 0 6px 6px;
}
#selectDiv .selectDivListItem .item-is-active {
    background-color: var(--color-yellow);
}

#widgetOutput {
    position: relative;
    z-index: 0;
}
#widgetOutput iframe {
    position: relative;
    z-index: -1;
}


body.Mobile {}
body.Mobile.Android .app-click div[data-name="terminal-app-store"] {
    display: none;
}
body.Mobile.iOS .app-click div[data-name="terminal-play-market"] {
    display: none;
}


video {
    border-radius: 15px;
    border-radius: 15px;
    margin-top: 17px;
}




/* ***************** */
#quotations {
    position: relative;
    width: calc(100%);
    padding: 25px 25px 5px 5px;
    font-size: 14px;
}
#quotations .row {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}
#quotations .row .col {
    position: relative;
    width: 100%;
    background-color: transparent;
    cursor: pointer;
    border-top: 1px dashed #f0f0f0;
    border-top: 1px dashed transparent;
    border-bottom: 1px dashed transparent;
    padding: 10px 0px;
    text-align: center;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
#quotations .row .col:nth-child(1){
    font-weight: 400 !important;
}
#quotations .row .col span.up[data-name="change"] {
    color: #268a5c;
}
#quotations .row .col span.down[data-name="change"] {
    color: #e53935;
}
#quotations .row .col span:after {
    position: absolute;
    content: "";
    width: 10px; height: 10px;
    display: inline-block;
    margin-left: 3px;
    margin-top: 10px;
    font-weight: 700;
    letter-spacing: -3px;
    line-height: 100%;
    text-align: center;
    background-repeat: no-repeat;
    background-position: 100% 100%;
}
#quotations .row .col span.up[data-name="change"]:after {
    background-image: var(--bs-icon-arrow-green);
    transform: var(--bs-accordion-btn-icon-transform);
}
#quotations .row .col span.down[data-name="change"]:after {
    background-image: var(--bs-icon-arrow-red);
}

#quotations .row .col span.up:after {
    background-image: var(--bs-icon-arrow);
    transform: var(--bs-accordion-btn-icon-transform);
}
#quotations .row .col span.down:after {
    background-image: var(--bs-icon-arrow);
}

#quotations #widgetOutput {
    position: absolute;
    top:30px; left: 140px;
    z-index: 999;
    width: calc(100% - 150px);
    height: 100%;
}

#widgetChart {
    width: calc(100% - 20px) !important;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin: 10px;
    padding-left: 7px;
}
#widgetChart canvas:nth-child(2){
    display: none;
}


.sparkline > div > div {
    display: none;
}