@keyframes catsBackgroundTop {
  from {
    opacity: 0;
    transform: translate(0, -100px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes catsBackgroundBottom {
  from {
    opacity: 0;
    transform: translate(0, 100px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes textTop {
  from {
    opacity: 0;
    transform: translate(0, -100px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes textBottom {
  from {
    opacity: 0;
    transform: translate(0, 100px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes featuresTop {
  from {
    opacity: 0;
    transform: translate(0, -100px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes featuresBottom {
  from {
    opacity: 0;
    transform: translate(0, 100px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes jourTop {
  from {
    opacity: 0;
    transform: translate(0, -100px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes jourBottom {
  from {
    opacity: 0;
    transform: translate(0, 100px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
html, body {
  width: 100vw;
  overflow-x: hidden;
}

main {
  width: 100vw;
  overflow-x: hidden;
  position: relative;
  z-index: 0;
  margin-bottom: 100px;
}
main button {
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 45px;
  aspect-ratio: 1;
  border: none;
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  mix-blend-mode: difference;
}
main button:nth-of-type(1) {
  left: 0;
  opacity: 0;
  transform: rotate(180deg);
  transition: all 0.3s ease;
}
main button:nth-of-type(1).s {
  opacity: 1;
}
main button:nth-of-type(2) {
  right: 0;
}
main .offer {
  color: #fff;
  width: 100%;
  display: flex;
  overflow-x: hidden;
}
main .offer .o {
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  overflow: hidden;
  flex-shrink: 0;
  scale: 0.4;
  transition: all 0.65s ease;
}
main .offer .o .h2 {
  position: absolute;
  bottom: 35%;
  left: 50%;
  z-index: 2;
  padding: 20px 30px;
  transform: translateX(-50%);
  width: calc(100% - 20px);
  max-width: -moz-max-content;
  max-width: max-content;
  text-transform: uppercase;
  color: #fff;
  overflow: hidden;
}
main .offer .o .h2 h2, main .offer .o .h2 span {
  display: block;
  transform: translateX(calc(100% + 60px));
  width: 100%;
  max-width: 500px;
  transition: all 0.3s ease;
}
main .offer .o .h2 h2 {
  font-weight: 400;
  transition-delay: 0.2s;
}
main .offer .o .h2 span:not(.p) {
  transition-delay: 0.4s;
}
main .offer .o .h2 span.p {
  transition-delay: 0.6s;
}
main .offer .o .h2::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  right: -100%;
  background: rgba(0, 0, 0, 0.7294117647);
  border-radius: 8px;
  height: 100%;
  width: 100%;
  transition: all 0.3s ease;
}
main .offer .o img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
main .offer .o a {
  position: absolute;
  bottom: 35%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  opacity: 0;
  color: #fff;
  text-decoration: none;
  background: #060606;
  border-radius: 8px;
  padding: 10px 20px;
  transition: all 0.5s ease;
  transition-delay: 0.75s;
}
main .offer .o.ac {
  scale: 1;
  opacity: 1;
}
main .offer .o.ac .h2.s h2, main .offer .o.ac .h2.s span {
  transform: translateX(0);
}
main .offer .o.ac .h2.s span.p {
  margin-top: 15px;
}
main .offer .o.ac .h2.s::before {
  right: 0;
}
main .offer .o.ac a.ac {
  opacity: 1;
  bottom: 20%;
}

.ss .hs h2 {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.ss .in_hs {
  padding-top: 70px;
  position: relative;
  z-index: 1;
}
.ss .in_hs p {
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-family: "Montserrat";
  font-weight: bold;
}
.ss.cat {
  height: 500px;
  position: relative;
  z-index: 0;
  margin: 0 0 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ss.cat .in_hs {
  opacity: 0;
  transform: translate(0, -20px);
}
.ss.cat .bgs {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0;
}
.ss.cat .bgs::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 1px);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: linear-gradient(180deg, #000 1.48%, rgba(0, 0, 0, 0.38) 31.17%, #000 106.22%);
}
.ss.cat .bgs.buy div:nth-of-type(1) {
  background-image: url("../img/web/section_backgrounds/yachts.webp?v1");
}
.ss.cat .bgs.buy div:nth-of-type(2) {
  background-image: url("../img/web/section_backgrounds/jets.webp");
}
.ss.cat .bgs.rent div:nth-of-type(1) {
  background-image: url("../img/web/section_backgrounds/yachts.webp?v1");
}
.ss.cat .bgs.rent div:nth-of-type(2) {
  background-image: url("../img/web/section_backgrounds/jets.webp");
}
.ss.cat .bgs div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(0);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.7s ease;
}
.ss.cat .bgs div:not(.active) {
  opacity: 0;
  transform: translateY(20px);
}
.ss.cat .bgs div:has(~ .active) {
  transform: translateY(-20px);
}
.ss.cat .cats {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  position: relative;
  z-index: 1;
  opacity: 0;
  transform: translate(0, -20px);
}
.ss.cat .cats a {
  font-family: "Oswald";
  display: block;
  width: 40%;
  text-decoration: none;
  position: relative;
  z-index: 1;
  font-weight: 200;
  color: #fff;
  font-size: 18px;
  padding: 5px 0;
  margin: 20px 0;
  text-align: center;
  transition: all 0.4s ease-in-out;
}
.ss.cat .cats a.active {
  font-size: 24px;
  font-weight: 400;
}
.ss.cat .cats a.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.ss.cat .cats::after {
  content: "";
  height: 0px;
  width: 1px;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background: radial-gradient(circle, #ccc 0%, #000 100%);
  transition: all 0.8s ease;
  transition-delay: 0.6s;
}
.ss.cat.visible.top_anim .bgs {
  transform: translate(0, -100px);
  animation-name: catsBackgroundTop;
  animation-timing-function: ease;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.ss.cat.visible.top_anim .in_hs, .ss.cat.visible.top_anim .cats {
  transform: translate(0, -100px);
  animation-name: catsBackgroundTop;
  animation-timing-function: ease;
  animation-duration: 0.8s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
}
.ss.cat.visible.top_anim .cats::after {
  height: calc(100% + 20px);
}
.ss.cat.visible.bottom_anim .bgs {
  transform: translate(0, 100px);
  animation-name: catsBackgroundBottom;
  animation-timing-function: ease;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.ss.cat.visible.bottom_anim .in_hs, .ss.cat.visible.bottom_anim .cats {
  transform: translate(0, 100px);
  animation-name: catsBackgroundBottom;
  animation-timing-function: ease;
  animation-duration: 0.8s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
}
.ss.cat.visible.bottom_anim .cats::after {
  height: calc(100% + 20px);
}
.ss.cat.visible .cats, .ss.cat.visible .in_hs {
  animation-delay: 0.25s;
}
.ss.txt {
  margin: 0 auto 80px;
  max-width: 500px;
}
.ss.txt .hs {
  padding: 0 0 15px;
  opacity: 0;
}
.ss.txt p {
  color: #fff;
  text-align: center;
  font-size: 12px;
  padding: 0 30px;
  opacity: 0;
  transform: translateY(-20px);
}
.ss.txt p a {
  text-decoration: none;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.ss.txt.visible.top_anim .hs, .ss.txt.visible.top_anim p {
  transform: translateY(-100px);
  animation-name: textTop;
  animation-timing-function: ease;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.ss.txt.visible.top_anim .hs {
  animation-delay: 0.1s;
}
.ss.txt.visible.bottom_anim .hs, .ss.txt.visible.bottom_anim p {
  transform: translateY(100px);
  animation-name: textBottom;
  animation-timing-function: ease;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.ss.txt.visible.bottom_anim p {
  animation-delay: 0.1s;
}
.ss.feat {
  position: relative;
  z-index: 0;
  margin-bottom: 80px;
  opacity: 0;
  transform: translate(0, -20px);
}
.ss.feat .hs {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  padding-top: 20px;
}
.ss.feat .hs h2 {
  font-size: 32px;
}
.ss.feat .controls button {
  position: absolute;
  z-index: 1;
  top: calc(50% + 30px);
  transform: translateY(-50%);
  width: 45px;
  aspect-ratio: 1;
  background: #000;
  outline: none;
  border: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  mix-blend-mode: difference;
  transition: opacity 0.5s ease;
}
.ss.feat .controls button:nth-of-type(1) {
  left: 0;
}
.ss.feat .controls button:nth-of-type(1) img {
  transform: rotate(180deg);
}
.ss.feat .controls button:nth-of-type(2) {
  right: 0;
}
.ss.feat .controls button.hidden {
  opacity: 0;
  pointer-events: none;
}
.ss.feat .offs {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 400px;
  overflow-x: hidden;
}
.ss.feat .offs a {
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  text-decoration: none;
  position: absolute;
  z-index: 0;
  color: #fff;
  background: #000;
  transition: all 0.3s ease;
}
.ss.feat .offs a:not(.prev, .active) {
  left: 100%;
}
.ss.feat .offs a.prev {
  left: -100%;
}
.ss.feat .offs a.active {
  left: 0;
}
.ss.feat .offs a img {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ss.feat .offs a div {
  width: 100%;
  padding: 10px 0 15px;
  display: flex;
  position: relative;
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6901960784);
}
.ss.feat .offs a div p {
  text-align: center;
}
.ss.feat .offs a div p:nth-of-type(1) {
  font-family: "Oswald";
  font-size: 24px;
}
.ss.feat.visible.top_anim, .ss.feat.visible.top_anim .hs {
  translate: transform(0, -100px);
  animation-name: featuresTop;
  animation-timing-function: ease;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}
.ss.feat.visible.top_anim .hs {
  animation-delay: 0.2s;
}
.ss.feat.visible.bottom_anim {
  animation-delay: 0.2s;
}
.ss.feat.visible.bottom_anim, .ss.feat.visible.bottom_anim .hs {
  translate: transform(0, 100px);
  animation-name: featuresBottom;
  animation-timing-function: ease;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}
.ss.jour {
  position: relative;
  z-index: 0;
  opacity: 0;
}
.ss.jour .hs {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  padding-top: 20px;
  opacity: 0;
}
.ss.jour .hs h2 {
  font-size: 32px;
}
.ss.jour .controls button {
  position: absolute;
  z-index: 1;
  top: 30%;
  transform: translateY(-50%);
  width: 45px;
  aspect-ratio: 1;
  background: #000;
  outline: none;
  border: none;
  cursor: pointer;
  mix-blend-mode: difference;
  transition: opacity 0.5s ease;
}
.ss.jour .controls button:nth-of-type(1) {
  left: 0;
}
.ss.jour .controls button:nth-of-type(1) img {
  transform: rotate(180deg);
}
.ss.jour .controls button:nth-of-type(2) {
  right: 0;
}
.ss.jour .controls button.hidden {
  opacity: 0;
  pointer-events: none;
}
.ss.jour .js {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 450px;
  overflow: hidden;
}
.ss.jour .js a {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  text-decoration: none;
  position: absolute;
  z-index: 0;
  color: #fff;
  transition: all 0.3s ease;
}
.ss.jour .js a:not(.prev, .active) {
  left: 100%;
}
.ss.jour .js a.prev {
  left: -100%;
}
.ss.jour .js a.active {
  left: 0;
}
.ss.jour .js a .he {
  width: 100%;
  height: 300px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.ss.jour .js a .he img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ss.jour .js a .he::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: linear-gradient(180deg, #000 1.48%, rgba(0, 0, 0, 0.38) 31.17%, #000 106.22%);
}
.ss.jour .js a .c {
  padding: 0 60px;
  margin-top: -60px;
  position: relative;
}
.ss.jour .js a .c p {
  font-size: 12px;
}
.ss.jour .js a .c p.d {
  font-family: "Oswald";
}
.ss.jour .js a .c p.h, .ss.jour .js a .c p.t {
  margin-top: 15px;
}
.ss.jour .js a .c p.h {
  font-weight: 600;
}
.ss.jour.visible.top_anim, .ss.jour.visible.top_anim .hs {
  transform: translate(0, -100px);
  animation-name: jourTop;
  animation-timing-function: ease;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.ss.jour.visible.top_anim .hs {
  animation-delay: 0.2s;
}
.ss.jour.visible.bottom_anim, .ss.jour.visible.bottom_anim .hs {
  transform: translate(0, 100px);
  animation-name: jourBottom;
  animation-timing-function: ease;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.ss.seen p {
  color: #fff;
  text-align: center;
  opacity: 0;
  font-size: 24px;
  font-family: "Oswald";
}
.ss.seen .pc_logos {
  display: none;
}
.ss.seen .holder .ph {
  display: flex;
  width: 100%;
  padding: 40px 0 100px;
  position: relative;
  height: 240px;
}
.ss.seen .holder .ph .box {
  width: 100%;
  flex-shrink: 0;
  position: absolute;
  left: 100%;
}
.ss.seen .holder .ph .box.animating {
  transition: all 0.6s ease-in-out;
}
.ss.seen .holder .ph .box.middle {
  left: 50%;
  transform: translateX(-50%);
}
.ss.seen .holder .ph .box.left {
  left: -100%;
}
.ss.seen .holder .ph .box a {
  display: block;
  text-decoration: none;
  opacity: 0;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
}
.ss.seen .holder .ph .box a img {
  display: block;
  width: 100%;
  max-width: 100px;
}
.ss.seen .holder .ph .box p {
  font-size: 14px;
  margin-top: 20px;
  font-family: "Open Sans";
  padding: 0 15%;
}
.ss.seen.top_anim .holder a, .ss.seen.top_anim p {
  transform: translateY(-100px);
  animation-name: textTop;
  animation-timing-function: ease;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.ss.seen.top_anim .hs {
  animation-delay: 0.1s;
}
.ss.seen.bottom_anim .holder a, .ss.seen.bottom_anim p {
  transform: translateY(100px);
  animation-name: textBottom;
  animation-timing-function: ease;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.ss.seen.bottom_anim p {
  animation-delay: 0.1s;
}
.ss.news {
  display: flex;
  padding: 0 30px;
  justify-content: space-between;
  align-items: center;
}
.ss.news p, .ss.news input, .ss.news button {
  color: #fff;
}
.ss.news p {
  font-size: 18px;
}
.ss.news form {
  padding: 0 5px 2px 0;
  border-bottom: 1px solid #fff;
}
.ss.news form input, .ss.news form button {
  background: none;
  outline: none;
  border: none;
  font-size: 14px;
}
.ss.popular_links {
  padding: 0 30px;
}
.ss.popular_links .hs {
  padding: 60px 0 50px;
}
.ss.popular_links .holder {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}
.ss.popular_links .holder p {
  color: #fff;
  margin-bottom: 5px;
}
.ss.popular_links .holder .box:not(:last-of-type) {
  margin-bottom: 30px;
}
.ss.popular_links .holder .box a {
  text-decoration: none;
  font-size: 12px;
  color: #ccc;
}
.ss.popular_links .holder div.e {
  color: #ccc;
  font-size: 12px;
  padding-top: 4px;
}

@media screen and (min-width: 650px) {
  .ss.cat {
    height: 75vh;
    justify-content: center;
  }
  .ss.cat .in_hs, .ss.cat .cats {
    width: 200px;
    margin: 0 0 0 auto;
  }
  .ss.cat .in_hs {
    padding: 0;
  }
  .ss.cat .in_hs p {
    text-align: left;
  }
  .ss.cat::after {
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 50%, #000 105%);
  }
  .ss.cat .cats {
    display: block;
  }
  .ss.cat .cats a {
    width: 100%;
    text-align: left;
    font-size: 20px;
    padding: 0;
    margin: 10px 0 0;
  }
  .ss.cat .cats a:hover {
    font-weight: 400;
  }
  .ss.cat .cats a:last-of-type {
    display: none;
  }
  .ss.cat .cats::after {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .ss.txt.dbl .ho:nth-of-type(2) {
    display: none;
  }
}
@media screen and (min-width: 850px) {
  @keyframes catsComp {
    from {
      opacity: 0;
      transform: translate(100px, 0);
    }
    to {
      opacity: 1;
      transform: translate(0, 0);
    }
  }
  main {
    padding-top: 100px;
  }
  main .offer .o {
    height: calc(100vh - 100px);
  }
  main button {
    top: calc(25px + 50%);
  }
  .ss.cat {
    height: 100vh;
  }
  .ss.cat .in_hs, .ss.cat .cats {
    width: 300px;
  }
  .ss.cat .in_hs p {
    font-size: 48px;
  }
  .ss.cat .bgs {
    transform: translate(0, 100px);
  }
  .ss.cat .cats a {
    font-size: 28px;
  }
  .ss.cat .cats a.active {
    font-size: 32px;
  }
  .ss.cat.visible.top_anim .in_hs, .ss.cat.visible.top_anim .cats, .ss.cat.visible.bottom_anim .in_hs, .ss.cat.visible.bottom_anim .cats {
    transform: translate(100px, 0);
    animation-name: catsComp;
  }
  .ss.txt {
    margin: 100px auto;
  }
  .ss.feat .controls {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .ss.feat .offs {
    height: 500px;
    max-width: 100%;
    margin: 0 auto;
  }
  .ss.feat .offs a {
    width: 50%;
  }
  .ss.feat .offs a.out {
    left: -100%;
  }
  .ss.feat .offs a.prev {
    left: 25%;
  }
  .ss.feat .offs a.active {
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }
  .ss.feat .offs a.next {
    left: 75%;
  }
  .ss.feat .offs a.prev, .ss.feat .offs a.next {
    transform: translateX(-50%) scale(0.75);
  }
  .ss.feat .offs a.prev, .ss.feat .offs a.next {
    z-index: 1;
  }
  .ss.jour {
    padding: 0 30px;
  }
  .ss.jour .hs, .ss.jour .controls {
    display: none;
  }
  .ss.jour .js {
    display: grid;
    height: auto;
    grid-template-rows: 400px 150px 150px 150px;
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
  }
  .ss.jour .js a {
    position: relative;
    height: 100%;
    display: flex;
    align-items: flex-end;
    transform: translate(0, 100px);
    opacity: 0;
  }
  .ss.jour .js a:not(.prev, .active) {
    left: 0;
  }
  .ss.jour .js a .he {
    height: 100%;
    position: absolute;
  }
  .ss.jour .js a:nth-of-type(1) .he::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.95) -39%, rgba(0, 0, 0, 0.15) 30%, rgba(0, 0, 0, 0.96) 99%);
  }
  .ss.jour .js a:nth-of-type(1) .c {
    padding: 0 50px 60px;
    max-width: 600px;
  }
  .ss.jour .js a:nth-of-type(1) .c p.h {
    font-size: 14px;
    margin-top: 10px;
  }
  .ss.jour .js a:not(:nth-of-type(1)) .he {
    position: static;
    height: 100%;
    width: auto;
    aspect-ratio: 3/2;
  }
  .ss.jour .js a:not(:nth-of-type(1)) .he img {
    position: static;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ss.jour .js a:not(:nth-of-type(1)) .he::after {
    display: none;
  }
  .ss.jour .js a:not(:nth-of-type(1)) .c {
    padding: 0 20px 0 30px;
    margin: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .ss.jour.visible.top_anim {
    animation: none;
    opacity: 1;
    transform: translate(0, 0);
  }
  .ss.jour.visible.top_anim .js a {
    transform: translate(0, -100px);
    animation-name: catsBackgroundTop;
    animation-timing-function: ease;
    animation-duration: 1s;
    animation-fill-mode: forwards;
  }
  .ss.jour.visible.top_anim .js a:nth-of-type(3) {
    animation-delay: 0.3s;
  }
  .ss.jour.visible.top_anim .js a:nth-of-type(2) {
    animation-delay: 0.6s;
  }
  .ss.jour.visible.top_anim .js a:nth-of-type(1) {
    animation-delay: 0.9s;
  }
  .ss.jour.visible.bottom_anim {
    animation: none;
    opacity: 1;
    transform: translate(0, 0);
  }
  .ss.jour.visible.bottom_anim .js a {
    transform: translate(0, 100px);
    animation-name: catsBackgroundBottom;
    animation-timing-function: ease;
    animation-duration: 1s;
    animation-fill-mode: forwards;
  }
  .ss.jour.visible.bottom_anim .js a:nth-of-type(2) {
    animation-delay: 0.3s;
  }
  .ss.jour.visible.bottom_anim .js a:nth-of-type(3) {
    animation-delay: 0.6s;
  }
  .ss.jour.visible.bottom_anim .js a:nth-of-type(4) {
    animation-delay: 0.9s;
  }
  .ss.seen {
    padding: 80px 0 0;
  }
  .ss.seen .holder .pc_logos {
    display: flex;
    max-width: 1200px;
    justify-content: space-between;
    padding: 0 20%;
    margin: 75px auto 0;
  }
  .ss.seen .holder .pc_logos a {
    width: 15%;
  }
  .ss.seen .holder .pc_logos a img {
    max-width: 100%;
    opacity: 0.5;
    transition: opacity 0.5s ease;
  }
  .ss.seen .holder .pc_logos a.active img {
    opacity: 1;
  }
  .ss.seen .holder .ph {
    padding-bottom: 0;
    height: 150px;
  }
  .ss.seen .holder .ph .box a {
    display: none;
  }
  .ss.seen .holder .ph .box p {
    padding: 0 25%;
    margin: 0;
    font-size: 18px;
  }
  .ss.popular_links .hs h2 {
    text-align: left;
  }
  .ss.news {
    min-height: auto;
    padding-top: 80px;
  }
}
@media screen and (min-width: 1024px) {
  main, .ss {
    padding-left: 200px;
  }
  main .offer {
    padding: 0 50px 0 0;
  }
  main .offer .o {
    scale: 0.9;
    transform: translateX(-20px);
  }
  main .offer .o .h2 {
    left: 75px;
    bottom: 200px;
    transform: none;
    padding: 20px 60px 20px 20px;
  }
  main .offer .o a {
    left: 75px;
    bottom: 150px;
    transform: none;
  }
  main .offer .o.ac {
    transform: translateX(0px);
  }
  main .offer .o.ac a.ac {
    bottom: 75px;
  }
  main button:nth-of-type(2) {
    top: auto;
    bottom: 40px;
    right: 40px;
  }
  .ss.cat, .ss.cat .bgs {
    padding-left: 200px;
  }
  .ss.cat {
    margin: 0 0 50px;
  }
  .ss.cat .bgs div {
    width: calc(100% - 200px);
    left: initial;
    right: 0;
  }
  .ss.cat.catr {
    margin-bottom: 0;
  }
  .ss.feat {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .ss.feat .hs {
    position: static;
    padding: 0 0 40px;
  }
  .ss.feat .controls {
    position: relative;
  }
  .ss.feat .controls button {
    top: 225px;
  }
  .ss.txt {
    max-width: initial;
    position: relative;
    z-index: 0;
  }
  .ss.txt:not(.dbl) {
    display: none;
  }
  .ss.txt.dbl {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .ss.txt.dbl .ho {
    width: calc(50% - 20px);
    max-width: 550px;
  }
  .ss.txt.dbl::after {
    content: "";
    height: calc(100% + 20px);
    width: 1px;
    position: absolute;
    top: -20px;
    left: calc(50% + 100px);
    transform: translateX(-50%);
    background: radial-gradient(circle, #ccc 0%, #000 100%);
  }
  .ss.txt.visible.top_anim .ho:nth-of-type(2) .hs {
    animation-delay: 0.4s;
  }
  .ss.txt.visible.top_anim .ho:nth-of-type(2) p {
    animation-delay: 0.3s;
  }
  .ss.txt.visible.bottom_anim .ho:nth-of-type(2) .hs {
    animation-delay: 0.3s;
  }
  .ss.txt.visible.bottom_anim .ho:nth-of-type(2) p {
    animation-delay: 0.4s;
  }
  .ss.seen {
    padding-left: 200px;
  }
  .ss.jour {
    padding-left: 230px;
  }
  .ss.popular_links {
    padding: 0 30px 0 230px;
  }
  .ss.news {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .ss.cat:nth-of-type(1), .ss.txt, .ss.feat {
    margin: 60px 0 120px;
  }
  .ss.popular_links {
    padding: 0 90px 0 250px;
  }
  .ss.cat .in_hs p {
    font-size: 54px;
  }
  .ss.cat .cats a {
    font-size: 32px;
  }
  .ss.cat .cats a.active {
    font-size: 38px;
  }
  .ss.jour .js {
    grid-template-columns: 1fr 450px;
    grid-template-rows: 150px 150px 150px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-areas: "main side1" "main side2" "main side3";
  }
  .ss.jour .js a:nth-of-type(1) {
    grid-area: main;
  }
  .ss.jour .js a:nth-of-type(2) {
    grid-area: side1;
  }
  .ss.jour .js a:nth-of-type(3) {
    grid-area: side2;
  }
  .ss.jour .js a:nth-of-type(4) {
    grid-area: side3;
  }
  .ss.jour .js a:not(:nth-of-type(1)) .c {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1440px) {
  main .offer {
    padding: 0 100px 0 0;
  }
  main button:nth-of-type(2) {
    right: 40px;
  }
  .ss {
    margin-top: 100px;
  }
  .ss.txt.dbl {
    justify-content: center;
  }
  .ss.txt.dbl .ho {
    max-width: 660px;
    padding: 0 30px;
  }
  .ss.seen {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: -60px;
  }
  .ss.feat .offs {
    max-width: 100%;
  }
  .ss.feat .controls {
    width: calc(100% - 30px);
  }
  .ss.jour .js {
    grid-template-columns: 1fr 500px;
  }
}
@media screen and (min-width: 1650px) {
  .ss.jour .js {
    grid-template-columns: 1fr 650px;
  }
}
@media screen and (min-width: 1780px) {
  main .offer .o {
    transform: translateX(-50px);
  }
}/*# sourceMappingURL=style.css.map */