.container {
  max-width: 1170px;
}

.splash-product-clm+.media-block {
  margin-bottom: 60px;
}

.no-repeat {
  background: none;
}

body {
  background-color: #fff;
}

/* buttons */
.btn-download {
  min-width: 180px;
  width: 100%;
  padding: 12px 32px;
  color: #27AEFF;
  border-radius: 10px;
  background: transparent;
  padding: 9px 32px;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  font-family: "Montserrat SemiBold", Helvetica, Arial, Verdana, sans-serif;
  line-height: 20px;
  box-shadow: none !important;
  text-shadow: none;
  border: 2px solid #27AEFF;
}

.btn-download:hover,
.btn-download:focus,
.btn-download:active {
  color: #27AEFF;
  text-shadow: none;
  box-shadow: none;
  background: rgba(39, 174, 255, 0.1);
  border: 2px solid #27AEFF;
  transform: none;
}

.btn-download:focus,
.btn-download:active {
  background: rgba(39, 174, 255, 0.25);
}

.btn-buy {
  min-width: 180px;
  color: #fff;
  border-radius: 10px;
  padding: 9px 32px;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  font-family: "Montserrat SemiBold", Helvetica, Arial, Verdana, sans-serif;
  line-height: 20px;
  background-color: #FF5900;
  box-shadow: none !important;
  border: 0 !important;
  text-shadow: none;
}

.btn-buy:hover {
  color: #ffffff;
  background-color: #FB7D39;
}

.btn-buy:focus {
  color: #ffffff;
  background-color: #D84B00;
}

.btn-download.btn-lg,
.btn-buy.btn-lg {
  padding: 12px 32px;
}

.btn-learn-more {
  color: #333333;
  border-radius: 10px;
  background: transparent;
  border: 2px solid rgba(34, 34, 34, 0.30);
  padding: 9px 32px;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  font-family: "Montserrat SemiBold", Helvetica, Arial, Verdana, sans-serif;
  line-height: 20px;
  box-shadow: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-learn-more i {
  margin-left: 6px;
  font-size: 18px;
}

.btn-learn-more.btn-lg {
  padding: 12px 32px;
}

.btn-learn-more:hover {
  background: rgba(34, 34, 34, 0.10);
  border: 2px solid #222;
  color: #222;
  transform: none;
}

.btn-learn-more:focus {
  background: rgba(34, 34, 34, 0.25);
  color: #222;
  border: 2px solid #222;
}

.btn-learn-more .flex-container .iconly-arrow-right {
  position: relative;
  top: -1px;
}

.btn-learn-more.blue-border {
  border-color: #27AEFF;
  color: #27AEFF;
}

.btn-learn-more.blue-border:hover {
  border-color: #27AEFF;
  color: #27AEFF;
  background: rgba(39, 174, 255, 0.10)
}

.btn-learn-more.blue-border:focus {
  border-color: #27AEFF;
  color: #27AEFF;
  background: rgba(39, 174, 255, 0.25);
}

.btn-video {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 190px;
  width: 100%;
  height: 48px;
  column-gap: 6px;
  color: #27AEFF;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  font-family: "Montserrat SemiBold", Helvetica, Arial, Verdana, sans-serif;
  text-shadow: none;
  background: #ffffff;
  border-radius: 10px;
  border: 2px solid #27AEFF;
  box-shadow: none;
}

.btn-video .iconly-play {
  font-size: 20px;
}

.btn-video:hover {
  color: #27AEFF;
  text-decoration: none;
  background: rgba(39, 174, 255, 0.1);
  border: 2px solid #27AEFF;
}

.btn-video:active,
.btn-video:focus {
  color: #27AEFF;
  text-decoration: none;
  background: rgba(39, 174, 255, 0.25);
}

/* splash */
.splash-product--clm {
  padding-top: 80px;
  padding-bottom: 60px;
}

.splash-product--clm h1 {
  margin-bottom: 20px;
  color: #333333;
  font-size: 46px;
  line-height: 64px;
}

.splash-product--clm .text-main {
  max-width: 800px;
  margin: 0 auto;
  float: none;
  color: #333333;
  font-size: 22px;
  font-family: "Inter", Helvetica, Arial, Verdana, sans-serif;
  line-height: 34px;
}

.splash-product .image {
  margin-top: 0;
}

.splash-product--clm .top-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  gap: 10px;
}

.splash-product--clm .top-text {
  color: #333333;
  font-size: 24px;
  line-height: 32px;
}

.splash-product--clm .btn-group {
  max-width: fit-content;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 24px;
  margin: 32px auto 24px;
  padding: 0;
  float: none;
}

.splash-product--clm .btn-group .button:first-child {
  margin: 0;
}
.splash-product--clm .btn-group .button{
  margin: 0;
}

.available-link {
  width: 100%;
  text-align: center;
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  font-family: "Inter", Helvetica, Arial, Verdana, sans-serif;
  line-height: 22px;
  text-decoration: underline;
}

.available-link .iconly-win-scale {
  margin-right: 10px;
  font-size: 18px;
  color: #333333;
}

.available-link:active,
.available-link:focus,
.available-link:hover,
.available-link:hover .iconly-win-scale,
.available-link:active .iconly-win-scale,
.available-link:focus .iconly-win-scale {
  color: #27AEFF;
}

/* features */
.features--clm {
  padding-top: 60px;
}

.features--clm .items {
  display: flex;
  flex-wrap: wrap;
}

.features--clm .items>.item {
  margin: 0 16px 32px;
  width: calc(50% - 32px);
  padding: 32px;
  background-color: #CCEBFF;
  border-radius: 22px;
}

.features--clm .block-icon {
  margin-bottom: 32px;
}

.features--clm .title-content {
  margin-bottom: 12px;
  color: #333333;
  font-size: 34px;
  line-height: 47px;
}

.features--clm .text-content {
  color: #333333;
  font-size: 18px;
  font-family: "Inter", Helvetica, Arial, Verdana, sans-serif;
  line-height: 27px;
}

.features--clm .text-content p {
  margin: 10px 0;
}

.features--clm .text-content strong {
  display: block;
  font-family: "Montserrat ExtraBold", Helvetica, Arial, Verdana, sans-serif;
  margin-bottom: 8px;
}

.features--clm .text-content p:first-child {
  margin-bottom: 24px;
}

/* info-box */
.info-box.info-box--clm {
  margin-top: 88px;
  background-color: #f5f5f6;
}

.info-box.info-box--clm .title-main {
  color: #333333;
  line-height: 47px;
}

.info-box.info-box--clm .text-main {
  color: #333333;
  font-size: 18px;
  font-family: "Inter", Helvetica, Arial, Verdana, sans-serif;
  line-height: 27px;
}

/* tabs */
.products-tabs--clm {
  padding-top: 88px;
  padding-bottom: 120px;
}

.products-tabs--clm.products-tabs--mac {
  padding-top: 60px;
}

.products-tabs.products-tabs--clm .products-tabs--inner {
  margin-top: 0;
}

/* comment */
.product-comment--theme--mac .product-review-content .rating {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.product-comment--theme--mac .product-review-content .rating-text {
  margin-top: 2px;
}

.product-comment--theme--mac .product-review-content .rating-text,
.product-comment--theme--mac .product-review-content .rating-text a {
  color: #333333;
}

.product-comment--theme--mac.product-comment.theme4 .text-content {
  color: #333333;
  font-family: "Inter", Helvetica, Arial, Verdana, sans-serif;
}

.product-comment--theme--mac.theme4 .owl-carousel.owl-theme .owl-nav [class*='owl-']:hover>i {
  color: #0089DC !important;
}

.product-comment--theme--mac.theme4 .owl-carousel.owl-theme .owl-nav [class*='owl-']:active {
  color: #48B7FF;
}

.product-comment--theme--mac.theme4 .owl-carousel.owl-theme .owl-nav [class*='owl-']:active>i::after,
.product-comment--theme--mac.theme4 .owl-carousel.owl-theme .owl-nav [class*='owl-'].disabled>i::after {
  background-color: rgba(72, 183, 255, 0.4) !important;
}

/* product info */
.product-info-new--clm {
  padding: 70px 50px;
}

.product-info-new.product-info-new--clm .title {
  color: #333333;
  font-size: 34px;
  line-height: 47px;
}

.product-info-new.product-info-new--clm .rating {
  color: #333333;
  font-family: "Inter", Helvetica, Arial, Verdana, sans-serif;
}

.product-info-new--clm .row {
  margin: 0;
}

.product-info-new--clm .inner {
  display: flex;
  gap: 32px;
  padding: 0;
}

.product-info-new--clm .product-info__media {
  padding: 0;
}

.product-info-new.product-info-new--clm .description {
  padding: 0;
}

.product-info-new--clm .product-info-tabs {
  display: none;
}

.product-info-new--clm .description {
  width: 100%;
}

.product-info-wrap {
  display: flex;
  gap: 16px;
  margin-top: 50px;
  padding: 20px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, .7);
}

.product-info-wrap .rating {
  color: #333333;
}

.product-info-wrap .os-product-info--title {
  padding-bottom: 10px;
  color: #333333;
  font-weight: 700;
  font-size: 14px;
  font-family: "Inter", Helvetica, Arial, Verdana, sans-serif;
  line-height: 17px;
}

.product-info-wrap .os-product-info--text {
  color: rgba(51, 51, 51, 0.7);
  font-weight: 400;
  font-size: 14px;
  font-family: "Inter", Helvetica, Arial, Verdana, sans-serif;
  line-height: 17px;
}

.product-info-wrap a {
  color: #27AEFF;
}

.product-info-wrap .os-product-info:not(:last-child) {
  padding-right: 20px;
  border-right: 1px solid rgba(51, 51, 51, 0.15);
}

.product-info-new--clm .btn-group {
  column-gap: 12px;
}

@media (min-width: 992px) {
  .product-info-new--clm .product-info__media {
    min-width: 240px;
  }
}

@media (max-width: 991px) {
  .btn-video {
    display: flex !important;
  }

  .splash-product-clm+.media-block>div img {
    margin: 0 auto;
  }

  .splash-product-clm+.media-block>div:first-child {
    margin-bottom: 32px;
  }

  .splash-product-clm+.media-block {
    margin-bottom: 50px;
  }

  .splash-product--clm .img-splash-xs {
    width: 100%;
  }

  .features--clm .items {
    margin: 0;
    display: block;
  }

  .features--clm .block-icon img {
    width: auto;
  }

  .features--clm .items>.item {
    width: auto;
    margin: 0 0 32px;
  }

  .product-info-new--clm {
    padding: 32px;
  }

  .product-info-new--clm .inner {
    display: block;
  }

  .product-info-new--clm .__media-object {
    margin: 0 auto 32px;
    max-width: 180px;
    height: auto;
  }

  .features--clm .items {
    margin: 0;
    display: block;
  }

  .features--clm .items>.item:not(.last) {
    margin-bottom: 32px;
  }

  .info-box.info-box--clm {
    padding: 32px;
  }
}

@media (max-width: 767px) {
  .splash-product--clm {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .splash-product--clm .top-wrap {
    justify-content: flex-start;
    padding: 0 15px;
  }

  .splash-product--clm .text-main {
    font-size: 18px;
    line-height: 27px;
  }

  .splash-product--clm .image.hidden-xs {
    display: block !important;
  }

  .splash-product--clm .image-xs.visible-xs {
    display: none !important;
  }

  .splash-product--clm .btn-group {
    flex-direction: row;
  }

  .features--clm {
    padding-top: 50px;
  }

  .features--clm .title-content {
    font-size: 26px;
    line-height: 36px;
  }

  .features--clm .items>.item {
    width: 100%;
  }

  .product-info-new--clm .title {
    font-size: 26px;
    line-height: 36px;
  }

  .product-info-wrap {
    margin-top: 32px;
    display: block;
  }

  .product-info-wrap .os-product-info:not(:last-child) {
    margin-bottom: 16px;
    padding-right: 0;
    border-right: none;
  }

  .product-comment--theme--mac .product-review-content {
    padding-bottom: 0;
  }

  .product-comment--theme--mac .product-review-content .rating {
    justify-content: flex-start;
  }

  .info-box.info-box--clm {
    margin-top: 68px;
  }

  .product-info-new.product-info-new--clm .btn-group .button {
    display: inline-block;
    width: unset;
    margin: 0 6px;
  }
}

@media (max-width: 576px) {
  .product-info-new.product-info-new--clm .btn-group .button {
    display: inline-block;
    width: unset;
    margin: 0 6px;
  }

  .product-info-new.product-info-new--clm .btn-buy {
    margin-left: 0px;
  }
}

@media (max-width: 480px) {

  .btn-download,
  .btn-video {
    max-width: 100%;
  }

  .btn-video {
    display: flex;
  }

  .splash-product--clm .btn-group {
    flex-direction: column;
    margin-bottom: 0;
  }

  .splash-product--clm .btn-group {
    max-width: 100%;
    padding: 0 15px;
  }

  .splash-product--clm .image.hidden-xs {
    display: none !important;
  }

  .splash-product--clm .image-xs.visible-xs {
    display: block !important;
  }

  .features--clm .block-icon img {
    width: 100%;
    height: auto;
  }

  .product-info-new.product-info-new--clm .title {
    font-size: 26px;
    line-height: 36px;
  }

  .btn-download.btn-lg,
  .btn-buy.btn-lg {
    max-width: 187px;
    margin: 0 auto;
  }

  .product-info-new .btn-group .btn-download,
  .product-info-new .btn-group .btn-buy {
    width: auto !important;
    min-width: 187px;
  }

  .product-info-new .btn-group .btn-buy {
    margin-top: 12px;
  }

  .product-info-new.product-info-new--clm .btn-group .button {
    width: 100%;
    margin: 0;
  }

  .product-info-new .btn-group .button:not(:first-child) {
    margin-top: 12px;
  }
}