/* Minification failed. Returning unminified contents.
(168,43): run-time error CSS1046: Expect comma, found '0'
(168,47): run-time error CSS1046: Expect comma, found '/'
(169,35): run-time error CSS1046: Expect comma, found '0'
(169,39): run-time error CSS1046: Expect comma, found '/'
(2168,15): run-time error CSS1038: Expected hex color, found '#ffff'
(2173,21): run-time error CSS1038: Expected hex color, found '#ffff'
(3660,15): run-time error CSS1038: Expected hex color, found '#ffff'
(7659,43): run-time error CSS1046: Expect comma, found '0'
(7659,47): run-time error CSS1046: Expect comma, found '/'
(7660,35): run-time error CSS1046: Expect comma, found '0'
(7660,39): run-time error CSS1046: Expect comma, found '/'
(7673,15): run-time error CSS1038: Expected hex color, found '#ffff'
 */

@import url("//cdn.web-fonts.ge/fonts/dejavu-sans/css/dejavu-sans.min.css");
* {
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*::before,
*::after {
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body, html {
  overflow-x: hidden;
}

button:active,
button:focus,
button {
  cursor: pointer;
  outline: none;
}

form {
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

a,
a:focus,
a:hover {
  text-decoration: none;
  outline: 0 solid transparent;
}

ul, nav {
  margin: 0;
  padding: 0;
}

ul li, nav li {
  list-style: none;
}

img {
  height: auto;
  max-width: 100%;
}

.font-bold {
  font-weight: 700;
}

.font-light {
  font-weight: 300;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

input:focus {
  outline-style: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.tabsLangContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.tabsLangContainer.active .tabsLangContainerTtl .icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.tabsLangContainer.active .tabsLangSelectContainer {
  max-height: 400px;
  border-width: 1px;
}

.tabsLangContainer select {
  display: none;
}

.tabsLangContainer .tabsLangContainerTtl {
  border: 1px solid #88AEE7;
  border-radius: 10px;
  padding: 12px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 992px) {
  .tabsLangContainer .tabsLangContainerTtl {
    padding: 12px;
  }
}

.tabsLangContainer .tabsLangContainerTtl .icon {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  width: 13px;
  height: 8px;
  margin-left: 5px;
}

.tabsLangContainer .tabsLangSelectContainer {
  z-index: 9;
  background: #fff;
  position: absolute;
  top: calc(100% + 5px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  border-radius: 10px;
  /* border-top-right-radius: 0;
  border-bottom-right-radius: 0; */
  /* border: 0px solid #88AEE7; */
  -webkit-box-shadow: 0px 0px 6px 0 rgb(0 0 0 / 16%);
  box-shadow: 0px 0px 6px 0 rgb(0 0 0 / 16%);
}

@media (max-width: 992px) {
  .tabsLangContainer .tabsLangSelectContainer {
    top: initial;
    bottom: calc(100% + 10px);
    height: 250px;
  }
}

.tabsLangContainer .tabsLangSelectContainer .ttlContainer {
  color: #2770DE;
  font-size: 16px;
  font-weight: 600;
  margin: 0 15px;
  border-bottom: 1px solid #707070;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
}

.tabsLangContainer .tabsLangSelectContainer .ttlContainer .icon {
  width: 13px;
  height: 13px;
  cursor: pointer;
  margin-left: 10px;
}

.tabsLangContainer .tabsLangSelectContainer .search-input {
  border: 1px solid #88aee7;
  background: transparent;
  padding: 10px;
  margin: 0 0 5px;
}

.tabsLangContainer .tabsLangSelectContainer .tabsLangSelectInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: calc(450px - 43px);
  overflow: auto;
}

.tabsLangContainer .tabsLangSelectContainer .tabsLangSelectInner::-webkit-scrollbar {
  width: 8px;
}

.tabsLangContainer .tabsLangSelectContainer .tabsLangSelectInner::-webkit-scrollbar-track {
  /* border: 1px solid #88AEE7;
  border-right: 0;
  border-bottom: 0; */
}

.tabsLangContainer .tabsLangSelectContainer .tabsLangSelectInner::-webkit-scrollbar-thumb {
  background-color: #DBE9FD;
  border-radius: 16px;
}

.tabsLangContainer .tabsLangSelectContainer .tabsLangSelectInner a {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 15px;
  margin-bottom: 10px;
  color: #3B3D46;
}

.tabsLangContainer .tabsLangSelectContainer .tabsLangSelectInner a:last-of-type {
  margin-bottom: 0;
}

.tabsLangContainer .tabsLangSelectContainer .tabsLangSelectInner a:hover {
  background: #88AEE7;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex.between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* The container */
.container-radio {
  display: block;
  position: relative;
  padding-left: 22px;
  margin-bottom: 5px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #707070;
}

/* Hide the browser's default radio button */
.container-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 14px;
  width: 14px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #707070;
}

/* When the radio button is checked, add a blue background */
.container-radio input:checked ~ .checkmark {
  background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-radio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container-radio .checkmark:after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #EE183B;
}

#pl {
  padding-top: 10px;
}

.audio-player {
  position: relative;
  width: 400px;
  padding-top: 25px;
  padding-bottom: 37px;
  margin-left: 20px;
}

@media (max-width: 1480px) {
  .audio-player {
    width: 325px;
  }
}

@media (max-width: 992px) {
  .audio-player {
    margin: 0 auto;
    width: 100%;
    padding-bottom: 25px;
    padding-top: 20px;
  }
}

.audio-player .timeline {
  padding: 0 20px;
  border: 1px solid #88AEE7;
  border-radius: 13px;
  cursor: pointer;
}

@media (max-width: 992px) {
  .audio-player .timeline {
    padding: 0 10px;
  }
}

.audio-player .timeline .progress {
  height: 6px;
  border-radius: 13px;
  background: #2770DE;
}

.audio-player .disabledtimeline {
    padding: 0 20px;
    border: 1px solid #88AEE7;
    border-radius: 13px;
    opacity: 0.3;
}

@media (max-width: 992px) {
    .audio-player .disabledtimeline {
        padding: 0 10px;
    }
}

.audio-player .disabledtimeline .progress {
    height: 6px;
    border-radius: 13px;
    background: #2770DE;
}

.audio-player .play-container {
  position: absolute;
  top: 14px;
  background: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 992px) {
  .audio-player .play-container {
    top: 14px;
  }
}

.audio-player .play-container .toggle-play {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.audio-player .play-container .toggle-play .icon {
  width: 30px;
  height: 30px;
}

@media (max-width: 992px) {
  .audio-player .play-container .toggle-play .icon {
    width: 20px;
    height: 20px;
  }
}

.audio-player .play-container .toggle-play.play .toggle-play-icon-play { 
  display: block;
}

.audio-player .play-container .toggle-play.play .toggle-play-icon-pause { 
  display: none;
}

.audio-player .play-container .toggle-play.pause .toggle-play-icon-play { 
  display: none;
} 

.audio-player .play-container .toggle-play.pause .toggle-play-icon-pause { 
  display: block;
}

.audio-player .time {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  color: #707070;
  font-size: 16px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 992px) {
  .audio-player .time {
    font-size: 12px;
  }
}

.audio-player .disabledtime {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    color: #707070;
    font-size: 16px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0.3;
}

@media (max-width: 992px) {
    .audio-player .disabledtime {
        font-size: 12px;
    }
}

.audio-player .volume-container {
  position: absolute;
  top: 14px;
  background: #fff;
  border-radius: 50%;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 992px) {
  .audio-player .volume-container {
    top: 14px;
  }
}

.audio-player .volume-container:hover .volume-slider {
  width: 100px;
}

.audio-player .volume-container .volume-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.audio-player .volume-container .volume-button .icon {
  width: 30px;
  height: 30px;
}

@media (max-width: 992px) {
  .audio-player .volume-container .volume-button .icon {
    width: 20px;
    height: 20px;
  }
}

.audio-player .volume-container .volume {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.audio-player .volume-container .volume-slider {
  position: absolute;
  left: 100%;
  width: 0;
  height: 8px;
  background: rgba(0, 0, 0, 0.12);
  -webkit-transition: 0.25s;
  transition: 0.25s;
  top: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 13px;
  cursor: pointer;
}

@media (max-width: 992px) {
  .audio-player .volume-container .volume-slider {
    top: 10px;
  }
}

.audio-player .volume-container .volume-slider .volume-percentage {
  width: 75%;
  height: 100%;
  background: #2770DE;
}

.error-msg {
  color: #EE183B;
}

#add-dictionary-icon, #ignore-icon, #ignore-all-icon {
  fill: #2770de;
  stroke: #2770de;
}

html.dark {
  background: #142A3B;
}

body.dark {
  background: #142A3B;
}

body.dark .sidebar__left {
  background: #173177 !important;
}

body.dark .sidebar__right {
  background: #204367 !important;
}

body.dark .sidebar__left__nav__li__link__text {
  color: #D8E4F7;
}

body.dark .lang .other-languages {
  background: #173177 !important;
  color: #fff !important;
}

body.dark .lang .other-languages a:hover {
  background: #2770de !important;
}

body.dark .container-text-box, body.dark .mistakes-box {
  /* background: #1C3549 !important; */
  background: transparent !important;
  border-color: transparent !important;
  color: #fff !important;
}

body.dark #addToDictionary .btn-text, body.dark #ignore .btn-text, body.dark #ignoreAll .btn-text, body.dark .rightbar__toggle__item__text, body.dark .rightbar__toggle__item.privacy .privacy-support-text, body.dark .rightbar__toggle__item.privacy .privacy-support-title, body.dark .rightbar__toggle__item.privacy .privacy-support-text a {
  color: #D8E4F7 !important;
}

body.dark .tabsLangContainer {
  color: #fff !important;
}

body.dark .page-name {
  color: #88AEE7 !important;
}

body.dark .settings__container {
  background: #1C3549 !important;
}

body.dark .header__right .settings__container__item__top span, body.dark #UsersTable .thead .th, body.dark #UsersTable .tbody .td, body.dark #UsersTable .tbody .td a {
  color: #D8E4F7 !important;
}

body.dark .header__right .settings__container__item__content .contact-item span, body.dark .header__right .settings__container__item__content .contact-item a, body.dark .header__right .settings__container__item__content .support-text, body.dark .header__right .settings__container__item__content .choose-category__title, body.dark .container-radio, body.dark .header__right .settings__container__item__content .privacy-text, body.dark .header__right .settings__container__item__content .about-text, body.dark .header__right .my-room, body.dark .header__right .lang .current-language, body.dark .header__right .lang .other-languages a, body.dark .tabsLangContainer .tabsLangSelectContainer .tabsLangSelectInner a, body.dark .tabsLangContainer .tabsLangSelectContainer .ttlContainer, body.dark .mistakes-box .suggestions-box .suggestions li {
  color: #fff !important;
}

body.dark .header__right .settings__container__item__content .support-textarea textarea {
  background: #204367 !important;
  color: #fff;
  border-color: transparent;
}

body.dark .header__right .settings__container__item__content .support-textarea textarea::-webkit-input-placeholder {
  color: #fff;
}

body.dark .header__right .settings__container__item__content .support-textarea textarea:-ms-input-placeholder {
  color: #fff;
}

body.dark .header__right .settings__container__item__content .support-textarea textarea::-ms-input-placeholder {
  color: #fff;
}

body.dark .header__right .settings__container__item__content .support-textarea textarea::placeholder {
  color: #fff;
}

body.dark #add-dictionary-icon, body.dark #ignore-icon, body.dark #ignore-all-icon {
  fill: #fff;
  stroke: #fff;
}

body.dark .privacy-text a {
  color: #fff !important;
}

body.dark .footer .copyright {
  color: #CFCFD6 !important;
}

body.dark .tabsLangContainer .tabsLangSelectContainer {
  background: #204367 !important;
}

body.dark .rightbar__left {
  background: #1F4264 !important;
}

body.dark .rightbar__toggle {
  background: #1F3C53 !important;
}

body.dark .rightbar__toggle .support-textarea textarea {
  background: #204367 !important;
  border-color: #204367 !important;
  color: #fff !important;
}

body.dark .rightbar__toggle .support-textarea textarea::-webkit-input-placeholder {
  color: #fff !important;
}

body.dark .rightbar__toggle .support-textarea textarea:-ms-input-placeholder {
  color: #fff !important;
}

body.dark .rightbar__toggle .support-textarea textarea::-ms-input-placeholder {
  color: #fff !important;
}

body.dark .rightbar__toggle .support-textarea textarea::placeholder {
  color: #fff !important;
}

body.dark .rightbar__toggle__item__title {
  color: #fff !important;
}

body.dark .rightbar__left__nav__li__link .icon-text {
  color: #fff !important;
}

body.dark .rightbar__toggle .my-room__link .text {
  color: #fff !important;
}

body.dark .rightbar__toggle .support-text {
  color: #fff !important;
}

body.dark .rightbar__toggle .support .choose-category__title {
  color: #fff !important;
}

body.dark .active-icon {
  fill: #1F3C53 !important;
}

body.dark .input-wrap .f-input-label {
  color: #fff !important;
}

body.dark #info {
  color: #fff !important;
}

body.dark .input-wrap .f-input {
  background: #204367 !important;
  color: #fff !important;
}

body.dark .tabsLangContainer .tabsLangContainerTtl {
  background: #204367 !important;
}

body.dark .auth-c .checkbox-wrap .checkbox-label {
  color: #fff !important;
}

body.dark .toggle-login-register .auth-c-h2 {
  color: #fff !important;
}

body.dark .ocrContainer .ocr-item.txtAreaItem textarea {
  background: transparent;
}

body.dark .ocr-title, body.dark .container-tools .imgUplBtn {
  color: #fff !important;
}

body.dark .password-info {
  color: #fff;
}

body.dark .auth-c .forgot {
  color: #fff !important;
}

body.dark .profile-log .btn {
  color: #fff !important;
}

body.dark .profile-log .btn:hover {
  color: red!important;
  background: transparent;
}

body.dark .profile .change {
  color: #fff !important;
}

body.dark .licenceTxt, body.dark .licenceTxt a {
  color: #fff !important;
}

body.dark .rightbar__toggle .dictionary .list .item span, body.dark .ocrContainer .ocr-item.txtAreaItem textarea, body.dark #taSourceText, body.dark .final {
  color: #fff !important;
}

body.dark .package-page .packages__item {
  background: #204367 !important;
}

body.dark .package-page .packages__item__price span, body.dark .package-page .packages__item__name, body.dark .package-page .packages__item__features__item p, body.dark .packages__item__features__text, body.dark .package-page .packages__item__features__text, body.dark .package-page .packages__item__name span, body.dark .package-page .packages__item__name span {
  color: #ABCAF8 !important;
}

body.dark .package-page .packages__item__btn {
  border-color: #ABCAF8 !important;
  color: #ABCAF8 !important;
}

body.dark .package-page .packages__item__btn:hover, body.dark .package-page .packages__item--popular .packages__item__btn {
  color: #2770DE !important;
  background: #D5E2F5 !important;
}

body.dark .sidebar__left__nav__li:after {
  background-image: url("./../../img/darkHover.png") !important;
}

body.dark .package-page .packages__item--popular {
  background: #2FA5FE !important;
}

body.dark .package-page .packages__item--popular .packages__item__price span, body.dark .package-page .packages__item--popular .packages__item__name, body.dark .package-page .packages__item--popular .packages__item__features__item p, body.dark .package-page .packages__item--popular .packages__item__features__text--condition, body.dark .package-page .packages__item--popular .packages__item__features__text {
  color: #fff !important;
}

body.dark .package-page .packages__item--popular .packages__item__btn:hover {
  background: transparent !important;
  color: #fff !important;
}

.sidebar-overlay {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  z-index: 8;
  background: rgba(0, 0, 0, 0.3);
}

.sidebar {
  position: fixed;
  width: 90px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  z-index: 99;
}

@media (max-width: 992px) {
  .sidebar {
    width: 320px;
    z-index: 9;
    left: -320px;
    height: initial;
    border-bottom-right-radius: 7px;
  }
  .sidebar.open {
    left: 0;
  }
}

.sidebar .close {
  display: none;
}

@media (max-width: 992px) {
  .sidebar .close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 22px;
    height: 22px;
    margin-left: 23px;
    margin-top: 9px;
  }
}

.sidebar__left {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 5px;
  background: #2D62ED;
  width: 90px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

@media (max-width: 992px) {
  .sidebar__left {
    width: 100%;
    background: #fff;
    padding: 20px 0;
    border-bottom-right-radius: 7px;
  }
}

@media (max-width: 992px) {
  .sidebar__left .logo {
    display: none;
  }
}

.sidebar__left .logo .logo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sidebar__left__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 67px;
}

@media (max-width: 992px) {
  .sidebar__left__nav {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.2); */
    padding: 0 8px;
    margin-top: 30px;
  }
}

@media (max-height: 840px) {
  .sidebar__left__nav {
    margin-top: 40px!important;
  }
}

.sidebar__left__nav__li {
  position: relative;
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  .sidebar__left__nav__li {
    width: 100%;
    border-radius: 4px;
    -webkit-transition: .4s;
    transition: .4s;
    padding: 13px 22px;
    margin-bottom: 3px;
  }
  .sidebar__left__nav__li.active {
    background: rgba(55, 71, 97, 0.16);
  }
}

.sidebar__left__nav__li:hover:before {
  display: none;
}

.sidebar__left__nav__li:hover:after {
  opacity: 1;
  visibility: visible;
}

.sidebar__left__nav__li:hover .sidebar__left__nav__li__link__text {
  opacity: 1;
  visibility: visible;
}

.sidebar__left__nav__li:nth-of-type(1):hover:after {
  left: -17px;
}

.sidebar__left__nav__li:nth-of-type(1):hover .icon {
  fill: #88aee7 !important;
}

.sidebar__left__nav__li:nth-of-type(2):hover:after {
  left: -15px;
}

.sidebar__left__nav__li:nth-of-type(2):hover .icon {
  fill: #88aee7 !important;
  stroke: #88aee7 !important;
}

.sidebar__left__nav__li:nth-of-type(3):hover:after {
  left: -14px;
}

.sidebar__left__nav__li:nth-of-type(3):hover .icon {
  fill: #88aee7 !important;
}

.sidebar__left__nav__li:nth-of-type(4):hover:after {
  left: -18px;
}

.sidebar__left__nav__li:nth-of-type(4):hover .icon {
  fill: #88aee7 !important;
}

.sidebar__left__nav__li:nth-of-type(5):hover:after {
  left: -16px;
}

.sidebar__left__nav__li:nth-of-type(5):hover .icon {
  fill: #88aee7 !important;
  stroke: #88aee7 !important;
}

.sidebar__left__nav__li:after {
  content: '';
  position: absolute;
  width: 317px;
  height: 129px;
  background-image: url("./../../img/hover.png");
  background-size: 317px 129px;
  opacity: 0;
  visibility: hidden;
  top: -43.5px;
  left: 65px;
  z-index: -1;
  -webkit-transition: .4s;
  transition: .4s;
}

@media (max-width: 992px) {
  .sidebar__left__nav__li:after {
    display: none;
  }
}

.sidebar__left__nav__li:nth-of-type(1):after {
  top: -42px;
}

.sidebar__left__nav__li:nth-of-type(1) .icon {
  fill: #88aee7;
  width: 34px;
  height: 40.32px;
}

@media (max-width: 992px) {
  .sidebar__left__nav__li:nth-of-type(1) .icon {
    width: 23px;
    height: 27px;
  }
}

.sidebar__left__nav__li:nth-of-type(2):after {
  top: -48px;
}

.sidebar__left__nav__li:nth-of-type(2) .icon {
  width: 33.34px;
  height: 28.98px;
  fill: #88aee7;
  stroke: #88aee7;
}

@media (max-width: 992px) {
  .sidebar__left__nav__li:nth-of-type(2) .icon {
    width: 25px;
    height: 21px;
  }
}

.sidebar__left__nav__li:nth-of-type(2).active .icon {
  fill: #fff;
  stroke: #fff;
}

/* .sidebar__left__nav__li:nth-of-type(3):after {
  top: -48px;
} */

.sidebar__left__nav__li:nth-of-type(3) .icon {
  width: 34.38px;
  height: 25.95px;
  fill: #88aee7;
}

@media (max-width: 992px) {
  .sidebar__left__nav__li:nth-of-type(3) .icon {
    width: 27px;
    height: 21px;
  }
}

.sidebar__left__nav__li:nth-of-type(3).active .icon {
  fill: #fff;
}

.sidebar__left__nav__li:nth-of-type(4):after {
  top: -41px;
}

.sidebar__left__nav__li:nth-of-type(4) .icon {
  width: 26.77px;
  height: 39.6px;
  fill: #88aee7;
}

@media (max-width: 992px) {
  .sidebar__left__nav__li:nth-of-type(4) .icon {
    width: 23px;
    height: 27px;
  }
}

.sidebar__left__nav__li:nth-of-type(4).active .icon {
  fill: #fff;
}

/* .sidebar__left__nav__li:nth-of-type(5):after {
  top: -45px;
} */

.sidebar__left__nav__li:nth-of-type(5) .icon {
  width: 30.58px;
  height: 30.71px;
  fill: #88aee7;
  stroke: #88aee7;
}

@media (max-width: 992px) {
  .sidebar__left__nav__li:nth-of-type(5) .icon {
    width: 26px;
    height: 26px;
  }
}

.sidebar__left__nav__li:nth-of-type(5).active .icon {
  fill: #fff;
  stroke: #fff;
}

.sidebar__left__nav__li.active.active:before {
  content: '';
  position: absolute;
  height: 80%;
  width: 2px;
  background: #fff;
  left: -15px;
  top: 10%;
  border-radius: 4px;
}

.sidebar__left__nav__li__link {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* .sidebar__left__nav__li__link#f {
  width: 63px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
} */

/* .sidebar__left__nav__li__link#f .icon {
  width: 35px;
  height: 36px;
} */

.sidebar__left__nav__li__link__text {
  position: absolute;
  font-weight: 500;
  color: #2770DE;
  font-size: 14px;
  white-space: nowrap;
  left: calc(100% + 40px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  text-transform: uppercase;
}

@media (max-width: 992px) {
  .sidebar__left__nav__li__link__text {
    opacity: 1;
    visibility: visible;
    color: #000;
    left: initial;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    margin-left: 30px;
  }
}

.sidebar__left__fb-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 160px;
}

@media (max-height: 670px) {

  /* .sidebar__left__fb-link {
      margin-top: 20px!important;
  } */

  .toggle-mode {
    bottom: 65px;
  }
}

/* @media (max-height: 950px) {
  .sidebar__left__fb-link {
    margin-top: 65px !important;
  }
} */

/* @media (max-height: 850px) {
  .sidebar__left__fb-link {
    margin-top: 35px !important;
  }
} */

/* @media (max-height: 815px) {
  .sidebar__left__fb-link {
    margin-top: 5px !important;
  }
} */

/* @media (max-height: 680px) {
  .sidebar__left__fb-link {
    margin-top: 45px !important;
  }
} */

@media (max-width: 992px) {
  /* .sidebar__left__fb-link {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: 26px;
    margin-top: 50px;
    margin-bottom: 118px;
  } */

  .sidebar__left__fb-link {
    margin-top: 20px;
    margin-bottom: 90px;
    display: block;
    margin-left: 25px;
  }
}

@media (max-height: 665px) and (max-width: 992px) {
  .sidebar__left__nav {
    margin-top: 20px;
  }

  .sidebar__left__nav__li {
    padding: 9px 22px;
  }

  .sidebar__left__fb-link {
    margin-bottom: 75px;
  }
}

.sidebar__left__fb-link .icon {
  width: 28px;
  height: 28px;
  fill: #88aee7;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.sidebar__left__fb-link .icon:hover {
  fill: #fff;
}

.toggle-mode {
  cursor: pointer;
  z-index: 9;
  position: absolute;
  bottom: 35px;
  left: 15px;
  color: #fff;
}
@media (max-width: 1366px) {
  .toggle-mode {
    left:8px;
  }
}

@media (max-width: 992px) {
  .toggle-mode {
    bottom: 49px;
    left: 26px;
  }
}

.rightbar {
  position: fixed;
  width: 90px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  right: 0;
  top: 0;
  z-index: 99;
}

@media (max-width: 1366px) {
  .rightbar {
    width: 75px;
  }
}

@media (max-width: 992px) {
  .rightbar {
    width: 175px;
    height: initial;
    border-radius: 15px;
    top: 60px;
    right: -175px;
    z-index: 11;
  }
}

.rightbar.open {
  right: 20px;
}

.rightbar__left {
  padding-top: 25px;
  width: 90px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  background: #DBE9FD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}

@media (max-width: 992px) {
  .rightbar__left {
    width: 175px;
    border-radius: 15px;
    background: #fff;
    padding-top: 0;
  }
}

.rightbar__left .close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
}

@media (max-width: 992px) {
  .rightbar__left .close {
    display: none;
  }
}

.rightbar__left .close.active {
  opacity: 1;
  pointer-events: auto;
}

.rightbar__left .close .icon {
  width: 29px;
  height: 29px;
}

.rightbar__left__nav {
  margin-top: 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 5px;
}

@media (max-width: 992px) {
  .rightbar__left__nav {
    margin-top: 0;
    width: 100%;
    padding: 27px 14px;
  }
}

.rightbar__left__nav .active-icon {
  fill: #fff;
  width: 76.1px;
  height: 147.59px;
  position: absolute;
  left: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  display: none;
}

@media (max-width: 992px) {
  .rightbar__left__nav .active-icon {
    display: none !important;
  }
}

.rightbar__left__nav__li {
  margin-bottom: 45px;
}

@media (max-width: 1376px) and (max-height: 815px) {
  .rightbar__left__nav__li {
    margin-bottom: 19px!important;
  }
}

@media (max-height: 780px) {
  .rightbar__left__nav__li {
    margin-bottom: 35px;
  }
} 

@media (max-height: 680px) {
  .rightbar__left__nav__li {
    margin-bottom: 30px;
  }
}

@media (max-width: 992px) {
  .rightbar__left__nav__li {
    margin-bottom: 13px;
  }
}

.rightbar__left__nav__li:last-of-type {
  margin-bottom: 0;
}

.rightbar__left__nav__li.rs-profile .icon {
  width: 26px;
  height: 37px;
}

@media (max-width: 1366px) {
  .rightbar__left__nav__li.rs-profile .icon {
    width: 18px;
    height: 24px;
  }
}

/* @media (max-width: 992px) {
  .rightbar__left__nav__li.rs-profile .icon {
    width: 18px;
    height: 24px;
  }
} */

.rightbar__left__nav__li.rs-dictionary .icon {
  width: 30px;
  height: 30px;
}

@media (max-width: 1366px) {
  .rightbar__left__nav__li.rs-dictionary .icon {
    width: 20px;
    height: 20px;
  }
}

.rightbar__left__nav__li.rs-myroom .icon {
  width: 30px;
  height: 37px;
}

@media (max-width: 1366px) {
  .rightbar__left__nav__li.rs-myroom .icon {
    width: 26px;
    height: 19px;
  }
}

.rightbar__left__nav__li.rs-support .icon {
  width: 38px;
  height: 27px;
}

@media (max-width: 1366px) {
  .rightbar__left__nav__li.rs-support .icon {
    width: 26px;
    height: 18px;
  }
}

.rightbar__left__nav__li.rs-package .icon {
  width: 40px;
  height: 40px;
}

@media (max-width: 1366px) {
  .rightbar__left__nav__li.rs-package .icon {
    width: 28px;
    height: 28px;
  }
}

.rightbar__left__nav__li.rs-privacy {
  margin-top: 60px;
}

@media (max-height: 780px) {
  .rightbar__left__nav__li.rs-privacy {
    margin-top: 50px;
  }
}

@media (max-height: 680px) {
  .rightbar__left__nav__li.rs-privacy {
    margin-top: 30px;
  }
}

.rightbar__left__nav__li.rs-privacy .icon {
  width: 35px;
  height: 35px;
}

@media (max-width: 1366px) {
  .rightbar__left__nav__li.rs-privacy .icon {
    width: 25px;
    height: 25px;
  }
}

.rightbar__left__nav__li__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

@media (max-width: 992px) {
  .rightbar__left__nav__li__link {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    justify-content: space-between;
    width: 100%;        
  }
}

/* .rightbar__left__nav__li__link:hover .icon, .rightbar__left__nav__li__link.active .icon {
  opacity: 0;
  visibility: hidden;
} */

@media (max-width: 992px) {
  .rightbar__left__nav__li__link:hover .icon, .rightbar__left__nav__li__link.active .icon {
    opacity: 1;
    visibility: visible;
  }
}

.rightbar__left__nav__li__link:hover .icon-text, .rightbar__left__nav__li__link.active .icon-text {
  opacity: 1;
  visibility: visible;
}

.rightbar__left__nav__li__link .icon {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  pointer-events: none;
}

/* @media (max-width: 1366px) {
  .rightbar__left__nav__li__link .icon {
    width: 24px;
  }
} */

.rightbar__left__nav__li__link .icon-text {
  /* -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  text-transform: uppercase;
  font-weight: 700;
  color: #142A3B;
  -webkit-transform-origin: 46px 12px;
          transform-origin: 46px 12px;
  position: absolute;
  font-size: 11px;
  white-space: nowrap;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100px; */
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  opacity: 0;
  visibility: hidden;
  text-transform: uppercase;
  position: absolute;
  width: 144px;
  font-weight: 500;
  color: #2770DE;
  font-size: 14px;
  white-space: nowrap;
  /* right: 30px; */
  right: 0px;
  /* top: 5px; */
  z-index: 200000;
  text-align: right;
  top: 50%;
  transform: translate(-50%, -50%);
}


@media (max-width: 992px) {
  .rightbar__left__nav__li__link .icon-text {
    -webkit-transform: none !important;
    transform: none !important;
    opacity: 1;
    visibility: visible;
    color: #3B3D46;
    font-size: 10px;
    font-weight: 500;
    position: relative;
    margin-left: 15px;
    right: 20px;
  }
}

.rightbar__toggle {
  position: fixed;
  right: 90px;
  z-index: 1;
  width: 0;
  overflow: hidden;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  height: 100%;
  background: #fff;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  -webkit-box-shadow: -2px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: -2px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

@media (max-width: 992px) {
  .rightbar__toggle {
    right: initial;
    top: 0;
    left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}

.rightbar__toggle.open {
  width: 458px;
}

@media (max-width: 992px) {
  .rightbar__toggle.open {
    width: 320px;
  }
}

.rightbar__toggle__item {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  height: 0;
}

.rightbar__toggle__item.privacy {
  padding-bottom: 30px;
  overflow: auto;
  position: absolute;
}

.rightbar__toggle__item.privacy::-webkit-scrollbar {
  width: 6px;
}

.rightbar__toggle__item.privacy::-webkit-scrollbar-thumb {
  background-color: #88AEE7;
  border-radius: 16px;
}

.rightbar__toggle__item.privacy .rightbar__toggle__item__text {
  padding: 30px 38px 0;
}

.rightbar__toggle__item.privacy .privacy-support {
  padding: 0 38px;
}

.rightbar__toggle__item.privacy .privacy-support-title {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 400;
  color: #707070;
  line-height: 1.3em;
}

.rightbar__toggle__item.privacy .privacy-support-text {
  font-size: 14px;
  font-weight: 400;
  color: #707070;
  line-height: 1.3em;
}

.rightbar__toggle__item.privacy .privacy-support-text a {
  color: #707070;
}

.rightbar__toggle__item.active {
  opacity: 1;
  visibility: visible;
  height: 100%;
}

.rightbar__toggle__item__title {
  font-size: 20px;
  font-weight: 700;
  color: #2770DE;
  position: absolute;
  top: 32px;
  left: 38px;
}

.rightbar__toggle__item__title.relative {
  top: initial;
  left: initial;
  margin-top: 32px;
  margin-left: 38px;
  position: relative;
}

.rightbar__toggle__item__text {
  font-size: 14px;
  font-weight: 400;
  color: #707070;
  line-height: 1.3em;
}

.rightbar__toggle__item__text p {
  margin-bottom: 15px;
}

.rightbar__toggle .my-room {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.rightbar__toggle .my-room__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.rightbar__toggle .my-room__link {
  width: 216px;
  height: 180px;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  border-radius: 15px;
}

.rightbar__toggle .my-room__link:nth-of-type(1) .icon {
  width: 46px;
  height: 56px;
}

.rightbar__toggle .my-room__link:nth-of-type(2) .icon {
  width: 56px;
  height: 56px;
}

.rightbar__toggle .my-room__link:nth-of-type(3) {
  margin-bottom: 0;
}

.rightbar__toggle .my-room__link:nth-of-type(3) .icon {
  width: 56px;
  height: 56px;
}

.rightbar__toggle .my-room__link .text {
  font-size: 20px;
  font-weight: 500;
  color: #2770DE;
  margin-top: 30px;
}

.rightbar__toggle .support {
  /* width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; */
}

.rightbar__toggle .support-container {
  padding: 0 38px;
}

@media (max-width: 992px) {
  .rightbar__toggle .support-container {
    padding: 0 15px;
  }
}

.rightbar__toggle .support-text {
  font-size: 16px;
  font-weight: 400;
  color: #142A3B;
  margin-bottom: 15px;
}

@media (max-width: 992px) {
  .rightbar__toggle .support-text {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.rightbar__toggle .support .choose-category {
  margin-top: 35px;
}

@media (max-width: 992px) {
  .rightbar__toggle .support .choose-category {
    margin-top: 25px;
  }
}

.rightbar__toggle .support .choose-category__title {
  margin-bottom: 10px;
  color: #142A3B;
  font-size: 14px;
}

@media (max-width: 992px) {
  .rightbar__toggle .support .choose-category__title {
    font-size: 12px;
  }
}

.rightbar__toggle .support-textarea {
  margin-top: 15px;
}

@media (max-width: 992px) {
  .rightbar__toggle .support-textarea {
    margin-top: 10px;
  }
}

.rightbar__toggle .support-textarea textarea {
  width: 100%;
  height: 200px;
  border: 1px solid #2770DE;
  resize: none;
  border-radius: 15px;
  outline: none;
  padding: 15px;
}

@media (max-height: 920px) {
  .rightbar__toggle .support-textarea textarea {
    height: 160px;
  }
}

@media (max-height: 780px) {
  .rightbar__toggle .support-textarea textarea {
    height: 140px;
  }
}

@media (max-width: 992px) {
  .rightbar__toggle .support-textarea textarea {
    padding: 10 5px;
  }
}

.rightbar__toggle .support-textarea textarea:focus {
  border: 1px solid #2770DE;
}

.rightbar__toggle .support-button {
  margin-top: 15px;
  margin-left: 0;
}

@media (max-width: 992px) {
  .rightbar__toggle .support-button {
    margin-top: 10px;
  }
}

.rightbar__toggle .dictionary {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; */
  padding: 0 38px;
}

@media (max-width: 992px) {
  .rightbar__toggle .dictionary {
    padding: 0 15px;
  }
}

.rightbar__toggle .dictionary .rightbar__toggle__item__title {
  left: 38px;
}

@media (max-width: 992px) {
  .rightbar__toggle .dictionary .rightbar__toggle__item__title {
    left: 15px;
  }
}

.rightbar__toggle .dictionary .tabsLangContainer {
  display: none;
}

.rightbar__toggle .dictionary .search-row {
  padding-top: 100px;
}

@media (max-width: 992px) {
  .rightbar__toggle .dictionary .search-row {
    padding-top: 80px;
  }
}

.rightbar__toggle .dictionary .error-msg {
  display: none;
}

.rightbar__toggle .dictionary .add-word {
  position: relative;
  width: calc(100% - 174px - 15px);
}

@media (max-width: 992px) {
  .rightbar__toggle .dictionary .add-word {
    width: calc(100% - 150px - 10px);
  }
}

.rightbar__toggle .dictionary .add-word .f-input {
  border: 1px solid #88AEE7;
  font-size: 16px;
  color: #88AEE7;
  border-radius: 10px;
  height: 49px;
  padding: 0 9px;
  width: 100%;
}

@media (max-width: 992px) {
  .rightbar__toggle .dictionary .add-word .f-input {
    padding: 0 5px;
    height: 38px;
    font-size: 14px;
  }
}

.rightbar__toggle .dictionary .add-word .f-input::-webkit-input-placeholder {
  font-style: italic;
  font-weight: 300;
  color: #88AEE7;
}

.rightbar__toggle .dictionary .add-word .f-input:-ms-input-placeholder {
  font-style: italic;
  font-weight: 300;
  color: #88AEE7;
}

.rightbar__toggle .dictionary .add-word .f-input::-ms-input-placeholder {
  font-style: italic;
  font-weight: 300;
  color: #88AEE7;
}

.rightbar__toggle .dictionary .add-word .f-input::placeholder {
  font-style: italic;
  font-weight: 300;
  color: #88AEE7;
}

.rightbar__toggle .dictionary .add-word .icon {
  position: absolute;
  right: 9px;
  top: 14px;
  width: 22px;
  height: 22px;
  fill: rgba(39, 112, 222, 0.29);
}

@media (max-width: 992px) {
  .rightbar__toggle .dictionary .add-word .icon {
    right: 6px;
    top: 11px;
    width: 16px;
    height: 16px;
  }
}

.rightbar__toggle .dictionary .container-tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rightbar__toggle .dictionary .add-dictionary {
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #88AEE7;
  background: transparent;
  color: #2770DE;
  padding: 13px;
  width: 174px;
  margin-left: 15px;
}

@media (max-width: 992px) {
  .rightbar__toggle .dictionary .add-dictionary {
    width: 150px;
    font-size: 14px;
    margin-left: 10px;
    padding: 8px;
  }
}

.rightbar__toggle .dictionary .add-dictionary span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rightbar__toggle .dictionary .add-dictionary .icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.rightbar__toggle .dictionary .list-container {
  border: 1px solid #88AEE7;
  border-radius: 15px;
  padding: 10px 5px 10px 10px;
  margin-bottom: 35px;
  position: relative;
  height: calc(100% - 205px);
}

.rightbar__toggle .dictionary .list {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  overflow: auto;
  color: #88aee7;
  padding-right: 5px;
  /* height: 100%; */
  height: 93%;
  width: 95%;
  position: absolute;
}

.rightbar__toggle .dictionary .list::-webkit-scrollbar {
  background: #ffff;
  width: 12px;
}

.rightbar__toggle .dictionary .list::-webkit-scrollbar-track {
  background-color: #ffff;
}

.rightbar__toggle .dictionary .list::-webkit-scrollbar-thumb {
  background-color: #DBE9FD;
  border-radius: 16px;
}

.rightbar__toggle .dictionary .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 11px 10px 23px;
}

.rightbar__toggle .dictionary .list .item.bg {
  background: rgba(39, 112, 222, 0.1);
}

.rightbar__toggle .dictionary .list .item span {
  font-size: 20px;
  font-weight: 500;
  color: #3B3D46;
}

.rightbar__toggle .dictionary .list .item .remove-item {
  outline: none;
  border: 0;
  background: none;
}

.rightbar__toggle .dictionary .list .item .remove-item .icon {
  width: 11.5px;
  height: 11.5px;
}

.toggle-checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.toggle-slot {
  position: relative;
  height: 30px;
  width: 60px;
  border-radius: 30px;
  -webkit-box-shadow: 0px 2px 5.5px #e4e7ec;
          box-shadow: 0px 2px 5.5px #e4e7ec;
  background-color: white;
  -webkit-transition: background-color 250ms;
  transition: background-color 250ms;
  cursor: pointer;
}

.toggle-checkbox:checked ~ .toggle-slot {
  background-color: #374151;
}

.toggle-button {
  -webkit-transform: translate(5px, 5px);
          transform: translate(5px, 5px);
  position: absolute;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #ffeccf;
  -webkit-box-shadow: inset 0px 0px 0px 0.75em #ffbb52;
          box-shadow: inset 0px 0px 0px 0.75em #ffbb52;
  -webkit-transition: background-color 250ms, border-color 250ms, -webkit-transform 500ms cubic-bezier(0.26, 2, 0.46, 0.71);
  transition: background-color 250ms, border-color 250ms, -webkit-transform 500ms cubic-bezier(0.26, 2, 0.46, 0.71);
  transition: background-color 250ms, border-color 250ms, transform 500ms cubic-bezier(0.26, 2, 0.46, 0.71);
  transition: background-color 250ms, border-color 250ms, transform 500ms cubic-bezier(0.26, 2, 0.46, 0.71), -webkit-transform 500ms cubic-bezier(0.26, 2, 0.46, 0.71);
}

.toggle-checkbox:checked ~ .toggle-slot .toggle-button {
  background-color: #485367;
  -webkit-box-shadow: inset 0px 0px 0px 0.75em white;
          box-shadow: inset 0px 0px 0px 0.75em white;
  -webkit-transform: translate(34.5px, 5px);
          transform: translate(34.5px, 5px);
}

.sun-icon {
  position: absolute;
  height: 20px;
  width: 20px;
  color: #ffbb52;
}

.sun-icon-wrapper {
  position: absolute;
  height: 20px;
  width: 20px;
  opacity: 1;
  -webkit-transform: translate(34.5px, 5px) rotate(15deg);
          transform: translate(34.5px, 5px) rotate(15deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: opacity 150ms, -webkit-transform 500ms cubic-bezier(0.26, 2, 0.46, 0.71);
  transition: opacity 150ms, -webkit-transform 500ms cubic-bezier(0.26, 2, 0.46, 0.71);
  transition: opacity 150ms, transform 500ms cubic-bezier(0.26, 2, 0.46, 0.71);
  transition: opacity 150ms, transform 500ms cubic-bezier(0.26, 2, 0.46, 0.71), -webkit-transform 500ms cubic-bezier(0.26, 2, 0.46, 0.71);
}

.toggle-checkbox:checked ~ .toggle-slot .sun-icon-wrapper {
  opacity: 0;
  -webkit-transform: translate(5px, 5px) rotate(0deg);
          transform: translate(5px, 5px) rotate(0deg);
}

.moon-icon {
  position: absolute;
  height: 20px;
  width: 20px;
  color: white;
}

.moon-icon-wrapper {
  position: absolute;
  height: 20px;
  width: 20px;
  opacity: 0;
  -webkit-transform: translate(34.5px, 5px) rotate(0deg);
          transform: translate(34.5px, 5px) rotate(0deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: opacity 150ms, -webkit-transform 500ms cubic-bezier(0.26, 2.5, 0.46, 0.71);
  transition: opacity 150ms, -webkit-transform 500ms cubic-bezier(0.26, 2.5, 0.46, 0.71);
  transition: opacity 150ms, transform 500ms cubic-bezier(0.26, 2.5, 0.46, 0.71);
  transition: opacity 150ms, transform 500ms cubic-bezier(0.26, 2.5, 0.46, 0.71), -webkit-transform 500ms cubic-bezier(0.26, 2.5, 0.46, 0.71);
}

.toggle-checkbox:checked ~ .toggle-slot .moon-icon-wrapper {
  opacity: 1;
  -webkit-transform: translate(5px, 5px) rotate(-15deg);
          transform: translate(5px, 5px) rotate(-15deg);
}

.input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.input-wrap .f-input {
  height: 50px;
  border: 1px solid #88AEE7;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 0 10px;
}

.input-wrap .f-input-label {
  margin-bottom: 5px;
  color: #3B3D46;
  font-size: 18px;
  font-weight: 500;
}

.input-wrap .f-input-label.for-half {
  font-size: 14px;
  font-weight: bold;
  color: #142a3b;
  margin-bottom: 10px;
}

.auth-c {
  padding: 40px 65px;
  display: none;
}

@media (max-width: 992px) {
  .auth-c {
    padding: 25px 15px;
  }
}

.auth-c-title {
  font-size: 20px;
  font-weight: 700;
  color: #2770DE;
}

@media (max-width: 992px) {
  .auth-c-title {
    font-size: 16px;
  }
}

.auth-c-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 320px;    
  margin: 0 auto;    
}

@media (max-width: 992px) {
  .auth-c-info {
    width: 280px;    
  }
}

.auth-c .checkbox-wrap {
  display: block;
}

.auth-c .checkbox-wrap .checkbox-label {
  font-size: 16px;
  font-weight: 400;
  color: #3B3D46;
}

.auth-c-info .error-msg {
  margin-bottom: 20px;
  margin-top: -15px;
}

.auth-c-info .f-input.input-validation-error {
  border-color: red;
}

/* .auth-c-info .inputs-wrap {
  width: 280px;
} */

.auth-c-info .f-input.not-editable {
  border: none;
  font-weight: bold;
}

.auth-c-info .f-input.editable:read-only {
  border: none;
  font-weight: bold;
}

.auth-c-info .edit-icon {
  width: 15px; 
  position: absolute; 
  right: 22px; 
  top: 45px;
  cursor: pointer;
}

@media (max-width: 992px) {
  .auth-c .checkbox-wrap .checkbox-label {
    font-size: 14px;
  }
}

.auth-c .btn {
  display: block;
  margin: 20px auto;
  cursor: pointer;
}

.auth-c .forgot {
  margin-top: 17px;
  font-style: italic;
  font-size: 14px;
  color: #3B3D46;
  display: block;
  /* text-align: right; */
  text-align: center;
}

@media (max-width: 992px) {
  .auth-c .forgot {
    font-size: 12px;
  }
}

@media (max-height: 992px) {

  .register-auth-c-info .validation-summary-errors ul {
    font-size: 13px;
  }

  .register-auth-c-info .input-wrap .f-input-label {
    margin-bottom: 5px;
    font-size: 15px;
  }
}

.reg-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 35px auto 10px;
  align-items: center;
  justify-content: center;
}

.reg-social button {
  background: none;
  border: 0;
}

.password-info {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px; */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #3B3D46;
  font-size: 12px;
  display: inline-block;
}

/* @media (max-width: 992px) {
  .password-info {
    font-size: 12px;
  }
} */

.toggle-login-register {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

.toggle-login-register .auth-c-h2 {
  font-size: 20px;
  font-weight: 700;
  color: #3B3D46;
  opacity: .7;
  padding-bottom: 4px;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

@media (max-width: 992px) {
  .toggle-login-register .auth-c-h2 {
    font-size: 16px;
  }
}

.toggle-login-register .auth-c-h2:nth-of-type(1) {
  margin-right: 25px;
}

@media (max-width: 992px) {
  .toggle-login-register .auth-c-h2:nth-of-type(1) {
    margin-right: 15px;
  }
}

.toggle-login-register .auth-c-h2.active {
  opacity: 1;
  color: #2770DE;
  border-bottom: 2px solid #2770DE;
}

.auth-confirmation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}

.auth-confirmation-title {
  font-size: 20px;
  font-weight: 700;
  color: #2770DE;
  margin-bottom: 5px;
}

@media (max-width: 992px) {
  .auth-confirmation-title {
    font-size: 16px;
  }
}

.auth-confirmation-desc {
  font-size: 16px;
  font-weight: 700;
  color: #3B3D46;
  margin-bottom: 5px;
  text-align: center;
}

@media (max-width: 992px) {
  .auth-confirmation-desc {
    font-size: 14px;
  }
}

.auth-package-info {
  padding: 18px 20px;
  border: 1px solid rgba(45, 98, 237, 0.5);
  border-radius: 15px;
  margin-top: 25px;
}

body.dark .auth-package-info {
  color: white;
}

@media (max-height: 650px) {
  
  .auth-package-info {
    padding: 14px;
  }

  .auth-package-info .auth-c-title {
    font-size: 16px;
    margin-bottom: 5px!important;
  }
  .auth-package-info .item {
    font-size: 13px!important;
    margin-bottom: 5px!important;
  }
}

.auth-package-info .auth-c-title {
  text-align: center;
  margin-bottom: 16px;
}

.auth-package-info .item {
  display:flex;
  font-size: 14px;
  margin-bottom: 7px;
  text-transform: capitalize;
}

.auth-package-info .item > div:nth-child(1) {
  width: 70%;
}

.auth-package-info .item > div:nth-child(2) {
  width: 30%;
  text-align: center;
  position: relative;
}

.auth-package-info .item > div .info {
  font-size: 13px;
  position: absolute;
  right: 0;
  white-space: nowrap;
}

.validation-summary-errors.text-danger li {
  color: #EE183B;
}

.auth-package-info .item.buy-package {
  margin-bottom: 0;
}

.auth-package-info .item.buy-package a {
  background: #2770de;
  color: white;
  border: none;
  border-radius: 4px;
  padding: 5px 12px;
  margin: 0 auto;
  cursor: pointer;
}

.profile-log .btn {
  background: transparent;
  border: 1px solid #2770DE;
  color: #3B3D46;
}

.profile .change {
  text-align: left;
  color: #3B3D46;
  font-size: 14px;
  font-style: italic;
  margin-bottom: 20px;
  display: block;
}

@media (max-width: 992px) {
  .profile .change {
    font-size: 12px;
  }
}

#Status {
  font-size: 22px;
  font-weight: 700;
  color: #2770DE;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px 0;
}

@media (max-width: 992px) {
  #Status {
    font-size: 18px;
  }
}

.scrollable-content {
  width: 100%;
}

@font-face {
  font-family: 'bpg-caps';
  src: url("../fonts/bpg-web-001-caps-webfont.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/bpg-web-001-caps-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/bpg-web-001-caps-webfont.woff2") format("woff2"), url("../fonts/bpg-web-001-caps-webfont.woff") format("woff"), url("../fonts/bpg-web-001-caps-webfont.ttf") format("truetype"), url("../fonts/bpg-web-001-caps-webfont.svg#bpg_web_001_capsregular") format("svg");
  /* Legacy iOS */
}

html, body {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

main.container {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 140px;
}

@media (max-width: 992px) {
  main.container {
    padding-right: 22px;
  }
}

main.container.open .section__container {
  padding-left: 400px;
}

.irs {
  font-family: 'Montserrat', sans-serif !important;
}

.section__container {
  padding-top: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding-left: 120px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

@media (max-width: 992px) {
  .section__container {
    padding-left: 22px;
    padding-top: 80px;
  }
}

.section__container .scrollable-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}

@media (max-width: 992px) {
  .section__container .ct-spellchecker {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 15px;
  }
}

.section__container .spell-checker-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  display: flex;
  height: calc(100vh - 240px);
  position: relative;
  min-height: 200px;
}

@media (max-width: 992px) {
  .section__container .spell-checker-container {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.section__container .spell-checker-container .container-text-box-container {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  border: 1px solid #88AEE7;
  border-radius: 15px;
  /* padding: 15px; */
  padding: 0;
  /* height: 100%; */
  overflow: hidden;
  position: relative;
}

body.dark .section__container .spell-checker-container .container-text-box-container {
  background: #1C3549 !important;
}

.section__container .spell-checker-container .container-text-box-container .tox-tinymce {
  height: 100%!important;
  border: none;
}

.section__container .spell-checker-container .container-text-box {
  color: #707070;
  overflow: auto;
  height: 100%;
}

@media (max-width: 992px) {
  .section__container .spell-checker-container .container-text-box {
    border-radius: 10px;
  }
}

.section__container .spell-checker-container .container-text-box::-webkit-scrollbar {
  width: 12px;
}

.section__container .spell-checker-container .container-text-box::-webkit-scrollbar-track {
  border-right: 0;
  border-bottom: 0;
}

.section__container .spell-checker-container .container-text-box::-webkit-scrollbar-thumb {
  background-color: #DBE9FD;
  border-radius: 16px;
}

.section__container .spell-checker-container .container-text-box:focus {
  outline: none;
}

.container-tools {
  margin-bottom: 30px;
}

.tools__unauthenticated-overlay {
  background: #ffffffb8;
  backdrop-filter: blur(5px);
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  display:none;
}

@media (max-width: 992px) {
  .container-tools.ts-tools {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 15px;
    margin-bottom: 0;
  }
}

@media (max-width: 992px) {
  .container-tools.ts-tools #AudioRun {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 992px) {
  .container-tools.ts-tools .tools-left {
    margin-top: 0;
  }
}

.tools-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn {
  background: #2770DE;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-transform: lowercase;
  padding: 12px 40px;
  outline: none;
  border: 0;
  border-radius: 10px;
  margin-left: 10px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn-secondary {
  background: transparent; 
  color: rgb(39, 112, 222);
}

.btn-secondary:hover {
  background: #2770DE!important; 
  color: white!important;
}

.btn.speech-start-button .icon, .btn.speech-stop-button .icon {
  width: 16.51px;
  height: 21px;
  margin-right: 8px;
}

#addToDictionary, #ignore, #ignoreAll {
  margin-left: 25px;
  background: transparent;
  position: relative;
  padding: 0;
  border: 0;
}

@media (max-width:992px) {
  #addToDictionary, #ignore, #ignoreAll {
    display: none;
  }
}

#addToDictionary.disabled, #ignore.disabled, #ignoreAll.disabled {
  opacity: 0.5;
  pointer-events: none;
}

#addToDictionary:hover .btn-text, #ignore:hover .btn-text, #ignoreAll:hover .btn-text {
  opacity: 1;
  visibility: visible;
}

#addToDictionary .icon, #ignore .icon, #ignoreAll .icon {
  width: 35px;
  height: 35px;
}

@media (max-width: 992px) {
  #addToDictionary .icon, #ignore .icon, #ignoreAll .icon {
    width: 20px;
    height: 20px;
  }
}

#addToDictionary .btn-text, #ignore .btn-text, #ignoreAll .btn-text {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  color: #707070;
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  top: calc(100% + 5px);
  white-space: nowrap;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

@media (max-width: 992px) {
  #addToDictionary .btn-text, #ignore .btn-text, #ignoreAll .btn-text {
     /* top: initial;
    opacity: 1;
    visibility: visible; */
    top: 25px;
    width: 35px;
  }
}

@media (max-width: 992px) {
  .tools-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    margin-top: 20px;
  }
}

@media (max-width: 992px) {
  .tools-left .check-btn {
    padding: 12px 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.spellchecker-highlight-eng {
  position:absolute;
  z-index:2;
  background:transparent;
  color:transparent;
  overflow:initial;margin: 105px 1rem;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Open Sans','Helvetica Neue',sans-serif;
  /* line-height: 1.4; */
  line-height: 1.23em;
  pointer-events:none;
  border: none;
}

@media (max-width: 992px) {
  .spellchecker-highlight-eng {
    margin: 64px 1rem;
  }
}

.bg-color-fade {
  /* background: #EE183B;
  color: #fff; */
  border-bottom: solid 3px #EE183B;
  cursor: pointer;
  pointer-events: auto;
}

.mistakes-box {
  position: relative;
  width: 0;
  overflow: hidden;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mistakes-box.open {
  width: 325px;
  margin-left: 30px;
  overflow: initial;
}

.mistakes-box .wrong-word {
  position: absolute;
  /* top: -38px; */
  top: -26px;
  left: 15px;
}

.mistakes-box .suggestions-box-container { 
  border: 1px solid #88AEE7;
  border-radius: 15px;
  padding: 10px 10px 10px 0;
  overflow: hidden;
  height: 100%;
}

.mistakes-box .suggestions-box {
  /* border: 1px solid #88AEE7;
  border-radius: 15px;
  padding: 15px 0; */
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  overflow-y: auto;
  height: 100%;
}

.mistakes-box .suggestions-box::-webkit-scrollbar {
  width: 8px;
}

.mistakes-box .suggestions-box::-webkit-scrollbar-track {
  /* border: 1px solid #88AEE7; */
  /* border-right: 0;
  border-bottom: 0; */
}

.mistakes-box .suggestions-box::-webkit-scrollbar-thumb {
  background-color: #DBE9FD;
  border-radius: 16px;
}

.mistakes-box .suggestions-box .suggestions li {
  color: #3B3D46;
  padding: 5px 18px;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
}

.mistakes-box .suggestions-box .suggestions li:hover {
  background: #E9F2F6;
}

body.dark .mistakes-box .suggestions-box .suggestions li:hover {
  background: #2770de;
}

.header {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 140px 25px 0;
  width: 100%;
  padding-left: 120px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  z-index: 9;
}

body.dark .header {
  background: transparent;
}

@media (max-width: 992px) {
  .header {
    height: 60px;
    background: #F4F7FE;
    padding-left: 22px;
    padding-right: 22px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  body.dark .header {
    background: #1c3549;
  }
}

.header .burger {
  display: none;
}

@media (max-width: 992px) {
  .header .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
  }
  .header .burger .icon {
    width: 24px;
    height: 15px;
  }
}

.header .logo {
  display: none;
}

@media (max-width: 992px) {
  .header .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header .logo-container {
    width: 35px;
  }
}

.header.open {
  padding-left: 400px;
}

.header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__left .page-name {
  font-weight: 600;
  font-size: 21px;
  color: #2770DE;
  text-transform: uppercase;
}

@media (max-width: 992px) {
  .header__left .page-name {
    font-size: 12px;
    color: #2770DE;
    display: none;
  }
}

.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 992px) {
  .header__right {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.header__right .page-name-container {
  display: none;
}

.header__right .page-name {
  display: none;
}

@media (max-width: 992px) {
  .header__right .page-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 300;
    font-size: 12px;
    color: #2770DE;
    text-transform: uppercase;
    position: relative;
    /* left: calc(50% - 11px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); */
    margin: 0 auto;
    text-align: center;
  }
  .header__right .page-name-container {
    display: flex;
    margin: 0 auto;
    align-items: center;
  }
}

.header__right .more {
  margin-left: 50px;
  display: none;
  cursor: pointer;
}

@media (max-width: 992px) {
  .header__right .more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header__right .more .icon {
  width: 22px;
  height: 22px;
  fill: #2770DE;
}

.header__right .volume {
  display: flex;
  margin-right: 55px;
  cursor: pointer;
  position: relative;
  margin-bottom: 5px;
}

@media (max-width:992px) {
  .header__right .volume {
    display: none;
  }
}

.header__right .volume.mute::after {
  content: "";
  width: 98%;
  height: 100%;
  border-bottom: 2px solid #fff;
  transform: translateY(10px) translateX(9px) rotate(136deg);
  position: absolute;
}

.lang {
  position: relative;
}

@media (max-width: 992px) {
  .lang {
    position: absolute;
    right: 50px;
  }
}

.lang:hover .other-languages {
  opacity: 1;
  visibility: visible;
}

.lang .current-language {
  color: #707070;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
}

@media (max-width: 992px) {
  .lang .current-language {
    font-size: 12px;
  }
}

.lang .current-language span {
  text-transform: uppercase;
  padding: 5px 19px;
}

@media (max-width: 992px) {
  .lang .current-language span {
    padding: 5px 12px;
  }
}

.lang .other-languages {
  position: absolute;
  top: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  border-radius: 5px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  background: #fff;
  z-index: 9;
}

.lang .other-languages a {
  color: #707070;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 5px 19px;
}

@media (max-width: 992px) {
  .lang .other-languages a {
    font-size: 12px;
    padding: 5px 12px;
  }
}

.lang .other-languages a:nth-of-type(1) {
  padding-top: 10px;
}

.lang .other-languages a:nth-of-type(3) {
  padding-bottom: 10px;
}

.lang .other-languages a:hover {
  color: #2770DE;
  background: #EFF5FF;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 25px 0;
  padding-left: 120px;
}

@media (max-width: 992px) {
  .footer {
    padding: 10px 0;
    display: none;
  }
}

.footer .copyright {
  color: #707070;
  font-size: 14px;
  font-weight: 500;
}

.footer .copyright a {
  color: inherit;
}

.container-tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 992px) {
  .container-tools.speech-recognition {
    margin-top: 10px;
    margin-bottom: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .container-tools.speech-recognition .tabsLangContainer {
    margin-right: 5px;
  }
  .container-tools.speech-recognition #info {
    width: 100%;
    margin-left: 0 !important;
    word-break: break-word;
    font-size: 13px;
    margin-top: 5px;
  }
  .container-tools.speech-recognition #btnStart, .container-tools.speech-recognition #btnStop {
    margin-left: 0;
    padding: 12px 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.container-tools .recognizedBtn {
  margin-left: 10px;
  font-size: 18px;
  font-weight: 400;
  background: #2770DE;
  border: 0;
  padding: 12px;
  color: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 992px) {
  .container-tools .recognizedBtn {
    font-size: 14px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.container-tools .recognizedBtn .icon {
  width: 20px;
  height: 16.6px;
  margin-right: 8px;
}

@media (max-width: 992px) {
  .container-tools .recognizedBtn .icon {
    width: 18px;
    height: 14px;
    margin-right: 5px;
  }
}

.container-tools .btnUploadImage {
  background: transparent;
  border: 1px solid #88AEE7;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.container-tools .btnUploadImage.upload {
  margin-right: 10px;
}

.container-tools .btnUploadImage.upload .imgUplBtn {
  width: initial;
  padding: 0 15px;
  border-radius: 4px;
}

.container-tools .btnUploadImage.upload .imgUplBtn:hover {
  background: transparent;
}

.container-tools .btnUploadImage .imgUplBtn {
  background: transparent;
  border-radius: 10px;
  width: 85px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.container-tools .btnUploadImage .imgUplBtn:hover {
  background: rgba(39, 112, 222, 0.9);
}

.container-tools .btnUploadImage .imgUplBtn:hover .icon {
  fill: #f4f7fe;
}

.container-tools .btnUploadImage .imgUplBtn.active {
  background: #2770de;
}

.container-tools .btnUploadImage .imgUplBtn.active .icon {
  fill: #f4f7fe;
}

.container-tools .btnUploadImage .imgUplBtn:nth-of-type(1) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.container-tools .btnUploadImage .imgUplBtn:nth-of-type(2) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.container-tools .btnUploadImage .imgUplBtn .icon {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  width: 27px;
  height: 22.5px;
  fill: #2770de;
  pointer-events: none;
}

@media (max-width: 992px) {
  #splang {
    font-size: 14px;
  }
}

#OCRImg {
  border-radius: 15px;
}

.speech-recognition-cont {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  overflow: hidden;
  min-height: auto!important;     
  padding: 0!important;   
}

.speech-recognition-cont .tox-tinymce {
  border: none;
  height: 100%!important;
}

.speech-recognition-cont-inner {
  overflow: hidden auto;
  height: 100%;
}

.speech-recognition-cont-inner::-webkit-scrollbar {
  background: #ffff;
  width: 12px;
}

.speech-recognition-cont-inner::-webkit-scrollbar-thumb {
  background-color: #DBE9FD;
  border-radius: 16px;
}

@media (max-width: 992px) {
  .ocrContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 992px) {
  .ocrContainer .container-tools {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 0;
    margin-top: 10px;
    margin-bottom: 15px;
  }
}

.ocrContainer form {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.ocrContainer .ocr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}

.ocrContainer .ocr-titles {
  margin-bottom: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-weight: 700;
  color: #3B3D46;
}

@media (max-width: 992px) {
  .ocrContainer .ocr-titles {
    display: none;
  }
}

.ocrContainer .ocr-title:nth-of-type(2) {
  margin-left: 49.6%;
}

.ocrContainer .ocr-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  position: relative;
  max-height: 100%;
  overflow: auto;
}

.ocrContainer .ocr-items .convert-middle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 33.5px;
  height: 15.5px;
}

@media (max-width: 992px) {
  .ocrContainer .ocr-items .convert-middle {
    display: none;
  }
}

.ocrContainer .ocr-item-continer {
  width: calc(50% - 60px);
  overflow: hidden;
  border-radius: 15px;
  border: 1px solid #88aee7;
  padding: 10px;
}

@media (max-width: 992px) {
  .ocrContainer .ocr-item-continer {
    /* width: calc(50% - 10px); */
    width: 100%;
  }
}

.ocrContainer .ocr-item-continer.imgUploadItem {
  padding: 0;
}

.ocrContainer .ocr-item {
  overflow: auto;
  height: 100%;
  padding-right: 10px;
}

@media (max-width: 992px) {
  .ocrContainer .ocr-item {
    width: 100%;
  }
}

.ocrContainer .ocr-item.imgUploadItem::-webkit-scrollbar-track {
  /* border-radius: 15px;
  border: 1px solid #88AEE7;
  overflow: auto; */
  background: #142a3b;
}

.ocrContainer .ocr-item.imgUploadItem::-webkit-scrollbar, .ocrContainer .ocr-item.txtAreaItem textarea::-webkit-scrollbar {
  width: 12px;
}

@media (max-width: 992px) {
  .ocrContainer .ocr-item.imgUploadItem::-webkit-scrollbar, .ocrContainer .ocr-item.txtAreaItem textarea::-webkit-scrollbar {
    width: 6px;
  }
}

.ocrContainer .ocr-item.imgUploadItem::-webkit-scrollbar-track, .ocrContainer .ocr-item.txtAreaItem textarea::-webkit-scrollbar-track {
  background: #fff;
}

body.dark .ocrContainer .ocr-item.imgUploadItem::-webkit-scrollbar-track, body.dark .ocrContainer .ocr-item.txtAreaItem textarea::-webkit-scrollbar-track {
  background: #142a3b;
}

.ocrContainer .ocr-item.imgUploadItem::-webkit-scrollbar-thumb, .ocrContainer .ocr-item.txtAreaItem textarea::-webkit-scrollbar-thumb {
  background-color: #DBE9FD;
  border-radius: 15px;
}

/* @media (max-width: 992px) {
  .ocrContainer .ocr-item.txtAreaItem {
    display: none;
  }
} */

.ocrContainer .ocr-item.txtAreaItem {
  overflow: hidden;
  padding-right: 0;
}

.ocrContainer .ocr-item.txtAreaItem.imgUploadItem {
  background-color: #204367;
}

.ocrContainer .ocr-item.txtAreaItem textarea {
  width: 100%;
  height: 100%;
  resize: none;
  border-radius: 15px;
  /* border: 1px solid #88AEE7; */
  border: none;
  outline: none;
  padding: 15px;
  color: #707070;
  font-size: 16px;
}

.ocrContainer .ocr-item.txtAreaItem svg image {
  opacity: .15;
}

.licenceTxt {
  font-size: 14px;
  font-weight: 500;
  color: #707070;
  margin-top: 16px;
}

@media (max-width: 992px) {
  .licenceTxt {
    font-size: 12px;
    margin-top: 5px;
  }
}

.licenceTxt a {
  color: #707070;
  text-decoration: underline;
}

#WordToAdd-rs {
  margin-bottom: 0;
}

#results {
  font-size: 14px;
  font-weight: medium;
  border: 1px solid #88AEE7;
  padding: 15px;
  text-align: left;
  min-height: 524px;
  border-radius: 15px;
  outline: none;
  position: relative;
  height: 100%;
}

.micr-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.speech-stop-button * {
  pointer-events: none;
}

#taSourceText {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  /* border-radius: 15px; */
  outline: none;
  color: #707070;
  font-size: 16px;
}

.final {
  font-size: 16px;
  color: #707070;
}

.speedSelect {
  margin-left: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media (max-width: 992px) {
  .speedSelect {
    margin-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
  }
}

.speedSelect-title {
  font-size: 14px;
  font-weight: 500;
  color: #707070;
}

@media (max-width: 992px) {
  .speedSelect-title {
    font-size: 12px;
    margin: 0 auto;
    text-align: center;
  }
}

.speedSelect .irs--round.irs {
  margin-left: 15px;
  width: 220px;
  height: 66px;
  font-weight: 500;
}

@media (max-width: 1780px) {
  .speedSelect .irs--round.irs {
    width: 180px;
  }
}

@media (max-width: 992px) {
  .speedSelect .irs--round.irs {
    width: 100%;
    margin-left: 0;
  }
}

.speedSelect .irs--round.irs .irs-handle {
  width: 15px;
  height: 15px;
  background: #2770DE;
  z-index: 0;
  cursor: pointer;
}

.speedSelect .irs--round.irs .irs-line {
  top: 32px;
}

.speedSelect .irs--round.irs .irs-bar {
  top: 32px;
}

.speedSelect .irs--round.irs .irs-min, .speedSelect .irs--round.irs .irs-max {
  background-color: transparent;
  color: #2770DE;
  visibility: visible!important;
}

@media (max-width: 430px) {
  .speedSelect .irs--round.irs .irs-min, .speedSelect .irs--round.irs .irs-max {
    display: none;
  }
}

.landing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: url("./../img/bg.jpg");
  background-size: cover;
  background-position: center;
  min-height: 7800px;
}

@media (max-width: 1580px) {
  .landing {
    min-height: 5400px;
  }
}

@media (max-width: 1180px) {
  .landing {
    min-height: 4150px;
  }
}

.landing-container {
  max-width: 980px;
  margin: 0 auto;
}

@media (max-width: 1180px) {
  .landing-container {
    max-width: 768px;
    padding: 0 20px;
  }
}

@media (max-width: 1580px) {
  .landing-container {
    max-width: 960px;
  }
}

.landing-container-xl {
  max-width: 1605px;
  margin: 0 auto;
}

.landing-container-fluid {
  padding: 0 40px;
  margin: 0 auto;
  max-width: 1560px;
}

@media (max-width: 1180px) {
  .landing-container-fluid {
    padding: 0 20px;
  }
}

.landing_header {
  width: 100%;
  padding: 22px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media (max-width: 1180px) {
  .landing_header {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.landing_header_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 1180px) {
  .landing_header_nav {
    display: none;
  }
}

.landing_header_nav li {
  font-size: 18px;
  font-weight: 500;
  margin-right: 20px;
}

.landing_header_nav li:last-of-type {
  margin-right: 0;
}

.landing_header_nav li a {
  color: #2770DE;
}

.landing_header .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.landing_header_logo {
  width: 270.77px;
  height: 62px;
}

.landing_header_login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
}

@media (max-width: 1180px) {
  .landing_header_login {
    margin-right: 15px;
  }
}

.landing_header_login_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2770DE;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 400;
}

@media (max-width: 1180px) {
  .landing_header_login_link {
    font-size: 14px;
  }
}

.landing_header_register {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
}

@media (max-width: 1180px) {
  .landing_header_register {
    margin-right: 0;
  }
}

.landing_header_register_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #2770DE;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 400;
  padding: 15px 12px 15px 30px;
  color: #fff;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(39, 112, 222, 0.21);
  box-shadow: 0px 3px 6px 0px rgba(39, 112, 222, 0.21);
}

@media (max-width: 1180px) {
  .landing_header_register_link {
    font-size: 14px;
    padding: 10px 10px 10px 13px;
  }
}

.landing_header_register_link .icon {
  width: 21px;
  height: 14.77px;
  margin-left: 15px;
}

.landing_content {
  background: url(../img/wizard.png);
  background-repeat: no-repeat;
  background-position: 95% 0;
}

@media (max-width: 1180px) {
  .landing_content {
    background: none;
  }
}

.landing_content_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
}

.landing_content .first {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.landing_content .first .landing_header_logo {
  width: 50%;
  height: initial;
  margin-bottom: 50px;
}

@media (max-width: 1180px) {
  .landing_content .first .landing_header_logo {
    margin-top: 5px;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
}

.landing_content .first .landing_header_logo img {
  width: 100%;
}

@media (max-width: 1180px) {
  .landing_content .first .landing_header_logo img {
    width: 200px;
  }
}

.landing_content .first_title {
  font-size: 28px;
  font-weight: 700;
  color: #204367;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 45px;
  padding-bottom: 80px;
}

@media (max-width: 1580px) {
  .landing_content .first_title {
    padding-top: 60px;
    font-size: 26px;
  }
}

@media (max-width: 1180px) {
  .landing_content .first_title {
    width: 100%;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 0;
    margin-bottom: 40px;
    font-size: 18px;
  }
}

.landing_content .first_nav {
  border-radius: 20px;
  background: #fff;
  width: 480px;
  position: relative;
}

@media (max-width: 1580px) {
  .landing_content .first_nav {
    width: 460px;
  }
}

@media (max-width: 1180px) {
  .landing_content .first_nav {
    width: 100%;
  }
}

.landing_content .first_nav:before {
  content: '';
  position: absolute;
  width: 196px;
  height: 102px;
  background: url("./../img/mousehover.png");
  left: -165px;
  top: -72px;
  background-size: 150px;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 1380px) {
  .landing_content .first_nav:before {
    background-size: 130px;
    left: -135px;
    top: -50px;
  }
}

@media (max-width: 1180px) {
  .landing_content .first_nav:before {
    display: none;
  }
}

.landing_content .first_nav:after {
  content: '';
  position: absolute;
  width: 219px;
  height: 110px;
  background: url("./../img/clicktolaunch.png");
  left: -180px;
  top: 140px;
  background-size: 160px;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 1380px) {
  .landing_content .first_nav:after {
    left: -150px;
    background-size: 140px;
  }
}

@media (max-width: 1180px) {
  .landing_content .first_nav:after {
    display: none;
  }
}

.landing_content .first_nav_li {
  margin-bottom: 20px;
  padding: 25px 47px;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 20px;
  cursor: pointer;
}

@media (max-width: 1180px) {
  .landing_content .first_nav_li {
    padding: 18px 30px;
    margin-bottom: 10px;
  }
}

.landing_content .first_nav_li.is-active {
  background: #F4F7FE;
}

.landing_content .first_nav_li.is-active .chevron-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.landing_content .first_nav_li.is-active .first_nav_li_link {
  color: #204367;
}

.landing_content .first_nav_li.is-active:nth-of-type(2) .icon {
  fill: #204367;
  stroke: #204367;
}

.landing_content .first_nav_li.is-active:nth-of-type(3) .icon {
  fill: #204367;
}

.landing_content .first_nav_li.is-active:nth-of-type(4) .icon {
  fill: #204367;
}

.landing_content .first_nav_li.is-active:nth-of-type(5) .icon {
  fill: #204367;
  stroke: #204367;
}

.landing_content .first_nav_li:nth-of-type(1) .icon {
  width: 38px;
  height: 34px;
  fill: #707070;
  stroke: #707070;
}

.landing_content .first_nav_li:nth-of-type(1) .first_nav_content_item {
  background-image: url("./../img/bg1.png");
}

.landing_content .first_nav_li:nth-of-type(2) .icon {
  width: 38px;
  height: 34px;
  fill: #707070;
  stroke: #707070;
}

.landing_content .first_nav_li:nth-of-type(2) .first_nav_content_item {
  background-image: url("./../img/bg1.png");
}

.landing_content .first_nav_li:nth-of-type(3) .icon {
  width: 29px;
  height: 41px;
  fill: #707070;
  margin-left: 9px;
}

.landing_content .first_nav_li:nth-of-type(3) .first_nav_content_item {
  background-image: url("./../img/bg2.png");
}

.landing_content .first_nav_li:nth-of-type(4) .icon {
  width: 39px;
  height: 30px;
  fill: #707070;
  margin-left: -1px;
}

.landing_content .first_nav_li:nth-of-type(4) .first_nav_content_item {
  background-image: url("./../img/bg3.png");
}

.landing_content .first_nav_li:nth-of-type(5) .icon {
  width: 36px;
  height: 36px;
  fill: #707070;
  stroke: #707070;
  margin-left: 2px;
}

.landing_content .first_nav_li:nth-of-type(5) .first_nav_content_item {
  background-image: url("./../img/bg4.png");
}

.landing_content .first_nav_li:last-of-type {
  margin-bottom: 0;
}

.landing_content .first_nav_li_link {
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  color: #707070;
  text-transform: uppercase;
  -webkit-transition: .4s;
  transition: .4s;
}

.landing_content .first_nav_li_link .icon {
  width: 50px;
  height: 50px;
  margin-right: 45px;
}

.landing_content .first_nav_li_link .chevron-icon {
  display: none;
}

@media (max-width: 1180px) {
  .landing_content .first_nav_li_link .chevron-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 35px;
    width: 18px;
    height: 8px;
    -webkit-transition: .4s;
    transition: .4s;
  }
}

.landing_content .first_nav_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% - 500px);
}

@media (max-width: 1580px) {
  .landing_content .first_nav_content {
    width: calc(100% - 480px);
  }
}

@media (max-width: 1180px) {
  .landing_content .first_nav_content {
    display: none;
  }
}

.landing_content .first_nav_content_item {
  width: 100%;
  height: 100%;
  display: none;
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
}

@media (max-width: 1180px) {
  .landing_content .first_nav_content_item {
    height: 270px;
    background-size: 70%;
    background-position: center top;
    margin-top: 30px;
  }
}

.landing_content .first_nav_content_item .about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.landing_content .first_nav_content_item .about .icon {
  width: 120px;
  height: 120px;
}

.landing_content .first_nav_content_item .about img {
  width: 347px;
}

.landing_content .first_nav_content_item:nth-of-type(2) {
  background-image: url("./../img/bg1.png");
}

.landing_content .first_nav_content_item:nth-of-type(2) .icon {
  width: 38px;
  height: 34px;
  fill: #204367;
  stroke: #204367;
}

.landing_content .first_nav_content_item:nth-of-type(3) {
  background-image: url("./../img/bg2.png");
}

.landing_content .first_nav_content_item:nth-of-type(3) .icon {
  width: 29px;
  height: 41px;
  fill: #204367;
}

.landing_content .first_nav_content_item:nth-of-type(4) {
  background-image: url("./../img/bg3.png");
}

.landing_content .first_nav_content_item:nth-of-type(4) .icon {
  width: 39px;
  height: 30px;
  fill: #204367;
}

.landing_content .first_nav_content_item:nth-of-type(5) {
  background-image: url("./../img/bg4.png");
}

.landing_content .first_nav_content_item:nth-of-type(5) .icon {
  width: 36px;
  height: 36px;
  fill: #204367;
  stroke: #204367;
}

.landing_content .first_nav_content_item.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.landing_content .first_nav_content_item .text-box {
  position: absolute;
  bottom: -220px;
  -webkit-transition: .4s;
  transition: .4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 14px;
  font-weight: 400;
  color: #707070;
  padding: 20px 47px 10px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(39, 112, 222, 0.21);
  box-shadow: 0px 3px 6px 0px rgba(39, 112, 222, 0.21);
  border-radius: 10px;
  width: 100%;
}

@media (max-width: 1180px) {
  .landing_content .first_nav_content_item .text-box {
    background: white;
    padding: 10px 15px;
    text-align: center;
  }
}

.landing_content .first_nav_content_item .text-box .icon {
  margin-bottom: 20px;
}

@media (max-width: 1180px) {
  .landing_content .first_nav_content_item .text-box .icon {
    display: none;
  }
}

.landing_content .first_nav_content_item .text-box .more-a {
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #C2D7F7;
  padding: 14px 15px;
  margin-top: 30px;
  color: #707070;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 7px;
}

@media (max-width: 1180px) {
  .landing_content .first_nav_content_item .text-box .more-a {
    margin: 15px auto 0;
  }
}

.landing_content .second {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 150px;
  background: #2770DE;
  padding: 50px 15%;
}

@media (max-width: 1580px) {
  .landing_content .second {
    padding: 50px 10%;
  }
}

@media (max-width: 1180px) {
  .landing_content .second {
    margin-top: 40px;
    padding: 30px 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.landing_content .second_title {
  font-size: 34px;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-text-stroke: 2px #88AEE7;
  -webkit-text-fill-color: transparent;
}

.landing_content .second_map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1180px) {
  .landing_content .second_map {
    width: 100%;
  }
}

.landing_content .second_map #map {
  width: 100%;
  height: 500px;
}

@media (max-width: 1180px) {
  .landing_content .second_map #map {
    height: 350px;
  }
}

.landing_content .second_countries {
  width: calc(100% - 360px);
  max-width: 300px;
  margin-left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 1180px) {
  .landing_content .second_countries {
    max-width: 500px;
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
    text-align: center;
  }
}

.landing_content .second_countries .search-wrap {
  position: relative;
}

.landing_content .second_countries .search-wrap .search-input {
  background: transparent;
  border: 1px solid #88AEE7;
  border-radius: 10px;
  color: #fff;
  outline: none;
  height: 50px;
  font-size: 18px;
  padding-left: 66px;
  width: 100%;
}

.landing_content .second_countries .search-wrap .search-input::-webkit-input-placeholder {
  color: #fff;
}

.landing_content .second_countries .search-wrap .search-input:-ms-input-placeholder {
  color: #fff;
}

.landing_content .second_countries .search-wrap .search-input::-ms-input-placeholder {
  color: #fff;
}

.landing_content .second_countries .search-wrap .search-input::placeholder {
  color: #fff;
}

.landing_content .second_countries .search-wrap .icon {
  width: 30px;
  height: 30px;
  top: 10px;
  fill: #fff;
  position: absolute;
  left: 18px;
}

.landing_content .second_countries_title {
  font-size: 26px;
  font-weight: 400;
  color: #FDBF04;
  line-height: 1.5em;
  width: 100%;
}

@media (max-width: 1580px) {
  .landing_content .second_countries_title {
    font-size: 25px;
  }
}

@media (max-width: 1180px) {
  .landing_content .second_countries_title {
    font-size: 18px;
    line-height: 1.25em;
    margin-bottom: 20px;
  }
}

.landing_content .second_countries_list {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 1.5em;
  padding-right: 3px;
  height: 500px;
  overflow: auto;
  border: 1px solid #88AEE7;
  border-radius: 10px;
}

.landing_content .second_countries_list::-webkit-scrollbar {
  width: 5px;
}

.landing_content .second_countries_list::-webkit-scrollbar-thumb {
  background-color: #88AEE7;
  border-radius: 12px;
}

@media (max-width: 1580px) {
  .landing_content .second_countries_list {
    margin-top: 20px;
    font-size: 16px;
  }
}

@media (max-width: 1180px) {
  .landing_content .second_countries_list {
    font-size: 14px;
    margin-top: 15px;
    height: 300px;
  }
}

.landing_content .second_countries_list li {
  cursor: pointer;
  padding: 5px 25px;
}

.landing_content .second_countries_list li:hover {
  background: rgba(47, 165, 254, 0.62);
}

.landing_content .video {
  margin-top: 40px;
}

.landing_content .video iframe {
  width: 100%;
  height: 700px;
}

@media (max-width: 1580px) {
  .landing_content .video iframe {
    height: 500px;
  }
}

@media (max-width: 1180px) {
  .landing_content .video iframe {
    height: 300px;
  }
}

.landing_content .third {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #2770DE;
  padding: 80px 15% 63px;
  margin-top: 100px;
}

@media (max-width: 1580px) {
  .landing_content .third {
    padding: 80px 10% 63px;
  }
}

@media (max-width: 1180px) {
  .landing_content .third {
    padding: 30px 20px 30px;
  }
}

.landing_content .third_title {
  font-size: 30px;
  font-weight: 500;
  color: #FDBF04;
  margin: 0 auto;
}

@media (max-width: 1580px) {
  .landing_content .third_title {
    font-size: 26px;
  }
}

@media (max-width: 1180px) {
  .landing_content .third_title {
    font-size: 24px;
    text-align: center;
  }
}

.landing_content .third_content {
  width: 100%;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1180px) {
  .landing_content .third_content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: -30px;
  }
}

.landing_content .third_content_item {
  width: 33.3%;
  height: 400px;
  border-radius: 50%;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: capitalize;
  position: relative;
}

@media (max-width: 1580px) {
  .landing_content .third_content_item {
    height: 270px;
  }
}

@media (max-width: 1180px) {
  .landing_content .third_content_item {
    width: 280px;
    font-size: 18px;
    height: 170px;
  }
}

.landing_content .third_content_item:nth-of-type(1) img {
  width: 250px;
  top: 120px;
}

@media (max-width: 1580px) {
  .landing_content .third_content_item:nth-of-type(1) img {
    width: 180px;
    top: 70px;
  }
}

@media (max-width: 1180px) {
  .landing_content .third_content_item:nth-of-type(1) img {
    width: 120px;
    top: 35px;
  }
}

.landing_content .third_content_item:nth-of-type(2) img {
  top: 110px;
}

@media (max-width: 1580px) {
  .landing_content .third_content_item:nth-of-type(2) img {
    width: 120px;
    top: 70px;
  }
}

@media (max-width: 1180px) {
  .landing_content .third_content_item:nth-of-type(2) img {
    width: 90px;
    top: 30px;
  }
}

.landing_content .third_content_item:nth-of-type(3) img {
  top: 130px;
}

@media (max-width: 1580px) {
  .landing_content .third_content_item:nth-of-type(3) img {
    width: 110px;
    top: 80px;
  }
}

@media (max-width: 1180px) {
  .landing_content .third_content_item:nth-of-type(3) img {
    width: 80px;
    top: 30px;
  }
}

.landing_content .third_content_item img {
  position: absolute;
}

.landing_content .fourth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 90px;
}

@media (max-width: 1180px) {
  .landing_content .fourth {
    margin-top: 40px;
  }
}

.landing_content .fourth_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  font-size: 36px;
  font-weight: 600;
  color: #2770DE;
  position: relative;
}

@media (max-width: 1180px) {
  .landing_content .fourth_title {
    font-size: 16px;
  }
}

.landing_content .fourth_title:after {
  content: '';
  width: 80%;
  position: absolute;
  top: 30px;
  left: 22%;
  height: 26px;
  background: rgba(39, 112, 222, 0.1);
  border-radius: 5px;
}

@media (max-width: 1180px) {
  .landing_content .fourth_title:after {
    height: 10.5px;
    top: 11px;
    width: 90%;
  }
}

.landing_content .fourth_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 60px;
}

@media (max-width: 1180px) {
  .landing_content .fourth_content {
    margin-top: 45px;
  }
}

.landing_content .fourth_content_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 25px;
}

@media (max-width: 1180px) {
  .landing_content .fourth_content_item {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative;
  }
}

@media (max-width: 1180px) {
  .landing_content .fourth_content_item:nth-of-type(2n) {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.landing_content .fourth_content_item:nth-of-type(2n) .fourth_content_item_info {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  margin-right: 40px;
}

@media (max-width: 1180px) {
  .landing_content .fourth_content_item:nth-of-type(2n) .fourth_content_item_info {
    margin-right: 0;
  }
}

.landing_content .fourth_content_item:nth-of-type(2n) picture, .landing_content .fourth_content_item:nth-of-type(2n) .fourth_content_item_img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media (max-width: 1180px) {
  .landing_content .fourth_content_item:nth-of-type(1) img {
    left: -10px;
  }
  .landing_content .fourth_content_item:nth-of-type(1) .fourth_content_item_info {
    width: 166px;
  }
}

@media (max-width: 1180px) {
  .landing_content .fourth_content_item:nth-of-type(2) img {
    right: -20px;
  }
  .landing_content .fourth_content_item:nth-of-type(2) .fourth_content_item_info {
    width: 175px;
  }
}

@media (max-width: 1180px) {
  .landing_content .fourth_content_item:nth-of-type(3) {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .landing_content .fourth_content_item:nth-of-type(3) img {
    right: -20px;
  }
  .landing_content .fourth_content_item:nth-of-type(3) .fourth_content_item_info {
    width: 185px;
  }
}

@media (max-width: 1180px) {
  .landing_content .fourth_content_item:nth-of-type(4) {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .landing_content .fourth_content_item:nth-of-type(4) img {
    left: -10px;
  }
  .landing_content .fourth_content_item:nth-of-type(4) .fourth_content_item_info {
    width: 160px;
  }
}

@media (max-width: 1180px) {
  .landing_content .fourth_content_item img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.landing_content .fourth_content_item_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: 40px;
  z-index: 9;
}

@media (max-width: 1180px) {
  .landing_content .fourth_content_item_info {
    margin: 0;
  }
}

.landing_content .fourth_content_item_info_title {
  font-size: 28px;
  color: #204367;
  font-weight: 700;
  position: relative;
}

@media (max-width: 1180px) {
  .landing_content .fourth_content_item_info_title {
    font-size: 13px;
  }
}

.landing_content .fourth_content_item_info_title:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 22px;
  border-radius: 5px;
  background: rgba(39, 112, 222, 0.1);
  left: 30px;
  top: 16px;
}

@media (max-width: 1180px) {
  .landing_content .fourth_content_item_info_title:after {
    display: none;
  }
}

.landing_content .fourth_content_item_info_text {
  margin-top: 50px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3em;
  color: #3B3D46;
  max-width: 490px;
}

@media (max-width: 1180px) {
  .landing_content .fourth_content_item_info_text {
    font-size: 12px;
    margin-top: 10px;
  }
}

.landing_content .fourth_content_item_info_btn {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #2770DE;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 400;
  padding: 13px 13px 13px 40px;
  color: #fff;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(39, 112, 222, 0.21);
  box-shadow: 0px 3px 6px 0px rgba(39, 112, 222, 0.21);
}

@media (max-width: 1180px) {
  .landing_content .fourth_content_item_info_btn {
    font-size: 13px;
    padding: 9px 10px 9px 10px;
    margin-top: 20px;
  }
}

.landing_content .fourth_content_item_info_btn .icon {
  width: 21px;
  height: 14.77px;
  margin-left: 40px;
}

@media (max-width: 1180px) {
  .landing_content .fourth_content_item_info_btn .icon {
    margin-left: 25px;
  }
}

.landing_content .fifth {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 320px;
}

@media (max-width: 1580px) {
  .landing_content .fifth {
    padding-top: 200px;
  }
}

@media (max-width: 1180px) {
  .landing_content .fifth {
    padding-top: 40px;
  }
}

.landing_content .fifth_title {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  color: #2770DE;
  line-height: 1.5em;
}

.landing_content .fifth_title:after {
  content: '';
  position: absolute;
  background: rgba(39, 112, 222, 0.1);
  height: 10px;
  width: 80%;
  left: 30%;
  bottom: 0;
  border-radius: 5px;
}

@media (max-width: 1180px) {
  .landing_content .fifth_title:after {
    bottom: 3px;
    width: 90%;
  }
}

.landing_content .fifth_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

.landing_content .fifth_contact_title {
  font-size: 18px;
  font-weight: 700;
  color: #033547;
  position: relative;
}

.landing_content .fifth_contact_title:after {
  content: '';
  position: absolute;
  background: rgba(39, 112, 222, 0.1);
  height: 19px;
  width: 90%;
  left: calc(10% + 20px);
  top: 10px;
  border-radius: 5px;
}

@media (max-width: 1180px) {
  .landing_content .fifth_contact_title:after {
    display: none;
  }
}

.landing_content .fifth_contact .l-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 70px;
}

@media (max-width: 1180px) {
  .landing_content .fifth_contact .l-contact {
    margin-top: 24px;
  }
}

.landing_content .fifth_contact .l-contact .c-input {
  width: calc(50% - 25px);
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(39, 112, 222, 0.21);
  box-shadow: 0px 3px 6px 0px rgba(39, 112, 222, 0.21);
  font-size: 16px;
  font-weight: 700;
  color: #3B3D46;
  border: 0;
  padding: 20px 23px;
  border-radius: 10px;
  border: 1px solid transparent;
}

@media (max-width: 1180px) {
  .landing_content .fifth_contact .l-contact .c-input {
    width: 100%;
    margin-bottom: 10px;
    font-size: 12px;
    padding: 15px 23px;
  }
}

.landing_content .fifth_contact .l-contact .c-input.error {
  border: 1px solid #EE183B;
}

.landing_content .fifth_contact .l-contact .c-input.success {
  border-color: #4BB543;
}

.landing_content .fifth_contact .l-contact .c-textarea {
  margin-top: 20px;
  width: 100%;
  height: 220px;
  resize: none;
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(39, 112, 222, 0.21);
  box-shadow: 0px 3px 6px 0px rgba(39, 112, 222, 0.21);
  font-size: 18px;
  font-weight: 700;
  color: #3B3D46;
  border: 0;
  padding: 25px 23px;
  outline: none;
  border-radius: 10px;
  border: 1px solid transparent;
}

@media (max-width: 1180px) {
  .landing_content .fifth_contact .l-contact .c-textarea {
    height: 150px;
    margin-top: 0;
    font-size: 12px;
    padding: 15px 23px;
  }
}

.landing_content .fifth_contact .l-contact .c-textarea.error {
  border-color: #EE183B;
}

.landing_content .fifth_contact .l-contact .c-textarea.success {
  border-color: #4BB543;
}

.landing_content .fifth_contact .l-contact .success-message {
  color: #4BB543;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  margin-top: 15px;
  display: none;
}

.landing_content .fifth_contact .l-contact .c-btn {
  margin: 60px auto 0;
  font-size: 20px;
  border: 0;
  color: #fff;
  font-weight: 600;
  padding: 20px 55px;
  background: #2770DE;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(39, 112, 222, 0.21);
  box-shadow: 0px 3px 6px 0px rgba(39, 112, 222, 0.21);
  border-radius: 10px;
}

@media (max-width: 1180px) {
  .landing_content .fifth_contact .l-contact .c-btn {
    margin: 20px auto 0;
    font-size: 14px;
    padding: 15px 25px;
  }
}

.landing_content .packages-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.landing_content .packages-section .swiper-slide {
  width: initial;
  height: initial;
}

.landing_content .packages-section .packages {
  margin-top: 100px;
}

.landing_content .packages-section .packages__item {
  width: 366px;
}

@media (max-width: 1180px) {
  .landing_content .packages-section .packages__item {
    width: 290px;
  }
}

.landing_footer {
  margin: 0 auto;
  max-width: 1310px;
  margin-top: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

@media (max-width: 1580px) {
  .landing_footer {
    max-width: 1080px;
    margin-top: 150px;
  }
}

@media (max-width: 1180px) {
  .landing_footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 70px;
    padding: 0 20px;
  }
}

.landing_footer_item {
  width: calc(25% - 20px);
}

@media (max-width: 1180px) {
  .landing_footer_item {
    width: 100%;
    margin-bottom: 15px;
  }
  .landing_footer_item:last-of-type {
    margin-bottom: 30px;
  }
}

.landing_footer_item_title {
  font-size: 18px;
  font-weight: 700;
  color: #2770DE;
}

@media (max-width: 1580px) {
  .landing_footer_item_title {
    font-size: 16px;
  }
}

@media (max-width: 1180px) {
  .landing_footer_item_title {
    font-size: 14px;
    position: relative;
  }
}

.landing_footer_item_title .icon {
  display: none;
}

@media (max-width: 1180px) {
  .landing_footer_item_title .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 5px;
    right: 0;
    width: 12px;
    height: 8px;
    -webkit-transition: .4s;
    transition: .4s;
  }
  .landing_footer_item_title .icon.active {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

.landing_footer_item_nav {
  margin-top: 40px;
}

@media (max-width: 1580px) {
  .landing_footer_item_nav {
    margin-top: 30px;
  }
}

@media (max-width: 1180px) {
  .landing_footer_item_nav {
    display: none;
    margin-top: 10px;
  }
}

.landing_footer_item_nav_li {
  margin-bottom: 30px;
}

@media (max-width: 1580px) {
  .landing_footer_item_nav_li {
    margin-bottom: 20px;
  }
}

@media (max-width: 1180px) {
  .landing_footer_item_nav_li {
    margin-bottom: 10px;
  }
}

.landing_footer_item_nav_li:last-of-type {
  margin-bottom: 0;
}

.landing_footer_item_nav_li_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #707070;
  font-weight: 500;
}

@media (max-width: 1580px) {
  .landing_footer_item_nav_li_link {
    font-size: 14px;
  }
}

.landing_footer_item_nav_li_link .icon {
  width: 30px;
  height: 30px;
  margin-right: 18px;
}

@media (max-width: 1580px) {
  .landing_footer_item_nav_li_link .icon {
    width: 25px;
    height: 25px;
    margin-right: 12px;
  }
}

.landing .auth-c.register {
  height: 509px;
  z-index: 1;
  position: relative;
}

.landing .auth-c.register .inputs-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.landing .auth-c.register .password-info {
  padding-right: 100px;
}

.landing .auth-c.forgot-password {
  height: 509px;
  z-index: 1;
  position: relative;
}

.landing .auth-c.forgot-password .auth-c-title {
  text-align: center;
}

.landing .toggle-login-register {
  margin-top: 0;
  margin-bottom: 25px;
}

.login__show-password {
  position: absolute;
  right: 13px;
  top: 44px;
  cursor: pointer;
}

.login__show-password img {
  height: 17px;
  opacity: .5;
}

.scroll-up {
  width: 73px;
  height: 73px;
  background: #2770DE;
  border-radius: 50%;
  right: 50px;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: flex;
  bottom: -73px;
  -webkit-transition: .5s linear;
  transition: .5s linear;
  cursor: pointer;
}

/* @media (max-width: 1580px) {
  .scroll-up {
    width: 55px;
    height: 55px;
    right: 30px;
  }
}

@media (max-width: 1580px) {
  .scroll-up {
    width: 40px;
    height: 40px;
    right: 10px;
  }
} */

/* .scroll-up.active {
  bottom: 50px;
} */

/* @media (max-width: 1580px) {
  .scroll-up.active {
    bottom: 30px;
  }
}

@media (max-width: 1180px) {
  .scroll-up.active {
    bottom: 10px;
  }
} */

/* .scroll-up .icon {
  width: 12px;
  height: 19px;
} */

@media (max-width: 992px) {
  #divCorrPane {
    display: none;
  }
}

.m-suggestions {
  position: absolute;
  width: 220px;
  max-height: 250px;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 3;        
}

.m-suggestions .words {
  width: 100%;
  max-height: 120px;
  overflow-y: auto;
  padding: 5px 0 10px;
  border-bottom: 1px solid rgba(39, 112, 222, 0.29);
}

.m-suggestions .words .suggestions li {
  color: #3B3D46;
  font-size: 13px;
  font-weight: 600;
  -webkit-transition: .4s;
  transition: .4s;
  line-height: 1.2em;
  padding: 7px 15px;
}

.m-suggestions .words .suggestions li:hover {
  background: rgba(39, 112, 222, 0.29);
}

.m-suggestions .actions {
  width: 100%;
  max-height: calc(250px - 120px);
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0; */
}

.m-suggestions .actions button {
  background: none;
  border: none;
  padding: 6px 10px;
  margin: 0;
  width: 100%;
}

.m-suggestions .actions button:hover {
  border: none;
}

.m-suggestions .actions .icon {
  width: 20px;
  height: 20px;
}

.m-suggestions .actions .btn-text {
  visibility: visible;
  color: #707070;
  font-size: 15px;
  margin-left: 8px;
}

.m-suggestions .actions #ignore-mobile svg image{
  width: 20px;
  position: absolute;
}

.switch-mobile {
  display: none;
  width: calc(100% + 44px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}

@media (max-width: 992px) {
  .switch-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -10px;
    margin-left: -22px;
    margin-bottom: 5px;
  }
}

.switch-mobile-item {
  width: 50%;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #88AEE7;
  text-transform: uppercase;
  font-size: 14px;
}

.switch-mobile-item.active {
  border-bottom: 3px solid #2770DE;
  color: #707070;
}

.more {
  display: none;
}

@media (max-width: 992px) {
  .more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.licenses-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}

.licenses-top .f-input {
  min-width: 350px;
  padding: 0 60px 0 15px;
}

.licenses-top .f-input::-webkit-input-placeholder {
  font-style: italic;
  color: #88AEE7;
}

.licenses-top .f-input:-ms-input-placeholder {
  font-style: italic;
  color: #88AEE7;
}

.licenses-top .f-input::-ms-input-placeholder {
  font-style: italic;
  color: #88AEE7;
}

.licenses-top .f-input::placeholder {
  font-style: italic;
  color: #88AEE7;
}

.licenses-top .input-wrap {
  position: relative;
}

.licenses-top .input-wrap .icon {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  fill: #88aee7;
  margin-right: 10px;
}

.auth-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  /* background: rgba(255, 255, 255, 0.15); */
  background: rgba(255, 255, 255, 0.75);
  -webkit-backdrop-filter: brightness(1.5) blur(20px);
          backdrop-filter: brightness(1.5) blur(20px);
  z-index: 99;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .4s;
  transition: .4s;
}

.auth-popup.open {
  opacity: 1;
  visibility: visible;
}

.auth-popup_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 25%;
}

.auth-popup_content .toggle-login-register {
  margin-bottom: 25px;
}

#UsersTable {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#UsersTable .thead {
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#UsersTable .thead .th {
  font-size: 18px;
  font-weight: 700;
  color: #272D3B;
}

#UsersTable .thead .th:nth-of-type(1) {
  width: 15%;
}

#UsersTable .thead .th:nth-of-type(2) {
  width: 20%;
}

#UsersTable .thead .th:nth-of-type(3) {
  width: 15%;
}

#UsersTable .thead .th:nth-of-type(4) {
  width: 25%;
}

#UsersTable .thead .th:nth-of-type(5) {
  width: 25%;
}

#UsersTable .tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  max-height: 100%;
  overflow: auto;
}

#UsersTable .tbody::-webkit-scrollbar {
  width: 5px;
}

#UsersTable .tbody::-webkit-scrollbar-thumb {
  background-color: #88AEE7;
  border-radius: 12px;
}

#UsersTable .tbody .tr {
  margin-bottom: 15px;
}

#UsersTable .tbody .tr:last-of-type {
  margin-bottom: 0;
}

#UsersTable .tbody .td {
  font-size: 16px;
  font-weight: 400;
  color: #204367;
}

#UsersTable .tbody .td:nth-of-type(1) {
  width: 15%;
}

#UsersTable .tbody .td:nth-of-type(2) {
  width: 20%;
}

#UsersTable .tbody .td:nth-of-type(3) {
  width: 15%;
}

#UsersTable .tbody .td:nth-of-type(4) {
  width: 25%;
}

#UsersTable .tbody .td:nth-of-type(5) {
  width: 25%;
}

#UsersTable .tbody .td a {
  color: #204367;
  text-decoration: underline;
}

#UsersTable .tr {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 5px;
}

#UsersTable .tr.bg {
  background: rgba(39, 112, 222, 0.29);
}

@media (min-width: 992px) {
  #mobileSuggestion {
    display: none !important;
  }
}

.externalLogin {
  max-width: 380px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.externalLogin_title {
  color: #2770de;
  text-align: center;
  margin-bottom: 5px;
  font-size: 26px;
}

.externalLogin_span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
  color: #142a3b;
}

.externalLogin .personal-info_top_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #2770de;
  font-size: 20px;
}

.externalLogin .field-validation-error {
  margin-bottom: 10px;
  margin: -15px 0 15px;
  font-size: 15px;
}

.externalLogin input.f-input {
  height: 45px;
}

.externalLogin .personal-info_top_span {
  color: #142a3b;
}

.externalLogin .personal-info .inputs-wrap {
  margin-top: 20px;
}

.externalLogin .personal-info .btn-wrap input {
  margin: 0 auto;
}

.confirmEmail {
  max-width: 360px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.confirmEmail_title {
  color: #2770de;
  text-align: center;
  margin-bottom: 5px;
  font-size: 28px;
}

body.ge * {
  font-family: 'DejaVu Sans';
}

body.ge .page-name, body.ge .rightbar__toggle__item__title, body.ge .sidebar__left__nav__li__link__text, body.ge .auth-c-h2, body.ge .rightbar__left__nav__li__link .icon-text, body.ge .auth-c-title {
  font-family: 'bpg-caps';
}

body.ge .page-name.page-name, body.ge .rightbar__toggle__item__title.page-name, body.ge .sidebar__left__nav__li__link__text.page-name, body.ge .auth-c-h2.page-name, body.ge .rightbar__left__nav__li__link .icon-text.page-name, body.ge .auth-c-title.page-name {
  font-weight: 500;
}

body.ge .rightbar__toggle__item__title {
  font-size: 18px;
}

body.ge .rightbar__left__nav__li__link .icon-text {
  -webkit-transform-origin: 44px 10px;
          transform-origin: 44px 10px;
}

.check-spelling {
  color: #2770DE;
  font-size: 18px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.check-spelling .icon {
  width: 26px;
  height: 22px;
  fill: #2770DE;
  margin-right: 10px;
}

.package-page {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
          margin-top: 7px;
}

.package-page .page-name {
  position: absolute;
  top: -43px;
  left: 50px;
  font-size: 20px;
  color: #88AEE7;
  font-weight: 500;
}

@media (max-width: 992px) {
  .package-page .page-name {
    position: fixed;
    top: 30px;
    left: 90px;
    z-index: 9;
  }
}

.packages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.packages__item {
  width: 366px;
  background: white;
  border-radius: 16.67px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  margin-right: 20px;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  margin-bottom: 5px;
  height: auto;
}

@media (max-width: 1380px) {
  .packages__item {
    width: 340px;
  }
}

@media (max-width: 768px) {
  .packages__item {
    width: 280px;
  }
}

.packages__item:nth-of-type(2) {
  margin-right: 0 !important;
}

.packages__item:nth-of-type(2) .packages__item__btn {
  margin-top: auto;
}

.packages__item--popular {
  background: #2770DE;
  margin-right: 20px;
}

.packages__item--popular .packages__item__img {
  margin-top: 30px;
}

.packages__item--popular .packages__item__price span {
  color: white;
}

.packages__item--popular .packages__item__name {
  color: white;
}

.packages__item--popular .packages__item__features__item .check {
  fill: #88AEE7;
}

.packages__item--popular .packages__item__features__item p {
  color: white;
}

.packages__item--popular .packages__item__features__text {
  color: #88AEE7;
  text-align: center;
}

.packages__item--popular .packages__item__btn {
  border-color: white;
  background: white;
  color: #2770DE;
}

.packages__item--popular .packages__item__btn:hover {
  background: transparent;
}

.packages__item__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}

@media (max-width: 1380px) {
  .packages__item__img {
    width: 70%;
  }
}

@media (max-width: 1180px) {
  .packages__item__img {
    width: 55%;
  }
}

.packages__item__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1;
  margin-top: 20px;
}

.packages__item__price span {
  color: #707070;
}

.packages__item__price .valute {
  font-size: 24px;
  margin-top: 4px;
}

.packages__item__price .number {
  font-size: 55px;
  margin: 0 10px;
}

.packages__item__price .month {
  font-size: 20px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-bottom: 8px;
}

.packages__item__name {
  width: 267px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 26px;
  font-weight: 500;
  color: #2770DE;
  border-bottom: 1px solid #CACBCC;
  text-transform: uppercase;
  margin-top: 40px;
  padding-bottom: 30px;
}

@media (max-width: 768px) {
  .packages__item__name {
    font-size: 22px;
    margin-top: 25px;
    padding-bottom: 15px;
  }
}

.packages__item__name span {
  font-size: 13px;
  font-weight: 400;
  color: #666666;
  margin-top: 9px;
}

@media (max-width: 768px) {
  .packages__item__name span {
    font-size: 11px;
  }
}

.packages__item__name--enterprise {
  margin-top: 10px;
}

.packages__item__features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}

.packages__item__features--enterprise {
  margin-top: 20px;
}

.packages__item__features--enterprise .packages__item__features__item {
  width: 250px;
}

.packages__item__features--enterprise .packages__item__features__text {
  margin-top: 2px;
  text-align: center;
  line-height: 1.5em;
}

.packages__item__features__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 227px;
  margin-bottom: 20px;
}

.packages__item__features__item .check {
  width: 24px;
  height: 16.5px;
  margin-right: 6px;
  margin-top: 2px;
  margin-left: 2px;
}

.packages__item__features__item .check .check {
  fill: #2770DE;
}

.packages__item__features__item p {
  font-size: 18px;
  font-weight: 500;
  color: #204367;
  line-height: 1.4em;
}

@media (max-width: 768px) {
  .packages__item__features__item p {
    font-size: 16px;
  }
}

.packages__item__features__text {
  font-size: 14px;
  font-weight: 500;
  color: #9C9EA9;
  margin-top: 13px;
  text-align: center;
}

@media (max-width: 768px) {
  .packages__item__features__text {
    font-size: 12px;
  }
}

.packages__item__features__text--condition {
  margin-top: 7px;
  font-size: 14px;
  color: #B7CCEA;
  font-weight: 500;
  text-align: center;
}

@media (max-width: 768px) {
  .packages__item__features__text--condition {
    font-size: 12px;
  }
}

.packages__item__btn {
  margin-bottom: 34px;
  margin-top: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #2770DE;
  border-radius: 12px;
  color: #2770DE;
  -webkit-transition: .4s;
  transition: .4s;
  font-size: 18px;
  font-weight: 500;
  padding: 14px 77px;
  background: transparent;
}

@media (max-width: 768px) {
  .packages__item__btn {
    font-size: 16px;
  }
}

.packages__item__btn--enterprise {
  margin-bottom: 30px;
  margin-top: 35px;
}

.packages__item__btn:hover {
  background: #2770DE;
  color: white;
}

.packages__item .activated {
  color: #2770DE;
  font-weight: 500;
  font-size: 18px;
  margin: 30px 0;
}

.download-button {
  color: #2770DE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 500;
}

.download-button .icon {
  width: 23px;
  height: 16px;
  margin-right: 10px;
}

.choose-type.disabled {
  opacity: .7;
  pointer-events: none;
}

.pay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pay.fail {
  background: #D898B9;
}

.pay.success {
  background: #89ACE1;
}

.pay_content {
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  width: 785px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media (max-width: 1180px) {
  .pay_content {
    width: 650px;
  }
}

@media (max-width: 768px) {
  .pay_content {
    width: 90%;
  }
}

.pay_content .back {
  position: absolute;
  top: 18px;
  right: 18px;
}

@media (max-width: 1180px) {
  .pay_content .back {
    top: 10px;
    right: 10px;
  }
}

.pay_content .back .icon {
  width: 29px;
  height: 29px;
}

@media (max-width: 1180px) {
  .pay_content .back .icon {
    width: 22px;
    height: 22px;
  }
}

.pay_content_title {
  margin-top: 65px;
  font-size: 24px;
  font-weight: 700;
}

@media (max-width: 1180px) {
  .pay_content_title {
    font-size: 20px;
    margin-top: 35px;
  }
}

.pay_content_title.fail {
  color: #CA468B;
}

.pay_content_title.success {
  color: #2770DE;
}

.pay_content_img {
  margin-top: 70px;
}

@media (max-width: 1180px) {
  .pay_content_img {
    margin-top: 45px;
  }
}

.pay_content_text {
  font-size: 18px;
  font-weight: 700;
  color: #2770DE;
  margin-top: 22px;
}

@media (max-width: 1180px) {
  .pay_content_text {
    font-size: 15px;
    margin-top: 15px;
  }
}

.pay_content_valid {
  font-size: 16px;
  font-weight: 400;
  margin-top: 14px;
  color: #2770DE;
}

@media (max-width: 1180px) {
  .pay_content_valid {
    font-size: 14px;
    margin-top: 8px;
  }
}

.pay_content_btn {
  margin: 55px 0;
  padding: 15px 50px;
  background: #2770DE;
  color: #fff;
  border-radius: 10px;
  font-weight: 400;
  font-size: 16px;
}

@media (max-width: 1180px) {
  .pay_content_btn {
    font-size: 14px;
    margin: 25px 0;
    padding: 10px 30px;
  }
}

.error {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.error .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.error-title {
  font-size: 90px;
  color: #0B1D38;
  font-weight: 400;
}

@media (max-width: 1180px) {
  .error-title {
    font-size: 50px;
  }
}

@media (max-width: 768px) {
  .error-title {
    font-size: 30px;
  }
}

.error-p {
  font-size: 30px;
  line-height: 1.5em;
  font-weight: 500;
  color: #0B1D38;
  margin-bottom: 15px;
}

@media (max-width: 1180px) {
  .error-p {
    font-size: 24px;
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .error-p {
    font-size: 18px;
  }
}

.error-btn {
  background: #2770DE;
  font-size: 20px;
  font-weight: 700;
  padding: 22px 25px;
  border-radius: 16px;
  border-bottom-right-radius: 0;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 1180px) {
  .error-btn {
    font-size: 16px;
    padding: 15px 20px;
  }
}

.error-img {
  margin-left: 100px;
  width: 40%;
}

@media (max-width: 1180px) {
  .error-img {
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  .error-img {
    width: 30%;
  }
}
/*# sourceMappingURL=style.css.map */

/* additional css */
.lang {
  position: relative;
}
@media (max-width: 992px) {
  .lang {
      position: absolute;
      right: 50px;
 }
}
.lang:hover .current-language::after {
  transform: rotate(180deg);
}
.lang:hover .other-languages {
  opacity: 1;
  visibility: visible;
}
.lang .current-language {
  position: relative;
  color: #707070;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .lang .current-language {
      font-size: 12px;
      padding-right: 20px;
 }
}
.lang .current-language::after {
  content: '';
  position: absolute;
  right: 0;
  top: calc(50% - 7px);
  width: 23.62px;
  height: 13.5px;
  background: url('../../../img/arrow-bottom-11.png') no-repeat;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media (max-width: 992px) {
  .lang .current-language::after {
      top: calc(50% - 4px);
      width: 12px;
      height: 7px;
      background-size: 12px 7px;
 }
}
.lang .current-language__icon {
  width: 40px;
  height: 40px;
}
@media (max-width: 992px) {
  .lang .current-language__icon {
      width: 25px;
      height: 25px;
 }
}
.lang .current-language span {
  text-transform: uppercase;
  padding: 5px 19px;
}
@media (max-width: 992px) {
  .lang .current-language span {
      padding: 5px 12px;
 }
}
.lang .other-languages {
  position: absolute;
  width: 110px;
  top: 100%;
  right: -14px;
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease-in-out;
  border-radius: 5px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  background: #fff;
  z-index: 9;
}
@media (max-width: 992px) {
  .lang .other-languages {
      width: 75px;
      right: -21px;
 }
}
.lang .other-languages__icon {
  width: 40px;
  height: 40px;
  margin-right: 8px;
}
@media (max-width: 992px) {
  .lang .other-languages__icon {
    width: 27px;
    height: 27px;
 }
}
.lang .other-languages a {
  display: flex;
  align-items: center;
  color: #707070;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 12px 16px;
}
@media (max-width: 992px) {
  .lang .other-languages a {
      font-size: 12px;
      padding: 5px 9px;
 }
}
.lang .other-languages a:nth-of-type(1) {
  padding-top: 10px;
}
.lang .other-languages a:nth-of-type(3) {
  padding-bottom: 10px;
}
.lang .other-languages a:hover {
  color: #2770de;
  background: #eff5ff;
}
.sidebar {
  position: fixed;
  width: 90px;
  height: 100%;
  display: flex;
  transition: 0.5s ease-in-out;
  z-index: 99;
}
@media (max-width: 1366px) {
  .sidebar {
    width: 75px;
  }
}
@media (max-width: 992px) {
  .sidebar {
      width: 320px;
      z-index: 2000;
      left: -320px;
      height: initial;
      border-bottom-right-radius: 7px;
 }
  .sidebar.open {
      left: 0;
 }
}
.sidebar .close {
  display: none;
}
@media (max-width: 992px) {
  .sidebar .close {
      display: flex;
      width: 22px;
      height: 22px;
      margin-left: 23px;
      margin-top: 9px;
 }
}
.sidebar__left {
  z-index: 1;
  display: flex;
  flex-direction: column;
  padding-top: 5px;
  background: #2d62ed;
  width: 90px;
  transition: 0.5s ease-in-out;
}
@media (max-width: 992px) {
  .sidebar__left {
      width: 100%;
      background: #fff;
      padding: 20px 0;
      border-bottom-right-radius: 7px;
 }
}
@media (max-width: 992px) {
  .sidebar__left .logo {
      display: none;
 }
}
.sidebar__left .logo .logo-container {
  display: flex;
}
.sidebar__left__nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 67px;
}
@media (max-width: 1366px) {
  .sidebar__left__nav {
      margin-top: 75px;
 }
}
@media (max-width: 992px) {
  .sidebar__left__nav {
      align-items: flex-start;
      padding: 0 8px;
      margin-top: 25px;
 }
}
.sidebar__left__nav__li {
  position: relative;
  margin-bottom: 30px;
}
@media (max-height: 760px) {
  .sidebar__left__nav__li {
    margin-bottom: 20px;
  }
}
@media (max-width: 1376px) and (max-height: 815px) {
  .sidebar__left__nav__li {
      margin-bottom: 16px;
 }
}
@media (max-width: 992px) {
  .sidebar__left__nav__li {
      width: 100%;
      border-radius: 4px;
      transition: 0.4s;
      padding: 13px 22px;
      margin-bottom: 3px;
 }
  .sidebar__left__nav__li.active {
      background: rgba(55, 71, 97, .16);
 }
}
.sidebar__left__nav__li:hover:before {
  display: none;
}
.sidebar__left__nav__li:hover:after {
  opacity: 1;
  visibility: visible;
}
.sidebar__left__nav__li:hover .sidebar__left__nav__li__link__text {
  opacity: 1;
  visibility: visible;
}
.sidebar__left__nav__li:nth-of-type(1):hover:after {
  left: -17px;
}
.sidebar__left__nav__li:nth-of-type(1):hover .icon {
  fill: #88aee7 !important;
}
.sidebar__left__nav__li:nth-of-type(2):hover:after {
  left: -15px;
}
@media (max-width: 1366px) {
  /* .sidebar__left__nav__li:nth-of-type(2):hover:after {
      left: -5px !important;
 } */
  .sidebar__left__nav__li:nth-of-type(2):hover:after {
      left: -12px !important;
  }
}
.sidebar__left__nav__li:nth-of-type(2):hover .icon {
  fill: #88aee7 !important;
  stroke: #88aee7 !important;
}
.sidebar__left__nav__li:nth-of-type(3):hover:after {
  left: -14px;
}
@media (max-width: 1366px) {
  .sidebar__left__nav__li:nth-of-type(3):hover:after {
      left: -10px !important;
 }
}
.sidebar__left__nav__li:nth-of-type(3):hover .icon {
  fill: #88aee7 !important;
}
.sidebar__left__nav__li:nth-of-type(4):hover:after {
  left: -18px;
}
@media (max-width: 1366px) {
  .sidebar__left__nav__li:nth-of-type(4):hover:after {
      left: -14px !important;
 }
}
.sidebar__left__nav__li:nth-of-type(4):hover .icon {
  fill: #88aee7 !important;
}
.sidebar__left__nav__li:nth-of-type(5):hover:after {
  left: -16px;
}
@media (max-width: 1366px) {
  .sidebar__left__nav__li:nth-of-type(5):hover:after {
      left: -12px !important;
 }
}
.sidebar__left__nav__li:nth-of-type(5):hover .icon {
  fill: #88aee7 !important;
  stroke: #88aee7 !important;
}
.sidebar__left__nav__li:after {
  content: '';
  position: absolute;
  width: 317px;
  height: 129px;
  background-image: url('./../../img/hover.png');
  background-size: 317px 129px;
  opacity: 0;
  visibility: hidden;
  top: -43.5px;
  left: 65px;
  z-index: -1;
  transition: 0.4s;
}
@media (max-width: 1366px) {
  .sidebar__left__nav__li:after {
      width: 267px;
      height: 108.65px;
      background-size: 267px 108.65px;
      top: -34.5px;
  }
  .rightbar__left__nav__li a:after {
    width: 267px;
    height: 108.65px;
    background-size: 267px 108.65px;
    top: -44px;
  }
}
@media (max-width: 992px) {
  .sidebar__left__nav__li:after {
      display: none;
 }
}
.sidebar__left__nav__li:nth-of-type(1):after {
  top: -42px;
}
.sidebar__left__nav__li:nth-of-type(1) .icon {
  fill: #88aee7;
  width: 34px;
  height: 40.32px;
}
@media (max-width: 992px) {
  .sidebar__left__nav__li:nth-of-type(1) .icon {
      width: 23px;
      height: 27px;
 }
}
.sidebar__left__nav__li:nth-of-type(2):after {
  top: -48px;
}
@media (max-width: 1366px) {
  .sidebar__left__nav__li:nth-of-type(2):after {
      top: -42px;
 }
}
.sidebar__left__nav__li:nth-of-type(2) .icon {
  width: 33.34px;
  height: 28.98px;
  fill: #88aee7;
  stroke: #88aee7;
}
@media (max-width: 1366px) {
  .sidebar__left__nav__li:nth-of-type(2) .icon {
      width: 25.34px;
      height: 23.98px;
 }
}
@media (max-width: 992px) {
  .sidebar__left__nav__li:nth-of-type(2) .icon {
      width: 25px;
      height: 21px;
 }
}
.sidebar__left__nav__li:nth-of-type(2).active .icon {
  fill: #fff;
  stroke: #fff;
}
.sidebar__left__nav__li:nth-of-type(3):after {
  top: -50px;
}
@media (max-width: 1366px) {
  .sidebar__left__nav__li:nth-of-type(3):after {
      top: -43px;
 }
}
.sidebar__left__nav__li:nth-of-type(3) .icon {
  width: 34.38px;
  height: 25.95px;
  fill: #88aee7;
}
@media (max-width: 1366px) {
  .sidebar__left__nav__li:nth-of-type(3) .icon {
      width: 29.38px;
      height: 20.95px;
 }
}
@media (max-width: 992px) {
  .sidebar__left__nav__li:nth-of-type(3) .icon {
      width: 27px;
      height: 21px;
 }
}
.sidebar__left__nav__li:nth-of-type(3).active .icon {
  fill: #fff;
}
.sidebar__left__nav__li:nth-of-type(4):after {
  top: -43px;
}
@media (max-width: 1366px) {
  .sidebar__left__nav__li:nth-of-type(4):after {
      top: -35px;
 }
}
.sidebar__left__nav__li:nth-of-type(4) .icon {
  width: 26.77px;
  height: 39.6px;
  fill: #88aee7;
}
@media (max-width: 1366px) {
  .sidebar__left__nav__li:nth-of-type(4) .icon {
      width: 21.77px;
      height: 34.6px;
 }
}
@media (max-width: 992px) {
  .sidebar__left__nav__li:nth-of-type(4) .icon {
      width: 23px;
      height: 27px;
 }
}
.sidebar__left__nav__li:nth-of-type(4).active .icon {
  fill: #fff;
}
.sidebar__left__nav__li:nth-of-type(5):after {
  top: -48px;
}
@media (max-width: 1366px) {
  .sidebar__left__nav__li:nth-of-type(5):after {
      top: -41px;
 }
}
.sidebar__left__nav__li:nth-of-type(5) .icon {
  width: 30.58px;
  height: 30.71px;
  fill: #88aee7;
  stroke: #88aee7;
}
@media (max-width: 1366px) {
  .sidebar__left__nav__li:nth-of-type(5) .icon {
      width: 25.58px;
      height: 25.71px;
 }
}
@media (max-width: 992px) {
  .sidebar__left__nav__li:nth-of-type(5) .icon {
      width: 26px;
      height: 26px;
 }
}
.sidebar__left__nav__li:nth-of-type(5).active .icon {
  fill: #fff;
  stroke: #fff;
}
@media (max-width: 1366px) {
  .sidebar__left__nav__li:nth-of-type(6):after {
      top: -34.5px;
 }
}
@media (max-width: 1366px) {
  .sidebar__left__nav__li:nth-of-type(7):after {
      top: -40.5px;
 }
}

.sidebar__left__nav__li:nth-of-type(9):after {
  top: -46px;
}

@media (max-width: 1366px) {
  .sidebar__left__nav__li:nth-of-type(9):after {
    top: -39px;
  }
}

.sidebar__left__nav__li.active.active:before {
  content: '';
  position: absolute;
  height: 80%;
  width: 2px;
  background: #fff;
  left: -15px;
  top: 10%;
  border-radius: 4px;
}
.sidebar__left__nav__li__link {
  position: relative;
  align-items: center;
  display: flex;
}
/* .sidebar__left__nav__li__link#f {
  width: 63px;
  justify-content: center;
}
.sidebar__left__nav__li__link#f .icon {
  width: 35px;
  height: 36px;
} */
.sidebar__left__nav__li__link__text {
  position: absolute;
  font-weight: 500;
  color: #2770de;
  font-size: 14px;
  white-space: nowrap;
  left: calc(100% + 40px);
  opacity: 0;
  visibility: hidden;
  transition: 0.25s ease-in-out;
  text-transform: uppercase;
}
@media (max-width: 1366px) {
  .sidebar__left__nav__li__link__text {
      font-size: 12px;
 }
}
@media (max-width: 992px) {
  .sidebar__left__nav__li__link__text {
      opacity: 1;
      visibility: visible;
      color: #000;
      left: initial;
      position: relative;
      font-size: 14px;
      font-weight: 400;
      margin-left: 30px;
 }
}
.sidebar__left__fb-link {
  display: flex;
  justify-content: center;
  margin-top: 160px;
}
/* @media (max-height: 780px) {
  .sidebar__left__fb-link {
      margin-top: 140px;
 }
} */
/* @media (max-height: 680px) {
  .sidebar__left__fb-link {
      margin-top: 100px;
 }
} */
@media (max-width: 992px) {
  .sidebar__left__fb-link {
      justify-content: flex-start;
      margin-left: 26px;
      margin-top: 50px;
      margin-bottom: 118px;
 }
}
.sidebar__left__fb-link .icon {
  width: 28px;
  height: 28px;
  fill: #88aee7;
  transition: 0.25s ease-in-out;
}
.sidebar__left__fb-link .icon:hover {
  fill: #fff;
}
/* .toggle-mode {
  cursor: pointer;
  z-index: 9;
  position: absolute;
  bottom: 35px;
  left: 15px;
  color: #fff;
} */
/* @media (max-width: 1376px) and (max-height: 768px) and (min-width: 992px) {
  .toggle-mode {
      bottom: 125px;
 }
} */
/* @media (max-width: 1376px) and (max-height: 720px) and (min-width: 992px) {
  .toggle-mode {
      bottom: 80px;
 }
} */
/* @media (max-width: 1376px) and (max-height: 675px) and (min-width: 992px) {
  .toggle-mode {
      bottom: 55px;
 }
} */
@media (max-width: 992px) {
  .toggle-mode {
      bottom: 49px;
      left: 26px;
 }
}

.converter__filter-by-scripts button {
  font-family: 'Montserrat', sans-serif !important;
}

@media (max-height: 760px) {

  .auth-c-info .error-msg {
    /* margin-top: -8px; */
    margin-bottom: 10px;
  }

  .auth-c.registration {
    padding: 15px;
  }

  .register-auth-c-info .input-wrap .f-input {
    height: 40px;
    /* margin-bottom: 0px; */
  }

  .register-auth-c-info .reg-button {
    margin-top: 12px;
  }

  .register-auth-c-info .reg-social {
    margin-top: 12px;
  }

  .register-auth-c-info .input-wrap .f-input-label {
    font-size: 13px;
  }

  .register-auth-c-info .password-info {
    font-size: 10px;
  }

  .auth-popup_content .toggle-login-register {
    margin-bottom: 15px;
  }
}


@media (max-width:992px) {
  .fb_dialog_content, .fb_dialog_content iframe {
    bottom: 130px!important;
  }
}



.converter-select__select2-container .select2-selection--single {
  border: none!important;
  padding: 12px;
  height: auto!important;
  border-radius: 20px!important;
}

.converter-select__select2-container .select2-search--dropdown .select2-search__field {
  font-size: 18px;
  padding: 8px;
  border: none!important;
  border-bottom: 1px solid #DBE9FD!important;
  margin-bottom: 5px;
}

.converter-select__select2-container .select2-dropdown--below {
  width: 450.111px;
  border: 1px solid rgb(136, 174, 231);
  border-radius: 10px;
  padding: 8px;
  margin-top: 17px;
  border: none;
  -webkit-box-shadow: 0px 0px 6px 0 rgb(0 0 0 / 16%);
  box-shadow: 0px 0px 6px 0 rgb(0 0 0 / 16%);
  padding: 13px;
}

.converter-select__select2-container {
  width:100%!important;
}

.converter-select__select2-container .select2-results__options {
  overflow-x: hidden;
}

.converter-select__select2-container .select2-results__options::-webkit-scrollbar {
  background: #ffff;
  width: 16px;
}

.converter-select__select2-container .select2-results__options::-webkit-scrollbar-thumb {
  background-color: #DBE9FD;
  border-radius: 16px;
}

.converter-select__select2-container .select2-selection__arrow {
  height: 48px!important;
  right: 6px!important;
}


.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: 'FontAwesome';
    src: url('../css/font-icons/font-awesome/fonts/fontawesome-webfont.eot?v=4.4.0');
    src: url('../css/font-icons/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'),url('../css/font-icons/font-awesome/fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'),url('../css/font-icons/font-awesome/fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'),url('..css/font-icons/font-awesome/fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'),url('../css/font-icons/font-awesome/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}

