.pre-bg, .preloader .img,
.preloader .title,
.preloader .title p,
.preloader .s-title,
.preloader .item,
.preloader .item a,
.preloader .btn,
.preloader .text a,
.preloader .nav-tabs li a,
.preloader .nav-tabs li span,
.preloader .nav-filter li a,
.preloader .form-control,
.preloader .for-s-title a,
.preloader .catalog-sorting li,
.preloader .more,
.preloader .count,
.preloader li a,
.preloader .content p,
.preloader .content li,
.preloader .content a,
.preloader .list a,
.preloader .icon,
.preloader .title-link a, .preloader .text p,
.preloader .text ul li,
.preloader .tab-title,
.preloader .tab-pane p,
.preloader .tab-pane p b,
.preloader .tab-pane a,
.preloader p.date,
.preloader p.name,
.preloader .desc,
.preloader .desc p,
.preloader .conf, .preloader .home-categories-item .list {
  background: #e3e3e3 !important;
  border-radius: 3px !important;
  color: transparent  !important;
  border-color: transparent !important;
  position: relative;
}

.pre-text, .preloader .text p,
.preloader .text ul li,
.preloader .tab-title,
.preloader .tab-pane p,
.preloader .tab-pane p b,
.preloader .tab-pane a,
.preloader p.date,
.preloader p.name,
.preloader .desc,
.preloader .desc p,
.preloader .conf {
  display: inline !important;
}
.pre-text:before, .preloader .text p:before,
.preloader .text ul li:before,
.preloader .tab-title:before,
.preloader .tab-pane p:before,
.preloader .tab-pane p b:before,
.preloader .tab-pane a:before,
.preloader p.date:before,
.preloader p.name:before,
.preloader .desc:before,
.preloader .desc p:before,
.preloader .conf:before, .pre-text:after, .preloader .text p:after,
.preloader .text ul li:after,
.preloader .tab-title:after,
.preloader .tab-pane p:after,
.preloader .tab-pane p b:after,
.preloader .tab-pane a:after,
.preloader p.date:after,
.preloader p.name:after,
.preloader .desc:after,
.preloader .desc p:after,
.preloader .conf:after {
  content: '';
  display: table;
}

.preloader {
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default !important;
}
.preloader:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}
.preloader *:before, .preloader *:after {
  visibility: hidden !important;
}
.preloader *:hover {
  cursor: default !important;
}
.preloader img, .preloader svg {
  text-indent: 100vw;
  opacity: 0;
}
.preloader .s-title {
  display: inline-block;
}
.preloader .form-control::-webkit-input-placeholder {
  color: transparent;
}
.preloader .form-control:-moz-placeholder {
  color: transparent;
}
.preloader .form-control::-moz-placeholder {
  color: transparent;
}
.preloader .form-control:-ms-input-placeholder {
  color: transparent;
}
.preloader .slick-arrow, .preloader .slick-dots, .preloader .content a svg, .preloader .conf a {
  display: none !important;
}
.preloader .tab-collapsed:after {
  background: none;
}
.preloader.home-alert .text p {
  display: inline-block !important;
}
.preloader.home-alert .icon {
  margin-top: 4rem;
  height: 45px;
}
.preloader.home-header .img {
  opacity: 0;
}
.preloader.home-categories {
  padding-top: 7rem;
}
.preloader .journal-item.list .journal-item-opt {
  margin-top: 2rem;
}
.preloader .home-services-tabs .tab-pane {
  display: none;
}
.preloader .home-services-tabs .tab-pane:first-child {
  display: block;
}
.preloader .home-services-tabs .tab-pane-row {
  margin-top: 15px;
}
.preloader .home-services-tabs .item {
  background: none !important;
}
.preloader .home-services-tabs .view-all {
  position: absolute;
}
.preloader .home-services-tabs .nav-tabs li a svg, .preloader .home-services-tabs .nav-tabs li span svg {
  display: none;
}

* {
  margin: 0;
  padding: 0;
}
*:focus {
  outline: 0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  width: 100%;
}

html {
  font-size: 10px !important;
}
@media (max-width: 991.98px) {
  html {
    font-size: 9px !important;
  }
}

body {
  line-height: 1.4;
}

.hide {
  display: none;
}

@media (min-width: 576px) {
  .visible-xs {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .hidden-xs {
    display: none;
  }
}
.form-control {
  border: 1px solid #DFE7F7;
  border-radius: 0;
  box-shadow: none;
  height: auto;
  padding: 14px 15px 14px;
  background: #F9FBFE;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  line-height: 1.4;
}

.form-control:focus {
  box-shadow: none;
  outline: none;
}

textarea.form-control {
  resize: none;
}

.form-group {
  margin-bottom: 15px;
}

.btn {
  padding: 1rem 3rem;
  border-radius: 5rem;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  color: #fff;
  position: relative;
  display: inline-block;
  transition: .3s all;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  height: auto;
  line-height: 1.2;
  border: transparent;
}
.btn.btn-blue {
  border: 1px solid transparent;
  background: #2A5FCB;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.btn.btn-blue:hover {
  color: #2A5FCB;
  background: transparent;
  border-color: #2A5FCB;
}
.btn.btn-orange {
  background: #FF5313;
  color: #fff;
  border: 1px solid transparent;
  font-size: 16px;
  font-weight: 500;
}
.btn.btn-orange:hover {
  color: #FF5313;
  background: transparent;
  border-color: #FF5313;
}
.btn.btn-red {
  background: #D70C17;
  color: #fff;
  border: 1px solid transparent;
  font-size: 16px;
  font-weight: 500;
}
.btn.btn-red:hover {
  color: #D70C17;
  background: transparent;
  border-color: #D70C17;
}
.btn.btn-green {
  background: #27AE60;
  color: #fff;
  border: 1px solid transparent;
  font-size: 16px;
  font-weight: 500;
}
.btn.btn-green:hover {
  color: #27AE60;
  background: transparent;
  border-color: #27AE60;
}
.btn.btn-border {
  color: #9E9E9E;
  background: transparent;
  border: 1px solid #9E9E9E;
  font-size: 16px;
  font-weight: 500;
}
.btn.btn-border:hover {
  color: #fff;
  background: #2A5FCB;
  border-color: #2A5FCB;
}
.btn.btn-disabled {
  cursor: not-allowed !important;
}
.btn.btn-disabled:hover {
  cursor: not-allowed !important;
}
.btn.btn-disabled:hover:before, .btn.btn-disabled:hover:after {
  display: none !important;
}

.s-title {
  margin-bottom: 6rem;
  padding: 0;
  font-weight: 600;
  line-height: 1.4;
  font-size: 3.2rem;
  color: #3E3E3E;
}

.icon svg {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

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

.overflow-text, .home-header-slide .title, .home-header-slide .text, .home-categories-item .desc, .home-services-tabs .item .text, .journal-item .title, .home-recommend-item .title, .home-recommend-item .desc {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.view-all {
  color: #9E9E9E;
  text-decoration: none;
  border-bottom: 1px solid;
  display: inline-block;
}
.view-all:hover {
  text-decoration: none;
  border-color: transparent;
}

.title-link {
  justify-content: space-between;
  margin-bottom: 6rem;
}
@media (max-width: 575.98px) {
  .title-link {
    margin-bottom: 40px;
  }
}
.title-link .s-title {
  margin-bottom: 0;
}
.title-link a svg {
  height: 22px;
}

.ai-center, .title-link, .title-link a, .slick-arrow, .home-header-slide .inner, .journal-item .journal-item-opt, .home-recommend-item .more {
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

.jc-center, .slick-arrow, .journal-item.main .img {
  justify-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

.d-flex, .title-link, .title-link a, .slick-arrow, .alert-item, .home-header-slide .inner, .home-categories-item, .home-categories-item .list, .home-services-tabs, .home-services-tabs .tab-pane-row, .home-services-tabs .item, .home-journal-row, .journal-item .journal-item-opt, .journal-item.main .img, .home-recommend-row, .home-recommend-item, .home-recommend-item .more, .e-book .e-book-inn div {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.d-flex.row, .row.title-link, .title-link a.row, .row.slick-arrow, .row.alert-item, .home-header-slide .row.inner, .row.home-categories-item, .home-categories-item .row.list, .row.home-services-tabs, .home-services-tabs .row.tab-pane-row, .home-services-tabs .row.item, .row.home-journal-row, .journal-item .row.journal-item-opt, .journal-item.main .row.img, .row.home-recommend-row, .row.home-recommend-item, .home-recommend-item .row.more, .e-book .e-book-inn div.row {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.d-flex.row:before, .row.title-link:before, .title-link a.row:before, .row.slick-arrow:before, .row.alert-item:before, .home-header-slide .row.inner:before, .row.home-categories-item:before, .home-categories-item .row.list:before, .row.home-services-tabs:before, .home-services-tabs .row.tab-pane-row:before, .home-services-tabs .row.item:before, .row.home-journal-row:before, .journal-item .row.journal-item-opt:before, .journal-item.main .row.img:before, .row.home-recommend-row:before, .row.home-recommend-item:before, .home-recommend-item .row.more:before, .e-book .e-book-inn div.row:before, .d-flex.row:after, .row.title-link:after, .title-link a.row:after, .row.slick-arrow:after, .row.alert-item:after, .home-header-slide .row.inner:after, .row.home-categories-item:after, .home-categories-item .row.list:after, .row.home-services-tabs:after, .home-services-tabs .row.tab-pane-row:after, .home-services-tabs .row.item:after, .row.home-journal-row:after, .journal-item .row.journal-item-opt:after, .journal-item.main .row.img:after, .row.home-recommend-row:after, .row.home-recommend-item:after, .home-recommend-item .row.more:after, .e-book .e-book-inn div.row:after {
  display: none;
}

.img-shadow {
  filter: drop-shadow(0 0 2.5rem rgba(0, 0, 0, 0.15));
  -webkit-filter: drop-shadow(0 0 2.5rem rgba(0, 0, 0, 0.15));
}

.box-shadow, .home-categories-item, .journal-item.main:hover, .home-recommend-item {
  box-shadow: 0 0 4rem rgba(62, 62, 62, 0.1);
  -webkit-box-shadow: 0 0 4rem rgba(62, 62, 62, 0.1);
  -moz-box-shadow: 0 0 4rem rgba(62, 62, 62, 0.1);
}

.box-shadow-small {
  -webkit-box-shadow: 0 0 3rem rgba(62, 62, 62, 0.1);
  -moz-box-shadow: 0 0 3rem rgba(62, 62, 62, 0.1);
  box-shadow: 0 0 3rem rgba(62, 62, 62, 0.1);
}

.trans, .title-link a, .journal-item.main:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.visible-md, .visible-sm, .visible-xs {
  display: none !important;
}

.vue-lb-modal-thumbnail-active {
  box-shadow: inset 0 0 0 2px #2A5FCB !important;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

.tab-collapsed {
  width: 100%;
  height: 65vh;
  min-height: 300px;
  overflow: hidden;
  position: relative;
}
.tab-collapsed:after {
  content: '';
  position: absolute;
  z-index: 50;
  width: 100%;
  height: 10rem;
  left: 0;
  bottom: 0;
  background: linear-gradient(0deg, #f9fbfe 30px, rgba(255, 255, 255, 0) 100%);
}
.tab-collapsed .view-all {
  position: absolute;
  z-index: 100;
  left: 0;
  bottom: 0;
}

@media (min-width: 1199.98px) {
  .s-title {
    font-size: 32px;
  }
}
.us-none {
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}

.img-adaptive {
  overflow: hidden;
  max-width: none;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-adaptive img {
  max-width: 100%;
}
.img-adaptive img {
  height: 100%;
  position: absolute;
  max-width: 130%;
  width: auto;
  top: 0;
  left: 0;
}

.main-page {
  background: #fff;
  color: #3E3E3E;
  font-size: 14px;
  line-height: 1.6;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  padding: 25px 0 0 0;
}
@media (max-width: 575.98px) {
  .main-page {
    padding: 45px 0 0;
  }
}
.main-page p {
  color: #3E3E3E;
}
@media (min-width: 320px) and (max-width: 767px) {
  .main-page .title {
    padding: 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .main-page h1 {
    padding: 0;
  }
}
.main-page h3, .main-page h4 {
  padding: 0;
}
.main-page .page-title {
  font-size: 3.8rem;
  line-height: 1.6;
  font-weight: 600;
  margin-bottom: 3.5rem;
  padding: 0;
}
@media (max-width: 575.98px) {
  .main-page .page-title {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 45px;
  }
}

.no-scroll {
  overflow-y: hidden;
}

/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
  .hidden-md {
    display: none !important;
  }

  .visible-md {
    display: block !important;
  }
}
@media (max-width: 767.98px) {
  .hidden-sm {
    display: none !important;
  }

  .visible-sm {
    display: block !important;
  }
}
/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
  .s-title {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .hidden-xs {
    display: none !important;
  }

  .visible-xs {
    display: block !important;
  }

  .responsive-table {
    max-width: 100%;
    overflow-x: scroll;
  }
}
.slick-arrow {
  position: absolute;
  z-index: 10;
  top: 50%;
  margin-top: -4.5rem;
  padding-bottom: 3rem;
  width: 3rem;
  height: 9rem;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  flex-direction: column;
}
@media (max-width: 575.98px) {
  .slick-arrow {
    margin-top: -6rem;
  }
}

.slick-next:before, .slick-next:after, .slick-prev:before, .slick-prev:after {
  content: '' !important;
  display: block;
  height: 2px;
  width: 3rem;
  background: #9E9E9E;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.slick-next:hover:before, .slick-next:hover:after, .slick-prev:hover:before, .slick-prev:hover:after {
  background: #3E3E3E;
}

.slick-next {
  right: -3rem;
}
.slick-next:before {
  transform: rotate(45deg);
  top: 0;
}
.slick-next:after {
  transform: rotate(-45deg);
  top: 1.9rem;
}

.slick-prev {
  left: -3rem;
}
.slick-prev:before {
  transform: rotate(45deg);
  top: 2.2rem;
}
.slick-prev:after {
  transform: rotate(-45deg);
  top: 0;
}

.slick-dots {
  text-align: center;
  margin-top: 2.5rem;
  padding: 0;
  list-style-type: none;
}
.slick-dots li {
  display: inline-block !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  color: transparent;
  outline: none;
  border-radius: 50%;
  border: 1px solid #C4C4C4 !important;
  background: #fff;
  width: 10px !important;
  height: 10px !important;
  margin: 0 5px;
  display: block;
}
.slick-dots li button:before {
  content: '' !important;
}
.slick-dots li.slick-active button {
  background: #C4C4C4;
}

@media (min-width: 1300px) {
  .slick-arrow.slick-next {
    right: -4.5rem;
  }

  .slick-arrow.slick-prev {
    left: -4.5rem;
  }
}
.tooltip {
  position: relative;
}
.tooltip span {
  position: absolute;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 4px 8px;
  border-radius: 3px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  background: #fff;
  color: #3e3e3e;
  z-index: 50;
  width: auto;
  font-size: 11px;
  display: none;
}
.tooltip span:before {
  content: '';
  top: -8px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 8px solid #fff;
  z-index: 5;
  position: absolute;
  left: calc(50% - 5px);
}
.tooltip:hover span {
  display: block;
  animation: tooltips-right 300ms ease-out forwards;
}
.tooltip.bottom span {
  bottom: auto;
  left: 0;
  top: calc(100% + 10px);
}
.tooltip.bottom span:before {
  left: 15px;
  top: -6px;
}
.tooltip.bottom:hover span {
  animation: tooltips-bottom 300ms ease-out forwards;
}
.tooltip.top:hover span {
  animation: tooltips-top 300ms ease-out forwards;
}
.tooltip.top span {
  transform: translate(-65%, -60%);
}
.tooltip.top span:before {
  bottom: -10px;
  left: calc(50% - 5px);
  border-top: 10px solid #fff;
  border-right: 10px solid transparent;
  border-bottom: 0 solid transparent;
}
@media (max-width: 991.98px) {
  .tooltip:hover span {
    animation: none;
  }
}

@keyframes tooltips-right {
  to {
    transform: translate(2rem, 0);
  }
}
@keyframes tooltips-left {
  to {
    transform: translate(-50%, 0);
  }
}
@keyframes tooltips-bottom {
  to {
    transform: translate(0, -2rem);
  }
}
@keyframes tooltips-top {
  to {
    transform: translate(-65%, -50%);
  }
}
.home-page {
  color: #3E3E3E;
}
.home-page p {
  line-height: 1.7;
  color: #3E3E3E;
}
@media (max-width: 767px) and (min-width: 320px) {
  .home-page .title {
    padding: 0;
  }
}
.home-page .btn, .home-page .btn.btn-blue {
  padding: 14px 30px 15px;
}

.breadcrumbs {
  display: none;
}

.home-alert {
  background: #F9FBFE;
}

@media (max-width: 575.98px) {
  .alert-item {
    flex-direction: column;
  }
}
.alert-item .icon {
  width: 30%;
  max-width: 49px;
}
.alert-item .icon img {
  margin-top: 4rem;
}
.alert-item .icon img[src=""] {
  display: none;
}
.alert-item .text {
  font-weight: 500;
}
.alert-item .text p {
  margin-left: 4rem;
}
@media (max-width: 575.98px) {
  .alert-item .text p {
    margin-left: 0;
    margin-bottom: 2rem;
  }
}
.alert-item .text p:empty {
  display: none;
}
.alert-item .text p:last-child {
  margin-bottom: 4rem;
}
.alert-item .text a {
  color: #3E3E3E;
  text-decoration: underline;
}
.alert-item .text a:hover {
  text-decoration: none;
}
.alert-item .title {
  color: #2A5FCB;
  margin-top: 4rem;
}
@media (max-width: 575.98px) {
  .alert-item .title {
    margin-top: 2rem;
  }
}
.alert-item .title a {
  color: #2A5FCB;
}

.home-header-slide {
  position: relative;
}
.home-header-slide a:hover {
  text-decoration: none;
}
.home-header-slide .inner {
  position: relative;
  z-index: 2;
  justify-content: space-between;
  height: 550px;
}
@media (max-width: 767.98px) {
  .home-header-slide .inner {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    height: auto;
    padding: 60px 30px 60px;
  }
}
@media (max-width: 575.98px) {
  .home-header-slide .inner {
    padding: 40px 0 60px;
  }
}
.home-header-slide .content {
  position: relative;
  z-index: 20;
}
@media (min-width: 992px) {
  .home-header-slide .content {
    flex: 0 45%;
    max-width: 45%;
  }
}
@media (max-width: 991.98px) {
  .home-header-slide .content {
    flex: 0 0 55%;
    max-width: 55%;
  }
}
@media (max-width: 767.98px) {
  .home-header-slide .content {
    flex: 0 0 auto;
    max-width: 100%;
  }
}
.home-header-slide .title {
  font-size: 32px;
  line-height: 46px;
  font-weight: 600;
  -webkit-line-clamp: 3;
  margin-bottom: 40px;
  padding: 0;
}
@media (max-width: 767.98px) {
  .home-header-slide .title {
    font-size: 24px;
    line-height: 32px;
  }
}
.home-header-slide .text {
  -webkit-line-clamp: 4;
  margin-bottom: 4rem;
}
@media (max-width: 767.98px) {
  .home-header-slide .text {
    margin-bottom: 30px;
  }
}
.home-header-slide .text *, .home-header-slide .text p {
  font-weight: 500;
  margin-bottom: 0;
  font-size: 14px;
}
@media (max-width: 575.98px) {
  .home-header-slide .text *, .home-header-slide .text p {
    font-size: 12px;
  }
}
.home-header-slide .btn {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  padding: 9px 20px;
  min-width: 160px;
  border-radius: 5rem;
}
@media (max-width: 575.98px) {
  .home-header-slide .btn {
    min-width: 160px;
    font-size: 16px;
    padding: 10px 30px;
  }
}
.home-header-slide .btn:hover {
  background: #fff;
  color: inherit;
}
.home-header-slide .btn:focus {
  box-shadow: none;
}
.home-header-slide .bg-color {
  position: absolute;
  width: 100%;
  height: 100% !important;
  top: 0;
  left: 0;
  background: #2A5FCB;
}
.home-header-slide .img {
  flex: 0 0 35%;
  max-width: 35%;
  margin-right: 5%;
}
.home-header-slide .img img {
  pointer-events: none;
}
@media (max-width: 1199.98px) {
  .home-header-slide .img {
    margin-right: 8%;
    flex: 0 0 42%;
    max-width: 42%;
  }
}
@media (max-width: 991.98px) {
  .home-header-slide .img {
    margin-right: 0;
    flex: 0 0 45%;
    max-width: 45%;
  }
  .home-header-slide .img svg {
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .home-header-slide .img {
    flex: 0 0 324px;
    max-width: 324px;
    margin-top: 30px;
  }
}
@media (max-width: 575.98px) {
  .home-header-slide .img > div {
    transform: scale(0.8);
  }
}
@media (max-width: 374.98px) {
  .home-header-slide .img > div {
    transform: scale(0.75);
  }
}

.home-header {
  position: relative;
  background: #F9FBFE;
  z-index: 5;
}
.home-header .slick-slider a {
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.home-header .slick-list {
  padding-bottom: 7rem !important;
}
@media (max-width: 767.98px) {
  .home-header .slick-list {
    padding-bottom: 45px;
  }
}
.home-header .slick-arrow {
  margin-top: -12px;
  padding: 8px 0;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 2px solid #fff;
  opacity: .5;
  display: flex !important;
}
@media (max-width: 991.98px) {
  .home-header .slick-arrow {
    border-color: transparent;
  }
}
@media (max-width: 575.98px) {
  .home-header .slick-arrow {
    margin-top: -60px;
    opacity: 1;
  }
}
.home-header .slick-arrow:hover {
  opacity: 1;
}
.home-header .slick-next:before, .home-header .slick-next:after, .home-header .slick-prev:before, .home-header .slick-prev:after {
  content: '';
  display: block;
  height: 2px;
  width: 8px;
  background: #fff;
  border-radius: 1px;
  opacity: 1;
}
.home-header .slick-next:hover:before, .home-header .slick-next:hover:after, .home-header .slick-prev:hover:before, .home-header .slick-prev:hover:after {
  background: #fff;
}
.home-header .slick-next {
  padding-left: 1px;
  right: 3%;
}
.home-header .slick-next:before {
  top: -2px;
}
.home-header .slick-next:after {
  top: 1px;
}
@media (min-width: 1500px) {
  .home-header .slick-next {
    right: calc(50% - 1140px/2 - 16rem);
  }
}
@media (max-width: 1399.98px) {
  .home-header .slick-next {
    right: 2%;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .home-header .slick-next {
    right: 3%;
  }
}
@media (max-width: 575.98px) {
  .home-header .slick-next {
    right: 5px;
  }
}
.home-header .slick-prev {
  padding-right: 1px;
  left: 3%;
}
.home-header .slick-prev:before {
  top: 3px;
}
.home-header .slick-prev:after {
  top: -4px;
}
@media (min-width: 1500px) {
  .home-header .slick-prev {
    left: calc(50% - 1140px/2 - 16rem);
  }
}
@media (min-width: 768px) and (max-width: 1299.98px) {
  .home-header .slick-prev {
    visibility: hidden;
  }
}
@media (max-width: 575.98px) {
  .home-header .slick-prev {
    left: 5px;
  }
}
.home-header .slick-dots {
  margin-top: 0;
  position: absolute;
  bottom: 90px;
  width: 100%;
  z-index: 5;
}
@media (max-width: 575.98px) {
  .home-header .slick-dots {
    bottom: 110px;
  }
}
.home-header .slick-dots li {
  margin: 0;
}
.home-header .slick-dots li button {
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: transparent;
  width: 12px;
  height: 12px;
  margin: 0 4px;
  display: block;
}
@media (max-width: 575.98px) {
  .home-header .slick-dots li button {
    width: 10px;
    height: 10px;
    margin: 0 2px;
  }
}
.home-header .slick-dots li button:before {
  content: '';
}
.home-header .slick-dots li.slick-active button {
  background: #fff;
}
.home-header .slick-dots li:hover button {
  border-color: #fff;
}
@media (max-width: 767.98px) {
  .home-header .slick-track {
    display: flex !important;
  }
  .home-header .slick-track .slick-slide, .home-header .slick-track .slick-slide > div {
    display: flex !important;
    height: auto;
  }
}

.home-page .home-header-slide .title, .home-page .home-header-slide .text *, .home-page .home-header-slide .text p {
  color: #fff;
}

.home-categories {
  background: #F9FBFE;
  padding: 0 0 1.5rem;
}
@media (max-width: 767.98px) {
  .home-categories {
    padding: 0 0 45px;
  }
}

.home-categories-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -15px;
}
.home-categories-row > div:nth-child(2) .list a:nth-child(2n-1) {
  max-width: 175px;
}
@media (max-width: 575.98px) {
  .home-categories-row > div:nth-child(2) .list a:nth-child(2n-1) {
    max-width: 100%;
  }
}
.home-categories-row > div .list {
  flex-direction: row;
  flex-wrap: wrap;
}
.home-categories-row > div .list a {
  flex: 0 50%;
}
@media (max-width: 991.98px) {
  .home-categories-row > div .list a {
    flex: 0 100%;
  }
}

.home-categories-item {
  background: #fff;
  padding: 3rem 2.5rem 4.5rem;
  border-radius: 1rem;
  margin: 0 15px 30px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  flex: 1 1 calc((100% / 2) - 30px);
  width: calc((100% / 2) - 30px);
  max-width: 100%;
  position: relative;
  z-index: 10;
}
@media (max-width: 767.98px) {
  .home-categories-item {
    flex: 1 1 100%;
    width: 100%;
    margin-bottom: 20px;
  }
}
.home-categories-item:nth-child(3), .home-categories-item:nth-child(4), .home-categories-item:nth-child(5), .home-categories-item:nth-child(8), .home-categories-item:nth-child(9), .home-categories-item:nth-child(10) {
  flex: 1 1 calc((100% / 3) - 30px);
  width: calc((100% / 3) - 30px);
}
@media (max-width: 991.98px) {
  .home-categories-item:nth-child(3), .home-categories-item:nth-child(4), .home-categories-item:nth-child(5), .home-categories-item:nth-child(8), .home-categories-item:nth-child(9), .home-categories-item:nth-child(10) {
    flex: 1 1 calc((100% / 2) - 30px);
    width: calc((100% / 2) - 30px);
  }
}
@media (max-width: 767.98px) {
  .home-categories-item:nth-child(3), .home-categories-item:nth-child(4), .home-categories-item:nth-child(5), .home-categories-item:nth-child(8), .home-categories-item:nth-child(9), .home-categories-item:nth-child(10) {
    flex: 1 1 100%;
    width: 100%;
  }
}
.home-categories-item:nth-child(3) .list, .home-categories-item:nth-child(4) .list, .home-categories-item:nth-child(5) .list, .home-categories-item:nth-child(8) .list, .home-categories-item:nth-child(9) .list, .home-categories-item:nth-child(10) .list {
  flex-direction: column;
  flex-wrap: nowrap;
}
.home-categories-item:nth-child(3) .list a, .home-categories-item:nth-child(4) .list a, .home-categories-item:nth-child(5) .list a, .home-categories-item:nth-child(8) .list a, .home-categories-item:nth-child(9) .list a, .home-categories-item:nth-child(10) .list a {
  flex: 0 0 auto;
}
@media (min-width: 768px) {
  .home-categories-item:nth-child(3) .title, .home-categories-item:nth-child(4) .title, .home-categories-item:nth-child(5) .title, .home-categories-item:nth-child(8) .title, .home-categories-item:nth-child(9) .title, .home-categories-item:nth-child(10) .title {
    min-height: 64px;
  }
}
@media (max-width: 767.98px) {
  .home-categories-item {
    padding: 30px 15px;
  }
  .home-categories-item.active .title svg {
    transform: rotate(180deg);
  }
  .home-categories-item.active .content {
    display: block;
  }
}
.home-categories-item .title {
  width: 100%;
  margin-bottom: 25px;
  position: relative;
}
@media (max-width: 767.98px) {
  .home-categories-item .title {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.home-categories-item .title p, .home-categories-item .title span {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .home-categories-item .title p, .home-categories-item .title span {
    font-size: 20px;
    line-height: 28px;
  }
}
.home-categories-item .title svg {
  width: 16px;
  height: 8px;
  position: absolute;
  right: 0;
  display: none;
}
@media (max-width: 767.98px) {
  .home-categories-item .title svg {
    display: block;
  }
}
.home-categories-item .desc {
  -webkit-line-clamp: 3;
  line-height: 20px;
  flex: 0 0 65px;
  margin-bottom: 5px;
  overflow: hidden;
  width: 100%;
  color: #3E3E3E;
}
@media (max-width: 767.98px) {
  .home-categories-item .desc {
    flex: 0 0 auto;
    margin-bottom: 30px;
  }
  .home-categories-item .desc br {
    display: none;
  }
}
.home-categories-item .content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: auto;
  width: 100%;
  height: 100%;
}
@media (max-width: 767.98px) {
  .home-categories-item .content {
    padding-top: 30px;
    display: none;
  }
}
.home-categories-item .content .chumba {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
@media (max-width: 767.98px) {
  .home-categories-item .content .chumba {
    height: auto;
  }
}
.home-categories-item .list {
  margin-bottom: 20px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  min-height: 120px;
  width: 100%;
  max-width: 560px;
}
@media (max-width: 575.98px) {
  .home-categories-item .list {
    margin-bottom: 22px;
    min-height: auto;
  }
}
.home-categories-item .list a {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  display: block;
  margin-bottom: 20px;
  min-height: 10px;
  color: inherit;
}
@media (max-width: 575.98px) {
  .home-categories-item .list a {
    font-size: 14px;
    line-height: 18px;
  }
}
.home-categories-item .btn {
  padding: 9px 15px;
  min-width: 160px;
  color: #fff;
  border-color: transparent;
  font-weight: 500;
  font-size: 18px;
}
.home-categories-item .btn:hover {
  color: #fff;
}
@media (max-width: 575.98px) {
  .home-categories-item .btn {
    font-size: 16px;
  }
}

.catalog-search {
  margin-bottom: 6rem;
  position: relative;
}
.catalog-search .search {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  background: none;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .2s all;
  z-index: 5;
  padding-bottom: 3px;
}
.catalog-search .search svg {
  width: 24px;
  height: 24px;
}
.catalog-search-action {
  display: block;
  position: absolute;
  width: 2rem;
  height: 2rem;
  top: 1rem;
  right: 6rem;
  left: auto;
  cursor: pointer;
}
.catalog-search-action:hover {
  opacity: 1;
}
.catalog-search-action svg path {
  fill: #2A5FCB;
}
.catalog-search-form-control {
  padding: 10px 0 10px 4rem;
  margin: 0;
  border: 0;
  border-bottom: 1px solid #9E9E9E;
  background: none;
  font-weight: 400;
}
.catalog-search-form-control:focus::-webkit-input-placeholder {
  color: transparent;
}
.catalog-search-form-control:focus:-moz-placeholder {
  color: transparent;
}
.catalog-search-form-control:focus::-moz-placeholder {
  color: transparent;
}
.catalog-search-form-control:focus:-ms-input-placeholder {
  color: transparent;
}
.catalog-search-form-control::-ms-clear {
  display: none;
}

.home-services {
  background: #F9FBFE;
  padding: 4.5rem 0 7rem;
  border-bottom: 1px solid #C0D0F0;
}
@media (max-width: 575.98px) {
  .home-services {
    padding: 30px 0 75px;
  }
}
.home-services .s-title {
  margin-bottom: 4rem;
}

.home-services-tabs {
  justify-content: space-between;
}
@media (max-width: 767.99px) {
  .home-services-tabs {
    flex-wrap: wrap;
  }
}
.home-services-tabs .tabs {
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .home-services-tabs .tabs {
    flex: 0 0 65%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .home-services-tabs .tabs {
    flex: 0 0 73%;
  }
}
@media (max-width: 767.98px) {
  .home-services-tabs .tabs {
    display: none;
  }
}
.home-services-tabs .nav-tabs {
  flex: 0 0 100%;
  padding: 0;
  list-style-type: none;
}
@media (min-width: 768px) {
  .home-services-tabs .nav-tabs {
    flex: 0 0 30%;
  }
}
@media (min-width: 992px) {
  .home-services-tabs .nav-tabs {
    flex: 0 0 23%;
  }
}
.home-services-tabs .nav-tabs li {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
.home-services-tabs .nav-tabs li:hover, .home-services-tabs .nav-tabs li.active {
  border-color: transparent;
}
.home-services-tabs .nav-tabs li:hover a, .home-services-tabs .nav-tabs li.active a {
  text-decoration: none;
}
.home-services-tabs .nav-tabs li:hover a:before, .home-services-tabs .nav-tabs li:hover span:before, .home-services-tabs .nav-tabs li.active a:before, .home-services-tabs .nav-tabs li.active span:before {
  opacity: 1;
}
.home-services-tabs .nav-tabs li.active {
  font-weight: 600;
}
.home-services-tabs .nav-tabs li a, .home-services-tabs .nav-tabs li span {
  padding: 2rem 2rem 2rem 0;
  color: rgba(62, 62, 62, 0.7);
  display: block;
  border-bottom: 1px solid #DAE4F6;
  font-size: 16px;
  line-height: 32px;
  cursor: pointer;
}
@media (max-width: 1199.98px) {
  .home-services-tabs .nav-tabs li a, .home-services-tabs .nav-tabs li span {
    font-size: 14px;
    line-height: 26px;
  }
}
@media (max-width: 575.98px) {
  .home-services-tabs .nav-tabs li a, .home-services-tabs .nav-tabs li span {
    padding-right: 30px;
  }
}
.home-services-tabs .nav-tabs li a:before, .home-services-tabs .nav-tabs li span:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: calc(50% - 8px);
  right: 0;
  border-top: 8px solid transparent;
  border-left: 11px solid #5cb85c;
  border-bottom: 8px solid transparent;
  opacity: 0;
}
@media (max-width: 575.98px) {
  .home-services-tabs .nav-tabs li a:before, .home-services-tabs .nav-tabs li span:before {
    opacity: 1;
    right: 15px;
  }
}
@media (max-width: 575.98px) {
  .home-services-tabs .nav-tabs li:nth-child(1) span, .home-services-tabs .nav-tabs li:nth-child(1) a {
    color: #27AE60;
  }
  .home-services-tabs .nav-tabs li:nth-child(1) span:before, .home-services-tabs .nav-tabs li:nth-child(1) a:before {
    border-left-color: #27AE60;
  }
}
.home-services-tabs .nav-tabs li:nth-child(1).active span, .home-services-tabs .nav-tabs li:nth-child(1).active a, .home-services-tabs .nav-tabs li:nth-child(1):hover span, .home-services-tabs .nav-tabs li:nth-child(1):hover a {
  color: #27AE60;
}
.home-services-tabs .nav-tabs li:nth-child(1).active span:before, .home-services-tabs .nav-tabs li:nth-child(1).active a:before, .home-services-tabs .nav-tabs li:nth-child(1):hover span:before, .home-services-tabs .nav-tabs li:nth-child(1):hover a:before {
  border-left-color: #27AE60;
}
@media (max-width: 575.98px) {
  .home-services-tabs .nav-tabs li:nth-child(2) span, .home-services-tabs .nav-tabs li:nth-child(2) a {
    color: #E55151;
  }
  .home-services-tabs .nav-tabs li:nth-child(2) span:before, .home-services-tabs .nav-tabs li:nth-child(2) a:before {
    border-left-color: #E55151;
  }
}
.home-services-tabs .nav-tabs li:nth-child(2).active span, .home-services-tabs .nav-tabs li:nth-child(2).active a, .home-services-tabs .nav-tabs li:nth-child(2):hover span, .home-services-tabs .nav-tabs li:nth-child(2):hover a {
  color: #E55151;
}
.home-services-tabs .nav-tabs li:nth-child(2).active span:before, .home-services-tabs .nav-tabs li:nth-child(2).active a:before, .home-services-tabs .nav-tabs li:nth-child(2):hover span:before, .home-services-tabs .nav-tabs li:nth-child(2):hover a:before {
  border-left-color: #E55151;
}
@media (max-width: 575.98px) {
  .home-services-tabs .nav-tabs li:nth-child(3) span, .home-services-tabs .nav-tabs li:nth-child(3) a {
    color: #2A5FCB;
  }
  .home-services-tabs .nav-tabs li:nth-child(3) span:before, .home-services-tabs .nav-tabs li:nth-child(3) a:before {
    border-left-color: #2A5FCB;
  }
}
.home-services-tabs .nav-tabs li:nth-child(3).active span, .home-services-tabs .nav-tabs li:nth-child(3).active a, .home-services-tabs .nav-tabs li:nth-child(3):hover span, .home-services-tabs .nav-tabs li:nth-child(3):hover a {
  color: #2A5FCB;
}
.home-services-tabs .nav-tabs li:nth-child(3).active span:before, .home-services-tabs .nav-tabs li:nth-child(3).active a:before, .home-services-tabs .nav-tabs li:nth-child(3):hover span:before, .home-services-tabs .nav-tabs li:nth-child(3):hover a:before {
  border-left-color: #2A5FCB;
}
@media (max-width: 575.98px) {
  .home-services-tabs .nav-tabs li:nth-child(4) span, .home-services-tabs .nav-tabs li:nth-child(4) a {
    color: #FC5426;
  }
  .home-services-tabs .nav-tabs li:nth-child(4) span:before, .home-services-tabs .nav-tabs li:nth-child(4) a:before {
    border-left-color: #FC5426;
  }
}
.home-services-tabs .nav-tabs li:nth-child(4).active span, .home-services-tabs .nav-tabs li:nth-child(4).active a, .home-services-tabs .nav-tabs li:nth-child(4):hover span, .home-services-tabs .nav-tabs li:nth-child(4):hover a {
  color: #FC5426;
}
.home-services-tabs .nav-tabs li:nth-child(4).active span:before, .home-services-tabs .nav-tabs li:nth-child(4).active a:before, .home-services-tabs .nav-tabs li:nth-child(4):hover span:before, .home-services-tabs .nav-tabs li:nth-child(4):hover a:before {
  border-left-color: #FC5426;
}
.home-services-tabs .desc {
  line-height: 24px;
}
.home-services-tabs .desc:not(:empty) {
  margin-bottom: 25px;
  min-height: 90px;
}
.home-services-tabs .tab-pane-row {
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
}
.home-services-tabs .tab-pane {
  position: relative;
  height: 100%;
  padding-bottom: 2rem;
}
.home-services-tabs a.item {
  cursor: pointer;
}
.home-services-tabs a.item:hover {
  text-decoration: none;
}
.home-services-tabs a.item:hover .text {
  text-decoration: underline;
}
.home-services-tabs .item {
  line-height: 20px;
  margin-bottom: 30px;
  padding: 0 15px;
  min-height: 60px;
  align-items: flex-start;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (min-width: 992px) {
  .home-services-tabs .item {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
@media (max-width: 575.98px) {
  .home-services-tabs .item {
    flex: 0 0 100%;
    max-width: 100%;
    min-height: 43px;
  }
}
.home-services-tabs .item .icon {
  font-size: 5.6rem;
  line-height: 3.8rem;
  font-weight: 400;
  flex: 0 0 45px;
  margin-right: 15px;
}
.home-services-tabs .item .icon:empty {
  visibility: hidden;
}
@media (max-width: 1199.98px) {
  .home-services-tabs .item .icon {
    font-size: 38px;
  }
}
@media (max-width: 991.98px) {
  .home-services-tabs .item .icon {
    font-size: 38px;
  }
}
.home-services-tabs .item .icon svg, .home-services-tabs .item .icon img {
  width: auto;
  max-width: 45px;
  max-height: 45px;
}
.home-services-tabs .item .icon img[src=""] {
  display: none;
}
.home-services-tabs .item .text {
  -webkit-line-clamp: 2;
}
@media (max-width: 1199.98px) {
  .home-services-tabs .item .text {
    -webkit-line-clamp: 3;
  }
}
.home-services-tabs .view-all {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 12px;
}

#home-services-tab-2 .item {
  align-items: center;
}
@media (max-width: 1199.98px) {
  #home-services-tab-2 .item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
#home-services-tab-2 .item .icon {
  color: #E55151;
  min-width: 125px;
  text-align: center;
}
@media (max-width: 1199.98px) {
  #home-services-tab-2 .item .icon {
    min-width: 90px;
  }
}
#home-services-tab-2 .item .text {
  padding-top: 0;
}

#home-services-tab-3 .item {
  color: #2A5FCB;
  text-decoration: underline;
}
#home-services-tab-3 .item:hover {
  text-decoration: none;
}
#home-services-tab-3 .item .text {
  -webkit-line-clamp: 3;
}

#home-services-tab-4 .item .icon {
  flex: 0 0 30px;
}
#home-services-tab-4 .item .icon svg, #home-services-tab-4 .item .icon img {
  max-width: 30px;
}
@media (max-width: 575.98px) {
  #home-services-tab-4 .item {
    min-height: 50px;
  }
}

.home-journal {
  padding: 12rem 0 6rem;
}
@media (max-width: 575.98px) {
  .home-journal {
    padding: 60px 0 45px;
  }
}
.home-journal .title-link a {
  color: rgba(62, 62, 62, 0.7);
  font-weight: 500;
  text-transform: uppercase;
  flex-basis: 295px;
  justify-content: flex-end;
  padding: 8px 0;
}
.home-journal .title-link a:hover {
  text-decoration: none;
  color: #2A5FCB;
}
.home-journal .title-link a:hover svg path {
  fill: #2A5FCB;
}
.home-journal .title-link a svg {
  margin-left: 25px;
  margin-top: -2px;
  width: 30px;
}
@media (max-width: 575.98px) {
  .home-journal .title-link a {
    flex-basis: auto;
  }
  .home-journal .title-link a svg {
    width: 15px;
    height: 15px;
    margin-left: 12px;
  }
}

.home-journal-row {
  flex-wrap: wrap;
  justify-content: space-between;
}
.home-journal-row .journal-item.main {
  flex: 0 0 54%;
  max-width: 54%;
}
@media (max-width: 991.99px) {
  .home-journal-row .journal-item.main {
    flex: 0 0 60%;
    max-width: 60%;
  }
}
@media (max-width: 575.98px) {
  .home-journal-row .journal-item.main {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.home-journal-row .journal-list {
  flex: 0 0 40%;
}
@media (max-width: 991.99px) {
  .home-journal-row .journal-list {
    flex: 0 0 36%;
  }
}
@media (max-width: 575.98px) {
  .home-journal-row .journal-list {
    flex: 0 0 100%;
    padding: 0 5px;
  }
}
.home-journal-row .journal-list .link:last-child > .journal-item {
  border-bottom: 1px solid transparent;
}
.home-journal-row .journal-list .link:hover {
  text-decoration: none;
}
.home-journal-row .journal-list .link:hover .title {
  text-decoration: underline;
}

.journal-item .link:hover {
  text-decoration: none;
}
.journal-item .link:hover .title {
  text-decoration: underline;
}
.journal-item .title {
  color: #3E3E3E;
  -webkit-line-clamp: 2;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 20px;
}
@media (max-width: 575.98px) {
  .journal-item .title {
    margin-bottom: 10px;
  }
}
.journal-item .journal-item-opt .icon {
  width: 20px;
  height: 20px;
  margin: 0 8px;
}
.journal-item .journal-item-opt .icon svg {
  max-width: 100%;
}
@media (max-width: 575.98px) {
  .journal-item .journal-item-opt .icon {
    width: 15px;
    height: 15px;
  }
}
.journal-item .journal-item-opt .tooltip:hover {
  cursor: pointer;
}
.journal-item .journal-item-opt .tooltip:hover span {
  animation: tooltips-left 300ms ease-out forwards;
}
.journal-item .journal-item-opt .tooltip span {
  box-shadow: 0 3px 30px rgba(34, 34, 34, 0.1);
  bottom: -30px;
  left: 50%;
}
.journal-item .date {
  color: #A5A5A5;
  font-weight: 500;
  margin: 0 15px 0 0;
}
@media (max-width: 575.98px) {
  .journal-item .date {
    font-size: 12px;
  }
}
.journal-item.main {
  display: flex;
  flex-direction: column;
  height: 100%;
  -webkit-box-shadow: 0 -1rem 3rem rgba(62, 62, 62, 0.1);
  -moz-box-shadow: 0 -1rem 3rem rgba(62, 62, 62, 0.1);
  box-shadow: 0 -1rem 3rem rgba(62, 62, 62, 0.1);
  border-radius: 1rem;
}
@media (max-width: 575.98px) {
  .journal-item.main {
    border-radius: 5px;
    margin-bottom: 30px;
  }
}
.journal-item.main .img {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 32.5rem;
  border-radius: 1rem 1rem 0 0;
  align-items: flex-start;
  background: #F9FBFE;
}
@media (max-width: 575.98px) {
  .journal-item.main .img {
    border-radius: 5px 5px 0 0;
    height: 255px;
    align-items: flex-start;
  }
}
@media (max-width: 567.98px) {
  .journal-item.main .img {
    height: 150px;
  }
}
.journal-item.main .img img, .journal-item.main .img svg {
  max-width: 120%;
  position: relative;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.journal-item.main .img img {
  display: none;
}
.journal-item.main .img img[src] {
  display: block;
}
.journal-item.main .text {
  padding: 20px 30px;
  border: 1px solid #ececec;
  border-radius: 0 0 1rem 1rem;
}
@media (max-width: 575.98px) {
  .journal-item.main .text {
    padding: 15px 15px;
  }
}
.journal-item.main .title {
  font-size: 14px;
}
.journal-item.list {
  padding: 3rem 0 2rem;
  border-bottom: 1px solid #DFE7F7;
}
@media (max-width: 575.98px) {
  .journal-item.list {
    padding: 15px 0;
  }
}
.journal-item.list .title {
  max-height: 40px;
  margin-bottom: 0;
}
.journal-item.list .journal-item-opt {
  margin-top: 4rem;
}
@media (max-width: 991.98px) {
  .journal-item.list .journal-item-opt {
    margin-top: 3rem;
  }
}
@media (max-width: 575.98px) {
  .journal-item.list .journal-item-opt {
    margin-top: 15px;
  }
}

.home-recommend {
  padding: 6rem 0 12rem;
}
@media (max-width: 575.98px) {
  .home-recommend {
    padding: 30px 0 60px;
  }
}
.home-recommend .s-title {
  margin-bottom: 6rem;
}
@media (max-width: 575.98px) {
  .home-recommend .s-title {
    margin-bottom: 45px;
  }
}

.home-recommend-row {
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-right: -15px;
  margin-left: -15px;
}
@media (max-width: 767.98px) {
  .home-recommend-row {
    flex-wrap: wrap;
  }
}
.home-recommend-row .home-recommend-item {
  background: #27AE60;
  flex: 0 33%;
  max-width: 100%;
  margin: 0 15px;
}
.home-recommend-row .home-recommend-item:hover {
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .home-recommend-row .home-recommend-item {
    margin: 0 15px 30px;
  }
}
.home-recommend-row .home-recommend-item:nth-child(1) {
  flex: 1 1 40%;
}
@media (max-width: 1199.98px) {
  .home-recommend-row .home-recommend-item:nth-child(1) {
    flex: 1 1  35%;
  }
}
.home-recommend-row .home-recommend-item:nth-child(1) .icon {
  max-width: 53px;
}
@media (max-width: 575.98px) {
  .home-recommend-row .home-recommend-item:nth-child(1) .icon {
    max-width: 45px;
  }
}
.home-recommend-row .home-recommend-item:nth-child(2) {
  flex: 1 1 31%;
}
@media (max-width: 1199.98px) {
  .home-recommend-row .home-recommend-item:nth-child(2) {
    flex: 1 1 30%;
  }
}
.home-recommend-row .home-recommend-item:nth-child(2) .icon {
  max-width: 45px;
}
@media (max-width: 575.98px) {
  .home-recommend-row .home-recommend-item:nth-child(2) .icon {
    max-width: 35px;
  }
}
.home-recommend-row .home-recommend-item:nth-child(3) {
  flex: 1 1 23%;
}
@media (max-width: 1199.98px) {
  .home-recommend-row .home-recommend-item:nth-child(3) {
    flex: 1 1 30%;
  }
}
@media (max-width: 575.98px) {
  .home-recommend-row .home-recommend-item:nth-child(3) .icon {
    max-width: 42px;
  }
}
.home-recommend-row .home-recommend-item:nth-child(3) .desc {
  max-width: 100%;
}
@media (max-width: 991.98px) {
  .home-recommend-row .home-recommend-item:nth-child(1), .home-recommend-row .home-recommend-item:nth-child(2), .home-recommend-row .home-recommend-item:nth-child(3) {
    flex: 1 1 32%;
  }
}
@media (max-width: 575.98px) {
  .home-recommend-row .home-recommend-item:nth-child(1), .home-recommend-row .home-recommend-item:nth-child(2), .home-recommend-row .home-recommend-item:nth-child(3) {
    flex: 1 1 100%;
  }
}

.home-recommend-item {
  flex-direction: column;
  justify-content: space-between;
  border-radius: 1rem;
  color: #fff;
  padding: 3rem 3rem 4.5rem;
  height: 44rem;
}
.home-recommend-item:hover, .home-recommend-item:focus {
  color: #fff;
  text-decoration: none;
}
.home-recommend-item:hover .more {
  text-decoration: underline;
}
@media (max-width: 575.98px) {
  .home-recommend-item {
    margin-bottom: 20px;
    padding: 30px 15px;
    height: auto;
    min-height: 310px;
  }
  .home-recommend-item:last-child {
    margin-bottom: 0;
  }
}
.home-recommend-item .icon {
  max-width: 46px;
  margin-bottom: 4rem;
  height: 50px;
}
@media (max-width: 575.98px) {
  .home-recommend-item .icon {
    margin-bottom: 20px;
    max-width: 45px;
  }
}
.home-recommend-item .title {
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  -webkit-line-clamp: 2;
  height: 60px;
  margin-bottom: 5px;
  color: #fff;
}
@media (max-width: 575.98px) {
  .home-recommend-item .title {
    font-size: 20px;
    height: auto;
    margin-bottom: 25px;
  }
}
.home-recommend-item .desc {
  -webkit-line-clamp: 3;
  line-height: 20px;
  max-width: 90%;
  height: 60px;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .home-recommend-item .desc {
    height: 70px;
  }
  .home-recommend-item .desc br {
    display: none;
  }
}
.home-recommend-item .more {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 575.98px) {
  .home-recommend-item .more {
    font-size: 16px;
  }
}
.home-recommend-item .more svg {
  width: 10px;
  height: 17px;
  margin-left: 19px;
}
@media (max-width: 575.98px) {
  .home-recommend-item .more svg {
    width: 9px;
    height: 16px;
  }
}

.home-header-slide .img {
  position: relative;
  display: -ms-flexbox;
  transform: translateZ(0);
}
.home-header-slide .img svg {
  overflow: visible;
  position: relative;
  z-index: 10;
}
.home-header-slide .img img {
  position: relative;
  z-index: 10;
}
@media (min-width: 992px) {
  .home-header-slide .img img {
    max-width: initial;
  }
}
.home-header-slide .img img[src=""] {
  display: none;
}

.rel {
  position: relative;
  z-index: 5;
}

.d-dot, .d-paper, .d-sign, .d-light, .d-arrow-1, .d-arrow-2, .d-ros, .d-paper, .d-glass, .b-arrow-1, .b-arrow-2, .b-ros {
  animation-fill-mode: forwards;
  opacity: 0;
  animation-delay: 1s;
}

/* slide 1 */
.a-arrow-1, .a-arrow-2 {
  animation-duration: 4s;
  position: absolute;
}
@media (max-width: 991.98px) {
  .a-arrow-1, .a-arrow-2 {
    width: 40px;
  }
}

.a-arrow-1 {
  top: 9%;
  left: 47%;
}
@media (max-width: 991.98px) {
  .a-arrow-1 {
    top: 5%;
  }
}

.slick-current .a-arrow-1 {
  animation-name: a-arrow-1;
}

@keyframes a-arrow-1 {
  0% {
    transform: translate(-50px, 10px);
  }
  25% {
    transform: translate(0, 0);
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
.a-arrow-2 {
  top: 0;
  left: 53%;
}
@media (max-width: 991.98px) {
  .a-arrow-2 {
    top: -5%;
  }
}

.slick-current .a-arrow-2 {
  animation-name: a-arrow-2;
}

@keyframes a-arrow-2 {
  0% {
    transform: translate(40px, -10px);
  }
  25% {
    transform: translate(0, 0);
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
.a-ros {
  position: absolute;
  top: 0;
  left: 38%;
  animation-duration: 4s;
}
@media (max-width: 991.98px) {
  .a-ros {
    top: -5%;
    width: 35px;
  }
}

.slick-current .a-ros {
  animation-name: a-ros;
}

@keyframes a-ros {
  0% {
    transform: translate(0, -60px);
  }
  25% {
    transform: translate(0, 0);
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
.a-window {
  position: absolute;
  top: 20%;
  left: 32%;
  z-index: 15;
}
@media (max-width: 991.98px) {
  .a-window {
    top: 8%;
    left: 28%;
    z-index: 15;
    width: 50%;
  }
}

.a-paper {
  animation-duration: 4s;
}

.slick-current .a-paper {
  animation-name: a-paper;
}

@keyframes a-paper {
  0% {
    opacity: 0;
  }
  30% {
    transform: translate(-30px, -60px);
    opacity: 0;
  }
  60% {
    transform: translate(0, 0);
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
.a-glass {
  position: absolute;
  top: 83%;
  left: 26%;
  animation-duration: 4s;
}
@media (max-width: 991.98px) {
  .a-glass {
    width: 85px;
    left: 20%;
  }
}

.slick-current .a-glass {
  animation-name: a-glass;
}

@keyframes a-glass {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* slide 2 */
.b-text {
  width: 90px;
  display: inline-block;
  position: absolute;
  z-index: 20;
  top: 21%;
  left: 60%;
  transform: skew(8deg, 32deg);
  user-select: none;
}
@media (max-width: 991.98px) {
  .b-text {
    width: 80px;
    top: 21%;
    left: 62%;
  }
}
.b-text svg {
  max-width: 100%;
  z-index: 25;
}
.b-text path, .b-text line {
  fill: none;
  stroke: #fff;
  stroke-width: 4px;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dashoffset: 0;
  stroke-dasharray: 360;
  opacity: 0;
}
.b-text path#b-text-2, .b-text line#b-text-2 {
  animation-delay: 0s;
}
.b-text path#b-text-plus, .b-text line#b-text-plus {
  animation-delay: .5s;
}
.b-text path#b-text-2-2, .b-text line#b-text-2-2 {
  animation-delay: 1s;
}
.b-text path#b-text-rovno, .b-text line#b-text-rovno {
  animation-delay: 1.5s;
}
.b-text path#b-text-4, .b-text line#b-text-4 {
  animation-delay: 2s;
}

.slick-current .b-text path, .slick-current .b-text line {
  animation: b-text 3s forwards;
}

@keyframes b-text {
  0%, 25% {
    stroke-dashoffset: 360;
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
}
.b-clock {
  position: absolute;
  z-index: 15;
  width: 80px;
  top: 5%;
}
@media (max-width: 991.98px) {
  .b-clock {
    width: 60px;
    top: 8%;
  }
}
.b-clock svg {
  width: 80px;
  height: 80px;
}
@media (max-width: 991.98px) {
  .b-clock svg {
    width: 70px;
    height: 70px;
  }
}

.b-clock-skew {
  position: absolute;
  z-index: 15;
  border-radius: 50%;
  border: 1px solid transparent;
  background: #20A8E4;
  width: 41px;
  height: 41px;
  top: 21px;
  left: 24px;
  transform: skew(20deg, -50deg);
}
@media (max-width: 991.98px) {
  .b-clock-skew {
    width: 34px;
    height: 34px;
    top: 21px;
    left: 17px;
  }
}
.b-clock-skew:after {
  background: #128BC1;
  border-radius: 50%;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 15%;
  height: 15%;
  z-index: 10;
}
@media (max-width: 991.98px) {
  .b-clock-skew:after {
    width: 5px;
    height: 5px;
    left: 49%;
  }
}

.b-hours-container, .b-minutes-container, .b-seconds-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.b-hours-container {
  animation: b-clock 43200s infinite linear;
  transform: rotate(90deg);
}

.b-minutes-container {
  animation: b-clock 3600s infinite linear;
  transform: rotate(15deg);
}

.b-seconds-container {
  animation: b-clock 60s infinite linear;
}

.b-hours {
  position: absolute;
  background: #2997C9;
  border-radius: 2px;
  height: 20%;
  left: 48.75%;
  top: 25%;
  transform-origin: 50% 100%;
  width: 1.6px;
  z-index: 6;
}

.b-minutes {
  position: absolute;
  background: #2997C9;
  border-radius: 2px;
  height: 40%;
  left: 49%;
  top: 10%;
  transform-origin: 50% 100%;
  width: 2%;
  z-index: 7;
}

.b-seconds {
  position: absolute;
  border-radius: 2px;
  background: #128BC1;
  height: 40%;
  left: 49.5%;
  top: 10%;
  transform-origin: 50% 100%;
  width: 1px;
  z-index: 8;
}

@keyframes b-clock {
  100% {
    transform: rotateZ(360deg);
  }
}
.b-diploma {
  position: absolute;
  top: 27%;
  left: 0;
  z-index: 15;
}

.slick-current .b-diploma {
  animation: b-diploma 4s forwards;
}

@keyframes b-diploma {
  0% {
    transform: translate(-20px, -20px);
  }
  50% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}
.b-hand {
  position: absolute;
  top: 42.5%;
  left: 52%;
  z-index: 10;
}

.slick-current .b-hand {
  animation: b-hand 4s forwards;
}

@keyframes b-hand {
  0% {
    transform: rotate(-6deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-4deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/* slide 3 */
.c-arrow-1, .c-arrow-2 {
  position: absolute;
  z-index: 10;
  animation-duration: 4s;
}
@media (max-width: 991.98px) {
  .c-arrow-1, .c-arrow-2 {
    width: 40px;
  }
  .c-arrow-1 svg, .c-arrow-2 svg {
    width: 100%;
    height: 35px;
  }
}

.c-arrow-1 {
  top: 16%;
  left: 85%;
}
@media (max-width: 991.98px) {
  .c-arrow-1 {
    top: 6%;
    left: 80%;
  }
}

.slick-current .c-arrow-1 {
  animation-name: c-arrow-1;
}

@keyframes c-arrow-1 {
  0% {
    transform: translate(-50px, 10px);
  }
  25% {
    transform: translate(0, 0);
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
.c-arrow-2 {
  top: 8%;
  left: 90%;
}
@media (max-width: 991.98px) {
  .c-arrow-2 {
    top: -5%;
    left: 86%;
  }
}

.slick-current .c-arrow-2 {
  animation-name: c-arrow-2;
}

@keyframes c-arrow-2 {
  0% {
    transform: translate(40px, -10px);
  }
  25% {
    transform: translate(0, 0);
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
.c-ros {
  position: absolute;
  top: 8%;
  left: 77%;
}
@media (max-width: 991.98px) {
  .c-ros {
    width: 35px;
    top: -4%;
    left: 70%;
  }
}

.slick-current .c-ros {
  animation: c-ros 4s forwards;
}

@keyframes c-ros {
  0% {
    transform: translate(-30px, -30px);
  }
  50% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}
.c-key {
  display: inline-block;
  position: absolute;
  top: 39.5%;
  left: 87%;
  z-index: 1;
  animation-iteration-count: infinite;
  animation-duration: 4s;
  animation-name: c-key;
}
@media (max-width: 991.98px) {
  .c-key {
    top: 37.4%;
    left: 71.6%;
    width: 12px;
  }
}
.c-key svg {
  z-index: 1 !important;
}

@keyframes c-key {
  0% {
    transform: rotate3d(0, 1, 0, 0deg);
  }
  25% {
    transform: rotate3d(0, 1, 0, -60deg);
  }
  50% {
    transform: rotate3d(0, 1, 0, 0deg);
  }
  75% {
    transform: rotate3d(0, 1, 0, -60deg);
  }
  100% {
    transform: rotate3d(0, 1, 0, 0deg);
  }
}
/* slide 4 */
.d-cloud {
  position: absolute;
  top: 0;
  left: -10px;
  z-index: 15;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .d-cloud {
    width: 30%;
    left: -4px;
    overflow: visible;
  }
}

.d-dot {
  position: absolute;
  top: 42%;
  left: 27%;
  z-index: 15;
  animation-duration: 4s;
  opacity: 0;
}
@media (max-width: 991.98px) {
  .d-dot {
    width: 12px;
    left: 28.5%;
    top: 43%;
  }
}

.slick-current .d-dot {
  animation-name: d-dot;
}
@media (max-width: 991.98px) {
  .slick-current .d-dot {
    animation-name: d-dot-md;
  }
}

@keyframes d-dot {
  0% {
    transform: translate(50px, 30px);
    -ms-transform: translate(50px, 30px);
    opacity: 1;
  }
  25% {
    transform: translate(-45px, -30px);
    -ms-transform: translate(-45px, -30px);
    opacity: 1;
  }
  50% {
    transform: translate(-45px, -120px);
    -ms-transform: translate(-45px, -120px);
    opacity: 1;
  }
  75% {
    transform: translate(-45px, -120px);
    -ms-transform: translate(-45px, -120px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes d-dot-md {
  0% {
    transform: translate(50px, 30px);
    -ms-transform: translate(50px, 30px);
    opacity: 1;
  }
  25% {
    transform: translate(-40px, -30px);
    -ms-transform: translate(-45px, -30px);
    opacity: 1;
  }
  50% {
    transform: translate(-38px, -100px);
    -ms-transform: translate(-45px, -100px);
    opacity: 1;
  }
  75% {
    transform: translate(-38px, -100px);
    -ms-transform: translate(-45px, -100px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.d-paper {
  animation-duration: 4s;
}

.slick-current .d-paper {
  animation-name: d-paper;
}

@keyframes d-paper {
  0% {
    opacity: 0;
  }
  50% {
    transform: translate(30px, -60px);
    opacity: 0;
  }
  75% {
    transform: translate(0, 0);
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
.d-sign {
  animation-duration: 4s;
}

.slick-current .d-sign {
  animation-name: d-sign;
}

@keyframes d-sign {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.d-lamp {
  position: absolute;
  top: 62.5%;
  left: 76.5%;
  z-index: 15;
}
@media (max-width: 991.98px) {
  .d-lamp {
    top: 61%;
    left: 79%;
    width: 14%;
  }
}

.d-light {
  transform: scale(1);
  animation-duration: 4s;
}

.slick-current .d-light {
  animation-name: d-light;
}

@keyframes d-light {
  0% {
    opacity: 0;
  }
  15% {
    opacity: .5;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.d-body {
  position: absolute;
  top: 48%;
  left: 34%;
  z-index: 15;
}
@media (max-width: 991.98px) {
  .d-body {
    top: 46.5%;
    left: 35%;
    width: 37%;
  }
}

.d-hand-1 {
  animation-iteration-count: infinite;
  animation-duration: 1.5s;
  animation-name: d-hand-1;
}

/*
@keyframes d-hand-1 {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(-1px, 1px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}*/
@keyframes d-hand-1 {
  0% {
    transform: rotate3d(1, 1, 1, -1deg);
  }
  50% {
    transform: rotate3d(1, 1, 1, 0deg);
  }
  100% {
    transform: rotate3d(1, 1, 1, -1deg);
  }
}
.d-hand-2 {
  animation-iteration-count: infinite;
  animation-duration: 1.5s;
  animation-name: d-hand-2;
}

@keyframes d-hand-2 {
  0% {
    transform: rotate3d(1, 1, 1, 1deg);
  }
  50% {
    transform: rotate3d(1, 1, 1, 0deg);
  }
  100% {
    transform: rotate3d(1, 1, 1, 1deg);
  }
}
/* slide 5 */
.e-youtube {
  position: absolute;
  z-index: 109;
  top: 28%;
  left: 49%;
  animation-duration: 3s;
  max-width: 54px;
  max-height: 73px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .e-youtube {
    top: 28%;
    left: 45%;
    width: 12%;
  }
}

.slick-current .e-youtube {
  animation-name: e-youtube;
}

@keyframes e-youtube {
  0% {
    transform: translate(-30px, -30px);
    opacity: 0;
  }
  75% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
  100% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}
.e-body {
  position: absolute;
  top: 28.5%;
  left: 15%;
  z-index: 15;
}
@media (max-width: 991.98px) {
  .e-body {
    top: 25%;
    left: 13%;
    z-index: 15;
    width: 26%;
  }
}

.e-hand-1 {
  animation-duration: 4s;
  transform: rotate3d(1, 1, 1, 4deg);
}

.slick-current .e-hand-1 {
  animation-name: e-hand-1;
}

@keyframes e-hand-1 {
  0% {
    transform: rotate3d(1, 1, 1, 0deg);
    opacity: 1;
  }
  25% {
    transform: rotate3d(1, 1, 1, 4deg);
    opacity: 1;
  }
  75% {
    transform: rotate3d(1, 1, 1, 4deg);
    opacity: 1;
  }
  100% {
    transform: rotate3d(1, 1, 1, 4deg);
    opacity: 1;
  }
}
/* book */
.e-book {
  height: 106px;
  width: 90px;
  position: absolute;
  z-index: 120;
  left: 35%;
  top: 81%;
  transform: translateZ(-10px) rotateX(60deg) rotateZ(-45deg) rotateY(-180deg) skew(0deg, 2deg);
  transform-style: preserve-3d;
  transform-origin: 0 0 0;
}
@media (max-width: 991.98px) {
  .e-book {
    top: 81%;
    left: 30%;
    width: 20%;
    height: 23%;
  }
}

.slick-current .e-book {
  animation: e-book 4s ease-in-out forwards;
  animation-delay: 1s;
}

@keyframes e-book {
  100% {
    transform: translateZ(-10px) rotateX(53deg) rotateZ(-46deg) rotateY(0deg) skew(0deg, -2deg);
  }
}
.e-book div {
  width: 8px;
  height: 100px;
  position: absolute;
  top: 0;
  left: calc(100% - 1px);
  transform-origin: 0 100%;
  transform-style: preserve-3d;
  background: #fafafa;
  z-index: 20;
}
@media (max-width: 991.98px) {
  .e-book div {
    width: 5.6px;
    height: 68px;
  }
}
.e-book div:before, .e-book div:after {
  content: '';
  width: calc(100% + 1px);
  height: 6px;
  background: #fafafa;
  position: absolute;
  left: 0;
  z-index: 10;
}
.e-book div:before {
  top: 0;
}
.e-book div:after {
  bottom: 0;
}
.e-book div.last:before, .e-book div.last:after {
  width: 100%;
}

.e-book .e-book-inn {
  transform: rotateY(0.4deg);
  background: #fafafa;
  transform-origin: -100% 0;
}
.e-book .e-book-inn div {
  flex-direction: column;
  justify-content: space-around;
}
.e-book .e-book-inn div span {
  width: calc(100% + 1px);
  height: 2px;
  margin-bottom: 1.5px;
  background: #e0e0e0;
}
.e-book .e-book-inn div .last {
  background: #fafafa;
}

.e-book > div {
  left: 0;
}

.slick-current .e-book div > div {
  animation: page 4s ease-in-out forwards;
  animation-delay: 1s;
}

@keyframes page {
  25% {
    transform: rotateY(4deg) scaleX(1);
  }
  50% {
    transform: rotateY(4deg) scaleX(1.02);
  }
  65% {
    transform: rotateY(5deg);
  }
  100% {
    transform: rotateY(0deg) scaleX(1.025);
  }
}

/*# sourceMappingURL=style.css.map */
