@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,700;0,900;1,400;1,900&display=swap');

body{font-family: "Century Gothic", sans-serif;font-size:14px;background:#22272A;color: white;}
h1,h2,h3,h4,p,ul,li{
font-family: 'Roboto', sans-serif;
}
h1 {
    font-size: 3rem;
}
li.dropdown:hover .dropdown-menu{display:block;}
.gallery{
 opacity: 0;
}
.fnt_menu{
    text-transform: uppercase;
    font-size: 1.3rem;
}

.grid .img-fluid{
  width: 32%;
  margin-bottom: 7px;
  float: left;
}
@media screen and (max-width: 768px) {
  /* 5 columns for larger screens */
  .grid .img-fluid { width: 49%; margin-bottom: 7px; }
  #isMobile{display:none;}
}
/*header*/
.lng{
    font-size: 0.8rem;
}

/*navbar*/
.bg-dark {
    background-color: #343a4000!important;
}
.collapse{
    display: flex;
    justify-content: flex-end;
    background: white;
}
.active-menu{
    border-bottom: 3px solid #b3d7ff;
    
}
.navbar-light .navbar-nav .nav-link {
    font-size: .8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: -.02em;
}
.dropdown-item {    
   font-weight: 500;
   font-size: .9rem;
}
#bn{
    padding: 0.5rem 0;
    background: url(/public/img/12600.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
#bn{
    padding: 1rem;
    text-align: center;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    align-items: center;
    -webkit-align-items: center;
    min-height: 5rem;
    padding-top: 3rem;
    padding-bottom: 6rem;
}
/*carusel*/
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom:0;
    left: 9%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
}
.carousel-caption h1{
    font-size: 0.7rem;
    color: #6c757d;
}
.carousel-caption h2{
    padding-bottom: 0;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    padding-left: 4rem;
    color: #000;
}
.carousel-caption p{
    font-size: 1.2rem;
    line-height: 1.5rem;
    text-shadow: 2px 1px 3px #000;
}

/*END*/
.end{
    background: #22272A;
    color: #adb5bd;
    padding-top: 20px;
}
.end h2,h3,p{font-family: 'Roboto', sans-serif;/* margin-bottom: 0.2rem; */line-height: 1rem;font-size: 14px;/* text-indent: 1.2em; */}
.end h2{
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 700;
}
.end p{
    font-size: 0.8rem;
    line-height: 1.5;
}
.end footer{
    background: #62763e;
    padding: 1rem;
    font-size: 12px;
    color: #dee2e6;
    margin-top: 2rem;
}
.contacts{
    font-size: 0.8rem;
    border-bottom: 1px solid #adb5bd;
    padding-bottom: 0.2rem;
    padding-top: 0.2rem;
}
.contacts a{color: #adb5bd;}
.contacts img{
    margin-right: 1rem;
}
.end input{
    border-radius: 0;
}
.end .btn-primary{
    border-radius: 0;
    background: #b3d7ff;
    border-color: #8bb2dd;
}
.end .form-control{
    width: 80%;
}
/*static*/
.title {
    color: #ffffff;
    padding-top: 0.5rem;
    padding-bottom: 1rem;
    font-size: 1.7rem;
    font-weight: 600;
}
.title h1{
    font-size: 1.7rem;
    color: #5ecdff;
    font-weight: 600;
    padding: .3em 0 0;    
}
.title2{
    font-size: 1.2rem;
    margin-bottom: 1rem;
}
.title3{
    font-size: 1.3rem;
    color: #ffffff;
}
.content{
    border-bottom: 6px solid #ed2023;
}
.phone    {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
.msndgr {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}
/*news*/
.news .title{
    background: none;
    font-size: 22px;
}
.news .item{
    border-bottom: 1px solid #e9ecef;
}
.news .text{
    font-size: 14px;
    line-height: 15px;
    font-family: arial, sans;
    color: #616161;
    height: 135px;
    overflow: hidden;
    margin: 7px 0 30px;
    
}
/*room*/
article header{background:none;}
article h2{
    font-size: 1.5rem;
    border-bottom: 3px #adb5bd solid;
    padding-bottom: 1rem;
}
.menu-right{
    list-style: none;
    text-transform: uppercase;
    font-family: "Century Gothic", serif;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #e9ecef;
    font-weight: 600;
    padding-top: 0.4rem;
}
.img{
    border: 5px solid #fff;
}
.menu-right a{
    color: #383d41;
}
.orderblock{
    display: none;
    height: auto;
    text-align: center;
    padding: 2rem;
    border: 4px solid #dee2e6;
    margin-top: 3rem;
}
.orderblock .in{
    display: block;
    height: auto;
    padding: 2rem;
    border: 1px solid #dee2e6d4;
    
}
.orderblock li{
    list-style: none;
    }
.orderblock ul{
    padding-inline-start: 0;
    }
.orderblock h4{
    font-size: 1.2em;
    }
.orderblock  ul li a {
    font-size: 1.2em;
    color: #6c757d;
}

aside h3{
    font-size: 1.1em;
    font-weight: 600;
}
aside ul {
    font-size: 0.9em;
    font-weight: 500;
    margin-bottom: 0;
}
.btn-brown {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #adb5bd;
    border: 3px solid #adb5bd;
}
.item .title{
    background: #fff;
    border-bottom: 1px solid #dee2e6;
    font-size: large;
    font-weight: 600;
}
.item{
    border:1px solid #adb5bd;
    padding:1em;
    height:auto;
    min-height:420px;
}
.item .btn{
    border: 2px solid #6c757d;
    border-radius: 0;
    width: 100%;
    margin-top:2em;
    font-size: 14px;
    color: black;
    font-weight: 600;
}
.vbr_mob{display:none}
/*colapse*/
.card-header{
    background-color: #adb5bd;
}
.tehtitle{
    text-align: right;
    font-size: small;
}
@media (max-width: 575.98px) {.vbr_pk{display:none}
.vbr_mob{display:block} 
.carousel-caption {
    position: absolute;
    right: 10%;
    bottom: 10%;
    left: 10%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}
.carousel-caption h2{
    padding-bottom: 0;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    padding-left: 0;
    color: #000;
}
.lnk-order {
    margin-top: 0.5rem;
    padding: 0.3em;
}
.carousel-caption p{
    font-size: 0.9rem;
    line-height: 1;
}
h1 {
    font-size: 1.6rem;
}
.bg-dark {
    background-color: #ffffff!important;
}
.collapse {
    justify-content: flex-start;
}
.fnt_menu {
    text-transform: uppercase;
    font-size: .9rem;
}

}

.card-body .img-fluid{
   text-align: center;
}

@media (max-width: 767.98px) {...}


@media (max-width: 991.98px) {...}


@media (max-width: 1199.98px) {...}
