
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  background:#078dbd;
  font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
  font-weight: 300; }

#wrapper {
  padding-top: 5%; 
  background:url(../img/back.png) no-repeat;
  background-size: cover;
  height:100vh;
  position: relative;
      overflow: hidden;
}
input{
  background: transparent;
}
body{
  margin: 0;

}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #1f1919cf;
    }

.slidecontainer {
    width: 100%; /* Width of the outside container */
}

/* The slider itself */
.slider {
    -webkit-appearance: none;  /* Override default CSS styles */
    appearance: none;
    width: 100%; /* Full-width */
    height: 5px; /* Specified height */
    background: linear-gradient(to right, #028bbbb3,#0c556fb3);
    outline: none; /* Remove outline */
    opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
    -webkit-transition: .2s; /* 0.2 seconds transition on hover */
    transition: opacity .2s;
    margin-bottom: 20px; 
}
#distan {
    font-size: 14px;
    text-transform: lowercase;
}
/* Mouse-over effects */
.slider:hover {
    opacity: 1; /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */ 
.slider::-webkit-slider-thumb {
    -webkit-appearance: none; /* Override default look */
    appearance: none;
    border-radius: 50%;
    width: 25px; /* Set a specific slider handle width */
    height: 25px; /* Slider handle height */
    background: #f31540; /* Green background */
    cursor: pointer; /* Cursor on hover */
}

.slider::-moz-range-thumb {
   border-radius: 50%;
    width: 25px; /* Set a specific slider handle width */
    height: 25px; /* Slider handle height */
    background: #f31540; /* Green background */
    cursor: pointer; /* Cursor on hover */
}
.buttons-main input {
  position: absolute;
  left: -9999px;
}
.spisok-item {
    width: 95%;
    margin: 10px auto;
    box-shadow: 1px 2px 3px #072e3ee3;
    height: auto;
    position: relative;
    margin-bottom: 10px;
    background: #072e3ea3;
}
.spisok-item span{

font-size: 70%;
}
.wrapper-spisok #mse2_results{
  background: ;
}
.wrapper-spisok .carousel h2 {
    color: white;
    font-size: 14.5px;
    padding-top: 5px;
    text-transform: uppercase;
    background: transparent;
}
.spisok-item span{
 
    text-align: center;
   
    font-size: 15px;
   
}
.spisok-item .search-link{
 position: relative;
    width: 30%;
    text-align: center;
    left: 0;
    top: 0;
    font-size: 20px;
    opacity: .7;
    float: left;
    display: block;
}
.next, .prev {
    color: #444;
    position: absolute;
    top: 700px;
    padding: 1em 2em;
    cursor: pointer;
    background: #CCC;
    border-radius: 5px;
    border-top: 1px solid #FFF;
    box-shadow: 0 5px 0 #999;
    transition: box-shadow 0.1s, top 0.1s;
    display: none;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
    display: none;
    overflow: hidden;
    outline: 0;
}
.wrapper-spisok {
    overflow-y: scroll !important;
    width: 100%;
}

.wrapper-spisok .row3 {
    padding: 0 20px;
    margin-bottom: 30px;
    margin-top: 5px;
    text-align: center;
}

.spisok-item h2 + span{
  background: black;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: -25px;
    left: 0;
}
.buttons-main label {
  display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-size: 8px;
    border-radius: 50px;
    line-height: 10px;
    text-transform: uppercase;
        width: 100%;
    
        background-color: #f31540;
        color: white;
         
}





.buttons-main label:hover, input:focus + label {
  box-shadow: 0 0 20px rgba(0, 0, 0, .6);
}

.buttons-main input:checked + label {
      background-color: yellow;
  color: black;
}

.buttons-main input:checked + label::before {
  background-color: #fff;
}

.slide .fa-heart{
  margin-top: 10px;
}
.underline{
  text-decoration: underline !important;
}
input[type="checkbox"].ios8-switch {
    position: absolute;
    margin: 8px 0 0 16px;    
}
input[type="checkbox"].ios8-switch + label {
    position: relative;
    padding: 5px 0 0 50px;
    line-height: 2.0em;
}
.btn-change {
    height: 30px;
    margin: 15px;
    cursor: pointer;
    border: 1px solid;
    padding: 10px 20px;
    color: #F00;
    border-bottom: 1px solid;
    border-radius: 20px;
}
.cube-catalog  .cub{
  display: none;
}
.wrapper-spisok .spis{
  display: none;
}
.black .check{
    display: none;
}
.black .check + label{
   display: block;
    width: 20px;
    height: 20px;
    border: 1px solid white;
    text-align: center;
    float: left;
    background: #ffffff78;
    position: relative;
    top: 5px;
}
.black .check+ label:before{
    content: '\2713';
    display: inline-block;
    color: white;
    font-size: 25px;
    line-height: 20px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.line-search {
    background: transparent;
    border: 0;
    border-bottom: 1px solid white;
    padding: 2px;
    margin: 5px;
    border-radius: 0;
}
.btn-search{
  display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-size: 8px;
    border-radius: 50px;
    line-height: 10px;
    text-transform: uppercase;
   
    background-color: #f31540;
    color: white;
}
.simplesearch-result {
    background: #136e94ba;
    color: white;
    font-size: 12px;
    padding: 10px 30px;
    text-align: left;
    margin: 10px 0;
}
.simplesearch-results{
   color: white;
    font-size: 12px;
}
.simplesearch-result h3, .simplesearch-result h3 a{
 color: white;
    font-size: 15px;
    text-transform: uppercase;
}
.simplesearch-results-list
{
      background: #136e947a;
}
.simplesearch-paging{
  margin: 10px 0;
  font-size: 12px;
}
.btn-call{
   position: absolute;
    bottom: 0;
    border-radius: 0 !important;
    background: #136e94;
    left: 0;
    width: 50%;
     border-right: 1px solid white !important;
    border: 0;
    color: white !important;
    line-height: 4 !important;
    font-size: 12px !important;
}
.btn-map{
   position: absolute;
    bottom: 0;
    border-radius: 0 !important;
    background: #136e94;
    right:  0;
    border-left: 1px solid white !important; 
    width: 50%;
    border: 0;
    color: white !important;
    line-height: 4 !important;
    font-size: 12px !important;
}
.akcii .check + label {
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid white;
    text-align: center;
    float: right;
    background: #ffffff78;
    position: relative;
    top: 5px;
}
.black .check:checked + label:before{    
    -webkit-transform: scale(1);
    transform: scale(1);
}
.gl-change-list span {
    color: white;
    padding: 5px;
    cursor: pointer;
    border: 1px solid white;
    display: block;
    margin: 5%;
    text-align: center;
    border-radius: 20px;
}
.gl-default h5, .gl-change-select h5 {
    line-height: 24px;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 0;
    height: 100vh;
    pointer-events: none;
}
.slide .align-self-end{
      background: white;
      width: 100%;
    min-height: 30px;
        border-radius: 0;
            margin-left: -52px;
}
.slide div, .slide small, .slide span{
  color: black;
  font-size: 17px;
  text-align: left; 
}
.slide span{
  font-size: 10px;
}
.black {
   background: #136e94;
    padding: 4px 6px 8px 13px;
    display: block;
    margin-bottom: 10px;
    border: 1px solid black;
    border-radius: 5px 0 0 5px;
}
.row2{
  
  margin-top: 26px;
    text-align: center;
}
.row3{
      padding: 0 20px;
  margin-top: 105px;
    text-align: center;
}
.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%;
    display: none;
}
.noUi-horizontal {
    height: 5px;
}
.noUi-connect {
    background: #f31540;
    border-radius: 4px;
    box-shadow: inset 0 0 3px rgba(51,51,51,.45);
    -webkit-transition: background 450ms;
    transition: background 450ms;
}
.noUi-target {
    background: #f31540;
    border-radius: 4px;
    border: 1px solid #f31540;
    box-shadow: inset 0 1px 1px #f31540, 0 3px 6px -5px #f31540;
}
.noUi-horizontal .noUi-handle {
    width: 24px;
    height: 15px;
    left: -17px;
    top: -6px;
}
.noUi-handle:after, .noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 4px;
    width: 1px;
    background: #E8E7E6;
    left: 14px;
    top: 6px;
}
.btn-main{
  display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-size: 8px;
    border-radius: 50px;
    line-height: 10px;
    text-transform: uppercase;
    width: 100%;
    background-color: #f31540;
    color: white;
}
.filter{
  margin-top: 15px;
}
.row3 .col-3{
  padding: 0 5px;
}
.textblock img{
margin-top: 20px;
    width: 20%;
  }
  .space{
        margin: 10px;
  }
  .btn-main{
    background: #f31541;
        display: block;
    width: 100%;
  }
.textblock{
  background: white;
  padding: 6px 3px 3px 11px;
  color: black;
}
.textblock p{
  font-size: 11px;

  color: black;
}
.ra{
  text-align: center;
      margin-top: 23px;
}
input[type="checkbox"].ios8-switch + label:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 40px; /* x*5 */
    height: 24px; /* x*3 */
    border-radius: 16px; /* x*2 */
    background: #e8e8e8;
    border: 1px solid #d9d9d9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
input[type="checkbox"].ios8-switch + label:after {
    content: "";
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    width: 24px; /* x*3 */
    height: 24px; /* x*3 */
    border-radius: 16px; /* x*2 */
    background: #ff0000;
    border: 1px solid #d9d9d9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
input[type="checkbox"].ios8-switch + label:hover:after {
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
input[type="checkbox"].ios8-switch:checked + label:after {
    margin-left: 16px;
}
input[type="checkbox"].ios8-switch:checked + label:before {
    background: #55D069;
}

/* SMALL */

input[type="checkbox"].ios8-switch-sm {
    margin: 7px 0 0 10px;
}
input[type="checkbox"].ios8-switch-sm + label {
    position: relative;
    padding: 0 0 0 32px;
    line-height: 1.3em;
}
input[type="checkbox"].ios8-switch-sm + label:before {
    width: 25px; /* x*5 */
    height: 15px; /* x*3 */
    border-radius: 10px; /* x*2 */
}
input[type="checkbox"].ios8-switch-sm + label:after {
    width: 15px; /* x*3 */
    height: 15px; /* x*3 */
    border-radius: 10px; /* x*2 */
}
input[type="checkbox"].ios8-switch-sm + label:hover:after {
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
}
input[type="checkbox"].ios8-switch-sm:checked + label:after {
    margin-left: 10px; /* x*2 */
}

/* LARGE */

input[type="checkbox"].ios8-switch-lg {
    margin: 10px 0 0 20px;
}
input[type="checkbox"].ios8-switch-lg + label {
    position: relative;
    padding: 7px 0 0 60px;
    line-height: 2.3em;
}
label {
    display: inline-block;
    margin-bottom: 0.7rem;
}
input[type="checkbox"].ios8-switch-lg + label:before {
    width: 50px; /* x*5 */
    height: 30px; /* x*3 */
    border-radius: 20px; /* x*2 */
}
input[type="checkbox"].ios8-switch-lg + label:after {
    width: 30px; /* x*3 */
    height: 30px; /* x*3 */
    border-radius: 20px; /* x*2 */
}
input[type="checkbox"].ios8-switch-lg + label:hover:after {
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
}
input[type="checkbox"].ios8-switch-lg:checked + label:after {
    margin-left: 20px; /* x*2 */
}
h2{
  color: white;
    font-size: 12.5px;
        padding-top: 5px;
    text-transform: uppercase;
        
}
.carousel h2{
  color: white;
    font-size: 12.5px;
        padding-top: 5px;
    text-transform: uppercase;
        background: black;
}
.btn-round{
  background: #028bbbb3;
    width: 80px;
    border-radius: 50%;
    height: 80px;
    text-align: center;
}
.btn-round a{
  position: relative;
    top: 30%;
    font-size: 13px;
}
.padding0{
  padding: 0;
}
*{
  color: white;
}
.btn{
  font-size: 8px;
      border-radius: 50px;
    line-height: 10px;
    text-transform: uppercase;
}


.slide {
 

  height: 300px;
width: 300px;


}
 

.controls div {
  display: block;
  padding: 10px;
  margin: 10px;
  color: #fff;
  text-transform: lowercase;
  background-color: #5923a5;
}
