.error {color: red;}
.nocopy {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.text-cutted__text {
    max-height: 28rem;
    overflow: hidden;
}
.text-cutted__button {
	position: relative;
    max-width: 100%;
    float: left;
    width: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.58), #fff);
    padding: 2rem 0;
    border: 0;
    margin-top: -4rem;
    color: #038872;
    font-weight: 700;
    font-size: 1.7rem;
    outline: none;
}
.box_num {
    padding: 1rem 0;
    flex: 0 0 62px;
    background-color: #00836d;
    margin-right: 2rem;
    border-radius: 50px;
    text-align: center;
    font-size: 3rem;
    color: #fff;
}
.boxl .box_kol .box_t {
    text-transform: unset !important;
}
.tabs {
	margin-top: -3rem !important;
}

.tabs__content ul {
    list-style: disc;
    margin-left: 4rem;
}

.infbox{
  text-align: center;
  background: #00836d;
  color: #fff;
  padding: 10px 0;
}