@charset "UTF-8";* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
    margin: 0;
    padding: 0;
    border: 0
}

a {
    text-decoration: none;
    display: inline-block
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px
}

.containerP0 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0
}

body {
    margin: auto;
    padding: 0;
    font: 16px Helvetica,Arial,sans-serif;
    max-width: 1920px;
    min-width: 320px;
    color: #000
}

:root {
    --mainColor: #37466a;
}

.header__box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2,1fr);
    gap: 20px
}

.header__title {
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: clamp(36px,5vw,50px);
    background-color: var(--mainColor);
    padding: 5px 10px
}

.header__imgWrp {
    max-width: 100%;
    max-height: 100%;
    position: relative
}

.header__img {
    width: 100%;
    height: 100%
}

.header__subTitle {
    background-color: #fff;
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: clamp(18px,5vw,22px);
    padding: 10px 10px 10px 50px;
    position: absolute
}

.header__subTitle::before {
    content: "";
    position: absolute;
    background-image: url(../img/chek.png);
    background-size: cover;
    width: 30px;
    height: 30px;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.header__right {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: 30px
}

.header__text {
    line-height: 20px
}

.header__ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px
}

.header__ul li {
    padding-left: 20px;
    position: relative
}

.header__ul li::before {
    content: "✓";
    position: absolute;
    font-size: 22px;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.header__linkWrp {
    text-align: center
}

.header__link {
    background-color: var(--mainColor);
    padding: 10px 10px 10px 60px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: 10px
}

.header__link span {
    position: relative
}

.header__link span::before {
    content: "";
    position: absolute;
    background-image: url(../img/tellgreen.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 56px;
    height: 43px;
    top: 50%;
    left: -60px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.header__link:hover {
    color: #f6f3f0
}

.header__linkWrpMargin {
    margin-top: 20px
}

.bathroom {
    margin-top: 50px
}

.bathroom__box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2,1fr);
    gap: 20px
}

.bathroom_wrp2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.stars {
    margin-bottom: 20px
}

.bathroom__title {
    text-align: left;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: clamp(22px,4vw,32px);
    color: var(--mainColor)
}

.bathroom__imgWrp {
    max-width: 100%;
    max-height: 100%
}

.bathroom__img {
    width: 100%;
    height: 100%
}

.bathroom__txt {
    line-height: 20px
}

.onlyText__titleCenter {
    text-align: center!important
}

.onlyText {
    margin-top: 50px
}

.onlyText__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px
}

.onlyText__title {
    text-align: left;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: clamp(22px,4vw,32px);
    color: var(--mainColor)
}

.onlyText__txt {
    line-height: 20px
}

.onlyText__txtStrong {
    font-weight: 700
}

.forms {
    position: fixed;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 999
}

.forms__box {
    margin: auto;
    background-color: #3d4f45;
    width: 80%;
    padding: 10px 30px;
    border-radius: 10px
}

.forms__title {
    font-size: clamp(19px,5vw,40px);
    color: #fff;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.forms__button {
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 19px;
    color: #fff;
    background-color: #ff4500;
    padding: 17px 40px 17px 60px;
    border-radius: 26px;
    -webkit-box-shadow: 0 15px 40px 0 rgba(48,159,94,.3);
    box-shadow: 0 15px 40px 0 rgba(48,159,94,.3);
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
    font-size: 16px;
    border-radius: 15px
}

.forms__button:hover {
    color: #fff;
    background-color: #292929
}

.forms__button span {
    position: relative
}

.forms__button span::before {
    content: "";
    position: absolute;
    background: url(../icons/telephone-fill.svg);
    width: 16px;
    height: 16px;
    left: -25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.closeForm {
    font-weight: 700;
    background: inherit;
    border: 0;
    font-size: 27px;
    color: red
}

.btnFixed {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 0;
    margin-bottom: 10px
}

.btnFixed__btn {
    background-color: var(--mainColor);
    padding: 10px 10px 10px 60px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: 10px;
    background-color: var(--mainColor);
    width: 100%;
    text-align: center;
    padding: 16px 15px;
    border-radius: 0
}

.btnFixed__btn span {
    position: relative
}

.btnFixed__btn span::before {
    content: "";
    position: absolute;
    background-image: url(../img/tellgreen.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 56px;
    height: 43px;
    top: 50%;
    left: -60px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.btnFixed__btn:hover {
    color: #f6f3f0
}

.btnFixed__btn::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 12px
}

.btnFixedD {
    position: fixed;
    bottom: 20px;
    right: 10px
}

.btnFixedD__btn {
    background-color: var(--mainColor);
    padding: 10px;
    border-radius: 50px;
    width: 38px;
    height: 38px
}

.btnFixedD__img {
    width: 100%
}

.loadTheFormFixed {
    position: fixed;
    bottom: 70px;
    right: 10px
}

.loadTheFormFixed__btn {
    background-color: var(--mainColor);
    padding: 10px;
    border-radius: 50px;
    width: 38px;
    height: 38px;
    border: 0
}

.loadTheFormFixed__img {
    width: 100%
}

footer {
    background-color: var(--mainColor);
    color: #fff;
    font-weight: 700;
    padding: 13px 0;
    margin-top: 30px
}

.styleSitemap {
    color: #fff
}

@media (max-width: 767px) {
    .bathroom__box,.header__box {
        -ms-grid-columns:1fr;
        grid-template-columns: 1fr
    }
}

@media (max-width: 500px) {
    .btnFixedD {
        display:none
    }

    .btnFixed {
        display: block
    }

    footer {
        margin-bottom: 60px
    }
}
