ul.messagelist {
  list-style-type: none;
  background-color: #ccc;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 160%;
}
ul.messagelist li {
  padding: 0.6em 1.6em;
}
ul.messagelist li.info {
  background-color: #cab999;
}
ul.messagelist li.warning {
  background-color: #f6d128;
}
ul.messagelist li.success {
  background-color: #32c518;
}
ul.messagelist li.error {
  color: white;
  background-color: #bd122e;
}
@media (max-width: 574px) {
  ul.messagelist {
    font-size: 110%;
  }
  ul.messagelist li {
    padding: 0.2em 0.8em;
  }
}
.columns {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-display-flex;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-display-flex;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
  flex-direction: row;
}
.col-75 {
  -webkit-box-flex: 1 75%;
  -moz-box-flex: 1 75%;
  -webkit-flex: 1 75%;
  -ms-flex: 1 75%;
  flex: 1 75%;
  padding: 0 15px;
  max-width: 75%;
}
.col-70 {
  -webkit-box-flex: 1 70%;
  -moz-box-flex: 1 70%;
  -webkit-flex: 1 70%;
  -ms-flex: 1 70%;
  flex: 1 70%;
  padding: 0 15px;
  max-width: 70%;
}
.col-66 {
  -webkit-box-flex: 1 66.666%;
  -moz-box-flex: 1 66.666%;
  -webkit-flex: 1 66.666%;
  -ms-flex: 1 66.666%;
  flex: 1 66.666%;
  padding: 0 15px;
  max-width: 66.666%;
}
.col-60 {
  -webkit-box-flex: 1 60%;
  -moz-box-flex: 1 60%;
  -webkit-flex: 1 60%;
  -ms-flex: 1 60%;
  flex: 1 60%;
  padding: 0 15px;
  max-width: 60%;
}
.col-50 {
  -webkit-box-flex: 1 50%;
  -moz-box-flex: 1 50%;
  -webkit-flex: 1 50%;
  -ms-flex: 1 50%;
  flex: 1 50%;
  padding: 0 15px;
  max-width: 50%;
}
.col-40 {
  -webkit-box-flex: 1 40%;
  -moz-box-flex: 1 40%;
  -webkit-flex: 1 40%;
  -ms-flex: 1 40%;
  flex: 1 40%;
  padding: 0 15px;
  max-width: 40%;
}
.col-33 {
  -webkit-box-flex: 1 33.333%;
  -moz-box-flex: 1 33.333%;
  -webkit-flex: 1 33.333%;
  -ms-flex: 1 33.333%;
  flex: 1 33.333%;
  padding: 0 15px;
  max-width: 33.333%;
}
.col-30 {
  -webkit-box-flex: 1 30%;
  -moz-box-flex: 1 30%;
  -webkit-flex: 1 30%;
  -ms-flex: 1 30%;
  flex: 1 30%;
  padding: 0 15px;
  max-width: 30%;
}
.col-25 {
  -webkit-box-flex: 1 25%;
  -moz-box-flex: 1 25%;
  -webkit-flex: 1 25%;
  -ms-flex: 1 25%;
  flex: 1 25%;
  padding: 0 15px;
  max-width: 25%;
}
@media (max-width: 600px) {
  .col-75, .col-70, .col-50, .col-33, .col-30, .col-25 {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.fright {
  text-align: right;
}
@media (max-width: 600px) {
  .fright {
    text-align: inherit;
  }
}
@media (max-width: 600px) {
  .reverse-order {
    flex-wrap: wrap-reverse;
  }
}
section, header, footer, .content {
  display: table;
  width: 100%;
}
.main {
  width: 100%;
  max-width: 1000px;
  padding: 0 30px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (max-width: 440px) {
  .main {
    padding: 0 9px;
  }
}
.no-padding {
  padding: 0;
}
.only-phone {
  display: none;
}
@media (max-width: 730px) {
  .only-phone {
    display: block;
  }
}
* {
  box-sizing: border-box;
  outline: none;
}
body {
  overflow-x: hidden;
}
h1, h2, h3, h4, p, td, a, li, pre, blockquote, q, input, textarea {
  font-family: 'Helvetica Neue', Helvetica, Arial, Sans-serif;
  font-weight: 400;
  text-decoration: none;
  font-size: 18px;
  color: #000;
  line-height: 1.8;
}
h1, h2, h3 {
  font-family: 'Helvetica Neue', Helvetica, Arial, Sans-serif;
  font-weight: 700;
  line-height: 1.2;
}
.list-hide-bullets ul, .list-hide-bullets ol {
  margin: 0;
  padding: 0;
}
.list-hide-bullets ul li, .list-hide-bullets ol li {
  list-style-type: none;
}
a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
  border-bottom: 1px solid transparent;
}
a:focus {
  outline: none;
  text-decoration: none;
}
a .icon, a .fa {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
a:hover {
  text-decoration: none;
}
p a, ul li a {
  color: #3ea6ff;
  text-decoration: underline;
}
p a:hover, ul li a:hover {
  text-decoration: none;
  color: #3ea6ff;
}
.row::before {
  content: none;
}
figure {
  margin: 0;
}
.download-links .top-title, .download-links .hl {
  color: #404040 !important;
}
.btn {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 14px 28px;
  border: 0;
  outline: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
}
.btn:hover {
  color: #fff;
}
.btn.btn-primary {
  background: #ffca00;
  font-size: 12px;
  color: #665200;
  padding-left: 34px;
  padding-right: 34px;
  border: 1px solid #b38f00;
}
.btn.btn-primary:hover {
  background: #e6b800;
  color: #fff;
  border: 1px solid #b38f00;
}
.btn.btn-primary:active {
  background: #ffca00;
  border: 1px solid #b38f00;
  outline: none;
}
.btn.btn-primary:active:focus {
  background: #ffca00;
  border: 1px solid #b38f00;
  outline: none;
}
.btn.btn-primary:focus {
  background: #ffca00;
  border: 1px solid #b38f00;
  outline: none;
}
.btn.btn-login--social {
  background: #f7f7f7;
  font-size: 12px;
  color: #404040 !important;
  padding-left: 30px;
  padding-right: 30px;
  border: 1px solid #ededed;
}
.btn.btn-login--social:hover {
  background: #dedede;
  border: 1px solid #bababa;
}
.btn.btn-login--social:active {
  background: #dedede;
  border: 1px solid #bababa;
  outline: none;
}
.btn.btn-login--social:active:focus {
  background: #dedede;
  border: 1px solid #bababa;
  outline: none;
}
.btn.btn-login--social:focus {
  background: #dedede;
  border: 1px solid #bababa;
  outline: none;
}
.btn.btn-primary-large {
  padding: 23px 54px;
  font-size: 16px;
}
@media (max-width: 440px) {
  .btn.btn-primary-large {
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    max-width: 250px;
  }
}
.btn-large-box, .btn-large-box-background {
  width: 100%;
  max-width: 1000px;
  padding: 0 30px;
  text-align: center;
  margin: 135px auto 135px;
  position: relative;
}
.btn-large-box .btn, .btn-large-box-background .btn {
  position: relative;
  z-index: 2;
}
.btn-large-box::before, .btn-large-box-background::before {
  content: "";
  position: absolute;
  top: 36px;
  left: 70px;
  right: 70px;
  height: 2px;
  background: #e6e6e6;
}
@media (max-width: 980px) {
  .btn-large-box {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media (max-width: 730px) {
  .btn-large-box {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .btn-large-box::before {
    left: 0;
    right: 0;
  }
}
@media (max-width: 730px) and (max-width: 600px) {
  .btn-large-box::before {
    left: -30px;
    right: -30px;
  }
}
@media (max-width: 730px) and (max-width: 440px) {
  .btn-large-box {
    font-size: 18px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .btn-large-box::before {
    left: -9px;
    right: -9px;
  }
}
.blocks .btn-large-box {
  margin-top: -100px;
  top: 40px;
}
@media (max-width: 980px) {
  .blocks .btn-large-box {
    margin-top: -50px;
    top: 0;
  }
}
@media (max-width: 730px) {
  .blocks .btn-large-box {
    margin-top: 0;
  }
}
.btn-large-box-background {
  margin-top: 230px;
  margin-bottom: 235px;
}
@media (max-width: 980px) {
  .btn-large-box-background {
    margin-top: 150px;
    margin-bottom: 180px;
  }
}
@media (max-width: 630px) {
  .btn-large-box-background {
    margin-top: 160px;
    margin-bottom: 150px;
  }
}
.btn-large-box-background::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -126px;
  margin-left: -275px;
  width: 100%;
  max-width: 550px;
  height: 341px;
  background: url(../img/bg-sprinkles.svg) center center no-repeat;
}
@media (max-width: 630px) {
  .btn-large-box-background::after {
    left: 0;
    right: 0;
    margin-left: 0;
  }
}
@media (max-width: 500px) {
  .btn-large-box-background::after {
    transform: scale(1.2);
  }
}
.btn-secondary {
  background: #6dc35f;
  color: #fff;
  text-transform: none;
  font-size: 18px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.show-search {
  position: absolute;
  top: 6px;
  right: 15px;
  display: none;
}
.show-nav {
  position: absolute;
  top: 6px;
  left: 15px;
  width: 50px;
  height: 50px;
  background: url(../img/header-burger.svg) center center no-repeat;
  background-size: 17px 17px;
  display: none;
}
@media (max-width: 440px) {
  .show-nav {
    left: -7px;
  }
}
.blocks, .blocks-gray, .blocks-small, .blocks-down {
  position: relative;
}
.blocks .block, .blocks-gray .block, .blocks-small .block, .blocks-down .block {
  margin-bottom: 150px;
}
@media (max-width: 980px) {
  .blocks .block, .blocks-gray .block, .blocks-small .block, .blocks-down .block {
    margin-bottom: 100px;
  }
}
@media (max-width: 730px) {
  .blocks .block, .blocks-gray .block, .blocks-small .block, .blocks-down .block {
    margin-bottom: 50px;
  }
}
.blocks .block p, .blocks-gray .block p, .blocks-small .block p,
.blocks-down .block p {
  max-width: 410px;
}
.blocks .block-last, .blocks-gray .block-last, .blocks-small .block-last,
.blocks-down .block-last {
  margin-bottom: 80px;
  padding-top: 80px;
  position: relative;
}
.blocks .block-last::before, .blocks-gray .block-last::before,
.blocks-small .block-last::before, .blocks-down .block-last::before {
  content: "";
  position: absolute;
  left: -100px;
  right: -100px;
  height: 2px;
  background: #e6e6e6;
  top: 0;
}
@media (max-width: 600px) {
  .blocks, .blocks-down, .blocks-small {
    padding-bottom: 15px;
  }
  .blocks .block, .blocks-down .block, .blocks-small .block {
    margin-bottom: 10px;
  }
  .blocks .row, .blocks-down .row, .blocks-small .row {
    margin-bottom: 40px;
  }
  .blocks .btn-large-box, .blocks-down .btn-large-box, .blocks-small .btn-large-box {
    margin-top: -30px;
    top: 50px;
  }
}
.image-block {
  width: 100%;
}
@media (max-width: 600px) {
  .image-block {
    text-align: left;
    max-width: 50%;
  }
}
.image-block img {
  max-width: 300px;
  height: auto;
}
.image-block:empty {
  background: #edf4fa;
  height: 300px;
  max-width: 300px;
  width: 100%;
  display: inline-block;
}
@media (max-width: 600px) {
  .image-block:empty {
    max-width: 50%;
    height: 250px;
  }
}
.icon-block {
  width: 100%;
  height: auto;
  margin-bottom: 35px;
}
.icon-block img {
  max-width: 70px;
  height: auto;
}
.icon-block:empty {
  background: #aaaeb3;
  height: 70px;
  max-width: 70px;
  width: 100%;
  display: inline-block;
}
.blocks-gray, .blocks-small {
  padding-top: 96px;
  background: #f7f7f7;
  margin-bottom: 96px;
}
.blocks-gray .block, .blocks-small .block {
  margin-bottom: 110px;
  position: relative;
}
.blocks-gray .block::before, .blocks-small .block::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  background: #fff;
  height: 2px;
}
.blocks-gray .top-title, .blocks-small .top-title {
  margin-top: 0 !important;
  margin-bottom: 50px;
}
.blocks-gray .row, .blocks-small .row {
  align-items: inherit;
}
.blocks-gray .row:last-child .block::before,
.blocks-small .row:last-child .block::before {
  display: none;
}
.removemargin {
  margin-bottom: 0;
}
@media (max-width: 980px) {
  .blocks-gray {
    padding-top: 50px;
    margin-bottom: 50px;
  }
}
@media (max-width: 980px) {
  .blocks-gray .block {
    margin-bottom: 50px;
  }
  .blocks-gray .block::before {
    bottom: -20px;
  }
}
.blocks-small {
  padding-top: 44px;
}
@media (max-width: 980px) {
  .blocks-small {
    margin-bottom: 100px;
  }
}
@media (max-width: 730px) {
  .blocks-small {
    margin-bottom: 50px;
  }
}
.blocks-small .block {
  margin-bottom: 44px;
}
@media (max-width: 820px) {
  .blocks-small .block {
    -webkit-box-flex: 1 50%;
    -moz-box-flex: 1 50%;
    -webkit-flex: 1 50%;
    -ms-flex: 1 50%;
    flex: 1 50%;
    padding: 0 15px;
    max-width: 50%;
  }
}
@media (max-width: 600px) {
  .blocks-small .block {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.blocks-small .icon-block {
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .blocks-small .icon-block .icon-block {
    margin-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .blocks-small h2 {
    margin-bottom: 10px;
  }
}
.blocks-down {
  padding-top: 15px;
}
.blocks-down .main {
  max-width: 730px;
}
.blocks-down .block {
  margin-bottom: 76px;
}
.blocks-down .block p {
  max-width: none;
}
.blocks-down .image-block img {
  max-width: 150px;
}
.blocks-down .image-block:empty {
  max-width: 150px;
  height: 150px;
}
.blocks-bottom {
  background: #f7f7f7;
  padding: 50px 0;
}
.blocks-bottom .row {
  align-items: inherit;
}
.content .content {
  padding: 0;
}
.prev-page-link {
  background: url(../img/icon-back.svg) center center no-repeat;
  width: 36px;
  height: 36px;
  display: inline-block;
  margin-right: 30px;
  position: relative;
  top: 8px;
}
.img-max-width img {
  max-width: 100%;
}
.tophead {
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  background: #404040;
  min-height: 100px;
  display: block;
  position: relative;
  z-index: 100;
}
@media (max-width: 730px) {
  .tophead {
    min-height: 60px;
  }
}
.tophead .logo {
  position: absolute;
  z-index: 3;
  left: 30px;
  top: 33px;
  width: 150px;
  height: 44px;
  background: url(../img/mojeid-logo.svg) center center no-repeat;
}
@media (max-width: 980px) {
  .tophead .logo {
    width: 120px;
  }
}
@media (max-width: 730px) {
  .tophead .logo {
    left: 50%;
    top: 10px;
    margin-left: -60px;
  }
}
@media (max-width: 440px) {
  .tophead .logo {
    width: 100px;
    margin-left: -50px;
  }
}
.mainnav {
  position: relative;
  padding-left: 190px;
}
@media (max-width: 980px) {
  .mainnav {
    padding-left: 150px;
  }
}
@media (max-width: 730px) {
  .mainnav {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    padding-left: 0;
    max-height: 0;
    opacity: 0;
    text-align: center;
    overflow: hidden;
  }
  .mainnav.active {
    max-height: 1000px;
    opacity: 1;
    padding-top: 60px;
  }
}
.mainnav a {
  color: #fff;
  font-size: 15px;
  line-height: 50px;
  display: block;
  float: left;
}
.mainnav .btn {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  color: #404040;
  font-size: 12px;
  line-height: 30px;
  padding: 0 12px;
  background: #f2f2f2;
  -webkit-font-smoothing: antialiased;
  margin: 0 0 0 10px;
  float: none;
}
@media (max-width: 900px) {
  .mainnav .btn {
    float: left;
  }
}
@media (max-width: 760px) {
  .mainnav .btn {
    padding: 0 8px;
  }
}
@media (max-width: 730px) {
  .mainnav .btn {
    margin-bottom: 29px;
    display: inline-block;
    float: none;
    right: auto;
    top: auto;
    position: relative;
  }
}
.mainnav .btn:hover {
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  background: #bfbfbf;
}
.mainnav .btn--create-mojeid {
  background: none;
  box-shadow: none;
  color: #f2f2f2;
  padding: 3px 0 0;
}
.mainnav .btn--create-mojeid:hover {
  color: #bfbfbf !important;
  background: none;
  box-shadow: none;
}
.mainnav .mojeid-btn {
  position: absolute;
  right: 0;
  top: 28px;
}
@media (max-width: 730px) {
  .mainnav .mojeid-btn .btn {
    max-width: 250px;
    margin: -10px auto 25px;
    display: block;
  }
}
@media (max-width: 980px) {
  .mainnav .mojeid-btn {
    top: 10px;
  }
}
@media (max-width: 730px) {
  .mainnav .mojeid-btn {
    position: relative;
    padding-bottom: 10px;
  }
}
.mainnav .search-icon {
  width: 40px;
}
.mainnav-site {
  display: table;
  width: 100%;
}
@media (max-width: 730px) {
  .mainnav-site {
    text-align: center;
    padding: 10px 0;
  }
}
.mainnav-site a {
  margin: 2px 15px 0;
  border-bottom: 5px solid transparent;
}
@media (max-width: 980px) {
  .mainnav-site a {
    font-size: 14px;
    margin: 0 14px;
  }
}
@media (max-width: 730px) {
  .mainnav-site a {
    display: block;
    float: none;
    margin: 0;
    border: 0;
    line-height: 36px;
  }
  .mainnav-site a .search-icon {
    display: none;
  }
}
.mainnav-site a:hover, .mainnav-site a.active {
  border-color: #fff;
}
@media (max-width: 730px) {
  .mainnav-site a:hover {
    color: #737373;
  }
}
@media (max-width: 730px) {
  .mainnav-site a.active {
    background: #737373;
  }
}
@media (max-width: 730px) {
  .mainnav-site a.active:hover {
    color: #fff;
  }
}
.mainnav-site a:first-child {
  margin-left: 0;
}
.mainnav-site .search-icon {
  border: 0;
  margin: 0;
}
@media (max-width: 730px) {
  .mainnav-site .search-icon {
    display: none;
  }
}
.mainnav-select {
  display: table;
  width: 70%;
  border-bottom: 1px solid #595959;
}
@media (max-width: 900px) {
  .mainnav-select {
    width: 100%;
  }
}
@media (max-width: 730px) {
  .mainnav-select {
    text-align: center;
    position: relative;
    border-top: 1px solid #595959;
  }
}
.mainnav-select a {
  font-size: 12px;
  text-transform: uppercase;
  color: #737373;
  padding: 0 9px;
  position: relative;
  border: 0;
}
@media (max-width: 730px) {
  .mainnav-select a {
    display: inline-block;
    float: none;
    padding: 0 4px;
  }
}
.mainnav-select a::before {
  content: "";
  height: 12px;
  width: 1px;
  background: #595959;
  position: absolute;
  right: 0;
  top: 19px;
}
@media (max-width: 730px) {
  .mainnav-select a::before {
    content: "";
    top: 0;
    left: -30px;
    right: -30px;
    height: 1px;
    background: #595959;
    position: absolute;
  }
}
.mainnav-select a:hover {
  color: #bfbfbf;
}
.mainnav-select a.active {
  color: #fff;
}
.mainnav-select a:first-child {
  padding-left: 0;
}
@media (max-width: 730px) {
  .mainnav-select a:first-child::after {
    content: "|";
    margin-left: 15px;
    color: #737373;
    position: relative;
    top: -1px;
  }
}
.mainnav-select a:last-child::before {
  display: none;
}
.search-icon, .show-search, .search-btn {
  width: 50px;
  height: 50px;
  background: url(../img/header-search.svg) center center no-repeat;
  background-size: 17px 17px;
}
.content {
  padding-top: 140px;
}
@media (max-width: 980px) {
  .content {
    padding-top: 100px;
  }
}
@media (max-width: 730px) {
  .content {
    padding-top: 50px;
  }
}
@media (max-width: 440px) {
  .content {
    padding-top: 40px;
  }
}
.content article {
  margin-bottom: 130px;
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
}
@media (max-width: 980px) {
  .content article {
    margin-bottom: 100px;
  }
}
@media (max-width: 730px) {
  .content article {
    margin-bottom: 50px;
  }
}
.content h1, .content h2, .content h3 {
  color: #404040;
  font-size: 22px;
  margin: 0 0 20px;
}
.content h1.hl, .content h2.hl, .content h3.hl {
  color: #3ea6ff;
}
.content h1 {
  font-size: 32px;
}
.content p {
  margin: 0 0 18px;
  line-height: 1.85;
}
@media (max-width: 730px) {
  .content p {
    font-size: 16px;
  }
}
.content ul {
  margin-bottom: 18px;
}
.content ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
  margin-bottom: 45px;
}
.content ol li {
  display: table;
  counter-increment: item;
  margin: 0 0 18px;
}
.content ol li::before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
  color: #808080;
}
.content ol ol {
  margin-top: 18px;
  margin-bottom: 0;
}
.content ol ol li::before {
  content: counters(item, ".") " ";
}
.content ol ol li:last-child {
  margin-bottom: 0;
}
.content table {
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .content table {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.content table .icon, .content table .icon-yes {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.content table .icon-yes {
  background-image: url(../img/icon-checkbox.svg);
}
.content table .hl {
  color: #fff;
  background: #6cc35f;
  border: none;
}
.content table .hl .icon-yes {
  background-image: url(../img/icon-checkbox-white.svg);
}
.content table thead th {
  font-size: 18px;
}
.content table thead th.hl {
  border-bottom: 2px solid #fff !important;
}
.content table td, .content table th {
  padding: 8px 20px;
  line-height: 1.5;
  border-bottom: 2px solid #fff;
}
@media (max-width: 600px) {
  .content table td, .content table th {
    text-align: center;
    display: block;
    font-size: 18px;
    border: 0;
    line-height: 1.2;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .content table td:first-child, .content table th:first-child {
    padding-top: 14px;
  }
  .content table td:last-child, .content table th:last-child {
    border-bottom: 2px solid #fff;
    padding-bottom: 14px;
    background: #f7f7f7;
  }
}
.content table td {
  background: #f7f7f7;
}
@media (max-width: 730px) {
  .content table td {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .content table td strong {
    font-weight: 400;
  }
  .content table td:first-child {
    font-weight: 600;
    background: #fff;
  }
  .content table td:first-child strong {
    font-weight: 600;
  }
  .content table td:empty::before {
    content: "-";
  }
}
.content table td .hl {
  border-color: #6cc35f;
}
@media (max-width: 600px) {
  .content table td .hl {
    background: #f7f7f7;
    color: #6cc35f;
    font-weight: 600;
  }
  .content table td .hl .icon-yes {
    background-image: url(../img/icon-checkbox.svg);
  }
}
@media (max-width: 600px) {
  .content table th {
    font-weight: 400;
    font-size: 22px;
  }
}
@media (max-width: 600px) {
  .content table td.hl {
    border-color: #fff;
  }
}
.content .title, .content .top-title {
  color: #3ea6ff;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-top: 0;
  margin-bottom: 150px;
}
@media (max-width: 630px) {
  .content .title {
    font-size: 26px;
  }
}
@media (max-width: 630px) {
  .content .title br {
    display: none;
  }
}
.content .top-title-index {
  color: #a1a8af;
  padding-top: 60px;
}
.content .list-title {
  font-size: 22px;
  color: #3ea6ff;
  margin-top: 50px;
}
.content .list-title::before {
  display: inline-block;
  color: #3ea6ff;
}
.content .list-title:first-child {
  margin-top: 0;
}
.content .list-title h1, .content .list-title h2, .content .list-title h3 {
  display: inline-block;
  color: #3ea6ff;
  margin-bottom: 0;
}
.content .top-title {
  margin-top: -80px;
  margin-bottom: 30px;
}
@media (max-width: 980px) {
  .content .top-title {
    margin-bottom: 70px;
  }
}
@media (max-width: 730px) {
  .content .top-title {
    margin-top: -30px;
  }
}
.content .top-title .bottom-line {
  position: relative;
  margin-bottom: 100px;
  display: inline-block;
}
@media (max-width: 730px) {
  .content .top-title .bottom-line {
    margin-bottom: 35px;
  }
}
.content .top-title .bottom-line::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -60px;
  height: 1px;
  background: #e6e6e6;
}
@media (max-width: 980px) {
  .content .top-title .bottom-line::before {
    bottom: -40px;
  }
}
@media (max-width: 730px) {
  .content .top-title .bottom-line::before {
    bottom: -20px;
  }
}
.content .sub-title {
  text-align: center;
  font-size: 22px;
  margin-top: 110px;
  margin-bottom: 50px;
}
@media (max-width: 980px) {
  .content .sub-title {
    margin-top: 50px;
  }
}
@media (max-width: 730px) {
  .content .sub-title {
    font-size: 18px;
  }
}
.content .sub-title p {
  margin: 0;
}
.content .sub-title a {
  font-size: inherit;
}
@media (max-width: 630px) {
  .content .sub-title a {
    font-size: 18px;
  }
}
.content .sub-title span {
  display: inline-block;
}
.content .sub-title-0topmargin {
  margin-top: 0;
}
@media (max-width: 630px) {
  .content .row-valid {
    margin: 0;
  }
  .content .row-valid .block {
    margin-bottom: 35px;
  }
  .content .row-valid .row {
    margin-bottom: 0;
  }
}
.content-404 {
  background-image: url(../img/bg-404.svg);
  background-size: cover;
  padding-top: 140px;
  margin-top: -140px;
}
.content-404 h1 {
  color: #3ea6ff;
}
footer ul.logo {
  margin: 0;
  padding: 0;
}
footer ul.logo li {
  list-style-type: none;
}
.bottomnav {
  padding-left: 192px;
  display: table;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 980px) {
  .bottomnav {
    padding-left: 110px;
    margin-top: 10px;
  }
}
@media (max-width: 730px) {
  .bottomnav {
    padding-left: 0;
    margin-top: 25px;
  }
}
@media (max-width: 600px) {
  .bottomnav {
    margin-top: 0;
  }
}
.bottomnav-list {
  width: 33.33%;
  padding-left: 40px;
  padding-right: 10px;
  display: block;
  float: left;
  position: relative;
}
@media (max-width: 730px) {
  .bottomnav-list {
    padding: 0 20px;
  }
}
@media (max-width: 600px) {
  .bottomnav-list {
    width: 100%;
    padding: 0;
    border-top: 1px solid #595959;
    padding-top: 20px;
  }
}
.bottomnav-list::before {
  content: "";
  position: absolute;
  right: 0;
  top: 6px;
  bottom: 6px;
  width: 1px;
  background: #595959;
}
@media (max-width: 600px) {
  .bottomnav-list::before {
    display: none;
  }
}
@media (max-width: 730px) {
  .bottomnav-list:first-child {
    padding-left: 0;
  }
}
@media (max-width: 600px) {
  .bottomnav-list:first-child {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
  }
}
@media (max-width: 730px) {
  .bottomnav-list:last-child {
    padding-right: 0;
  }
}
.bottomnav-list:last-child::before {
  display: none;
}
.bottomnav-list p {
  margin: 0;
}
.bottomnav-list a {
  display: block;
  font-size: 16px;
  color: #b2b2b2;
  line-height: 1.2;
  padding: 3px 0;
  text-decoration: none;
}
@media (max-width: 980px) {
  .bottomnav-list a {
    font-size: 15px;
  }
}
.bottomnav-list a:hover {
  color: #fff;
  text-decoration: none;
}
.bottom {
  background: #404040;
  padding-top: 78px;
}
.bottom .logo {
  position: absolute;
  z-index: 1;
  left: 30px;
  top: 10px;
  width: 100px;
  height: 30px;
  margin: 0;
}
@media (max-width: 730px) {
  .bottom .logo {
    position: relative;
    top: -50px;
    left: 0;
    margin-top: 5px;
    display: block;
    width: 100%;
  }
}
.bottom .logo li.lang:hover a {
  color: #fff;
  text-decoration: none;
}
.bottom .logo li.lang.active {
  display: none;
}
.bottom .logo li.lang a {
  font-size: 16px;
  color: #b2b2b2;
  text-decoration: none;
  top: 8px;
  position: relative;
}
@media (max-width: 980px) {
  .bottom .logo li.lang a {
    font-size: 15px;
  }
}
.bottom ul.logo {
  top: 40px;
}
@media (max-width: 980px) {
  .bottom ul.logo {
    display: block;
  }
}
@media (max-width: 730px) {
  .bottom ul.logo {
    top: 0;
    margin-top: -50px;
  }
}
@media (max-width: 600px) {
  .bottom .main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-display-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
}
.bottom .copy {
  margin-bottom: 50px;
  padding-left: 232px;
}
@media (max-width: 980px) {
  .bottom .copy {
    padding-left: 150px;
  }
}
@media (max-width: 730px) {
  .bottom .copy {
    padding-left: 0;
  }
}
@media (max-width: 440px) {
  .bottom .copy {
    order: 2;
  }
}
.bottom .copy p {
  color: #666;
  font-size: 12px;
  line-height: 1.3;
}
.bottom .contact {
  border-top: 1px solid #595959;
  padding: 50px 0;
  text-align: center;
}
@media (max-width: 600px) {
  .bottom .contact {
    text-align: left;
    width: 100%;
  }
}
@media (max-width: 440px) {
  .bottom .contact {
    padding: 40px 0;
    margin-bottom: 30px;
    border: 1;
    border-bottom: 1px solid #595959;
  }
}
.bottom .contact a {
  margin: 0;
  padding: 0;
  font-size: 32px;
  color: #f7f7f7;
  font-weight: bold;
  text-decoration: none;
}
@media (max-width: 800px) {
  .bottom .contact a {
    display: block;
    font-size: 28px;
  }
}
@media (max-width: 440px) {
  .bottom .contact a {
    font-size: 22px;
  }
}
.bottom .contact a:hover {
  cursor: pointer;
  color: #b2b2b2;
}
.bottom .contact figure {
  top: -5px;
  position: relative;
  display: inline;
  margin: 0 50px;
}
@media (max-width: 800px) {
  .bottom .contact figure {
    display: none;
  }
}
.subheader {
  height: 560px;
  background: url(../img/home-monitor-user_cs.svg) calc(50% + 210px) top no-repeat #3ea6ff;
  background-size: 590px auto;
}
.subheader:lang(en) {
  background-image: url(../img/home-monitor-user_en.svg);
}
@media (max-width: 980px) {
  .subheader {
    background-position: right top;
    background-size: 55% auto;
    height: auto;
  }
}
@media (max-width: 730px) {
  .subheader {
    background-size: 70% auto;
    background-position: 38% top;
    height: auto;
  }
}
@media (max-width: 440px) {
  .subheader {
    background-size: 75% auto;
    background-position: 30% top;
  }
}
.subheader .main {
  height: 560px;
}
@media (max-width: 980px) {
  .subheader .main {
    height: auto;
    min-height: 480px;
    padding-top: 35px;
    padding-bottom: 40px;
  }
}
@media (max-width: 730px) {
  .subheader .main {
    height: auto;
    padding-top: 70%;
    padding-bottom: 40px;
  }
}
.subheader h1 {
  font-size: 48px;
  color: #fff;
  margin-top: -20px;
  margin-bottom: 15px;
}
@media (max-width: 980px) {
  .subheader h1 {
    font-size: 38px;
    margin-top: 0;
  }
}
@media (max-width: 440px) {
  .subheader h1 {
    font-size: 24px;
  }
}
.subheader p {
  color: #fff;
  margin: 0 0 15px;
  max-width: 400px;
}
@media (max-width: 440px) {
  .subheader p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media (max-width: 730px) {
  .subheader .col-50 {
    max-width: none;
    width: 100%;
  }
}
.subheader .btn-primary {
  margin-top: 25px;
}
.subheader-provider, .subheader-provider:lang(en) {
  background-image: url(../img/home-monitor-pro.svg);
}
.content-hp {
  padding-top: 0 !important;
}
.content-hp .slide-box {
  margin-top: 140px;
}
@media (max-width: 980px) {
  .content-hp .slide-box {
    margin-top: 140px;
  }
}
@media (max-width: 730px) {
  .content-hp .slide-box {
    margin-top: 50px;
  }
}
@media (max-width: 980px) {
  .content-hp .slide-box .stats {
    margin-top: 0;
  }
}
.search-wrap {
  width: 100%;
  display: table;
  background: #404040;
  position: relative;
  z-index: 2;
  max-height: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.search-box {
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  max-height: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.search-box .main {
  padding-left: 220px;
  position: relative;
  z-index: 2;
}
@media (max-width: 980px) {
  .search-box .main {
    padding-right: 70px;
  }
}
@media (max-width: 730px) {
  .search-box .main {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.search-box .bg {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  max-height: 0;
  background: rgba(0, 0, 0, 0.7);
}
.search-box.active {
  opacity: 1;
  max-height: 1000px;
}
.search-box.active .search-wrap {
  max-height: 1000px;
  padding-bottom: 17px;
  min-height: 115px;
  display: flex;
}
@media (max-width: 730px) {
  .search-box.active .search-wrap {
    padding-top: 30px;
  }
}
.search-box.active .bg {
  opacity: 1;
  max-height: 100%;
}
.search-close {
  position: absolute;
  right: -78px;
  top: -2px;
  width: 50px;
  height: 50px;
  background: url(../img/icon-close.svg) center center no-repeat;
  background-size: 36px 36px;
  opacity: 0.3;
}
@media (max-width: 980px) {
  .search-close {
    right: -60px;
  }
}
@media (max-width: 730px) {
  .search-close {
    top: -50px;
    right: -15px;
  }
}
.search-close:hover {
  opacity: 1;
}
.search-list {
  padding-top: 7px;
  max-width: 675px;
}
.search-list p.search-summary {
  margin-bottom: 0;
  font-size: 12px;
  color: #737373;
}
.search-list a {
  display: block;
  font-size: 16px;
  padding: 8px 0;
  color: #fff;
  font-weight: 600;
}
@media (max-width: 600px) {
  .search-list a {
    font-size: 14px;
  }
}
.search-list a .search-category {
  color: #737373;
  font-weight: 400;
  padding-left: 8px;
  margin-left: 8px;
  position: relative;
}
@media (max-width: 440px) {
  .search-list a .search-category {
    display: block;
    margin-left: 0;
    padding-left: 0;
    top: -4px;
  }
}
.search-list a .search-category::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  height: 16px;
  width: 1px;
  background: #595959;
}
@media (max-width: 440px) {
  .search-list a .search-category::before {
    display: none;
  }
}
.search-list a .search-category .highlighted {
  color: #fff;
}
.search-list a:hover {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #595959;
}
.search-list a:hover .highlighted {
  color: #ffcb00;
}
.search-list a:hover .search-category {
  color: #fff;
}
.search-list a:hover .search-category::before {
  background: #fff;
}
.search-form {
  margin-top: 25px;
  max-width: 675px;
  border-bottom: 1px solid #595959;
  position: relative;
}
.search-form input[type="text"] {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 0;
  background: transparent;
  color: #fff;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  outline: 0;
  padding: 8px 0;
}
@media (max-width: 600px) {
  .search-form input[type="text"] {
    font-size: 14px;
  }
}
.search-form .search-btn {
  border: 0;
  position: absolute;
  right: -14px;
  top: -5px;
  outline: 0;
}
.search-results {
  color: white;
}
.search-results p {
  color: white;
}
.search-results .pagenav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-display-flex;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
  max-width: 675px;
  margin: 32px 0 -17px;
  padding: 0 20px;
  background: transparent;
  text-align: center;
  justify-content: center;
  border-top: 1px solid #898989;
}
.search-results .pagenav a {
  height: 60px;
  line-height: 60px;
  padding: 0 5px;
  min-width: 42px;
  text-align: center;
  font-size: 22px;
  color: #e6e6e6;
}
@media (max-width: 820px) {
  .search-results .pagenav a {
    font-size: 18px;
    min-width: 30px;
  }
}
.search-results .pagenav a span {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: inline-block;
  position: relative;
}
.search-results .pagenav a span::before, .search-results .pagenav a span::after {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  background: #898989;
  opacity: 0;
}
.search-results .pagenav a span::after {
  top: auto;
  bottom: 0;
}
.search-results .pagenav a:hover span::before,
.search-results .pagenav a:hover span::after {
  opacity: 1;
}
.search-results .pagenav a.active {
  color: white;
  cursor: default;
  font-weight: 600;
}
.search-results .pagenav a.active span::before,
.search-results .pagenav a.active span::after {
  opacity: 1;
}
.search-results .pagenav .next, .search-results .pagenav .prev {
  background: url(../img/number-nav-arrow-grey.svg) center center no-repeat;
  background-size: 16px 16px;
  width: 60px;
  height: 42px;
}
.search-results .pagenav .next {
  transform: rotate(-90deg);
}
.search-results .pagenav .prev {
  transform: rotate(90deg);
}
.collapse-box {
  padding: 26px 30px 60px;
  background: #f7f7f7;
  position: relative;
}
.collapse-box .top-title {
  margin-top: 0;
  margin-bottom: -30px;
}
@media (max-width: 980px) {
  .collapse-box .top-title {
    margin-top: 0;
  }
}
@media (max-width: 730px) {
  .collapse-box .top-title {
    margin-top: 0;
  }
}
@media (max-width: 500px) {
  .collapse-box .top-title {
    font-size: 26px;
  }
}
@media (max-width: 730px) {
  .collapse-box .top-title .bottom-line h1 span {
    margin-left: 40px;
  }
}
.collapse-box .top-title .bottom-line::before {
  bottom: -26px;
}
@media (max-width: 980px) {
  .collapse-box .top-title .bottom-line {
    margin-top: 0;
  }
}
@media (max-width: 730px) {
  .collapse-box .top-title .bottom-line {
    margin-bottom: 80px;
  }
}
.collapse-box .back {
  position: absolute;
  z-index: 2;
  left: 30px;
  top: 28px;
  width: 36px;
  height: 36px;
  background: url(../img/icon-back.svg) center center no-repeat;
  background-size: contain;
}
.collapse-control {
  position: absolute;
  width: 25px;
  height: 25px;
  right: 0;
  top: 0;
  background: url(../img/icon-close-gray.svg) center center no-repeat;
  transform: rotate(45deg);
  opacity: 0.4;
}
.collapse-control:hover {
  opacity: 1;
}
.collapse-item {
  max-width: 670px;
  margin: 0 auto;
  position: relative;
}
.collapse-item h3 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #808081;
  font-size: 18px;
  cursor: pointer;
  font-weight: 400;
  padding-right: 40px;
}
.collapse-item h3:hover {
  color: #404040;
}
.collapse-item .text {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  padding-bottom: 0;
  border-bottom: 1px solid transparent;
}
.collapse-item.active h3 {
  color: #404040;
  font-size: 22px;
  font-weight: 600;
}
.collapse-item.active .text {
  max-height: 500px;
  opacity: 1;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-color: #e6e6e6;
}
.collapse-item.active .collapse-control {
  transform: rotate(0);
  opacity: 1;
}
.collapse-item:last-child .text {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.support {
  margin-top: -10px;
}
.support .sub-title {
  margin: 0 0 130px;
}
@media (max-width: 980px) {
  .support .sub-title {
    margin-bottom: 100px;
  }
}
@media (max-width: 730px) {
  .support .sub-title {
    margin-bottom: 50px;
  }
}
.support .collapse-box {
  margin-bottom: 130px;
}
@media (max-width: 980px) {
  .support .collapse-box {
    margin-bottom: 50px;
    margin-top: 40px;
  }
}
@media (max-width: 730px) {
  .support .collapse-box {
    margin-bottom: 25px;
    margin-top: 25px;
  }
}
.support .top-title .bottom-line {
  display: block;
}
.support-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-display-flex;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
  align-items: inherit;
  margin: 0;
  margin-bottom: 50px;
}
@media (max-width: 1015px) {
  .support-list {
    justify-content: center;
  }
}
a.support-item {
  -webkit-box-flex: 1 25%;
  -moz-box-flex: 1 25%;
  -webkit-flex: 1 25%;
  -ms-flex: 1 25%;
  flex: 1 25%;
  padding: 0 15px;
  max-width: 25%;
  width: 20vw;
  height: 110px;
  max-width: 200px;
  padding: 20px;
  margin: 0 10px 40px;
  background: url(../img/bg-support.svg) no-repeat;
  color: #3ea6ff;
  font-weight: 600;
  line-height: 1.4;
  text-align: left;
}
@media (max-width: 900px) {
  a.support-item {
    max-width: 170px;
    max-height: 170px;
    margin: 0 20px 40px;
  }
}
@media (max-width: 820px) {
  a.support-item {
    -webkit-box-flex: 1 33.333%;
    -moz-box-flex: 1 33.333%;
    -webkit-flex: 1 33.333%;
    -ms-flex: 1 33.333%;
    flex: 1 33.333%;
    padding: 0 15px;
    max-width: 33.333%;
    width: 30vw;
    height: 150px;
    max-width: 200px;
    max-height: 200px;
    margin: 0 20px;
    padding: 20px;
  }
}
@media (max-width: 730px) {
  a.support-item {
    -webkit-box-flex: 1 50%;
    -moz-box-flex: 1 50%;
    -webkit-flex: 1 50%;
    -ms-flex: 1 50%;
    flex: 1 50%;
    padding: 0 15px;
    max-width: 50%;
    width: 30vw;
    height: 20vw;
    max-width: 200px;
    max-height: 200px;
    margin: 0 15px 15px;
    padding: 20px;
  }
}
@media (max-width: 500px) {
  a.support-item {
    width: 100%;
    height: 100px;
    background-size: cover;
    background-position: bottom;
    margin-bottom: 30px;
  }
}
a.support-item:hover {
  background: url(../img/bg-support-hover.svg) no-repeat;
  color: #fff;
}
@media (max-width: 500px) {
  a.support-item:hover {
    width: 100%;
    height: 100px;
    background-size: cover;
    background-position: bottom;
  }
}
.panel-group .panel {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0;
  padding: 12px 0;
}
.panel-group .panel:last-child {
  border: none;
}
.accordion {
  max-width: 670px;
  margin: 0 auto;
}
.accordion-item {
  border: none;
  box-shadow: none;
  background: none;
  position: relative;
}
.accordion-item .panel {
  margin-top: 0;
}
.accordion-item .panel-heading {
  border: none;
  background: none;
  padding: 5px 0;
  cursor: pointer;
}
.accordion-item .panel-heading a {
  color: #404040;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  outline: none;
  display: block;
  margin-top: 35px;
  line-height: 30px;
  margin-right: 40px;
}
.accordion-item .panel-heading a.collapsed {
  font-size: 18px;
  color: #808080;
  font-weight: 400;
  margin-top: 0;
}
.accordion-item .panel-heading a.collapsed::after {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s ease-in;
  transform: rotate(45deg);
  opacity: 0.4;
  top: 20px;
}
.accordion-item .panel-heading a.collapsed:hover::after {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s ease-in;
  opacity: 1;
}
.accordion-item .panel-heading a:hover {
  text-decoration: none;
}
.accordion-item .panel-heading a::after {
  width: 25px;
  height: 25px;
  content: '';
  background: url(../img/icon-close-gray.svg) center center no-repeat;
  transform: rotate(0);
  opacity: 1;
  display: block;
  position: absolute;
  right: 0;
  top: 53px;
}
.accordion-item .panel-body {
  padding: 0 0 10px;
  margin: 10px 0;
  border-top: none !important;
  margin-right: 40px;
}
.catalog .search-form {
  margin-top: 54px;
  max-width: none;
  border-bottom: 0;
}
.catalog .search-form input[type="text"] {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #f7f7f7;
  font-size: 22px;
  color: #000;
  padding: 10px 20px;
}
@media (max-width: 440px) {
  .catalog .search-form input[type="text"] {
    font-size: 16px;
  }
}
.catalog .search-form .search-btn {
  background-image: url(../img/icon-search-content.svg);
  background-size: 32px 32px;
  width: 60px;
  height: 60px;
  right: 0;
  top: 0;
}
@media (max-width: 440px) {
  .catalog .search-form .search-btn {
    height: 52px;
    width: 52px;
    background-size: 24px 24px;
  }
}
.catalog .sub-title {
  margin-top: 55px;
}
.catalog .select-detail {
  margin-bottom: 60px;
}
.catalog .select-btn {
  font-weight: 400;
  margin-top: 0;
}
.catalog .select-list {
  margin-top: 0;
}
.catalog .select-item {
  border-top: 1px solid #e6e6e6;
  padding: 76px 0 71px;
  align-items: inherit;
}
.catalog .select-item .image {
  text-align: center;
  margin-bottom: 25px;
}
@media (max-width: 600px) {
  .catalog .select-item .image {
    text-align: left;
  }
}
.catalog .select-item .image img {
  max-width: 100%;
  height: auto;
}
.catalog .tags span {
  display: inline-block;
  padding-right: 18px;
  position: relative;
  color: #808080;
  height: 13px;
}
.catalog .tags span:first-child {
  padding-right: 36px;
}
.catalog .tags span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6.5px;
  width: 18px;
  height: 13px;
  background-size: contain;
}
.catalog .tags span.access-full::before {
  background: url(../img/legend-access-full.svg) center center no-repeat;
}
.catalog .tags span.access-limit::before {
  background: url(../img/legend-access-limit.svg) center center no-repeat;
}
.number-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-display-flex;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 74px;
  padding: 0 20px;
  background: #f7f7f7;
  text-align: center;
  justify-content: center;
}
.number-nav a {
  height: 60px;
  line-height: 60px;
  padding: 0 5px;
  min-width: 42px;
  text-align: center;
  font-size: 22px;
}
@media (max-width: 820px) {
  .number-nav a {
    font-size: 18px;
    min-width: 30px;
  }
}
.number-nav a span {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: inline-block;
  position: relative;
}
.number-nav a span::before, .number-nav a span::after {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  background: #e6e6e6;
  opacity: 0;
}
.number-nav a span::after {
  top: auto;
  bottom: 0;
}
.number-nav a:hover span::before, .number-nav a:hover span::after {
  opacity: 1;
}
.number-nav a.active {
  color: #3ea6ff;
}
.number-nav a.active span::before, .number-nav a.active span::after {
  opacity: 1;
}
.number-nav .next, .number-nav .prev {
  background: url(../img/number-nav-arrow.svg) center center no-repeat;
  background-size: 16px 16px;
  width: 60px;
  height: 42px;
}
.number-nav .next {
  transform: rotate(-90deg);
}
.number-nav .prev {
  transform: rotate(90deg);
}
.legend {
  text-align: center;
  margin-bottom: 120px;
}
.legend span {
  margin: 0 16px;
  display: inline-block;
  padding-left: 36px;
  position: relative;
  color: #808080;
}
.legend span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6.5px;
  width: 18px;
  height: 13px;
  background-size: contain;
}
.legend .access-full {
  color: #6cc35f;
}
.legend .access-full::before {
  background: url(../img/legend-access-full.svg) center center no-repeat;
}
.legend .access-limit {
  color: #808080;
}
.legend .access-limit::before {
  background: url(../img/legend-access-limit.svg) center center no-repeat;
}
.logos {
  background: #f7f7f7;
  padding: 80px 0 0;
}
@media (max-width: 630px) {
  .logos {
    padding-bottom: 40px;
  }
}
.logos .main {
  justify-content: center;
  flex-wrap: wrap;
}
.logos .logo {
  margin: 0 0 80px;
  padding: 0 10px;
  width: 25%;
  text-align: center;
}
@media (max-width: 630px) {
  .logos .logo {
    width: 33.33%;
    margin-bottom: 40px;
  }
}
@media (max-width: 440px) {
  .logos .logo {
    width: 50%;
  }
}
.show-search {
  display: none;
}
@media (max-width: 730px) {
  .show-search {
    position: absolute;
    top: 6px;
    right: 15px;
    display: block;
  }
}
@media (max-width: 440px) {
  .show-search {
    right: -5px;
  }
}
.show-nav {
  display: none;
}
@media (max-width: 730px) {
  .show-nav {
    position: absolute;
    top: 6px;
    left: 15px;
    width: 50px;
    height: 50px;
    background: url(../img/header-burger.svg) center center no-repeat;
    background-size: 17px 17px;
    display: block;
  }
}
.price {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.price p {
  margin-left: 20px;
  margin-right: 20px;
}
@media (max-width: 600px) {
  .price p {
    margin-left: 0;
    margin-right: 0;
  }
}
.price-table td, .price-table th {
  text-align: center;
  color: #000;
}
.price-table td:first-child, .price-table th:first-child {
  text-align: left;
}
@media (max-width: 600px) {
  .price-table td:first-child, .price-table th:first-child {
    text-align: center;
  }
}
.explanation {
  border-top: 1px solid #e6e6e6;
  margin-top: 50px;
  padding-top: 25px;
}
.explanation ol li, .explanation ul li {
  color: #808080;
  font-size: 14px;
}
.explanation p {
  position: relative;
  padding-left: 18px;
  color: #808080;
  font-size: 14px;
}
.explanation .sup {
  position: absolute;
  left: 0;
  top: 0;
}
.top-points-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-display-flex;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
  max-width: 900px;
  margin: 86px auto 100px;
  justify-content: space-between;
  align-items: baseline;
  position: relative;
}
@media (max-width: 730px) {
  .top-points-list {
    flex-wrap: wrap;
    margin-bottom: 55px;
  }
}
.top-points-list figure {
  margin: 0;
  display: inline;
  position: relative;
  top: -45px;
}
@media (max-width: 915px) {
  .top-points-list figure {
    width: 20px !important;
  }
}
@media (max-width: 800px) {
  .top-points-list figure {
    display: none;
  }
}
.top-points-item {
  max-width: 165px;
  text-align: center;
  position: relative;
}
@media (max-width: 800px) {
  .top-points-item {
    max-width: none;
    padding: 0 10px;
    padding-bottom: 40px;
    text-align: left;
    flex-direction: row;
    display: flex;
  }
}
.top-points-item p {
  color: #3ea6ff;
  font-size: 15px;
  line-height: 1.2;
  text-align: center;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 800px) {
  .top-points-item p {
    padding-left: 26px;
    text-align: left;
    line-height: 1.5;
  }
}
.top-points-item p span {
  font-weight: normal;
}
.top-points-item .icon-step-1 {
  background-image: url(../img/four-steps-1.svg);
}
.top-points-item .icon-step-2 {
  background-image: url(../img/four-steps-2.svg);
}
.top-points-item .icon-step-3 {
  background-image: url(../img/four-steps-3.svg);
}
.top-points-item .icon-step-4 {
  background-image: url(../img/four-steps-4.svg);
}
.top-points-item .icon-step-1, .top-points-item .icon-step-2,
.top-points-item .icon-step-3, .top-points-item .icon-step-4 {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 800px) {
  .top-points-item .icon-step-1, .top-points-item .icon-step-2,
  .top-points-item .icon-step-3, .top-points-item .icon-step-4 {
    margin-bottom: 0;
    position: relative;
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
}
.video-box {
  -moz-box-shadow: 0 0 20px 2px #eef5fb;
  -webkit-box-shadow: 0 0 20px 2px #eef5fb;
  box-shadow: 0 0 20px 2px #eef5fb;
  width: 100%;
  max-width: 942px;
  height: 0;
  margin: 0 auto;
  border: 3px solid #fff;
  box-sizing: content-box;
  cursor: pointer;
  position: relative;
  margin-bottom: 100px;
  padding-bottom: 56.25%;
}
@media (max-width: 980px) {
  .video-box {
    margin-bottom: 100px;
  }
}
@media (max-width: 730px) {
  .video-box {
    margin-bottom: 50px;
  }
}
@media (max-width: 600px) {
  .video-box {
    margin-left: -30px;
    margin-right: -30px;
    width: auto;
  }
}
@media (max-width: 440px) {
  .video-box {
    margin-left: -9px;
    margin-right: -9px;
  }
}
.video-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.tabs-panel {
  display: table;
  margin-bottom: 25px;
}
@media (max-width: 440px) {
  .tabs-panel {
    margin-bottom: 10px;
  }
}
.tabs-panel a {
  background: #f7f7f7;
  color: #000;
  font-weight: 600;
  position: relative;
  float: left;
  padding: 2px 24px;
}
@media (max-width: 900px) {
  .tabs-panel a {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 16px;
  }
}
@media (max-width: 440px) {
  .tabs-panel a {
    float: none;
    display: block;
  }
}
.tabs-panel a::before {
  display: none;
}
.tabs-panel a.active::before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #fff transparent;
}
.tabs-panel a.active {
  color: #fff;
  background: #3ea6ff;
}
.block .tabs-panel {
  min-width: 450px;
}
@media (max-width: 900px) {
  .block .tabs-panel {
    min-width: 340px;
  }
}
@media (max-width: 440px) {
  .block .tabs-panel {
    min-width: 0;
  }
}
.tabs-item {
  transition: opacity 0.4s;
  position: relative;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
}
.tabs-item.active {
  opacity: 1;
  max-height: 2000px;
}
.tabs-item .divider {
  position: relative;
  top: -45px;
  border-top: 2px solid #e6e6e6;
  margin-bottom: 40px;
}
.tabs-item .arrow-down {
  margin: 0;
  position: relative;
  text-align: center;
  z-index: 2;
}
.tabs-item .arrow-down img {
  height: 60px;
  width: 60px;
}
.tabs-item .block {
  margin-bottom: 45px;
}
@media (max-width: 600px) {
  .tabs-item .block figure {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .tabs-item .block figure img {
    max-width: 40%;
  }
}
@media (max-width: 600px) {
  .tabs-item .block {
    margin-bottom: 25px;
  }
}
.tabs-large .tabs-panel {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 980px) {
  .tabs-large .tabs-panel {
    margin-bottom: 50px;
  }
}
@media (max-width: 440px) {
  .tabs-large .tabs-panel {
    width: 100%;
  }
}
.tabs-large .tabs-panel a p {
  max-width: 236px;
  width: 100%;
  padding-top: 9px;
  padding-bottom: 9px;
  display: inline-block;
  float: none;
}
.map-detail {
  margin-bottom: 150px;
}
@media (max-width: 980px) {
  .map-detail {
    margin-bottom: 100px;
  }
}
@media (max-width: 730px) {
  .map-detail {
    margin-bottom: 50px;
  }
}
.map-detail .select-detail {
  margin-top: -8px;
}
.select-btn {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  font-weight: 600;
  font-size: 22px;
  max-width: 260px;
  color: #404040;
  background: #f7f7f7;
  border: 2px solid #fff;
  position: relative;
  margin-top: -26px;
  z-index: 2;
}
.select-btn select {
  position: relative;
  padding: 5px 60px 5px 15px;
  width: 100%;
  border: none;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background: transparent;
}
.select-btn select option {
  font-size: 16px;
  height: 25px;
}
.select-btn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 45px;
  border-left: 2px solid #fff;
  background: url(../img/select-down.svg) center center no-repeat;
  background-size: 16px 16px;
}
.select-detail {
  text-align: center;
}
.select-list {
  margin-top: 60px;
}
.select-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-display-flex;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
  margin-left: -20px;
  margin-right: -20px;
}
.select-item p a {
  font-weight: 600;
}
.select-item .col-50 {
  padding-left: 20px;
  padding-right: 20px;
}
.select-item .box {
  background: #f7f7f7;
  padding: 15px 20px 20px;
}
@media (max-width: 600px) {
  .select-item .box {
    margin-bottom: 20px;
  }
}
.select-item .day {
  display: inline-block;
  min-width: 36px;
}
.select-item li.gray {
  color: #808080;
}
.download-box {
  text-align: left;
}
.download-box .select-detail {
  text-align: left;
}
.download-box .select-btn {
  font-weight: 400;
  font-size: 18px;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-right: 20px;
}
.slide-box {
  margin: 140px 0 125px;
}
@media (max-width: 980px) {
  .slide-box {
    margin-bottom: 100px;
  }
}
@media (max-width: 730px) {
  .slide-box {
    margin-bottom: 50px;
  }
}
@media (max-width: 980px) {
  .slide-box {
    width: 100vw;
  }
}
.slide {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.slide .image, .slide .text {
  -webkit-box-flex: 1 50%;
  -moz-box-flex: 1 50%;
  -webkit-flex: 1 50%;
  -ms-flex: 1 50%;
  flex: 1 50%;
  padding: 0 15px;
  max-width: 50%;
}
.slide .text {
  margin: 0 auto 0;
}
@media (max-width: 730px) {
  .slide .text {
    -webkit-box-flex: 1 70%;
    -moz-box-flex: 1 70%;
    -webkit-flex: 1 70%;
    -ms-flex: 1 70%;
    flex: 1 70%;
    padding: 0 15px;
    max-width: 70%;
  }
}
@media (max-width: 600px) {
  .slide .text {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.slide .image {
  text-align: center;
  position: relative;
  padding-bottom: 46px;
}
@media (max-width: 730px) {
  .slide .image {
    -webkit-box-flex: 1 30%;
    -moz-box-flex: 1 30%;
    -webkit-flex: 1 30%;
    -ms-flex: 1 30%;
    flex: 1 30%;
    padding: 0 15px;
    max-width: 30%;
    padding-bottom: 46px;
  }
}
@media (max-width: 600px) {
  .slide .image {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 46px;
    text-align: left;
    margin-bottom: 30px;
  }
}
.slide .image::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  height: 30px;
  bottom: 0;
  background: url(../img/reference-with-shadow.svg) center center no-repeat;
}
@media (max-width: 730px) {
  .slide .image::before {
    left: 15px;
    right: 15px;
    margin-left: 0;
    width: auto;
  }
}
@media (max-width: 600px) {
  .slide .image::before {
    width: 200px;
  }
}
.slide .image img {
  width: 100%;
  max-width: 250px;
  height: auto;
}
@media (max-width: 600px) {
  .slide .image img {
    max-width: 200px;
  }
}
.slide-controls {
  text-align: center;
}
.slide-controls a {
  width: 35px;
  height: 35px;
  display: inline-block;
  position: relative;
}
.slide-controls a::before {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -5px;
  margin-left: -5px;
  width: 10px;
  height: 10px;
  background: #d9dee2;
}
.slide-controls a:hover::before {
  background: #404040;
}
.slide-controls a.active::before {
  background: #3ea6ff;
}
.stats {
  margin-bottom: 120px;
  text-align: center;
}
@media (max-width: 980px) {
  .stats {
    margin-bottom: 100px;
  }
}
@media (max-width: 730px) {
  .stats {
    margin-bottom: 50px;
  }
}
.stats .row {
  align-items: inherit;
}
.stats-item, .stats-item-large {
  padding: 20px 0;
}
@media (max-width: 440px) {
  .stats-item, .stats-item-large {
    padding: 8px 0;
  }
}
.stats-item .number, .stats-item-large .number {
  display: block;
  color: #3ea6ff;
  font-weight: 600;
  font-size: 26px;
  line-height: 1.5;
}
.stats-item p, .stats-item-large p {
  color: #808080;
}
.stats-item-large .number {
  font-size: 96px;
  line-height: 1;
}
@media (max-width: 730px) {
  .stats-item-large .number {
    font-size: 70px;
  }
}
@media (max-width: 440px) {
  .stats-item-large .number {
    font-size: 48px;
  }
}
.stats-item-large p {
  font-size: 36px;
}
@media (max-width: 730px) {
  .stats-item-large p {
    font-size: 26px;
  }
}
@media (max-width: 600px) {
  .stats-item .number {
    font-size: 32px;
  }
}
@media (max-width: 440px) {
  .stats-item .number {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .stats-item p {
    font-size: 18px;
  }
}
.contact-wrap {
  margin-bottom: 140px;
}
@media (max-width: 980px) {
  .contact-wrap {
    margin-bottom: 100px;
  }
}
@media (max-width: 730px) {
  .contact-wrap {
    margin-bottom: 50px;
  }
}
.contact-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-display-flex;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
  margin-left: 0;
  margin-right: 0;
  background: #f7f7f7;
  align-items: stretch;
  margin-bottom: 132px;
}
.contact-col {
  padding: 25px 30px 60px;
  background: url(../img/support-contact-corner.svg) center bottom no-repeat;
  background-size: contain;
}
@media (max-width: 780px) {
  .contact-col {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    padding-bottom: 140px;
  }
}
@media (max-width: 370px) {
  .contact-col {
    padding-bottom: 100px;
  }
}
.contact-col p a {
  display: block;
}
.contact-map {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 580px) {
  .contact-map {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}
.contact-map iframe {
  width: 100%;
  max-width: 100%;
}
.contact-info {
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
}
.contact-person {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}
@media (max-width: 980px) {
  .contact-person {
    margin-bottom: 100px;
  }
}
@media (max-width: 730px) {
  .contact-person {
    margin-bottom: 50px;
  }
}
@media (max-width: 600px) {
  .contact-person {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
.contact-person .image {
  max-width: 236px;
  margin-bottom: 18px;
}
.contact-person .image img {
  max-width: 100%;
  height: auto;
  width: 100%;
  display: inline-block;
}
.contact-person .image-circle {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #edf4fa;
  text-align: center;
  max-width: 100%;
  width: 25vh;
  height: 25vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-person .image-circle img {
  max-width: 150px;
}
.contact-provider {
  margin-bottom: 85px;
}
.contact-provider .contact-info, .contact-provider .contact-box {
  margin-bottom: 80px;
}
.contact-provider .row {
  align-items: inherit;
}
.carousel {
  text-align: center;
}
.carousel-inner {
  padding-bottom: 15px;
}
.carousel-indicators {
  bottom: 13px;
  text-align: center;
  left: 0;
  display: inline-block;
  width: auto;
  position: relative;
  margin: 0 25px;
}
.carousel-indicators li {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s ease-in;
  margin: 0 15px;
  background: #e6e6e6;
  border: none;
}
.carousel-indicators li:hover {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s ease-in;
  background: #404040;
  cursor: pointer;
}
.carousel-indicators li.active {
  margin: 0 15px;
  background: #3ea6ff;
  width: 10px;
  height: 10px;
}
.carousel-caption {
  position: relative;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  text-shadow: none;
  text-align: left;
}
.carousel .item::before {
  content: "";
  position: absolute;
  width: 200px;
  margin-left: 20px;
  height: 30px;
  left: 10%;
  background: url(../img/reference-with-shadow.svg) center center no-repeat;
  top: 265px;
}
.carousel .item img {
  max-width: 250px;
  float: left;
  padding: 0 0 60px;
  margin-left: 10%;
}
.carousel-control {
  position: relative;
  left: auto;
  width: 36px;
  height: 36px;
  opacity: 1;
  display: inline-block;
  z-index: 100;
  margin: 0 25px;
}
@media (max-width: 730px) {
  .carousel-control {
    display: none;
  }
}
.carousel-control span::before {
  display: none;
}
.carousel-control.left {
  background: url(../img/arrow-carousel.svg) no-repeat;
}
.carousel-control.left:hover {
  background: url(../img/arrow-carousel-hover.svg) no-repeat;
}
.carousel-control.right {
  transform: rotate(180deg);
  background: url(../img/arrow-carousel.svg) no-repeat;
}
.carousel-control.right:hover {
  background: url(../img/arrow-carousel-hover.svg) no-repeat;
}
.carousel .text {
  float: right;
}
.carousel .text-title h2 {
  color: #3ea6ff;
}
.carousel .text-sign p {
  color: #808080;
}
blockquote {
  padding: 0;
  margin: 0;
  border-left: none;
  font-size: inherit;
}
@media (max-width: 735px) {
  .carousel .item img {
    float: inherit;
    margin: 0 auto;
  }
  .carousel .text {
    float: inherit;
  }
  .carousel .item::before {
    display: block;
    margin: 0 auto;
    position: relative;
    left: inherit;
    top: 300px;
  }
}
.carousel.none-img {
  margin-bottom: 125px;
}
.carousel.none-img .item {
  min-height: 350px;
}
.carousel.none-img .item img {
  display: none;
}
.carousel.none-img .item::before {
  background: none;
  width: 0;
  height: 0;
}
.carousel.none-img .item .text {
  float: inherit;
}
.content .carousel.none-img ol li {
  margin: 0 15px;
  display: inline-block;
}
.content .carousel.none-img ol li::before {
  display: none;
}
.btn-login-block {
  text-align: center;
  margin: -30px 0 140px;
  display: flex;
  justify-content: center;
  flex-direction: row;
}
@media (max-width: 1010px) {
  .btn-login-block {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
@media (max-width: 730px) {
  .btn-login-block {
    margin: 0 0 100px;
  }
}
.btn-login-block a {
  margin: 0 8px;
}
@media (max-width: 1010px) {
  .btn-login-block a {
    width: 80%;
    margin: 10px auto;
    white-space: normal;
  }
}
@media (max-width: 630px) {
  .btn-login-block a {
    width: 90%;
  }
}
.mojeid-validation-places-map .card-header h3 {
  margin-bottom: 0.4em;
}
.mojeid-validation-places-map .card-header h3 a {
  color: #3ea6ff;
}
.mojeid-validation-places-map .mojeid-marker-content h3 {
  margin-bottom: 0.2em;
}
.mojeid-validation-places-map .mojeid-marker-content .opening-hours {
  margin-top: 1em;
}
.mojeid-validation-places-map .mojeid-marker-content a {
  font-size: 100%;
  color: #3ea6ff;
}
.mojeid-validation-places-map .mojeid-marker-content a:hover {
  text-decoration: underline;
}
.mojeid-validation-places-map .mojeid-marker-content table.times {
  margin-left: 1em;
  margin-bottom: 0.4em;
  width: auto;
}
.mojeid-validation-places-map .mojeid-marker-content table.times tr td {
  font-size: 90%;
  background-color: white;
  padding: 0 1.2em 0 0;
  display: table-cell;
}
.mojeid-validation-places-map .mojeid-marker-content table.times tr td:first-child {
  font-weight: 600;
}
.mojeid-validation-places-map .mojeid-marker-content table.times tr td:not(:first-child) {
  text-align: right;
}
@media (max-width: 600px) {
  .mojeid-validation-places-map .mojeid-marker-content table.times tr td:first-child {
    text-align: left;
  }
}
.mojeid-validation-places-map .mojeid-marker-content table.times tr.closed td {
  color: #737373;
}
.mojeid-validation-places .mojeid-hidden-city,
.mojeid-validation-places-seznam .mojeid-hidden-city {
  display: none;
}
.mojeid-validation-places .mojeid-place-info,
.mojeid-validation-places-seznam .mojeid-place-info {
  margin-bottom: 25px;
  font-size: 16px;
}
.mojeid-validation-places .select-list .select-item,
.mojeid-validation-places-seznam .select-list .select-item {
  align-items: flex-start;
}
.mojeid-validation-places .select-list .select-item .box,
.mojeid-validation-places-seznam .select-list .select-item .box {
  margin: 10px 0;
}
.mojeid-validation-places .select-list .select-item .box h3,
.mojeid-validation-places-seznam .select-list .select-item .box h3 {
  margin: 0;
}
.mojeid-validation-places .select-list .select-item .box h3 a,
.mojeid-validation-places-seznam .select-list .select-item .box h3 a {
  font-size: 22px;
  font-weight: bold;
  color: #3ea6ff;
}
.mojeid-validation-places .select-list .select-item .box h3 a:hover,
.mojeid-validation-places-seznam .select-list .select-item .box h3 a:hover {
  text-decoration: underline;
}
.mojeid-validation-places .select-list .select-item .box a.show-on-map,
.mojeid-validation-places-seznam .select-list .select-item .box a.show-on-map {
  color: #3ea6ff;
  font-size: 90%;
}
.mojeid-validation-places .select-list .select-item .box a.show-on-map:hover,
.mojeid-validation-places-seznam .select-list .select-item .box a.show-on-map:hover {
  text-decoration: underline;
}
section.chat {
  display: block;
  background-color: #6dc35f;
  width: 350px;
  border-radius: 5px 0 0 0;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1000;
}
@media (max-width: 415px) {
  section.chat {
    display: none;
  }
}
section.chat span#onlinechat a#mibew-agent-button {
  border-radius: 5px 0 0 0;
  padding: 15px 20px;
  display: block;
  line-height: 1em;
  background: #6dc35f;
  background-image: url("../img/icon-bigger-green.svg");
  background-size: 20px 20px;
  background-position: 310px 15px;
  background-repeat: no-repeat;
}
section.chat span#onlinechat a#mibew-agent-button:hover {
  background-image: url("../img/icon-bigger-grey.svg");
}
section.chat span#onlinechat a#mibew-agent-button span {
  padding: 0;
  color: white;
}
section.chat span#onlinechat a#mibew-agent-button img {
  display: none;
}
@media (max-width: 415px) {
  .mibew-chat-wrapper, .mibew-chat-frame-toggle {
    display: none !important;
  }
}
