@font-face {
	font-family: shrift;
	src: local("shrift"),
	url(shrift.ttf);
}
@import url(http://allfont.ru/allfont.css?fonts=comfortaa);

*:not(:menu5){transition:.3s linear}

*:before, *:after{transition:.3s linear}

html,body {
	font:18px shrift;
    background-color: #FCF8F6;
}

a.spoiler:after {
    content: " [-]";
}
a.spoiler.collapsed:after {
    content: " [+]";
}
.breadcrumb > li + li:before {
    content: "\f105";
    font-family: 'FontAwesome'
}

@media screen and (max-width: 767px) {
    .masonry[data-columns]::before {
        content: '1 .col-xs-12';
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .masonry[data-columns]::before {
        content: '2 .col-xs-6';
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .masonry[data-columns]::before {
        content: '3 .col-xs-4';
    }
}
@media screen and (min-width: 1200px){
    .masonry[data-columns]::before {
        content: '3 .col-xs-4';
    }
}

#menu-top {
background-color:rgba(0,0,0, 0.9);
}
#menu-top li>a:hover {
    background-color: #ff6600;
    color:white;
    -webkit-transition: background-color 0.3s ease;
}
#menu-top li>a:visited {
    background-color: #ff6600;
    -webkit-transition: background-color 0.3s ease;
}
#menu-top li>a:active {
    background-color: #ff6600;
    -webkit-transition: background-color 0.3s ease;
}
#menu-top li>a:focus {
    background-color: #ff6600;
    -webkit-transition: background-color 0.3s ease;
}

#menu-top a {
    color:white;
    font-size: 18px;
    font: shrift;
}


#navbut span {
    background-color:#ff6600;
}
#navbut a{
    color:#ff6600;
}
#tel {
    font-size: 25px;
    margin-top: 8px;
    margin-right: 14px;
    color: white;
}
#tel a{
    font-size: 22px;
    margin-top: 8px;
    margin-right: 14px;
    color: white;
    text-decoration: none;
}
#tel a:hover{
    font-size: 22px;
    margin-top: 8px;
    margin-right: 14px;
    color: white;
    text-decoration: none;
    color:#ff6600;
    -webkit-transition: 0.3s ease;
}

/**#headh1 span {
    background-color:rgba(255,142,29, 1.0);
**/

html, body {
    height: 100%;
    width: 100%;
}

#block-1 {
    background-image: url("../images/pic2n.jpg");
    background-position: center top;
    background-repeat:no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    min-height: 900px;
    color:white;
    position: relative;
    padding-top: 50px;
}

#block-1 h1 {
    font-size: 25px;
}
#block-1 h3 {
    font-size: 20px;
}

#block-1 p {
    font-size: 18px;
}

#block-1m {
    background-image: url("../images/fon1m2n2.jpg");
    background-position: center top;
    background-repeat:no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    min-height: 500px;
    color:white;
    position: relative;
    padding-top: 50px;
}

#block-1m h1 {
    font-size: 20px;
}
#block-1m h3 {
    font-size: 20px;
}

#block-1m p {
    font-size: 18px;
}
#block-1m-1 div {
    position: relative;
    color: white;
    width: 200px;
    height: 200px;
    margin: 140px auto 20px auto;
    border-radius: 50%;
    padding: 45px 10px;
    background-color:rgba(0,0,0, 0.7);
    border: 2px solid white;
}
#block-1m-1 div>img {
    margin-top:10px;
}


#block-1-1 {
    position: absolute;
    top: 30%;
    left: 0%;
}
#block-1-1 div {
    position: relative;
    color: white;
    width: 300px;
    height: 300px;
    margin: auto;
    border-radius: 50%;
    padding: 85px 10px;
    background-color:rgba(0,0,0, 0.5);
    border: 3px solid white;
    -webkit-transition: background-color 0.5s ease;
}
#block-1-1 div:hover {
    position: relative;
    color: white;
    width: 300px;
    height: 300px;
    margin: auto;
    border-radius: 50%;
    padding: 85px 10px;
    background-color:rgba(0,0,0, 0.7);
    -webkit-transition: background-color 0.5s ease;
}

.tag {
    font-size: 38px;
}

.nodecor a {
    text-decoration: none;
    color: white;
}
.nodecor1 a {
    text-decoration: none;
    cursor: pointer;
}
#block-h1 {
    position: absolute;
    top: 50px;
    width: 100%;
    background-color:rgba(0,0,0, 0.5);
    -webkit-transition: background-color 0.5s ease;
}

.font-mini {
    font-size: 17px;
}

#block-h1:hover {
    position: absolute;
    top: 50px;
    width: 100%;
    background-color:rgba(0,0,0, 0.7);
    -webkit-transition: background-color 0.5s ease;
}

#block-h1m {
    position: absolute;
    top: 0px;
    width: 100%;
    background-color:rgba(0,0,0, 0.5);
    padding: 45px 0px 15px 0px;
}

#nabor {
    width: 360px;
    margin: 160px 68% 0px 32%;
}

#nabor1 {
    background-color: white;
    -webkit-transition: background-color 0.5s ease;
    border-radius: 15px;
    color: #333333;
    font-size: 30px;
    text-align: center;
    padding: 10px;
}

#nabor1:hover {
    background-color: #ff6600;
    -webkit-transition: background-color 0.5s ease;
    border-radius: 15px;
    color: #333333;
    font-size: 30px;
    text-align: center;
    padding: 10px;
}

#nabor img {
   position:relative;
   top: -140px;
    left: 370px;
}

.block-scroll {
    position: absolute;
    bottom: 5%;
    -webkit-transition: background-color 0.5s ease;
}

.presentm {
    position: relative;
    padding-bottom: 30px;
}

.present {
    width: 100%;
    height: 100%;
    min-height: 700px;
    position: relative;
}
.present2 {
    width: 100%;
    height: 100%;
    min-height: 1100px;
    position: relative;
}
.dush {
    max-width: 900px;
    margin: auto;
}
.dush1 {
    max-width: 1200px;
    margin: auto;
}
.text3 {
   margin-top: -60px; 
}

.posicenter {
    height: 600px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.posicenter2 {
    height: 500px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.posicenter3 {
    height: 700px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.posicenter4 {
    height: 700px;
    position: absolute;
    top: 20px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.posicenter5 {
    height: 1080px;
    position: absolute;
    top: 20px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.caption>h3 {
    margin-top:0px;
}

#menu02 {
    background-image: url("../images/menu02n.jpg");
    background-position: center center;
    background-repeat:no-repeat;
    background-size: cover;
    color: #FCF8F6;
}
#menu02m {
    background-image: url("../images/menu02mn.jpg");
    background-position: center center;
    background-repeat:no-repeat;
    background-size: cover;
}
#block-02mi i {
    font-size: 150px;
}

#block-3 i {
    font-size: 150px;
    color: white;
}


.button-menu {
    color:white;
}
.button-1 {
   font-size: 16px;
   padding: 10px 52px;
   background: #ff6600;
   color: #fff;
    border: none;
   border-radius: 7px;
   font-weight: normal;
   -webkit-transition: background 0.5s ease;
}
.button-1:hover {
   font-size: 16px;
   padding: 10px 52px;
   background: rgba(0, 0, 0, 0.5);
   color: #fff;
   border-radius: 7px;
   font-weight: normal;
   -webkit-transition: background 0.5s ease;
}
.button-2 {
   font-size: 16px;
   padding: 10px;
   background: #ff6600;
   width: 100%;
   color: #fff;
   border: none;
   border-radius: 7px;
   font-weight: normal;
   -webkit-transition: background 0.5s ease;
}
.button-2:hover {
   font-size: 16px;
   padding: 10px;
   background: rgba(0, 0, 0, 0.5);
   width: 100%;
   color: #fff;
   border-radius: 7px;
   font-weight: normal;
   -webkit-transition: background 0.5s ease;
}
.button-3 {
   font-size: 16px;
   padding: 10px 20px;
   background: #ff6600;
   width: 100%;
   color: #fff;
   border: none;
   border-radius: 7px;
   font-weight: normal;
   -webkit-transition: background 0.5s ease;
}
.button-3:hover {
   font-size: 16px;
   padding: 10px 20px;
   background: rgba(0, 0, 0, 0.5);
   width: 100%;
   color: #fff;
   border-radius: 7px;
   font-weight: normal;
   -webkit-transition: background 0.5s ease;
}
.button-4 {
   font-size: 16px;
   padding: 10px;
   background: rgba(0, 0, 0, 0.5);
   width: 100%;
   color: #fff;
   border: none;
   border-radius: 7px;
   font-weight: normal;
   -webkit-transition: background 0.5s ease;
}
.button-4:hover {
   font-size: 16px;
   padding: 10px;
   background: rgba(0, 0, 0, 0.5);
   width: 100%;
   color: #fff;
   border-radius: 7px;
   font-weight: normal;
   -webkit-transition: background 0.5s ease;
}

#line {
  display: block;
  margin: 50px auto;
  position: relative;
  width: 250px;
  height: 1px;
  background: black;
  -webkit-transition: 0.2s ease;
}
#line:before {
  content: "";
  position: absolute;
  width: 210px;
  margin: 0 auto;
  top: -3px;
  left: 0;
  right: 0;
  height: 1px;
  background: black;
}
#line:after {
  content: "";
  position: absolute;
  width: 160px;
  margin: 0 auto;
  top: 3px;
  left: 0;
  right: 0;
  height: 1px;
  background: black;
}


#linegal {
  display: block;
  margin: 50px auto;
  position: relative;
  width: 250px;
  height: 1px;
  background: black;
  -webkit-transition: 0.2s ease;
}
#linegal:before {
  content: "";
  position: absolute;
  width: 210px;
  margin: 0 auto;
  top: -3px;
  left: 0;
  right: 0;
  height: 1px;
  background: black;
}
#linegal:after {
  content: "";
  position: absolute;
  width: 160px;
  margin: 0 auto;
  top: 3px;
  left: 0;
  right: 0;
  height: 1px;
  background: black;
}


#line2 {
  display: block;
  margin: 50px auto;
  position: relative;
  width: 250px;
  height: 1px;
  background: white;
  -webkit-transition: 0.2s ease;
}
#line2:before {
  content: "";
  position: absolute;
  width: 210px;
  margin: 0 auto;
  top: -3px;
  left: 0;
  right: 0;
  height: 1px;
  background: white;
}
#line2:after {
  content: "";
  position: absolute;
  width: 160px;
  margin: 0 auto;
  top: 3px;
  left: 0;
  right: 0;
  height: 1px;
  background: white;
}

.justify {
    text-align: justify;
}

#menu04 {
    background-image: url("../images/pic3n2.jpg");
    background-position: center center;
    background-repeat:no-repeat;
    background-size: cover;
    color: #FCF8F6;
    padding: 70px 0px;
    min-height: 1000px;
}
#block-4-1-1 {
    border-radius: 10px;
    background-color:rgba(0,0,0, 0.7);
    -webkit-transition: 0.3s ease;
}
#block-4-1-1:hover {
    border-radius: 10px;
    background-color:rgba(0,0,0, 0.9);
    -webkit-transition: 0.3s ease;
}
#block-4-1-1 span {
    color: #ff6600;
}
#block-4-1-1:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 40px;
  height: 20px;
  border-radius: 7px 0px;
  border-top: 1px solid;
  border-left: 1px solid
}
#block-4-1-1:after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 20px;
  height: 40px;
  border-radius: 7px 0px;
  border-bottom: 1px solid;
  border-right: 1px solid
}
#block-4-1-1:hover:before{
  width: 20px;
  height: 40px;
}
#block-4-1-1:hover:after{
  width: 40px;
  height: 20px;
}


#block-4-1 {
    background-image: url("../images/pic3mn2.jpg");
    background-position: center;
    background-repeat:no-repeat;
    background-size: cover;
    padding-bottom:60%;/*пропорции видео 4:3 */
}

#block-4-2 {
    background-color: black;
    color: white;
    padding: 5%;
}
#block-4-2 span {
    color: #ff6600;
}

#block-5 {
    background-image: url("../images/fon1.jpg");
    background-color: black;
    width: 100%;
    color:white;
    padding:20px 0px 40px 0px;
}


.gallery {

}
.gallery img {
    width:100%;
}

.gallerylg {
    position: relative;
    overflow: hidden;
    width:100%;
    height: 1100px;
    max-height: 100%;
}
.gallerylg img {
   position: absolute;
   top:50%;
   left:50%;
   transform:translate(-50%,-50%);
   height:100%;
   object-fit:cover;
}
.gallerytext {
   position: absolute;
   top:5%;
   left:50%;
    transform:translate(-50%,0%);
    background-color:rgba(255,255,255, 0.9);
    border-radius: 15px;
    color: #333333;
    font-size: 30px;
    text-align: center;
    padding: 15px;
}

.gallerysmtext {
    width: 85%;
   position: absolute;
   top:5%;
   left:50%;
    transform:translate(-50%,0%);
    background-color:rgba(255,255,255, 0.9);
    border-radius: 15px;
    color: #333333;
    font-size: 25px;
    text-align: center;
    padding: 10px 15px;
}
.galleryxstext {
    width: 95%;
   position: absolute;
   bottom:5%;
   left:50%;
    transform:translate(-50%,0%);
    background-color:rgba(255,255,255, 0.9);
    border-radius: 15px;
    color: #333333;
    font-size: 18px;
    text-align: center;
    padding: 5px;
}

.card00 {
    width: 500px;
    position: absolute;
    top: 200px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.card00>h3 {
    margin-top: -40px;
}
.card002 {
    width: 500px;
    position: absolute;
    top: 190px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 0;
}
.card002>h3 {
    margin-top: -40px;
}

.filialname {
    font-size: 20px;
    color: black;
    text-decoration: none;
}
.filialname:hover {
    font-size: 20px;
    color: black;
    text-decoration: none;
}

.card1 {
    border-radius: 10px;
    -webkit-transition: box-shadow 0.2s ease;
}
.card1:hover {
    border-radius: 10px;
    box-shadow: 0 0 15px 0px rgba(0,0,0,0.2);
    -webkit-transition: box-shadow 0.2s ease;
}

.card2 {
    background-color: rgba(255,255,255,0.8);
    border-radius: 10px;
    -webkit-transition: 0.2s ease;
}
.card2:hover {
    background-color: rgba(255,255,255,0.9);
    border-radius: 10px;
    box-shadow: 0 0 25px 5px rgba(0,0,0,0.5);
    -webkit-transition: 0.2s ease;
}
.card2 span{
    font-size: 30px;
}

.card {
    border-radius: 10px;
    -webkit-transition: box-shadow 0.2s ease;
}
.card:hover {
    border-radius: 10px;
    box-shadow: 0 0 25px 10px rgba(0,0,0,0.5);
    -webkit-transition: 0.2s ease;
}
.card span{
    font-size: 30px;
}
.card-img {
    position:relative;
}
.card-text {
    position:absolute;
    left:0;
    bottom:0;
    right:0;
    top:0;
    padding:5px;
    display:none;
}

.card-img:hover img{
    opacity: 0.1; 
    -webkit-transition: 0.3s ease;
}
.card-img:hover .card-text{
    display:block;
}

.carousel-inner1 {
border-radius: 20px;
}
.left-gal {
border-radius: 20px 0px 0px 20px;
}
.right-gal {
border-radius: 0px 20px 20px 0px;
}
.carousel-indicators li {
    background-color: #ff6600;
}


#menu06 {
    background-image: url("../images/dop1n.jpg");
    background-position: center 70%;
    background-repeat:no-repeat;
    background-size: cover;
    color: #FCF8F6;
    padding: 180px 0px;
    min-height: 900px;
}


#block-6-1 {
    background-image: url("../images/dop1mn.jpg");
    background-position: center 100%;
    background-repeat:no-repeat;
    background-size: cover;
    padding-bottom:50%;/*пропорции видео 4:3 */
}

#block-6-2 {
    background-color: black;
    color: white;
    padding: 5%;
}

#menu5 {
    position: relative;
    padding: 0px;
}
.no-transition {
  transition: none;
}
#contacts {
    position: absolute;
    top: 30%;
    background-color: white;
    border-radius: 10px;
    padding: 10px;
    z-index: 1;
    box-shadow: 0 0 15px 2px rgba(0,0,0,0.3);
}

#contactsmob {
    text-align: left;
    background-color: white;
    padding: 20px 10%;
}

#footer {
    padding: 40px;
    background-color: black;
}
#footer span{
    color: white;
    margin-right: 1%;
}
#footer img{
    margin: 0px 0px;
}
#modal-0, #modal-1, #modal-2, #modal-3, #modal-4 {
    top: 30%;
}

#modal-5, #modal-6 {
    top: 25%;
}


#spasibo-1 {
    background-color: white;
    border-radius: 10px;
    padding: 30px 10px;
    position: relative;
    margin: 20%;
}


.text-center9 a{
    font-size: 24px;
    color: #ff6600;
}
.text-center9m a{
    font-size: 20px;
    color: #ff6600;
}

.p-policy {
    font-size: 14px;
    text-align: center;
    margin: 0;
}

.b-price {
    font-size: 20px;
}