/*********************************** FONT STYLES **********************************/
@font-face {
  src: url("../fonts/ClearSans-Light.ttf");
  font-family: "ClearSans-Light";
}
@font-face {
  src: url("../fonts/ClearSans-Regular.ttf");
  font-family: "ClearSans-Reg";
}
@font-face {
  src: url("../fonts/ClearSans-Medium.ttf");
  font-family: "ClearSans-Med";
}
@font-face {
  src: url("../fonts/ClearSans-Thin.ttf");
  font-family: "ClearSans-Thin";
}
@font-face {
  src: url("../fonts/ClearSans-Bold.ttf");
  font-family: "ClearSans-Bold";
}
* {
  padding: 0;
  margin: 0;
}
a {
  display: block;
  text-decoration: none;
}
img {
  vertical-align: top;
}
ul {
  list-style: none;
}
.btn-group {
  text-align: center;
}
.btn {
  display: inline-block;
  background: #f25a3b;
  color: #fff;
  font: 17px "ClearSans-Reg", sans-serif;
  line-height: 18px;
  text-transform: uppercase;
  border: 0;
  outline: none;
  padding: 16px 105px;
  cursor: pointer;
}
.btn--software {
  border: 2px solid #f25a3b;
  background: #fff;
  color: #f25a3b;
  font-size: 18px;
  padding: 14px 46px;
}
.btn--software:hover {
  color: #fff;
  border-color: #fa826a;
}
.btn--software:active {
  color: #fff;
  border-color: #c0442a;
}
.btn:hover {
  background: #fa826a;
}
.btn:active {
  background: #c0442a;
}
.header {
  background-image: url("../img/header-top-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100px;
  width: 100%;
}
.logo {
  text-align: center;
  padding-top: 16px;
}
.section {
  padding-bottom: 40px;
}
.section--book {
  background: #f3fafd;
}
.section--software {
  background: #215368;
}
.section--software h1 {
  color: #fff;
}
.section--resources {
  background: #174052;
  padding-bottom: 0;
}
.section__title {
  font: 22px "ClearSans-Light", sans-serif;
  color: #fff;
  line-height: 36px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
}
.section__header {
  font: 36px "ClearSans-Light", sans-serif;
  color: #000;
  line-height: 36px;
  text-align: center;
  margin-top: 35px;
  margin-bottom: 40px;
}
.section__header--book {
  margin-top: 25px;
}
.section-top {
  background-image: url("../img/section-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  width: 100%;
}
.panel-wrap {
  text-align: center;
}
.panel {
  float: none;
  display: inline-block;
}
.panel__content {
  background: rgba(0, 0, 0, 0.8);
  border: 4px solid #fff;
  margin-top: 80px;
  padding: 15px 20px 25px 20px;
}
.panel__title {
  font: 36px "ClearSans-Light", sans-serif;
  line-height: 45px;
  font-weight: normal;
  color: #fff;
}
.panel__sub-title {
  font: 24px "ClearSans-Light", sans-serif;
  line-height: 24px;
  color: #fff;
  margin-top: 22px;
}
.panel__body {
  text-align: left;
  margin-top: 35px;
}
.panel__body p {
  font: 16px "ClearSans-Reg", sans-serif;
  color: #fff;
  line-height: 30px;
}
.choose-item {
  margin-bottom: 40px;
  text-align: left;
}
.choose-item__img {
  float: left;
}
.choose-item__content {
  padding-left: 80px;
  padding-top: 18px;
}
.choose-item__content__title {
  font: 22px "ClearSans-Light", sans-serif;
  color: #169dd7;
  line-height: 22px;
  margin-bottom: 10px;
  letter-spacing: -1px;
}
.choose-item__content__text {
  font: 16px "ClearSans-Reg", sans-serif;
  color: #000;
  line-height: 25px;
}
.book-item__img {
  max-width: 100%;
}
.book-item__text {
  font: 18px "ClearSans-Light", sans-serif;
  color: #000;
  line-height: 30px;
  padding-top: 35px;
}
.book-item__text > span {
  display: block;
}
.slider-wrap {
  position: relative;
  overflow: hidden;
}
.slider {
  text-align: center;
  margin: 0;
  padding: 0;
  left: 0;
  width: 100000px;
  position: relative;
}
.slider:after {
  content: "";
  display: block;
  clear: both;
}
.slider__item {
  float: left;
}
.slider__item__img {
  width: 158px;
  height: 158px;
}
.slider__item__title {
  font: 24px "ClearSans-Light", sans-serif;
  line-height: 45px;
  color: #000;
}
.slider__item__sub-title {
  font: 16px "ClearSans-Light", sans-serif;
  color: #737373;
}
.slider__arrow {
  display: block;
  position: absolute;
  top: 70px;
  width: 22px;
  height: 25px;
  cursor: pointer;
}
.slider__arrow--left {
  left: 0;
  background: url("../img/i-left-arrow.png") no-repeat 0 0;
}
.slider__arrow--left:hover {
  background: url("../img/i-left-arrow-hover.png") no-repeat 0 0;
}
.slider__arrow--left:active {
  background: url("../img/i-left-arrow-active.png") no-repeat 0 0;
}
.slider__arrow--right {
  left: 214px;
  background: url("../img/i-right-arrow.png") no-repeat 0 0;
}
.slider__arrow--right:hover {
  background: url("../img/i-right-arrow-hover.png") no-repeat 0 0;
}
.slider__arrow--right:active {
  background: url("../img/i-right-arrow-active.png") no-repeat 0 0;
}
.user-item__text {
  font: 18px "ClearSans-Light", sans-serif;
  color: #000;
  line-height: 30px;
  padding: 23px 0;
  text-align: left;
}
.software-item {
  text-align: center;
  background: #fff;
  padding-top: 50px;
  padding-bottom: 40px;
  margin-bottom: 35px;
  box-shadow: 0 1px 2px 0 rgba(107, 130, 130, 0.3);
  height: 343px;
}
.software-item__img {
  height: 169px;
  margin-bottom: 0;
}
.software-item__img__img {
  vertical-align: top;
}
.software-footer__text {
  font: 18px "ClearSans-Light", sans-serif;
  line-height: 30px;
  color: #fff;
  margin-top: 35px;
}
.software-footer__text:first-child {
  margin-top: 0;
}
.software-footer__link {
  color: #97b9c8;
  font: 18px "ClearSans-Light", sans-serif;
  display: inline;
  border-bottom: 1px solid #97b9c8;
  outline: none;
}
.resources-item-wrap {
  text-align: center;
}
.resources-item__link-wrap {
  clear: both;
  padding-bottom: 15px;
}
.resources-item__link-wrap:after {
  content: "";
  display: block;
  clear: both;
}
.resources-item {
  display: inline-block;
  text-align: center;
}
.resources-item__link {
  display: inline-block;
  font: 18px "ClearSans-Light", sans-serifl;
  color: #8baebd;
  border-bottom: 1px solid #8baebd;
}
.footer-item {
  text-align: center;
}
.footer-item__title {
  font: 18px "ClearSans-Light", sans-serif;
  color: #000;
  padding-top: 30px;
}
.footer-item__copyright {
  font: 14px "ClearSans-Light", sans-serif;
  color: #bababa;
}
.social {
  font-size: 0;
  margin: 20px 0 25px 0;
}
.social__item {
  display: inline-block;
  font-size: 0;
  margin-left: 12px;
}
.social__item:first-child {
  margin-left: 0;
}
.social-icon {
  display: inline-block;
  width: 57px;
  height: 57px;
}
.social-icon--in {
  background: url("../img/i-in.png") no-repeat 0 0;
}
.social-icon--in:hover {
  background: url("../img/i-in-hover.png") no-repeat 0 0;
}
.social-icon--in:active {
  background: url("../img/i-in-active.png") no-repeat 0 0;
}
.social-icon--tw {
  background: url("../img/i-tw.png") no-repeat 0 0;
}
.social-icon--tw:hover {
  background: url("../img/i-tw-hover.png") no-repeat 0 0;
}
.social-icon--tw:active {
  background: url("../img/i-tw-active.png") no-repeat 0 0;
}
.social-icon--fb {
  background: url("../img/i-fb.png") no-repeat 0 0;
}
.social-icon--fb:hover {
  background: url("../img/i-fb-hover.png") no-repeat 0 0;
}
.social-icon--fb:active {
  background: url("../img/i-fb-active.png") no-repeat 0 0;
}
.social-icon--google {
  background: url("../img/i-google.png") no-repeat 0 0;
}
.social-icon--google:hover {
  background: url("../img/i-google-hover.png") no-repeat 0 0;
}
.social-icon--google:active {
  background: url("../img/i-google-active.png") no-repeat 0 0;
}
.collapse {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s ease-in;
}
.collapse.in {
  max-height: 500px;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.scroll-block {
  position: fixed;
  top: 140px;
  right: 25px;
  z-index: 1000;
}
.scroll-block__item {
  width: 11px;
  height: 11px;
  background: #d7d7d7;
  border-radius: 50%;
  margin-bottom: 17px;
}
.scroll-block__item:hover {
  background: #169dd7;
}
.scroll-block > a.active {
  background: #169dd7;
}
.go-up {
  display: none;
  position: fixed;
  bottom: 180px;
  right: 200px;
  width: 68px;
  height: 69px;
  background: url("../img/i-up.png") no-repeat 0 0;
  cursor: pointer;
  z-index: 1000;
}
.go-up:hover {
  background: url("../img/i-up-hover.png") no-repeat 0 0;
}
.go-up:active {
  background: url("../img/i-up-active.png") no-repeat 0 0;
}
.modal-backdrop {
  display: none;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1999;
  -webkit-transition: opacity .3s linear;
  -o-transition: opacity .3s linear;
  transition: opacity .3s linear;
}
.modal-backdrop.in {
  opacity: 1;
  display: block;
  -webkit-transition: opacity .3s linear;
  -o-transition: opacity .3s linear;
  transition: opacity .3s linear;
}
.modal {
  display: none;
  /*opacity: 0;*/
  width: 660px;
  position: fixed;
  top: 150px;
  margin-left: -330px;
  left: 50%;
  background: #fff;
  border-radius: 5px;
  z-index: 2000;
  overflow: hidden;
}
.modal__close {
  position: absolute;
  top: 11px;
  right: 12px;
  background: url("../img/i-close.png") no-repeat 0 0;
  width: 17px;
  height: 17px;
  cursor: pointer;
}
.modal__close:hover {
  background: url("../img/i-close-hover.png") no-repeat 0 0;
}
.modal__close:active {
  background: url("../img/i-close-active.png") no-repeat 0 0;
}
.modal__header > h3 {
  font: 24px "ClearSans-Reg", sans-serif;
  color: #000;
  line-height: 24px;
  padding: 27px 0 32px 17px;
}
/*.modal.in {*/
  /*opacity: 1;*/
  /*display: block;*/
  /*-webkit-transition: opacity .3s linear;*/
  /*-o-transition: opacity .3s linear;*/
  /*transition: opacity .3s linear;*/
/*}*/


.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.fade.in {
    opacity: 1;
}

.table {
  padding-bottom: 27px;
}
.table__item {
  padding: 7px 0;
  background: #fff;
}
.table__item--invert {
  background: #e3f3fa;
}
.table__item:after {
  content: "";
  display: block;
  clear: both;
}
.table__item__left {
  float: left;
  padding-left: 17px;
  font: 16px "ClearSans-Reg", sans-serif;
  color: #497081;
}
.table__item__right {
  float: right;
  font: 16px "ClearSans-Reg", sans-serif;
  color: #000;
  width: 182px;
  padding-right: 80px;
}
.resources-item-wrap {
  padding-bottom: 40px;
}
@media (max-width: 700px) {
  .modal {
    width: 320px;
    margin-left: -160px;
  }
  .table__item__right {
    float: left;
    padding-left: 17px;
  }
}
@media (max-width: 992px) {
  .slider__arrow--left {
    left: 50%;
    margin-left: -118px;
  }
  .slider__arrow--right {
    left: 50%;
    margin-left: 96px;
  }
}
@media (min-width: 320px) {
  .book-item-wrap {
    text-align: center;
  }
  .book-item {
    display: inline-block;
    text-align: left;
  }
  .book-item__img {
    text-align: center;
  }
  .user-item-wrap {
    text-align: center;
  }
  .user-item {
    display: inline-block;
  }
}
@media (max-width: 490px) {
  .panel__content {
    margin-top: 50px;
  }
}
