@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,600,700&subset=latin,cyrillic);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* html{height:100%;}

body {
  height: auto;
  overflow: auto
} */
ul.system-list {
    margin-top: 10px;
}
 
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
  .owl-prev.disabled,
  .owl-next.disabled {
    opacity: 0.3; }

.owl-prev {
  left: 0; }

.owl-next {
  right: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg); }

body {
  background: #fff;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: #444444;
  -webkit-font-smoothing: antialiased; }

h1, h2, h3, h4, h5, h6 {
  text-align: center; }

h1 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 18px; }

h2 {
  font-size: 30px;
  margin-bottom: 22px; }

h3, .h3 {
  font-size: 24px;
  font-weight: 300; }

h4 {
  font-size: 22px; }

h5 {
  font-size: 20px; }

h6 {
  font-size: 18px; }

p {
  margin-bottom: 20px; }

strong,
b {
  font-weight: 700; }

a {
  color: #444444;
  text-decoration: none; }

.subtitle {
  font-size: 18px;
  display: block;
  text-align: center; 
}

.language {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 80px;
    height: 35px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: rgba(255,255,255,.8);
    border-radius: 8px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    transition: background .2s ease-in-out 0s;
    z-index: 555;
}
.language:hover {
    background: #fff;
}
.language a {
    padding-top: 5px;
	padding-left: 8px;
    padding-right: 8px;
}
.img-responsive {
  display: inline-block;
  height: auto;
  max-width: 100%;
}
.search_core h1 {
	text-shadow: 2px 2px 4px #000;	
}

/* Grafico Prezzi */
.price-graphic {
    padding: 0;
    box-sizing: border-box;
    height: auto;
    width: 100%;    
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.price-graphic .price-graphic-inner {
    max-width: 850px;
    margin: 0 auto;
    padding-bottom: 70px;
    border-radius: 10px;
    background: #77c88d;
    background: -webkit-gradient(linear,left top,right top,color-stop(0,#77c88d),color-stop(50%,#6b728d),color-stop(100%,#423951));
    background: -webkit-linear-gradient(left,#77c88d 0,#6b728d 50%,#423951 100%);
    background: linear-gradient(to right,#77c88d 0,#6b728d 50%,#423951 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77c88d',endColorstr='#423951',GradientType=1);
}
.price-graphic .price-graphic-inner header {
    width: 100%;
    box-sizing: border-box;
    padding: 12px 10px;
    font-size: 24px;
    line-height: 1.2em;
    color: #fff;
	display: block;
}
.price-graphic .price-graphic-inner article {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-top: 40px;
    box-shadow: inset -189px 83px 135px -45px rgba(0,0,0,.2);
	display: block;
}
.price-graphic .price-graphic-inner article .graphic {
    display: block;
    height: 215px;
    padding: 0 25px 40px 10px;
    position: relative;
    width: auto;
    margin: 0 auto;
    border-radius: 2px;
}
.price-graphic .price-graphic-inner article .graphic .scale {
    display: inline-block;
    width: 85px;
    height: 215px;
    color: #fff;
    margin-right: 10px;
    text-align: right;
    position: relative;
    top: 16px;
    font-size: 12px;
}
.price-graphic .price-graphic-inner article .graphic .columns {
    display: inline-block;
    height: 100%;
    position: relative;
}
.price-graphic .price-graphic-inner article .graphic .scale .max-price {
    position: absolute;
    bottom: 100%;
    width: 100%;
    right: 5px;
}
.currency-container, [data-role=currency] {
    white-space: nowrap;
}
.price-graphic .price-graphic-inner article .graphic .scale .min-price {
    position: absolute;
    width: 100%;
    right: 5px;
}
.price-graphic .price-graphic-inner article .graphic .scale .null-price {
    position: absolute;
    bottom: -1%;
    width: 100%;
    right: 5px;
}
.price-graphic .price-graphic-inner article .graphic .scale .grad {
    position: absolute;
    bottom: 9px;
    right: -5px;
    width: 4px;
    height: 100%;
}
.price-graphic .price-graphic-inner article .graphic .scale .grad li {
    position: absolute;
    right: 0;
    width: 4px;
    border-bottom: 1px solid #fff;
}
.price-graphic .price-graphic-inner article .graphic .columns .line {
    border-bottom: 1px dashed hsla(0,0%,100%,.6);
    position: absolute;
    margin: 0 auto;
    width: 100%;
}
.price-graphic .price-graphic-inner article .graphic .columns .price-month {
    position: relative;
    width: 40px;
    background-color: hsla(0,0%,100%,.4);
    display: inline-block;
    margin-right: 7px;
    -webkit-transition: background .15s ease;
    transition: background .15s ease;
    vertical-align: bottom;
}

.price-graphic .price-graphic-inner article .graphic .columns .price-month:hover {
    background: hsla(0,0%,100%,.9);
}
.price-graphic .price-graphic-inner article .graphic .columns .price-month:hover .graph-tooltip {
    display: block;
}
.price-graphic .price-graphic-inner article .graphic .columns .price-month .graph-tooltip, .price-graphic .price-graphic-inner article .graphic .columns .price-month .graph-tooltip:before {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    transform: translate3d(-50%,0,0);
    -ms-transform: translate(-50%);
    -ms-transform: translate3d(-50%,0,0);
    -webkit-transform: translate(-50%);
    -webkit-transform: translate3d(-50%,0,0);
    -moz-transform: translate(-50%);
    -moz-transform: translate3d(-50%,0,0);
}
.price-graphic .price-graphic-inner article .graphic .columns .price-month .graph-tooltip {
    display: none;
    top: -35px;
    padding: 4px 10px;
    min-width: 60px;
    text-align: center;
    font-size: 14px;
    background: #fff;
    white-space: nowrap;
    z-index: 1;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.2);
    border-radius: 2px;
}
.price-graphic .price-graphic-inner article .graphic .columns .price-month .month-title {
    display: inline-block;
    position: absolute;
    top: 100%;
    padding-top: 10px;
    left: 0;
    text-align: center;
    right: 0;
    font-size: 15px;
    color: #fff;
    cursor: default;
    -webkit-transition: font .1s linear;
    transition: font .1s linear;
}
.block-width {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}
.description-wrapper {
    padding: 25px 0;
}
.block {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

/* Card City */
.card {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 32.333%;
	margin-bottom: 40px;
}
.card-inner:hover {
    box-shadow: 0 1rem 2rem #77c88d;
    
}
.card-inner {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 93%;
    max-width: 39rem;
    margin: 0;
    box-sizing: border-box;
    font-size: 1.4rem;
    border-radius: .5rem;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 1px 1px transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: box-shadow .15s ease;
    -webkit-transition: box-shadow .15s ease;	
	border: 1px solid #e5e5e5;
}
.card-info a.card-name {
    color: #444;
	font-size: 1.7rem;
}
.card-info {
    position: relative;
    margin: 0;
    padding: 1rem;
    z-index: 2;
	margin-top: 20px;
}
.card-info .card-reviews {
    color: #999;
    font-size: 1.2rem;
}
.card-inner:hover .card-name {
    color: #07af61;
}
.card-discount:before {
    content: '';
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 7px 0;
    border-color: transparent #b90016 transparent transparent;
}
.card-discount {
    text-decoration: none;
    padding: 7px 8px;
    position: absolute;
    top: 2px;
    left: -7px;
    background-color: #ffaf1a;
    color: #fff;
    font-size: 8px;
    font-weight: 400;
    font-weight: 600;
    z-index: 20;
}
.card-discount .value {
    display: block;
    font-size: 16px;
    line-height: 1em;
}
.card-name {
    display: block;
    margin: 0 auto .7rem;
    font-size: 2rem;
    line-height: 1.2em;
    color: #444;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: color .15s ease;
    transition: color .15s ease;
}
.card a {
    text-decoration: none;
    color: #07af61;
    -webkit-transition: color .15s ease;
    transition: color .15s ease;
}
.card-reviews {
    max-width: 85%;
    margin: 0 auto .5rem;
    font-size: 1.4rem;
}
.card-name a, .card-name h5, .card-reviews {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.card-image-area {
    position: relative;
    padding: 66.5% 0 0;
    height: 0;
    overflow: hidden;
    z-index: 1;
}

.card-image img {
    height: auto;
    width: 100%;
}
.card-image {
    display: block;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.card-price {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    -ms-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    padding: 0 3rem;
    line-height: 1.8rem;
    height: 2rem;
    color: #fff;
    font-family: ProximaNova-Regular,Arial,sans-serif;
    font-size: 1.5rem;
    border-radius: 4rem 4rem 0 0;
    background-color: #d0021b;
    white-space: nowrap;
}
.card-price-text {
    margin-top: 4px;
	font-size:1.2rem;
}
.card-price b {
    font-family: ProximaNova-Bold,Arial,sans-serif;
}
.card-form-area {
    padding: 1.2rem;
    /* font-size: 0; */
}
.card-form-field-wrap:first-child {
    margin: 0;
}
.card-form-field-wrap {
    position: relative;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    width: 45%;
    margin: 0 0 0 3%;
}

.card-form-field {
    position: relative;
    height: 4rem;
    z-index: 0;
}

.hlf-input {
    position: relative;
    height: 70%;
    outline: none;
    z-index: 1;
}
.card-form-field button, .card-form-field input {
    padding: 0 .7rem .2rem;
    background-color: transparent;
    cursor: pointer;
}
.card-form-field button, .card-form-field input, .card-form-field span {
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ffa600;
    border-radius: .5rem;
    font-size: 1.2rem;
    text-align: center;
    color: #444;
}
.datepicker-hidden {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
input {
    margin: 0;
    border: none;
    box-shadow: none;
    -webkit-backface-visibility: hidden;
    box-sizing: border-box;
    display: inline-block;
}
.hlf-input .hint {
    display: none;
    position: absolute;
    top: -4.6rem;
    left: 3.5rem;
    padding: .5rem 1.2rem .9rem;
    white-space: nowrap;
    line-height: normal;
    background: #d80e0d;
    color: #fff;
}
.form_mini .pseudo-placeholder {
    display: none;
}
.pseudo-placeholder {
    display: none;
}

.card-form-field-label {
    position: absolute;
    bottom: 100%;
    left: 50%;
    padding: 0 .4rem;
    font-size: 1.2rem;
    line-height: 1em;
    color: #b2b2b2;
    background-color: #fff;
    text-transform: capitalize;
    z-index: 1;
    transform: translate3d(-50%,.6rem,0);
    -webkit-transform: translate3d(-50%,.6rem,0);
    -ms-transform: translate3d(-50%,.6rem,0);
    -o-transform: translate(-50%,.6rem);
}

input#checkOut, input#checkIn {
    border: 1px solid #ffa600;
    border-radius: 5px;
    /* padding: 10px; */
}
.field-wrap a {
    margin-top: 0px;
    color: #453D55;
    font-weight: 600;
}

.field-wrap a:hover {
	background:#ffaf1a;
    color: #453D55;
    font-weight: 700;
	border-color: #FF8E01;
}

span.card-location-text span {
    font-weight: 700;
}
.content_devices_logo img {
    width: 320px;
	margin-bottom: 30px
}

.calendar {
  padding: 52px 0 58px;
  color: #262626; }
  .calendar h2 {
    margin-bottom: 24px; }
  .calendar .subtitle {
    margin-bottom: 58px; }
  .calendar__list {
    font-size: 0;
    display: table;
    /* safari */
    width: 100%;
    position: relative;
    margin-bottom: 62px; }
    .calendar__list:before {
      content: '';
      height: 2px;
      border-top: 2px dashed #0eacdf;
      position: absolute;
      top: 42px;
      left: 10%;
      right: 10%; }
    .calendar__list li {
      font-size: 18px;
      width: 25%; }
  .calendar__tooltip {
    display: none; }
    .calendar__tooltip .tooltip {
      float: right; }
  .calendar__item {
    padding: 0 10px;
    text-align: center; }
  .calendar__img {
    width: 156px;
    padding: 0 26px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 28px;
    background-color: #fff; }
    .calendar__img .cell {
      height: 100px;
      width: 100px;
      border: 2px solid #0eacdf;
      border-radius: 50%; }
      .calendar__img .cell__inner {
        height: 100%; }
  .calendar__value {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #0eacdf;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    left: 13px;
    top: 0; }
  .calendar__desc {
    font-size: 15px;
    line-height: 1.15; }
  .calendar__form {
    margin: 0 auto;
    max-width: 800px; }

#app {text-align:center;padding-top:20px;padding-bottom:20px;}

.ui-widget-content {
    border: none!important;
    background: #fff!important;
    /* color: #222222!important; */
}
div#tabs {
	border-radius: 15px;
}
.ui-widget {
    font-family: inherit;
    font-size: 1.1em;
}
.ui-widget-header {
    border: none!important;
    background: none!important;    
}
div#ui-datepicker-div {
    z-index: 55!important;
	border: 1px solid #07AF61!important;
}


#viewh {position: absolute;right: 0;min-width: 100px;top: 0; margin-top: -3%;}
#viewh label{margin-bottom:5px;font-weight:700;}

select#view_hotel {
    max-width: 80px;    
    border: 2px solid #06AF61;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    background: none!important;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active { 
    background: #06af61!important;
	
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color:#fff!important;
}
/* Social */
.social-icons .fa {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #FFF;
    color: rgba(255, 255, 255, 0.8);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.social-icons .fa {
    font-size: 1.8em;
}
.social-icons.icon-circle .fa {
    border-radius: 50%;
}
.social-icons .fa-facebook, .social-icons .fa-facebook-square {
    background-color: #3C599F;
}
.social-icons .fa-google-plus, .social-icons .fa-google-plus-square {
    background-color: #CF3D2E;
}
.social-icons .fa:hover, .social-icons .fa:active {
    color: #FFF;
    -webkit-box-shadow: 1px 1px 3px #333;
    -moz-box-shadow: 1px 1px 3px #333;
    box-shadow: 1px 1px 3px #333;
}
.social-icons .fa-twitter, .social-icons .fa-twitter-square {
    background-color: #32CCFE;
}
.social-icons .fa-youtube, .social-icons .fa-youtube-play, .social-icons .fa-youtube-square {
    background-color: #C52F30;
}
.social-icons .fa-instagram{
	background-color:#A1755C;
}

.social-icons i {margin-left: 10px;}
.social-icons .fa-envelope {
    background-color: #504e54;
}

ul.social-icons.icon-circle.list-unstyled.list-inline {display: inline-flex;}

.footer__logo i, a{
		color:#fff;
}
.inline-b, .present__list li, .calendar__list li, .popular__list > li,
[class^="btn-"],
[class*=" btn-"],
[class^="icon-"],
[class*=" icon-"] {
  vertical-align: top;
  display: -moz-inline-stack;
  display: inline-block;
  position: relative; }

[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  vertical-align: middle; }

.w_50 { width:48%;display: inline-block;}
.w_30 { width:32.3%;display: inline-block;}
#widgets {text-align: center;}
#widgets img { }
#widgets h5 { font-weight:700;margin-bottom:20px;font-size:30px;}

@media screen and (max-width: 640px) {
	.card { width:100%;}
	.w_50 { width:100%;}
	#dynamic,
	.content_devices_logo {display:none;}
	#widgets h5 {
		font-weight: 700;
		margin-bottom: 10px;
		font-size: 20px;
	}
	.mewtwo-hotels--xs .mewtwo-widget .mewtwo-hotels-guests {
		margin: 0 0 20px!important;		
	}
}

@media screen and (max-width: 706px) {
  .calendar__tooltip {
    display: block; } 
}


@media screen and (min-width: 641px) and (max-width: 780px) {
	.card { width:49%;}
	.w_50 { width:49%;}
	#dynamic,
	.content_devices_logo {display:none;}
	#widgets h5 {
		font-weight: 700;
		margin-bottom: 10px;
		font-size: 20px;
	}
	
}

@media screen and (max-width: 880px) {
.content_devices_logo img {
    width: 245px;
    position: absolute;
    top: 50%;
    margin-top: -177px;
}
}

@media (max-width: 1920px) and (min-width: 1200px){
.language {
    top: 0px;
    right: 0px;
}
}


@media screen and (max-width: 1023px) {
  body {
    font-size: 15px; }
  h1 {
    font-size: 32px; }
  h2 {
    font-size: 28px;
    margin-bottom: 27px; }
  h3, .h3 {
    font-size: 21px; } 
	
.calendar {
    padding: 56px 0 58px; }
    .calendar .subtitle {
      margin-bottom: 64px; }
    .calendar__item {
      padding: 0 3px; }
    .calendar__desc {
      font-size: 14px; }
    .calendar__list {
      margin-bottom: 49px; }	
	
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 22px; }
  h2 {
    font-size: 18px;
    margin-bottom: 15px; }
  h3, .h3 {
    font-size: 14px; }

.popular {
    padding: 26px 0 36px; }
    .popular h2 {
      margin-bottom: 42px; }
    .popular__list {
      margin-left: 0;
      margin-right: 0; }	
	
.calendar {
    padding: 26px 0 30px; }
    .calendar h2 {
      margin-bottom: 18px; }
    .calendar .subtitle {
      margin-bottom: 28px; }
    .calendar__list {
      margin-bottom: 17px; }
      .calendar__list:before {
        display: none; }
      .calendar__list li {
        width: 100%;
        margin-bottom: 17px; }
    .calendar__item {
      text-align: center;
      padding: 0; }
    .calendar__img {
      width: auto;
      margin: 0;
      padding: 0; }
      .calendar__img .table {
        display: block;
        width: auto; }
      .calendar__img .cell {
        border: none;
        display: inline-block;
        height: auto; }
      .calendar__img [class^='icon-'],
      .calendar__img [class*=' icon-'] {
        display: none; }
    .calendar__value {      
      background-color: transparent;
      color: #0eacdf;
      font-weight: 700;
      width: auto;
      height: auto;
      font-size: 18px;
      line-height: 1;
      margin-right: 5px; }
      .calendar__value:after {
        content: '.';
        display: inline-block; }
    .calendar__desc {
      overflow: hidden;
      line-height: 1.5; }
      .calendar__desc br {
        display: none; }
    .calendar__form, .calendar__tooltip {
      margin: 0; }
	.popular__list > li {    
		width: 100%!important;
		padding: 0 20px;
		margin-bottom: 46px;
	}
	.widget.b-lazy.b-loaded {
		background-position: 25% 100%!important;
		padding-top: 0px!important;
	}
}

.clearfix:after, .columns:after, .container:after {
  content: "";
  display: table;
  clear: both; }

[class^='column-'],
[class*=' column-'] {
  float: left; }

.column-50 {
  width: 50%; }

.column-33 {
  width: 33.33%; }

.column-25 {
  width: 25%; }

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

.container {
  position: relative;
  margin: 0 auto;
  /* max-width: 970px; */
  max-width: 1200px;
  padding: 0 15px; 
  text-align: center;
  }

.wrapper {
  overflow: hidden; }

.footer {
  text-align: center;
  padding: 30px 0;
  background-color: #000000; }
  .footer__logo {
    margin-left: -42px; }

@media screen and (max-width: 767px) {
  .footer {
    padding: 20px 0; 
}
    .footer__logo {
      margin-left: -38px; } 
}

input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
select,
textarea {
  width: 100%;
  border-bottom: none;
  border-top: none;
  border-left: none;
  border-right: none;
  cursor: text;
  padding: 5px;
  border-radius: 0; }

.form-row {
  margin-bottom: 10px; }

.wrap-input,
.wrap-select {
  position: relative; }

.buttons {
  text-align: center;
  margin-bottom: 35px; }

.btn {
  display: inline-block;
  text-align: center;
  padding: 0 52px;
  height: 48px;
  line-height: 46px;
  color: #444444;
  border: 1px solid #07af61;
  border-radius: 24px;
  background-color: #fff;
  /* min-width: 280px; */
  font-size: 15px; }
  .btn:hover {
    border: 1px solid #05884b; }

svg[class^='icon-'],
svg[class*=' icon-'] {
  display: inline-block; }

/* flip icons */
.icon-loupe,
.icon-pork,
.icon-key,
.icon-label {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
      transform: scaleX(-1);
  -webkit-filter: FlipH;
          filter: FlipH;
  -ms-filter: "FlipH"; }

.icon-logo {
  max-width: 250px;
  height: auto;
  margin-bottom:-20px;
}

.icon-logo-2 {
  width: 209px;
  height: 66px; }


.icon-booking {
  width: 130px;
  height: 22px;
  fill: #fff; }

.icon-happy {
  display: inline-block;
  width: 133px;
  height: 30px; }
  .icon-happy img {
    max-width: 100%; }

.icon-happy-color {
  display: inline-block;
  width: 133px;
  height: 30px; }
  .icon-happy-color img {
    max-width: 100%; }

.icon-easy {
  display: inline-block;
  width: 152px;
  height: 25px; }
  .icon-easy img {
    max-width: 100%; }

.icon-easy-color {
  display: inline-block;
  width: 152px;
  height: 25px; }
  .icon-easy-color img {
    max-width: 100%; }

.icon-ozon {
  width: 101px;
  height: 34px;
  fill: #fff; }

.icon-ostrovok {
  width: 155px;
  height: 20px;
  fill: #fff; }

.icon-arrow {
  width: 32px;
  height: 52px;
  fill: #444444; }

.icon-key {
  width: 20px;
  height: 20px;
  fill: #07af61; }

.icon-house {
  width: 22px;
  height: 22px;
  fill: #07af61; }

.icon-like {
  width: 22px;
  height: 22px;
  fill: #07af61; }

.icon-loupe {
  width: 72px;
  height: 72px;
  fill: #07af61; }

.icon-pork {
  width: 72px;
  height: 72px;
  fill: #07af61; }

.icon-wallet {
  width: 72px;
  height: 64px;
  fill: #07af61; }

.icon-shield {
  width: 64px;
  height: 73px;
  fill: #07af61; }

.icon-balance {
  width: 28px;
  height: 27px;
  fill: #07af61; }

.icon-find {
  width: 28px;
  height: 27px;
  fill: #07af61; }

.icon-cite {
  width: 28px;
  height: 21px;
  fill: #07af61; }

.icon-hotel-1 {
  width: 64px;
  height: 73px;
  fill: #fff; }

.icon-hotel-2 {
  width: 70px;
  height: 62px;
  fill: #fff; }

.icon-hotel-3 {
  width: 78px;
  height: 57px;
  fill: #fff; }

.icon-hotel-4 {
  width: 79px;
  height: 44px;
  fill: #fff; }

.icon-search {
  width: 22px;
  height: 21px;
  fill: #fff; }

.link-wrap-img {
  display: block; }

.show-xm {
  display: none !important; }

.cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.tbl {
  display: table;
  width: 100%; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.border {
  height: 22px;
  text-align: center;
  position: relative;
  max-width: 83%;
  margin: 0 auto;
  margin-bottom: 26px; }
  .border:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background-color: #07af61; }
  .border__inner {
    background-color: #fff;
    display: inline-block;
    min-width: 68px;
    padding: 0 10px;
    position: relative; }
  .border--gray-bg .border__inner {
    background-color: #f3f3f3; }
  .border--green-bg:before {
    background-color: #fff; }
  .border--green-bg .border__inner {
    background-color: #07af61; }
  .border--transparent .border__inner {
    background-color: transparent; }
  .border--transparent:before {
    right: calc(50% + 25px); }
  .border--transparent:after {
    content: '';
    position: absolute;
    left: calc(50% + 25px);
    right: 0;
    top: 50%;
    height: 1px;
    background-color: #07af61; }

.logo {
  color: #fff; }
  .logo:hover {
    opacity: 0.9; }
  .logo__text {
    display: block;
    font-style: italic;
    font-size: 14px;
    padding: 6px 0; }

.present {
  padding: 40px 0 50px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden; }
  .present:before, .present:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0; 
	border-bottom: 40px solid rgba(0, 0, 0, 0.4)!important;	
}
  .present:before {
    left: 50%;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    border-bottom: 50px solid #fff;
    border-right: 1500px solid transparent; }
  .present:after {
    right: 50%;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    border-bottom: 50px solid #fff;
    border-left: 1500px solid transparent; }
  .present .h3 {
    margin-bottom: 55px;
    display: block; 
	font-weight: 600;
	text-shadow: 1px 1px 2px #000;
    background: rgba(104, 176, 77, 0.81);
    display: inline-block;
    padding: 10px;
    border-radius: 5px;
	}
  .present__logo {
    margin-bottom: 60px; }
  .present__form {
    min-height: 164px;
    margin-bottom: 96px; }

.system {
  color: #fff;
  text-align: center; }
  .system__title {
    font-size: 18px;
    display: block;
    margin-bottom: 20px; 
    margin-top: 20px;
    color: #FFF200;
    text-shadow: 1px 1px 2px #000;	
}

.system-list {
  font-size: 0;
  text-align: center; }
  .system-list li {
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    margin: 0 15px; }
  .system-list .cell {
    
	}

.advantages {
  padding: 53px 0 57px; }
  .advantages .border {
    margin-bottom: 50px; }

.advantages-list {
  font-size: 0; }
  .advantages-list li {
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    width: 25%; }

.advantages-item {
  text-align: center;
  padding: 0 24px; }
  .advantages-item__icon {
    margin-bottom: 24px; }
    .advantages-item__icon .cell {
      height: 76px; }
  .advantages-item__title {
    display: block;
    font-weight: 600;
    margin-bottom: 18px; }
  .advantages-item__text {
    font-size: 15px; 
	line-height: 23px;
	}

	.advantages-2 {
  -webkit-background-size: cover;
  background-size: cover;
  background-color: #72c64d;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden; }
  .advantages-2 .container {
    padding: 70px 0 150px; }
  .advantages-2__inner {
    max-width: 52%;
    padding: 0 13px; }
  .advantages-2__title {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 56px;
    text-transform: uppercase;
    text-align: left; }
  .advantages-2__list {
    counter-reset: headings;
    padding-right: 40px; }
    .advantages-2__list li {
      position: relative;
      padding: 10px 0px 0px 55px;
      margin-bottom: 42px; 
	  color: #fff;
      text-align: left;
	  }
      .advantages-2__list li:before {
        counter-increment: headings;
        content: counter(headings, decimal);
        width: 32px;
        height: 32px;
        border: 2px solid #fff;
        border-radius: 50%;
        color: #fff;
        font-size: 16px;
        line-height: 28px;
        font-weight: 500;
        text-align: center;
        position: absolute;
        left: 0;
        top: 4px; }
  .advantages-2__img {
    width: 560px;
    height: 737px;
    background: transparent url("../img/advantages-2__img-bg.png") 0 0 no-repeat;
    background-size: cover;
    position: absolute;
    left: 44%;
    bottom: 0; }

.popular {
  background-color: #fafafa;
  padding: 54px 0 16px; }
  .popular h2 {
    color: #262626;
    margin-bottom: 68px; }
  .popular__list {
    font-size: 0;
    display: inline-block;
    /* safari */
    margin: 0 -30px; }
    .popular__list > li {
      font-size: 18px;
      width: 33.33%;
      padding: 0 20px;
      margin-bottom: 46px; }
    .popular__list .owl-item > li {
      width: 218px;
      display: block;
      margin: 0 auto;
      padding-bottom: 5px; }
	  
.find {
  background-color: #f3f3f3;
  padding: 55px 0 55px; }
  .find h2 {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto; }
  .find .subtitle {
    max-width: 88%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 53px; }

.find-list {
  max-width: 70.5%;
  margin: 0 auto; }
  .find-list li {
    margin-bottom: 40px; }
    .find-list li:last-child {
      margin-bottom: 0; }

.find-item {
  display: table; }
  .find-item__icon, .find-item__text {
    display: table-cell;
    vertical-align: top; }
  .find-item__text {
    padding-left: 21px; }

.widget {
  padding: 55px 0 60px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  background-color: #555658; }
  .widget h2 {
    max-width: 88%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 55px; }
  .widget__form {
    min-height: 164px; }

.booking {
  padding: 55px 0 55px;
  background-color: #07af61;
  color: #fff; }
  .booking .border {
    margin-bottom: 50px; }

.booking-list {
  font-size: 0; }
  .booking-list li {
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    width: 25%; }

.booking-item {
  text-align: center;
  padding: 0 10px; }
  .booking-item__icon {
    width: 120px;
    margin: 0 auto 24px; }
    .booking-item__icon .cell {
      height: 120px;
      border: 2px solid #fff;
      border-radius: 50%; }
  .booking-item__desc {
    font-weight: 600; }
    .booking-item__desc > strong,
    .booking-item__desc > span {
      display: block; 
	  line-height: 25px;
	  }
    .booking-item__desc > strong {
      font-weight: 600;
      font-size: 26px;
      margin-bottom: 3px; }

.carousel {
  padding: 55px 0 56px; }
  .carousel .border {
    margin-bottom: 30px; }
  .carousel .subtitle {
    margin-bottom: 25px; }

.carousel-list {
  padding: 0 120px;
  overflow: hidden; }
  .carousel-list li {
    min-height: 303px; }

.carousel-item {
  display: block;
  border: 1px solid #d9d9d9;
  text-align: center;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out; }
  .carousel-item:hover {
    opacity: 0.9; }
  .carousel-item__img {
    margin: -1px -1px 0;
    max-height: 220px;
    overflow: hidden; }
    .carousel-item__img img {
      width: auto;
      min-height: 220px;
      min-width: 100%; }
  .carousel-item__desc {
    padding: 18px 10px;
    min-height: 101px; }
  .carousel-item__city, .carousel-item__num {
    display: block; }
  .carousel-item__city {
    font-size: 18px;
    margin-bottom: 5px; }
  .carousel-item__num {
    color: #07af61; }

@media screen and (max-width: 1023px) {
  .border {
    max-width: 100%; }
  .present__logo {
    margin-bottom: 66px; }
  .present h1 {
    margin: 0 -5px 20px; }
  .present__form {
    margin-bottom: 80px; }
  .advantages-item {
    padding: 0 10px; }
    .advantages-item__text {
      font-size: 14px; }
	  .advantages-2 .container {
    padding: 54px 0 41px; }
  .advantages-2__title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 37px; }
  .advantages-2__inner {
    max-width: 62%; }
  .advantages-2__list li {
    margin-bottom: 20px; }
  .advantages-2__img {
    width: 352px;
    height: 465px;
    left: auto;
    right: -4%; }
  .find h2,
  .find .subtitle {
    max-width: 100%; }
  .find-list {
    max-width: 87%; }
    .find-list li {
      margin-bottom: 36px; }
  .widget h2 {
    max-width: 100%; }
  .carousel h2 {
    margin-left: -5px;
    margin-right: -5px; }
  .carousel-list {
    padding: 0 62px; } 
.popular__list {
    margin: 0 -15px; }
    .popular__list > li {
      padding: 0 15px; }	
	
}
	
@media screen and (max-width: 480px) {
	li#popular__list__item-1 {
		width: 100%;
	}
}
@media screen and (min-width: 481px) and (max-width: 766px) {
	li#popular__list__item-1 {
		width: 49%;
	}
}
	
@media screen and (max-width: 767px) {
	li#popular__list__item-1 {
	}
  .hide-xm {
    display: none !important; }
  .show-xm {
    display: block !important; }
  .icon-happy {
    width: 110px; }
  .icon-easy {
    width: 120px; }
  .icon-arrow {
    width: 23px;
    height: 36px; }
  .icon-hotel-1 {
    width: 44px;
    height: 51px; }
  .icon-hotel-2 {
    width: 48px;
    height: 53px; }
  .icon-hotel-3 {
    width: 54px;
    height: 39px; }
  .icon-hotel-4 {
    width: 55px;
    height: 31px; }
  .icon-logo {
    max-width: 180px;
    height: auto; }
  .icon-logo-2 {
    width: 160px;
    height: 50px; }
  .icon-booking {
    width: 104px;
    height: 18px; }  
  .icon-ostrovok {
    width: 124px;
    height: 16px; }
  .icon-ozon {
    width: 78px;
    height: 26px; }
  .icon-loupe,
  .icon-pork {
    width: 37px;
    height: 36px; }
  .icon-wallet {
    width: 37px;
    height: 34px; }
  .icon-shield {
    width: 31px;
    height: 36px; }
  .logo__text {
    display: none; }
  .present {
    padding: 16px 0 18px; }
    .present h1 {
      margin-bottom: 15px; }
    .present .h3 {
      margin-bottom: 15px; }
    .present__logo {
      margin-bottom: 20px; }
    .present__form {
      margin-bottom: 20px; }
  .system__title {
    display: none; }
	ul.system-list {    
    display: inline-block;
	}
  .system-list li {
    width: auto;
    margin: 0 0 4px; 
	display: table-row-group;
	}
    .system-list li:nth-child(2n) {
      width: auto;
	  padding-left: 25px;
	  }
	.tbl img {        
		margin-bottom: 5px;
	}
  .advantages {
    padding: 26px 0 18px; }
    .advantages .border {
      margin-bottom: 26px; }
  .advantages-list li {
    width: 100%;
    margin-bottom: 15px; }
    .advantages-list li:last-child {
      margin-bottom: 0; }
  .advantages-item {
    text-align: left; }
    .advantages-item__icon {
      float: left;
      width: 53px;
      padding: 4px 0 4px 7px;
      margin-bottom: 0; }
      .advantages-item__icon .cell {
        display: block;
        height: auto; }
    .advantages-item__text {
      font-size: 15px;
      overflow: hidden;
      padding-left: 21px; }
	  
	  .advantages-2 {
    background-size: cover; }
    .advantages-2 .container {
      padding: 21px 0 12px; }
    .advantages-2__inner {
      max-width: 100%; }
    .advantages-2__title {
      font-size: 24px;
      line-height: 36px;
      text-align: center;
      margin-bottom: 25px; }
    .advantages-2__img {
      display: none; }
    .advantages-2__list li {
      padding-left: 43px;
      margin-bottom: 18px; }
      .advantages-2__list li:before {
        width: 26px;
        height: 26px;
        line-height: 20px;
        font-size: 13px; }
  .find {
    padding: 28px 0 25px; }
    .find .subtitle {
      display: none; }
  .find-list {
    max-width: 100%;
    counter-reset: headings; }
    .find-list li {
      position: relative;
      padding: 0 0 0 22px;
      margin-bottom: 18px; }
      .find-list li:last-child {
        margin-bottom: 0; }
      .find-list li:before {
        counter-increment: headings;
        content: counter(headings, decimal) ". ";
        font-size: 15px;
        color: #07af61;
        line-height: 1.2;
        position: absolute;
        left: 0;
        top: 0px; }
      .find-list li > strong {
        display: block;
        margin-bottom: 20px; }
  .find-item__icon {
    display: none; }
  .find-item__text {
    padding-left: 0; }
  .widget {
    padding: 28px 0 30px; }
    .widget .h3 {
      font-size: 18px;
      margin-bottom: 30px; }
  .booking {
    padding: 28px 0 30px; }
    .booking .border {
      margin-bottom: 30px; }
  .booking-list li {
    width: 50%;
    margin-bottom: 35px; }
    .booking-list li:last-child, .booking-list li:nth-last-child(2) {
      margin-bottom: 0; }
  .booking-item__icon {
    width: 84px;
    margin-bottom: 15px; }
    .booking-item__icon .cell {
      height: 84px; }
  .booking-item__desc strong {
    font-size: 22px;
    margin-bottom: 5px; }
  .carousel {
    padding: 28px 0 26px; }
    .carousel .border {
      margin-bottom: 32px; }
  .carousel-list {
    padding: 0 52px; } }

@media screen and (max-height: 799px) and (min-height: 640px) and (min-width: 768px) {
  .present {
    padding: 0; }
    .present .container {
      height: 100vh;
      padding-top: 40px;
      padding-bottom: 60px; }
    .present__form {
      margin-bottom: 0; } }

@media screen and (max-height: 799px) and (min-height: 721px) and (min-width: 768px) {
  .present__system, .search_core {
    position: absolute;
    left: 15px;
    right: 15px; }
  .present__system {
    bottom: 55px; }
  .search_core {
 /*    padding-bottom: 103px; */
    bottom: 115px; } }

@media screen and (max-height: 720px) and (min-height: 676px) and (min-width: 768px) {
  .present__logo {
    margin-bottom: 20px; }
  .search_core {
    position: static;
    bottom: 115px;
    padding-bottom: 113px; }
  .present__system {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 55px; } }

@media screen and (max-height: 675px) and (min-height: 640px) and (min-width: 768px) {
  .present__logo {
    margin-bottom: 20px; }
  .present__form {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 173px; }
  .present__system {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 55px; } 
}
