/* /kolobezky-kaabo */
.kaabo-page .ytbVideo {
  margin-bottom: 70px;
}

.kaabo__logo img {
  margin: 0 auto 40px;
}

.kaabo__preorder {
  max-width: 930px;
  margin: 0 auto 100px;
}

.kaabo__preorder .subtitle {
  font-size: 50px;
}

@media (max-width: 600px) {
  .kaabo__preorder .subtitle {
    font-size: 36px;
  }
}

.kaabo__preorder .desc {
  font-size: 20px;
}

.kaabo__headline {
  font-size: 36px;
  margin-bottom: 70px;
}

@media (max-width: 1000px) {
  .kaabo__headline {
    font-size: 30px;
    margin-bottom: 30px;
  }
}

.kaabo__headline .icon {
  margin-right: 30px;
}

.kaabo__theBest {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px 130px;
  max-width: 1460px;
  margin: 0 auto 70px;
}

@media (max-width: 1200px) {
  .kaabo__theBest {
    grid-template-columns: 1fr;
  }
}

.kaabo__theBest .img {
  position: relative;
  left: -70px;
}

@media (max-width: 1200px) {
  .kaabo__theBest .img {
    order: 3;
    margin: 0 auto;
    left: -20px;
  }
}

.kaabo__theBest .imgDesc {
  display: flex;
}

@media (min-width: 1201px) {
  .kaabo__theBest .imgDesc {
    position: relative;
    left: -300px;
    width: calc(100% + 300px);
  }
}

@media (max-width: 1200px) {
  .kaabo__theBest .imgDesc {
    order: 1;
    align-items: center;
    justify-content: center;
  }
}

.kaabo__theBest .imgDesc > div {
  align-self: center;
}

.kaabo__theBest .imgDesc img {
  mix-blend-mode: darken;
}

.kaabo__theBest .imgDesc .wrapper {
  display: flex;
  align-items: center;
  align-self: center;
  justify-items: center;
  flex-direction: column;
  margin-left: 30px;
}

.kaabo__theBest .imgDesc .drops {
  position: relative;
  display: flex;
  margin-bottom: 20px;
}

.kaabo__theBest .imgDesc .drop {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.kaabo__theBest .imgDesc .drop.drop--violet {
  position: relative;
  left: 20px;
  top: 80px;
  width: 160px;
  height: 160px;
  font-size: 23px;
  background: #5b57a2;
  border: 6px solid #fff;
  border-radius: 50% 50% 0 50%;
}

@media (max-width: 600px) {
  .kaabo__theBest .imgDesc .drop.drop--violet {
    position: absolute;
    width: 80px;
    height: 80px;
    left: 30px;
    top: -50px;
    font-size: 10px;
  }
}

.kaabo__theBest .imgDesc .drop.drop--green {
  width: 230px;
  height: 230px;
  font-size: 33px;
  background: #97bc43;
  border-radius: 0 50% 50% 50%;
}

@media (max-width: 600px) {
  .kaabo__theBest .imgDesc .drop.drop--green {
    width: 140px;
    height: 140px;
    font-size: 19px;
  }
}

.kaabo__theBest .imgDesc .headline > div:nth-child(1) {
  font-size: 115px;
  color: #f3a000;
}

@media (min-width: 1201px) and (max-width: 1400px) {
  .kaabo__theBest .imgDesc .headline > div:nth-child(1) {
    font-size: 85px;
  }
}

@media (min-width: 601px) and (max-width: 850px) {
  .kaabo__theBest .imgDesc .headline > div:nth-child(1) {
    font-size: 85px;
  }
}

@media (max-width: 600px) {
  .kaabo__theBest .imgDesc .headline > div:nth-child(1) {
    font-size: 40px;
  }
}

.kaabo__theBest .imgDesc .headline > div:nth-child(2) {
  font-size: 55px;
}

@media (min-width: 601px) and (max-width: 850px) {
  .kaabo__theBest .imgDesc .headline > div:nth-child(2) {
    font-size: 40px;
  }
}

@media (max-width: 600px) {
  .kaabo__theBest .imgDesc .headline > div:nth-child(2) {
    font-size: 26px;
  }
}

.kaabo__theBest .desc {
  font-size: 20px;
  text-align: justify;
}

@media (max-width: 1200px) {
  .kaabo__theBest .desc {
    max-width: 700px;
    margin: 0 auto;
  }
}

@media (max-width: 1000px) {
  .kaabo__theBest .desc {
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
  .kaabo__theBest .desc--left {
    order: 2;
  }
}

@media (max-width: 1200px) {
  .kaabo__theBest .desc--right {
    order: 4;
  }
}

@media (min-width: 1201px) {
  .kaabo__theBest .desc--fullWidth {
    grid-column: span 2;
  }
}

@media (max-width: 1200px) {
  .kaabo__theBest .desc--fullWidth {
    order: 5;
  }
}

.kaabo__colorBlocks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1460px;
  margin: 0 auto 70px;
}

@media (min-width: 751px) and (max-width: 1000px) {
  .kaabo__colorBlocks {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 750px) {
  .kaabo__colorBlocks {
    grid-template-columns: 1fr;
  }
}

.kaabo__colorBlockItem {
  display: grid;
  grid-template-columns: 160px auto;
  align-items: center;
  padding: 10px 30px 10px 0;
}

@media (max-width: 750px) {
  .kaabo__colorBlockItem {
    grid-template-columns: 120px auto;
  }
}

.kaabo__colorBlockItem:nth-of-type(1) {
  background: #f3a000;
}

.kaabo__colorBlockItem:nth-of-type(1) .icon {
  width: 36px;
  height: 36px;
  fill: #f3a000;
}

.kaabo__colorBlockItem:nth-of-type(2) {
  background: #5b57a2;
}

.kaabo__colorBlockItem:nth-of-type(2) .icon {
  width: 36px;
  height: 36px;
  fill: #5b57a2;
}

.kaabo__colorBlockItem:nth-of-type(3) {
  background: #97bc43;
}

@media (min-width: 751px) and (max-width: 1000px) {
  .kaabo__colorBlockItem:nth-of-type(3) {
    grid-column: span 2;
  }
}

.kaabo__colorBlockItem:nth-of-type(3) .icon {
  width: 30px;
  height: 30px;
  fill: #97bc43;
}

.kaabo__colorBlockItem .iconWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin: 0 auto;
  border-radius: 50% 50% 0 50%;
  background: #fff;
}

.kaabo__colorBlockItem .headline {
  font-size: 25px;
  line-height: 1.2;
}

.kaabo__stats {
  max-width: 1460px;
  margin: 0 auto 70px;
}

.kaabo__stats .grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  font-size: 20px;
}

@media (max-width: 1200px) {
  .kaabo__stats .grid {
    grid-template-columns: repeat(2, 1fr);
    font-size: 16px;
  }
}

.kaabo__stats .grid > div {
  padding: 5px;
}

.kaabo__stats .grid > div:nth-child(-n+8) {
  font-size: 24px;
}

@media (max-width: 1200px) {
  .kaabo__stats .grid > div:nth-child(-n+8) {
    font-size: 18px;
  }
}

@media (max-width: 1200px) {
  .kaabo__stats .grid > div:nth-child(4), .kaabo__stats .grid > div:nth-child(6), .kaabo__stats .grid > div:nth-child(8) {
    margin-top: 30px;
  }
}

.kaabo__stats .grid > div:nth-child(8n+1):not(:nth-child(16n+1)), .kaabo__stats .grid > div:nth-child(8n+2):not(:nth-child(16n+2)), .kaabo__stats .grid > div:nth-child(8n+4):not(:nth-child(16n+4)), .kaabo__stats .grid > div:nth-child(8n+6):not(:nth-child(16n+6)), .kaabo__stats .grid > div:nth-child(8n+8):not(:nth-child(16n+8)) {
  background: #f5f6f7;
}

@media (min-width: 1201px) {
  .kaabo__stats .grid > div:nth-child(8n+3), .kaabo__stats .grid > div:nth-child(8n+5), .kaabo__stats .grid > div:nth-child(8n+7) {
    display: none;
  }
}

@media (max-width: 1200px) {
  .kaabo__stats .grid > div:nth-child(8n+3):not(:nth-child(16n+3)), .kaabo__stats .grid > div:nth-child(8n+5):not(:nth-child(16n+5)), .kaabo__stats .grid > div:nth-child(8n+7):not(:nth-child(16n+7)) {
    background: #f5f6f7;
  }

  .kaabo__stats .grid > div:nth-child(8n+1), .kaabo__stats .grid > div:nth-child(8n+2) {
    order: 1;
  }

  .kaabo__stats .grid > div:nth-child(8n+3), .kaabo__stats .grid > div:nth-child(8n+4) {
    order: 2;
  }

  .kaabo__stats .grid > div:nth-child(8n+5), .kaabo__stats .grid > div:nth-child(8n+6) {
    order: 3;
  }

  .kaabo__stats .grid > div:nth-child(8n+7), .kaabo__stats .grid > div:nth-child(8n+8) {
    order: 4;
  }
}

.kaabo__stats .statsDivider {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  max-width: 1200px;
  height: 2px;
  margin: 60px auto;
}

@media (max-width: 1200px) {
  .kaabo__stats .statsDivider {
    display: none;
  }
}

.kaabo__stats .statsDivider > div:nth-child(1) {
  background: #f3a000;
}

.kaabo__stats .statsDivider > div:nth-child(2) {
  background: #5b57a2;
}

.kaabo__stats .statsDivider > div:nth-child(3) {
  background: #97bc43;
}

.kaabo__stats .statsDivider > div br {
  display: none;
}

@media (max-width: 1200px) {
  .kaabo__stats .statsDivider + .grid {
    margin-top: 30px;
  }
}

.kaabo__testimonials {
  max-width: 1460px;
  margin: 0 auto 70px;
}

.kaabo__testimonials .grid {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 40px;
}

@media (max-width: 1200px) {
  .kaabo__testimonials .grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
  }
}

.kaabo__testimonials .gridItem {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 40px;
  font-size: 20px;
  border-radius: 20px;
  background: #f5f6f7;
}

@media (max-width: 1000px) {
  .kaabo__testimonials .gridItem {
    font-size: 16px;
  }
}

.kaabo__testimonials .gridItem .img {
  display: flex;
  align-items: center;
  min-height: 60px;
}

.kaabo__testimonials .gridItem .subtitle {
  font-size: 25px;
  margin: 20px 0 0;
}

.kaabo__testimonials .gridItem .author {
  align-items: center;
  justify-content: flex-end;
  margin-top: 30px;
}

.kaabo__testimonials .gridItem .author img {
  margin-right: 15px;
}

.kaabo__testimonials .gridItem .drop {
  width: 20px;
  height: 20px;
  margin: 15px 0;
  border-radius: 50% 50% 50% 0;
}

.kaabo__testimonials .gridItem .drop--green {
  background: #97bc43;
}

.kaabo__testimonials .gridItem .drop--orange {
  background: #f3a000;
}

.kaabo__testimonials .gridItem .drop--violet {
  background: #5b57a2;
}

.kaabo__gallery {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(7, minmax(100px, 190px));
  justify-content: center;
  gap: 20px;
}

@media (max-width: 1000px) {
  .kaabo__gallery {
    gap: 10px;
  }
}

@media (min-width: 601px) and (max-width: 850px) {
  .kaabo__gallery {
    grid-template-columns: repeat(5, minmax(100px, 190px));
  }
}

@media (max-width: 600px) {
  .kaabo__gallery {
    grid-template-columns: repeat(2, minmax(50px, 190px));
  }
}

.kaabo__galleryItem {
  display: flex;
  align-items: center;
  justify-content: center;
}

.kaabo__galleryItem.item--1x2 {
  grid-row: 2 span;
}

.kaabo__galleryItem.item--2x2 {
  grid-column: 2 span;
  grid-row: 2 span;
}

.kaabo__galleryItem.item--2x1 {
  grid-column: 2 span;
}
