@charset "utf-8";
/*
* @package Protectimus
* @section global styles
* @author Alexander CSR <need@verstka.pro>
* @link <www.verstka.pro>
*/
body {font: 13px/22px "Helvetica Neue", Arial, Helvetica, sans-serif; background: #fff; color: #637a8b;}
html, body {margin: 0px; padding: 0px; height: 100%; width: 100%;}
*:focus, * {outline: none;}
table, td, th, tr {padding: 0px; border-collapse: collapse;}
ul, ol, li, form, fieldset, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, del, blockquote, dfn, kbd, address {margin: 0px;padding: 0px;text-decoration: none;font-style: normal;border: none;list-style: none;}
input {margin: 0px;}
a {color: #4ac7e9; text-decoration: underline; border-bottom: 0px dashed #4ac7e9;}
a:hover {text-decoration: none; border-bottom-color: transparent;}
a *, input[type="button"], input[type="submit"], button, button * {cursor: pointer; -webkit-appearance: none;}
a img {border: none;}

/*
@media screen and (-webkit-min-device-pixel-ratio: 0) {
}

@-moz-document url-prefix() {
}
*/

/* icons */

[class^="i-"] {display: inline-block; vertical-align: top; background: url(../img/sprite.png);}
.i-play {width: 66px; height: 66px; background-position: -271px 0px;}

/* forms */

input, textarea {font-family: Arial, Helvetica, sans-serif;}

.input {display: inline-block; vertical-align: top; position: relative; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; background-color: #fff; border: 3px solid #e1e8ea; /*border-radius: 5px;*/ width: 100%;}
.input input,
.input textarea {border: 0px; margin: 0px; display: block; width: 100%; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; background: rgba(255, 255, 255, .01); color: #637a8b; padding: 5px 7px 7px; font-size: 13px;}
.input textarea {height: 100%; resize: none; line-height: 18px;}

input[type="checkbox"], input[type="radio"] {position: absolute; cursor: pointer; opacity: 0.01; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1); -khtml-opacity: 0.01; -moz-opacity: 0.01;}
input[type="checkbox"] + u, input[type="radio"] + u {display: inline-block; vertical-align: top; background: url(../img/sprite.png); cursor: pointer;}
input[type="checkbox"]:focus + u, input[type="radio"]:focus + u {outline: 1px dotted #999;}
input[type="checkbox"] + u + span, input[type="radio"] + u + span {display: inline-block; vertical-align: top; line-height: 18px; padding-left: 5px;}
input[type="checkbox"] + u {width: 17px; height: 17px; background-position: -190px -33px;}
input[type="checkbox"]:checked + u {background-position: -207px -33px;}
input[type="radio"] + u {}
input[type="radio"]:checked + u {}

[placeholder]::-webkit-input-placeholder {color: #85929e;}
[placeholder]:-moz-placeholder {color: #85929e;}
[placeholder]::-moz-placeholder {color: #85929e;}
[placeholder]:-ms-input-placeholder {color: #85929e;}

.button {display: inline-block; vertical-align: top; position: relative; text-align: center; text-decoration: none; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; color: #fff; font-size: 12px; line-height: 26px; padding: 0px 15px; /*border-radius: 5px;*/ height: 29px; font-weight: bold; transition: background .15s ease; min-width: 81px;}
.button input {position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: block; border: 0; background-color: #fff; opacity: 0.01; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1); -khtml-opacity: 0.01; -moz-opacity: 0.01;}
.button.green {background-color: #269400;}
.button.green:hover {background-color: #38ac10;}
.button.green:active {background-color: #1e7500;}
.button.blue {background-color: #4ac7e9;}
.button.blue:hover {background-color: #38ac10;}
.button.blue:active {background-color: #1e7500;}

select {width: 100%;}

label {cursor: pointer;}

.f-item {padding-bottom: 13px;}
.f-order {padding-top: 30px;}

/* grid */

.default {margin: auto; width: 1260px; position: relative;}

.page { position: relative; z-index: 1; min-width: 1280px; min-height: 100%; margin: auto;}

@media (max-width: 1400px) {
    .default { width: 100%; }
    .page { min-width: 1000px; }
}

.page-wrap {padding-bottom: 224px;}

.topline {height: 29px; line-height: 28px; background-color: #edf0f2; overflow: hidden; text-transform: uppercase; font-size: 10px; text-decoration: none;}
.topline li {float: left; padding-left: 12px;}
.topline a {color: #899ba8; text-decoration: none;text-transform: uppercase;}
.topline a:hover, .topline-lang .active a {color: #232f41;}
.topline-nav .active a {color: #31c6e9;}
.topline-nav {float: left; padding-left: 8px;}
.topline-lang {float: right; padding-right: 5px;}
.topline .active a {cursor: default;}

.header {overflow: hidden; height: 67px; background-color: #f2f5f7;}
.header .nav {margin: 19px 0px 0px 13px;}
.header-logo {float: left; width: 181px; height: 33px; background: url(../img/sprite.png); margin: 16px 0px 0px 16px;}
.header-logo a {display: block; height: 100%;}
.header-notlogged {float: right;}
.header-notlogged p {float: left; font-weight: bold; margin-top: 21px;}
.header-notlogged p a {color: #4ac7e9; text-decoration: none; position: relative;}
.header-notlogged p a:hover {text-decoration: underline;}
.header-notlogged p a:after {content: ''; display: block; position: absolute; top: 0; right: 100%; width: 15px; height: 15px; background: url(../img/sprite.png) -108px -33px; margin: -1px 6px 0px 0px;}
.header-notlogged .button {float: left; display: block; margin: 19px 0px 0px 8px;}

body.admin-bar .page-wrap .header { top: 0; transition: top 0.2s ease }
@media(max-width: 1000px){
    body.admin-bar .page-wrap .header { top: 32px }
}
@media(max-width: 782px){
    body.admin-bar .page-wrap .header { top: 46px }
    body.admin-bar.scrolled .page-wrap .header { top: 0 }
}

.nav {float: left;}
.nav li {float: left;}
.nav a {display: block; height: 29px; font-size: 12px; color: #1e2939; font-weight: bold; text-decoration: none; line-height: 26px; margin: 0px 10px;}
.nav a:hover {text-decoration: underline;}
.nav .active a {background-color: #273243; color: #fff; /*border-radius: 5px;*/ margin: 0; padding: 0px 10px; text-decoration: none; cursor: default;}

.content {margin: 35px 0px 0px 20px;}
.content > h1 {padding-bottom: 36px;}
.content h1 {font-size: 24px; line-height: 35px; font-weight: normal; color: #1e2939;}

.content-title {border-bottom: 1px solid #edf0f2; position: relative; margin-bottom: 51px;}
.title h1 {padding-bottom: 26px;}
.content-title img {display: block; right: 0; bottom: 0; position: absolute;}

/* p -                        h1 */
.content-title img[width="420"] + p {width: 500px;}
.content-title img[width="350"] + p {width: 570px;}

.content-title img[width="420"] + h1 {width: 500px;}
.content-title img[width="350"] + h1 {width: 570px;}
.content-title h1{width: 500px}
.content-title br{display: none;}
/* p -                        h1 */
.content-title p, h1 {color: #1e2939; font: 24px/36px "PF Square Sans Pro"; padding-bottom: 29px !important;}

.content-title ul {overflow: hidden; padding: 5px 0px 9px;}
.content-title ul li {float: left; padding-right: 20px;}
.content-title ul a {text-decoration: none; color: #00a7d4;}
.content-title ul a:hover {text-decoration: underline;}
.content-title ul .active a {color: #273243; text-decoration: none; cursor: default;}

.content-title-tipped {padding-bottom: 45px;}
.content-title-tipped p {color: #00a7d4; font: 18px/20px "PF Square Sans Pro";}
.content-title-tipped .small {color: #00a7d4; font: 14px "PF Square Sans Pro"; padding-top: 5px;}

.content-title-main {padding: 10px 0px 20px 20px; max-width: 100%;}
.content-title-main .grid-2 .knowledge {}
.content-title-main p {color: #00a7d4; font: 18px/20px "PF Square Sans Pro";}
.content-title-main .news {color: #637A8B; font: 14px "PF Square Sans Pro"; text-align: justify;}
.content-title-main .small {color: #00a7d4; font: 14px "PF Square Sans Pro";}
.content-title-main .archive {color: #00a7d4; font: 14px "PF Square Sans Pro"; text-align: right;}
.content-title-main .breadcrumb {color: #637A8B; font: 9px "PF Square Sans Pro"; margin: 0 0 -40px;z-index: 1}
.content-title-main .breadcrumb a {color: #637A8B; font: 9px "PF Square Sans Pro"; text-decoration: none;}

/*.footer {height: 225px; margin: -205px auto 0px; position: relative; z-index: 2; background-color: #edf0f2; overflow: hidden; min-width: 980px;}
.footer-topline {overflow: hidden; margin-left: 19px; padding-bottom: 37px;}
.footer-logo {float: left; width: 108px; height: 20px; background: url(../img/sprite.png) 0px -33px; margin-top: 44px;}
.footer-logo a {display: block; height: 100%;}
.footer .nav {margin: 40px 0px 0px 44px;}
.footer-cards {float: right; padding: 39px 1px 0px 0px;}

.footer-social {padding: 100px 1px 0px 0px;}
.footer-social li {float: left; padding-right: 10px;}
.footer-social img {border:2; width:32px; height:32px; opacity: 0.4}
.footer-social img:hover {opacity: 0.8}

.footer-bottomline {border-top: 1px solid #dee2e5; color: #899ba8; text-transform: uppercase; font-size: 10px; line-height: 20px; margin-left: 20px; padding-top: 23px;}
.footer-copy {float: left;}
.footer-developer {float: right;}
*/

.footer {height: 174px; margin: -174px auto 0px; position: relative; z-index: 2; background-color: #edf0f2; overflow: hidden; min-width: 980px;}
.footer .hidden{display: none;}
.footer-topline {overflow: hidden; margin-left: 19px; padding-bottom: 31px;}
.footer-apps {float: left; padding: 34px 0px 0px 1px;}
.footer-apps a {display: block; float: left; background: url(../img/sprite.png); margin-right: 15px;}
.footer-apps a.ios {width: 133px; height: 37px; background-position: -1px -272px; margin-top: 1px;}
.footer-apps a.android {width: 117px; height: 37px; background-position: -136px -272px;}
.footer .nav {margin: 40px 0px 0px 44px; float: right;}
.footer-bottomline {border-top: 1px solid #dee2e5; color: #899ba8;}
.footer-copy {float: left; font-size: 10px; line-height: 20px; padding: 22px 0px 0px 20px;}
.footer-social {float: right; padding-top: 20px;}
.footer-social li {float: left; height: 20px; padding: 0px 14px;}
.footer-social li + li {border-left: 1px solid #dee2e5;}
.footer-social li a {display: inline-block; vertical-align: middle; background: url(../img/sprite.png);}
.footer-social li a.twitter {width: 18px; height: 15px; background-position: -292px -66px;}
.footer-social li a.ytube {width: 32px; height: 13px; background-position: -292px -81px;}
.footer-social li a.linkedin {width: 16px; height: 16px; background-position: -292px -95px;}
.footer-social li a.google {width: 17px; height: 16px; background-position: -308px -94px;}
.footer-social li:before {content: "";display: inline-block;vertical-align: middle;height: 100%;}
.footer-paysystems {float: right; padding: 20px 25px 0px 0px;}
.footer-paysystems li {display: inline-block; vertical-align: middle; padding-left: 4px;}
.footer-paysystems li a {display: inline-block; vertical-align: middle; background: url(../img/sprite.png);}
.footer-paysystems li a.visa {width: 37px; height: 13px; background-position: -252px -286px;}
.footer-paysystems li a.mastercard {width: 27px; height: 17px; background-position: -289px -286px;}
.footer-oath {float: right; padding: 26px 35px 0px 0px;}
.footer-oath a {display: block; text-decoration: none; color: #899ba8; font: 9px/16px Arial, sans-serif; text-transform: uppercase; letter-spacing: 0.5px;}
.footer-oath a i {display: inline-block; vertical-align: top; width: 70px; height: 16px; background: url(../img/sprite.png) -252px -270px; margin-right: 8px;}

.grid-3 .column {display: inline-block; vertical-align: top; width: 380px;}
.grid-3 .column + .column {padding-left: 45px;}
.grid-3 .column h2 {padding-bottom: 13px;}

.grid-2 { display: flex; justify-content: flex-start; align-items: flex-start;}
.grid-2 .column {display: inline-block; vertical-align: top; flex: 1 0 60%;}
.grid-2 .column + .column {padding-left: 1rem; flex: 1 0 35%;}
.grid-2 .column h2 {font: 20px "PF Square Sans Pro";}

/* knowledge base */

.grid-2 .knowledge {
    font: 15px "PF Square Sans Pro", sans-serif;
    position: absolute;
    width: 60%;
    height: 220px;
    background: white;
    text-align: justify;
}

.grid-2 .tags {
    display: block;
    position: relative;
    float: right;
}
.grid-2 .tags h2 {
    background: none repeat scroll 0 0 #4ac7e9;
    border: medium none; /*border-radius: 5px;*/
    color: #fff;
    cursor: pointer;
    font-family: "PF Square Sans Pro", sans-serif;
    font-size: 10px;
    letter-spacing: 1px;
    margin: 2px;
    padding: 5.5px 20px !important;
    text-transform: uppercase;
    display: inline-table
}
.grid-2 .tags .active {background-color: #38ac10;}
.grid-2 .tags h2:hover {background-color: #38ac10;}

.grid-2u .column {display: inline-block; vertical-align: top;}
.grid-2u .column + .column {padding-left: 90px;}
.grid-2u .column.wide {width: 510px;}
.grid-2u .column.narrow {width: 340px;}
.grid-2u h3:first-child {padding: 5px 0px 22px;}
.grid-2u h4:first-child {padding: 17px 0px 26px;}

/* text */

h2, h3 {color: #1e2939; font-family: "PF Square Sans Pro"; font-weight: normal;}

h2 {font-size: 24px; line-height: 28px;}
h3 {font-size: 18px; line-height: 22px; padding-bottom: 9px;}
h4 {font-size: 13px; line-height: 22px; color: #1e2939; padding: 3px 0px 25px; font-weight: normal;}

.text p {padding-bottom: 8px;}
.text p.small {font-size: 11px;}
.text p + h2, .text p + h3, .text p + h4 {padding-top: 29px;}
.text h1,h2 {padding-bottom: 20px !important;}
.text h1 {font-size: 24px; line-height: 28px; font-weight: normal; color: #1e2939;}
.text img {display: block; /*border-radius: 10px;*/ margin-bottom: 8px;}
.text blockquote {display: block; padding-bottom: 8px; color: #31c6e9; font: 18px/30px "PF Square Sans Pro";}
.text ol {counter-reset: list;}
.text ol li {position: relative; padding: 0px 0px 16px 33px;}
.text ol li:before {content: counter(list); counter-increment: list; display: block; position: absolute; top: 0; left: 0; width: 25px; height: 25px; background-color: #31c6e9; text-align: center; color: #fff; line-height: 25px; /* border-radius: 100%; */ font-size: 12px;}
.text ul li {padding: 0px 0px 8px 18px; position: relative; margin-left: 18px;}
.text ul li:before {content: ''; display: block; position: absolute; top: 8px; left: 0; background: url(../img/sprite.png) -261px -30px; width: 8px; height: 8px;}

.highlighted {background-color: #f2f5f7; /*border-radius: 10px;*/ padding: 10px 19px;}
.highlighted h3 {padding-bottom: 11px !important;}
.highlighted p {line-height: 16px;}

/* widgets */

.w-plans {overflow: hidden;}
.w-plans-item {float: left; width: 167px; height: 336px; margin-left: 35px; background-color: #f2f5f7; border: 5px solid #f2f5f7; /*border-radius: 10px;*/ text-align: center;}
.w-plans-item ul {line-height: 28px; margin: 0 14px 19px 14px; text-align: left;}
.w-plans-item strong {float: right;}
.w-plans-item:first-child {margin-left: 0;}
.w-plans-item:hover {border-color: #44c1e3;}
.w-plans-item-name {font: 100 22px "PF Square Sans Pro"; color: #232f41; padding: 24px 0px 30px;}
.w-plans-item-price {width: 177px; height: 53px; background: #44c1e3 url(../img/sprite.png); color: #fff; margin: 0px 0px 19px -5px;}
.w-plans-item-price b {font: bold 24px/56px "PF Square Sans Pro";}
.w-plans-item-price b span {font-size: 14px; position: relative; top: -7px;}
.w-plans-item-price b span.currency {padding-right: 2px;}
.w-plans-item-price b span.float {text-decoration: underline; padding-left: 4px;}
.w-plans-item-price > span {font: 500 11px/12px "PF Square Sans Pro"; position: relative; top: -9px; padding-left: 3px;}

.w-plans-item-price.micro {background-position: 0px -58px;}
.w-plans-item-price.starter {background-position: 0px -111px;}
.w-plans-item-price.business {background-position: 0px -164px;}
.w-plans-item-price.custom {background-position: 0px -217px;}
.w-plans-item-price.platform {background-position: 0px -58px;}

/* prices*/
.w-plans-item li a {text-decoration: none; color: #637A8B;}
.w-plans-item li a:hover {text-decoration: none; cursor: help;}

.prices-leftcol {display: inline-block; vertical-align: top; width: 200px; padding: 6px 20px 0px 0px;}
.prices-rightcol {vertical-align: top;}
.prices-rightcol h2 {padding-bottom: 25px;}

.prices table {margin-bottom: 38px; width: 100%;}
.prices thead td {border-left: 2px solid #fff;}
.prices thead td:first-child {border: none;}
.prices thead b {display: block; height: 28px; line-height: 26px; color: #fff; padding: 0px 11px; /*border-radius: 5px 5px 0px 0px;*/ text-align: center;}
.prices thead .feature {width: 179px;}
.prices thead .protectimus b {background-color: #60c5e9;}
.prices thead .company-1 b {background-color: #273243;}
.prices thead .company-2 b {background-color: #3e4d64;}
.prices thead .company-3 b {background-color: #61738e;}
.prices thead .company-4 b {background-color: #798FAF;}

.prices tbody tr > * {background-color: #f2f5f7; border-left: 2px solid #fff; border-bottom: 2px solid #fff;}
.prices tbody th[colspan] {background-color: #edf0f2; height: 45px; padding: 0px 0px 0px 14px; color: #273243; font: 500 15px "PF Square Sans Pro";}
.prices tbody th {font-size: 11px; line-height: 11px; color: #273243; padding: 12px 10px 13px 14px; font-weight: normal; text-align: left; border-left: none;}
.prices tbody td {font-size: 11px; line-height: 11px; color: #273243; padding: 12px 10px 13px 14px; font-weight: normal; text-align: center;}

.prices tbody i {display: inline-block; vertical-align: top; width: 13px; height: 13px; background-image: url(../img/sprite.png); margin-top: 4px;}
.prices tbody i.full {background-position: -224px -42px;}
.prices tbody i.semi {background-position: -237px -42px;}

.prices-try {text-align: center; padding-left: 24px;}


.w-try {display: inline-block; vertical-align: top; text-align: center;}
.w-try p {font-size: 11px; color: #269400; line-height: 26px;}

.nav-left-faq {background-color: #f2f5f7; /*border-radius: 10px;*/ font-weight: bold; line-height: 22px;
  /* padding: 13px 17px 10px; */
   min-height: 350px;}
.nav-left-faq li {padding-bottom: 8px;}
.nav-left-faq a {color: #273243; text-decoration: none;}
.nav-left-faq a:hover {text-decoration: underline;}
.nav-left-faq .active a {color: #00a7d5; text-decoration: none; cursor: default;}

.w-links li {padding-bottom: 15px; line-height: 16px;}
.w-links a {text-decoration: none; color: #00a7d4;}
.w-links a:hover {text-decoration: underline;}

.w-file {line-height: 16px; padding-left: 20px;}
.w-file a {text-decoration: none; color: #00a7d4; position: relative;}
.w-file a:hover {text-decoration: underline;}
.w-file p {font-size: 11px; line-height: 14px; padding-left: 1px; color: #899ba8;}
.w-file span {color: #637a8b;}
.w-file a:before {content: ''; display: block; position: absolute; top: -1px; left: -18px; width: 11px; height: 18px; background: url(../img/sprite.png) -123px -33px;}
.w-file.doc a:before {background-position: -134px -33px;}
.w-file.xls a:before {background-position: -145px -33px; width: 14px;}
.w-file.ppt a:before {background-position: -159px -33px; width: 14px;}
.w-file.avi a:before {background-position: -173px -33px; width: 17px;}
.w-file.pdf a:before {background-position: -250px -48px;}
.w-file.zip a:before {background-position: -250px -30px;}

.w-files .w-file + .w-file {margin-top: 14px;}

.w-tokens h2 {padding-bottom: 31px;}
.w-tokens table {margin-left: 20px;}
.w-tokens .photo {width: 70px;}
.w-tokens .model {width: 160px;}
.w-tokens .pricing {width: 390px; text-align: center;}
.w-tokens .pricing span {float: left; text-align: center; width: 70px;}
.w-tokens .details {width: 390px;}
.w-tokens .description{display: none;}
.w-tokens thead th {text-align: left; font-size: 11px; font-weight: bold; line-height: 22px; color: #1e2939; border-bottom: 2px solid #d3d3d3; padding: 0px 10px 2px 0px;}
.w-tokens tbody td {border-bottom: 1px solid #d3d3d3; font-size: 11px; line-height: 18px; padding: 2px 10px 2px 0px;}
.w-tokens tbody img {margin-left: 10px;}
.w-tokens tbody .model {font-weight: bold; text-transform: uppercase;}
.w-tokens tbody .model a {text-decoration: none; color: #009dc8;}
.w-tokens tbody .model a:hover {text-decoration: underline;}

.w-tokens-try {text-align: center; padding: 38px 0px 0px 60px;}
.w-tokens-try p {display: inline-block; vertical-align: top; padding-left: 7px;}

.w-table {margin: 20px 0px; width: 100%; font-size: 11px;}
.w-table th:first-child {padding-left: 0;}
.w-table thead th {font-weight: bold; text-align: left; line-height: 1.2em; color: #1e2939; vertical-align: top; padding: 0px 0px 18px 10px;}
.w-table tbody th {vertical-align: top; text-align: left; color: #1e2939; padding: 7px 0px 7px 10px;}
.w-table tbody td {padding: 7px 0px 7px 10px; border-bottom: 1px solid #d3d3d3;}
.w-table tbody tr:first-child > * {border-top: 2px solid #d3d3d3;}
.w-table tbody tr:nth-child(2n) td {background-color: #f2f5f7;}
.w-table tfoot {border-top: 2px solid #d3d3d3;}
.w-table tfoot td {padding-top: 15px; text-align: right; font-size: 13px;}

/* index */

.index-slider {background: #f2f5f7 url(../img/index-slider-bg.png) 50% 0px repeat-x; height: 448px;}
.index-slider li {position: relative;}
.index-slider dl {position: absolute; width: 100%; text-align: center; top: 40px; left: 0;}
.index-slider dt {font: bold 44px/30px "PF Square Sans Pro"; color: #232f41; text-transform: uppercase; letter-spacing: -2px;}
.index-slider dt span {color: #4ac7e9;}
.index-slider dd, h1 {font: 500 19px/36px "PF Square Sans Pro"; color: #637a8b;}
.index-slider .bx-pager {position: absolute; z-index: 61; left: 21px; bottom: 21px; overflow: hidden;}
.index-slider .bx-pager-item {float: left; margin-right: 12px;}
.index-slider .bx-pager a {display: block; width: 12px; height: 12px; background: url(../img/sprite.png) -236px -30px; text-indent: -9999px; font-size: 0; border-radius: 100%;}
.index-slider .bx-pager a.active {background-position: -224px -30px;}
.index-slider-image {position: relative;}
.index-slider-image img {max-width: 100%; object-fit: cover;}
.index-slider-image .i-play {display: block; position: absolute; z-index: 9999; top: 260px; left: 66%; margin-left: -23px; border-radius: 100%;}
.index-slider-video {text-align: center; margin: 135px 0px 0px 18px; position: relative;}
.index-slider-video img {display: inline-block; /*border-radius: 10px;*/}
.index-slider-video .i-play {display: block; position: absolute; z-index: 61; top: 50%; left: 50%; margin: -33px 0px 0px -33px; border-radius: 100%;}

.index-sign {background: #f2f5f7;}
.index-sign form {height: 54px; background-color: #4ac7e9; /*border-radius: 10px 10px 0px 0px;*/ margin-left: 20px; text-align: center; color: #fff;}
.index-sign b {display: inline-block; vertical-align: top; font: bold 29px/58px "PF Square Sans Pro"; text-transform: uppercase; letter-spacing: -1px; padding-right: 13px;}
.index-sign .input {height: 29px; border: 0px; width: 231px; margin: 13px 8px 0px 0px;}
.index-sign .input input {font-size: 13px; line-height: 16px; padding: 6px 12px;}
.index-sign .button {margin-top: 13px;}

.index-benefits ul {margin: 0px 0px 39px 20px; overflow: hidden; /*border-radius: 0px 0px 10px 10px;*/ color: #fff; text-align: center;}
.index-benefits li {width: 310px; height: 230px; padding-top: 10px; background-color: #44c1e3; float: left;}
.index-benefits li + li {width: 310px; background-color: #3dbbdd;}
.index-benefits li + li + li {width: 310px; background-color: #31b0d2;}
.index-benefits li + li + li + li{width: 310px; background-color: #3dbbdd}
.index-benefits dt {font: 500 18px/22px "PF Square Sans Pro"; padding: 30px 0px 8px;}
.index-benefits dd {line-height: 24px; padding: 0px 30px;}
.index-benefits s {display: inline-block; vertical-align: top; background-image: url(../img/sprite.png);}
.index-benefits s.icon-easy {width: 72px; height: 69px; background-position: -220px -66px; margin-right: 5px;}
.index-benefits s.icon-featured {width: 87px; height: 52px; background-position: -220px -186px; margin-right: 6px;}
.index-benefits s.icon-money {width: 82px; height: 51px; background-position: -220px -135px; margin: 1px 0px 2px;}

.index-plans-title {margin: 10px 0px 10px 20px; position: relative; text-align: center; font: 29px/29px "PF Square Sans Pro"; color: #232f41; text-transform: uppercase; letter-spacing: -1px;}
.index-plans-title b {background-color: #fff; padding: 0px 22px; position: relative; z-index: 2;}
.index-plans-title span {color: #44c1e3;}
.index-plans-title:after {content: ''; display: block; width: 100%; height: 1px; background-color: #e6ebef; position: absolute; top: 14px; left: 0; z-index: 1;}
.index-plans .w-plans {margin-left: 20px;}

/* advantages */

.advantages-leftcol {display: inline-block; vertical-align: top; width: 180px; padding-right: 40px;}
.advantages-leftcol .w-try {padding-top: 4px;}

.advantages-rightcol {display: inline-block; vertical-align: top; width: 710px;}

/* contacts */

.contacts h2 {padding-bottom: 16px;}

.contacts-leftcol {display: inline-block; vertical-align: top; width: 535px; padding-right: 60px;}
.contacts-leftcol * + h2 {padding-top: 38px;}
.contacts-leftcol p {line-height: 26px;}
.contacts-rightcol {display: inline-block; vertical-align: top; width: 339px;}

.contacts-maillist dl {overflow: hidden;}
.contacts-maillist dt {float: left; width: 326px; line-height: 26px;}
.contacts-maillist dd {line-height: 26px;}
.contacts-maillist a {text-decoration: none; color: #00abd9;}
.contacts-maillist a:hover {text-decoration: underline;}

.contacts form {padding-top: 10px;}
.contacts form .message .input {height: 85px;}

/* faq */

.faq-leftcol {display: inline-block; vertical-align: top; width: 198px; padding-right: 38px;}
.faq-rightcol {display: inline-block; vertical-align: top; width: 900px; padding-top: 7px;position: relative;}
.faq-rightcol #answer{position: relative;margin-top: -65px;margin-bottom: 65px}
.faq-rightcol h2 {padding-bottom: 18px;}

.faq-item {padding-bottom: 18px;}
.faq-item dt {font-weight: bold; color: #00a7d5; padding-bottom: 2px;}

/* features */

.features-leftcol {display: inline-block; vertical-align: top; width: 645px; padding: 6px 75px 0px 0px;}
.features-rightcol {display: inline-block; vertical-align: top; width: 515px;}
.features-rightcol h2 {padding-bottom: 25px;}

.features table {margin-bottom: 38px; width: 100%;}
.features thead td {border-left: 2px solid #fff;}
.features thead td:first-child {border: none;}
.features thead b {display: block; height: 28px; line-height: 26px; color: #fff; padding: 0px 11px; /*border-radius: 5px 5px 0px 0px;*/ text-align: center;}
.features thead .feature {width: 179px;}
.features thead .protectimus b {background-color: #269400;}
.features thead .company-1 b {background-color: #273243;}
.features thead .company-2 b {background-color: #3e4d64;}
.features thead .company-3 b {background-color: #61738e;}
.features thead .company-4 b {background-color: #798FAF;}

.features tbody tr > * {background-color: #f2f5f7; border-left: 2px solid #fff; border-bottom: 2px solid #fff;}
.features tbody th[colspan] {background-color: #edf0f2; height: 45px; padding: 0px 0px 0px 14px; color: #273243; font: 500 15px "PF Square Sans Pro";}
.features tbody th {font-size: 11px; line-height: 11px; color: #273243; padding: 12px 10px 13px 14px; font-weight: normal; text-align: left; border-left: none;}
.features tbody td {text-align: center;}
.features tbody i {display: inline-block; vertical-align: top; width: 13px; height: 13px; background-image: url(../img/sprite.png); margin-top: 4px;}
.features tbody i.full {background-position: -224px -42px;}
.features tbody i.semi {background-position: -237px -42px;}

.features-try {text-align: center; padding-left: 24px;}

/* how it works */

.how-item {overflow: hidden;}
.how-item + .how-item {padding-top: 53px;}
.how-item img {display: block;}
.how-item:nth-child(2n) img {float: right;}
.how-item:nth-child(2n) .text {margin-right: 419px;}
.how-item:nth-child(2n-1) img {float: left; margin-top: 5px; margin-left: 50px;}
.how-item:nth-child(2n-1) .text {margin-left: 419px;}

/* solutions */

.solutions .grid-2 {padding-bottom: 50px;}

/* token */

.token {margin-top: -36px;}

.token-about {height: 400px; background-repeat: no-repeat; margin-bottom: -20px;}

.token-about.t100 {background-image: url(../img/tokens/token.png)}
.token-about.mobile {background-image: url(../img/tokens/mobile.png)}
.token-about.elegant {background-image: url(../img/tokens/elegant.png)}
.token-about.o200 {background-image: url(../img/tokens/ocra.png)}
.token-about.sms {background-image: url(../img/tokens/sms.png)}
.token-about.mail {background-image: url(../img/tokens/mail.png)}
.token-about.two {background-image: url(../img/tokens/two.png)}
.token-about.mini {background-image: url(../img/tokens/mini.png)}
.token-about.bot {background-image: url(../img/tokens/bot.png)}
.token-about.rcube {background-image: url(../img/tokens/rcube.png)}
.token-about.crystal {background-image: url(../img/tokens/crystal.png)}
.token-about.citrix {background-image: url(../img/integrations/citrix.png)}
.token-about.radius {background-image: url(../img/integrations/radius.png)}

.token-about dl{width: 440px; padding: 75px 0px 0px 28px;}

/*.token-about.mobile dl{width: 440px; padding: 67px 100px 100px 28px;}*/

.token-about dt {color: #1e2939; font: 500 30px/36px "PF Square Sans Pro"; padding-bottom: 21px;}
.token-about dd {color: #646c78; font: 18px/26px "PF Square Sans Pro";}

.token-about-sub {margin-left: 28px; border-bottom: 1px solid #d3d3d3; padding-bottom: 33px; margin-bottom: 45px;}

.token-benefits {border-bottom: 1px solid #d3d3d3; padding-bottom: 38px; margin-bottom: 45px;}

.token-features {border-bottom: 1px solid #d3d3d3; padding-bottom: 40px; margin-bottom: 43px;}
.token-features h4 {font-weight: normal; padding: 0px 0px 12px;}
.token-features .w-file a {text-decoration: underline;}
.token-features .w-file a:hover {text-decoration: none;}

/* materials */

.materials .feedback {border-top: 1px solid #edf0f2; text-align: center; margin-top: 33px; padding-top: 40px;}
.materials .feedback h2 {padding-bottom: 18px;}
.materials .feedback form {display: inline-block; vertical-align: top; width: 261px;}
.materials .feedback .message .input {height: 85px;}

/*********************/

/* chosen */

.chosen-container {position: relative; display: inline-block; vertical-align: top;}
.chosen-container .chosen-drop {position: absolute; top: 100%; left: -9999px; z-index: 1010; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width: 100%; background: #f1f5f6; /*border-radius: 5px;*/ margin-top: 3px; overflow: hidden;}
.chosen-container.chosen-with-drop .chosen-drop {left: 0px;}
.chosen-container a {cursor: pointer;}

.chosen-container-single {}
.chosen-container-single .chosen-single {position: relative; display: block; overflow: hidden; text-decoration: none; white-space: nowrap; background: #f1f5f6; line-height: 32px; height: 34px; color: #637a8b; /*border-radius: 5px;*/}
.chosen-container-single .chosen-default {color: #666; font-style: italic;}

.chosen-container-single .chosen-single span {display: block; overflow: hidden; margin-right: 26px; text-overflow: ellipsis; white-space: nowrap; text-indent: 12px;}
.chosen-container-single .chosen-single-with-deselect span {margin-right: 38px;}
.chosen-container-single .chosen-single div {position: absolute; top: 0; right: 0; display: block; width: 24px; height: 100%;}
.chosen-container-single .chosen-single div b {display: block; width: 11px; height: 6px; background: url(../img/sprite.png) -108px -48px; margin-top: 14px;}

.chosen-container-single .chosen-search {display: none;}

.chosen-container .chosen-results {position: relative; overflow-x: hidden; overflow-y: auto; max-height: 240px; -webkit-overflow-scrolling: touch; color: #637a8b;}
.chosen-container .chosen-results li {display: none; padding: 0px 10px; list-style: none; line-height: 32px; height: 32px;}
.chosen-container .chosen-results li.active-result {display: list-item; cursor: pointer;}
.chosen-container .chosen-results li.disabled-result {display: list-item; color: #ccc; cursor: default;}
.chosen-container .chosen-results li.highlighted {background-color: #e9e9e9; border-radius: 0px;}
.chosen-container .chosen-results li.no-results {display: list-item; background: #e9e9e9;}
.chosen-container .chosen-results li.group-result {display: list-item; font-weight: bold; cursor: default;}
.chosen-container .chosen-results li.group-option {padding-left: 15px;}
.chosen-container .chosen-results li em {font-style: normal; text-decoration: underline;}

.chosen-disabled {opacity: 0.5 !important; cursor: default;}
.chosen-disabled .chosen-single {cursor: default;}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {cursor: default;}

a.skypeCall {background: url("../img/skype.png") no-repeat scroll 0 50% rgba(0, 0, 0, 0); padding-left: 20px;}

.download-area {margin: 0 auto; display: inline-block;}
.btn-group {margin-left: 40px;}
.btn-group li {padding: 0; margin-bottom: 15px; display: inline-block;}

.btn-group li a {
  background-color: #899BA8;
  background-repeat: no-repeat;
  background-position: left top;
  /*-webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: block;
  width: 200px;
  height: 60px;
  text-indent: -9999px;
  margin-right: 30px;
}

.btn-group li a:hover {background-color: #269400;}
.btn-group li.ios-btn a {background-image: url('../img/tokens/btn-app-store.png');}
.btn-group li.android-btn a {background-image: url('../img/tokens/btn-google-play.png');}

.technologies{ float: left; height: 80px; width: 940px;}
.tech_item{width: 80px; height: 60px; padding: 0; margin: 10px 11px; float:left;}

.grid-2u .column + .column {
    padding-left: 285px;
    padding-top: 130px;
}

.index-benefits a {
    color: #ffffff;
}

.dot {
    text-decoration: none;
    border-bottom: 1px dashed #ffffff;
}

.slider-tb {
    width: auto;
    height: auto;
    position: absolute;
    z-index: 9998;
    margin-left: 20px;
    margin-top: 209px;
}

.slider-tb-text {
    margin-bottom: 30px;
    font: 20px "PF Square Sans Pro";
}

.slider-tb-text h2 {
    color: #899ba8;
    font-weight: bold;
    text-transform: uppercase;
}

.bx-wrapper, .bx-viewport {
    /* height: 455px !important;*/
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
