@font-face {
font-family: 'roboto';
src: url('Roboto/static/Roboto-Regular.ttf');

}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain) */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
    font-family: 'roboto';
    background-color: #f6f6f3;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img
{
	max-width: 100%;
}
.logoLink,
.logoLink:hover
{
 text-decoration:   none;
}
.logoBlock
{
    display: flex;
    align-items: center;
}
.logoBlock img
{
   height: 32px;
}
.logoBlock span
{
    color: #2e2300;
    margin-left: 10px;
    font-weight: bold;
    font-size: 18px;
}
.mainMenu
{
       justify-content: center;
    display: flex; 
}
.mainMenu li
{
    float: left;
    margin: 0px 14px;
}
.mainMenu ul
{
    
}
.mainMenu a
{
    color: #2e2300;
    font-size: 17px;
    text-transform: uppercase;
    transition:0.5s;
    text-decoration:    none;   
}
.mainMenu a:hover,
.mainMenu a.active
{
    color:#c05805;
  
}
.phBl
{
        margin-top: 7px;
        margin-bottom: 14px;
}
.fbkBtn
{
    background: #c05805;
    color: #fff;
    padding: 12px 16px;
    border-radius: 0px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    transition: 0.5s;
}
.fbkBtn:hover
{
    background: #db9501;
}
.headerPhone
{
        color: #2e2300;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 16px;
}
header
{
    position: fixed;
    z-index: 1000;
    background: #fff;
    width: 100%;
    box-shadow: 0 0 4px 1px #524b4b;
}
.modalFormInput,
.modalFormSelect,
.modalFormText
{
padding: 10px;
}
.modalFormInput
{
    display: block;
    width: 100%;

    margin-bottom: 10px;
    font-size: 17px;
}
.modalFormSelect
{
    display: block;
    width: 100%;

    margin-bottom: 10px;
    font-size: 17px;
}
.modalFormText
{
        display: block;
    width: 100%;

    margin-bottom: 10px;
    font-size: 17px;
    height: 80px;
}

.flerow
{
        align-items: center;
    margin: 13px 0px;
}
.contactBlock
{
        display: flex;
    flex-direction: column;
    align-items: end;
}
.pravb b
{
    font-weight: bold;
}
.clrre
{
    color: red;
}
.clrgr
{
        color: #0c8504;
}
footer
{
        color: #fff;
    background: #2e2300;
    padding: 10px;
    font-size: 13px;
}
.footer a
{
        font-size: 13px;
      color: #fff;
}
.pravb
{
    background: #fff;
    padding: 30px 15px;
    margin-bottom: 15px;
    font-size: 20px;
    text-align: center;
    line-height: 25px;
}
.socialIcon 
{

}
.socialIcon img
{
    height: 22px;
        margin-left: 5px;
}
.title
{
color:#c05805;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 25px;
}
.title-2
{
	    font-weight: bold;
   font-size: 20px;
    margin: 10px 0px;
    display: block;
        color: #2e2300;
}
.mini-content
{
    font-size: 16px;
    line-height: 20px;
    color: #5c5c5c;
}
.avail
{
	    margin: 20px 0px;
}
.section
{
	    padding:  75px 0px;
}

.bo
{
        background: #c05805;
}
.bronTitle
{
        text-align: center;
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 3px;
}
.bronText
{
        font-size: 19px;
    color: #fff;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 30px;
}
.form1
{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.form1>div
{
        display: inline-block;
}
.form1_input
{
        padding: 10px 15px;
    border: 1px solid #2e2300;
    font-size: 18px;
        margin: 0px 10px;
    float: left;
}
.form1_select
{
          padding: 10px 15px;
    border: 1px solid #2e2300;
    font-size: 18px;  
        margin: 0px 10px;
    float: left;
}
.form1_btn
{
        background: #2e2300;
    color: #fff;
    padding: 15px 25px;
    border-radius: 0px;
    display: inline-block;
    margin-top: 30px;
    cursor: pointer;
    text-decoration: none;
    transition: 0.5s;
    border: none;
}
.sauna-price
{
font-weight: bold;
    font-size: 14px;
    margin-bottom: 8px;
    border-bottom: 1px solid;
    padding-bottom: 7px;
    color: #2e2300;
}
.sauna-price b
{

}
.bath
{
    margin-top:35px;
        display: inline-block;
}
.bath>div
{
    display: flex;
    align-items: center;
}
.bath>div img
{
    
}
.bath>div b
{
    font-size: 40px;
    margin-left: 15px;
        color: #2e2300;
}
.redBlock
{
      border: 1px solid #ff1f1f;
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    background: rgb(255 0 0 / 2%);  
        margin-bottom: 35px;
}
.redBlock img
{
    height: 24px;
}
.redBlock p
{
    font-style: italic;
    font-size: 13px;
    margin: 0px 7px;
    color: #ff1f1f;
    font-weight: bold;
}
.avail img
{
transiion:0.5s;
}
.avail img:hover
{
    opacity:0.7;
}
.stars
{
    display: block;
    overflow: hidden;
    margin-top: 10px;
}
.stars img
{
    float: left;
    width: 20px;
    margin-right: 5px;
}
.rb
{
    background: #f9f3dd;
    padding: 20px;
    border: 1px solid #a7a393;
    margin: 5px;
}
.revName
{
	display: block;
    margin-top: 3px;
    font-weight: bold;
}
.slideText
{
	    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.slideText p
{
    color: #fff;
    font-size: 23px;
}
.mainSlide>div
{
    display: flex;
    align-items: center;
    justify-content: center;
        height: 100%;
background: rgb(46 35 0 / 67%);
}
.mainSlide
{
    height: 100vh;
    background-position: center;
    background-size: cover;

}
.slider
{
        padding-top: 74px;
}
.slideTitle
{
    font-size: 58px;
    color: #ffffff;
    margin-bottom: 38px;

}
.revDate
{
	    font-size: 12px;
    color: #8c8c8c;
}
.revText
{
    font-size: 16px;
    line-height: 20px;
    height: 100px;
}
.dName
{
    display: block;
    text-align: center;
    font-size: 13px;
    margin-bottom: 14px;
    border-bottom: 1px solid #db9501;
    padding-bottom: 7px;
    font-weight: bold;
    color: #ffffff;
}
.dPtice
{
    font-weight: bold;
    font-size: 24px;
    color: #db9501;
}
.daysLine
{
	display:flex;
}
.priceMenu
{
	    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.priceMenu>span
{
font-weight: bold;
    margin-right: 20px;
    font-size: 20px;
    color: #2e2300;
}
.priceBlock
{
	display:none;
}
.priceBlock.active
{
	display:block;
}
.priceBlock h2
{
	font-size: 25px;
    margin-bottom: 20px;
}
.daysLine>div
{
    background-color: #2e2300;
    padding: 20px 25px;
    margin-right: 14px;
    border: 1px solid #2e2300;
}
.count-btn
{
    display: inline-flex;
    width: 40px;
    height: 40px;
    background: #aa8c6a;
    color: #fff;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    margin: 4px;
    cursor: pointer;
}
.count-btn.active
{
	    background: #3a2d27;
}
.count-btn-block
{

}
.newBtn
{
        background: #c05805;
    color: #fff;
    padding: 15px 25px;
    border-radius: 0px;
    display: inline-block;
    margin-top: 30px;
    cursor:pointer;
    text-decoration: none;
    transition: 0.5s;
}
.newBtn:hover
{
        background: #db9501;
    }
    .slickSl .slick-next {
    right: 25px;

    }
        .slickSl .slick-prev {
   left: 25px;
    z-index: 20;
    }

     .slickSl .slick-prev, 
     .slickSl .slick-next {

    width: 47px;
    height: 42px;

}
.slickSl .slick-prev:before, 
.slickSl .slick-next:before {

    font-size: 50px;
    color:#db9501;

}
.newBtn-block
{
    display: block;
}
.slick1 .slick-prev,
.slick2 .slick-prev,
.slick3 .slick-prev {
    left: 10px;
    z-index: 10;
}
.slick1 .slick-next,
.slick2 .slick-next,
.slick3 .slick-next {
    right: 10px;
}
.galleryTitle
{
    font-size: 22px;
    margin-bottom: 4px;
    color: #2e2300;
}
.bw
{
    background-color: #fff;
}
.smallText
{
        font-size: 12px;
    margin-bottom: 14px;
    display: block;
    color: #7e7e7e;
}
.slick1 .slick-prev:before, 
.slick1 .slick-next:before,
.slick2 .slick-prev:before, 
.slick2 .slick-next:before,
.slick3 .slick-prev:before, 
.slick4 .slick-next:before
 {
 font-size: 47px;
    color: #db9501;
}
.slick1 .slick-prev, 
.slick1 .slick-next,
.slick2 .slick-prev, 
.slick2 .slick-next,
.slick3 .slick-prev, 
.slick3 .slick-next {
    width: 47px;
    height: 42px;
}
.preimBlock
{
        margin-bottom: 30px;
}
.preimBlock>div
{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    background: #fff;
    padding: 10px;
}
.preimBlock>div img
{
        height: 30px;
    margin-right: 20px;
}
.preimBlock>div b
{
    font-weight: bold;
    color: #c05805;
    font-size: 18px;
}
.preimBlock p
{
    padding: 0px 10px;
    font-size: 16px;
    line-height: 20px;
    color: #5c5c5c;
}
.blockbron2
{
    margin-top: 25px;
}

/* -------------------------------------------------------------------------------------------- MEDIA -------------------------------------------------------------------------*/
@media screen and (max-width:1286px){



}

@media screen and (max-width:1216px){



}



@media screen and (max-width:992px){

}
@media screen and (max-width:768px){
.blockbron2
{
    margin-top: 0px;
}

.mainMenu 
{
        display: none;
}
    .slideTitle {
        font-size: 37px;
        padding: 0px 20px;
        text-align: center;
    }
.daysLine {
    display: block;
}
.daysLine>div {

    width: 44%;
    float: left;
    display: block;
    margin-bottom: 10px;
    text-align: center;
}
.form1_input {
    padding: 10px 15px;
    border: 1px solid #2e2300;
    font-size: 18px;
    margin: 0px 10px;
    float: left;
    width: 100%;
    margin: 0;
    margin-bottom: 5px;
}
.form1_select {
    padding: 10px 15px;
    border: 1px solid #2e2300;
    font-size: 18px;
    margin: 0px 10px;
    float: left;
    width: 100%;
    margin: 0;
    margin-bottom: 5px;
}
  }

  @media screen and (max-width:576px){

  }


