/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
@font-face {
  font-family: 'helvetica-neue';
  src: url('../fonts/helveticaneuecyr-roman-webfont.eot');
  src: url('../fonts/helveticaneuecyr-roman-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/helveticaneuecyr-roman-webfont.woff') format('woff'), url('../fonts/helveticaneuecyr-roman-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'helvetica-neue';
  src: url('../fonts/helveticaneuecyr-bold-webfont.eot');
  src: url('../fonts/helveticaneuecyr-bold-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/helveticaneuecyr-bold-webfont.woff') format('woff'), url('../fonts/helveticaneuecyr-bold-webfont.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'helvetica-neue';
  src: url('../fonts/helveticaneuecyr-medium-webfont.eot');
  src: url('../fonts/helveticaneuecyr-medium-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/helveticaneuecyr-medium-webfont.woff') format('woff'), url('../fonts/helveticaneuecyr-medium-webfont.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
html,
body {
  height: 100%;
}
body {
  background-color: #fff;
  font-family: "Helvetica Neue", "helvetica-neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #69717b;
}
@media (max-width: 1023px) {
  body {
    font-size: 14px;
  }
}
.wide-block {
  min-width: 1000px;
}
@media (max-width: 1023px) {
  .wide-block {
    min-width: 768px;
  }
}
@media (max-width: 768px) {
  .wide-block {
    min-width: 320px;
  }
}
.container-1 {
  width: 1000px;
  padding: 0 30px;
  position: relative;
}
@media (max-width: 1023px) {
  .container-1 {
    width: 768px;
  }
}
@media (max-width: 767px) {
  .container-1 {
    width: 320px;
    padding: 0 20px;
  }
}
.main-wrap {
  overflow: hidden;
  min-height: 100%;
  padding-bottom: 80px;
  position: relative;
}
h1 {
  font-size: 36px;
  font-family: "Helvetica Neue", "helvetica-neue", Helvetica, Arial, sans-serif;
  text-align: center;
  margin-top: 60px;
  line-height: 43px;
  margin-bottom: 45px;
  font-weight: normal;
}
h2 {
  font-size: 30px;
  font-family: "Helvetica Neue", "helvetica-neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #404143;
  line-height: 38px;
}
@media (max-width: 1023px) {
  h2 {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  h2 {
    line-height: 26px;
    font-size: 22px;
  }
}
p {
  margin: 0 0 32px;
}
.main-header {
  background-color: #3c434a;
  line-height: 60px;
  text-align: center;
  min-height: 60px;
}
.main-header .main-logo {
  position: absolute;
  left: 30px;
  top: 10px;
}
@media (max-width: 1023px) {
  .main-header .main-logo {
    top: 10px;
  }
}
@media (max-width: 767px) {
  .main-header .main-logo {
    left: 10px;
  }
}
@media (max-width: 1023px) {
  .main-header {
    line-height: 48px;
    min-height: 48px;
  }
}
.common-menu {
  list-style: none;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
  padding: 0;
  margin: 0;
  letter-spacing: 0.46px;
}
.common-menu a {
  color: #fff;
  display: inline-block;
  padding: 0 12px;
  position: relative;
}
.common-menu a:hover {
  background-color: #34393f;
}
.common-menu a:active,
.common-menu a:focus {
  outline: 0;
}
.common-menu li {
  display: inline-block;
}
.common-menu li.active {
  background-color: #34393f;
}
.common-menu li.active a:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: #24b9ff;
  left: 0;
}
.common-menu li.marked {
  font-weight: 500;
}
.common-menu li.marked a {
  color: #00adff;
  font-weight: 500;
}
.common-menu li.marked a:hover {
  color: #fff;
}
.cabinet-menu {
  position: absolute;
  right: 30px;
  top: 0;
}
.cabinet-menu a {
  padding: 0 10px;
}
.cabinet-menu a:hover {
  background: none;
  color: #9dacbb;
}
@media (max-width: 768px) {
  .cabinet-menu a {
    font-size: 11px!important;
    padding: 0 4px;
  }
}
.cabinet-menu .marked {
  margin-left: 16px;
}
@media (max-width: 768px) {
  .cabinet-menu .marked {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .cabinet-menu {
    right: 12px;
  }
}
.bg-blue {
  background-color: #24b9fe;
}
.bg-light-blue {
  background-color: #e6eff8;
}
.bg-verylight-blue {
  background-color: #f2f5f7;
}
.bg-dark-grey {
  background-color: #3c434a;
  background-image: radial-gradient(circle 844px at 27.73% 329.41%, rgba(255, 255, 255, 0.02) 0%, rgba(0, 0, 0, 0.02) 100%);
}
.bg-light-grey {
  background-color: rgba(245, 249, 253, 0.9);
}
.main-logo {
  display: block;
  width: 133px;
  height: 29px;
  background: url("../images/logo.png") no-repeat 0 0;
  background-size: 133px 29px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 240dpi) {
  .main-logo {
    background-image: url(../images/logo-2x.png);
  }
}
@media (max-width: 1023px) {
  .main-logo {
    width: 106px;
    height: 23px;
    background: url("../images/logo-sm.png") no-repeat 0 0;
    background-size: 106px 23px;
  }
}
@media (max-width: 1023px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 1023px) and (min-resolution: 240dpi) {
  .main-logo {
    background-image: url(../images/logo-sm-2x.png);
  }
}
.main-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 80px;
  min-height: 80px;
  background-color: #3c434a;
  text-align: center;
}
.main-footer .copy {
  text-transform: uppercase;
  font-size: 12px;
  color: #979ea4;
  position: absolute;
  left: 30px;
}
@media (max-width: 768px) {
  .main-footer .copy {
    top: 3px;
    font-size: 11px;
  }
}
.main-footer .common-menu {
  font-size: 12px;
  letter-spacing: 0.42px;
}
.main-footer .common-menu .dvdr {
  width: 20px;
}
.main-footer .common-menu a {
  padding: 0 10px;
  color: #979ea4;
}
.main-footer .common-menu a:hover {
  color: #fff;
  background: none!important;
}
.main-footer .common-menu a.sn {
  padding: 0 5px;
}
.icon {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background: url("../images/centrallo_evernote_sprite.png") no-repeat 0 0;
  background-size: 481px 234px;
  border: 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 240dpi) {
  .icon {
    background-image: url(../images/centrallo_evernote_sprite-2x.png);
  }
}
.icon.icon_evernote {
  background-position: 0 0;
}
.icon.icon_checked-evernote {
  background-position: -48px 0;
}
.icon.icon_centrallo {
  background-position: -24px 0;
}
.icon.icon_checked-centrallo {
  background-position: -72px 0;
}
.icon.icon_red-cross {
  background-position: -96px 0;
}
.icon.icon_arr-right {
  background-position: -168px 0;
}
.icon.icon_twitter {
  background-position: -121px 0;
}
.icon.icon_twitter:hover {
  background-position: -121px -25px;
}
.icon.icon_fb {
  background-position: -145px 0;
}
.icon.icon_fb:hover {
  background-position: -145px -25px;
}
.icon.icon_apple {
  width: 22px;
  height: 27px;
  background: url("../images/apple-logo.png") no-repeat 0 0;
}
.icon.icon_android {
  width: 22px;
  height: 27px;
  background: url("../images/android-logo.png") no-repeat 0 0;
}
.common-block {
  padding: 50px 0 60px;
}
.common-block h2 {
  margin-top: 0;
}
@media (max-width: 1023px) {
  .common-block {
    padding: 40px 0 50px;
  }
}
@media (max-width: 768px) {
  .top-block {
    text-align: center;
  }
}
.top-block__pic {
  display: inline-block;
  vertical-align: middle;
  width: 370px;
  height: 210px;
  background: url("../images/top-pic.png") no-repeat 0 0;
  margin-right: 88px;
  background-size: 370px 210px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 240dpi) {
  .top-block__pic {
    background-image: url(../images/top-pic-2x.png);
  }
}
@media (max-width: 1023px) {
  .top-block__pic {
    width: 280px;
    height: 155px;
    background: url("../images/top-pic_medium.png") no-repeat 0 0;
    margin-right: 60px;
    background-size: 280px 155px;
  }
}
@media (max-width: 1023px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 1023px) and (min-resolution: 240dpi) {
  .top-block__pic {
    background-image: url(../images/top-pic_medium-2x.png);
  }
}
@media (max-width: 768px) {
  .top-block__pic {
    margin-bottom: 20px;
  }
}
.top-block__descr {
  display: inline-block;
  vertical-align: middle;
  width: 470px;
  color: #fff;
}
.top-block__descr h2 {
  color: #fff;
}
@media (max-width: 1023px) {
  .top-block__descr {
    width: 356px;
    font-size: 14px;
  }
  .top-block__descr h2 {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .top-block__descr {
    width: 100%;
  }
}
.btn {
  height: 50px;
  border-radius: 5px;
  background-color: #444;
  font-weight: 500;
  line-height: 48px;
  padding: 0 33px;
  font-size: 18px;
  color: #fff;
}
.btn:hover {
  background-color: #333;
  color: #fff;
}
@media (max-width: 1023px) {
  .btn {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .btn {
    padding: 0 16px;
  }
}
.btn:active,
.btn:focus,
.btn:active:focus {
  outline: 0!important;
}
.btn.btn_small {
  height: 40px;
  line-height: 40px;
  font-size: 13px;
}
.btn.btn_white {
  background-color: #fff;
  color: #2cb4eb;
}
.btn.btn_white:hover {
  background-color: #c5edff;
}
.btn.btn_blue {
  background-color: #24b9ff;
  color: #fff;
}
.btn.btn_blue:hover {
  background-color: #18a5e6;
}
.btn.btn_light-grey {
  background-color: #d9e3ed;
  color: #63737e;
}
.btn.btn_light-grey:hover {
  background-color: #C8D4DF;
}
.advantages-block {
  text-align: center;
}
.advantage-item {
  width: 290px;
  display: inline-block;
  vertical-align: top;
  margin: 20px 12px 0;
}
.advantage-item:first-child {
  margin-left: 0;
}
.advantage-item:last-child {
  margin-right: 0;
}
@media (max-width: 1023px) {
  .advantage-item {
    width: 220px;
    margin: 20px 8px 0;
  }
}
@media (max-width: 768px) {
  .advantage-item {
    width: 100%;
  }
}
.advantage-item__pic {
  display: inline-block;
  vertical-align: top;
}
.advantage-item__pic_01 {
  width: 72px;
  height: 65px;
  background: url("../images/advantage-01.png") no-repeat 0 0;
  background-size: 72px 65px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 240dpi) {
  .advantage-item__pic_01 {
    background-image: url(../images/advantage-01-2x.png);
  }
}
.advantage-item__pic_02 {
  width: 73px;
  height: 64px;
  background: url("../images/advantage-02.png") no-repeat 0 0;
  background-size: 73px 64px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 240dpi) {
  .advantage-item__pic_02 {
    background-image: url(../images/advantage-02-2x.png);
  }
}
.advantage-item__pic_03 {
  width: 68px;
  height: 64px;
  background: url("../images/advantage-03.png") no-repeat 0 0;
  background-size: 68px 64px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 240dpi) {
  .advantage-item__pic_03 {
    background-image: url(../images/advantage-03-2x.png);
  }
}
.advantage-item__title {
  color: #3c434a;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}
@media (max-width: 1023px) {
  .advantage-item__title {
    font-size: 16px;
  }
}
.advantage-item__descr {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
@media (max-width: 1023px) {
  .advantage-item__descr {
    font-size: 14px;
  }
}
.comparison-block {
  text-align: center;
}
.comparison-block__table {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 32px;
}
.comparison-block__table th {
  color: #3c434a;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  border-bottom: 1px solid #d0d6da;
  line-height: 40px;
}
.comparison-block__table th .icon {
  position: relative;
  top: -3px;
}
.comparison-block__table th:first-child {
  text-align: left;
  padding-left: 16px;
}
@media (max-width: 1023px) {
  .comparison-block__table th {
    font-size: 16px;
  }
}
.comparison-block__table td {
  text-align: center;
  line-height: 40px;
  width: 33%;
}
.comparison-block__table td:first-child {
  text-align: left;
  border-right: 1px solid #d0d6da;
  padding-left: 16px;
}
.comparison-block__table td:last-child {
  border-left: 1px solid #d0d6da;
}
@media (max-width: 1023px) {
  .comparison-block__table td {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .comparison-block__table td {
    width: 60px;
    line-height: 16px;
    padding: 10px 0;
  }
  .comparison-block__table td:first-child {
    width: auto;
    border-right: 0;
  }
  .comparison-block__table td:last-child {
    border-left: 0;
  }
}
.comparison-block__table tbody tr:nth-child(even) td {
  background-color: #eaeef1;
}
.green-text {
  color: #2dbe60;
}
.cvse-marked {
  border-bottom: 3px #25b9fe solid;
}
.quote-block {
  text-align: center;
}
.cvse-quote__text {
  width: 800px;
  margin: 40px auto 20px;
  color: #3c434a;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  position: relative;
}
.cvse-quote__text:before {
  content: "";
  position: absolute;
  width: 48px;
  height: 48px;
  background: url("../images/centrallo_evernote_sprite.png") no-repeat -48px -24px;
  background-size: 481px 234px;
  left: -60px;
  top: -16px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 240dpi) {
  .cvse-quote__text:before {
    background-image: url(../images/centrallo_evernote_sprite-2x.png);
  }
}
.cvse-quote__text:after {
  content: "";
  position: absolute;
  width: 48px;
  height: 48px;
  background: url("../images/centrallo_evernote_sprite.png") no-repeat 0 -24px;
  background-size: 481px 234px;
  right: -56px;
  bottom: -20px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 240dpi) {
  .cvse-quote__text:after {
    background-image: url(../images/centrallo_evernote_sprite-2x.png);
  }
}
@media (max-width: 1023px) {
  .cvse-quote__text {
    width: 600px;
    font-size: 16px;
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .cvse-quote__text {
    width: 100%;
    font-size: 14px;
  }
}
.cvse-quote__author-pic {
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  margin-right: 10px;
}
.cvse-quote__author-pic img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
.cvse-quote__author-descr {
  display: inline-block;
  vertical-align: middle;
}
.cvse-quote__author-descr b {
  color: #404143;
}
@media (max-width: 768px) {
  .cvse-quote__author-descr {
    display: block;
    margin-top: 8px;
  }
}
.dark-text {
  color: #3c434a;
}
.feedback-block {
  text-align: center;
}
.feedback-block h2 {
  max-width: 726px;
  margin: 0 auto 10px;
}
@media (max-width: 1023px) {
  .feedback-block h2 {
    max-width: 522px;
  }
}
@media (max-width: 768px) {
  .feedback-block {
    text-align: center;
  }
}
.feedback-block__title_small {
  display: none;
}
@media (max-width: 768px) {
  .feedback-block__title_small {
    display: block;
  }
}
@media (max-width: 768px) {
  .feedback-block__title_big {
    display: none;
  }
}
.feedback-block__pic {
  display: inline-block;
  vertical-align: middle;
  width: 284px;
  height: 224px;
  background: url("../images/mail-pic.png") no-repeat 0 0;
  margin-right: 110px;
  background-size: 284px 224px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 240dpi) {
  .feedback-block__pic {
    background-image: url(../images/mail-pic-2x.png);
  }
}
@media (max-width: 1023px) {
  .feedback-block__pic {
    width: 224px;
    height: 196px;
    background: url("../images/mail-pic_medium.png") no-repeat 0 0;
    margin-right: 80px;
    background-size: 224px 196px;
  }
}
@media (max-width: 1023px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 1023px) and (min-resolution: 240dpi) {
  .feedback-block__pic {
    background-image: url(../images/mail-pic_medium-2x.png);
  }
}
@media (max-width: 768px) {
  .feedback-block__pic {
    margin-right: 0;
  }
}
.feedback-block__descr {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  width: 470px;
  font-size: 18px;
}
.feedback-block__descr h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #3c434a;
}
@media (max-width: 1023px) {
  .feedback-block__descr {
    width: 318px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .feedback-block__descr {
    width: 100%;
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
  }
  .feedback-block__descr h3 {
    font-size: 14px;
    line-height: 18px;
  }
}
.devices-block {
  text-align: center;
  font-size: 18px;
}
@media (max-width: 1023px) {
  .devices-block {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .devices-block {
    font-size: 15px;
    padding-bottom: 270px;
    position: relative;
  }
}
.devices-block__pic {
  width: 824px;
  height: 462px;
  margin: 50px auto 0;
  background: url("../images/devices.png") no-repeat 0 0;
  background-size: 824px 462px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 240dpi) {
  .devices-block__pic {
    background-image: url(../images/devices-2x.png);
  }
}
@media (max-width: 1023px) {
  .devices-block__pic {
    width: 602px;
    height: 352px;
    margin: 50px auto 0;
    background: url("../images/devices_medium.png") no-repeat 0 0;
    background-size: 602px 352px;
  }
}
@media (max-width: 1023px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 1023px) and (min-resolution: 240dpi) {
  .devices-block__pic {
    background-image: url(../images/devices_medium-2x.png);
  }
}
@media (max-width: 768px) {
  .devices-block__pic {
    width: 364px;
    height: 210px;
    position: absolute;
    left: 50%;
    margin-left: -192px;
    margin-top: 20px;
    background: url("../images/devices_small.png") no-repeat center 0;
    background-size: 364px 210px;
  }
}
.articles-block {
  text-align: center;
}
.cvse-article {
  display: inline-block;
  vertical-align: top;
  width: 300px;
  height: 240px;
  background: #fff;
  border: 1px solid #dfe5e9;
  border-radius: 3px;
  margin: 30px 6px 20px;
}
.cvse-article:first-child {
  margin-left: 0;
}
.cvse-article:last-child {
  margin-right: 0;
}
@media (max-width: 1023px) {
  .cvse-article {
    width: 220px;
    height: 220px;
    margin: 20px 10px 20px;
  }
}
.cvse-article__pic {
  width: 100%;
  height: 104px;
}
.cvse-article__pic img {
  width: 100%;
  height: 104px;
}
.cvse-article__descr {
  height: 97px;
  padding: 15px 20px;
  text-align: left;
  color: #3c434a;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}
@media (max-width: 1023px) {
  .cvse-article__descr {
    font-size: 13px;
    padding: 10px 16px;
    height: 80px;
  }
}
.cvse-article__bottom {
  text-align: left;
  padding: 0 20px;
}
.cvse-article__bottom a {
  color: #2dbe60;
}
.cvse-article__bottom a .icon {
  position: relative;
  top: -3px;
}
@media (max-width: 1023px) {
  .cvse-article__bottom {
    padding: 0 16px;
  }
}
.common-modal {
  opacity: 0;
  font-size: 14px;
}
.common-modal .modal-dialog {
  margin: 50px auto;
  width: 360px;
}
.common-modal .modal-content {
  border-radius: 4px;
  border: 0;
}
.common-modal .modal-header {
  border: 0;
}
.common-modal .modal-body {
  background-color: #f0f5fa;
  padding: 36px 45px;
}
.common-modal .modal-footer {
  border: 0;
  text-align: center;
}
.common-modal .modal-title {
  font-size: 24px;
  text-align: center;
}
.common-modal .close {
  position: absolute;
  top: 6px;
  right: 9px;
  opacity: 1;
  z-index: 100;
}
.social-nets-item {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #ccc;
  display: inline-block;
  vertical-align: middle;
  line-height: 33px;
  text-align: center;
  margin: 0 8px;
}
.social-nets-item.social-nets-item_fb {
  background-color: #3a589c;
}
.social-nets-item.social-nets-item_fb:hover {
  background-color: #334e89;
}
.social-nets-item.social-nets-item_twitter {
  background-color: #29a9e1;
}
.social-nets-item.social-nets-item_twitter:hover {
  background-color: #1e9cd3;
}
.social-nets-item.social-nets-item_google {
  background-color: #e34c3e;
}
.social-nets-item.social-nets-item_google:hover {
  background-color: #e03728;
}
input.text,
textarea.text {
  border: 1px #d9e3ed solid;
  height: 40px;
  background-color: #d9e3ed;
  border-radius: 3px;
  padding: 0 13px;
}
input.text:hover,
textarea.text:hover {
  background-color: #ced7e0;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
input.text:active,
textarea.text:active,
input.text:focus,
textarea.text:focus {
  outline: none;
  border: 1px solid #00adff;
}
input.text.error,
textarea.text.error {
  border: 1px solid #e6001c;
}
input.text:-moz-placeholder,
textarea.text:-moz-placeholder {
  color: #707982;
}
input.text::-webkit-input-placeholder,
textarea.text::-webkit-input-placeholder {
  color: #707982;
}
input.text:-ms-input-placeholder,
textarea.text:-ms-input-placeholder {
  color: #707982;
}
textarea.text {
  height: auto;
  resize: none;
  padding-top: 12px;
  padding-bottom: 12px;
}
@media (max-width: 1023px) {
  textarea.text {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.common-form .text {
  width: 100%;
}
.common-form label {
  font-weight: normal;
  font-size: 12px;
}
.common-form .input-block {
  margin-bottom: 10px;
  position: relative;
}
.common-form .input-block .error-msg {
  position: absolute;
  left: 100%;
  top: 0;
  margin-left: 10px;
  height: 40px;
  line-height: 40px;
  white-space: nowrap;
  padding: 0 25px;
  border-radius: 3px;
  background-color: #e6001c;
  color: #fff;
}
.common-form .input-block .error-msg:before {
  content: "";
  position: absolute;
  left: -10px;
  width: 0;
  height: 0;
  border: 5px transparent solid;
  border-right-color: #e6001c;
  top: 50%;
  margin-top: -5px;
}
.common-form .input-block.big {
  margin-bottom: 20px;
}
.common-form .input-block.big input.text {
  height: 48px;
}
.common-form .input-block.big .text {
  font-size: 18px;
}
.common-form .input-block.with-icon {
  position: relative;
}
.common-form .input-block.with-icon .text {
  padding-left: 43px;
}
.common-form .input-block.with-icon .input-block__icon {
  position: absolute;
  top: 15px;
  left: 15px;
}
.common-form .buttons {
  margin-top: 30px;
  text-align: center;
}
.two-buttons {
  display: table;
  width: 100%;
}
.two-buttons .button-1 {
  display: table-cell;
  width: 50%;
  padding-right: 6px;
}
.two-buttons .button-2 {
  display: table-cell;
  width: 50%;
  padding-left: 6px;
}
.two-buttons .btn {
  width: 100%;
  padding: 0;
  text-align: center;
}
.fz-12 {
  font-size: 12px;
}
.fz-16 {
  font-size: 16px;
}
.pad-02 {
  font-size: 12px;
  margin-bottom: 10px;
}
.pad-02 label {
  margin: 0;
  position: relative;
  top: 3px;
}
.pad-02 a {
  position: relative;
  top: 3px;
}
.pad-03 {
  position: relative;
  top: 3px;
}
.l-icon {
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  background: url("../images/sprite.png") no-repeat 0 0;
  background-size: 390px 300px;
  border: 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 240dpi) {
  .l-icon {
    background-image: url(../images/sprite-2x.png);
  }
}
.l-icon.l-icon_cross {
  width: 20px;
  height: 20px;
  background-position: -184px -132px;
}
.l-icon.l-icon_cross.grey {
  background-position: -161px -132px;
}
.l-icon.l-icon_twitter {
  width: 20px;
  height: 20px;
  background-position: -114px -132px;
}
.l-icon.l-icon_twitter:not(.white):hover {
  background-position: -137px -132px;
}
.l-icon.l-icon_twitter.white {
  background-position: -46px -132px;
}
.l-icon.l-icon_fb {
  width: 20px;
  height: 20px;
  background-position: -70px -132px;
}
.l-icon.l-icon_fb:not(.white):hover {
  background-position: -93px -132px;
}
.l-icon.l-icon_fb.white {
  background-position: -23px -132px;
}
.l-icon.l-icon_google {
  width: 20px;
  height: 20px;
}
.l-icon.l-icon_google.white {
  background-position: 0 -132px;
}
.cvse-common-modal .modal-dialog {
  width: 540px;
}
.cvse-common-modal .modal-content {
  border: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) !important;
  border-radius: 3px;
}
.evernote-wizard .modal-content {
  height: 480px;
  position: relative;
}
.cvse-common-modal .modal-body {
  padding: 0 36px;
  color: #24282c;
  font-size: 15px;
}
.cvse-common-modal .modal-header {
  background-color: #edf0f3;
  border: 0;
  text-align: center;
  border-radius: 3px 3px 0 0;
}
.cvse-common-modal .modal-title {
  font-size: 16px;
}
.cvse-common-modal .close {
  opacity: .6;
  position: absolute;
  top: 16px;
  right: 10px;
  float: none;
}
.cvse-common-modal .close:active,
.cvse-common-modal .close:focus {
  outline: none;
}
.cvse-common-modal .modal-footer {
  border: 0;
}
.evernote-wizard .modal-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 36px;
  text-align: center;
}
.evernote-wizard__pic {
  text-align: center;
  margin: 30px 0 18px;
  height: 100px;
  background-size: 190px 100px;
  background-repeat: no-repeat;
  background-position: center 0;
}
.evernote-wizard__pic-01 {
  background-image: url("../images/evernote-wizard/pic-01.png");
}
.evernote-wizard__pic-02 {
  background-image: url("../images/evernote-wizard/pic-02.png");
}
.evernote-wizard__pic-03 {
  background-image: url("../images/evernote-wizard/pic-03.png");
}
.evernote-wizard__pic-04 {
  background-image: url("../images/evernote-wizard/pic-04.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 240dpi) {
  .evernote-wizard__pic-01 {
    background-image: url(../images/evernote-wizard/pic-01-2x.png);
  }
  .evernote-wizard__pic-02 {
    background-image: url(../images/evernote-wizard/pic-02-2x.png);
  }
  .evernote-wizard__pic-03 {
    background-image: url(../images/evernote-wizard/pic-03-2x.png);
  }
  .evernote-wizard__pic-04 {
    background-image: url(../images/evernote-wizard/pic-04-2x.png);
  }
}
.evernote-wizard__apple-ico {
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  height: 24px;
  background: url("../images/evernote-wizard/apple.png") no-repeat 0 0;
  position: relative;
  top: -3px;
  margin-right: 4px;
}
.evernote-wizard__windows-ico {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 19px;
  background: url("../images/evernote-wizard/windows.png") no-repeat 0 0;
  position: relative;
  top: -1px;
  margin-right: 4px;
}
.evernote-wizard__col {
  width: 190px;
  display: inline-block;
  vertical-align: top;
  margin: 0 20px 10px;
  font-size: 14px;
}
.evernote-wizard__system-title {
  color: #24282c;
  font-size: 15px;
  font-weight: bold;
  line-height: 18px;
  margin: 0;
}
.evernote-wizard__col ul {
  padding: 0 0 0 28px;
  margin: 0;
}
.evernote-wizard__col ul li {
  margin-bottom: 10px;
}
.evernote-wizard__col-inner {
  padding-left: 28px;
}
.pad-03 {
  text-align: center;
  opacity: 0.8;
  color: #5b5f65;
  font-size: 13px;
}
.evernote-wizard__steps {
  line-height: 44px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
  width: 100%;
  top: 30px;
  z-index: 10;
}
.evernote-wizard .btn_size_mid {
  position: relative;
  z-index: 100;
  width: 140px;
  padding: 0;
}
.evernote-wizard .btn[disabled] {
  background-color: #edf0f3!important;
  color: rgba(57, 60, 64, 0.4) !important;
}
.evernote-wizard__steps span {
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  background-color: #d6dce1;
  border-radius: 50%;
  margin: 0 4px;
}
.evernote-wizard__steps span.current {
  width: 8px;
  height: 8px;
  background-color: #00aeff;
}
.evernote-wizard__choose-file {
  width: 468px;
  height: 44px;
  background-color: #edf0f3;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  font-size: 1em;
  line-height: 44px;
  margin-top: 60px;
}
.evernote-wizard__choose-file input[type="file"] {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: scale(20);
  letter-spacing: 10em;
  /* IE 9 fix */
  -ms-transform: scale(20);
  /* IE 9 fix */
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 100;
}
.evernote-wizard__choose-file input[type="file"]::-webkit-file-upload-button {
  cursor: pointer;
}
.evernote-wizard__choose-file:hover .btn {
  background-color: #c8ced3;
}
.evernote-wizard__choose-file .btn {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.evernote-wizard__choose-file-name {
  opacity: 0.4;
  color: #24282c;
  font-size: 15px;
  padding-left: 14px;
}
.evernote-wizard__choose-file-name.choosed {
  opacity: 1;
}
.evernote-wizard__choose-file-name .c-icon {
  position: relative;
  top: -2px;
}
.evernote-wizard__use-promocode {
  position: absolute;
  top: 16px;
  left: 18px;
  font-size: 15px;
}
.evernote-wizard .input-text {
  border: 1px solid #acb2b8;
}
.dropdown-menu_style_white {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.24);
  left: 50%;
  width: 240px;
  margin-left: -120px;
  padding: 8px;
  margin-top: 10px;
  border-radius: 3px;
}
.dropdown-menu_style_white:before {
  right: auto;
  left: 50%;
  margin-left: -6px;
}
.evernote-wizard__use-promocode-input {
  width: 148px;
  height: 36px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 4px;
}
.evernote-wizard__notes-to-import {
  margin: 0 -36px;
  overflow-y: auto;
  height: 316px;
  border-bottom: 1px solid #dbdddf;
  padding: 0 18px;
  position: relative;
}
.evernote-wizard__notes-table {
  width: 100%;
  table-layout: fixed;
}
.evernote-wizard__notes-table td {
  line-height: 40px;
  border-bottom: 1px solid #eaebec;
  white-space: nowrap;
  color: #24282c;
  font-size: 14px;
  position: relative;
  overflow: hidden;
}
.evernote-wizard__notes-table td:nth-child(1) {
  width: 30px;
}
.evernote-wizard__notes-table td:nth-child(2) {
  width: 150px;
  font-size: 15px;
}
.evernote-wizard__notes-table td:nth-child(2):after,
.evernote-wizard__notes-table td:nth-child(3):after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 58%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 58%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 58%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
  /* IE6-9 */
}
.evernote-wizard__notes-table td:nth-child(3) {
  width: 224px;
  opacity: .7;
}
.evernote-wizard__notes-table td:nth-child(4) {
  width: 100px;
  opacity: .7;
  text-align: right;
}
.evernote-wizard__note-circle {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  border: 1px solid #dbdddf;
  border-radius: 50%;
  line-height: 18px;
  text-align: center;
  position: relative;
  top: -1px;
}
.evernote-wizard__note-circle .na-icon {
  position: absolute;
  top: -3px;
  left: -3px;
}
.evernote-wizard__note-circle.checked {
  background-color: #00aeff;
  border: 0;
}
.evernote-wizard__notes-num {
  position: absolute;
  bottom: 100%;
  margin-bottom: 14px;
  left: 0;
  width: 100%;
  white-space: nowrap;
}
.evernote-wizard__notes-num-inner {
  height: 26px;
  background-color: #a7b0b8;
  border-radius: 18px;
  color: #fff;
  line-height: 26px;
  padding: 0 10px 0 4px;
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
}
.evernote-wizard__progress {
  width: 260px;
  height: 12px;
  background-color: #edf0f3;
  border-radius: 12px;
  margin: 60px auto 16px;
}
.evernote-wizard__progress span {
  background-color: #00aeff;
  border-radius: 12px;
  height: 12px;
  display: block;
}
.evernote-wizard__tip {
  width: 296px;
  margin: 50px auto 0;
  position: relative;
  line-height: 18px;
  padding-left: 55px;
}
.evernote-wizard__tip .na-icon {
  opacity: .2;
  position: absolute;
  top: -4px;
  left: 0;
}
.btn_size_mid {
  height: 44px;
  line-height: 44px;
  border-radius: 3px;
  padding: 0 50px;
  font-size: 16px;
}
.btn_light-grey-2 {
  background-color: #d6dce1;
  color: #24282c!important;
}
.btn_light-grey-2:hover {
  background-color: #c8ced3;
}
.na-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../images/na-sprite.png");
  background-size: 2400px 192px;
  background-repeat: no-repeat;
  vertical-align: middle;
  background-color: transparent !important;
  border: 0;
  -webkit-transition: opacity 0.1s ease-in;
  -moz-transition: opacity 0.1s ease-in;
  -o-transition: opacity 0.1s ease-in;
  -ms-transition: opacity 0.1s ease-in;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 240dpi) {
  .na-icon {
    background-image: url(../images/na-sprite-2x.png);
  }
}
.na-icon.na-icon_checked {
  background-position: -360px 0;
}
.na-icon.na-icon_checked.white {
  background-position: -360px -24px;
}
.na-icon.na-icon_big_inbox {
  width: 48px;
  height: 48px;
  background-position: -1537px 0;
}
.dropdown-menu {
  box-shadow: none;
  border: 0;
  border-radius: 0;
  font-size: 13px;
  padding: 16px 0;
}
.dropdown-menu:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 6px transparent solid;
  border-bottom: 6px #fff solid;
  top: -12px;
  right: 16px;
}
.dropdown-menu_style_white {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.24);
  left: 50%;
  width: 240px;
  margin-left: -120px;
  padding: 8px;
  margin-top: 10px;
  border-radius: 3px;
}
.dropdown-menu_style_white:before {
  right: auto;
  left: 50%;
  margin-left: -6px;
}
.btn_size_small {
  height: 36px;
  line-height: 36px;
  border-radius: 3px;
  padding: 0 19px;
}
.free-90-days-block {
  text-align: center;
}
@media (max-width: 1023px) {
  .free-90-days-block {
    font-size: 16px;
  }
}
.menu-link__icon {
  position: relative;
  top: -5px;
  margin-right: 6px;
  display: none;
}
@media (max-width: 768px) {
  .menu-link__icon {
    display: inline-block;
  }
}
@media (max-width: 768px) {
  .menu-link__text {
    display: none;
  }
}
@media (max-width: 768px) {
  .comparison-block__th-text {
    display: none;
  }
}
.try-centrallo-block {
  text-align: center;
}
@media (max-width: 768px) {
  .try-centrallo-block .btn {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .main-footer__menu {
    display: none;
  }
}
.modal-type-01 .close {
  position: absolute;
  top: 12px;
  right: 10px;
  float: none;
  opacity: 1;
}
.modal-type-01 .close:active,
.modal-type-01 .close:focus {
  outline: none;
}
.modal-type-01 .modal-dialog {
  width: 780px;
}
@media (max-width: 1023px) {
  .modal-type-01 .modal-dialog {
    width: 712px;
  }
}
@media (max-width: 768px) {
  .modal-type-01 .modal-dialog {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.modal-type-01 .modal-header {
  height: 50px;
  background-color: #25b9fe;
  border-radius: 5px 5px 0 0;
  line-height: 50px;
  padding: 0 10px;
}
.modal-type-01 .modal-header .modal-title {
  color: white;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
}
@media (max-width: 768px) {
  .modal-type-01 .modal-header .modal-title {
    font-size: 16px;
    text-align: left;
  }
}
.modal-type-01 .modal-body {
  padding: 0 0 20px;
}
.comparison-block__table_full {
  margin: 0;
  border-bottom: 1px #e3e7eb solid;
}
.comparison-block__table_full th {
  line-height: 50px;
  border-color: #e3e7eb;
}
.comparison-block__table_full td {
  border-color: #e3e7eb!important;
}
.comparison-block__table_full td:first-child {
  width: 400px;
}
.comparison-block__table_full td:nth-child(2) {
  width: 190px;
}
.comparison-block__table_full td:nth-child(3) {
  width: 190px;
}
@media (max-width: 768px) {
  .comparison-block__table_full td:first-child {
    width: auto;
  }
  .comparison-block__table_full td:nth-child(2) {
    width: 70px;
  }
  .comparison-block__table_full td:nth-child(3) {
    width: 70px;
  }
}
.comparison-block__table_full tbody tr:nth-child(even) td {
  background-color: #f4f7f8;
}
.pad-04 {
  padding: 20px 18px 0;
}