@charset "UTF-8";
body {
  font-family: 'Open Sans', sans-serif;
  color: #111;
  font-size: 13px;
  line-height: 24px;
  mike-ver: '12.20'; }

h3 {
  font-size: 1.23em;
  font-weight: 700;
  margin-top: 35px;
  margin-bottom: 20px; }

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%; }

a {
  color: #01c2ff; }

a.more {
  cursor: pointer;
  padding: 4px 14px;
  border: 1px solid #01c2ff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font-weight: 100;
  color: #111;
  text-decoration: none;
  margin: 0.5em 0px;
  display: inline-block; }
  a.more.more_lg {
    font-weight: 400;
    padding: 4px 12px; }
  a.more.more_round {
    -webkit-border-radius: 30px;
    border-radius: 30px; }

.row {
  margin-bottom: 10px; }

.container {
  min-width: 304px; }

.text-left {
  text-align: left !important; }

.p_lg {
  font-size: 1.23em;
  line-height: 1.8; }

/*
        F O R M s
*/
label {
  font-weight: 400;
  margin-left: 8px; }

code {
  padding: 0px;
  font-size: 100%;
  color: #777777;
  background-color: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

.code-tag {
  color: #f92659; }

.code-id {
  color: #a6e22e; }

.code-id-name {
  color: #e6db74; }

/*
        S E L E C T
*/
.form-control-static {
  margin-right: 8px;
  padding-top: 2px;
  padding-bottom: 5px; }

select.form-control {
  padding: 0px 0px 1px 4px;
  border: 2px solid #01c2ff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  color: #111;
  text-decoration: none;
  height: 30px; }

.label-left {
  float: left; }

.form-right {
  overflow: hidden; }

.form .bootstrap-select.form-control {
  padding: 0px;
  border: none; }
.form .bootstrap-select > .dropdown-toggle {
  padding: 11px 12px;
  min-height: 48px !important;
  border: 1px solid #01c2ff;
  background: #fff;
  color: #333;
  margin: 0px !important;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }
  .form .bootstrap-select > .dropdown-toggle.bs-invalid {
    border: 1px solid #fe5b56;
    font-size: 14px;
    color: #c0392b;
    font-weight: 400; }

.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  outline: none; }

.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: transparent;
  border-color: #66afe9; }

.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
  outline-offset: 0px; }

.bootstrap-select .btn-default:hover,
.bootstrap-select .btn-default:active,
.bootstrap-select .btn-default:active:focus, .bootstrap-select .btn-default:focus {
  background-color: transparent;
  color: #333; }
.bootstrap-select .dropdown-menu > .active > a, .bootstrap-select .dropdown-menu > .active > a:focus, .bootstrap-select .dropdown-menu > .active > a:hover {
  text-decoration: none;
  background-color: #01c2ff;
  outline: 0; }

.bootstrap-select.btn-group .dropdown-menu li a {
  outline: none; }

/*
        A C C O R D I O N
*/
.accordion-panel {
  margin: 3em 0; }
  .accordion-panel .panel-default {
    border: none;
    margin-bottom: 1em; }
  .accordion-panel .panel-heading {
    position: relative;
    color: #333;
    background-color: #fff;
    border: 1px solid #01c2ff;
    min-height: 100px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    cursor: pointer; }
  .accordion-panel .panel-body {
    padding: 15px 0px;
    border: none !important; }
  .accordion-panel .dictionaries__item {
    margin-bottom: 1em; }
  .accordion-panel .dictionaries__more {
    bottom: 3em; }

.panel {
  -webkit-box-shadow: none;
  box-shadow: none; }

.accordion-panel__logo {
  float: left;
  width: 80px;
  height: 80px;
  margin-right: 20px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  background-repeat: no-repeat;
  background-size: 80px; }

.accordion-panel__desc {
  overflow: hidden;
  padding-right: 50px; }

.accordion-panel__arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 10px;
  right: 20px;
  cursor: pointer;
  padding: 7px;
  -webbkit-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

/*modify*/
/* f a q   p a g e*/
.accordion-panel_faq {
  margin: 0; }

.accordion-panel__arrow_faq {
  right: auto;
  left: 12px;
  top: 3px;
  padding: 12px 7px; }

.accordion-panel__desc_faq {
  padding-left: 50px; }

.accordion-panel_faq .panel {
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #01c2ff; }

.accordion-panel_faq .panel-heading {
  min-height: 46px;
  border: none; }

.accordion-panel_faq .panel-body {
  padding: 5px 45px 15px; }

.accordion-panel__smile {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 37px;
  height: 37px;
  background: url("../images/faq/faq-smile-open.svg") no-repeat center; }

.collapsed .accordion-panel__arrow_faq + .accordion-panel__smile {
  background: url("../images/faq/faq-smile-close.svg") no-repeat center; }

.collapsed,
.collapsing {
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

/*
        T A B L E
*/
.table {
  display: table; }

.table-cell {
  display: table-cell; }

.table_va-b .table-cell {
  vertical-align: bottom; }

@media (min-width: 992px) {
  .table-cell.only-tablet {
    display: table-cell !important; }

  .table-cell.only-mobile {
    display: table-cell !important; } }
/*
        B T N
*/
.btn:focus, .btn:focus:active {
  outline: none; }

.btn-default {
  background-color: #01c2ff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  color: #fff;
  border: none;
  font-size: 1.23em;
  font-weight: 100;
  padding: 6px 12px; }
  .btn-default:hover, .btn-default:active, .btn-default:active:focus, .btn-default:focus {
    background-color: #01c2ff;
    color: #fff; }

.btn-upload {
  background-color: #fff;
  -webkit-border-radius: 26px;
  border-radius: 26px;
  color: #333;
  display: block;
  border: 1px solid #01c2ff;
  font-size: 1em;
  font-weight: 100;
  padding: 6px 18px;
  width: 177px;
  margin: 0 auto; }
  .btn-upload:hover, .btn-upload:active, .btn-upload:active:focus, .btn-upload:focus {
    background-color: #fff;
    color: #333;
    border-color: #01c2ff; }

.fileinput-button {
  display: block; }

.btn-success:active:hover {
  background-color: #01c2ff;
  border-color: #01c2ff;
  color: #fff; }

.btn_lg {
  padding: 8px 24px;
  letter-spacing: 1px; }

.btn-form {
  padding: 9px 24px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  margin-top: 15px !important; }

.btn_round {
  -webkit-border-radius: 30px;
  border-radius: 30px; }

.btn-download {
  margin: 4em 0px 2em; }

.btns-inline {
  text-align: center; }
  .btns-inline a {
    display: inline-block;
    margin: 12px 12px; }

.google-play {
  width: 179px;
  height: 58px;
  background: url("../images/btn_google_play.png") no-repeat;
  background-size: contain; }

.app-store {
  width: 197px;
  height: 58px;
  background: url("../images/btn-app-store.png") no-repeat;
  background-size: contain; }

/* GENERAL BUTTON STYLING */
.more,
.more::after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.more {
  color: #01c2ff;
  display: block;
  font-weight: bold;
  margin: 1em auto;
  padding: 2em 6em;
  position: relative; }

a.more::before,
a.more::after {
  background: #01c2ff;
  content: '';
  position: absolute;
  z-index: -1; }

/* BUTTON 5 */
a.more {
  overflow: hidden; }

a.more::after {
  height: 100%;
  left: -35%;
  top: 0;
  -webkit-transform: skew(50deg);
  -ms-transform: skew(50deg);
  transform: skew(50deg);
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  width: 0; }

a.more:hover:after {
  height: 100%;
  width: 135%; }

a.more:hover {
  color: #fff; }

/*
        R A D I O
*/
.radio__item {
  display: inline-block;
  margin-left: -5px; }

@media (min-width: 319px) and (max-width: 992px) {
  .radio__item {
    display: inline-block;
    margin-left: 0px;
    margin-bottom: 5px; }

  input[type="radio"].radio-theme + label::before {
    -webkit-border-radius: 20px;
    border-radius: 20px; } }
.radio__item:first-of-type {
  margin-left: 0px; }

input[type="radio"].radio-theme {
  display: none; }

input[type="radio"].radio-theme + label {
  font-size: 1.07em;
  cursor: pointer;
  position: relative;
  margin: 0px;
  padding: 14px 60px 12px;
  color: #333; }

@media (min-width: 992px) and (max-width: 1199px) {
  input[type="radio"].radio-theme + label {
    padding: 14px 45px 12px; } }
input[type="radio"].radio-theme + label:after {
  font-family: 'Open Sans', sans-serif;
  position: relative;
  content: attr(data-label);
  color: #333;
  left: 0px;
  text-align: center;
  width: 100%; }

input[type="radio"].radio-theme + label::before {
  position: absolute;
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  border: 1px solid #01c2ff;
  top: 0px;
  left: 0px;
  background: #fff; }

.radio__item:first-of-type input[type="radio"].radio-theme + label::before {
  -webkit-border-top-left-radius: 20px;
  border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  border-bottom-left-radius: 20px; }

.radio__item:last-of-type input[type="radio"].radio-theme + label::before {
  -webkit-border-top-right-radius: 20px;
  border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  border-bottom-right-radius: 20px; }

input[type="radio"].radio-theme:checked + label::before {
  background: #01c2ff; }

input[type="radio"].radio-theme:checked + label::after {
  color: #fff; }

/*
        F I L E
*/
input[type="file"] {
  margin: auto;
  line-height: 1; }

.file-upload {
  width: 100%;
  margin: auto;
  text-align: center;
  margin-top: 20px; }

.file-upload__input-mask {
  position: absolute;
  display: block;
  overflow: hidden;
  width: 0;
  height: 0;
  border: 0;
  padding: 0; }

.file-upload__input-text {
  border: none;
  vertical-align: middle;
  width: 100%;
  margin: 4px;
  line-height: 15px;
  vertical-align: middle;
  background: transparent;
  color: #fff;
  max-width: 132px;
  overflow: hidden;
  display: block; }

.file-upload__item:nth-child(5n) {
  margin-right: 0; }

.file-upload__item {
  -webkit-border-radius: 23px;
  border-radius: 23px;
  background-color: #3dd4ff;
  padding-right: 30px;
  height: 36px;
  position: relative;
  padding-left: 20px;
  margin-right: 4px;
  margin-bottom: 36px;
  width: 177px; }

.file-upload_error {
  background-color: #fe5b56; }

.file-upload__item-del {
  position: absolute;
  cursor: pointer;
  top: 7px;
  right: 8px; }
  .file-upload__item-del .box-modal_close {
    width: 22px;
    height: 22px;
    top: 0;
    right: 0; }

.file-upload__error-message {
  padding-top: 2rem; }

/*
        Custom select F A Q
*/
.form .bs-searchbox .form-control {
  min-height: 42px !important; }

.dropup .dropdown-menu {
  bottom: inherit; }

.dropdown-menu {
  top: inherit; }

.form-group .dropdown-menu {
  top: -8px;
  border: 1px solid #01c2ff;
  width: 257px;
  overflow: hidden; }

/*
        Captcha display none
*/
.grecaptcha-badge {
  display: none; }

/*
        I C O N
*/
.icon {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 34px;
  background-color: #ddd;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  vertical-align: middle; }

.icon_xlg {
  width: 62px;
  height: 62px; }

.icon_sm {
  width: 24px;
  height: 24px; }

.icon_xsm {
  width: 20px;
  height: 20px; }

.icon_right {
  margin-left: 12px; }

.accordion-arrow {
  background: url("../images/accordion-arrow.png") no-repeat center center;
  width: 27px;
  height: 16px;
  vertical-align: top; }

.collapsed .accordion-panel__arrow {
  -webbkit-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/*
   T E X T
*/
.text-mute {
  opacity: .5; }

.text-gray {
  color: #888888; }
  .text-gray a,
  .text-gray a:hover,
  .text-gray a:active {
    color: #888888;
    text-decoration: underline; }

.layout {
  position: relative; }

/*
        H E A D E R
*/
.header {
  position: relative;
  height: 120px !important;
  top: 0px !important;
  left: 0px !important;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  -webkit-transition: .5s;
  transition: .5s;
  z-index: 999; }

.navbar {
  height: 120px;
  background: #fff; }
  .navbar .container {
    height: 0; }

.navbar-header {
  height: 120px; }

.navbar-brand {
  height: auto;
  padding-top: 22px;
  margin-right: 15px; }

/*
        N A V B A R
*/
.navbar {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  min-height: 50px;
  margin-bottom: 0px;
  border: none; }

.navbar-nav {
  position: relative;
  margin: 0;
  text-align: center;
  float: none;
  display: inline-block;
  background-color: #fff; }
  .navbar-nav li a {
    font-size: 14px;
    text-transform: uppercase;
    padding: 6px 0px;
    margin: 0px 16px;
    border-bottom: 3px solid transparent;
    color: #777; }
    .navbar-nav li a:hover {
      background-color: transparent;
      color: #222; }
  .navbar-nav li.active a {
    color: #222;
    border-bottom: 3px solid #01c2ff; }
  .navbar-nav li.active:hover {
    color: #222; }
  .navbar-nav li.active.dropdown.open:before {
    position: absolute;
    content: '';
    top: 70px;
    border-bottom: 9px solid #01c2ff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    left: 50%;
    margin-left: -6px; }
  .navbar-nav li .dropdown-menu_navbar {
    text-align: center; }
    .navbar-nav li .dropdown-menu_navbar a {
      display: inline-block;
      font-size: 13px;
      text-transform: none; }
    .navbar-nav li .dropdown-menu_navbar .navbar-li a {
      border-bottom: 3px solid transparent;
      margin: 15px 0px;
      text-transform: uppercase;
      font-size: 14px; }
      .navbar-nav li .dropdown-menu_navbar .navbar-li a:hover {
        border-bottom: 3px solid #01c2ff; }
    .navbar-nav li .dropdown-menu_navbar .primary {
      color: #01c2ff;
      text-transform: uppercase;
      font-size: 14px; }
    .navbar-nav li .dropdown-menu_navbar a {
      border-bottom: none;
      margin: 0; }
  .navbar-nav > li > .dropdown-menu_navbar {
    margin-top: 44px;
    padding-bottom: 20px; }
    .navbar-nav > li > .dropdown-menu_navbar.dropdown-menu_about, .navbar-nav > li > .dropdown-menu_navbar.dropdown-menu_org, .navbar-nav > li > .dropdown-menu_navbar.dropdown-menu_lang {
      left: auto;
      right: 0px;
      padding: 8px 32px 29px 32px; }
    .navbar-nav > li > .dropdown-menu_navbar.dropdown-menu_about li, .navbar-nav > li > .dropdown-menu_navbar.dropdown-menu_lang li {
      display: inline-block;
      width: 24%;
      margin-top: 15px; }
    .navbar-nav > li > .dropdown-menu_navbar.dropdown-menu_org li {
      width: 24%;
      margin: 15px auto; }
    .navbar-nav > li > .dropdown-menu_navbar.dropdown-menu_about li a, .navbar-nav > li > .dropdown-menu_navbar.dropdown-menu_org li a, .navbar-nav > li > .dropdown-menu_navbar.dropdown-menu_lang li a {
      text-transform: uppercase;
      margin: 0;
      border-bottom: 3px solid transparent;
      display: inline;
      font-size: 14px; }
    .navbar-nav > li > .dropdown-menu_navbar.dropdown-menu_about li:hover a, .navbar-nav > li > .dropdown-menu_navbar.dropdown-menu_about li.active a {
      border-color: #01c2ff;
      color: #222;
      background-color: transparent; }
    .navbar-nav > li > .dropdown-menu_navbar.dropdown-menu_org li:hover a, .navbar-nav > li > .dropdown-menu_navbar.dropdown-menu_org li.active a {
      border-color: #01c2ff;
      color: #222;
      background-color: transparent; }
    .navbar-nav > li > .dropdown-menu_navbar.dropdown-menu_lang li:hover a, .navbar-nav > li > .dropdown-menu_navbar.dropdown-menu_lang li.active a {
      border-color: #01c2ff;
      color: #222;
      background-color: transparent; }
    .navbar-nav > li > .dropdown-menu_navbar.dropdown-menu_org {
      left: -244px;
      padding: 8px 8px 29px 8px; }
      .navbar-nav > li > .dropdown-menu_navbar.dropdown-menu_org li:nth-of-type(1) {
        width: 38%; }
      .navbar-nav > li > .dropdown-menu_navbar.dropdown-menu_org li:nth-of-type(2) {
        width: 40%; }
      .navbar-nav > li > .dropdown-menu_navbar.dropdown-menu_org li:nth-of-type(3) {
        width: 26%; }
    .navbar-nav > li > .dropdown-menu_navbar.dropdown-menu_lang {
      right: 0px;
      width: 100%;
      padding: 8px 16px 29px 16px; }
      .navbar-nav > li > .dropdown-menu_navbar.dropdown-menu_lang li {
        display: block;
        width: 100%; }
        .navbar-nav > li > .dropdown-menu_navbar.dropdown-menu_lang li a {
          display: block;
          margin: auto; }

.navbar-toggle {
  padding: 0;
  margin-top: 32px;
  margin-right: 0;
  margin-bottom: 0;
  background-color: transparent;
  background-image: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 60px;
  height: 50px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all; }
  .navbar-toggle:hover {
    background-color: #F4F4F4; }

/*
        H A M B U R G E R    I C O N
*/
.hamburger-menu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 25px;
  cursor: pointer; }

.hamburger-menu__bar,
.hamburger-menu__bar:after,
.hamburger-menu__bar:before {
  width: 40px;
  height: 5px; }

.hamburger-menu__bar {
  position: relative;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  background: #777777;
  -webkit-transition: all 0ms 300ms;
  transition: all 0ms 300ms; }
  .hamburger-menu__bar.bar-animate {
    background: rgba(255, 255, 255, 0); }

.hamburger-menu__bar:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  background: #777777;
  -webkit-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1); }

.hamburger-menu__bar:after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background: #777777;
  -webkit-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1); }

.navbar-toggle.collapsed {
  background-color: #01c2ff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all; }
  .navbar-toggle.collapsed .hamburger-menu__bar:before,
  .navbar-toggle.collapsed .hamburger-menu__bar:after {
    background: #fff; }

.hamburger-menu__bar.bar-animate:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1); }

.hamburger-menu__bar.bar-animate:before {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1); }

.navbar-collapse {
  text-align: center;
  height: 100%;
  padding: 40px 0px; }
  .navbar-collapse .container {
    padding: 0px; }

.navbar-nav_right li a {
  color: #929292; }
.navbar-nav_right .dropdown-hover_lang {
  margin-right: 40px; }
.navbar-nav_right .icon {
  position: absolute;
  top: 0; }

/**/
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover,
.nav > a,
.nav > a:focus,
.nav > a:focus:active,
.nav > a:active:focus,
.nav > a:hover {
  background-color: transparent;
  border-color: #01c2ff; }

.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: transparent; }

.text-ell {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%; }
  .text-ell a {
    margin: 0; }

/*
        D R O P D O W N
*/
.dropdown.form-control {
  color: #111; }
  .dropdown.form-control .caret {
    right: 9px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    border: none;
    background: url("../images/caret.png") no-repeat;
    width: 14px;
    height: 8px; }
  .dropdown.form-control .dropdown-toggle {
    padding-right: 15px; }
.dropdown.lang-sep:before {
  position: absolute;
  content: '';
  right: -24px;
  top: 17px;
  height: 4px;
  width: 16px;
  background: #01c2ff; }
.dropdown.open {
  /* .dropdown-menu{
     display: none;
   }*/ }

.dropdown-menu_navbar {
  border-top: 3px solid #01c2ff;
  width: 555px; }

.dropdown-hover:hover a {
  border-bottom: 3px solid #01c2ff; }
.dropdown-hover:hover:hover {
  color: #777777; }
.dropdown-hover:hover .dropdown-hover__content {
  display: block; }
  .dropdown-hover:hover .dropdown-hover__content:before {
    position: absolute;
    content: '';
    width: 100%;
    background: white;
    height: 44px;
    top: -47px;
    left: 0px; }

.dropdown-hover:hover:after {
  position: absolute;
  content: '';
  top: 72px;
  border-bottom: 9px solid #01c2ff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  left: 50%;
  margin-left: -6px;
  z-index: 9999; }

.dropdown-hover_lang:hover:after {
  left: 30%;
  margin-left: 0px; }

/**/
.dropdown-select {
  border: 2px solid #01c2ff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  color: #111;
  text-decoration: none;
  height: 30px;
  background: #fff;
  text-align: center;
  padding: 0px 20px 0px 13px; }
  .dropdown-select .caret {
    right: 9px;
    position: absolute;
    top: 50%;
    margin-top: -2px; }
  .dropdown-select.dropdown-select_half {
    width: 49%;
    float: left; }
    .dropdown-select.dropdown-select_half:first-of-type {
      margin-right: 2%; }

.dropdown-select__content {
  min-width: -webkit-calc(100% + 5px);
  min-width: calc(100% + 5px);
  max-width: 100%;
  margin-left: -3px;
  max-height: 380px;
  overflow: auto;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  border: 2px solid #01c2ff;
  margin-top: 3px;
  padding: 6px 0px;
  z-index: 2; }
  .dropdown-select__content li.active a, .dropdown-select__content li.active > a:hover {
    color: #fff;
    background-color: #01c2ff; }
  .dropdown-select__content li a {
    font-size: 0.9em;
    color: #777777;
    cursor: pointer;
    padding: 12px 10px; }

.label_absolute {
  position: absolute;
  left: 10px;
  top: 3px; }

.form-group_plat {
  margin-left: 34px; }

.form-group_izd {
  margin-left: 95px; }

.form-group_lang {
  margin-left: 42px; }

.i-arrow-left,
.i-arrow-right {
  width: 24px;
  height: 40px;
  top: 50%;
  position: absolute;
  margin-top: -12px; }

.i-arrow-left {
  background: url("../images/arrow-left.png");
  margin-left: -8px; }

.i-arrow-right {
  background: url("../images/arrow-right.png");
  margin-right: -24px; }

.i-arrow-left_mod {
  width: 28px;
  height: 55px;
  top: 50%;
  position: absolute;
  margin-top: -14px;
  background: url("../images/arrow-left_mod.png");
  margin-left: -27px; }

.i-arrow-right_mod {
  width: 28px;
  height: 55px;
  top: 50%;
  position: absolute;
  margin-top: -14px;
  background: url("../images/arrow-right_mod.png");
  margin-right: -27px; }

.slider {
  position: relative;
  margin-bottom: 2em; }

.filters {
  position: absolute;
  width: 100%;
  z-index: 99;
  /*[class^="col-"]{
    padding: 0px 0px 0px 3px;
  }*/ }
  .filters select.form-control option {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%; }
  .filters .btn-default {
    top: -2px;
    position: relative; }
  .filters .filter {
    position: relative;
    top: -290px;
    z-index: 1; }

.filters_inner {
  position: relative; }
  .filters_inner .filter {
    position: relative;
    top: 0px;
    margin: 1em 0px; }
    .filters_inner .filter .filter-bg {
      background-color: #f6f6f6; }

.filter {
  margin: 0px; }
  .filter .row {
    /*margin-left: -5px;
    margin-right: -5px;*/
    margin-bottom: 0px; }
  .filter .filter-bg {
    background: rgba(255, 255, 255, 0.9);
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 17px 14px 13px 14px; }

.carousel {
  min-height: 408px;
  max-height: 780px;
  margin-bottom: 0em; }
  .carousel.carousel_no-indicator {
    overflow: hidden; }
    .carousel.carousel_no-indicator .carousel-indicators {
      display: none; }
  .carousel img {
    position: relative;
    display: block;
    /*    -webkit-transform: translateY(-8%);
        -ms-transform: translateY(-8%);
        transform: translateY(-8%);*/ }
    .carousel img + .img-mask {
      position: absolute;
      content: '';
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.24); }

.carousel-inner > .item > img {
  width: 100%; }

.left.carousel-control {
  left: 15px;
  width: 5%; }

.right.carousel-control {
  right: 30px;
  width: 5%; }

.carousel-indicators {
  display: none; }

.carousel-caption {
  bottom: auto;
  top: 20%;
  text-shadow: none;
  padding-top: 4.5em; }
  .carousel-caption .sub-title {
    font-size: 1.846em;
    font-weight: bold;
    letter-spacing: 2px; }
  .carousel-caption .title {
    font-size: 2.76em;
    letter-spacing: 2px;
    padding: 1em 0;
    line-height: 1.4em; }

.carousel-control.left,
.carousel-control.right {
  background: none;
  z-index: 99;
  opacity: 1 !important; }

/*
        S O R T
*/
.sort {
  margin: 1em; }

.sort__item ul {
  padding: 0;
  margin: 0;
  display: inline-block; }
.sort__item li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px; }
  .sort__item li .icon {
    display: inline-block;
    vertical-align: top; }
  .sort__item li a {
    display: inline-block;
    font-size: 1.23em;
    color: #777777;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    text-decoration: none; }
    .sort__item li a:hover {
      border-bottom: 3px solid #01c2ff; }
.sort__item li.active a {
  border-bottom: 3px solid #01c2ff;
  cursor: default; }
.sort__item .sort__count {
  position: relative;
  font-size: 1.23em;
  float: right;
  color: #777; }

/*
        S E C T I O N S
*/
section {
  margin-bottom: 3em; }

.section-title {
  position: relative;
  padding: 1em 0;
  font-size: 1.846em;
  text-align: center;
  letter-spacing: 3px;
  font-weight: 600;
  margin-bottom: 2em;
  margin-top: 0em;
  line-height: 1.4; }
  .section-title:before {
    position: absolute;
    content: '';
    width: 50px;
    height: 4px;
    background-color: #01c2ff;
    left: 50%;
    margin-left: -25px;
    bottom: 10px; }
  .section-title div {
    font-size: 16px;
    letter-spacing: .25px;
    line-height: 1.7;
    margin-top: 6px;
    font-weight: 400; }

.section-subtitle {
  font-size: 1.23em;
  font-weight: 600;
  margin-bottom: 0.5em; }

/*
        N E W S
*/
.news {
  position: relative;
  margin-bottom: 6em; }
  .news [class^='col-'] {
    margin-bottom: 6em; }
  .news .section-item {
    height: 159px; }

/*
        P R O J E C T
*/
.page-project__tablet {
  height: 420px; }

.page-brands__tablet {
  height: 420px; }

/*
        C A R D
*/
.card-small-desc {
  position: relative; }

.card-small-desc__image,
.card-small-desc__buttons {
  text-align: center; }

.card-small-desc__image img {
  width: 128px;
  height: 128px;
  -webkit-border-radius: 25px;
  border-radius: 25px; }

.card-small-desc__text {
  text-align: center;
  font-size: 1.38em;
  font-weight: 600; }

.card-small-desc__buttons div {
  margin-bottom: .25em; }
  .card-small-desc__buttons div a,
  .card-small-desc__buttons div button {
    font-size: 1.23em;
    width: 134px; }

/*card-tabs*/
.card-tabs .nav-tabs {
  width: 100%;
  border: none;
  text-align: center;
  margin-bottom: 4em; }
  .card-tabs .nav-tabs li {
    float: none;
    display: inline-block;
    margin-left: -3px; }
    .card-tabs .nav-tabs li a {
      border: 1px solid #01c2ff;
      padding: 13px 13px;
      min-width: 70px;
      -webkit-border-radius: 0px;
      border-radius: 0px;
      text-align: center;
      font-size: 1.07em;
      letter-spacing: 1px;
      color: #777777;
      background: white;
      margin: 0;
      margin-left: -2px; }
  .card-tabs .nav-tabs li:first-of-type a {
    -webkit-border-top-left-radius: 20px;
    border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    border-bottom-left-radius: 20px; }
  .card-tabs .nav-tabs li:last-of-type a {
    -webkit-border-top-right-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    border-bottom-right-radius: 20px; }
  .card-tabs .nav-tabs li.active a {
    background-color: #01c2ff;
    color: #fff;
    border: 1px solid #01c2ff !important; }
    .card-tabs .nav-tabs li.active a:hover {
      border: 1px solid #01c2ff !important; }

.tab-content {
  position: relative; }

.tab-pane_ios {
  padding: 50px 0px; }

.tab-pane_MacOS {
  padding: 28px 0px; }

.tab-pane_Android {
  padding: 34px 0px; }

.tab-pane_Windows {
  padding: 28px 0px; }

.tab-pane_WindowsPhone {
  padding: 40px 0px; }

.tab-pane_ios, .tab-pane_MacOS, .tab-pane_Android, .tab-pane_Windows, .tab-pane_WindowsPhone {
  margin-bottom: 90px; }

[id^="carousel-tabs"] {
  position: relative;
  height: auto;
  min-height: 0;
  max-height: none;
  padding: 0px 0px 40px;
  height: 500px; }
  [id^="carousel-tabs"] .carousel-inner img {
    margin: auto;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%); }
  [id^="carousel-tabs"] .carousel-caption {
    position: relative;
    bottom: auto;
    top: auto;
    right: auto;
    left: auto;
    text-shadow: none;
    color: #777777;
    font-size: 1.07em;
    width: 246px;
    margin: auto;
    height: 211px; }
  [id^="carousel-tabs"] .carousel-caption__title {
    font-weight: bold; }
  [id^="carousel-tabs"] .carousel-caption__desc {
    max-height: 127px;
    overflow: hidden; }
  [id^="carousel-tabs"] .slide-imgs {
    position: relative;
    text-align: center; }
  [id^="carousel-tabs"] .slide-img__left,
  [id^="carousel-tabs"] .slide-img__center,
  [id^="carousel-tabs"] .slide-img__right {
    margin: 2px 0px; }
    [id^="carousel-tabs"] .slide-img__left img,
    [id^="carousel-tabs"] .slide-img__center img,
    [id^="carousel-tabs"] .slide-img__right img {
      height: 100%; }
  [id^="carousel-tabs"] .slide-img__left .slide-device-ios-screen {
    float: right; }
  [id^="carousel-tabs"] .slide-img__right .slide-device-ios-screen {
    float: left; }
  [id^="carousel-tabs"] .slide-img__center_single {
    width: 100%; }

.slide-device-ios-screen {
  position: relative;
  width: 191px;
  height: 340px;
  margin: auto;
  top: 0px; }

.slide-device-ios-screen-mask {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-box-shadow: 0px 0px 0px 2px #01c2ff;
  box-shadow: 0px 0px 0px 2px #01c2ff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden; }

.slide-device-ios-main {
  position: absolute;
  height: 440px;
  width: 214px;
  border-radius: 5px;
  margin: auto;
  z-index: 0;
  top: 0;
  left: 50%;
  margin-left: -107px;
  pointer-events: none; }

.slide-device-ios-mask {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  background: url("../images/slide-ios-device.png");
  background-size: cover; }

.slide-device-mac-main {
  position: absolute;
  height: 428px;
  width: 742px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: auto;
  z-index: 0;
  top: 0;
  left: 50%;
  margin-left: -371px;
  pointer-events: none; }

.slide-device-mac-mask {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  background: url("../images/slide-macbook.png");
  background-size: cover; }

.slide-device-mac-screen {
  position: relative;
  width: 546px;
  height: 342px;
  margin: auto; }
  .slide-device-mac-screen img {
    height: 100%; }

.slide-device-android-main {
  position: absolute;
  height: 444px;
  width: 226px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: auto;
  z-index: 0;
  top: 0;
  left: 50%;
  margin-left: -113px;
  pointer-events: none; }

.slide-device-android-mask {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  background: url("../images/slide-android-mask.png");
  background-size: cover; }

.slide-device-android-screen {
  position: relative;
  width: 204px;
  height: 361px;
  margin: auto; }
  .slide-device-android-screen img {
    height: 100%;
    width: 202px; }

.slide-device-android-screen-mask {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-box-shadow: 0px 0px 0px 2px #01c2ff;
  box-shadow: 0px 0px 0px 2px #01c2ff;
  -webkit-border-radius: 2px;
  border-radius: 2px; }

.slide-device-windows-main {
  position: absolute;
  height: 422px;
  width: 636px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: auto;
  z-index: 0;
  top: 0;
  left: 50%;
  margin-left: -318px;
  pointer-events: none; }

.slide-device-windows-mask {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  background: url("../images/slide-windows-mask.png");
  background-size: cover; }

.slide-device-windows-screen {
  position: relative;
  width: 576px;
  height: 363px;
  margin: auto; }
  .slide-device-windows-screen img {
    height: 100%; }

.slide-device-windows-phone-main {
  position: absolute;
  height: 407px;
  width: 223px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: auto;
  z-index: 0;
  top: 0;
  left: 50%;
  margin-left: -111px;
  pointer-events: none; }

.slide-device-windows-phone-mask {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  background: url("../images/slide-windows-phone-mask.png");
  background-size: cover; }

.slide-device-windows-phone-screen {
  position: relative;
  width: 190px;
  height: 315px;
  margin: auto; }
  .slide-device-windows-phone-screen img {
    height: 100%;
    width: 191px; }

.slide-device-windows-phone-screen-mask {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-box-shadow: 0px 0px 0px 2px #01c2ff;
  box-shadow: 0px 0px 0px 2px #01c2ff;
  -webkit-border-radius: 2px;
  border-radius: 2px; }

.slider-under-level {
  z-index: 0; }

/* .slider-under-level.pointer-events{
   z-index: 10;
}*/
.carousel-caption {
  display: none; }

.owl-item .carousel-caption {
  display: block;
  opacity: 0.3;
  -webkit-transition: 0.35s all;
  transition: 0.35s all; }

.owl-item .carousel-caption {
  padding-bottom: 5px; }

.owl-item.center .carousel-caption {
  opacity: 1; }
.owl-item.center .slide-device-windows-phone-screen-mask,
.owl-item.center .slide-device-ios-screen-mask,
.owl-item.center .slide-device-android-screen-mask {
  -webkit-transition: 0.75s all;
  transition: 0.75s all;
  -webkit-box-shadow: none;
  box-shadow: none; }

.tab-pane_ios .owl-item .carousel-caption,
.tab-pane_Android .owl-item .carousel-caption,
.tab-pane_WindowsPhone .owl-item .carousel-caption {
  padding-top: 15px; }
.tab-pane_ios .owl-item.center .carousel-caption,
.tab-pane_Android .owl-item.center .carousel-caption,
.tab-pane_WindowsPhone .owl-item.center .carousel-caption {
  padding-top: 65px; }

.owl-theme .owl-dots .owl-dot span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000\9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #01c2ff;
  margin: 0px 8px; }
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: rgba(0, 0, 0, 0); }
.owl-theme .owl-dots .owl-dot.active span {
  background: #01c2ff;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5); }

.owl-theme .owl-nav [class*='owl-'] {
  position: absolute;
  top: 0; }

.owl-theme .owl-nav .owl-next,
.owl-theme .owl-nav .owl-next:hover {
  right: 0;
  width: 28px;
  height: 55px;
  top: 30%;
  position: absolute;
  margin-top: -14px;
  background: url(../images/arrow-right_mod.png);
  margin-right: -10px;
  text-indent: -9999px; }

.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-prev:hover {
  left: 0;
  width: 28px;
  height: 55px;
  top: 30%;
  position: absolute;
  margin-top: -14px;
  background: url(../images/arrow-left_mod.png);
  margin-left: -10px;
  text-indent: -9999px; }

.carousel-indicators {
  display: block;
  bottom: 0px;
  left: 0%;
  width: 100%;
  margin-left: 0; }

.carousel-indicators li {
  border: 1px solid #01c2ff; }
  .carousel-indicators li.active {
    background: #01c2ff; }

.carousel-indicators_hide {
  display: none; }

.carousel-inner__image-center {
  margin-bottom: 2em; }
  .carousel-inner__image-center img {
    margin: auto;
    max-width: 100%; }

/*card-description*/
.card-description {
  text-align: center;
  /*Временная мера для изменения конкретного шрифта в итеме словаря*/
  font-size: 1.07em; }
  .card-description p {
    font-size: 1.38em; }
  .card-description p:last-of-type {
    font-size: 1.07em;
    font-weight: 100; }

/*card-both-sides*/
.card-both-sides__inner {
  position: relative;
  font-size: 1.07em;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  padding: 20px 0px;
  margin-bottom: 60px; }
  .card-both-sides__inner:before {
    position: absolute;
    content: '';
    width: 1px;
    top: 0;
    left: 50%;
    margin-left: -1px;
    height: 100%;
    background-color: #01c2ff; }
  .card-both-sides__inner .clearfix {
    padding: 0 30px; }
  .card-both-sides__inner [class^='col-md-'] {
    padding-right: 5em; }
  .card-both-sides__inner ul li {
    color: #01c2ff;
    margin-bottom: 1em; }
    .card-both-sides__inner ul li span {
      color: #777777; }
  .card-both-sides__inner p {
    color: #000; }
  .card-both-sides__inner.p-dots p.quote {
    padding-top: 50px; }
  .card-both-sides__inner.p-dots .quo {
    background: url("../images/quotes.png");
    width: 18px;
    height: 15px;
    position: absolute;
    top: 30px; }
  .card-both-sides__inner.p-dots .quote-author {
    display: inline-block;
    margin: 30px 0px;
    font-size: 0.9em;
    line-height: 1.4;
    font-weight: 600;
    margin-left: -10px; }
  .card-both-sides__inner i {
    font-size: 5px;
    vertical-align: middle;
    color: #01c2ff;
    margin-top: -3px; }
  .card-both-sides__inner .section-subtitle {
    text-align: center;
    margin-bottom: 3em; }

/*card-buy*/
.card-buy {
  text-align: center;
  margin: 8em 0 0em; }
  .card-buy div,
  .card-buy button {
    display: inline-block;
    vertical-align: middle; }
  .card-buy div {
    margin-right: 1em; }

/*
        N E W S  I T E M
*/
.news-item__img {
  position: relative;
  text-align: center;
  margin-bottom: 3em; }
  .news-item__img img {
    max-width: 100%; }

.news-item__desc {
  margin-bottom: 4em;
  font-size: 1.18em; }

.news-item__sides p:first-of-type {
  left: -30px; }

.html-block {
  border: 2px solid #01c2ff;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding: 4em;
  margin: 0 6em; }

.html-block__img {
  position: relative;
  background: url("../images/code.jpg") no-repeat center center;
  background-size: contain;
  width: 100%;
  height: 730px;
  margin: auto; }

/*
        D I C T I O N A R I E S
*/
.dictionaries {
  position: relative;
  margin-top: 5em;
  margin-bottom: 12em; }
  .dictionaries .more {
    position: relative;
    border: none; }
    .dictionaries .more:before, .dictionaries .more:after {
      background: transparent; }

.dictionaries__item {
  padding: 10px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #01c2ff;
  text-align: center;
  height: 520px;
  margin-bottom: 3em; }

.dictionaries__item_size-small {
  height: 380px; }
  .dictionaries__item_size-small .dictionaries__image {
    width: 98px;
    height: 98px; }
    .dictionaries__item_size-small .dictionaries__image img {
      width: 100%; }

.dictionaries__discount {
  position: absolute;
  top: 0px;
  left: 32px;
  width: 83px;
  height: 103px;
  background: url("../images/icon-dictionary.png");
  text-align: center;
  color: #fff;
  font-size: 1.6em;
  font-weight: 100;
  padding-top: 30px; }

.dictionaries__image {
  width: 113px;
  height: 113px;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  overflow: hidden;
  margin: 3em auto 1em; }
  .dictionaries__image img {
    height: 100%; }

.dictionaries__title {
  font-weight: 600;
  line-height: 1.2;
  margin: 1.5em 1em;
  font-size: 1.23em; }

.dictionaries__price {
  position: relative;
  font-weight: 600;
  color: #01c2ff;
  margin: 1.5em 1em;
  font-size: 1.23em; }
  .dictionaries__price span {
    color: red; }

.dictionaries__price:hover .dictionaries__price-hint {
  display: block;
  z-index: 5; }

.dictionaries__price-hint {
  display: none;
  position: absolute;
  margin-top: 8px;
  padding: 10px 20px;
  width: 208px;
  border: 1px solid #01c2ff;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
  left: 50%;
  margin-left: -104px;
  background: #fff;
  font-size: 11px;
  color: #333; }
  .dictionaries__price-hint:before {
    position: absolute;
    content: '';
    border-bottom: 7px solid #01c2ff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    top: -7px;
    left: 50%;
    margin-left: -3px; }

.dictionaries__desc {
  font-size: 1.23em;
  font-weight: 100;
  line-height: 1.6; }
  .dictionaries__desc ul {
    padding: 0px;
    margin: 0;
    list-style: none; }
    .dictionaries__desc ul li:before {
      position: relative;
      content: '-';
      padding-right: 10px; }

.dictionaries__more {
  position: absolute;
  bottom: 5em;
  width: 100%;
  left: 0px; }

.more a {
  display: inline-block;
  color: #01c2ff;
  letter-spacing: 2px;
  cursor: pointer;
  text-decoration: none; }
  .more a span {
    display: block;
    margin-bottom: 1em; }

/*
        A B O U T
*/
.slider-inner-page {
  position: relative;
  margin-bottom: 4em;
  overflow: hidden;
  /*  img{
      position: absolute;
      top: 50%; left: 50%;
      -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
      transform: translate(-50%,-50%);
    }*/ }
  .slider-inner-page .carousel {
    min-height: 260px;
    max-height: 420px; }
  .slider-inner-page .carousel-caption {
    top: 10%; }

.slider_dictionary {
  margin-bottom: 0em; }
  .slider_dictionary .carousel-indicators {
    display: none; }

/* A B O U T */
.about .section-item__description {
  max-height: 100%; }

/*about-page---------------*/
.about-page__facts .col-xs-6 {
  width: 25%; }

.about-text {
  font-size: 1.07em;
  letter-spacing: .25px;
  line-height: 2.4em;
  padding-bottom: 4em; }
  .about-text img {
    margin: 2em 0;
    max-width: 100%;
    -webkit-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    transform: translateX(-5px); }
  .about-text ul {
    padding: 0;
    text-align: left;
    padding-bottom: 20px;
    margin-top: 23px;
    line-height: 2;
    list-style-position: inside; }
  .about-text li {
    margin-bottom: 10px; }

.about-indicators {
  position: relative;
  width: 180px;
  height: 180px;
  margin: auto;
  margin-bottom: 30px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #01c2ff;
  padding-top: 60px;
  padding-left: 10px;
  padding-right: 10px; }
  .about-indicators .section-item__title {
    font-size: 2.61em;
    margin-bottom: 0.4em; }
  .about-indicators .section-item__description {
    font-weight: 400;
    font-size: 1.07em; }

.section-item__icon {
  font-size: 63px;
  color: #00c7ff;
  margin-top: 0.5em;
  margin-bottom: 0.3em; }
  .section-item__icon i {
    font-size: 60px;
    color: #00c6ff; }

.mails .section-item__icon i {
  color: #4a4a4a; }

/*
        P E N R E A D E R
*/
.penreader {
  position: relative; }

.penreader__img {
  position: relative;
  text-align: center;
  margin-bottom: 3em; }
  .penreader__img img {
    max-width: 100%; }

.promo-penreader #promo.carousel {
  min-height: 175px !important;
  max-height: 100% !important;
  height: auto !important; }

.promo-penreader .carousel-inner {
  min-height: 470px; }
  .promo-penreader .carousel-inner .carousel-inner__image-center {
    display: table;
    width: 100%; }
    .promo-penreader .carousel-inner .carousel-inner__image-center div {
      display: table-cell;
      vertical-align: middle; }
      .promo-penreader .carousel-inner .carousel-inner__image-center div img {
        max-height: 300px; }

.promo-penreader-2 {
  margin-bottom: 6em;
  margin-top: 2em; }

.carousel-indicators_show {
  display: block; }

#penreader-slider .carousel-indicators_show {
  bottom: -60px; }

/**/
.penreader__tile {
  position: relative;
  margin: 4em 0 2em; }
  .penreader__tile:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/pen/penreader-tile_bg.png") center center no-repeat; }

.penreader__tile-col {
  position: relative;
  width: 33%;
  padding-right: 15px;
  padding-left: 15px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px; }

.penreader__tile-item {
  position: relative;
  height: 100%;
  border: 2px solid #01c2ff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  min-height: 180px;
  text-align: center; }
  .penreader__tile-item ul {
    padding: 0px;
    color: #01c2ff;
    line-height: 1.6; }
    .penreader__tile-item ul span {
      color: #333; }

.penreader__tile-item_empty {
  border: none; }

.penreader__tile-content {
  text-align: left;
  padding: 40px 10px 20px 25px; }

/*slider*/
.penreader-slider__img {
  margin: auto; }
  .penreader-slider__img img {
    max-width: 100%;
    max-height: 400px;
    margin: auto; }

.frame-block {
  border: 2px solid #01c2ff;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding: 4em;
  margin: 4em 2em; }

/*
        H I S T O R Y
*/
.history {
  position: relative;
  margin-bottom: 12em; }
  .history:before {
    position: absolute;
    content: '';
    width: 6px;
    top: 0;
    left: 50%;
    margin-left: -3px;
    height: 100%;
    background-color: #01c2ff; }

.history__item {
  width: 50%;
  display: table;
  margin: 3em 0; }
  .history__item > div {
    display: table-cell;
    vertical-align: middle; }

.history-item__img {
  width: 130px;
  padding-right: 2em; }
  .history-item__img img {
    width: 100%; }

.history-date {
  height: 100px;
  width: 100px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #01c2ff;
  color: #fff;
  font-size: 1.84em;
  font-weight: 600;
  text-align: center;
  padding-top: 36px; }

.history__item_left .history-item__date {
  position: relative;
  left: 50px; }

.history__item_right {
  float: right; }
  .history__item_right .history-item__date {
    position: relative;
    left: -50px; }

.history_sm .history__item {
  margin: 1em 0; }
.history_sm .history-item__desc {
  font-size: 1.23em;
  width: 100%; }
.history_sm .history-date {
  height: 66px;
  width: 66px;
  font-size: 1.23em;
  padding-top: 20px;
  font-weight: 200; }
.history_sm .history__item_left .history-item__date {
  position: relative;
  left: 33px; }
.history_sm .history__item_right .history-item__date {
  position: relative;
  left: -33px; }

.history_sm:before {
  width: 2px;
  margin-left: -1px; }

/*
        P R O J E C T S
*/
.section-items {
  text-align: center;
  /*  [class^="col-"]:hover .zoom-effect{
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      transform: scale(1.1);
    }*/ }
  .section-items a.more {
    margin-top: 0px;
    margin-bottom: 25px; }
  .section-items .col-md-3 {
    margin-bottom: 4em; }
  .section-items .col-md-3:last-child {
    margin-bottom: 0; }

.section-item {
  height: 150px;
  overflow: hidden;
  padding: 0px 10px; }

.section-item__preview {
  position: relative;
  width: 180px;
  height: 180px;
  margin: auto;
  margin-bottom: 30px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden; }
  .section-item__preview.preview_lg {
    width: 240px;
    height: 240px;
    margin-top: 35px; }
  .section-item__preview:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 38px;
    left: 0;
    background-color: #01c2ff; }
  .section-item__preview:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 38px;
    left: 0;
    bottom: 0;
    background-color: #01c2ff; }

.section-item__preview.zoom-effect {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .2s;
  transition: .2s; }
  .section-item__preview.zoom-effect:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

.section-preview__img {
  position: relative;
  height: 100%;
  border: 4px solid #01c2ff;
  overflow: hidden;
  width: 100%;
  -webkit-border-radius: 50%;
  border-radius: 50%; }
  .section-preview__img div {
    background-size: contain;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center; }

.section-item__title {
  font-size: 1.23em;
  margin-bottom: 0.5em; }
  .section-item__title a {
    color: #333; }

.section-item__title_ellipsis {
  width: 100%;
  padding-right: 70px; }

.section-item__description {
  font-weight: 100;
  margin-bottom: 3em;
  max-height: 96px;
  overflow: hidden; }

/*
        A P P S
*/
.apps__img {
  height: 250px;
  overflow: hidden;
  margin-top: -100px;
  text-align: center; }

.apps__img {
  width: 100%; }

/*
        P R O M O
*/
.promo .slider {
  padding: 0 6em;
  /* .left{
     left: -48px;
   }
   .right{
     right: -48px;
   }*/ }
  .promo .slider .col-md-4 {
    padding: 3em 2em 0em; }
  .promo .slider .i-arrow-left {
    background: url("../images/arrow-left2.png");
    left: 0;
    width: 28px;
    height: 55px;
    top: 50%;
    position: absolute;
    margin-top: -14px;
    background: url(../images/arrow-left_mod.png);
    margin-left: -10px;
    text-indent: -9999px; }
  .promo .slider .i-arrow-right {
    background: url("../images/arrow-right2.png");
    right: 0px;
    width: 28px;
    height: 55px;
    top: 50%;
    position: absolute;
    margin-top: -14px;
    background: url(../images/arrow-right_mod.png);
    margin-left: -10px;
    text-indent: -9999px; }
.promo .carousel {
  min-height: 0;
  height: 400px; }
.promo .carousel-inner {
  width: auto;
  margin: 0 3em; }

.section-item__preview-promo {
  width: 164px;
  height: 164px;
  border: 1px solid #01c2ff;
  background-color: #01c2ff;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-bottom: 4em; }
  .section-item__preview-promo:before, .section-item__preview-promo:after {
    background-color: transparent;
    height: 0;
    width: 0; }

.section-preview__img-promo {
  border: 0px solid #01c2ff;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  min-width: 164px; }
  .section-preview__img-promo div {
    background-size: contain;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.section-item__price {
  font-size: 1.23em;
  color: #01c2ff;
  font-weight: 600;
  position: absolute;
  right: 29px; }

/*
        V I D E O
*/
.video {
  position: relative;
  height: 580px;
  background-color: #edfbff;
  background-image: url("../images/v-index.png");
  background-repeat: no-repeat;
  background-position: top 60% center;
  background-size: initial;
  margin: 3em 0; }
  .video.video-oxford {
    background-color: #000039;
    background-image: url("../images/video-oxford-bg.jpg");
    background-repeat: no-repeat;
    background-position: center; }
    .video.video-oxford .icon-play {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -43px;
      margin-left: -43px; }
  .video .icon-play {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -43px;
    margin-left: -43px;
    width: 86px;
    height: 86px;
    display: block;
    cursor: pointer;
    opacity: .8; }
    .video .icon-play:hover {
      opacity: 1; }

.video-mask {
  position: absolute;
  width: 100%;
  height: 100%; }

.video__title {
  font-size: 2.3em;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-weight: 400;
  letter-spacing: 3px;
  padding-top: 12%; }

.video__caption {
  letter-spacing: 1px;
  color: #fff;
  width: 230px;
  margin: auto;
  text-align: center; }

/*
        R E V I E W
*/
.reviews .col-md-6 {
  margin-bottom: 3em; }

.section-item__rating {
  top: -20px;
  position: relative;
  background: url("../images/empty-star.png");
  width: 81px;
  height: 16px;
  margin: auto; }

.section-item__rating div {
  background: url("../images/full-star.png");
  width: 0;
  height: 100%; }

.section-item__preview-reviews {
  width: 120px;
  height: 120px;
  background-color: #01c2ff;
  display: inline-block;
  line-height: 115px;
  text-align: center; }
  .section-item__preview-reviews:before, .section-item__preview-reviews:after {
    background-color: transparent;
    height: 0;
    width: 0; }

/*
       F A Q
*/
.faq__img {
  width: 80%;
  margin: 4em auto 4em; }
  .faq__img img {
    max-width: 100%;
    margin: auto;
    display: block; }

.faq__pic {
  position: relative;
  width: 130px;
  height: 149px;
  background: url("../images/faq/faq-pic.svg");
  background-repeat: no-repeat;
  margin: 4em auto 2em; }

.tabs-faq__one {
  width: 11%; }

.tabs-faq__two {
  width: 9%; }

.tabs-faq__three {
  width: 11%; }

.tabs-faq__four {
  width: 14%; }

.tabs-faq__five {
  width: 20%; }

.tabs-faq__six {
  width: 20%; }

.tabs-faq__seven {
  width: 15%; }

/*radio*/
/*.radio-theme_one{width: 14%;}
.radio-theme_two{width: 16%;}
.radio-theme_three{width: 11%;}
.radio-theme_four{width: 11%;}
.radio-theme_five{width: 11%;}
.radio-theme_six{width: 11%;}*/
.faq__img-ios {
  position: relative;
  height: 461px;
  width: 700px;
  left: 50%;
  margin-left: -350px; }

@media (min-width: 319px) and (max-width: 768px) {
  .faq__img-ios {
    width: auto;
    height: auto;
    margin: auto;
    left: auto; } }
/**/
.faq-device-ipad {
  position: absolute;
  width: 625px;
  height: 440px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  background-size: cover;
  margin-left: 70px;
  bottom: 0;
  background-position: center center; }
  .faq-device-ipad:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url("../images/faq/frame-ipad.png");
    background-size: contain;
    background-repeat: no-repeat; }

.faq-device-iphone {
  position: absolute;
  width: 227px;
  height: 461px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  background-size: cover;
  background-position: center center;
  overflow: hidden; }
  .faq-device-iphone:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url("../images/faq/frame-iphone.png");
    background-size: contain;
    background-repeat: no-repeat; }

@media (min-width: 319px) and (max-width: 768px) {
  .faq-device-iphone {
    position: relative;
    margin: auto; } }
/*
        P A R T N E R S
*/
.partners img {
  padding: 2em;
  max-width: 100%; }

/*
        C O N F I D E N T
*/
.info {
  position: relative;
  font-size: 1.23em;
  border: 1px solid #01c2ff;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
  padding: 3em 3em;
  margin: 3em 0; }

.info_md {
  width: 60%;
  margin: 5em auto; }

/*
        C O R P O R A T E
*/
.corporate .form {
  margin: 8em 0; }
.corporate #btnForm {
  margin-top: 15px; }

.corporate .accordion-panel .collapsed {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

.img-maxwidth {
  max-width: 100%;
  margin: 3em auto !important; }

.img-desktop {
  display: block; }

.img-tablet {
  display: none; }

.img-mobile {
  display: none; }

.corporate__apps {
  margin: 4em 0; }
  .corporate__apps img {
    max-width: 100%; }

.corporate__banner {
  position: relative;
  height: 425px;
  background: url("../images/corparate-banner.jpg") top 75% center no-repeat;
  background-size: cover;
  margin-bottom: 8em; }
  .corporate__banner p {
    font-size: 1.84em;
    color: #fff;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    padding: 7em 2em; }

/*
        C O N T A C T   P A G E
*/
/*
        MAP
*/
.office-map {
  position: relative;
  height: 580px;
  background-size: initial;
  margin: 5em 0; }

.map_fw {
  width: 100%; }

/*
        C O N T A C T S
*/
.contacts {
  margin-bottom: 0em; }

.form {
  overflow: hidden;
  -webkit-border-radius: 10px;
  border-radius: 10px; }
  .form .form-control {
    padding: 12px;
    min-height: 48px !important;
    border: 1px solid #01c2ff; }
  .form .fs-dropdown {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; }
  .form .fs-dropdown-focus {
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form .form-control + .fs-dropdown-selected {
    height: 48px !important;
    border-width: 1px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding-left: 10px; }
    .form .form-control + .fs-dropdown-selected + .fs-dropdown-options {
      border-width: 1px;
      -webkit-border-radius: 4px;
      border-radius: 4px; }
      .form .form-control + .fs-dropdown-selected + .fs-dropdown-options button {
        padding-left: 10px; }
  .form .form-control_sm {
    min-height: 40px;
    padding: 8px 10px; }
  .form img {
    height: 100%;
    width: 100%; }
  .form .btn-default {
    margin: 3em auto; }
  .form select.form-control {
    -webkit-border-radius: 4px;
    border-radius: 4px; }
  .form textarea.form-control {
    height: 230px; }
  .form .filed-error {
    border: 1px solid #fe5b56; }
  .form .text-error {
    color: #fe5b56;
    display: none;
    position: absolute;
    top: 42px;
    left: 30px;
    z-index: 0; }
    .form .text-error.active {
      display: block; }

.form__title {
  text-align: center;
  font-size: 1.23em;
  margin: 1em 1em 2em 1em;
  font-weight: 100; }

.fields {
  background: #fff; }

/*
        M A I L s
*/
.mails .col-md-4 {
  height: 200px;
  margin-bottom: 3em; }

/*
        F O O T E R
*/
.footer {
  margin-bottom: 0em;
  margin-top: 6em;
  padding: 4em 2em 1em 2em;
  background: #f6f6f6; }
  .footer a {
    color: #333;
    font-weight: 100;
    cursor: pointer;
    line-height: 1.2; }
  .footer ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .footer ul li {
      line-height: 1.4;
      margin-bottom: 0.5em; }

.footer__title {
  font-weight: 400;
  font-size: 1.07em; }

.footer-bottom__left {
  position: relative;
  display: inline-block; }

.footer-bottom__right {
  position: relative;
  float: right; }

.social li {
  display: inline-block;
  vertical-align: top;
  margin: 0px 2px; }

/*
       R E V I E W
*/
.reviews__item.thumbs-up {
  background: url("../images/icon-reviews.png") no-repeat top 0px left;
  padding: 0px 8em; }

.reviews__title {
  font-weight: 600;
  font-size: 1.23em; }

.reviews__text {
  margin-bottom: 4em; }

/*
       P A G I N A T I O N
*/
.page-pagination {
  text-align: center; }

.pagination {
  position: relative; }
  .pagination li {
    display: inline-block; }
    .pagination li a {
      min-width: 48px;
      padding: 6px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      border-color: #01c2ff;
      font-size: 1.84em;
      margin: 0 8px;
      color: #222; }
      .pagination li a:hover, .pagination li a:focus, .pagination li a:focus:active, .pagination li a:active {
        background-color: #01c2ff;
        border-color: #01c2ff;
        color: #fff; }
  .pagination li a.next,
  .pagination li a.prev {
    font-size: 1.23em;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 12px 18px; }
  .pagination li.active a {
    background-color: #01c2ff;
    color: #fff; }

#btnForm,
#btnSearch {
  position: relative;
  width: 150px;
  overflow: hidden;
  padding: 5px 15px;
  letter-spacing: -0.5px;
  border: 2px solid #01c2ff;
  cursor: pointer;
  line-height: 2;
  margin: 0;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  outline: none;
  -webkit-transition: -webkit-transform .250s;
  transition: -webkit-transform .250s;
  transition: transform .250s;
  transition: transform .250s, -webkit-transform .250s;
  color: #fff;
  font-size: 1.23em;
  font-weight: 100;
  background-color: #01c2ff;
  /* &:active {
     transform:scale(.9,.9);
   }*/ }
  #btnForm:before, #btnForm:after,
  #btnSearch:before,
  #btnSearch:after {
    position: absolute;
    opacity: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    top: 50%;
    left: 50%;
    margin-top: -1.6rem;
    margin-left: -1.6rem;
    width: 3.2rem;
    height: 3.2rem;
    content: '';
    z-index: 1; }
  #btnForm.loading,
  #btnSearch.loading {
    -webkit-animation: button-loading .5s forwards;
    animation: button-loading .5s forwards; }
  #btnForm.loading:before,
  #btnSearch.loading:before {
    opacity: 1;
    -webkit-animation: button-dot-intro .5s forwards;
    animation: button-dot-intro .5s forwards; }
  #btnForm.loading:after,
  #btnSearch.loading:after {
    opacity: 0;
    -webkit-animation: button-dot-pulse 1.5s infinite .5s;
    animation: button-dot-pulse 1.5s infinite .5s; }
  #btnForm.ready,
  #btnSearch.ready {
    min-width: 150px;
    text-indent: 0;
    color: transparent;
    background-color: #01c2ff;
    -webkit-animation: button-ready .333s forwards;
    animation: button-ready .333s forwards; }
  #btnForm.loading,
  #btnSearch.loading {
    height: 34px;
    right: 5px; }
  #btnForm.ready:before,
  #btnSearch.ready:before {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    margin: 0;
    width: 100%;
    height: auto;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #01c2ff;
    color: #fff;
    content: attr(data-title);
    opacity: 0;
    z-index: 2;
    -webkit-animation: button-ready-label .5s forwards .275s;
    animation: button-ready-label .5s forwards .275s;
    -webkit-border-radius: 30px;
    border-radius: 30px; }
  #btnForm.ready:after,
  #btnSearch.ready:after {
    opacity: 1;
    -webkit-animation: button-dot-outro .333s;
    animation: button-dot-outro .333s; }

#btnForm {
  letter-spacing: 1px; }

#btnSearch {
  top: -2px;
  min-width: 138px;
  width: 138px;
  height: 34px;
  position: relative;
  font-size: 1.23em;
  font-weight: 100;
  padding: 0px 0px;
  margin-left: -6px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  border: 2px solid #01c2ff;
  cursor: pointer; }
  #btnSearch.loading {
    min-width: 34px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 39%; }
  #btnSearch.ready {
    min-width: 138px;
    text-indent: 0;
    color: #fff;
    background: #01c2ff;
    -webkit-animation: button-ready .333s forwards;
    animation: button-ready .333s forwards; }

.only-mobile {
  display: none; }

.only-tablet {
  display: none; }

/*
       M E D I A
*/
@media (min-width: 768px) and (max-width: 992px) {
  .only-tablet {
    display: block; }

  .about-page__progress .col-xs-6 {
    height: 224px;
    overflow: hidden; } }
@media (min-width: 992px) {
  .only-tablet {
    display: block; }

  .only-mobile {
    display: block; } }
@media (min-width: 319px) and (max-width: 992px) {
  .navbar-nav > li > .dropdown-menu_navbar .primary {
    padding: 10px 15px 10px 30px !important; }

  .apps__img img {
    width: 131px;
    margin-top: 20px; }

  .section-text {
    padding: 0px 30px; }

  .cols_lg .col-md-6 {
    width: 100%; }

  .only-desktop {
    display: none; }

  .only-tablet {
    display: block; }

  .hide_sm {
    display: none; }

  .section-title {
    margin-top: 0em;
    padding: 1em 3em; }

  .history__item > div.hide_sm {
    display: none; }

  .dropdown-hover:hover a {
    border-bottom: 1px solid #01c2ff; }

  .dropdown-hover:hover .dropdown-hover__content {
    display: none; }

  .dropdown-hover.open:hover .dropdown-hover__content {
    display: block; }

  .dropdown-hover:hover .dropdown-hover__content:before {
    height: 0px;
    background: none; }

  .dropdown-hover:hover:after {
    border: none; }

  .dropdown-select__content li a {
    font-size: 16px;
    padding: 12px 15px; }

  .dropdown-content {
    padding: 5px 15px 5px 30px; }

  .dropdown-menu > li > a {
    padding: 10px 15px 10px 30px !important; }

  .dropdown-menu_about,
  .dropdown-menu_org,
  .dropdown-menu_lang {
    padding: 4px 0px 4px 0px !important; }
    .dropdown-menu_about li,
    .dropdown-menu_org li,
    .dropdown-menu_lang li {
      display: block !important;
      width: 100% !important;
      margin: 0px !important; }
      .dropdown-menu_about li a,
      .dropdown-menu_org li a,
      .dropdown-menu_lang li a {
        display: block !important;
        margin: 0px;
        font-size: 16px !important; }
      .dropdown-menu_about li a:hover,
      .dropdown-menu_org li a:hover,
      .dropdown-menu_lang li a:hover {
        background-color: #f4f4f4 !important; }

  .label_absolute {
    display: none; }

  .navbar-nav {
    width: 100%;
    text-align: left; }
    .navbar-nav li {
      float: none; }
      .navbar-nav li a {
        margin: 0px;
        font-size: 1.84em;
        padding: 15px;
        border-bottom: 1px solid #ddd;
        text-transform: none; }
        .navbar-nav li a:hover {
          background: #f4f4f4; }
    .navbar-nav li.active a {
      border-bottom: 1px solid #01c2ff; }

  .navbar-nav_right .icon {
    top: 9px; }

  .navbar-header {
    float: none; }

  .navbar-toggle {
    display: block; }

  .navbar-collapse.collapse {
    display: block !important;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    height: 0px; }

  .navbar-collapse.collapse.in {
    display: block !important;
    overflow: visible !important;
    height: auto !important;
    padding: 0px;
    width: 100%;
    left: 0;
    visibility: visible;
    opacity: 1;
    margin-top: -1px;
    background: #fff;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15); }

  .collapse.navbar-collapse {
    text-align: left; }

  .collapse.in .container {
    height: 100%; }
  .collapse.in .navbar-collapse-scroll {
    height: 100%;
    overflow: auto; }

  .navbar-nav > li > .dropdown-menu_navbar {
    position: relative;
    margin: 0px;
    border: none;
    width: 100%;
    text-align: left !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #ddd !important;
    margin-bottom: 20px !important;
    padding-bottom: 0px; }
    .navbar-nav > li > .dropdown-menu_navbar .navbar-li a,
    .navbar-nav > li > .dropdown-menu_navbar .primary {
      display: block;
      margin: 0px !important;
      padding: 5px 15px;
      border: none !important;
      font-size: 16px; }
      .navbar-nav > li > .dropdown-menu_navbar .navbar-li a:hover,
      .navbar-nav > li > .dropdown-menu_navbar .primary:hover {
        border: none !important; }
    .navbar-nav > li > .dropdown-menu_navbar a {
      margin: 0px !important;
      padding: 5px 15px;
      border: none;
      color: #777777;
      font-size: 16px; }
    .navbar-nav > li > .dropdown-menu_navbar .text-ell {
      width: 100%; }

  .navbar-nav_right li a:first-of-type {
    margin-right: 0px; }

  .navbar-nav > li.active.open > a {
    border-bottom: 1px solid transparent; }

  .navbar-nav > li > .dropdown-menu_navbar.dropdown-menu_org {
    left: 0px; }

  /**/
  .filters_inner .filter {
    margin: 0;
    background-color: #f6f6f6; }

  .filters .filter {
    position: relative;
    top: 0px;
    margin: auto;
    background-color: #f6f6f6; }
    .filters .filter .filter-bg {
      background-color: #f6f6f6;
      padding: 0; }

  .filter .filter-bg {
    padding: 0; }

  .sort_dictionaries {
    margin-top: 8em; }

  /**/
  .carousel {
    min-height: 262px;
    max-height: 341px; }

  [id^='carousel-tabs_'] {
    min-height: 540px !important;
    max-height: 540px !important; }

  .carousel-caption .title {
    font-size: 2.36em; }

  .slider {
    margin-bottom: 0; }

  .filters {
    position: relative;
    margin: 0em 0em 6em; }
    .filters .btn-default {
      margin-top: 30px; }
    .filters .text-right {
      text-align: center; }
    .filters .form-control-static {
      display: none; }

  .filter {
    margin: 0px;
    padding: 0px; }
    .filter #btnSearch {
      width: 198px;
      margin: 2em 0em 3em;
      position: absolute;
      right: 50%;
      margin-right: -99px;
      padding: 2px 10px;
      -webkit-border-radius: 10px;
      border-radius: 10px; }
      .filter #btnSearch.loading {
        -webkit-border-radius: 30px;
        border-radius: 30px;
        width: 34px;
        height: 34px;
        margin-right: -17px; }

  #btnForm {
    width: 198px;
    margin: 0em 0em 0em;
    padding: 2px 10px;
    height: 38px;
    -webkit-border-radius: 10px;
    border-radius: 10px; }

  .filter {
    padding: 3em 0em 1em; }

  /**/
  select.dropdown-select,
  .fs-dropdown-selected {
    margin-bottom: 10px;
    padding: 6px 14px;
    height: 40px;
    font-size: 1.23em;
    text-align: left; }

  .fs-dropdown-item {
    padding: 6px 14px; }

  .form-group_plat,
  .form-group_izd,
  .form-group_lang {
    margin-left: 0px; }

  .dropdown-select_half {
    width: 49%;
    margin: 0;
    float: left; }
    .dropdown-select_half:first-of-type {
      margin-right: 2%; }

  /*projects------------------------------------*/
  .projects .col-xs-6:nth-child(3),
  .projects .col-xs-6:nth-child(4) {
    /* display: none;*/ }

  .page-project__tablet {
    height: 440px; }

  .page-brands__tablet {
    height: 440px; }

  /*reviews--------------------------------------*/
  .reviews .col-xs-6:nth-child(3),
  .reviews .col-xs-6:nth-child(4) {
    display: none; }

  /*news-item-----------------------------------*/
  .news-item__sides .section-subtitle {
    margin-bottom: 2em;
    margin-top: 2em; }
  .news-item__sides p {
    left: auto !important; }

  /*--------------------------------------------*/
  .media_fw {
    width: 100%; }
    .media_fw select.form-control {
      width: 100%;
      max-width: 100%; }

  a.more {
    padding: 4px 28px;
    border: 2px solid #01c2ff; }

  /*--------------------------------------*/
  .apps__img {
    height: 281px;
    margin-top: 20px;
    text-align: center; }

  .apps {
    text-align: center; }
    .apps i {
      padding: 0 2em; }

  /*news------------------------------*/
  .news .col-xs-6:nth-child(3),
  .news .col-xs-6:nth-child(4) {
    display: none; }

  /*about----------------------------*/
  .about-indicators {
    width: 155px;
    height: 155px;
    padding-top: 40px; }
    .about-indicators .section-item__title {
      font-size: 2.41em;
      margin-bottom: 0.2em; }

  /*----------------------------------*/
  section,
  .news {
    margin: 0px 0 0px 0; }

  .contacts {
    margin-bottom: 2em; }

  /*section promo*/
  .promo {
    margin-bottom: 2em; }

  .promo .slider {
    padding: 0px 0em;
    margin-bottom: 2em; }

  /*------------------------------------*/
  .video {
    height: 320px;
    background-color: #edfbff;
    background-image: url("../images/v-index.png");
    background-repeat: no-repeat;
    background-position: top 60% center;
    background-size: contain; }

  .video__title {
    padding-top: 6%; }

  .video__caption {
    display: none; }

  .video .icon-play {
    opacity: 1; }

  .penreader__tile-col {
    width: 49%; }

  /*--------------------------------------*/
  .footer {
    padding: 4em 0em 1em 0em; }

  .footer a {
    font-size: 1.23em;
    font-weight: 400; }

  .footer__title {
    font-weight: 700;
    font-size: 1.23em; }

  .footer-bottom .text-left,
  .footer-bottom .text-right {
    text-align: center; }

  .footer-bottom {
    height: 100px; }

  .footer-bottom__left {
    text-align: center;
    display: block; }

  .footer-bottom__right {
    position: absolute;
    width: 166px;
    margin-left: -83px;
    left: 50%;
    float: none; }

  .icon_sm {
    width: 48px;
    height: 48px; }

  /*card---------------------------------------*/
  .card-small-desc {
    margin-bottom: 50px; }

  .card-both-sides__inner:before {
    background-color: transparent; }

  .corporate__banner {
    height: 590px; }

  .corporate__banner {
    background: url("../images/corparate-banner.jpg") top 90% center no-repeat; }

  .corporate__banner p {
    font-size: 24px;
    padding: 7em 1em;
    line-height: 1.4;
    letter-spacing: 1.8px; }

  .info_md {
    width: 100%;
    padding: 2em 6em; }

  .img-mobile {
    display: none; }

  .img-desktop {
    display: none; }

  .img-tablet {
    display: block; }

  .card-small-desc__buttons div {
    margin: 20px 10px;
    display: inline-block;
    vertical-align: top; }
    .card-small-desc__buttons div a {
      margin: 0px; }

  /*card-both-sides------------------------------------*/
  .card-both-sides__inner {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    margin-bottom: 0px; }

  /*oxford ---------------------------------------------*/
  .html-block {
    margin: 0;
    padding: 1em;
    margin-bottom: 3em; }

  /*video ----------------------------------------------*/
  .video {
    margin: 0; }

  /*carousel-caption -----------------------------------*/
  .slider-inner-page .carousel-caption {
    top: 17%; }

  /*---------------------------------------------------*/
  iframe {
    width: 100%; }

  /*---------------------------------------------------*/
  .arcticmodal-container_i {
    margin: 0 auto;
    width: 100%; }

  /*tabs--------------------------------------*/
  .card-tabs .nav-tabs li {
    margin-left: 0px; }

  .card-tabs .nav-tabs li a {
    -webkit-border-radius: 20px;
    border-radius: 20px;
    margin-bottom: 5px; }

  /*tabs faq--------------------------------------*/
  [class^="tabs-faq__"] {
    width: auto; } }
@media (min-width: 319px) and (max-width: 768px) {
  .file-upload__item {
    width: 197px;
    margin-left: 34px; }

  .only-mobile {
    display: block; }

  .only-tablet {
    display: none; }

  .container > .navbar-collapse, .container > .navbar-header {
    margin-right: 0px;
    margin-left: 0px; }

  .navbar-nav li.active.dropdown.open:before {
    content: '';
    border: none; }

  .dictionaries-similar .col-xs-6 {
    width: 50%; }

  .mobile .col-xs-6 {
    padding: 0px 15px; }
  .mobile .col-xs-6_lang {
    width: 50%;
    padding: 0px 15px; }

  .container.sort__item {
    text-align: center; }

  .sort__item .sort__count {
    float: none;
    padding-top: 20px; }

  /**/
  .section-item__description {
    margin-bottom: 20px; }

  .about-text {
    line-height: 1.8; }

  .projects .section-item__description {
    padding: 0 2em; }

  .filter .col-xs-6 {
    width: 50%; }

  /*news*/
  .news .col-xs-6 {
    padding: 0 5em; }

  /*reviews*/
  .reviews .col-xs-6 {
    padding: 0 5em; }

  /*history*/
  .history {
    margin-bottom: 2em; }

  .partners .section-title {
    margin-top: 1.5em;
    margin-bottom: 1em; }
  .partners .col-xs-3 {
    width: 50%;
    height: 60px; }
    .partners .col-xs-3 img {
      padding: 1em;
      max-width: 100%; }

  .navbar-nav li a {
    padding: 20px 30px; }

  .navbar-nav > li > .dropdown-menu_navbar {
    /*    a{
          padding: 5px 30px !important;
        }*/ }
    .navbar-nav > li > .dropdown-menu_navbar .navbar-li a,
    .navbar-nav > li > .dropdown-menu_navbar .primary a {
      padding: 5px 15px 5px 30px; }

  .carousel {
    min-height: 107px !important;
    max-height: 668px !important;
    height: auto !important; }

  [id^='carousel-tabs_'] {
    min-height: 496px !important;
    max-height: 100% !important;
    height: auto; }

  #promo.carousel {
    min-height: 390px !important;
    max-height: 390px !important; }

  .promo-penreader #promo.carousel {
    min-height: 175px !important;
    max-height: 100% !important;
    height: 430px; }

  #penreader-slider.carousel {
    min-height: 135px !important;
    max-height: 100% !important;
    height: auto !important; }

  .carousel-caption .title {
    font-size: 1.76em;
    letter-spacing: 1px;
    padding: 0.5em 0; }

  .news [class^='col-'] {
    margin-bottom: 4em; }

  .news [class^='col-']:nth-child(2) {
    margin-bottom: 0; }

  .footer .col-xs-2,
  .footer .col-xs-3,
  .footer .col-xs-4 {
    width: 50%;
    height: 160px; }

  .section-item {
    height: auto; }

  /*news*/
  .news .section-item {
    height: 130px;
    margin-bottom: 10px; }

  /*dictionary page*/
  .dictionaries__discount {
    left: 42px; }

  /*card*/
  .card-small-desc {
    margin-bottom: 20px; }

  .card-small-desc__image,
  .card-small-desc__text,
  .card-small-desc__buttons {
    width: 100%;
    margin-bottom: 10px; }

  .card-small-desc__buttons {
    margin-bottom: 40px; }

  .card-tabs .nav-tabs li a {
    margin-bottom: 10px; }

  /*about-----------------------------------*/
  .about-page__facts .col-xs-6 {
    width: 50%; }
  .about-page__facts .about-indicators {
    width: 180px;
    height: 180px;
    padding-top: 60px; }
    .about-page__facts .about-indicators .section-item__title {
      font-size: 2.61em;
      margin-bottom: 0.2em; }

  .section-title {
    margin-bottom: 1em; }

  .history__item_left .history-item__date {
    left: 33px; }

  .history__item_right .history-item__date {
    left: -33px;
    padding-right: 0px; }

  .history-date {
    height: 66px;
    width: 66px;
    padding-top: 20px;
    font-size: 1.23em; }

  .corporate__banner {
    height: 620px;
    margin-bottom: 3em; }

  .corporate__banner {
    background-image: url("../images/corparate-banner.jpg");
    background-repeat: no-repeat;
    background-position: top 95% center; }

  .info_md {
    width: 100%;
    padding: 2em 1em;
    margin: 2em auto; }

  .mails .col-md-4 {
    margin-bottom: 0em; }

  .mails .section-item__icon {
    height: 55px; }

  /*  */
  .corporate .form {
    margin: 4em 0 -2em; }

  /*  */
  .sort_dictionaries {
    margin-top: 6em; }

  /*  */
  .dictionaries {
    margin-top: 2em;
    margin-bottom: 0em; }

  .img-mobile {
    display: block; }

  .img-desktop {
    display: none; }

  .img-tablet {
    display: none; }

  /*pagination-------------------------------*/
  /*row_dictionary---------------------------*/
  .row_dictionary .col-xs-6 {
    width: 50%;
    padding: 0px 15px; }

  .penreader__tile:before {
    background: none; }

  .penreader__tile-col {
    width: 100%; }

  .office-map {
    height: 380px; }

  .tab-pane_MacOS {
    padding: 18px 0px; }

  .slide-device-mac-main {
    position: absolute;
    height: 312px;
    width: 534px;
    margin-left: -272px; }

  .slide-device-mac-screen {
    position: relative;
    width: 400px;
    height: 252px;
    margin: auto; }

  /*  */
  .tab-pane_Windows {
    padding: 18px 0px; }

  /*  */
  .slide-device-windows-main {
    position: absolute;
    height: 312px;
    width: 476px;
    margin-left: -238px; }

  .slide-device-windows-screen {
    position: relative;
    width: 430px;
    height: 270px;
    margin: auto; }

  .tab-pane_ios,
  .tab-pane_MacOS,
  .tab-pane_Android,
  .tab-pane_Windows,
  .tab-pane_WindowsPhone {
    padding-bottom: 0px; } }
@media (min-width: 319px) and (max-width: 564px) {
  .reviews__text img {
    width: 100%;
    margin-top: 35px; }

  .collapse.in .container {
    max-height: 470px; }

  .carousel-caption .title {
    font-size: 1em; }

  .carousel-caption .sub-title {
    font-size: 1.5em; }

  .about-page__facts .col-xs-6 {
    width: 100%; }

  .mobile .col-xs-6 {
    width: 100%; }

  .dictionaries-similar .col-xs-6 {
    width: 100%; }

  [id^='carousel-tabs_'] {
    min-height: 396px !important; }

  .section-title {
    padding: 1em 0em; }

  /*tabs*/
  .card-tabs .nav-tabs li {
    margin-left: 0px; }

  .card-tabs .nav-tabs li a {
    -webkit-border-radius: 20px;
    border-radius: 20px;
    margin-bottom: 5px; }

  /**/
  .page-project__tablet {
    height: 420px; }

  /*.page-brands__tablet {
    height: 420px;
  }*/
  /*footer*/
  .footer .col-xs-2,
  .footer .col-xs-3,
  .footer .col-xs-4 {
    width: 50%;
    height: 170px; }

  .footer a {
    font-size: 1em; }

  /*review*/
  .reviews.thumbs-up {
    background: url("../images/icon-reviews.png") no-repeat center top;
    padding: 80px 0em; }

  /*.row_dictionary*/
  .row_dictionary .col-xs-6 {
    width: 100%; }

  .history_sm .history-item__desc {
    font-size: 1em; }
  .history_sm .history-date {
    height: 46px;
    width: 46px;
    padding-top: 10px; }
  .history_sm .history__item_left .history-item__date {
    left: 23px; }
  .history_sm .history__item_right .history-item__date {
    left: -23px;
    padding-right: 0px; }

  /**/
  .col-xs-6 {
    width: 100%; }

  .corporate__banner p {
    font-size: 18px;
    padding: 7em 0.5em;
    line-height: 1.6;
    letter-spacing: 1.8px; }

  /**/
  .pagination li:first-of-type,
  .pagination li:last-of-type {
    display: block;
    width: 140px;
    margin: 15px auto;
    overflow: hidden; }

  /**/
  .dictionaries__item {
    margin: 0 0em;
    margin-bottom: 3em; }

  .dictionaries__discount {
    left: 92px;
    width: 63px;
    background: url("../images/icon-dictionary.png");
    text-align: center;
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 20px; }

  /**/
  .reviews__item.thumbs-up {
    padding: 0px;
    background: none; }

  /**/
  .office-map {
    height: 320px; }

  /**/
  .promo-penreader .carousel-inner .carousel-inner__image-center div {
    padding: 0px 10px; }

  /**/
  .history-item__desc {
    font-size: 12px; }

  .history-date {
    height: 46px;
    width: 46px;
    padding-top: 11px;
    font-size: 1.23em;
    font-weight: normal; }

  .history__item_left .history-item__date {
    left: 23px; }

  .history__item_right .history-item__date {
    left: -23px; }

  .section-title {
    margin-bottom: 1.4em;
    line-height: 1.3;
    font-size: 1.6em;
    letter-spacing: 0px; }

  .card-both-sides__inner p {
    padding: 0px 5px; }

  .card-both-sides__inner.p-dots p:before {
    top: 9px;
    left: -7px; }

  .card-both-sides__inner .clearfix {
    padding: 0; }

  .frame-block {
    padding: 1em; }

  .tab-pane_MacOS {
    padding: 10px 0px; }
    .tab-pane_MacOS .owl-nav {
      display: none; }

  .slide-device-mac-main {
    position: absolute;
    height: 174px;
    width: 304px;
    margin-left: -152px; }

  .slide-device-mac-screen {
    position: relative;
    width: 224px;
    height: 140px;
    margin: auto; }

  .tab-pane_Windows {
    padding: 10px 0px; }
    .tab-pane_Windows .owl-nav {
      display: none; }

  .slide-device-windows-main {
    position: absolute;
    height: 168px;
    width: 254px;
    margin-left: -127px; }

  .slide-device-windows-screen {
    position: relative;
    width: 230px;
    height: 146px;
    margin: auto; } }
@media (min-width: 1105px) and (max-width: 1199px) {
  .filters .filter {
    top: -199px;
    margin: auto; }
  .filters.filters_inner .filter {
    top: 0;
    margin: 0;
    padding: 12px 14px 8px; }
  .filters .btn-default {
    margin-top: -1px;
    width: 138px;
    white-space: inherit;
    margin-left: -4px; } }
@media (min-width: 992px) and (max-width: 1105px) {
  .filters .filter {
    top: -190px;
    margin: auto; }

  .filters_inner .filter {
    top: 11px; }

  .i-arrow-left, .i-arrow-right {
    top: 40%; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .file-upload__item:nth-child(5n) {
    margin-right: 36px; }

  .file-upload__item:nth-child(4n) {
    margin-right: 0px; }

  .carousel {
    min-height: 339px;
    max-height: 460px; }

  .card-tabs__slider .carousel {
    min-height: 610px;
    max-height: 610px; }

  .media_fw {
    width: 100%; }
    .media_fw select.form-control {
      width: 100%;
      max-width: 100%; }

  /**/
  .sort_dictionaries {
    margin-top: -3em; }

  .corporate__banner p {
    font-size: 20px;
    padding: 9em 2em; }

  .footer {
    padding: 4em 0em 1em 0em; }

  .card-small-desc {
    margin-bottom: 50px;
    margin-top: -2em; } }
@media (min-width: 1200px) {
  .container {
    width: 1150px; }

  .card-small-desc {
    margin-bottom: 50px;
    margin-top: -2em; } }
/*
        B T N    A N I M A T I O N
*/
@-webkit-keyframes button-loading {
  20% {
    color: transparent;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }

  40% {
    border-color: #01c2ff;
    background-color: transparent;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }

  60% {
    -webkit-transform: scale(0.7, 1.1);
    transform: scale(0.7, 1.1);
    margin-left: 1.25rem;
    width: 2.5rem;
    text-indent: -0.613rem;
    color: transparent;
    border-color: #01c2ff;
    background-color: #01c2ff; }

  80% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }

  100% {
    margin-left: 1.25rem;
    width: 2.5rem;
    background-color: #01c2ff;
    border-color: #01c2ff;
    color: transparent; } }

@keyframes button-loading {
  20% {
    color: transparent;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }

  40% {
    border-color: #01c2ff;
    background-color: transparent;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }

  60% {
    -webkit-transform: scale(0.7, 1.1);
    transform: scale(0.7, 1.1);
    margin-left: 1.25rem;
    width: 2.5rem;
    text-indent: -0.613rem;
    color: transparent;
    border-color: #01c2ff;
    background-color: #01c2ff; }

  80% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }

  100% {
    margin-left: 1.25rem;
    width: 2.5rem;
    background-color: #01c2ff;
    border-color: #01c2ff;
    color: transparent; } }

@-webkit-keyframes button-dot-intro {
  0% {
    opacity: 0; }

  60% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }

  100% {
    -webkit-transform: scale(0.75, 0.75);
    transform: scale(0.75, 0.75); } }

@keyframes button-dot-intro {
  0% {
    opacity: 0; }

  60% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }

  100% {
    -webkit-transform: scale(0.75, 0.75);
    transform: scale(0.75, 0.75); } }

@-webkit-keyframes button-dot-pulse {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.75, 0.75);
    transform: scale(0.75, 0.75); }

  15% {
    -webkit-transform: scale(0.85, 0.85);
    transform: scale(0.85, 0.85); }

  45% {
    -webkit-transform: scale(0.75, 0.75);
    transform: scale(0.75, 0.75); }

  55% {
    -webkit-transform: scale(0.95, 0.95);
    transform: scale(0.95, 0.95); }

  85% {
    -webkit-transform: scale(0.75, 0.75);
    transform: scale(0.75, 0.75); }

  100% {
    opacity: 1;
    -webkit-transform: scale(0.75, 0.75);
    transform: scale(0.75, 0.75); } }

@keyframes button-dot-pulse {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.75, 0.75);
    transform: scale(0.75, 0.75); }

  15% {
    -webkit-transform: scale(0.85, 0.85);
    transform: scale(0.85, 0.85); }

  45% {
    -webkit-transform: scale(0.75, 0.75);
    transform: scale(0.75, 0.75); }

  55% {
    -webkit-transform: scale(0.95, 0.95);
    transform: scale(0.95, 0.95); }

  85% {
    -webkit-transform: scale(0.75, 0.75);
    transform: scale(0.75, 0.75); }

  100% {
    opacity: 1;
    -webkit-transform: scale(0.75, 0.75);
    transform: scale(0.75, 0.75); } }

@-webkit-keyframes button-ready {
  0% {
    width: 2.5rem; }

  10% {
    background-color: #01c2ff;
    border-color: #01c2ff; }

  70% {
    margin: 0;
    width: 7.25rem;
    background-color: #fff;
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }

  100% {
    margin: 0;
    width: 7rem;
    border-color: #01c2ff;
    background-color: #fff; } }

@keyframes button-ready {
  0% {
    width: 2.5rem; }

  10% {
    background-color: #01c2ff;
    border-color: #01c2ff; }

  70% {
    margin: 0;
    width: 7.25rem;
    background-color: #fff;
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }

  100% {
    margin: 0;
    width: 7rem;
    border-color: #01c2ff;
    background-color: #fff; } }

@-webkit-keyframes button-dot-outro {
  0% {
    opacity: 1; }

  100% {
    opacity: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }

@keyframes button-dot-outro {
  0% {
    opacity: 1; }

  100% {
    opacity: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }

@-webkit-keyframes button-ready-label {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes button-ready-label {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

.box-modal {
  position: relative; }

.box-modal_close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: -50px;
  right: -50px;
  text-indent: -99999px;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
  .box-modal_close:before, .box-modal_close:after {
    position: absolute;
    content: ''; }
  .box-modal_close:before {
    top: 0px;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
    background: #fff; }
  .box-modal_close:after {
    left: 0px;
    top: 50%;
    width: 100%;
    height: 2px;
    margin-top: -1px;
    background: #fff; }

.popup-layout {
  width: 80%;
  margin: auto; }
  .popup-layout .carousel {
    min-height: auto;
    max-height: auto; }

.popup__header {
  height: 80%; }

.popup__content {
  height: 20%; }

.filed-error::-webkit-input-placeholder {
  color: #c0392b; }

.filed-error::-moz-placeholder {
  color: #c0392b; }

/* Firefox 19+ */
.filed-error:-moz-placeholder {
  color: #c0392b; }

/* Firefox 18- */
.filed-error:-ms-input-placeholder {
  color: #c0392b; }

.filed-error::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.filed-error::-moz-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.filed-error:-moz-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.filed-error:-ms-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.filed-error:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.filed-error:focus::-moz-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.filed-error:focus:-moz-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.filed-error:focus:-ms-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

/*Duden*/
.duden-shadow {
  -webkit-box-shadow: 0px 0px 0px 2px #ffcb04;
  box-shadow: 0px 0px 0px 2px #ffcb04; }

.duden-color .owl-theme .owl-dots .owl-dot.active span {
  background-color: #ffcb04; }
.duden-color .owl-theme .owl-dots .owl-dot span {
  border: 1px solid #ffcb04; }

.video.video-duden {
  background-color: #ffcb04;
  background-image: url("../images/duden/video-duden-bg.png");
  background-repeat: no-repeat;
  background-position: center; }

.duden-separate::before {
  position: absolute;
  content: '';
  width: 50px;
  height: 4px;
  background-color: #ffcb04;
  left: 50%;
  margin-left: -25px;
  bottom: 10px; }

.duden:before, .card-both-sides__inner.p-dots .duden::before {
  background-color: #ffcb04; }

@media (min-width: 319px) and (max-width: 992px) {
  .card-both-sides__inner::before {
    background-color: transparent; } }
@media (min-width: 319px) and (max-width: 564px) {
  .duden:before, .card-both-sides__inner.p-dots .duden::before {
    top: 9px;
    left: -9px; }

  .file-upload__item {
    width: 100%;
    text-align: left;
    margin: 0 0px 25px 0px; }

  .file-upload__item:nth-child(2n) {
    margin-right: 0; } }
.duden-description, .duden-last-slider {
  text-align: center; }

.duden-description p {
  font-size: 1.38em; }

.duden_ul {
  text-align: left;
  margin-bottom: 2em; }

.duden-wrap-spelling {
  position: relative;
  margin-bottom: 40px;
  background-color: #ffcb04;
  border-top: 16px solid #fdd757;
  text-align: center;
  -webkit-border-radius: 0 0 135px 135px;
  border-radius: 0 0 135px 135px;
  -webkit-box-shadow: 0 0 15px 5px #f0f0f0;
  box-shadow: 0 0 15px 5px #f0f0f0;
  max-width: 257px;
  margin: 0 auto; }
  .duden-wrap-spelling .text {
    font-size: 16px;
    line-height: 30px;
    padding: 0 17px 160px;
    color: #fff; }
  .duden-wrap-spelling .icon-duden {
    width: 156px;
    height: 156px;
    background-color: #fff;
    -webkit-border-radius: 10em;
    border-radius: 10em;
    margin: 15px auto;
    display: inline-block;
    background-position: 50%;
    background-repeat: no-repeat; }
  .duden-wrap-spelling .icon-check {
    background-image: url("../images/duden/check.png"); }
  .duden-wrap-spelling .icon-zoom {
    background-image: url("../images/duden/zoom.png"); }
  .duden-wrap-spelling .icon-finger {
    background-image: url("../images/duden/finger.png"); }
  .duden-wrap-spelling .icon-hat {
    background-image: url("../images/duden/hat.png"); }

.duden-mt {
  margin-top: -156px; }

.duden-description .duden_text {
  font-size: 1.18em;
  font-weight: 400;
  margin-bottom: 4em; }

.duden-description .ul_bottom {
  margin-bottom: 2em; }

.html-border_duden {
  border: 2px solid #ffcb04; }

.duden_img {
  width: 90%;
  margin-bottom: 40px; }

.icon-features {
  width: 156px;
  height: 156px;
  background-color: #fbfbfd;
  -webkit-border-radius: 10em;
  border-radius: 10em;
  margin: 15px auto;
  display: inline-block;
  background-position: 50%;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 0px 9px 0px #c0c0c0;
  box-shadow: 0px 0px 9px 0px #c0c0c0; }

.icon-features-wrap {
  text-align: center;
  margin-bottom: 50px;
  font-size: 1.38em;
  font-weight: bold; }
  .icon-features-wrap .icon-history {
    background-image: url("../images/duden/history.png"); }
  .icon-features-wrap .icon-favorite {
    background-image: url("../images/duden/favorite.png"); }
  .icon-features-wrap .icon-cross {
    background-image: url("../images/duden/cross.png"); }
  .icon-features-wrap .icon-fulltext {
    background-image: url("../images/duden/fulltext.png"); }

.windows-store {
  width: 182px;
  height: 57px;
  background: url("../images/btn-win-store.png") no-repeat;
  background-size: contain; }

.duden .owl-theme .owl-nav .owl-prev {
  background: url(../images/duden/duden-arrow-left_mod.png); }
  .duden .owl-theme .owl-nav .owl-prev:hover {
    background: url(../images/duden/duden-arrow-left_mod.png); }
.duden .owl-theme .owl-nav .owl-next {
  background: url(../images/duden/duden-arrow-right_mod.png); }
  .duden .owl-theme .owl-nav .owl-next:hover {
    background: url(../images/duden/duden-arrow-right_mod.png); }

.slider-dud {
  overflow: hidden;
  position: relative;
  width: inherit;
  background: url(../images/slide-ios-device.png) no-repeat;
  background-position: 50%;
  background-size: 214px;
  height: 440px;
  width: 214px; }

.wrap-du .duden-steps {
  max-width: 630px;
  margin: 0 auto; }

.duden-steps label {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.38em;
  -webkit-border-radius: 500px;
  border-radius: 500px;
  background: #ffcb04;
  width: 77px;
  height: 77px;
  padding: 9px 0px;
  text-align: center;
  margin-bottom: 18px; }
  .duden-steps label .duden-figures {
    font-size: 28px; }
  .duden-steps label:hover {
    background: #fff;
    border: 2px solid #ffcb04;
    color: #ffcb04; }
.duden-steps .label-active {
  background: #fff;
  border: 2px solid #ffcb04;
  color: #ffcb04; }
.duden-steps .slide {
  position: absolute;
  top: 0;
  background-size: 87%;
  background-repeat: no-repeat;
  background-position: 50%;
  height: 436px;
  width: 215px;
  -webkit-transition: left 0s .75s;
  transition: left 0s .75s;
  left: 100%; }

.slide-one {
  background-image: url("../images/duden/slide-ios-arbieten.png"); }

.slide-two {
  background-image: url("../images/duden/slide-ios-arbieten-single.png"); }

.slide-three {
  background-image: url("../images/duden/slide-ios-arbieten-table.png"); }

.slide-four {
  background-image: url("../images/duden/slide-ios-left.png"); }

.duden-steps [id^='slide']:checked + .slide {
  left: 0;
  z-index: 100;
  -webkit-transition: left .65s ease-out;
  transition: left .65s ease-out; }

.slider-dud {
  margin: 0 auto; }
  .slider-dud input {
    display: none; }

.text-left {
  text-align: left; }

.section-class-item .span-icon-wrap {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background-color: tomato;
  display: inline-block;
  -webkit-border-radius: 200px;
  border-radius: 200px;
  font-size: 20px; }
.section-class-item .text-duden-item, .section-class-item .icon-duden-item {
  display: table-cell;
  vertical-align: top; }
.section-class-item h3 {
  margin-top: 0; }
.section-class-item .icon-duden-item {
  padding-right: 20px; }
.section-class-item .text-duden-item p {
  font-size: 16px; }

.wrap-morphomagics-logo {
  text-align: center; }
  .wrap-morphomagics-logo img {
    margin-bottom: 60px;
    max-width: 423px;
    width: 100%; }

.spelling-smile-wrap {
  text-align: center;
  margin-bottom: 70px; }

.btn .position-find {
  position: relative;
  top: -1px; }

.social .socials_circle {
  width: 36px;
  height: 36px;
  border: 1px solid #000;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  font-size: 20px; }

.social .socials_circle:hover {
  border: 1px solid #636363;
  color: #878787;
  -webkit-transition: all .25s ease;
  transition: all .25s ease; }

@media only screen and (max-width: 992px) {
  .card-both-sides__inner p,
  .card-both-sides__inner .clearfix {
    padding: 0; }

  .quo {
    display: none; }

  .box-modal_close {
    top: -40px;
    right: 0px; }

  .brand_input_platform .dropdown-menu {
    height: 343px; }

  .btn-upload {
    border-radius: 10px; }

  .file-upload__item:nth-child(4n),
  .file-upload__item:nth-child(5n) {
    margin-right: 36px; }

  .file-upload__item:nth-child(3n) {
    margin-right: 0px; }

  .navbar-nav_right .dropdown-hover_lang {
    margin-right: 0px; }

  .spelling-smile-wrap img {
    width: 188px; }

  .duden-mt {
    margin-top: 0; }

  .duden-wrap-spelling {
    margin-bottom: 85px; }

  .owl-nav {
    display: none; }

  .wrap-du .duden-steps {
    max-width: 100%; }

  .icon-features {
    width: 100px;
    height: 100px;
    background-size: 45px; }

  .social .socials_circle {
    width: 47px;
    height: 47px;
    line-height: 50px; }

  .social i {
    font-size: 30px; } }
.spelling-slider {
  background: #0099ff;
  margin-bottom: 20px; }

.spelling-devices {
  text-align: center; }

.spelling-mac img {
  width: 100%; }

/* Синий чел в меню */
.navbar-nav i {
  color: #00c3ff;
  font-size: 23px;
  vertical-align: top;
  margin-left: 29px; }

.navbar-nav a:hover i {
  color: #878787;
  -webkit-transition: all .25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }

@media only screen and (max-width: 1200px) {
  .form-group .dropdown-menu {
    width: 211px; }

  .file-upload__input-text {
    line-height: 1.5;
    margin-top: 1px; }

  .spelling-nexus {
    margin-bottom: 50px; }
    .spelling-nexus img {
      width: 188px; }

  .btn .position-find {
    top: -3px; }

  .navbar-nav_right .dropdown-hover_lang {
    margin-right: 0; }
    .navbar-nav_right .dropdown-hover_lang a {
      margin: 0; }

  .navbar-nav i {
    margin-left: 16px; }

  .dropdown a:last-child {
    margin: 0; } }
.mac-store {
  width: 235px;
  height: 58px;
  background: url("../images/spelling/btn-mac-store.png") no-repeat;
  background-size: contain; }

.chrome-store {
  width: 182px;
  height: 57px;
  background: url("../images/spelling/btn-chrome-store.png") no-repeat;
  background-size: contain; }

@media only screen and (max-width: 768px) {
  .file-upload__item:nth-child(3n) {
    margin-right: 36px; }

  .spelling-nexus {
    margin-bottom: 0px; }

  .wrap-du {
    display: none; }

  .navbar-nav i {
    margin-left: 13px; }

  .apps i {
    padding: 0; } }
.spelling-img-wrap img {
  margin: 5px auto;
  width: 84%; }

.carousel-spel {
  min-height: 100% !important;
  max-height: 100% !important;
  padding: 23px 0; }

.newslider {
  background-image: url("../images/slider2.jpg");
  width: 100%;
  float: left;
  display: block;
  height: 650px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  position: relative; }

@media (min-width: 1330px) and (max-width: 1578px) {
  .filters .filter {
    top: -248px; }

  .filters_inner .filter {
    top: 0px; } }
@media (min-width: 1222px) and (max-width: 1330px) {
  .filters .filter {
    top: -212px; }

  .filters_inner .filter {
    top: 0px; } }
@media (min-width: 1200px) and (max-width: 1222px) {
  .filters .filter {
    top: -203px; }

  .filters_inner .filter {
    top: 0px; } }
.navbar-brand > img {
  width: 184px; }

.not-dropdown-hover:hover a {
  border-bottom: 3px solid #01c2ff; }

.fs-dropdown-options {
  margin-top: -7px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px; }

.slide-device-android-screen img {
  width: 203px; }

.owl-item .carousel-caption {
  padding-bottom: 5px; }

.fs-dropdown-bottom .fs-dropdown-options {
  bottom: inherit; }

/*Для ссылок в факе*/
.panel-body span a,
.panel-body a {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word; }

.panel-body span a i {
  font-size: 20px;
  margin-top: 8px; }

.panel-body span a:last-child {
  text-decoration: none; }

.panel-body img {
  max-width: 100%;
  height: 100%; }

.icon-play i {
  font-size: 91px; }

.icon-play:hover {
  color: #57d7ff; }

.section-item__preview i {
  color: #fff;
  font-size: 72px;
  vertical-align: middle; }

/*Серые в словарях*/
.sort__item ul i {
  font-size: 16px;
  color: #939393;
  margin-right: 3px; }

.section-item__preview img {
  width: 67px; }

.btn.active,
.btn:active {
  -webkit-box-shadow: none;
  box-shadow: none; }

#btnForm {
  border: none; }

.modal-body {
  text-align: center; }

.modal-body .btn-default {
  margin: 15px 0;
  padding: 6px 18px; }

.modal-body p {
  font-size: 1.18em; }

.modal-header {
  text-align: center; }

.modal-header h4 {
  font-size: 2.4em; }
