@charset "UTF-8";
@font-face {
  font-family: "Unbounded-Regular";
  src: url("/fonts/Unbounded-Regular.woff2");
}
@font-face {
  font-family: "Unbounded-Medium";
  src: url("/fonts/Unbounded-Medium.woff2");
}
@font-face {
  font-family: "Unbounded-Light";
  src: url("/fonts/Unbounded-Light.woff2");
}
@font-face {
  font-family: "Unbounded-Bold";
  src: url("/fonts/Unbounded-Bold.woff2");
}
.ff-bold {
  font-family: "Unbounded-Bold";
}
.ff-light {
  font-family: "Unbounded-Light";
}
.ff-medium {
  font-family: "Unbounded-Medium";
}
.b-pink {
  background-color: #f11c42;
}
.b-black {
  background-color: #010101;
  color: #fff;
}
.c-grey {
  color: #929292;
}
html {
  height: 100%;
}
body {
  margin: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: "Unbounded-Regular";
  background: #f5f5f5;
  color: #010101;
}
main {
  flex-grow: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-align: left;
  position: relative;
  text-transform: uppercase;
  font-family: "Unbounded-Medium";
  margin-bottom: 30px;
  padding: 5px 0;
}
h1 {
  font-size: 48px;
}
h2 {
  font-size: 48px;
}
h3 {
  font-size: 36px;
}
h4 {
  font-size: 30px;
}
h5 {
  font-size: 25px;
}
h6 {
  font-size: 22px;
}
section {
  padding: 50px 0;
  position: relative;
}
section:first-child {
  padding: 0px;
}
p {
  font-size: 20px;
  line-height: 150%;
}
ul,
ol {
  margin: 0;
}
#page_limiter {
  max-width: 1500px;
  margin: 0 auto;
  background: #fff;
  width: 100%;
}
.limiter {
  margin-left: 25px;
}
section.black {
  color: #fff;
  background: #161616;
}
.button {
  cursor: pointer;
  padding: 20px 35px;
  border: 2px solid #f11c42;
  box-shadow: 0 0 20px #f11c42;
  border-radius: 50px;
  align-items: center;
  display: inline-flex;
}
.nav {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 50px 0 50px 25px;
}
.nav .logo {
  width: 57px;
  height: 201px;
  background-image: url("/img/logo.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.nav .menu a {
  display: flex;
  font-size: 25px;
  width: 50px;
  height: 50px;
  border: 5px solid transparent;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-family: "Unbounded-Bold";
  margin-bottom: 18px;
  color: #010101;
  text-decoration: none;
  box-sizing: border-box;
  padding-top: 5px;
}
.nav .menu div:last-child a {
  margin-bottom: 0;
}
.nav .menu a.current {
  border: 5px solid #010101;
  cursor: none;
  pointer-events: none;
}
.nav .menu a:hover {
  border: 5px dashed #010101;
}
section.black .nav .logo {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
section.black .nav .menu a {
  color: #fff;
}
section.black .nav .menu a.current {
  border: 5px solid #fff;
}
section.black .nav .menu a:hover {
  border: 5px dashed #fff;
}
.bx-wrapper {
  border: 0;
  box-shadow: none;
  background: transparent !important;
}
.container-ticker {
  padding-top: 50px;
}
.container-ticker .item {
  display: inline-block;
  width: auto !important;
  font-size: 45px;
  padding: 0 35px;
  text-transform: uppercase;
  font-family: "Unbounded-Medium";
}
.lead-in .banner {
  padding-bottom: 50px;
}
section.about {
  background: url("/img/LikaBlank.webp") right bottom no-repeat;
  background-size: 30%;
}
.item_before {
  content: '';
  display: inline-block;
  margin-right: 15px;
  width: 30px;
  height: 30px;
  margin-top: -3px;
}
.labels {
  padding-bottom: 50px;
}
.labels > div {
  display: flex;
}
.labels .item {
  padding: 30px;
  border-radius: 50px;
  font-size: 20px;
  text-transform: uppercase;
  font-family: "Unbounded-Bold";
  color: #fff;
  display: flex;
  align-items: center;
}
.labels .item:first-child:before {
  content: '';
  display: inline-block;
  margin-right: 15px;
  width: 30px;
  height: 30px;
  margin-top: -3px;
  background: url("/img/ico_love.webp") center center no-repeat;
}
.labels .item:last-child:before {
  content: '';
  display: inline-block;
  margin-right: 15px;
  width: 30px;
  height: 30px;
  margin-top: -3px;
  background: url("/img/ico_dzen.webp") center center no-repeat;
}
.stickers {
  padding-bottom: 50px;
}
.stickers > div {
  border-radius: 20px;
  border: 2px solid #010101;
  padding: 12px 24px 24px 24px;
  font-size: 14px;
}
.stickers > div > span {
  font-size: 64px;
  display: block;
  font-family: "Unbounded-Medium";
}
.block_check-list {
  padding-bottom: 50px;
}
.block_check-list > .row > div {
  display: flex;
  align-items: center;
  padding-top: 22px;
  padding-bottom: 22px;
}
.block_check-list > .row > div:first-child {
  font-size: 24px;
  border-right: 3px solid #f11c42;
}
.block_check-list > .row > div:last-child li {
  font-size: 16px;
}
.block_check-list .line {
  height: 3px;
  background: linear-gradient(to left,transparent,#f11c42,#f11c42,transparent);
}
.block_check-list li {
  list-style-image: url("/img/marker.webp");
  padding-left: 5px;
  padding-bottom: 5px;
}
.block_check-list li:last-child {
  padding-bottom: 0;
}
.portfolio-item * {
  font-size: 16px;
}
.portfolio-item h3 {
  font-size: 36px;
}
.portfolio-item > .row > div > * {
  margin-bottom: 15px;
}
.portfolio-item .tags {
  line-height: 200%;
}
.portfolio-item .tags span:not(:last-child) {
  display: inline-block;
  padding-right: 25px;
}
.stars-container > div {
  width: 19px;
  height: 19px;
  display: inline-block;
  margin-right: 5px;
  background: url("/img/star-rating.webp") center center no-repeat;
}
.stars-container > div:last-child {
  margin-right: 0;
}
.stars-container > div.empty {
  background: url("/img/star-rating-empty.webp") center center no-repeat;
}
.button-trailer {
  padding: 15px 10px;
}
.button-trailer .button {
  background: #010101;
  color: #fff;
}
.button-trailer .button::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 14px;
  background: url("/img/play.webp") center center no-repeat;
  margin: 0 12px 0 0;
}
.item-star-count {
  min-height: 127px;
  display: flex;
  align-items: center;
}
.item-star-count span:first-child {
  display: flex;
  background: url("/img/star-count.webp") center center no-repeat;
  min-width: 129px;
  height: 127px;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  padding-top: 10px;
}
.goblet span:first-child {
  background: url("/img/goblet.webp") center center no-repeat;
  color: transparent;
}
.portfolio-item .right-side {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.portfolio-item .right-side > div {
  margin-bottom: 0 !important;
}
.slider-container {
  margin-bottom: 70px;
}
.slider-container .item {
  padding: 0 15px;
}
.slider-container .title {
  height: 40px;
}
.slider-container img {
  border-radius: 15px;
}
.slick-arrow {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  background: url(/img/slider-arrow.webp) center center no-repeat;
  z-index: 1;
  cursor: pointer;
  padding: 25px;
  background-color: #000000b3;
  border-radius: 10px;
}
.slick-prev {
  left: 10%;
}
.slick-next {
  right: 10%;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.switcher-container .portfolio-item {
  display: none;
}
.switcher-container .select {
  display: block;
}
.mission .row > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.mission .row > div > div {
  border-radius: 30px;
  padding: 30px 40px;
  color: #fff;
  font-family: "Unbounded-Medium";
  font-size: 18px;
  height: 100%;
}
.mission .row > div:first-child {
  padding-right: 0;
}
.mission .row > div:last-child {
  padding-left: 0;
}
.mission .edge {
  position: relative;
}
.mission .overlay {
  width: 355px;
  height: 307px;
  position: absolute;
  background: url("/img/misson-overlay.webp") center center no-repeat;
  z-index: 1;
  left: 60%;
  bottom: 75px;
  margin-left: -180px;
  background-size: cover;
}
.mission .image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.mission .image-1 {
  min-height: 215px;
  background-image: url("/img/image-1.webp");
}
.mission .image-2 {
  min-height: 345px;
  background-image: url("/img/image-2.webp");
}
.mission .image-3 {
  min-height: 331px;
  background-image: url("/img/image-3.webp");
}
.mission .ico {
  display: block;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
}
.mission .ico-1 {
  background-image: url("/img/heart.webp");
  height: 41px;
  margin-top: 15px;
}
.mission .ico-2 {
  background-image: url("/img/eye.webp");
  height: 78px;
  margin-bottom: 15px;
}
.contacts .row > div:first-child {
  padding-right: 0;
  display: flex;
}
.contacts .row > div:last-child {
  padding-left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contacts .edge {
  padding: 45px 25px 45px 55px;
  border-radius: 30px;
  border: 1px solid #010101;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contacts .links-container > div {
  border-radius: 30px;
  padding: 30px 45px;
  height: 100%;
}
.contacts .phone-container a {
  font-size: 30px;
  color: #010101;
  font-family: "Unbounded-Bold";
}
.contacts .phone {
  margin-top: 20px;
}
.contacts .links-container a {
  font-size: 30px;
  color: #fff;
}
.contacts .links-container span {
  display: block;
  padding-top: 20px;
}
.contacts a {
  display: block;
}
.tagline {
  text-align: center;
  font-size: 36px;
  padding: 50px 0;
}
.tagline span {
  display: block;
  font-size: 60px;
}
@media (max-width: 1199.99px) {
  section.about {
    background: url("/img/LikaBlank.webp") right bottom no-repeat;
    background-size: 0%;
  }
  .nav .logo {
    width: 45px;
    height: 159px;
  }
  .limiter {
    margin-left: 80px;
  }
  .mission .overlay {
    width: 320px;
    height: 277px;
    margin-left: -160px;
  }
  .mission .row > div > div {
    font-size: 16px;
  }
  .mission .ico-2 {
    height: 60px;
  }
  .contacts .links-container a {
    font-size: 24px;
  }
  .contacts .phone-container a {
    font-size: 24px;
  }
}
@media (max-width: 991.99px) {
  section {
    padding: 40px 0;
  }
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 22px;
  }
  h6 {
    font-size: 20px;
  }
  p {
    font-size: 18px;
  }
  .limiter {
    margin-left: 60px;
  }
  .nav {
    padding: 40px 0 40px 25px;
  }
  .nav .menu a {
    margin-bottom: 12px;
    font-size: 22px;
    width: 45px;
    height: 45px;
  }
  .labels .item {
    padding: 22px;
    font-size: 16px;
  }
  .block_check-list > .row > div:first-child {
    border: none;
    font-size: 22px;
  }
  .item-star-count span:first-child {
    min-width: 80px;
    height: 78px;
    background-size: 120%;
    font-size: 20px;
  }
  .item-star-count > span {
    font-size: 14px;
  }
  .block_check-list > .row > div:last-child li {
    font-size: 14px;
  }
  .block_check-list li {
    padding-bottom: 12px;
  }
  .button {
    padding: 15px 30px;
    font-size: 14px;
  }
  .stars-container > div {
    margin-right: 4px;
  }
  .stickers > div > span {
    font-size: 58px;
  }
  .contacts .row > div:first-child {
    padding-right: 15px;
  }
  .contacts .row > div:last-child {
    padding-left: 15px;
  }
  .tagline {
    font-size: 28px;
  }
  .tagline span {
    font-size: 48px;
  }
  .mission .row > div > div {
    padding: 20px 30px;
  }
  .mission .ico-1 {
    height: 30px;
  }
  .mission .ico-2 {
    height: 40px;
  }
  .mission .image-1 {
    min-height: 140px;
  }
  .mission .image-2 {
    min-height: 260px;
  }
  .mission .image-3 {
    min-height: 250px;
  }
}
@media (max-width: 767.99px) {
  .nav {
    display: none;
  }
  .limiter {
    margin: 0;
  }
  .mission .row > div:first-child {
    padding-right: 15px;
    margin-bottom: 25px;
  }
  .mission .row > div:last-child {
    padding-left: 15px;
  }
  .labels > div {
    flex-direction: column;
  }
  .labels .item:first-child {
    margin-bottom: 15px;
  }
  .item-star-count {
    min-height: 80px;
  }
  .slider-container .item {
    padding: 0 10px;
  }
  .contacts .links-container a {
    font-size: 22px;
  }
  .contacts .phone-container a {
    font-size: 22px;
  }
}
@media (max-width: 575.99px) {
  .stickers {
    padding-left: 15px;
    padding-right: 15px;
  }
  .contacts .links-container a {
    font-size: 22px;
  }
  .contacts .links-container > div {
    padding: 25px 30px;
  }
  .contacts .edge {
    padding: 25px 30px;
    margin-bottom: 15px;
  }
  .tagline {
    font-size: 24px;
  }
}