.text_color_white p {
    color: #fff;
}
.text_color_white a {
    color: #fff;
}

.text_color_white a:hover {
    color: #5f3700;
}
.table__price tr td .gallery a img {
    width: 100%;
}
.table__price tr td .desc {
    width: calc(100% - 360px);
}
.table__price tr td .gallery {
    width: 350px;
}

.table__price tr td .desc {
    font-size: 18px;
}

.table__price tr td .title a {
    display: inline;
}

/* like_crimea */
@keyframes like_crimea {
    0% {
        transform: scale(1);
        animation-timing-function: ease-in;
        filter: hue-rotate(0deg) drop-shadow(2px 2px 1px #9c9c9c);
    }
    50% {
        transform: scale(1.05);
        animation-timing-function: ease-in;
        filter: hue-rotate(45deg) drop-shadow(2px 2px 3px #333333);
    }
    100% {
        transform: scale(1);
        animation-timing-function: ease-in;
        filter: hue-rotate(45deg) drop-shadow(2px 2px 6px #333333);
    }
}
.like_crimea {
    position: fixed;
    width: 80px;
    z-index: 999;
    bottom: 10px;
    left: 10px;
    animation: like_crimea 1.5s ease 0.5s infinite alternate-reverse;
}
/* uniWidget */
.uniBtnPage__box {
    background: #ccc;
    padding: 3em 1em;
    margin-bottom: 1em;
    box-shadow: 6px 5px 14px 0px #bbb, inset 0px 0px 0px 1px #bbb, inset 0px 0px 20px 3px #fff;
}
.uniBtn,
.uniBtnPage {
    cursor: pointer;
}
/* END | uniWidget */

/* TL */
#block-search,
#block-search * {
  box-sizing: border-box;
}

#block-search {
  background: #cdeaef;
}

.tl-container {
  max-width: 1234px;
  margin: 0 auto;
  padding: 0 25px;
}