.documentation__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}

.documentation__block {
  position: relative;
}

.documentation__btn {
  margin-top: 25px;
}

.documentation__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50% - 10px);
          flex: 0 1 calc(50% - 10px);
}

.center {
  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;
}

.centersb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.documentation-item {
  padding: 25px;
  border: 1px solid #e6e6e6;
  border-radius: 20px;
  display: block;
}

.documentation-item:hover {
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(156, 156, 156, 0.25);
          box-shadow: 0px 5px 20px 0px rgba(156, 156, 156, 0.25);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.documentation-item:hover .documentation-item__arrows {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.documentation-item__arrows {
  opacity: 0;
  visibility: hidden;
  border: 1px solid #e6e6e6;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45px;
          flex: 0 0 45px;
}

.documentation-item__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.documentation-item span {
  display: block;
  font-size: 1rem;
  line-height: 143.75%;
  font-weight: 500;
  color: #222222;
  text-transform: uppercase;
  margin-right: auto;
}

.documentation-item .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35px;
          flex: 0 0 35px;
  width: 35px;
  height: 35px;
  fill: #ff5c00;
}

@media (max-width: 1199px) {
  .documentation__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .documentation-item {
    padding: 15px;
  }
}

@media (max-width: 833px) {
  .documentation__wrapper {
    gap: 10px;
  }

  .documentation-item__arrows {
    display: none;
  }

  .documentation-item span {
    font-size: 0.875rem;
  }

  .documentation-item .icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
            flex: 0 0 24px;
    width: 24px;
    height: 24px;
  }
}
@supports (appearance:none){

}

 @media (max-width: 1199px){

@supports (appearance:none){

}

}

 @media (max-width: 833px){

@supports (appearance:none){

}

}
