.ui-corner-right {
    position: relative;

    display: block;

    width: 30px;
    height: 30px;
    margin-top: -40px;
}

.ui-autocomplete {
    position: absolute;

    overflow: scroll;

    max-height: 302px;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: 'PT Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
}

.ui-widget-content {
    padding-left: 0;

    color: #333333;
    border: 1px solid #dddddd;
    background: #ffffff;
}

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

.ui-widget-header {
    color: #333333;
    border: 1px solid #dddddd;
    background: #e9e9e9;

    font-weight: bold;
}

.ui-menu-item {
    height: 30px !important;
    padding-left: 20px;

    cursor: pointer;

    line-height: 30px;
}

.ui-menu-item:hover {
    transition: 400ms;

    background-color: #d7d7d7;
}

.ui-autocomplete > .ui-menu-item > li {
    list-style-type: none;
}

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

.v2__animation_find-main__select >.ui-widget >.custom-combobox >.ui-corner-right:after {
    display: inline-block;

    width: 2em;
    margin-left: 10px;

    content: '\25BC';
    text-align: center;

    color: #333;
}

.v2__animation_find-main__container {
    margin: 1em 0 0 0;
}

.v2__animation_find-main__container-pseudo {
    width: 100%;
    margin-right: .5em;
    padding: 1em 0;

    background: #fff;
}

.v2__animation_find-main__title {
    font-size: 1.5em;
    font-weight: bold;
}

.v2__animation_find-main__announcement {
    padding-bottom: 1em;

    text-align: center;
    text-transform: uppercase;

    color: #333;

    font-family: 'Myriad Pro', sans-serif;
    font-size: 16px;
}

.v2__animation_find-main {
    display: flex;
    overflow: hidden;

    justify-content: space-between;
}

.v2__animation_find-main-left-arrow {
    position: relative;
    z-index: 1;

    width: 40px;

    cursor: pointer;
    text-align: center;

    background-color: #d7d7d7;
    background-image: url('/assets/website/svg/v2/arrow_gray_left.svg');
    background-repeat: no-repeat;
    background-position: center 45%;
    background-size: 2.5em;
}

.v2__animation_find-main-right-arrow {
    position: relative;
    z-index: 1;

    width: 40px;

    cursor: pointer;
    text-align: center;

    background-color: #d14c47;
    background-image: url('/assets/website/svg/v2/arrow_gray_right.svg');
    background-repeat: no-repeat;
    background-position: center 45%;
    background-size: 2.5em;
}

.v2__animation_find-main-right-arrow:hover,
.v2__animation_find-main-left-arrow:hover {
    opacity: .9;
}

.v2__animation_find-main__item {
    display: inline-block;

    width: 50%;
    padding: 0 .2em;

    vertical-align: top;
}

.v2__animation_find-main__item-img {
    padding-top: 70%;

    background-size: cover;
}

.v2__animation_find-main__item-title {
    display: block;
    overflow: hidden;

    height: 46px;
    padding: 0.3em 1em;

    text-align: center;
    white-space: normal;
    text-decoration: none;

    color: #fff;
    background: rgba(0, 0, 0, .5);

    line-height: 1.2;
}

.v2__animation_find-main__selector {
    width: 100%;
}

.v2__animation_find-main__footer {
    margin-top: .2em;
}

.v2__animation_find-main__select {
    position: relative;

    width: 100%;
    margin-top: 1em;
}

.v2__animation_find-main__select:hover {
    opacity: .9;
}

.v2__orangeBtn {
    display: block;

    padding: .96em;

    text-align: center;
    text-decoration: none;
    text-transform: uppercase;

    color: #fff;
    background: #fa0;

    font-size: 1.5em;
}

.v2__orangeBtn:hover,
.v2__greenBtn:hover {
    opacity: .9;
    color: #fff;
}

.v2__greenBtn {
    display: block;

    padding: .96em;

    text-align: center;
    text-decoration: none;
    text-transform: uppercase;

    color: #fff;
    background: #a3c600;

    font-size: 1.5em;
}

.v2__animation_find-main__selector {
    padding: .8em 2.5em;

    text-transform: uppercase;

    border: 0;
    border-radius: 0;
    background-color: #d7d7d7;

    font-size: 18px;
    font-weight: bold;

    appearance: none;
}

.v2__animation_find-main-input {
    width: 100%;
    padding: .8em 2.5em;

    text-transform: uppercase;

    border: 0;
    border-radius: 0;
    background-color: #d7d7d7;

    font-size: 18px;
    font-weight: bold;
}

.animation_find-right__bottom > .ui-widget >.custom-combobox >.ui-corner-right:after {
    display: inline-block;

    margin-top: 9px;
    margin-left: 10px;

    content: '\25BC';
    text-align: center;

    color: #333;

    font-size: 15px;
}

.animation_find-right__bottom > .ui-widget >.custom-combobox > .v2__animation_find-main-input {
    padding: 0.6em 2em;

    font-size: 16px;
}

body.animation .animation_find-side__container {
    display: block;
}

input::-webkit-calendar-picker-indicator {
    position: absolute;
    left: 15px;

    display: block !important;

    opacity: 1;
}

input::-webkit-input-placeholder {
    color: #333;
}

.v2__animation_find-main-underline {
    height: 7px;
}

.animation-find-up > .animation_find-container > .animation_find-sidebar > .animation_find-side__container {
    display: block !important;
}

@media screen and (min-width: 320px) {
    .animation .v2__animation_find-main-right-arrow,
    .animation .v2__animation_find-main-left-arrow {
        width: 6%;
    }

    .animation .v2__animation_find-main-underline {
        display: none;
    }

    .animation .v2__animation_find-main__item {
        width: 25%;
        padding: 0 .2em
    }

    .animation .v2__animation_find-main__item:hover .v2__animation_find-main__item-img,
    .animation .v2__animation_find-main__item:focus .v2__animation_find-main__item-img {
        opacity: .9;
    }
}

@media screen and (min-width: 480px) {
    .animation .v2__animation_find-main__item {
        width: 20%;
        padding: 0 .2em
    }
}

@media screen and (min-width: 660px) {
    .v2__animation_find-main-right-arrow,
    .v2__animation_find-main-left-arrow {
        width: 5%;
    }

    .v2__animation_find-main-underline {
        display: none;
    }

    .v2__animation_find-main__item {
        width: 20%;
    }

    .v2__animation_find-main__item:hover .v2__animation_find-main__item-img,
    .v2__animation_find-main__item:focus .v2__animation_find-main__item-img {
        opacity: .9;
    }

    .v2__animation_find-main-left-arrow {
        padding-top: 0;

        background-position: center 45%;
        background-size: auto;
    }

    .v2__animation_find-main-right-arrow {
        padding-top: 0;

        transform: rotate(-180deg);

        background-image: url('/assets/website/svg/v2/arrow_gray_left.svg');
        background-position: center 55%;
        background-size: auto;
    }
}

@media (min-width: 1020px) {
    body.animation .animation_find-side__container {
        display: inherit;
    }

    .animation-find-up {
        display: none;
    }
}
