@import url(https://fonts.googleapis.com/css2?family=Inter:wght@500;600;700&family=Poppins:wght@400;500&display=swap);.popup{align-items:center;background:rgba(0,0,0,.4);display:flex;height:100vh;justify-content:center;left:0;opacity:0;pointer-events:none;position:fixed;top:0;transition:.5s;width:100vw;z-index:9999}.popup.active{opacity:1;pointer-events:all}.popup__block{align-items:center;background:#fff;border-radius:10px;display:flex;flex-direction:column;padding:100px 0;position:relative;width:960px}@media(max-width:992px){.popup__block{width:90%}}.popup__title{font-size:30px;text-align:center;width:500px}@media(max-width:568px){.popup__title{font-size:20px;width:90%}}.popup__form{width:55%}.popup__label{display:flex;flex-direction:column;font-family:Inter,sans-serif;font-size:20px;gap:10px;padding-top:30px;width:100%}.popup__input{border:1px solid #81d8d0;border-radius:5px;padding:15px;width:100%}.popup__input:focus{border-color:#3498db;box-shadow:0 0 5px #3498db;outline:none}.popup__btn{border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:20px;margin-top:35px;padding:15px;transition:1s;width:100%}.popup__btn,.popup__btn:hover{background:#81d8d0}.popup__close{cursor:pointer;font-size:40px;position:absolute;right:40px;top:40px;z-index:99}.header{padding-top:70px}@media screen and (max-width:768px){.header{padding-top:20px}}.header__container{margin:0 auto;width:90%}@media(min-width:1400px){.header__container{width:1270px}}.header__img{height:auto;width:150px}.header__wrapper{align-items:center;display:flex;justify-content:space-between}.header__nav-bar{display:flex;gap:48px}@media screen and (max-width:992px){.header__nav-bar{display:none}}.header__nav-bar__item{color:#000;cursor:pointer;font-family:Inter,sans-serif;font-size:28px;font-style:normal;font-weight:500;line-height:normal;transition:.3s ease}.header__nav-bar__item:hover{color:#81d8d0}@media screen and (max-width:1200px){.header__nav-bar__item{font-size:20px}}.header__btn{color:#000;cursor:pointer;display:none}@media screen and (max-width:992px){.header__btn{display:block;position:absolute;right:30px;top:60px;z-index:999}}.header__mobile-nav{background-color:#f8f8f8;bottom:0;display:flex;flex-direction:column;height:100vh;justify-content:center;left:0;position:fixed;top:0;-webkit-transform:translateX(-100%);transform:translateX(-100%);transition:-webkit-transform 1s;transition:transform 1s;transition:transform 1s,-webkit-transform 1s;width:50%;z-index:10}@media(max-width:576px){.header__mobile-nav{overflow:hidden;width:100%}}.header__mobile-nav.active{-webkit-transform:translateX(0);transform:translateX(0)}.header__nav-bar-phone{align-items:center;display:flex;flex-direction:column;gap:10px}.header__nav-bar-phone__item{color:#000;font-size:25px}.main{align-items:center;display:flex;flex-direction:column;padding-bottom:180px;padding-top:102px}.main__title{font-size:40px;font-weight:700;letter-spacing:20px;text-align:center;text-transform:uppercase}@media(max-width:578px){.main__title{letter-spacing:10px}}.main__btn{background:#1e1e1e;border:none;border-radius:5px;color:#fff;cursor:pointer;margin-top:150px;padding:18px 99px}.name-block__title{font-size:45px;font-weight:500;letter-spacing:20px;margin-left:15px;padding:33px 0;text-transform:uppercase}@media screen and (max-width:992px){.name-block__title{font-size:30px}}@media screen and (max-width:768px){.name-block__title{font-size:24px;letter-spacing:10px}}@media screen and (max-width:576px){.name-block__title{font-size:18px;letter-spacing:5px;margin-left:0}}.about{padding-bottom:106px}.about__title{font-size:45px;font-style:normal;font-weight:700;line-height:normal;padding-top:140px}@media screen and (max-width:768px){.about__title{font-size:20px;padding-top:40px}}.about__wrapper{display:flex;gap:1.5%;margin-top:100px}@media(max-width:768px){.about__wrapper{flex-wrap:wrap;justify-content:center;margin-top:21px}}.about__first-block{margin-left:15px}@media screen and (max-width:768px){.about__first-block{margin-left:0}}.about__first-block__img{flex:1 1;height:auto;width:30%}@media(max-width:768px){.about__first-block__img:nth-child(3){margin-top:20px;width:100%}}.about__second-block{margin-left:15px}@media screen and (max-width:768px){.about__second-block{margin-left:0}}.about__second-block__img{flex:1 1;height:auto;width:30%}@media(max-width:768px){.about__second-block__img:nth-child(3){margin-top:20px;width:100%}}.about__third-block{margin-left:15px}@media screen and (max-width:768px){.about__third-block{margin-left:0}}.about__third-block__wrapper{align-items:flex-start;display:flex;gap:1.7%;justify-content:space-between;margin-top:5%}@media(max-width:768px){.about__third-block__wrapper{flex-wrap:wrap;justify-content:center;margin-top:3%}}.about__third-block__first{display:flex;flex-direction:column;gap:10px}.about__third-block__first__img{height:auto;width:100%}.about__third-block__title{background:#d9d9d9;border-radius:5px;font-size:2vw;letter-spacing:3.9px;padding:5px 15px}@media(max-width:768px){.about__third-block__title{font-size:3vw;letter-spacing:1.95px}}.about__third-block__second{display:flex;gap:1.5%;justify-content:space-between}@media(max-width:768px){.about__third-block__second{margin-top:2%}}.about__third-block__second__wrapper{display:flex;flex-direction:column;gap:10px}.about__third-block__second__wrapper__img{height:auto;width:100%}.about__third-block__second__wrapper__title{background:#d9d9d9;border-radius:5px;font-size:1.6vw;font-size:28px;letter-spacing:3.64px;padding:10px 15px}@media(max-width:768px){.about__third-block__second__wrapper__title{font-size:2.5vw;letter-spacing:1.95px}}.about__third-block__second__img{height:auto;width:50%}.about__forth-block{margin-left:15px;margin-top:143px}@media screen and (max-width:768px){.about__forth-block{margin-left:0;margin-top:40px}}.about__forth-block__wrapper{display:flex;gap:1.5%;justify-content:space-between}@media(max-width:768px){.about__forth-block__wrapper{align-items:center;flex-direction:column}}.about__forth-block__first__intro{display:flex;flex-direction:column;gap:20px}.about__forth-block__first__intro__img{flex:1 1;height:100%;width:100%}.about__forth-block__first__title{background:#d9d9d9;border-radius:5px;font-size:28px;margin-top:30px;padding:10px 15px}@media(max-width:992px){.about__forth-block__first__title{margin-top:10px}}@media(max-width:578px){.about__forth-block__first__title{font-size:15px}}@media(max-width:768px){.about__forth-block__second{margin-top:20px}}.about__forth-block__second__intro{display:flex;flex:1 1;gap:1.5%;justify-content:space-between}.about__forth-block__second__intro__block{display:flex;flex-direction:column;gap:10px}.about__forth-block__second__intro__block__img{height:100%;width:100%}.about__forth-block__second__intro__img{height:auto;width:37%}.about__forth-block__second__title{background:#d9d9d9;border-radius:5px;font-size:28px;margin-top:30px;padding:10px 15px}@media(max-width:992px){.about__forth-block__second__title{margin-top:10px}}@media(max-width:578px){.about__forth-block__second__title{font-size:15px}}.about__fifth-block{margin-left:15px;margin-top:156px}@media(max-width:768px){.about__fifth-block{margin-left:0;margin-top:20px}}.about__fifth-block__wrapper{grid-gap:43px 25px;display:grid;grid-template-columns:repeat(2,1fr)}@media(max-width:768px){.about__fifth-block__wrapper{gap:10px}}.about__fifth-block__img{height:100%;width:100%}.about__fifth-block__title{background:#d9d9d9;border-radius:5px;font-size:28px;letter-spacing:3.64px;margin-top:15px;padding:10px 15px}.about__sixth-block{display:flex;flex-direction:column;gap:15px;height:auto;margin:30px auto 0;max-width:700px;position:relative}.about__sixth-block__video{object-fit:cover;padding:0}.first-block__title{font-size:40px;font-weight:700;margin-left:15px;padding-top:140px}@media(max-width:768px){.first-block__title{margin-left:0}}@media(max-width:578px){.first-block__title{font-size:20px;padding-top:40px}}.first-block__first-wrapper{margin-left:15px;margin-top:100px}@media(max-width:768px){.first-block__first-wrapper{margin-left:0}}@media(max-width:578px){.first-block__first-wrapper{margin-top:30px}}.first-block__first-wrapper__first-block{display:flex;gap:10px;justify-content:space-between}.first-block__first-wrapper__first-block__img{flex:1 1;height:auto}.first-block__first-wrapper__first-block__img:first-child{width:49.5%}.first-block__first-wrapper__first-block__img:nth-child(2){width:40.5%}.first-block__first-wrapper__second-block{display:flex;gap:10px;justify-content:space-between;margin-top:30px}.first-block__first-wrapper__second-block__img{flex:1 1;height:auto}.first-block__first-wrapper__second-block__img:first-child{width:32.97%}.first-block__first-wrapper__second-block__img:nth-child(2){width:33.77%}.first-block__first-wrapper__second-block__img:nth-child(3){width:23.27%}.first-block__first-wrapper__title{background:#d9d9d9;border-radius:5px;font-size:28px;margin-top:30px;padding:10px 15px}@media(max-width:992px){.first-block__first-wrapper__title{margin-top:10px}}@media(max-width:578px){.first-block__first-wrapper__title{font-size:15px;margin-top:10px}}.first-block__second-wrapper{margin-left:15px;margin-top:140px}@media(max-width:768px){.first-block__second-wrapper{margin-left:0}}@media(max-width:578px){.first-block__second-wrapper{margin-top:30px}}.first-block__second-wrapper__block{display:flex;gap:10px;justify-content:space-between}.first-block__second-wrapper__first-block{display:flex;flex-direction:column;gap:10px}.first-block__second-wrapper__first-block__img{height:auto;width:100%}.first-block__second-wrapper__second-block{height:auto;width:37.5%}.first-block__second-wrapper__title{background:#d9d9d9;border-radius:5px;font-size:28px;margin-top:30px;padding:10px 15px}@media(max-width:992px){.first-block__second-wrapper__title{font-size:30px;margin-top:10px}}@media(max-width:578px){.first-block__second-wrapper__title{font-size:15px;margin-top:10px}}.first-block__third-wrapper{margin-left:15px;margin-top:100px}@media(max-width:768px){.first-block__third-wrapper{margin-left:0}}@media(max-width:578px){.first-block__third-wrapper{margin-top:30px}}.first-block__third-wrapper__first-block{display:flex;gap:10px;justify-content:space-between}.first-block__third-wrapper__first-block__img{flex:1 1;height:auto}.first-block__third-wrapper__first-block__img:first-child{width:49.5%}.first-block__third-wrapper__first-block__img:nth-child(2){width:40.5%}.first-block__third-wrapper__second-block{display:flex;gap:10px;justify-content:space-between;margin-top:20px}@media(max-width:768px){.first-block__third-wrapper__second-block{gap:5px}}.first-block__third-wrapper__second-block__img{flex:1 1;height:auto}.first-block__third-wrapper__second-block__img:first-child{width:35.6%}.first-block__third-wrapper__second-block__img:nth-child(2){width:34%}.first-block__third-wrapper__second-block__img:nth-child(3){width:27.7%}.first-block__third-wrapper__title{background:#d9d9d9;border-radius:5px;font-size:28px;margin-top:30px;padding:10px 15px}@media(max-width:992px){.first-block__third-wrapper__title{margin-top:10px}}@media(max-width:578px){.first-block__third-wrapper__title{font-size:15px;margin-top:10px}}.first-block__forth-wrapper{margin-left:15px;margin-top:100px}@media(max-width:768px){.first-block__forth-wrapper{margin-left:0}}@media(max-width:578px){.first-block__forth-wrapper{margin-top:30px}}.first-block__forth-wrapper__first-block{display:flex;gap:10px;justify-content:space-between}.first-block__forth-wrapper__first-block__img{flex:1 1;height:auto}.first-block__forth-wrapper__first-block__img:first-child{width:34.4%}.first-block__forth-wrapper__first-block__img:nth-child(2){width:39.2%}.first-block__forth-wrapper__first-block__img:nth-child(3){width:18.9%}.first-block__forth-wrapper__second-block{display:flex;gap:30px;justify-content:space-between;margin-top:20px}@media(max-width:1349px){.first-block__forth-wrapper__second-block{gap:10px}}.first-block__forth-wrapper__second-block__img{height:auto;width:37.5%}.first-block__forth-wrapper__second-block__other{display:flex;flex-direction:column;gap:30px}@media(max-width:1349px){.first-block__forth-wrapper__second-block__other{gap:10px}}.first-block__forth-wrapper__second-block__other__img{height:auto;width:100%}.first-block__forth-wrapper__title{background:#d9d9d9;border-radius:5px;font-size:28px;margin-top:30px;padding:10px 15px}@media(max-width:992px){.first-block__forth-wrapper__title{margin-top:10px}}@media(max-width:578px){.first-block__forth-wrapper__title{font-size:15px}}.first-block__fifth-wrapper{margin-left:15px;margin-top:100px}@media(max-width:768px){.first-block__fifth-wrapper{margin-left:0}}@media(max-width:578px){.first-block__fifth-wrapper{margin-top:30px}}.first-block__fifth-wrapper__block{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(2,1fr)}.first-block__fifth-wrapper__block__img{height:100%;width:100%}.first-block__fifth-wrapper__title{background:#d9d9d9;border-radius:5px;font-size:28px;margin-top:30px;padding:10px 15px}@media(max-width:992px){.first-block__fifth-wrapper__title{margin-top:10px}}@media(max-width:578px){.first-block__fifth-wrapper__title{font-size:15px}}.second-block{margin-top:120px}@media(max-width:578px){.second-block{margin-top:30px}}.second-block__first-wrapper{margin-left:15px}@media(max-width:768px){.second-block__first-wrapper{margin-left:0}}.second-block__first-wrapper__block{display:flex;gap:1.56%;justify-content:space-between}.second-block__first-wrapper__block__img{flex:1 1;height:auto;width:30%}.second-block__first-wrapper__title{background:#d9d9d9;border-radius:5px;font-size:28px;margin-top:30px;padding:10px 15px}@media(max-width:992px){.second-block__first-wrapper__title{margin-top:10px}}@media(max-width:578px){.second-block__first-wrapper__title{font-size:15px;margin-top:10px}}.second-block__second-wrapper{margin-left:15px;margin-top:120px}@media(max-width:768px){.second-block__second-wrapper{margin-left:0}}@media(max-width:578px){.second-block__second-wrapper{margin-top:30px}}.second-block__second-wrapper__block{display:flex;flex-shrink:0;gap:1.5%;justify-content:space-between}.second-block__second-wrapper__block__img{flex:1 1;height:auto;width:30%}.second-block__second-wrapper__img{height:auto;margin-top:50px;width:100%}@media(max-width:578px){.second-block__second-wrapper__img{margin-top:10px}}.second-block__second-wrapper__title{background:#d9d9d9;border-radius:5px;font-size:28px;margin-top:30px;padding:10px 15px}@media(max-width:992px){.second-block__second-wrapper__title{margin-top:10px}}@media(max-width:578px){.second-block__second-wrapper__title{font-size:15px;margin-top:10px}}.second-block__third-wrapper{margin-left:15px;margin-top:90px}@media(max-width:768px){.second-block__third-wrapper{margin-left:0}}@media(max-width:578px){.second-block__third-wrapper{margin-top:20px}}.second-block__third-wrapper__first-block{display:flex;gap:1.5%;justify-content:space-between}.second-block__third-wrapper__first-block__img{flex:1 1;height:auto;width:30%}.second-block__third-wrapper__second-block{display:flex;gap:1.5%;justify-content:space-between;margin-top:140px}@media(max-width:578px){.second-block__third-wrapper__second-block{margin-top:20px}}.second-block__third-wrapper__second-block__img{flex:1 1;height:auto;width:30%}.second-block__third-wrapper__title{background:#d9d9d9;border-radius:5px;font-size:28px;margin-top:30px;padding:10px 15px}@media(max-width:992px){.second-block__third-wrapper__title{margin-top:20px}}@media(max-width:578px){.second-block__third-wrapper__title{font-size:15px;margin-top:10px}}.second-block__fourth-wrapper{margin-left:15px;margin-top:140px}@media(max-width:768px){.second-block__fourth-wrapper{margin-left:0}}@media(max-width:578px){.second-block__fourth-wrapper{margin-top:30px}}.second-block__fourth-wrapper__block{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(2,1fr)}.second-block__fourth-wrapper__block__img{height:100%;width:100%}.second-block__fourth-wrapper__title{background:#d9d9d9;border-radius:5px;font-size:28px;margin-top:30px;padding:10px 15px}@media(max-width:992px){.second-block__fourth-wrapper__title{margin-top:10px}}@media(max-width:578px){.second-block__fourth-wrapper__title{font-size:15px}}.hamam__first-wrapper{margin-left:26px;margin-top:140px}@media(max-width:992px){.hamam__first-wrapper{margin-top:50px}}@media(max-width:578px){.hamam__first-wrapper{margin-left:0;margin-top:30px}}.hamam__first-wrapper__title{font-size:40px;font-weight:700}@media(max-width:992px){.hamam__first-wrapper__title{font-size:30px}}@media(max-width:578px){.hamam__first-wrapper__title{font-size:20px}}.hamam__first-wrapper__subtitle{font-size:40px;font-weight:500;margin-top:20px}@media(max-width:992px){.hamam__first-wrapper__subtitle{font-size:30px}}@media(max-width:578px){.hamam__first-wrapper__subtitle{font-size:20px;margin-top:10px}}.hamam__first-wrapper__text{font-family:Inter;font-size:40px;font-style:normal;font-weight:500;line-height:normal;margin-top:20px}@media(max-width:992px){.hamam__first-wrapper__text{font-size:25px}}@media(max-width:578px){.hamam__first-wrapper__text{font-size:18px;margin-top:10px}}.hamam__second-wrapper{margin-left:26px;margin-top:120px}@media(max-width:992px){.hamam__second-wrapper{margin-top:50px}}@media(max-width:578px){.hamam__second-wrapper{margin-left:0;margin-top:30px}}.hamam__second-wrapper__title{font-size:40px;font-weight:700}@media(max-width:992px){.hamam__second-wrapper__title{font-size:30px}}@media(max-width:578px){.hamam__second-wrapper__title{font-size:20px}}.hamam__second-wrapper__text{font-family:Inter;font-size:40px;font-style:normal;font-weight:500;line-height:normal;margin-top:20px}@media(max-width:992px){.hamam__second-wrapper__text{font-size:25px}}@media(max-width:578px){.hamam__second-wrapper__text{font-size:18px;margin-top:10px}}.hamam__third-wrapper{margin-left:15px}@media(max-width:768px){.hamam__third-wrapper{margin-left:0}}.hamam__third-wrapper__title{font-size:40px;margin-left:26px;margin-top:120px}@media(max-width:992px){.hamam__third-wrapper__title{margin-top:50px}}@media(max-width:578px){.hamam__third-wrapper__title{margin-left:0;margin-top:30px}}.hamam__third-wrapper__block{display:flex;gap:1.5%;justify-content:space-between;margin-top:54px}.hamam__third-wrapper__block__img{flex:1 1;height:auto;width:30%}.hamam__third-wrapper__info{background:#d9d9d9;border-radius:5px;font-size:28px;margin-top:30px;padding:10px 15px}@media(max-width:992px){.hamam__third-wrapper__info{margin-top:10px}}@media(max-width:578px){.hamam__third-wrapper__info{font-size:15px}}.hamam__fourth-wrapper{margin-left:15px;margin-top:140px}@media(max-width:992px){.hamam__fourth-wrapper{margin-top:50px}}@media(max-width:768px){.hamam__fourth-wrapper{margin-left:0}}@media(max-width:578px){.hamam__fourth-wrapper{margin-top:30px}}.hamam__fourth-wrapper__block{display:flex;gap:1.5%;justify-content:space-between}.hamam__fourth-wrapper__block__img{flex:1 1;height:auto;width:30%}.hamam__fourth-wrapper__title{background:#d9d9d9;border-radius:5px;font-size:28px;margin-top:30px;padding:10px 15px}@media(max-width:1349px){.hamam__fourth-wrapper__title{margin-top:10px}}@media(max-width:992px){.hamam__fourth-wrapper__title{margin-top:10px}}@media(max-width:578px){.hamam__fourth-wrapper__title{font-size:10px}}.hamam__fifth-wrapper{margin-left:15px;margin-top:140px}@media(max-width:992px){.hamam__fifth-wrapper{margin-top:50px}}@media(max-width:768px){.hamam__fifth-wrapper{margin-left:0}}@media(max-width:578px){.hamam__fifth-wrapper{margin-top:30px}}.hamam__fifth-wrapper__img{height:auto;width:100%}.hamam__fifth-wrapper__title{background:#d9d9d9;border-radius:5px;font-size:28px;margin-top:30px;padding:10px 15px}@media(max-width:992px){.hamam__fifth-wrapper__title{margin-top:10px}}@media(max-width:578px){.hamam__fifth-wrapper__title{font-size:15px}}.hamam__sixth-wrapper{margin-left:15px;margin-top:118px}@media(max-width:992px){.hamam__sixth-wrapper{margin-top:50px}}@media(max-width:768px){.hamam__sixth-wrapper{margin-left:0}}@media(max-width:578px){.hamam__sixth-wrapper{margin-top:30px}}.hamam__sixth-wrapper__first-block{display:flex;gap:1.5%;justify-content:space-around}@media(max-width:992px){.hamam__sixth-wrapper__first-block{justify-content:space-between}}.hamam__sixth-wrapper__first-block__img{height:auto;width:29%}.hamam__sixth-wrapper__first-block__info{margin-top:38px}.hamam__sixth-wrapper__first-block__title{font-size:40px;font-weight:500}@media(max-width:992px){.hamam__sixth-wrapper__first-block__title{font-size:30px}}@media(max-width:578px){.hamam__sixth-wrapper__first-block__title{font-size:20px}}.hamam__sixth-wrapper__first-block__subtitle{font-size:40px;font-weight:500;margin-top:80px}@media(max-width:992px){.hamam__sixth-wrapper__first-block__subtitle{font-size:25px;margin-top:40px}}@media(max-width:578px){.hamam__sixth-wrapper__first-block__subtitle{font-size:18px;margin-top:20px}}.hamam__sixth-wrapper__second-block{margin-top:118px}@media(max-width:992px){.hamam__sixth-wrapper__second-block{margin-top:50px}}@media(max-width:578px){.hamam__sixth-wrapper__second-block{margin-top:30px}}.hamam__sixth-wrapper__second-block__imgs{align-items:center;display:flex;gap:1.5%;justify-content:space-around}@media(max-width:992px){.hamam__sixth-wrapper__second-block__imgs{justify-content:space-between}}.hamam__sixth-wrapper__second-block__imgs__img{height:auto}.hamam__sixth-wrapper__second-block__imgs__img:first-child,.hamam__sixth-wrapper__second-block__imgs__img:nth-child(2){width:45%}@media(max-width:992px){.hamam__sixth-wrapper__second-block__imgs__img{flex:1 1}}.hamam__sixth-wrapper__second-block__title{font-size:40px;font-weight:500;margin-left:2.5%;margin-top:30px;width:582px}@media(max-width:992px){.hamam__sixth-wrapper__second-block__title{font-size:30px;margin-left:0;width:445px}}@media(max-width:578px){.hamam__sixth-wrapper__second-block__title{font-size:20px;width:300px}}.sauna__first-wrapper{margin-left:26px;margin-top:140px}@media(max-width:992px){.sauna__first-wrapper{margin-top:50px}}@media(max-width:578px){.sauna__first-wrapper{margin-left:0;margin-top:30px}}.sauna__first-wrapper__title{font-size:40px;font-weight:700}@media(max-width:992px){.sauna__first-wrapper__title{font-size:30px}}@media(max-width:578px){.sauna__first-wrapper__title{font-size:20px}}.sauna__first-wrapper__text{font-size:40px;font-weight:500;margin-top:20px}@media(max-width:992px){.sauna__first-wrapper__text{font-size:30px}}@media(max-width:578px){.sauna__first-wrapper__text{font-size:20px;margin-top:10px}}.sauna__second-wrapper{margin-top:140px}@media(max-width:992px){.sauna__second-wrapper{margin-top:50px}}@media(max-width:578px){.sauna__second-wrapper{margin-top:30px}}.sauna__second-wrapper__title{font-size:40px}.sauna__second-wrapper__img{height:auto;margin-top:100px;width:100%}@media(max-width:992px){.sauna__second-wrapper__img{margin-top:50px}}@media(max-width:578px){.sauna__second-wrapper__img{margin-top:30px}}.sauna__third-wrapper{margin-left:15px;margin-top:140px}@media(max-width:992px){.sauna__third-wrapper{margin-top:50px}}@media(max-width:768px){.sauna__third-wrapper{margin-left:0}}@media(max-width:578px){.sauna__third-wrapper{margin-top:30px}}.sauna__third-wrapper__first-block{display:flex;gap:1.5%;justify-content:space-between}.sauna__third-wrapper__first-block__img{flex:1 1;height:auto;width:30%}.sauna__third-wrapper__second-block{display:flex;gap:1.5%;justify-content:space-between;margin-top:20px}.sauna__third-wrapper__second-block__img{flex:1 1;height:auto;width:22.5%}.sauna__third-wrapper__title{background:#d9d9d9;border-radius:5px;font-size:28px;margin-top:30px;padding:10px 15px}@media(max-width:992px){.sauna__third-wrapper__title{margin-top:10px}}@media(max-width:578px){.sauna__third-wrapper__title{font-size:15px}}.sauna__fourth-wrapper{margin-left:15px;margin-top:140px}@media(max-width:992px){.sauna__fourth-wrapper{margin-top:50px}}@media(max-width:768px){.sauna__fourth-wrapper{margin-left:0}}@media(max-width:578px){.sauna__fourth-wrapper{margin-top:30px}}.sauna__fourth-wrapper__block{display:flex;gap:1.5%;justify-content:space-between}.sauna__fourth-wrapper__block__img{flex:1 1;height:auto;width:30%}.sauna__fourth-wrapper__title{background:#d9d9d9;border-radius:5px;font-size:28px;margin-top:30px;padding:10px 15px}@media(max-width:1349px){.sauna__fourth-wrapper__title{margin-top:10px}}@media(max-width:992px){.sauna__fourth-wrapper__title{font-size:20px}}@media(max-width:578px){.sauna__fourth-wrapper__title{font-size:10px}}.sauna__fifth-wrapper{margin-left:15px;margin-top:140px}@media(max-width:992px){.sauna__fifth-wrapper{margin-top:50px}}@media(max-width:768px){.sauna__fifth-wrapper{margin-left:0}}@media(max-width:578px){.sauna__fifth-wrapper{margin-top:30px}}.sauna__fifth-wrapper__block{grid-gap:43px 25px;display:grid;grid-template-columns:repeat(2,1fr)}@media(max-width:768px){.sauna__fifth-wrapper__block{gap:10px}}.sauna__fifth-wrapper__block__img{height:100%;width:100%}.sauna__fifth-wrapper__title{background:#d9d9d9;border-radius:5px;font-size:28px;margin-top:30px;padding:10px 15px}@media(max-width:992px){.sauna__fifth-wrapper__title{margin-top:10px}}@media(max-width:578px){.sauna__fifth-wrapper__title{font-size:15px}}.sauna__sixth-wrapper{margin-left:15px;margin-top:112px}@media(max-width:992px){.sauna__sixth-wrapper{margin-top:50px}}@media(max-width:768px){.sauna__sixth-wrapper{margin-left:0}}@media(max-width:578px){.sauna__sixth-wrapper{margin-top:30px}}.sauna__sixth-wrapper__block{display:flex;gap:1.5%;justify-content:space-between}.sauna__sixth-wrapper__block__img{flex:1 1;height:auto;width:45%}.sauna__sixth-wrapper__title{background:#d9d9d9;border-radius:5px;font-size:28px;margin-top:30px;padding:10px 15px}@media(max-width:992px){.sauna__sixth-wrapper__title{margin-top:10px}}@media(max-width:578px){.sauna__sixth-wrapper__title{font-size:15px}}.sauna__seventh-wrapper{margin-left:15px;margin-top:140px}@media(max-width:992px){.sauna__seventh-wrapper{margin-top:50px}}@media(max-width:768px){.sauna__seventh-wrapper{margin-left:0}}@media(max-width:578px){.sauna__seventh-wrapper{margin-top:30px}}.sauna__seventh-wrapper__block{display:flex;gap:1.5%;justify-content:space-between}.sauna__seventh-wrapper__block__img{flex:1 1;height:auto;width:45%}.sauna__seventh-wrapper__title{background:#d9d9d9;border-radius:5px;font-size:28px;margin-top:30px;padding:10px 15px}@media(max-width:992px){.sauna__seventh-wrapper__title{margin-top:10px}}@media(max-width:578px){.sauna__seventh-wrapper__title{font-size:15px}}.production__first-wrapper{margin-left:15px;margin-top:140px}@media(max-width:992px){.production__first-wrapper{margin-top:50px}}@media(max-width:768px){.production__first-wrapper{margin-left:0}}@media(max-width:578px){.production__first-wrapper{margin-top:30px}}.production__first-wrapper__block{display:flex;gap:1.5%;justify-content:space-between}.production__first-wrapper__block__img{flex:1 1;height:auto;width:30%}.production__first-wrapper__title{background:#d9d9d9;border-radius:5px;font-size:28px;margin-top:30px;padding:10px 15px}@media(max-width:578px){.production__first-wrapper__title{font-size:15px;margin-top:10px}}.production__second-wrapper{margin-left:15px;margin-top:140px}@media(max-width:992px){.production__second-wrapper{margin-top:50px}}@media(max-width:768px){.production__second-wrapper{margin-left:0}}@media(max-width:578px){.production__second-wrapper{margin-top:30px}}.production__second-wrapper__first-block{display:flex;gap:1.5%;justify-content:space-around}.production__second-wrapper__first-block__img{height:auto}.production__second-wrapper__first-block__img:first-child{width:35.98%}.production__second-wrapper__first-block__img:nth-child(2){width:50.3%}.production__second-wrapper__second-block{height:auto;margin-top:30px;width:100%}.production__second-wrapper__third-block{display:flex;gap:1.5%;justify-content:space-between;margin-top:20px}.production__second-wrapper__third-block__first-block{display:flex;flex-direction:column;gap:1.5%}.production__second-wrapper__third-block__first-block__img{flex:1 1;height:auto;width:100%}.production__second-wrapper__third-block__second-block{display:flex;flex-direction:column;gap:1.5%}.production__second-wrapper__third-block__second-block__img{flex:1 1;height:auto;width:100%}.production__second-wrapper__title{background:#d9d9d9;border-radius:5px;font-size:28px;margin-top:30px;padding:10px 15px}@media(max-width:578px){.production__second-wrapper__title{font-size:15px;margin-top:10px;padding:10px 15px}}.production__third-wrapper{margin-left:20px;margin-top:140px}@media(max-width:992px){.production__third-wrapper{margin-top:50px}}@media(max-width:578px){.production__third-wrapper{margin-left:0;margin-top:30px}}.production__third-wrapper__title{font-family:Poppins,sans-serif;font-size:45px;font-style:normal;font-weight:500;letter-spacing:15px;line-height:normal;text-transform:uppercase}@media(max-width:992px){.production__third-wrapper__title{font-size:30px}}@media(max-width:578px){.production__third-wrapper__title{font-size:20px;letter-spacing:10px}}.production__third-wrapper__text{font-family:Poppins,sans-serif;font-size:28px;font-style:normal;margin-top:60px;padding-bottom:50px}@media(max-width:578px){.production__third-wrapper__text{font-size:20px;margin-top:20px}}.footer{background:#000;padding-bottom:100px;padding-top:49px}.footer__container{margin:0 auto;width:1270px}@media(max-width:1349px){.footer__container{width:90%}}.footer__wrapper{align-items:flex-start;display:flex;justify-content:space-between}@media(max-width:768px){.footer__wrapper{flex-direction:column}}.footer__intro{align-items:flex-start;display:flex;justify-content:space-between}@media(max-width:768px){.footer__intro{width:90%}}.footer__logo{height:auto;width:150px}@media(max-width:992px){.footer__logo{width:100px}}@media(max-width:768px){.footer__logo{width:200px}}@media(max-width:578px){.footer__logo{width:100%}}.footer__nav{display:flex;gap:20%;margin-left:260px}@media(max-width:1349px){.footer__nav{margin-left:10vw}}@media(max-width:992px){.footer__nav{margin-left:5vw}}.footer__list{display:flex;flex-direction:column;gap:15px}.footer__list__item{color:#fff;cursor:pointer;font-family:Poppins;font-size:20px;font-style:normal;font-weight:400;line-height:normal}@media(max-width:1349px){.footer__list__item{font-size:23px}}@media(max-width:992px){.footer__list__item{font-size:20px}}@media(max-width:578px){.footer__list__item{font-size:16px}}.footer__info{display:flex;flex-direction:column;gap:20px}@media(max-width:768px){.footer__info{margin-top:30px}}.footer__data{color:#fff;cursor:pointer;font-family:Poppins;font-size:20px;font-style:normal;font-weight:400;line-height:normal;text-align:right}@media(max-width:768px){.footer__data{text-align:left}}@media(max-width:578px){.footer__data{font-size:16px}}.footer__whatsapp{color:#25d366;cursor:pointer;font-family:Poppins;font-size:28px;font-style:normal;font-weight:400;line-height:normal;margin-left:auto}@media(max-width:768px){.footer__whatsapp{margin-left:0}}.footer__location{margin-top:20px}@media(max-width:586px){.footer__location{max-width:290px}}.footer__location__title{color:#fff;font-family:Poppins;font-size:20px}@media(max-width:586px){.footer__location__title{font-size:14px}}.footer__address{align-items:center;display:flex;gap:10px}.footer__address__icon{color:#81d8d0;font-size:20px}.footer__address__title{color:#fff;font-family:Poppins;font-size:20px}.pop-up-phone{align-items:center;-webkit-animation:pulse 2s infinite;animation:pulse 2s infinite;background:#81d8d0;border-radius:50%;bottom:30px;color:#fff;cursor:pointer;display:flex;font-size:30px;height:60px;justify-content:center;position:fixed;right:30px;transition:1s ease;width:60px}@media(max-width:568px){.pop-up-phone{font-size:28px;height:50px;right:5%;width:50px}}.phonePopUp-container{background-color:#fff;border-radius:5px;bottom:13%;box-shadow:0 0 10px rgba(0,0,0,.3);color:#000;height:22rem;padding:30px 35px;position:fixed;right:30px;text-align:center;width:26rem;z-index:999}@media(max-width:568px){.phonePopUp-container{right:5%;width:90%}}.phonePopUp-container form{align-items:center;display:flex;flex-direction:column}.phonePopUp-container input{border:1px solid #ccc;border-radius:5px;font-family:IBM Plex Mono,monospace;font-size:18px;margin-bottom:10px;padding:10px;width:100%}.phonePopUp-container button{background-color:#81d8d0;border:none;border-radius:5px;color:#fff;cursor:pointer;font-family:IBM Plex Mono,monospace;font-size:18px;margin-top:15px;padding:15px 60px}.phonePopUp-container button:hover{background-color:#81d8d0}.phonePopUp-container button:disabled{background-color:#ccc;cursor:not-allowed}.phonePopUp-container--title{font-family:Kyiv Region,sans-serif;font-size:24px;font-weight:600;line-height:1.35;margin-bottom:20px;text-align:center}@media(max-width:568px){.phonePopUp-container--title{font-size:20px}}.phonePopUp-container--text{font-family:IBM Plex Mono,sans-serif;font-size:15px;line-height:2;margin-top:20px}.phonePopUp-container--text a{color:#000;padding-top:5px;text-decoration:underline}@-webkit-keyframes pulse{0%{box-shadow:0 0 0 rgba(0,0,0,.3);-webkit-transform:scale(1) rotate(0deg);transform:scale(1) rotate(0deg)}25%{box-shadow:0 0 10px rgba(0,0,0,.5);-webkit-transform:scale(1.1) rotate(25deg);transform:scale(1.1) rotate(25deg)}50%{box-shadow:0 0 0 rgba(0,0,0,.3);-webkit-transform:scale(1) rotate(0deg);transform:scale(1) rotate(0deg)}75%{box-shadow:0 0 10px rgba(0,0,0,.5);-webkit-transform:scale(1.1) rotate(-15deg);transform:scale(1.1) rotate(-15deg)}to{box-shadow:0 0 0 rgba(0,0,0,.3);-webkit-transform:scale(1) rotate(0deg);transform:scale(1) rotate(0deg)}}@keyframes pulse{0%{box-shadow:0 0 0 rgba(0,0,0,.3);-webkit-transform:scale(1) rotate(0deg);transform:scale(1) rotate(0deg)}25%{box-shadow:0 0 10px rgba(0,0,0,.5);-webkit-transform:scale(1.1) rotate(25deg);transform:scale(1.1) rotate(25deg)}50%{box-shadow:0 0 0 rgba(0,0,0,.3);-webkit-transform:scale(1) rotate(0deg);transform:scale(1) rotate(0deg)}75%{box-shadow:0 0 10px rgba(0,0,0,.5);-webkit-transform:scale(1.1) rotate(-15deg);transform:scale(1.1) rotate(-15deg)}to{box-shadow:0 0 0 rgba(0,0,0,.3);-webkit-transform:scale(1) rotate(0deg);transform:scale(1) rotate(0deg)}}.top-button{align-items:center;background:#81d8d0;border:none;border-radius:50%;bottom:130px;color:#fff;cursor:pointer;display:flex;font-size:30px;font-weight:900;height:60px;justify-content:center;opacity:0;position:fixed;right:30px;transition:opacity .3s ease-in-out;width:60px}@media(max-width:568px){.top-button{bottom:100px;font-size:28px;height:50px;right:5%;width:50px}}.top-button.show{opacity:1}.location{align-items:flex-end;display:flex;gap:30px;justify-content:space-around;padding-bottom:100px}@media(max-width:992px){.location{align-items:center;flex-direction:column;justify-content:center}}.location__block{width:450px}@media(max-width:586px){.location__block{width:100%}}.location__form{align-items:center;gap:20px}.location__form,.location__label{display:flex;flex-direction:column}.location__label{font-family:Inter,sans-serif;font-size:20px;gap:10px;padding-top:30px;width:100%}.location__input{border:1px solid #81d8d0;border-radius:5px;padding:15px;width:100%}.location__input:focus{border-color:#3498db;box-shadow:0 0 5px #3498db;outline:none}.location__btn{border:none;color:#fff;cursor:pointer;font-size:20px;padding:15px;width:auto;width:100%}.location__btn,.location__other{background:#81d8d0;border-radius:5px}.location__other{padding:30px;width:450px}@media(max-width:586px){.location__other{width:100%}}.location__other h3{color:#fff;font-family:Inter,sans-serif;font-size:20px}.location__decor{align-items:center;display:flex;gap:10px;margin-top:20px}.location__decor__icon,.location__decor__title{color:#fff;font-size:20px}.location__decor__title{font-family:Inter,sans-serif}.location__address{color:#fff;display:block}.location__address,.location__number{font-family:Inter,sans-serif;margin-top:10px}.location__number{display:flex;flex-direction:column;gap:15px}.location__email,.location__number a{color:#fff;font-size:20px}.location__email{display:block;font-family:Inter,sans-serif;padding-top:20px}.location__email a{color:#fff;font-size:20px}*{box-sizing:border-box;list-style:none;margin:0;padding:0;text-decoration:none}h1,h2,h3,h4,h5,h6{display:inline-block;font-family:Inter,sans-serif;font-style:normal;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.bg{height:100%;left:0;object-fit:cover;opacity:.4;position:fixed;top:0;width:100%;z-index:-1}.container{border-left:3px solid #1e1e1e;margin:0 auto;width:90%}@media screen and (max-width:768px){.container{border-left:none}}.width-line{background:#1e1e1e;height:3px;width:100%}@media(min-width:1350px){.container{width:1270px}}
/*# sourceMappingURL=main.ebfb0e78.css.map*/