<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
html, body, div, span, p, ul, li, ol, label, h1, h2, h3, h4, h5, h6, section {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

button {
  cursor: pointer;
}

a:hover, a:focus {
  text-decoration: none;
}

.icon {
  display: inline-block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.p0 {
  padding: 0;
}

.pr0 {
  padding-right: 0;
}

.pl0 {
  padding-left: 0;
}

.pt0 {
  padding-top: 0;
}

.pb0 {
  padding-bottom: 0;
}

.pl15 {
  padding-left: 15px;
}

.m0 {
  margin: 0;
}

.mt0 {
  margin-top: 0;
}

.mr0 {
  margin-right: 0;
}

.ml0 {
  margin-left: 0;
}

.mb0 {
  margin-bottom: 0;
}

.mt20 {
  margin-top: 20px;
}

.mr20 {
  margin-right: 20px;
}

.ml20 {
  margin-left: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb16 {
  margin-bottom: 16px;
}

.mb30 {
  margin-bottom: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.mr-35 {
  margin-right: 35px;
}

.pt40 {
  padding-top: 40px;
}

.pt80 {
  padding-top: 80px;
}

.pt30 {
  padding-top: 30px;
}

.pr30 {
  padding-right: 30px;
}

.pl30 {
  padding-left: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.mt30 {
  margin-top: 30px;
}

.mr30 {
  margin-right: 30px;
}

.ml30 {
  margin-left: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.mt50 {
  margin-top: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mt60 {
  margin-top: 60px;
}

.mt80 {
  margin-top: 80px;
}

.btn-plain {
  outline: none;
  border: none;
  background-color: transparent;
}

.btn-plain:hover, .btn-plain:focus {
  text-decoration: none;
  outline: none;
  border: none;
}

button a {
  color: inherit;
}

button a:hover, button a:focus {
  text-decoration: none;
  color: inherit;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 9;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}

.logo-box {
  display: inline-block;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

.tac {
  text-align: center;
}

section a:hover, section a:focus {
  text-decoration: none;
  color: inherit;
}

.chat-content::-webkit-scrollbar {
  width: 3px;
  background-color: #F5F5F5;
}

.chat-content::-webkit-scrollbar-thumb {
  -webkit-border-radius: 1px;
          border-radius: 1px;
  -webkit-box-shadow: inset 0 0 6px #0db24c;
  background-color: #555;
}

@font-face {
  font-family: 'Gilroy Regular';
  src: url("../fonts/Gilroy/Gilroy-Regular.ttf");
}

@font-face {
  font-family: 'Gilroy Bold';
  src: url("../fonts/Gilroy/Gilroy-Bold.ttf");
}

@font-face {
  font-family: 'Gilroy Light';
  src: url("../fonts/Gilroy/Gilroy-Light.ttf");
}

@font-face {
  font-family: 'Gilroy Black';
  src: url("../fonts/Gilroy/Gilroy-Black.ttf");
}

@font-face {
  font-family: 'Gilroy Medium';
  src: url("../fonts/Gilroy/Gilroy-Medium.ttf");
}

@font-face {
  font-family: 'Gilroy ExtraBold';
  src: url("../fonts/Gilroy/Gilroy-Extrabold.ttf");
}

@font-face {
  font-family: 'SF Pro Text';
  src: url("../fonts/sf-pro-text/sf-pro-text-medium.otf");
  font-weight: 500;
}

@font-face {
  font-family: 'SF Pro Text';
  src: url("../fonts/sf-pro-text/sf-pro-text-regular.otf");
  font-weight: 400;
}

body {
  font-family: 'Gilroy Regular';
  font-size: 14px;
  overflow-x: hidden;
}

a {
  cursor: pointer;
}

p, span, a {
  font-family: 'Gilroy Regular';
}

h1, h2 {
  font-family: 'Gilroy Bold';
}

h3, h4 {
  font-family: 'Gilroy Medium';
}

header {
  padding: 40px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  z-index: 3;
  width: 100%;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo {
  height: 22px;
  display: inline-block;
  margin-right: 36px;
}

.logo img {
  height: 100%;
}

.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu li a {
  font-family: "Gilroy Regular";
  display: inline-block;
  padding: 0 15px;
  font-size: 17px;
  line-height: 140%;
  color: #6B7476;
  -webkit-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s;
}

.menu li a:hover, .menu li a:focus {
  color: #F6A632;
}

.title {
  font-family: "Gilroy Black";
  font-size: 70px;
  line-height: 110%;
  color: #222222;
}

.subtitle {
  font-family: "Gilroy Black";
  font-size: 30px;
  line-height: 110%;
  color: #222222;
}

.green-colored {
  color: #11859A !important;
}

.red-colored {
  color: #E64938 !important;
}

.purple-colored {
  color: #D293FF !important;
}

.blue-colored {
  color: #2ED3F1 !important;
}

.strawberry-colored {
  color: #EA7574 !important;
}

.menu-xs-head {
  display: none;
}

.call-menu {
  display: none;
}

.close-menu {
  display: none;
}

.main {
  padding-top: 105px;
  padding-bottom: 80px;
  background: url("../img/main/bg-main.png") no-repeat center/cover;
  position: relative;
}

.main-img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

.main .title {
  margin-bottom: 46px;
}

.main p {
  font-size: 24px;
  line-height: 150%;
  color: #525252;
}

.main p + .show-more {
  margin-top: 40px;
}

.main .show-more {
  margin-bottom: 70px;
}

.show-more {
  display: inline-block;
  text-align: center;
  background: #E6F2F4;
  -webkit-border-radius: 16px;
          border-radius: 16px;
  padding: 20px 35px;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  color: #11859A;
  font-family: "Gilroy Medium";
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.show-more:hover, .show-more:focus {
  color: #11859A;
}

.scroll-down {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.scroll-down-img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 20px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.scroll-down span {
  font-size: 16px;
  line-height: 100%;
  color: #B0B0B0;
}

.scroll-down .down-grey {
  margin-top: 4px;
  margin-left: 1.5px;
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.scroll-down:hover .down-grey {
  -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
          transform: translateY(3px);
}

.down-grey {
  background: url("../img/icon/grey-down.svg") no-repeat center/contain;
  width: 12px;
  height: 6px;
}

.grey-bg {
  background: #F6F6F6;
}

.about {
  overflow: hidden;
  position: relative;
}

.about-caption {
  padding: 80px 0;
}

.about-caption .title {
  margin-bottom: 65px;
}

.about-caption .subtitle {
  margin-bottom: 25px;
}

.about-caption p {
  font-weight: normal;
  font-size: 20px;
  line-height: 150%;
  color: #222222;
}

.about-caption p + .subtitle {
  margin-top: 50px;
}

.about video {
  top: -60px;
  right: 0;
  position: absolute;
  height: 100%;
  max-width: 700px;
}

.i-mobile {
  background: url("../img/icon/mobile.svg") no-repeat center/contain;
  width: 24px;
  height: 36px;
}

.i-tv {
  background: url("../img/icon/smart.svg") no-repeat center/contain;
  width: 36px;
  height: 36px;
}

.i-portal {
  background: url("../img/icon/portal.svg") no-repeat center/contain;
  width: 36px;
  height: 36px;
}

.i-games {
  background: url("../img/icon/game.svg") no-repeat center/contain;
  width: 28px;
  height: 36px;
}

.i-book {
  background: url("../img/icon/books.svg") no-repeat center/contain;
  width: 36px;
  height: 38px;
}

.i-cartoon {
  background: url("../img/icon/cartoon.svg") no-repeat center/contain;
  width: 40px;
  height: 32px;
}

.nav-item {
  text-align: center;
  cursor: pointer;
}

.nav-item-img {
  background: #FFFFFF;
  border: 2px dashed #FFDEAD;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 90px;
  height: 90px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s;
  position: relative;
}

.nav-item-img .active-shadow {
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFC674), to(#F6A632)), #F6A632;
  background: -webkit-linear-gradient(top, #FFC674 0%, #F6A632 100%), #F6A632;
  background: -o-linear-gradient(top, #FFC674 0%, #F6A632 100%), #F6A632;
  background: linear-gradient(180deg, #FFC674 0%, #F6A632 100%), #F6A632;
  -webkit-filter: blur(40px);
          filter: blur(40px);
  bottom: -6px;
  width: 50px;
  height: 50px;
  display: none;
  z-index: -1;
}

.nav-item span {
  font-size: 15px;
  line-height: 100%;
  color: #E18500;
  display: block;
  text-align: center;
  -webkit-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s;
}

.nav-item:hover .nav-item-img {
  border: 2px solid #FFDEAD;
}

.nav-item:hover span {
  color: #E64938;
  background: transparent;
}

.nav-item:hover .active-shadow {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFC674), to(#F6A632)), #F6A632;
  background: -webkit-linear-gradient(top, #FFC674 0%, #F6A632 100%), #F6A632;
  background: -o-linear-gradient(top, #FFC674 0%, #F6A632 100%), #F6A632;
  background: linear-gradient(180deg, #FFC674 0%, #F6A632 100%), #F6A632;
}

.platforms {
  padding: 40px 0 60px 0;
}

.nav-tabs {
  border-bottom: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nav-tabs li {
  padding: 0 20px;
}

.nav-tabs .active .nav-item-img {
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFC674), to(#F6A632)), #F6A632;
  background: -webkit-linear-gradient(top, #FFC674 0%, #F6A632 100%), #F6A632;
  background: -o-linear-gradient(top, #FFC674 0%, #F6A632 100%), #F6A632;
  background: linear-gradient(180deg, #FFC674 0%, #F6A632 100%), #F6A632;
}

.nav-tabs .active .nav-item-img .active-shadow {
  display: block;
}

.nav-tabs .active:hover .nav-item-img .active-shadow {
  display: block;
}

.nav-tabs .active .i-mobile {
  background: url("../img/icon/mobile-white.svg") no-repeat center/contain;
}

.nav-tabs .active .i-tv {
  background: url("../img/icon/smart-white.svg") no-repeat center/contain;
}

.nav-tabs .active .i-portal {
  background: url("../img/icon/portal-white.svg") no-repeat center/contain;
}

.nav-tabs .active .i-games {
  background: url("../img/icon/game-white.svg") no-repeat center/contain;
}

.nav-tabs .active .i-book {
  background: url("../img/icon/books-white.svg") no-repeat center/contain;
}

.nav-tabs .active .i-cartoon {
  background: url("../img/icon/cartoon-white.svg") no-repeat center/contain;
}

.tab-content {
  padding-top: 50px;
}

.apps {
  margin-top: 80px;
  position: relative;
}

.apps-caption {
  -webkit-border-radius: 12px;
          border-radius: 12px;
  border: 20px solid #FBFBFB;
}

.apps-caption-inner {
  -webkit-border-radius: 12px;
          border-radius: 12px;
  background: #FFFFFF;
  padding: 50px 50px 50px 455px;
  -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05), 0px 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05), 0px 1px 2px rgba(0, 0, 0, 0.05);
}

.apps-caption h2 {
  font-family: "Gilroy Black";
  font-size: 50px;
  line-height: 110%;
  color: #E18500;
  margin-bottom: 30px;
}

.apps-caption h2 span {
  font-family: "Gilroy Black";
  color: black;
}

.apps-caption p {
  font-size: 20px;
  line-height: 150%;
  color: #222222;
}

.apps-caption img {
  display: none;
}

.apps-img {
  position: absolute;
  left: -120px;
  bottom: -25px;
}

.apps-img img {
  max-width: 600px;
  max-height: 600px;
}

.apps-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 35px;
  margin-bottom: 10px;
}

.apps-links-item {
  margin-right: 10px;
}

.project-map {
  position: relative;
  padding: 70px 0;
}

.project-map-bg {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 500px;
}

.project-map-bg img {
  position: absolute;
}

.project-map-caption {
  position: relative;
  z-index: 2;
}

.project-map-caption .title {
  max-width: 350px;
}

.project-map-caption .row {
  padding-top: 150px;
}

.project-bg-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  margin: 0 20%;
}

.space-otto {
  left: 24%;
  top: 13.3%;
  width: 33%;
  z-index: 2;
  -webkit-animation: space-otto 4s ease-in-out infinite;
          animation: space-otto 4s ease-in-out infinite;
}

@-webkit-keyframes space-otto {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes space-otto {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.saturn-purple {
  left: 35.7%;
  top: 18.7%;
  width: 34%;
  z-index: 1;
  -webkit-animation: saturn-purple 4.5s ease-in-out infinite;
          animation: saturn-purple 4.5s ease-in-out infinite;
}

@-webkit-keyframes saturn-purple {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes saturn-purple {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.planet-blue {
  left: 16.6%;
  top: 48%;
  width: 11%;
  -webkit-animation: planet-blue 4s ease-in-out infinite;
          animation: planet-blue 4s ease-in-out infinite;
}

@-webkit-keyframes planet-blue {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes planet-blue {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.bone {
  left: 50.4%;
  top: 25.2%;
  width: 10.3%;
  z-index: 3;
  -webkit-animation: bone 3.6s ease-in-out infinite;
          animation: bone 3.6s ease-in-out infinite;
}

@-webkit-keyframes bone {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes bone {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.moon-pink {
  left: 71.4%;
  top: 0;
  width: 15.6%;
  -webkit-animation: moon-pink 4.8s ease-in-out infinite;
          animation: moon-pink 4.8s ease-in-out infinite;
}

@-webkit-keyframes moon-pink {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes moon-pink {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.sat {
  left: 76.6%;
  top: 50.8%;
  width: 9.9%;
  -webkit-animation: sat 4s ease-in-out infinite;
          animation: sat 4s ease-in-out infinite;
}

@-webkit-keyframes sat {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes sat {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.planet-yellow {
  left: 66.3%;
  top: 74.8%;
  width: 8.3%;
  -webkit-animation: planet-yellow 4.8s ease-in-out infinite;
          animation: planet-yellow 4.8s ease-in-out infinite;
}

@-webkit-keyframes planet-yellow {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes planet-yellow {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.project-map-caption .col-height {
  margin-bottom: 30px;
}

.project-item {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05), 0px 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05), 0px 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 12px;
          border-radius: 12px;
  height: 100%;
  padding: 30px;
}

.project-item h3 {
  font-family: "Gilroy Bold";
  font-size: 24px;
  line-height: 110%;
  color: #222222;
  margin-bottom: 14px;
}

.project-item span {
  display: block;
  font-size: 17px;
  line-height: 110%;
  color: #676767;
  display: block;
}

.project-item p {
  font-size: 17px;
  line-height: 110%;
  color: #E18500;
}

.project-item span + p {
  margin-top: 30px;
}

.other-projects {
  position: relative;
  overflow: hidden;
  padding-top: 80px;
}

.other-projects video {
  position: absolute;
  right: -50px;
  height: 100%;
  max-width: 770px;
  bottom: -20px;
}

.other-projects .title {
  margin-bottom: 40px;
}

.other-projects .title span {
  font-family: "Gilroy Black";
}

.proj-item {
  background: #FBFBFB;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
  margin-bottom: 22px;
}

.proj-item-img {
  width: 200px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  text-align: center;
}

.proj-item-img img {
  max-width: 200px;
  max-height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}

.proj-item-caption {
  padding-left: 50px;
}

.proj-item-caption p {
  font-size: 18px;
  line-height: 140%;
  color: #222222;
}

.contents {
  padding-top: 60px;
}

.contents .title {
  margin-bottom: 90px;
}

.contents .title span {
  font-family: "Gilroy Black";
}

.content-item {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05), 0px 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05), 0px 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 14px;
          border-radius: 14px;
  position: relative;
  padding: 115px 30px 30px 30px;
}

.content-item img {
  position: absolute;
  left: 50%;
  top: -60px;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  max-width: 180px;
  max-height: 145px;
  -o-object-fit: contain;
     object-fit: contain;
}

.content-item h3 {
  font-size: 30px;
  line-height: 130%;
  text-align: center;
  font-family: "Gilroy Black";
  margin-bottom: 28px;
}

.content-item ul {
  padding-left: 30px;
}

.content-item ul li {
  font-size: 17px;
  line-height: 130%;
  color: #404040;
}

.content-item ul li + li {
  margin-top: 13px;
}

.card-blue h3 {
  color: #11859A;
}

.card-blue ul li {
  list-style-image: url("../img/icon/check-blue.svg");
}

.card-orange h3 {
  color: #E18500;
}

.card-orange ul li {
  list-style-image: url("../img/icon/check-orange.svg");
}

.card-green h3 {
  color: #8CC04B;
}

.card-green ul li {
  list-style-image: url("../img/icon/check-green.svg");
}

.authors {
  padding-top: 80px;
  position: relative;
}

.authors .container {
  height: calc(100% - 100px);
}

.authors-caption {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.authors-caption .title {
  margin-bottom: 56px;
}

.authors-caption .title span {
  font-family: "Gilroy Black";
}

.authors-caption p {
  font-size: 21px;
  line-height: 150%;
  color: #222222;
}

.authors-caption .btn-purple {
  margin-top: 60px;
  margin-bottom: 40px;
}

.authors-caption img {
  display: none;
}

.authors .bg-authors {
  position: absolute;
  right: 0;
  max-width: 770px;
  bottom: 100px;
}

.btn-purple {
  display: inline-block;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#B967F9), to(#8D51D3));
  background: -webkit-linear-gradient(top, #B967F9 0%, #8D51D3 100%);
  background: -o-linear-gradient(top, #B967F9 0%, #8D51D3 100%);
  background: linear-gradient(180deg, #B967F9 0%, #8D51D3 100%);
  -webkit-border-radius: 16px;
          border-radius: 16px;
  width: 100%;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  color: #FFFFFF;
  text-align: center;
  padding: 15px 20px;
  font-family: "Gilroy Medium";
  position: relative;
}

.btn-purple-shadow {
  height: 60px;
  display: inline-block;
  position: absolute;
  width: 70%;
  margin: 0 15%;
  left: 0;
  bottom: -10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#B967F9), to(#8D51D3));
  background: -webkit-linear-gradient(top, #B967F9 0%, #8D51D3 100%);
  background: -o-linear-gradient(top, #B967F9 0%, #8D51D3 100%);
  background: linear-gradient(180deg, #B967F9 0%, #8D51D3 100%);
  opacity: 0.5;
  -webkit-filter: blur(30px);
          filter: blur(30px);
  -webkit-border-radius: 16px;
          border-radius: 16px;
  z-index: -1;
}

.notification {
  font-weight: normal;
  font-size: 15px;
  line-height: 140%;
  color: #676767;
}

#fullpage {
  z-index: 3;
  background: white;
}

footer {
  padding: 30px 0;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.copyright {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 60px;
}

.copyright p {
  font-size: 17px;
  line-height: 140%;
  color: #676767;
  max-width: 445px;
}

.vertical-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.block-center .container, .block-center .row {
  height: 100%;
}

.main-img-xs {
  display: none;
}

.audio {
  background: #F5F5F5;
  padding: 40px 0 30px 0;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 100vh;
}

.audio .logo {
  height: 44px;
  margin: 0;
}

.audio-container {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 40px 80px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 40px 80px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 24px;
          border-radius: 24px;
  max-width: 515px;
  margin: 40px auto;
  padding: 70px 100px;
}

.audio-container img {
  -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1), 0px 4px 8px rgba(0, 0, 0, 0.05), 0px 20px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1), 0px 4px 8px rgba(0, 0, 0, 0.05), 0px 20px 40px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 24px;
          border-radius: 24px;
  width: 315px;
  height: 315px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}

.infoTrack {
  text-align: center;
  margin: 20px 0;
}

.infoTrack h3 {
  font-size: 20px;
  line-height: 120%;
  text-align: center;
  letter-spacing: -0.3px;
  color: #222222;
  margin-bottom: 5px;
}

.infoTrack p {
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #C4C4C4;
}

.btn-orange {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFC674), to(#F6A632)), #F6A632;
  background: -webkit-linear-gradient(top, #FFC674 0%, #F6A632 100%), #F6A632;
  background: -o-linear-gradient(top, #FFC674 0%, #F6A632 100%), #F6A632;
  background: linear-gradient(180deg, #FFC674 0%, #F6A632 100%), #F6A632;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.3px;
  color: #FFFFFF;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.btn-orange:hover, .btn-orange:focus {
  color: #FFFFFF;
}

.copyright-link {
  display: block;
  font-size: 14px;
  line-height: 130%;
  text-align: center;
  color: #C0C0C0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 20px auto 0 auto;
}

.copyright-link:hover, .copyright-link:focus {
  color: #222222;
}

.audio-player {
  margin-top: 65px;
}

.audio-player .timeline {
  width: 100%;
  position: relative;
  cursor: pointer;
  background: #D1D1D6;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  height: 3px;
  margin-bottom: 5px;
}

.audio-player .timeline .progress {
  background: #F6A632;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  width: 0%;
  height: 100%;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.audio-player .time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.audio-player .time &gt; * {
  font-size: 14px;
  line-height: 100%;
  color: #C4C4C6;
}

.audio-player .controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.audio-player .controls &gt; * {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.audio-player .controls .toggle-play.play {
  cursor: pointer;
  width: 50px;
  height: 50px;
  background: url("../img/icon/play.svg") no-repeat center/contain;
}

.audio-player .controls .toggle-play.pause {
  width: 50px;
  height: 50px;
  background: url("../img/icon/pause.svg") no-repeat center/contain;
  cursor: pointer;
}

.audio-backward {
  margin-right: 30px;
  width: 40px;
  height: 40px;
  background: url("../img/icon/refresh-prev.svg") no-repeat center/contain;
}

.audio-forward {
  margin-left: 30px;
  width: 40px;
  height: 40px;
  background: url("../img/icon/refresh-next.svg") no-repeat center/contain;
}

.payment-container {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
  padding: 70px;
  min-width: 455px;
}

.payment-container h3 {
  font-family: "Gilroy Bold";
  font-size: 10px;
  line-height: 130%;
  text-transform: uppercase;
  color: #C0C0C0;
}

.payment-container h1 {
  font-family: "SF Pro Text";
  font-size: 30px;
  line-height: 110%;
  letter-spacing: -0.3px;
  color: #000000;
  margin-top: 15px;
  margin-bottom: 10px;
}

.payment-container p {
  font-size: 17px;
  line-height: 120%;
  color: #676767;
}

.payment-cover {
  margin-top: 30px;
}

.payment-cover h3 {
  margin-bottom: 10px;
}

.paument-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  margin-bottom: 10px;
  padding: 15px;
  font-size: 20px;
  line-height: 100%;
  color: #000000;
}

.paument-link img {
  max-width: 30px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  -webkit-border-radius: 0;
          border-radius: 0;
}

.paument-link span {
  display: inline-block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 15px;
}

.paument-link svg {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.title-md {
  font-size: 15px;
  line-height: 100%;
  color: #888888;
  font-family: "Gilroy";
  margin-bottom: 15px;
}

.subscribe {
  padding: 30px 30px 0 30px !important;
  text-align: left;
  max-width: 400px;
  margin: 0 auto;
  background: white;
}

.subscribe .logo {
  text-align: center;
  margin-bottom: 25px;
}

.subscribe-head h3 {
  font-size: 30px;
  line-height: 100%;
  color: #222222;
}

.subscribe-head h3 span {
  font-family: "Gilroy Bold";
}

.subscribe-head img {
  margin: 20px auto;
  width: 100%;
  height: 160px;
  -o-object-fit: contain;
     object-fit: contain;
}

.subscribe-head .emoji-glad {
  display: block;
}

.subscribe-head .emoji-think {
  display: none;
}

.subscribe-head .emoji-cry {
  display: none;
}

.subscribe-deadline .emoji-glad {
  display: none;
}

.subscribe-deadline .emoji-think {
  display: block;
}

.subscribe-deadline .emoji-cry {
  display: none;
}

.subscribe-deadline .green-colored {
  color: #9E5E00 !important;
}

.subscribe-deadline-end .emoji-glad {
  display: none;
}

.subscribe-deadline-end .emoji-think {
  display: none;
}

.subscribe-deadline-end .emoji-cry {
  display: block;
}

.subscribe-deadline-end .green-colored {
  color: #FF3030 !important;
}

.discount-span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background: #FF3030;
  -webkit-border-radius: 100px;
          border-radius: 100px;
  font-size: 12px;
  line-height: 100%;
  padding: 2px 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFFFFF;
}

.subscription-cover {
  padding: 0 10px;
}

.subscription-item {
  padding: 20px;
  border: 1px solid #F0F0F0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.02), 0px 1px 2px rgba(0, 0, 0, 0.03), 0px 15px 30px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.02), 0px 1px 2px rgba(0, 0, 0, 0.03), 0px 15px 30px rgba(0, 0, 0, 0.03);
  -webkit-border-radius: 16px;
          border-radius: 16px;
}

.subscription-item h3 {
  font-weight: bold;
  font-size: 19px;
  line-height: 100%;
  color: #323232;
}

.subscription-item p {
  font-size: 15px;
  line-height: 100%;
  color: #888888;
}

.subscription-item-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 8px;
}

.subscription-item-body {
  padding-top: 25px;
}

.subscription-item-body h3 {
  margin-bottom: 6px;
}

.subscription-item.active {
  border: 2px solid #04869D;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 8px rgba(4, 134, 157, 0.08), 0px 1px 2px rgba(4, 134, 157, 0.05), 0px 15px 30px rgba(4, 134, 157, 0.1);
          box-shadow: 0px 4px 8px rgba(4, 134, 157, 0.08), 0px 1px 2px rgba(4, 134, 157, 0.05), 0px 15px 30px rgba(4, 134, 157, 0.1);
}

.subscription-item.active h3 {
  color: #006D81;
}

.subscription-item.active p {
  color: #222222;
}

.text-through {
  text-decoration: line-through;
  color: #888888 !important;
}

.subscription-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -30px;
  overflow-x: scroll;
}

.subscription-list .slick-slide:focus {
  outline: none;
  border: none;
}

.switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 24px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #848E9F;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #F6A632;
}

input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #000000;
  box-shadow: 0 0 1px #000000;
}

input:checked + .slider:before {
  -webkit-transform: translateX(19px);
  -ms-transform: translateX(19px);
  transform: translateX(19px);
  background: #FFFFFF;
}

/* Rounded sliders */
.slider.round {
  -webkit-border-radius: 100px;
  border-radius: 100px;
}

.slider.round:before {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.switch-cover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #F0F0F0;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.i-orda {
  background: url("../img/icon/orda.svg") no-repeat center/contain;
  width: 20px;
  height: 20px;
  margin: 0 4px;
}

.switch-caption {
  padding-left: 16px;
}

.switch-caption h3 {
  font-size: 20px;
  color: #9E5E00;
  font-weight: 600;
}

.switch-caption p {
  font-size: 15px;
  line-height: 100%;
  color: #323232;
}

.subscribe-base {
  -webkit-box-shadow: 0px -1px 0px rgba(0, 0, 0, 0.05), 0px 0px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0px -1px 0px rgba(0, 0, 0, 0.05), 0px 0px 30px rgba(0, 0, 0, 0.05);
  padding: 15px 20px;
  margin: 30px -30px 0 -30px;
}

.btn-dark {
  background: #04869D;
  -webkit-box-shadow: 0px 15px 30px rgba(4, 134, 157, 0.19);
          box-shadow: 0px 15px 30px rgba(4, 134, 157, 0.19);
  -webkit-border-radius: 16px;
          border-radius: 16px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 20px;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: #FFFFFF;
}

.kaspi-item {
  margin-bottom: 30px;
}

.kaspi-item h5 {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#D12026), to(#BD161B));
  background: -webkit-linear-gradient(top, #D12026 0%, #BD161B 100%);
  background: -o-linear-gradient(top, #D12026 0%, #BD161B 100%);
  background: linear-gradient(180deg, #D12026 0%, #BD161B 100%);
  -webkit-box-shadow: 0px 5px 10px rgba(189, 22, 27, 0.2);
  box-shadow: 0px 5px 10px rgba(189, 22, 27, 0.2);
  font-size: 16px;
  line-height: 100%;
  color: #FFFFFF;
  font-family: "SF Pro Display Bold";
  margin-bottom: 20px;
}

.kaspi-item p {
  font-size: 14px;
  line-height: 140%;
  color: #162F71;
}

.kaspi-item p em {
  font-style: normal;
  color: black;
}

.kaspi-item .btn-blue-light {
  margin-top: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(89, 134, 251, 0.05)), to(rgba(45, 78, 245, 0.05)));
  background: -webkit-linear-gradient(top, rgba(89, 134, 251, 0.05) 0%, rgba(45, 78, 245, 0.05) 100%);
  background: -o-linear-gradient(top, rgba(89, 134, 251, 0.05) 0%, rgba(45, 78, 245, 0.05) 100%);
  background: linear-gradient(180deg, rgba(89, 134, 251, 0.05) 0%, rgba(45, 78, 245, 0.05) 100%);
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 8px 10px;
  font-size: 14px;
  line-height: 140%;
}

.kaspi-item .btn-blue-light span {
  font-family: 'SF Pro Display';
}

.book {
  background: #FCFCFC;
  padding: 40px 0 60px 0;
}

.section-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.btn-link {
  background: rgba(17, 133, 154, 0.1);
  -webkit-border-radius: 12px;
          border-radius: 12px;
  padding: 13px 30px;
  font-family: "SF Pro Text";
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -0.3px;
  color: #11859A;
  display: inline-block;
}

.btn-link:hover, .btn-link:focus {
  background: rgba(17, 133, 154, 0.1);
  color: #11859A;
  text-decoration: none;
}

.book-slider {
  margin: 45px -15px 0 -15px;
}

.book-slider .slick-track {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  overflow-y: visible;
}

.book-slider .slick-list {
  padding-top: 10px;
}

.book-card {
  background: #FFFFFF;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  padding: 20px;
  width: 350px;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 15px;
  height: inherit !important;
  border: 1px solid #f1f1f1;
}

.book-card:hover {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}

.book-card:hover .btn-buy {
  background: #11859A;
}

.book-card:hover .book-img-before, .book-card:hover .book-img-after {
  opacity: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.book-card:hover .book-card-img {
  -webkit-filter: none;
          filter: none;
}

.book-card-img {
  width: 140px;
  height: 200px;
  position: relative;
  margin: 0 auto;
  -webkit-filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.2));
}

.book-card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  z-index: 2;
}

.book-img-before, .book-img-after {
  width: 126px;
  height: 180px;
  opacity: 0.3;
  -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 10px 20px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 10px 20px rgba(0, 0, 0, 0.2));
  -webkit-border-radius: 10px;
          border-radius: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.book-img-before {
  left: -10px;
}

.book-img-after {
  right: -10px;
}

.book-card-caption {
  margin-top: 34px;
  margin-bottom: 10px;
}

.book-card-title {
  font-family: "Gilroy Medium";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 110%;
  color: #11859A;
}

.book-card-caption span {
  font-family: Gilroy;
  font-size: 16px;
  font-weight: 400;
  line-height: 110%;
  color: #819299;
  display: block;
  margin-top: 10px;
}

.book-card-caption p {
  font-family: Gilroy;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #000000;
  margin-top: 10px;
}

.book-card-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: auto;
}

.book-card-bottom p {
  font-family: Gilroy Medium;
  font-size: 22px;
  line-height: 100%;
  color: #000000;
}

.btn-buy {
  background: #8CC04B;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  display: inline-block;
  padding: 13px 30px;
  font-family: SF Pro Text;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -0.3px;
  color: #FFFFFF !important;
}

.book-slider .slick-prev, .book-slider .slick-next {
  width: 50px;
  height: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFC674), to(#F6A632)), #F6A632;
  background: -webkit-linear-gradient(top, #FFC674 0%, #F6A632 100%), #F6A632;
  background: -o-linear-gradient(top, #FFC674 0%, #F6A632 100%), #F6A632;
  background: linear-gradient(180deg, #FFC674 0%, #F6A632 100%), #F6A632;
  -webkit-box-shadow: 0 10px 20px rgba(225, 133, 0, 0.4);
          box-shadow: 0 10px 20px rgba(225, 133, 0, 0.4);
  -webkit-border-radius: 50%;
          border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.book-slider .slick-prev:hover, .book-slider .slick-next:hover, .book-slider .slick-prev:focus, .book-slider .slick-next:focus {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFC674), to(#F6A632)), #F6A632;
  background: -webkit-linear-gradient(top, #FFC674 0%, #F6A632 100%), #F6A632;
  background: -o-linear-gradient(top, #FFC674 0%, #F6A632 100%), #F6A632;
  background: linear-gradient(180deg, #FFC674 0%, #F6A632 100%), #F6A632;
}

.book-slider .slick-prev:before {
  content: '';
  background: url("../img/icon/left.svg") no-repeat center/contain;
  width: 12px;
  height: 22px;
}

.book-slider .slick-next:before {
  content: '';
  background: url("../img/icon/right.svg") no-repeat center/contain;
  width: 12px;
  height: 22px;
}

.book-slider .slick-prev {
  left: -65px;
}

.book-slider .slick-next {
  right: -65px;
}

.book-wrapper {
  background: url("../img/main/kitap-bg.png") no-repeat center top/cover, #ADC864;
  -webkit-background-size: 100% 800px;
          background-size: 100% 800px;
  padding-bottom: 70px;
}

.kitap-page .logo img {
  display: none;
}

.kitap-page .logo img {
  display: none;
}

.kitap-page .logo img.logo-white {
  display: block;
}

.logo img.logo-white {
  display: none;
}

.kitap-page .menu li a {
  color: #fff;
  position: relative;
}

.kitap-page .menu li a:after {
  content: '';
  height: 1px;
  width: calc(100% - 30px);
  left: 15px;
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
}

.book-wrapper .main-title {
  font-family: "Gilroy Black";
  font-size: 70px;
  line-height: 110%;
  text-align: center;
  color: #FFFFFF;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 5px 10px rgba(0, 0, 0, 0.1), 0 10px 30px rgba(0, 0, 0, 0.25);
  margin-top: 20px;
}

.book-list {
  margin-top: 55px;
}

.book-list .book-item + .book-item {
  margin-top: 20px;
}

.book-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #FFFFFF;
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
          box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 10px;
          border-radius: 10px;
  padding: 20px 30px 20px 20px;
  overflow: hidden;
}

.book-item-img {
  width: 120px;
  height: 200px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  overflow: hidden;
}

.book-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.book-item-caption {
  margin-left: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.book-item-caption .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.book-item-caption .title {
  font-family: "Gilroy Medium";
  font-size: 20px;
  line-height: 110%;
  color: #11859A;
}

.book-item-caption .price {
  font-family: "Gilroy Medium";
  font-size: 22px;
  line-height: 100%;
  color: #000000;
}

.book-item-caption .body {
  margin-top: 10px;
  margin-bottom: 13px;
}

.book-item-caption .body span {
  font-family: "Gilroy";
  font-size: 16px;
  line-height: 110%;
  color: #819299;
  display: block;
}

.book-item-caption .body p {
  font-family: "Gilroy";
  font-size: 16px;
  line-height: 130%;
  color: #000000;
  margin-top: 10px;
}

.book-item-caption .bottom {
  margin-top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.toggle-product-sum {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F5F5F5;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  padding: 10px;
  min-height: 40px;
  margin-right: 15px;
}

.toggle-product-sum input {
  width: 30px;
  text-align: center;
  font-family: SF Pro Text;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -0.3px;
  color: #000000;
  display: block;
  border: none;
  outline: none;
  background: transparent;
  padding: 0;
  margin: 0;
}

.toggle-product-sum input:focus {
  border: none;
  outline: none;
}

.sum-btn {
  font-family: SF Pro Text;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -0.3px;
  color: #000000;
  padding: 0;
}

.toggle-product-sum span {
  font-family: SF Pro Text;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -0.3px;
  color: #000000;
  display: block;
  margin: 0 10px;
}

#paymentModal .modal-content {
  width: 470px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0 auto;
  max-height: calc(100% - 50px);
  background: #FFFFFF;
  -webkit-border-radius: 25px;
          border-radius: 25px;
  padding: 20px 20px 24px 20px;
  border: none;
}

#paymentModal .modal-body {
  padding: 10px 0 0 0;
  max-height: calc(100% - 46px);
  overflow-y: auto;
}

#paymentModal .modal-body::-webkit-scrollbar {
  width: 4px;
}

#paymentModal .modal-body::-webkit-scrollbar-track {
  background: #F5F5F5;
  -webkit-border-radius: 12px;
          border-radius: 12px;
}

#paymentModal .modal-body::-webkit-scrollbar-thumb {
  background: #8CC04B;
}

#paymentModal .modal-header {
  padding: 0;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#paymentModal .modal-header h6 {
  font-family: SF Pro Text;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -0.3px;
  color: #000000;
}

#paymentModal .close-modal {
  padding: 0;
}

#paymentModal .qr-box {
  background: #C0C0C0;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  width: 220px;
  height: 220px;
  margin: 0 auto;
  overflow: hidden;
  color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#paymentModal .qr-box img, #paymentModal .qr-box svg {
  width: 100%;
  height: 100%;
}

#paymentModal input {
  padding: 15px 0;
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-family: SF Pro Text;
  font-size: 17px;
  line-height: 120%;
  color: #000;
}

#paymentModal input:focus {
  outline: none;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#paymentModal input::-webkit-input-placeholder {
  font-family: "SF Pro Text";
  font-weight: 400;
  font-size: 17px;
  line-height: 120%;
  color: #819299;
}

#paymentModal input::-moz-placeholder {
  font-family: "SF Pro Text";
  font-weight: 400;
  font-size: 17px;
  line-height: 120%;
  color: #819299;
}

#paymentModal input::-ms-input-placeholder {
  font-family: "SF Pro Text";
  font-weight: 400;
  font-size: 17px;
  line-height: 120%;
  color: #819299;
}

#paymentModal input::placeholder {
  font-family: "SF Pro Text";
  font-weight: 400;
  font-size: 17px;
  line-height: 120%;
  color: #819299;
}

#paymentModal .delivery-tab {
  padding: 0;
  margin-top: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

#paymentModal .delivery-tab li {
  padding: 0;
}

#paymentModal .delivery-tab li + li {
  margin-right: 10px;
  margin-bottom: 10px;
}

#paymentModal .delivery-tab li:first-child {
  margin-right: 10px;
  margin-bottom: 10px;
}

#paymentModal .tab-content {
  padding-top: 0;
}

#paymentModal .delivery-tab-content {
  display: none;
}

#paymentModal .delivery-tab-content.active {
  display: block;
}

#paymentModal .btn-buy {
  margin-top: 20px;
  width: 100%;
}

#paymentModal .address-text {
  font-family: "SF Pro Text";
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
}

.checkbox-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-family: SF Pro Text;
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
  color: #000000;
  height: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.checkbox-form .checkmark {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #F5F5F5;
  position: absolute;
  top: 0;
  left: 0;
}

.checkbox-form .checkmark:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #FFFFFF;
  width: 14px;
  height: 14px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  display: none;
}

.checkbox-form input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
}

.checkbox-form input:checked ~ .checkmark {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFC674), to(#F6A632)), #F6A632;
  background: -webkit-linear-gradient(top, #FFC674 0%, #F6A632 100%), #F6A632;
  background: -o-linear-gradient(top, #FFC674 0%, #F6A632 100%), #F6A632;
  background: linear-gradient(180deg, #FFC674 0%, #F6A632 100%), #F6A632;
}

.checkbox-form input:checked ~ .checkmark:after {
  display: block;
}

.sticky-basket {
  position: fixed;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 50px;
          border-radius: 50px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  bottom: 30px;
  left: 50%;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: translate(-50%, 200%);
      -ms-transform: translate(-50%, 200%);
          transform: translate(-50%, 200%);
  z-index: 11;
}

.sticky-basket.show {
  -webkit-transform: translate(-50%, 0) !important;
      -ms-transform: translate(-50%, 0) !important;
          transform: translate(-50%, 0) !important;
}

.sticky-basket-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
  background: #fff;
}

.sticky-basket-left svg {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.sticky-basket-left p {
  margin-left: 10px;
  font-family: "SF Pro Text";
  font-weight: 400;
  font-size: 17px;
  line-height: 120%;
  color: #000000;
}

.sticky-basket-left p span {
  color: #11859A;
}

.sticky-basket-right {
  background: #E18500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 30px;
  position: relative;
}

.sticky-basket-right span {
  font-family: "SF Pro Text";
  font-weight: 400;
  font-size: 17px;
  line-height: 120%;
  color: #FFFFFF;
  display: block;
}

.absolute-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#basketModal .modal-content {
  width: 770px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0 auto;
  max-height: calc(100% - 50px);
  background: #FFFFFF;
  -webkit-border-radius: 25px;
          border-radius: 25px;
  padding: 20px 20px 24px 20px;
  border: none;
  min-height: 300px;
}

#basketModal .modal-body {
  padding: 10px 0 0 0;
  max-height: calc(100% - 106px);
  overflow-y: auto;
  overflow-x: hidden;
}

#basketModal .modal-body::-webkit-scrollbar {
  width: 4px;
}

#basketModal .modal-body::-webkit-scrollbar-track {
  background: #F5F5F5;
  -webkit-border-radius: 12px;
          border-radius: 12px;
}

#basketModal .modal-body::-webkit-scrollbar-thumb {
  background: #8CC04B;
}

#basketModal .modal-header {
  padding: 0;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#basketModal .modal-header h6 {
  font-family: SF Pro Text;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -0.3px;
  color: #000000;
}

#basketModal .close-modal {
  width: 40px;
  height: 40px;
}

.basket-book-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -5px;
}

.basket-book {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc(50% - 10px);
  margin: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  padding: 10px;
}

.basket-book-img {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  overflow: hidden;
}

.basket-book-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.basket-book-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.basket-book-title h6 {
  font-family: "SF Pro Text";
  font-weight: 400;
  font-size: 17px;
  line-height: 120%;
  color: #11859A;
}

.btn-delete-book {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: 10px;
  padding: 0;
}

.basket-book-price {
  margin-top: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.basket-book-price p {
  font-family: "SF Pro Text";
  font-weight: 400;
  font-size: 17px;
  line-height: 120%;
  color: #E64938;
}

.basket-book-price span {
  margin-left: 4px;
  font-family: SF Pro Display;
  font-weight: 400;
  font-size: 17px;
  line-height: 120%;
  color: #000000;
  display: block;
}

.basket-book-right {
  margin-left: 10px;
}

#basketModal .modal-bottom {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#basketModal .modal-bottom h6 {
  font-family: "SF Pro Text Medium";
  font-weight: 500;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: -0.3px;
  color: #000000;
}

.sticky-basket-overlay {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 130px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.196516)), color-stop(90%, rgba(0, 0, 0, 0.877188)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.196516) 0%, rgba(0, 0, 0, 0.877188) 90%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.196516) 0%, rgba(0, 0, 0, 0.877188) 90%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.196516) 0%, rgba(0, 0, 0, 0.877188) 90%);
  display: none;
}

.sticky-basket-overlay.show {
  display: block;
}

.tabs__content {
  display: none;
  /* по умолчанию прячем все блоки */
}

.tabs__content.active {
  display: block;
  /* по умолчанию показываем нужный блок */
}

@media screen and (device-aspect-ratio: 40 / 71) {
  .audio {
    background: white;
    padding: 20px 0;
  }
  .audio .logo {
    height: 22px;
  }
  .audio-container {
    padding: 0 30px;
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 100%;
    margin: 20px auto;
  }
  .audio-container img {
    width: 200px;
    height: 200px;
  }
  .simpleAudioPlayer {
    margin-top: 20px;
  }
  .simpleAudioPlayer .trackInfo .progressTime {
    position: static;
  }
  .infoTrack {
    margin-bottom: 10px;
  }
  .infoTrack h3 {
    font-size: 18px;
  }
  .btn-orange {
    font-size: 16px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .space-otto {
    left: 7.5%;
    top: 8.3%;
    width: 60%;
  }
  .saturn-purple {
    left: 29%;
    top: 13.7%;
    width: 60%;
  }
  .bone {
    left: 55%;
    top: 20.2%;
    width: 20%;
  }
  .moon-pink, .planet-blue, .planet-yellow, .sat {
    display: none;
  }
  .menu-xs {
    position: fixed;
    top: 0;
    height: 100%;
    right: 0;
    width: 100%;
    background: white;
    padding: 20px;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
  }
  .menu-xs-head {
    display: block;
    text-align: right;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .close-menu {
    display: inline-block;
    width: 48px;
  }
  .close-menu img {
    width: 100%;
  }
  .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .menu li {
    margin-bottom: 15px;
  }
  .menu li a {
    font-size: 36px;
    padding: 0;
  }
  .menu-show {
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
    z-index: 3;
  }
  .call-menu {
    display: inline-block;
    width: 42px;
  }
  .call-menu img {
    width: 100%;
  }
  .header {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header {
    padding: 20px 0;
  }
  .main-img {
    height: 200px;
    -o-object-fit: contain;
       object-fit: contain;
    top: auto;
    bottom: 0;
    display: none;
  }
  .main-img-xs {
    position: absolute;
    display: block;
    height: 250px;
    -o-object-fit: contain;
       object-fit: contain;
    bottom: 0;
    right: 0;
  }
  .main {
    padding-top: 80px;
  }
  .main .title {
    margin-bottom: 20px;
  }
  .main p {
    font-size: 18px;
  }
  .main .show-more {
    margin-bottom: 40px;
  }
  .show-more {
    font-size: 16px;
    padding: 15px 30px;
  }
  .scroll-down {
    margin-bottom: 30px;
  }
  .title {
    font-size: 36px;
  }
  .subtitle {
    font-size: 26px;
  }
  .about {
    padding-bottom: 300px;
  }
  .about video {
    max-width: 300px;
    max-height: 300px;
    top: auto;
    bottom: 0;
  }
  .about-caption {
    padding-top: 30px;
    padding-bottom: 0;
    position: relative;
  }
  .about-caption .title {
    margin-bottom: 30px;
  }
  .about-caption .subtitle {
    margin-bottom: 15px;
  }
  .about-caption p {
    font-size: 18px;
  }
  .about-caption p + .subtitle {
    margin-top: 20px;
  }
  .about-caption:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    height: 30px;
    background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(rgba(246, 246, 246, 0)));
    background: -webkit-linear-gradient(#f6f6f6, rgba(246, 246, 246, 0));
    background: -o-linear-gradient(#f6f6f6, rgba(246, 246, 246, 0));
    background: linear-gradient(#f6f6f6, rgba(246, 246, 246, 0));
  }
  .nav {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .nav-item-img .active-shadow {
    display: none !important;
  }
  .nav-tabs li {
    padding: 0 10px;
  }
  .nav-item-img {
    width: 60px;
    height: 60px;
  }
  .nav-item-img i {
    max-width: 20px;
    max-height: 30px;
  }
  .tab-content {
    padding-top: 40px;
  }
  .apps {
    margin-top: 0;
  }
  .apps-img {
    display: none;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .apps-img img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .apps-caption {
    border-width: 10px;
  }
  .apps-caption-inner {
    padding: 20px 15px;
  }
  .apps-caption h2 {
    font-size: 36px;
    margin-bottom: 15px;
  }
  .apps-caption p {
    font-size: 18px;
  }
  .apps-caption p + img {
    margin-top: 20px;
  }
  .apps-caption img {
    display: block;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .apps-links-item {
    max-width: 170px;
    height: 40px;
  }
  .apps-links-item img {
    width: 100%;
    height: 40px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .platforms {
    padding-bottom: 20px;
  }
  .project-map {
    padding-top: 200px;
    padding-bottom: 20px;
  }
  .project-map-caption .row {
    padding-top: 0;
  }
  .project-map-caption .title {
    margin-bottom: 20px;
  }
  .project-item {
    padding: 20px;
  }
  .project-bg-cover {
    height: 200px;
  }
  .project-map-bg {
    height: 200px;
  }
  .other-projects {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .other-projects .title {
    margin-bottom: 20px;
    max-width: 200px;
  }
  .other-projects video {
    right: -44px;
    height: 200px;
    max-width: 100%;
    bottom: auto;
    top: 0;
  }
  .proj-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
  }
  .proj-item-caption {
    padding-left: 0;
    padding-top: 20px;
  }
  .proj-item-caption p {
    font-size: 16px;
  }
  .contents {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .card-orange {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .content-item {
    padding: 90px 20px 20px 20px;
  }
  .content-item img {
    max-width: 160px;
  }
  .content-item h3 {
    font-size: 21px;
    margin-bottom: 15px;
  }
  .content-item ul li {
    font-size: 16px;
  }
  .content-item ul li + li {
    margin-top: 12px;
  }
  .authors {
    padding-top: 30px;
  }
  .authors .bg-authors {
    display: none;
  }
  .authors .title {
    margin-bottom: 20px;
  }
  .authors-caption p {
    font-size: 18px;
  }
  .authors-caption .btn-purple {
    margin: 30px 0;
  }
  .authors-caption img {
    display: block;
    margin-top: 30px;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .btn-purple {
    font-size: 18px;
  }
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .logo {
    margin-bottom: 15px;
    margin-right: 0;
  }
  footer {
    padding: 20px 0;
  }
  .copyright {
    padding-left: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  .audio {
    background: white;
    padding: 30px 0;
  }
  .audio .logo {
    height: 22px;
  }
  .audio-container {
    padding: 0 30px;
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 100%;
    margin: 35px auto;
  }
  .audio-container img {
    width: 250px;
    height: 250px;
  }
  .simpleAudioPlayer {
    margin-top: 40px;
  }
  .simpleAudioPlayer .trackInfo .progressTime {
    position: static;
  }
  .paument-link {
    font-size: 18px;
  }
  .paument-link img {
    max-width: 30px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -o-object-fit: contain;
       object-fit: contain;
    height: auto;
    -webkit-border-radius: 0;
            border-radius: 0;
  }
  .payment-container {
    min-width: 100%;
  }
  .book {
    padding-bottom: 30px;
  }
  .book-card:hover {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .book-card:hover .btn-buy {
    background: #8CC04B;
  }
  .book-card:hover .book-img-before, .book-card:hover .book-img-after {
    opacity: 1;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .book-card:hover .book-card-img {
    -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 10px 20px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 10px 20px rgba(0, 0, 0, 0.2));
  }
  .book-card-caption {
    margin-top: 15px;
  }
  .book-card-caption span {
    margin-top: 5px;
  }
  .sticky-basket-left {
    padding: 7px 10px;
  }
  .sticky-basket-right {
    padding: 7px 15px 7px 10px;
  }
  .sticky-basket-left p {
    font-size: 12px;
  }
  .sticky-basket-right span {
    font-size: 12px;
  }
  .sticky-basket-left svg {
    width: 20px;
    height: 20px;
  }
  .book-wrapper .main-title {
    margin-top: 10px;
    font-size: 50px;
  }
  .book-list {
    margin-top: 30px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .book-item {
    padding: 15px;
  }
  .book-item-img {
    width: 100px;
    height: 170px;
  }
  .book-item-caption {
    margin-left: 15px;
  }
  .book-list .book-item + .book-item {
    margin-top: 15px;
  }
  .book-item-caption .body p {
    display: none;
  }
  .book-item-caption .top {
    display: block;
  }
  .book-item-caption .title {
    font-size: 17px;
  }
  .book-item-caption .price {
    margin-top: 5px;
    font-size: 16px;
  }
  .book-item-caption .body {
    margin-top: 5px;
  }
  .book-item-caption .bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .book-item .btn-buy {
    padding: 12px 20px;
    width: 100%;
    margin-top: 15px;
  }
  .book-wrapper {
    padding-bottom: 40px;
  }
  .kitap-page .menu li a {
    color: #6B7476;
  }
  .sticky-basket {
    min-width: 80%;
  }
  #paymentModal .modal-content {
    width: calc(100% - 30px);
    padding: 15px;
    max-height: calc(100% - 100px);
    min-height: 350px;
  }
  #paymentModal .qr-box {
    display: none;
  }
  #paymentModal .delivery-tab {
    margin-top: 30px;
  }
  .sticky-basket {
    bottom: 15px;
  }
  #basketModal .modal-content {
    width: calc(100% - 30px);
    padding: 15px;
    max-height: calc(100% - 100px);
    min-height: 350px;
  }
  #basketModal .basket-book-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #basketModal .basket-book {
    width: calc(100% - 10px);
  }
  #basketModal .modal-body {
    padding-top: 15px;
  }
  #basketModal .modal-bottom {
    display: block;
    margin-top: 15px;
    text-align: right;
  }
  #basketModal .modal-bottom h6 {
    font-size: 20px;
  }
  #basketModal .btn-buy {
    margin-top: 10px;
  }
  .sticky-basket-overlay {
    height: 90px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .space-otto {
    left: 7.5%;
    top: 8.3%;
    width: 60%;
  }
  .saturn-purple {
    left: 29%;
    top: 13.7%;
    width: 60%;
  }
  .bone {
    left: 55%;
    top: 20.2%;
    width: 20%;
  }
  .moon-pink, .planet-blue, .planet-yellow, .sat {
    display: none;
  }
  .menu-xs {
    position: fixed;
    top: 0;
    height: 100%;
    right: 0;
    width: 100%;
    background: white;
    padding: 20px;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
  }
  .menu-xs-head {
    display: block;
    text-align: right;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .close-menu {
    display: inline-block;
    width: 48px;
  }
  .close-menu img {
    width: 100%;
  }
  .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .menu li {
    margin-bottom: 15px;
  }
  .menu li a {
    font-size: 36px;
    padding: 0;
  }
  .menu-show {
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
    z-index: 3;
  }
  .call-menu {
    display: inline-block;
    width: 42px;
  }
  .call-menu img {
    width: 100%;
  }
  .header {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header {
    padding: 20px 0;
  }
  .main-img {
    display: none;
  }
  .main-img-xs {
    position: absolute;
    display: block;
    height: 500px;
    -o-object-fit: contain;
       object-fit: contain;
    bottom: 0;
    right: 0;
  }
  .main {
    padding-top: 80px;
  }
  .main .title {
    margin-bottom: 20px;
  }
  .main p {
    font-size: 18px;
  }
  .main .show-more {
    margin-bottom: 40px;
  }
  .show-more {
    font-size: 16px;
    padding: 15px 30px;
  }
  .scroll-down {
    margin-bottom: 30px;
  }
  .title {
    font-size: 36px;
  }
  .subtitle {
    font-size: 26px;
  }
  .about {
    padding-bottom: 30px;
  }
  .about video {
    top: 0;
    max-width: 400px;
    max-height: 400px;
  }
  .about-caption {
    padding-top: 30px;
    padding-bottom: 0;
    position: relative;
  }
  .about-caption .title {
    margin-bottom: 30px;
  }
  .about-caption .subtitle {
    margin-bottom: 15px;
  }
  .about-caption p {
    font-size: 18px;
  }
  .about-caption p + .subtitle {
    margin-top: 20px;
  }
  .nav {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .nav-item-img .active-shadow {
    display: none !important;
  }
  .nav-tabs li {
    padding: 0 10px;
  }
  .nav-item-img {
    width: 60px;
    height: 60px;
  }
  .nav-item-img i {
    max-width: 20px;
    max-height: 30px;
  }
  .tab-content {
    padding-top: 40px;
  }
  .apps {
    margin-top: 0;
  }
  .apps-img {
    left: 0;
    bottom: 0;
    width: 100%;
    display: none;
  }
  .apps-img img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .apps-caption {
    border-width: 10px;
  }
  .apps-caption-inner {
    padding: 20px 15px;
  }
  .apps-caption h2 {
    font-size: 36px;
    margin-bottom: 15px;
  }
  .apps-caption p {
    font-size: 18px;
  }
  .apps-caption p + img {
    margin-top: 20px;
    max-width: 400px;
  }
  .apps-caption img {
    display: block;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .apps-links-item {
    max-width: 170px;
    height: 40px;
  }
  .apps-links-item img {
    width: 100%;
    height: 40px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .platforms {
    padding-bottom: 20px;
  }
  .project-map {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .project-map-caption .row {
    padding-top: 150px;
  }
  .project-map-caption .title {
    margin-bottom: 20px;
  }
  .project-item {
    padding: 20px;
  }
  .project-bg-cover {
    height: 200px;
  }
  .project-map-bg {
    height: 200px;
  }
  .other-projects {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .other-projects .title {
    margin-bottom: 20px;
  }
  .other-projects video {
    right: -160px;
    height: 615px;
    max-width: 100%;
    bottom: 0;
    top: auto;
  }
  .proj-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
  }
  .proj-item-caption {
    padding-left: 0;
    padding-top: 20px;
  }
  .proj-item-caption p {
    font-size: 16px;
  }
  .contents {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .content-item {
    padding: 90px 20px 20px 20px;
  }
  .content-item img {
    max-width: 160px;
  }
  .content-item h3 {
    font-size: 21px;
    margin-bottom: 15px;
  }
  .content-item ul li {
    font-size: 16px;
  }
  .content-item ul li + li {
    margin-top: 12px;
  }
  .card-green {
    margin-top: 100px;
  }
  .authors {
    padding-top: 30px;
  }
  .authors .bg-authors {
    max-width: 370px;
    bottom: 175px;
  }
  .authors .title {
    margin-bottom: 20px;
  }
  .authors-caption {
    padding-bottom: 30px;
  }
  .authors-caption p {
    font-size: 18px;
  }
  .authors-caption .btn-purple {
    margin: 30px 0;
  }
  .authors-caption img {
    display: none;
  }
  .btn-purple {
    font-size: 18px;
  }
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .logo {
    margin-bottom: 15px;
    margin-right: 0;
  }
  footer {
    padding: 20px 0;
  }
  .copyright {
    padding-left: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  .book-slider {
    margin-top: 90px;
  }
  .book-slider .slick-prev {
    top: -50px;
    right: 80px;
    left: initial;
  }
  .book-slider .slick-next {
    top: -50px;
    right: 15px;
    left: initial;
  }
  .kitap-page .menu li a {
    color: #6B7476;
  }
  #basketModal .modal-content {
    width: 90%;
  }
  .basket-book-title h6 {
    font-size: 15px;
  }
  .basket-book-price p {
    font-size: 14px;
  }
  .basket-book-price span {
    font-size: 14px;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .menu li a {
    padding: 0 10px;
  }
  .apps-caption img {
    display: none;
  }
  .authors-caption img {
    display: none;
  }
  .title {
    font-size: 60px;
  }
  .scroll-down {
    margin-bottom: 20px;
  }
  .about video {
    top: -83px;
    max-width: 500px;
  }
  .about-caption {
    padding: 40px 0;
  }
  .about-caption .title {
    margin-bottom: 30px;
  }
  .other-projects {
    padding-top: 40px;
  }
  .other-projects video {
    right: -170px;
    max-width: 680px;
    bottom: -12px;
  }
  .proj-item {
    padding: 20px;
  }
  .proj-item-caption {
    padding-left: 30px;
  }
  .card-green {
    margin-top: 80px;
  }
  .contents {
    padding-bottom: 40px;
  }
  .authors {
    padding-top: 40px;
  }
  .authors .bg-authors {
    max-width: 580px;
    bottom: 106px;
  }
  .authors-caption {
    padding-bottom: 30px;
  }
  .authors-caption .title {
    margin-bottom: 30px;
  }
  .book-slider {
    margin-top: 90px;
  }
  .book-slider .slick-prev {
    top: -50px;
    right: 80px;
    left: initial;
  }
  .book-slider .slick-next {
    top: -50px;
    right: 15px;
    left: initial;
  }
}

@media (max-width: 320px) {
  .menu li a {
    font-size: 30px;
  }
  .title {
    font-size: 28px;
  }
}

@media (min-width: 1500px) {
  .contents {
    padding-top: 180px;
  }
  .authors {
    padding-top: 150px;
  }
  .project-map {
    padding: 150px 0 70px 0;
  }
  .project-map .row {
    padding-top: 180px;
  }
  .platforms {
    padding: 60px 0;
  }
  .tab-content {
    padding-top: 100px;
  }
  .about video {
    max-width: 100%;
    top: 0;
  }
  .other-projects {
    padding-top: 180px;
  }
  .other-projects video {
    max-width: 100%;
    bottom: 0px;
    right: 0;
  }
  .authors .bg-authors {
    max-width: 1100px;
  }
  .contents {
    padding-top: 100px;
  }
  .contents .title {
    margin-bottom: 130px;
  }
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 2) and (max-height: 600px), screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (-o-min-device-pixel-ratio: 2/1) and (max-height: 600px), screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) and (max-height: 600px) {
  .main p {
    font-size: 19px;
  }
  .title {
    font-size: 50px;
  }
  .subtitle {
    font-size: 25px;
  }
  .about-caption {
    padding: 30px 0;
  }
  .about-caption .title {
    margin-bottom: 20px;
  }
  .about-caption .subtitle {
    margin-bottom: 15px;
  }
  .about-caption p {
    font-size: 16px;
  }
  .about-caption p + .subtitle {
    margin-top: 30px;
  }
  .about video {
    top: 0;
  }
  .platforms {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .apps {
    margin-top: 50px;
  }
  .apps-img {
    left: -15px;
    bottom: 0;
  }
  .apps-img img {
    max-width: 400px;
    max-height: 400px;
  }
  .apps-caption-inner {
    padding: 40px 40px 40px 380px;
  }
  .tab-content {
    padding-top: 0;
  }
  .project-map {
    padding: 30px 0;
  }
  .project-map-caption .row {
    padding-top: 100px;
  }
  .project-bg-cover {
    width: 40%;
    margin: 0 30%;
  }
  .other-projects {
    padding-top: 30px;
  }
  .other-projects .title {
    margin-bottom: 20px;
  }
  .proj-item {
    padding: 20px;
    margin-bottom: 15px;
  }
  .contents {
    padding-top: 30px;
  }
  .content-item {
    padding: 80px 20px 20px;
  }
  .content-item img {
    max-width: 140px;
  }
  .content-item h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .content-item ul li {
    font-size: 16px;
  }
  .authors .bg-authors {
    max-width: 600px;
  }
  .authors {
    padding-top: 30px;
  }
  .authors .title {
    margin-bottom: 20px;
  }
  .authors-caption p {
    font-size: 16px;
  }
  .authors-caption .btn-purple {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
</pre></body></html>