@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400&subset=cyrillic');

@keyframes opacity {
0% {opacity: 0;}    
100% {opacity: 1;}
}
@keyframes border-top-emergence {
0% {border-top-width: 0;}    
100% {border-top-width: 4px;}
}
html,
body {
    overflow-x: hidden;
    font-family: Open Sans, sans-serif;
}

body {
    padding-top: 64px;
    margin: 0;
    background-image: url(/themes/mosaic-standard/assets/img/pattern-side.svg);
    background-size: 116%;
    background-position: center top;
    background-attachment: fixed;
    background-color: #f2f2f2;
}
h1{
    margin: 32px 0;
    font-size: 32px;
    text-align: center; 
}
h2{
    font-size: 28px; 
}
h3{
    font-size: 24px;
}

.shadow-2dp {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
.shadow-3dp {
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 8px 0 rgba(0, 0, 0, 0.12); }
.shadow-4dp {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2); }
.shadow-6dp {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2); }
.shadow-8dp {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2); }
.shadow-16dp {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2); }
.shadow-24dp {
  box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.14), 0 11px 15px -7px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.2); }
  
.navbar{
    background-image: url(/themes/mosaic-standard/assets/img/pattern-side.svg);
    background-size: 116%;
    background-position: center top;
    background-attachment: fixed;
    background-origin: border-box;
    border-bottom: 1px solid #dee2e6;
}
.scroll {
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
  border: 0 !important;
}
.navbar{
    padding: 0;
    height: 64px;
}
.nav-scroller {
  position: relative;
  z-index: 2;
  height: 48px;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, .75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 16px;
  color: #000;
  margin-left: 4px;
  font-weight: 300;
}

.nav-underline .nav-link:hover {
  background: #f9fafc;
}

.nav-underline .active {
  font-weight: 500;
  color: #343a40;
}
.nav>.red-background {
  background: #F44336;
  color: white;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  transition: all 0.2s ease-out 0s;
  padding: 8px 16px;
  line-height: 20px;
    height: 40px;
    margin: 4px 4px 4px 0;
    border-radius: 4px;
}
.nav>.red-background:hover {
  /*background: #E53935;*/
  background: #F44336;
  padding:8px 20px;
  color: white;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease-out 0s;
}

.nav>.red {
    -webkit-box-shadow: inset 0px -3px 0px 0px #F44336;
    box-shadow: inset 0px -3px 0px 0px #F44336;
}
.nav>.red:hover {
    background: #FFEBEE;
}
.nav>.yellow {
    -webkit-box-shadow: inset 0px -3px 0px 0px #FFC107;
    box-shadow: inset 0px -3px 0px 0px #FFC107;
}
.nav>.yellow:hover {
    background: #FFF8E1;
}
.nav>.purple {
    -webkit-box-shadow: inset 0px -3px 0px 0px #9c27b0;
    box-shadow: inset 0px -3px 0px 0px #9c27b0;
}
.nav>.purple:hover {
    background: #F3E5F5;
}
.nav>.green {
    -webkit-box-shadow: inset 0px -3px 0px 0px #4CAF50;
    box-shadow: inset 0px -3px 0px 0px #4CAF50;
}
.nav>.green:hover {
    background: #E8F5E9;
}
.nav>.blue {
    -webkit-box-shadow: inset 0px -3px 0px 0px #03A9F4;
    box-shadow: inset 0px -3px 0px 0px #03A9F4;
}
.nav>.blue:hover {
    background: #E1F5FE;
}
.navbar-nav .nav-link{
	padding-left: 24px;
}
.navbar-nav .nav-link, .dropdown-item{
	margin: 4px 0;
}
.navbar-nav .red {
    -webkit-box-shadow: inset 3px 0px 0px 0px #F44336;
    box-shadow: inset 3px 0px 0px 0px #F44336;
}
.navbar-nav .red:hover {
    background: #FFEBEE;
}
.navbar-nav .yellow {
    -webkit-box-shadow: inset 3px 0px 0px 0px #FFC107;
    box-shadow: inset 3px 0px 0px 0px #FFC107;
}
.navbar-nav .yellow:hover {
    background: #FFF8E1;
}
.navbar-nav .purple {
    -webkit-box-shadow: inset 3px 0px 0px 0px #9c27b0;
    box-shadow: inset 3px 0px 0px 0px #9c27b0;
}
.navbar-nav .purple:hover {
    background: #F3E5F5;
}
.navbar-nav .green {
    -webkit-box-shadow: inset 3px 0px 0px 0px #4CAF50;
    box-shadow: inset 3px 0px 0px 0px #4CAF50;
}
.navbar-nav .green:hover {
    background: #E8F5E9;
}
.navbar-nav .blue {
    -webkit-box-shadow: inset 3px 0px 0px 0px #03A9F4;
    box-shadow: inset 3px 0px 0px 0px #03A9F4;
}
.navbar-nav .blue:hover {
    background: #E1F5FE;
}
.navbar-toggler{
    background: rgba(255, 255, 255, 0.6);
    padding: 16px;
    height: 63px;
    border: 0;
    border-radius: 0;  
}

.lh-100 { line-height: 1; }
.lh-125 { line-height: 1.25; }
.lh-150 { line-height: 1.5; }

  .offcanvas-collapse {
    position: fixed;
    top: 64px; /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding: 16px;
    overflow-y: auto;
    visibility: hidden;
    background-color: #343a40;
    transition-timing-function: ease-in-out;
    transition-duration: .3s;
    transition-property: left, visibility;
    background-image: url(/themes/mosaic-standard/assets/img/pattern-side.svg);
    background-size: 116%;
    background-position: center 64px;
  }
  .offcanvas-collapse.open {
    left: 0;
    visibility: visible;
 
  }
#header-logo{
    display: inline-block;
    height: 48px;
}
#header-tel, #header-email{
	height: 24px;
}
#header-contacts{
	position: relative;
	width: 200px;
	margin: 0 0 0 24px;
	padding: 8px;
	text-align: right;
	font-weight: 300;
	color: #000;
}
#header-contacts .mosaicon{
    height: 16px;
    position: absolute;
    left: 8px;
    margin-top: 4px;
	color: #f44336;
}

.breadcrumbs{
    min-height: 48px;
}
.breadcrumbs>.container>ul{
    list-style: none;
    line-height: 48px;
    margin: 0;
    padding: 0;
    display: inline-block;
}
.breadcrumbs>.container>ul>li{
    display: inline-block;
}
.breadcrumbs>.container>ul>li>a{
    color: #212529;
}
.breadcrumbs>.container>ul>.mosaicon{    
    height: 24px;
    position: relative;
    top: 0;
    margin: 0 8px;
}
.breadcrumbs>.container>ul>li:nth-of-type(1)>a{   
text-decoration-color: #4caf50;
}
.breadcrumbs>.container>ul>li:nth-of-type(2)>a{   
text-decoration-color: #9c27b0;
}
.breadcrumbs>.container>ul>li:nth-of-type(3)>a{   
text-decoration-color: #FFC107;
}
.breadcrumbs>.container>ul>li:nth-of-type(4)>a{   
text-decoration-color: #03A9F4;
}
.breadcrumbs>.container>ul>.mosaicon:nth-of-type(1){   
color: #4caf50;
}
.breadcrumbs>.container>ul>.mosaicon:nth-of-type(2){   
color: #9c27b0;
}
.breadcrumbs>.container>ul>.mosaicon:nth-of-type(3){   
color: #FFC107;
}

#mainSlider .slide{
	height: 400px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 36px;
    top: 36px;
    left: 15%;
    padding-top: 24px;
    padding-bottom: 24px;
}
.carousel-caption h5{
	color: #FFF;
    padding: 16px 24px;
	position: absolute;
	line-height: 24px;
	font-size: 24px;
}
.carousel-caption p{
	color: #FFF;
    padding: 16px 24px;
	position: absolute;
	font-size: 20px;
	line-height: 24px;
}
.carousel-caption .first{
	top: 0;
}
.carousel-caption .second{
	top: 120px;
}
.carousel-caption .third{
	top: 216px;
}
.carousel-caption .right{
	right: 0;
}
.carousel-caption .red{
	background-color: rgba(244, 67, 54, 0.8);
}
.carousel-caption .purple{
	background-color: rgba(171, 71, 188, 0.8);
}
.carousel-caption .yellow{
	background-color: rgba(255, 193, 7, 0.8);
}
.carousel-caption .green{
	background-color: rgba(76, 175, 80, 0.8);
}
.carousel-caption .blue{
	background-color: rgba(3, 169, 244, 0.8);
}
.carousel-indicators>li.active:nth-of-type(1){
	background: #9c27b0;
}
.carousel-indicators>li.active:nth-of-type(2){
	background: #4CAF50;
}
.carousel-indicators>li.active:nth-of-type(3){
	background: #03A9F4;
}
.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f44336' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")}
.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f44336' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")}
footer{
	padding: 48px 0 32px;
	margin-top: 40px;
	background-image: url(/themes/mosaic-standard/assets/img/pattern-side.svg);
    background-size: 116%;
    background-position: center top;
    background-attachment: fixed;
    background-origin: border-box;
    background-color: white;
}
footer ul {
    margin: 0;
    padding: 0 0 0 0;
    list-style: none;
}
footer li {
    line-height: 24px;
}
footer a {
    color: #555;
}
#social_footer{
	float:right;
}
#social_footer .mosaicon{
	height: 16px;
    top: 0;
    right: 0;
    position: relative;
}
#social_footer li:nth-of-type(2) .mosaicon{
    right: 0;
}
#social_footer ul{
	margin:-5px 0 0 0;
	padding:0 0 10px 0;
}
#social_footer ul li{
	display:inline-block;
	margin:0 0 10px 5px;
}
#social_footer ul li a{
	color:#555;
	text-align:center;
	line-height:34px;
	display:block;
	font-size:16px;
	width:35px;
	height:35px;
	background-color:#f2f2f2;
	-webkit-border-radius:5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	transition: all 0.2s ease-out 0s;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
#social_footer ul li a:hover{
	color:#fff;
    background-color: #f44336;
	-webkit-border-radius:50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	transition: all 0.2s ease-out 0s;
}

.text-content{
    padding: 40px 32px;
     background: rgba(255, 255, 255, 1);
     border-radius: 3px;
}
.text-content p{
    text-align: justify;
}
.text-content .tours-slider {
    padding-top: 0;
}
.md-button{
 background: #F44336;
    color: white;
    padding: 16px 32px;
    font-size: 20px;
    line-height: 24px;
    border-radius: 4px;
    display: inline-block;    
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    transition: all 0.2s ease-out 0s;
    margin: 32px auto;
}
.md-button:hover{
    color: white;
    text-decoration: none;
    padding: 16px 36px;
}
.breadcrumbs .md-button{
    float: right;
    margin: 0;
    padding: 8px 16px;
    font-size: 16px;
    line-height: 20px;
    }
.breadcrumbs .md-button:hover{
    padding: 8px 20px;
}
/*******SERVICES********/
#main-services{

}
.main-service{
    position: relative;
    width: 23%;
    height: 224px;
    float: left;
    display: inline;
	text-align:center;
	margin: 0 1%;
	-webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
	background: rgba(255, 255, 255, 0.6);
	border-radius: 0 0 4px 4px;
	z-index: 2;
}


.blue.main-service{
    border-top: 4px solid #03A9F4;
    animation: border-top-emergence 0.2s linear 1s normal;
    animation-fill-mode: both; 
}
.blue.main-service h2 {
    color: #03A9F4;
}
.blue.main-service>.imgservice>.service-circle{
    border: 8px solid #03A9F4;
}
.blue.main-service:hover{
	background-color:#E1F5FE;
}

.red.main-service{
    border-top: 4px solid #F44336;
    animation: border-top-emergence 0.2s linear 1s normal;
    animation-fill-mode: both; 
}
.red.main-service h2 {
    color: #F44336;
}
.red.main-service>.imgservice>.service-circle{
    border: 8px solid #F44336;
}
.red.main-service:hover{
	background-color: #FFEBEE;
}

.purple.main-service{
    border-top: 4px solid #9c27b0;
    animation: border-top-emergence 0.2s linear 1s normal;
    animation-fill-mode: both; 
}
.purple.main-service h2 {
    color: #9c27b0;
}
.purple.main-service>.imgservice>.service-circle{
    border: 8px solid #9c27b0;
}
.purple.main-service:hover{
	background-color: #F3E5F5;
}

.green.main-service{
    border-top: 4px solid #4CAF50;
    animation: border-top-emergence 0.2s linear 1s normal;
    animation-fill-mode: both;
}
.green.main-service h2 {
    color: #4CAF50;
}
.green.main-service>.imgservice>.service-circle{
    border: 8px solid #4CAF50;
}
.green.main-service:hover{
	background-color: #E8F5E9;
}

.yellow.main-service{
    border-top: 4px solid #FFC107;
    animation: border-top-emergence 0.2s linear 1s normal;
    animation-fill-mode: both;
}
.yellow.main-service h2 {
    color: #FFC107;
}
.yellow.main-service>.imgservice>.service-circle{
    border: 8px solid #FFC107;
}
.yellow.main-service:hover{
	background-color: #FFF8E1;
}

.main-service h2, .main-service p{
	color:#212529;
	-webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.main-service a{
	color:#b3bbc6;
	-webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.main-service a:hover{

}

.main-service:hover{
	-moz-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}
.main-service p{
	font-size:16px;
	margin:16px 0 0 0;
	padding: 0 8px 8px 8px;
}
.main-service h2{
	margin-top:20px;
	display:inline-block;	
}
.imgservice{
	width:100%;
	float:left;
	z-index:999;
	margin-top:-74px;
}
.imgserviceopen{
	width:100%;
	float:left;
	position:relative;
	background-color:#F36;
	margin-top:-4px;
	opacity:0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	
	-webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.imgserviceopen .service-image{
	 position:absolute;
	 bottom:0;
	 left:0;
	 width:100%;
	 height:0;	 
}
.main-service:hover .imgserviceopen{
	opacity:1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	position:relative;
	z-index:97;
}
.main-service:hover .imgserviceopen .service-image{
	 height: 188px;
	 background-position: center top;
}
.service-image.large-image{
    background-size: auto 134%
}

canvas{
	position:absolute;
	left:0;
	top:0;
}
.service-circle{
	position:relative;
	z-index:98;
	margin:auto;
	width: 144px;
    height: 144px;
    line-height: 144px;
    border-radius: 100px;
    background-position: center bottom;
    animation: opacity 1s linear 0s normal;
    animation-fill-mode: both;
}
.service-circle.large-image{
    background-size: 250%
}
.chart{
	position:relative;
	z-index:98;	
}


/****SLIDER OF TOURS****/
.tours-slider {
    padding-top: 32px;
    padding-bottom: 16px;
    position:relative;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: flex-start;
}
.tours-slider .content {
    position:relative;
}
.tours-slider ul{
    padding: 0;
}
.tours-slider .tour-desc {
    width:264px;
    display: inline-block;
    overflow:hidden;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    margin-bottom: 32px;
    border-radius: 3px;
}
.tours-slider .tour-desc .photo {
    position:relative;
    overflow:hidden;
    height:144px;
    width:264px;
    background:#fff;
}
.caroufredsel_wrapper{
    margin: 0 auto !important;   
}
.tours-slider .tour-desc .photo a {
    display:table-cell;
    overflow:hidden;
    position:relative;
    width:264px;
    height:140px;
    text-align:center;
    line-height:0;
}
.tours-slider .tour-desc .photo a img {
    width: 100%;
    max-width:290px;
}
.tours-slider .tour-desc .photo .price {
    padding: 4px 24px 0 12px;
    width: 128px;
    height: 40px;
    position: absolute;
    bottom: 12px;
    left: 8px;
    border-radius: 50px;
    font-weight: bold;
    background: white;
    color: #bbbdbf;
    text-align: center;
}
.tours-slider .tour-desc .photo .price span {
    color:#f44236;
}
.tours-slider .tour-desc .desc {
    height:88px;
    background:#fff;
    position:relative;
    overflow:hidden;
    padding:10px 10px 0;
    color:#a6a8ab;
    line-height:15px;
}
.tours-slider .tour-desc .desc a {
    display:block;
    color:#212529;
    text-decoration:none;
    line-height: 20px;
    overflow:hidden;
    text-align: right;
}
.tours-slider .tour-desc .desc span {
    display:block;
    position:absolute;
    bottom:12px;
}
.tours-slider .tour-desc .green.desc{
    border-top: 4px solid #4daf51;
}
.tours-slider .tour-desc .red.desc{
    border-top: 4px solid #f44236;
}
.tours-slider .tour-desc .blue.desc{
    border-top: 4px solid #0aa9f4;
}
.tours-slider .tour-desc .purple.desc{
    border-top: 4px solid #ab48bc;
}
.tours-slider .tour-desc .yellow.desc{
    border-top: 4px solid #ffc108;
}

.tours-slider .tour-desc:hover .green.desc{
    background-color: #E8F5E9;
}
.tours-slider .tour-desc:hover .red.desc{
   background-color: #FFEBEE;
}
.tours-slider .tour-desc:hover .blue.desc{
    background-color:#E1F5FE;
}
.tours-slider .tour-desc:hover .purple.desc{
    background-color: #F3E5F5;
}
.tours-slider .tour-desc:hover .yellow.desc{
    background-color: #FFF8E1;
}
.tour_desc{
    margin-bottom: 32px;   
}
/****END SLIDER OF TOURS****/
.green-border{
    border: 4px solid #4daf51;
}
.red-border{
    border: 4px solid #f44236;
}
.yellow-border{
    border: 4px solid #ffc108;
}

.purple-border{
    border: 4px solid #ab48bc;
}

.blue-border{
    border: 4px solid #0aa9f4;
}
.ow-background{
background: rgba(255, 255, 255, 0.6);
}
.footer-links{
    text-align: right;
    }
input#checkyes{
    margin-right: 12px;
}
.theme_button{
    background: #F44336;
    color: white;
    padding: 8px 16px;
    font-size: 16px;
    line-height: 20px;
    border-radius: 4px;
    display: inline-block;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    transition: all 0.2s ease-out 0s;
    margin: 8px auto;
    border: 0px;
}

#tab-excursion>h2{
   text-align: center;
   margin: 32px 0 16px;
}
#tab-excursion>ul>li a{
    color: #495057;
}
#tab-excursion>.tab-content{
    text-align: center;
}
#tab-excursion>.tab-content img{
    max-width: 840px;
    width: 100%;
    margin: 32px 0;
    border-radius: 100%;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

/* Окна */
.modal_div {
	border-radius: 5px;
    background: #fff;
    position: fixed;
    top: 40%;
    left: 10%;
    right: 10%;
    margin-top: -150px;
    display: none;
    opacity: 0;
    z-index: 5;
    padding: 40px 16px 16px;
}
/* Кнопка закрыть для тех кто в танке) */
.modal_close {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 8px;
	right: 8px;
	cursor: pointer;
	display: block;
}
/* Подложка */
#overlay {
	z-index: 3; /* подложка должна быть выше слоев элементов сайта, но ниже слоя модального окна */
	position: fixed; /* всегда перекрывает весь сайт */
	background-color: #000; /* черная */
	opacity: 0.8; /* но немного прозрачна */
	width: 100%; 
	height: 100%; /* размером во весь экран */
	top: 0; 
	left: 0; /* сверху и слева 0, обязательные свойства! */
	cursor: pointer;
	display: none; /* в обычном состоянии её нет) */
}


@media(min-width: 1400px){
    .container {
        max-width: 1240px;
    }
}
@media(min-width: 1200px){

}
@media(max-width: 992px){
.imgserviceopen, .imgservice{
		display:none;	
	}
	.main-service{
		border-top:1px solid #55738F;
		width: auto;
		height: auto;
		display: block;
		float:  none;
        border-right: none;
        margin-top: 16px;
        padding-bottom: 8px;
	}
	.main-service:first-child {
        border-left: none;
    }
	.main-service:hover{
		background:none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;	
	}
}
@media(max-width: 768px){
    body{
     background-image: none;   
    }
    .offcanvas-collapse {
    background-image: none;
    }
    footer {
    background-image: none;
    }
    .navbar{
     background: none;   
    }
    .footer-links{
    display: none;
    }
}
@media(max-width: 575px){
.breadcrumbs .md-button{
    display:none;
    }
}