
.licenses__title {
    font-size: 48px;
    line-height: 160%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 70px;
    text-align: center;
}

.licenses__title span {
    color: var(--kmnd-color-accent);
}

.licenses__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 1300px) {
    .licenses__list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.licenses__item {
    max-width: 220px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 80px;
}

.licenses__item:hover .licenses__icon {
    border-color: var(--kmnd-color-accent);
}

.licenses__item:hover .licenses__icon:after {
    background-color: var(--kmnd-color-accent);
}

@media only screen and (max-width: 1300px) {
    .licenses__item {
        margin: 0 60px 80px;
    }
}

@media only screen and (max-width: 1199px) {
    .licenses__item {
        margin: 0 35px 80px;
    }
}

.licenses__icon {
    width: 160px;
    height: 160px;
    padding: 16px;
    border: 1px solid #303030;
    position: relative;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.licenses__icon:after {
    content: '';
    width: 44px;
    height: 1px;
    background-color: #303030;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: rotate(45deg) translate(100%);
    -ms-transform: rotate(45deg) translate(100%);
    transform: rotate(45deg) translate(100%);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.licenses__icon img {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.licenses__name {
    margin-top: 100px;
    text-align: center;
    font-weight: 900;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--kmnd-color-primary);
}
.licenses__list .slick-list {
  padding-top: 40px;
}

.licenses__list .slick-next {
  right: 0;
}

.licenses__list .slick-arrow {
  position: absolute;
  bottom: 40px;
  z-index: 10;
  width: 60px;
  height: 60px;
  background: -o-linear-gradient(312.71deg, #1E1E1E 0%, #1E1E1E 104.33%);
  background: linear-gradient(137.29deg, #1E1E1E 0%, #1E1E1E 104.33%);
  color: var(--kmnd-color-accent);
  font-size: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.licenses__list .slick-arrow span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.licenses__list .slick-arrow:after {
  content: '';
  position: absolute;
  top: 8px;
  right: 8px;
  left: 8px;
  bottom: 8px;
  border: 1px solid var(--kmnd-color-accent);
}

.licenses__list .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-top: 20px;
}

.licenses__list .slick-dots:after {
  content: '';
  height: 1px;
  background-color: var(--kmnd-color-primary);
  top: 65%;
  left: 0;
  position: absolute;
  width: 100%;
}

.licenses__list .slick-dots li {
  position: relative;
  z-index: 2;
  margin: 0 7px;
}

.licenses__list .slick-dots li.slick-active button {
  background-color: var(--kmnd-color-accent);
}

.licenses__list .slick-dots li button {
  font-size: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  padding: 0;
  background-color: var(--kmnd-color-primary);
  width: 15px;
  height: 15px;
}
.licenses__list.slick-initialized{
  display: block;
  margin-bottom: 50px;
  position: relative;
}
.licenses__list.slick-initialized .licenses__item {
  margin: 0 auto;
  max-width: inherit;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media only screen and (max-width: 900px) {
    .licenses__name {
        max-width: 150px;
        font-size: 16px;
        line-height: 100%;
    }
}

@media only screen and (max-width: 600px) {
    .licenses__title {
        font-size: 48px;
        line-height: 160%;
        letter-spacing: normal;
    }

    .licenses__list .slick-list {
        padding-bottom: 90px;
    }

    .licenses__icon {
        width: 130px;
        height: 130px;
    }
}

@media only screen and (max-width: 440px) {
    .licenses__title {
        font-size: 32px;
        line-height: 160%;
        margin-bottom: 0px;
    }

    .licenses__list {
        margin: 0 -7px 50px;
    }

    .licenses__list .slick-list {
        padding-bottom: 90px;
    }

    .licenses__icon {
        width: 98px;
        height: 98px;
    }
}