

/* Start:/bitrix/components/bitrix/form.result.new/error.css?1728807069163*/
.form-error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/bitrix/components/bitrix/form.result.new/images/icon_warn.gif);
}
/* End */


/* Start:/local/templates/new-main/components/bitrix/news.list/about-minsk/style.css?17288071371419*/
.about_minsk h3{
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 37px;
  letter-spacing: -0.015em;
  color: #4D4A48;
  margin-top: 80px;
  margin-bottom: 30px;
  max-width: 789px;
  margin-left: auto;
}
.about_minsk p{
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.015em;
  color: #4D4A48;
  max-width: 789px;
  margin-left: auto;
  text-align: justify;

}
.obout_img_hotel_minsk img{
  margin-top: 40px;
  width: 100%;
}
.option_img_hotel_minsk{
  margin-top: 62px;
  margin-bottom: 97px;
  max-width: 789px;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
}

@media (max-width:1462px){
.about_block_hotel_minsk{
  display: flex;
  justify-content: center;
  flex-direction: column-reverse;
  }
  .about_minsk{
    margin-left: auto;
    margin-right: auto;
  }
  .obout_img_hotel_minsk{
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width:611px){
  .about_minsk p{
    font-size: 20px;
  }
  .option_img_hotel_minsk img {
    margin-right: 7px;
    width: 28px;
  }
}
@media (max-width: 500px){
  .about_minsk h3{
    font-size: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .about_minsk p {
    font-size: 17px;
    line-height: 22px;
  }
  .option_img_hotel_minsk{
    margin-bottom: 26px;
  }
}

/* End */


/* Start:/local/templates/new-main/components/bitrix/news.list/room-brest/style.css?17288071374181*/
@media (max-width:1199px){
  .room_minsk_card img{
    max-width: 27px;
  }
}
.room_minsk_block{
  max-width: 1300px;
}
.price_room{
  font-weight: bold;
}
.room_minsk{
  background-image: url("/local/templates/new-main/components/bitrix/news.list/room-minsk/image/room_minsk.jpg");
  padding-top: 80px;
  height: 818px;
  background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.title_hotel_minsk{
  text-align: center;
  margin-bottom: 50px;
}
.title_hotel_minsk{
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 37px;
  letter-spacing: -0.015em;
  color: #4D4A48;
}
.room_minsk_card{
max-width: 100%!important;
margin-left: auto;
margin-right: auto;
border-radius: 6px;
justify-content: center;
background-repeat: no-repeat;
background-position-x: center;
margin-bottom: 76px;
}
.room_minsk_card img{
  border-radius: 6px;

}
.room_image_minsk{
  width: 100%;
}
.room_minsk_card_first{
  height: 344px;
background-repeat: no-repeat;
background-position-x: center;
border-radius: 6px;
}
.title_card_hotel_minsk p{
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 120%;
  text-align: center;
  letter-spacing: -0.015em;
  color: #4D4A48;
  padding-top: 30px;
  padding-bottom: 20px;
}
.white_block_card_hotel_minsk{
  background: #FFFFFF;
    box-shadow: -3px 4px 14px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    max-width: 458px;
    height: 290px;
    text-align: center;
    width: 100%;
    margin-top: -20px;
    margin-left: auto;
    margin-right: auto;
}
.btn_card_minsk{
  text-align: center;
}
.button_card_minsk{
  width: 200px;
  height: 50px;
  background: #58E3F5;
  border-radius: 5px!important;
  margin-top: 41px;
  border: none!important;
}
.button_card_minsk:focus{
  outline: none!important;
}
.button_card_minsk a{
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 38px;
  letter-spacing: -0.015em;
  color: #FFFFFF!important;
  display: block;
}
@media (max-width:767px){
  .row_block_minsk_hotel{
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .room_minsk_card{
    margin-bottom: 50px;
  }
  /* .room_minsk{
    height: auto;
  } */
}
@media (max-width:347px){
  .title_card_hotel_minsk p{
    font-size: 17px;
  }
  .room_minsk_card img {
    width: 27px;
  }
  .button_card_minsk{
    width: 180px;
  }
  .button_card_minsk a{
    font-size: 16px;
  }
}
.slider {
  position: relative;
  overflow: hidden;
}

.slider__wrapper {
  display: flex;
  transition: transform 0.6s ease;
}

.slider__item {
  flex: 0 0 50%;
  max-width: 50%;
}

.slider__control {
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  height: 50px;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, .5);
}

.slider__control:hover,
.slider__control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.slider__control_left {
  left: 0;
}

.slider__control_right {
  right: 0;
}

.slider__control::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.slider__control_left::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.slider__control_right::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

/* .slider__item>div {
  line-height: 250px;
  font-size: 100px;
  text-align: center; */
/* } */
@media (max-width:440px){
  .room_minsk_card_first{
    height: 260px;
  }
}

/* End */


/* Start:/local/templates/new-main/components/bitrix/news.list/slider-minsk/style.css?17881790192264*/
.carousel-item img{
  margin-left: auto;
  margin-right: auto;
  max-height: 920px;
  width: 100%;
  height: 100%;
}
.slide{
    max-width: 1274px;
    margin-left: auto;
    margin-right: auto;
}
.carousel-indicators li {
    width: 10px!important;
    height: 10px!important;
    border-radius: 50%!important;
    background: none!important;
    position: relative;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 20px;
        height: 20px;
        border-radius: 50px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: rgba(255,255,255,0);
        border: 1px solid white;
        border-top: 2px solid white!important;
        border-bottom: 2px solid white!important;
}
.hotel_slider_minsk_title{
  text-align: center;
  margin-top: 80px;
  margin-bottom: 50px;
}
.hotel_slider_minsk_title h3{
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 37px;
  letter-spacing: -0.015em;
  color: #4D4A48;
}
.carousel-indicators .active {
    opacity: 1;
    background: #fff!important;
}
.carousel-control-next-icon, .carousel-control-prev-icon{

}

.carousel-fade .carousel-item {
    opacity: 0;
    transition: opacity 0.6s ease-in-out, filter 0.6s ease-in-out;
    filter: blur(15px); /* Все неактивные слайды сильно размыты */
    left: 0;
    top: 0;
    position: absolute;
    display: block !important;
    width: 100%;
    z-index: 1;
}

/* 2. Состояние активного слайда — он четкий и видимый */
.carousel-fade .carousel-item.active {
    opacity: 1;
    filter: blur(0px); /* Блюр полностью уходит */
    position: relative;
    z-index: 2;
}

/* 3. Убираем стандартные сдвиги Bootstrap, чтобы они не ломали анимацию */
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1;
    filter: blur(0px);
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
    filter: blur(15px);
}
/* End */


/* Start:/local/templates/new-main/components/bitrix/news.list/map_hotel_minsk/style.css?17288071381373*/
.title_map_hotel_minsk h3{
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 37px;
  letter-spacing: -0.015em;
  color: #4D4A48;
  margin-top: 80px;
  margin-bottom: 60px;
}
.title_map_hotel_minsk{
  text-align: center;
}
.info_map_hotel_minsk{
  display: flex;
}
.info_map_hotel_minsk img{
  margin-right: 20px;
}
.map_iframe iframe{
  width: 100%;
  border: none;
}
.info_map_hotel_minsk p{
  max-width: 626px;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.015em;
  color: #4D4A48;
  margin-bottom: 35px;
}
.info_map_hotel_minsk a{
  color: #4D4A48;
}
.info_map_hotel_minsk a:hover{
  text-decoration: none;
  color:#58E3F5!important;
}
.btn_map_hotel_minsk{
  width: 200px;
  height: 50px;
  background: #58E3F5;
  border-radius: 5px;
  border: none!important;
}
.btn_map_hotel_minsk a{
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 38px;
  letter-spacing: -0.015em;
  color: #FFFFFF;
  display: block;
}
.btn_map_hotel_minsk a:hover{
  text-decoration: none;
  color: #fff;
}
.btn_map_hotel_minsk:focus{
  outline: none!important!;
}
@media (max-width:400px) and (min-width:320px){
.info_map_hotel_minsk p{
  font-size: 20px;
  }
}
.map_block_hotel_minsk{
  margin-bottom: 50px;
}

/* End */
/* /bitrix/components/bitrix/form.result.new/error.css?1728807069163 */
/* /local/templates/new-main/components/bitrix/news.list/about-minsk/style.css?17288071371419 */
/* /local/templates/new-main/components/bitrix/news.list/room-brest/style.css?17288071374181 */
/* /local/templates/new-main/components/bitrix/news.list/slider-minsk/style.css?17881790192264 */
/* /local/templates/new-main/components/bitrix/news.list/map_hotel_minsk/style.css?17288071381373 */
