/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.rich[contenteditable="true"] {
  -webkit-user-modify: read-only;
  -moz-user-modify: read-only;
  user-modify: read-only;
}
/* Colors */
/* Фильтры для svg иконок https://codepen.io/sosuke/pen/Pjoqqp */
/* Breakpoints */
/* Base heading style */
/* Base button style */
/* old colors */
/* Fonts */
/* Цвета */
/* Multi label color */
/* Breakpoints */
/* Шрифты */
/* Base heading style */
/* Кнопки */
/* Контейнер */
/* header */
/* footer */
/* Popup */
/* form checkbox */
/* input checkbox */
/* form tags */
@keyframes button-loading {
  0% {
    background-color: #a0a0a0;
    border-color: #a0a0a0;
  }
  50% {
    background-color: #666;
    border-color: #666;
  }
  100% {
    background-color: #a0a0a0;
    border-color: #a0a0a0;
  }
}
.share__button {
  font-family: inherit;
  padding: 0 0 0 23px;
  outline: none;
  border: none;
  background-color: transparent;
  position: relative;
  cursor: pointer;
  color: #666;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .share__button {
    padding: 0 23px 0 0;
  }
}
.share__button:hover {
  color: #dc1735;
}
.share__button:hover::before {
  filter: invert(12%) sepia(76%) saturate(4554%) hue-rotate(342deg) brightness(114%) contrast(95%);
}
.share__button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: inline-block;
  width: 18px;
  height: 16px;
  background-repeat: no-repeat;
  background-image: url('/skin/frontend/lite/interskol/icons/share.svg');
  background-position: center;
  background-size: contain;
  filter: invert(12%) sepia(76%) saturate(4554%) hue-rotate(342deg) brightness(114%) contrast(95%);
}
@media (max-width: 1024px) {
  .share__button::before {
    left: auto;
    right: 0;
  }
}
.share__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
}
.share__socials img {
  display: block;
}
.share__email {
  cursor: pointer;
  box-shadow: none;
  box-sizing: border-box;
  outline: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  font-family: inherit;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  border-radius: 0;
  border-width: 0;
  border-style: solid;
  letter-spacing: 0.05em;
  transition: all 0.35s;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  color: #000;
  display: inline-block;
  width: 100%;
  position: relative;
  height: 100%;
}
.share__email.disabled,
.share__email:disabled {
  cursor: not-allowed;
  opacity: 1;
}
.share__email:hover,
.share__email:focus {
  background-color: #d8dcdb;
  border-color: #d8dcdb;
  color: #000;
}
.share__email[disabled],
.share__email[disabled]:hover,
.share__email[disabled]:focus {
  background-color: #a0a0a0;
  border-color: #a0a0a0;
  color: #fff;
}
.share__email:hover:after {
  filter: invert(12%) sepia(76%) saturate(4554%) hue-rotate(342deg) brightness(114%) contrast(95%);
}
.share__email:after {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 23px;
  height: 17px;
  background-repeat: no-repeat;
  background-image: url('/skin/frontend/lite/interskol/icons/email.svg');
  background-position: center;
  background-size: contain;
}
.share__bottom {
  display: grid;
  grid-template-columns: auto 60px;
  gap: 0;
}
@media (min-width: 375px) {
  .share__bottom {
    gap: 20px;
  }
}
.share-copy__status_button {
  cursor: pointer;
  box-shadow: none;
  box-sizing: border-box;
  outline: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  font-family: inherit;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  border-radius: 0;
  border-width: 0;
  border-style: solid;
  transition: all 0.35s;
  background-color: #dc1735;
  border-color: #dc1735;
  color: #fff;
  display: inline-block;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 10px;
  white-space: nowrap;
  letter-spacing: 0.05em;
}
.share-copy__status_button.disabled,
.share-copy__status_button:disabled {
  cursor: not-allowed;
  opacity: 1;
}
.share-copy__status_button:hover,
.share-copy__status_button:focus {
  background-color: #fc0d2d;
  border-color: #fc0d2d;
  color: #fff;
}
.share-copy__status_button[disabled],
.share-copy__status_button[disabled]:hover,
.share-copy__status_button[disabled]:focus {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  color: #fff;
}
@media (min-width: 375px) {
  .share-copy__status_button {
    padding: 14px 25px 14px 28px;
  }
}
@media (min-width: 1024px) {
  .share-copy__status_button {
    padding: 14px 36px 14px 46px;
  }
}
.share-copy__status_button svg {
  display: none;
}
.share-copy__status_button::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url('/skin/frontend/lite/interskol/icons/share2.svg');
  background-position: center;
  background-size: contain;
  width: 16px;
  height: 18px;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(73deg) brightness(100%) contrast(103%);
}
.share-copy__status_copied {
  display: none;
}
.share-copy__status_copied svg {
  display: none;
}
.share-copy.share-copy_copied .share-copy__status_copied {
  display: block;
  margin: 0;
  position: absolute;
}

