@font-face {
    font-family: "Roboto Condensed";
    src: url("../fonts/RobotoCondensed-Regular.ttf");
}
body{
    width: 100%;
    height: 100%;
    min-height: 100vh;
    font-size: 16px;
    font-family: "Roboto Condensed";
}
video {
    width: 100%;
}
.clear{
    clear: both;
}
.body_bg {
    width: 100%;
    position: absolute;
}
.body_bg .bg{
    width: 100%;
    height: 100%;
    position: absolute;
}
.body_bg .bg img{
    width: 100%;
    height: 100%;
    filter: blur(5px);
    object-fit: cover;
}
.body_bg .bg_overlay{
    background: #3f6a96;
    filter: opacity(0.8);
    width: 100%;
    height: 100%;
    position: absolute;
}
.body_wrapper{
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    padding-top: 30px;
}
.body_wrapper h1 {
    filter: drop-shadow(2px 4px 6px black);
    font-size: 6vmax;
    margin-top: 3px;
    text-transform: uppercase;
}
.body_wrapper p{
    text-align: justify;
}
.body_wrapper p.adres{
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
}
.about_text p{
    font-size: 16px;
    line-height: 1.3em;
}

.footdiv {
padding-bottom: 5% !important;
}
.footer{
    position: relative;
    width: 100%;
    background: linear-gradient(to top, #000, #34587C);
    text-align: center;
    color: #fff;
    overflow: hidden;
    margin-top: 35px;
}
.footer h3{
    font-size: 30px;
    text-transform: capitalize;
    margin-top: 10px;
}
.footer p{
    font-size: 18px;
    text-align: center;
    padding: 0 15px;
}
.stavar {
    font-size: 1.5em;
}
.texlin p {
    line-height: 25px;
    text-align: center;
}
.colltex {
    color: #dadada;
    opacity: 0.7;
}
/*Аренда помещений*/
.arendpom {
    position: relative;
    width: 100%;
}
.arendpom h2 {
    font-size: 1.8em;
}
/*Стили для кнопок помещений*/
.knpom {
    padding: 1rem !important;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    position: relative;
    margin: 0;
    padding: 0;
    background-color: #b3becb87;
    border-radius: 10px;
}
.knpom li {
    display: inline-block;
    width: 140px;
    margin: 5px 10px;
    height: 50px;
    background-color: rgba(121, 122, 125,0.5);
}

.knpom a.glo{
    color: #e0cfcf;
    padding: 10px 10px;
    width: 100%;
    height: 100%;
    text-decoration:none;
    text-align:center;
    display: block;
    background-image: linear-gradient(to left, transparent, transparent 50%, #3c6795 50%, #3c6795);
    background-position: 100% 0;
    background-size: 200% 100%;
    transition: all .25s ease-in;
    font: 400 18px tahoma;
    border: 1px solid #8C8E91;
    font-size: 1.4em;
}
.knpom a.glo:hover {
    background-position: 0 0;
    color:#fff;
    font-size: 1.5em;
}

/*Стили для кнопок помещений в страницах помещений*/
.knpommm {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    position: relative;
}
.knpommm li {
    display: inline-block;
}

.knpommm a.glo{
 color: #c1c1c1;
 padding: 5px 10px;
 width: 90px;
 text-decoration:none;
 text-align:center;
 margin: 5px;
 display: block;
 background-image: linear-gradient(to left,transparent,transparent 50%,#888783 50%,#888783);
 background-position: 100% 0;
 background-size: 200% 100%;
 transition: all .25s ease-in;
 font: 400 18px tahoma;
 border: 1px solid #b2b8b9;
}
.knpommm a.glo:hover {
background-position: 0 0;
color:#fff;
}
.knpommm .knpomss {
    background-color: #949494;
}
/*Стили для названия сайта*/
.naglav {
    text-decoration: none;
}
.naglav:hover {
    text-decoration: none;
}
.sizimg {
    height: 9em;
}
/*Стили для карты*/
.mapss {
    width: 80%;
    margin-left: 10%;
}

h2 {
    margin: 15px auto;
}
a {
    color: #b3beca;
    text-decoration: underline;
}
a:hover {
    color: white;
}
.bg-light {
    background-color: #b3becb87 !important;
    border-radius: 50px;
}
.navbar {
    margin: 3vmin auto;
}
.navbar a {
    text-decoration: none;
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(255, 255, 255);
    text-shadow: 0 0 20px black;
}

.modalo-header h2 {
    color: #555;  
    font-size: 20px;
    font-weight: normal;
    line-height: 1;    
    margin: 0;
}
/* кнопка закрытия окна */
.modalo .btn-close {
    color: #aaa;
    cursor: pointer;
    font-size: 30px;
    text-decoration: none;
    position: absolute;
    right: 10px;
    top: 0;
}
.modalo .btn-close:hover {
    color: red;
}
/* слой затемнения */
.modalo-wrap:before {
    content: "";
    display: none;
    background: rgba(0, 0, 0, .3);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 101;
}
.modalo-overlay {
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 102;
}
/* активация слоя затемнения и модального блока */
.modalo-open:checked ~ .modalo-wrap:before,
.modalo-open:checked ~ .modalo-wrap .modalo-overlay {
    display: block;
}
.modalo-open:checked ~ .modalo-wrap .modalo-dialog {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%, -50%);
    top: 50%;
}
/* элементы модального окна */
.modalo-dialog {
    background: #fefefe;
    border: none;
    border-radius: 20px;
    position: fixed;
    width: 80%;
    height: auto;
    overflow: auto;
    max-height: 80%;
    max-width: 500px;
    left: 50%;
    top: -100%;
    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22), 0 19px 60px rgba(0,0,0,.3);
    -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    box-shadow: 0 15px 20px rgba(0,0,0,.22), 0 19px 60px rgba(0,0,0,.3);
    -webkit-transform: translate(-50%, -500%);
    -ms-transform: translate(-50%, -500%);
    -o-transform: translate(-50%, -500%);
    transform: translate(-50%, -500%);
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -moz-transition: -moz-transform 0.4s ease-out;
    -o-transition: -o-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
    z-index: 999999;
}
.modalo-body {
  padding: 20px;
}
.modalo-body p {
    margin: 0;
    padding: 20px;
    text-align: justify;
    font-size: 14px;
    color: black;
}
.modalo-header,
.modalo-footer {
    padding: 20px 20px;
}
.modalo-header {
    border-bottom: #eaeaea solid 1px;
    text-align: center;
    background: #b3beca;
}
.modalo-header h2 {
    font-size: 20px;
    margin: 0;
    color: white;
}
.modalo-footer {
    border-top: #eaeaea solid 1px;
    text-align: right;
}
/* адаптивные картинки в модальном блоке */
.modalo-body img { 
    max-width: 100%;
    height: auto;
}
.btn-primary {
    color: #fff;
    background-color: #b3beca!important;
    border-color: #b3beca!important;
    border-radius: 20px;
}
.btn-primary:hover {
    background-color: #315274!important;
    border-color: #315274!important;
}
#plt, #noofert, #usecookie {
    background: transparent;
    color: #b3beca;
    padding: 5px;
    outline: 0;
    cursor: pointer;
    font-weight: 100;
    text-decoration: underline;
}
#plt:hover, #noofert:hover, #usecookie:hover {
    color: white;
}

@media (max-width: 767px){
    .modalo-dialog {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    border-radius: 0px;
}
}
@media (max-width: 767px){
    #plt {
      margin-bottom: 20px;
    }
    #noofert {
       margin-bottom: 20px;
     }
   #usecookie {
      margin-bottom: 50px;
    }
  }

  .fancphoto {
    margin: 15px 0;
  }
  .fancphoto img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 0 20px #0c141c;
  }
  #portfolio img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    margin-bottom: 15px;
  }
  #portfolio figcaption {
      text-align: left;
  }

  #portfolio .btn a {
      text-decoration: none;
      color: white;
  }
  .for_pom {
    text-decoration: none;
    color: white;
    width: 100%;
  }
  .for_news .btn {
      margin-top: 15px;
  }

  .contact-info .contact {
    padding: 20px 0px;
    text-align: center;
    }
    
    .contact p {
        text-align: center;
    }

    .contact-info .contact-phone {
        border-left: 2px solid white;
        border-right: 2px solid white;
    }
table td {
    border-color: #343a40 !important; 
background: #4773a1;
}
table .dopheader {
    background: #b3becb;
}
.icon-wrap {
    margin-bottom: 10px;
}
.icon-wrap .icon svg {
    width: 80px;
    height: 80px;
    background: #b0bdc9;
    padding: 15px;
    fill: white;
}
.icon-wrap .icon svg path {
    fill: white !important;
}
.icon-wrap h3 {
    font-size: 20px;
    margin-top: 20px;
}
.carouselPresentation-office {
    margin-bottom: 20px;
}
.carouselPresentation-office .owl-item {
    height: 500px !important;
}
@media (max-width:991px){
    .col-md-3.icon-wrap {
        -ms-flex: 0 0 33.3%;
        flex: 0 0 33.3%;
        max-width: 33.3%;
    }
    .icon-wrap h3 {
        font-size: 16px;
    }
    .carouselPresentation-office .owl-item {
        height: 400px !important;
    }
}
@media (max-width:768px){
    .col-md-3.icon-wrap {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .contact-info .contact-phone {
    border: 0px;
    }
    .carouselPresentation-office .owl-item {
        height: 250px !important;
    }
    .btn.for_pom:nth-child(1) {
        margin-bottom: 15px;
    }
}
