

/* Start:/local/templates/unileverpro/css/index.css?171437880412252*/
.title__wrapper {
    position: relative;
}

.title .title__slider {
    box-shadow: 0px 4px 84px rgba(0, 0, 0, 0.25);
    margin-bottom: 19px;
}

.title__slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.slider__button {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    width: 52px;
    height: 52px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.slider__button.slick-disabled::before {
    border-right-color: #dadada;
}

.title__button {
    position: absolute;
    top: 50%;
    left: 52px;
    transform: translateY(-50%);
}

.slider__button:last-child {
    transform: scale(-1, 1)
}

.title__button:last-child {
    left: unset;
    right: 52px;
    transform: translateY(-50%) scale(-1, 1);
}

.slider__button::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-bottom-width: 8px;
    border-top-width: 8px;
    border-right: 13px solid #26245D;
    transition: .3s;
}

.title__dots .slick-dots {
    position: static;
}

/* .catalog {
    padding-bottom: 70px;
}
.catalog__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.catalog__header img {
    display: none;
}
.catalog__list {
    margin-top: 44px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 11px;
}
.catalog__item {
    background: #FFFFFF;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
    border-radius: 10px;

    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: start;    
}

.catalog__item-img {
    padding: 20px 0 12px;
    box-sizing: border-box;
    border-bottom: 1px solid #DADADA;
    flex-shrink: 0;
}

.catalog__item-img img {
    display: block;
    margin: 0 auto;
}

.catalog__item-info {
    padding: 14px 18px;
    box-sizing: border-box;
    height: 100%;

    display: flex;
    justify-content: start;
    flex-direction: column;
}

.catalog__item-name {
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase;
    color: #26245D;
    margin-bottom: 7px;
}

.catalog__item-link {
    margin-top: 12px;
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    margin-top: auto;
} */

.standarts {
    padding-bottom: 150px;
}

.standarts__wrapper {
    display: grid;
    grid-template-columns: 620px 1fr;
    gap: 20px 100px;
    align-items: center;
}

.standarts__left {
    position: relative;
    padding-top: 25px;
    mix-blend-mode: darken;
}

.standarts__left::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 4;
    display: block;
    width: 105%;
    height: 5px;
    background: #fff;
}

.standarts__bg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.standarts__point {
    width: 87px;
    height: 87px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 50%;
    position: absolute;

    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #E8EEFF;
    transition: .3s ease-in;

    cursor: pointer;
}

.standarts__point._1 {
    top: 85px;
    left: 100px;
}

.standarts__point._2 {
    top: 85px;
    right: 72px;
}

.standarts__point._3 {
    bottom: 12px;
    left: 275px;
}

.standarts__point-icon {
    width: 100%;
    height: 100%;
    position: relative;
}

.standarts__point-icon img {
    width: 42px;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    transition: .3s ease-in;
}

.standarts__point-icon ._hover {
    opacity: 0;
}

.standarts__point:hover {
    transform: scale(1.1);
}

.standarts__point:hover .standarts__point-icon ._normal {
    opacity: 0;
}

.standarts__point:hover .standarts__point-icon ._hover {
    opacity: 1;
}

.standarts__list {
    margin-top: 44px;
}

.standarts__point._active .standarts__point-icon ._normal {
    opacity: 0;
}

.standarts__point._active .standarts__point-icon ._hover {
    opacity: 1;
}

.standarts__item._active .standarts__item-img ._normal {
    opacity: 0;
}

.standarts__item._active .standarts__item-img ._hover {
    opacity: 1;
}

.standarts__item:not(:last-child) {
    padding-bottom: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #DADADA;
    margin-bottom: 30px;
}

.standarts__item-headline {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 21px;
}

.standarts__item-img {
    width: 37px;
    margin-right: 13px;
    position: relative;
    flex-shrink: 0;
}

.standarts__item-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.standarts__item-img ._hover {
    opacity: 0;
}

.standarts__item-name {
    font-weight: 700;
    font-size: 29px;
    line-height: 34px;
    text-transform: uppercase;
    color: #404040;
}

.standarts__item-text {
    font-weight: 300;
}

.about {
    padding-bottom: 108px;
}

.about .about__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 74px;
}

.about .about__col {
    display: flex;
    flex-direction: column;
}

.about .about__header:nth-child(2) {
    margin-top: 67px;
}

.about .about__text {
    margin-top: 25px;
    line-height: 26px;
}

.about .about__text .red {
    font-weight: 700 !important;
    font-size: 24px !important;
}

.about .about__img {
    border-radius: 10px;
}

.about .about__img:last-child {
    margin-top: auto;
}

@media screen and (max-width: 1059px) {
    .about .about__text {
        order: 2;
    }

    .about .about__img:last-child {
        margin-top: 27px;
        order: 1;
    }

    .about .about__wrapper {
        grid-template-columns: 1fr;
        gap: 35px;
    }
}

.reviews {
    padding-bottom: 95px;
}

.reviews__headline {
    display: flex;
    justify-content: start;
    align-items: center;

    padding-bottom: 35px;
    box-sizing: border-box;
    border-bottom: 1px solid #DADADA;
}

.reviews__header {
    padding-bottom: 0;
    border-bottom: none;
}

.reviews__headline>img {
    display: none;
}

.reviews__buttons {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-left: 42px;
}

.review__button:not(:last-child) {
    margin-right: 23px;
}

.reviews__slider-wrap {
    margin-top: 67px;
}

.reviews__slider {
    margin: 0 -31px 0;
}

.reviews__slide {
    background: #FFFFFF;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    position: relative;
    margin: 10px 31px;
}

.reviews__slide-top {
    padding: 35px 87px 31px;
    box-sizing: border-box;
    border-bottom: 1px solid #DADADA;

    position: relative;
}

.reviews__el {
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
}

.reviews__name {
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    text-transform: uppercase;

    color: #26245D;
    margin-bottom: 18px;
}

.reviews__desc {
    font-weight: 300;
    font-size: 22px;
    line-height: 26px;

    color: #000000;
}

.reviews__text {
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;

    color: #000000;
    padding: 29px 30px;
    box-sizing: border-box;
}

br._mob {
    display: none;
}

@media screen and (max-width: 1059px) {
    .about .about__col:nth-child(2) .about__text {
        font-size: 18px;
        line-height: 26px;
    }

    br._mob {
        display: initial;
    }

    .reviews__slider-wrap {
        position: relative;
    }

    .reviews__slider-wrap::before {
        content: '';
        position: absolute;
        top: 0;
        right: -25px;
        height: 100%;
        width: 230px;
        display: block;
        background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 83.32%);
        z-index: 10;
        pointer-events: none;
    }

    .reviews__headline {
        justify-content: space-between;
    }

    .reviews__buttons {
        display: none;
    }

    .reviews__headline>img {
        display: block;
    }

    .reviews__slider {
        margin: 0;
    }

    .reviews__slide {
        width: 475px;
    }

    .catalog__item {
        margin: 10px 11px;
        max-width: 230px;
    }

    .catalog__item-name {
        min-height: 60px;
    }

    /* .catalog__list {
        display: block;
        margin-left: -11px;
        margin-right: -11px;
    } */
    .catalog__header img {
        display: block;
    }

    .title__button {
        left: 26px;
    }

    .title__button:last-child {
        right: 26px;
    }

    /* .catalog__list-wrap {
        position: relative;
    }
    .catalog__list-wrap::before {
        content: '';
        position: absolute;
        top: 0;
        right: -15px;
        height: 100%;
        width: 230px;
        display: block;
        background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 83.32%);
        z-index: 100;
        pointer-events: none;
    } */
    .standarts__wrapper {
        grid-template-columns: 341px auto;
        gap: 20px;
    }

    .standarts__point {
        width: 52px;
        height: 52px;
    }

    .standarts__point-icon img {
        width: 30px;
    }

    .standarts {
        position: relative;
        padding-top: 62px;
    }

    .standarts__header {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        border-bottom: none;
        padding: 0 20px;
        box-sizing: border-box;

        font-weight: 700;
        font-size: 35px;
        line-height: 41px;
    }

    .standarts__item-name {
        font-weight: 700;
        font-size: 16px;
        line-height: 19px;
    }

    .standarts__item-img {
        width: 19px;
    }

    .standarts__item-text {
        font-size: 16px;
        line-height: 20px;
    }

    .standarts__item:not(:last-child) {
        padding-bottom: 11px;
        margin-bottom: 16px;
    }

    .standarts__point._2 {
        top: 30px;
        right: 30px;
    }

    .standarts__point._1 {
        top: 95px;
        left: 15px;
    }

    .standarts__point._3 {
        bottom: 12px;
        left: 75px;
    }

    .standarts__point-icon img {
        width: 25px;
    }
}

@media screen and (max-width: 626px) {
    .reviews {
        overflow: hidden;
    }

    .reviews__slider .slick-track,
    .reviews__slider .slick-list,
    .reviews__slider {
        overflow: visible;
    }

    .slider__button {
        width: 40px;
        height: 40px;
    }

    .about .about__col:nth-child(2) .about__text {
        font-size: 14px;
        line-height: 26px;
    }

    .about .about__text .red {
        font-size: 20px !important;
        text-align: center;
        display: block;
    }

    .reviews__el {
        width: 41px;
        left: -5px;
        top: 20px;
        transform: none;
    }

    .reviews__slide {
        margin: 10px 11px;
    }

    .reviews__slide-top {
        padding: 26px 10px 26px 40px;
    }

    .reviews__slide {
        width: 272px;
    }

    .reviews__name {
        font-size: 16px;
        line-height: 19px;
    }

    .reviews__desc {
        font-weight: 300;
        font-size: 14px;
        line-height: 30px;
    }

    .reviews__text {
        font-weight: 300;
        font-size: 14px;
        line-height: 19px;
        padding: 16px 17px;
    }

    .standarts__wrapper {
        grid-template-columns: 1fr;

    }

    .standarts__point._1 {
        top: 50%;
        transform: translateY(-50%);
        left: 15px;
    }

    .standarts__header {
        font-size: 18px;
        line-height: 21px;
        padding-bottom: 11px;
        border-bottom: 1px solid #DADADA;
    }

    .standarts__point._2 {
        top: 15px;
        right: 20px;
    }

    .standarts {
        padding-bottom: 31px;
    }
}

@media screen and (max-width: 568px) {
    .videos .videos__slider-controll {
        width: 47%;
        padding-left: 7px;
        padding-right: 7px;
        font-size: 12px;
        line-height: 16px;
        border-radius: 5px;
    }
}
/* End */


/* Start:/local/templates/unileverpro/css/buy.css?17143788044824*/
.buy__partners {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 80px;
  margin-left: -12px;
  margin-right: -12px;
}

@media screen and (max-width: 992px) {
  .buy__partners {
    margin-top: 30px;
    margin-bottom: 60px;
    justify-content: start;
  }
}

.buy__partner {
  /* padding: 0 1%; */
}

.buy__partner a {
  display: flex;
  align-items: center;
  padding: 0 14px;
  background-color: #ffffff;
  font-size: 21px;
  font-weight: 500;
  text-decoration: none;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  height: 63px;
  margin-bottom: 0;
}

@media screen and (max-width: 992px) {
  .buy__partner a {
    height: 40px;
    margin-bottom: 0 !important;
  }

  .buy__partner {
    padding: 0 1%;
  }
}

@media screen and (max-width: 768px) {
}

.buy__partner span {
  text-transform: uppercase;
  margin-left: 12px;
  font-weight: 500;
}

@media screen and (max-width: 992px) {
  .buy__partner span {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .buy__partner span {
    font-size: 16px;
  }
}

.buy__partner img {
  height: 50%;
}

.buy__map {
  position: relative;
  width: 100%;
  height: 800px;
  overflow: hidden;
  box-shadow: 0px 4px 84px rgba(0, 0, 0, 0.25);
}

.buy__map [class*=-ground-pane] {
  filter: grayscale(1);
}

@media screen and (max-width: 992px) {
  .buy__map {
    height: 650px;
  }
}

.buy__map-wrapper {
  position: absolute;
  z-index: 100;
}

@media screen and (min-width: 992px) {
  .buy__map-wrapper {
    bottom: 12%;
    right: 10%;
    height: 75%;
  }
}

@media screen and (max-width: 992px) {
  .buy__map-wrapper {
    bottom: 7%;
    right: 5%;
    height: 90%;
    max-width: 333px;
  }
}

@media screen and (max-width: 1200px) {
  .buy__map-wrapper {
    max-width: 350px;
  }
}

@media screen and (max-width: 768px) {
  .buy__map-wrapper {
    left: 5%;
    bottom: 7%;
    width: 100%;
    height: auto;
  }

  .buy__map-wrapper::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    height: 100%;
    background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 83.32%);
  }
}

.buy__map-list {
  position: relative;
  overflow-y: auto;
  padding-right: 40px;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

@media screen and (min-width: 992px) {
  .buy__map-list {
    height: 100%;
  }
}

@media screen and (max-width: 992px) {
  .buy__map-list {
    height: 90%;
  }
}

@media screen and (max-width: 768px) {
  .buy__map-list {
    display: flex;
    width: 90%;
    height: auto;
  }
}

.buy__map-list::-webkit-scrollbar {
  width: 10px;
}

@media screen and (max-width: 768px) {
  .buy__map-list::-webkit-scrollbar {
    display: none;
  }
}

.buy__map-list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

.buy__map-list::-webkit-scrollbar-thumb {
  position: relative;
  background: #26245d;
  border-radius: 10px;
  border: 1px solid black;
  width: 30px;
}

.buy__map-list::-webkit-scrollbar-thumb:hover {
  background: #b30000;
}

.buy__map-item {
  position: relative;
  background-color: #ffffff;
  max-width: 350px;
  border-radius: 10px;
  cursor: pointer;
  box-sizing: border-box;
}

@media screen and (max-width: 992px) {
  .buy__map-item {
    min-width: 280px;
  }
}

.buy__map-item::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  padding: 1px;
  background: linear-gradient(180deg, #acacac 0%, rgba(74, 74, 74, 0) 117.74%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.buy__map-item.is-active::after {
  border-radius: 10px;
  padding: 6px;
}

.buy__map-item hr {
  width: 100%;
  padding: 0;
  margin: 0;
}

.buy__map-item-title {
  font-size: 35px;
  font-weight: 700;
  color: #26245d;
  padding: 30px 26px 25px 26px;
}

@media screen and (max-width: 992px) {
  .buy__map-item-title {
    font-size: 26px;
    padding: 23px 21px 21px 21px;
  }
}

.buy__map-item-content {
  padding: 23px 26px 35px 26px;
}

.buy__map-item-elem {
  display: block;
  color: #000000;
  text-decoration: none;
}

@media screen and (max-width: 992px) {
  .buy__map-item-elem {
    font-size: 14px;
  }
}

.buy__map-item-elem+.buy__map-item-elem {
  margin-top: 16px;
}

@media screen and (min-width: 768px) {
  .buy__map-item+.buy__map-item {
    margin-top: 26px;
  }


}

@media screen and (max-width: 768px) {
  .buy__map-item+.buy__map-item {
    margin-left: 13px;
  }

  .buy__map-item-content,
  .buy__map-item-title {
    padding: 20px;
  }

}

.balloon {
  background-color: red;
  width: 200px;
  height: 200px;
}

/*# sourceMappingURL=buy.css.map */
/* End */


/* Start:/local/templates/unileverpro/css/template-styles.css?173494358080622*/
/*!***************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!./assets/scss/vendor/slick-theme.css ***!
  \***************************************************************************************/
@charset 'UTF-8';

/* Slider */
.slick-loading .slick-list {
    background: #fff url(/local/templates/unileverpro/css/../img/ajax-loader.gif) center center no-repeat;
}

/* Icons */
@font-face {
    font-family: "slick";
    font-weight: normal;
    font-style: normal;

    src: url(/local/templates/unileverpro/css/../img/slick.eot);
    src:
        url(/local/templates/unileverpro/css/../img/slick.eot?#iefix) format("embedded-opentype"),
        url(/local/templates/unileverpro/css/../img/slick.woff) format("woff"),
        url(/local/templates/unileverpro/css/../img/slick.ttf) format("truetype"),
        url(/local/templates/unileverpro/css/../img/slick.svg#slick) format("svg");
}

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    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: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;

    opacity: 0.75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir="rtl"] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: "←";
}

[dir="rtl"] .slick-prev:before {
    content: "→";
}

.slick-next {
    right: -25px;
}

[dir="rtl"] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: "→";
}

[dir="rtl"] .slick-next:before {
    content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}

.slick-dots li {
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: "•";
    text-align: center;

    opacity: 0.25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: black;
}

/*!*********************************************************************************!*\
    !*** css ../node_modules/css-loader/dist/cjs.js!./assets/scss/vendor/slick.css ***!
    \*********************************************************************************/
/* Slider */
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: "";
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/*!*****************************************************************************************!*\
    !*** css ../node_modules/css-loader/dist/cjs.js!./assets/scss/vendor/jquery-ui.min.css ***!
    \*****************************************************************************************/
/*! jQuery UI - v1.13.1 - 2022-06-08
  * http://jqueryui.com
  * Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
  * To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
  * Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
}

.ui-front {
    z-index: 100;
}

.ui-state-disabled {
    cursor: default !important;
    pointer-events: none;
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -0.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

.ui-selectable {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
}

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: 0.5em 0.5em 0.5em 0.7em;
    font-size: 100%;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0;
}

.ui-menu .ui-menu {
    position: absolute;
}

.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px 0.4em;
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    margin: -1px;
}

.ui-menu-icons {
    position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em;
}

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0.2em;
    margin: auto 0;
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}

.ui-button {
    padding: 0.4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: 0.1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
    text-decoration: none;
}

.ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap;
}

input.ui-button.ui-button-icon-only {
    text-indent: 0;
}

.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: 0.4em 1em;
}

input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.ui-controlgroup {
    vertical-align: middle;
    display: inline-block;
}

.ui-controlgroup > .ui-controlgroup-item {
    float: left;
    margin-left: 0;
    margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
    z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
    box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
    padding: 0.4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
    font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
    border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
    border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none;
}

.ui-controlgroup-vertical .ui-spinner-input {
    width: 75%;
    width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
    box-shadow: inset 1px 1px 1px #ccc;
    border-radius: 0.12em;
    border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid;
}

.ui-checkboxradio-disabled {
    pointer-events: none;
}

.ui-datepicker {
    width: 17em;
    padding: 0.2em 0.2em 0;
    display: none;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
}

.ui-datepicker table {
    width: 100%;
    font-size: 0.9em;
    border-collapse: collapse;
    margin: 0 0 0.4em;
}

.ui-datepicker th {
    padding: 0.7em 0.3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: 0.2em;
    text-align: right;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: 0.7em 0 0 0;
    padding: 0 0.2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: 0.5em 0.2em 0.4em;
    cursor: pointer;
    padding: 0.2em 0.6em 0.3em 0.6em;
    width: auto;
    overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: 0.5em;
    top: 0.3em;
}

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.2em;
    outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
    padding: 0.4em 1em;
    position: relative;
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: 0.1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: 0.3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px;
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: 0.5em 1em;
    background: none;
    overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: 0.5em;
    padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: 0.5em 0.4em 0.5em 0;
    cursor: pointer;
}

.ui-dialog .ui-resizable-n {
    height: 2px;
    top: 0;
}

.ui-dialog .ui-resizable-e {
    width: 2px;
    right: 0;
}

.ui-dialog .ui-resizable-s {
    height: 2px;
    bottom: 0;
}

.ui-dialog .ui-resizable-w {
    width: 2px;
    left: 0;
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
    width: 7px;
    height: 7px;
}

.ui-dialog .ui-resizable-se {
    right: 0;
    bottom: 0;
}

.ui-dialog .ui-resizable-sw {
    left: 0;
    bottom: 0;
}

.ui-dialog .ui-resizable-ne {
    right: 0;
    top: 0;
}

.ui-dialog .ui-resizable-nw {
    left: 0;
    top: 0;
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
    background: url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);
    height: 100%;
    -ms-filter: "alpha(opacity=25)";
    opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
    padding: 2px 0.4em;
    margin: 0.5em 0 0 0;
    height: auto;
    border: 0;
}

.ui-selectmenu-open {
    display: block;
}

.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em;
}

.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: pointer;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: 0.7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.ui-slider-horizontal {
    height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -0.3em;
    margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: 0.8em;
    height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
    left: -0.3em;
    margin-left: 0;
    margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}

.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: 0.222em 0;
    margin: 0.2em 0;
    vertical-align: middle;
    margin-left: 0.4em;
    margin-right: 2em;
}

.ui-spinner-button {
    width: 1.6em;
    height: 50%;
    font-size: 0.5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}

.ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none;
}

.ui-spinner-up {
    top: 0;
}

.ui-spinner-down {
    bottom: 0;
}

.ui-tabs {
    position: relative;
    padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px 0.2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: 0.5em 1em;
    text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
}

body .ui-tooltip {
    border-width: 2px;
}

.ui-widget {
    font-family:
        Roboto Condensed,
        sans-serif;
    font-size: 1em;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
}

.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
}

.ui-widget-content a {
    color: #333;
}

.ui-widget-header {
    border: 1px solid #ddd;
    background: #e9e9e9;
    color: #333;
    font-weight: bold;
}

.ui-widget-header a {
    color: #333;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
    color: #454545;
    text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: 1px solid #ccc;
    background: #ededed;
    font-weight: normal;
    color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
    color: #2b2b2b;
    text-decoration: none;
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #fff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #fff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #fff;
    text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620;
}

.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: 0.7;
    -ms-filter: "alpha(opacity=70)";
    font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: 0.35;
    -ms-filter: "alpha(opacity=35)";
    background-image: none;
}

.ui-state-disabled .ui-icon {
    -ms-filter: "alpha(opacity=35)";
}

.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url(/local/templates/unileverpro/css/../img/ui-icons_444444_256x240.png);
}

.ui-widget-header .ui-icon {
    background-image: url(/local/templates/unileverpro/css/../img/ui-icons_444444_256x240.png);
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
    background-image: url(/local/templates/unileverpro/css/../img/ui-icons_555555_256x240.png);
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
    background-image: url(/local/templates/unileverpro/css/../img/ui-icons_ffffff_256x240.png);
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
    background-image: url(/local/templates/unileverpro/css/../img/ui-icons_777620_256x240.png);
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url(/local/templates/unileverpro/css/../img/ui-icons_cc0000_256x240.png);
}

.ui-button .ui-icon {
    background-image: url(/local/templates/unileverpro/css/../img/ui-icons_777777_256x240.png);
}

.ui-icon-blank.ui-icon-blank.ui-icon-blank {
    background-image: none;
}

.ui-icon-caret-1-n {
    background-position: 0 0;
}

.ui-icon-caret-1-ne {
    background-position: -16px 0;
}

.ui-icon-caret-1-e {
    background-position: -32px 0;
}

.ui-icon-caret-1-se {
    background-position: -48px 0;
}

.ui-icon-caret-1-s {
    background-position: -65px 0;
}

.ui-icon-caret-1-sw {
    background-position: -80px 0;
}

.ui-icon-caret-1-w {
    background-position: -96px 0;
}

.ui-icon-caret-1-nw {
    background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}

.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
    background: #aaa;
    opacity: 0.3;
    -ms-filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
    -webkit-box-shadow: 0 0 5px #666;
    box-shadow: 0 0 5px #666;
}

/*!******************************************************************************************************************!*\
    !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./assets/scss/main.scss ***!
    \******************************************************************************************************************/
@font-face {
    font-family: "Roboto Condensed";
    src: url(/local/templates/unileverpro/css/../img/RobotoCondensed-Bold.ttf);
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Roboto Condensed";
    src: url(/local/templates/unileverpro/css/../img/Roboto-Medium.ttf);
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Roboto Condensed";
    src: url(/local/templates/unileverpro/css/../img/Roboto-MediumItalic.ttf);
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: "Roboto Condensed";
    src: url(/local/templates/unileverpro/css/../img/RobotoCondensed-Regular.ttf);
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Roboto Condensed";
    src: url(/local/templates/unileverpro/css/../img/RobotoCondensed-Light.ttf);
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Roboto Condensed";
    src: url(/local/templates/unileverpro/css/../img/RobotoCondensed-BoldItalic.ttf);
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: "Roboto Condensed";
    src: url(/local/templates/unileverpro/css/../img/RobotoCondensed-Italic.ttf);
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "Roboto Condensed";
    src: url(/local/templates/unileverpro/css/../img/RobotoCondensed-LightItalic.ttf);
    font-weight: 300;
    font-style: italic;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
     ========================================================================== */
/**
   * 1. Correct the line height in all browsers.
   * 2. Prevent adjustments of font size after orientation changes in iOS.
   */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
    margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
    display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
    background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
    font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
    font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
    border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
    vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
    overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
    display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
    display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
    display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
    display: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html {
    height: 100%;
}

body {
    line-height: 1;
    overflow-x: hidden;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

* {
    min-width: 1px;
    min-height: 1px;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.wrapper {
    height: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: #fff;
}

.header,
.footer {
    flex-shrink: 0;
}

.main {
    flex-grow: 1;
    box-sizing: border-box;
}

.main:not(.index-page) {
    padding-top: 95px;
}

.container {
    max-width: 1241px;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
}

.container.--wide {
    max-width: 1534px;
}

._scroll-lock {
    overflow: hidden !important;
}

.sitemap .sitemap__wrapper ol {
    height: 100vh;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
    padding: 5px;
    box-sizing: border-box;
}

.sitemap .sitemap__wrapper ol li:hover a {
    color: #fff;
    background: #26245d;
}

.sitemap .sitemap__wrapper ol li a {
    width: 100%;
    height: 100%;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #dadada;
    border-radius: 5px;
    transition: 0.3s;
    background: #f2f8fc;
}

.sitemap .sitemap__wrapper ol li ._disabled {
    pointer-events: none;
    opacity: 0.5;
    color: #000;
    background: #dadada;
}

@media screen and (max-width: 900px) {
    .sitemap .sitemap__wrapper ol {
        grid-template-columns: 1fr;
    }
}

.page-h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 41px;
    /* identical to box height */
    text-transform: uppercase;
    color: #26245d;
    padding-bottom: 30px;
    border-bottom: 1px solid #dadada;
}

@media screen and (max-width: 1059px) {
    .page-h2 {
        font-size: 22px;
        line-height: 33px;
    }
}

@media screen and (max-width: 768px) {
    .page-h2 {
        font-size: 18px;
        line-height: 21px;
    }
}

.page-h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    /* identical to box height */
    text-transform: uppercase;
    color: #26245d;
}

@media screen and (max-width: 1059px) {
    .page-h3 {
        font-size: 18px;
        line-height: 21px;
    }
}

.page-text17 {
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 26px;
    /* or 144% */
    color: #000;
}

.page-text18 {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    /* or 144% */
    color: #000;
}

@media screen and (max-width: 1400px) {
    .header .header__nav-item {
        font-size: 16px;
    }
}

.page-text18 .b {
    font-weight: 700;
}

.page-text18 .semi {
    font-weight: 500;
}

@media screen and (max-width: 1059px) {
    .page-text18 {
        font-size: 14px;
        line-height: 16px;
    }
}

.page-text24 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
}

@media screen and (max-width: 1450px) {
    .page-text24 {
        font-size: 20px;
    }
}

@media screen and (max-width: 1059px) {
    .page-text24 {
        font-weight: 300;
        font-size: 18px;
        line-height: 21px;
    }
}

.page-btn {
    padding: 15px 40px;
    box-sizing: border-box;
    background: #26245d;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    /* identical to box height */
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none !important;
    outline: none;
    border: none;
    display: inline-block;
    cursor: pointer;
}

.red {
    color: #9b1d1d;
}

.ui-menu-item {
    max-width: 303px;
    font-size: 18px;
}

body,
html {
    font-family: "Roboto Condensed" !important;
    letter-spacing: 0.3px;
}

* {
    min-height: 0;
    min-width: 0;
}

.header {
    background: #ffffff;
    box-shadow: 0px 4px 84px rgba(0, 0, 0, 0.25);
    position: sticky;
    top: 0;
    z-index: 9999;
}

.header .header__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
    gap: 20px;
}

.header .header__wrap {
    display: flex;
    justify-content: start;
    align-items: center;
}

.header .header__burger {
    display: none;
    margin-right: 26px;
}

.header .header__burger._active .header__burger-wrap::before,
.header .header__burger._active .header__burger-wrap::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.header .header__burger._active .header__burger-wrap::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.header .header__burger._active .header__burger-wrap .header__burger-item {
    opacity: 0;
}

.header .header__burger-wrap {
    padding: 15px 12px;
    box-sizing: border-box;
    background: #ffffff;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-direction: column;
}

.header .header__burger-wrap::before,
.header .header__burger-wrap::after {
    content: "";
    width: 27px;
    height: 2px;
    background: #26245d;
    display: block;
    transition: 0.3s;
}

.header__hidden-content-back {
    display: none;
}

.header .header__burger-item {
    width: 27px;
    height: 2px;
    background: #26245d;
    margin: 5px 0;
}

.header .header__logo {
    display: block;
    max-width: 254px;
    width: 100%;
    margin-right: 40px;
}

.header .header__logo img {
    width: 100%;
}

.header .header__mobile-list {
    display: flex;
    justify-content: start;
    align-items: center;
}

.header .header__mobile-list::before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.25);
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
}

.header .header__mobile-list__overlay {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100vw;
    height: calc(100vh - 80px);
    background: rgba(38, 36, 93, 0.4);
    box-shadow: 0px 4px 84px rgba(0, 0, 0, 0.25);
    z-index: 1;
    display: none;
}

.header .header__nav {
    margin-right: 49px;
}

.header .header__nav-list {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 30px;
}

@media screen and (max-width: 1400px) {
    .header .header__nav-list {
        gap: 20px;
    }
}

@media screen and (max-width: 1310px) {
    .header .header__nav-list {
        gap: 0;
    }

    .header .catalog__list {
        display: block !important;
    }
}

.header .header__nav-item {
    padding: 41px 0 44px;
    box-sizing: border-box;
    position: relative;
}

.header__hidden-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 100;
    background: #fff;
    padding-top: 41px;
    padding-bottom: 77px;
	overflow-y: auto;
	max-height: 710px;
}

.header .header__nav-item > span,
.header .header__nav-item > a {
    font: inherit;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    color: #aaaaaa;
    transition: 0.3s;
    cursor: pointer;
}

.header .header__nav-item::after {
    content: "";
    width: 100%;
    height: 8px;
    background: #26245d;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: 0.3s;
}

.header .header__nav-item._active > span,
.header .header__nav-item:hover > span,
.header .header__nav-item._active > a,
.header .header__nav-item:hover > a {
    color: #26245d;
}

.header .header__nav-item._active::after,
.header .header__nav-item:hover::after {
    opacity: 1;
}

.header .header__search {
    position: relative;
}

.header .header__search-field {
    background: #ffffff;
    border: 1px solid #d0d0d0;
    border-radius: 8px;
    padding: 14px 18px;
    box-sizing: border-box;
    outline: none !important;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    color: #26245d;
}

.header .header__search-submit {
    border: none;
    background: transparent;
    outline: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    padding: 0;
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
}

.header .header__search-submit img {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.header .header__btn {
    display: none;
}

.header .header__phone {
    color: #26245d;
    text-decoration: none;
    font-weight: 400;
    margin-left: auto;
}

.footer {
    background: #26245d;
    padding: 82px 0 128px;
    box-sizing: border-box;
}

.footer .footer__wrapper {
    display: grid;
    grid-template-columns: 364px auto;
    gap: 0 145px;
}

.footer .footer__wrap {
    display: flex;
    flex-direction: column;
}

.footer .footer__logo {
    margin-bottom: 52px;
    width: 100%;
    display: block;
}

.footer .footer__logo img {
    width: 100%;
}

.footer .footer__search {
    margin-bottom: 56px;
    position: relative;
}

.footer .footer__search-field {
    width: 100%;
    border: none;
    outline: none !important;
    padding: 14px 45px 14px 18px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.34);
    border-radius: 8px;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    color: #ffffff;
}

.footer .footer__search-field::placeholder {
    opacity: 1;
    color: #fff;
}

.footer .footer__search-btn {
    width: 24px;
    height: 24px;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
}

.footer .footer__search-btn img {
    width: 100%;
    height: 100%;
}

.footer .footer__text {
    font-weight: 400;
    color: #fefefe;
    margin-bottom: 33px;
}

.footer .footer__text a {
    color: inherit;
    font: inherit;
    text-decoration: none;
}

.footer .footer__btn {
    display: block;
    background: #9b1d1d;
    margin-top: 10px;
    opacity: 0;
    pointer-events: none;
}

.footer .footer__copy {
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 22px;
    color: #ffffff;
    opacity: 0.5;
    margin-top: 20px;
    text-align: center;
    display: block;
}

.footer .footer__nav-list {
    display: grid;
    grid-template-columns: 125px auto;
    grid-template-rows: repeat(5, auto);
    grid-auto-flow: column;
    gap: 53px 128px;
}

.footer .footer__nav-item {
    font-weight: 400;
}

.footer .footer__nav-item a {
    font: inherit;
    color: #fefefe;
    opacity: 0.6;
    text-decoration: none;
}

.footer .footer__nav-mob {
    display: none;
    padding: 35px 20px;
    box-sizing: border-box;
    background: #323077;
    grid-template-columns: repeat(2, 1fr);
}

.slick-dots li button {
    background: #ffffff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

.slick-dots li button::before {
    color: #9b1d1d !important;
    font-size: 8px !important;
    opacity: 0;
    top: 1.5px;
    left: 0px;
}

.slick-dots li.slick-active button::before {
    opacity: 1;
}

.catalog {
    padding-bottom: 70px;
}

.catalog__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.catalog__header img {
    display: none;
}

.catalog__list {
    margin-top: 44px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 11px;
}

.catalog__item {
    background: #ffffff;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
    border-radius: 10px;

    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: start;
}

.catalog__item-img {
    padding: 20px 0 12px;
    box-sizing: border-box;
    border-bottom: 1px solid #dadada;
    flex-shrink: 0;
}

.catalog__item-img a {
    display: block;
    height: 139px;
    width: 100%;
}

.catalog__item-img img {
    display: block;
    margin: 0 auto;
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.catalog__item-info {
    padding: 14px 18px;
    box-sizing: border-box;
    height: 100%;

    display: flex;
    justify-content: start;
    flex-direction: column;
}

.catalog__item-info a {
    text-decoration: none;
}

.catalog__item-name {
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase;
    color: #26245d;
    margin-bottom: 7px;
}

.catalog__item-link {
    margin-top: 12px;
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    margin-top: auto;
}

.catalog__item-link:hover {
    text-decoration: none;
    color: #ffffff;
}

@media screen and (max-width: 1310px) {
    .header__hidden-content .catalog__list-wrap::before {
        display: none;
    }

    .header__hidden-content .catalog__item-name {
        margin: 0;
        font-size: 13px;
        line-height: 15px;
    }

    .header__hidden-content .catalog__item-img {
        border: none;
        max-width: 99px;
        flex-shrink: 0;
    }

    .header__hidden-content .catalog__item-img img {
        width: 100%;
    }

    .header__hidden-content .catalog__item {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: start;

        box-shadow: none;
        max-width: 100%;
        margin: 0;
    }

    .header__hidden-content .catalog__item-link {
        display: none;
    }

    .header__hidden-content .catalog__item-info {
        height: initial;
    }

    .header__hidden-content .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .header__hidden-content {
        top: 97%;
        left: unset;
        right: 0;
        height: calc(100vh - 83px);
        width: calc(100vw - 389px);
        padding-top: 71px;
        padding-bottom: 53px;
        box-sizing: border-box;
        z-index: 1;

        overflow-y: auto;
    }

    .header .header__nav-item > span,
    .header .header__nav-item > a {
        color: #26245d;
    }

    [data-header-catalog] {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    [data-header-catalog]::after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: 0 solid transparent;
        border-bottom-width: 4px;
        border-top-width: 4px;
        border-left: 7px solid #26245d;
    }

    .header__nav-item._bg {
        position: relative;
    }

    .header__nav-item._bg::before {
        content: "";
        position: absolute;
        top: 0;
        left: -25px;
        width: 389px;
        height: 100%;
        display: block;
        background: #ececec;
        z-index: -1;
        top: 1px;
    }

    .header .header__nav-item._active::after,
    .header .header__nav-item:hover::after {
        display: none;
    }

    .header .header__mobile-list {
        position: fixed;
        top: 80px;
        left: 0;
        height: calc(100vh - 80px);
        background: #fff;
        box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.25);
        flex-direction: column-reverse;
        max-width: 389px;
        width: 100%;
        padding-top: 27px;
        box-sizing: border-box;
        z-index: 2;
        transform: translateX(-1000px);
        transition: 0.3s;
    }

    .header .header__mobile-list._active {
        transform: translateX(0);
    }

    .header__search-wrap {
        width: 100%;
        padding: 0 25px;
        box-sizing: border-box;
        margin-bottom: 32px;
    }

    .header .header__search-field {
        width: 100%;
        border: 1px solid #d0d0d0;
    }

    .header .header__nav {
        margin-right: 0;
        width: 100%;
        padding: 0 25px;
        box-sizing: border-box;
    }

    .header .header__nav-list {
        flex-direction: column;
    }

    .header .header__nav-item {
        padding: 30px 0;
        width: 100%;
        border-bottom: 1px solid #d0d0d0;
    }

    .header .header__nav-item:not(:last-child) {
        margin-right: 0;
    }

    .header {
        padding: 14px 26px;
        box-sizing: border-box;
    }

    .header .header__burger {
        display: block;
    }
}

b {
    font-weight: 700;
}

.ui-selectmenu-button.ui-button {
    width: 100%;
    box-sizing: border-box;
}

.ui-selectmenu-button {
    background: #ffffff !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 13px 19px;
    border: none !important;
}

.ui-selectmenu-text {
    font-weight: 400;
    font-size: 21px;
    line-height: 25px;
    color: #26245d;
}

.ui-button .ui-icon {
    background-image: url(/local/templates/unileverpro/css/../img/arrow.svg) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
}

.ui-selectmenu-menu .ui-menu {
    padding: 15px 18px 15px;
    box-sizing: border-box;
    background: #ffffff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 0 0 10px 10px;
}

.ui-menu-item {
    padding: 20px 0;
    box-sizing: border-box;
}

.ui-menu-item:not(:last-child) {
    border-bottom: 1px solid #dadada;
}

.ui-selectmenu-optgroup {
    pointer-events: none;
    color: #7e7e7e !important;
    font-size: 21px !important;
    box-sizing: border-box;
    max-width: 303px;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    text-transform: uppercase;
}

.ui-menu-item-wrapper {
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    color: #26245d !important;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    margin: 0 !important;
}

.sitemap .sitemap__wrapper ol {
    height: 100vh;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
    padding: 5px;
    box-sizing: border-box;
}

.sitemap .sitemap__wrapper ol li:hover a {
    color: #fff;
    background: #26245d;
}

.sitemap .sitemap__wrapper ol li a {
    width: 100%;
    height: 100%;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #dadada;
    border-radius: 5px;
    transition: 0.3s;
    background: #f2f8fc;
}

.sitemap .sitemap__wrapper ol li ._disabled {
    pointer-events: none;
    opacity: 0.5;
    color: #000;
    background: #dadada;
}

.cookie {
    padding: 20px 16px;
    position: fixed;
    bottom: 0;
    z-index: 6;
    width: 100%;
    background: #fff;
    z-index: 999;
}

.cookie__wr {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: space-between;
}

.cookie__img {
    width: 44px;
}

.cookie__text {
    width: 100%;
    color: gray;
    line-height: 20px;
}

.cookie__text a {
    color: #3674c8;
    font-weight: 700;
    text-decoration: underline;
}

.cookie__text a::before {
    content: "";
    background-image: url(/local/templates/unileverpro/css/../img/cookie.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 10px;
    height: 10px;
    position: relative;
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
}

.cookie__btn {
    font-weight: 700;
    border-radius: 2px;
    margin-left: 80px;
    padding: 13px;
    color: #fff;
    width: 210px;
    text-align: center;
    border: none;
    background-color: #2435bf;
    transition: all 0.2s ease-in-out;
}

.cookie__btn:hover {
    background-color: #3744b0;
    transition: all 0.2s ease-in-out;
}

.documents__item-img {
    display: block;
}

.videos {
    min-height: 450px;
}

.ui-selectmenu-icon.ui-icon {
    position: relative;
    top: 3px;
    width: 20px;
    height: 20px;
    background-size: 16px 16px !important;
}

.documents__select-wrap {
    max-width: 339px;
    width: 100%;
    flex-shrink: 0;
}

.documents__header {
    flex-shrink: 0;
}

.document_link {
    color: #000000;
    text-decoration: none;
}

.document_link:hover {
    text-decoration: none;
    color: #000000;
}

.videos__slide video {
    width: 100% !important;
    height: auto !important;
}

.documents__header {
    padding-bottom: 0;
}

.catalog__item-ban {
    position: relative;
    height: 297px;
}

.catalog__item-ban .catalog__item-img {
    border-bottom: none;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 0;
    z-index: 3;
}

.catalog__item-ban .catalog__item-info {
    z-index: 2;
}

.catalog__item-ban .catalog__item-link {
    background: #fff;
    color: #26245d;
}

@media screen and (max-width: 1520px) {
    .title__slide img {
        object-fit: contain;
        height: auto;
    }
}

@media screen and (max-width: 1241px) {
    .container {
        padding: 0 25px;
    }
}

@media screen and (max-width: 1059px) {
    .catalog__list-wrap {
        overflow-y: scroll;
    }

    .catalog__list {
        display: block;
        width: max-content;
    }

    .catalog__item {
        display: inline-block;
    }

    .header .catalog__list-wrap {
        overflow-y: initial;
    }

    .catalog__list-wrap::before {
        content: none;
    }

    .catalog__wrapper {
        overflow: hidden;
        position: relative;
    }

    .catalog__wrapper::before {
        content: "";
        position: absolute;
        top: 0;
        right: -15px;
        height: 100%;
        width: 230px;
        display: block;
        background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 83.32%);
        z-index: 100;
        pointer-events: none;
    }

    .header .catalog__list {
        width: auto;
    }

    .footer .footer__nav-item a {
        opacity: 1;
    }

    .catalog__list-wrap {
        position: relative;
    }

    .main:not(.index-page) {
        padding-top: 54px;
    }

    .footer .footer__nav-mob {
        display: grid;
        gap: 20px;
    }

    .footer__nav-mob .footer__nav-item a {
        opacity: 1;
    }

    .footer {
        position: relative;
    }

    .footer__nav-item:nth-child(8),
    .footer__nav-item:nth-child(9) {
        display: none;
    }

    .footer .footer__copy {
        padding: 30px 0;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    .footer .footer__wrap:nth-child(1) {
        padding: 0 20px;
    }

    .footer .footer__wrap:nth-child(2) {
        background: #323077;
        padding: 30px 20px;
    }

    .footer .footer__nav-list {
        padding: 52px 20px 50px;
        grid-template-columns: 1fr 1fr;
        column-gap: 20px;
        row-gap: 32px;
        grid-template-rows: repeat(4, auto);
    }

    .footer .container {
        padding: 0;
    }

    .footer .footer__btn {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 1;
    }

    .header .header__burger {
        flex-shrink: 0;
    }

    .header .header__wrapper {
        padding: 0;
    }

    .container.--wide {
        padding: 0;
    }

    .footer {
        padding-top: 39px;
    }

    .footer .footer__wrapper {
        grid-template-columns: 1fr;
    }

    .footer__search-wrap {
        display: none;
    }

    .footer .footer__wrap {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        align-items: center;
    }

    .footer .footer__wrap:first-child {
        padding-bottom: 32px;
    }

    .footer .footer__logo {
        max-width: 272px;
        margin-bottom: 0;
    }

    .footer .footer__text {
        margin-bottom: 0;
    }

    .footer__left .footer__wrap:nth-child(2) .footer__text {
        font-weight: 700;
    }

    .footer__left .footer__wrap:nth-child(2) .footer__text a {
        font-weight: 400;
    }
}

@media screen and (max-width: 900px) {
    .sitemap .sitemap__wrapper ol {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 768px) {
    .cookie__btn {
        margin-left: 0;
    }

    .cookie__text {
        font-size: 14px;
    }

    .cookie__btn {
        font-size: 12px;
        width: 150px;
        padding: 10px;
    }
}

@media screen and (max-width: 668px) {
    .ui-selectmenu-button {
        border-radius: 5px;
    }

    .ui-menu-item {
        max-width: 287px;
    }

    .footer .footer__nav-item a {
        opacity: 1;
    }

    .header .header__mobile-list__overlay {
        top: 71px;
        height: calc(100vh - 71px);
    }

    .header .header__mobile-list {
        top: 71px;
        height: calc(100vh - 71px);
    }

    .footer__nav-item:nth-child(8),
    .footer__nav-item:nth-child(9) {
        display: block;
    }

    .footer .footer__copy {
        background: #323077;
        color: #fefefe;
        opacity: 1;
        font-weight: 300;
    }

    .footer .footer__nav-mob {
        display: none;
    }

    .footer .footer__nav-item {
        text-align: center;
        font-weight: 300;
    }

    .footer .footer__nav-list {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        grid-auto-flow: row;
        padding-bottom: 25px;
    }

    .footer .footer__wrap:nth-child(2) {
        padding-top: 0;
    }

    .footer .footer__btn {
        display: none;
    }

    .footer .footer__logo {
        margin: 0 auto 40px;
    }

    .footer .footer__logo::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background: #26245d;
        display: block;
        width: 100%;
        height: 130px;
        z-index: 0;
    }

    .footer .footer__logo img {
        position: relative;
        z-index: 1;
    }

    .footer__wrap:nth-child(1) {
        position: relative;
    }

    .footer .footer__text {
        display: flex;
        justify-content: start;
        align-items: center;
        flex-direction: column;
        font-size: 18px;
        font-weight: 700;
    }

    .footer .footer__text a {
        font-weight: 300;
        margin-top: 10px;
    }

    .footer .footer__wrap:first-child {
        padding-bottom: 19px;
        background: #323077;
        padding-top: 39px;
    }

    .footer .footer__wrap:first-child .footer__text a {
        font-size: 27px;
        line-height: 35px;
    }

    .footer {
        padding-top: 0;
    }

    .footer .footer__wrap {
        grid-template-columns: 1fr;
    }

    .header .header__logo {
        margin-right: 0;
    }

    .header .header__phone {
        display: none;
    }

    .header .header__burger {
        margin-right: 45px;
    }

    .header .header__logo {
        max-width: 171px;
    }

    .ui-selectmenu-button.ui-button {
        padding-top: 8px;
        padding-bottom: 7px;
    }
}

@media screen and (max-width: 568px) {
    .cookie {
        padding: 10px 16px;
    }

    .header__hidden-content .catalog__item {
        border-radius: 0;
    }

    .header__hidden-content .catalog__item:not(:last-child) {
        border-bottom: 1px solid #dadada;
    }

    .header__hidden-content {
        right: unset;
        left: 0;
        max-width: 389px;
        width: 100%;
        z-index: 3;
    }

    .header__hidden-content-back {
        display: flex;
        justify-content: start;
        align-items: center;

        background: #ffffff;
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
        border-radius: 5px;
        padding: 9px 10px;
        box-sizing: border-box;

        position: absolute;
        z-index: 1;
        left: 13px;
        top: 15px;
        cursor: pointer;
    }

    .header__hidden-content-back::before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: 0 solid transparent;
        border-top-width: 8px;
        border-bottom-width: 8px;
        border-right: 11px solid #26245d;
        margin-right: 5px;
    }

    .header__hidden-content-back span {
        font-family: "Roboto Condensed";
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 21px;

        /* identical to box height */
        text-transform: uppercase;

        color: #26245d;
    }

    .ui-selectmenu-text {
        font-weight: 400;
        font-size: 18px;
        line-height: 21px;
        color: #26245d;
    }

    .ui-selectmenu-button.ui-button {
        width: 100%;
        box-sizing: border-box;
    }

    .cookie__text {
        font-size: 11px;
        line-height: 13px;
    }

    .cookie__wr {
        flex-direction: column;
        gap: 10px;
    }
}

/* End */


/* Start:/local/templates/unileverpro/components/bitrix/menu/header_menu/style.min.css?1714378804490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/unileverpro/components/bitrix/menu/header_menu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/unileverpro/components/bitrix/catalog.section/section_main_slider/themes/blue/style.min.css?1714378804706*/
.bx-blue .product-item-image-slider-progress-bar{background-color:#0083d1}.bx-blue .product-item-image-slider-control:hover{background-color:rgba(0,131,209,.8)}.bx-blue .product-item-image-slider-control.active,.bx-blue .product-item-image-slider-control:hover{background-color:#0083d1}.bx-blue .product-item-scu-item-text-block:hover,.bx-blue .product-item-scu-item-color-block:hover,.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-color:#006cc0}.bx-blue .product-item-amount-field:focus{border-color:#006cc0}.bx-blue .catalog-section-header{border-color:#006cc0}
/* End */


/* Start:/local/templates/unileverpro/components/bitrix/menu/bottom_menu/style.min.css?1714378804490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/unileverpro/components/bitrix/menu/bottom_menu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */
/* /local/templates/unileverpro/css/index.css?171437880412252 */
/* /local/templates/unileverpro/css/buy.css?17143788044824 */
/* /local/templates/unileverpro/css/template-styles.css?173494358080622 */
/* /local/templates/unileverpro/components/bitrix/menu/header_menu/style.min.css?1714378804490 */
/* /local/templates/unileverpro/components/bitrix/catalog.section/section_main_slider/themes/blue/style.min.css?1714378804706 */
/* /local/templates/unileverpro/components/bitrix/menu/bottom_menu/style.min.css?1714378804490 */
