.table {
    width: 100%;
}
.table, .table tr, .table td {
    border: 1px solid #000;
}

.copy__link a{
    color: #0b6a64;
    text-decoration: none;
}

.standart-slider__arrow {
    width: 100%;
    top: calc(50% - 20px)
}
.standart-slider__img {
    display: flex;
    justify-content: center;
}

.ajax-processed:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: url(/dist/dist/img/loading.svg?41d8d19…) 50% no-repeat,hsla(0,0%,100%,.7);
}


.news_date{
	font-size: 0.8125rem;
    line-height: 1.1875rem;
    color: #828282;
    font-style: italic;
}

.description{
	margin-bottom: 20px;
}

.alert.alert-danger{
	color:red !important;
	padding-bottom: 15px  !important;
}

.map-info__item {
    padding: 30px 45px;
}


.main-slider .slick-dots {
    bottom: 6%;
}

.main-slider__slide-btn {
    position: absolute;
    bottom: 6%;
    margin-top: 0;
}

.main-slider__slide-title-cont .wrapper {
    padding: 0 1rem;
}

.testemonials__item .testemonials__top-btn-inner { display: none; }
.testemonials__item.js__active .testemonials__top-btn-inner--collapse {
  display: block;
}
.testemonials__item:not(.js__active) .testemonials__top-btn-inner--expand {
  display: block;
}

@media screen and (min-width: 1000px) {
    .main-slider__slide-title {
        font-size: 3rem;
        line-height: 4rem;
    }
}

@media screen and (max-width: 1400px) {
    .map-info__item {
        padding: 20px;
    }
}
@media screen and (max-width: 1000px) {
    .map-info {
        margin-bottom: 20px;
    }

    .map-info__list {
        flex-direction: column;
    }

    .map-info__item:not(:first-child) {
        border-left: 0;
    }

    .map-info__item:not(:first-child) {
        border-top: 1px solid #e4e8ea;
    }
}

.about-foto__list {
    position: relative;
    padding: 0 40px;
}

.about-foto__img {
    display: flex;
    justify-content: center;
}

.slick-dots {
  display: flex !important;
  justify-content: center;
}

.slick-dots li {
  height: 14px;
  width: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slick-dots li button {
  display: block;
  height: 10px;
  width: 10px;
  background: #31c5bd;
  border-radius: 50%;
  border: 0;
  font-size: 0px;
  padding: 0;
  margin: 0;
}

.slick-dots li:not(:first-child) {
  margin-left: 29px;
}

.slick-dots .slick-active button {
  transition-duration: .1s;
  height: 14px;
  width: 14px;
}

.slick-arrow {
    display: inline-block;
    position: absolute;
    top: calc(50% - 16px);
    height: 25px;
    width: 16px;
    background: url("../img/ico-arrow-gray.svg") no-repeat center, transparent;
    background-size: contain !important;
    border: 0;
    cursor: pointer;
}
.slick-next {
    right: 0;
}
.slick-prev {
    left: 0;
    transform: rotate(180deg);
}

.donation-form {
    max-width: 550px;
}
.donation-form .forms-wrap .forms-input-cont {
    width: 100%;
    margin-bottom: 20px;
}
.donation-form .forms-wrap .forms__label {
    margin-bottom: 5px;
}
.donation-form input::placeholder {
    color: #ccc;
}
.donation-form .forms-input-cont--desc {
    display: none;
}
.donation-form .forms-input-cont--charter ~ .forms-input-cont--charter-desc {
    display: block;
}
.forms-checkbox:before {
    pointer-events: none;
}
.forms__checkbox {
    cursor: pointer;
}

.form-box{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}
@media screen and (max-width: 768px) {
    .form-box{
        grid-template-columns: minmax(0, 1fr);
    }
}

.form-box__img {
    aspect-ratio: 500/500;
}

.form-box__img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.main-nav__item a[target="_blank"] {
    color: #27b0a8;
}

.title__block .slick-arrow {
    top: 60px;
}
@media screen and (max-width: 1400px) {
    .title__block .slick-arrow {
        left: auto;
        top: 0;
    }
    .title__block .slick-prev {
        right: 40px;
    }
    .title__block .slick-next {
        right: 0px;
    }
}

.sub-menu__item--63155 a,
.sub-menu__item--47626 a,
.aibolit .sub-menu__item--47626 a {
    font-weight: 600;
}
.link--obshchie-svedeniya_spasibo-aibolit,
.aibolit .link--obshchie-svedeniya_spasibo-aibolit {
    color: #27b0a8;
    font-weight: 600;
}