.t269__input {
    border: 2px solid #fff;
    color: #fff !important;
}

.t269__descr{
    opacity: 1 !important;
}

.t269__input::-webkit-input-placeholder {
  opacity: 0.8;   
  color: #fff !important;
}

.t269__input::-moz-placeholder {
  opacity: 0.8;
  color: #fff !important;
}

.t269__input:-ms-input-placeholder {
  opacity: 0.8;
  color: #fff !important;
}

.t269__input::placeholder {
  opacity: 0.8;
  color: #fff !important;
}

@media (max-width: 980px) {
    #rec131627472 .t347__textwrapper .t-descr{
        display: none;
    }
    #rec131627472 .t347__table{
        padding-top: 75px;
    }
    #rec69775665 .t190{
        position: relative !important;    
        left: calc(50% - 55px) !important;
    }
    #rec69775665 .t190:after {
      content: "Back to top";
      font-size: 14px;
      position: absolute;
      font-family: 'Roboto',Arial,sans-serif;
      top: 0;
      left: 0;
      top: 17px;
      left: 60px;
    }
    .t102__descr{
        font-size: 22px !important;
    }
    .t347__title{
        font-size: 15px !important;
    }
}

@media (max-width: 980px) {
	
	/*.t-records > div:first-child{*/
	/*    position: absolute;*/
	/*    top: 0;*/
	/*    width: 100%;*/
	/*    min-height: 40px;*/
	/*    z-index: 300;*/
	/*}*/
	
	div[data-record-type="18"] > .t-cover,
    div[data-record-type="18"] > .t-cover > .t-cover__carrier,
    div[data-record-type="18"] > .t-cover > .t-cover__filter{
        min-height: 400px;   
    }
    
    div[data-record-type="60"] .t-align_center{
        text-align: left !important;
    }
    
    div[data-record-type="229"] > .t-cover,
    div[data-record-type="229"] > .t-cover > .t-cover__carrier,
    div[data-record-type="229"] > .t-cover > .t-cover__filter{
        min-height: 100vh;   
    }
    
    div[data-record-type="393"]{
        position: fixed;
        bottom: 0;
        right: 0;
        z-index: 200;
    }
	
	.t228__imglogo,
	.t228__leftcontainer{
	    padding: 0 !important;
	}
	.t228__rightcontainer{
	    padding-top: 0 !important;
	}
	div[data-record-type="257"] .t228{
	    min-height: 100vh;
	}
}

@media (min-width: 981px) {

    div[data-record-type="205"] > .t-cover,
    div[data-record-type="205"] > .t-cover > .t-cover__carrier,
    div[data-record-type="205"] > .t-cover > .t-cover__filter{
        min-height: 700px; 
    }
}

div[data-record-type="14"] .t-cover__arrow {
    bottom: 54px;
}

div[data-record-type="205"] .t-opacity_70,
div[data-record-type="205"] .t-descr{
    opacity: 1 !important;
}

.t228__mobile{
    background-color: transparent;
}

.t228__burger span,
.t228__mobile.t228_opened{
    background-color: #000;
}

.t228_opened .t228__burger span{
    background-color: #fff;
}

.t526 .t-bgimg {
    -webkit-filter: grayscale(100%);
    filter: gray;
    height: 100%;
}

#rec10853959 div[class*="btn-wrapper"] > a{
    background-color: #00bfb3;
    border-radius: 23px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    height: auto;
    margin-top: 17px;
    padding: 10px 15px;
}

.t-descr{
    padding-top: 2px;
}

.t228__leftside img{
    width: 75px !important;
    max-width: 75px !important;
}

/* calendar */


time {
  color: white;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 38px;
}
time em {
  display: block;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
}

header {
  padding: 50px 0;
  background: #4ecdc4;
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
}
header a {
  display: inline-block;
  padding: 5px 20px;
  border-radius: 20px;
  background: #44b3ab;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 12px;
  transition: all 0.3s ease-in-out;
}
header a:hover {
  background: #249991;
  color: #ccc;
}

[role="main"] {
  overflow: hidden;
  padding: 15px;
  background: white;
  font-family: "Helvetica";
}

section ul {
  list-style-type: none;
}
section li {
  position: relative;
  display: inline-block;
  float: left;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  zoom: 1;
  *display: inline;
}

.l-date--event {
  cursor: pointer;
  transition: background 0.3s ease-in-out;
}
.l-date--event:hover {
  background: #efefef;
}

.m-bullet--event {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ff6b6b;
}

.m-box--weeks {
  color: #e66b6b;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 10px;
}

.m-box--date {
  color: #555;
  font-size: 14px;
}

.l-date--passed {
  color: #bababa;
}

.eventTip {
  position: absolute;
  width: 150px;
  left: 50%;
  top: -125%;
  margin-left: -75px;
  background: #249991;
  color: white;
}
.eventTip:before {
  content: "▾";
  position: absolute;
  font-size: 25px;
  color: #249991;
  bottom: -19px;
  left: 46%;
}

/*#rec131627462 .t-cover:before{*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 100px;*/
/*    height: 180px;*/
/*    z-index: 10;*/
/*    bottom: 20px;*/
/*    right: 20px;*/
/*    background: url('https://static.tildacdn.com/tild3361-3832-4332-b033-376564373565/eepa.png') no-repeat center center;*/
/*    background-size: contain;*/
/*}*/

@media (max-width: 980px) {
    #rec131627462 .t-cover:before{
        width: 74px;
        height: 110px;
        bottom: 15px;
        right: 10px;
    }   
}

#rec131627496{
    display: none !important;
}

.t280__logo__container{
    height: 57px !important;
}

.t280__menu__content{
    padding-left: 13px !important;
}