*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family:"Microsoft YaHei", Arial, Helvetica, sans-serif, "Song Dynasty";
}

/* common block container */
.container{
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 767px) {
    .container{
        width: 767px;
    }
}
@media (min-width: 1200px) {
    .container{
        width: 1170px;
    }
}

/* common block heading */
.heading{
    margin-bottom: 25px;
    text-align: center;
}
.heading__title{
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    font-weight: 600;
}
.heading__title:after{
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -14px;
    right: -65px;
    width: 96px;
    height: 43px;
    background-image: url("../images/branch.png");
}
.heading__text{
    font-size: 14px;
}

@media (min-width: 1170px) {
    .heading{
        margin-bottom: 70px;
    }
}

/* block header */
.header{
    padding: 10px 0;
    background-color: #292929;
}
.header__info{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #fff;
    font-weight: 600;
}
.header__time{
    margin-bottom: 10px;
}
.header__tel{
    text-decoration: none;
}
.header__icon{
    width: 20px;
    margin-right: 10px;
}
@media  (min-width: 767px){
    .header__container{
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    .header__time{
        margin-right: 35px;
        margin-bottom: 0;
    }
}

/* block banner */
.banner{
    font-size: 0;
    position: relative;

}
.banner__logo{
    display: none;
}
.banner__image{
    width: 100%;
}
.banner__wrapper{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.banner__container{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.banner__menu{
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
    color: #fff;
}
.banner__menu-item{
    flex-grow: 1;
    display: inline-block;
    list-style: none;
    text-align: center;
    font-size: 1rem;
}
.banner__info-bottom{
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
}
.banner__info-bottom-label,
.banner__info-bottom-text{
    display: inline-block;
    width: 100%;
    color: #fff;
    font-size: 16px;
}
@media  (min-width: 767px){
    .banner__info-top{
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        padding-top: 10px;
    }
    .banner__logo{
        display: inline-block;
        width: 150px;
        margin-right: 50px;
    }
    .banner__menu{
        margin-top: 20px;
    }
    .banner__menu-item{
        margin-right: 20px;
        flex-grow: 0;
    }
    .banner__menu-item:last-child{
        margin-right: 0;
    }
    .banner__info-bottom-label{
        font-size: 3rem;
    }
    .banner__info-bottom-text{
        font-size: 1.5rem;
    }
}


/* block time */
.time{
    padding: 20px 0;
}
.time__item{
    padding: 10px 0;
    background-color: #fff;
    text-align: center;
    list-style: none;
}
.time__item--pink{
    text-transform: uppercase;
    background-color: #00FF00;
    color: #fff;
}
@media  (min-width: 767px){
    .time{
        padding-top: 0;
        padding-bottom: 0;
    }
    .time__list{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        position: relative;
        transform: translateY(-50%);
    }
    .time__item{
        padding: 20px 50px;
        box-shadow: 0 2px 5px #ddd;
    }
}

/* block relaxation */
.relaxation{
    padding: 20px 0;
}
.relaxation__image{
    width: 100%;
}
.relaxation__info{
    padding-bottom: 50px;
}
.relaxation__info-title{
    font-weight: 600;
    margin-bottom: 15px;
}
.relaxation__info-text{
    font-size: 14px;
}
@media  (min-width: 767px){
    .relaxation__container{
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
    }
    .relaxation__info-wrapper{
        margin-top: 150px;
        width: 40%;
        z-index: 1;
    }
    .relaxation__info{
        padding: 30px 20px;
        background-color: #fff;
        width: calc(100% + 60px);
        box-shadow: 0 1px 1px #ddd;
    }
    .relaxation__image{
        width: 60%;
    }
}

@media (min-width: 1170px) {
    .relaxation__info-wrapper{
        margin-top: 50px;
    }
    .relaxation__info{
        width: calc(100% + 120px);
        padding: 35px 45px 80px;
    }
    .relaxation__info-title{
        font-size: 2.5em;
        font-weight: 400;
    }
}

/* block services */
.services{
    padding: 20px 0;
}
.services__cards{

}
.services__cards-item{
    font-size: 0;
    list-style: none;
}
.services__cards-img{
    width: 100%;
}
.services__cards-info{
    padding: 25px 20px 20px;
    margin-bottom: 20px;
    text-align: center;
    box-shadow: 0 2px 7px 2px #ddd;
}
.services__cards-title{
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600;
}
.services__cards-text{
    font-size: 14px;
    margin-bottom: 35px;
    font-weight: 300;
}
.services__cards-price{
    display: inline-block;
    padding: 10px 30px;
    border-radius: 10px;
    background-color:#72c10d;
    color: #fff;
    font-size: 15px;
}
.services__info-left{
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
}

@media (min-width: 767px) {
    .services__cards{
        display: flex;
        flex-wrap: wrap;
        margin-left: -10px;
        margin-right: -10px;
    }
    .services__cards-item{
        flex-basis: calc(33.333333% - 20px);
        max-width: calc(33.333333% - 20px);
        margin-left: 10px;
        margin-right: 10px;
    }
    .services__info{
        display: flex;
        flex-wrap: wrap;
    }
    .services__info-left{
        flex-basis: calc(40% - 25px);
        max-width: calc(40% - 25px);
        margin-right: 25px;
        margin-bottom: 0;
        font-size: 16px;
    }
    .services__info-right{
        flex-basis: calc(60% - 25px);
        max-width: calc(60% - 25px);
        margin-left: 25px;
        font-size: 14px;
        font-weight: 300;
    }
}
@media (min-width: 1170px) {
    .services{
        padding: 50px 0 ;
    }
    .services__cards-info{
        padding: 25px 20px 35px;
    }
    .services__cards{
        margin-bottom: 40px;
    }
    .services__cards{
        margin-left: -20px;
        margin-right: -20px;
    }
    .services__cards-item{
        flex-basis: calc(25.0% - 40px);
        max-width: calc(25.0% - 40px);
        margin-left: 20px;
        margin-right: 20px;
    }
}

/* block interior */
.interior{
    position: relative;
}
.interior__container{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #fff;
}
.interior__wrapper{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.interior__info{
    text-align: center;
}

@media (min-width: 767px) {
    .interior__label{
        font-size: 1.5em;
    }
}

@media (min-width: 1170px) {
    .interior__label{
        font-size: 2em;
    }
}

/* block relax */
.relax__info-block{
    padding: 25px 20px;
    box-shadow: 0 2px 7px 2px #ddd;
}
.relax__info-title{
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 15px;
}
.relax__info-text{
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 300;
}
.relax__info-link{
    display: inline-block;
    padding: 10px 45px;
    border-radius: 10px;
    background-color:#72c10d;
    text-decoration: none;
    color: #fff;
}
.relax__info-img{
    width: 100%;
}
@media (min-width: 767px) {
    .relax{
        padding: 20px 0;
    }
    .relax__info-item{
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
        margin-bottom: 30px;
    }
    .relax__info-item:last-child{
        margin-bottom: 0;
    }
    .relax__info-item:nth-child(2n + 2){
        flex-direction: row-reverse;
    }
    .relax__info-block{
        flex-basis: calc( 50% - 30px);
        max-width: calc( 50% - 30px);
        margin-right: 15px;
        margin-left: 15px;
    }
    .relax__info-block{
        display: flex;
        flex-direction: column;
    }
    .relax__info-text{
        flex-grow: 1;
    }
    .relax__info-link{
        align-self: flex-start;
    }
    .relax__info-img{
        flex-basis: calc( 50% - 30px);
        max-width: calc( 50% - 30px);
        align-self: flex-start;
        margin-right: 15px;
        margin-left: 15px;
    }
}

@media (min-width: 1170px) {
    .relax{
        padding: 50px 0;
    }
    .relax__info-title{
        font-size: 2em;
    }
    .relax__info-block{
        padding: 30px 50px 60px;
    }

    .relax__info-title{
        margin-bottom: 30px;
    }
}

/* block footer */
.footer{
    background-color: #292929;
    color: #fff;
}
.footer__top{
    padding: 20px 0;
}
.footer__logo{
    width: 100%;
}
.footer__contacts-info{
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 400;
}
.footer__contacts-info:last-child{
    margin-bottom: 0;
}
.footer__contacts-title{
    margin-bottom: 15px;
    color: #A9A9A9;
}
.footer__contacts-info{
    color: #A9A9A9;
}
.footer__contacts-phone{
    text-decoration: none;
    cursor: pointer;
}
.footer__contacts-img{
    margin-right: 15px;
    width: 20px;
    opacity: 0.6;
}
.footer__link{
    display: inline-block;
    padding: 10px 45px;
    border-radius: 10px;
    margin-top: 25px;
    background-color:#72c10d ;
    text-decoration: none;
    color: #fff;
}
.footer__bottom{
    border-top: 1px solid #ffffff;
    padding: 20px 0;
}
.footer__copyringht{
    font-weight: 400;
    font-size: 12px;
}

@media (min-width: 767px) {
    .footer__contaner{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .footer__logo{
        flex-basis: 33.333333%;
        max-width: 33.333333%;
        align-self: flex-start;
    }
    .footer__link{
        margin-top: 20px;
        align-self: center;
        text-align: center;
    }
}

@media (min-width: 1170px) {
    .footer__contacts-info{
        margin-bottom: 20px;
    }
    .footer__wrapper{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        flex-basis: 58.333333%;
        max-width: 58.333333%;
    }
    .footer__contacts-title{
        padding-left: 35px;
        font-size: 1.2em;
        font-weight: 300;
    }
    .footer__logo{
        flex-basis: 16.666666%;
        max-width: 16.666666%;
    }
    .footer__link{
        margin-top: 0;
    }
}
a.class5{ 
	color: blue;
	text-decoration: none;
	}
	a.classA5:hover{ 
	color: red;	
	border-bottom: 2px dashed #FF0000;
	}
}