@charset "utf-8";
.other_city {
    position: absolute;
    left: 25px;
    margin-top: 17px;
    border: 1px solid #bbbbbb;
    width: 120px;
    text-align: center;
    padding: 2px;
    text-align: center;
}
.ui-autocomplete-input.other_city:focus::placeholder {color:transparent}
.ui-autocomplete-input.other_city:focus::-webkit-input-placeholder {color:transparent}
.ui-autocomplete-input.other_city:focus::-moz-placeholder {color:transparent}
.ui-autocomplete-input.other_city:focus:-moz-placeholder {color:transparent}
.ui-autocomplete-input.other_city:focus:-ms-placeholder {color:transparent}
.otherCitiesSliderWrapList {
    padding: 0 40px;
}
.red {
	color: red;
}
.slick-prev {
    position: absolute;
    top: 100px;
    left: 0;
    width: 28px;
    height: 69px;
    cursor: pointer;
    background: transparent url(/css_v2/../images_v2/carousel/left_yellow.png) no-repeat 0 0;
}
.slick-prev.slick-disabled {
    cursor: default;
    background: transparent url(/css_v2/../images_v2/carousel/left_grey.png) no-repeat 0 0;
}
.slick-next {
    position: absolute;
    top: 100px;
    right: 0;
    width: 28px;
    height: 69px;
    cursor: pointer;
    background: transparent url(/css_v2/../images_v2/carousel/right_yellow.png) no-repeat 0 0;
}
.slick-next.slick-disabled {
    cursor: default;
    background: transparent url(/css_v2/../images_v2/carousel/right_grey.png) no-repeat 0 0;
}