/* Slick comps */
.slick-list {width: 1px!important;border: 0!important;min-width: 100% !important;}

.slick-track {display: flex;margin-left: initial;}
.slick-track::before, .slick-track::after {display: none;}
.slick-slide {float: none;height: auto;}
.slick-slide>div {height: 100%;}

.slick-dots {list-style: none;display: flex!important;justify-content: center;padding: 0;width: 100%;margin: 15px 0 0px 0;}
.slick-dots button {border-radius: 100px;font-size: 0;background: #D9D9D9;border: 1px solid #E1D7C7;width: 15px;height: 4px;padding: 0;margin: 2px;outline: none;position: relative;border-radius: 33px;}
.slick-dots .slick-active button {background: #000;border-color: #000;}

.slick-prev.slick-disabled, .slick-next.slick-disabled {display: none!important;}
.slick-prev, .slick-next {background-color: #fff;box-shadow: 5px 8px 9px rgba(0, 0, 0, 0.17);border-radius: 100%;z-index: 8;font-size: 0;line-height: 0;position: absolute;top: 50%;display: block;width: 34px;height: 34px;overflow: hidden;padding: 0;-webkit-transform: translate(0, -50%);-ms-transform: translate(0, -50%); transform: translate(0, -50%);cursor: pointer;color: transparent;border: none;outline: none;background: none;}
.slick-prev:hover, .slick-next:hover {opacity: 0.6;}
.slick-prev {background-repeat: no-repeat;left: -5px;content: "";width: 32px;height: 32px;background-position: center;background-size: 24px;display: block;background-color: #fff;background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 12H5M5 12L9 16M5 12L9 8' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
.slick-next {background-repeat: no-repeat;right: -5px;content: "";width: 32px;height: 32px;background-position: center;background-size: 24px;display: block;background-color: #fff;background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12H19M19 12L15 16M19 12L15 8' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}

@media (max-width: 767px) {
  .slick-next {right: 5px;}
  .slick-prev {left: 5px;}
}

.short-desc__trans {padding: 0 50px;margin-bottom: 20px;overflow: hidden;}
.short-desc__trans .slick-next {right: 0;box-shadow: initial;}
.short-desc__trans .slick-prev {left: 0;box-shadow: initial;}
.short-desc__trans-item {text-align: center;padding: 0 10px;}
.short-desc__trans-item img {margin: auto;}
.short-desc__trans .slick-track {margin-left: auto;margin-right: auto;}

.short-desc__acc {border-bottom: 1px solid #C3C3C3;border-top: 1px solid #C3C3C3;margin-bottom: -1px;}
.short-desc__content {display: none;padding: 20px 8px;;padding-top: 0;}
.short-desc__acc-title {padding: 16px 8px;position: relative;cursor: pointer;font-weight: 500;}
.short-desc__acc-title:hover {text-decoration: underline;}
.short-desc__acc-title::after {content: "";position: absolute;right: 0;top: 50%;margin-top: -8px;width: 16px;height: 17px;background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.99968 4.07288V13.4062M3.33301 8.73954H12.6663' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}


