@font-face {
    font-family: OpenSansBold; 
    src: url('https://vktarget.ru/fonts/OpenSans-Bold.ttf'); 
}
@font-face {
    font-family: OpenSans; 
    src: url('https://vktarget.ru/fonts/OpenSans-Regular.ttf'); 
}


/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
    min-width: 972px;
}
body {
    margin: 0;
    padding: 0;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
a {
    color: #0064b9;
}
.step {
        height: 40px;
    }
    .vkt-button-x {
        height: 40px;
        width: 40%;
        line-height: 40px;
        border-radius: 5px;
        width: 200px;
        float: left;
        margin-right: 100px;
        position: relative;
        text-align: center;
        text-transform: uppercase;
        font-family: OpenSansBold;
        text-shadow: 0px 1px 0px rgba(0,0,0,0.58);
        cursor: pointer;
        background: -moz-linear-gradient(top,rgba(81,179,237,1) 0%,rgba(6,148,232,1) 100%);
        background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(81,179,237,1)),color-stop(100%,rgba(6,148,232,1)));
        background: -webkit-linear-gradient(top,rgba(81,179,237,1) 0%,rgba(6,148,232,1) 100%);
        background: -o-linear-gradient(top,rgba(81,179,237,1) 0%,rgba(6,148,232,1) 100%);
        background: -ms-linear-gradient(top,rgba(81,179,237,1) 0%,rgba(6,148,232,1) 100%);
        background: linear-gradient(to bottom,rgba(81,179,237,1) 0%,rgba(6,148,232,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#51b3ed',endColorstr='#0694e8',GradientType=0 );
        color: white;
    }
.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
.vkt-head {
    width: 972px;
    height: 104px;
    margin: 0 auto;
    background-color: white;
    padding-top: 16px;
    box-sizing: border-box;
}
.vkt-logo {
    display: inline-block;
    background-image: url('https://vktarget.ru/img/logo.png');
    width: 61px;
    vertical-align: middle;
    height: 63px;
    cursor: pointer;
}
.vkt-fullname {
    display: block;
    float: left;
    cursor: pointer;
    cursor: pointer;
    width: 225px;
    height: 61px;
    float: left;
    background: url('https://vktarget.ru/img/vkt-logo.jpg');
    background-size: 100% 100%;
}
.darkblue {
    color: #1f70b2;
}
.lightblue {
    color: #2bb2ff;
}
.vkt-fullname .darkblue {
    top: 3px;
    left: 7px;
    position: relative;
}
.vkt-menu__item {
    float: left;
    margin-right: 14px;
    cursor: pointer;
    font-family: OpenSansBold;
    color: #1e4869;
        border-radius: 5px;

    /* height: 25px; */
    padding: 5px 19px;
    /* padding: 5px; */
    box-sizing: border-box;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    text-decoration: none;

}

.get-performers-spin {
    position: relative;
    width: 35px;
    height: 28px;
    border-radius: 5px;
    color: #1e4869;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
    border: 1px solid #afc6d2;
    top: 18px;
    display: inline-block;
    margin: 0;
    margin-right:12px;
    padding: 0;
    top: 3px;
}

.vkt-menu__item:hover {
    border: 1px solid #b0c5d6;
}
.vkt-menu__item.active {
    background-color: #0894e5;
    color: white;
}
.vkt-menu, .vkt-login {
    float: left;
    font-size: 16px;
    height: 63px;
    margin-left: 30px;
    padding-top: 17px;
}
.vkt-login {
    margin-left: 40px;
    padding-top: 13px;
    float: right;
}
.vkt-login .vkt-menu__item {
    padding: 10px 19px;
    border: 1px solid #b0c5d6;
}
.vkt-login .vkt-menu__item:hover {
    background-color: #f3fbff;
}
.left {
    float: left;
}
.vkt-menu__item.login {
    color: white;
    border: 1px solid #196dbc;
    margin-right:0px;
    background-color: #37abed;
    transition: none;
}
.vkt-button__blue {
    color: white;
    border: 1px solid #196dbc;
    margin-right:0px;
    background-color: #37abed;
    transition: none;
    padding: 10px 19px;
    box-sizing: border-box;
    border-radius: 5px;
    text-align: center;
    font-family: OpenSansBold;
    font-size: 16px;
    cursor: pointer;
}
.center {
    margin: 0 auto;
}
.vkt-menu__item.login:hover, .vkt-button__blue:hover {
    background: rgba(76,180,238,1);
background: -moz-linear-gradient(top, rgba(76,180,238,1) 0%, rgba(2,146,230,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(76,180,238,1)), color-stop(100%, rgba(2,146,230,1)));
background: -webkit-linear-gradient(top, rgba(76,180,238,1) 0%, rgba(2,146,230,1) 100%);
background: -o-linear-gradient(top, rgba(76,180,238,1) 0%, rgba(2,146,230,1) 100%);
background: -ms-linear-gradient(top, rgba(76,180,238,1) 0%, rgba(2,146,230,1) 100%);
background: linear-gradient(to bottom, rgba(76,180,238,1) 0%, rgba(2,146,230,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cb4ee', endColorstr='#0292e6', GradientType=0 );
}
.vkt-promo {
    height: 294px;
    width: 100%;
    min-width: 972px;
    background: url('https://vktarget.ru/img/promo-block.jpg');
    background-size: 100% 100%;
}
.vkt-promo__content {
    width: 972px;
    margin: 0 auto;
    text-align: left;
    padding-top:50px;
}
.vkt-promo__text {
    color: #b7cdda;
    font-size: 14px;
    margin-top: 0px;
    font-family:OpenSans;
}
.vkt-promo__header {
    text-transform: uppercase;
    font-size: 25px;
    color: #dfecf3;
    margin-top: 0px;
    margin-bottom: 14px;
    font-family:OpenSansBold;
}
.vkt-social-line {
    background: url('https://vktarget.ru/img/social-line.png');
    height: 29px;
    width: 398px;
    margin-bottom: 35px;
}
.white {
    color: white;
}
.vkt-new-order {
    color: #f4f7fa;
    background: rgba(81,179,237,1);
    font-size: 15px;
    text-align: center;
    line-height: 48px;
    border-radius: 5px;
    text-transform: uppercase;
    font-family: OpenSansBold;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.58);
    cursor:pointer;
    width: 235px;
    height: 48px;
background: -moz-linear-gradient(top, rgba(81,179,237,1) 0%, rgba(6,148,232,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(81,179,237,1)), color-stop(100%, rgba(6,148,232,1)));
background: -webkit-linear-gradient(top, rgba(81,179,237,1) 0%, rgba(6,148,232,1) 100%);
background: -o-linear-gradient(top, rgba(81,179,237,1) 0%, rgba(6,148,232,1) 100%);
background: -ms-linear-gradient(top, rgba(81,179,237,1) 0%, rgba(6,148,232,1) 100%);
background: linear-gradient(to bottom, rgba(81,179,237,1) 0%, rgba(6,148,232,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#51b3ed', endColorstr='#0694e8', GradientType=0 );
margin: 0 auto;color:white;
}
.vkt-show-price {
    color: white;
    font-size: 15px;
    margin-top: 11px;
    text-decoration: none;
    border-bottom: 1px solid white;
    font-family: OpenSansBold;
    cursor: pointer;
    margin-left: 30px;
}
.clear {
    clear: both;
}
.vkt-advice {
    width: 972px;
    margin: 0 auto;
    padding-top: 58px;
    margin-bottom: 60px;
}
.vkt-advertiser-advice, .vkt-user-advice {
    width: 484px;
    float: left;
}
.vkt-advice-header {
    color: #1e4869;
    font-family: OpenSansBold;
    font-size: 24px;
    margin-top: 4px;
    margin-bottom: 0px;
}
.vkt-advertiser-logo {
    display:  block;
    background: url('https://vktarget.ru/img/advertiser-logo.png');
    width: 81px;
    height: 88px;
    float: left;
margin-right: 20px;
margin-bottom: 155px;
}
.vkt-user-logo {
    display:  block;
    background: url('https://vktarget.ru/img/user-logo.png');
    width: 73px;
    height: 88px;
    float: left;
    margin-right: 15px;
margin-bottom: 155px;

}
.vkt-advice-text{
    font-family: OpenSans;
font-size: 14px;
margin-top: 30px;
height: 80px;
display: block;
float: left;
color: #0c2131;
}
.vkt-user-advice {
    padding-left: 25px;
    box-sizing: border-box;
}
.vkt-advice-separator {
    height: 241px;
    width: 1px;
    background-color:#c1d9ec;
    float: left;
}
ul.vkt-advice-text {
    padding-left: 0px;
list-style-position: inside;
width: 350px;
}
.vkt-pricelist {
    width: 100%;
    height: 503px;
    min-width: 972px;
    padding-top: 45px;
    background-color: #edf7fd;
}
.vkt-pricelist__menu {
    margin-top: 45px;
    position: relative;
z-index: 3;
}
.vkt-pricelist__menu-item {
    width: 136px;
    height: 32px;
    float: left;
    position: relative;
    text-align: center;
    font-family: OpenSans;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.2s ease;
    /* background: #47789f; */
}
.vkt-pricelist__menu-item:hover {
    border-bottom: 2px solid #47789f;
}
.vkt-pricelist__menu-item i {
    font-size: 19px;
}
.fa-vk {
    color: #5f83ad !important;
}
.fa-facebook {
    color: #4e73ca !important;
}
.fa-youtube {
    color: #e90000 !important;
}
.fa-twitter {
    color: #0084d0 !important;
}
.fa-instagram {
    color: #3f729b !important;
}
.fa-odnoklassniki {
    color: #EE8208 !important;
}
.fa-android {
    color: rgb(139, 195, 74) !important;
}
.vkt-pricelist__header {
    font-size: 22px;
    font-family: OpenSansBold;
    text-align: center;
    color: #1e3443;
    margin: 0px;
    text-transform: uppercase;
}

.vkt-pricelist__menu-item.active { 
    border-bottom: 4px solid #47789f;
    height: 30px;
}
.vkt-pricelist__wrapper {
    width: 972px;
    margin: 0 auto;
}
.vkt-pricelist__menu-item.active:after, .vkt-pricelist__menu-item.active:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
}

.vkt-pricelist__menu-item.active:after {
    border-color: rgba(71, 120, 159, 0);
    border-top-color: #47789f;
    border-width: 10px;
    margin-left: -10px;
}
.vkt-pricelist__menu-item.active:before {
    border-color: rgba(71, 120, 159, 0);
    border-top-color: #47789f;
    border-width: 13px;
    margin-left: -13px;
}
.vkt-pricelist__content {
    background-color: white;
    height: 300px;
    position: relative;
    box-shadow: 0 7px 8px -7px rgba(0, 0, 0, 0.56);
    top: 33px;
    z-index: 2;
    padding: 15px 35px;;
    border-top: 1px solid #a5c1d4;
}
.text-left {
    text-align: left;
    float:left;
}
.text-right {
    text-align: right;
    float: right;
}
.vkt-picelist__content-left {
    position: relative;
    width: 450px;
    margin-top: 28px;
}
.vkt-picelist__content-right {
    position: absolute;
    width: 470px;
    top: 0px;
    left: 470px;
}
.vkt-pricelist__content-item {
    margin-top:0px;
    margin-bottom: 6px;
    width: 436px;
    cursor: pointer;
}
.vkt-pricelist__content-description p {
    margin: 0px;
}
.vkt-pricelist__content-description  {
    position: relative;
    background: #ffffff;
    width: 400px;
    padding: 25px;
    box-sizing: border-box;
    line-height: 22px;
    font-size: 14px;
    color: #47789f;
    font-family: OpenSans;
    height: 295px;
    left: 20px;
    top: 14px;
    border-radius: 10px;
    border: 2px solid #a8c3da;
}
.vkt-pricelist__content-description:after, .vkt-pricelist__content-description:before {
    right: 100%;
    top: 35px;
    border: solid transparent;
    transition: all 0.3s ease;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.vkt-pricelist__content-description.top-35:after,.vkt-pricelist__content-description.top-35:before {
    top: 35px;
}
.vkt-pricelist__content-description.top-63:after,.vkt-pricelist__content-description.top-63:before {
    top: 63px;
}
.vkt-pricelist__content-description.top-91:after,.vkt-pricelist__content-description.top-91:before {
    top: 91px;
}
.vkt-pricelist__content-description.top-119:after,.vkt-pricelist__content-description.top-119:before {
    top: 119px;
}
.vkt-pricelist__content-description.top-147:after,.vkt-pricelist__content-description.top-147:before {
    top: 147px;
}
.vkt-pricelist__content-description.top-175:after,.vkt-pricelist__content-description.top-175:before {
    top: 175px;
}
.vkt-pricelist__content-description.top-203:after,.vkt-pricelist__content-description.top-203:before {
    top: 203px;
}
.vkt-pricelist__content-description.top-231:after,.vkt-pricelist__content-description.top-231:before {
    top: 231px;
}
.vkt-pricelist__content-description.top-259:after,.vkt-pricelist__content-description.top-259:before {
    top: 259px;
}
.hide {
    display: none;
}

.vkt-pricelist__content-description:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #ffffff;
    border-width: 8px;
    margin-top: -8px;
}
.vkt-pricelist__content-description:before {
    border-color: rgba(168, 195, 218, 0);
    border-right-color: #a8c3da;
    border-width: 11px;
    margin-top: -11px;
}
.vkt-daily {
    width: 972px;
    margin: 0 auto;
    padding: 40px 20px 0px 20px;
} 
.vkt-daily__news {
    width: 580px;
    float: left;
}    
.vkt-daily__stats {
    width: 320px;
    float: right;
    background-color: #edf7fd;
    border-radius: 10px;
    padding: 0px 20px 20px 20px;
    box-sizing:border-box;
    font-family: OpenSans;
    font-size: 12px;
}      
.mainlogin {
    margin-top: 40px; 
    margin-left: 88px; 
    width: 250px; 
    text-align: center; 
    font-family: OpenSansBold; 
    text-shadow: none; 
    padding: 15px 15px; 
    text-transform: uppercase; 
    font-size: 17px;
}
.vkt-daily__news-block {
font-size: 14px;
font-family: OpenSans;
color: #1e3443;
  margin-top: 24px;
}
.vkt-daily__news-block-text {
    font-family:OpenSansBold;  
    color: rgb(31, 112, 178);
}
.vkt-daily__news-date {
    font-family: OpenSansBold;
    font-size: 16px;
    color: #3179b4;
}
.vkt-daily__news-header {
    font-family: OpenSansBold;
    font-size: 20px;
    color: #1e3443; 
    text-align: left;
}
.vkt-daily__news-more {
    display: block;
    text-align: right;
    text-decoration: underline;
    cursor: pointer;
}
.vkt-daily__stats-header {
    font-family: OpenSansBold;
    font-size: 20px;
    color: #1e3443;
    text-align: left;
}
.vkt-daily__stats-separator span {
    border-bottom: 2px solid #a5c1d4;
    width: 70px;
    display: inline-block;
}
.vkt-daily__stats-separator i {
    font-size: 20px;
margin: 0px 20px;
}
.vkt-daily__header {
    font-size: 22px;
    font-family: OpenSansBold;
    text-align: center;
    color: #1e3443;
    margin: 40px auto;
    text-transform: uppercase;
}
.vkt-login__popup {
    width: 350px;
    position: absolute;
    left: 50%;
    margin-left: 135px;
    padding: 26px;
    box-sizing: border-box;
    top: 0px;
    z-index:8;
    margin-top: 88px;
    border: 1px solid #b5cad6;
    border-radius: 10px;
    background-color: white;
    font-family: OpenSans;
    font-size: 15px;
    color:#363636;
    box-shadow: 0 6px 10px -3px #4d86aa;
}
.vkt-popup__invoice .vkt-info {
    margin-top: 20px;
}
.vkt-info {
    font-size: 14px;
    background-color: #fffebc;
    border: 1px solid #f2e6ae;
    border-radius: 5px;
    padding-top: 20px;
    padding-left: 17px;
    box-sizing: border-box;
}
.link-like {
    text-decoration: underline;
    cursor: pointer;
}
.info {
    background-image: url('https://vktarget.ru/img/info.png');
    width: 24px;
    height: 22px;
    float: left;
}
.vkt-info__header {
    font-family: OpenSansBold;
    font-size: 14px;
    color: #363636;
    position: relative;
    left: 10px;
}
.vkt-popup__registration, .vkt-popup__charge, .vkt-popup__invoice, .vkt-popup__recovery,.vkt-popup__instructions, .vkt-popup__groups,  .vkt-popup__domains-stat {
    width: 375px;
left: 50%;
margin-left: -187px;
position: fixed;
padding: 36px;
z-index: 5;
box-sizing: border-box;
top: 0px;
margin-top: 102px;
border: 1px solid #b5cad6;
border-radius: 10px;
background-color: white;
font-family: OpenSans;
font-size: 15px;
    z-index: 10;
display: none;
color: #363636;
box-shadow: 0 6px 10px -3px #4d86aa;
}
.vkt-popup__recovery {
padding: 36px 28px 36px 28px;
}
.vkt-popup__charge, .vkt-popup__invoice, .vkt-popup__registration, .vkt-popup__recovery, .vkt-popup__groups, .vkt-popup__instructions, .vkt-popup__domains-stat {
    display: block;
    position: relative;
    margin-bottom: 50px;
}
.vkt-popup__charge, .vkt-popup__invoice, .vkt-popup__groups, .vkt-popup__instructions {
    width: 475px;
    margin-left: -237px;
}
 .vkt-popup__domains-stat {
    width: 824px;
    margin-left: -412px;
 }
 .vkt-popup__widget-form {
    width: 740px;
    margin-left: -370px;
 }
 .popup-common-block {
    left: 50%;
    position: fixed;
    padding: 36px;
    z-index: 5;
    box-sizing: border-box;
    top: 0px;
    margin-top: 102px;
    border: 1px solid #b5cad6;
    border-radius: 10px;
    background-color: white;
    font-family: OpenSans;
    font-size: 15px;
    z-index: 10;
    display: none;
    color: #363636;
    box-shadow: 0 6px 10px -3px #4d86aa;
    display: block;
    position: relative;
    margin-bottom: 50px;
 }
.vkt-popup__registration-header, .vkt-popup__groups-header, .vkt-popup__instructions-header {
   font-size: 20px;
font-family: OpenSansBold;
color: #363636;
display: block;
margin-bottom: 8px;
}
.vkt-login__popup:after, .vkt-login__popup:before {
    bottom: 100%;
    left: 88%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.vkt-login__popup-password-recover {
    font-size: 16px;
    display: inline-block;
    margin-top: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.vkt-login__popup-password-recover:hover {
    text-decoration: underline;
}

.vkt-login__popup:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: white;
    border-width: 8px;
    margin-left: -8px;
}
.vkt-login__popup:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #b5cad6;
    border-width: 10px;
    margin-left: -10px;
}
.vkt-content__camps, .vkt-content__history, .vkt-content__list, .vkt-content__creation {
    width: 100%;
    min-width: 972px;
    background-color: #bed6ea;
    min-height: 600px;
}
.vkt-panel__user {
    width: 380px;
    height: 64px;
    border: 2px solid #aac3cf;
    border-radius: 5px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    float: right;
    padding-left:15px;
    padding-top: 10px;
    box-sizing: border-box;
}
.vkt-panel__user-email {
    font-size: 14px;
    color:#1e4869;
    font-family: OpenSans;
}
.vkt-panel__user-data {
    width: 242px;
    height: 62px;
    position: relative;
    top: -10px;
    border-right: 2px solid #aac3cf;
    padding-top: 10px;
    box-sizing: border-box;
}
.vkt-panel__user-balance {
    font-size:14px;
    font-family: OpenSansBold;
    color:#1e4869;

}
.square {
    position: relative;
    width: 34px;
    height: 30px;
    float: left;
    cursor: pointer;
    border-radius: 5px;
    font-size: 17px;
    line-height: 33px;
    margin-right: 7px;
    text-align: center;
    transition: all 0.2s ease;
}
.square:hover {
    width: 38px;
    height: 34px;
    top:-2px;
}
.vkt-login__buttons {
    padding-top: 7px;
    position: absolute;
}
.vkt-login__popup .vkt-menu__item.login {
    font-size: 18px;
    padding: 7px 27px;
    font-family: OpenSansBold;
    margin-top: 19px;
}
.vkt-login__form {
    position: relative;
    margin-top: 46px;
}
.vkt-login__form input {
    width: 100%;
    padding: 0px;
    margin: 0px;
    height: 35px;
    display: block;
    box-sizing: border-box;
    padding-left: 10px;
    border-radius: 5px;
    outline: 0;
    line-height: 35px;
    margin: 5px 0px 5px 0px;
    border: 1px solid #aac3cf;
    box-shadow: inset 0px 0px 11px #eaeef0;
    
}
.bold {
    font-weight: bold;
    font-family: OpenSansBold;
}
.vkt-popup__recovery input:focus, .vkt-popup__charge input:focus, .vkt-popup__invoice input:focus, .vkt-popup__charge textarea:focus, .vkt-popup__invoice textarea:focus {
    border: 1px solid #3cc4fc;
}
.vkt-popup__charge input,.vkt-popup__recovery input, .vkt-popup__invoice input, .vkt-popup__groups input, .vkt-popup__charge textarea {
   width: 273px;
    padding: 0px;
    margin: 0px;
    height: 35px;
    /* display: block; */
    box-sizing: border-box;
    padding-left: 10px;
    border-radius: 5px;
    outline: 0;
    line-height: 35px;
    margin: 10px 15px 5px 0px;
    border: 1px solid #aac3cf;
    box-shadow: inset 0px 0px 11px #eaeef0;
}
.vkt-popup__charge textarea {
    height: 80px;
}
.vkt-popup__charge.legal {
    line-height: 18px;
}
.charge-icon {
   display: inline-block;
    height: 30px;
    width: 32px;
    top: 9px;
    margin-right: 9px;
    position: relative;
    background-size: 100% 100%;
}
.charge-icon.card {
    background-image: url('https://vktarget.ru/img/charge_visa.jpg');
}
.charge-icon.yandex {
    background-image: url('https://vktarget.ru/img/charge_yandex.jpg');
}
.charge-icon.webmoney {
    background-image: url('https://vktarget.ru/img/charge_webmoney.jpg');
}
.charge-icon.qiwi {
    background-image: url('https://vktarget.ru/img/charge_qiwi.jpg');
}
.charge-icon.payu {
    background-image: url('https://vktarget.ru/img/icon_payu.png');
}
.charge-icon.alfa {
    background-image: url('https://vktarget.ru/img/charge_alfa.jpg');
}
.charge-icon.beeline {
    background-image: url('https://vktarget.ru/img/charge_terminal.jpg');
}
.charge-icon.payeer {
    background-image: url('https://vktarget.ru/img/charge_payeer.png');
    background-size: 100%;
    width: 70px;
    background-repeat: no-repeat;
    background-position: 0px;
}
.charge-icon.steam {
    background-image: url('https://vktarget.ru/img/charge_steam.png');
    background-size: 100%;
    width: 29px;
    background-repeat: no-repeat;
    background-position: 0px;
}
.charge-icon.megafon {
    background-image: url('https://vktarget.ru/img/charge_megafon.jpg');
}
.charge-icon.sber {
    background-image: url('https://vktarget.ru/img/charge_sber.jpg');
}
.charge-icon.terminal {
    background-image: url('https://vktarget.ru/img/charge_cash.png');
}
.charge-icon.paypal {
    background-image: url('https://vktarget.ru/img/charge_paypal.png');
}
.charge-icon.advcash {
    background-image: url('https://vktarget.ru/img/charge_advcash.png');
}
.charge-icon.bitcoin {
    background-image: url('https://vktarget.ru/img/charge_bitcoin.png');
}
.charge-icon.exmo {
    background-image: url('https://vktarget.ru/img/charge_exmo.png');
}
.vkt-popup__charge-type {
    margin-right: 5px;
    cursor: pointer;
    margin-top: 17px;
    width: 194px;
}
.vkt-popup__charge-legal {
    font-family: OpenSansBold;
    font-size: 14px;
    color:#009ee9;
    text-align: center;
    text-decoration: underline;
    cursor: pointer;
}
.vkt-popup__charge .vkt-button__blue {
    width: 120px;
    margin-top: 23px;
}
.vkt-popup__charge.legal .vkt-button__blue {
    width: 174px;
    margin-top: 23px;
}
.vkt-popup__invoice .vkt-button__blue {
    width: 173px;
    margin-top: 23px    ;
}
input[type="radio"] {
    display:none;
}
input[type="radio"] + label {
}
input[type="radio"] + label span {
    display:inline-block;
    width:20px;
    height:20px;
    margin: -4px 12px 0px -1px;
    vertical-align:middle;
    cursor:pointer;
    -moz-border-radius:  50%;
    border-radius:  50%;
}

input[type="radio"] + label span {
     background-color: white;
border: 1px solid #abc4d0;
}

input[type="radio"]:checked + label span span {
    background-color: #1d5f92;
    width: 10px;
    height: 10px;
    display: block;
    top: 4px;
    text-align: center;
    margin: 0 auto;
    position: relative;
}

input[type="radio"] + label span,
input[type="radio"]:checked + label span {
  -webkit-transition:background-color 0.4s linear;
  -o-transition:background-color 0.4s linear;
  -moz-transition:background-color 0.4s linear;
  transition:background-color 0.4s linear;
}


.vkt-login__form input:focus {
    border: 1px solid #3cc4fc;
    box-shadow: inset 0px 0px 11px #d7eef0;
}
.vkt-login__popup b {
    font-size: 16px;
    font-family: OpenSansBold;
}
.vk-square {
    background-color: #5f83ad;
}
.ok-square {
    background-color: #EE8208;
}
.fb-square {
    background-color: #4e73ca;
}
.tw-square {
    background-color: #009ee9;
}
.in-square {
    background-color: #3f729b;
}
.yt-square {
    background-color: #dc4b38;
}
.square .fa { 
    color: white !important;
}
.vkt-panel__user-balance .operations {
    position: relative;
font-size: 12px;
font-family: OpenSans;
border-bottom: 1px solid #1e4869;
display: inline-block;
line-height: 12px;
top: -2px;
left: 15px;
cursor: pointer;
}
.vkt-panel__user-messages {
    position: relative;
    margin-top: -10px;
    width: 64px;
    height: 62px;
    border-right: 2px solid #aac3cf;
    cursor: pointer;
}
.vkt-panel__user-messages .image {
    width: 23px;
    height: 22px;
    background: url('https://vktarget.ru/img/messages.jpg');
    background-size: 100% 100%;
    margin: 0 auto;
    top: 21px;
    cursor: pointer;
    position: relative;
    font-family: OpenSans;
    font-weight: bold;
    color:white;
    text-align: center;
    font-size: 13px;
}
.vkt-panel__user-logout {
    text-align: center;
    font-size: 22px;
    color: #1e4869;
    cursor: pointer;
    width: 49px;
    top: 5px;
    line-height: 37px;
    position: relative;
    transition: all 0.3s ease;
}
.vkt-panel__user-logout:hover {
    color: red;
}
.vkt-camp_search {
    height: 40px;
}
.block {
    display: block;
}
.vkt-content__camps-search input {
    height: 35px;
    position: relative;
    left:3px;
    background-position: 7px;
    background-image: url('https://vktarget.ru/img/search_icon.jpg');
    background-size: 13px;
    padding-left: 28px;
    padding-right: 25px;
    width: 210px;
    background-repeat: no-repeat;
    font-size: 13px;
    border: 1px solid #88b1d3;
    border-radius: 5px;
    outline: 0;
    box-sizing: border-box;
}
::-webkit-input-placeholder { /* WebKit browsers */
      font-family: Arial;
      color: #8ca6b5!important;
      font-size: 14px;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   font-family: Arial;
      color: #8ca6b5 !important;
      opacity:  1;
      font-size: 14px;

}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   font-family: Arial;
      color: #8ca6b5 !important;
   opacity:  1;
      font-size: 14px;

}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   font-family: Arial;
      color: #8ca6b5 !important;
      font-size: 14px;

}
.vkt-camp_count  p {
    display: inline-block;
    text-align: right;
    width: 107px;
    opacity: 0.7;
}
.vkt-grouptask_clear {
    position: relative;
    background: url('https://vktarget.ru/img/close_icon.jpg');
    cursor: pointer;
    display: inline-block;
    width: 20px;
    height: 22px;
    left: -32px;
    top: 6px;
}
.vkt-grouptask_clear_camps {
    position: relative;
    background: url('https://vktarget.ru/img/close_icon.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    display: inline-block;
    width: 16px;
    height: 22px;
    left: -23px;
    top: 6px;
}
.vkt-content__camps-search {
    margin-right: -22px;
}
.vkt-content__camps-main, .vkt-content__history-main, .vkt-content__list-main, .vkt-content__creation-main {
    width: 972px;
    margin: 0 auto;
    padding-top: 27px;
    box-shadow: 0 10px 10px -9px rgba(0, 0, 0, 0.28);

}
.right {
    float: right;
}
.left {
    float: left;
}
.vkt-content__camps-new, .vkt-content__history-button {
    padding: 0px 12px;
    height: 33px;
    position: relative;
    border: 1px solid #88b1d3;
    font-size: 12px;
    font-family: OpenSansBold;
    text-align: center;
    border-radius: 5px;
    line-height: 33px;
    background-color: white;
    color: #1e4869;
    cursor: pointer;
}
.vkt-content__news-previous {
    cursor:pointer;
    margin-top:20px;
}
.vkt-content__news-previous i {
    font-size: 23px;
}
.vkt-content__history-button {
    margin-right: 15px;
}
.vkt-content__camps-new i, .vkt-content__history-button i {
    color:#5e85a4;
}
.vkt-content__news-header {
    margin-top: 40px;
}
.vkt-content__camps-header {
    margin-top: 40px;
}
.vkt-content__creation-header {
    margin-top: 20px;
    margin-left: 240px;
}
.vkt-content__camps-tab.right {
    float:right;
    margin-right: 60px;
}
.vkt-content__creation-header .vkt-content__camps-tab.right {
     float:right;
    margin-right: 120px;
}
.vkt-content__camps-tab {
        height: 50px;
        color: #0c2132;
        float: left;
        cursor: pointer;
        text-align: center;
        font-size: 14px;
        font-family: OpenSans;
        color:#0c2132;
        padding: 15px 19px;
        box-sizing: border-box;
        margin-right: 10px;
        width: 58px;
        border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    }
    .vkt-content__camps-tab span {
        display: none;
    }
    .vkt-content__camps-tab.active span {
        display: inline-block;
    }
    .vkt-content__camps-tab:hover {
        background-color: #e2eef9;
    }
    .vkt-content__camps-tab i {
        font-size: 20px;
        color: #1e4869 !important   ;
    }
.vkt-content__camps-tab.active {
    background: #f9fdff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: auto;
}
.vkt-content__news .vkt-content__camps-tab.active {
    background-color: #C6E2E0;
}
    .vkt-content__camps-content, .vkt-content__history-content , .vkt-content__list-content, .vkt-content__profile-content {
        background-color: white;
        position: relative; 
        float: none;
        font-family: OpenSans;
        padding-bottom: 35px;
        padding-left: 30px;
        padding-top: 24px;
        min-height: 500px;
    }
    .vkt-content__profile-content  b { 
        font-family: OpenSansBold;
    }
    .vkt-content__profile-content {
        padding-right: 30px;
        background: #f9fdff;
    }
    .vkt-content__profile-content h3 {
        margin-top: 35px;
    }
    .vkt-content__history-content, .vkt-content__list-content {
        margin-top: 40px;
    }
    .vkt-content__profile-main {
        margin-bottom: 30px;
    }
    .vkt-content__camps-selected {
       float: right;
        font-size: 12px;
        font-family: OpenSans;
        color: #1e4869;
        height: 50px;
        line-height: 32px;
    }
.vkt-content__camps-selected .actions {
    border: 1px solid #88b1d3;
border-radius: 5px;
background-color: white;
line-height: 28px;
height: 28px;
}
.vkt-content__camps-selected .actions i:hover {
    color: rgb(36, 120, 181);
}
.vkt-content__camps-selected .actions i {
    display: inline-block;
    color: #234458;
    width: 34px;
    transition: all 0.3s ease;
    height: 28px;
    line-height: 28px;
    cursor: pointer;
    text-align: center;
    border-right: 1px solid #88b1d3;
}
.vkt-content__camps-selected .actions i:nth-of-type(3) {
    border-right: 0px;
}
.vkt-content__camps-content .typelist div, .vkt-content__history-content .typelist div, .vkt-content__list-content .typelist div {
    float: left;
    cursor: pointer;
    margin-right: 30px;
}
.vkt-content__list-content .typelist div {
    margin-right: 20px;
}
.unauthorized .fa-users {
    padding: 6px 0px;
}
.unauthorized .fa-refresh {
    padding: 6px 0px;
}
.unauthorized .get-performers-spin {
    top:0px;
}
.vkt-content__camps-content .typelist div.unauthorized {
    margin-bottom:15px;
}
.vkt-content__camps-content .typelist .good .circle, .vkt-content__history-content .typelist .good .circle , .vkt-content__list-content .typelist .good .circle 
 {
    height: 21px;
    display: inline-block;
    border-radius: 11px;
    text-align: center;
    padding: 1px 8px;
      min-width: 8px;
    background-color: #8ca6b5;
    color: white;
    font-size: 11px;
    font-weight: bold;
    font-family: OpenSans;
    line-height: 21px;
}
.vkt-content__camps-content .typelist .bad .circle, .vkt-content__history-content .typelist .bad .circle, .vkt-content__list-content .typelist .bad .circle {
    height: 21px;
    display: inline-block;
    border-radius: 10px;
    text-align: center;
    padding: 0px 6px;
    background-color: white;
    border:1px solid #8ca6b5;
    color: #738a99;
    font-size: 11px;
    font-family: OpenSans;
    line-height: 21px;
    width: 10px;
}

.vkt-content__camps-content .typelist, .vkt-content__history-content .typelist, .vkt-content__list-content .typelist {
    color: #3d6379;
    font-family: OpenSans;
    font-size: 14px;
}
.clear.camps, .clear.history, .clear.list, .clear.profile {
    position: relative;
    clear: both;
    width: 972px;
    border-bottom: 1px solid #d1dfe8;
    margin-left: -30px;
}
.clear.history {
    margin-top:20px;
}

.vkt-content__camps-content-refresh {
    position: relative;
    width: 35px;
    height: 28px;
    border-radius: 5px;
    color: #1e4869;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
    border: 1px solid #afc6d2;
    margin: 0 auto;
    top: 18px;
}



.vkt-content__list-content-refresh {
    position: relative;
    width: 35px;
    height: 28px;
    border-radius: 5px;
    color: #1e4869;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
    border: 1px solid #afc6d2;
    margin: 0 auto !important;
    float: none !important;
    top: 18px;
}
.vkt-content__camp-status {
    width: 22px;
    height: 22px;
    border-radius: 16px;
    color: white;
    font-size: 10px;
    line-height: 22px;
    text-align: center;
    float:left;
}
.vkt-content__camp-status .green {
    background-color:#6cbc4c;
    border-radius: 16px;
}
.vkt-content__camp-status .grey {
    background-color:#8ca6b5;
    border-radius: 16px;
}
.grey.unauthorized {
    padding:6px 0px;
}
.grey {
    background-color:#8ca6b5;
    border-radius: 16px;
}
.green.unauthorized {
    padding:6px 0px;
}
.green {
    background-color:#6cbc4c;
    border-radius: 16px;
}

.vkt-content__camp {
    padding-top: 30px;
}
.vkt-content__camp-button, .vkt-content__his-button {
   color: #234458;
    background-color: white;
    border: 1px solid #afc7d2;
    border-radius: 5px;
    font-family: OpenSans;
    font-size: 12px;
    padding: 4px 12px;
    text-align: center;
    margin-right: 12px;
    margin-top: 9px;
    cursor: pointer;
    outline: 0;
}
.vkt-content__camp-button.camp-stat-button {
    padding: 5px 12px;
}
.vkt-content__camp-button.inactive {
    border-color:#e8eff2;
    color:#c4cdd2;
    pointer-events: none;
}
.vkt-content__camp-data {
    margin-left: 12px;
    float: left;

}
.vkt-content__camp-data.unauthorized {
    margin-bottom:10px;
}
.vkt-content__camp-taskname {
    color:#363636;
    font-family: OpenSansBold;
    font-size: 14px;
    line-height: 15px;
    border-bottom: 1px solid;
    display: inline-block;
    position: relative;
    top: -4px;
    cursor: pointer;
}
.vkt-content__camp-tasktype {
    color:#363636;
    font-family: OpenSans;
    font-size: 14px;
}
.vkt-content__camp-tasktype a{
    color: #0064b9;
    text-decoration: none;
    border-bottom: 1px solid;
    max-width: 315px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    float: left;
    text-overflow: ellipsis;
}
.vkt-content__camp-status .fa-ban {
    color:red;
    font-size: 24px;
}
.status-dots {
   position: relative;
    font-size: 20px;
    line-height: 0px;
    top: -2px;
}
.vkt-content__camp-graph {
    width: 170px;
    height: 10px;
    border: 1px solid #6cbc4c;
    border-radius: 5px;
}
.vkt-content__camp-progress {
    font-family: OpenSans;
    color:#363636;
    font-size: 14px;
    line-height: 32px;
    position: relative;
top: -8px;
}
.vkt-content__camp-progress.unauthorized {
    margin-right:30px;
}
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  cursor: pointer;
  width: 20px;
  height: 20px;
  top: 30px;
  left: 2px;
  display: block;
}
.checkbox_support[type="checkbox"]:not(:checked) + label,
.checkbox_support[type="checkbox"]:checked + label{
  position: relative;
  cursor: pointer;
  width: 0px;
  height: 0px;
  top: 11px;
  left: 2px;
  display: block;
} 
.vkt-content__camps [type="checkbox"]:not(:checked) + label,
.vkt-content__camps [type="checkbox"]:checked + label {
  margin: 0 auto;
}

.checkbox_support[type="checkbox"]:not(:checked) + label:before,
.checkbox_support[type="checkbox"]:checked + label:before {
    width: 50px;
    height: 50px;
}

.checkbox_support[type="checkbox"]:not(:checked) + label:after,
.checkbox_support[type="checkbox"]:checked + label:after {
    font-size: 40px;
}

.vkt-popup__complain_window-wrap [type="radio"]:not(:checked),
.vkt-popup__complain_window-wrap [type="radio"]:checked {
  position: absolute;
  left: -9999px;
}
.vkt-popup__complain_window-wrap [type="radio"]:not(:checked) + label,
.vkt-popup__complain_window-wrap [type="radio"]:checked + label {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
    font-size:14px;
    top: 0px;
}

/* radio aspect */
.vkt-popup__complain_window-wrap [type="radio"]:not(:checked) + label:before,
.vkt-popup__complain_window-wrap [type="radio"]:checked + label:before {
  content: '';
  position: absolute;
  left:0; top: -1px;
  width: 19px; height: 19px;
  border: 1px solid #aec6d1;
  background: #f8f8f8;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.3)
}
/* checked mark aspect */
.vkt-popup__complain_window-wrap [type="radio"]:not(:checked) + label:after,
.vkt-popup__complain_window-wrap [type="radio"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: -2px; left: 4px;
  font-size: 17px;
  color: #1d5f92;
  transition: all .2s;
}
/* checked mark aspect changes */
.vkt-popup__complain_window-wrap [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.vkt-popup__complain_window-wrap [type="radio"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
.vkt-popup__complain_window-wrap [type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.vkt-popup__complain_window-wrap [type="radio"]:disabled:checked + label:after {
  color: #999;
}
.vkt-popup__complain_window-wrap [type="radio"]:disabled + label {
  color: #aaa;
}
/* accessibility */
.vkt-popup__complain_window-wrap [type="radio"]:checked:focus + label:before,
.vkt-popup__complain_window-wrap [type="radio"]:not(:checked):focus + label:before {
  border: 1px dotted #2d6a9a;
}




/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left:-2px; top: -2px;
  width: 23px; height: 23px;
  border: 1px solid #aec6d1;
  background: #f8f8f8;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.3)
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: -2px; left: 4px;
  font-size: 17px;
  color: #1d5f92;
  transition: all .2s;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 1px dotted #2d6a9a;
}

/* hover style just for information */
label:hover:before {
  border: 1px solid #4778d9!important;
}
.vkt-content__camp-check {    
    width: 100px;
    height: 130px;
    border-left: 1px solid #d1dfe8;
    top: -30px;
    position: relative;
    margin-bottom: -30px;
    margin-left: 40px;
    transition: all 0.3s linear;
}
.vkt-content__camps-content-refresh-wrapper {
    border-left: 1px solid #d1dfe8;
width: 100px;
text-align: center;
position: relative;
height: 65px;
margin-bottom: -24px;
top: -24px;
}
.vkt-content__list-content-refresh-wrapper  {
      border-left: 1px solid #d1dfe8;
      width: 179px;
      text-align: center;
      position: relative;
        height: 67px;
        margin-bottom: -44px;
      margin-right: 0px !important;
      top: -24px;
      float: right !important;
}
.vkt-content__camps-paging, .vkt-content__history-paging {
    width: 326px;
    border: 1px solid #aac3cf;
    border-radius: 5px;
    height: 37px;
    position:relative;
    margin-top: 30px;
    margin: 30px auto 0px auto;
    line-height: 35px;
    font-family: OpenSans;
}
.vkt-content__camps-paging i, .vkt-content__history-paging i {
   color: #0d3146;
line-height: 35px;
cursor: pointer;
font-weight: bold;
font-size: 23px;
width: 32px;
text-align: center;
}
.vkt-content__camps-paging span , .vkt-content__history-paging span 
{
    position: relative;
    width: 32px;
    height: 35px;
    color:#315874;
    text-decoration: underline;
    text-align: center;
    background-color:white;
    top: -2px;
    line-height: 35px;
    display: inline-block;
    font-size: 16px;
    cursor:pointer;
}
.vkt-content__camps-paging span:hover, .vkt-content__camps-paging span.active, .vkt-content__history-paging span:hover, .vkt-content__history-paging span.active  {
    background-color: #daecf8;
}
#footer {
    width: 100%;
    min-width: 972px;
    height: 170px;
    background-color:#1e4869;
}
.vkt-footer__content {
    width: 972px;
    margin: 0 auto;
    padding-top: 30px;
}
.vkt-footer__logo {
    background: url('https://vktarget.ru/img/footer_logo.jpg');
    width: 66px;
    float:left;
    cursor: pointer;
    height: 68px;
}
.vkt-footer__fullname {
    cursor: pointer;
      width: 250px;
    height: 65px;
    float: left;
    /* display: inline-block; */
    background: url('../img/vkt-logo-footer.jpg');
    background-size: 100% 100%;
}
.vkt-footer__name {
    font-size: 30px;
    font-family: OpenSansBold;
    font-weight: bold;
    float:left;
    margin-left:10px;
    margin-top: 10px;
    text-transform: uppercase;
    color:white;
    cursor: pointer;
}
.vkt-footer__list,.vkt-footer__support  {
    color: #bcc3cc;
    float: left;
    font-size: 14px;
    font-family: OpenSans;
    margin-top: 10px;
    margin-left: 40px;
    cursor: pointer;
    position: relative;
}
.vkt-footer__list span:hover, .vkt-footer__support a:hover {
    color: white;
}
.no-margin {
    margin: 0px !important;
}
.text-top {
    vertical-align: top;
}
.vkt-footer__support {
    margin-left:0px;
    float:right;
}
.vkt-footer__support a {
    line-height: 20px;
    transition: all 0.3s ease;
    color: #bcc3cc;
}
.vkt-footer__list span {
    margin-right: 35px;
    transition: all 0.3s ease;
}
#paymethods {
    width: 100%;
    min-width: 972px;
    height: 102px;
    border-top: 1px solid #c7d6e1;
    background-color:#edf7fd;
}
#paymethods div {
    position: relative;
    top: 35px;
    margin: 0 auto;
    width: 964px;
    height: 33px;
    background: url("https://vktarget.ru/img/paymethods.jpg");
}
.vkt-footer__copyright {
    font-family: OpenSans;
    font-size: 14px;
    position: relative;
    font-weight: normal;
    top: -22px;
    color: #dfe2e6;
    font-style: italic;
    text-transform: none;
}
.vkt-popup__registration-policy {
    position: relative;
    left: 35px;
    top: 6px;
}
.vkt-popup__registration .vkt-login__form  {
    margin-top: 0px;
}
.vkt-popup__registration input {
    margin-bottom:10px;
}
.vkt-popup__registration .vkt-button__blue {
    width: 110px;
    margin-top: 30px;
}
.vkt-popup__registration .vkt-button__blue.button {
    margin-top: 0px;
}
.vkt-popup__registration .vkt-button__blue i {
    font-size: 20px;
    top: 2px;
    font-weight: bold;
    position: relative;
}
.vkt-icon__close {
    padding: 6px 8px;
    cursor: pointer;
    display: block;
    position: absolute;
    border: 3px solid #0d3146;
    border-radius: 30px;
    font-size: 14px;
    line-height: 12px;
    box-shadow: 0px 0px 1px black;
    transition: all 0.3s ease;
}
.vkt-icon__close.profile_infowindow_close {
    padding: 6px 8px;
    cursor: pointer;
    display: block;
    position: absolute;
    border: 1px solid #4a6998;
    border-radius: 30px;
    font-size: 14px;
    line-height: 12px;
    box-shadow: 0px 0px 1px black;
    transition: all 0.3s ease;
    left: 272px;
    top: 14px;
    font-size: 10px;
    font-weight: 100;
    padding: 4px 6px;
}
.vkt-icon__close:hover {
    color: red;
}
#darkness {
    position: absolute;
    display: none;
    width: 100%;
    min-width: 972px;
    z-index: 4;
    background-color: rgba(0, 0, 0, 0.78);
}
.list-tips-1 {
    position: absolute;
    /* display: none; */
    width: 100%;
    min-width: 972px;
    z-index: 2;
    height: 200px;
    top: -58px;
    background-color: rgba(0, 0, 0, 0.83);
}
.list-tips h3 {
    color: white;
    display: block;
    margin-top: 40px;
    font-family: OpenSans;
    font-weight: bold;
    font-size:22px;
    margin-bottom: 17px;
}
.list-tips {
    display: none;
}
.list-tips p {
    color: white;
    font-size: 17px;
    margin: 10px 0px;
}
.list-tips ul {
    color: white;
    font-size: 17px;
    margin: 10px 0px;
}
.list-tips strong {
    color: white;
    display: block;
    text-decoration: underline;
}
.list-tips-2 {
        position: absolute;
    /* display: none; */
    width: 100%;
    min-width: 972px;
    z-index: 2;
    height: 185px;
    top: 223px;
    background-color: rgba(0, 0, 0, 0.83);
}
.list-tips-3 {
    position: absolute;
    /* display: none; */
    width: 100%;
    min-width: 972px;
    z-index: 2;
    height: 100%;
    top: 488px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.83);
}
.close-list-tips {
        position: absolute;
    z-index: 3;
    color: white;
    border: 2px solid white;
    cursor: pointer;
    padding: 5px 10px;
    margin-right: 100px;
    right: 0px;
    top: 25px;
}
.close-list-tips:hover {
    background-color:white;
    color:black;
    border: 2px solid black;
}
#whiteness {
    position: absolute;
  display: none;
  width: 100%;
  min-width: 972px;
  z-index: 6;
  background-color: white;
opacity: 0.97;
  top: 0px;
}
.keepy {
    position: fixed;
      left: 50%;
      margin-left: -36px;
      top: 116px;
      width: 67px;
      height: 100px;
      display: block;
      background: url('https://vktarget.ru/img/Keepy.png');
      background-size: cover;
}
.vkt-loader-text {
      text-align: center;
      top: 213px;
      font-family: OpenSans;
      color: #212121;
      font-size: 18px;
      left: 50%;
      width: 100px;
      margin-left: -50px;
      position: fixed;
}
.vkt-loader-loader {
      position: fixed;
      left: 50%;
      width: 100px;
      margin-left: -50px;
      top: 264px;
      line-height: 27px;
     text-align: center;
}
.vkt-loader-loader .loader_circle {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 6px;
    margin-right: 6px;
}
.vkt-popup__registration .vkt-icon__close, .vkt-popup__recovery .vkt-icon__close
{
    left: 320px;
    top: 22px;
}
.vkt-popup__charge .vkt-icon__close , .vkt-popup__invoice .vkt-icon__close, .vkt-popup__groups .vkt-icon__close, .vkt-popup__instructions .vkt-icon__close {
    left: 417px;
    top: 22px;
    font-size: 14px;
}
.vkt-popup__domains-stat .vkt-icon__close {
    left: 766px;
    top: 22px;
    font-size: 14px;
}
@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}


.vkt-popup__task-details-status {
    width: 20px;
    height: 40px;
    text-align: center;
    float: left;
    line-height: 20px;
    font-size: 8px;
    margin-right: 10px;
    position: relative;
    top: 3px;
    border-radius: 16px;
    color: white;
    padding-top:6px;
}
.green {
    background-color:#6cbc4c;
}
.vkt-popup__task-details .vkt-icon__close
{
   left: 482px;
    top: 23px;
    font-size: 17px;
    font-weight: 100;
    padding: 4px 6px;
}


.vkt-popup__task-details .vkt-content__camp-graph {
    width: 255px;
    margin-top: 17px;
    margin-bottom: 10px;
 }
.vkt-popup__task-details-created {
    line-height: 34px;
    font-size: 12px;
    font-family: OpenSans;
}
.vkt-popup__task-details-created.unauthorized {
    font-size: 14px;
}
.vkt-popup__task-details-task {
    margin-top: -5px;
}
.vkt-popup__task-details-task a {
    max-width: 260px;
    display: inline-block;
    position: relative;
    top: 3px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.vkt-popup__task-details span {
    word-wrap: break-word;
}
.vkt-popup__task-details span {
word-wrap: break-word;
}
.vkt-popup__task-details.unauthorized {
    font-size: 14px;
    line-height: 1,6;
}
.popup-style, .vkt-popup__task-details-wrap,.vkt-popup__recovery-wrap, .vkt-popup__charge-wrap, .vkt-popup__charge_legal-wrap,  .vkt-popup__invoice-wrap, .vkt-popup__registration-wrap, .vkt-popup__groups-wrap, .vkt-popup__domains-stat-wrap,.vkt-popup__domains_add-wrap, .vkt-popup__instructions-wrap, .vkt-popup__complain_window-wrap, .vkt-popup__notactive_reason-wrap, .vkt-popup__post_decline-wrap, .vkt-popup__settings-window-wrap, .vkt-popup__messages-wrap, .vkt-popup__camp_stat-wrap {
    overflow-x: hidden;overflow-y: auto; position:fixed;   z-index:5; width:100%; margin-bottom:20px; top:0px;
}
.vkt-popup__charge_legal-wrap .vkt-error {
    width:380px;
}
.vkt-popup__messages {
    width: 972px;
    position: relative;
    padding-right: 15px;
    padding-top: 20px;
    z-index: 5;
    box-sizing: border-box;
    border: 1px solid #b5cad6;
    border-radius: 10px;
    background-color: white;
    font-family: OpenSans;
    font-size: 12px;
    z-index: 4;
    margin: 0 auto;
    margin-top: 104px;
    margin-bottom: 50px;
    color: #363636;
    box-shadow: 0 6px 10px -3px #4d86aa;
}
.vkt-popup__task-details {
    width: 540px;
    position: relative;
    padding: 36px;
    z-index: 5;
    box-sizing: border-box;
    border: 1px solid #b5cad6;
    border-radius: 10px;
    background-color: white;
    font-family: OpenSans;
    font-size: 12px;
    z-index: 4;
    margin: 0 auto;
    margin-top: 104px;
    color: #363636;
    box-shadow: 0 6px 10px -3px #4d86aa;
}
.overflow_hidden {
    overflow: hidden;
}
.vkt-popup__task-details-tab {
    width: 267px;
    font-size: 12px;
    text-align: center;
    font-family: OpenSans;
    height: 43px;
    position: relative;
    cursor: pointer;
    box-sizing:border-box;
    line-height: 43px;
    color: #548bbe;
    text-decoration: underline;
    border-bottom: 1px solid #b0cfe1;
}
.vkt-popup__task-details-tabs {
    margin-top: 20px;
}
.vkt-popup__task-details-tab.first.active { 
    border-right: 1px solid #b0cfe1;
    border-top-right-radius: 5px;
}
.vkt-popup__task-details-tab.first {
    margin-left: -35px;

}
.vkt-popup__task-details-tab.second {
     margin-right: -35px;
}
.vkt-popup__task-details-tab.second.active { 
    border-top-left-radius: 5px;
    border-left: 1px solid #b0cfe1;
}

.vkt-popup__task-details-tab.active {
    font-size: 12px;
    text-align: center;
    font-family: OpenSansBold;
    color: #548bbe;
    text-decoration: none;
    border-bottom: none;
    border-top: 1px solid  #b0cfe1;
    color: #363636;
}
.vkt-popup__recovery .vkt-button__blue {
    width: 136px;
}
.vkt-popup__task-details .vkt-button__blue {
    width: 140px;
}
.vkt-popup__task-details-performer {
    float: left;
    margin-right: 19px;
    margin-bottom: 24px;
}
.vkt-popup__task-details-performers {
}
.vkt-popup__task-details-performers-block {
    float: left;
    width: 500px;
}
.vkt-popup__task-details .scroll-bar.horizontal {
    margin-top: -555px;
}
html body .vkt-popup__task-details .scroll-bar.horizontal  .thumb {
    cursor: pointer;
    width: 70px !important;
    height: 12px;
    border-radius: 5px;
    background-color:#548bbe;
    opacity: 1.0;
    top: -5px;

}
html body .vkt-popup__task-details .scroll-bar.horizontal  .thumb:hover {
    opacity: 1.0 !important;
}
.vkt-popup__task-details-performers {
    margin-top: 16px;
}
.scroll-bar.horizontal {
    height: 2px !important;
    background-color: #b0cfe1 !important;
}





.vkt-popup__task-details-arrow {
    position: relative;
    background: white;
    border: 1px solid #d6d6d6;
    height: 24px;
    font-size: 14px;
    font-family: OpenSansBold;
    text-align: center;
    line-height: 27px;
    padding-left: 6px;
    width: 42px;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;
}
.vkt-popup__task-details-arrow:after, .vkt-popup__task-details-arrow:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.vkt-popup__task-details-arrow:after {
    border-color: rgba(255, 254, 188, 0);
    border-left-color: white;
    border-width: 12px;
    margin-top: -12px;
}
.vkt-popup__task-details-arrow:before {
    border-color: rgba(242, 230, 175, 0);
    border-left-color: #d6d6d6;
    border-width: 13px;
    margin-top: -13px;
}
.vkt-popup__task-details-edit {
    color: #363636;
    font-family: OpenSans;
    font-size: 14px;
}
.opensansbold {
    font-family: OpenSansBold;
}
.vkt-popup__task-details-edit .opensansbold {
    line-height: 27px;
}
.vkt-popup__task-details-edit-block {
    margin-top: 11px;
    margin-bottom: 11px;
}
.reftask {
    text-decoration: underline;
    cursor: pointer;
}
.vkt-popup__task-details-edit input {
    width: 78px;
    height: 30px;
    border-radius: 5px;
    margin-left: 12px;
    border: 1px solid #88b1d3;
    outline: 0;
    line-height: 30px;
    padding-left: 10px;
    font-size: 14px;
    box-sizing: border-box;
}
* input:focus {
border-color: #3cc4fc;
}
.vkt-popup__task-details-edit .vkt-button__blue {
    margin-top: 30px;
}
div.error, input.error {
    background-color: #ffe2e2;
    border:1px solid #f37373;
    color: #ab3b3b;
    padding-left: 38px;
    line-height: 36px;
}
div.error, div.success {
    border-radius: 3px;
  width: 256px;
  line-height: 21px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}
div.success, input.success {
  background-color: #D4FDDB;
  border: 1px solid #23B204;
  color: #009323;
  padding-left: 38px;
  line-height: 36px;
}
.error.charge-3week-error {
    width:360px;
    margin-bottom:15px;
    padding:20px;
}
.vkt-login__form .fa-info-circle, .vkt-popup__task-details  .fa-info-circle{
    position: absolute;
    margin-top: 14px;
    font-size: 20px;
    line-height: 18px;
    color: #f37373;
    margin-right: 20px;
    margin-left: 14px;
}
.no-camps {
    font-size: 30px;
    color: #8ca6b5;
    font-family: OpenSansBold;
    text-align: center;
    line-height: 300px;
}
.no-performers {
    font-size: 30px;
    color: #8ca6b5;
    font-family: OpenSansBold;
    text-align: center;
    line-height: 300px;
}
.no-multitasks {
    font-size: 30px;
    color: #8ca6b5;
    font-family: OpenSansBold;
    text-align: center;
    line-height: 150px;
}
.no-multitasks-instruction {
    font-size: 30px;
    font-family: OpenSansBold;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    text-decoration:underline;
    color:#0000EE;
}
.vkt-content__history-status {
    width: 22px;
    height: 22px;
    border-radius: 16px;
    color: white;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    float: left;
}
.vkt-content__history-status .green {
    background-color: #37c562;
    border-radius: 16px;

}
.vkt-content__history-status .blue {
    background-color: #2bb2ff;
    border-radius: 16px;
}
.vkt-content__history-status .red {
    color: red;
    font-size: 22px;

}
.vkt-content__history-sum {
    font-size: 18px;
    font-family: OpenSansBold;
    margin-left: 20px;
    line-height: 18px;
    float: left;
}
.vkt-content__history-item {
    padding-top: 20px;
    padding-bottom: 20px;
}
.vkt-content__list-item {
    padding-top: 20px;
}
.vkt-content__history-type {
    margin-left: 42px;
    font-family: OpenSans;
    font-size: 14px;
}
.vkt-content__history-notActiveReason {
        /* position: relative; */
    /* top: 4px; */
    float: right;
    /*margin-right: px;*/
    text-align: center;
    font-size: 14px;
    color: #0064b9;
    font-family: OpenSansBold;
    text-decoration: underline;
    width: 200px;
    margin-bottom: 5px;
}
.vkt-content__history-notActiveReason:hover {
    cursor:pointer;
}
.vkt-content__history-statusname {
      position: relative;
      top: 4px;
      float: right;
      margin-right: 32px;
      text-align: right;
      font-size: 14px;
      font-family: OpenSansBold;
}
.vkt-panel__user-balance a {
          color: inherit;
  text-decoration: inherit;
}
.vkt-content__his-button {
     margin-right: 0px;
}
.vkt-popup__task-details-more {
    color: #548bbe;
  text-decoration: underline;
    cursor: pointer;
    position: relative;
  font-size: 12px;
}
.vkt-popup__charge-legal-header {
    font-size: 14px;
    color: #363636;
    font-family: OpenSansBold;
    font-weight: bold;
}
.vkt-popup__charge-legal-name {
      color: #26a6fc;
      font-family: OpenSans;
      font-size: 14px;
      text-align: left;
      text-decoration: underline;
      cursor: pointer;
}
.vkt-content__list-profiles {
       color: #0c2132;
      font-family: OpenSans;
      font-weight: bold;
      font-size: 14px;
      margin-top: 20px;
      margin-bottom: 5px;
}
.no-events {
    pointer-events: none;
}
.vkt-content__list-button {
      font-size: 12px;
      opacity: 1 !important;
      color: white;
      text-align: center;
      font-family: OpenSans;
      font-weight: bold;
      border-radius: 3px;
      height: 30px;
      padding: 0px 7px;
      line-height: 30px;
      margin-right: 12px !important;
      cursor: pointer;
}
.vkt-content__list-button i {
    color: white !important;
}
.vkt-content__list-button.vk {
    background-color: #5f83ad;
}
.vkt-content__list-button.ok {
    background-color: #EE8208;
}
.vkt-content__list-button.facebook {
    background-color: #4e73ca;
}
.vkt-content__list-button.instagram {
    background-color: #3f729b;
}
.vkt-content__list-button.twitter {
    background-color: #009ee9;
}
.vkt-content__list-button.google {
    background-color: #dc4b38;
}
.vkt-content__list-button.show_soc_tasks i.fa-check {
    display: none;
}
.vkt-content__list-button.show_soc_tasks i.fa-times {
    display: inline-block;
}
.vkt-content__list-button.show_soc_tasks.active i.fa-times {
    display: none;
}
.vkt-content__list-button.show_soc_tasks.active i.fa-check {
    display: inline-block;
}
.vkt-content__list-item i.fa {
    color: #1e4869 !important;
}
.vkt-content__list-item i.fa.fa-ruble {
    color: #222 !important;
}
.vkt-content__list-item-type {
    font-family: OpenSansBold;
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 10px;
}
.vkt-content__list-data {
    padding-left: 15px;
    margin-bottom: 20px;
    width: 270px;
}
.vkt-content__list-item .vkt-popup__task-details-arrow {
    margin-right: 16px;
    border: 1px solid #b7cbd6;
    font-size: 14px;
    font-family: OpenSansBold;
}
.vkt-content__list-item .vkt-popup__task-details-arrow:before {
    border-left-color: #b7cbd6;
}
.vkt-content__list-item-pricetext {
    font-size: 12px;
    line-height: 28px;
    font-family: OpenSans;
}
.vkt-content__list-item-type a {
    color: #0064b9;
    font-family: OpenSans;
    text-decoration: underline;
    margin-left: 8px;
}
.vkt-content__list-item-post {
    font-size: 12px;
  font-family: OpenSans;
  width: 300px;
  margin-left: -25px;
  white-space: pre-line;
    overflow-wrap: break-word;
  margin-bottom: 20px;
}
.vkt-content__list-item-check {
    border: 1px solid #aac3cf;
    border-radius: 3px;
    width: 100px;
    height: 27px;
    line-height: 27px;
    font-family: OpenSansBold;
    color: #3e5768;
    cursor: pointer;
    font-size: 12px;
    text-align: center;
    margin-right: 40px;
}
.vkt-content__list-item-instructions {
    position: relative;
  margin-top: -32px;
  padding-top: 30px;
  box-sizing: border-box;
  width: 180px;
  height: 106px;
  border-left: 1px solid #d1dfe8;
  text-align: center;
  font-size: 12px;
}
.vkt-content__list-item-instructions span {
    color: #0064b9;
    font-family: OpenSans;
    text-decoration: underline;
    cursor: pointer;
    line-height: 21px;
}
.vkt-content__list-item-completed {
  line-height: 27px;
  font-family: OpenSansBold;
  color: #5da401;
  font-size: 12px;
  text-align: center;
  margin-right: 45px;
}
.vkt-content__list-item-completed i.fa  {
    color: #5da401 !important;
}
.vkt-content__list-item-uncompleted {
    position: relative;
    line-height: 27px;
    margin-right: 39px;
    text-align: right;
      font-family: OpenSansBold;
      color: #fb3636;
      font-size: 12px;
}
.loader_circle {
    width: 9px;
    height: 9px;
    display: inline-block;
    border-radius: 3px;
    margin-right: 6px;
}
@-webkit-keyframes loader_first_circle {
    0%   {background-color: #8ca6b5; }
    33%  {background-color: #b4c8d3; }
    66%  {background-color: #d0dce3; }
}
@-webkit-keyframes loader_second_circle {
    0%   {background-color: #d0dce3; }
    33%  {background-color: #8ca6b5; }
    66%  {background-color: #b4c8d3; }
}
@-webkit-keyframes loader_third_circle {
    0%   {background-color: #b4c8d3; }
    33%  {background-color: #d0dce3; }
    66%  {background-color: #8ca6b5; }
}
@-moz-keyframes loader_first_circle {
    0%   {background-color: #8ca6b5; }
    33%  {background-color: #b4c8d3; }
    66%  {background-color: #d0dce3; }
}
@-moz-keyframes loader_second_circle {
    0%   {background-color: #d0dce3; }
    33%  {background-color: #8ca6b5; }
    66%  {background-color: #b4c8d3; }
}
@-moz-keyframes loader_third_circle {
    0%   {background-color: #b4c8d3; }
    33%  {background-color: #d0dce3; }
    66%  {background-color: #8ca6b5; }
}
@-o-keyframes loader_first_circle {
    0%   {background-color: #8ca6b5; }
    33%  {background-color: #b4c8d3; }
    66%  {background-color: #d0dce3; }
}
@-o-keyframes loader_second_circle {
    0%   {background-color: #d0dce3; }
    33%  {background-color: #8ca6b5; }
    66%  {background-color: #b4c8d3; }
}
@-o-keyframes loader_third_circle {
    0%   {background-color: #b4c8d3; }
    33%  {background-color: #d0dce3; }
    66%  {background-color: #8ca6b5; }
}
@-ms-keyframes loader_first_circle {
    0%   {background-color: #8ca6b5; }
    33%  {background-color: #b4c8d3; }
    66%  {background-color: #d0dce3; }
}
@-ms-keyframes loader_second_circle {
    0%   {background-color: #d0dce3; }
    33%  {background-color: #8ca6b5; }
    66%  {background-color: #b4c8d3; }
}
@-ms-keyframes loader_third_circle {
    0%   {background-color: #b4c8d3; }
    33%  {background-color: #d0dce3; }
    66%  {background-color: #8ca6b5; }
}
.loader_circle.first {
    background-color: #8ca6b5;
    -webkit-animation: loader_first_circle  1s infinite;
    -moz-animation: loader_first_circle  1s infinite;
    -ms-animation: loader_first_circle  1s infinite;
    -o-animation: loader_first_circle  1s infinite;
    animation: loader_first_circle  1s infinite;
}
.loader_circle.second {
    background-color: #d0dce3;
    -webkit-animation: loader_second_circle  1s infinite;
    -moz-animation: loader_second_circle  1s infinite;
    -ms-animation: loader_second_circle  1s infinite;
    -o-animation: loader_second_circle  1s infinite;
    animation: loader_first_circle  1s infinite;
}
.loader_circle.third {
    background-color: #b4c8d3;
    -webkit-animation: loader_third_circle  1s infinite;
    -moz-animation: loader_third_circle  1s infinite;
    -ms-animation: loader_third_circle  1s infinite;
    -o-animation: loader_third_circle  1s infinite;
    animation: loader_first_circle  1s infinite;
}
.vkt-content__list-item-loader {
    line-height: 27px;
    font-family: OpenSansBold;
    text-align: center;
    margin-right: 40px;
}
.vkt-content__list-item-video {
      margin-top: -15px;
    margin-left: -30px;
}
.youtube-notice {
    position: relative;
    text-align: center;
    width: 500px;
    border-radius: 6px;
    margin: 0 auto;
    top: -8px;
    font-family: OpenSansBold;
    /* height: 40px; */
    line-height: 21px;
    padding: 11px;
    font-size: 14px;
    margin-bottom: 12px;
    border-left: 1px solid #d1dfe8;
    border-bottom: 1px solid #d1dfe8;
    border-right: 1px solid #d1dfe8;
}
.vkt-help__users , .vkt-help__adv {
        color: #1e4869;
        font-weight: bold;
        font-size: 18px;
        font-family: Arial;
        margin: 0px;
        padding: 25px;
        padding-top: 30px;
    }
    .vkt-help__edit {
        width: 300px;
        border-radius: 7px;
        border: 2px solid rgb(190, 214, 234);
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 15px;
        font-size: 13px;
        font-family: Arial;
        height: 200px;
        margin-bottom: 30px;
    }
    input.vkt-help__edit {
        height: 30px;
        padding: 0px 15px;
    }
    .vkt-help {
        background-color: #bed6ea;
        padding: 40px;
    }
    .vkt-help__content {
        background-color: white;
        position: relative; 
        float: none;
        width: 972px;
        margin: 0 auto;
        border-top-right-radius: 10px;
        padding-bottom: 35px;
    }
    .vkt-help__advertiser-icon {
        background-image: url('//vktarget.ru/img/advertiser_icon.png');
        height: 30px;
        width: 30px;
        display: inline-block;
        background-size: 100% 100%;
        vertical-align: middle;
        margin-right: 9px;
    }
    .vkt-help__user-icon {
        background-image: url('//vktarget.ru/img/user_icon.png');
        height: 30px;
        width: 30px;
        display: inline-block;
        background-size: 100% 100%;
        vertical-align: middle;
        margin-right: 9px;
    }
    .vkt-help__content ul {
        list-style-type: decimal-leading-zero;
        font-size: 14px;
        line-height: 20px;
        padding-left: 25px;
        cursor: pointer;
        margin-bottom: 50px;
    }
    .vkt-help__header {
         width: 972px;
        margin: 0 auto;
    }
    .vkt-help__header-tab {
        width: 200px;
        height: 50px;
        color: #0c2132;
        float: left;
        font-size: 17px;
        cursor: pointer;
        text-align: center;
        line-height: 50px;
    }
    .vkt-help__header-tab.active {
        background-color: white;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    .vkt-help__user-answers, .vkt-help__adv-answers {
        font-weight: normal;
        font-size: 15px;
    }
    .vkt-help__user-answers h3, .vkt-help__adv-answers h3 {
        font-weight: bold;
        font-size: 20px;
    }
    .vkt-help__editor-del {
        width: 20px;
        height: 20px;
        color: red;
        font-weight: bold;
        position: absolute;
        left: 400px;
        margin-top: -19px;
    }
    .vkt-content_news {
        width: 100%;
        min-width: 972px;
        min-height: 600px;
    }
    .vkt-news h3 {
        font-size: 17px;
        text-align: center;
        text-transform: uppercase;
        margin: 20px;
    }
    .vkt-news input {
        width: 100%;
        height: 30px;
        padding: 0px 15px;
        box-sizing: border-box;
        border-radius: 10px;
        color: black;
        font-family: Arial;
        font-size: 12px;
        outline: 0;
        border: 2px solid rgb(190, 214, 234);
        margin:20px 0px;
    }
    .vkt-news textarea {
        width: 100%;
        height: 30px;
        padding: 15px 15px;
        box-sizing: border-box;
        border-radius: 10px;
        color: black;
        font-family: Arial;
        font-size: 15px;
        outline: 0;
        margin: 20px 0px;

        height: 200px;
        border: 2px solid rgb(190, 214, 234);
    }
    .vkt-news button {
        /*display: block;*/
        width: 200px;
        margin: 0 auto;
        background-color: white;
        border-radius: 5px;
        border: 2px solid #aac3cf;
        cursor: pointer;
        padding: 6px 0px;
        font-size: 14px;
        color: #234458;
        transition: all 0.3s ease;
        margin: 20px 0px;
        margin-right:20px;
    }
    .vkt-news button:hover {
        background-color: #4E555A;
        color: white;
    }

    .vkt-help__feedback h3 {
        font-size: 17px;
        text-align: center;
        text-transform: uppercase;
        margin-top: 20px;
    }
    .vkt-help__feedback input {
        width: 100%;
        height: 30px;
        padding: 0px 15px;
        box-sizing: border-box;
        border-radius: 10px;
        color: black;
        font-family: Arial;
        font-size: 12px;
        outline: 0;
        border: 2px solid rgb(190, 214, 234);
    }
    .vkt-help__feedback textarea {
        width: 100%;
        height: 30px;
        padding: 15px 15px;
        box-sizing: border-box;
        border-radius: 10px;
        color: black;
        font-family: Arial;
        font-size: 15px;
        outline: 0;
        margin-top: 20px;
        margin-bottom: 20px;

        height: 200px;
        border: 2px solid rgb(190, 214, 234);
    }
    .vkt-help__feedback button {
        display: block;
        width: 200px;
        margin: 0 auto;
        background-color: white;
        border-radius: 5px;
        border: 2px solid #aac3cf;
        cursor: pointer;
        padding: 6px 0px;
        font-size: 14px;
        color: #234458;
        transition: all 0.3s ease;
        margin-bottom: 20px;
    }
    .vkt-help__feedback button:hover {
        background-color: #4E555A;
        color: white;
    }
    .vkt-popup__groups-info i {
        color: #1e4869 !important;
        font-size: 16px;
    }
    .vkt-popup__groups {
        font-size: 12px;
    }
    .vkt-popup__groups-info {
        margin-left: 20px;
    }
    .vkt-popup__groups-name {
        font-family: OpenSansBold;
        font-size:14px;
    }
    .vkt-popup__groups-group {
          margin-bottom: 35px;
          font-size: 12px;
          line-height: 21px;
          border-top: 1px solid #d1dfe8;
          margin-left: -36px;
          padding-left: 36px;
          width: 401px;
          padding-top: 35px;
          padding-right: 36px;
    }
    .vkt-popup__groups-change, .vkt-popup__groups-delete {
        font-size: 12px;
        color: #548bbe;
        cursor: pointer;
        text-decoration: underline;
    }
    .vkt-popup__groups-delete {
        line-height: 63px;
          margin-right: 10px;
    }
    .circle.active {
        background-color:   #3ACBFF!important;
    }
    .vkt-popup__groups-add {
        text-align: center;
        color: #1e4869;
        border-radius: 5px;
        margin-top: 15px;
        font-size: 14px;
        cursor: pointer;
        font-weight: bold;
    }
    .vkt-popup__groups-add i {
        color: #2bb2ff !important;
    }
    .vkt-content__contacts {
        min-width: 972px;
        width: 100%;
        font-family: OpenSans;
        font-size: 14px;
        min-height: 600px;
        background-color: white;
        border-top: 1px solid #b0c5d6;
    }
    .vkt-content__contacts-body, .vkt-content__admin-body {
        width: 972px;
        margin:0 auto;
    }
    .vkt-content__admin-body  a {
        display: block;
        cursor: pointer;
    }
    .vkt-content__admin-body {
        padding-top: 20px;
    }
    .vkt-adm__decline-textarea {
        width: 395px;
        height: 65px;
        padding-left: 10px;
        color: #363636;
        font-size: 14px;
        border: 1px solid #aac3cf;
        border-radius: 5px;
        outline: 0;
        box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.07);
    }
    .vkt-content__policy-body {
        width: 972px;
        margin:0 auto;
        white-space: pre-wrap;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .vkt-footer__list a {
          color: #bcc3cc;
          text-decoration: none;
    }
    .vkt-contnet__news-navigation {
        padding-top: 20px;
        font-family: OpenSansBold;
        font-size: 14px;
        color: #1e3443;
        margin-bottom: 20px;
    }
    .vkt-contnet__news-navigation a {
        color: #1e3443;
        font-size: 14px;
    }
     .vkt-contnet__news-navigation i {
          position: relative;
          font-size: 28px;
          top: 5px;
     }
     .vkt-content__news-date {
        margin-bottom:20px;
        font-size:16px;
        font-family: OpenSansBold;
        color: #3179b4;
     }
     .vkt-content__news-title {
        font-size: 20px;
        color: #1e3443;
        font-family: OpenSansBold;
        margin-top:20px;
        margin-bottom:20px;
     }
     .vkt-content__news-text {
     }
     .vkt-content__profile-ava {
        /*display:none;*/
        width: 250px;
        height: 250px;
        background:url('https://vktarget.ru/img/profile.png');
     }
     .vkt-content__profile-ava {
        margin-right: 40px;
     }
     .vkt-content__profile-info p {
        display: block;
          overflow: hidden;
          width: 615px;
          overflow-wrap: break-word;
          text-overflow: ellipsis;
          word-wrap: break-word;
          white-space: nowrap;
     }

     .vkt-content__profile-info-header {
          font-family: OpenSansBold;
          font-size: 30px;
          margin-bottom:0px;
     }
      .vkt-content__profile-info-header .change_info_button {
          font-size: 17px;
          padding: 10px;
     }
     
     .vkt-content__profile-ava-ref {
        width: 80px;
        height: 80px;
        background:url('https://vktarget.ru/img/profile.png');
        background-size: cover;
     }
     .vkt-content__profile-referals {
        margin-left: -30px;
        padding-left: 20px;
          padding-top: 20px;
          padding-bottom: 20px;
          width: 950px;
          border-bottom: 1px solid rgb(170, 195, 207);
     }
     .vkt-content__profile-referals-common {
         margin-left: -30px;
          margin-top: 30px;
          font-family: OpenSans;
            text-align: center;
            font-weight: bold;
          padding-left: 20px;
          width: 950px;
          border-top: 1px solid rgb(170, 195, 207);;
          border-bottom: 1px solid rgb(170, 195, 207);
     }
     .vkt-content__profile-info-header-ref {
        font-family: OpenSansBold;
        font-size: 16px;
        margin-top: 0px;
     }
     .vkt-content__profile-info-ref {
        margin-left: 30px;
          width: 700px;
         
          /* float: left; */
     }
     .vkt-content__profile-info-ref a {
         overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;

     }
     .vkt-content__camps-type {
        width: 215px;
        cursor: pointer;
     }
     .vkt-content__camps-type select {
        position: relative;
        width: 200px;
        height: 35px;
        padding: 5px 15px;
        padding-top: 6px;
        border: 1px solid #88b1d3;
        color: #8DA6B5;
        box-shadow: none;
        box-sizing: border-box;
        font-size: 12px;
        padding-right: 25px;
        border-radius: 5px;
        outline: 0;
        cursor: pointer;
        background-color: white;
        background-image: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .vkt-content__camps-type select:focus {
        outline: none;
    }
    .vkt-content__list-error {
      margin-top: 20px;
      border-radius: 5px;
      background-color: #ffe2e2;
      border: 1px solid #f37373;
      color: #ab3b3b;
      width: 913px  !important;
      padding: 8px 20px;
    }
    .vkt-content__profile-error {
      margin: 20px 0px;
      border-radius: 5px;
      background-color: #ffe2e2;
      border: 1px solid #f37373;
      color: #ab3b3b;
      width: 852px  !important;
      padding: 8px 20px;
    }

#test_case_chose {
    margin:20px;
}
#test_case_creation_min {
    width:100px;
    border-radius: 5px;
}
#test_case_creation_max {
    width:100px;
    border-radius: 5px;
}
#test_case_button {
    height: 40px;
    width: 240px;
    cursor: pointer;
    border-radius: 5px;
    background-color: #1ba8e6;
    text-align: center;
    line-height: 40px;
    color: white;
    margin: 20px 20px 0px auto;
    float:right;

}

#test_cases {
    width: 700px;
    margin:20px auto;
    box-sizing:border-box;
}
}
#test_case_table {
    border:2px solid black;
    text-align: left;
    line-height: 30px;
    margin-bottom:10px;
    box-sizing:border-box;
}
.test_case_table_cell {
    border:1px solid black;
    padding:12px;
}
.test_case_number {
    width:100%;
    text-align: center;
    font-size: 24px;
    box-sizing:border-box;
}
.test_case_number {
    width:100%;

    box-sizing:border-box;
}
.test_case_url {
    width:70%;
    box-sizing:border-box;
}
.test_case_type {
    width:15%;
    box-sizing:border-box;
}
.test_case_network {
    width:15%;
    box-sizing:border-box;
}
.test_case_cities {
    width:60%;
    box-sizing:border-box;

}
.test_case_description {
    width:100%;
    box-sizing:border-box;

}
.test_case_nearest_town {
    width:40%;
    box-sizing:border-box;
}
.test_case_age_limits {
    width:30%;
    box-sizing:border-box;
}
.test_case_sex {
    width:30%;
    box-sizing:border-box;
}
.test_case_friends_amount {
    width:40%;
    box-sizing:border-box;
}
.test_case_limit_per_day {
    width:40%;
    box-sizing:border-box;
}
.test_case_total_limit {
    width:30%;
    box-sizing:border-box;
}
.test_case_day_time {
    width:30%;
    box-sizing:border-box;
}
.test_case_result {
width:50%;
box-sizing:border-box;
}
.test_case_is_created {
width:50%;
box-sizing:border-box;
}
.multitasks_instruction_table {
    width:500px;
}
.multitasks_instruction_table td, .multitasks_instruction_table th {
    border:1px solid black;
}
    .vkt-popup__groups-add-content  {
        font-family: OpenSansBold;
        font-size: 14px;
        padding-top:15px;
    }
    .vkt-popup__groups-change-name {
          font-family: OpenSansBold;
          font-size: 14px;
          float: left;
          margin-left: 22px;
          width: 250px;
    }
    .clear.popup {
        position: relative;
    clear: both;
    width: 475px;
    border-bottom: 1px solid #d1dfe8;
    margin-left: -37px;
    }
.vkt-_last_withdraw {
    padding-top:20px;
    border-bottom:1px dashed;
    cursor:pointer;
}
.show_last_payment {
   display:none;
    padding-bottom:20px;
    line-height: 1.4;
}
.vkt-content__list-notificate-filter {
    width:40px;
    border-radius:14px;
    height:24px;
    background-color:#e0e0d1;
    /*transition:all 1 ease;*/
}
.vkt-content__list-notificate-filter .vkt-content__list-notificate-button {
    position: relative;
    right:0px;
    width: 4px;
    height: 4px;
    background: #ababab;
    border: 10px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0 2px 1px 0 rgba(0, 1, 1, 0.2);
    cursor: pointer;
    /*transition:all 1 ease;*/
}
.vkt-content__list-notificate-filter.active {
    background-color:#6cbc4c; 
}
.vkt-content__list-notificate-filter.active .vkt-content__list-notificate-button {
    right: -17px;
}
.vkt-content__profile-content .vkt-content__list-button {
    margin-top: 35px;
    margin-right: 0px;
}
.vkt-content__profile-content .vkt-content__list-button:hover {
    opacity: 0.9 !important;
}
.vkt-pricelist__content-description .vkt-new-order {
    margin: 0px auto !important;
  color: white;
  font-size: 14px;
  line-height: 40px;
  height: 40px;
  margin-top: 10px !important;
}
.vkt-pricelist__content-description .vkt-new-order  a {
    text-decoration: none;
}
.vkt-pricelist__menu-item .fa-google-plus {
    font-size: 14px;
    color:white;
}
.fa-google-plus-wrapper {
    display:inline-block;
    padding-left: 5px;
    padding-right: 4px;
    background-color:#dd4b39;
    border-radius: 2px;
}
.vkt-panel__help-bar
 {
  position: absolute;
  width: 140px;
  height: 30px;
  border: 2px solid #aac3cf;
  background-color: white;
  margin-left: -171px;
  border-radius: 5px;
  margin-top: -12px;
  color: #1e4869;
  font-size: 12px;
  display: none;
  line-height: 30px;
  text-align: left;
  border-right: none;
  padding-left: 15px;
  font-family: OpenSans;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  text-transform: uppercase;
}
.vkt-panel__help-bar.payments {
    margin-top: 18px;
}


.vkt-content__profile-info input {
    border:1px solid #aac3cf;
    width:170px;
    line-height:40px;
    height:30px;
    padding:5px; 
    border-radius:5px; 
    padding-left: 10px;
    font-size: 14px;
    margin-left:20px;

}
.vkt-content__profile-info input:focus {
    outline: 0;
    border: 1px solid #3cc4fc;
}
.change_info_button, .change_camp_towns {
   color: #0064b9;
   font-family: OpenSans;
   text-decoration: underline;
   cursor: pointer;
   margin-left:15px;
   margin-right:10px;
   font-size: 13px;
}
.vkt-error {
width: 560px;
border-radius: 6px;
margin-top: 24px;
padding: 10px;
border: 2px solid red;
text-align: center;
font-family: Arial;
font-size: 16px;
line-height: 22px;
color: red;
display:none;
}

.line_height_40 {
    line-height: 40px;
    height:40px;
}
#change_task_name_input {
    border:1px solid #aac3cf;
    width:170px;
    /*line-height:40px;*/
    /*height:30px;*/
    /*padding:5px; */
    border-radius:5px; 
    padding-left: 10px;
    font-size: 14px;
    margin-left:12px;

}
#change_task_name_input:focus {
    outline: 0;
    border: 1px solid #3cc4fc;
}
.vkt-landings__rfi {
    background: url('/landings/expo/img/rfi-logo.jpg');
    width: 312px;
    height: 73px;
    float: right;
}
.vkt-landings__logo {
    margin-top: 34px;
}
.vkt-landings__vkt {
    background: url('/landings/expo/img/vkt-logo.jpg');
    width: 317px;
    height: 90px;
    display: block;
    float: left;
    margin-bottom :40px;
}
.vkt-landings__content-wrap {
     background: url('/landings/expo/img/bg.png') repeat;
  width: 100%;
  height: 994px;
  background-color: white;
  opacity: 0.08;
  position: absolute;
}
.vkt-landings .vkt-head {
    height: auto;
    margin-top: 34px;
} 
.vkt-landings__wrap {
    width: 100%;
    height: 100px;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.13) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0.13)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.13) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.13) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.13) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0.13) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );

}
.vkt-landings__content {
      position: relative;
    width: 970px;
    border: 1px solid #dce6ec;
      box-shadow: 0px 6px 13px -4px rgba(77, 124, 155, 0.35);
    margin: 0 auto;
      background-color: white;
}
.vkt-landings__content-tab {
    width: 485px;
    border-bottom: 2px solid #a5c1d4;
    float: left;
    text-align: center;
    font-family: OpenSans;
    font-size: 24px;
    color: #1d4666;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
}
.vkt-landings__content-tab.active {
    font-family: OpenSansBold;
    border-bottom: 6px solid #079cf2;
    color: #1d4666;
    height: 56px;
}
.vkt-landings__content-desc , .vkt-landings__content-form, .vkt-landings__content-charge {
    width: 485px;
  float: left;
  padding-left: 40px;
  padding-top: 20px;
  box-sizing: border-box;
}
.vkt-landings__content-charge {
    width: auto;
}
.vkt-landings__content-form-name b, .vkt-landings__content-charge b {
    margin-top: 20px;
    margin-bottom: 10px;
    display: block;
    font-size: 14px;
    font-family: OpenSansBold;
    color: #363636;
}
.vkt-landings__content-charge b {
    margin-top: 50px;
}
.vkt-landings__content-form-name input:focus {
    border: 1px solid #3cc4fc;
}
.vkt-landings__content-form-name input {
    width: 402px;
    border: 1px solid #aac3cf;
    border-radius: 5px;
    outline: 0;
    height: 40px;
    box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.12);
    padding-left: 20px;
    line-height: 40px;
    background: rgba(249,253,255,1);
    background: -moz-linear-gradient(top, rgba(249,253,255,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(249,253,255,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(249,253,255,1) 0%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(249,253,255,1) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(249,253,255,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(249,253,255,1) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fdff', endColorstr='#ffffff', GradientType=0 );
}
.vkt-landings__content-form-name textarea {
    width: 402px;
      box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.12);
    border: 1px solid #aac3cf;
    border-radius: 5px;
    outline: 0;
    height: 187px;
    padding-left: 20px;
    line-height: 40px;
    background: rgba(249,253,255,1);
    background: -moz-linear-gradient(top, rgba(249,253,255,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(249,253,255,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(249,253,255,1) 0%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(249,253,255,1) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(249,253,255,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(249,253,255,1) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fdff', endColorstr='#ffffff', GradientType=0 );
}
.vkt-landings__content-form-name input.half {
    width: 180px;
    float: left;
    height: 61px;
    font-size: 30px;
    color: #363636;
    font-family: OpenSansBold;
}
.vkt-landings__price {
    width: 193px;
    height: 63px;
    font-size: 18px;
    font-family: OpenSans;
    font-weight: bold;
    text-align: center;
    line-height: 63px;
    background-color: #0b99eb;
    float: left;
    margin-left: 29px;
    border-radius: 5px;
    color: white;
}
.vkt-landings__content .vkt-popup__charge-type {
    margin-top:0px;
    font-family: OpenSans;
    font-size: 15px;
    width: 240px;
}
.vkt-landings__content-buy {
      width: 175px;
  height: 60px;
  font-size: 18px;
  font-family: OpenSansBold;
  line-height: 60px;
  padding: 0px;
  margin-top: 70px;
  margin-bottom: 65px;

}
.vkt-landings__content-desc-block {
    width: 394px;
    height: 230px;
    border: 1px solid #a8c3da;
    border-radius: 5px;
    padding: 25px;
    box-sizing: border-box;
    font-family: OpenSans;
    font-size: 16px;
    color: #47789f;
}
.vkt-landings #footer {
    background-color: #317eb9;
    margin-top: 80px;
    color: white;
    position: absolute;
}
.vkt-landings .vkt-footer__logo {
    background: url('/landings/expo/img/footer-logo.png');
    width: 53px;
    height: 57px;
}
.vkt-landings .vkt-footer__name {
    font-family: OpenSans;
    font-size: 30px;
    margin-top: 0px;
}
.vkt-landings .vkt-landings__like {
    position: absolute;
  margin-left: 156px;
  font-size: 26px;
  margin-top: 21px;
  color: #47789f;
}
.vkt-landings .vkt-footer__copyright {
    font-style: normal;
    font-size: 12px;
    color: white;
}
.vkt-landings__footer-link {
      color: white;
  font-size: 14px;
  float: right;
  font-family: OpenSans;
  margin-top: 15px;
}
.vkt-landings__footer-link a {
    color: white;
}
.vkt-landings .vkt-loader-loader {
    position: relative;
    top: 0px;
    margin-top: 70px;
  margin-bottom: 65px;
}
.vkt-landings .error {
    margin: 0 auto;
    width: 600px;
    margin-top: 40px;
    margin-bottom: -40px;
    display: none;
}
#change_name_profile_error .fa-info-circle {
    position: absolute;
    margin-top: 22px;
    font-size: 20px;
    line-height: 18px;
    color: #f37373;
    margin-right: 20px;
    margin-left: 14px;
}
#change_name_profile_error .error {
    padding-left: 35px;
    margin-left: 0px;
    width:200px;
    border: 1px solid #f37373;
    margin-top:10px;
}
#set_notify_email_error .fa-info-circle  {
    position: absolute;
    margin-top: 22px;
    font-size: 20px;
    line-height: 18px;
    color: #f37373;
    margin-right: 20px;
    margin-left: 14px;
}
#set_notify_email_error .error {
    padding-left: 35px;
    margin-left: 0px;
    width:313px;
    border: 1px solid #f37373;
    margin-bottom:10px;
    margin-top: 10px;
}
#change_password_error .fa-info-circle  {
    position: absolute;
    margin-top: 12px;
    font-size: 20px;
    line-height: 18px;
    color: #f37373;
    margin-right: 20px;
    margin-left: 14px;
}
#change_password_error .error {
    padding-left: 35px;
    margin-left: 0px;
    width:320px;
    border: 1px solid #f37373;
    border-radius: 5px;
    margin-bottom:10px;
}
.profile.success {
    width:225px;
    border-radius: 5px;
}
.vkt-daily__stats h2 {
    font-family: OpenSans;
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
}
.vkt_content__camps-regdomain {
    display:none;
    margin-top:20px;
}
.vkt_content__camps-regdomain input {
    width: 50px
    ;
    height: 30px;
    padding: 0px 15px;
    box-sizing: border-box;
    border-radius: 5px;
    color: black;
    font-family: Arial;
    font-size: 12px;
    outline: 0;
    border: 1px solid #aac3cf;
}
.check_domain {
    height: 30px;
    width: 150px;
    margin-left:20px;
    cursor: pointer;
    border-radius: 5px;
    background-color: #1ba8e6;
    text-align: center;
    line-height: 30px;
    color: white;
}
.vkt-content__creation-check-domain-success {
    display:none;
    line-height: 36px;
    font-family: OpenSansBold;
    color: #5da401;
    font-size: 16px;
}
.task-details-vkt-cities {
    width:468px;
    display:none;
}
#change_task_cities_input {
    border: 1px solid #aac3cf;
    width: 300px;
    border-radius: 5px;
    padding-left: 10px;
    font-size: 14px;
    margin-left: 12px;
    outline: 0;
    padding: 6px;
    margin: 20px 0px 4px;
    float: none !important;
}
.vkt-content__creation-check-domain-false {
    display:none;
    line-height: 36px;
    font-family: OpenSansBold;
    color: #fb3636;
    font-size: 16px;
}

.vkt-referals_sorttype {
    color: #0064b9;
    cursor: pointer;
    border-bottom: 1px dashed;
} 
.no-list {
    
}
.vkt-content__camp-status .red {
    font-size: 22px;
}
.red {
    color: red;
}
.font-22 {
    font-size: 22px;
}
.font-15 {
    font-size: 15px;
}
.vkt-popup__task-details-edit-block a {
    word-wrap: break-word;
}
.vkt-popup__domain_details {
    margin-bottom: 100px;
}
.vkt-popup__domain-details-success {
    color: #6cbc4c;
    text-align: center;
    font-size: 16px;
    margin: 10px;
}
.vkt-popup__domain-details-error {
    color: red;
    text-align: center;
    font-size: 16px;
    margin: 10px;
}
.vkt-popup__domain-details-new {
      margin-top: 100px;
}
.vkt-popup__domain-details-new input {
    width: 310px;
}
.vkt-content__tools-multitasks {
    text-align: center;
    margin-top: 20px;
}
label.vkt-mult__uploadbutton {
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05); 
    width:310px;
    height: 50px;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
}

label.vkt-mult__uploadbutton input {
    display: none;   
    padding: 10px;
    float: left;
    padding-left: 0px;
    text-align: left;
}

.vkt-content__multitasks-content {
    {
    background-color: white;
    position: relative;
    float: none;
    font-family: OpenSans;
    padding-bottom: 35px;
    padding-top: 24px;
    min-height: 500px;
    }
}

label.vkt-mult__uploadbutton .button {
    width: 110px;
    text-align: center;
/*    background: #7300df;
    transition: background 0.2s;
    border: 1px solid rgba(0,0,0,0.1);
    color: #fff;*/
    display: inline-block;
}

label.vkt-mult__uploadbutton .input {
    width: 295px;
    display: inline-block;
    text-align: left;
}
.vkt-content__camp-graph.multitasks {
    width: 200px;
/*    height: 10px;
    border: 1px solid #6cbc4c;
    border-radius: 5px;*/
}
.vkt-popup__multitasks_file_handler {
    text-align: left;
    display: none;
}
.vkt-button__blue.upload_mult_tasks {
    margin: auto;
    margin-top: 25px !important;
    margin-bottom: 15px;
/*    display: none; */
}
.error.multitasks {
    display: none;
    border:1px solid red;
    margin:auto;
    padding:15px;
}
.vkt-content__tools-multitasks input {
      width: 300px;
    display: inline-block;
    padding: 0px;
    margin: 0px;
    height: 27px;
    /* display: block; */
    box-sizing: border-box;
    padding-left: 10px;
    border-radius: 5px;
    outline: 0;
    line-height: 27px;
    margin: 5px 0px 5px 0px;
    border: 1px solid #aac3cf;
    box-shadow: inset 0px 0px 11px #eaeef0;
}
.vkt-content__tools-add-redirect {
    margin-top: 20px;
    margin-left: 29px;
}
.vkt-content__tools-add-redirect input {
      width: 500px;
    display: inline-block;
    padding: 0px;
    margin: 0px;
    height: 27px;
    /* display: block; */
    box-sizing: border-box;
    padding-left: 10px;
    border-radius: 5px;
    outline: 0;
    line-height: 27px;
    margin: 5px 0px 5px 0px;
    border: 1px solid #aac3cf;
    box-shadow: inset 0px 0px 11px #eaeef0;
}
.inline {
    display: inline-block;
}
.map-canvas {
    display: none;
   width: 973px;
    height: 400px;
    margin-left: -61px;
    margin-top: 25px;
    border-top: 1px solid rgba(48, 147, 181, 0.84);
    border-bottom: 1px solid rgba(48, 147, 181, 0.84);
}
.graph-cities {
    display: none;
   width: 973px;
    height: 400px;
    margin-left: -61px;
    margin-top: 25px;
}
.graph-phrases {
    display: none;
   width: 973px;
    height: 400px;
    margin-left: -30px;
    margin-top: 25px;
}
.vkt-popup__messages-header {
    font-family: OpenSansBold;
    font-size: 18px;
    vertical-align: super;
}
.vkt-i-messages {
    width: 30px;
    height: 20px;
    display: inline-block;
    background: url('/img/messages-2.jpg');
}
.vkt-popup__messages hr {
   height: 1px;
   border: 0px;
   background-color:#b0cfe1;
}
.fa.fa-close.vkt-icon__close-messages {
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: block;
    float: right;
    border-radius: 30px;
    font-size: 15px;
    line-height: 30px;
    color: white;
    background-color: #538fd2;
    text-align: center;
    transition: all 0.3s ease;
}
.vkt-popup__messages-contacts {
    width: 340px;
    background-color: #eaf5fd;
    height: 520px;
    padding-top: 5px;
    overflow: scroll;
}
.vkt-popup__messages-user {
    width: 100%;
    height: 42px;
    padding-left: 25px;
    padding-right: 20px;
    line-height: 42px;
    font-size: 14px;
    box-sizing: border-box;
    cursor: pointer;
}
.vkt-popup__messages-user:hover, .vkt-popup__messages-user.active {
    background-color: #bfd4ea;
    font-family: OpenSansBold;

}
 .vkt-popup__messages-user.active:after {
    content: "\f105";
    font: normal normal normal 20px/1 FontAwesome;
    font-weight: bold;
    position: relative;
    top: 11px;
    float: right;
}
.vkt-popup__messages-chat {
    width: 610px;
    float: left;
    box-sizing: border-box;
}
.vkt-popup_messages-container {
    height: 380px;
    overflow: scroll;
}
.vkt-popup_messages-container::-webkit-scrollbar {
    background-color: white;
    width: 7px;
}
.vkt-popup_messages-container::-webkit-scrollbar-thumb {
    background-color: #538fd2;
    border-radius: 7px;
}

.vkt-popup__messages-contacts::-webkit-scrollbar {
    background-color: white;
    width: 7px;
    height: 0px;
}
.vkt-popup__messages-contacts::-webkit-scrollbar-thumb {
    background-color: #538fd2;
    border-radius: 7px;
}

.vkt-popup__messages-message-name {
    font-size: 14px;
    font-family: OpenSansBold;
}
.vkt-popup__messages-message-name-postfix {
    font-size: 14px;
    color: #e3e3e2;
    display: none;
    font-family: OpenSansBold;
}
.vkt-popup__messages-message-date {
    color:#538fd2;
    font-size: 12px;
    font-family: OpenSans;
}
.vkt-popup__messages-message {
    padding-top: 20px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eaf5fd;
}

.vkt-popup__messages-white {
    height: 10px;
    width: 520px;
    top:426px;
    position: absolute;
    background: rgba(255,255,255,0);
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );height: 10px;
}
.vkt-popup__messages-send {
    margin-top: 15px;
    font-size: 14px;
    font-family: OpenSansBold;
    padding-left: 25px;
}
.vkt-popup__messages-send textarea {
    border: 1px solid #aac3cf;
    border-radius: 5px;
    padding-left: 15px;
    padding-top: 15px;
    padding-right: 56px;
    height: 80px;
    margin-top: 10px;
    outline: 0;
    width: 100%;
    box-sizing: border-box;
    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.07);
}
.vkt-popup__messages-send textarea:focus {
    border: 1px solid #3cc4fc;
}
.send-message {
    position: relative;
    margin-top: -79px;
    width: 50px;
    height: 70px;
    float: right;
    margin-right: 5px;
    outline: 0;
    border: 1px solid #196dbc;
    vertical-align: middle;
    line-height: 70px;
}
.vkt-popup__messages-unread {
    color: #f8a40b;
    float: right;
}
.refovod {
    position: absolute;
    color: white;
    margin-left: -167px;
    text-transform: uppercase;
    display: none;
}
.vkt-popup__messages-unread:before {
    content: "\f069";
    font: normal normal normal 13px/1 FontAwesome;
    font-weight: bold;
    position: relative;
    margin-right: 10px;
}
.vkt-popup__messages-name {
    display: inline-block;
        max-width: 200px;
    vertical-align: middle;
    overflow: ;
    text-overflow: ellipsis;
    white-space: pre;
    overflow: hidden;
}
.withdraw_success {
    padding: 10px;
    border: 1px solid #4CAF4C;
    color: green;
    margin-top: 10px;
}
.withdraw_error {
    padding: 10px;
    border: 1px solid red;
    color: red;
    margin-top: 10px;
}
.vkt-block-header {
        height: 84px;
        width: 100%;
        position: relative;
        background-color: #f8fcff;
        border-top: 1px solid #deeefa;
        border-bottom: 1px solid #deeefa;
        line-height: 84px;
        font-family: OpenSans;
        color: #10334e;
    }
    .vkt-block-center {
        width: 972px;
        margin: 0 auto;
    }
    .vkt-block-header h2 {
        font-size: 24px;
        display: inline;
    }
    .vkt-block-header__item {
        font-size: 14px;
        margin-left: 30px;
        cursor: pointer;
    }
    .vkt-block-header__item.active {
        padding-bottom: 3px;
        border-bottom: 2px solid #418adf;
    }
    .vkt-block-partners,.vkt-block-tools, .vkt-block-tools-domains {
        font-family: OpenSans;
        color: #1e4869;
        background-color: white;
        padding-top: 55px;
        font-size: 14px;
        padding-bottom: 55px;
    }
    .vkt-block-tools-domains {
        padding-top: 0px;
    }
    .vkt-block-partners h3 {
        font-family: OpenSansBold;
        font-size: 18px;

    }
    .logo-white {
        width:236px;
        height: 99px;
        background: url('https://api.vktarget.ru/storage/logo-white.png');
    }
    .logo-dark {
        width:239px;
        height: 99px;
        background: url('https://api.vktarget.ru/storage/logo-dark.png');
    }
    .vkt-block-partners__logo {
        margin-left: 66px;
        font-size: 14px;
    }
    .vkt-block-partners__logo-download {
        text-decoration:underline;text-align:center;margin-top:10px;display:block;cursor:pointer;
        color: #1e4869;
    }
    .vkt-block-partners__user_banners {
        padding-top: 60px;
    }
    .vkt-block-partners__user_banners textarea {
        width: 421px;
        padding: 16px;
        border: 1px solid #aac3cf;
        border-radius: 5px;
        display: block;
        outline: 0;
        font-size: 12px;
        font-family: OpenSans;
        color: #1e4869;
        margin-top: 16px;
        margin-bottom: 30px;
        height: 70px;
    }
    .vkt-block-partners__user_banners  a{
        margin-top: 16px;
        margin-bottom: 30px;
    }
    .redirect-icon {
        background: url('https://vktarget.ru/img/redirect.png');
        width: 31px;
        height: 16px;
        display: inline-block;
        margin-right: 15px;
    }
    .analyse-icon {
        background: url('https://vktarget.ru/img/analyse.png');
        width: 28px;
        height: 16px;
        display: inline-block;
        margin-right: 15px;
    }
    .vkt-block-tools__menu-item {
        font-size: 12px;
        color:#5d7692;
        width: 380px;
        margin-right: 44px;
        margin-bottom:44px;
    }
    .vkt-block-header a {
        font-size: 14px;
        color:#10334e;
        text-decoration: underline;
        display:block;
    }
    .vkt-block-tools__menu-item a {
        color: #10334e;
        font-size: 18px;
        display: inline-block;
        margin: 0;
        text-decoration: none;
        vertical-align: text-bottom;
    }
    .vkt-block-tools__menu-item p {
        margin-left: 48px;
        line-height: 18px;
    }


    .vkt-block-tools__domain {
    width: 100%;
    border: 1px solid #d9ebf9;
    margin-top: 25px;
}
.vkt-block-tools__domain-header {
    width: 100%;
    height: 90px;
    background-color: #f8fcff;
    padding-top: 25px;
    padding-left: 30px;
    padding-right: 35px;
    box-sizing:border-box;
}
.vkt-block-tools__domain-header-name {
    font-family: OpenSansBold;
    font-size: 18px;
    color: #1a1a1a;
}
.vkt-block-tools__domain-error {
    margin-top: 10px;
    height: 40px;
    box-shadow: none !important;
    border: 1px solid indianred !important;
    display: none;
}
.vkt-block-tools__domain-header-status {
    margin-left: 10px;
    height: 23px;
    line-height: 23px;
    padding: 2px 15px;
    font-family: OpenSansBold;
    font-size: 12px;
    color: white;
    border-radius: 23px;
    background-color: #52bf02;
}
.vkt-block-tools__domain-header-status.active {
    background-color: #52bf02;
}
.vkt-block-tools__domain-header-status.stoped {
    background-color: #9c9c9c;
}
.vkt-block-tools__domain-header-status.onreg {
    background-color: #e1af00;
}
.vkt-block-tools__domain-header-date {
    margin-left: 20px;
    font-size: 12px;
    color:#7692a9;
}
.vkt-block-tools__domain-header-date-up {
    text-decoration: underline;
    cursor: pointer;
    color: #6b8193;
    margin-left: 10px;
}
.vkt-block-tools__domain-header-stop {
    font-size: 12px;
    font-family: OpenSans;
    color: #0c2132;
    text-decoration: underline;
    cursor: pointer;
}
.vkt-block-tools__domain-stat {
    font-size: 14px;
    color: #191919;
    text-decoration: underline;
    cursor: pointer;
}
.vkt-block-tools__domain-redirect {
    width: 911px;
    margin: 0 auto;
    background-color: white;
    padding-top: 22px;
    padding-bottom: 22px;
    box-sizing:border-box;
     font-size: 14px;
    color: #191919;
}
.redirect-arrow {
    background: url('https://vktarget.ru/img/redirect-arrow.png');
    width: 25px;
    height: 38px;
    margin-right: 12px;
    display: block;
}
 .vkt-block-tools__domain-redirect-text {
    line-height: 28px;
    top: -9px;
    position: relative;
 }
.vkt-block-tools__domain-redirect-text span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 630px;
    display: block;
}
 .vkt-block-tools__domain-redirect-numbers {
    line-height: 20px;
    font-size: 12px;
    width: 96px;
 }
 .vkt-block-tools__domain-redirect-edit {
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
    color: #4c91e1;
    line-height: 54px;
    margin-right: 36px;
}
 .vkt-block-tools__domain-redirect-edit-sep {
    height: 63px;
    width: 1px;
    background-color: #d9ebf9;
    margin-right: 22px;
 }
 .vkt-block-tools__domain-redirect-sep {
    width: 880px;
    height: 1px;
    background-color: #d9ebf9;
    margin: 0 auto;
 }
  .vkt-block-tools__domain-redirect-add {
    width: 880px;
    margin: 0 auto;
    background-color: white;
    padding-top: 12px;
    padding-bottom: 22px;
    box-sizing: border-box;
    font-size: 14px;
    margin-bottom: 15px;
    color: #191919;
  }
  .vkt-block-tools__domain-redirect-add input {
    height: 37px;
    border-radius: 5px;
    line-height: 37px;
    border: 1px solid #aac3cf;
    outline: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.28);
    font-size: 14px;
    box-sizing: border-box;
  }
  .vkt-block-tools_domain-redirect-remove {
    float: right;
    cursor: pointer;
    margin-top: -23px;
  }
  .vkt-popup__domains-stat-url {
    color:#363636;
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
    font-family: OpenSansBold;
  }
  .vkt-block-tools_domain-redirect-remove  i
  {
    color: #629ee5;
  }
    .vkt-block-tools_domain-redirect-remove  span {
        text-decoration: underline;
    }
  .vkt-block-tools__domain-redirect-add input.redirect {
    width: 310px;
    color: #75a5e6;
  }
  .vkt-popup__domains-stat .separator {
    height: 1px;
    width: 783px;
    background-color: #d9ebf9;
    margin-left: -36px;
    margin-top: 24px;
  }
  .vkt-block-tools__domain-redirect-add input.original {
    width: 390px;
  }
  .vkt-block-tools__domain-redirect-add span {
    line-height: 32px;
  }
  .vkt-block-tools__domain-redirect-add-arrow {
     line-height: 100px;
    color: #639fe5;
    font-size: 20px;
    margin-left: 15px;
    margin-right: 15px;

  }
  .vkt-block-tools__domain-redirect-add-button
  {
    margin-top: 31px;padding: 8px 17px;font-size: 14px;
  }
.vkt-popup__domains-stat-date {
    font-family: OpenSans;
    font-size: 14px;   
    text-decoration: underline;
    cursor: pointer;
}
.line-36 {
    line-height: 36px;
}
.vkt-popup__domains-stat-menu {
    width: 165px;
    font-family: OpenSans;
    font-size: 14px;
    display: block;
    padding-top: 25px;
    border-right: 1px solid #D9EBF9;
}
.vkt-popup__domains-stat-menu-item {
    height: 30px;
    cursor: pointer;
    text-decoration: underline;
        margin-bottom: 13px;
        width: 150px;
}
.country-percent {
}
.vkt-popup__domains-stat-menu-item.active {
    background-color: #1e9be3;
    color: white;
    font-family: OpenSansBold;
    margin-left: -11px;
    border-radius: 5px;
    line-height: 30px;
    text-decoration: none;
    text-align: center;
}
.vkt-popup__domains-stat-social {
    width: 540px;padding-left:30px;padding-top:25px;
}
.vkt-popup__domains-stat-social-name {
    height:24px;line-height:24px;width:100px;font-size:14px;font-family:OpenSans;
}
.vkt-popup__domains-stat-social-percent {
    background-color: #0593e5;height: 20px;
    padding-right: 10px;
    color: white;
    padding-left: 25px;
    line-height: 20px;
    font-family: OpenSansBold;
    font-size: 11px;
}
.width-250 {
    width: 250px;
    margin-right: 25px;
}
.vkt-picker {   
    position: absolute;
    width: 200px;
    padding: 18px;
    margin-top: 12px;
    margin-left: -79px;
    border-radius: 5px;
    background-color: white;
    border: 1px solid #cadbeb;
    display: none;
    z-index:2;
}
.vkt-picker.to {
    margin-left: 6px;
}

.vkt-picker:after, .vkt-picker:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.vkt-picker:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #FFF;
    border-width: 10px;
    margin-left: -10px;
}
.vkt-picker:before {
    border-color: rgba(202, 219, 235, 0);
    border-bottom-color: #cadbeb;
    border-width: 13px;
    margin-left: -13px;
}
.vkt-picker__number {
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    font-family: OpenSansBold;
    font-size: 14px;
    color:#193f64;
    cursor: pointer;
    display: inline-block;
    border-radius: 3px;
    border:1px solid transparent;
}
.vkt-picker__number.active {
    color: white;
    background-color: #5592d8;
}
.vkt-picker__number:hover {
    border:1px solid #b7d0ee;
}
.vkt-picker-days {
    color: #e4e9ef;
    font-size: 12px;
    font-family: OpenSans;
     width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    display: inline-block;
    border:1px solid transparent;
}
.vkt-picker-days.red {
    color: #ffcece;
}
.vkt-picker-title {
    color: #193f64;
    font-family: OpenSansBold;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
}
.vkt-picker i {
    position: absolute;
    margin-top: 3px;
    color: #76a7e0;
    font-weight: bold;
    font-size: 24px;
    cursor: pointer;
}
.vkt-picker i.fa-angle-left {
    margin-left: 6px;
}
.vkt-picker i.fa-angle-right {
    margin-left: 180px;
}
.vkt-popup__domains-stat-country-country {
    width: 100px;
    height: 5%;
    background-color: #0593e5;
    color: white;
    margin-bottom: 2px;
    text-align: center;
    padding: 10px;
}
.vkt-popup__domains-stat-country-city
{
    width:100px;
    background-color:#52c6b7;
    color: white;
    margin-bottom: 2px;
    text-align: center;
    padding: 10px;
}
.vkt-popup__domains-stat-country-name
{
    font-family: OpenSans;
    text-decoration: underline;
    font-size: 12px;
    color: #191919;
    margin-left: 15px;
    margin-top: 10px;
    cursor: pointer;
}
.vkt-popup__domains-stat-country-name-city
{
    font-family: OpenSans;
    font-size: 12px;
    color: #191919;
    margin-left: 15px;
    margin-top: 10px;
}
.vkt-popup__domains-stat-country-name i 
{
    margin-left: 10px;
    font-size: 15px;
    font-weight: bold;
    display: none;
}
.vkt-popup__domains-stat-country-name.active {
    font-family: OpenSansBold;
    text-decoration: none;
}
.vkt-popup__domains-stat-country-name.active i {
    display: inline-block;
}


.vkt-profile__refs_wrap {
    display: block;
    max-width: 900px;
    margin-bottom: 25px;
}

.vkt-profile__refs_table {
    max-width: 290px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.vkt-profile__refs_table td {
    height: 20px;
    font: 14px/24px 'PT Sans';
    color: #4a6998;
}
.vkt-profile__pass-form {
    font-size: 24px;
    line-height: 24px;
    color: #4d6c9a;
    margin-bottom: 16px;
    font-family: 'Segoe UI', sans-serif;
}
.vkt-profile__pass-title {
    margin-bottom:15px;
    margin-top:15px;
}

.vkt-profile__adv-label {
    max-width: 170px;
    font-size: 14px;
    line-height: 25px;
    color: #4a6998;
    display: inline-block;
}
.vkt-profile__adv-label.adv-label-2 {
    max-width: 220px;
}
.vkt-profile__pass-input {
    width: 262px;
    padding: 7px 13px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 24px;
    color: #4a6998;
    border-radius: 5px;
    border: 1px solid #aac3cf;
    outline: none;
    box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.07);
}
.vkt-profile__main-title {
    font-size: 24px;
    line-height: 24px;
    color: #4d6c9a;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 8px;
}
.vkt-content__profile-info input.vkt-profile__pass-input {
    margin-left:0px;
    line-height:30px;

}
.vkt-content__profile-info input.vkt-profile__name-input {
    margin-left:0px;
    line-height:40px;
    height:40px;
    box-sizing:border-box;

}
.vkt-content__profile-info input.vkt-profile__email-input {
    width:220px;
    margin-left:0px;
    line-height:40px;
    height:40px;
    box-sizing:border-box;

}
.vkt-content__profile-info input.vkt-profile__pass-input:focus {
    outline: 0;
    border: 1px solid #3cc4fc;
}
.vkt-profile__pass_submit {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 130px;
    padding-top:15px;
    margin: 10px auto 0 0;
    border: none;
    color: #FFF;
    border: 1px solid #196DBC;
    background: #37ABED;
    transition: none 0s ease 0s;
    text-decoration: none;
    font: 700 14px/10px "Open Sans";
    cursor: pointer;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
    border-radius: 5px;
    box-sizing: border-box;
}
.vkt-profile__pass_submit_error {
    margin: 0 auto;
    margin-bottom:10px;
}
.vkt-profile__pass_submit_success {
    width: 560px;
    border-radius: 6px;
    padding: 10px;
    box-sizing: border-box;
    border: 2px solid rgb(29, 199, 29);
    text-align: center;
    font-family: Arial;
    font-size: 16px;
    line-height: 22px;
    color: rgb(29, 199, 29);
    text-align: center;
    margin: 0 auto;
    margin-bottom:10px;
}
.vkt-profile__pass_submit:hover {
    background: rgba(76,180,238,1);
    background: -moz-linear-gradient(top,rgba(76,180,238,1) 0%,rgba(2,146,230,1) 100%);
    background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(76,180,238,1)),color-stop(100%,rgba(2,146,230,1)));
    background: -webkit-linear-gradient(top,rgba(76,180,238,1) 0%,rgba(2,146,230,1) 100%);
    background: -o-linear-gradient(top,rgba(76,180,238,1) 0%,rgba(2,146,230,1) 100%);
    background: -ms-linear-gradient(top,rgba(76,180,238,1) 0%,rgba(2,146,230,1) 100%);
    background: linear-gradient(to bottom,rgba(76,180,238,1) 0%,rgba(2,146,230,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cb4ee',endColorstr='#0292e6',GradientType=0 );
}
.vkt-list__complain_button.vkt-profile__pass_submit {
    height:45px;
    margin-top:20px;
    margin-left:130px;
    width:150px;
}
.vkt-list__show-hide-settings.active .vkt-list__show-button {
    display: none;
}
.vkt-list__show-hide-settings.active .vkt-list__hide-button {
    display: inline-block;
}
.vkt-list__show-hide-settings .vkt-list__hide-button {
    display: none;
}
.vkt-list__show-hide-settings .vkt-list__show-button {
    display: inline-block;
}
div.vkt-list__complain_success {
    margin-top: 20px;
    display: block;
    text-align: center;
    padding-left: 0px !important;
    margin-left: 70px;
}
.vkt-profile__refs_table td:first-child {
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.vkt-profile__refs_table td:nth-child(2):after {
    content: "\f158";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 12px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*.vkt-profile__refs_table td:last-child {
    width: 65px
}*/
.vkt-profile__ref_detail_info {
    position: absolute;
    padding:15px;
    padding-top: 40px;
    background: #ffffff;
    border: 1px solid #aac3cf;
    border-radius:5px;
    width: 280px;
    height: 90px;
    margin-top:28px;
    margin-left:-250px;
    z-index: 2;
}
.vkt-profile__ref_detail_info:after, .vkt-profile__ref_detail_info:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.vkt-profile__ref_detail_info:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 10px;
    margin-left: -10px;
}
.vkt-profile__ref_detail_info:before {
    border-color: rgba(170, 195, 207, 0);
    border-bottom-color: #aac3cf;
    border-width: 11px;
    margin-left: -11px;
}
.vkt-profile__ref_detail_info p {
    display: block;
    overflow: hidden;
    width: 278px;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: nowrap;
    margin:0px;
    margin-top: 5px;
}

.vkt-block-monitor-header__item {
    font-size: 16px;
    font-family: OpenSans;
    margin-right: 45px;
    cursor: pointer;
}
.vkt-block-monitor-header__item.active {
    padding-bottom: 8px;
    font-family: OpenSansBold;
    font-size: 16px;
    border-bottom: 3px solid #418adf;
}
.vkt-block-monitor__chart {
    min-width: 310px; width:910px; height: 400px;margin: 50px auto;
}
.vkt-camp-stat__chart {
    min-width: 310px; width:710px; height: 400px;margin: 0px auto;
}
#camp_cashback_success {
    text-align: center;
    padding:15px;
}
#camp_cashback_success input {
    width:460px;
    border-radius: 5px;
}
#camp_cashback_error {
    text-align: center;
    padding:15px;
}
#camp_cashback_error input {
    width:360px;
    border-radius: 5px;
}
.vkt-block-monitor__date {
    color: #418adf;
    font-size: 17px;
    font-family: OpenSans;
}
.vkt-block-monitor__date i {
    font-weight: bold !important;
    font-size: 21px;
    cursor: pointer;
}
.vkt-block-tools__domain-header-delete {
    font-family: OpenSans;
    font-size: 15px;
    text-decoration: underline;
    cursor: pointer;
    color: #0c2132;
}
.block {
    display: block;
}
.country-percent {
    top: -5px;
    font-size: 12px;
    position: relative;
}
.vkt-support__ticket-header  span{
   width: 16.66%;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 12px;
}
.vkt-support__ticket {
    color: white;
           background-color: rgb(30, 72, 105);
    box-sizing: border-box;
    border-radius: 5px;
    padding: 2px 10px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 10px;
    display: block;
}
.vkt-support__ticket:hover {
    background-color: rgba(17, 130, 148, 0.74);

}
.vkt-support__ticket-text {
    width: 16.66%;
    /* height: 40px; */
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    text-align: center;
    margin-bottom:10px;
}

.vkt-support__ticket-type {
    width: 31%;
    transition: all 0.3s ease;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    border: 1px solid;
    padding: 10px;
    box-sizing: border-box;
    cursor: pointer;
    margin: 1%;
}
.vkt-support__ticket-type:hover {
    color: white;
    background-color: rgba(30, 72, 105, 0.88);
}
.vkt-support__sample {
        width: 50%;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: underline;
    line-height: 26px;
}
.vkt-faq {
        width: 100%;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 26px;
}
.vkt-faq_answer {
    color: white;
           background-color: rgb(30, 72, 105);
    box-sizing: border-box;
    border-radius: 5px;
    padding: 2px 10px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 12px;
    text-indent: 20px;
    margin-top: 10px;
    display: none;
}
.vkt-support__textarea {
    width: 100%;
    height: 150px;
    border-radius: 5px;
    border: 1px solid #37ABED;
    padding: 10px;
    color: #1E4869;
    box-shadow: inset 0px 0px 6px #D5E1EA;
    color: black;
    box-sizing: border-box;
}
.vkt-support__extra-data{
    width:100%;
    height:40px;
    border-radius: 5px;
    border: 1px solid #37ABED;
    padding: 10px;
    color: #1E4869;
    box-shadow: inset 0px 0px 6px #D5E1EA;
    color: black;
    box-sizing: border-box;
}
.vkt-support__ticket-status {
    width: 33%;
    text-align: center;
    color: white;
    background-color: rgba(17, 130, 148, 0.94);
    box-sizing: border-box;
    border-radius: 5px;
    padding: 2px 10px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 10px;
    height: 40px;
    line-height: 40px;
}
.support_message {
        padding: 10px;
    border: 1px solid #DEEEFA;
    border-radius: 5px;
    margin-bottom: 10px;
    background-color: #F8FCFF;
}
.user_message {
       padding: 10px;
    border: 1px solid #AAC3CF;
    border-radius: 5px;
    margin-bottom: 10px;
}
.vkt-support__ticket-main-message {
    color: white;
    border-radius: 5px;
    padding: 10px 22px;
    box-sizing: border-box;
    margin-bottom: 30px;
    font-size: 16px;
    word-wrap: break-word;
    background-color: #1E4869;
    white-space: pre-line;
}
.faq_category:hover{
   text-decoration: underline;
   cursor: pointer; 
}
.ticket-select {
    width: 313px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-padding-end: 20px;
    -moz-padding-end: 20px;
    -webkit-padding-start: 2px;
    -moz-padding-start: 2px;
    background-color: #1E4869;
    /* font-size: 20px; */
    background-position: center right;
    background-repeat: no-repeat;
    font-size: 17px;
    text-transform: upe;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    outline: 0;
    text-transform: uppercase;
    color: white;
    /* border-radius: 20px; */
    font-weight: bold;
    cursor: pointer;
    display: block;
    margin-right: 10px;
    padding: 4px;
    height: 40px;
}
#ticket_messages img {
    max-width: 100%;
}
img[src=""] {
    display: none;
}
.loginbox {
     position: relative;
    box-shadow: 0px 0px 9px red;
    background-color: white !important;
    color: #001527 !important;
    padding: 10px 16px !important;
}
.loginbox:after, .arrow_box:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.loginbox:after {
    border-color: rgba(136, 183, 213, 0);
    border-left-color: white;
    border-width: 8px;
    margin-top: -8px;
}
.loginbox:before {
    border-color: rgba(245, 0, 0, 0);
    border-left-color: #f50000;
    border-width: 11px;
    margin-top: -11px;
}
#vktcaptcha, .vktcaptcha {
    list-style-type: none; margin: 0; padding: 0;     width: 206px;
    height: 206px;
    margin: 20px auto;
}
#vktcaptcha li, .vktcaptcha li
{
    margin: 2px 0px 0px 3px;
    float: left;
    width: 100px;
    height: 100px;
    font-size: 4em;
    text-align: center;
    cursor: pointer;
}
.vktcaptcha.mobile-vktcaptcha li {
    width:40%;
    height:auto;
}

/*[data-tabs-sup].active h3 {
    display: block;
}

[data-tabs-sup].disactive h3 {
    display: none !important;
}

[data-tabs-sup].disactive p {
    display: none !important;
}

[data-tabs-sup].active p {
    display: block;
}

[data-tabs-sup].active input {
    display: block;
}

[data-tabs-sup].disactive input {
    display: none !important;
}

h3[data-bind=title_1].disactive {
    display: none;
}

h3[data-bind=title_2].disactive {
    display: none;
}*/

[data-tabs-sup=lvl1].active h1 {
    display: none;
}
[data-tabs-sup=lvl1].disactive h1 {
    display: none;
}
[data-tabs-sup=lvl1] h1 {
    display: block;
}
[data-tabs-sup=lvl2] h2 {
    display: block;
}
[data-tabs-sup=lvl2] {
    display: none;
}
[data-tabs-sup=lvl1].active [data-tabs-sup=lvl2] {
    display: block;
}
[data-tabs-sup=lvl3] {
    display: none;
}
[data-tabs-sup=lvl2].active [data-tabs-sup=lvl3].active {
    display: block;
}
[data-tabs-sup=lvl2].active h2 {
    display:none;
}
[data-tabs-sup=lvl2].disactive h2 {
    display:none;
}
.adminka-searchbox input{
    border: 3px solid #B0CFE0;margin-top: 20px; float:left; margin-left:5%; line-height: 40px; height: 40px; width: 20%; box-sizing: border-box;
}

.adminka-search-user {
    margin-left:auto;
    margin-right:auto;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 12px;
}

.adminka-search-user span{
    width:20%;
}

.adminka-search-user p{
    width:20%;
}

.adminka-common-info span { 
    font-size:24px;
    margin-left:30px;
}

.adminka-common-info p{
    font-size:15px;
    margin-left:20px;
    display: inline-block;
}

.adminka-common-info a{
    font-size:15px;
    margin-left:20px;
    display: inline-block;
}

.adminka-common-info {
    padding-bottom:10px;
    border:4px solid #1E4869;
    margin-left:auto;
    margin-right:auto;
}

.adminka-search-rez {
    display: inline-block;
}

.vkt_adm-return-money {
    display: inline-block;
    height: 30px;
    line-height: 40px;
    width: 80px;
    margin: 0 auto 0 0;
    border: none;
    color: #FFF;
    border: 1px solid #196DBC;
    background: #37ABED;
    transition: none 0s ease 0s;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
    border-radius: 5px;
    box-sizing: border-box;
}

.adminka-search-field {
    border: 3px solid #B0CFE0;
    margin-top: 20px;
    float: left;
    line-height: 40px;
    height: 40px;
    box-sizing: border-box;
}

.adminka-checkbox[type="checkbox"]:not(:checked) + label, .adminka-checkbox[type="checkbox"]:checked + label {
    margin-top:62px;
    padding-left:40px;
    font-size:16px;
    top: -40px;
    left: 70%;
} 

.adminka-checkbox[type="checkbox"]:not(:checked) + label:before, .adminka-checkbox[type="checkbox"]:checked + label:before {
    width:35px;
    height:35px;
}

.adminka-checkbox[type="checkbox"]:not(:checked) + label:after, .adminka-checkbox[type="checkbox"]:checked + label:after {
    content: '✔';
    font-size: 30px;
}
[data-reload].no-events {
    margin-right: 40px;
    margin-top: 0px;
    float: right;
    color: grey;
    pointer-events: none;
}