* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
}

*:hover,
*:focus {
    outline: 0;
}
img {
    padding: 0;
    margin: 0;
}
body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    color: #000;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}
.tel-mob, .mobile-call {
    display: none;
}
.header {
    position: relative;
    width: 100%;
    height: 900px;
    background: url(img/bg.jpg) no-repeat center / cover;

}

.logo__container {
    margin: 39px 0 0 0;
    width: 17%;
}
.logo {
    display: block;
    width: 90%;
}
.logo__container span {
    color: white;
    font-size: calc(12px + 3 * ((100vw - 320px) / (1280 - 320)));
}
.header__menu {
    top: 0;
    left: 0;
    width: 100%;
    height: 165px;
    display: flex;
    justify-content: space-around;
    background-color: #743203;
    opacity: .6;
}
.menu {
    margin: 60px 0 0 0;
}
.menu a {
    cursor: pointer;
    text-decoration: none;
    margin: 0 0 0 60px;
    color: white;
    transition: .2s linear color;
    font-size: calc(16px + 4 * ((100vw - 320px) / (1280 - 320)));
}
.menu a:hover {
    color: #00FF38;
}
.contacts {
    margin: 30px 0 0 0;
}
.contacts p {
    margin: 10px 0 10px 0;  
    text-align: end;
    color: white;
}
.tel {
    text-decoration: none;
    margin: 10px 0 10px 0; 
    color: #fff;
    font-size: calc(16px + 4 * ((100vw - 320px) / (1280 - 320)));
    color: white;
}
.contacts span {
    color: #00FF38;
    font-size: calc(18px + 6 * ((100vw - 320px) / (1280 - 320)));
    font-weight: 700;
    margin: 15px 0 0 37px;
}
.line {
    width: 35%;
    margin: 31px auto 0;
    background-color: #743203;
    height: 68px;
    border-radius: 9px;
    opacity: .7;
    padding: 17px 0 0 0;
}
.line2 {
    width: 50%;
}
.line3{
    width: 65%;
}
.line h1{
    text-align: center;
    font-size: calc(18px + 6 * ((100vw - 320px) / (1280 - 320)));
    font-weight: 400;
    color: white;
}
.line h1 span {
    color: #00FF38;
}
.sale__container {
    display: flex;
    justify-content: space-between;
    width: 50%;
    margin: 58px auto 0;
}
.hours {
    width: 45%;
    height: 356px;
    background-color:#06c730;
    border-radius: 50px;
    padding: 0 25px;
}
.hours2 {
    width: 45%;
    height: 356px;
    background-color:#06c730;
    border-radius: 50px;
    padding: 0 25px;
}
.hours2 h2 {
    font-size: calc(32px + 12 * ((100vw - 320px) / (1280 - 320)));
    margin: 15px 0 0 10px;
    color:rgb(196, 31, 31);
}
.hours2 p{
    color: white;
    font-size: calc(16px + 6 * ((100vw - 320px) / (1280 - 320)));
    text-align: center;
    margin: 15px 0 0 0;
}
.hours h2{
    font-size: calc(32px + 12 * ((100vw - 320px) / (1280 - 320)));
    margin: 15px 0 0 40px;
    color:rgb(196, 31, 31);
}
.hours h2:nth-child(2) {
    margin-left: 100px;
    color: rgb(196, 31, 31);
}
.hours p{
    font-size: calc(16px + 6 * ((100vw - 320px) / (1280 - 320)));
    text-align: center;
    margin: 15px 0 0 0;
    color: white;
}
.hours p:nth-child(2) {
    margin: 20px 0 0 0;
}
.hours p span {
    color:rgb(167, 6, 6);
    font-weight: 400;
}
.hours2 h2{
    margin-left: 1px;
    text-align: center;
}
.section-1::after {
    position: absolute;
    content: '';
    border-bottom: 1px solid #9B561B;
    width: 100%;
}
.section-1 h2, .section-2 h2{
    text-align: center;
    font-weight: 700;
    font-size: calc(32px + 12 * ((100vw - 320px) / (1280 - 320)));
    color: #9B561B;
    margin: 42px 0 0 0;
}
.section-1__container {
    display: flex;
    justify-content: space-around;
    margin: 69px 0 69px 0;
}
.sauna, .room {
    width: 35%;
    margin: 0 0 70px;
}
.sauna h3, .room h3{
    color: #9B561B;
    font-size: calc(32px + 10 * ((100vw - 320px) / (1280 - 320)));
    font-weight: 400;
    margin: 0 0 38px 0;
}
.photo__container {
    width: 80%;
    margin: 50px auto;
}
.footer {
    width: 100%;
    display: flex;
    justify-content: space-around;
    height: 250px;
    background-color: #9B561B;
}
@media screen and (max-width: 800px) {
    .menu {
        display: none;
    }
    .header__menu {
        display: block;
        width: 100%;
        height: 175px;
        margin: 0 auto;
        padding: 15px 5px 0 0;
    }
    .section-1__container {
        width: 100%;
        display: block;
    }
    .sauna, .room {
        width: 100%;
        margin: 0 auto 40px;
    }
    .section-1 h2 {
        margin:30px 0 0 0 ;
    }
    .sauna h3,  .room h3 {
        margin: 0 0 18px 35px;
    }
   
    .sauna p {
        margin: 5px 0 0 35px;
    }
    .sauna img, .room img {
        width: 300px;
        display: block;
        margin: 0 auto;
    }
    .sale__container {
        width: 100%;
        display: block;
        margin: 30px auto 0;
    }
    .hours {
        width: 290px;
        height: 230px;
        background-color:#06c730;
        border-radius: 50px;
        padding: 0 25px;
        margin: 0 auto;
    }
    .hours:nth-child(2) {
        height: 180px;
    }
    .bath {
        width: 100%;
    }
    .section-2 {
        display: block;
        width: 100%;
    }
    .photo__container {
        width: 100%;
        margin: 50px auto;
    }
    .line {
        margin: 10px auto 0 ;
    }
    .contacts__header {
        display: none;
    }
    .logo__container {
        width: 60%;
        margin:0 auto ;
    }
    .logo__container span {
        text-align: center;
    }
    .logo {
        width: 100%;
    }
    .tel-mob {
        display: block;
        text-align: end;
        margin: 4px 0 0 0;
        font-size: calc(16px + 4 * ((100vw - 320px) / (1280 - 320)));
        text-decoration: none;
        color: white;
    }
    .hours p {
        margin: 5px 0 0 0;
    }
    .hours p {
        margin: 5px 0 0 0;
    }
    .hours {
        padding: 10px;
    }
    .hours:nth-child(2) {
        padding: 10px;
        margin: 10px auto 0;
    }
    .hours h2:nth-child(1) {
        margin: 10px auto 0 58px;
    }
    .hours h2:nth-child(2) {
        display: inline-block;
        margin: 0 0 0 100px;
    }
    .hours2 {
        width: 290px;
        height: 180px;
        background-color:#06c730;
        border-radius: 50px;
        padding: 10px 15px;
        margin: 20px auto;
    }
    .hours2 h2 {
        color:rgb(196, 31, 31);
        margin: 10px 0 0 0;
    }
    .hours2 p {
        color: white;
        margin: 7px 0 0 0;
        text-align: center;
    }
    .sale__container {
        margin: 15px auto 0;
    }
    .line {
        height: 50px;
        padding: 5px 0 0 0;
    }
    .line2, .line3{
        height: 30px;
    }
    .line h1 {
        font-size: 16px;
    }
    .section-2 {
        padding: 15px 0 0 0;
    }
    .logo__container-footer {
        margin: 40px 0 0 0;
    }
    .footer {
        height: 180px;
    }
    .mobile-call {
        display: flex;
        justify-content: center;
        margin-bottom: 60px;
      }
    
      .mobile-call a {
        width: 187px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: linear-gradient(90.38deg, #21A01F 0.23%, rgba(119, 8, 8, 0) 243.95%);
        border-radius: 10px;
        font-size: 24px;
        line-height: 18px;
        color: #fff;
      }
}

