
.search-form {
    box-shadow: 0 2px 1px rgb(0 0 0 / 2%), 0 4px 2px rgb(0 0 0 / 3%), 0 6px 4px rgb(0 0 0 / 4%), 0 8px 8px rgb(0 0 0 / 4%), 0 18px 16px rgb(0 0 0 / 5%), 0 30px 40px rgb(0 0 0 / 16%);
}
.my_content_block {
    box-shadow: 0 2px 1px rgb(0 0 0 / 2%), 0 4px 2px rgb(0 0 0 / 3%), 0 6px 4px rgb(0 0 0 / 4%), 0 8px 8px rgb(0 0 0 / 4%), 0 18px 16px rgb(0 0 0 / 5%), 0 30px 40px rgb(0 0 0 / 7%);
}
.available-rooms .available-rooms-results-block .available-rooms-result {
    box-shadow: 0 -2px 1px rgb(0 0 0 / 2%), 0 2px 1px rgb(0 0 0 / 2%), 0 4px 2px rgb(0 0 0 / 3%), 0 6px 4px rgb(0 0 0 / 4%), 0 8px 8px rgb(0 0 0 / 4%), 0 18px 16px rgb(0 0 0 / 5%), 0 30px 40px rgb(0 0 0 / 7%);
}
.available-rooms .available-rooms-results-block .room-variants .room-variant .select-tariff-group .btn-large,
.available-rooms .available-rooms-results-block .room-variants .room-variant .select-tariff-group .btn-large:hover,
.button-2 {
    box-shadow: 0 6px 12px rgba(71 72 72 / 20%), 0 4px 6px rgb(71 72 72 / 20%)!important;
}

.icon_breakfast{
    mask-image: url('./icon_breakfast.svg')!important;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-image: url("./icon_breakfast.svg")!important;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
}
.icon_bed{
    mask-image: url('./icon_bed.svg')!important;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-image: url("./icon_bed.svg")!important;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
}
.icon_free_cancellations{
    mask-image: url('./icon_free_cancellations.svg')!important;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-image: url("./icon_free_cancellations.svg")!important;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
}
.icon_when_settling_in{
    mask-image: url('./icon_when_settling_in.svg')!important;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-image: url("./icon_when_settling_in.svg")!important;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
}

.faq-image_top{
    background-image: none;
    mask-image: url('./faq-image_top.svg')!important;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-image: url("./faq-image_top.svg")!important;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    display: inline-block;
    height: 211px;
    width: 227px;
    mask-size:227px;
    -webkit-mask-size:227px;
    position: absolute;
    z-index: 1;
}
.faq-mob_top {
    background-image: none;
    mask-image: url('./faq-mob_top.svg')!important;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-image: url("./faq-mob_top.svg")!important;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    display: inline-block;
    height: 157px;
    width: 360px;
    mask-size: 360px;
    -webkit-mask-size: 360px;
    position: absolute;
    z-index: 1;
    bottom: -8px;
}

.form .input-plus{    
    background-image: none;
    background-color:#267FF9;
    mask-image: url('./input-plus.svg')!important;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-image: url("./input-plus.svg")!important;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    display: inline-block;
    height: 24px;
    width: 24px;
    mask-size:24px;
    -webkit-mask-size:24px;
    position: absolute;
    z-index: 1;
}
.form .input-minus{    
    background-image: none;
    background-color:#267FF9;
    mask-image: url('./input-minus.svg')!important;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-image: url("./input-minus.svg")!important;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    display: inline-block;
    height: 24px;
    width: 24px;
    mask-size:24px;
    -webkit-mask-size:24px;
    position: absolute;
    z-index: 1;
}


