/**
 * Breakpoints min
 */
/**
 * Breakpoints max
 */
/**
 * Title with border and arrow
 */
/**
 * Breakpoints min
 */
.cw-category-label {
  position: relative;
  display: inline-block;
  padding: 5px 8px 5px 30px;
  border-radius: 30px;
  font-size: 14px;
  z-index: 1;
  background-color: #F2F2F2;
  white-space: nowrap;
}
.cw-sidebar-categories .cw-category-label {
  font-size: 16px;
}
.cw-category-label--crm {
  background-color: #FFCECE;
}
.cw-category-label--sport {
  background-color: #F5CEFF;
}
.cw-category-label--java {
  background-color: #CEFFDF;
}
.cw-category-label--design {
  background-color: #DECEFF;
}
.cw-category-label__checkbox {
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid;
  box-sizing: border-box;
}
._active .cw-category-label__checkbox {
  background-color: #000000;
}
.cw-category-label__checkbox--crm {
  border-color: #FF090B;
}
._active .cw-category-label__checkbox--crm {
  background-color: #FF090B;
}
.cw-category-label__checkbox--sport {
  border-color: #CC09FF;
}
._active .cw-category-label__checkbox--sport {
  background-color: #CC09FF;
}
.cw-category-label__checkbox--java {
  border-color: #09FF5D;
}
._active .cw-category-label__checkbox--java {
  background-color: #09FF5D;
}
.cw-category-label__checkbox--design {
  border-color: #5809FF;
}
._active .cw-category-label__checkbox--design {
  background-color: #5809FF;
}

.cw-ptile {
  padding: 14px 0 32px 14px;
  border-bottom: 1px solid #E5E5E5;
}
.cw-ptile:not(:first-child) {
  margin-top: 32px;
}
@media (max-width: 1023px) {
  .cw-ptile {
    padding: 14px 0 32px 0;
  }
}

.cw-ptile-header {
  position: relative;
  height: 216px;
  background: grey;
  border-radius: 10px;
}
@media (min-width: 767px) {
  .cw-ptile-header {
    width: 286px;
  }
}
.cw-ptile-header__link {
  display: flex;
}
@media (max-width: 766px) {
  .cw-ptile-header__link {
    flex-direction: column;
  }
}
.cw-ptile-header__thumbnail {
  position: absolute;
  min-width: 1000%;
  min-height: 1000%;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) scale(0.1);
}
.cw-ptile-header .cw-category-label {
  position: absolute;
  left: -14px;
  top: -14px;
}

.cw-ptile-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  position: relative;
  padding-left: 24px;
}
@media (max-width: 766px) {
  .cw-ptile-content {
    padding: 25px 0 0;
  }
}
.cw-ptile-content__title {
  font-size: 20px;
  line-height: 24px;
  font-family: PTRootUI bold;
}
@media (max-width: 766px) {
  .cw-ptile-content__title {
    font-size: 18px;
    line-height: 24px;
  }
}
.cw-ptile-content__description {
  margin: 15px 0 25px;
  font-weight: 300;
}
@media (max-width: 766px) {
  .cw-ptile-content__description {
    font-size: 14px;
  }
}
.cw-ptile-content__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cw-ptile-content__author {
  position: relative;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: #0c0a0a;
  overflow: hidden;
}
.cw-ptile-content__author-name {
  margin-left: 15px;
  font-size: 14px;
  font-family: PTRootUI bold;
}
.cw-ptile-content__author-icon {
  position: absolute;
  min-width: 1000%;
  min-height: 1000%;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) scale(0.1);
}
.cw-ptile-content__author-info {
  display: flex;
  align-items: center;
}
.cw-ptile-content__date {
  font-size: 12px;
  color: #999;
}

.cw-not-only-sales {
  margin-bottom: 30px;
}
@media (max-width: 766px) {
  .cw-not-only-sales {
    margin-bottom: 10px;
  }
}
@media (max-width: 766px) {
  .cw-not-only-sales__title {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.cw-not-only-sales__read-more {
  position: relative;
  padding: 0 25px 0 15px;
  font-weight: 300;
  font-size: 14px;
  color: #43B02A;
}
.cw-not-only-sales__read-more::after {
  content: "";
}
.cw-not-only-sales__read-more::after {
  width: 13px;
  height: 9px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: 1px;
  transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../../assets/images/icons/arrow-green.svg);
}
@media (max-width: 766px) {
  .cw-not-only-sales__read-more {
    margin-top: 12px;
    padding-left: 0;
  }
}
.cw-not-only-sales__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px;
  padding: 40px 0 30px;
}
@media (max-width: 766px) {
  .cw-not-only-sales__list {
    padding: 25px 0 30px;
    grid-gap: 20px;
  }
}

@media (max-width: 1023px) {
  .cw-sidebar-categories-list {
    display: flex;
    padding-bottom: 20px;
    margin: 0 -20px 20px 0;
    overflow-x: auto;
  }
}
.cw-sidebar-categories-list__item {
  margin: 0 10px 0 0;
}
@media (min-width: 1024px) {
  .cw-sidebar-categories-list__item {
    display: none;
    margin: 0 0 40px 0;
  }
  .cw-sidebar-categories-list__item:nth-child(-n+3) {
    display: block;
  }
  ._full .cw-sidebar-categories-list__item {
    display: block;
  }
}

.cw-toggle-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 5px 30px;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  border-radius: 50px;
  font-size: 18px;
  cursor: pointer;
}
.cw-toggle-btn._active {
  flex-direction: column-reverse;
}
.cw-toggle-btn:active {
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.25);
}
.cw-toggle-btn__title span {
  display: none;
}
.cw-toggle-btn__title span:first-child {
  display: inline;
}
.cw-toggle-btn._active .cw-toggle-btn__title span {
  display: inline;
}
.cw-toggle-btn._active .cw-toggle-btn__title span:first-child {
  display: none;
}

.cw-three-dots-icon {
  position: relative;
  display: inline-block;
  margin: 5px 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000000;
}
.cw-three-dots-icon::after, .cw-three-dots-icon::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000000;
}
.cw-three-dots-icon::after {
  right: -8px;
}
.cw-three-dots-icon::before {
  left: -8px;
}

.cw-category-page-content {
  display: flex;
  margin: 32px 0 52px;
  justify-content: center;
}
@media (max-width: 1023px) {
  .cw-category-page-content {
    flex-direction: column-reverse;
  }
}

@media (min-width: 1024px) {
  .cw-ptiles-list {
    max-width: 880px;
    padding-right: 140px;
  }
}

.cw-sidebar-categories-wr {
  position: relative;
  padding-top: 14px;
  min-width: 200px;
}

.cw-sidebar-categories._fixed {
  position: fixed;
  z-index: 9;
  top: 0;
}
.cw-sidebar-categories._fixed-bt {
  position: absolute;
}

/*# sourceMappingURL=category-page.css.map */
