@charset "utf-8";
/*@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900&subset=latin,cyrillic);

@font-face {
    font-family: goudytrajan-regular;
    src: url(/font/goudytrajan-regular.otf);
}*/

@font-face {
    font-family: 'Gotham Pro Regular';
    src: url(/font/GothaProReg.otf);
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Pro Bold';
    src: url(/font/GothaProBol.otf);
    font-weight: bold;
    font-display: swap;
}

* {
    font-family: 'Gotham Pro Regular', sans-serif;
    outline: none;
    margin: 0;
    padding: 0;
}
b,strong,h1,h2,h3,h4,h5,h6{
    font-family: 'Gotham Pro Bold', sans-serif;
}
p,li {
    line-height: 1.5;
}
body{
    font-family: sans-serif;
    line-height: 1.5;
}
img {
    display: block;
    max-width: 100%;
}
.question_txt {
    width: 1200px;
    box-shadow: 3px 3px 20px #eee;
    padding: 40px;
    margin: 120px auto;
}
.button-outer{
    max-width: 60px;
    margin: 0px auto;
}
ins.adsbygoogle {
    float: left;
}
h2.sub-main + center a {
    text-decoration: none;
    color: #000;
    margin: 20px 0;
    display: block;
}
a.simple-ajax-popup.slick-initialized.slick-slider {
    display: inline-block;
    margin-left: 20px;
}
h1.main, h2 {
    font-family: goudytrajan-regular, serif;
    margin: 90px auto 20px;
    min-width: 320px;
    text-align: center;
}

.wrapper {
    width: 100%;
    max-width: 980px;
    margin: 30px auto;
}

.wrapper-clear{
    width: 100%;
    max-width: unset;
    margin: 0;
    padding: 0;
}

.wrapper p span {
    display: inline-block;
    margin: 5px 0 0 0;
    text-indent: 40px;
    font-weight: 300;
}

div.rubrik,
p.rubrik {
    font-weight: 600;
    font-size: 18px;
    margin: 20px 0;
}

.showable {
    width: 50vw;
    height: 50vh;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 2px #aaa;
}

a.ihover {
    display: inline-block;
    margin: 40px 0 0 40px;
}

h1 {
    margin-top: 2em
}

h3 {
    margin-top: 3em
}

div.mfp-iframe-holder div.mfp-content {
    max-width: 90vw
}

iframe body {
    background-color: #fff;
}

.lb-closeContainer {
    right: 10px;
    position: absolute;
    top: -40px;
}

pre, code {
    margin-bottom: 1em;
    padding: 12px 8px;
    width: auto;
    max-height: 600px;
    overflow: auto;
    font-family: Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,sans-serif;
    font-size: 13px;
    background-color: var(--black-050);
    border-radius: 3px;
    scrollbar-color: var(--scrollbar) transparent;
    word-wrap: normal;
}

*, ::after, ::before {
    box-sizing: border-box;
}

.table{
    background-color: white;
}

.slick-prev:before, .slick-next:before {
    color: #de1214;
}

table {
    border-collapse: collapse;
}

table.table {
    max-width: 1200px;
    margin: 1rem auto;
    background-color: transparent;
    border: 2px solid #004487;
}

@media(max-width: 1900px){
    .table-wrap {
        overflow-x: auto;
    }
    table.table{
        table-layout: fixed;
    }
}

table.table tr td {
    text-align: right;
}

.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

th {
    text-align: inherit;
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.table thead th {
    vertical-align: middle;
    border-bottom: 2px solid #dee2e6;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

span.rub {
    font-family: sans-serif;
}

th, td {
    padding: 6px 12px!important;
    vertical-align: middle!important;
}

.table .thead-dark th {
    color: #fff;
    background-color: #004487;
    border-color: #004487;
}

.table tbody tr:nth-child(2n) {
    background-color: rgb(224,234,247);
}

.table tbody tr:nth-child(2n - 1) {
    background-color: rgb(245, 247, 251);
}

button, select {
    text-transform: none;
}
button, input {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button {
    border-radius: 0;
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.button-outer .btn-light {
    color: #fff;
    border-radius: 30px;
    margin: auto;
    display: block;
    line-height: 30px;
    padding-top: 8px;
    padding-bottom: 5px;
    background: url(../hook/icon_renew.png) no-repeat center / contain;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 10px;
    top: 10px;
    transition: .3s;
}

.btn-light:hover {
    color: #212529;
    opacity: .7;
    background-color: #e2e6ea;
}

.button-outer .btn-coin {
    color: #fff;
    border-radius: 30px;
    margin: auto;
    display: block;
    line-height: 30px;
    padding-top: 8px;
    padding-bottom: 5px;
    background: url(../images/coin.png) no-repeat center / contain;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 10px;
    top: 70px;
    transition: .3s;
}

.Footnote-root.payedfoot {
    box-shadow: 0 5px 20px 0 rgba(116 191 70 / .4), inset 0 0 0 1px #74bf46;
}

/*footnote*/

.FootnoteContainer-root {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 300;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    height: 100%;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: opacity .15s ease-out;
    pointer-events: none;
}

.FootnoteContainer-root.FootnoteContainer-active {
    max-height: none;
    overflow: visible;
    opacity: 1;
    pointer-events: auto;
}

.FootnoteContainer-root {
    position: absolute;
    align-items: center;
    background-color: transparent;
}

.Footnote-dismiss {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 5px 12px 4px 4px;
    color: #b3b3b3;
    background-color: transparent;
    border-width: 0;
    outline: none;
    cursor: pointer;
}

.FootnoteContainer-footnote {
    position: absolute;
    width: 320px;
    margin: 0;
    transform: translate3d(10px,10px,0);
    transition: transform .15s ease-out;
    pointer-events: auto;
}

.Footnote-root {
    position: relative;
    min-height: 120px;
    padding: 15px;
    font-size: 16px;
    line-height: 22px;
    background-color: #fff;
    border-radius: 8px 8px 0 0;
    box-shadow: 0 5px 20px 0 rgba(0,0,0,.2);
}

.Footnote-root {
    min-height: auto;
    font-size: 16px;
    line-height: 21px;
    border-radius: 8px;
}

.Footnote-root.payfoot{
    box-shadow: 0 5px 20px 0 rgba(182,242,148,.6), inset 0 0 0 1px #B8F294;
}

.Footnote-root h3 {
    margin-bottom: 5px;
    padding-right: 15px;
    font-weight: 700;
    font-size: 15px;
    line-height: 17px;
    letter-spacing: initial;
}

.Footnote-root p {
    margin: 10px 0;
    font-size: 13px;
    color: #656565;
}

#index_hook tr td:not(:nth-child(1)),
#index_hook2 tr td:not(:nth-child(1))
{
    border-left: 2px solid #fe7f27;
}

.sprav li {
    list-style-type: initial;
    margin: 0 0 20px;
    line-height: 1.2;
    list-style-position: inside;
}

.body-padding{
    padding: 20px;
}

.table th {
    width: 5%;
}

th span.email, th span.ident {
    display: block;
    font-size: 16px;
    margin: 5px 0;
}
p button.btn {
    margin-bottom: 5px;
}
a#spr,
a#spr1,
a#spr2{
    display: block;
    width: 24px;
    height: 24px;
    float: right;
    background-color: #eee;
    text-align: center;
    line-height: 26px;
    border-radius: 50%;
    text-decoration: none;
    font-weight: bold;
    color: #333;
    transition: .3s;
    margin: 10px 10px 0 0;
    position: fixed;
    left: 10px;
    bottom: 10px;
    font-size: 12px;
}
a#spr:hover,
a#spr1:hover,
a#spr2:hover
{
    background-color: #fafafa;
}
a#spr1 {
    left:38px;
}
a#spr2 {
    left:66px;
}
a[id*=spr].active {
    background-color: #d3e6f8!important;
}
table.table.campaign-table {
    width: 100%;
    overflow: auto;
}

td.calltouch-today.yand {
    color: #f15555;
}

td.calltouch-yesterday.yand {
    color: #f15555;
}

table.table.campaign-table thead th{
    text-align: center;
}
.overlay.hidden{
    display:none;
}
.overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    background-color: rgba(0,0,0,.6);
    display: block;
}
.ident{
    cursor:pointer;
}
.win {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    padding: 2em;
    width: 90%;
}
.win .fa-close{
    color:white;
    cursor: pointer;
    float: right;
    margin: 5px;
    font-size: 30px;
    font-style: normal;
}
.vid_arrows{
    display:none
}
div#vid_inner iframe {
    height: 100%!important;
}
div#vid_inner {
    width: 100%;
    max-height: 90vh;
    max-width: 100%;
    overflow: auto;
    padding-right: 10px;
    background: #eee;
}
pre{
    background-color: #fafafa;
    border:1px solid #eee;
}
tr.true td {
    border-top: 2px solid #febdbd;
    border-bottom: 1px solid #febdbd;
}
a.ihover img {
    display: block;
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
    max-height: 200px;
    object-fit: cover;
}
div#indicator {
    height: 4px;
    background: #004487;
    transition: 1s;
}
.indicator-wrapper {
    width: 100%;
}
@media(max-width: 767px){
    body{
        box-sizing: border-box;
        width: 100%;
        padding: 10px;
    }
    ins.adsbygoogle {
        position: relative!important;
        float: right!important;
    }
    .wrapper-clear {
        padding: 10px;
    }
    .button-outer {
        margin-bottom: 0px;
        margin-top: 0px;
        display: flex;
    }
    a#spr {
        display: none;
    }
    button.btn.btn-coin {
        margin: auto;
        display: block;
        color: white;
        line-height: 23px;
        position: relative;
        width: 40px;
        height: 40px;
        top: 0;
        left: 0;
        flex: 0 0 40px;
    }
    button.btn.btn-light {
        margin: auto;
        display: block;
        background-color: #fe7f27;
        color: white;
        line-height: 23px;
        position: relative;
        width: 40px;
        height: 40px;
        top:0;
        left:0;
        flex: 0 0 40px;
    }

    .table{
        border: 1px solid #ccc;
    }
    .table thead.thead-dark {
        display: none;
    }
    .table tbody tr {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
    }
    th span.email, th span.ident {
        font-size: initial;
    }
    .table tbody td, .table tbody th {
        align-self: center;
        box-sizing: border-box;
        border-top: none!important;
        line-height: 30px;
        font-size: 18px;
        height: 40px;
    }
    .table tbody th {
        width: 60%;
        background-color: #004487;
        color: white;
        border: none!important;
        text-align: left;
    }
    #index_hook tr td:nth-child(2), #index_hook tr td:nth-child(3), #index_hook tr td:nth-child(4), #index_hook tr td:nth-child(5), #index_hook tr td:nth-child(6), #index_hook tr td:nth-child(7), #index_hook tr td:nth-child(8) {
        border-left: none;
    }
    th span.email, th span.ident {
        margin: 0;
    }
    #index_hook tr td:nth-child(2) {
        background-color: #004487;
        color: white;
        border-left: none;
        width: 40%;
        border-top: none;
        border-bottom: none;
    }
    .table tbody tr:nth-child(2n) {
        background-color: unset;
    }
    td.budjet-today {
        width: 40%;
        box-shadow: 0 10px 0 #e0eaf7;
        border-right: 1px solid #b1b1b1;
        margin-bottom: 10px;
    }
    td.calltouch-today {
        width: 20%;
        box-shadow: 0 10px 0 #e0eaf7;
        border-right: 1px solid #b1b1b1;
        margin-bottom: 10px;
    }
    td.calltouch-today.yand {
        color: #f15555;
    }
    td.uniq-lead-price {
        width: 40%;
        box-shadow: 0 10px 0 #e0eaf7;
        margin-bottom: 10px;
    }
    td.budjet-yesterday {
        width: 40%;
        border-right: 1px solid #b1b1b1;
    }
    td.calltouch-yesterday {
        width: 20%;
        border-right: 1px solid #b1b1b1;
    }
    td.calltouch-yesterday.yand {
        color: #f15555;
    }
    td.uniq-lead-price-yester {
        width: 40%;
    }
    .hook2 td.budjet-today {
        font-size: 14px!important;
    }
    .hook2.table tbody > tr > th {
        width: 100%;
    }
    .hook2 tr td:nth-child(2) {
        background-color: #fff;
        color: initial;
    }
}

a:hover {
    color: #c33;
    text-decoration: underline;
    -webkit-text-decoration-color: #c33;
    text-decoration-color: #c33;
    text-underline-offset: 1px;
    -webkit-transition: -webkit-text-decoration-color .15s ease-out;
    transition: -webkit-text-decoration-color .15s ease-out;
    transition: text-decoration-color .15s ease-out;
    transition: text-decoration-color .15s ease-out, -webkit-text-decoration-color .15s ease-out;
}

td.budjet-today,
td.budjet-yesterday {
    border-left: 2px solid #004487 !important;
}