@charset "utf-8";

/* Common definitions (begin) */
html, body {
    height: 100%;
}
* {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
    margin: 0;
}
body {
    font: .75em Arial,Helvetica,sans-serif;

    color:#878787;
}
img {
    border: 0;
}
a {
    color:#0698e3;
}
a:hover {
    outline:none;
    color:#18c60f;

}
input {
    font-family: Arial;
}
.g-clear {
    clear:both;
}
.g-centered {
    margin-left:auto;
    margin-right:auto;
}
.g-grey-bg-bdt {
    border-top: 1px solid #e2e3e4;
    background: #f3f4f5;
}
@font-face {
    font-family: 'PT Sans';
    src: url('/fonts/pts55f-webfont.eot');
    src: url('/fonts/pts55f-webfont.eot?#iefix') format('embedded-opentype'),
    url('/fonts/pts55f-webfont.woff') format('woff'),
    url('/fonts/pts55f-webfont.ttf') format('truetype'),
    url('/fonts/pts55f-webfont.svg#PTSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.b-top-msg-wrap {
    position: relative;

    height: 39px;

    background: #f3f3f3;
}
.b-top-msg-icon {
    position: absolute;
    top: 7px;
    left: 10px

}
.b-top-msg-text {
    font-size: 11px;

    line-height: 28px;
    padding: 7px 10px 6px 47px;

    color: #818181;
}
.b-top-msg-close {
    position: absolute;
    top: 50%;
    right: 10px;

    width: 10px;
    height: 10px;
    margin-top: -5px;

    cursor: pointer;

    background: url("/images/b-remove-icon.png") 0 0 no-repeat;
}
.g-inline-wrap {
    text-align: justify;

    text-justify: newspaper;
    zoom: 1;
}
.g-inline-wrap:after {
    filter:none;
    width: 100%;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    content: '';
    display: inline-block;
}
.g-inline {
    display: inline-block;
    vertical-align: top;
}
.g-title-with-border  {
    font-size: 24px;

    padding-bottom: 6px;

    border-bottom: 1px solid #e3e3e3;
    color: #303030;
}
.g-title-with-border__text {
    vertical-align: middle;

    line-height: 18px;
}
.g-arrow-sticker {
    font-size: 11px;

    display: inline-block;
    vertical-align: middle;

    height: 18px;
    padding-right: 12px;
    padding-left: 17px;

    line-height: 18px;

    color: #fff;
    background: #5ec523 url("../images/arrow-sticker.png") 0 0 no-repeat;
}

.blur {
    filter: blur(1px);
}

/* Common definitions (end) */

/* More global definistions (begin) */

/* Horizontal List (begin) */
.g-horz-list {
    list-style:none;
}
.g-horz-list li {
    float:left;
}
/* Horizontal List (end) */

/* Horizontal Line (begin) */
.g-horz-line {
    display:block;
    border:none;

    width:100%;
    height:1px;

    color:#e6e6e6;
    background:#e6e6e6;
}
/* Horizontal Line (end) */

/* Special Line (begin) */
.g-spec-line {
    position:relative;

    height:1px;
}
.g-spec-line hr {
    position:absolute;
    z-index:1;
    top:1px;
    left:0;
    right:auto;

    float:left;

    width:100%;
}
/* Square (begin) */
.b-square {
    position:absolute;
    z-index:2;
    top:0;

    overflow:hidden;

    width:1px;
    height:1px;

    border:1px solid #e6e6e6;
    background:#fff;
}
.b-square-left {
    left:0;
}
.b-square-right {
    right:0;
}
/* Square (end) */
/* Special Line (end) */

/* Buttons (begin) */
.g-btn {
    font-size:1.3em;
    font-weight:bold;

    position:relative;
    z-index:1;

    display:block;
    float:left;
    overflow:hidden;

    text-align: center;
    text-decoration:none;

    color:#fff;
}
.btn-l, .btn-r {
    position:absolute;
}

.btn-l {
    z-index:1;
    top:0;
    right:10px;
    bottom:0;
    left:0;

    overflow:hidden;

    height:100px;
//width: 100%;
    margin-left:-10px;

}

.btn-r {
    z-index:1;
    top:0;
    right:0;
    bottom:0;

    overflow:hidden;

    width:10px;
    height:100px;
}

.btn-c {
    position:relative;
    z-index:2;

    padding:14px 10px;
}

/* Green Button (begin) */
.g-green-btn {
    font-size: 14px;
    font-weight: bold;

    display: block;

    height: 35px;
    padding: 0;

    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius: 3px;
    -khtml-border-radius:3px;

    text-decoration: none;
    text-align: center;
    line-height: 35px;

    color: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#65d122', endColorstr='#4dc31b');
    background: #4dc31b;
    background: -webkit-linear-gradient(top, #65d122, #4dc31b);
    background: -moz-linear-gradient(top,  #65d122,  #4dc31b);
    background: -o-linear-gradient(top,  #65d122,  #4dc31b);
    background: -ms-linear-gradient(top,  #65d122,  #4dc31b);

}
.g-green-btn:hover {
    color: #fff !important;
    background: #5bee27;
    filter: none;
}
/* Green Button (end) */

/* Big Green Button (begin) */
.g-green-btn_big {
    font-size: 20px;

    height: 49px;
    line-height: 49px;

    text-shadow: 0 1px 0 #4caa1a;
}
/* Big Green Button (end) */

/* Blue Button (begin) */
.g-blue-btn {
    font-size: 20px;

    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius: 3px;
    -khtml-border-radius:3px;
    height: 49px;

    line-height: 49px;

    display: block;
    text-shadow: 0 1px 0 #0e8ab8;

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14bae6', endColorstr='#11ade3');
    background: #11ade3;
    background: -webkit-linear-gradient(top, #14bae6, #11ade3);
    background: -moz-linear-gradient(top,  #14bae6,  #11ade3);
    background: -o-linear-gradient(top,  #14bae6,  #11ade3);
    background: -ms-linear-gradient(top,  #14bae6,  #11ade3);

    color: #fff;
}
.g-blue-btn:hover {
    background: #1fcbec;
    color:#fff !important;
    filter: none;
}
.g-blue-btn .price-on-btn {
    position: absolute;
    top: 0;
    right: 0;

    height: 49px;

    background: #19bee6;
}
/* Blue Button (end) */
/* Middle Blue Button (begin) */
.g-middle-blue-btn {
    font-size: 16px;
}
/* Middle Blue Button (end) */

/* Middle 2 Blue Button (begin) */
.g-middle-blue-btn-type-2 {
    font-size: 12px;

    border-radius:2px;
    -webkit-border-radius:2px;
    -moz-border-radius: 2px;
    -khtml-border-radius:2px;

    padding: 0 18px;

    line-height: 33px;
    height: 33px;
}
/* Middle 2 Blue Button (end) */

/* Small Blue Button (begin) */
.g-small-blue-btn {
    font-size: 12px;

    border-radius:2px;
    -webkit-border-radius:2px;
    -moz-border-radius: 2px;
    -khtml-border-radius:2px;

    line-height: 27px;
    height: 27px;
}
/* Small Blue Button (end) */
/* Middle Grey Button (begin) */
.g-middle-grey-btn {
    font-size:1.6em;
    min-width:338px;
//width:338px; /* ie6 fix */
    text-shadow: 0 -1px 0 #1278AF;
}
.btn-l-middle-grey {
    right: 6px;

    margin-left: -6px;
}
.btn-r-middle-grey {
    width: 6px;
}
.btn-l-middle-grey, .btn-r-middle-grey {
    background:url("/images/middle-grey-btn.png") no-repeat ;
}
.btn-c-middle-grey {
    font-size: 18px;
    padding: 12px 0;
}
a:hover .btn-l-middle-grey, a:hover .btn-r-middle-grey {
    background-position:0 -46px;
}
.g-middle-grey-btn:hover {
    color:#fff !important;
}
/* Middle Grey Button (end) */

/* Middle Red Button (begin) */
.g-red-modification-blue-btn {
    text-shadow: 0 -1px 0 #cf5e59;
    background: #F36E68 !important;

}
/* Middle Red Button (end) */

/* Grey Button (begin) */
.g-grey-btn {
    font-size: 13px;
    font-weight: normal;
    min-width:125px;
//width: 122px; /* ie6 fix */

    cursor: pointer;

    color: #434343;
}
.b-grey-btn-l, .b-grey-btn-r {
    background:url("/images/grey-btn-bg.png") no-repeat;
}
.b-grey-btn-l {
    height: 60px;
    margin-left: -4px;
    right: 4px;
}
.b-grey-btn-r {
    height: 60px;
    width: 4px;
}
.b-grey-btn-c {
    padding:0 0;
    line-height: 31px;
}
.g-btn:hover .b-grey-btn-l, .g-btn:hover .b-grey-btn-r {
    background-position:0 -34px;
}
.g-grey-btn:hover {
}
/* Grey Button (end) */
/* Buttons (end) */
.g-uni-input {
    font-size: 14px;

    width: 99px;
    padding: 6px 10px;

    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius: 3px;
    -khtml-border-radius:3px;


    -moz-box-shadow: 0 1px 0 #fff, inset 0 1px #f6f6f6;
    -webkit-box-shadow: 0 1px 0 #fff, inset 0 1px #f6f6f6;
    box-shadow: 0 1px 0 #fff, inset 0 1px #f6f6f6;




    border: 1px solid #d5d5d5;
    background: #fff;
}
.g-input-error {
    border: 1px solid #dca2a2 !important;

    -moz-box-shadow: 0 0 0 2px #ffcfcf !important;
    -webkit-box-shadow: 0 1px 0 #fff, inset 0 1px #f6f6f6;
    box-shadow: 0 1px 0 #fff, inset 0 1px #f6f6f6;
}

/* White bg note (begin) */
.b-white-bg-note {
    width: 623px;

    text-align: center;

    border: 1px solid #e6e6e6;
    background: #fff;
}
.b-note-text {
    font-size: 11px;

    display: inline-block;
    vertical-align: middle;

    height: 18px;
    line-height: 18px;
    padding: 7px 0 7px 22px;


    background: url("/images/green-note-ico.png") 0 center no-repeat;
}
/* White bg note (end) */

/* More global definistions (end) */

/* Wrap (begin) */
.h-wrap {
    box-sizing: border-box;
    padding: 0 10px;
    position: relative;
    z-index: 3;
    min-height:100%;
    height:auto !important;
    margin:0 auto -66px auto;
}
.g-garant {
    height: 66px;
}
/* Wrap (end) */

/* Header (begin) */
.b-head, .g-centered, .b-footer {
    max-width: 1200px;
    min-width: 850px;
    width: auto;
}
.b-head {
    position:relative;
    z-index: 60;

    height: 56px;
    margin: 0 auto;
}

.b-head_middle {
    height: 88px;
}

/* Logo (begin) */
.b-logo {
    position:absolute;
    top: 6px;
    left: 0;

    width: 68px;
    height: 12px;
}

.b-logo_midle {
    top: 24px;
    left: 50%;
    margin-left: -71px;
}

/* Logo description (begin) */
.b-logo-description {
    position:absolute;
    top:74px;
    left:113px;

    color:#818080;
}
/* Logo description (end) */
/* Logo (end) */

/* Top Menu (begin) */
.b-top-menu {
    position:absolute;
    z-index: 21;
    top: 21px;
    right: 4px;
}
.b-top-menu-list  {
    float: left;
}

.b-top-menu-list li {
    position: relative;

    height: 35px;
    margin-left: 40px;
}

.b-top-menu-list .b-after-head-nav__item-active {
    background-position: center 17px;
}
.b-top-menu-list li .b-2color-hors-line {
    margin-top: 0;
}

.b-top-menu-list li a {
    font-size:1.3em;
    font-weight:bold;

    text-decoration:none;
}

.b-top-menu-list li span {
    font-size:1.3em;
    font-weight:bold;

    color: #aaaaaa;
}
/* Top Menu (end) */

/* Sub Menu (begin) */
#upper-submenu {
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    position: relative;

    border-bottom: #E6E6E6 solid 1px;
}
/* Sub Menu (end) */

/* Spec Line Head (begin) */
.b-spec-line-head {
    position:absolute;
    left: 0;
    bottom:0;
    z-index: 20;

    width:100%;
}
/* Spec Line Head (end) */
/* Header (end) */

/* Footer (begin) */
.b-footer-margin {
    height: 61px;
    border-bottom: 1px solid #c9cdcf;
}
.b-footer {
    font-family: Verdana, sans-serif;
    position: relative;
    z-index: 9;
    margin: 0 auto;
    padding: 23px 10px 0 10px;
}
.b-footer hr {
    position:absolute;
    top:0;
    left:0;
}

/* Social icons (begin) */
.b-soc-icons {
    float:left;

    width: 250px;
}

.b-soc-icons ul li{
    margin-right:3px;
}
/*  Icon (begin) */
.b-icon {
    display:block;

    width:22px;
    height:22px;
}
.b-icon:hover {
    background-position:0 -22px;
}
/*  Icon (end) */

/* Youtube (begin) */
.b-youtube {
    background:url('/images/icons/youtube.gif') no-repeat;
}
/* Youtube (end) */


/*  Facebook (begin) */
.b-facebook {
    background:url('/images/icons/facebook.gif') no-repeat;
}
/*  Facebook (end) */

/*  Twitter (begin) */
.b-twitter {
    background:url('/images/icons/twitter.gif') no-repeat;
}
/*  Twitter (end) */

.b-gplus {
    background:url('/images/icons/gplus.gif') no-repeat;
}

.b-linkedin {
    background:url('/images/icons/linkedin.gif') no-repeat;
}

/* Social icons (end) */

/* Current Lang (begin) */
.b-lang {
    float:left;

    padding-top:3px;
}
.b-current-lang {
    position:relative;

    float:left;

    padding-right:11px;

    cursor:pointer;

    background:url('/images/down_triangle.png') no-repeat right 5px;
}

/* Selected Element(begin) */
.b-selectBox {

}
.b-selectBox img {
    margin-right:6px;

    vertical-align:-1px;
}
/* Selected Element(end) */

/* Drop Down (begin) */
.b-dropDown {
    position:absolute;
    top:-10px;
    left:-10px;

    list-style:none;
    padding-bottom:5px;

    border:1px solid #e6e6e6;
    background:#fff;
}

.b-dropDown li {
    padding:5px 10px 0 10px;
}

.b-dropDown li img{
    margin-right:6px;
}

.b-dropDown li:hover {
    color:#18c60f;
}
/* Drop Down (end) */
/* Current Lang (begin) */

/* Right part footer (begin) */
.b-footer-right {
    float:right;

    padding-top:3px;
}
.whats-new {
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius: 3px;
    -khtml-border-radius:3px;
    margin-right: 10px;
    padding: 3px 5px;
    text-decoration: none;

    color: #fff;
    background: #5ec624;
}
.whats-new:hover {
    color: #000;
}

/* Privacy Terms Policy (begin) */
.b-privacy-policy {
}
.b-privacy-policy a {
    padding-right:8px;

    color:#b6b6b6;
}
.b-privacy-policy a:hover {
    color:#18c60f;
}
/* Privacy Terms Policy (end) */

/* Copyright (begin) */
.b-copyright {
    margin-left:6px;
}
/* Copyright (end) */
/* Right part footer (end) */
/* Footer (end) */

/* Common blocks (begin) */
.b-content {
    position: relative;
}
/* Common blocks (end) */

/* Pages (begin) */
.b-big-logo {
    margin: 30px auto 0 auto;
    text-align: center;


    width: 597px;

    background: url("/images/e6e6e6-point.gif") repeat-x 0 166px;
}
.b-big-logo img {
    border-right: 10px solid #fff;
    border-left: 10px solid #fff;
}
.b-deskroll-desc {
    font-size:1.8em;
    font-family:'PTSansRegular';
    font-weight:normal;

    margin:12px 0 0 0;

    text-align:center;
    line-height:1.2em;

    color: #161616;

}

.b-deskroll-video-wrap {
    margin-top: 18px;
    text-align: center;
}
.b-deskroll-video-wrap1 {
    position: relative;

    float: left;

    width: 451px;
    height: 291px;
    margin-left: 33px;
    margin-top: 18px;

}
.b-deskroll-desc1 {
    font-size:1.8em;
    font-family:'PTSansRegular';
    font-weight:normal;

    width: 300px;
    float: left;
    margin: 90px 0 0 52px;

    text-align:center;
    line-height:1.3em;

    color: #161616;
}
.b-deskroll-desc1_go-down {
    margin-top: 150px;
}

.b-deskroll-video-wrap1 .b-feature-video-block {
    display: block;
}
.b-deskroll-video-wrap1 .b-feature-video-block {
}
.b-feature-video-block__message-text {
    position: absolute;
    top: 20px;
    left: 0;

    width: 100%;

    font-size: 13px;
    text-align: center;

}
.b-deskroll-video-link {
    font-size: 14px;

    text-decoration: none;
}
.b-deskroll-video-link  img {
    vertical-align: middle;
    margin-right: 10px;
}

.b-small-horz-line {
    width:205px;
    margin: 13px auto 0 auto;
}

.b-small-horz-line hr {
    width:203px;
}
.b-double-square {
    position:relative;
    z-index:3;

    width:12px;
    height:10px;

    margin:-3px auto 0 auto;

    background:url('/images/double_square.png') no-repeat;
}

/* Verify page (begin) */

.content-wrapper {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.content-blue_button {
	display: block;
	width: 240px;
	height: 40px;	
	margin: 0 auto;
	border-radius: 4px;
	background-color: #0099e5;
	color: #fff;
	font-size: 18px;
	font-family: 'PT Sans', sans-serif;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
}
.content-blue_button:hover {
	background: #26ABEF;
	color: #fff;
}

#verify-content-wrapper {
    padding-top: 47px;
}

.divide-line {
    display: inline-block;
    height: 1px;
    background: #e6e6e6;
    width: 322px;
    margin-bottom: 16px;
}

#verification-code-input {
    border-radius: 6px;
    width: 60px;
    padding: 4px 8px;
    border: 1px solid #d5d5d5;
    letter-spacing: 1px;
}

.verify-terms-attention {
    margin: 15px auto 0 auto;
    width: 315px;
}

.verify-terms-attention-img {
    width: 26px;
    height: 26px;
    background: url("/images/small-attention.png") 0 1px no-repeat;
    display: inline-block;
    margin-left: 10px;
}

.verify-terms-attention-text {
    color: #aaa;
}

#verify-button {
    width: 328px;
    height: 49px;
    line-height: 49px;
    display: inline-block;
    font-weight: bold;
    margin-top: 15px;
    cursor: pointer;
}

/* Verify page (end) */

/* Data Column (begin) */
.b-data-col {
    float:left;

    text-align:center;

    padding: 19px 0 0 0;
    height: 133px;
}
.b-data-col-left {
    width: 381px;
    padding-right: 43px;
    margin-right: 45px;
    border-right: 1px solid #e3e5e6;
}
.b-data-col-right {
    width: 380px;
}
.b-data-col .g-centered {
    width: 380px;
}
.b-data-col .g-blue-btn {
    width: 380px;
    margin-top: 12px;
}

.b-play-btn {
    display:block;

    width:53px;
    height:49px;
    margin:44px auto 0 auto;

    cursor:pointer;

    background:url('/images/play30_icon.png') no-repeat;;
}
.b-play-text {
    margin-top:12px;
}
/* Data Column (end) */

/* Vertical line (begin) */
.b-vert-line {
    float:left;

    width:1px;
    height: 210px;

    background:#e6e6e6;
}
/* Round (begin) */
.b-for-round-element {
    position:relative;
    z-index:3;

    width:5px;
    height:3px;
    margin:-2px 0 0 424px;


    background:url('/images/for_round.png') no-repeat;
}

/* Round (end) */
/* Vertical line (end) */

/* Info what deskroll support and what can do (begin) */

.b-inform-icons ul {
}

.b-inform-icons ul li {
    font-size: 12px;

    position: relative;

    width: 50%;
    margin-top: 49px;

    line-height: 14px;

}
.b-inform-icons ul li a {
    display: block;
    text-decoration: none;
    cursor: pointer;
    color: #878787;
}
.last-inform-el {
    margin-right: 0 !important;
}
.b-inform-icons ul li h2 {
    font-family: "PT Sans", Arial;
    font-size: 18px;
    font-weight: normal;

    margin-top: 20px;
    margin-bottom: 12px;
    margin-left: 73px;

    color: #212121;

}

.b-inform-icons ul li img{
    margin-bottom:8px;
}
.b-inform-icons__item {
    position: absolute;
    top: 20px;
    left: 0;

    width: 60px;
    height: 60px;

    background:  url("/images/feature-icons.png?v=2") 0 0 no-repeat;
}
.inform__text {
    width: 73%;
    padding-left: 73px;
}

.inform-easy-to-use {
}
.inform-work-in-borwsers {
    background-position: -64px 0;
}
.inform-no-bounds {
    width: 86px;

    background-position: -125px 0;
}
.inform-detailed-statistics {
    background-position: -1px -62px;
}
.inform-free-trial {
    width: 61px;

    background-position: -63px -62px;
}
.inform-perfeclty-safe {
    background-position: -137px -62px;
}

/* Info what deskroll support and what can do (end) */
/* Pages (end) */

/* Pages (begin) */
/* Login page (begin) */
.b-login-menu-wrap {
    padding-top: 47px;
    padding-left: 262px;
}
.b-login-control {
    font-size: 18px;

    float: left;

    margin-right: 40px;

    cursor: pointer;

    color: #0698e3;
}
.b-login-big-title {
    font-size: 24px;

    margin-bottom: 10px;

    color: #303030;
}
.b-login-user-type-label {
    font-size: 12px;

    color: #3b3b3b;
}
.b-login-menu-wrap .b-styled-radio-wrap .holderWrap {
    margin-right: 0 !important;
    margin-top: -1px !important;
}
.b-login-tab {
    display: none;

    width: 322px;
    min-height: 153px;
    margin: 0 auto;
}
#signin-tab {
    display: block;
}
.b-login-tab .b-billing-input-label{
}
.b-login-input {
    padding: 7px 6px;
    width: 307px;
}
.b-fixed-height {
    height: 82px;
}
.b-login-pass-wrap {
    position: relative;
}
.b-login-forgont-pass {
    font-size: 11px;
    float: left !important;

    display: block;

    padding-top: 9px;
}
.b-input-error {
    background:#ffcfcf;
}
.b-input-error input {
    border-color:#dca2a2;
}
.b-text-input-error {
    font:11px Tahoma;

    clear: both;

    margin-top:3px;

    color:#e05353;
}
.b-login-wrap-checkbox {
    line-height: 15px;
    width: 500px;
}
.b-login-wrap-checkbox .b-checkbox-label {
    padding-left: 0 !important;
    margin-left: -1px !important;
}
.b-register-blue-btn {
    margin-left: -5px;

    min-width: 328px !important;
    width: 328px;
}
.b-or-wrap {
    font-size: 14px;
    font-weight: bold;

    width: 322px;
    margin: 0 auto;

    color: #aaa;
    background: url("/images/e6e6e6-point.gif") repeat-x scroll 0 7px;
}
.b-or {
    width: 50px;
    margin: 0 auto;

    text-align: center;

    background: #fff;
}
.b-signin-with-facebok  a {
    font-size: 15px;
    font-weight: bold;

    display: block;


    width: 319px;
    height: 31px;
    margin: 19px auto 0 auto;


    line-height: 31px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 0 #3b5487;

    color: #fff;
    background: url("/images/facebook-btn-bg.png") 0 0 no-repeat;
}
.b-signin-with-facebok  a:hover {
    background-position: 0 -35px;
}
.b-terms-attention {
    font-size: 11px;

    display: none;

    width: 285px;
    height: 30px;
    margin: 30px auto 0 auto;
    padding-left: 35px;

    color: #aaa;
    background: url("/images/small-attention.png") 0 1px no-repeat;
}
/* Login page (end) */

/* Remote support (begin) */
.b-small-head {
    position: relative;
    z-index: 60;

    height: 40px;
}
.b-small-logo {
    position: relative;

    float: left;

    padding-top: 14px;

}
.b-small-logo-description {
    font-size: 11px;
    font-family: Tahoma;

    position: absolute;
    top:13px;
    left:108px;

    text-decoration: none;

    color: #818080;
}
.b-small-top-menu {
}

.b-small-top-menu {
    position: relative;
    z-index: 60;

    float: right;
}
.b-small-top-menu-list li {
    margin-left: 30px;
}
.b-small-top-menu-list li a {
    font: bold 15px Arial;

}
.b-after-head-nav-wrap {
    position: relative;
    z-index: 20;

    padding-top: 20px;
    padding-left: 0;
}
.b-after-head-nav {
    list-style: none;
}
.b-after-head-nav__item {
    position: relative;
    margin-right: 35px;
    overflow: hidden;
    height: 45px;
}
.b-after-head-nav__item_start {
    margin-top: -6px;
    margin-right: 30px;

    height: 51px;
}
.b-after-head-nav__item_start .b-after-head-nav__item-link {
    display: block;

    padding: 6px 20px;

    border-radius: 4px;

    background: #dff4d3;
}
.b-after-head-nav__item_start.b-after-head-nav__item-active .b-after-head-nav__item-link {
    color: #fff;
    background:#7e7e7e;
}
.b-after-head-nav__item-active {
    background: url("/images/nav-vert-line.png") no-repeat center 26px;
}
.b-after-head-nav__item-active .b-after-head-nav__item-link {
    color: #aaa;
}
.b-after-head-nav__item-link {
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
}
.b-2color-hors-line {
    position: absolute;
    top: 20px;
    left: 0;

    width: 100%;

    display: none;

    height: 2px;
    margin-top: 5px;

    border-top: 1px solid #e3e3e3;
    background: #f5f5f5;
}
.b-centered-vert-line {
    display: none;

    min-width: 50%;
    height: 19px;

    margin-top: 3px;

    border-right: 1px solid #e6e6e6;
}

.b-after-head-nav__item-active .b-2color-hors-line, .b-after-head-nav__item-active .b-centered-vert-line {
    display: block;
}
.b-login-nav {
    float: left;

    margin-top: 5px;
}
.b-login-nickname {
    float: left;
    margin-right: 21px;
}
.b-login-signout {
    font: bold 11px Tahoma;

    padding-left: 18px;

    background: url("/images/sign-out-icon.png") 0 4px no-repeat;
}
.b-login-nickname {
    font-size: 11px;
    font-family: Tahoma;
}

.b-cancel-account {
    display:block;
    height: 27px !important;
    margin-right: -4px;
    margin-top: -5px;
    padding: 0 12px;
    text-decoration:none;
}

.b-cancel-account span {
    display: block;

    padding-left: 14px;

    background: url("/images/red-remove-ico.png") 0 8px no-repeat;
}

/* Users Table (begin) */

.b-users-table-head {
    position: relative;
    z-index: 57;

    height: 68px;

    border: 1px solid #e6e6e6;
    background: #f7f7f7;
    font-size: 15px;
}

.b-add-computer-head {
    position: relative;
    z-index: 57;
    height: 48px;
    border: 1px solid #e6e6e6;
    background: #f7f7f7;
    font-size: 35px;
}

.b-add-computer-wrap{

    /*border: red 1px solid;*/
}
.ua-text-item{
    font-size: 16px;

    display: inline-block;
    vertical-align: top;

    /*width: 640px;*/

    line-height: 30px;
    margin-top:10px;
    color: #8e8e8e;
}

.b-fc-line {
    width: 100%;
    height: 1px;

    background: #fcfcfc;
}
.b-f9-line {
    width: 100%;
    height:  1px;

    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    background: #f9f9f9;
}
.b-last-dark-line-with-shadow {
    position: relative;
    z-index: 50;

    width: 100%;
    height: 1px;

    margin-top: -1px;
    border-bottom: 1px solid #f9f9f9;
    background: #e6e6e6;
}
.b-clients-bycompany {
    overflow: hidden;
}
.b-clients-bycompany_closed {
    height: 30px;
    border-bottom: 1px solid #fff;
}
.b-clients-companyname_have-child .b-clients-companyname {
    background: #f3f3f3 url("/images/grey-triangle-bottom.png") 10px 13px no-repeat;
}
.b-clients-bycompany_closed .b-clients-companyname {
    background: #f3f3f3 url("/images/grey-triangle-right.png") 10px 10px no-repeat;
}
.b-clients-companyname {
    font-weight: bold;
    font-size: 12px;

    height: 30px;


    text-indent: 27px;
    line-height: 30px;

    border-left: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
    background: #f3f3f3;;
}
.b-users-table-item {
    font-size: 0;
    box-sizing: border-box;
    height: 43px;

    border: 1px solid #e6e6e6;
    border-bottom: 1px solid #f4f4f4;
    border-top: 0;
    white-space: nowrap;
}
.b-user-table-item_tryit {
    background: url("/images/try_it.png") no-repeat;
}
.b-user-table-item_new {
    background: url("/images/new.png") no-repeat;
}

.b-add-user-icon {
    padding-top: 4px;
}
.b-password-wrap {
    position: relative;
    display: inline-block;
}
.b-password-wrap label {
    font-size: 11px;
    font-family: Tahoma;

    position: absolute;
    top:9px;
    top:9px;
    left: 10px;

    color: #a6a6a6;
}
.b-user-passowrd-input {
    font-size: 11px;

    width: 99px;
    padding: 0 10px;

    height: 30px;
    line-height: 30px;

    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius: 3px;
    -khtml-border-radius:3px;


    -moz-box-shadow: 0 1px 0 #fff, inset 0 1px #f6f6f6;
    -webkit-box-shadow: 0 1px 0 #fff, inset 0 1px #f6f6f6;
    box-shadow: 0 1px 0 #fff, inset 0 1px #f6f6f6;

    border: 1px solid #d5d5d5;
    background: #fff;
}

.g-btn-round-shadow {
    font-size: 13px;
    font-family: Arial;

    display: block;

    height: 31px;

    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius: 3px;
    -khtml-border-radius:3px;

    -moz-box-shadow: 0 1px 0 #eee, inset 0 1px #fff;
    -webkit-box-shadow: 0 1px 0 #eee, inset 0 1px #fff;
    box-shadow: 0 1px 0 #eee, inset 0 1px #fff;

    line-height: 27px;
    padding-bottom: 0;
    cursor: pointer;
    text-align: center;

//filter: chroma(color=#000000);

    color: #494949;
    border: 1px solid #d5d5d5;
    background: #f9f9f9;
}

.g-btn-round-shadow:hover {
    background-color: #fff;
}
.b-connect-btn {
    display: inline-block;
    width: 104px;
    margin-left: 5px;
    outline: none;
}
.b-clientlist-checkbox {
    position: absolute;
    top: 8px;
    right: 85px;
}
.b-reload-btn {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 54px;
    background: #f9f9f9 url("/images/reload-icon.png") center center no-repeat;
    outline: none;
}
.b-rs-error-wrap {

    position: relative;
    z-index: 56;

    margin-top: -1px;
    margin-bottom: -1px;

    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-top: 1px solid #edc5bf;
    background: #ffe4e0;
}
.b-rs-error-text {
    font-weight: bold;
    font-size: 10px;

    padding: 5px 0 7px 63px;


    color: #ab4128;
    border-top: 1px solid #f7ddd9;
}
.b-rs-error-close {
    position: absolute;
    top: 50%;
    right: 8px;

    width: 9px;
    height: 9px;
    margin-top: -4px;

    cursor: pointer;

    background: url("/images/red-close.png") 0 0 no-repeat;
}
.b-rs-message-wrap {
    z-index: 58;

    width: 470px;
    margin: 0 auto;

    border: 0;
    border-bottom: 1px solid #f3f2ef;
    background: #fff7cb;
}
.b-rs-message-text {
    font-size: 12px;
    font-weight: normal;

    padding: 7px 0 7px 0;

    text-align: center;
    color: #212121;
    border: 1px solid #ead96b;
}
.b-rs-message__two-messages {
    width: 500px;
}
.b-rs-message-text__left {
    width: 50%;
    display: inline-block;
    text-align: center;
}
.b-rs-message-text__right {
    width: 50%;
    display: inline-block;
}

.b-rs-message-text__delimiter {
    position: absolute;
    top: 5px;
    left: 50%;
    width: 1px ;
    height: 20px;
    text-align: center;
    margin-left: 1px;

    background: #EAD96B;
}
.b-rs-message-close, .b-rs-message-chrome-close {
    background: url("/images/yellow-close.png") 0 0 no-repeat;
}
.b-user-for-help-link {
    text-decoration: none;
}
.b-users-table-item-icon {
    display: inline-block;
    margin-top: 9px;
    margin-left: 28px;
}
.b-nick-status-wrap {
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    padding: 9px 0 0 8px;
    margin: 0;
    width: 162px;
}
.b-users-table-item-nickname {
    font-size: 12px;
    white-space: nowrap;
    line-height: 12px;

}
.b-users-table-item-nickname span {
    color: #878787;
}
.b-offline-color {
    color: #878787;
}
.b-users-table-item-status {
    font-size: 11px;

    color: #878787;
}
.machine-icon-name-wrapper {
    width: 217px;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    position: relative;
    outline: none;
}
.b-problem-desc {
    font-family: Tahoma;
    font-size: 0;
    display: inline-block;
    height: 43px;;
    overflow: hidden;
    border-left: 1px solid #fff;
    box-sizing: border-box;
    vertical-align: top;
    padding: 0;
    position: relative;
    width: calc(100% - 217px);
}
.b-small-width-problem {
    position: relative;
    overflow: hidden;
    width: 247px;
    border-left: 1px solid #e6e6e6;
}

.b-white-grad, .b-white-grad-mobile {
    position: absolute;
    margin: 0 !important;
    top: 0;
    right: 0;
    width: 30px;
    height: 43px;
    z-index:10;
    background: url("/images/gradient.png") 0 0 repeat-y;
}

.b-white-grad-mobile {
    height: 30px;
    width: 50px;
}
.b-small-width-problem table tr td span{
    white-space:nowrap;
}
.b-vert-align-table {
    position: relative;

    height: 43px;
}
.b-note-show-text, .b-note-show-text-mobile {
    display: inline-block;
    padding-left: 5px;
    box-sizing: border-box;
    width: 100%;
    height: 43px;
    font-size: 12px;
    padding-top: 7px;
    white-space: normal;
}

.b-note-show-text-mobile {
    width: 90%;
    line-height: 30px;
    word-break: break-all;
}

.b-right-item-info-controls {
    height: 43px;
    display: none;
}
.b-users-table-item-col {
    height: 43px;
    border-left: 1px solid #e6e6e6;
}
.b-user-item-controls {
    font-size: 11px;
    font-family: Tahoma;


    cursor: pointer;

    color: #0698e3;
}
.client-item {
    height: 43px;
    border-left: 1px solid #e6e6e6;
    font-size: 11px;
    font-family: Tahoma;
    cursor: pointer;
    color: #0698e3;
}
.client-item:hover{
    color: #18c60f;
}

.client-item-mobile {
    font-family: Tahoma;
    height: 43px;
    width: 250px;
    margin: 15px auto;
    padding: 15px 10px 0 28px;
    box-sizing: border-box;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    background-color: #f7f7f7;
    font-size: 12px;
    font-weight: 700;
    color: #000;
    text-align: center;
}

.b-user-item-controls:hover {
    color: #18c60f;
}
.b-ip-last-access-wrap {
    font-size: 11px;
    font-family: Tahoma;
    border-left: 1px solid #e6e6e6;
    line-height: 17px;

    padding: 5px 10px 0 10px;

    box-sizing: border-box;
    width: 140px;
    display: inline-block;
    vertical-align: top;
    height: 43px;
    white-space: nowrap;
}
.b-stats-wrap {
    padding: 15px 10px 0 28px;

    background:  url("/images/stats-icon.png") 8px 15px no-repeat;

    display: inline-block;
    width: 64px;
    box-sizing: border-box;
    vertical-align: top;
    height: 43px;
}
.b-chat-wrap {
    padding-top: 15px;
    padding-right: 10px;
    padding-left: 27px;

    background:  url("/images/chat-icon.png") 8px 16px no-repeat;

    display: inline-block;
    width: 61px;
    box-sizing: border-box;
    vertical-align: top;
    height: 43px
}
.b-edit-wrap {
    padding: 15px 10px 0 27px;

    min-width: 28px;

    border-right: 1px solid #e6e6e6;
    background:  url("/images/edit-icon.png") 8px 15px no-repeat;

    display: inline-block;
    width: 66px;
    box-sizing: border-box;
    vertical-align: top;
    height: 43px
}
.b-remove-wrap {
    display: inline-block;
    box-sizing: border-box;
    width: 32px;

    height: 56px;
    cursor: pointer;

    background:  url("/images/b-remove-icon.png") center center no-repeat;
}
.b-empty-search-text-wrap {
    font-size: 12px;

    text-align: center;

    padding: 80px 0;

    color: #aaa;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;

}
.b-list-loader {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;

    display: none;
    vertical-align: middle;

    width: 100%;
    height: 100%;
    text-align: center;
}
.b-list-loader img {
    vertical-align: middle;
}
.b-list-loader table {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 102;

    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.white-over {
    position: absolute;
    top: 0;
    left: 1px;

    z-index: 101;

    width: 100%;
    height: 100%;

    opacity: 0.8;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    background: #fff;
}
/* Users Table (end) */

/* Edit window (begin) */
.b-edit-window-wrap {
    position: fixed;
    z-index: 1000;
    top: 50%;
    left: 50%;

    display: none;

    width: 262px;
    height: 297px;
    margin-top: -149px;
    margin-left: -130px;

    border: 3px solid #fff;
    background: #ededed;
}
.b-edit-window-head {
    position: relative;
    height: 34px;
}
.b-edit-window-head-title {
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;

    overflow: hidden;

    width: 138px;
    padding-top: 11px;
    padding-left: 13px;

    color: #707070;
}
.b-edit-window-close {
    position: absolute;
    top: 14px;
    right: 12px;

    width: 10px;
    height: 11px;

    cursor: pointer;

    background: url("/images/b-remove-icon.png") 0 0 no-repeat;
}

.b-edit-input {
    box-sizing: border-box;
    font: 12px Tahoma;

    line-height: 29px;

    width: 100%;
    height: 29px;
    padding-left: 5px;
    padding-right: 5px;

    color: #878787;
    border: 1px solid #e6e6e6;
}
.b-note-label {
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;

    display: block;

    margin-top: 10px;

    color: #707070;
}
.b-edit-window-text-area {
    font-size: 11px;
    font-family: Tahoma;

    padding: 5px;
    margin-top: 6px;
    height: 74px;

    resize: none;

    line-height: 14px;
}
.b-edit-window-btns {
    height: 30px;
    padding-left: 11px;
    padding-top: 11px;
}
.b-edit-window-btn-ok {
    float: left;
    margin-right: 8px;

    width: 50px;
}
.b-edit-window-btn-cancel {
    margin-right: 8px;
    width: 70px;
}
.b-edit-window-btn-send {
    font-size: 11px;
    padding-right: 5px;
    padding-left: 5px;
}
.b-company-list-wrap {
    padding-top: 10px;
}
.b-company-list-wrap .b-select{
    width: 100%;
}
.b-company-list-wrap .b-select .selectBox-label {
    padding-left: 6px;
}
.b-company-list-wrap .b-select .selectBox-label .remove-company {
    display: none;
}
.b-add-new-company {
    margin-top: 2px;
    margin-right: 9px;
    width: 237px;
}

.b-add-new-company:hover {
}
#companyname {
    display: none;
}
.b-select-selectBox-dropdown-menu li {
    position: relative;
}
.remove-company {
    position: absolute;
    top: 7px;
    right: 10px;
    width: 10px;
    height: 12px;

    cursor: pointer;

    background: url("/images/b-remove-icon.png") no-repeat 0 0 ;
}
/* Edit window (end) */
.more-banner {
    font-size: 12px;


    padding: 7px 0;
    text-align: center;

    -moz-box-shadow:   0 -1px 3px #d8d8d8, inset 0 1px 0 #fff;
    -webkit-box-shadow: 0 -1px 3px #d8d8d8, inset 0 1px 0 #fff;
    box-shadow: 0 -1px 3px #d8d8d8, inset 0 1px 0 #fff;

    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    color: #212121;
    background: #f7f7f7;
}
.more-banner__text {
    vertical-align: middle;
}
.more-banner__unlim-icon {
    margin-right: 5px;
    vertical-align: middle;
}
.more-banner__btn {
    vertical-align: middle;
    margin-left: 5px;
}

/* Remote support (end) */

/* My Computers (begin) */
.b-add-computer-btn {
    float: left;

    line-height: 30px;

    margin: 19px 0 0 25px;
    padding: 0 21px 0 38px;

    filter: none;
    background: url("/images/plus-icon.png") 13px 10px no-repeat;
}
.b-connections-instr-link {
    font-size: 12px;
    margin-left: 10px;
    margin-top: 28px;

    text-decoration: none;
}
.b-connections-instr-wrap {
    position: absolute;
    left: 50%;
    z-index:100000;

    margin-left: -407px;

    border: 1px solid #f2f2f2;
    background: #fff;
}
.b-instr-border {
    font-size: 12px;

    width: 383px;
    padding: 14px;

    line-height: 20px;

    color: #8e8e8e;
    border: 1px solid #d5d5d5;
}
.b-instr-close {
    position: absolute;
    top: 9px;
    right: 9px;

    width: 10px;
    height: 11px;

    cursor: pointer;

    background: url("/images/b-remove-icon.png") no-repeat;
}
.b-instr-title {
    font-size: 14px;

    margin-bottom: 13px;

    line-height: 16px;
    color: #3b3b3b;
}
.ask-user-illustration {
    margin-top: 13px;
    margin-left: 4px;
}
.b-horz-list-instr {
    margin-top: 13px;
    margin-left: 3px;
    list-style: none;
}
.b-horz-list-instr-ua {
}
.b-hors-list-instr__item {
    float: left;

    text-align: center;


    width: 174px;
    margin-right: 41px;
    margin-left: 0;
    margin-bottom: 30px;
    padding-top: 190px;

    line-height: 17px;
    letter-spacing: 0;
    word-spacing: 0;

    background: url("/images/ask-user-instruction.jpg") 0 0 no-repeat;
}

.b-horz-list-instr-ua .b-hors-list-instr__item {
    background-image: url("/images/ua_inst.jpg");
}
.b-hors-list-instr__item1 {
}
.b-hors-list-instr__item2 {
    padding-top: 199px;
    background-position: -215px 0;
}
.b-hors-list-instr__item3 {
    margin-right: 0;
    background-position: -430px 0;
}
.b-instr-text-margin {
    margin-top: 8px;
}
.b-connect-instr-list {
    list-style-position: inside;
}
.b-users-table-item-empty-message {
    padding-top: 51px;
    height: 200px;

    text-align: center;
}
.b-clients-table-item-empty-message {
    height: 170px;
    padding-top: 86px;
}
.b-none-remote-added {
    font-size: 14px;
    margin-top: 4px;
}
.b-click-to-add-this-computer {
    font-size: 12px;
    margin-top: 2px;
}
.g-green-btn__computer-ico {
    vertical-align: middle;
    margin-right: 5px;
}
.b-users-table-item-computer-icon {
    display: inline-block;
    margin-top: 10px;
    margin-left: 25px;
}
.b-empty-confirm {
    font-size: 11px;

    width: 345px;
    margin: 16px auto 0 auto;
    padding: 10px 17px;

    line-height: 15px;

    text-align: left;

    color: #8e8e8e;
    background: #f7f7f7;
}

.b-green-msg-text {
    font-size: 12px;

    padding: 7px 0 7px 23px;
    vertical-align: middle;

    color: #398439;
    border-top: 1px solid #e8f4e8;
}

/* My Computers (end) */

/* Notification (begin) */
.b-notification-wrap,
.b-notification-wrap-cookie {
    position: absolute;
    z-index: 1003;
    top: 0;
    font-size: 1px;

    display: none;


    line-height: 0;

    text-align: justify;
    text-justify: newspaper;

    width: 850px;
    margin-left: -425px;
    left: 50%;

    zoom:1;

    border-bottom: 1px solid #676767;
    border-right: 1px solid #858585;
    background: #757575;
}
.b-notification-wrap:after,
.b-notification-wrap-cookie:after {
    width: 100%;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    content: '';
    display: inline-block;
}
.notif-email {
    word-break: break-word;
}
.b-notfication-color-block {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;

    width: 14px;
    height: 100%;
}
.b-color-orange {
    background: #ea5000;
    border-bottom: 1px solid #cf4600;
    border-left: 1px solid #ed6620;
}
.b-notif-text {
    font-size: 13px;
    line-height: normal;

    max-width: 430px;
    padding-top: 4px;
    padding-left: 27px;
    padding-bottom: 5px;
    padding-right: 30px;
    color: #fff;
}
.b-notification-wrap-cookie > .b-notif-text {
    padding-right: 0;
}
.b-activate,
.b-later,
.b-accept {
    width: 13%;

    margin-top: 5px;
}
.b-activate .g-grey-btn,
.b-later .g-grey-btn,
.b-accept .g-grey-btn {
    min-width: 100%;
    width: 100%;
}
.b-notification-nav-wrap {
}
.b-notif-text,
.b-activate,
.b-later,
.b-notification-nav-wrap,
.b-accept {
    display: inline-block;

    text-align: left;
    vertical-align: top;
//zoom:1;
//display: inline;
}
.b-later {
    margin-left: 5px;
}
.b-notification-nav {
    list-style: none;
}
.b-notification-nav__item {
    float: left;
    padding: 0 0;
    border-left: 1px solid #6d6d6d;
}

.b-notification-nav__item  a {
    font: bold 11px Tahoma;

    display: block;

    padding: 0 10px;

    line-height: 42px;
    height: 42px;

    text-decoration: none;
    color: #f6f6f6;
}

.b-notification-nav__item  a:hover {
    background: #8c8c8c;
}
.b-notification-wrap-cookie {
    position: fixed;
    top: auto;
    bottom: 0;
    padding: 3px 10px 3px 23px;
    box-sizing: border-box;
    font-size: 0;
}
.b-notification-wrap-cookie.g-centered > .b-notif-text {
    max-width: 700px;
    padding-left: 0;
}
.b-notification-wrap-cookie.g-centered:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.b-notification-wrap-cookie.g-centered > .b-accept {
    vertical-align: middle;
}
.b-notification-wrap-cookie.g-centered > .b-accept > div {
    padding: 0 10px;
    box-sizing: border-box;
}
@media screen and (max-width: 900px) {
    .b-notification-wrap-cookie.g-centered {
        width: 100%;
        min-width: 100%;
        left: 0;
        margin-left: 0;
    }
    .b-notification-wrap-cookie.g-centered > .b-notif-text {
        width: 80%;
        padding-right: 5px;
        box-sizing: border-box;
    }
    .b-notification-wrap-cookie.g-centered > .b-accept {
        width: 20%;
    }
}
    /* Notification (end) */

/* Begin hover for users table item  */
.b-right-item-info-controls {
    position: absolute;
    display: inline-block;
    right: 0;
    opacity: 0;
    visibility: hidden;
}
.b-users-table-item.hover > .b-right-item-info-controls {
    z-index: 11;
    opacity: 1;
    visibility: visible;
}
.b-users-table-item.hover > .b-problem-desc {
    border-left: 1px solid #e6e6e6;
}
.b-users-table-item:first-child {
    border-top: 1px solid #f4f4f4;
}
/* End hover for users table item */

/* Begin ua/rd sorts styles */
#clients-list.empty {
    height: 100px;
    border: 1px solid #e6e6e6;
    border-top-color: transparent;
    background-image: url(/images/offline-computer.png);
    background-repeat: no-repeat;
    background-position: center 20px;
}
#clients-list.empty:after {
    content: 'No remote computers found';
    display: block;
    width: 100%;
    padding-top: 53px;
    font-size: 14px;
    text-align: center;
}
#clients-list.loading {
    opacity: 0.5;
    pointer-events: none;
}
#clients-list.mobile.loading {
    position: relative;
}
#clients-list.loading:before {
    content: '';
    position: fixed;
    display: block;
    min-height: 800px;
    width: 100%;
    top: 70px;
    left: 0;
    margin: 0 auto;
    background-image: url(/images/list-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
}
#clients-list.loading.mobile:before {
    position: absolute;
    min-height: 200px;
    top: 0;
}
label[for="group-by-company"] {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    line-height: 20px;
    cursor: pointer;
}
label[for="group-by-company"]:before,
label[for="group-by-company"]:after {
    content: '';
    position: absolute;
    display: inline-block;
    height: 20px;
    width: 20px;
    top: 0;
    left: 0;
}
label[for="group-by-company"]:before {
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #d5d5d5;
    background: #f9f9f9;
}
#group-by-company + label[for="group-by-company"]:after {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGlkPSJhIiBkPSJNMCAwaDE2djE2SDB6Ii8+PC9kZWZzPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yIC0zKSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48bWFzayBpZD0iYiIgZmlsbD0iI2ZmZiI+PHVzZSB4bGluazpocmVmPSIjYSIvPjwvbWFzaz48cGF0aCBzdHJva2U9IiMwNzk4RTMiIHN0cm9rZS13aWR0aD0iMiIgbWFzaz0idXJsKCNiKSIgdHJhbnNmb3JtPSJyb3RhdGUoNDUgNy44NTcgNi4wNDIpIiBkPSJNMTAuMDc0IDEuMTI4djkuODI5SDUuNjQiLz48L2c+PC9zdmc+');
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    transition: .3s;
}
#group-by-company:checked + label[for="group-by-company"]:after {
    opacity: 1;
}
#control-panel {
    position: relative;
    height: 92px;
    width: 100%;
    padding: 20px 25px;
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
    border-bottom-color: transparent;
    border-top-color: transparent;
    font-size: 0;
    white-space: nowrap;
}
#control-panel > div {
    display: inline-block;
    width: 19%;
    height: 32px;
    max-width: 222px;
    margin-right: 10px;
    font-size: 12px;
    vertical-align: bottom;
}
#control-panel > div:last-child {
    position: relative;
    height: 32px;
}
#control-panel > div > input[type="checkbox"],
#group-by-company,
#expand-input {
    display: none;
}
#control-panel > div:last-child {
    margin-right: 0;
}
#control-panel > div > label:first-child {
    display: block;
    margin-bottom: 4px;
    line-height: 14px;
    font-size: 12px;
    color: #878787;
    text-align: left;
    cursor: pointer;
}
#name-filter {
    display: block;
    height: 32px;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    background-color: #fff;
    font-size: 14px;
}
#name-filter::-ms-clear {
    display: none;
}
.sort-slider-button {
    height: 32px;
    max-width: 222px;
    border: 1px solid #d5d5d5;
    font-size: 0;
}
.sort-slider-button,
.sort-slider-button:before,
.sort-slider-button:after {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    background-color: #fff;
    cursor: pointer;
}
.sort-slider-button:before,
.sort-slider-button:after {
    content: '';
    height: 100%;
    width: 50%;
    padding: 0 5px;
    overflow: hidden;
    font-size: 14px;
    line-height: 30px;
    color: #878787;
    white-space: nowrap;
    text-align: center;
    text-overflow: ellipsis;
    transition: background-color .3s;
}
.sort-slider-button:before {
    background-color: #0798e3;
    font-weight: 600;
    color: #fff;
}
.sort-slider-input:checked + label:after {
    background-color: #0798e3;
    font-weight: 600;
    color: #fff;
}
.sort-slider-input:checked + label:before,
sort-slider-input:checked + label.init:after,
.sort-slider-button.init:before {
    background-color: #fff;
    font-weight: 400;
    color: #878787;
}
.sort-slider-input:checked + label:hover:before,
.sort-slider-input + label:hover:after {
    background-color: #f7f7f7;
}
.sort-slider-input:checked + label:hover:after {
    background-color: #0798e3;
}
.sort-slider-input + label[for="name-sort"]:after {
    content: 'Z to A';
}
.sort-slider-input + label[for="name-sort"]:before {
    content: 'A to Z';
}
.sort-slider-input + label[for="access-sort"]:before,
.sort-slider-input + label[for="status-sort"]:before {
    content: 'No';
}
.sort-slider-input + label[for="access-sort"]:after {
    content: 'Last Access';
}
.sort-slider-input + label[for="status-sort"]:after {
    content: 'Online first';
}
#company-filter-wrapper {
    position: absolute;
    width: 100%;
    max-height: 32px;
    overflow: hidden;
    background-color: #fff;
    outline: none;
    z-index: 201;
    user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
}
#company-filter {
    position: relative;
    display: block;
    width: 100%;
    height: 32px;
    padding: 0 10px;
    box-sizing: border-box;
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    background-color: #fff;
    font-size: 14px;
    line-height: 30px;
    text-align: left;
    cursor: text;
}
#company-filter::-ms-clear {
    display: none;
}
#company-filter-wrapper > label[for="expand-input"] {
    position: absolute;
    content: '';
    display: inline-block;
    height: 30px;
    width: 20px;
    right: 10px;
    background-image: url(/images/arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    z-index: 2;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}
#expand-input:checked + #company-filter-wrapper > label[for="expand-input"] {
    transform: none;
    -webkit-transform: none;
}
#expand-input:checked + #company-filter-wrapper {
    max-height: 375px;
    transition: max-height .4s;
}
#expand-input:checked + #company-filter-wrapper > #company-filter + #lists-wrapper {
    border: 1px solid #d5d5d5;
    border-top-color: transparent;
}
#expand-input:checked + #company-filter-wrapper > #company-filter {
    border-radius: 3px 3px 0 0;
    border-bottom-color: transparent;
}
#expand-input.mobile:not(:checked) + #company-filter-wrapper {
    max-height: 32px;
}
#expand-input.mobile:not(:checked) + #company-filter-wrapper > #company-filter {
    border-bottom-color: #d5d5d5;
    border-radius: 3px;
}
#lists-wrapper {
    max-height: 340px;
    padding: 0 10px 10px 10px;
    box-sizing: border-box;
    border-radius: 0 0 3px 3px;
    overflow-x: hidden;
    overflow-y: auto;
}
#sub-list > input,
#company-list > input {
    display: none;
}
#sub-list > label,
#company-list > label {
    position: relative;
    display: block;
    width: 100%;
    height: 30px;
    padding-right: 19px;
    box-sizing: border-box;
    overflow: hidden;
    font-size: 14px;
    line-height: 30px;
    color: #000;
    text-align: left;
    text-overflow: ellipsis;
    cursor: pointer;
}
#sub-list {
    border: 1px solid #d5d5d5;
    border-left-color: transparent;
    border-right-color: transparent;
}
.list-item:checked + label:after {
    content: '';
    position: absolute;
    display: block;
    width: 13px;
    height: 30px;
    top: 0;
    right: 0;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGlkPSJhIiBkPSJNMCAwaDE2djE2SDB6Ii8+PC9kZWZzPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yIC0zKSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48bWFzayBpZD0iYiIgZmlsbD0iI2ZmZiI+PHVzZSB4bGluazpocmVmPSIjYSIvPjwvbWFzaz48cGF0aCBzdHJva2U9IiMwNzk4RTMiIHN0cm9rZS13aWR0aD0iMiIgbWFzaz0idXJsKCNiKSIgdHJhbnNmb3JtPSJyb3RhdGUoNDUgNy44NTcgNi4wNDIpIiBkPSJNMTAuMDc0IDEuMTI4djkuODI5SDUuNjQiLz48L2c+PC9zdmc+');
    background-repeat: no-repeat;
    background-position: center;
}
/* width */
#lists-wrapper::-webkit-scrollbar {
    width: 9px;
}
/* Track */
#lists-wrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
}
/* Handle */
#lists-wrapper::-webkit-scrollbar-thumb {
    background-color: #d5d5d5;
}
/* Handle on hover */
#lists-wrapper::-webkit-scrollbar-thumb:hover {
    background: #969696;
}
#lists-wrapper::-webkit-scrollbar,
#lists-wrapper::-webkit-scrollbar,
#lists-wrapper::-webkit-scrollbar-track,
#lists-wrapper::-webkit-scrollbar-thumb,
#lists-wrapper::-webkit-scrollbar-thumb:hover {
    border-left: 5px solid transparent;
    background-clip: content-box;
    box-sizing: border-box;
}
/* End ua/rd sorts styles */

/* Yes/No Modal (begin)*/
.confirm-window,.edit-window,.mobile-edit-window {
    position: fixed;
    top: 50%;
    left: 50%;
    border: 1px solid #cccccc;
    transform: translate(-50%, -50%);
    width: 220px;
    z-index: 1000;
    background-color: white;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
}

.edit-window {
    width: 280px;
}

.mobile-edit-window {
    position: static;
    width: 100%;
    text-align: left;
    transform: none;
}
.mobile-edit-window > .mobile-edit-modal-text > #nickname-text,
.mobile-edit-window > .mobile-edit-modal-text > #note-text {
    width: 100%;
}
.confirm-modal-buttons-container {
    margin-bottom: 10px;
    text-align: center;
}

.confirm-modal-text {
    padding: 25px 30px 30px;
    font-size: 14px;
    line-height: 20px;
}

#yes-button, #no-button, .inform-modal-ok-button {
    cursor: pointer;
    border-radius: 2px;
    text-align: center;
    display: inline-block;
    margin: 0 5px;
    width: 76px;
    height: 32px;
    line-height: 32px;
    font-size: 13px;
    font-weight: bold;
    user-select: none;
}

#yes-button {
    cursor: pointer;
    background-image: linear-gradient(to bottom, #65d122, #4dc31b);
    color: #fff;
}

#yes-button:hover {
    background-image: linear-gradient(to bottom, #3cbe14, #2eab10);
}

#yes-button:active {
    background-image: linear-gradient(to top, #27b20d, #1fa00a);
    box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}

#no-button, .inform-modal-ok-button {
    cursor: pointer;
    background-color: #f9f9f9;
    box-shadow: 0 1px 1px 0 #eeeeee;
    border: solid 1px #d5d5d5;
}

#no-button:hover, .inform-modal-ok-button:hover {
    background-color: #e6e6e6;
    border: solid 1px #cacaca;
}

#no-button:active, .inform-modal-ok-button:active {
    background-image: linear-gradient(to top, #e6e6e6, #d5d5d5);
    box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.3);
    border: solid 1px #bfbfbf;
}

#confirm-modal-checkbox-label {
    padding: 0 5px;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
}

#confirm-modal-checkbox-wrapper {
    padding-bottom: 25px;
    text-align: center;
}

.confirm-modal-header, .edit-modal-header, .mobile-edit-modal-header {
    color: #808080;
    font-size: 14px;
    background: #f7f7f7;
    box-shadow: 0 1px 0 0 #e6e6e6, inset 0 1px 0 0 #ffffff;
    height: 55px;
    box-sizing: border-box;
    padding: 0 13px;
    line-height: 55px;
}

.edit-modal-buttons-container, .mobile-edit-modal-buttons-container {
    margin: 10px;
    text-align: center;
}

.edit-modal-text, .mobile-edit-modal-text {
    padding: 15px 20px;
}

/* Yes/No Modal (end)*/

/* Stat (begin) */
.stat-table-head-wrap {
}
.b-float-div {
    float: left;

    padding-left: 12px;
    padding-top: 8px;
}
.b-stat-select-label {
    font-size: 12px;

    color: #818181;
}
.b-period {
    width: 200px;
    margin-top: 3px;
}

.b-period .b-select{
    width: 200px;
}
.b-month-name  a {
    font-size: 12px !important;
    padding-left: 15px !important;
}
.b-show {
    width: 205px;
    margin-top: 3px;
}

.b-show .b-select{
    width: 215px;
}
.b-wrap-checkbox {
    padding-left: 131px;
    padding-top: 34px;
}
.b-checkbox-label {
    font-size: 12px;
    padding-left: 10px;
    color: #818181;
    user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
}
.b-apply-btn {
    float: left;
    width: 126px;
    margin: 26px 0 0 11px;
}
/* Stat Table (begin) */
.b-stat-table-head {
    font: bold 12px Arial;

    height: 30px;

    text-align: center;

    border: 0 solid #e6e6e6;
    border-right-width: 1px;
    border-left-width: 1px;
}
.b-stat-table-body {
    /*visibility: hidden;*/
    margin-bottom: 20px;
}

.b-empty-first-line {
    position: relative;
    z-index: 5;

    width: 100%;
    height: 1px;
    margin-bottom: -1px;

    background: #e6e6e6;
}
.b-empty-last-line {
    position: relative;
    z-index: 5;

    width: 100%;
    height: 1px;

    background: #e6e6e6;
}
.b-stat-table-head .b-stat-row {
    height: 30px;
    min-width: 80px;
    cursor: pointer;
    line-height: 30px;
}
.b-stat-row {
    border-right: 1px solid #e6e6e6;
    height: 28px;
    min-width: 80px;
    line-height: 27px;

    color: #3b3b3b;
}
.b-stat-table-row1 {
    width: 294px;
}
.b-stat-table-row2 {
    width: 151px;
}
/*.b-stat-table-row3 {*/
    /*width: 80px;*/
    /*padding: 0 5px;*/
/*}*/
.b-stat-table-row4 {
    width: 90px;
    text-align: center;
}
.b-stat-table-row5 {
    position: relative;
}
.b-stat-table-row6 {
    width: 116px;
    border-right: none;
}
.b-stat-table-item {
    font-size: 12px;

    margin-bottom: -1px;

    overflow: hidden;

    border-right: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-top:0;
    border-bottom: 1px solid #f4f4f4;
}
.b-stat-table-item  .b-stat-table-row1 {
    width: 261px;
    padding-left: 33px;
}

.b-stat-table-item  .b-stat-table-row2 {
    width: 151px;
}
.b-stat-table-child-item-bg-grey {
    border-bottom: 1px solid #f4f4f4 !important;
    background-color: #fafafa !important;
}
.b-height-fixed {
    height: 28px;
}
.b-stat-table-child-item {
    position: relative;
    z-index: 1;

    height: 28px;
    background: #fff no-repeat 0 0;
}
.b-stat-table-child-item .b-stat-table-row1 {
    position: relative;

    width: 244px;
    padding-left: 50px;

    white-space: nowrap;
    overflow:hidden;
}
.b-time-row {
    float: left;

    width: 74px;

    text-align: center;
    border-right: 1px solid #e6e6e6;
}
.b-date-rows {
    float: left;

    width: 76px;

    text-align: center;
}
.b-grey-bottom-triangle {
    background: url("/images/grey-triangle-bottom.png") 16px 11px no-repeat;
}
.b-grey-body-icon {
    background: url("/images/grey-body-icon.png") 29px 6px no-repeat;
}
.b-blue-body-icon {
    background: url("/images/blue-body-icon.png") 29px 6px no-repeat;
}
.b-blue-body-icon:hover  {
    color: #18c60f;
}
.b-grey-monitor-icon {
    background: url("/images/grey-monitor-icon.png") 29px 8px no-repeat;
}
.report-empty-comment {
    text-align: left;
    font-family: Arial;
    font-size: 11px;
    padding-left: 20px;
    display: none;
    cursor: pointer;
    color: #0698e3;
    background: url(/images/icons/date-report-icon.png) 8px 7px no-repeat;
}
.report-comment {
    font-family: Arial;
    font-size: 11px;
    text-align: left;
    padding: 0 10px;
    height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

.b-stat-table-without-parent .report-comment::after {
    content: '';
    position: absolute;
    right: 0; top: 0;
    width: 40px;
    height: 90%;
    background: linear-gradient(to right, rgba(255,255,255, 0.3), #fff 100%);
}

.b-stat-table-child-item-bg-grey .report-comment::after {
    content: '';
    position: absolute;
    right: 0; top: 0;
    width: 40px;
    height: 90%;
    background: linear-gradient(to right, rgba(255,255,255, 0.3), #fafafa 100%);
}

.b-date-generate-report {
    font-family: Arial;
    font-size: 11px;
    display: none;
    position: absolute;
    right: 122px;
    padding-left: 10px;
    color: #818181;
    background: url("/images/icons/date-report-icon.png") 0 7px no-repeat;
}
.b-generate-report {
    font-size: 11px;
    font-family: Tahoma;
    position: absolute;
    right: 10px;
    display: none;
    padding-left: 20px;
    text-decoration: none;
    background: url("/images/generate-report-icon.png") 0 8px no-repeat;
}
.b-stat-table-item-active {
    background: #fafafa;
}
.b-stat-ip {
    font-size: 12px;
    position: absolute;
    top: 0;
    right:5px;

    display: none;

    color: #d3d3d3;
}
.b-stat-table-child-item:hover {
    z-index: 5;

    border: 1px solid #e6e6e6 !important;
}

.b-stat-table-item .b-stat-table-child-item:hover {
    border-right:0 !important;
    border-left:0 !important;
}

.b-stat-table-child-item:hover .b-generate-report,.b-stat-table-child-item:hover .b-date-generate-report {
    display: block;
}
.b-stat-table-child-item:hover .report-empty-comment{
    display: block;
}
.b-stat-table-child-item:hover .b-stat-ip {
    display: block;
}
.b-stat-table-without-parent {
    border: 1px solid #e6e6e6;
    border-bottom: 1px solid #f4f4f4;
    border-top: 1px solid #f4f4f4;
    margin-bottom: -1px;
}

.b-stat-table-without-parent .b-stat-table-row1 {
    width: 259px;
    padding-left: 35px;

    background-position: 12px 8px;
}
.b-stat-table-without-parent .b-grey-body-icon  {
    background-position: 12px 6px;
}
.b-sort-up span {
    padding-left: 12px;
    padding-right: 12px;
    background:  url("/images/sort-triangle-top.png") right 5px no-repeat;
}
.b-sort-down span {
    padding-left: 12px;
    padding-right: 12px;
    background:  url("/images/sort-triangle-down.png") right 5px no-repeat;
}
.b-sort-down span {
}
#period-from {
    position: absolute;
    left: 12px;
    display: none;
    float: left;
    width: 66px;
    margin:0;
}
#period-to {
    position: absolute;
    left: 93px;
    display: none;
    width: 65px;
    margin:0;
}

.b-session-wrap {
    position: relative;
    overflow: hidden;
    height: 28px;
    cursor: pointer;
}
.b-sessions-head {
    background: no-repeat 280px 9px;
}
.b-session-triangle {
    position: absolute;
    top: 0;
    right: 0;

    width: 20px;
    height: 28px;

    border-left: 1px solid #e6e6e6;
    background: #fff url("/images/grey-triangle-right.png") no-repeat center center;
}
.session-opened .b-session-triangle {
    background-image: url("/images/grey-triangle-bottom.png");
}
.b-stat-table-child-item-bg-grey .b-session-triangle {
    background-color: #fafafa;
}
.session-head-grad {
    height: 28px !important;
    right: 18px !important;
}
/* Stat Table (end) */
/* Stat (end) */

/* Calendar (begin) */
.b-calendar-window-wrap {
    position: fixed;
    z-index: 100;
    width: 458px;
    height: 378px;
    margin-left: -230px;
}
.b-calendar-window-body {
    width: 450px;
    height: 340px;

    background: url("/images/calendar-line.png") no-repeat 222px 25px;
}

.b-calendar-input {
    float: left;

    width: 198px;
}
.b-calendar-from {
    margin-right: 7px;
    margin-left: 7px;
}
.b-calendar-div1 {
    float: left;

    margin: 0 10px 0 8px;
    width: 215px;
    height: 235px;
}
.b-calendar-div2 {
    float: left;
    width: 215px;
    height: 235px;
}
.b-calendar-spec-select-wrap {
    margin-top: 20px;
}
.b-calendar-spec-select {
    width: 208px;
    /*height: 400px;*/
}
.b-edit-period-window-btns {
    float: right;
    margin-right: 10px;
}
/* Calendar (end) */

/* Billing (begin) */
.b-green-plan {
    color: #42a61a;
}
.b-billing-cancel-text {
    font-size: 12px;

    padding-top: 5px;
    color: #373737;
}
.b-login-dropdown-nav {
    position: relative;
    z-index: 61;

    height: 20px;
    margin-top: 0;
    margin-left: 30px;
}
.b-cancel-btn {
    text-decoration: none;
    width: 155px;
    line-height: 32px;

    margin-top: 50px;
    margin-bottom: 5px;
}
.b-cancel-btn:hover, .b-ative-cancel-btn a {
    background: #61dd3b;
    border:  1px solid #51cf29;

    -moz-box-shadow: 0 1px 0 #eee, inset 0 1px #6cdf49;
    -webkit-box-shadow: 0 1px 0 #eee, inset 0 1px #6cdf49;
    box-shadow: 0 1px 0 #eee, inset 0 1px #6cdf49;

    color: #fff;

}
.b-ative-cancel-btn {
    background: url("/images/change-btn-wrap-bg.png") no-repeat scroll right 15px transparent;
}
.cancel-text {
    width: 160px;
}
.b-billing-0-wrap {
    overflow: hidden;

    min-height: 258px;
}
.b-big-login-nickname {
    font-size: 12px;

    position: relative;
    z-index: 60;

    padding: 1px 16px 10px 21px;

    outline: none;
    cursor: pointer;

    background-position: 0 0;
}
.user-login-email {
    display: block;
    max-width: 122px;
}
.b-big-login-nickname a {
    text-decoration: none;
}
.b-bottom-triangle {
    position: absolute;
    top: 7px;
    right: 0;

    width: 9px;
    height: 8px;

    background: url("/images/down_triangle.png") 0 -8px no-repeat;
}
.b-blue-body-icon .b-bottom-triangle {
    background-position: 0 0;
}
.b-login-dropdown-nav .b-2color-hors-line  {
    margin-top: 2px;
}
.b-billing-wrap {
    border: 1px solid #e6e6e6;
    background: #f7f7f7;
}
.b-billing-left-side {
    float: left;
    height: 100%;

    width: 183px;

    padding-left: 27px;
    padding-top: 13px;

    background: #f7f7f7;
}
.b-billing-title {
    font-size: 14px;

    color: #3b3b3b;
}
.b-license-plans {
    margin-bottom: 5px;
}
.b-buy-btn {
    position: relative;

    width: 137px;

    height: 27px;
    margin-left: -2px;
    margin-bottom: 11px;

    padding-left: 11px;
    text-align: left;

    outline: none;
    text-decoration: none;

    line-height: 29px;
    qcolor: #373737;

    font-weight: normal;
    color: #fff;
}
/*
        .b-buy-btn:hover {
            background: #61dd3b;
            border:  1px solid #51cf29;

            -moz-box-shadow: 0 1px 0px #eee, inset 0px 1px #6cdf49;
            -webkit-box-shadow: 0 1px 0px #eee, inset 0px 1px #6cdf49;
            box-shadow: 0 1px 0px #eee, inset 0px 1px #6cdf49;

            color: #fff;
        }
*/
.b-active-change-btn-wrap .b-buy-btn {
    -moz-box-shadow: inset 0 1px #53ce2d;
    -webkit-box-shadow: 0 1px 0 #eee, inset 0 1px #6cdf49;
    box-shadow: 0 1px 0 #eee, inset 0 1px #6cdf49;

    border: 1px solid #49c821;

    background: #55d22e;

    color: #fff
}

.b-buy-btn input {
    position: absolute;
    left: 0;
    width: 100%;

    cursor: pointer;

    opacity: 0;
    filter:alpha(opacity=0);
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);

    height: 30px;
}

.b-price-btn {
    font-weight: bold;

    float: right;
    padding-right: 11px;

    qcolor: #42a61a;
    color: #fff;
}
.b-buy-btn:hover .b-price-btn{
    color: #fff;
}
.b-price-btn_underline {
    font-weight: normal;
    color: #5b5b5b;
    text-align: right;
    qcolor: #a6a9a9;

    text-decoration: line-through;
}
.b-price-btn_underline_hide {
    visibility: hidden;
    height: 7px;
}
.b-billing-wrap-checkbox {
    font-size: 12px;

    color: #373737;
}
.b-billing-wrap-checkbox .prettyCheckbox {
    margin-left: -2px;
}

.b-check-if-you {
}
.b-billing-text {
    line-height: 13px;
}

.b-sub-title-text {
    line-height: 16px;
    font-size:16px;
}
.b-sub-title-text-black {
    color: #000000;
    line-height: 16px;
    font-size:16px;

}

.b-sub-title-text-black li {
    margin-left: 30px;
}

.b-sub-title-text li {
    position: relative;
    margin-left: 30px;
}

.b-one-time-desk {
    margin-top: 17px;
    margin-bottom: 18px;
}
.b-payment-methods-img {
    margin-top: 9px;
    margin-bottom: 8px;
}
.b-billing-right-side {
    position: relative;

    float: left;

    width: 637px;
    min-height: 258px;
}
.b-billing-table-wrap {
    border-left: 1px solid #e6e6e6;
    background: #fff;
    min-height: 280px;
}
.b-billing-word {
}
.b-billing-dont-have {
    padding-top: 102px;
    padding-left: 175px;
    height: 157px;
}
.b-you-still {
    margin-top: 6px;
}

/* Billing  Banner (begin) */
.billing-top-banner {
    position: relative;

    width: 890px;
    height: 62px;
    margin-left: -20px;
    margin-bottom: -8px;

    text-align: center;
    z-index: 70;
    background: url("/images/billing-top-banner.png") 0 0 no-repeat;
}
.billing-top-banner__title {
    font-size: 16px;

    line-height: 16px;

    padding-top: 12px;
    padding-bottom: 3px;

    color: #3b3b3b;
}
.billing-top-banner__note {
    font-size: 11px;

    line-height: 12px;

    color: #639647;
}
.fifth-offer  {
    position: absolute;
    top: -6px;
    left: 28px;

    width: 66px;
    height: 68px;

    background:  url("/images/100-off-icon.png") 0 0 no-repeat;
}

/* Billing  Banner (end) */

.b-white-bg-note_billing {
    margin-top: 50px;
    margin-bottom: 14px;
    width: 100%;
    color: #3b3b3b;
}
/* Billing (end) */

/* Billing 1 (begin) */
.b-payment-billing-body-wrap {
    background: #fff;
    color: #3b3b3b;
}
.b-payment-billing-body {
    width: 500px;
    color: #3b3b3b;
}
.b-billing-label {
    font-size: 12px;
    font-weight: bold;

    float: left;

    width: 126px;
    min-height: 10px;
    margin-right: 34px;

    text-align: right;
}
.b-billing-body {
    float: left;
}
.b-payment {
    margin-top: 30px;
}
.b-lic-period {
    font-size: 20px;

    width: 146px;
    margin-top: 22px;

    float: left;
}

.b-price-label {
    margin-top: 20px;
}
.b-lic-price-label {
    font-size: 12px;
    font-weight: bold;

    width: 46px;
    float: left;

    margin-top: 30px;
}
.b-lic-price {
    font-size: 20px;

    float: left;

    margin-top: 12px;
}
.b-billing-horz-line {
    position: relative;
    left: 27px;

    width: 770px;
    height: 1px;

    background: #e6e6e6;
}
.b-payment-type-main-label {
    margin-top: 0;
}
.b-pament-types-wrap {
    margin-top: 1px;
}
.b-pament-type-label {
    font-size: 11px;

    color: #8e8e8e;
}
.b-pament-type-label strong{
    font-size: 12px;
    font-weight: bold;

    display: block;

    margin-bottom: 4px;

    color: #373737;
}
.b-pament-type-label .b-payment-desk {
    padding-left: 24px;
}
.b-checkbox-vertical-align-for-text .b-styled-radio-wrap .holderWrap{
    margin-top: 0 !important;
}
.b-payment-method {
    height: 40px;
    margin-top: 15px;
}
.b-all-cards {
    margin-top: 12px;
}
.b-paypal-card {
    margin-top: 6px;
}
.b-credit-card-info {
    height: 90px;
    margin-top: 15px;
}
.b-billing-input-label {
    font-size: 12px;

    display: block;

    margin-bottom: 4px;
}
.b-cardholder-name-label {
    margin-top: 15px;
}
.b-cardholder-name-input {
    width: 220px;
}
.b-card-number-wrap {
    margin-top: 15px;
}
.b-billing-fll {
    float: left;
}
.b-cvv-wrap {
    margin-top: 15px;
    margin-left: 5px;
}

.b-cvv-wrap .g-uni-input{
    width: 40px;
}

.b-card-month {
    width: 87px;
}
.b-card-year {
    width: 115px;
}
.b-billing-select-separator {
    padding: 0 7px;
}
.b-billing-info {
    margin-top: 7px;
}
.b-billing-info  div {
    font-size: 11px;
    font-weight: normal;

    color: #8e8e8e;
}
.b-country-label {
    margin-top: 6px;
}
.b-country-select {
    width: 240px;
}
.b-optional-wrap {
    padding-top: 20px;
}
.b-optional-desk {
    font-size: 11px;

    color: #9c9c9c;
}
.b-optional-input-wrap {
    padding-top: 13px;

}
.b-optional-input-wrap .g-uni-input {
    width: 220px;
    margin-right: 15px;
}
.b-big-buy-btn {
    font-size: 18px;

    width: 158px;
    height: 39px;
    margin-top: 27px;
    padding-bottom: 2px;

    line-height: 36px;
}
/* Billing 1 (end) */

/* Billing 3 (begin) */
.b-paypal-label {
    font-size: 14px;
    font-weight: bold;

    margin-top: 22px;
}
.b-paypal-desk {
    margin-top: 5px;
    color: #818181;
}
.b-paypal-btn {
    margin-top: 20px;
}
.b-credit-card-method {
    height: 656px;
}
/* Billing 3 (end) */

/* Billing 4 (begin) */
.b-billing-table {
    width: 100%;
    text-align: center;
    margin-left: -1px;
    margin-top: -1px;

    border-collapse: collapse;
}
.b-billing-table tr:hover .b-billing-table_item {
}
.b-billing-table_item {
    font-size: 12px;

    height: 27px;

    color: #3b3b3b;
    border: 1px solid #f4f4f4;
    border-right-color: #e6e6e6;
    border-left-color: #e6e6e6;
}
.b-billing-table-head .b-billing-table_item {
    font-weight: bold;

    border-top: 1px solid #e6e6e6;

    padding-top: 2px;
}
.b-billing-table-grey-bg {
    background: #fafafa;
}
.b-billing-table-last-child td {
    border-bottom: 0;
}
.b-billing-table-last-row {
    border-right: 0;
}

.b-billing-table_item-time {
    width: 91px;
}
.b-billing-table_item-plan {
    width: 250px;
}
.b-billing-table_item-price {
    width: 45px;
}
.b-billing-table_item-method {
    width: 204px;
}
.b-billing-table_item-period {
    width: 148px;
}
.b-billing-table_item-print {
    width: 21px;
}

.b-credit-card-error-div {
    font-size: 12px;

    padding: 10px 15px;
    width: 640px;
    margin-left: -15px;
    margin-top: 5px;

    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari, Chrome */
    -khtml-border-radius: 5px; /* KHTML */
    border-radius: 5px; /* CSS3 */
    background: #f9e9d6;
}
.b-billing-msg-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;

    width: 100%;
    height: 100%;

    background: url("/images/b-billing-msg-bg.png") repeat;
}
.b-billing-msg-text {
    font-size: 11px;

    line-height: 13px;

    color: #878787;
}
.b-billing-msg-titile {
}
.b-billing-msg-border {
    width: 320px;
    padding-top: 25px;
    padding-bottom: 25px;
}
/* Billing 4 (end) */

/* Unscribe (begin) */
.b-unscribe-wrap {
    display: none;
    padding-top: 64px;
    padding-left: 158px;

    height: 200px;
}
.b-unscribe-title {
    font-size: 14px;
    font-weight: bold;

    color: #373737;
}
.b-unscribe-text {
    font-size: 12px;
    margin-top: 17px;

    width: 350px;
    line-height: 15px;

    color: #373737;
}
.b-unsubscribe-buttons-wrap {
    padding-top: 20px;
}
.unsubscribe-text-error {
    color: #E05353 !important;
}
.b-unsubscribe-buttons-wrap a {
    float: left;
    margin-top: 0;
    margin-right: 15px;

    height:29px;

    width: 145px;
}
.b-unscribe {
}
.b-unscribe-cancel {
}
/* Unscribe (end) */

/* Login menu(begin) */

.b-login-dropdown {
    position: absolute;
    z-index: 80;
    right: -3px;
    top: 17px;

    display: none;

    width: 120px;

    margin-top: 6px;
    padding-top: 6px;
    padding-bottom: 4px;

    list-style: none;

    -moz-box-shadow: 0 1px 0 #eee, inset 0 1px #fff;
    -webkit-box-shadow: 0 1px 0 #eee, inset 0 1px #fff;
    box-shadow: 0 1px 0 #eee, inset 0 1px #fff;

    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius: 3px;
    -khtml-border-radius:3px;


    border: solid 1px #d5d5d5; /* should be the same border width as .selectBox-dropdown */
    background: #FFF;
}
.b-login-dropdown__item {
    position: relative;
    height: 27px;
}
.b-login-dropdown__item.mobile-nav-item {
    display: none;
}
.b-login-dropdown__item  a {
    font-size: 12px;

    display: block;
    padding: 6px 0 6px 24px;

    text-decoration: none;

    color: #818080;
}
.b-login-dropdown__item  a:hover {
    color:#18c60f;
}
.b-big-login-nickname:hover  .b-login-dropdown {
    display: block;
}
.b-big-login-nickname:focus {
}
.b-big-login-nickname:hover  .b-login-dropdown-level2 {
    display: none;
}
.b-login-dropdown-level2 {
    top: -12px;
    left: 115px;

    display: none;

    width: 160px;
}
.b-login-dropdown-level2-right-align {
    left: -160px;
}
.b-login-dropdown-level2 .b-login-dropdown__item a {
    padding-left: 15px;
}
.b-login-dropdown__item:hover .b-login-dropdown-level2 {
    display: block;
}
.with-grey-triangle {
    background:  url("/images/light-grey-right-triangle.png") 105px 8px no-repeat;
}

/* Login menu(end) */

/* Profile page 1 (begin) */

.profile-content {
    width: 100%;
    overflow: hidden;
    border: 1px solid #e6e6e6;
    font-size: 0;
}

.profile-column, .profile-left-column, .profile-right-column {
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
}

.profile-checkbox {
    height: 22px;
    padding-bottom: 5px;
}

.profile-left-column {
    font-size: 12px;
    padding-top: 33px;
    padding-left: 51px
}

.profile-right-column {
    font-size: 12px;
    padding-left: 24px;
    padding-top: 33px;
    vertical-align: top;
}

.profile-edit {
    font-size: 11px;
    position: absolute;
    top: 7px;
    right: 66px;
    cursor: pointer;
    color: #0698e3;
}

.profile-checkbox-label {
    font-size: 11px;
    color: #818181;
    cursor: pointer;
}

.b-profile-login-menu {
    float: right;
}
.bottom-shadow {
    position: absolute;
    left: 0;
    bottom: 0;

    width: 100%;

    border-bottom: 1px solid rgb(230, 230, 230);
}
.b-content-border {
    position: relative;

    width: 100%;

    overflow: hidden;

    border: 1px solid #e6e6e6;
}
.b-profile-centered {
}
.profile-title {
    font-size: 24px;

    padding-bottom: 1px;
    margin: 38px 51px 0;

    border-bottom: 1px solid #e6e6e6;
    color: #303030;
}
.b-profile-col1 {
    float: left;

    width: 308px;
    margin-top: 33px;
    margin-left: 51px;
}
.b-profile-label {
    font: 12px Arial;

    width: 138px;
    margin-top: 7px;
    margin-right: 27px;

    text-align: right;

    color: #818181;
}
.b-profile-curr-data-wrap {
    position: relative;

}
.b-data-wrapper {
    padding-bottom: 32px;
}
.b-profile-data {
    font-size: 18px;

    position: relative;

    width: 240px;
    margin-top: 6px;

    overflow: hidden;

    color: #3b3b3b;
}
.b-profile-data span {
    white-space: nowrap;
}
.white-grad-profile {
    position: absolute;
    top: 0;
    right: 0;

    width: 38px;
    height: 23px;

    background: url("/images/white_grad.png") 0 0 repeat-y;
}
.b-email-profile-curr-data {
    padding-bottom: 37px;
}
.b-profile-edit {
    font-size: 11px;

    position: absolute;
    top: 7px;
    right: 0;

    cursor: pointer;

    color: #0698e3;
}
.profile-password {
    font-size: 12px;

    width: 280px;
    margin-top: 13px;

    letter-spacing: 2px;

    color: #3b3b3b;
    border: 0;
    background: #fff;
}
.b-password-profile-curr-data {
    margin-bottom: 42px;
}
.b-profile-checkbox {
}
.b-profile-checkbox .b-checkbox-label {
    font-size: 11px;

    margin-left: 0 !important;
}
.b-profile-edit-form-wrap {
    position: relative;
    top: -20px;
    left: -20px;

    display: none;

    width: 330px;
    margin-bottom: 3px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;

    background: #fafafa;
}
#profile-password {
    padding-bottom: 0;
}
.b-profile-curr-password {
    display: block;
    text-align: left;

    margin-top: 10px;
}
.profile-input {
    font-size: 18px;

    display: block;

    width: 291px;
    margin-top: 3px;
    padding-top: 3px;
    padding-bottom: 4px;

    color: #3b3b3b;
}
.g-edit-btn {
    font-size: 11px;

    width: 77px;
    margin-top: 15px;
    margin-right: 17px;
    padding: 0 0;
    height: 23px;

    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius: 3px;
    -khtml-border-radius:3px;

    text-align: center;

    background: #f9f9f9;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#f8f8f8');
    background: -webkit-linear-gradient(top, bottom, #fbfbfb, #f8f8f8);
    background: -moz-linear-gradient(top,  #fbfbfb,  #f8f8f8);
    background: -o-linear-gradient(top,  #fbfbfb,  #f8f8f8);
    background: -ms-linear-gradient(top,  #fbfbfb,  #f8f8f8);

    cursor: pointer;

    color: #303030;
    border: 1px solid #d3d3d3;
}
.edit-profile-save {
    margin-left: 138px;
    *margin-left: 141px;
}

/*.g-edit-btn::-moz-focus-inner{padding:0;border:0}*/

div.g-edit-btn:hover {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff');
    background: #fff !important;
}
.b-profile-attention-messages-wrap {
    font-size: 11px;
    position: absolute;
    top: 14px;
    right: 0;
    height: 40px;
    padding-left: 45px;

    color: #818181;
    background: #f3f3f3;
}
.b-profile-attention-messages-ok {
    height: 29px;
    padding-top: 14px;
    line-height: 13px;
    background: #f3f3f3 url("/images/profile-ok-icon.png") 7px 6px no-repeat;
}

.b-profile-attention-messages-free {
    height: 29px;
    padding-top: 7px;
    padding-bottom: 7px;
    line-height: 13px;
    background: #f3f3f3 url("/images/profile-free-icon.png") 7px 6px no-repeat;
}

.b-profile-attention-messages-orange {
    height: 37px;
    padding-top: 6px;

    line-height: 13px;

    background: #f3f3f3 url("/images/orange-attention.png") 7px 7px no-repeat;
}
.b-profile-attention-messages-red {
    display: table;
    height: 43px;

    background: #f3f3f3 url("/images/red-attention.png") 7px 7px no-repeat;
}
.b-profile-attention-messages-red span {
    vertical-align: middle;
    display: table-cell;
    padding-bottom: 3px;
}
/* Profile page 1 (end) */

/* Profile page 2 (begin) */
.b-profile-change-password {
    display: none;

    padding-top: 33px;
    padding-left: 156px;
}
.b-profile-change-pass-label {
    color: #3b3b3b;
}
.b-profile-current-pass-wrap {
    width: 315px;
}
.b-profile-forgot-pass {
    float: right;
}
.b-change-password-pass-input {
}
.b-change-pass-buttons-wrap {
}
.b-change-info-ok {
    width: 125px;
    margin-right: 15px;
}
.b-change-info-cancel {
    width: 103px;
}
.b-change-btn-wrap {

}
/* Green Period Line (begin) */
.b-license-period-line-wrap {
    font-size: 9px;

    position: absolute;
    top: 40px;
    left: 441px;

    width: 240px;
    height: 1px;

    background: #c7c7c7;
}
.b-license-period-days-wrap {
    position: relative;

    width: 100%;
    height: 1px;
    background: #43dd3b;
}
.b-license-period-days {
    position: absolute;
    top: -15px;
    right: -15px;

    white-space:nowrap;
}
.b-license-period-days-right-line {
    position: absolute;
    top: -2px;
    right: 0;

    height: 5px;
    width: 1px;

    background: #c7c7c7;
}
/* Green Period Line (end) */
.b-green-info {
    font-size: 12px;

    width: 640px;
    padding: 10px 15px;

    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari, Chrome */
    -khtml-border-radius: 5px; /* KHTML */
    border-radius: 5px; /* CSS3 */

    color: #3f8714;
    background: #e9fae7;
}

.b-green-demo-info {
    font-size: 12px;

    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari, Chrome */
    -khtml-border-radius: 5px; /* KHTML */
    border-radius: 5px; /* CSS3 */

    color: #3f8714;

    width: 272px;
    margin-top: 20px;
    margin-bottom: -20px;

    vertical-align: middle;

    line-height: 18px;
    padding: 7px 0 7px 45px;

    background: #e9fae7 url("/images/green-note-ico.png") 15px center no-repeat;
}

.b-change-pass-success {
    width: 213px;
    margin-bottom: 20px;
    padding: 15px 15px;
    text-align: center;
}

/* Profile page 2 (end) */

/* Profile timezone (begin) */
.profile-timezome-col {
    float: left;

    width: 341px;
    height: 132px;
    margin-top: 12px;
    margin-left: 70px;
    padding-top: 20px;
    padding-left: 20px;

    background: #fafafa;
}
.b-timezome-label {
    font-size: 13px;

    display: block;
    margin-bottom: 7px;

    color: #818181;
}
.b-timezome-label-region {
    margin-top: 21px;
}
.b-timezone-country-select {
    width: 319px;
    margin-bottom: 38px;
}
.b-timezone-country-select-selectBox-dropdown-menu {
    width: 390px !important;
    max-height: 380px;
}
.b-timezone-checkbox {
    margin-top: 37px;
}
.b-timezone-checkbox .b-checkbox-label {
    padding-left: 0;
}
/* Profile timezone (end) */

/* Profile Two Factor Auth (begin) */

.blue-button {
    display: inline-block;
    font-weight: bold;
    margin-top: 15px;
    text-align: center;
    cursor: pointer;
}

/* Profile Two Factor Auth (end) */

/* About (begin) */
.b-box-content {
    position: relative;

    margin-bottom: 20px;
    padding-bottom: 20px;

    border-right: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
    border-bottom: 1px solid #f2f2f2;

}
.b-big-about-title {
    font-size: 24px;

    color: #303030;
}
.b-how-it-work-wrap {
    float: left;

    margin-right: 8px;
    padding-top: 18px;

    width: 389px;
}
.b-about-pleer-title {
    font-size: 14px;
    margin-top: 24px;
}
.b-about-pleer-wrap {
    position: relative;

    width: 451px;
    height: 291px;

    margin-top: 7px;

    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
}
.b-green-play-btn {
    position: absolute;
    top: 90px;
    left: 185px;

    width: 73px;
    height: 73px;

    cursor: pointer;

    background: url("/images/green-play-btn.png") 0 0 no-repeat;

}

.b-feature-video-block {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;

    display: none;
}
.b-green-play-btn:hover {
    background-position: 0 -75px;
}
.b-about-pleer-desk {
    font-size: 12px;

    margin-top: 18px;
    color: #aaa;
}
.try-btn {
    padding-top: 18px;
    margin-left: -5px;
}
.try-btn .g-blue-btn, .try-btn .g-green-btn {
    width: 458px;
}
.try-btn .g-green-btn {
    margin-top: 15px;
}
.b-dr-features-wrap {
    float: left;

    width: 300px;
    padding-top: 18px;
    padding-left: 26px;
    margin-right: 31px;
}
.b-features-list {
    list-style: none;
    margin-top: 14px;
}

.b-feature-list__item {
    font-size: 12px;

    padding-top: 10px;
    padding-bottom: 11px;
    line-height: 16px;

    color: #303030;
}
.b-feature-list__item h2{
    font-size: 14px;

    margin-bottom: 11px;

    color: #303030;

}
.b-features-list__item-text-wrap {
    display: none;
}
.b-features-list__item-opened .b-features-list__item-text-wrap{
    display: block;
}
.b-features-list__item-text {
    font-size: 12px;

    width: 290px;
    margin-top: 15px;

    line-height: 14px;

    color: #3b3b3b;
}
.b-features-list__item-opened {
    padding-top: 9px;
    padding-bottom: 9px;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}

/* Pricing and Licensing (begin) */
.b-pricing-licencing {
    width: 450px;
    height: 320px;
    margin-top: 55px;

    text-align: center;

    color: #303030;
    border: 1px solid #e9eaec;
}
.b-pricing-licensing__title {
    font-size: 24px;

    padding-top: 37px;
}
.b-pricing-licensing__desk {
    font-size: 12px;

    margin-top: 13px;
    padding: 0 15px;

    line-height: 16px;
}
.b-pl__delimiter-text-wrap {
    font-size: 14px;
    font-weight: bold;

    position: relative;

    overflow: hidden;

    width: 400px;
    margin: 42px auto 0 auto;
}
.b-pl__delimiter-text {
    position: relative;
    z-index: 2;

    padding: 0 15px;

    background: #fff;
}
.b-pl__delimiter-line {
    position: absolute;
    z-index: 1;
    top: 9px;
    left: 0;

    height: 1px;
    width: 100%;

    background: #e9eaec;
}
.b-pl__renewpayments-wrap {

    display: inline-block;

    margin: 25px auto 0 auto;
}
.b-pl__renewpayments-wrap .prettyCheckbox {
    font-size: 16px;

    color: #373737;
}

.b-pl__btn-wrap {
    position: relative;

    float: left;

    width: 173px;

    margin-top: 5px;
    margin-left: 29px;
}
.b-pl__btn-year {
    width: 179px;
    margin-left: 39px;
}
.b-pl__btn {
    position: relative;

    display: block;

    height: 55px;

    overflow: hidden;

    text-decoration: none;

    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius: 3px;
    -khtml-border-radius:3px;

    border: 1px solid #d3d3d3;
}
.b-pl__btn-wrap:hover .b-pl__btn {
    background: #dedede;
}
.b-pl__btn-days {
    font-size: 14px;
    font-weight: bold;

    padding-right: 15px;
    line-height: 45px;

    vertical-align: middle;

    color: #303030;
}
.b-pl__btn-price {
    font-size: 22px;

    font-weight: bold;

    line-height: 55px;
    vertical-align: middle;

    color: #42a61a;
}
.b-pl__btn-real {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 55px;


    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.b-pl__btn-save {
    font-size: 10px;

    margin-top: 3px;

    color: #42a61a;
}

.b-pl__btn-saving {
    font-size: 14px;

    margin-top: -10px;

    /*                   color: #FF2222; */
    color:#42a61a;
}

.b-help-pricing {
    height: 183px;
    margin-top: 15px;
    margin-bottom: 40px;
}
.b-help-pricing .b-pl__renewpayments-wrap {
}

.b-help-pricing .b-pl__delimiter-text-wrap {
    margin-top: 20px;
}
/* Pricing and Licensing (end) */
/* About (end) */
/* Contact (begin) */
.b-contact-wrap {
    padding-left: 66px;
    padding-top: 40px;
}
.b-contact-title {
    font-size: 24px;

    color: #303030;
}
.b-contact-desk {
    font-size: 13px;

    padding-top: 7px;

    color: #aaa;
}
.b-after-contact-desk-line {
    width: 720px;
    height: 1px;
    margin-top: 7px;

    background: #e3e3e3;
}
.b-contact-info {
    width: 282px;
    margin-top: 20px;
    margin-bottom: -20px;
}
/* Form (begin) */
.b-contact-form-wrap {
    float: left;

    width: 391px;
    padding-top: 41px;
}
.b-contact-input {
    width: 298px;
    padding: 7px 6px;
}
.b-contact-email {
}
.b-contact-message-type-wrap {
    padding-top: 21px;
}
.b-message-type-select {
    width: 310px;
}
.b-contact-message {
    margin-top: 29px;
}
.b-contact-message-area {
    width: 294px;
    height: 119px;
    padding-left: 6px;
    resize: vertical;
}
.b-contact-send-btn {
    width: 320px;
    min-width: 320px;
    margin-left: -5px;
}
/* Form (end) */
/* More contacts (begin) */
.b-contact-other-info-wrap {
    float: left;

    width: 200px;
    padding-top: 44px;
}
.b-emails-wrap {
    font-size: 13px;

    width: 218px;
    height: 200px;
    padding-left: 31px;
    margin-top: -17px;

    line-height: 16px;

    color: #aaa;
    background: url("/images/contact-emails.png") 31px 20px no-repeat;
}
.b-emails-wrap p {
    margin-bottom: 34px;
}
.b-skype-wrap {
    font-size: 20px;
    padding-left: 31px;

    height: 79px;

    color: #0698e3;
    background: url("/images/icons/skype-icon.png") 0 5px no-repeat;

}
.b-phone-wrap {
    font-size: 20px;

    padding-left: 30px;

    color: #0698e3;
    background: url("/images/icons/phone-icon.png") 0 6px no-repeat;
}

/* More contacts (end) */
/* Contact (end) */

/* Help (begin) */
.b-help-wrap {
    padding-left: 24px;
    padding-top: 50px;
    margin: 0 auto;
    width: 850px;
}
.b-help-big-title {
    font-size: 24px;
    font-weight: bold;

    color: #303030;
}
.b-help-nav {
    list-style: none;
    padding-top: 23px;
}
.b-help-nav__item {
    position: relative;

    float: left;

    height: 37px;
    margin-right: 23px;
}

.b-help-nav__item span, .b-help-nav__item a {
    font-size: 18px;

    cursor: pointer;

    color: #0698e3;

    text-decoration:none;
}
.b-help-nav .b-after-head-nav__item-active {
    background-position: center 25px;
}
.b-help-nav .b-after-head-nav__item-active span {
    color: #aaa;
}
.b-help-nav li .b-2color-hors-line {
    margin-top: 7px;
}
.b-get-started-nav-wrap {
    float: left;

    width: 254px;
    margin-right: 20px;
}
.b-get-started-nav {
    padding-top: 7px;

    list-style: none;
}
.b-get-started-nav__item {
    font-size: 14px;

    margin-bottom: 10px;
}
.b-get-started__item-link {
    text-decoration: none;

    outline: none;
}
.b-video-icon {
    padding-right: 20px;
    background:  url("/images/icons/video-icon.png") right 2px no-repeat;
}
.b-get-started__item-link-active {
    color: #aaa;
    background-position: right -14px;
}
.b-get-started__item-link-active:hover {
    color: #aaa;
}
.b-get-started-body-wrap {
    position: relative;

    float: left;
    width: 520px;
}
.b-section-body {
    position: relative;
    left: 0;

    display: none;
}
#section1-faq-body {
    display:block;
}
.b-help-middle-title {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 25px;

    color: #414141;
}
.b-get-started-body-wrap p {
    font-size: 14px;

    line-height: 16px;

    margin-bottom: 16px;

    color: #3b3b3b;
}
.b-help-box {
    min-height: 400px;
}
.b-gesture-wrap {
    position: relative;
    width: 320px;
}
.b-gesture {
    position: absolute;
    left: 330px;
}
.b-gesture_1 {
    top: -1px;
}
.b-gesture_2 {
    top: -5px;
}
.b-gesture_3 {
    top: 0;
}
.license-details-table {
    border: 1px solid #d4d4d4;
    width: 455px;
}
.license-details-table_td {
    text-align: center;
    border-top: 1px solid #e1e5e3;
    border-right: 1px solid #ddd;
    padding: 8px 0;
}
.license-details-table_head {
    border-top: 0;
    color: #3b3b3b;
}
.license-details-table_head_paid {
    border-right: 0;
}
.license-details-table_td_1 {
    width: 120px;
    padding-left: 10px;

    text-align: left;
    color: #3b3b3b;
}
.license-details-table_td_2, .license-details-table_td_3 {
    background: #f6f6f6;
    color: #a4a4a4;
}
.license-details-table_td_4 {
    background: #e2ffd1;
    color: #56843c;
}
.license-details-table_td_5 {
    background: #dff7ff;
    color: #447385;
    border-right: 0;
}

/* Help (end) */
.b-privacy-prev-text  {
    margin-top: 15px;
    width: 800px;
}
.b-privacy-prev-text p {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 20px;
    color: #303030;
}

.b-get-started-body-wrap ul, .b-get-started-body-wrap ol {
    margin-left: 10px;
}
.b-get-started-body-wrap ul li, .b-get-started-body-wrap ol li {
    font-size: 14px;
    margin-left: 16px;
    margin-bottom: 20px;
    color: #3b3b3b;
    line-height: 20px;
}

.b-get-started-body-wrap ul li ul {
    margin-top: 10px;
}
.b-get-started-body-wrap ul li ul li {
    margin-left: 40px;
}

.b-get-started-body-wrap h3 {
    font-size: 14px;
    margin-top: 25px;
    margin-bottom: 12px;
    font-weight: bold;
}

/* Pass recovery (begin) */
.b-pass-rec-wrap {
    padding-top: 40px;
    padding-left: 263px;
}
.b-pass-rec-desk {
    font-size: 12px;

    margin-top: 20px;

    color: #aaa;
}
.b-captcha-wrap img {
    float: left;

    margin-right: 10px;
}
.b-captcha-controls {
    font-size: 11px;

    padding-top: 4px;

    line-height: 16px;
}
.b-captcha-controls  a {
    text-decoration: none;
}
.b-sent-box {
    min-height: 400px;
}
.b-send-desk-wrap {
    font-size: 12px;

    width: 320px;
    margin-top: 32px;

    line-height: 16px;

    color: #3b3b3b;
}

.b-send-desk-wrap ul {
    margin-top: 19px;
    margin-left: -2px;
}

.b-send-desk-wrap ul li {
    line-height: 20px;
    margin-left: 15px;
}
.b-pass-rec-big-title {
    font-size: 18px;

    margin-top: 10px;
}
/* Pass recovery (end) */

/* 404 (begin) */
.b-404-content {
    padding: 135px 66px 70px;
    background: url(/images/404-img.png) 50% 40px no-repeat;
    text-align: center;
}
.b-404-content h1 {
    font-size: 24px;

    margin-bottom: 18px;

    color: #303030;
}
.b-404-text {
    font-size: 12px;

    margin-bottom: 18px;

    line-height: 18px;

    color: #303003;
}
.b-404-text strong {
    display: block;
}
/* 404 (end) */
/* Ivoice (begin) */
.invoice-wrap {
    width: 848px;
    padding: 0;
    min-height: inherit;

    border: 1px solid #e3e3e3;
    border-top: 0;
    border-bottom: 0;
}
.invoice-head {
    position: relative;

    height: 77px;

    background: url("/images/invoice-head-bg.png") 0 0 repeat-x;
}
.invoice-logo {
    position: absolute;
    top: 20px;
    left: 23px;
    display: block;
    width: 145px;
    height: 42px;
    cursor: pointer;
    background: url(/images/logo.png) 0 0 no-repeat;
}
.invoice-date-wrap {
    position: absolute;
    top: 26px;
    right: 21px;
}
.inovoice-date-input {
    width: 160px;
}
.invoice-body {
    background: url("/images/invoice-bottom-bg.png") 0 bottom repeat-x;
}
.invoice-from {
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
    vertical-align: text-top;
}
.invoice-title {
    font-size: 16px;
    margin-bottom: 20px;
    color: #3b3b3b;
}
.invoice-label,.invoice-date-text {
    font-size: 13px;
    display: inline-block;
    width: 100px;
    margin-top: 10px;
    margin-bottom: 21px;

    color: #3b3b3b;
}
.invoice-date-text {
    width: 45px;
}
.mb-zero {
    margin-bottom: 10px;
}
.invoice-gen-text {
    font-size: 12px;
    display: inline-block;
    padding-top: 10px;
    padding-left: 10px;
    word-wrap: break-word;
    color: #3b3b3b;
    box-sizing: border-box;
    width: calc(100% - 105px);
}
.invoice-input {
    width: 205px;
}
.invoice-bottom-wrap .invoice-input {
    width: 218px;
}
.input-heigth-delimiter {
    height: 19px;
}
.invoice-to {
    float: left;
    width: 340px;
}

.invoice-table-wrap {
    margin-top: 31px;

    border-top: 1px solid #e6e6e6;
}
.invoice-table {
    font-size: 12px;

    width: 100%;

    border-collapse: collapse;

    color: #3b3b3b;
    border-top: 1px solid #f9f9f9;
    border-bottom: 1px solid #f4f4f4;
}
.invoice-table-comment {
    word-wrap: break-word;
    max-width: 580px;
}
.invoice-td {
    padding-left: 18px;
    height: 30px;
    border: 1px solid #e6e6e6;
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
}
.invoice-td-head {
    border-top: 0 !important;

    font-weight: bold;

    height: 30px;
    padding-left: 0 !important;

    border-bottom: 1px solid #e6e6e6;

    text-align: center;
}
.invoice-table-number {
    border-left: 0;
    width: 29px;
    padding-left: 13px;
}
.invoice-table-from {
    width: 162px;
}
.invoice-table-to {
    width: 158px;
}
.invoice-table-duration {
    border-right: 0;
    width: 120px;
}
.invoice-bottom-wrap {
    padding-top: 33px;
    padding-left: 60px;
}
.invoice-generate-btn-wrap {
}
.b-stat-table-child-item-bg-grey
.invoice-select {
    font-size: 16px !important;
    font-weight: bold;

    width: 239px;

    color: #3B3B3B;
}
.invoice-spec-height {
    height: 12px;
}

/* Ivoice (end) */

/* Popup (begin) */
#popup {
    padding: 35px 0 0 0;
    background: #FFFFFF;
    position: fixed;
    display: none;
    width: 714px;
    height: 513px;
    text-align: center;
    z-index: 3000;
    background: url(/images/popup/popup_bg.png) no-repeat;
}
#win {
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    background: url(/images/popup/win.png);
    display: none;
    height: 100%;
    width: 100%;
}


.close-video {
    display: block;
    float: right;
    width: 36px;
    height: 10px;
    background: url(/images/b-remove-icon.png) no-repeat center top;
    cursor: pointer;
    position: absolute;
    top: 19px;
    right: 5px;
}
/* Popup (end) */

/* Main account connected (begin) */
.logo-lines {
    position: relative;

    overflow: hidden;

    width: 448px;
    height: 32px;

    margin: 0 auto 31px auto;
    background: url("/images/main-acc-conn-logo.png") center bottom no-repeat;
}
.b-logo-line {
    position: absolute;
    top: 18px;
    z-index: -1;

    width: 100%;
    height: 1px;

    background: #e6e6e6;
}
.main-acc-content-wrap {
    width: 446px;
    margin: 0 auto;
    padding-bottom: 40px;

    border: 1px solid #ededed;
}
.main-acc-info {
    font-size: 16px;

    line-height: 21px;

    padding: 20px 40px;
    color: #303030;
    background: #f9f9f9;
}
.choose-acc-wrap {
    padding-top: 17px;
}
.choose-acc-desk {
    padding: 20px 40px 17px 40px;
    font-size: 12px;
    color: #303030;
}
.b-main-acc-btn {
    width: 372px;

    margin-left: 37px;
}

/* Main account connected (end) */

/* Crhome instruction connected (begin) */
.chrome-instr-wrap {
    width: 486px;
    padding-bottom: 30px;
}
.chrome-instr-wrap .main-acc-info {
    padding: 25px 38px;
}
.chrome-instr-title {
    font-size: 16px;
}
.chrome-instr-wrap .choose-acc-wrap {
    padding-top: 0;
}
.chrome-instr-wrap .choose-acc-desk {
    padding-left: 38px;
    padding-bottom: 6px;
}
.chrome-screen-inst {
    padding-left: 38px;
}

/* Crhome instruction connected (end) */

/* Unsubscribe (begin) */
.unsubscribe-wrap {
    width: 340px;
    margin: 0 auto;
    padding-top: 42px;

    line-height: 26px;
}
.b-big-about-title {
    padding-bottom: 7px;

    border-bottom: 1px solid #e3e3e3;
}
.unsubscribe-text {
    font-size: 12px;

    margin-top: 35px;
    margin-bottom: 20px;

    line-height: 16px;

    color: #3b3b3b;
}
/* Unsubscribe (end) */
/* RD instrucation (begin) */
.n-instrcactions-title {
    font-family: Arial;
    font-weight: bold;
    font-size: 24px;

    padding: 14px 0 15px 22px;

    text-align: left;

    color: #303030
}
.n-instrcactions-wrap {
    text-align: center;

    padding-bottom: 50px;

    color: #303030;
    border-right: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
}
.inst-tabs {
    font-size: 0;
    line-height: 0;
}
.instr-tabs__item {
    font-size: 14px;
    font-weight: bold;

    display: inline-block;
    vertical-align: top;

    width: 395px;
    height: 35px;

    line-height: 36px;
    padding: 1px 1px 0;
    cursor: pointer;

    border-bottom: 1px solid #e6e6e6;
    text-align: center;

    color: #0698e3;
}
.instr-tabs__item-current {
    color: #818181;
    border: 1px solid #e6e6e6;
    border-bottom: 0;

    cursor: default;

    padding: 0 0 1px;
    background: #fff;
}

.instr-body {
    height: 217px;
    padding-left: 22px;
    padding-top: 45px;
    padding-bottom: 20px;
    border: 1px solid #e6e6e6;
    border-top: 0;
    background: #fff;
}
#instr-remote {
    position: relative;
}
.instr-remote-desc {
    font-size: 11px;

    position: absolute;
    top: -33px;
    left: 0;

    color: #8e8e8e;
}
.instr-img {
}
.instr-text {
    margin-top: -5px;
}
.instr-text__item {
    font-size: 11px;

    display: inline-block;
    vertical-align: top;

    width: 350px;

    line-height: 14px;

    color: #8e8e8e;
}

/* RD instrucation (end) */

/* Survey (begin) */
.survey-wrap {
    width: 345px;
    padding-bottom: 50px;
    padding-top: 47px;
    margin: 0 auto;

    color: #303030;
}
.b-survey-title {
    font-size: 24px;
}
.b-survey-desk {
    font-size: 13px;

    margin-top: 4px;
    margin-bottom: 25px;
    padding-bottom: 6px;

    line-height: 16px;

    border-bottom: 1px solid #e6e6e6;
    color: #aaa;
}
.b-select-survey {
    width: 343px;
    margin-bottom: 24px;
}
.survey-label {
    font-size: 14px;
    font-weight: bold;

    margin-bottom: 7px;

    color: #3b3b3b;
}
.survey-textarea {
    width: 333px;
    height: 69px;
    margin-bottom: 23px;
    padding: 5px;

    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius: 3px;
    -khtml-border-radius:3px;


    border: 1px solid #d9d9d9;
}
.b-sruvey-confirm-wrap {
    position: relative;
    margin-left: -3px;
}
.b-survey-btn-confirm {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;

    width: 100%;
    height: 100%;

    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.b-sruvey-confirm-wrap:hover .btn-l-middle-blue, .b-sruvey-confirm-wrap:hover .btn-r-middle-blue {
    background-position:0 -46px;
}
.b-sruvey-confirm-wrap .g-middle-blue-btn{
    min-width: 349px;
}
.b-survey-input {
    width: 324px;
    margin-bottom: 25px;
}
.b-survey-checkbox-wrap {
    margin-left: -10px;

    clear: both;
}
.g-checkbox-servey-margin {
    height: 5px;
}
.b-survey-other {
    font-size: 12px;

    margin-bottom: 5px;

    color: #3b3b3b;
}
/* Survey (end) */
/* Alert (end) */
.b-alert-wrap {
    position: fixed;
    z-index: 120;

    top: 0;
    left: 0;

    display: none;
    width: 100%;
    height: 100%;

}
.b-alert-dark-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.68;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=68);

    background: #000;
}
.b-viewport-alert-wrap {
    position: relative;
    z-index: 2;

    max-width: 376px;
    min-height: 172px;
    padding: 1px;
    margin: 0 auto;

    background: url("/images/submenu-bg.png") 0 0 repeat;
}
.b-viewport-alert-head {
    position: relative;

    height: 33px;
    background: #ededed;
}
.b-viewport-alert-body {
    position: relative;

    min-height: 135px;

    border: 2px solid #ededed;
    background: #fff;
}
.b-alert-title {
    font-size: 18px;
    color: #787878;
    line-height: 33px;
    padding-left: 15px;
}
.b-alert-text {
    font-size: 13px;

    line-height: 17px;
    padding: 17px 0 50px 14px;
    color: #303030;
}

.b-alert-btn-a {
    position: absolute;
    bottom: 14px;
    right: 115px;
    width: 90px;
}

.b-alert-btn-b {
    position: absolute;
    bottom: 14px;
    right: 13px;
    width: 90px;
}
/* Alert (end) */

/* New Index (begin) */
.index-download-section {
    position: relative;

    height: 83px;
}
.b-get-assistance-desk {
    clear: left;
}
.b-assist-btn {
    position: absolute;
    top: 28px;
    right: 0;
}
.b-assist-btn .g-green-btn {
    width: 165px;
}
.b-get-assistance-desk {
    font-size: 14px;
    font-family: "PT Sans";

    position: absolute;
    top: 34px;
    right: 175px;

    color: #818181;
}
.pointing-arrow {
    position: absolute;
    top: 56px;
    left: 628px;

    width: 138px;
    height: 38px;

    background:  url("/images/pointing-arrow.png") right bottom no-repeat;
}
.b-paper-img-bottom {
    top:30px;
    right:30px;
}

.b-slider-wrap  {
    width: 850px;
    height: 370px;
    margin: 68px auto 0 auto;
    position: relative;
}
.b-slide__item {
    width: 850px;
}
#slide1, #slide2, #slide3 {
}

#slide1 .index-section__text-layout, #slide2 .index-section__text-layout, #slide3 .index-section__text-layout {
    position: absolute;

    top: 0;
    left: 565px;

    width: 260px;
}

.drs-auc-section {
    height: 152px;
}

.camera_pag {
    position: absolute;
    right: 230px;
    bottom: 0;
}
.index-section__title {
    font-size: 30px;
    font-family: "PT Sans";
    font-weight: normal;
    margin-bottom: 9px;

    line-height: 32px;

    color: #212121;
}
.index-section__text {
    font-size: 13px;

    line-height: 18px;

    color: #858585;
}
.index-section {
    position: relative;
}
.work-from-mobile-section {
    height: 315px;
}
.work-from-mobile-section  .index-section__img {
    position: absolute;
    top: 90px;
    left: -34px;
}
.work-from-mobile-section .index-section__text-layout {
    position: absolute;
    top: 148px;
    left: 364px;
}
.all-you-need-browser {
    height: 168px;
    padding-top: 86px;
}
.all-you-need-browser  .index-section__img {
    position: absolute;
    top: 0;
    right: -14px;
}
.all-you-need-browser .index-section__text-layout{
    width: 440px;
}
.full-featuredo-remote-access {
    height: 254px;
}
.full-featuredo-remote-access .index-section__img {
    position: absolute;
    top: 0;
    left: -48px;
}
.full-featuredo-remote-access .index-section__text-layout{
    position: absolute;
    top: 96px;
    left: 364px;
}
.work-through-firewall {
    height: 180px;
    padding-top: 79px;
}
.work-through-firewall .index-section__img {
    position: absolute;
    top: 0;
    right: 0;
}
.work-through-firewall .index-section__text-layout{
    width: 440px;
}

.video_ph {
    position:absolute;
    left:0;
    top:0;
    z-index:2;
    cursor: pointer;
}

/*
       #myytplayer1, #myytplayer2, #myytplayer3 {
           position: absolute;
           left:0;
           top:0;
           z-index: 1;
           display:none;
       }
*/
/* New Index (end) */

/* Download (begin) */
.b-download-wrap {
    width: 319px;
    margin: 0 auto;
    padding-top: 17px;
}
.b-14-title {
    font-size: 14px;

    color: #303030;
}
.b-download-wrap .b-14-title {
    margin-bottom: 3px;
}
.b-download-wrap .b-after-contact-desk-line {
    width: auto;
    margin-top: -1px;
    margin-bottom: 35px;
}
.b-download-wrap p {
    font-size: 12px;
    color: #303030;
}
.b-download__windows, .b-download__mac {
    font-size: 12px;
}
.b-download__windows_green, .b-download__mac, .b-download__windows_blue, .b-download__linux {
    display: inline-block;
    line-height: 25px;
    height: 25px;
    padding-left: 30px;
    background: url("/images/download-page-ico.png") 0 0 no-repeat;
}
.b-download__windows_green {
    margin-top: 11px;
    margin-bottom: 7px;
}
.b-download__mac {
    line-height: 29px;
    margin-bottom: 7px;
    background-position: 0 -30px;
}
.b-download__linux {
    height: 29px;
	line-height: 33px;
    margin-bottom: 0px;
    background-position: 0 -89px;
}
.b-download__instructions {
    display: inline-block;
	padding-left: 30px;
	font-size: 10px;
	line-height: 29px;
    margin-bottom: 34px;
}
.b-download__windows_blue {
    /*margin-bottom: 30px;*/
    margin-top: 11px;
    background-position: 0 -65px;
}
.b-downloads__google-play {
    font-size: 12px;

    padding-left: 30px;
    display: inline-block;
    margin-top: 16px;

    line-height: 25px;
    height: 23px;

    background: #FFF url("/images/google-play-ico.png") 0 0 no-repeat;
}
.qr-code-wrap {
    margin-top: 9px;
    margin-left: 30px;
}
.qr-code {
    font-size: 10px;
}
.b-download__pdf {
    font-size: 12px;

    padding-left: 30px;
    display: inline-block;
    margin-top: 16px;

    line-height: 25px;
    height: 23px;

    background: #FFF url("/images/PDF25x25.png") 0 0 no-repeat;
}

/* Download (end) */

/* Survey (begin) */
.bd-servey {
    width: 644px;
    margin: 0 auto;
    padding-top: 48px;
    padding-bottom: 70px;
}
.b-after-extra-license {
    height: 1px;
    margin-top: 4px;
    margin-bottom: 18px;
    background: #e3e3e3;
}

.b-servey-table {
    width: 100%;

    color: #303030;
}
.b-servey-table__td {
    font-size: 12px;

    height: 69px;
    text-align: center;
    border-right: 1px dotted #d3d4d5;

}
.b-table__td {
    font-size: 16px;

    height: 69px;
    text-align: center;
    border-right: 1px dotted #d3d4d5;

}

.b-servey-table__td_head {
    font-size: 14px;
    font-weight: bold;

    height: 58px;
    border-right: 0 ;
    border-bottom: 1px solid #bebfc0;
}
.b-servey-table__td1 {
    text-align: left;
    text-indent: 11px;
    width: 204px;
}
.b-servey-table__td2 {
    width: 218px;
}
.b-servey-table__tr_grey .b-servey-table__td {
    background: #f8f9fa;
}
.b-big-minus {
    width: 24px;
    height: 7px;

    display: inline-block;
    background: #a8aaab;
}
.b-servey_td_text {
    text-align: left;
    padding-left: 30px;
}
.b-servey_td_green {
    font-weight: bold;

    text-decoration: none;

    color: #40a707;
}
.b-servey-table__tr_last .b-servey-table__td {
    border-right: 0;
}
.b-servey-table__td .g-middle-blue-btn {
    font-family: PT Sans, Arial;
    width: 180px;
    margin: 0 auto;
    float: none;
}
/* Survey (end) */

/* Enteprise banners (begin) */
.b-grey-bg-border {
    border-radius:2px;
    -webkit-border-radius:2px;
    -moz-border-radius: 2px;
    -khtml-border-radius:2px;

    background: #fafafa;
    border: 1px solid #f2f2f2;
}
.b-enetrpise-banner-about {
    width: 430px;
    margin-top: 20px;
    padding: 15px 10px;
}
.b-enetrpise-banner-about .b-enterpise-banner__text {
    font-size: 14px;
    font-weight: bold;

    display: inline-block;

    color: #878787;
}
.b-enetrpise-banner-about .g-green-btn {
    height: 30px;
    line-height: 30px;
    width: 191px;
    display: inline-block;
    margin-left: 15px;
    float: right;
}
.b-enetrpise-banner-contact {
    width: 195px;
    margin-top: 32px;
    padding: 15px 20px 15px 20px;
    text-align: center;
}
.b-enetrpise-banner-contact .b-enterpise-banner__text {
    font-size: 12px;

    width: 190px;
    color: #878787;
}
.b-enetrpise-banner-contact .g-green-btn {
    font-size: 12px;

    width: 199px;
    height: 25px;
    margin-top: 10px;

    line-height: 25px;
}
.b-enetrpise-banner-billing {
    width: 137px;
    padding: 10px 5px;
    text-align: center;

    border-radius:2px;
    -webkit-border-radius:2px;
    -moz-border-radius: 2px;
    -khtml-border-radius:2px;

    background: #fff;
    border: 1px solid #e6e6e6;
}
.b-enetrpise-banner-billing .b-enterpise-banner__text {
    font-size: 12px;

    color: #878787;
}
.b-enetrpise-banner-billing .g-green-btn {
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    width: 130px;
    margin: 10px auto 0 auto;
}
/* Enteprise banners (end) */

/* 404 banner (begin) */
.b-404-banner {
    position: absolute;
    top: -13px;
    left: -9px;

    display: block;

    width: 254px;
    height: 119px;

    background:  url("/images/404banner.png") 0 0 no-repeat;
}
.b-404-banner__text {
    position: absolute;
    top: 47px;
    left: 161px;

    white-space: nowrap;

}
.pointing-arrow-left {
    position: absolute;
    top: 66px;
    left: 91px;

    width: 110px;
    height: 47px;

    background: url("/images/pointing-left-arrow.png ") 0 0 no-repeat;
}
/* 404 banner (end) */

/* Billing light (begin) */
.b-billing-light {
    width: 644px;
    margin: 0 auto;

    padding-top: 45px;

    color: #000;
}
.b-billing-light__desc {
    font-size: 15px;

    margin-top: 8px;
}
.b-billing-light__desc strong {
    line-height: 22px;
}
.b-billing-light__desc p {
    line-height: 18px;
}
.b-billing-light__renew {
    font-size: 15px;

    margin-top: 35px;
    margin-left: 1px;
}
.b-billing-light__renew label.list {
    float:none;

}
.b-billing-light__renew__desc {
    font-size: 11px;

    line-height: 16px;

    color: #878787;
}

.b-billing-light__buttons {
    text-align: center;

    margin: 15px auto 0 auto;
    padding-top: 28px;
    padding-bottom: 13px;

    background: #f3f4f5;
}
.b-billing-light__buttons .g-inline {
    width: 240px;
    margin: 0 27px;

    text-align: center;
}
.b-billing-light__buttons .g-inline {
}
.b-billing-light__buttons .g-inline .g-blue-btn {
    float: none;

    width: 150px;
    margin-top: 8px;
    padding-right: 92px;
}
.b-billing-light__buttons .g-inline  .g-blue-btn .price-on-btn {
    width: 90px;
}
.b-billing-light__save {
    font-size: 11px;

    margin-top: 8px;

    color: #878787;
}

.b-billing-light__payment-methods {
    font-size: 11px;

    margin-top: 17px;

    text-align: center;

    color: #878787;
}
.b-billing-light__payment-methods span {
    padding-right: 5px;
}
.b-billing-light__payment-methods span, .b-billing-light__payment-methods img {
    vertical-align: middle;
}
.b-billing-light__tarrifs {
    font-size: 12px;

    width: 100%;
    margin-top: 63px;
    margin-bottom: 40px;

    border-bottom: 1px solid #bebfc0;

    border-collapse: collapse;
}
.b-billing-light__tarrifs tr td {
    height: 40px;
}
.b-billing-light__tarrifs_td_1 {
    width: 276px;

    text-indent: 29px;

    border-right: 1px dotted #bebfc0;
    border-left: 1px dotted #bebfc0;
}
.b-billing-light__tarrifs_td_2,.b-billing-light__tarrifs_td_3 {
    border-right: 1px dotted #bebfc0;
    text-align: center;
}
.b-billing-light__tarrifs tr th {
    font-size: 14px;
    font-weight: bold;

    padding-bottom: 11px;
    border-bottom: 1px solid #bebfc0;
    border-right: 0;
    border-left: 0;
}
.b-billing-light__tarrifs .g-small-blue-btn {
    width: 121px;

    float: none;
    display: inline-block;
}
.b-billing-light__tarrifs .b-col-grey-bg {
    background: #f8f9fa;
}
/* Billing light (end) */

/* How Compare (begin) */
.b-how-compares {
    margin-bottom: 50px;
}
.b-compare-desc {
    font-size: 14px;

    line-height: 19px;

    margin: 10px 0 15px 0;
}
.b-billing-light__compare {
    margin-top: 83px;
}
.b-billing-light__compare .b-billing-light__tarrifs_td_1 {
    text-align: left;
}

.b-billing-light__compare .b-billing-light__tarrifs_td_2 {
    width: 182px;
}
.proxima-dash {
    vertical-align: middle;
}
.try-it-free_special-pos {
    margin: -38px auto 0 auto;
    width: 110px;
    float: none;
}
.b-compare-price {
    color: #444648;
}
/* How Compare (end) */

/* Computers login (begin) */
.b-computers__login {
    position: relative;
    z-index: 60;

    padding: 14px 0 10px 0;
    text-align: center;

    margin-top: -1px;
    border: 1px solid #ead96b;
    background: #fff7cb;
}
.b-computers__login > .text {
    font-size: 13px;
    font-weight: bold;

    color: #000;

}
.b-computers__login > .controls {
    margin-top: 8px;
}
.b-computers__login > .controls > .input-wrap {
    display: inline-block;
    vertical-align: top;

    width: 173px;
    margin: 0 2px;
}
.b-computers__login > .controls > .input-wrap > .b-user-passowrd-input  {
    width: 153px;

    outline: 0;

    border: 1px solid #ead96b;
}
.b-computers__login > .controls > .input-wrap >  .b-text-input-error {
    text-align: left;
    padding-left: 8px;
}

.b-computers__login > .controls > .g-btn-round-shadow {
    display: inline-block;

    width: 173px;
    margin: 0 2px;

    border: 1px solid #ead96b;
    background: #fffcea;
}
.b-computers__login > .text-after {
    margin-top: 13px;
    color: #000;
}

.b-users-table-head-left-elms > .g-green-btn {
    /*
           float: left;

           padding: 0 10px;
           line-height: 32px;
           height: 32px;
           margin: 19px 0 0 16px;
*/
    float: left;
    padding: 0 10px;
    line-height: 30px;
    height: 30px;
    margin: 19px 0 0 16px;
    border-top: 1px solid #65d122;
    border-bottom: 1px solid #4dc31b;
}
/* Computers login (end) */

/* Buy license (begin) */
.b-billing-light__payment-methods_desc {
    text-align: center;
}
.buy-license-info {
    font-size: 13px;

    width: 299px;
    padding: 10px;

    text-align: center;

    box-shadow: 0 1px 0 #e6e6e6;
    border: 1px solid #f2f2f2;
    color: #3b3b3b;
}
.g-input-wrap {
    position: relative;
}
.g-input-hint {
    font-size: 11px;

    position: absolute;
    top: 17px;
    left: 100%;

    line-height: 13px;

    margin-left: 10px;
    padding: 3px 10px;
    white-space: nowrap;
    color: #508250;
    background: #e2f6e2;
}
.g-input-hint:before {
    position: absolute;
    top: 0;
    left: -7px;
    content:"";

    width: 7px;
    height: 100%;
    background: url("/images/input-hint-arrow.png") 0 center no-repeat;
}
.b-login-menu-wrap .g-input-wrap {
    width: 321px;

}
.with-computer-ico {
    font-size: 12px;
    padding: 5px 0;
    background: #FFF url("/images/computer-ico.png") 0 0 no-repeat;
}
/* Buy license (end) */

/* 7 days (begin) */
.b-plus-7days {
    width: 643px;
    padding-top: 41px;
    margin: 0 auto;
}
.b-plus-7day-block {
    height: 250px;
    padding: 27px 21px 0 321px;

    text-align: left;

    border-top: 1px solid #e3e3e3;
    background: #fafafa url("/images/7days-img.png") 0 0 no-repeat;
}

.b-plus-7day-block_trial {
    background: #fafafa url("/images/trial_1month.png") 0 0 no-repeat;
}

.b-plus-7day-block .b-login-input {
    width: 287px;
    padding-top: 8px;
    padding-bottom: 8px;

}

.b-plus-7days-features {
    text-align: center;
    margin-top: 42px;
    padding-bottom: 80px;
}
.b-plus-7days-features__item {
    margin: 0 33px;

    text-align: center;
}
.b-plus-7days-features__item_text {
    font-size: 12px;
    line-height: 16px;

    margin-top: 6px;

    color: #000;
}
.b-plus-7days-features__item .img_wrap {
    height: 38px;
}
.b-plus-7days-features__item .img_wrap img {
    vertical-align: bottom;
}
.b-plus-7days-features_apple .b-plus-7days-features__item{
    margin: 0 10px;
}
/* 7 days (end) */

/* Index page changes(begin) */

.index-title-block {
    width: 850px;
    margin: 47px auto 0;
    text-align: center;
}
.index-title-block .title {
    padding-top: 32px;
    font-family: "PT Sans";
    font-weight: normal;
    font-size: 42px;
    line-height: 42px;
    letter-spacing: -.4px;
    color: #000;
}
.index-title-block .title-desc {
    display: inline-block;
    max-width: 560px;
    padding-bottom: 55px;
    border-bottom: 1px solid #d8d8d8;
    font-family: Arial;
    font-size: 18px;

    line-height: 20px;
    margin-top: 19px;
    color: #727272;
}
.index-title-block .title-info {
    min-height: 300px;
    width: 100%;
    margin-top: 37px;
    padding-left: 346px;
    box-sizing: border-box;
    background: url(/images/index-main-page.png) no-repeat 31px 25px;
    text-align: left;
}
.index-title-block .title-info .title-info-text {
    padding: 34px 0 38px;
    font-family: Arial;
    font-size: 22px;
    line-height: 28px;
    color: #000;
    text-align: left;
}
.index-title-block .title-info .g-btn {
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;
    float: none;
}
.index-title-block .title-info .index-title-block__demo {
    display: inline-block;
    margin: 35px auto 67px;
}

.index-page-main-links {
    height: 301px;
    margin-top: 68px;

    background:  url("/images/index-main-page.png") center 0 no-repeat;
}
.index-page-main-links .b-data-col {
    width: 253px;

    float: none;
}
.index-page-main-links .b-data-col-2 {
    padding-top: 40px;

}
.index-page-main-links .g-btn {
    font-size: 18px;

    width: 253px;
    height: 46px;
    margin-top: 16px;

    line-height: 46px;

}
.index-review {
    margin-top: 38px;
}
.index-review .title {
    font-size: 30px;
    font-family: "PT Sans";
    font-weight: normal;

    text-align: center;

    color: #000;
}
.index-review .slider {
    position: relative;

    width: 728px;
    height: 184px;
    margin: 21px auto 0 auto;
}
.index-review .slider .arrow  {
    position: absolute;
    top: 57px;

    width: 16px;
    height: 28px;

    cursor: pointer;
}
.index-review .slider .arrow.left {
    left: -37px;

    background:  url("/images/review-arrow-left.png") 0 0 no-repeat;
}
.index-review .slider .arrow.right {
    right: -37px;

    background:  url("/images/review-arrow-right.png") 0 0 no-repeat;
}
.index-review .slider .slide-item {
    position: absolute;

    width: 728px;
    height: 184px;
}
.index-review .slider .slide-item-hidden {
    display: none;
}

.index-review .slider .slides-wrap {
    position: relative;

    width: 728px;
    height: 184px;

    overflow: hidden;
}
.index-review .slider .slide-item .text-wrap {
    position: relative;

    padding: 16px 30px 25px 22px;

    background: #fff;
}
.index-review .slider .slide-item .quot {
    padding-top: 18px;
    padding-left: 25px;

    background: url("/images/quott.png") 0 0 no-repeat;
}
.index-review .slider .slide-item p {
    font-family: Arial;
    font-style: italic;
    font-size: 12px;

    margin-bottom: 10px;

    line-height: 17px;

    color: #353535;
}
.index-review .slider .slide-item .text-wrap .tail  {
    position: absolute;
    bottom: -15px;
    left: 35px;

    width: 15px;
    height: 15px;

    background: url("/images/review-tail-bable.png") 0 0 no-repeat;
}
.index-review .slider .slide-item .athor {
    font-family: "PT Sans";
    font-size: 14px;
    font-weight: bold;

    margin-top: 19px;
    margin-left: 37px;

    color: #353535;
}
.secureted-by-comodo {
    width: 113px;
    height: 39px;
    margin: 20px auto 0 auto;
    padding-bottom: 38px;
}

/* Index page changes(end) */

/* Index page demo(begin) */
.demo-button {
    font-size: 18px;

    width: 235px;
    height: 50px;

    line-height: 50px;
    margin-top: 10px;
}
.white-right-triangle {
    text-shadow: 0 1px 0 #4caa1a;

    padding-right: 26px;

    background:  url("/images/while-right-arrow.png") right center no-repeat;
}

.index-title-block__demo {
    font-size: 21px;
    font-family: "PT Sans";
    line-height: 21px;

    display: inline-block;
    box-sizing: content-box;
    text-decoration: none;

    margin-top: 20px;

    border-bottom: 1px solid rgba(19, 181, 229, 0.4);
    color: rgba(19, 181, 229, 0.9);
}
.index-title-block__demo:hover {
    border-bottom: 1px solid #18c60f;
}
/* Index page demo(end) */

/* Start page(begin) */
.b-start-wrap {
    padding-top: 39px;
    border: 1px solid #e6e6e6;
}
.b-start-wrap__title {
    font-size: 18px;
    font-weight: normal;

    text-align: center;
    color: #00b9e7;
}
.start-switch {
    font-size: 0;
    line-height: 0;

    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    margin-top: 39px;
    text-align: center;
}
.start-switch-item {
    width: 268px;
    height: 395px;

    line-height: normal;
    display: inline-block;
    vertical-align: top;
    margin: 0 2px;

    text-decoration: none;

}
.start-switch-item_1 {
    border-radius: 5px 0 0 5px;
}
.start-switch-item_3 {
    border-radius: 0 5px 5px 0;
}
.start-switch-item__title {
    font-size: 18px;
    font-family: Arial, serif;

    padding-top: 32px;

    line-height: 24px;
}
.start-switch-item__text {
    font-size: 12px;

    line-height: 18px;

    margin-top: 12px;

    color: #858585;
}
.start-switch-item__ico {
    width: 100%;
    height: 126px;

    margin-top: 47px;
}
.start-switch-item__ico_2 {
    background:  url("/images/sos-ico-index-page.png") center 0 no-repeat;
}
.start-switch-item__ico_3 {
    background:  url("/images/switch-ico-ver2_2.png")  center 17px no-repeat;
}
.start-switch-item__ico_1 {
    background:  url("/images/switch-ico-ver2_1.png")  center 17px no-repeat;
}
.start-switch-item__button {
    font-size: 18px;

    text-decoration: none;
    display: block;

    width: 226px;
    height: 50px;
    margin: 0 auto;

    box-sizing: border-box;

    line-height: 50px;
    color: #fff;
}

.start-switch-item__button:hover {
    color: #fff;
}
.start-switch-item__button_green {
    border: 1px solid #53b11e;

    background: #65ca27;
}
.start-switch-item__button_green:hover {
    background: #78d341;
}

.start-switch-item__button_blue {
    border: 1px solid #12afe4;

    background: #18bcf7;
}

.start-switch-item__button_blue:hover {
    background: #58cbf4;
}


.start-show-wizart-check-wrap {
    position: relative;
    width: 300px;
    margin: 29px auto 0 auto;


    height: 15px;

}
.start-show-wizart-check-wrap label {
    font-size: 13px;
    cursor: pointer;
}
.b-rs-message-wrap_start {
    width: 630px;
    margin-top: 18px;
    display: none;
}
.b-rs-message-text_start {
    padding: 19px 0;
    color: #796c59;
}
.start-help-links {
    font-size: 0;
    line-height: 0;

    width: 630px;

    border: 1px solid #e6e6e6;
    border-bottom: 0;
    border-radius: 5px 5px 0 0;

    height: 53px;
    margin: 30px auto 0 auto;

    text-align: center;
}
.start-help-links__item {
    font-size: 12px;

    display: inline-block;
    vertical-align: top;

    margin: 17px 15px 0 15px;
    padding-left: 28px;

}
.start-help-links__item  a {
    text-decoration: none;

    display: inline-block;

    height:20px;

    line-height: 20px;
    vertical-align: top;
}
.start-help-links__item_demo {
    background: url("/images/start-icons_demo.png") 0 2px no-repeat;
}
.start-help-links__item_quest {
    background: url("/images/start-icons_question.png") 0 2px no-repeat;
}
.start-help-links__item_baloon {
    background: url("/images/start-icons_baloon.png") 0 2px no-repeat;
}

/* Start page(end) */

/* Start step1 page(begin) */
.b-start-wrap_without-padding {
    padding-top: 0;
}
.start-head {
    position: relative;

    text-align: center;
    height: 68px;

    border-bottom: 1px solid #e6e6e6;
    background: #f7f7f7;
}
.start-back-btn{
    position: absolute;
    top: 19px;
    left: 34px;

    padding: 0 10px 0 4px;
    height: 28px;
    line-height: 28px;

    text-decoration: none;

}
.start-back-btn:before{
    content: '';

    position: absolute;
    top: -1px;
    left: -17px;

    width: 18px;
    height: 31px;

    background: url("/images/back-btn-arrow.png") no-repeat;
}
.start-head-title {
    font-size: 18px;
    font-weight: normal;

    padding-top: 24px;
    color: #009b4d;
}
.start-centered-content {
    font-size: 14px;
    width: 410px;
    margin: 0 auto;
    padding-top: 43px;
}
.start-list {
}
.start-list-item {
    position: relative;

    margin-bottom: 38px;
}
.start-list-item__number {
    position: absolute;
    top: -5px;
    left: -44px;

    width: 30px;
    height: 30px;

    text-align: center;
    line-height: 30px;

    color: #fff;
    border-radius: 50%;
    background: #5ec624;
}
.start-list-item__text {
    width: 390px;
    line-height: 20px;
}
.copy-cliboard {
    font-size:0;
    line-height: 0;

    margin-top: 35px;
    margin-bottom: 10px;
}
.copy-cliboard .g-uni-input {
    display: inline-block;
    vertical-align: top;

    width: 254px;
    margin-right: 10px;

}
.copy-cliboard .g-btn-round-shadow {
    display: inline-block;
    vertical-align: top;

    height: 28px;
    line-height: 28px;

    padding: 0 9px;
}
.b-start-blue-info {
    border: 1px solid #a2defa;
    background: #e4f9ff url("/images/blue-info-ico.png") 16px 15px no-repeat;
}
.b-start-blue-info__text {
    font-size: 12px;
    padding: 15px 10px 16px 50px;
    color:#5d6b71;

    line-height: 16px;
}

.enable-access-wrap {
    font-size: 0;
    margin-top: 18px;
    line-height: 0;
}
.enable-access-wrap .g-uni-input {
    font-size: 19px;

    width: 174px;
    height: 30px;

    text-align: center;

    display: inline-block;
    vertical-align: top;
}
.enable-access-wrap .g-blue-btn {
    font-size: 19px;
    display: inline-block;
    vertical-align: top;

    width: 204px;

    border: 0;
    line-height: 44px;
    height: 44px;
    margin-left: 10px;

    cursor: pointer;
    text-align: center;

}

/* Start step1 page(end) */

/* Email non-confirm(begin) */
.mail-background {
    height: 239px;

    text-align: center;

    background: #ecf2f9 url("/images/mail-confirm-ico.png") 377px 0 no-repeat;
}
.non-confirm__title {
    font-size: 18px;
    font-weight: normal;

    line-height: 20px;

    padding-top: 81px;
}
.non-confirm__desc {
    font-size: 14px;

    margin-top: 56px;

    line-height: 20px;
}
.confirmation-recend-form {
    height: 161px;
    margin-top: 43px;

    text-align: center;
}
.confirmation-recend-form__title {
    font-size: 14px;
    font-weight: bold;;

    line-height: 20px;
}
.confirmation-recend-form .g-uni-input {
    width: 239px;
    margin-top: 10px;
    height: 21px;
}
.confirmation-recend-form .g-btn-round-shadow {
    width: 262px;
    height: 35px;
    margin: 10px auto 20px auto;
}
.confirmation-recend-form .skip-confirm {
    font-size: 14px;

    line-height: 17px;

    text-decoration: none;
}
::-webkit-input-placeholder {
    text-align: center;
}

:-moz-placeholder { /* Firefox 18- */
    text-align: center;
}

::-moz-placeholder {  /* Firefox 19+ */
    text-align: center;
}

:-ms-input-placeholder {
    text-align: center;
}

/* Email non-confirm(end) */

/* RD finish (begin)*/
.b-rs-message-wrap__margins{
    margin: 10px 0;
}
.b-rs-message-text__center-wrap {
    display: inline-block;
    padding: 15px 0 0;
}
.b-rs-message-text__title {
    font-size: 18px;
    line-height: 20px;

    margin-bottom: 20px;
}
.b-rs-message-light-text {
    margin-bottom: 18px;

    line-height: 18px;

    color: #796c59;
}
.b-rs-message-text__left-c {
    text-align: left;
}
.b-rs-message__down-text {
    margin-bottom: -10px;
}

.b-rs-message-wrap__margins .b-rs-error-close {
    top: 13px;
}
/* RD finish (end)*/

/* RD instr (begin)*/
.g-blue-btn__middle19 {
    font-weight: normal;
    float:none;

    width: 100%;
    margin-left: 0;
}
.rd-instr-download-wrap {
    margin-top: 14px;
}
.b-start-blue-info_centered {
    background-image: none;
    text-align: center;
}
.b-start-blue-info_centered .b-start-blue-info__text {
    display: inline-block;

    padding-left: 30px;

    background: url("/images/blue-info-ico.png") 0 14px no-repeat;
}

/* RD instr (end)*/

/* Help Support  (begin)*/
.help-big-title {
    font-size: 38px;
    font-family: 'PT Sans', Arial, sans-serif;
    font-weight: bold;

    padding-top: 40px;
    margin-left: 30px;

    color: #000;
}
.help-blocks {
    display: table;

    margin-top: 40px;
    margin-left: 30px;
    margin-bottom: 30px;
}
.help-blocks__row {
    display: table-row;
}
.help-block-item  {
    display: table-cell;

    width: 380px;
    padding: 30px 25px 25px 30px;


    box-sizing: border-box;
    line-height: normal;
}

.help-block-item_blue {
    background: #d1ecfe;
}
.help-block-item_green {
    background: #cefccf;
}
.help-block-item_separator {
    width: 30px;
    height: 30px;
    padding: 0;
}

.help-block-item__title {
    font-size: 22px;
    font-family: 'PT Sans', Arial, sans-serif;

    margin-bottom: 20px;

    color: #000;
}
.help-block-item__list {
    font-size: 14px;

    list-style: none;
}

.help-block-item__item__list-item {
    margin-bottom: 14px;
}
.help-block-item__item__list-item:before {
    content:'•';

    margin-right: 7px;

    color: #59bb22;
}

.help-block-item__item__list-item a {
    text-decoration: none;
}

/* Help Support  (end)*/

/* breadcrumb (begin) */
.breadcrumbs {
    border-bottom: 1px solid #e3e3e3;
    color: #bfbfbf;
}
.breadcrumbs-item {
    font-family: Arial;
    font-size: 12px;

    position: relative;

    display: inline-block;
    line-height: 39px;
    vertical-align: top;
    padding-left: 5px;
    padding-right: 25px;

    text-decoration: none;
}
.breadcrumbs-item:before {
    content: "";

    position: absolute;
    top: 0;
    left: -20px;


    width: 13px;
    height: 39px;

    background: url("/images/bread-arrow.png") 0 0 no-repeat;
}
.breadcrumbs-item_home:before {
    display: none;
}
.breadcrumbs-item_home {
    width: 28px;
    height: 39px;

    background: url("/images/home.png") 18px center no-repeat;
}

.link_not-under {
    text-decoration: none;
}
/* breadcrumb (end) */

/* Help text (begin) */

.help-big-title_big-left-margin {
    margin-left: 70px;
}
.help-blocks_block {
    display: block;
    margin-left: 70px;
    margin-right: 70px;
}

.help-blocks_block p {
    font-size: 16px;

    line-height: 22px;
    margin-bottom: 16px;

    color: #000;
}

.help-blocks_block ul li, .help-blocks_block ol li {
    font-size: 16px;

    margin-bottom: 3px;

    list-style-position: inside;
    line-height: 22px;
    color: #000;
}

.default-typogragy h2,.default-typogragy h3, .default-typogragy h4,.default-typogragy h5 {
    color: #000;
}

.default-typogragy h1 {
    font-size: 40px;

    margin-bottom: 20px;
}
.default-typogragy h2 {
    font-size: 28px;

    line-height: 32px;


    margin-top: 30px;
    margin-bottom: 15px;
}
.default-typogragy h3 {
    font-size: 22px;

    margin: 22px 0 16px 0;
}
.default-typogragy h4 {
    font-size: 18px;

    margin: 22px 0 16px 0;
}
.default-typogragy h5 {
    font-size: 14px;
    margin: 22px 0 16px 0;
}
.default-typogragy p {
    font-size: 16px;

    line-height: 22px;

    margin-bottom: 16px;
}

/* Help text (end) */
/* Help tour (begin) */
.pseudo-link {
    cursor: pointer;

   text-shadow: 0 4px 20px #878787;
    display: inline-block;

    border-bottom: 1px dashed #fff;
}
.pseudo-link:hover {
    border-color: #18c60f;
    color:#18c60f;
}

.pseudo-link-black {
    cursor: pointer;

    display: inline-block;

    border-bottom: 1px dashed #000;
}
.pseudo-link-black:hover {
    border-color: #18c60f;
    color:#18c60f;
}
.sub-navigation {
    font-family: 'PT Sans', sans-serif;

    height: 80px;
    padding-top: 30px;
    padding-left: 40px;

    box-sizing: border-box;
    background: #fff;
}
.sub-navigation__link {
    font-size: 16px;
    font-weight: 500;

    text-decoration: none;
    margin-right: 40px;
}
.sub-navigation__link_active {
    color: #000;
}
.sub-navigation__link:hover {
    color: #000;
}
.about-image-wrap.title-info {
    position: relative;
	width: 100%;
    /*height: 477px;*/
    text-align: center;
}
.about-image-wrap.title-info {
    font-family: 'PT Sans', sans-serif;

}

.about-image-wrap.title-info h1 {
    font-size: 32px;
    font-weight: normal;
    position: absolute;
    top: 35px;
    left: 80px;
    color: #000;
}
.about-image-wrap.title-info h1.title-info-head_color_white_center {
	top: 20%;
	left: 0;
	right: 0;
}
.about-image-wrap.title-info_small-title h1 {
    font-size: 25px;
}
.about-image-wrap.title-info_color_white h1 {
    color: #fff;
}
.about-image-wrap.title-info span {
	max-width: 717px;
	height: 78px;
	margin: 0 auto;
	position: absolute;
	top: 40%;
	left: 0;
	right: 0;
	font-size: 16px;
	color: #fff;
	line-height: 26px;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	
}
.title-info__sub-nav {
    font-size: 16px;
    line-height: 20px;

    position: absolute;
    top: 110px;
    left: 80px;

    text-align: left;

    color: #fff;
}
.title-info__sub-nav_black {
    font-size: 16px;
    line-height: 20px;

    position: absolute;
    top: 110px;
    left: 80px;

    text-align: left;

    color: #000;
}
.title-info__link-wrap {
    margin-bottom: 7px;
}
.about-image-wrap.title-info img {
    display: block;
    width: 100%;
}
.title-info_stick {
    position: fixed;
    padding-bottom: 20px;
    box-sizing: border-box;
    z-index: 1000;

    box-shadow: 0 1px 5px rgba(0,0,0, .1);
    background: #fff;
}

.dark-blue-button {
    font-size: 26px;

    display: block;

    text-decoration: none;

    border-radius: 4px;

    text-align: center;
    line-height: 50px;

    height: 50px;
    margin: 0 auto;


    color: #fff;
    background:  #0698e3;
}
.dark-blue-button:hover {
    color: #fff;
    background: #26ABEF;
}
.title-info__button {
    position: relative;
    z-index: 10;

    width: 420px;
    height: 60px;
    margin-top: -30px;
    margin-bottom: 20px;

    line-height: 65px;
}
.why-buy-deskroll {
    font-size: 16px;
}
.reasons-wrap {
    font-family: 'PT Sans', sans-serif;


    padding-top: 70px;
}
.reason__head {
    font-size: 24px;
    font-weight: normal;

    height: 60px;
    padding-left: 40px;

    line-height: 60px;

    box-sizing: border-box;

    color: #fff;
}
.reason__head_center {
    text-align: center;
}
.reason__head_bg_yellow {
    background: #f8cd4a;
}
.reason__head_bg_orange {
    background: #dc8c6e;
}
.reason__head_bg_pink {
    background: #c363c0;
}
.reason__head_bg_turquoise {
    background: #82dad7;
}
.reason__head_bg_blue {
    background: #15a6f1;
}
.reason__head_bg_green {
    background: #a4ca39;
}
.reason__head_bg_grey {
    background: #a6a6a6;
}

.reason__body {
    padding: 55px 40px 55px 320px;
}
.reason__body {
    font-size: 14px;

    color: #000;

    line-height: 24px;
}

.reason__body_width_b {
    padding-left: 40px;
}
.reason__body_width_c {
    padding-left: 150px;
    padding-right: 150px;
}
.reason__body ul li {
    position: relative;

    list-style-type: none;
}
.reason__body ul li:before {
    position: absolute;
    left: -15px;

    content: '•';
}

.reason__body_yellow {
    background: #fefaeb;
}
.reason__body_yellow  ul li:before {
    color: #f8cd4a;
}
.reason__body_orange {
    background: #fbf2ef;
}
.reason__body_orange ul li:before{
    color: #dc8c6e;
}
.reason__body_pink {
    background: #f8eef8;
}
.reason__body_pink-dark {
    background: #f4e3f4;
}
.reason__body_pink ul li:before{
    color: #c363c0;
}
.reason__body_turquoise {
    background: #f1fbfb;
}
.reason__body_turquoise ul li:before{
    color: #82dad7;
}
.reason__body_blue {
    background: #e5f5fd;
}
.reason__body_blue ul li:before{
    color: #15a6f1;
}
.reason__body_green {
    background: #f5f9e9;
}
.reason__body_green ul li:before{
    color: #a4ca39;
}
.reason__body_grey {
    background: #f5f5f5;
}
.reason__body_grey ul li:before{
    color: #a6a6a6;
}
.reason__body_icon {
    background-repeat: no-repeat;
    background-position-x: 130px;
    background-position-y: 50%;
}
.reason__body_icon_help {
    background-image: url('/images/tour/use-case-icon_help.png');
}
.reason__body_icon_access {
    background-image: url('/images/tour/use-case-icon_access.png');
}
.reason__body_icon_share {
    background-image: url('/images/tour/use-case-icon_share.png');
}
.reason__body_icon_itpros {
    background-image: url('/images/tour/customers_itpros.png');
}
.reason__body_icon_retail {
    background-image: url('/images/tour/customers_retail.png');
}
.reason__body_icon_law {
    background-image: url('/images/tour/customers_law.png');
}
.reason__body_icon_health {
    background-image: url('/images/tour/customers_health.png');
}
.reason__body_icon_education {
    background-image: url('/images/tour/customers_education.png');
}
.reason__body_icon_other {
    background-image: url('/images/tour/customers_other.png');
}
.reason__body_icon_aes {
    background-image: url('/images/tour/security-icon_aes.png');
}
.reason__body_icon_2fa {
    background-image: url('/images/tour/security-icon_2fa.png');
}
.reason__body_icon_selfhost {
    background-image: url('/images/tour/security-icon_selfhost.png');
}
.reason__body_icon_history {
    background-image: url('/images/tour/security-icon_history.png');
}
.reason__body_icon_clientapp {
    background-image: url('/images/tour/security-icon_clientapp.png');
}

.reason__row {
    position: relative;

    padding: 30px 0;
    border-top: 1px dashed rgba(99, 99, 99,0.3);
}
.reason__row:first-child {
    padding-top: 0;
    border-top: 0;
}
.reason__row__last {
    text-align: center;
    padding-bottom: 0;
}
.reason__col {
    display: inline-block;
    vertical-align: top;
}

.reason__col_main {
    width: 65%;
    padding-right: 70px;
    padding-left: 228px;
    box-sizing: border-box;

    line-height: 21px;
}
.reason__col_sub {
    font-family: "PT Sans";
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;

    opacity: 0.8;
    width: 28%;
}
.reason__col_left {
    width: 35%;
    box-sizing: border-box;

    line-height: 21px;
}
.reason__col_right {
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;

    position: absolute;
    top: 30px;
    right: 0;

    width: 35%;
}
.reason__icon {
    background: no-repeat 90px center;
}
.reason__icon-remote-assist {
    background-image: url('/images/tour/device-icon-remote-assistance-blue.png');
}
.reason__icon-remote-support {
    background-image: url('/images/tour/device-icon-remote-support-blue.png');
}
.reason__icon-remote-unattended {
    background-image: url('/images/tour/device-icon-unattended-blue.png');
}
.reason__icon-remote-assist-pink {
    background-image: url('/images/tour/device-icon-remote-assistance-pink.png');
}
.reason__icon-remote-support-pink {
    background-image: url('/images/tour/device-icon-remote-support-pink.png');
}
.reason__icon-remote-assist-yellow {
    background-image: url('/images/tour/device-icon-remote-assistance-yellow.png');
}
.reason__icon-remote-support-yellow {
    background-image: url('/images/tour/device-icon-remote-support-yellow.png');
}
.reason__icon-remote-assist-orange {
    background-image: url('/images/tour/device-icon-remote-assistance-orange.png');
}
.reason__icon-touch-orange {
    background-image: url('/images/tour/device-icon-tap-swipe.png');
}
.reason__icon-remote-assist-green {
    background-image: url('/images/tour/device-icon-remote-assistance-green.png');
}
.reason__icon-touch-green {
    background-image: url('/images/tour/device-icon_tap-swipe-green.png');
}
.reason__icon-remote-assist-grey {
    background-image: url('/images/tour/device-icon-remote-assistance-grey.png');
}

.reason__row_icon {
    background: no-repeat center center;
}
.reason__row_icon_no-install {
    background-image: url('/images/tour/features-icon_no-install.png');
}
.reason__row_icon_no-peer {
    background-image: url('/images/tour/features-icon_peer-to-peer.png');
}
.reason__row_icon_no-firewall {
    background-image: url('/images/tour/features-icon_firewall.png');
}
.reason__row_icon_no-contact {
    background-image: url('/images/tour/features-icon_contact.png');
}
.reason__row_icon_no-quick {
    background-image: url('/images/tour/features-icon_quick.png');
}
.reason__row_icon_no-info {
    background-image: url('/images/tour/features-icon_info.png');
}
.reason__row_icon_no-trial {
    background-image: url('/images/tour/features-icon_trial.png');
}
.reason__row_icon_no-unlimited-computers {
    background-image: url('/images/tour/features-icon_unlimited-computers.png');
}
.reason__row_icon_no-licens-options {
    background-image: url('/images/tour/features-icon_licens-options.png');
}
.reason__row_icon_no-chat {
    background-image: url('/images/tour/features-icon_im-chat.png');
}
.reason__row_icon_detail-info {
    background-image: url('/images/tour/features-icon_detail-info.png');
}
.reason__row_icon_fixibledisplay {
    background-image: url('/images/tour/features-icon_fixibledisplay.png');
}
.reason__row_icon_cliboard {
    background-image: url('/images/tour/features-icon_cliboard.png');
}
.deskRoll_package {
	font-family: 'PT Sans', sans-serif;
}
.deskRoll_package-box {
	padding: 50px 0;
	font-size: 0;
}
.deskRoll_package-box .deskRoll_package-box-price {
	display: inline-block;
	width: 25%;
	line-height: 28px;
}
.deskRoll_package-box .deskRoll_package-box-price > p {
	font-size: 30px;
	color: #000;
	text-align: center;
	
}
.deskRoll_package-box .deskRoll_package-box-price > p > span {
	display: block;
	font-size: 16px;
	color: #909090;
}
.deskRoll_package-box .deskRoll_package-box-info {
	display: inline-block;
	width: 75%;
	padding-right: 80px;
	box-sizing: border-box;
	font-size: 14px;
	color: #000;
	line-height: 24px;
	vertical-align: top;
	opacity: 0.8;		
}
.seats {
	font-family: 'PT Sans', sans-serif;
	padding: 50px 0 40px 0;	
}
.seats > h2 {
	padding-bottom: 40px;
	font-size: 24px;
	font-weight: normal;
	color: #000;
	text-align: center;
}
.seats > p {
	padding-left: 100px;
	font-size: 16px;
	color: #000;
	line-height: 32px;
}
.seats > ul {
	padding: 15px 260px 20px 155px;
	list-style-position: outside;
}
.seats > ul > li {
	font-size: 14px;
	line-height: 24px;
	color: #414141;
	list-style-type: none;
	
}
.seats > ul > li:before {
	content: "•";
	position: absolute;
	left: 130px;
	color: #0099e5;
}
.seats > div > a.seats-button {
	font-size: 14px;
	text-decoration: none;
}
#content-diagram_info {
	display: block;
	margin: 0 auto 40px auto;
	background-color: #f9fafb;
}
#content-diagram_info > svg {
	display: block;
	padding: 50px 0;
	margin: 0 auto;
}

/* Help tour (end) */
/* Pages (end) */

.green-button {
    border-radius: 2px;
    background-image: linear-gradient(to bottom, #65d122, #4dc31b);
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    user-select: none;
    text-decoration: none;
}

.green-button:hover {
    background-image: linear-gradient(to bottom, #3cbe14, #2eab10)
}

.green-button:active {
    background-image: linear-gradient(to top, #27b20d, #1fa00a);
    box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}

#buy-button {
    position: absolute;
    width: 125px;
    height: 40px;
    right: 55px;
    top: 10px;
    font-size: 14px;
    display: inline-block;
    line-height: 40px;
    letter-spacing: 0.8px;
}
.box-content{
	padding: 30px 50px 10px 50px;
	margin-bottom: 40px;
	border: solid 1px #ebebeb;
}
#widget h2 {
	padding-bottom: 25px;
	font-size: 18px;
	color: #303030;
}
#widget > div.widget-head {
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 35px;
}
#widget > div.widget-head:after{
	content: "";
	height: 1px;
	width: 100%;
	display: block;
	position: absolute;
	bottom: 0;
	background-color: #e6e6e6;
}
#widget > div.widget-head > h1 {
	padding-bottom: 10px;
	font-size: 24px;
	font-weight: bold;
	color: #303030;
}
#widget > div.widget-head > span {
	font-size: 13px;
	color: #aaaaaa;
}
#widget-tab {
	font-size: 0;
}
#widget-tab > a {
	padding: 13px 20px;
	border-style: solid;
	border-width: 1px;
	border-color: #1d9cdb transparent #c9c9c9 #1d9cdb;
	border-top-left-radius: 4px;
	font-size: 13px;
	background-color: #fff;
	text-decoration: none;
	cursor: pointer;
    border-bottom-color: white;
}
#widget-tab > a:hover {
	color: #0698e3;
}
#widget-tab > a.default {
	border-color: #1d9cdb #1d9cdb #c9c9c9 transparent;
	border-top-left-radius: 0;
	border-top-right-radius: 4px;
	color: #1d9cdb;
}
#widget-tab > a.first-tab,
#widget-tab > a.active{
	border-color: #c9c9c9 #c9c9c9 transparent #c9c9c9;
	border-top-left-radius: 4px;
	color: #5f5f5f;
}
#widget-tab-win_btn,
#widget-tab-mac_btn {
	padding: 30px 0 0 0;
	margin: 13px 0 0 0;
	border: 1px solid transparent;
	border-top-color: #c9c9c9;
}
#widget-btn-size {
	padding-bottom: 30px;
	margin-bottom: 30px;
	font-size: 0;
	border: 1px solid transparent;
	border-bottom-color: #ebebeb;
}
#widget-btn-size > div{
	display: inline-block;
}
#widget-btn-size > div > div {
	display: inline-block;
	height: 145px;
	padding: 0 30px;
	text-align: center;
	border: 1px solid #ebebeb;
	box-sizing: border-box;
}
#widget-btn-size > div:not(:last-child) > div.btn-size-box {
	padding: 45px 30px 35px 30px;
}
#widget-btn-size > div:last-child > div.btn-size-box{
	padding: 8px 30px;
}
#widget-btn-size > div:nth-child(3) > div.btn-size-box{
	border-color: #ebebeb transparent;
}
#widget-btn-size > div > div.btn-size-box > div {
	display: inline-block;
}
div.btn-size-box {
	cursor: pointer;
}
div#widget-box-min,
div#widget-box-medium,
div#widget-box-max,
div#widget-Macbox-min,
div#widget-Macbox-medium,
div#widget-Macbox-max{
	position: absolute;
	cursor: pointer;
	z-index: 1;
}
#widget-btn-size > div > div
/*#widget-box-min:focus,
#widget-btn-size > div > div#widget-box-medium:focus,
#widget-btn-size > div > div#widget-box-max:focus,
#widget-btn-size > div > div#widget-Macbox-min:focus,
#widget-btn-size > div > div#widget-Macbox-medium:focus,
#widget-btn-size > div > div#widget-Macbox-max:focus*/ {
	border: 1px solid #78d341;
}
div#widget-box-min,
div#widget-Macbox-min {
	width: 182px;
}
div#widget-box-medium,
div#widget-Macbox-medium {
	width: 302px;
}
div#widget-box-max,
div#widget-Macbox-max {
	width: 262px;
}
#widget-btn-size > div > div#widget-box-medium,
#widget-btn-size > div > div#widget-Macbox-medium {
	border-color: #ebebeb transparent;
}
#widget-btn-size > div > span {
	display: block;
	padding-top: 10px;
	font-size: 12px;
	color: #aaaaaa;
	text-align: center;
}
#widget-options > div {
	margin-bottom: 30px;
}
#widget-options > div:nth-child(4) {
	padding-bottom: 30px;
	border: 1px solid transparent;
	border-bottom-color: #ebebeb;
}
#widget-options > div > span {
	padding-right: 30px;
	font-size: 14px;
	font-weight: bold;
	color: #828282;
}
#widget-options input[type*="radio"]{
	font-size: 16px;
	height: 16px;
	width: 16px;
}
#widget-options input[name*="text-win"],
#widget-options input[name*="text-mac"],
#widget-options input[name*="url-mac"],
#widget-options input[name*="url-win"]{
	font-size: 18px;
	height: 18px;
	width: 18px;
}
#widget-options input[type*="radio"]:not(checked){
	position: absolute;
	opacity: 0;
}
#widget-options input[type*="radio"]:not(checked) + label {
	position: relative;
	padding-right: 22px;
	font-size: 13px;
	color: #303030;
}
#widget-options > div input[type*="radio"] + label {
	cursor: pointer;
}
#widget-options input[type*="radio"]:checked + label:after {
	opacity: 1;
	font-weight: bold;
}
#widget-options > div input[name*="radio-win-color"]:not(checked) + label:after,
#widget-options > div input[name*="radio-mac-color"]:not(checked) + label:after{
	content: '';
	height: 16px;
	width: 16px;
	position: absolute;
	top: -3%;
    left: 14%;
	border-radius: 50%;
	transition: all .2s;
}
#widget-options > div input[name*="radio-win-color"]:checked + label:before,
#widget-options > div input[name*="radio-mac-color"]:checked + label:before {
	content: '';
	height: 20px;
	width: 20px;
	position: absolute;
	top: -23%;
	border: 1px solid #90c4db;
	border-radius: 50%;
	background: #fff;
}
#widget-options > div input[name*="radio-win-color"]:checked + label[for*="win-blue"]:before,
#widget-options > div input[name*="radio-mac-color"]:checked + label[for*="mac-blue"]:before {
	border-color: #007ab9;
}
#widget-options > div input[name*="radio-win-color"]:checked + label[for*="win-black"]:before,
#widget-options > div input[name*="radio-mac-color"]:checked + label[for*="mac-black"]:before {
	border-color: #585858;
}
#widget-options > div input[name*="radio-win-color"]:checked + label[for*="win-grey"]:before,
#widget-options > div input[name*="radio-mac-color"]:checked + label[for*="mac-grey"]:before {
	border-color: #d4d4d4;
}
#widget-options > div input[name*="radio-win-color"] + label,
#widget-options > div input[name*="radio-mac-color"] + label {
	margin-right: 22px;
}
#widget-options > div input[name*="radio-win-color"]:not(checked) + label[for*="win-blue"]:after,
#widget-options > div input[name*="radio-mac-color"]:not(checked) + label[for*="mac-blue"]:after {
	background-color: #007ab9;
}
#widget-options > div input[name*="radio-win-color"]:not(checked) + label[for*="win-black"]:after,
#widget-options > div input[name*="radio-mac-color"]:not(checked) + label[for*="mac-black"]:after {
	background-color: #585858;
}
#widget-options > div input[name*="radio-win-color"]:not(checked) + label[for*="win-grey"]:after,
#widget-options > div input[name*="radio-mac-color"]:not(checked) + label[for*="mac-grey"]:after {
	background-color: #d4d4d4;
}
#widget-options > div input[name*="text-win"]:checked + label:after,
#widget-options > div input[name*="text-mac"]:checked + label:after,
#widget-options > div input[name*="url-mac"]:checked + label:after,
#widget-options > div input[name*="url-win"]:checked + label:after {
	content: '';
	height: 8px;
	width: 8px;
	position: absolute;
	top: 2px;
	left: 11px;
	border-radius: 50%;
	background-color: #fff;
	transition: all .2s;
}
#widget-options > div input[name*="text-win"]:checked + label:before,
#widget-options > div input[name*="text-mac"]:checked + label:before,
#widget-options > div input[name*="url-mac"]:checked + label:before,
#widget-options > div input[name*="url-win"]:checked + label:before {
	content: '';
	position: absolute;
	height: 18px;
	width: 18px;
	border-radius: 50%;
	top: -3px;
	left: 6px;
	background-color: #0099e5;
	border: none;
}
#widget-options > div input[name*="text-win"]:not(checked) + label:before,
#widget-options > div input[name*="text-mac"]:not(checked) + label:before,
#widget-options > div input[name*="url-mac"]:not(checked) + label:before,
#widget-options > div input[name*="url-win"]:not(checked) + label:before {
	content: '';
	height: 18px;
	width: 18px;
	position: absolute;
	top: -4px;
	left: 6px;
	border: 1px solid #bbbbbb;
	border-radius: 50%;
	background: #fff;
}
#widget-options input[name="text-win"]:not(checked) + label,
#widget-options input[name="text-mac"]:not(checked) + label,
#widget-options input[name="url-mac"]:not(checked) + label,
#widget-options input[name="url-win"]:not(checked) + label {
	padding-left: 35px;
}
#widget-options input[name="text-win"]:checked + label,
#widget-options input[name="text-mac"]:checked + label,
#widget-options input[name="url-mac"]:checked + label,
#widget-options input[name="url-win"]:checked + label {
	font-weight: bold;
}
#widget-options > div > input[type="text"] {
	display: block;
	height: 40px;
	width: 40%;
	padding-left: 15px;
	margin: 15px 0 0 70px;
	border: solid 1px #d5d5d5;
	color: #858585;
	font-size: 12px;
	
}
#widget-options > div > input[type="text"]:focus {
	border: 1px solid #0698e3;
}
#widget-options > div:last-child span {
	font-size: 12px;
	color: #303030;
}
div.winget-options-textBox { 
	position: relative;
	height: 250px;
	width: 55%;
	box-sizing: border-box;
}
textarea#widget-win-results,
textarea#widget-mac-results {
 	display: block;
	width: 100%;
	margin-top: 15px;
	border: solid 1px #d5d5d5;
	resize: none;
}
textarea#widget-win-results,
textarea#widget-mac-results,
#widget-options > div > input[type="text"] {
	border-radius: 4px;
}
/*Clipboard*/
div.winget-options-textBox button.btnCopy{
    display: inline-block;
    padding: 5px 7px;
	position: absolute;
	top: 5px;
	right: 25px;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    color: #333;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-color: #eee;
    background-image: linear-gradient(#fcfcfc,#eee);
    border: 1px solid #d5d5d5;
	border-radius: 3px;
	opacity: 0;
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
	user-select: none;
    -webkit-appearance: none;
	-webkit-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
div.winget-options-textBox button.btnCopy:hover{
	text-decoration: none;
    background-color: #ddd;
    background-image: linear-gradient(#eee,#ddd);
    border-color: #ccc;
}
div.winget-options-textBox button.btnCopy:focus:hover{
	border-color: #51a7e8;
}
div.winget-options-textBox button.btnCopy:active{
	background-color: #dcdcdc;
    background-image: none;
    border-color: #b5b5b5;
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.15);	
}
div.winget-options-textBox button.btnCopy.tooltipped {
	position: absolute;
}
div.winget-options-textBox button.btnCopy.tooltipped:after {
	content: 'Copied!';
	display: block;
	position: absolute;
	padding: 5px 8px;
	background: #333;
	color: #fff;
	text-align: center;
	border-radius: 4px;
	top: 33px;
	left: -13px;
	z-index: 1;
	font-size: 10px;
}
div.winget-options-textBox button.btnCopy.tooltipped:before {
	content: '';
	display: block;
	height: 0;
	width: 0;
	position: absolute;
	top: 11px;
	border-style: solid;
	border-width: 0 6px 5px 6px;
	border-color: transparent transparent #333 transparent;
	left: 50%;
	margin-left: -6px;
	top: 28px;
}
div.winget-options-textBox button.btnCopy > span {
	display: block;
	height: 16px;
	width: 14px;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAYAAAAmlE46AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAJRJREFUKJGV0ssNwjAQhOEvKCdKgSMI0QWiA0qjmojHmRogBXAOp8AmOJbzSyvLnvF4ZZt/jmjxwiGhT9Jihz2eOeMVXahb0O4j7RI39ovbTPgm+EAVJ4VU8cRSvt46tZhKz6YkWOI85e3CGIU1HrnglHDC2/ApBrUYBcy64SnzqrTV2EpP0eXM6q72+6slNDMOSfMB+pY2WW6Gx+gAAAAASUVORK5CYII=');
}
/*End clipboard*/
.document-overlay {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    visibility: hidden;
    opacity: 0.1;
    z-index: 100;
}
.email-hidden {
    opacity: 0;
    transition: .3s;
}
.ivite-email-text {
    font-weight: 600;
}
#menu-button,
#menu-input-button {
    display: none;
}

/*Begin adaptive tour*/
.sub-navigation__link {
    display: inline-block;
}
@media screen and (max-width: 1020px) {
    .sub-navigation__link {
        margin-right: 30px;
    }
}
@media screen and (max-width: 950px) {
    .sub-navigation__link {
        margin-right: 20px;
    }
    .title-info__sub-nav {
        top: 100px;
    }
    .title-info__sub-nav {
        line-height: 30px;
    }
    .for-stick-block >img {
        height: 390px;
    }
    .why-buy-deskroll {
        font-size: 19px;
    }
    .title-info__sub-nav {
        font-size: 18px;
    }
    .title-info__sub-nav_black {
        font-size: 18px;
        line-height: 30px;
    }
}
/*End adaptive tour*/

/*Begin adaptive notification*/
@media screen and (max-width: 920px) {
    .b-after-head-nav__item {
        margin-right: 20px;
    }
    .b-after-head-nav__item_start {
        margin-right: 20px;
    }
}
/*End adaptive notification*/

/* Begin adaprive footer*/
@media screen and (max-width: 900px) {
    .b-soc-icons {
        float: none;
        display: inline-block;
        width: auto;
    }
    .b-footer-right {
        float: none;
        display: block;
        padding-top: 10px;
    }
    .b-copyright {
        margin-left: 0;
        float: none;
        display: block;
        padding-top: 10px;
    }
    .b-footer {
        padding: 23px 0px 23px 0px;
        text-align: center;
    }
    .b-notification-wrap {
        width: 100%;
        left: 0;
        margin-left: 0;
        padding: 5px 20px 5px 20px;
        box-sizing: border-box;
    }
    .b-notification-wrap .b-notif-text {
        padding-left: 0;
    }
}
/* End adaptive footer */

/* Begin adaptive tour */
@media screen and (max-width: 884px) {
    .sub-navigation__link {
        line-height: 30px;
    }
    .sub-navigation {
        height: 100px;
    }
    .sub-navigation {
        text-align: center;
    }
}
/* End adaptive tour */

/* Begin adaptive main menu */
@media screen and (max-width: 800px) {
    .b-small-top-menu-list li,
    .b-login-dropdown-nav {
        margin-left: 20px;
    }
}
/* End adaptive main menu */

/* Begin responsive styles for start page */
@media screen and (max-width: 750px) {
    .start-help-links {
        width: 90%;
    }
    .start-help-links {
        height: auto;
        min-height: 53px;
        padding: 10px;
        box-sizing: border-box;
    }
}
@media screen and (max-width: 680px) {
    .start-head-title {
        margin-left: 186px;
    }
    .start-head {
        height: auto;
        min-height: 68px;
        padding: 0 20px 24px;
        box-sizing: border-box;
    }
}
@media screen and (max-width: 600px) {
    .start-list-item__number,
    .start-list-item__text {
        display: inline-block;
        vertical-align: middle;
    }
    .start-list-item__text {
        width: 88%;
    }
    .start-list-item__number {
        position: static;
        margin-right: 10px;
    }
    .start-centered-content {
        width: 100%;
        max-width: 500px;
        padding: 43px 20px 0;
        box-sizing: border-box;
    }
    .copy-cliboard > input {
        width: 100% !important;
        box-sizing: border-box;
    }
}
@media screen and (max-width: 460px) {
    .start-list-item__text {
        width: 80%;
    }
}
@media screen and (max-width: 400px) {
    .start-head-title {
        margin-left: 0;
        padding-top: 80px;
        text-align: left;
    }
    .start-help-links__item a {
        height: auto;
    }
}
/* End responsive styles */