.alesushi_images {
  display: inline-block;
  margin-left: 60px;
  margin-right: 60px;
  margin-top: 100px;
}
.alesushi_images .image_figure .left_decor {
  position: absolute;
  width: 58px;
  height: 260px;
  background: url('../svg/longdecor.svg') center center no-repeat;
  display: block;
  top: 50%;
  left: -29px;
  transition: all 800ms ease-in-out;
  opacity: 0;
}
.alesushi_images .image_figure .top_right_decor {
  position: absolute;
  width: 58px;
  height: 260px;
  background: url('../svg/longdecor.svg') center center no-repeat;
  display: block;
  top: 50%;
  right: -29px;
  transition: all 800ms ease-in-out;
  opacity: 0;
}
.alesushi_images .image_figure .bottom_right_decor {
  position: absolute;
  width: 58px;
  height: 260px;
  background: url('../svg/longdecor.svg') center center no-repeat;
  display: block;
  bottom: 50%;
  right: -29px;
  transition: all 800ms ease-in-out;
  opacity: 0;
}
.alesushi_images .image_figure.first_image {
  position: absolute;
  left: 60px;
  top: 100px;
  transition: all 400ms ease-in-out;
}
.alesushi_images .image_figure.second_image {
  position: relative;
}
.alesushi_images.animated .image_figure.first_image {
  left: 150px;
  top: 0;
  transition: all 400ms ease-in-out;
}
.alesushi_images.animated .image_figure .left_decor {
  top: -29px;
  transition: all 800ms ease-in-out;
  opacity: 1;
}
.alesushi_images.animated .image_figure .top_right_decor {
  top: -29px;
  transition: all 800ms ease-in-out;
  opacity: 1;
}
.alesushi_images.animated .image_figure .bottom_right_decor {
  bottom: -29px;
  transition: all 800ms ease-in-out;
  opacity: 1;
}
.alesushi_title {
  color: #C9AB82;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 20px;
}
.alesushi_title.small_title_size h2 {
  font-size: 30px;
  line-height: 30px;
}
.alesushi_title .subtitle {
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.2em;
  margin-bottom: 17px;
}
.alesushi_title h2 {
  font-size: 60px;
  line-height: 60px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  position: relative;
  padding-left: 75px;
  padding-right: 75px;
  margin-bottom: 0;
}
.alesushi_title h2.animated::before {
  left: 0;
  opacity: 1;
  transition: all 600ms ease-in-out;
}
.alesushi_title h2.animated::after {
  right: 0;
  opacity: 1;
  transition: all 600ms ease-in-out;
}
.alesushi_title h2::before {
  content: "";
  width: 43px;
  height: 20px;
  background: url('../svg/titleleft.svg') center center no-repeat;
  position: absolute;
  left: -10%;
  opacity: 0;
  top: 50%;
  margin-top: -15px;
  transition: all 600ms ease-in-out;
}
.alesushi_title h2::after {
  content: "";
  width: 43px;
  height: 20px;
  background: url('../svg/titleright.svg') center center no-repeat;
  position: absolute;
  right: -10%;
  opacity: 0;
  top: 50%;
  margin-top: -15px;
  transition: all 600ms ease-in-out;
}
.openninghours {
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}
.openninghours .box_title {
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #C9AB82;
}
.openninghours .line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 22px;
  color: #bbbbbb;
}
.openninghours .line .time {
  font-weight: 300;
}
.contact_page_form .elementor-widget-container {
  max-width: 470px;
}
.alesushi_contact input[type="text"],
.alesushi_contact input[type="email"] {
  margin-bottom: 30px;
}
.alesushi_contact p.success {
  text-align: center;
}
.alesushi_contact .form_line.submit_line {
  text-align: center;
}
.alesushi_contact .alesushi_booking_contact_form .form_line .line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.alesushi_contact .alesushi_booking_contact_form .form_line .line select {
  margin-bottom: 30px;
  height: 60px;
}
.alesushi_contact .alesushi_booking_contact_form .form_line .line input,
.alesushi_contact .alesushi_booking_contact_form .form_line .line select {
  width: calc(50% - 10px);
}
.alesushi_price {
  margin: 0 5px 40px 5px;
}
.alesushi_price .top_price_line {
  display: flex;
  align-items: center;
  justify-content: stretch;
  margin-bottom: 6px;
}
.alesushi_price .top_price_line .price_title {
  margin-bottom: 0;
  font-size: 19px;
  line-height: 19px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #C9AB82;
  margin-right: 15px;
}
.alesushi_price .top_price_line .separator {
  flex: 1;
  height: 9px;
  background: url('../svg/priceseparatorg.svg') left center repeat-x;
}
.alesushi_price .top_price_line .price_number {
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  color: #C9AB82;
  margin-left: 10px;
}
.alesushi_price .description {
  line-height: 24px;
  font-size: 20px;
  color: #bbbbbb;
}
.alesushi_menulist_decor {
  position: relative;
}
.alesushi_menulist_decor::after {
  content: "";
  position: absolute;
  right: 100%;
  bottom: 65px;
  width: 58px;
  height: 260px;
  background: url('../svg/longdecor.svg') center center no-repeat;
}
.alesushi_twolines_center {
  position: relative;
}
.alesushi_twolines_center::before {
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.03);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 37%;
  z-index: 0;
}
.alesushi_twolines_center::after {
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.03);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 37%;
  z-index: 0;
}
.alesushi_twolines {
  position: relative;
}
.alesushi_twolines.blue::before {
  background: rgba(255, 255, 255, 0.03);
  z-index: 0;
  left: 120px;
}
.alesushi_twolines.blue::after {
  background: rgba(255, 255, 255, 0.03);
  z-index: 0;
  right: 120px;
}
.alesushi_twolines::before {
  width: 1px;
  height: 100%;
  background: #1A1E20;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 100px;
  z-index: -1;
}
.alesushi_twolines::after {
  width: 1px;
  height: 100%;
  background: #1A1E20;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 100px;
  z-index: -1;
}
.alesushi_about {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.alesushi_about.style_two .image_about_two {
  order: 1;
}
.alesushi_about.style_two .about_description {
  order: 2;
}
.alesushi_about.style_two .image_about_one {
  order: 3;
}
.alesushi_about.style_two .image_about_one.animated::after {
  left: unset;
  right: -29px;
}
.alesushi_about.style_two .image_about_one::after {
  left: unset;
  right: 50%;
}
.alesushi_about .image_about_one,
.alesushi_about .image_about_two,
.alesushi_about .about_description {
  width: calc(33.3% - 40px);
}
.alesushi_about .image_about_one img,
.alesushi_about .image_about_two img,
.alesushi_about .about_description img {
  max-width: 100%;
  height: auto;
}
.alesushi_about .image_about_one {
  position: relative;
}
.alesushi_about .image_about_one.animated::after {
  left: -29px;
  opacity: 1;
  transition: all 600ms ease-in-out;
}
.alesushi_about .image_about_one::after {
  content: "";
  display: block;
  width: 260px;
  height: 57px;
  background: url('../svg/decorlong.svg') center center no-repeat;
  position: absolute;
  bottom: -29px;
  left: 50%;
  opacity: 0;
  transition: all 600ms ease-in-out;
}
.alesushi_about .about_description {
  text-align: center;
}
.alesushi_about .about_description .text {
  max-width: 340px;
  font-size: 21px;
  display: inline-block;
  margin-bottom: 30px;
}
.alesushi_about .about_description .text p {
  font-size: inherit;
}
.alesushi_about .about_description .decor_separator {
  width: 145px;
  height: 57px;
  display: inline-block;
  background: url('../svg/decor2.svg') center center no-repeat;
  margin-bottom: 50px;
}
.alesushi_video {
  position: relative;
}
.alesushi_video.animated::after {
  right: 105px;
  opacity: 1;
  transition: all 900ms ease-in-out;
}
.alesushi_video::after {
  content: "";
  display: block;
  width: 260px;
  height: 57px;
  background: url('../svg/decorlong.svg') center center no-repeat;
  position: absolute;
  bottom: 0;
  right: 50%;
  opacity: 0;
  transition: all 900ms ease-in-out;
}
.alesushi_video .image_holder {
  position: relative;
}
.alesushi_video .image_holder .open_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.alesushi_video .image_holder .open_video .opener {
  width: 57px;
  height: 57px;
  display: block;
  background: url('../svg/video.svg') center center no-repeat;
}
.alesushi_booking_box {
  max-width: 530px;
  display: block;
}
.alesushi_align_center .elementor-widget-container {
  text-align: center;
}
.alesushi_image_decor {
  position: relative;
}
.alesushi_image_decor.animated::after {
  opacity: 1;
  left: -29px;
  transition: all 600ms ease;
}
.alesushi_image_decor::after {
  content: "";
  width: 260px;
  height: 58px;
  display: block;
  background: url('../svg/decorlong.svg') center center no-repeat;
  position: absolute;
  left: 100%;
  bottom: -29px;
  transition: all 600ms ease;
  opacity: 0;
}
.alesushi_topscreen {
  position: relative;
  z-index: 1;
}
.alesushi_topscreen .decor_slider {
  width: 58px;
  height: 260px;
  display: block;
  margin-bottom: 50px;
  background: url('../svg/longdecor.svg') center center no-repeat;
  opacity: 0;
  position: absolute;
  left: -29px;
  top: -29px;
}
.alesushi_topscreen .animated {
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.alesushi_topscreen .screen_item {
  position: relative;
}
.alesushi_topscreen .screen_item img {
  margin: 0 auto;
}
.alesushi_topscreen .screen_item .content_slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.alesushi_topscreen .screen_item .content_slider .slider_wrapper {
  max-width: 1000px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.alesushi_topscreen .screen_item .content_slider .slider_wrapper .slider_pre_title {
  font-size: 30px;
  line-height: 26px;
  letter-spacing: 0.2em;
  color: #FFFFFF;
  margin-bottom: 5px;
  opacity: 0;
}
.alesushi_topscreen .screen_item .content_slider .slider_wrapper .slider_title {
  font-size: 80px;
  line-height: 80px;
  font-weight: 400;
  opacity: 0;
}
.alesushi_topscreen .screen_item .content_slider .slider_wrapper .slider_description {
  max-width: 720px;
  margin-bottom: 40px;
  opacity: 0;
}
.alesushi_topscreen .screen_item .content_slider .slider_wrapper .slider_buttons .first_button {
  opacity: 0;
}
.alesushi_topscreen .screen_item .content_slider .slider_wrapper .slider_buttons .second_button {
  opacity: 0;
}
.alesushi_topscreen .screen_item .content_slider .slider_wrapper .slider_buttons .alesushi_button {
  margin-left: 12px;
  margin-right: 12px;
}
.alesushi_slider {
  position: relative;
}
.alesushi_slider .slick-slide {
  line-height: 0;
}
.alesushi_slider .animated {
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.alesushi_slider .slick-arrow {
  position: absolute;
  z-index: 999;
  transition: all 300ms ease;
}
.alesushi_slider .slick-arrow:hover {
  opacity: 0.6;
  transition: all 300ms ease;
}
.alesushi_slider .slick-dots {
  margin: 0;
  list-style: none;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
.alesushi_slider .slick-dots li {
  list-style: none;
  font-size: 0;
  padding: 0;
  border: 0;
  margin-left: 7px;
  margin-right: 7px;
}
.alesushi_slider .slick-dots li.slick-active button {
  background: url('../svg/olactive.svg') center center no-repeat;
}
.alesushi_slider .slick-dots li button {
  width: 18px;
  height: 18px;
  border: 0;
  padding: 0;
  display: block;
  font-size: 0;
  text-indent: -99999;
  line-height: 0;
  background: url('../svg/ol.svg') center center no-repeat;
}
.alesushi_slider .slick-prev {
  width: 31px;
  height: 60px;
  border: 0;
  background: transparent url('../svg/left.svg') center center no-repeat;
  border-radius: 0;
  left: 30px;
  top: 50%;
  margin-top: -30px;
  padding: 0;
}
.alesushi_slider .slick-next {
  width: 31px;
  height: 60px;
  border: 0;
  background: transparent url('../svg/right.svg') center center no-repeat;
  border-radius: 0;
  right: 30px;
  top: 50%;
  margin-top: -30px;
  padding: 0;
}
.alesushi_slider .slider_item {
  position: relative;
  line-height: 28px;
}
.alesushi_slider .slider_item img {
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.alesushi_slider .slider_item .content_slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.alesushi_slider .slider_item .content_slider .slider_wrapper {
  max-width: 1240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 9;
  position: relative;
}
.alesushi_slider .slider_item .content_slider .slider_wrapper .decor_slider {
  width: 102px;
  height: 40px;
  display: block;
  margin-bottom: 50px;
  background: url('../svg/decor.svg') center center no-repeat;
  opacity: 0;
}
.alesushi_slider .slider_item .content_slider .slider_wrapper .slider_pre_title {
  font-size: 30px;
  line-height: 26px;
  letter-spacing: 0.2em;
  color: #FFFFFF;
  margin-bottom: 35px;
  opacity: 0;
}
.alesushi_slider .slider_item .content_slider .slider_wrapper .slider_title {
  font-size: 96px;
  line-height: 100px;
  text-transform: uppercase;
  font-weight: 700;
  opacity: 0;
  letter-spacing: 0.2em;
}
.alesushi_slider .slider_item .content_slider .slider_wrapper .slider_description {
  max-width: 820px;
  font-size: 23px;
  line-height: 34px;
  margin-bottom: 80px;
  opacity: 0;
}
.alesushi_slider .slider_item .content_slider .slider_wrapper .slider_description p {
  font-size: inherit;
  line-height: inherit;
  opacity: 0.85;
}
.alesushi_slider .slider_item .content_slider .slider_wrapper .slider_buttons .first_button {
  opacity: 0;
}
.alesushi_slider .slider_item .content_slider .slider_wrapper .slider_buttons .second_button {
  opacity: 0;
}
.alesushi_slider .slider_item .content_slider .slider_wrapper .slider_buttons .alesushi_button {
  margin-left: 12px;
  margin-right: 12px;
}
.alesushi_reviews_slider {
  position: relative;
}
.alesushi_reviews_slider .slick-dots {
  position: absolute;
  left: 0;
  top: 0;
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 100%;
}
.alesushi_reviews_slider .slick-dots li {
  list-style: none;
  margin: 0;
  font-size: 20px;
  line-height: 56px;
  position: relative;
  cursor: pointer;
}
.alesushi_reviews_slider .slick-dots li:hover::before {
  background: #FFF;
}
.alesushi_reviews_slider .slick-dots li:hover button {
  color: #FFF;
}
.alesushi_reviews_slider .slick-dots li.slick-active button {
  color: #FFF;
}
.alesushi_reviews_slider .slick-dots li.slick-active::after {
  width: 12px;
  height: 1px;
  background: #FFF;
  display: block;
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  margin-top: -14px;
}
.alesushi_reviews_slider .slick-dots li.slick-active::before {
  background: #FFF;
}
.alesushi_reviews_slider .slick-dots li::before {
  width: 12px;
  height: 1px;
  background: #C9AB82;
  display: block;
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  margin-top: -10px;
}
.alesushi_reviews_slider .slick-dots li button {
  padding: 0;
  border: 0;
  height: unset;
  min-height: unset;
  transition: all 300ms ease;
}
.alesushi_reviews_slider .review_slide {
  padding-left: 100px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 29px;
  padding-bottom: 29px;
}
.alesushi_reviews_slider .review_slide .image_holder {
  min-width: 190px;
  position: relative;
}
.alesushi_reviews_slider .review_slide .image_holder.animated::after {
  top: -29px;
  transition: all 700ms ease;
}
.alesushi_reviews_slider .review_slide .image_holder::after {
  content: "";
  width: 58px;
  height: 260px;
  display: block;
  background: url('../svg/longdecor.svg') center center no-repeat;
  position: absolute;
  top: 120%;
  left: -29px;
  transition: all 700ms ease;
}
.alesushi_reviews_slider .review_slide .image_holder img {
  display: inline-block;
}
.alesushi_reviews_slider .review_slide .review_data_content {
  margin-left: 60px;
}
.alesushi_reviews_slider .review_slide .review_data_content .review_text {
  margin-bottom: 30px;
  font-size: 26px;
  line-height: 34px;
  letter-spacing: 0.08em;
  opacity: 0.9;
}
.alesushi_reviews_slider .review_slide .review_data_content .review_text p {
  font-size: 26px;
  line-height: 34px;
  letter-spacing: 0.08em;
}
.alesushi_reviews_slider .review_slide .review_data_content .review_text p:last-child {
  margin-bottom: 0;
}
.alesushi_reviews_slider .review_slide .review_data_content .reviewer_name {
  color: #C9AB82;
  margin-bottom: 4px;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.alesushi_reviews_slider .review_slide .review_data_content .reviewer_position {
  font-size: 20px;
  line-height: 20px;
  font-weight: 300;
}
@media (max-width: 1500px) {
  .alesushi_slider .slider_item .content_slider .slider_wrapper .slider_title {
    font-size: 80px;
    line-height: 80px;
  }
}
@media (max-width: 1240px) {
  .alesushi_slider .slider_item .content_slider .slider_wrapper .slider_description {
    margin-bottom: 0;
  }
  .alesushi_slider .slider_item .content_slider .slider_wrapper .slider_title {
    font-size: 60px;
    line-height: 60px;
  }
  .alesushi_slider .slider_item .content_slider .slider_wrapper .slider_pre_title {
    margin-bottom: 20px;
  }
  .alesushi_slider .slider_item .content_slider .slider_wrapper .decor_slider {
    margin-bottom: 25px;
  }
}
@media (max-width: 1024px) {
  .alesushi_slider .slider_item .content_slider .slider_wrapper .decor_slider {
    display: none;
  }
  .alesushi_slider .slider_item .content_slider .slider_wrapper .slider_title {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .alesushi_slider .slider_item .content_slider .slider_wrapper .slider_pre_title {
    font-size: 20px;
  }
  .alesushi_slider .slick-dots {
    margin-bottom: -50px;
    z-index: 9;
  }
  .alesushi_slider .slider_item .content_slider .slider_wrapper .slider_description {
    max-width: 600px;
  }
  .alesushi_title h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .alesushi_about .image_about_one,
  .alesushi_about .image_about_two,
  .alesushi_about .about_description {
    width: calc(33.3% - 15px);
  }
  .alesushi_booking_box {
    max-width: 100%;
  }
  .contact_page_form .elementor-widget-container {
    max-width: unset;
  }
}
@media (max-width: 768px) {
  .alesushi_slider .slick-next,
  .alesushi_slider .slick-prev {
    display: none!important;
  }
  .alesushi_slider .slider_item .content_slider .slider_wrapper .slider_pre_title {
    margin-bottom: 10px;
  }
  .alesushi_button a.button {
    height: 42px;
    line-height: 42px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .alesushi_slider .slider_item .content_slider .slider_wrapper .slider_description {
    margin-bottom: 20px;
  }
  .alesushi_slider .slider_item .content_slider .slider_wrapper .slider_description p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 22px;
  }
  .alesushi_title h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .alesushi_about {
    flex-wrap: wrap;
    text-align: center;
  }
  .alesushi_about .image_about_one,
  .alesushi_about .image_about_two,
  .alesushi_about .about_description {
    width: 100%;
    margin-bottom: 40px;
  }
  .alesushi_about .image_about_one img,
  .alesushi_about .image_about_two img,
  .alesushi_about .about_description img {
    width: 100%;
    height: auto;
  }
  .alesushi_about.style_two .about_description,
  .alesushi_about .about_description {
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .alesushi_blog_list .blog_content_holder .posts_grid.two_columns article.ale_blog_preview,
  .alesushi_blog_list .blog_content_holder .posts_grid.three_columns article.ale_blog_preview,
  .alesushi_blog_list .blog_content_holder .posts_grid.four_columns article.ale_blog_preview,
  .alesushi_blog_list .blog_content_holder .posts_grid.two_columns .grid-sizer,
  .alesushi_blog_list .blog_content_holder .posts_grid.three_columns .grid-sizer,
  .alesushi_blog_list .blog_content_holder .posts_grid.four_columns .grid-sizer {
    width: 100%;
  }
  .alesushi_blog_list .blog_content_holder .posts_grid.two_columns .gutter-sizer {
    width: 0;
  }
  .alesushi_reviews_slider .review_slide .image_holder img {
    max-width: 100px;
    height: auto;
  }
  .alesushi_reviews_slider .review_slide .image_holder {
    min-width: 100px;
  }
  .alesushi_reviews_slider .review_slide .image_holder.animated::after {
    display: none;
  }
  .alesushi_reviews_slider .review_slide .review_data_content {
    margin-left: 30px;
  }
  .alesushi_image_decor {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .elementor-image-box-description {
    text-align: center;
  }
  .alesushi_topscreen .screen_item .content_slider .slider_wrapper .slider_description {
    display: none;
  }
}
@media (max-width: 500px) {
  .alesushi_slider .slider_item .content_slider .slider_wrapper .slider_description {
    display: none;
  }
  .alesushi_slider .slider_item .content_slider .slider_wrapper .slider_buttons {
    display: none;
  }
  .alesushi_slider .slider_item .content_slider .slider_wrapper .slider_title {
    font-size: 30px;
    text-align: center;
  }
  .alesushi_slider .slider_item .content_slider .slider_wrapper .slider_pre_title {
    text-align: center;
  }
  .alesushi_title h2 {
    font-size: 26px;
    line-height: 26px;
  }
  .alesushi_reviews_slider .review_slide {
    flex-direction: column;
    align-items: flex-start;
  }
  .alesushi_reviews_slider .review_slide .review_data_content {
    margin-left: 0;
    margin-top: 30px;
  }
  .alesushi_reviews_slider .review_slide .image_holder img {
    max-width: unset;
  }
  .alesushi_decor_verylong.animated::after {
    display: none;
  }
  .alesushi_video.animated::after {
    right: 0;
  }
  .alesushi_topscreen .screen_item .content_slider .slider_wrapper .slider_title {
    font-size: 40px;
    line-height: 40px;
  }
  .alesushi_reviews_slider .review_slide {
    padding-left: 70px;
  }
  .alesushi_reviews_slider .review_slide .review_data_content .review_text {
    padding-right: 20px;
  }
}
