cfr4body {
    background-color:#ecf0f1;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.text-nash {
    color: #3c8cc5;
}
.text-sun {
    color: #ff7800;
}
.fw-600{
    font-weight: 600;
}
.btn-primary {
    background-color: #3c8cc5;
    border-color: #3c8cc5;
}
.btn-link {
    color: #3c8cc5;
}
.complextour h2 {
    font-weight:500 !important;
}
.tel_header a{
    color: #3c8cc5;
    text-decoration: none;
}
.tel_header a:hover {
    color: #f9b738;
    text-decoration: none;
}

#sidebar a,
#sidebar a:hover,
#sidebar a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}
#sidebar .superpunkt{
    color: #f9b738;
}
.navbar {
    padding: 0 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 10px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}
.buttonmenu {
    display: block;
    position: absolute;
    left: 5px;
    top: 31px;
    background-color: transparent;            
    border: 1px solid transparent;
}
.buttonmenu .icon-bar + .icon-bar {
    margin-top: 4px;
}
.buttonmenu .icon-bar {
    background-color: #3c8cc5;
    display: block;
    width: 30px;
    height: 4px;
    border-radius: 2px;
}
.logo_header{
    margin: auto;
    padding: 0 40px;
}
.logo_header img {
    height: 68px;
}
.btn_header{
    margin:10px auto;
}
.tel_header{
    display: block;
    position: absolute;
    right: 10px;
    top: 25px;
    color: #f9b738;
    font-size: 1.5rem;
}
.tel_header a:hover {
    color: #3c8cc5;
}
#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100vh;
    z-index: 1021;
    background: #2C88C9;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    left: 0;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #2C88C9;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#dismiss:hover {
    color: #f9b738;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.overlay.active {
    display: block;
    opacity: 1;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #2C88C9;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 2px solid #f9b738;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {

    background: #f9b738;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #2C88C9;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

#content {
    width: 100%;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}
.cover-card {
	border-color: #eeeeee;
    border-radius: 3px;
    border-style: solid;
	padding: 0px;
	margin: 1px 5px;
	height:400px;
}
.cover-card-div {
    position: absolute;
    bottom: 40%;
    left: 0px;
    width: 100%;
    background-color: rgba(6,6,6,0.6);
    padding: 0 50px;
}
.cover-card-a {
	text-align: center;
	color: white;
	text-shadow: 3px 3px 10px #000;
	text-decoration: none;
	width: 100%;
	height: 100%;
	font-weight: bold;
	font-size: 20px;
}
.cover-card-a:hover,
.cover-card-a:visited {
	color: white;
	text-decoration: none;
}
.krug {
	color: #FFF;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	word-wrap: break-word;
	text-align: center;
	background:rgba(0,0,0,0.54);
	width: 280px;
	height: 280px;
	border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 70px;
}
.krug a {
    color: #ffffff;
    text-decoration: none;
    font-size: 25px;
}
.checkbox_hashtag {
    cursor: pointer;
}

/*=======*/

.ui-slider {
    position: relative;
    background: #BFE2FF;
    height: 10px;
    border-radius:10px;
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.2), 1px 1px 5px rgba(255, 255, 255, 1);
}
.ui-slider .ui-slider-handle {
    position: absolute;
    margin-left: -16px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    border-radius: 50%;
    border: 4px solid #BFE2FF;
    top: -11px;
    background: #FFF;
    z-index: 2;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2), 0 4px 6px rgba(0,0,0,0.2);
    transition: transform 0.2s, border 0.4s;
}
.ui-slider .ui-slider-handle:hover,
.ui-slider .ui-slider-handle:focus {
    transform: scale(1.2);
    border: 4px solid #337AB7;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    height: 10px;
    border: 0;
    background: #337AB7;
    border-radius:10px;
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.3), 1px 1px 5px rgba(255, 255, 255, 1);
}
#slider-amount{
    font-size: 1.25rem;
    color: #f9b738;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 600;
}
.comlextours-slider{
    min-height: 270px;
    border: 1px;
    border-color: #eeeeee;
    border-radius: 3px;
    border-style: solid;
    padding: 5px;
    margin: 5px;
}
.comlextours-item{
    position: relative;
}
.comlextours-item img{

}
.comlextours-item-desc {
    width:100%;
    position: absolute;
    bottom:0;
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
    padding: 10px;
    color: #FFF;
    background: rgba(0,0,0,0.54);
}
.comlextours-item-desc h4{
    color: #FF7800;
}
footer{
    border: 1px;
    border-color: #eeeeee;
    border-radius: 3px;
    border-style: solid;
}
footer img{
    max-height: 50px;
    -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */
}
footer a {
    color: #000;
}
footer p{
    opacity: 0.5;
}
footer a:hover{
    color: #f9b738;
    text-decoration: none;
}
.tourListCard {
    min-height: 18.5rem;
    border: 2px solid #D6E5F3;
    box-sizing: border-box;
    padding: 25px;
    margin-top: -2px;
}
.tourList-picPlace {
    margin-bottom: 0rem;
    padding: 0px;
    /*min-height: 270px;*/
    -webkit-margin-after: 0em;
}
.tourList-picPlace figure{
    margin: 0;
}
.tourList-picPlace a {
    /*display: block;
    min-height: 270px;
    height: 100%;*/
    text-align: center;
    text-decoration: none;
}
.tourList-picPlace a:hover { text-decoration: none; }
.tourList-cardRight{
    text-align:left;
    font-size: 1rem;
}
.tourList-fromTo {
    margin-right: 5px;
    font-size: 18px;
    font-weight: bold;
}
.tourList-namePlace {
    margin-top: 2px;
    margin-bottom: 1px;
}
.tourList-name {
    font-size: 1.5rem;
    line-height: 1.5;
}
.tourList-namePlace a { color: #FAB738; font-weight: 700; text-decoration: none;}
.tourList-namePlace a:hover { text-decoration: none; }
.tourList-introtext{
    word-wrap: break-word;
    font-size: 1rem;
    line-height: 1.4;
}
.tourList-datesDiv,
.tourList-datesDiv2{
    display: inline-table;
    padding-top: 15px;
    padding-bottom: 60px;
    font-size: 14px;
}
.tourList-datesDiv2{
    padding-bottom: 0;
}
.tourList-datesTitle {
    display: table-cell;
    font-weight: 700;
}
.groupprice {
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}
.complexday{
    font-weight: 800;
    white-space: nowrap;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: black;
    font-size: 20px;
    padding-right: 10px;
    text-decoration: none;
}
.complexday:hover { color: black;}
.complexprice{
    font-size: 20px;
    line-height: 116%;
    padding-right: 10px;
    color: #2A88C9;
    white-space: nowrap;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.complexprice span{
    font-weight: 800;
    font-size: 35px;
    padding-left: 10px;
}
.complexprice:hover { color: #2A88C9;}
.beginDateBlockList {
    font-size: 14px;
    display: inline-table;
    padding: 0 0 10px 20px;
}
.beginDateBlockList a { color: #222429; }
.beginDateBlockList a:hover { text-decoration: none; }
.tourList-item-bottom {
    width: 100%;
    text-align: right;
}
.tourAnons {
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    border-color: #27A745;
    background: #E1FFD8;
    background-color: #eeeeee;
    background: -webkit-linear-gradient(top left, #eeeeee, #ffffff);
    padding: 4px;
    margin-top: 4px;
    margin-bottom: 20px;
}
.page-item.active .page-link {
    background-color: #f9b738;
    border-color: #f9b738;
}
.page-link {
    color: #3c8cc5;
}
.carousel-main {
    background: #222;
    margin-bottom: 10px;
}

.carousel-cell {
    width: 100%;
    height: 300px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-main.is-fullscreen .carousel-cell {
    height: 100%;
}

.carousel-cell-image {
    display: block;
    max-height: 100%;
}

.carousel-main.is-fullscreen .carousel-cell-image {
    max-width: 100%;
}
.flickity-enabled.is-fullscreen{
    z-index: 1022;
}
.carousel-nav .carousel-cell {
    height: 80px;
    width: 100px;
}
.carousel-bunker-nav {
  height: 350px;
  overflow-y: scroll;
}
.carousel-bunker-nav:after {
  content: 'flickity';
  display: none;
}
.carousel-bunker-nav .carousel-cell {
  height: 70px;
  width: 116px;
  margin: 0 3px;
  cursor: pointer;
  float:left;  
}
.carousel-nav .carousel-cell:before {
    font-size: 50px;
    line-height: 80px;
}

.carousel-nav .carousel-cell.is-nav-selected {
    background: #FFF;
}
.carousel-othertours .carousel-cell {
    height: 200px;
}

.carousel-reviews .carousel-item-reviews {
  display: block;
  height: 300px;
  margin-right: 20px;
}
.carousel-reviews.is-fullscreen .carousel-item-reviews {
  height: 100%;
}

.carousel-reviews .carousel-image {
  display: block;
  max-height: 100%;
}

.carousel-reviews.is-fullscreen .carousel-cell-image {
  max-width: 100%;
}
.carousel-complextours-cell {
  width: 100%;
  height: 360px;
  margin-right: 10px;
  background: #fff;
  border-radius: 5px;
  background-position: center center;
  background-size: cover;
  counter-increment: carousel-cell;
}
.carousel-bunker-cell {
  width: 100%;
  height: 350px;
  margin-right: 10px;
  background: #fff;
  border-radius: 5px;
  background-position: center center;
  background-size: cover;
  counter-increment: carousel-cell;
}

.carousel-complextours {
  background: #FAFAFA;
  position: relative;
}
.carousel-static-banner {
  position: absolute;
  background: hsla(0, 0%, 0%, 0.3);
  z-index: 1;
  padding: 2px 20px;
  font-size: 26px;
  color: white;
  pointer-events: none;
}

.complextours-banner-up {
  left: 10px;
  top: 10px;
}
.complextours-banner-down {
  right: 10px;
  bottom: 10px;
}
#list-description h3 {
    padding-bottom: 10px;
    padding-left: 15px;
    border-bottom: 1px solid #e3e4e8;
}
.hotlistservice .list-group-item {
    border: 0;
}
.hotlistservice .list-group-item.active {
    color: #fff;
    background-color: #3c8cc5;
}
.hotlistservice .list-group-item-action {
    color: #3c8cc5;
}
.hotinfo-list{
    font-size: 1.3rem;
    line-height: 1.2;
}
.hotinfo h1 {
    color:#ff7800;
    margin: 10px;
}
.titlecomplex  {
    margin-top: 15px;
    font-weight: bold;
    color:#000;
    font-size: 36px;
}
.bgcertif{
  background-image: url("/assets/images/certificate/bg-cert.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px;
}
.bgcertif .pricecert{
    font-size: 34px;
}
.mtours-circle-shade {
    margin: 10px auto;
    background: rgba(0, 0, 0, 0.54) none repeat scroll 0% 0%;
    height:180px;
    width:180px;
    border-radius: 50%;
    padding-top: 20px;
    text-align: center
}
.mtours-circle-shade > a {
    color: #ffffff;
    text-decoration: none;
    font-size:20px;
    line-height:1;
}
.mtours-horizon-span-period {
    font-size:15px;
}
.mtours-horizon-span-price {
    font-size:25px;
    color:#FF7800;
}
.cover-card-horizon {
    border: 2px solid white;
	background: silver;
	padding: 0px;
	margin: 0px;
	height:200px;
	width: 100%;
}
.weather{
    text-align: left;
}
.weather .card-body .icon {
    color: #3c8cc5;
    flex-grow: 0.5;
    text-align: right;
    font-size: 48px;
}
.weather .card-body .condition{
    flex-grow: 0.5;
    text-align: center;
    font-size: 48px;
    color: #6c757d;
}
.weather .card-body .condition .temp{
    color: #212529;
}
.weather .card-body .condition .wi-celsius{
    color: #f9b738;
}
.weather .observation{
    font-size: 20px;
    color: #6c757d;
}
.weather .observation i{
    color: #3c8cc5;
}
.weather .card-footer .icon {
    color: #3c8cc5;
    font-size: 30px;
}
.weather .card-footer .temp-high {
    color: #ffb4b4;
    font-size: 20px;
}
.weather .card-footer .temp-low {
    color: #93bffe;;
    font-size: 20px;
}
#reviewsname {
    font-size: 30px;
    text-decoration: none;
    color: #3c8cc5;
}
#reviewsname img{
    width: 35px;
}
.doptext{
    width: 100%;
    bottom: 0;
    color: white;
    font-size: 20px;
}
.smartbanner{
    background: #ecf0f1;
    color: #3c8cc5;
    padding: .75rem .25rem;
    margin-bottom: 0;
    z-index: 1021;
}
.smartbanner__info{
    position: absolute;
    top: 10px;
    left: 100px;
    height: 64px;
    display: flex;
    overflow-y: hidden;
    width: 50%;
    align-items: center;
    font-size: 14px;
    line-height: 1;
}
.smartbanner img{
    border-radius: .80rem !important;
    width: 64px;
    margin-left: 25px;
}
.smartbanner .close{
    position: absolute;
    top: 25%;
    left: 0;
    padding: .75rem .5rem;
    color: inherit;
}
.hotel-rooms-type .jumbotron{
    padding: 2rem;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #3c8cc5;
}
.menubunker a {margin:0 1px;}
.nav-pills .nav-link {color:#3c8cc5;}
.btn-outline-primary{color:#3c8cc5;border-color: #3c8cc5;}
.btn-outline-primary:hover {background-color: #3c8cc5;}
.menubunker .btn-outline-warning {color: #ff5757;border-color: #ff5757;}
.menubunker .btn-outline-warning:hover {background-color: #ff5757; color: #fff;}
.grecaptcha-badge {display:none;}
.tourList-tagDiv{
    margin-top: 10px;
    line-height: 1;
}
.lenta_tagslist {
    font-size: 0.9rem;
    margin: 0 25px 0 0;
    color: #3c8cc5;
    display: inline-block;
    text-decoration: none;
}
.lenta_tagslist:hover {
    color: #3c8cc5;
}
.underline--yellow {
    border-bottom: 3px solid #FAD201;
    line-height: 1;
}
.info-complextour{
    background: #F0F0F0;
    border-radius: 4px;
    padding: .75rem 1.25rem;
    position: relative;
    line-height: 2;
}
.info-complextour span{
    opacity: 0.5;
}
#accordiondays a:hover,#accordiondays a:focus{
    text-decoration: none;
    outline: none;
}
#accordiondays .panel{
    background-color: rgba(44, 136, 201, 0.1);
    border: none;
    border-radius: 3px;
    box-shadow: none;
    margin-bottom: 15px;
}
#accordiondays .panel-heading{
    padding: 0;
    border: none;
    border-radius: 3px;
}
#accordiondays .panel-title a{
    display: block;
    padding: 21px 15px;
    background-color: rgba(44, 136, 201, 0.1);
    font-size: 16px;
    font-weight: 600;
    color: #000;
    position: relative;
    transition: all 0.5s ease 0s;
}

#accordiondays .panel-title a:before{
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    width: 25px;
    height: 25px;
    line-height: 28px;
    font-size: 15px;
    font-weight: 900;
    text-align: center;
    position: absolute;
    top: 17px;
    right: 15px;
}
#accordiondays .panel-title a.collapsed:before{ content: "\f067"; }

#accordiondays .panel-body{
    background-color: rgba(44, 136, 201, 0.1);
    padding: 0 15px 5px 15px;
    border: none;
    font-size: 16px;
    color: #000;
}
.doppay28{
    font-size: 28px;
}
.doppaybigprice{
    font-size: 42px;
}
.socblock{
    font-size: 28px;
    background-color: rgba(77, 171, 247, 0.2);
    padding: 20px;
}
.socblock img {
    width: 50px;
    margin-left: 10px;
}
.back .btn-outline-warning{
    color:#000;
}
.tags{
    color: #2A88C9;
    padding: 5px 14px 4px;
    background: #EAF3FA;
    box-sizing: border-box;
    border-radius: 15px;
    margin: 5px 0;
}
.inputag:checked+.tags{
    border: 1.5px solid #2A88C9;
    font-weight: 700;
} 
.complextour-outer{text-align: left;}
.complextour-select {  
font-size: 16px; 
font-weight: 700; 
color: #2A88C9; 
line-height: 1.3; 
padding: .6em 1.4em .5em .8em; 
box-sizing: border-box; 
border: 1px solid #2A88C9;
box-shadow: 0 1px 0 1px rgba(0,0,0,.04); 
border-radius: 4px;
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
background-color: #fff; 
background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'), linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); 
background-repeat: no-repeat, repeat;
background-position: right .7em top 50%, 0 0;
background-size: .65em auto, 100%; 
} 
.complextour-select::-ms-expand { display: none; } 
.complextour-select option { font-weight:normal; }
.complextour-select option:checked { font-weight:bold; }
.complextour-select option:selected { font-weight:bold; }
@media screen and ( max-width: 1200px ) {
    .vtourvhodit h3, .doppay h3{font-size: 1.3rem;}
    .vtourvhodit .jumbotron, .doppay .jumbotron{ padding: 1rem 1rem;}
    .doppay28 {font-size: 1.5rem;}
    .doppaybigprice {font-size: 2.2rem;}
  .carousel-bunker-cell, .carousel-bunker-nav{ height: 300px; }
  .carousel-static-banner{font-size: 18px;}
  .bgcertif{padding: 80px 45px;}
}
@media screen and ( max-width: 992px ) {
    .vtourvhodit h3, .doppay h3{font-size: 1.3rem;}
    .vtourvhodit .jumbotron, .doppay .jumbotron{ padding: 1rem 1rem;}
  .carousel-bunker-cell{ height: 350px; }
  .modal-dialog{max-width:100%;}
  .carousel-bunker-nav { height: 70px; display: block !important;}
  .bgcertif{padding: 220px 195px;}
  .complexprice span{font-size: 25px;}
}
@media screen and ( min-width: 992px ) {
  .carousel-bunker-nav:after {
    content: '';
  }
}
@media screen and ( max-width: 768px ) {
    .blockbtninmain a{display: block;width: 100%;margin: 5px 0;}
    .socblock{font-size: 1.2rem;}
    .vtourvhodit h3, .doppay h3{font-size: 1.3rem;}
    .vtourvhodit .jumbotron, .doppay .jumbotron{ padding: 1rem 1rem;}
  .carousel-complextours-cell{ height: 200px; }
  .carousel-bunker-cell{ height: 250px; }
  .carousel-static-banner{font-size: 18px;}
  .hotinfo h1 {font-size: 1.25rem;}
  .bgcertif{padding: 100px 105px;}
  .complexprice span{font-size: 25px;}
  .tourListCard {padding: 10px;}
}
@media screen and ( max-width: 576px ) {
    .back .btn-outline-warning{font-size: 18px;}
    .vtourvhodit h3, .doppay h3{font-size: 1.3rem;}
    .titlecomplex{font-size: 1.25rem;}
    .titleh2{font-size: 1.25rem;}
    .carousel-bunker-cell{ height: 200px; }
    .bgcertif{padding: 40px;}
    .bgcertif .logocert {max-width: 100%;}
    .bgcertif .titlecert {font-size: 16px;}
    .bgcertif .pricecert {font-size: 26px;}
    .complexprice span{font-size: 20px;}
    .complexday,.complexprice {font-size: 18px;}
    .tourList-cardRight{padding:0;}
    .complextour-outer{text-align: center;}
}