.info__inner .c-grid--content {
    display: flex;
    align-items: center;
}
.info__block__title {
    padding-right: 7px;
}
.info__block_button a {
    font-size: 1.1rem;
}
.u-mr10 {
    margin-right: 6px;
}
.info__block {
    padding: 0 15px;
}
.info__block:first-child {
    padding-left: 0;
    display: flex;
    align-items: center;
}
.info__block_button a span small {
	display: block;
    font-size: 1rem;
    margin-top: 4px;
}
.info__block_button.serceh {
	margin-right: 2px;
}
.info__block_button.serceh a {
    font-size: 1.4rem;
}
.info__block_button.ico a {
    position: relative;
    z-index: 0;
    padding-top: 25px;
    width: 60px;
    padding-bottom: 7.5px;
    font-size: 1rem;
}
.info__block_button.ico.rental {
	margin-right: 2px;
}
.info__block_button.ico a::before {
    content: "";
    position: absolute;
    z-index: -1;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../../common/images/kari2.png");
    width: 20px;
    height: 20px;
    top: 3px;
    left: 0;
    right: 0;
    margin: auto;
}
.info__block_button.ico.rental a::before {
	background-image: url("../../common/images/kari1.png");
}
@media (min-width:768px) {
.fixed_bottommenu {
    display: none!important;
}
}
.fixed_bottommenu {
	position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #20448b;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.fixed_bottommenu p.info__block__title {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 1.1rem;
	font-weight: 600;
    padding: 8px 0;
}
.fixed_bottommenu p.info__block_button {
    width: 37%;
}
.fixed_bottommenu p.info__block_button:not(:last-of-type) {
    width: calc(31.5% - 2px);
    margin-right: 2px;
}
.fixed_bottommenu p span {
	font-weight: 600;
}
.fixed_bottommenu .info__block_button.ico a {
    width: 100%;
    text-align: center;
    padding: 42.8px 0 10.8px;
    font-size: 1.1rem;
}
.fixed_bottommenu .info__block_button.serceh {
    margin-right: 0px;
}
.fixed_bottommenu .info__block_button.ico.rental {
    margin-right: 2px;
}
.fixed_bottommenu .info__block_button.ico a::before {
    width: 25px;
    height: 25px;
    top: 11.9px;
}
.fixed_bottommenu .info__block_button.serceh a {
    font-size: 1.4rem;
    width: 100%;
    text-align: center;
    padding: 18px 0;
    position: relative;
    z-index: 0;
}
.info__block_button.serceh a::before {
    content: none;
    position: absolute;
    z-index: -1;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../../common/images/icon_calendar.svg");
    left: 0;
    right: 0;
    margin: auto;
    width: 36px;
    height: 36px;
    top: 0;
    bottom: 0;
    opacity: 0.1;
}